The Swift Package Index logo.Swift Package Index

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

Build Information

Successful build of CollectionLoader, reference main (99f683), with Swift 6.2 (beta) for visionOS using Xcode 26.0 on 20 Jun 2025 18:22:17 UTC.

Swift 6 data race errors: 0

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.64.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/Frizlab/CollectionLoader.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/Frizlab/CollectionLoader
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at 99f6833 Start API order property implementation in search loader
Cloned https://github.com/Frizlab/CollectionLoader.git
Revision (git rev-parse @):
99f6833471eb978b36e84a2ec655003cc44274c1
SUCCESS checkout https://github.com/Frizlab/CollectionLoader.git at main
========================================
Build
========================================
Selected platform:         visionOS
Swift version:             6.2
Building package at path:  $PWD
https://github.com/Frizlab/CollectionLoader.git
Command line invocation:
    /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/usr/bin/xcodebuild -IDEClonedSourcePackagesDirPathOverride=/Users/admin/builder/spi-builder-workspace/.dependencies -resolvePackageDependencies
Resolve Package Graph
Fetching from https://github.com/Frizlab/BMO.git
Creating working copy of package ‘BMO’
Checking out main (5d46c8b) of package ‘BMO’
Resolve Package Graph
Resolved source packages:
  BMO: https://github.com/Frizlab/BMO.git @ main (5d46c8b)
  CollectionLoader: /Users/admin/builder/spi-builder-workspace
