The Swift Package Index logo.Swift Package Index

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

Build Information

Failed to build RefreshableScrollView, reference main (83dbdc), with Swift 6.1 for visionOS using Xcode 16.3 on 27 Apr 2025 06:59:57 UTC.

Build Command

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

Build Log

      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.5"
}
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/elegantchaos/XCTestExtensions.git
Fetching from https://github.com/elegantchaos/Matchable.git
Creating working copy of package ‘XCTestExtensions’
Checking out 1.5.1 of package ‘XCTestExtensions’
Creating working copy of package ‘Matchable’
Checking out 1.0.7 of package ‘Matchable’
Resolve Package Graph
Resolved source packages:
  RefreshableScrollView: /Users/admin/builder/spi-builder-workspace
  Matchable: https://github.com/elegantchaos/Matchable.git @ 1.0.7
  XCTestExtensions: https://github.com/elegantchaos/XCTestExtensions.git @ 1.5.1
resolved source packages: RefreshableScrollView, Matchable, XCTestExtensions
{
  "dependencies" : [
    {
      "identity" : "xctestextensions",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.4.2",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/elegantchaos/XCTestExtensions.git"
    }
  ],
  "manifest_display_name" : "RefreshableScrollView",
  "name" : "RefreshableScrollView",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "12.0"
    },
    {
      "name" : "maccatalyst",
      "version" : "15.0"
    },
    {
      "name" : "ios",
      "version" : "15.0"
    },
    {
      "name" : "tvos",
      "version" : "15.0"
    },
    {
      "name" : "watchos",
      "version" : "8.0"
    }
  ],
  "products" : [
    {
      "name" : "RefreshableScrollView",
      "targets" : [
        "RefreshableScrollView"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "RefreshableScrollViewTests",
      "module_type" : "SwiftTarget",
      "name" : "RefreshableScrollViewTests",
      "path" : "Tests/RefreshableScrollViewTests",
      "product_dependencies" : [
        "XCTestExtensions"
      ],
      "sources" : [
        "RefreshableScrollViewTests.swift"
      ],
      "target_dependencies" : [
        "RefreshableScrollView"
      ],
      "type" : "test"
    },
    {
      "c99name" : "RefreshableScrollView",
      "module_type" : "SwiftTarget",
      "name" : "RefreshableScrollView",
      "path" : "Sources/RefreshableScrollView",
      "product_memberships" : [
        "RefreshableScrollView"
      ],
      "sources" : [
        "BoundsReaderView.swift",
        "CustomActivityView.swift",
        "IndicatorView.swift",
        "NativeRefreshableScrollView.swift",
        "RefreshState.swift",
        "RefreshableScrollView.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.5"
}
{
  "workspace" : {
    "name" : "spi-builder-workspace",
    "schemes" : [
      "Matchable",
      "RefreshableScrollView",
      "XCTestExtensions"
    ]
  }
}
{
  "workspace" : {
    "name" : "spi-builder-workspace",
    "schemes" : [
      "Matchable",
      "RefreshableScrollView",
      "XCTestExtensions"
    ]
  }
}
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme RefreshableScrollView -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 RefreshableScrollView -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:
  Matchable: https://github.com/elegantchaos/Matchable.git @ 1.0.7
  RefreshableScrollView: /Users/admin/builder/spi-builder-workspace
  XCTestExtensions: https://github.com/elegantchaos/XCTestExtensions.git @ 1.5.1
ComputePackagePrebuildTargetDependencyGraph
Prepare packages
CreateBuildRequest
SendProjectDescription
CreateBuildOperation
ComputeTargetDependencyGraph
note: Building targets in dependency order
note: Target dependency graph (7 targets)
    Target 'RefreshableScrollViewTests' in project 'RefreshableScrollView'
        ➜ Explicit dependency on target 'RefreshableScrollView' in project 'RefreshableScrollView'
        ➜ Explicit dependency on target 'XCTestExtensions' in project 'XCTestExtensions'
    Target 'XCTestExtensions' in project 'XCTestExtensions'
        ➜ Explicit dependency on target 'XCTestExtensions' in project 'XCTestExtensions'
        ➜ Explicit dependency on target 'Matchable' in project 'Matchable'
    Target 'XCTestExtensions' in project 'XCTestExtensions'
        ➜ Explicit dependency on target 'Matchable' in project 'Matchable'
    Target 'Matchable' in project 'Matchable'
        ➜ Explicit dependency on target 'Matchable' in project 'Matchable'
    Target 'Matchable' in project 'Matchable' (no dependencies)
    Target 'RefreshableScrollView' in project 'RefreshableScrollView'
        ➜ Explicit dependency on target 'RefreshableScrollView' in project 'RefreshableScrollView'
    Target 'RefreshableScrollView' in project 'RefreshableScrollView' (no dependencies)
GatherProvisioningInputs
CreateBuildDescription
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/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/ld -version_details
Build description signature: 121d79b589fc56a280cdb61de2ae5285
Build description path: /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCBuildData/121d79b589fc56a280cdb61de2ae5285.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/Products/Debug-xros
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-create-build-directory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros
CreateBuildDirectory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-xros
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-create-build-directory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-xros
CreateBuildDirectory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/PackageFrameworks
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-create-build-directory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/PackageFrameworks
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/RefreshableScrollView.build/Debug-xros/RefreshableScrollViewTests.build/empty-RefreshableScrollViewTests.plist (in target 'RefreshableScrollViewTests' from project 'RefreshableScrollView')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/RefreshableScrollView.build/Debug-xros/RefreshableScrollViewTests.build/empty-RefreshableScrollViewTests.plist
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCTestExtensions.build/Debug-xros/XCTestExtensions.build/XCTestExtensions.DependencyStaticMetadataFileList (in target 'XCTestExtensions' from project 'XCTestExtensions')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/XCTestExtensions
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCTestExtensions.build/Debug-xros/XCTestExtensions.build/XCTestExtensions.DependencyStaticMetadataFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCTestExtensions.build/Debug-xros/XCTestExtensions.build/Objects-normal/arm64/XCTestExtensions.LinkFileList (in target 'XCTestExtensions' from project 'XCTestExtensions')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/XCTestExtensions
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCTestExtensions.build/Debug-xros/XCTestExtensions.build/Objects-normal/arm64/XCTestExtensions.LinkFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCTestExtensions.build/Debug-xros/XCTestExtensions.build/Objects-normal/arm64/XCTestExtensions-OutputFileMap.json (in target 'XCTestExtensions' from project 'XCTestExtensions')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/XCTestExtensions
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCTestExtensions.build/Debug-xros/XCTestExtensions.build/Objects-normal/arm64/XCTestExtensions-OutputFileMap.json
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCTestExtensions.build/Debug-xros/XCTestExtensions.build/Objects-normal/arm64/XCTestExtensions_const_extract_protocols.json (in target 'XCTestExtensions' from project 'XCTestExtensions')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/XCTestExtensions
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCTestExtensions.build/Debug-xros/XCTestExtensions.build/Objects-normal/arm64/XCTestExtensions_const_extract_protocols.json
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCTestExtensions.build/Debug-xros/XCTestExtensions.build/XCTestExtensions.DependencyMetadataFileList (in target 'XCTestExtensions' from project 'XCTestExtensions')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/XCTestExtensions
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCTestExtensions.build/Debug-xros/XCTestExtensions.build/XCTestExtensions.DependencyMetadataFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCTestExtensions.build/Debug-xros/XCTestExtensions.build/Objects-normal/arm64/XCTestExtensions.SwiftFileList (in target 'XCTestExtensions' from project 'XCTestExtensions')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/XCTestExtensions
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCTestExtensions.build/Debug-xros/XCTestExtensions.build/Objects-normal/arm64/XCTestExtensions.SwiftFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCTestExtensions.build/Debug-xros/XCTestExtensions.build/Objects-normal/arm64/XCTestExtensions.SwiftConstValuesFileList (in target 'XCTestExtensions' from project 'XCTestExtensions')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/XCTestExtensions
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCTestExtensions.build/Debug-xros/XCTestExtensions.build/Objects-normal/arm64/XCTestExtensions.SwiftConstValuesFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCTestExtensions.build/Debug-xros/XCTestExtensions.build/XCTestExtensions.modulemap (in target 'XCTestExtensions' from project 'XCTestExtensions')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/XCTestExtensions
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCTestExtensions.build/Debug-xros/XCTestExtensions.build/XCTestExtensions.modulemap
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/RefreshableScrollView.build/Debug-xros/RefreshableScrollViewTests.build/RefreshableScrollViewTests.DependencyStaticMetadataFileList (in target 'RefreshableScrollViewTests' from project 'RefreshableScrollView')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/RefreshableScrollView.build/Debug-xros/RefreshableScrollViewTests.build/RefreshableScrollViewTests.DependencyStaticMetadataFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/RefreshableScrollView.build/Debug-xros/RefreshableScrollViewTests.build/RefreshableScrollViewTests.DependencyMetadataFileList (in target 'RefreshableScrollViewTests' from project 'RefreshableScrollView')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/RefreshableScrollView.build/Debug-xros/RefreshableScrollViewTests.build/RefreshableScrollViewTests.DependencyMetadataFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/RefreshableScrollView.build/Debug-xros/RefreshableScrollViewTests.build/Objects-normal/arm64/RefreshableScrollViewTests.SwiftFileList (in target 'RefreshableScrollViewTests' from project 'RefreshableScrollView')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/RefreshableScrollView.build/Debug-xros/RefreshableScrollViewTests.build/Objects-normal/arm64/RefreshableScrollViewTests.SwiftFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/RefreshableScrollView.build/Debug-xros/RefreshableScrollViewTests.build/Objects-normal/arm64/RefreshableScrollViewTests_const_extract_protocols.json (in target 'RefreshableScrollViewTests' from project 'RefreshableScrollView')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/RefreshableScrollView.build/Debug-xros/RefreshableScrollViewTests.build/Objects-normal/arm64/RefreshableScrollViewTests_const_extract_protocols.json
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/RefreshableScrollView.build/Debug-xros/RefreshableScrollViewTests.build/Objects-normal/arm64/RefreshableScrollViewTests.SwiftConstValuesFileList (in target 'RefreshableScrollViewTests' from project 'RefreshableScrollView')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/RefreshableScrollView.build/Debug-xros/RefreshableScrollViewTests.build/Objects-normal/arm64/RefreshableScrollViewTests.SwiftConstValuesFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/RefreshableScrollView.build/Debug-xros/RefreshableScrollViewTests.build/Objects-normal/arm64/RefreshableScrollViewTests.LinkFileList (in target 'RefreshableScrollViewTests' from project 'RefreshableScrollView')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/RefreshableScrollView.build/Debug-xros/RefreshableScrollViewTests.build/Objects-normal/arm64/RefreshableScrollViewTests.LinkFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/RefreshableScrollView.build/Debug-xros/RefreshableScrollViewTests.build/Objects-normal/arm64/RefreshableScrollViewTests-OutputFileMap.json (in target 'RefreshableScrollViewTests' from project 'RefreshableScrollView')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/RefreshableScrollView.build/Debug-xros/RefreshableScrollViewTests.build/Objects-normal/arm64/RefreshableScrollViewTests-OutputFileMap.json
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/RefreshableScrollView.build/Debug-xros/RefreshableScrollView.build/RefreshableScrollView.modulemap (in target 'RefreshableScrollView' from project 'RefreshableScrollView')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/RefreshableScrollView.build/Debug-xros/RefreshableScrollView.build/RefreshableScrollView.modulemap
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/RefreshableScrollView.build/Debug-xros/RefreshableScrollView.build/RefreshableScrollView.DependencyStaticMetadataFileList (in target 'RefreshableScrollView' from project 'RefreshableScrollView')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/RefreshableScrollView.build/Debug-xros/RefreshableScrollView.build/RefreshableScrollView.DependencyStaticMetadataFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/RefreshableScrollView.build/Debug-xros/RefreshableScrollView.build/RefreshableScrollView.DependencyMetadataFileList (in target 'RefreshableScrollView' from project 'RefreshableScrollView')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/RefreshableScrollView.build/Debug-xros/RefreshableScrollView.build/RefreshableScrollView.DependencyMetadataFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/RefreshableScrollView.build/Debug-xros/RefreshableScrollView.build/Objects-normal/arm64/RefreshableScrollView_const_extract_protocols.json (in target 'RefreshableScrollView' from project 'RefreshableScrollView')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/RefreshableScrollView.build/Debug-xros/RefreshableScrollView.build/Objects-normal/arm64/RefreshableScrollView_const_extract_protocols.json
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-xros/XCTestExtensions.modulemap /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCTestExtensions.build/Debug-xros/XCTestExtensions.build/XCTestExtensions.modulemap (in target 'XCTestExtensions' from project 'XCTestExtensions')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/XCTestExtensions
    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/XCTestExtensions.build/Debug-xros/XCTestExtensions.build/XCTestExtensions.modulemap /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-xros
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/RefreshableScrollView.build/Debug-xros/RefreshableScrollView.build/Objects-normal/arm64/RefreshableScrollView.SwiftFileList (in target 'RefreshableScrollView' from project 'RefreshableScrollView')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/RefreshableScrollView.build/Debug-xros/RefreshableScrollView.build/Objects-normal/arm64/RefreshableScrollView.SwiftFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/RefreshableScrollView.build/Debug-xros/RefreshableScrollView.build/Objects-normal/arm64/RefreshableScrollView.SwiftConstValuesFileList (in target 'RefreshableScrollView' from project 'RefreshableScrollView')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/RefreshableScrollView.build/Debug-xros/RefreshableScrollView.build/Objects-normal/arm64/RefreshableScrollView.SwiftConstValuesFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/RefreshableScrollView.build/Debug-xros/RefreshableScrollView.build/Objects-normal/arm64/RefreshableScrollView.LinkFileList (in target 'RefreshableScrollView' from project 'RefreshableScrollView')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/RefreshableScrollView.build/Debug-xros/RefreshableScrollView.build/Objects-normal/arm64/RefreshableScrollView.LinkFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/RefreshableScrollView.build/Debug-xros/RefreshableScrollView.build/Objects-normal/arm64/RefreshableScrollView-OutputFileMap.json (in target 'RefreshableScrollView' from project 'RefreshableScrollView')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/RefreshableScrollView.build/Debug-xros/RefreshableScrollView.build/Objects-normal/arm64/RefreshableScrollView-OutputFileMap.json
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-xros/RefreshableScrollView.modulemap /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/RefreshableScrollView.build/Debug-xros/RefreshableScrollView.build/RefreshableScrollView.modulemap (in target 'RefreshableScrollView' from project 'RefreshableScrollView')
    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/RefreshableScrollView.build/Debug-xros/RefreshableScrollView.build/RefreshableScrollView.modulemap /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-xros
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Matchable.build/Debug-xros/Matchable.build/Objects-normal/arm64/Matchable.SwiftFileList (in target 'Matchable' from project 'Matchable')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Matchable
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Matchable.build/Debug-xros/Matchable.build/Objects-normal/arm64/Matchable.SwiftFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Matchable.build/Debug-xros/Matchable.build/Objects-normal/arm64/Matchable_const_extract_protocols.json (in target 'Matchable' from project 'Matchable')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Matchable
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Matchable.build/Debug-xros/Matchable.build/Objects-normal/arm64/Matchable_const_extract_protocols.json
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Matchable.build/Debug-xros/Matchable.build/Objects-normal/arm64/Matchable.SwiftConstValuesFileList (in target 'Matchable' from project 'Matchable')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Matchable
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Matchable.build/Debug-xros/Matchable.build/Objects-normal/arm64/Matchable.SwiftConstValuesFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Matchable.build/Debug-xros/Matchable.build/Objects-normal/arm64/Matchable.LinkFileList (in target 'Matchable' from project 'Matchable')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Matchable
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Matchable.build/Debug-xros/Matchable.build/Objects-normal/arm64/Matchable.LinkFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Matchable.build/Debug-xros/Matchable.build/Objects-normal/arm64/Matchable-OutputFileMap.json (in target 'Matchable' from project 'Matchable')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Matchable
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Matchable.build/Debug-xros/Matchable.build/Objects-normal/arm64/Matchable-OutputFileMap.json
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Matchable.build/Debug-xros/Matchable.build/Matchable.modulemap (in target 'Matchable' from project 'Matchable')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Matchable
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Matchable.build/Debug-xros/Matchable.build/Matchable.modulemap
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Matchable.build/Debug-xros/Matchable.build/Matchable.DependencyStaticMetadataFileList (in target 'Matchable' from project 'Matchable')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Matchable
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Matchable.build/Debug-xros/Matchable.build/Matchable.DependencyStaticMetadataFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Matchable.build/Debug-xros/Matchable.build/Matchable.DependencyMetadataFileList (in target 'Matchable' from project 'Matchable')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Matchable
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Matchable.build/Debug-xros/Matchable.build/Matchable.DependencyMetadataFileList
MkDir /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/RefreshableScrollViewTests.xctest (in target 'RefreshableScrollViewTests' from project 'RefreshableScrollView')
    cd /Users/admin/builder/spi-builder-workspace
    /bin/mkdir -p /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/RefreshableScrollViewTests.xctest
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-xros/Matchable.modulemap /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Matchable.build/Debug-xros/Matchable.build/Matchable.modulemap (in target 'Matchable' from project 'Matchable')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Matchable
    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/Matchable.build/Debug-xros/Matchable.build/Matchable.modulemap /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-xros
SwiftDriver RefreshableScrollView normal arm64 com.apple.xcode.tools.swift.compiler (in target 'RefreshableScrollView' from project 'RefreshableScrollView')
    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 RefreshableScrollView -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/RefreshableScrollView.build/Debug-xros/RefreshableScrollView.build/Objects-normal/arm64/RefreshableScrollView.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 -enable-testing -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -swift-version 5 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -I /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/xros2.4-22O233-407b76dbb837030756cbe1ab3f0b01b6.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/RefreshableScrollView.build/Debug-xros/RefreshableScrollView.build/Objects-normal/arm64/RefreshableScrollView-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/RefreshableScrollView.build/Debug-xros/RefreshableScrollView.build/Objects-normal/arm64/RefreshableScrollView.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/RefreshableScrollView.build/Debug-xros/RefreshableScrollView.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/RefreshableScrollView.build/Debug-xros/RefreshableScrollView.build/Objects-normal/arm64/RefreshableScrollView_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/RefreshableScrollView.build/Debug-xros/RefreshableScrollView.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/RefreshableScrollView.build/Debug-xros/RefreshableScrollView.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/RefreshableScrollView.build/Debug-xros/RefreshableScrollView.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/RefreshableScrollView.build/Debug-xros/RefreshableScrollView.build/Objects-normal/arm64/RefreshableScrollView-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
SwiftDriver Matchable normal arm64 com.apple.xcode.tools.swift.compiler (in target 'Matchable' from project 'Matchable')
    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 Matchable -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Matchable.build/Debug-xros/Matchable.build/Objects-normal/arm64/Matchable.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 -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/Matchable.build/Debug-xros/Matchable.build/Objects-normal/arm64/Matchable-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/Matchable.build/Debug-xros/Matchable.build/Objects-normal/arm64/Matchable.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/Matchable.build/Debug-xros/Matchable.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Matchable.build/Debug-xros/Matchable.build/Objects-normal/arm64/Matchable_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/Matchable.build/Debug-xros/Matchable.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Matchable.build/Debug-xros/Matchable.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Matchable.build/Debug-xros/Matchable.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/Matchable.build/Debug-xros/Matchable.build/Objects-normal/arm64/Matchable-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
SwiftCompile normal arm64 Compiling\ IndicatorView.swift /Users/admin/builder/spi-builder-workspace/Sources/RefreshableScrollView/IndicatorView.swift (in target 'RefreshableScrollView' from project 'RefreshableScrollView')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/RefreshableScrollView/IndicatorView.swift (in target 'RefreshableScrollView' from project 'RefreshableScrollView')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

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

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

/Users/admin/builder/spi-builder-workspace/Sources/RefreshableScrollView/RefreshableScrollView.swift:57:80: warning: main actor-isolated property 'state' can not be referenced from a Sendable closure; this is an error in the Swift 6 language mode
                        self.content.alignmentGuide(.top, computeValue: { _ in state.alignmentOffset})
                                                                               ^
/Users/admin/builder/spi-builder-workspace/Sources/RefreshableScrollView/RefreshableScrollView.swift:30:22: note: property declared here
    @StateObject var state: RefreshState
                     ^
SwiftEmitModule normal arm64 Emitting\ module\ for\ RefreshableScrollView (in target 'RefreshableScrollView' from project 'RefreshableScrollView')
EmitSwiftModule normal arm64 (in target 'RefreshableScrollView' from project 'RefreshableScrollView')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

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

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

/Users/admin/builder/spi-builder-workspace/Sources/RefreshableScrollView/NativeRefreshableScrollView.swift:103:18: warning: 'traitCollectionDidChange' was deprecated in visionOS 1.0: Use the trait change registration APIs declared in the UITraitChangeObservable protocol
           super.traitCollectionDidChange(previousTraitCollection)
                 ^
SwiftCompile normal arm64 Compiling\ RefreshState.swift /Users/admin/builder/spi-builder-workspace/Sources/RefreshableScrollView/RefreshState.swift (in target 'RefreshableScrollView' from project 'RefreshableScrollView')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/RefreshableScrollView/RefreshState.swift (in target 'RefreshableScrollView' from project 'RefreshableScrollView')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

/Users/admin/builder/spi-builder-workspace/Sources/RefreshableScrollView/RefreshState.swift:82:22: warning: passing closure as a 'sending' parameter risks causing data races between code in the current task and concurrent execution of the closure; this is an error in the Swift 6 language mode
                Task {
                     ^
/Users/admin/builder/spi-builder-workspace/Sources/RefreshableScrollView/RefreshState.swift:83:27: note: closure captures 'self' which is accessible to code in the current task
                    await action?()
                          ^
/Users/admin/builder/spi-builder-workspace/Sources/RefreshableScrollView/RefreshState.swift:86:29: warning: sending 'self' risks causing data races; this is an error in the Swift 6 language mode
                            self.refreshing = false
~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/RefreshableScrollView/RefreshState.swift:86:29: note: task-isolated 'self' is captured by a main actor-isolated closure. main actor-isolated uses in closure may race against later nonisolated uses
                            self.refreshing = false
                            ^~~~
SwiftCompile normal arm64 Compiling\ Bool+Matchable.swift,\ Collections+Matchable.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Matchable/Sources/Matchable/Bool+Matchable.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Matchable/Sources/Matchable/Collections+Matchable.swift (in target 'Matchable' from project 'Matchable')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Matchable/Sources/Matchable/Bool+Matchable.swift (in target 'Matchable' from project 'Matchable')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

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

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

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

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

SwiftDriverJobDiscovery normal arm64 Compiling FloatingPoint+Matchable.swift (in target 'Matchable' from project 'Matchable')
SwiftCompile normal arm64 Compiling\ String+Matchable.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Matchable/Sources/Matchable/String+Matchable.swift (in target 'Matchable' from project 'Matchable')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Matchable/Sources/Matchable/String+Matchable.swift (in target 'Matchable' from project 'Matchable')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftDriverJobDiscovery normal arm64 Compiling Integer+Matchable.swift (in target 'Matchable' from project 'Matchable')
SwiftCompile normal arm64 Compiling\ Optional+Matchable.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Matchable/Sources/Matchable/Optional+Matchable.swift (in target 'Matchable' from project 'Matchable')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Matchable/Sources/Matchable/Optional+Matchable.swift (in target 'Matchable' from project 'Matchable')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftDriverJobDiscovery normal arm64 Compiling Bool+Matchable.swift, Collections+Matchable.swift (in target 'Matchable' from project 'Matchable')
SwiftCompile normal arm64 Compiling\ Matchable.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Matchable/Sources/Matchable/Matchable.swift (in target 'Matchable' from project 'Matchable')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Matchable/Sources/Matchable/Matchable.swift (in target 'Matchable' from project 'Matchable')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftDriverJobDiscovery normal arm64 Compiling Optional+Matchable.swift (in target 'Matchable' from project 'Matchable')
SwiftCompile normal arm64 Compiling\ Date+Matchable.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Matchable/Sources/Matchable/Date+Matchable.swift (in target 'Matchable' from project 'Matchable')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Matchable/Sources/Matchable/Date+Matchable.swift (in target 'Matchable' from project 'Matchable')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftDriverJobDiscovery normal arm64 Emitting module for Matchable (in target 'Matchable' from project 'Matchable')
SwiftDriver\ Compilation\ Requirements Matchable normal arm64 com.apple.xcode.tools.swift.compiler (in target 'Matchable' from project 'Matchable')
    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 Matchable -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Matchable.build/Debug-xros/Matchable.build/Objects-normal/arm64/Matchable.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 -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/Matchable.build/Debug-xros/Matchable.build/Objects-normal/arm64/Matchable-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/Matchable.build/Debug-xros/Matchable.build/Objects-normal/arm64/Matchable.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/Matchable.build/Debug-xros/Matchable.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Matchable.build/Debug-xros/Matchable.build/Objects-normal/arm64/Matchable_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/Matchable.build/Debug-xros/Matchable.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Matchable.build/Debug-xros/Matchable.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Matchable.build/Debug-xros/Matchable.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/Matchable.build/Debug-xros/Matchable.build/Objects-normal/arm64/Matchable-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
SwiftDriverJobDiscovery normal arm64 Compiling String+Matchable.swift (in target 'Matchable' from project 'Matchable')
SwiftCompile normal arm64 Compiling\ MatchableCompound.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Matchable/Sources/Matchable/MatchableCompound.swift (in target 'Matchable' from project 'Matchable')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Matchable/Sources/Matchable/MatchableCompound.swift (in target 'Matchable' from project 'Matchable')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftMergeGeneratedHeaders /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-xros/Matchable-Swift.h /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Matchable.build/Debug-xros/Matchable.build/Objects-normal/arm64/Matchable-Swift.h (in target 'Matchable' from project 'Matchable')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Matchable
    builtin-swiftHeaderTool -arch arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Matchable.build/Debug-xros/Matchable.build/Objects-normal/arm64/Matchable-Swift.h -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-xros/Matchable-Swift.h
SwiftDriverJobDiscovery normal arm64 Compiling Date+Matchable.swift (in target 'Matchable' from project 'Matchable')
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/Matchable.swiftmodule/arm64-apple-xros.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Matchable.build/Debug-xros/Matchable.build/Objects-normal/arm64/Matchable.swiftmodule (in target 'Matchable' from project 'Matchable')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Matchable
    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/Matchable.build/Debug-xros/Matchable.build/Objects-normal/arm64/Matchable.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/Matchable.swiftmodule/arm64-apple-xros.swiftmodule
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/Matchable.swiftmodule/arm64-apple-xros.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Matchable.build/Debug-xros/Matchable.build/Objects-normal/arm64/Matchable.swiftdoc (in target 'Matchable' from project 'Matchable')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Matchable
    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/Matchable.build/Debug-xros/Matchable.build/Objects-normal/arm64/Matchable.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/Matchable.swiftmodule/arm64-apple-xros.swiftdoc
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/Matchable.swiftmodule/arm64-apple-xros.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Matchable.build/Debug-xros/Matchable.build/Objects-normal/arm64/Matchable.abi.json (in target 'Matchable' from project 'Matchable')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Matchable
    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/Matchable.build/Debug-xros/Matchable.build/Objects-normal/arm64/Matchable.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/Matchable.swiftmodule/arm64-apple-xros.abi.json
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/Matchable.swiftmodule/Project/arm64-apple-xros.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Matchable.build/Debug-xros/Matchable.build/Objects-normal/arm64/Matchable.swiftsourceinfo (in target 'Matchable' from project 'Matchable')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Matchable
    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/Matchable.build/Debug-xros/Matchable.build/Objects-normal/arm64/Matchable.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/Matchable.swiftmodule/Project/arm64-apple-xros.swiftsourceinfo
SwiftCompile normal arm64 Compiling\ MatchFailedError.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Matchable/Sources/Matchable/MatchFailedError.swift (in target 'Matchable' from project 'Matchable')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Matchable/Sources/Matchable/MatchFailedError.swift (in target 'Matchable' from project 'Matchable')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

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

SwiftDriverJobDiscovery normal arm64 Compiling MatchableCompound.swift (in target 'Matchable' from project 'Matchable')
SwiftDriverJobDiscovery normal arm64 Compiling Matchable.swift (in target 'Matchable' from project 'Matchable')
SwiftDriver XCTestExtensions normal arm64 com.apple.xcode.tools.swift.compiler (in target 'XCTestExtensions' from project 'XCTestExtensions')
    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 XCTestExtensions -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCTestExtensions.build/Debug-xros/XCTestExtensions.build/Objects-normal/arm64/XCTestExtensions.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 -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/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/XCTestExtensions.build/Debug-xros/XCTestExtensions.build/Objects-normal/arm64/XCTestExtensions-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/XCTestExtensions.build/Debug-xros/XCTestExtensions.build/Objects-normal/arm64/XCTestExtensions.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/XCTestExtensions.build/Debug-xros/XCTestExtensions.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCTestExtensions.build/Debug-xros/XCTestExtensions.build/Objects-normal/arm64/XCTestExtensions_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/XCTestExtensions.build/Debug-xros/XCTestExtensions.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCTestExtensions.build/Debug-xros/XCTestExtensions.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCTestExtensions.build/Debug-xros/XCTestExtensions.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/XCTestExtensions.build/Debug-xros/XCTestExtensions.build/Objects-normal/arm64/XCTestExtensions-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
SwiftEmitModule normal arm64 Emitting\ module\ for\ XCTestExtensions (in target 'XCTestExtensions' from project 'XCTestExtensions')
EmitSwiftModule normal arm64 (in target 'XCTestExtensions' from project 'XCTestExtensions')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

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

SwiftDriverJobDiscovery normal arm64 Compiling RawRepresentable+Matchable.swift (in target 'Matchable' from project 'Matchable')
SwiftCompile normal arm64 Compiling\ XCTAssert+Collections.swift,\ XCTAssert+Matching.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/XCTestExtensions/Sources/XCTestExtensions/XCTAssert+Collections.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/XCTestExtensions/Sources/XCTestExtensions/XCTAssert+Matching.swift (in target 'XCTestExtensions' from project 'XCTestExtensions')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/XCTestExtensions/Sources/XCTestExtensions/XCTAssert+Collections.swift (in target 'XCTestExtensions' from project 'XCTestExtensions')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/XCTestExtensions/Sources/XCTestExtensions/XCTAssert+Matching.swift (in target 'XCTestExtensions' from project 'XCTestExtensions')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftDriverJobDiscovery normal arm64 Compiling MatchFailedError.swift (in target 'Matchable' from project 'Matchable')
SwiftCompile normal arm64 Compiling\ XCTestCase+JSON.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/XCTestExtensions/Sources/XCTestExtensions/XCTestCase+JSON.swift (in target 'XCTestExtensions' from project 'XCTestExtensions')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/XCTestExtensions/Sources/XCTestExtensions/XCTestCase+JSON.swift (in target 'XCTestExtensions' from project 'XCTestExtensions')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftDriverJobDiscovery normal arm64 Emitting module for RefreshableScrollView (in target 'RefreshableScrollView' from project 'RefreshableScrollView')
SwiftDriverJobDiscovery normal arm64 Compiling XCTestRunner.swift (in target 'XCTestExtensions' from project 'XCTestExtensions')
SwiftDriver\ Compilation\ Requirements RefreshableScrollView normal arm64 com.apple.xcode.tools.swift.compiler (in target 'RefreshableScrollView' from project 'RefreshableScrollView')
    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 RefreshableScrollView -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/RefreshableScrollView.build/Debug-xros/RefreshableScrollView.build/Objects-normal/arm64/RefreshableScrollView.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 -enable-testing -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -swift-version 5 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -I /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/xros2.4-22O233-407b76dbb837030756cbe1ab3f0b01b6.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/RefreshableScrollView.build/Debug-xros/RefreshableScrollView.build/Objects-normal/arm64/RefreshableScrollView-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/RefreshableScrollView.build/Debug-xros/RefreshableScrollView.build/Objects-normal/arm64/RefreshableScrollView.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/RefreshableScrollView.build/Debug-xros/RefreshableScrollView.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/RefreshableScrollView.build/Debug-xros/RefreshableScrollView.build/Objects-normal/arm64/RefreshableScrollView_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/RefreshableScrollView.build/Debug-xros/RefreshableScrollView.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/RefreshableScrollView.build/Debug-xros/RefreshableScrollView.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/RefreshableScrollView.build/Debug-xros/RefreshableScrollView.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/RefreshableScrollView.build/Debug-xros/RefreshableScrollView.build/Objects-normal/arm64/RefreshableScrollView-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
SwiftCompile normal arm64 Compiling\ XCTAssertEqual+Data.swift,\ XCTAssertEqual+Result.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/XCTestExtensions/Sources/XCTestExtensions/XCTAssertEqual+Data.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/XCTestExtensions/Sources/XCTestExtensions/XCTAssertEqual+Result.swift (in target 'XCTestExtensions' from project 'XCTestExtensions')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/XCTestExtensions/Sources/XCTestExtensions/XCTAssertEqual+Data.swift (in target 'XCTestExtensions' from project 'XCTestExtensions')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/XCTestExtensions/Sources/XCTestExtensions/XCTAssertEqual+Result.swift (in target 'XCTestExtensions' from project 'XCTestExtensions')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftMergeGeneratedHeaders /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-xros/RefreshableScrollView-Swift.h /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/RefreshableScrollView.build/Debug-xros/RefreshableScrollView.build/Objects-normal/arm64/RefreshableScrollView-Swift.h (in target 'RefreshableScrollView' from project 'RefreshableScrollView')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-swiftHeaderTool -arch arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/RefreshableScrollView.build/Debug-xros/RefreshableScrollView.build/Objects-normal/arm64/RefreshableScrollView-Swift.h -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-xros/RefreshableScrollView-Swift.h
SwiftDriverJobDiscovery normal arm64 Emitting module for XCTestExtensions (in target 'XCTestExtensions' from project 'XCTestExtensions')
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/RefreshableScrollView.swiftmodule/arm64-apple-xros.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/RefreshableScrollView.build/Debug-xros/RefreshableScrollView.build/Objects-normal/arm64/RefreshableScrollView.swiftmodule (in target 'RefreshableScrollView' from project 'RefreshableScrollView')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks -rename /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/RefreshableScrollView.build/Debug-xros/RefreshableScrollView.build/Objects-normal/arm64/RefreshableScrollView.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/RefreshableScrollView.swiftmodule/arm64-apple-xros.swiftmodule
SwiftDriver\ Compilation\ Requirements XCTestExtensions normal arm64 com.apple.xcode.tools.swift.compiler (in target 'XCTestExtensions' from project 'XCTestExtensions')
    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 XCTestExtensions -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCTestExtensions.build/Debug-xros/XCTestExtensions.build/Objects-normal/arm64/XCTestExtensions.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 -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/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/XCTestExtensions.build/Debug-xros/XCTestExtensions.build/Objects-normal/arm64/XCTestExtensions-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/XCTestExtensions.build/Debug-xros/XCTestExtensions.build/Objects-normal/arm64/XCTestExtensions.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/XCTestExtensions.build/Debug-xros/XCTestExtensions.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCTestExtensions.build/Debug-xros/XCTestExtensions.build/Objects-normal/arm64/XCTestExtensions_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/XCTestExtensions.build/Debug-xros/XCTestExtensions.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCTestExtensions.build/Debug-xros/XCTestExtensions.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCTestExtensions.build/Debug-xros/XCTestExtensions.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/XCTestExtensions.build/Debug-xros/XCTestExtensions.build/Objects-normal/arm64/XCTestExtensions-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/RefreshableScrollView.swiftmodule/arm64-apple-xros.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/RefreshableScrollView.build/Debug-xros/RefreshableScrollView.build/Objects-normal/arm64/RefreshableScrollView.swiftdoc (in target 'RefreshableScrollView' from project 'RefreshableScrollView')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks -rename /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/RefreshableScrollView.build/Debug-xros/RefreshableScrollView.build/Objects-normal/arm64/RefreshableScrollView.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/RefreshableScrollView.swiftmodule/arm64-apple-xros.swiftdoc
SwiftMergeGeneratedHeaders /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-xros/XCTestExtensions-Swift.h /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCTestExtensions.build/Debug-xros/XCTestExtensions.build/Objects-normal/arm64/XCTestExtensions-Swift.h (in target 'XCTestExtensions' from project 'XCTestExtensions')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/XCTestExtensions
    builtin-swiftHeaderTool -arch arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCTestExtensions.build/Debug-xros/XCTestExtensions.build/Objects-normal/arm64/XCTestExtensions-Swift.h -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-xros/XCTestExtensions-Swift.h
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/XCTestExtensions.swiftmodule/arm64-apple-xros.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCTestExtensions.build/Debug-xros/XCTestExtensions.build/Objects-normal/arm64/XCTestExtensions.swiftmodule (in target 'XCTestExtensions' from project 'XCTestExtensions')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/XCTestExtensions
    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/XCTestExtensions.build/Debug-xros/XCTestExtensions.build/Objects-normal/arm64/XCTestExtensions.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/XCTestExtensions.swiftmodule/arm64-apple-xros.swiftmodule
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/XCTestExtensions.swiftmodule/arm64-apple-xros.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCTestExtensions.build/Debug-xros/XCTestExtensions.build/Objects-normal/arm64/XCTestExtensions.swiftdoc (in target 'XCTestExtensions' from project 'XCTestExtensions')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/XCTestExtensions
    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/XCTestExtensions.build/Debug-xros/XCTestExtensions.build/Objects-normal/arm64/XCTestExtensions.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/XCTestExtensions.swiftmodule/arm64-apple-xros.swiftdoc
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/XCTestExtensions.swiftmodule/arm64-apple-xros.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCTestExtensions.build/Debug-xros/XCTestExtensions.build/Objects-normal/arm64/XCTestExtensions.abi.json (in target 'XCTestExtensions' from project 'XCTestExtensions')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/XCTestExtensions
    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/XCTestExtensions.build/Debug-xros/XCTestExtensions.build/Objects-normal/arm64/XCTestExtensions.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/XCTestExtensions.swiftmodule/arm64-apple-xros.abi.json
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/XCTestExtensions.swiftmodule/Project/arm64-apple-xros.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCTestExtensions.build/Debug-xros/XCTestExtensions.build/Objects-normal/arm64/XCTestExtensions.swiftsourceinfo (in target 'XCTestExtensions' from project 'XCTestExtensions')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/XCTestExtensions
    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/XCTestExtensions.build/Debug-xros/XCTestExtensions.build/Objects-normal/arm64/XCTestExtensions.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/XCTestExtensions.swiftmodule/Project/arm64-apple-xros.swiftsourceinfo
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/RefreshableScrollView.swiftmodule/arm64-apple-xros.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/RefreshableScrollView.build/Debug-xros/RefreshableScrollView.build/Objects-normal/arm64/RefreshableScrollView.abi.json (in target 'RefreshableScrollView' from project 'RefreshableScrollView')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks -rename /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/RefreshableScrollView.build/Debug-xros/RefreshableScrollView.build/Objects-normal/arm64/RefreshableScrollView.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/RefreshableScrollView.swiftmodule/arm64-apple-xros.abi.json
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/RefreshableScrollView.swiftmodule/Project/arm64-apple-xros.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/RefreshableScrollView.build/Debug-xros/RefreshableScrollView.build/Objects-normal/arm64/RefreshableScrollView.swiftsourceinfo (in target 'RefreshableScrollView' from project 'RefreshableScrollView')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks -rename /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/RefreshableScrollView.build/Debug-xros/RefreshableScrollView.build/Objects-normal/arm64/RefreshableScrollView.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/RefreshableScrollView.swiftmodule/Project/arm64-apple-xros.swiftsourceinfo
SwiftCompile normal arm64 Compiling\ XCTestCase+Resources.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/XCTestExtensions/Sources/XCTestExtensions/XCTestCase+Resources.swift (in target 'XCTestExtensions' from project 'XCTestExtensions')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/XCTestExtensions/Sources/XCTestExtensions/XCTestCase+Resources.swift (in target 'XCTestExtensions' from project 'XCTestExtensions')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

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

SwiftDriverJobDiscovery normal arm64 Compiling XCTestCase+JSON.swift (in target 'XCTestExtensions' from project 'XCTestExtensions')
SwiftCompile normal arm64 Compiling\ XCTestCase+WaitForAsync.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/XCTestExtensions/Sources/XCTestExtensions/XCTestCase+WaitForAsync.swift (in target 'XCTestExtensions' from project 'XCTestExtensions')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/XCTestExtensions/Sources/XCTestExtensions/XCTestCase+WaitForAsync.swift (in target 'XCTestExtensions' from project 'XCTestExtensions')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftDriverJobDiscovery normal arm64 Compiling XCTAssert+Collections.swift, XCTAssert+Matching.swift (in target 'XCTestExtensions' from project 'XCTestExtensions')
SwiftCompile normal arm64 Compiling\ XCUIApplication+UITesting.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/XCTestExtensions/Sources/XCTestExtensions/XCUIApplication+UITesting.swift (in target 'XCTestExtensions' from project 'XCTestExtensions')
Failed frontend command:
/Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift-frontend -frontend -c /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/XCTestExtensions/Sources/XCTestExtensions/XCTAssert+Collections.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/XCTestExtensions/Sources/XCTestExtensions/XCTAssert+Matching.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/XCTestExtensions/Sources/XCTestExtensions/XCTAssert+Result.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/XCTestExtensions/Sources/XCTestExtensions/XCTAssert+Types.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/XCTestExtensions/Sources/XCTestExtensions/XCTAssertEqual+Data.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/XCTestExtensions/Sources/XCTestExtensions/XCTAssertEqual+Result.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/XCTestExtensions/Sources/XCTestExtensions/XCTAssertEqual+String.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/XCTestExtensions/Sources/XCTestExtensions/XCTestCase+Combine.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/XCTestExtensions/Sources/XCTestExtensions/XCTestCase+JSON.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/XCTestExtensions/Sources/XCTestExtensions/XCTestCase+Resources.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/XCTestExtensions/Sources/XCTestExtensions/XCTestCase+WaitForAsync.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/XCTestExtensions/Sources/XCTestExtensions/XCTestMonitor.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/XCTestExtensions/Sources/XCTestExtensions/XCTestRunner.swift -primary-file /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/XCTestExtensions/Sources/XCTestExtensions/XCUIApplication+UITesting.swift -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCTestExtensions.build/Debug-xros/XCTestExtensions.build/Objects-normal/arm64/XCUIApplication+UITesting.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCTestExtensions.build/Debug-xros/XCTestExtensions.build/Objects-normal/arm64/XCUIApplication+UITesting.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCTestExtensions.build/Debug-xros/XCTestExtensions.build/Objects-normal/arm64/XCUIApplication+UITesting.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCTestExtensions.build/Debug-xros/XCTestExtensions.build/Objects-normal/arm64/XCUIApplication+UITesting.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 -suppress-warnings -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/XCTestExtensions.build/Debug-xros/XCTestExtensions.build/Objects-normal/arm64/XCTestExtensions_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/XCTestExtensions.build/Debug-xros/XCTestExtensions.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/XCTestExtensions.build/Debug-xros/XCTestExtensions.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCTestExtensions.build/Debug-xros/XCTestExtensions.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCTestExtensions.build/Debug-xros/XCTestExtensions.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name XCTestExtensions -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/XCTestExtensions.build/Debug-xros/XCTestExtensions.build/Objects-normal/arm64/XCUIApplication+UITesting.o -index-unit-output-path /XCTestExtensions.build/Debug-xros/XCTestExtensions.build/Objects-normal/arm64/XCUIApplication+UITesting.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/.dependencies/checkouts/XCTestExtensions/Sources/XCTestExtensions/XCUIApplication+UITesting.swift (in target 'XCTestExtensions' from project 'XCTestExtensions')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/XCTestExtensions/Sources/XCTestExtensions/XCUIApplication+UITesting.swift:66:26: error: cannot find 'Host' in scope
            deviceName = Host.current().name
                         ^~~~
SwiftDriverJobDiscovery normal arm64 Compiling XCTAssertEqual+Data.swift, XCTAssertEqual+Result.swift (in target 'XCTestExtensions' from project 'XCTestExtensions')
SwiftCompile normal arm64 Compiling\ XCTAssert+Result.swift,\ XCTAssert+Types.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/XCTestExtensions/Sources/XCTestExtensions/XCTAssert+Result.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/XCTestExtensions/Sources/XCTestExtensions/XCTAssert+Types.swift (in target 'XCTestExtensions' from project 'XCTestExtensions')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/XCTestExtensions/Sources/XCTestExtensions/XCTAssert+Result.swift (in target 'XCTestExtensions' from project 'XCTestExtensions')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/XCTestExtensions/Sources/XCTestExtensions/XCTAssert+Types.swift (in target 'XCTestExtensions' from project 'XCTestExtensions')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftDriverJobDiscovery normal arm64 Compiling XCTestCase+Resources.swift (in target 'XCTestExtensions' from project 'XCTestExtensions')
SwiftCompile normal arm64 Compiling\ XCTAssertEqual+String.swift,\ XCTestCase+Combine.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/XCTestExtensions/Sources/XCTestExtensions/XCTAssertEqual+String.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/XCTestExtensions/Sources/XCTestExtensions/XCTestCase+Combine.swift (in target 'XCTestExtensions' from project 'XCTestExtensions')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/XCTestExtensions/Sources/XCTestExtensions/XCTAssertEqual+String.swift (in target 'XCTestExtensions' from project 'XCTestExtensions')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/XCTestExtensions/Sources/XCTestExtensions/XCTestCase+Combine.swift (in target 'XCTestExtensions' from project 'XCTestExtensions')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftDriverJobDiscovery normal arm64 Compiling XCTestCase+WaitForAsync.swift (in target 'XCTestExtensions' from project 'XCTestExtensions')
SwiftDriver\ Compilation Matchable normal arm64 com.apple.xcode.tools.swift.compiler (in target 'Matchable' from project 'Matchable')
    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 Matchable -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Matchable.build/Debug-xros/Matchable.build/Objects-normal/arm64/Matchable.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 -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/Matchable.build/Debug-xros/Matchable.build/Objects-normal/arm64/Matchable-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/Matchable.build/Debug-xros/Matchable.build/Objects-normal/arm64/Matchable.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/Matchable.build/Debug-xros/Matchable.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Matchable.build/Debug-xros/Matchable.build/Objects-normal/arm64/Matchable_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/Matchable.build/Debug-xros/Matchable.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Matchable.build/Debug-xros/Matchable.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Matchable.build/Debug-xros/Matchable.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/Matchable.build/Debug-xros/Matchable.build/Objects-normal/arm64/Matchable-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
SwiftDriverJobDiscovery normal arm64 Compiling XCTestMonitor.swift (in target 'XCTestExtensions' from project 'XCTestExtensions')
Ld /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/Matchable.o normal (in target 'Matchable' from project 'Matchable')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Matchable
    /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/Matchable.build/Debug-xros/Matchable.build/Objects-normal/arm64/Matchable.LinkFileList -nostdlib -Xlinker -object_path_lto -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Matchable.build/Debug-xros/Matchable.build/Objects-normal/arm64/Matchable_lto.o -rdynamic -Xlinker -no_deduplicate -Xlinker -dependency_info -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Matchable.build/Debug-xros/Matchable.build/Objects-normal/arm64/Matchable_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/Matchable.build/Debug-xros/Matchable.build/Objects-normal/arm64/Matchable.swiftmodule -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/Matchable.o
SwiftDriverJobDiscovery normal arm64 Compiling XCTAssert+Result.swift, XCTAssert+Types.swift (in target 'XCTestExtensions' from project 'XCTestExtensions')
ExtractAppIntentsMetadata (in target 'Matchable' from project 'Matchable')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Matchable
    /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/appintentsmetadataprocessor --toolchain-dir /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain --module-name Matchable --sdk-root /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.sdk --xcode-version 16E140 --platform-family xrOS --deployment-target 1.0 --bundle-identifier matchable.Matchable --output /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/Matchable.appintents --target-triple arm64-apple-xros1.0 --binary-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/Matchable.o --dependency-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Matchable.build/Debug-xros/Matchable.build/Objects-normal/arm64/Matchable_dependency_info.dat --stringsdata-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Matchable.build/Debug-xros/Matchable.build/Objects-normal/arm64/ExtractedAppShortcutsMetadata.stringsdata --source-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Matchable.build/Debug-xros/Matchable.build/Objects-normal/arm64/Matchable.SwiftFileList --metadata-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Matchable.build/Debug-xros/Matchable.build/Matchable.DependencyMetadataFileList --static-metadata-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Matchable.build/Debug-xros/Matchable.build/Matchable.DependencyStaticMetadataFileList --swift-const-vals-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Matchable.build/Debug-xros/Matchable.build/Objects-normal/arm64/Matchable.SwiftConstValuesFileList --force --compile-time-extraction --deployment-aware-processing --validate-assistant-intents --no-app-shortcuts-localization
SwiftDriver RefreshableScrollViewTests normal arm64 com.apple.xcode.tools.swift.compiler (in target 'RefreshableScrollViewTests' from project 'RefreshableScrollView')
    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 RefreshableScrollViewTests -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/RefreshableScrollView.build/Debug-xros/RefreshableScrollViewTests.build/Objects-normal/arm64/RefreshableScrollViewTests.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 -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/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -F /Applications/Xcode-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 -parse-as-library -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/RefreshableScrollView.build/Debug-xros/RefreshableScrollViewTests.build/Objects-normal/arm64/RefreshableScrollViewTests-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/RefreshableScrollView.build/Debug-xros/RefreshableScrollViewTests.build/Objects-normal/arm64/RefreshableScrollViewTests.swiftmodule -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/RefreshableScrollView.build/Debug-xros/RefreshableScrollViewTests.build/Objects-normal/arm64/RefreshableScrollViewTests_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/RefreshableScrollView.build/Debug-xros/RefreshableScrollViewTests.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/RefreshableScrollView.build/Debug-xros/RefreshableScrollViewTests.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/RefreshableScrollView.build/Debug-xros/RefreshableScrollViewTests.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
** BUILD FAILED **
The following build commands failed:
	SwiftCompile normal arm64 Compiling\ XCUIApplication+UITesting.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/XCTestExtensions/Sources/XCTestExtensions/XCUIApplication+UITesting.swift (in target 'XCTestExtensions' from project 'XCTestExtensions')
	SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/XCTestExtensions/Sources/XCTestExtensions/XCUIApplication+UITesting.swift (in target 'XCTestExtensions' from project 'XCTestExtensions')
	Building workspace spi-builder-workspace with scheme RefreshableScrollView
(3 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:
  XCTestExtensions: https://github.com/elegantchaos/XCTestExtensions.git @ 1.5.1
  RefreshableScrollView: /Users/admin/builder/spi-builder-workspace
  Matchable: https://github.com/elegantchaos/Matchable.git @ 1.0.7
resolved source packages: XCTestExtensions, RefreshableScrollView, Matchable
{
  "dependencies" : [
    {
      "identity" : "xctestextensions",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.4.2",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/elegantchaos/XCTestExtensions.git"
    }
  ],
  "manifest_display_name" : "RefreshableScrollView",
  "name" : "RefreshableScrollView",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "12.0"
    },
    {
      "name" : "maccatalyst",
      "version" : "15.0"
    },
    {
      "name" : "ios",
      "version" : "15.0"
    },
    {
      "name" : "tvos",
      "version" : "15.0"
    },
    {
      "name" : "watchos",
      "version" : "8.0"
    }
  ],
  "products" : [
    {
      "name" : "RefreshableScrollView",
      "targets" : [
        "RefreshableScrollView"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "RefreshableScrollViewTests",
      "module_type" : "SwiftTarget",
      "name" : "RefreshableScrollViewTests",
      "path" : "Tests/RefreshableScrollViewTests",
      "product_dependencies" : [
        "XCTestExtensions"
      ],
      "sources" : [
        "RefreshableScrollViewTests.swift"
      ],
      "target_dependencies" : [
        "RefreshableScrollView"
      ],
      "type" : "test"
    },
    {
      "c99name" : "RefreshableScrollView",
      "module_type" : "SwiftTarget",
      "name" : "RefreshableScrollView",
      "path" : "Sources/RefreshableScrollView",
      "product_memberships" : [
        "RefreshableScrollView"
      ],
      "sources" : [
        "BoundsReaderView.swift",
        "CustomActivityView.swift",
        "IndicatorView.swift",
        "NativeRefreshableScrollView.swift",
        "RefreshState.swift",
        "RefreshableScrollView.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.5"
}
{
  "workspace" : {
    "name" : "spi-builder-workspace",
    "schemes" : [
      "Matchable",
      "RefreshableScrollView",
      "XCTestExtensions"
    ]
  }
}
{
  "workspace" : {
    "name" : "spi-builder-workspace",
    "schemes" : [
      "Matchable",
      "RefreshableScrollView",
      "XCTestExtensions"
    ]
  }
}
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme RefreshableScrollView -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 RefreshableScrollView -destination generic/platform=xrOS
Resolve Package Graph
Resolved source packages:
  XCTestExtensions: https://github.com/elegantchaos/XCTestExtensions.git @ 1.5.1
  Matchable: https://github.com/elegantchaos/Matchable.git @ 1.0.7
  RefreshableScrollView: /Users/admin/builder/spi-builder-workspace
ComputePackagePrebuildTargetDependencyGraph
Prepare packages
CreateBuildRequest
SendProjectDescription
CreateBuildOperation
ComputeTargetDependencyGraph
note: Building targets in dependency order
note: Target dependency graph (7 targets)
    Target 'RefreshableScrollViewTests' in project 'RefreshableScrollView'
        ➜ Explicit dependency on target 'RefreshableScrollView' in project 'RefreshableScrollView'
        ➜ Explicit dependency on target 'XCTestExtensions' in project 'XCTestExtensions'
    Target 'XCTestExtensions' in project 'XCTestExtensions'
        ➜ Explicit dependency on target 'XCTestExtensions' in project 'XCTestExtensions'
        ➜ Explicit dependency on target 'Matchable' in project 'Matchable'
    Target 'XCTestExtensions' in project 'XCTestExtensions'
        ➜ Explicit dependency on target 'Matchable' in project 'Matchable'
    Target 'Matchable' in project 'Matchable'
        ➜ Explicit dependency on target 'Matchable' in project 'Matchable'
    Target 'Matchable' in project 'Matchable' (no dependencies)
    Target 'RefreshableScrollView' in project 'RefreshableScrollView'
        ➜ Explicit dependency on target 'RefreshableScrollView' in project 'RefreshableScrollView'
    Target 'RefreshableScrollView' in project 'RefreshableScrollView' (no dependencies)
GatherProvisioningInputs
CreateBuildDescription
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/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/ld -version_details
Build description signature: fd711cdfd86679b2eea2005daab51309
Build description path: /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCBuildData/fd711cdfd86679b2eea2005daab51309.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 RefreshableScrollView normal arm64 com.apple.xcode.tools.swift.compiler (in target 'RefreshableScrollView' from project 'RefreshableScrollView')
    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 RefreshableScrollView -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/RefreshableScrollView.build/Debug-xros/RefreshableScrollView.build/Objects-normal/arm64/RefreshableScrollView.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 -enable-testing -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -swift-version 5 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -I /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/xros2.4-22O233-407b76dbb837030756cbe1ab3f0b01b6.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/RefreshableScrollView.build/Debug-xros/RefreshableScrollView.build/Objects-normal/arm64/RefreshableScrollView-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/RefreshableScrollView.build/Debug-xros/RefreshableScrollView.build/Objects-normal/arm64/RefreshableScrollView.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/RefreshableScrollView.build/Debug-xros/RefreshableScrollView.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/RefreshableScrollView.build/Debug-xros/RefreshableScrollView.build/Objects-normal/arm64/RefreshableScrollView_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/RefreshableScrollView.build/Debug-xros/RefreshableScrollView.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/RefreshableScrollView.build/Debug-xros/RefreshableScrollView.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/RefreshableScrollView.build/Debug-xros/RefreshableScrollView.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/RefreshableScrollView.build/Debug-xros/RefreshableScrollView.build/Objects-normal/arm64/RefreshableScrollView-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
SwiftDriver Matchable normal arm64 com.apple.xcode.tools.swift.compiler (in target 'Matchable' from project 'Matchable')
    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 Matchable -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Matchable.build/Debug-xros/Matchable.build/Objects-normal/arm64/Matchable.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 -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/Matchable.build/Debug-xros/Matchable.build/Objects-normal/arm64/Matchable-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/Matchable.build/Debug-xros/Matchable.build/Objects-normal/arm64/Matchable.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/Matchable.build/Debug-xros/Matchable.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Matchable.build/Debug-xros/Matchable.build/Objects-normal/arm64/Matchable_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/Matchable.build/Debug-xros/Matchable.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Matchable.build/Debug-xros/Matchable.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Matchable.build/Debug-xros/Matchable.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/Matchable.build/Debug-xros/Matchable.build/Objects-normal/arm64/Matchable-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
SwiftCompile normal arm64 Compiling\ BoundsReaderView.swift /Users/admin/builder/spi-builder-workspace/Sources/RefreshableScrollView/BoundsReaderView.swift (in target 'RefreshableScrollView' from project 'RefreshableScrollView')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/RefreshableScrollView/BoundsReaderView.swift (in target 'RefreshableScrollView' from project 'RefreshableScrollView')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

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

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

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

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

/Users/admin/builder/spi-builder-workspace/Sources/RefreshableScrollView/RefreshState.swift:86:29: warning: capture of 'self' with non-sendable type 'RefreshState' in a '@Sendable' closure
                            self.refreshing = false
                            ^
/Users/admin/builder/spi-builder-workspace/Sources/RefreshableScrollView/RefreshState.swift:8:16: note: class 'RefreshState' does not conform to the 'Sendable' protocol
internal class RefreshState: ObservableObject {
               ^
SwiftCompile normal arm64 Compiling\ NativeRefreshableScrollView.swift /Users/admin/builder/spi-builder-workspace/Sources/RefreshableScrollView/NativeRefreshableScrollView.swift (in target 'RefreshableScrollView' from project 'RefreshableScrollView')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/RefreshableScrollView/NativeRefreshableScrollView.swift (in target 'RefreshableScrollView' from project 'RefreshableScrollView')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

/Users/admin/builder/spi-builder-workspace/Sources/RefreshableScrollView/NativeRefreshableScrollView.swift:103:18: warning: 'traitCollectionDidChange' was deprecated in visionOS 1.0: Use the trait change registration APIs declared in the UITraitChangeObservable protocol
           super.traitCollectionDidChange(previousTraitCollection)
                 ^
SwiftCompile normal arm64 Compiling\ CustomActivityView.swift /Users/admin/builder/spi-builder-workspace/Sources/RefreshableScrollView/CustomActivityView.swift (in target 'RefreshableScrollView' from project 'RefreshableScrollView')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/RefreshableScrollView/CustomActivityView.swift (in target 'RefreshableScrollView' from project 'RefreshableScrollView')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

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

SwiftCompile normal arm64 Compiling\ Bool+Matchable.swift,\ Collections+Matchable.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Matchable/Sources/Matchable/Bool+Matchable.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Matchable/Sources/Matchable/Collections+Matchable.swift (in target 'Matchable' from project 'Matchable')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Matchable/Sources/Matchable/Bool+Matchable.swift (in target 'Matchable' from project 'Matchable')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

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

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

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

SwiftDriverJobDiscovery normal arm64 Compiling FloatingPoint+Matchable.swift (in target 'Matchable' from project 'Matchable')
SwiftCompile normal arm64 Compiling\ Integer+Matchable.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Matchable/Sources/Matchable/Integer+Matchable.swift (in target 'Matchable' from project 'Matchable')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Matchable/Sources/Matchable/Integer+Matchable.swift (in target 'Matchable' from project 'Matchable')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftDriverJobDiscovery normal arm64 Compiling Bool+Matchable.swift, Collections+Matchable.swift (in target 'Matchable' from project 'Matchable')
SwiftCompile normal arm64 Compiling\ RawRepresentable+Matchable.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Matchable/Sources/Matchable/RawRepresentable+Matchable.swift (in target 'Matchable' from project 'Matchable')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Matchable/Sources/Matchable/RawRepresentable+Matchable.swift (in target 'Matchable' from project 'Matchable')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftDriverJobDiscovery normal arm64 Emitting module for Matchable (in target 'Matchable' from project 'Matchable')
SwiftDriver\ Compilation\ Requirements Matchable normal arm64 com.apple.xcode.tools.swift.compiler (in target 'Matchable' from project 'Matchable')
    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 Matchable -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Matchable.build/Debug-xros/Matchable.build/Objects-normal/arm64/Matchable.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 -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/Matchable.build/Debug-xros/Matchable.build/Objects-normal/arm64/Matchable-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/Matchable.build/Debug-xros/Matchable.build/Objects-normal/arm64/Matchable.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/Matchable.build/Debug-xros/Matchable.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Matchable.build/Debug-xros/Matchable.build/Objects-normal/arm64/Matchable_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/Matchable.build/Debug-xros/Matchable.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Matchable.build/Debug-xros/Matchable.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Matchable.build/Debug-xros/Matchable.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/Matchable.build/Debug-xros/Matchable.build/Objects-normal/arm64/Matchable-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
SwiftDriverJobDiscovery normal arm64 Compiling CustomActivityView.swift (in target 'RefreshableScrollView' from project 'RefreshableScrollView')
SwiftCompile normal arm64 Compiling\ MatchableCompound.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Matchable/Sources/Matchable/MatchableCompound.swift (in target 'Matchable' from project 'Matchable')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Matchable/Sources/Matchable/MatchableCompound.swift (in target 'Matchable' from project 'Matchable')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/Matchable.swiftmodule/arm64-apple-xros.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Matchable.build/Debug-xros/Matchable.build/Objects-normal/arm64/Matchable.abi.json (in target 'Matchable' from project 'Matchable')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Matchable
    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/Matchable.build/Debug-xros/Matchable.build/Objects-normal/arm64/Matchable.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/Matchable.swiftmodule/arm64-apple-xros.abi.json
SwiftDriverJobDiscovery normal arm64 Compiling IndicatorView.swift (in target 'RefreshableScrollView' from project 'RefreshableScrollView')
SwiftCompile normal arm64 Compiling\ MatchFailedError.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Matchable/Sources/Matchable/MatchFailedError.swift (in target 'Matchable' from project 'Matchable')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Matchable/Sources/Matchable/MatchFailedError.swift (in target 'Matchable' from project 'Matchable')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

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

SwiftDriverJobDiscovery normal arm64 Compiling BoundsReaderView.swift (in target 'RefreshableScrollView' from project 'RefreshableScrollView')
SwiftDriver XCTestExtensions normal arm64 com.apple.xcode.tools.swift.compiler (in target 'XCTestExtensions' from project 'XCTestExtensions')
    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 XCTestExtensions -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCTestExtensions.build/Debug-xros/XCTestExtensions.build/Objects-normal/arm64/XCTestExtensions.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 -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/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/XCTestExtensions.build/Debug-xros/XCTestExtensions.build/Objects-normal/arm64/XCTestExtensions-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/XCTestExtensions.build/Debug-xros/XCTestExtensions.build/Objects-normal/arm64/XCTestExtensions.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/XCTestExtensions.build/Debug-xros/XCTestExtensions.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCTestExtensions.build/Debug-xros/XCTestExtensions.build/Objects-normal/arm64/XCTestExtensions_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/XCTestExtensions.build/Debug-xros/XCTestExtensions.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCTestExtensions.build/Debug-xros/XCTestExtensions.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCTestExtensions.build/Debug-xros/XCTestExtensions.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/XCTestExtensions.build/Debug-xros/XCTestExtensions.build/Objects-normal/arm64/XCTestExtensions-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
SwiftDriverJobDiscovery normal arm64 Emitting module for RefreshableScrollView (in target 'RefreshableScrollView' from project 'RefreshableScrollView')
SwiftDriver\ Compilation\ Requirements RefreshableScrollView normal arm64 com.apple.xcode.tools.swift.compiler (in target 'RefreshableScrollView' from project 'RefreshableScrollView')
    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 RefreshableScrollView -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/RefreshableScrollView.build/Debug-xros/RefreshableScrollView.build/Objects-normal/arm64/RefreshableScrollView.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 -enable-testing -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -swift-version 5 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -I /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/xros2.4-22O233-407b76dbb837030756cbe1ab3f0b01b6.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/RefreshableScrollView.build/Debug-xros/RefreshableScrollView.build/Objects-normal/arm64/RefreshableScrollView-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/RefreshableScrollView.build/Debug-xros/RefreshableScrollView.build/Objects-normal/arm64/RefreshableScrollView.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/RefreshableScrollView.build/Debug-xros/RefreshableScrollView.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/RefreshableScrollView.build/Debug-xros/RefreshableScrollView.build/Objects-normal/arm64/RefreshableScrollView_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/RefreshableScrollView.build/Debug-xros/RefreshableScrollView.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/RefreshableScrollView.build/Debug-xros/RefreshableScrollView.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/RefreshableScrollView.build/Debug-xros/RefreshableScrollView.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/RefreshableScrollView.build/Debug-xros/RefreshableScrollView.build/Objects-normal/arm64/RefreshableScrollView-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
SwiftDriverJobDiscovery normal arm64 Compiling RawRepresentable+Matchable.swift (in target 'Matchable' from project 'Matchable')
SwiftCompile normal arm64 Compiling\ Matchable.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Matchable/Sources/Matchable/Matchable.swift (in target 'Matchable' from project 'Matchable')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Matchable/Sources/Matchable/Matchable.swift (in target 'Matchable' from project 'Matchable')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/RefreshableScrollView.swiftmodule/arm64-apple-xros.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/RefreshableScrollView.build/Debug-xros/RefreshableScrollView.build/Objects-normal/arm64/RefreshableScrollView.swiftmodule (in target 'RefreshableScrollView' from project 'RefreshableScrollView')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks -rename /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/RefreshableScrollView.build/Debug-xros/RefreshableScrollView.build/Objects-normal/arm64/RefreshableScrollView.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/RefreshableScrollView.swiftmodule/arm64-apple-xros.swiftmodule
SwiftDriverJobDiscovery normal arm64 Compiling Integer+Matchable.swift (in target 'Matchable' from project 'Matchable')
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/RefreshableScrollView.swiftmodule/arm64-apple-xros.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/RefreshableScrollView.build/Debug-xros/RefreshableScrollView.build/Objects-normal/arm64/RefreshableScrollView.abi.json (in target 'RefreshableScrollView' from project 'RefreshableScrollView')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks -rename /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/RefreshableScrollView.build/Debug-xros/RefreshableScrollView.build/Objects-normal/arm64/RefreshableScrollView.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/RefreshableScrollView.swiftmodule/arm64-apple-xros.abi.json
SwiftCompile normal arm64 Compiling\ Date+Matchable.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Matchable/Sources/Matchable/Date+Matchable.swift (in target 'Matchable' from project 'Matchable')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Matchable/Sources/Matchable/Date+Matchable.swift (in target 'Matchable' from project 'Matchable')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

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

SwiftCompile normal arm64 Compiling\ XCTAssertEqual+String.swift,\ XCTestCase+Combine.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/XCTestExtensions/Sources/XCTestExtensions/XCTAssertEqual+String.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/XCTestExtensions/Sources/XCTestExtensions/XCTestCase+Combine.swift (in target 'XCTestExtensions' from project 'XCTestExtensions')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/XCTestExtensions/Sources/XCTestExtensions/XCTAssertEqual+String.swift (in target 'XCTestExtensions' from project 'XCTestExtensions')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/XCTestExtensions/Sources/XCTestExtensions/XCTestCase+Combine.swift (in target 'XCTestExtensions' from project 'XCTestExtensions')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftDriverJobDiscovery normal arm64 Compiling String+Matchable.swift (in target 'Matchable' from project 'Matchable')
SwiftCompile normal arm64 Compiling\ XCTestCase+Resources.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/XCTestExtensions/Sources/XCTestExtensions/XCTestCase+Resources.swift (in target 'XCTestExtensions' from project 'XCTestExtensions')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/XCTestExtensions/Sources/XCTestExtensions/XCTestCase+Resources.swift (in target 'XCTestExtensions' from project 'XCTestExtensions')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftDriverJobDiscovery normal arm64 Compiling RefreshableScrollView.swift (in target 'RefreshableScrollView' from project 'RefreshableScrollView')
SwiftCompile normal arm64 Compiling\ XCTAssertEqual+Data.swift,\ XCTAssertEqual+Result.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/XCTestExtensions/Sources/XCTestExtensions/XCTAssertEqual+Data.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/XCTestExtensions/Sources/XCTestExtensions/XCTAssertEqual+Result.swift (in target 'XCTestExtensions' from project 'XCTestExtensions')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/XCTestExtensions/Sources/XCTestExtensions/XCTAssertEqual+Data.swift (in target 'XCTestExtensions' from project 'XCTestExtensions')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/XCTestExtensions/Sources/XCTestExtensions/XCTAssertEqual+Result.swift (in target 'XCTestExtensions' from project 'XCTestExtensions')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftDriverJobDiscovery normal arm64 Compiling MatchableCompound.swift (in target 'Matchable' from project 'Matchable')
SwiftCompile normal arm64 Compiling\ XCTAssert+Result.swift,\ XCTAssert+Types.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/XCTestExtensions/Sources/XCTestExtensions/XCTAssert+Result.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/XCTestExtensions/Sources/XCTestExtensions/XCTAssert+Types.swift (in target 'XCTestExtensions' from project 'XCTestExtensions')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/XCTestExtensions/Sources/XCTestExtensions/XCTAssert+Result.swift (in target 'XCTestExtensions' from project 'XCTestExtensions')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/XCTestExtensions/Sources/XCTestExtensions/XCTAssert+Types.swift (in target 'XCTestExtensions' from project 'XCTestExtensions')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftDriverJobDiscovery normal arm64 Compiling NativeRefreshableScrollView.swift (in target 'RefreshableScrollView' from project 'RefreshableScrollView')
SwiftCompile normal arm64 Compiling\ XCTestMonitor.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/XCTestExtensions/Sources/XCTestExtensions/XCTestMonitor.swift (in target 'XCTestExtensions' from project 'XCTestExtensions')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/XCTestExtensions/Sources/XCTestExtensions/XCTestMonitor.swift (in target 'XCTestExtensions' from project 'XCTestExtensions')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftDriverJobDiscovery normal arm64 Compiling RefreshState.swift (in target 'RefreshableScrollView' from project 'RefreshableScrollView')
SwiftCompile normal arm64 Compiling\ XCUIApplication+UITesting.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/XCTestExtensions/Sources/XCTestExtensions/XCUIApplication+UITesting.swift (in target 'XCTestExtensions' from project 'XCTestExtensions')
Failed frontend command:
/Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift-frontend -frontend -c /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/XCTestExtensions/Sources/XCTestExtensions/XCTAssert+Collections.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/XCTestExtensions/Sources/XCTestExtensions/XCTAssert+Matching.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/XCTestExtensions/Sources/XCTestExtensions/XCTAssert+Result.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/XCTestExtensions/Sources/XCTestExtensions/XCTAssert+Types.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/XCTestExtensions/Sources/XCTestExtensions/XCTAssertEqual+Data.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/XCTestExtensions/Sources/XCTestExtensions/XCTAssertEqual+Result.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/XCTestExtensions/Sources/XCTestExtensions/XCTAssertEqual+String.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/XCTestExtensions/Sources/XCTestExtensions/XCTestCase+Combine.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/XCTestExtensions/Sources/XCTestExtensions/XCTestCase+JSON.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/XCTestExtensions/Sources/XCTestExtensions/XCTestCase+Resources.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/XCTestExtensions/Sources/XCTestExtensions/XCTestCase+WaitForAsync.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/XCTestExtensions/Sources/XCTestExtensions/XCTestMonitor.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/XCTestExtensions/Sources/XCTestExtensions/XCTestRunner.swift -primary-file /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/XCTestExtensions/Sources/XCTestExtensions/XCUIApplication+UITesting.swift -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCTestExtensions.build/Debug-xros/XCTestExtensions.build/Objects-normal/arm64/XCUIApplication+UITesting.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCTestExtensions.build/Debug-xros/XCTestExtensions.build/Objects-normal/arm64/XCUIApplication+UITesting.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCTestExtensions.build/Debug-xros/XCTestExtensions.build/Objects-normal/arm64/XCUIApplication+UITesting.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCTestExtensions.build/Debug-xros/XCTestExtensions.build/Objects-normal/arm64/XCUIApplication+UITesting.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 -suppress-warnings -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/XCTestExtensions.build/Debug-xros/XCTestExtensions.build/Objects-normal/arm64/XCTestExtensions_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/XCTestExtensions.build/Debug-xros/XCTestExtensions.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/XCTestExtensions.build/Debug-xros/XCTestExtensions.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCTestExtensions.build/Debug-xros/XCTestExtensions.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCTestExtensions.build/Debug-xros/XCTestExtensions.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name XCTestExtensions -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/XCTestExtensions.build/Debug-xros/XCTestExtensions.build/Objects-normal/arm64/XCUIApplication+UITesting.o -index-unit-output-path /XCTestExtensions.build/Debug-xros/XCTestExtensions.build/Objects-normal/arm64/XCUIApplication+UITesting.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/.dependencies/checkouts/XCTestExtensions/Sources/XCTestExtensions/XCUIApplication+UITesting.swift (in target 'XCTestExtensions' from project 'XCTestExtensions')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/XCTestExtensions/Sources/XCTestExtensions/XCUIApplication+UITesting.swift:66:26: error: cannot find 'Host' in scope
            deviceName = Host.current().name
                         ^~~~
SwiftDriverJobDiscovery normal arm64 Compiling Optional+Matchable.swift (in target 'Matchable' from project 'Matchable')
SwiftCompile normal arm64 Compiling\ XCTAssert+Collections.swift,\ XCTAssert+Matching.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/XCTestExtensions/Sources/XCTestExtensions/XCTAssert+Collections.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/XCTestExtensions/Sources/XCTestExtensions/XCTAssert+Matching.swift (in target 'XCTestExtensions' from project 'XCTestExtensions')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/XCTestExtensions/Sources/XCTestExtensions/XCTAssert+Collections.swift (in target 'XCTestExtensions' from project 'XCTestExtensions')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/XCTestExtensions/Sources/XCTestExtensions/XCTAssert+Matching.swift (in target 'XCTestExtensions' from project 'XCTestExtensions')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftDriverJobDiscovery normal arm64 Compiling MatchFailedError.swift (in target 'Matchable' from project 'Matchable')
SwiftCompile normal arm64 Compiling\ XCTestRunner.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/XCTestExtensions/Sources/XCTestExtensions/XCTestRunner.swift (in target 'XCTestExtensions' from project 'XCTestExtensions')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/XCTestExtensions/Sources/XCTestExtensions/XCTestRunner.swift (in target 'XCTestExtensions' from project 'XCTestExtensions')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftDriverJobDiscovery normal arm64 Compiling Date+Matchable.swift (in target 'Matchable' from project 'Matchable')
SwiftCompile normal arm64 Compiling\ XCTestCase+WaitForAsync.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/XCTestExtensions/Sources/XCTestExtensions/XCTestCase+WaitForAsync.swift (in target 'XCTestExtensions' from project 'XCTestExtensions')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/XCTestExtensions/Sources/XCTestExtensions/XCTestCase+WaitForAsync.swift (in target 'XCTestExtensions' from project 'XCTestExtensions')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftDriverJobDiscovery normal arm64 Compiling Matchable.swift (in target 'Matchable' from project 'Matchable')
SwiftCompile normal arm64 Compiling\ XCTestCase+JSON.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/XCTestExtensions/Sources/XCTestExtensions/XCTestCase+JSON.swift (in target 'XCTestExtensions' from project 'XCTestExtensions')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/XCTestExtensions/Sources/XCTestExtensions/XCTestCase+JSON.swift (in target 'XCTestExtensions' from project 'XCTestExtensions')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftDriverJobDiscovery normal arm64 Emitting module for XCTestExtensions (in target 'XCTestExtensions' from project 'XCTestExtensions')
SwiftDriver\ Compilation\ Requirements XCTestExtensions normal arm64 com.apple.xcode.tools.swift.compiler (in target 'XCTestExtensions' from project 'XCTestExtensions')
    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 XCTestExtensions -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCTestExtensions.build/Debug-xros/XCTestExtensions.build/Objects-normal/arm64/XCTestExtensions.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 -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/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/XCTestExtensions.build/Debug-xros/XCTestExtensions.build/Objects-normal/arm64/XCTestExtensions-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/XCTestExtensions.build/Debug-xros/XCTestExtensions.build/Objects-normal/arm64/XCTestExtensions.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/XCTestExtensions.build/Debug-xros/XCTestExtensions.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCTestExtensions.build/Debug-xros/XCTestExtensions.build/Objects-normal/arm64/XCTestExtensions_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/XCTestExtensions.build/Debug-xros/XCTestExtensions.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCTestExtensions.build/Debug-xros/XCTestExtensions.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCTestExtensions.build/Debug-xros/XCTestExtensions.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/XCTestExtensions.build/Debug-xros/XCTestExtensions.build/Objects-normal/arm64/XCTestExtensions-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
SwiftDriverJobDiscovery normal arm64 Compiling XCTAssert+Result.swift, XCTAssert+Types.swift (in target 'XCTestExtensions' from project 'XCTestExtensions')
SwiftDriver\ Compilation RefreshableScrollView normal arm64 com.apple.xcode.tools.swift.compiler (in target 'RefreshableScrollView' from project 'RefreshableScrollView')
    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 RefreshableScrollView -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/RefreshableScrollView.build/Debug-xros/RefreshableScrollView.build/Objects-normal/arm64/RefreshableScrollView.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 -enable-testing -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -swift-version 5 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -I /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/xros2.4-22O233-407b76dbb837030756cbe1ab3f0b01b6.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/RefreshableScrollView.build/Debug-xros/RefreshableScrollView.build/Objects-normal/arm64/RefreshableScrollView-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/RefreshableScrollView.build/Debug-xros/RefreshableScrollView.build/Objects-normal/arm64/RefreshableScrollView.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/RefreshableScrollView.build/Debug-xros/RefreshableScrollView.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/RefreshableScrollView.build/Debug-xros/RefreshableScrollView.build/Objects-normal/arm64/RefreshableScrollView_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/RefreshableScrollView.build/Debug-xros/RefreshableScrollView.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/RefreshableScrollView.build/Debug-xros/RefreshableScrollView.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/RefreshableScrollView.build/Debug-xros/RefreshableScrollView.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/RefreshableScrollView.build/Debug-xros/RefreshableScrollView.build/Objects-normal/arm64/RefreshableScrollView-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/XCTestExtensions.swiftmodule/arm64-apple-xros.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCTestExtensions.build/Debug-xros/XCTestExtensions.build/Objects-normal/arm64/XCTestExtensions.abi.json (in target 'XCTestExtensions' from project 'XCTestExtensions')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/XCTestExtensions
    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/XCTestExtensions.build/Debug-xros/XCTestExtensions.build/Objects-normal/arm64/XCTestExtensions.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/XCTestExtensions.swiftmodule/arm64-apple-xros.abi.json
Ld /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/RefreshableScrollView.o normal (in target 'RefreshableScrollView' from project 'RefreshableScrollView')
    cd /Users/admin/builder/spi-builder-workspace
    /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -Xlinker -reproducible -target arm64-apple-xros1.0 -r -isysroot /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.sdk -O0 -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-xros -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -L/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-xros -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -iframework /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/Library/Frameworks -iframework /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.sdk/Developer/Library/Frameworks -filelist /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/RefreshableScrollView.build/Debug-xros/RefreshableScrollView.build/Objects-normal/arm64/RefreshableScrollView.LinkFileList -nostdlib -Xlinker -object_path_lto -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/RefreshableScrollView.build/Debug-xros/RefreshableScrollView.build/Objects-normal/arm64/RefreshableScrollView_lto.o -rdynamic -Xlinker -no_deduplicate -Xlinker -dependency_info -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/RefreshableScrollView.build/Debug-xros/RefreshableScrollView.build/Objects-normal/arm64/RefreshableScrollView_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/RefreshableScrollView.build/Debug-xros/RefreshableScrollView.build/Objects-normal/arm64/RefreshableScrollView.swiftmodule -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/RefreshableScrollView.o
SwiftDriver\ Compilation Matchable normal arm64 com.apple.xcode.tools.swift.compiler (in target 'Matchable' from project 'Matchable')
    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 Matchable -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Matchable.build/Debug-xros/Matchable.build/Objects-normal/arm64/Matchable.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 -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/Matchable.build/Debug-xros/Matchable.build/Objects-normal/arm64/Matchable-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/Matchable.build/Debug-xros/Matchable.build/Objects-normal/arm64/Matchable.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/Matchable.build/Debug-xros/Matchable.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Matchable.build/Debug-xros/Matchable.build/Objects-normal/arm64/Matchable_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/Matchable.build/Debug-xros/Matchable.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Matchable.build/Debug-xros/Matchable.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Matchable.build/Debug-xros/Matchable.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/Matchable.build/Debug-xros/Matchable.build/Objects-normal/arm64/Matchable-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
SwiftDriverJobDiscovery normal arm64 Compiling XCTestMonitor.swift (in target 'XCTestExtensions' from project 'XCTestExtensions')
SwiftDriver RefreshableScrollViewTests normal arm64 com.apple.xcode.tools.swift.compiler (in target 'RefreshableScrollViewTests' from project 'RefreshableScrollView')
    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 RefreshableScrollViewTests -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/RefreshableScrollView.build/Debug-xros/RefreshableScrollViewTests.build/Objects-normal/arm64/RefreshableScrollViewTests.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 -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/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -F /Applications/Xcode-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 -parse-as-library -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/RefreshableScrollView.build/Debug-xros/RefreshableScrollViewTests.build/Objects-normal/arm64/RefreshableScrollViewTests-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/RefreshableScrollView.build/Debug-xros/RefreshableScrollViewTests.build/Objects-normal/arm64/RefreshableScrollViewTests.swiftmodule -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/RefreshableScrollView.build/Debug-xros/RefreshableScrollViewTests.build/Objects-normal/arm64/RefreshableScrollViewTests_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/RefreshableScrollView.build/Debug-xros/RefreshableScrollViewTests.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/RefreshableScrollView.build/Debug-xros/RefreshableScrollViewTests.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/RefreshableScrollView.build/Debug-xros/RefreshableScrollViewTests.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -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/Matchable.o normal (in target 'Matchable' from project 'Matchable')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Matchable
    /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/Matchable.build/Debug-xros/Matchable.build/Objects-normal/arm64/Matchable.LinkFileList -nostdlib -Xlinker -object_path_lto -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Matchable.build/Debug-xros/Matchable.build/Objects-normal/arm64/Matchable_lto.o -rdynamic -Xlinker -no_deduplicate -Xlinker -dependency_info -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Matchable.build/Debug-xros/Matchable.build/Objects-normal/arm64/Matchable_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/Matchable.build/Debug-xros/Matchable.build/Objects-normal/arm64/Matchable.swiftmodule -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/Matchable.o
SwiftDriverJobDiscovery normal arm64 Compiling XCTAssertEqual+String.swift, XCTestCase+Combine.swift (in target 'XCTestExtensions' from project 'XCTestExtensions')
SwiftDriverJobDiscovery normal arm64 Compiling XCTestRunner.swift (in target 'XCTestExtensions' from project 'XCTestExtensions')
SwiftDriverJobDiscovery normal arm64 Compiling XCTAssert+Collections.swift, XCTAssert+Matching.swift (in target 'XCTestExtensions' from project 'XCTestExtensions')
SwiftEmitModule normal arm64 Emitting\ module\ for\ RefreshableScrollViewTests (in target 'RefreshableScrollViewTests' from project 'RefreshableScrollView')
SwiftCompile normal arm64 Compiling\ RefreshableScrollViewTests.swift /Users/admin/builder/spi-builder-workspace/Tests/RefreshableScrollViewTests/RefreshableScrollViewTests.swift (in target 'RefreshableScrollViewTests' from project 'RefreshableScrollView')
ExtractAppIntentsMetadata (in target 'RefreshableScrollView' from project 'RefreshableScrollView')
    cd /Users/admin/builder/spi-builder-workspace
    /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/appintentsmetadataprocessor --toolchain-dir /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain --module-name RefreshableScrollView --sdk-root /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.sdk --xcode-version 16E140 --platform-family xrOS --deployment-target 1.0 --bundle-identifier spi-builder-workspace.RefreshableScrollView --output /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/RefreshableScrollView.appintents --target-triple arm64-apple-xros1.0 --binary-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/RefreshableScrollView.o --dependency-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/RefreshableScrollView.build/Debug-xros/RefreshableScrollView.build/Objects-normal/arm64/RefreshableScrollView_dependency_info.dat --stringsdata-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/RefreshableScrollView.build/Debug-xros/RefreshableScrollView.build/Objects-normal/arm64/ExtractedAppShortcutsMetadata.stringsdata --source-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/RefreshableScrollView.build/Debug-xros/RefreshableScrollView.build/Objects-normal/arm64/RefreshableScrollView.SwiftFileList --metadata-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/RefreshableScrollView.build/Debug-xros/RefreshableScrollView.build/RefreshableScrollView.DependencyMetadataFileList --static-metadata-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/RefreshableScrollView.build/Debug-xros/RefreshableScrollView.build/RefreshableScrollView.DependencyStaticMetadataFileList --swift-const-vals-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/RefreshableScrollView.build/Debug-xros/RefreshableScrollView.build/Objects-normal/arm64/RefreshableScrollView.SwiftConstValuesFileList --force --compile-time-extraction --deployment-aware-processing --validate-assistant-intents --no-app-shortcuts-localization
ExtractAppIntentsMetadata (in target 'Matchable' from project 'Matchable')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Matchable
    /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/appintentsmetadataprocessor --toolchain-dir /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain --module-name Matchable --sdk-root /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.sdk --xcode-version 16E140 --platform-family xrOS --deployment-target 1.0 --bundle-identifier matchable.Matchable --output /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/Matchable.appintents --target-triple arm64-apple-xros1.0 --binary-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/Matchable.o --dependency-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Matchable.build/Debug-xros/Matchable.build/Objects-normal/arm64/Matchable_dependency_info.dat --stringsdata-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Matchable.build/Debug-xros/Matchable.build/Objects-normal/arm64/ExtractedAppShortcutsMetadata.stringsdata --source-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Matchable.build/Debug-xros/Matchable.build/Objects-normal/arm64/Matchable.SwiftFileList --metadata-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Matchable.build/Debug-xros/Matchable.build/Matchable.DependencyMetadataFileList --static-metadata-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Matchable.build/Debug-xros/Matchable.build/Matchable.DependencyStaticMetadataFileList --swift-const-vals-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Matchable.build/Debug-xros/Matchable.build/Objects-normal/arm64/Matchable.SwiftConstValuesFileList --force --compile-time-extraction --deployment-aware-processing --validate-assistant-intents --no-app-shortcuts-localization
SwiftDriverJobDiscovery normal arm64 Compiling XCTAssertEqual+Data.swift, XCTAssertEqual+Result.swift (in target 'XCTestExtensions' from project 'XCTestExtensions')
** BUILD FAILED **
The following build commands failed:
	SwiftCompile normal arm64 Compiling\ XCUIApplication+UITesting.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/XCTestExtensions/Sources/XCTestExtensions/XCUIApplication+UITesting.swift (in target 'XCTestExtensions' from project 'XCTestExtensions')
	SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/XCTestExtensions/Sources/XCTestExtensions/XCUIApplication+UITesting.swift (in target 'XCTestExtensions' from project 'XCTestExtensions')
	Building workspace spi-builder-workspace with scheme RefreshableScrollView
(3 failures)
BUILD FAILURE 6.1 visionOS