resolved source packages: BMO, CollectionLoader
{
  "dependencies" : [
    {
      "identity" : "bmo",
      "requirement" : {
        "branch" : [
          "main"
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/Frizlab/BMO.git"
    }
  ],
  "manifest_display_name" : "CollectionLoader",
  "name" : "CollectionLoader",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "10.15"
    },
    {
      "name" : "tvos",
      "version" : "13.0"
    },
    {
      "name" : "ios",
      "version" : "13.0"
    },
    {
      "name" : "watchos",
      "version" : "6.0"
    }
  ],
  "products" : [
    {
      "name" : "CollectionLoader",
      "targets" : [
        "CollectionLoader"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "BMOCoreDataCollectionLoaders",
      "targets" : [
        "BMOCoreDataCollectionLoaders"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "CollectionLoaderTests",
      "module_type" : "SwiftTarget",
      "name" : "CollectionLoaderTests",
      "path" : "Tests/CollectionLoaderTests",
      "sources" : [
        "CollectionLoaderTests.swift"
      ],
      "target_dependencies" : [
        "CollectionLoader"
      ],
      "type" : "test"
    },
    {
      "c99name" : "CollectionLoader",
      "module_type" : "SwiftTarget",
      "name" : "CollectionLoader",
      "path" : "Sources/CollectionLoader",
      "product_memberships" : [
        "CollectionLoader",
        "BMOCoreDataCollectionLoaders"
      ],
      "sources" : [
        "Core/CollectionLoader.swift",
        "Core/CollectionLoaderDelegate.swift",
        "Core/CollectionLoaderHelper-Protocol.swift",
        "Core/PageInfo-Protocol.swift",
        "Core/PageInfoRetriever-Protocol.swift",
        "Helpers/ConcurrentLoadBehavior.swift",
        "Helpers/LoadingOperationDelegate.swift",
        "Helpers/PageLoadDescription.swift",
        "Helpers/PageLoadReason.swift",
        "Private/BlockCollectionLoaderDelegate.swift",
        "Private/Operation+Utils.swift",
        "Private/PageLoadDescription.Reason+Utils.swift"
      ],
      "type" : "library"
    },
    {
      "c99name" : "BMOCoreDataCollectionLoaders",
      "module_type" : "SwiftTarget",
      "name" : "BMOCoreDataCollectionLoaders",
      "path" : "Sources/BMOCoreDataCollectionLoaders",
      "product_dependencies" : [
        "BMOCoreData"
      ],
      "product_memberships" : [
        "BMOCoreDataCollectionLoaders"
      ],
      "sources" : [
        "BMOCoreDataListElementLoader.swift",
        "BMOCoreDataSearchLoader.swift",
        "DummyFetchedResultsControllerDelegate.swift",
        "PrivateUtils/BMORequestHelperForLoader.swift"
      ],
      "target_dependencies" : [
        "CollectionLoader"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.1"
}
{
  "workspace" : {
    "name" : "spi-builder-workspace",
    "schemes" : [
      "BMOCoreDataCollectionLoaders",
      "CollectionLoader",
      "CollectionLoader-Package"
    ]
  }
}
{
  "workspace" : {
    "name" : "spi-builder-workspace",
    "schemes" : [
      "BMOCoreDataCollectionLoaders",
      "CollectionLoader",
      "CollectionLoader-Package"
    ]
  }
}
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme CollectionLoader-Package -destination generic/platform=xrOS
Command line invocation:
    /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/usr/bin/xcodebuild -IDEClonedSourcePackagesDirPathOverride=/Users/admin/builder/spi-builder-workspace/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath /Users/admin/builder/spi-builder-workspace/.derivedData build -scheme CollectionLoader-Package -destination generic/platform=xrOS
Resolve Package Graph
Resolve Package Graph
Resolved source packages:
  BMO: https://github.com/Frizlab/BMO.git @ main (5d46c8b)
  CollectionLoader: /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 'CollectionLoader' in project 'CollectionLoader'
        ➜ Explicit dependency on target 'CollectionLoader' in project 'CollectionLoader'
    Target 'BMOCoreDataCollectionLoaders' in project 'CollectionLoader'
        ➜ Explicit dependency on target 'BMOCoreDataCollectionLoaders' in project 'CollectionLoader'
        ➜ Explicit dependency on target 'CollectionLoader' in project 'CollectionLoader'
        ➜ Explicit dependency on target 'BMOCoreData' in project 'BMO'
    Target 'BMOCoreDataCollectionLoaders' in project 'CollectionLoader'
        ➜ Explicit dependency on target 'CollectionLoader' in project 'CollectionLoader'
        ➜ Explicit dependency on target 'BMOCoreData' in project 'BMO'
    Target 'BMOCoreData' in project 'BMO'
        ➜ Explicit dependency on target 'BMOCoreData' in project 'BMO'
        ➜ Explicit dependency on target 'BMO' in project 'BMO'
    Target 'BMOCoreData' in project 'BMO'
        ➜ Explicit dependency on target 'BMO' in project 'BMO'
    Target 'BMO' in project 'BMO' (no dependencies)
    Target 'CollectionLoader' in project 'CollectionLoader' (no dependencies)
GatherProvisioningInputs
CreateBuildDescription
ExecuteExternalTool /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc --version
ExecuteExternalTool /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -isysroot /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS26.0.sdk -x c -c /dev/null
ExecuteExternalTool /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld -version_details
Build description signature: 1496e7d38a4d56cc7320dd84eec784c6
Build description path: /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCBuildData/1496e7d38a4d56cc7320dd84eec784c6.xcbuilddata
ClangStatCache /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang-stat-cache /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS26.0.sdk /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/xros26.0-23M5263k-63777232b7fc5220f33897c1cc69dbf5.sdkstatcache
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang-stat-cache /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS26.0.sdk -o /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/xros26.0-23M5263k-63777232b7fc5220f33897c1cc69dbf5.sdkstatcache
CreateBuildDirectory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-create-build-directory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex
CreateBuildDirectory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-create-build-directory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products
CreateBuildDirectory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-create-build-directory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros
CreateBuildDirectory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-xros
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-create-build-directory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-xros
CreateBuildDirectory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/PackageFrameworks
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-create-build-directory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/PackageFrameworks
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CollectionLoader.build/Debug-xros/CollectionLoader.build/CollectionLoader.DependencyStaticMetadataFileList (in target 'CollectionLoader' from project 'CollectionLoader')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CollectionLoader.build/Debug-xros/CollectionLoader.build/CollectionLoader.DependencyStaticMetadataFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CollectionLoader.build/Debug-xros/CollectionLoader.build/CollectionLoader.DependencyMetadataFileList (in target 'CollectionLoader' from project 'CollectionLoader')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CollectionLoader.build/Debug-xros/CollectionLoader.build/CollectionLoader.DependencyMetadataFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CollectionLoader.build/Debug-xros/CollectionLoader.build/CollectionLoader.modulemap (in target 'CollectionLoader' from project 'CollectionLoader')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CollectionLoader.build/Debug-xros/CollectionLoader.build/CollectionLoader.modulemap
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CollectionLoader.build/Debug-xros/CollectionLoader.build/Objects-normal/arm64/CollectionLoader.SwiftFileList (in target 'CollectionLoader' from project 'CollectionLoader')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CollectionLoader.build/Debug-xros/CollectionLoader.build/Objects-normal/arm64/CollectionLoader.SwiftFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CollectionLoader.build/Debug-xros/CollectionLoader.build/Objects-normal/arm64/CollectionLoader.SwiftConstValuesFileList (in target 'CollectionLoader' from project 'CollectionLoader')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CollectionLoader.build/Debug-xros/CollectionLoader.build/Objects-normal/arm64/CollectionLoader.SwiftConstValuesFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CollectionLoader.build/Debug-xros/CollectionLoader.build/Objects-normal/arm64/CollectionLoader_const_extract_protocols.json (in target 'CollectionLoader' from project 'CollectionLoader')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CollectionLoader.build/Debug-xros/CollectionLoader.build/Objects-normal/arm64/CollectionLoader_const_extract_protocols.json
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CollectionLoader.build/Debug-xros/CollectionLoader.build/Objects-normal/arm64/CollectionLoader-OutputFileMap.json (in target 'CollectionLoader' from project 'CollectionLoader')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CollectionLoader.build/Debug-xros/CollectionLoader.build/Objects-normal/arm64/CollectionLoader-OutputFileMap.json
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CollectionLoader.build/Debug-xros/CollectionLoader.build/Objects-normal/arm64/CollectionLoader.LinkFileList (in target 'CollectionLoader' from project 'CollectionLoader')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CollectionLoader.build/Debug-xros/CollectionLoader.build/Objects-normal/arm64/CollectionLoader.LinkFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CollectionLoader.build/Debug-xros/BMOCoreDataCollectionLoaders.build/Objects-normal/arm64/BMOCoreDataCollectionLoaders_const_extract_protocols.json (in target 'BMOCoreDataCollectionLoaders' from project 'CollectionLoader')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CollectionLoader.build/Debug-xros/BMOCoreDataCollectionLoaders.build/Objects-normal/arm64/BMOCoreDataCollectionLoaders_const_extract_protocols.json
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CollectionLoader.build/Debug-xros/BMOCoreDataCollectionLoaders.build/Objects-normal/arm64/BMOCoreDataCollectionLoaders.SwiftFileList (in target 'BMOCoreDataCollectionLoaders' from project 'CollectionLoader')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CollectionLoader.build/Debug-xros/BMOCoreDataCollectionLoaders.build/Objects-normal/arm64/BMOCoreDataCollectionLoaders.SwiftFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CollectionLoader.build/Debug-xros/BMOCoreDataCollectionLoaders.build/Objects-normal/arm64/BMOCoreDataCollectionLoaders.SwiftConstValuesFileList (in target 'BMOCoreDataCollectionLoaders' from project 'CollectionLoader')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CollectionLoader.build/Debug-xros/BMOCoreDataCollectionLoaders.build/Objects-normal/arm64/BMOCoreDataCollectionLoaders.SwiftConstValuesFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CollectionLoader.build/Debug-xros/BMOCoreDataCollectionLoaders.build/BMOCoreDataCollectionLoaders.modulemap (in target 'BMOCoreDataCollectionLoaders' from project 'CollectionLoader')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CollectionLoader.build/Debug-xros/BMOCoreDataCollectionLoaders.build/BMOCoreDataCollectionLoaders.modulemap
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CollectionLoader.build/Debug-xros/BMOCoreDataCollectionLoaders.build/Objects-normal/arm64/BMOCoreDataCollectionLoaders.LinkFileList (in target 'BMOCoreDataCollectionLoaders' from project 'CollectionLoader')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CollectionLoader.build/Debug-xros/BMOCoreDataCollectionLoaders.build/Objects-normal/arm64/BMOCoreDataCollectionLoaders.LinkFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CollectionLoader.build/Debug-xros/BMOCoreDataCollectionLoaders.build/Objects-normal/arm64/BMOCoreDataCollectionLoaders-OutputFileMap.json (in target 'BMOCoreDataCollectionLoaders' from project 'CollectionLoader')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CollectionLoader.build/Debug-xros/BMOCoreDataCollectionLoaders.build/Objects-normal/arm64/BMOCoreDataCollectionLoaders-OutputFileMap.json
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CollectionLoader.build/Debug-xros/BMOCoreDataCollectionLoaders.build/BMOCoreDataCollectionLoaders.DependencyStaticMetadataFileList (in target 'BMOCoreDataCollectionLoaders' from project 'CollectionLoader')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CollectionLoader.build/Debug-xros/BMOCoreDataCollectionLoaders.build/BMOCoreDataCollectionLoaders.DependencyStaticMetadataFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CollectionLoader.build/Debug-xros/BMOCoreDataCollectionLoaders.build/BMOCoreDataCollectionLoaders.DependencyMetadataFileList (in target 'BMOCoreDataCollectionLoaders' from project 'CollectionLoader')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CollectionLoader.build/Debug-xros/BMOCoreDataCollectionLoaders.build/BMOCoreDataCollectionLoaders.DependencyMetadataFileList
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-xros/CollectionLoader.modulemap /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CollectionLoader.build/Debug-xros/CollectionLoader.build/CollectionLoader.modulemap (in target 'CollectionLoader' from project 'CollectionLoader')
    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/CollectionLoader.build/Debug-xros/CollectionLoader.build/CollectionLoader.modulemap /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-xros
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-xros/BMOCoreDataCollectionLoaders.modulemap /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CollectionLoader.build/Debug-xros/BMOCoreDataCollectionLoaders.build/BMOCoreDataCollectionLoaders.modulemap (in target 'BMOCoreDataCollectionLoaders' from project 'CollectionLoader')
    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/CollectionLoader.build/Debug-xros/BMOCoreDataCollectionLoaders.build/BMOCoreDataCollectionLoaders.modulemap /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-xros
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BMO.build/Debug-xros/BMOCoreData.build/Objects-normal/arm64/BMOCoreData.SwiftFileList (in target 'BMOCoreData' from project 'BMO')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/BMO
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BMO.build/Debug-xros/BMOCoreData.build/Objects-normal/arm64/BMOCoreData.SwiftFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BMO.build/Debug-xros/BMOCoreData.build/Objects-normal/arm64/BMOCoreData.SwiftConstValuesFileList (in target 'BMOCoreData' from project 'BMO')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/BMO
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BMO.build/Debug-xros/BMOCoreData.build/Objects-normal/arm64/BMOCoreData.SwiftConstValuesFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BMO.build/Debug-xros/BMOCoreData.build/Objects-normal/arm64/BMOCoreData_const_extract_protocols.json (in target 'BMOCoreData' from project 'BMO')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/BMO
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BMO.build/Debug-xros/BMOCoreData.build/Objects-normal/arm64/BMOCoreData_const_extract_protocols.json
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BMO.build/Debug-xros/BMOCoreData.build/Objects-normal/arm64/BMOCoreData.LinkFileList (in target 'BMOCoreData' from project 'BMO')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/BMO
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BMO.build/Debug-xros/BMOCoreData.build/Objects-normal/arm64/BMOCoreData.LinkFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BMO.build/Debug-xros/BMOCoreData.build/Objects-normal/arm64/BMOCoreData-OutputFileMap.json (in target 'BMOCoreData' from project 'BMO')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/BMO
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BMO.build/Debug-xros/BMOCoreData.build/Objects-normal/arm64/BMOCoreData-OutputFileMap.json
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BMO.build/Debug-xros/BMOCoreData.build/BMOCoreData.modulemap (in target 'BMOCoreData' from project 'BMO')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/BMO
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BMO.build/Debug-xros/BMOCoreData.build/BMOCoreData.modulemap
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BMO.build/Debug-xros/BMOCoreData.build/BMOCoreData.DependencyStaticMetadataFileList (in target 'BMOCoreData' from project 'BMO')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/BMO
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BMO.build/Debug-xros/BMOCoreData.build/BMOCoreData.DependencyStaticMetadataFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BMO.build/Debug-xros/BMOCoreData.build/BMOCoreData.DependencyMetadataFileList (in target 'BMOCoreData' from project 'BMO')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/BMO
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BMO.build/Debug-xros/BMOCoreData.build/BMOCoreData.DependencyMetadataFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BMO.build/Debug-xros/BMO.build/Objects-normal/arm64/BMO.LinkFileList (in target 'BMO' from project 'BMO')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/BMO
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BMO.build/Debug-xros/BMO.build/Objects-normal/arm64/BMO.LinkFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BMO.build/Debug-xros/BMO.build/Objects-normal/arm64/BMO.SwiftConstValuesFileList (in target 'BMO' from project 'BMO')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/BMO
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BMO.build/Debug-xros/BMO.build/Objects-normal/arm64/BMO.SwiftConstValuesFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BMO.build/Debug-xros/BMO.build/Objects-normal/arm64/BMO_const_extract_protocols.json (in target 'BMO' from project 'BMO')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/BMO
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BMO.build/Debug-xros/BMO.build/Objects-normal/arm64/BMO_const_extract_protocols.json
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BMO.build/Debug-xros/BMO.build/Objects-normal/arm64/BMO.SwiftFileList (in target 'BMO' from project 'BMO')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/BMO
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BMO.build/Debug-xros/BMO.build/Objects-normal/arm64/BMO.SwiftFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BMO.build/Debug-xros/BMO.build/Objects-normal/arm64/BMO-OutputFileMap.json (in target 'BMO' from project 'BMO')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/BMO
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BMO.build/Debug-xros/BMO.build/Objects-normal/arm64/BMO-OutputFileMap.json
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-xros/BMOCoreData.modulemap /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BMO.build/Debug-xros/BMOCoreData.build/BMOCoreData.modulemap (in target 'BMOCoreData' from project 'BMO')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/BMO
    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/BMO.build/Debug-xros/BMOCoreData.build/BMOCoreData.modulemap /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-xros
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BMO.build/Debug-xros/BMO.build/BMO.modulemap (in target 'BMO' from project 'BMO')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/BMO
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BMO.build/Debug-xros/BMO.build/BMO.modulemap
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BMO.build/Debug-xros/BMO.build/BMO.DependencyStaticMetadataFileList (in target 'BMO' from project 'BMO')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/BMO
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BMO.build/Debug-xros/BMO.build/BMO.DependencyStaticMetadataFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BMO.build/Debug-xros/BMO.build/BMO.DependencyMetadataFileList (in target 'BMO' from project 'BMO')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/BMO
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BMO.build/Debug-xros/BMO.build/BMO.DependencyMetadataFileList
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-xros/BMO.modulemap /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BMO.build/Debug-xros/BMO.build/BMO.modulemap (in target 'BMO' from project 'BMO')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/BMO
    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/BMO.build/Debug-xros/BMO.build/BMO.modulemap /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-xros
SwiftDriver CollectionLoader normal arm64 com.apple.xcode.tools.swift.compiler (in target 'CollectionLoader' from project 'CollectionLoader')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-SwiftDriver -- /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name CollectionLoader -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CollectionLoader.build/Debug-xros/CollectionLoader.build/Objects-normal/arm64/CollectionLoader.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -DSWIFT_MODULE_RESOURCE_BUNDLE_UNAVAILABLE -DXcode -plugin-path /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS26.0.sdk -target arm64-apple-xros1.0 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -profile-coverage-mapping -profile-generate -enable-testing -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -swift-version 5 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -I /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -F /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/XROS.platform/Developer/Library/Frameworks -F /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS26.0.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/xros26.0-23M5263k-63777232b7fc5220f33897c1cc69dbf5.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CollectionLoader.build/Debug-xros/CollectionLoader.build/Objects-normal/arm64/CollectionLoader-OutputFileMap.json -use-frontend-parseable-output -save-temps -no-color-diagnostics -explicit-module-build -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftExplicitPrecompiledModules -clang-scanner-module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -sdk-module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -serialize-diagnostics -emit-dependencies -emit-module -emit-module-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CollectionLoader.build/Debug-xros/CollectionLoader.build/Objects-normal/arm64/CollectionLoader.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/CollectionLoader.build/Debug-xros/CollectionLoader.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CollectionLoader.build/Debug-xros/CollectionLoader.build/Objects-normal/arm64/CollectionLoader_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/CollectionLoader.build/Debug-xros/CollectionLoader.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CollectionLoader.build/Debug-xros/CollectionLoader.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CollectionLoader.build/Debug-xros/CollectionLoader.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/CollectionLoader.build/Debug-xros/CollectionLoader.build/Objects-normal/arm64/CollectionLoader-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
SwiftDriver BMO normal arm64 com.apple.xcode.tools.swift.compiler (in target 'BMO' from project 'BMO')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-SwiftDriver -- /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name BMO -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BMO.build/Debug-xros/BMO.build/Objects-normal/arm64/BMO.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -DSWIFT_MODULE_RESOURCE_BUNDLE_UNAVAILABLE -DXcode -enable-experimental-feature StrictConcurrency -plugin-path /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS26.0.sdk -target arm64-apple-xros1.0 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -profile-coverage-mapping -profile-generate -enable-testing -suppress-warnings -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -swift-version 5 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -I /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -F /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/XROS.platform/Developer/Library/Frameworks -F /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS26.0.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/xros26.0-23M5263k-63777232b7fc5220f33897c1cc69dbf5.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BMO.build/Debug-xros/BMO.build/Objects-normal/arm64/BMO-OutputFileMap.json -use-frontend-parseable-output -save-temps -no-color-diagnostics -explicit-module-build -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftExplicitPrecompiledModules -clang-scanner-module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -sdk-module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -serialize-diagnostics -emit-dependencies -emit-module -emit-module-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BMO.build/Debug-xros/BMO.build/Objects-normal/arm64/BMO.swiftmodule -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -package-name bmo -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BMO.build/Debug-xros/BMO.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BMO.build/Debug-xros/BMO.build/Objects-normal/arm64/BMO_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/BMO.build/Debug-xros/BMO.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BMO.build/Debug-xros/BMO.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BMO.build/Debug-xros/BMO.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/BMO.build/Debug-xros/BMO.build/Objects-normal/arm64/BMO-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/ptrcheck-E7LE7DV0CNK9MJMHLAZCYDQGG.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/_SwiftConcurrencyShims-63O7P0417CITDU5TAPFWA16RK.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/_Builtin_stddef-21H3N9DH1KLS9X4PIJZT9JFO8.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/ptrauth-3H3LLJBXUZYXL2X8I9QOFQSE2.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/_Builtin_float-1YQCTN0O73AHNHZOS6SY3HD3E.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/SwiftShims-F46X5FXY7I1HWEOCOQVSQWDNN.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/_AvailabilityInternal-C2AB6M1NNYPFLWYMKDOFRYH8X.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/_Builtin_stdarg-AGIMNIU03RBGDKDFQRREAQMB0.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/_Builtin_stdbool-7G57MOE58GZVJMWN1GCZ599TP.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/_DarwinFoundation1-EFETDZLNX0FEPQZ2E3PZFKYNR.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/_Builtin_limits-DKV1BYCIVIYMBC5V04ISHLS5A.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/_DarwinFoundation2-E60OGYQQCI50TU38JKHOXIOVC.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/_Builtin_stdint-DN40O2QXVAPS5PX3RRQK2CDTB.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/_DarwinFoundation3-2J7H31OFACG6OUGQJF3Z2HH2P.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/_Builtin_inttypes-7IAHOD1D4EZJRBSJ4YXQCX8QK.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Darwin-ANJZ93KTRF4ZV05C6NV5Q0SRR.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/ObjectiveC-1UIC5AG2ZCLFQ1S2SJZ5E9I8I.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/os_object-14HP1DXB4AHZLLZ2VG0XM57OP.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/os_workgroup-1TVSUO7YH3KW9W6KS32GSRDVI.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Dispatch-AA5V45I59GR8Q18J0KTZFB92T.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/CoreFoundation-C55Z6VZ589KY8LHRRM3J869RS.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Security-8BP09VQ2TO94G5OK8X98USG8N.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/CFNetwork-9EX4JLL2HOHSIU45ZL7AEA88A.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Foundation-9ABIQSLNMD9AJ6942NNHN34Z2.pcm
SwiftEmitModule normal arm64 Emitting\ module\ for\ BMO (in target 'BMO' from project 'BMO')
EmitSwiftModule normal arm64 (in target 'BMO' from project 'BMO')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 Compiling\ Result+Utils.swift,\ DummyRequestHelper.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/BMO/Sources/BMO/Utilities/Private/Result+Utils.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/BMO/Sources/BMO/Utilities/Public/DummyRequestHelper.swift (in target 'BMO' from project 'BMO')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/BMO/Sources/BMO/Utilities/Private/Result+Utils.swift (in target 'BMO' from project 'BMO')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/BMO/Sources/BMO/Utilities/Public/DummyRequestHelper.swift (in target 'BMO' from project 'BMO')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 Compiling\ RequestResult.swift,\ ErrorCollection.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/BMO/Sources/BMO/Core/RequestResult.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/BMO/Sources/BMO/Errors/ErrorCollection.swift (in target 'BMO' from project 'BMO')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/BMO/Sources/BMO/Core/RequestResult.swift (in target 'BMO' from project 'BMO')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

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

SwiftCompile normal arm64 Compiling\ OperationLifecycleError.swift,\ RequestError.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/BMO/Sources/BMO/Errors/OperationLifecycleError.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/BMO/Sources/BMO/Errors/RequestError.swift (in target 'BMO' from project 'BMO')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/BMO/Sources/BMO/Errors/OperationLifecycleError.swift (in target 'BMO' from project 'BMO')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

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

SwiftCompile normal arm64 Compiling\ GenericLocalDbObject.swift,\ LocalDbChanges.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/BMO/Sources/BMO/Helpers/GenericLocalDbObject.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/BMO/Sources/BMO/Helpers/LocalDbChanges.swift (in target 'BMO' from project 'BMO')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/BMO/Sources/BMO/Helpers/GenericLocalDbObject.swift (in target 'BMO' from project 'BMO')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

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

SwiftCompile normal arm64 Compiling\ RequestHelperCollection.swift,\ RequestHelperCollectionForOldRuntimes.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/BMO/Sources/BMO/Utilities/Public/RequestHelperCollection.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/BMO/Sources/BMO/Utilities/Public/RequestHelperCollectionForOldRuntimes.swift (in target 'BMO' from project 'BMO')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/BMO/Sources/BMO/Utilities/Public/RequestHelperCollection.swift (in target 'BMO' from project 'BMO')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/BMO/Sources/BMO/Utilities/Public/RequestHelperCollectionForOldRuntimes.swift (in target 'BMO' from project 'BMO')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 Compiling\ RelationshipMergeType.swift,\ MapError.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/BMO/Sources/BMO/Helpers/RelationshipMergeType.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/BMO/Sources/BMO/Utilities/Private/MapError.swift (in target 'BMO' from project 'BMO')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/BMO/Sources/BMO/Helpers/RelationshipMergeType.swift (in target 'BMO' from project 'BMO')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/BMO/Sources/BMO/Utilities/Private/MapError.swift (in target 'BMO' from project 'BMO')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 Compiling\ RequestHelper-Protocol.swift,\ RequestOperation.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/BMO/Sources/BMO/Core/RequestHelper-Protocol.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/BMO/Sources/BMO/Core/RequestOperation.swift (in target 'BMO' from project 'BMO')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/BMO/Sources/BMO/Core/RequestHelper-Protocol.swift (in target 'BMO' from project 'BMO')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

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

SwiftCompile normal arm64 Compiling\ RemoteDb-Protocol.swift,\ Request.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/BMO/Sources/BMO/Core/RemoteDb-Protocol.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/BMO/Sources/BMO/Core/Request.swift (in target 'BMO' from project 'BMO')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/BMO/Sources/BMO/Core/RemoteDb-Protocol.swift (in target 'BMO' from project 'BMO')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

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

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

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

SwiftDriverJobDiscovery normal arm64 Emitting module for CollectionLoader (in target 'CollectionLoader' from project 'CollectionLoader')
SwiftDriver\ Compilation\ Requirements CollectionLoader normal arm64 com.apple.xcode.tools.swift.compiler (in target 'CollectionLoader' from project 'CollectionLoader')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-Swift-Compilation-Requirements -- /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name CollectionLoader -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CollectionLoader.build/Debug-xros/CollectionLoader.build/Objects-normal/arm64/CollectionLoader.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -DSWIFT_MODULE_RESOURCE_BUNDLE_UNAVAILABLE -DXcode -plugin-path /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS26.0.sdk -target arm64-apple-xros1.0 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -profile-coverage-mapping -profile-generate -enable-testing -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -swift-version 5 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -I /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -F /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/XROS.platform/Developer/Library/Frameworks -F /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS26.0.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/xros26.0-23M5263k-63777232b7fc5220f33897c1cc69dbf5.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CollectionLoader.build/Debug-xros/CollectionLoader.build/Objects-normal/arm64/CollectionLoader-OutputFileMap.json -use-frontend-parseable-output -save-temps -no-color-diagnostics -explicit-module-build -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftExplicitPrecompiledModules -clang-scanner-module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -sdk-module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -serialize-diagnostics -emit-dependencies -emit-module -emit-module-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CollectionLoader.build/Debug-xros/CollectionLoader.build/Objects-normal/arm64/CollectionLoader.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/CollectionLoader.build/Debug-xros/CollectionLoader.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CollectionLoader.build/Debug-xros/CollectionLoader.build/Objects-normal/arm64/CollectionLoader_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/CollectionLoader.build/Debug-xros/CollectionLoader.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CollectionLoader.build/Debug-xros/CollectionLoader.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CollectionLoader.build/Debug-xros/CollectionLoader.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/CollectionLoader.build/Debug-xros/CollectionLoader.build/Objects-normal/arm64/CollectionLoader-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
SwiftDriverJobDiscovery normal arm64 Emitting module for BMO (in target 'BMO' from project 'BMO')
SwiftDriver\ Compilation\ Requirements BMO normal arm64 com.apple.xcode.tools.swift.compiler (in target 'BMO' from project 'BMO')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-Swift-Compilation-Requirements -- /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name BMO -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BMO.build/Debug-xros/BMO.build/Objects-normal/arm64/BMO.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -DSWIFT_MODULE_RESOURCE_BUNDLE_UNAVAILABLE -DXcode -enable-experimental-feature StrictConcurrency -plugin-path /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS26.0.sdk -target arm64-apple-xros1.0 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -profile-coverage-mapping -profile-generate -enable-testing -suppress-warnings -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -swift-version 5 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -I /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -F /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/XROS.platform/Developer/Library/Frameworks -F /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS26.0.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/xros26.0-23M5263k-63777232b7fc5220f33897c1cc69dbf5.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BMO.build/Debug-xros/BMO.build/Objects-normal/arm64/BMO-OutputFileMap.json -use-frontend-parseable-output -save-temps -no-color-diagnostics -explicit-module-build -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftExplicitPrecompiledModules -clang-scanner-module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -sdk-module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -serialize-diagnostics -emit-dependencies -emit-module -emit-module-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BMO.build/Debug-xros/BMO.build/Objects-normal/arm64/BMO.swiftmodule -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -package-name bmo -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BMO.build/Debug-xros/BMO.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BMO.build/Debug-xros/BMO.build/Objects-normal/arm64/BMO_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/BMO.build/Debug-xros/BMO.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BMO.build/Debug-xros/BMO.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BMO.build/Debug-xros/BMO.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/BMO.build/Debug-xros/BMO.build/Objects-normal/arm64/BMO-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
SwiftMergeGeneratedHeaders /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-xros/CollectionLoader-Swift.h /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CollectionLoader.build/Debug-xros/CollectionLoader.build/Objects-normal/arm64/CollectionLoader-Swift.h (in target 'CollectionLoader' from project 'CollectionLoader')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-swiftHeaderTool -arch arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CollectionLoader.build/Debug-xros/CollectionLoader.build/Objects-normal/arm64/CollectionLoader-Swift.h -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-xros/CollectionLoader-Swift.h
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/CollectionLoader.swiftmodule/arm64-apple-xros.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CollectionLoader.build/Debug-xros/CollectionLoader.build/Objects-normal/arm64/CollectionLoader.swiftmodule (in target 'CollectionLoader' from project 'CollectionLoader')
    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/CollectionLoader.build/Debug-xros/CollectionLoader.build/Objects-normal/arm64/CollectionLoader.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/CollectionLoader.swiftmodule/arm64-apple-xros.swiftmodule
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/CollectionLoader.swiftmodule/arm64-apple-xros.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CollectionLoader.build/Debug-xros/CollectionLoader.build/Objects-normal/arm64/CollectionLoader.swiftdoc (in target 'CollectionLoader' from project 'CollectionLoader')
    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/CollectionLoader.build/Debug-xros/CollectionLoader.build/Objects-normal/arm64/CollectionLoader.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/CollectionLoader.swiftmodule/arm64-apple-xros.swiftdoc
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/CollectionLoader.swiftmodule/arm64-apple-xros.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CollectionLoader.build/Debug-xros/CollectionLoader.build/Objects-normal/arm64/CollectionLoader.abi.json (in target 'CollectionLoader' from project 'CollectionLoader')
    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/CollectionLoader.build/Debug-xros/CollectionLoader.build/Objects-normal/arm64/CollectionLoader.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/CollectionLoader.swiftmodule/arm64-apple-xros.abi.json
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/CollectionLoader.swiftmodule/Project/arm64-apple-xros.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CollectionLoader.build/Debug-xros/CollectionLoader.build/Objects-normal/arm64/CollectionLoader.swiftsourceinfo (in target 'CollectionLoader' from project 'CollectionLoader')
    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/CollectionLoader.build/Debug-xros/CollectionLoader.build/Objects-normal/arm64/CollectionLoader.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/CollectionLoader.swiftmodule/Project/arm64-apple-xros.swiftsourceinfo
SwiftMergeGeneratedHeaders /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-xros/BMO-Swift.h /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BMO.build/Debug-xros/BMO.build/Objects-normal/arm64/BMO-Swift.h (in target 'BMO' from project 'BMO')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/BMO
    builtin-swiftHeaderTool -arch arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BMO.build/Debug-xros/BMO.build/Objects-normal/arm64/BMO-Swift.h -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-xros/BMO-Swift.h
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/BMO.swiftmodule/arm64-apple-xros.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BMO.build/Debug-xros/BMO.build/Objects-normal/arm64/BMO.swiftmodule (in target 'BMO' from project 'BMO')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/BMO
    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/BMO.build/Debug-xros/BMO.build/Objects-normal/arm64/BMO.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/BMO.swiftmodule/arm64-apple-xros.swiftmodule
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/BMO.swiftmodule/arm64-apple-xros.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BMO.build/Debug-xros/BMO.build/Objects-normal/arm64/BMO.swiftdoc (in target 'BMO' from project 'BMO')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/BMO
    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/BMO.build/Debug-xros/BMO.build/Objects-normal/arm64/BMO.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/BMO.swiftmodule/arm64-apple-xros.swiftdoc
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/BMO.swiftmodule/arm64-apple-xros.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BMO.build/Debug-xros/BMO.build/Objects-normal/arm64/BMO.abi.json (in target 'BMO' from project 'BMO')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/BMO
    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/BMO.build/Debug-xros/BMO.build/Objects-normal/arm64/BMO.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/BMO.swiftmodule/arm64-apple-xros.abi.json
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/BMO.swiftmodule/Project/arm64-apple-xros.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BMO.build/Debug-xros/BMO.build/Objects-normal/arm64/BMO.swiftsourceinfo (in target 'BMO' from project 'BMO')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/BMO
    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/BMO.build/Debug-xros/BMO.build/Objects-normal/arm64/BMO.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/BMO.swiftmodule/Project/arm64-apple-xros.swiftsourceinfo
SwiftCompile normal arm64 Compiling\ Operation+Utils.swift /Users/admin/builder/spi-builder-workspace/Sources/CollectionLoader/Private/Operation+Utils.swift (in target 'CollectionLoader' from project 'CollectionLoader')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/CollectionLoader/Private/Operation+Utils.swift (in target 'CollectionLoader' from project 'CollectionLoader')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

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

SwiftDriverJobDiscovery normal arm64 Compiling Operation+Utils.swift (in target 'CollectionLoader' from project 'CollectionLoader')
SwiftCompile normal arm64 Compiling\ PageLoadDescription.Reason+Utils.swift /Users/admin/builder/spi-builder-workspace/Sources/CollectionLoader/Private/PageLoadDescription.Reason+Utils.swift (in target 'CollectionLoader' from project 'CollectionLoader')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/CollectionLoader/Private/PageLoadDescription.Reason+Utils.swift (in target 'CollectionLoader' from project 'CollectionLoader')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftDriverJobDiscovery normal arm64 Compiling RequestHelperCollection.swift, RequestHelperCollectionForOldRuntimes.swift (in target 'BMO' from project 'BMO')
SwiftCompile normal arm64 Compiling\ CollectionLoader.swift,\ CollectionLoaderDelegate.swift /Users/admin/builder/spi-builder-workspace/Sources/CollectionLoader/Core/CollectionLoader.swift /Users/admin/builder/spi-builder-workspace/Sources/CollectionLoader/Core/CollectionLoaderDelegate.swift (in target 'CollectionLoader' from project 'CollectionLoader')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/CollectionLoader/Core/CollectionLoader.swift (in target 'CollectionLoader' from project 'CollectionLoader')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

/Users/admin/builder/spi-builder-workspace/Sources/CollectionLoader/Core/CollectionLoader.swift:125:32: warning: converting function value of type '@MainActor @Sendable () -> Void' to '@Sendable () -> Void' loses global actor 'MainActor'; this is an error in the Swift 6 language mode
                let prestart = BlockOperation{ @MainActor in /* Swift does not know it, but these block _are_ @MainActor indeed. */
                                             ^
/Users/admin/builder/spi-builder-workspace/Sources/CollectionLoader/Core/CollectionLoader.swift:136:34: warning: converting function value of type '@MainActor @Sendable () -> Void' to '@Sendable () -> Void' loses global actor 'MainActor'; this is an error in the Swift 6 language mode
                let completion = BlockOperation{ @MainActor in /* Swift does not know it, but these block _are_ @MainActor indeed. */
                                               ^
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/CollectionLoader/Core/CollectionLoaderDelegate.swift (in target 'CollectionLoader' from project 'CollectionLoader')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftDriverJobDiscovery normal arm64 Compiling Result+Utils.swift, DummyRequestHelper.swift (in target 'BMO' from project 'BMO')
SwiftCompile normal arm64 Compiling\ CollectionLoaderHelper-Protocol.swift,\ PageInfo-Protocol.swift /Users/admin/builder/spi-builder-workspace/Sources/CollectionLoader/Core/CollectionLoaderHelper-Protocol.swift /Users/admin/builder/spi-builder-workspace/Sources/CollectionLoader/Core/PageInfo-Protocol.swift (in target 'CollectionLoader' from project 'CollectionLoader')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/CollectionLoader/Core/CollectionLoaderHelper-Protocol.swift (in target 'CollectionLoader' from project 'CollectionLoader')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/CollectionLoader/Core/PageInfo-Protocol.swift (in target 'CollectionLoader' from project 'CollectionLoader')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

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

SwiftDriverJobDiscovery normal arm64 Compiling RemoteDb-Protocol.swift, Request.swift (in target 'BMO' from project 'BMO')
SwiftCompile normal arm64 Compiling\ PageInfoRetriever-Protocol.swift /Users/admin/builder/spi-builder-workspace/Sources/CollectionLoader/Core/PageInfoRetriever-Protocol.swift (in target 'CollectionLoader' from project 'CollectionLoader')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/CollectionLoader/Core/PageInfoRetriever-Protocol.swift (in target 'CollectionLoader' from project 'CollectionLoader')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftDriverJobDiscovery normal arm64 Compiling RequestResult.swift, ErrorCollection.swift (in target 'BMO' from project 'BMO')
SwiftCompile normal arm64 Compiling\ PageLoadDescription.swift /Users/admin/builder/spi-builder-workspace/Sources/CollectionLoader/Helpers/PageLoadDescription.swift (in target 'CollectionLoader' from project 'CollectionLoader')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/CollectionLoader/Helpers/PageLoadDescription.swift (in target 'CollectionLoader' from project 'CollectionLoader')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftDriverJobDiscovery normal arm64 Compiling RelationshipMergeType.swift, MapError.swift (in target 'BMO' from project 'BMO')
SwiftCompile normal arm64 Compiling\ LoadingOperationDelegate.swift /Users/admin/builder/spi-builder-workspace/Sources/CollectionLoader/Helpers/LoadingOperationDelegate.swift (in target 'CollectionLoader' from project 'CollectionLoader')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/CollectionLoader/Helpers/LoadingOperationDelegate.swift (in target 'CollectionLoader' from project 'CollectionLoader')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftDriverJobDiscovery normal arm64 Compiling OperationLifecycleError.swift, RequestError.swift (in target 'BMO' from project 'BMO')
SwiftDriverJobDiscovery normal arm64 Compiling GenericLocalDbObject.swift, LocalDbChanges.swift (in target 'BMO' from project 'BMO')
SwiftCompile normal arm64 Compiling\ LocalDbImportOperation.swift,\ LocalDbImporter-Protocol.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/BMO/Sources/BMO/Core/LocalDbImportOperation.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/BMO/Sources/BMO/Core/LocalDbImporter-Protocol.swift (in target 'BMO' from project 'BMO')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/BMO/Sources/BMO/Core/LocalDbImportOperation.swift (in target 'BMO' from project 'BMO')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

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

SwiftDriverJobDiscovery normal arm64 Compiling RequestHelper-Protocol.swift, RequestOperation.swift (in target 'BMO' from project 'BMO')
SwiftCompile normal arm64 Compiling\ Bridge-Protocol.swift,\ BridgeObjects-Protocol.swift,\ LocalDb-Protocol.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/BMO/Sources/BMO/Core/Bridge-Protocol.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/BMO/Sources/BMO/Core/BridgeObjects-Protocol.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/BMO/Sources/BMO/Core/LocalDb-Protocol.swift (in target 'BMO' from project 'BMO')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/BMO/Sources/BMO/Core/Bridge-Protocol.swift (in target 'BMO' from project 'BMO')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

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

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

SwiftDriverJobDiscovery normal arm64 Compiling BlockCollectionLoaderDelegate.swift (in target 'CollectionLoader' from project 'CollectionLoader')
SwiftDriver BMOCoreData normal arm64 com.apple.xcode.tools.swift.compiler (in target 'BMOCoreData' from project 'BMO')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-SwiftDriver -- /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name BMOCoreData -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BMO.build/Debug-xros/BMOCoreData.build/Objects-normal/arm64/BMOCoreData.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -DSWIFT_MODULE_RESOURCE_BUNDLE_UNAVAILABLE -DXcode -enable-experimental-feature StrictConcurrency -plugin-path /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS26.0.sdk -target arm64-apple-xros1.0 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -profile-coverage-mapping -profile-generate -enable-testing -suppress-warnings -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -swift-version 5 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -I /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -F /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/XROS.platform/Developer/Library/Frameworks -F /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS26.0.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/xros26.0-23M5263k-63777232b7fc5220f33897c1cc69dbf5.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BMO.build/Debug-xros/BMOCoreData.build/Objects-normal/arm64/BMOCoreData-OutputFileMap.json -use-frontend-parseable-output -save-temps -no-color-diagnostics -explicit-module-build -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftExplicitPrecompiledModules -clang-scanner-module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -sdk-module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -serialize-diagnostics -emit-dependencies -emit-module -emit-module-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BMO.build/Debug-xros/BMOCoreData.build/Objects-normal/arm64/BMOCoreData.swiftmodule -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -package-name bmo -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BMO.build/Debug-xros/BMOCoreData.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BMO.build/Debug-xros/BMOCoreData.build/Objects-normal/arm64/BMOCoreData_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/BMO.build/Debug-xros/BMOCoreData.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BMO.build/Debug-xros/BMOCoreData.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BMO.build/Debug-xros/BMOCoreData.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/BMO.build/Debug-xros/BMOCoreData.build/Objects-normal/arm64/BMOCoreData-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
SwiftDriverJobDiscovery normal arm64 Compiling CollectionLoaderHelper-Protocol.swift, PageInfo-Protocol.swift (in target 'CollectionLoader' from project 'CollectionLoader')
SwiftDriverJobDiscovery normal arm64 Compiling PageInfoRetriever-Protocol.swift (in target 'CollectionLoader' from project 'CollectionLoader')
SwiftDriverJobDiscovery normal arm64 Compiling ConcurrentLoadBehavior.swift (in target 'CollectionLoader' from project 'CollectionLoader')
SwiftDriverJobDiscovery normal arm64 Compiling PageLoadDescription.Reason+Utils.swift (in target 'CollectionLoader' from project 'CollectionLoader')
SwiftDriverJobDiscovery normal arm64 Compiling LoadingOperationDelegate.swift (in target 'CollectionLoader' from project 'CollectionLoader')
SwiftDriverJobDiscovery normal arm64 Compiling PageLoadDescription.swift (in target 'CollectionLoader' from project 'CollectionLoader')
SwiftDriverJobDiscovery normal arm64 Compiling Bridge-Protocol.swift, BridgeObjects-Protocol.swift, LocalDb-Protocol.swift (in target 'BMO' from project 'BMO')
SwiftDriverJobDiscovery normal arm64 Compiling CollectionLoader.swift, CollectionLoaderDelegate.swift (in target 'CollectionLoader' from project 'CollectionLoader')
SwiftDriver\ Compilation CollectionLoader normal arm64 com.apple.xcode.tools.swift.compiler (in target 'CollectionLoader' from project 'CollectionLoader')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-Swift-Compilation -- /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name CollectionLoader -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CollectionLoader.build/Debug-xros/CollectionLoader.build/Objects-normal/arm64/CollectionLoader.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -DSWIFT_MODULE_RESOURCE_BUNDLE_UNAVAILABLE -DXcode -plugin-path /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS26.0.sdk -target arm64-apple-xros1.0 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -profile-coverage-mapping -profile-generate -enable-testing -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -swift-version 5 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -I /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -F /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/XROS.platform/Developer/Library/Frameworks -F /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS26.0.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/xros26.0-23M5263k-63777232b7fc5220f33897c1cc69dbf5.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CollectionLoader.build/Debug-xros/CollectionLoader.build/Objects-normal/arm64/CollectionLoader-OutputFileMap.json -use-frontend-parseable-output -save-temps -no-color-diagnostics -explicit-module-build -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftExplicitPrecompiledModules -clang-scanner-module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -sdk-module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -serialize-diagnostics -emit-dependencies -emit-module -emit-module-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CollectionLoader.build/Debug-xros/CollectionLoader.build/Objects-normal/arm64/CollectionLoader.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/CollectionLoader.build/Debug-xros/CollectionLoader.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CollectionLoader.build/Debug-xros/CollectionLoader.build/Objects-normal/arm64/CollectionLoader_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/CollectionLoader.build/Debug-xros/CollectionLoader.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CollectionLoader.build/Debug-xros/CollectionLoader.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CollectionLoader.build/Debug-xros/CollectionLoader.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/CollectionLoader.build/Debug-xros/CollectionLoader.build/Objects-normal/arm64/CollectionLoader-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
Ld /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/CollectionLoader.o normal (in target 'CollectionLoader' from project 'CollectionLoader')
    cd /Users/admin/builder/spi-builder-workspace
    /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -Xlinker -reproducible -target arm64-apple-xros1.0 -r -isysroot /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS26.0.sdk -O0 -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-xros -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -L/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-xros -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -iframework /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/XROS.platform/Developer/Library/Frameworks -iframework /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS26.0.sdk/Developer/Library/Frameworks -filelist /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CollectionLoader.build/Debug-xros/CollectionLoader.build/Objects-normal/arm64/CollectionLoader.LinkFileList -nostdlib -Xlinker -object_path_lto -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CollectionLoader.build/Debug-xros/CollectionLoader.build/Objects-normal/arm64/CollectionLoader_lto.o -rdynamic -Xlinker -no_deduplicate -Xlinker -debug_variant -Xlinker -dependency_info -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CollectionLoader.build/Debug-xros/CollectionLoader.build/Objects-normal/arm64/CollectionLoader_dependency_info.dat -fobjc-link-runtime -L/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/xros -L/usr/lib/swift -Xlinker -add_ast_path -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CollectionLoader.build/Debug-xros/CollectionLoader.build/Objects-normal/arm64/CollectionLoader.swiftmodule @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CollectionLoader.build/Debug-xros/CollectionLoader.build/Objects-normal/arm64/CollectionLoader-linker-args.resp -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/CollectionLoader.o
ExtractAppIntentsMetadata (in target 'CollectionLoader' from project 'CollectionLoader')
    cd /Users/admin/builder/spi-builder-workspace
    /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/appintentsmetadataprocessor --toolchain-dir /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain --module-name CollectionLoader --sdk-root /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS26.0.sdk --xcode-version 17A5241e --platform-family xrOS --deployment-target 1.0 --bundle-identifier spi-builder-workspace.CollectionLoader --output /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/CollectionLoader.appintents --target-triple arm64-apple-xros1.0 --binary-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/CollectionLoader.o --dependency-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CollectionLoader.build/Debug-xros/CollectionLoader.build/Objects-normal/arm64/CollectionLoader_dependency_info.dat --stringsdata-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CollectionLoader.build/Debug-xros/CollectionLoader.build/Objects-normal/arm64/ExtractedAppShortcutsMetadata.stringsdata --source-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CollectionLoader.build/Debug-xros/CollectionLoader.build/Objects-normal/arm64/CollectionLoader.SwiftFileList --metadata-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CollectionLoader.build/Debug-xros/CollectionLoader.build/CollectionLoader.DependencyMetadataFileList --static-metadata-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CollectionLoader.build/Debug-xros/CollectionLoader.build/CollectionLoader.DependencyStaticMetadataFileList --swift-const-vals-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CollectionLoader.build/Debug-xros/CollectionLoader.build/Objects-normal/arm64/CollectionLoader.SwiftConstValuesFileList --force --compile-time-extraction --deployment-aware-processing --validate-assistant-intents --no-app-shortcuts-localization
2025-06-20 11:22:15.871 appintentsmetadataprocessor[704:4026] Starting appintentsmetadataprocessor export
2025-06-20 11:22:15.934 appintentsmetadataprocessor[704:4026] Extracted no relevant App Intents symbols, skipping writing output
SwiftDriverJobDiscovery normal arm64 Compiling LocalDbImportOperation.swift, LocalDbImporter-Protocol.swift (in target 'BMO' from project 'BMO')
SwiftDriver\ Compilation BMO normal arm64 com.apple.xcode.tools.swift.compiler (in target 'BMO' from project 'BMO')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-Swift-Compilation -- /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name BMO -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BMO.build/Debug-xros/BMO.build/Objects-normal/arm64/BMO.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -DSWIFT_MODULE_RESOURCE_BUNDLE_UNAVAILABLE -DXcode -enable-experimental-feature StrictConcurrency -plugin-path /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS26.0.sdk -target arm64-apple-xros1.0 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -profile-coverage-mapping -profile-generate -enable-testing -suppress-warnings -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -swift-version 5 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -I /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -F /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/XROS.platform/Developer/Library/Frameworks -F /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS26.0.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/xros26.0-23M5263k-63777232b7fc5220f33897c1cc69dbf5.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BMO.build/Debug-xros/BMO.build/Objects-normal/arm64/BMO-OutputFileMap.json -use-frontend-parseable-output -save-temps -no-color-diagnostics -explicit-module-build -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftExplicitPrecompiledModules -clang-scanner-module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -sdk-module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -serialize-diagnostics -emit-dependencies -emit-module -emit-module-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BMO.build/Debug-xros/BMO.build/Objects-normal/arm64/BMO.swiftmodule -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -package-name bmo -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BMO.build/Debug-xros/BMO.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BMO.build/Debug-xros/BMO.build/Objects-normal/arm64/BMO_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/BMO.build/Debug-xros/BMO.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BMO.build/Debug-xros/BMO.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BMO.build/Debug-xros/BMO.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/BMO.build/Debug-xros/BMO.build/Objects-normal/arm64/BMO-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
Ld /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/BMO.o normal (in target 'BMO' from project 'BMO')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/BMO
    /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -Xlinker -reproducible -target arm64-apple-xros1.0 -r -isysroot /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS26.0.sdk -O0 -w -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-xros -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -L/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-xros -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -iframework /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/XROS.platform/Developer/Library/Frameworks -iframework /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS26.0.sdk/Developer/Library/Frameworks -filelist /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BMO.build/Debug-xros/BMO.build/Objects-normal/arm64/BMO.LinkFileList -nostdlib -Xlinker -object_path_lto -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BMO.build/Debug-xros/BMO.build/Objects-normal/arm64/BMO_lto.o -rdynamic -Xlinker -no_deduplicate -Xlinker -debug_variant -Xlinker -dependency_info -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BMO.build/Debug-xros/BMO.build/Objects-normal/arm64/BMO_dependency_info.dat -fobjc-link-runtime -L/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/xros -L/usr/lib/swift -Xlinker -add_ast_path -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BMO.build/Debug-xros/BMO.build/Objects-normal/arm64/BMO.swiftmodule @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BMO.build/Debug-xros/BMO.build/Objects-normal/arm64/BMO-linker-args.resp -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/BMO.o
ExtractAppIntentsMetadata (in target 'BMO' from project 'BMO')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/BMO
    /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/appintentsmetadataprocessor --toolchain-dir /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain --module-name BMO --sdk-root /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS26.0.sdk --xcode-version 17A5241e --platform-family xrOS --deployment-target 1.0 --bundle-identifier bmo.BMO --output /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/BMO.appintents --target-triple arm64-apple-xros1.0 --binary-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/BMO.o --dependency-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BMO.build/Debug-xros/BMO.build/Objects-normal/arm64/BMO_dependency_info.dat --stringsdata-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BMO.build/Debug-xros/BMO.build/Objects-normal/arm64/ExtractedAppShortcutsMetadata.stringsdata --source-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BMO.build/Debug-xros/BMO.build/Objects-normal/arm64/BMO.SwiftFileList --metadata-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BMO.build/Debug-xros/BMO.build/BMO.DependencyMetadataFileList --static-metadata-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BMO.build/Debug-xros/BMO.build/BMO.DependencyStaticMetadataFileList --swift-const-vals-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BMO.build/Debug-xros/BMO.build/Objects-normal/arm64/BMO.SwiftConstValuesFileList --force --compile-time-extraction --deployment-aware-processing --validate-assistant-intents --no-app-shortcuts-localization
2025-06-20 11:22:15.894 appintentsmetadataprocessor[707:4040] Starting appintentsmetadataprocessor export
2025-06-20 11:22:15.939 appintentsmetadataprocessor[707:4040] Extracted no relevant App Intents symbols, skipping writing output
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/_Builtin_stdatomic-1A4982RSW4YACYNKJWET3FF20.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/MachO-DJ2DGRSSX1IILMZHOQ7F0PPPR.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/CoreData-C3BW1APDDDHVHRS5N4ER2ZIR5.pcm
RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/CollectionLoader.o (in target 'CollectionLoader' from project 'CollectionLoader')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/CollectionLoader.o
RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/BMO.o (in target 'BMO' from project 'BMO')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/BMO
    builtin-RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/BMO.o
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/os-4E1SP3WAFRYHKCGMQMO3RTT4C.pcm
SwiftCompile normal arm64 Compiling\ CoreDataAPI+CreateAndGet-Saved.swift,\ CoreDataAPI+Delete.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/BMO/Sources/BMOCoreData/CoreDataAPI+CreateAndGet-Saved.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/BMO/Sources/BMOCoreData/CoreDataAPI+Delete.swift (in target 'BMOCoreData' from project 'BMO')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/BMO/Sources/BMOCoreData/CoreDataAPI+CreateAndGet-Saved.swift (in target 'BMOCoreData' from project 'BMO')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

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

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

SwiftCompile normal arm64 Compiling\ \ Loggers.swift,\ NSManagedObjectContext+Utils.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/BMO/Sources/BMOCoreData/Utilities/Private/\ Loggers.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/BMO/Sources/BMOCoreData/Utilities/Private/NSManagedObjectContext+Utils.swift (in target 'BMOCoreData' from project 'BMO')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/BMO/Sources/BMOCoreData/Utilities/Private/\ Loggers.swift (in target 'BMOCoreData' from project 'BMO')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/BMO/Sources/BMOCoreData/Utilities/Private/NSManagedObjectContext+Utils.swift (in target 'BMOCoreData' from project 'BMO')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 Compiling\ CoreDataAPI+Update-Saved.swift,\ CoreDataAPI.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/BMO/Sources/BMOCoreData/CoreDataAPI+Update-Saved.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/BMO/Sources/BMOCoreData/CoreDataAPI.swift (in target 'BMOCoreData' from project 'BMO')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/BMO/Sources/BMOCoreData/CoreDataAPI+Update-Saved.swift (in target 'BMOCoreData' from project 'BMO')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

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

SwiftCompile normal arm64 Compiling\ NSPredicate+Utils.swift,\ RemoteFetchType.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/BMO/Sources/BMOCoreData/Utilities/Public/NSPredicate+Utils.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/BMO/Sources/BMOCoreData/Utilities/Public/RemoteFetchType.swift (in target 'BMOCoreData' from project 'BMO')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/BMO/Sources/BMOCoreData/Utilities/Public/NSPredicate+Utils.swift (in target 'BMOCoreData' from project 'BMO')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/BMO/Sources/BMOCoreData/Utilities/Public/RemoteFetchType.swift (in target 'BMOCoreData' from project 'BMO')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 Compiling\ CoreDataAPI+Fetch.swift,\ CoreDataAPI+Update-Discarded.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/BMO/Sources/BMOCoreData/CoreDataAPI+Fetch.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/BMO/Sources/BMOCoreData/CoreDataAPI+Update-Discarded.swift (in target 'BMOCoreData' from project 'BMO')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/BMO/Sources/BMOCoreData/CoreDataAPI+Fetch.swift (in target 'BMOCoreData' from project 'BMO')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/BMO/Sources/BMOCoreData/CoreDataAPI+Update-Discarded.swift (in target 'BMOCoreData' from project 'BMO')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 Compiling\ NSFetchRequest+Utils.swift,\ NSManagedObject+Utils.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/BMO/Sources/BMOCoreData/Utilities/Public/NSFetchRequest+Utils.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/BMO/Sources/BMOCoreData/Utilities/Public/NSManagedObject+Utils.swift (in target 'BMOCoreData' from project 'BMO')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/BMO/Sources/BMOCoreData/Utilities/Public/NSFetchRequest+Utils.swift (in target 'BMOCoreData' from project 'BMO')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/BMO/Sources/BMOCoreData/Utilities/Public/NSManagedObject+Utils.swift (in target 'BMOCoreData' from project 'BMO')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 Compiling\ NSManagedObjectContext+BMO.swift,\ CoreDataAPI+Create-Discarded.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/BMO/Sources/BMOCoreData/BMOProtocolsConformance/NSManagedObjectContext+BMO.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/BMO/Sources/BMOCoreData/CoreDataAPI+Create-Discarded.swift (in target 'BMOCoreData' from project 'BMO')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/BMO/Sources/BMOCoreData/BMOProtocolsConformance/NSManagedObjectContext+BMO.swift (in target 'BMOCoreData' from project 'BMO')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/BMO/Sources/BMOCoreData/CoreDataAPI+Create-Discarded.swift (in target 'BMOCoreData' from project 'BMO')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 Compiling\ \ Errors.swift,\ BMOCoreDataImporter.swift,\ BMOCoreDataFetchRequestHelper.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/BMO/Sources/BMOCoreData/\ Errors.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/BMO/Sources/BMOCoreData/BMOImplementations/BMOCoreDataImporter.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/BMO/Sources/BMOCoreData/BMOImplementations/RequestHelpers/BMOCoreDataFetchRequestHelper.swift (in target 'BMOCoreData' from project 'BMO')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/BMO/Sources/BMOCoreData/\ Errors.swift (in target 'BMOCoreData' from project 'BMO')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/BMO/Sources/BMOCoreData/BMOImplementations/BMOCoreDataImporter.swift (in target 'BMOCoreData' from project 'BMO')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/BMO/Sources/BMOCoreData/BMOImplementations/RequestHelpers/BMOCoreDataFetchRequestHelper.swift (in target 'BMOCoreData' from project 'BMO')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 Compiling\ CoreDataAPI+Create-Saved.swift,\ CoreDataAPI+CreateAndGet-Discarded.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/BMO/Sources/BMOCoreData/CoreDataAPI+Create-Saved.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/BMO/Sources/BMOCoreData/CoreDataAPI+CreateAndGet-Discarded.swift (in target 'BMOCoreData' from project 'BMO')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/BMO/Sources/BMOCoreData/CoreDataAPI+Create-Saved.swift (in target 'BMOCoreData' from project 'BMO')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/BMO/Sources/BMOCoreData/CoreDataAPI+CreateAndGet-Discarded.swift (in target 'BMOCoreData' from project 'BMO')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 Compiling\ BMOCoreDataSaveRequestHelper.swift,\ NSManagedObject+BMO.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/BMO/Sources/BMOCoreData/BMOImplementations/RequestHelpers/BMOCoreDataSaveRequestHelper.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/BMO/Sources/BMOCoreData/BMOProtocolsConformance/NSManagedObject+BMO.swift (in target 'BMOCoreData' from project 'BMO')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/BMO/Sources/BMOCoreData/BMOImplementations/RequestHelpers/BMOCoreDataSaveRequestHelper.swift (in target 'BMOCoreData' from project 'BMO')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

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

SwiftDriverJobDiscovery normal arm64 Emitting module for BMOCoreData (in target 'BMOCoreData' from project 'BMO')
SwiftDriver\ Compilation\ Requirements BMOCoreData normal arm64 com.apple.xcode.tools.swift.compiler (in target 'BMOCoreData' from project 'BMO')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-Swift-Compilation-Requirements -- /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name BMOCoreData -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BMO.build/Debug-xros/BMOCoreData.build/Objects-normal/arm64/BMOCoreData.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -DSWIFT_MODULE_RESOURCE_BUNDLE_UNAVAILABLE -DXcode -enable-experimental-feature StrictConcurrency -plugin-path /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS26.0.sdk -target arm64-apple-xros1.0 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -profile-coverage-mapping -profile-generate -enable-testing -suppress-warnings -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -swift-version 5 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -I /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -F /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/XROS.platform/Developer/Library/Frameworks -F /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS26.0.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/xros26.0-23M5263k-63777232b7fc5220f33897c1cc69dbf5.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BMO.build/Debug-xros/BMOCoreData.build/Objects-normal/arm64/BMOCoreData-OutputFileMap.json -use-frontend-parseable-output -save-temps -no-color-diagnostics -explicit-module-build -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftExplicitPrecompiledModules -clang-scanner-module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -sdk-module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -serialize-diagnostics -emit-dependencies -emit-module -emit-module-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BMO.build/Debug-xros/BMOCoreData.build/Objects-normal/arm64/BMOCoreData.swiftmodule -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -package-name bmo -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BMO.build/Debug-xros/BMOCoreData.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BMO.build/Debug-xros/BMOCoreData.build/Objects-normal/arm64/BMOCoreData_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/BMO.build/Debug-xros/BMOCoreData.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BMO.build/Debug-xros/BMOCoreData.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BMO.build/Debug-xros/BMOCoreData.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/BMO.build/Debug-xros/BMOCoreData.build/Objects-normal/arm64/BMOCoreData-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
SwiftDriverJobDiscovery normal arm64 Compiling NSFetchRequest+Utils.swift, NSManagedObject+Utils.swift (in target 'BMOCoreData' from project 'BMO')
SwiftMergeGeneratedHeaders /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-xros/BMOCoreData-Swift.h /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BMO.build/Debug-xros/BMOCoreData.build/Objects-normal/arm64/BMOCoreData-Swift.h (in target 'BMOCoreData' from project 'BMO')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/BMO
    builtin-swiftHeaderTool -arch arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BMO.build/Debug-xros/BMOCoreData.build/Objects-normal/arm64/BMOCoreData-Swift.h -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-xros/BMOCoreData-Swift.h
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/BMOCoreData.swiftmodule/arm64-apple-xros.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BMO.build/Debug-xros/BMOCoreData.build/Objects-normal/arm64/BMOCoreData.swiftmodule (in target 'BMOCoreData' from project 'BMO')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/BMO
    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/BMO.build/Debug-xros/BMOCoreData.build/Objects-normal/arm64/BMOCoreData.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/BMOCoreData.swiftmodule/arm64-apple-xros.swiftmodule
SwiftDriverJobDiscovery normal arm64 Compiling NSManagedObjectContext+BMO.swift, CoreDataAPI+Create-Discarded.swift (in target 'BMOCoreData' from project 'BMO')
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/BMOCoreData.swiftmodule/arm64-apple-xros.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BMO.build/Debug-xros/BMOCoreData.build/Objects-normal/arm64/BMOCoreData.swiftdoc (in target 'BMOCoreData' from project 'BMO')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/BMO
    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/BMO.build/Debug-xros/BMOCoreData.build/Objects-normal/arm64/BMOCoreData.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/BMOCoreData.swiftmodule/arm64-apple-xros.swiftdoc
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/BMOCoreData.swiftmodule/arm64-apple-xros.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BMO.build/Debug-xros/BMOCoreData.build/Objects-normal/arm64/BMOCoreData.abi.json (in target 'BMOCoreData' from project 'BMO')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/BMO
    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/BMO.build/Debug-xros/BMOCoreData.build/Objects-normal/arm64/BMOCoreData.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/BMOCoreData.swiftmodule/arm64-apple-xros.abi.json
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/BMOCoreData.swiftmodule/Project/arm64-apple-xros.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BMO.build/Debug-xros/BMOCoreData.build/Objects-normal/arm64/BMOCoreData.swiftsourceinfo (in target 'BMOCoreData' from project 'BMO')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/BMO
    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/BMO.build/Debug-xros/BMOCoreData.build/Objects-normal/arm64/BMOCoreData.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/BMOCoreData.swiftmodule/Project/arm64-apple-xros.swiftsourceinfo
SwiftDriverJobDiscovery normal arm64 Compiling  Loggers.swift, NSManagedObjectContext+Utils.swift (in target 'BMOCoreData' from project 'BMO')
SwiftDriverJobDiscovery normal arm64 Compiling CoreDataAPI+Update-Saved.swift, CoreDataAPI.swift (in target 'BMOCoreData' from project 'BMO')
SwiftDriverJobDiscovery normal arm64 Compiling CoreDataAPI+Create-Saved.swift, CoreDataAPI+CreateAndGet-Discarded.swift (in target 'BMOCoreData' from project 'BMO')
SwiftDriver BMOCoreDataCollectionLoaders normal arm64 com.apple.xcode.tools.swift.compiler (in target 'BMOCoreDataCollectionLoaders' from project 'CollectionLoader')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-SwiftDriver -- /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name BMOCoreDataCollectionLoaders -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CollectionLoader.build/Debug-xros/BMOCoreDataCollectionLoaders.build/Objects-normal/arm64/BMOCoreDataCollectionLoaders.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -DSWIFT_MODULE_RESOURCE_BUNDLE_UNAVAILABLE -DXcode -plugin-path /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS26.0.sdk -target arm64-apple-xros1.0 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -profile-coverage-mapping -profile-generate -enable-testing -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -swift-version 5 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -I /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -F /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/XROS.platform/Developer/Library/Frameworks -F /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS26.0.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/xros26.0-23M5263k-63777232b7fc5220f33897c1cc69dbf5.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CollectionLoader.build/Debug-xros/BMOCoreDataCollectionLoaders.build/Objects-normal/arm64/BMOCoreDataCollectionLoaders-OutputFileMap.json -use-frontend-parseable-output -save-temps -no-color-diagnostics -explicit-module-build -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftExplicitPrecompiledModules -clang-scanner-module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -sdk-module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -serialize-diagnostics -emit-dependencies -emit-module -emit-module-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CollectionLoader.build/Debug-xros/BMOCoreDataCollectionLoaders.build/Objects-normal/arm64/BMOCoreDataCollectionLoaders.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/CollectionLoader.build/Debug-xros/BMOCoreDataCollectionLoaders.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CollectionLoader.build/Debug-xros/BMOCoreDataCollectionLoaders.build/Objects-normal/arm64/BMOCoreDataCollectionLoaders_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/CollectionLoader.build/Debug-xros/BMOCoreDataCollectionLoaders.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CollectionLoader.build/Debug-xros/BMOCoreDataCollectionLoaders.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CollectionLoader.build/Debug-xros/BMOCoreDataCollectionLoaders.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/CollectionLoader.build/Debug-xros/BMOCoreDataCollectionLoaders.build/Objects-normal/arm64/BMOCoreDataCollectionLoaders-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
/Users/admin/builder/spi-builder-workspace/Sources/BMOCoreDataCollectionLoaders/BMOCoreDataListElementLoader.swift:176:10: warning: TODO: We detect the root object ID has changed, we set the new one just after the if, but we do not update the fetched results controller…
#warning("TODO: We detect the root object ID has changed, we set the new one just after the if, but we do not update the fetched results controller…") (in target 'BMOCoreDataCollectionLoaders' from project 'CollectionLoader')
/Users/admin/builder/spi-builder-workspace/Sources/BMOCoreDataCollectionLoaders/BMOCoreDataSearchLoader.swift:132:10: warning: TODO: apiOrderProperty (requires the start offset of the page info…)
#warning("TODO: apiOrderProperty (requires the start offset of the page info…)") (in target 'BMOCoreDataCollectionLoaders' from project 'CollectionLoader')
SwiftDriverJobDiscovery normal arm64 Compiling CoreDataAPI+CreateAndGet-Saved.swift, CoreDataAPI+Delete.swift (in target 'BMOCoreData' from project 'BMO')
SwiftDriverJobDiscovery normal arm64 Compiling CoreDataAPI+Fetch.swift, CoreDataAPI+Update-Discarded.swift (in target 'BMOCoreData' from project 'BMO')
SwiftDriverJobDiscovery normal arm64 Compiling NSPredicate+Utils.swift, RemoteFetchType.swift (in target 'BMOCoreData' from project 'BMO')
SwiftDriverJobDiscovery normal arm64 Compiling BMOCoreDataSaveRequestHelper.swift, NSManagedObject+BMO.swift (in target 'BMOCoreData' from project 'BMO')
SwiftCompile normal arm64 Compiling\ DummyFetchedResultsControllerDelegate.swift /Users/admin/builder/spi-builder-workspace/Sources/BMOCoreDataCollectionLoaders/DummyFetchedResultsControllerDelegate.swift (in target 'BMOCoreDataCollectionLoaders' from project 'CollectionLoader')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/BMOCoreDataCollectionLoaders/DummyFetchedResultsControllerDelegate.swift (in target 'BMOCoreDataCollectionLoaders' from project 'CollectionLoader')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

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

/Users/admin/builder/spi-builder-workspace/Sources/BMOCoreDataCollectionLoaders/BMOCoreDataSearchLoader.swift:132:10: warning: TODO: apiOrderProperty (requires the start offset of the page info…)
#warning("TODO: apiOrderProperty (requires the start offset of the page info…)")
/Users/admin/builder/spi-builder-workspace/Sources/BMOCoreDataCollectionLoaders/BMOCoreDataSearchLoader.swift:123:50: warning: capture 'apiOrderDelta' was never used
                        importChangesProcessing: { [apiOrderProperty, apiOrderDelta] changes, throwIfCancelled in
                                                                      ^
SwiftEmitModule normal arm64 Emitting\ module\ for\ BMOCoreDataCollectionLoaders (in target 'BMOCoreDataCollectionLoaders' from project 'CollectionLoader')
EmitSwiftModule normal arm64 (in target 'BMOCoreDataCollectionLoaders' from project 'CollectionLoader')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

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

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

/Users/admin/builder/spi-builder-workspace/Sources/BMOCoreDataCollectionLoaders/BMOCoreDataListElementLoader.swift:176:10: warning: TODO: We detect the root object ID has changed, we set the new one just after the if, but we do not update the fetched results controller…
#warning("TODO: We detect the root object ID has changed, we set the new one just after the if, but we do not update the fetched results controller…")
SwiftDriverJobDiscovery normal arm64 Compiling  Errors.swift, BMOCoreDataImporter.swift, BMOCoreDataFetchRequestHelper.swift (in target 'BMOCoreData' from project 'BMO')
SwiftDriver\ Compilation BMOCoreData normal arm64 com.apple.xcode.tools.swift.compiler (in target 'BMOCoreData' from project 'BMO')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-Swift-Compilation -- /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name BMOCoreData -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BMO.build/Debug-xros/BMOCoreData.build/Objects-normal/arm64/BMOCoreData.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -DSWIFT_MODULE_RESOURCE_BUNDLE_UNAVAILABLE -DXcode -enable-experimental-feature StrictConcurrency -plugin-path /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS26.0.sdk -target arm64-apple-xros1.0 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -profile-coverage-mapping -profile-generate -enable-testing -suppress-warnings -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -swift-version 5 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -I /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -F /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/XROS.platform/Developer/Library/Frameworks -F /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS26.0.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/xros26.0-23M5263k-63777232b7fc5220f33897c1cc69dbf5.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BMO.build/Debug-xros/BMOCoreData.build/Objects-normal/arm64/BMOCoreData-OutputFileMap.json -use-frontend-parseable-output -save-temps -no-color-diagnostics -explicit-module-build -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftExplicitPrecompiledModules -clang-scanner-module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -sdk-module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -serialize-diagnostics -emit-dependencies -emit-module -emit-module-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BMO.build/Debug-xros/BMOCoreData.build/Objects-normal/arm64/BMOCoreData.swiftmodule -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -package-name bmo -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BMO.build/Debug-xros/BMOCoreData.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BMO.build/Debug-xros/BMOCoreData.build/Objects-normal/arm64/BMOCoreData_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/BMO.build/Debug-xros/BMOCoreData.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BMO.build/Debug-xros/BMOCoreData.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BMO.build/Debug-xros/BMOCoreData.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/BMO.build/Debug-xros/BMOCoreData.build/Objects-normal/arm64/BMOCoreData-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
Ld /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/BMOCoreData.o normal (in target 'BMOCoreData' from project 'BMO')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/BMO
    /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -Xlinker -reproducible -target arm64-apple-xros1.0 -r -isysroot /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS26.0.sdk -O0 -w -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-xros -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -L/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-xros -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/PackageFrameworks -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -iframework /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/XROS.platform/Developer/Library/Frameworks -iframework /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS26.0.sdk/Developer/Library/Frameworks -filelist /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BMO.build/Debug-xros/BMOCoreData.build/Objects-normal/arm64/BMOCoreData.LinkFileList -nostdlib -Xlinker -object_path_lto -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BMO.build/Debug-xros/BMOCoreData.build/Objects-normal/arm64/BMOCoreData_lto.o -rdynamic -Xlinker -no_deduplicate -Xlinker -debug_variant -Xlinker -dependency_info -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BMO.build/Debug-xros/BMOCoreData.build/Objects-normal/arm64/BMOCoreData_dependency_info.dat -fobjc-link-runtime -L/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/xros -L/usr/lib/swift -Xlinker -add_ast_path -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BMO.build/Debug-xros/BMOCoreData.build/Objects-normal/arm64/BMOCoreData.swiftmodule @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BMO.build/Debug-xros/BMOCoreData.build/Objects-normal/arm64/BMOCoreData-linker-args.resp -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/BMOCoreData.o
ExtractAppIntentsMetadata (in target 'BMOCoreData' from project 'BMO')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/BMO
    /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/appintentsmetadataprocessor --toolchain-dir /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain --module-name BMOCoreData --sdk-root /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS26.0.sdk --xcode-version 17A5241e --platform-family xrOS --deployment-target 1.0 --bundle-identifier bmo.BMOCoreData --output /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/BMOCoreData.appintents --target-triple arm64-apple-xros1.0 --binary-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/BMOCoreData.o --dependency-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BMO.build/Debug-xros/BMOCoreData.build/Objects-normal/arm64/BMOCoreData_dependency_info.dat --stringsdata-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BMO.build/Debug-xros/BMOCoreData.build/Objects-normal/arm64/ExtractedAppShortcutsMetadata.stringsdata --source-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BMO.build/Debug-xros/BMOCoreData.build/Objects-normal/arm64/BMOCoreData.SwiftFileList --metadata-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BMO.build/Debug-xros/BMOCoreData.build/BMOCoreData.DependencyMetadataFileList --static-metadata-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BMO.build/Debug-xros/BMOCoreData.build/BMOCoreData.DependencyStaticMetadataFileList --swift-const-vals-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BMO.build/Debug-xros/BMOCoreData.build/Objects-normal/arm64/BMOCoreData.SwiftConstValuesFileList --force --compile-time-extraction --deployment-aware-processing --validate-assistant-intents --no-app-shortcuts-localization
2025-06-20 11:22:16.615 appintentsmetadataprocessor[736:4167] Starting appintentsmetadataprocessor export
2025-06-20 11:22:16.660 appintentsmetadataprocessor[736:4167] Extracted no relevant App Intents symbols, skipping writing output
SwiftDriverJobDiscovery normal arm64 Compiling DummyFetchedResultsControllerDelegate.swift (in target 'BMOCoreDataCollectionLoaders' from project 'CollectionLoader')
SwiftDriverJobDiscovery normal arm64 Emitting module for BMOCoreDataCollectionLoaders (in target 'BMOCoreDataCollectionLoaders' from project 'CollectionLoader')
SwiftDriver\ Compilation\ Requirements BMOCoreDataCollectionLoaders normal arm64 com.apple.xcode.tools.swift.compiler (in target 'BMOCoreDataCollectionLoaders' from project 'CollectionLoader')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-Swift-Compilation-Requirements -- /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name BMOCoreDataCollectionLoaders -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CollectionLoader.build/Debug-xros/BMOCoreDataCollectionLoaders.build/Objects-normal/arm64/BMOCoreDataCollectionLoaders.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -DSWIFT_MODULE_RESOURCE_BUNDLE_UNAVAILABLE -DXcode -plugin-path /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS26.0.sdk -target arm64-apple-xros1.0 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -profile-coverage-mapping -profile-generate -enable-testing -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -swift-version 5 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -I /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -F /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/XROS.platform/Developer/Library/Frameworks -F /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS26.0.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/xros26.0-23M5263k-63777232b7fc5220f33897c1cc69dbf5.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CollectionLoader.build/Debug-xros/BMOCoreDataCollectionLoaders.build/Objects-normal/arm64/BMOCoreDataCollectionLoaders-OutputFileMap.json -use-frontend-parseable-output -save-temps -no-color-diagnostics -explicit-module-build -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftExplicitPrecompiledModules -clang-scanner-module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -sdk-module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -serialize-diagnostics -emit-dependencies -emit-module -emit-module-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CollectionLoader.build/Debug-xros/BMOCoreDataCollectionLoaders.build/Objects-normal/arm64/BMOCoreDataCollectionLoaders.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/CollectionLoader.build/Debug-xros/BMOCoreDataCollectionLoaders.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CollectionLoader.build/Debug-xros/BMOCoreDataCollectionLoaders.build/Objects-normal/arm64/BMOCoreDataCollectionLoaders_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/CollectionLoader.build/Debug-xros/BMOCoreDataCollectionLoaders.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CollectionLoader.build/Debug-xros/BMOCoreDataCollectionLoaders.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CollectionLoader.build/Debug-xros/BMOCoreDataCollectionLoaders.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/CollectionLoader.build/Debug-xros/BMOCoreDataCollectionLoaders.build/Objects-normal/arm64/BMOCoreDataCollectionLoaders-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
SwiftMergeGeneratedHeaders /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-xros/BMOCoreDataCollectionLoaders-Swift.h /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CollectionLoader.build/Debug-xros/BMOCoreDataCollectionLoaders.build/Objects-normal/arm64/BMOCoreDataCollectionLoaders-Swift.h (in target 'BMOCoreDataCollectionLoaders' from project 'CollectionLoader')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-swiftHeaderTool -arch arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CollectionLoader.build/Debug-xros/BMOCoreDataCollectionLoaders.build/Objects-normal/arm64/BMOCoreDataCollectionLoaders-Swift.h -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-xros/BMOCoreDataCollectionLoaders-Swift.h
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/BMOCoreDataCollectionLoaders.swiftmodule/arm64-apple-xros.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CollectionLoader.build/Debug-xros/BMOCoreDataCollectionLoaders.build/Objects-normal/arm64/BMOCoreDataCollectionLoaders.swiftdoc (in target 'BMOCoreDataCollectionLoaders' from project 'CollectionLoader')
    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/CollectionLoader.build/Debug-xros/BMOCoreDataCollectionLoaders.build/Objects-normal/arm64/BMOCoreDataCollectionLoaders.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/BMOCoreDataCollectionLoaders.swiftmodule/arm64-apple-xros.swiftdoc
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/BMOCoreDataCollectionLoaders.swiftmodule/arm64-apple-xros.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CollectionLoader.build/Debug-xros/BMOCoreDataCollectionLoaders.build/Objects-normal/arm64/BMOCoreDataCollectionLoaders.abi.json (in target 'BMOCoreDataCollectionLoaders' from project 'CollectionLoader')
    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/CollectionLoader.build/Debug-xros/BMOCoreDataCollectionLoaders.build/Objects-normal/arm64/BMOCoreDataCollectionLoaders.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/BMOCoreDataCollectionLoaders.swiftmodule/arm64-apple-xros.abi.json
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/BMOCoreDataCollectionLoaders.swiftmodule/arm64-apple-xros.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CollectionLoader.build/Debug-xros/BMOCoreDataCollectionLoaders.build/Objects-normal/arm64/BMOCoreDataCollectionLoaders.swiftmodule (in target 'BMOCoreDataCollectionLoaders' from project 'CollectionLoader')
    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/CollectionLoader.build/Debug-xros/BMOCoreDataCollectionLoaders.build/Objects-normal/arm64/BMOCoreDataCollectionLoaders.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/BMOCoreDataCollectionLoaders.swiftmodule/arm64-apple-xros.swiftmodule
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/BMOCoreDataCollectionLoaders.swiftmodule/Project/arm64-apple-xros.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CollectionLoader.build/Debug-xros/BMOCoreDataCollectionLoaders.build/Objects-normal/arm64/BMOCoreDataCollectionLoaders.swiftsourceinfo (in target 'BMOCoreDataCollectionLoaders' from project 'CollectionLoader')
    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/CollectionLoader.build/Debug-xros/BMOCoreDataCollectionLoaders.build/Objects-normal/arm64/BMOCoreDataCollectionLoaders.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/BMOCoreDataCollectionLoaders.swiftmodule/Project/arm64-apple-xros.swiftsourceinfo
SwiftDriverJobDiscovery normal arm64 Compiling BMORequestHelperForLoader.swift (in target 'BMOCoreDataCollectionLoaders' from project 'CollectionLoader')
RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/BMOCoreData.o (in target 'BMOCoreData' from project 'BMO')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/BMO
    builtin-RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/BMOCoreData.o
SwiftDriverJobDiscovery normal arm64 Compiling BMOCoreDataSearchLoader.swift (in target 'BMOCoreDataCollectionLoaders' from project 'CollectionLoader')
SwiftDriverJobDiscovery normal arm64 Compiling BMOCoreDataListElementLoader.swift (in target 'BMOCoreDataCollectionLoaders' from project 'CollectionLoader')
SwiftDriver\ Compilation BMOCoreDataCollectionLoaders normal arm64 com.apple.xcode.tools.swift.compiler (in target 'BMOCoreDataCollectionLoaders' from project 'CollectionLoader')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-Swift-Compilation -- /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name BMOCoreDataCollectionLoaders -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CollectionLoader.build/Debug-xros/BMOCoreDataCollectionLoaders.build/Objects-normal/arm64/BMOCoreDataCollectionLoaders.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -DSWIFT_MODULE_RESOURCE_BUNDLE_UNAVAILABLE -DXcode -plugin-path /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS26.0.sdk -target arm64-apple-xros1.0 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -profile-coverage-mapping -profile-generate -enable-testing -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -swift-version 5 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -I /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -F /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/XROS.platform/Developer/Library/Frameworks -F /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS26.0.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/xros26.0-23M5263k-63777232b7fc5220f33897c1cc69dbf5.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CollectionLoader.build/Debug-xros/BMOCoreDataCollectionLoaders.build/Objects-normal/arm64/BMOCoreDataCollectionLoaders-OutputFileMap.json -use-frontend-parseable-output -save-temps -no-color-diagnostics -explicit-module-build -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftExplicitPrecompiledModules -clang-scanner-module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -sdk-module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -serialize-diagnostics -emit-dependencies -emit-module -emit-module-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CollectionLoader.build/Debug-xros/BMOCoreDataCollectionLoaders.build/Objects-normal/arm64/BMOCoreDataCollectionLoaders.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/CollectionLoader.build/Debug-xros/BMOCoreDataCollectionLoaders.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CollectionLoader.build/Debug-xros/BMOCoreDataCollectionLoaders.build/Objects-normal/arm64/BMOCoreDataCollectionLoaders_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/CollectionLoader.build/Debug-xros/BMOCoreDataCollectionLoaders.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CollectionLoader.build/Debug-xros/BMOCoreDataCollectionLoaders.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CollectionLoader.build/Debug-xros/BMOCoreDataCollectionLoaders.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/CollectionLoader.build/Debug-xros/BMOCoreDataCollectionLoaders.build/Objects-normal/arm64/BMOCoreDataCollectionLoaders-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
Ld /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/BMOCoreDataCollectionLoaders.o normal (in target 'BMOCoreDataCollectionLoaders' from project 'CollectionLoader')
    cd /Users/admin/builder/spi-builder-workspace
    /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -Xlinker -reproducible -target arm64-apple-xros1.0 -r -isysroot /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS26.0.sdk -O0 -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-xros -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -L/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-xros -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/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 -iframework /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/XROS.platform/Developer/Library/Frameworks -iframework /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS26.0.sdk/Developer/Library/Frameworks -filelist /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CollectionLoader.build/Debug-xros/BMOCoreDataCollectionLoaders.build/Objects-normal/arm64/BMOCoreDataCollectionLoaders.LinkFileList -nostdlib -Xlinker -object_path_lto -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CollectionLoader.build/Debug-xros/BMOCoreDataCollectionLoaders.build/Objects-normal/arm64/BMOCoreDataCollectionLoaders_lto.o -rdynamic -Xlinker -no_deduplicate -Xlinker -debug_variant -Xlinker -dependency_info -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CollectionLoader.build/Debug-xros/BMOCoreDataCollectionLoaders.build/Objects-normal/arm64/BMOCoreDataCollectionLoaders_dependency_info.dat -fobjc-link-runtime -L/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/xros -L/usr/lib/swift -Xlinker -add_ast_path -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CollectionLoader.build/Debug-xros/BMOCoreDataCollectionLoaders.build/Objects-normal/arm64/BMOCoreDataCollectionLoaders.swiftmodule @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CollectionLoader.build/Debug-xros/BMOCoreDataCollectionLoaders.build/Objects-normal/arm64/BMOCoreDataCollectionLoaders-linker-args.resp -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/BMOCoreDataCollectionLoaders.o
ExtractAppIntentsMetadata (in target 'BMOCoreDataCollectionLoaders' from project 'CollectionLoader')
    cd /Users/admin/builder/spi-builder-workspace
    /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/appintentsmetadataprocessor --toolchain-dir /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain --module-name BMOCoreDataCollectionLoaders --sdk-root /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS26.0.sdk --xcode-version 17A5241e --platform-family xrOS --deployment-target 1.0 --bundle-identifier spi-builder-workspace.BMOCoreDataCollectionLoaders --output /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/BMOCoreDataCollectionLoaders.appintents --target-triple arm64-apple-xros1.0 --binary-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/BMOCoreDataCollectionLoaders.o --dependency-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CollectionLoader.build/Debug-xros/BMOCoreDataCollectionLoaders.build/Objects-normal/arm64/BMOCoreDataCollectionLoaders_dependency_info.dat --stringsdata-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CollectionLoader.build/Debug-xros/BMOCoreDataCollectionLoaders.build/Objects-normal/arm64/ExtractedAppShortcutsMetadata.stringsdata --source-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CollectionLoader.build/Debug-xros/BMOCoreDataCollectionLoaders.build/Objects-normal/arm64/BMOCoreDataCollectionLoaders.SwiftFileList --metadata-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CollectionLoader.build/Debug-xros/BMOCoreDataCollectionLoaders.build/BMOCoreDataCollectionLoaders.DependencyMetadataFileList --static-metadata-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CollectionLoader.build/Debug-xros/BMOCoreDataCollectionLoaders.build/BMOCoreDataCollectionLoaders.DependencyStaticMetadataFileList --swift-const-vals-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CollectionLoader.build/Debug-xros/BMOCoreDataCollectionLoaders.build/Objects-normal/arm64/BMOCoreDataCollectionLoaders.SwiftConstValuesFileList --force --compile-time-extraction --deployment-aware-processing --validate-assistant-intents --no-app-shortcuts-localization
2025-06-20 11:22:16.802 appintentsmetadataprocessor[739:4187] Starting appintentsmetadataprocessor export
2025-06-20 11:22:16.841 appintentsmetadataprocessor[739:4187] Extracted no relevant App Intents symbols, skipping writing output
RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/BMOCoreDataCollectionLoaders.o (in target 'BMOCoreDataCollectionLoaders' from project 'CollectionLoader')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/BMOCoreDataCollectionLoaders.o
** BUILD SUCCEEDED **
/Users/admin/builder/spi-builder-workspace/Sources/BMOCoreDataCollectionLoaders/BMOCoreDataListElementLoader.swift:176:10: warning: TODO: We detect the root object ID has changed, we set the new one just after the if, but we do not update the fetched results controller…
#warning("TODO: We detect the root object ID has changed, we set the new one just after the if, but we do not update the fetched results controller…")
/Users/admin/builder/spi-builder-workspace/Sources/BMOCoreDataCollectionLoaders/BMOCoreDataSearchLoader.swift:132:10: warning: TODO: apiOrderProperty (requires the start offset of the page info…)
#warning("TODO: apiOrderProperty (requires the start offset of the page info…)")
Build complete.
{
  "dependencies" : [
    {
      "identity" : "bmo",
      "requirement" : {
        "branch" : [
          "main"
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/Frizlab/BMO.git"
    }
  ],
  "manifest_display_name" : "CollectionLoader",
  "name" : "CollectionLoader",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "10.15"
    },
    {
      "name" : "tvos",
      "version" : "13.0"
    },
    {
      "name" : "ios",
      "version" : "13.0"
    },
    {
      "name" : "watchos",
      "version" : "6.0"
    }
  ],
  "products" : [
    {
      "name" : "CollectionLoader",
      "targets" : [
        "CollectionLoader"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "BMOCoreDataCollectionLoaders",
      "targets" : [
        "BMOCoreDataCollectionLoaders"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "CollectionLoaderTests",
      "module_type" : "SwiftTarget",
      "name" : "CollectionLoaderTests",
      "path" : "Tests/CollectionLoaderTests",
      "sources" : [
        "CollectionLoaderTests.swift"
      ],
      "target_dependencies" : [
        "CollectionLoader"
      ],
      "type" : "test"
    },
    {
      "c99name" : "CollectionLoader",
      "module_type" : "SwiftTarget",
      "name" : "CollectionLoader",
      "path" : "Sources/CollectionLoader",
      "product_memberships" : [
        "CollectionLoader",
        "BMOCoreDataCollectionLoaders"
      ],
      "sources" : [
        "Core/CollectionLoader.swift",
        "Core/CollectionLoaderDelegate.swift",
        "Core/CollectionLoaderHelper-Protocol.swift",
        "Core/PageInfo-Protocol.swift",
        "Core/PageInfoRetriever-Protocol.swift",
        "Helpers/ConcurrentLoadBehavior.swift",
        "Helpers/LoadingOperationDelegate.swift",
        "Helpers/PageLoadDescription.swift",
        "Helpers/PageLoadReason.swift",
        "Private/BlockCollectionLoaderDelegate.swift",
        "Private/Operation+Utils.swift",
        "Private/PageLoadDescription.Reason+Utils.swift"
      ],
      "type" : "library"
    },
    {
      "c99name" : "BMOCoreDataCollectionLoaders",
      "module_type" : "SwiftTarget",
      "name" : "BMOCoreDataCollectionLoaders",
      "path" : "Sources/BMOCoreDataCollectionLoaders",
      "product_dependencies" : [
        "BMOCoreData"
      ],
      "product_memberships" : [
        "BMOCoreDataCollectionLoaders"
      ],
      "sources" : [
        "BMOCoreDataListElementLoader.swift",
        "BMOCoreDataSearchLoader.swift",
        "DummyFetchedResultsControllerDelegate.swift",
        "PrivateUtils/BMORequestHelperForLoader.swift"
      ],
      "target_dependencies" : [
        "CollectionLoader"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.1"
}
Done.