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 InstaGallery, reference master (9c9b5a), with Swift 6.2 (beta) for visionOS using Xcode 26.0 on 19 Jun 2025 18:11:34 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 InstaGallery -destination generic/platform=xrOS

Build Log

========================================
RunAll
========================================
Builder version: 4.64.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/manucodin/InstaGallery.git
Reference: master
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/manucodin/InstaGallery
 * branch            master     -> FETCH_HEAD
 * [new branch]      master     -> origin/master
HEAD is now at 9c9b5ae Create LICENSE
Cloned https://github.com/manucodin/InstaGallery.git
Revision (git rev-parse @):
9c9b5ae6f7dfcb68815dd574aa7adf2a8b8c76d1
SUCCESS checkout https://github.com/manucodin/InstaGallery.git at master
========================================
Build
========================================
Selected platform:         visionOS
Swift version:             6.2
Building package at path:  $PWD
https://github.com/manucodin/InstaGallery.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/Quick/Nimble.git
Fetching from https://github.com/mattgallagher/CwlPreconditionTesting.git
Fetching from https://github.com/mattgallagher/CwlCatchException.git
Creating working copy of package ‘CwlCatchException’
Checking out 2.2.1 of package ‘CwlCatchException’
Creating working copy of package ‘Nimble’
Checking out 9.2.1 of package ‘Nimble’
Creating working copy of package ‘CwlPreconditionTesting’
Checking out 2.2.2 of package ‘CwlPreconditionTesting’
Resolve Package Graph
Resolved source packages:
  CwlCatchException: https://github.com/mattgallagher/CwlCatchException.git @ 2.2.1
  Nimble: https://github.com/Quick/Nimble.git @ 9.2.1
  CwlPreconditionTesting: https://github.com/mattgallagher/CwlPreconditionTesting.git @ 2.2.2
  InstaGallery: /Users/admin/builder/spi-builder-workspace
resolved source packages: CwlCatchException, Nimble, CwlPreconditionTesting, InstaGallery
{
  "dependencies" : [
    {
      "identity" : "nimble",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "9.0.0",
            "upper_bound" : "10.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/Quick/Nimble.git"
    }
  ],
  "manifest_display_name" : "InstaGallery",
  "name" : "InstaGallery",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "13.0"
    }
  ],
  "products" : [
    {
      "name" : "InstaGallery",
      "targets" : [
        "InstaGallery"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "InstaGalleryTests",
      "module_type" : "SwiftTarget",
      "name" : "InstaGalleryTests",
      "path" : "Tests/InstaGalleryTests",
      "product_dependencies" : [
        "Nimble"
      ],
      "sources" : [
        "Authentication/Mocks/AuthInteractorInputMock.swift",
        "Authentication/Mocks/AuthInteractorOutputMock.swift",
        "Authentication/Mocks/AuthRoutingMock.swift",
        "Authentication/Mocks/AuthViewMock.swift",
        "Authentication/Tests/AuthenticationInteractorTests.swift",
        "Authentication/Tests/AuthenticationPresenterTests.swift",
        "Bundle Data Source/Mock/BundleDataSourceMock.swift",
        "InstaGalleryTests.swift",
        "Instagram Data Source/InstagramDataSourceMock.swift",
        "Mappers/PagingMapperTests.swift",
        "Mappers/UserMapperTests.swift",
        "Mothers/IGCursorMother.swift",
        "Mothers/IGPagingMother.swift",
        "Mothers/IGUserDTOMother.swift",
        "Mothers/IGUserMother.swift",
        "User Data Source/Mocks/UserDataSourceMock.swift",
        "User Data Source/UserDataSourceTests.swift",
        "User Defaults/UserDefaultsTests.swift"
      ],
      "target_dependencies" : [
        "InstaGallery"
      ],
      "type" : "test"
    },
    {
      "c99name" : "InstaGallery",
      "module_type" : "SwiftTarget",
      "name" : "InstaGallery",
      "path" : "Sources/InstaGallery",
      "product_memberships" : [
        "InstaGallery"
      ],
      "sources" : [
        "Constants/Constants.swift",
        "Constants/Enums/ResponseType.swift",
        "Constants/Enums/UserScope.swift",
        "Constants/Notifications.swift",
        "DataModel/Cursors.swift",
        "DataModel/Gallery.swift",
        "DataModel/InstaMediaType.swift",
        "DataModel/Media.swift",
        "DataModel/Paging.swift",
        "DataModel/User.swift",
        "DataSources/Bundle DataSource/BundleDataSourceBaseInterface.swift",
        "DataSources/Bundle DataSource/BundleDataSourceInterface.swift",
        "DataSources/Instagram DataSource/DTOs/AuthenticationDTO.swift",
        "DataSources/Instagram DataSource/DTOs/CursorDTO.swift",
        "DataSources/Instagram DataSource/DTOs/GalleryDTO.swift",
        "DataSources/Instagram DataSource/DTOs/MediaDTO.swift",
        "DataSources/Instagram DataSource/DTOs/MediaTypeDTO.swift",
        "DataSources/Instagram DataSource/DTOs/PagingDTO.swift",
        "DataSources/Instagram DataSource/DTOs/UserDTO.swift",
        "DataSources/Instagram DataSource/InstagramDataSource.swift",
        "DataSources/Instagram DataSource/InstagramDataSourceInterface.swift",
        "DataSources/Instagram DataSource/Mappers/GalleryMapper.swift",
        "DataSources/Instagram DataSource/Mappers/MediaMapper.swift",
        "DataSources/Instagram DataSource/Mappers/PagingMapper.swift",
        "DataSources/Instagram DataSource/Mappers/UserMapper.swift",
        "DataSources/UserDefaults DataSource/UserDataSourceImp.swift",
        "DataSources/UserDefaults DataSource/UserDataSourceInterface.swift",
        "Error/InstaGalleryError.swift",
        "Extensions/Data+Extension.swift",
        "Extensions/Dictionary+Extension.swift",
        "Extensions/String+Extensions.swift",
        "Extensions/UIImageView+Extension.swift",
        "Extensions/URL+Extension.swift",
        "InstaGallery.swift",
        "Request/BaseRequest.swift",
        "Request/Request.swift",
        "Request/RequestHeaders.swift",
        "Request/RequestMethods.swift",
        "Request/URL Provider/APIURLProvider.swift",
        "Request/URL Provider/AuthURLProvider.swift",
        "Request/URL Provider/URLBaseProvider.swift",
        "UI/Controllers/Authorization/Controller/AuthController.swift",
        "UI/Controllers/Authorization/Controller/AuthControllerInterface.swift",
        "UI/Controllers/Authorization/Factory/AuthFactory.swift",
        "UI/Controllers/Authorization/Interactor/AuthInteractor.swift",
        "UI/Controllers/Authorization/Interactor/AuthInteractorInterface.swift",
        "UI/Controllers/Authorization/Presenter/AuthPresenter.swift",
        "UI/Controllers/Authorization/Presenter/AuthPresenterInterface.swift",
        "UI/Controllers/Authorization/Routing/AuthRouting.swift",
        "UI/Controllers/Authorization/Routing/AuthRoutingInterface.swift",
        "UI/Controllers/Gallery/Controller/Gallery Cell/GalleryCell.swift",
        "UI/Controllers/Gallery/Controller/Gallery Cell/GalleryCellViewModel.swift",
        "UI/Controllers/Gallery/Controller/GalleryController.swift",
        "UI/Controllers/Gallery/Controller/GalleryControllerInterface.swift",
        "UI/Controllers/Gallery/Data Source/GalleryDataSource.swift",
        "UI/Controllers/Gallery/Data Source/GalleryDataSourceImp.swift",
        "UI/Controllers/Gallery/Factory/GalleryFactory.swift",
        "UI/Controllers/Gallery/Interactor/GalleryInteractor.swift",
        "UI/Controllers/Gallery/Interactor/GalleryInteractorInterface.swift",
        "UI/Controllers/Gallery/Presenter/GalleryPresenter.swift",
        "UI/Controllers/Gallery/Presenter/GalleryPresenterInterface.swift",
        "UI/Controllers/Gallery/Routing/GalleryRouting.swift",
        "UI/Controllers/Gallery/Routing/GalleryRoutingInterface.swift",
        "User Defaults/UserDefaultsImp.swift",
        "User Defaults/UserDefaultsInterface.swift",
        "Utils/ManagerUtils.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.5"
}
{
  "workspace" : {
    "name" : "spi-builder-workspace",
    "schemes" : [
      "InstaGallery"
    ]
  }
}
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme InstaGallery -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 InstaGallery -destination generic/platform=xrOS
Resolve Package Graph
Resolve Package Graph
Resolved source packages:
  CwlCatchException: https://github.com/mattgallagher/CwlCatchException.git @ 2.2.1
  Nimble: https://github.com/Quick/Nimble.git @ 9.2.1
  InstaGallery: /Users/admin/builder/spi-builder-workspace
  CwlPreconditionTesting: https://github.com/mattgallagher/CwlPreconditionTesting.git @ 2.2.2
ComputePackagePrebuildTargetDependencyGraph
Prepare packages
CreateBuildRequest
SendProjectDescription
CreateBuildOperation
ComputeTargetDependencyGraph
note: Building targets in dependency order
note: Target dependency graph (6 targets)
    Target 'InstaGalleryTests' in project 'InstaGallery'
        ➜ Explicit dependency on target 'InstaGallery' in project 'InstaGallery'
        ➜ Explicit dependency on target 'Nimble' in project 'Nimble'
    Target 'Nimble' in project 'Nimble'
        ➜ Explicit dependency on target 'Nimble' in project 'Nimble'
    Target 'Nimble' in project 'Nimble' (no dependencies)
    Target 'InstaGallery' in project 'InstaGallery'
        ➜ Explicit dependency on target 'InstaGallery' in project 'InstaGallery'
        ➜ Explicit dependency on target 'InstaGallery_InstaGallery' in project 'InstaGallery'
    Target 'InstaGallery' in project 'InstaGallery'
        ➜ Explicit dependency on target 'InstaGallery_InstaGallery' in project 'InstaGallery'
    Target 'InstaGallery_InstaGallery' in project 'InstaGallery' (no dependencies)
GatherProvisioningInputs
CreateBuildDescription
ExecuteExternalTool /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/usr/bin/ibtool --version --output-format xml1
ExecuteExternalTool /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -isysroot /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS26.0.sdk -x c -c /dev/null
ExecuteExternalTool /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc --version
ExecuteExternalTool /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld -version_details
Build description signature: 45e3ec495510550a20478b343a2aca2b
Build description path: /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCBuildData/45e3ec495510550a20478b343a2aca2b.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/Products
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-create-build-directory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products
CreateBuildDirectory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-create-build-directory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex
CreateBuildDirectory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-create-build-directory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros
CreateBuildDirectory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-xros
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-create-build-directory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-xros
CreateBuildDirectory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/PackageFrameworks
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-create-build-directory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/PackageFrameworks
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Nimble.build/Debug-xros/Nimble.build/Nimble.DependencyStaticMetadataFileList (in target 'Nimble' from project 'Nimble')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Nimble
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Nimble.build/Debug-xros/Nimble.build/Nimble.DependencyStaticMetadataFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Nimble.build/Debug-xros/Nimble.build/Nimble.modulemap (in target 'Nimble' from project 'Nimble')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Nimble
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Nimble.build/Debug-xros/Nimble.build/Nimble.modulemap
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Nimble.build/Debug-xros/Nimble.build/Nimble.DependencyMetadataFileList (in target 'Nimble' from project 'Nimble')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Nimble
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Nimble.build/Debug-xros/Nimble.build/Nimble.DependencyMetadataFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Nimble.build/Debug-xros/Nimble.build/Objects-normal/arm64/Nimble_const_extract_protocols.json (in target 'Nimble' from project 'Nimble')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Nimble
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Nimble.build/Debug-xros/Nimble.build/Objects-normal/arm64/Nimble_const_extract_protocols.json
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Nimble.build/Debug-xros/Nimble.build/Objects-normal/arm64/Nimble.SwiftConstValuesFileList (in target 'Nimble' from project 'Nimble')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Nimble
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Nimble.build/Debug-xros/Nimble.build/Objects-normal/arm64/Nimble.SwiftConstValuesFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Nimble.build/Debug-xros/Nimble.build/Objects-normal/arm64/Nimble-OutputFileMap.json (in target 'Nimble' from project 'Nimble')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Nimble
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Nimble.build/Debug-xros/Nimble.build/Objects-normal/arm64/Nimble-OutputFileMap.json
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Nimble.build/Debug-xros/Nimble.build/Objects-normal/arm64/Nimble.LinkFileList (in target 'Nimble' from project 'Nimble')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Nimble
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Nimble.build/Debug-xros/Nimble.build/Objects-normal/arm64/Nimble.LinkFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Nimble.build/Debug-xros/Nimble.build/Objects-normal/arm64/Nimble.SwiftFileList (in target 'Nimble' from project 'Nimble')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Nimble
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Nimble.build/Debug-xros/Nimble.build/Objects-normal/arm64/Nimble.SwiftFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/InstaGallery.build/Debug-xros/InstaGallery_InstaGallery.build/empty-InstaGallery_InstaGallery.plist (in target 'InstaGallery_InstaGallery' from project 'InstaGallery')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/InstaGallery.build/Debug-xros/InstaGallery_InstaGallery.build/empty-InstaGallery_InstaGallery.plist
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/InstaGallery.build/Debug-xros/InstaGallery_InstaGallery.build/InstaGallery_InstaGallery.DependencyStaticMetadataFileList (in target 'InstaGallery_InstaGallery' from project 'InstaGallery')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/InstaGallery.build/Debug-xros/InstaGallery_InstaGallery.build/InstaGallery_InstaGallery.DependencyStaticMetadataFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/InstaGallery.build/Debug-xros/InstaGallery_InstaGallery.build/InstaGallery_InstaGallery.DependencyMetadataFileList (in target 'InstaGallery_InstaGallery' from project 'InstaGallery')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/InstaGallery.build/Debug-xros/InstaGallery_InstaGallery.build/InstaGallery_InstaGallery.DependencyMetadataFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/InstaGallery.build/Debug-xros/InstaGalleryTests.build/empty-InstaGalleryTests.plist (in target 'InstaGalleryTests' from project 'InstaGallery')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/InstaGallery.build/Debug-xros/InstaGalleryTests.build/empty-InstaGalleryTests.plist
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/InstaGallery.build/Debug-xros/InstaGalleryTests.build/Objects-normal/arm64/InstaGalleryTests_const_extract_protocols.json (in target 'InstaGalleryTests' from project 'InstaGallery')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/InstaGallery.build/Debug-xros/InstaGalleryTests.build/Objects-normal/arm64/InstaGalleryTests_const_extract_protocols.json
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/InstaGallery.build/Debug-xros/InstaGalleryTests.build/Objects-normal/arm64/InstaGalleryTests.SwiftFileList (in target 'InstaGalleryTests' from project 'InstaGallery')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/InstaGallery.build/Debug-xros/InstaGalleryTests.build/Objects-normal/arm64/InstaGalleryTests.SwiftFileList
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-xros/Nimble.modulemap /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Nimble.build/Debug-xros/Nimble.build/Nimble.modulemap (in target 'Nimble' from project 'Nimble')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Nimble
    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/Nimble.build/Debug-xros/Nimble.build/Nimble.modulemap /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-xros
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/InstaGallery.build/Debug-xros/InstaGalleryTests.build/Objects-normal/arm64/InstaGalleryTests.SwiftConstValuesFileList (in target 'InstaGalleryTests' from project 'InstaGallery')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/InstaGallery.build/Debug-xros/InstaGalleryTests.build/Objects-normal/arm64/InstaGalleryTests.SwiftConstValuesFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/InstaGallery.build/Debug-xros/InstaGalleryTests.build/Objects-normal/arm64/InstaGalleryTests.LinkFileList (in target 'InstaGalleryTests' from project 'InstaGallery')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/InstaGallery.build/Debug-xros/InstaGalleryTests.build/Objects-normal/arm64/InstaGalleryTests.LinkFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/InstaGallery.build/Debug-xros/InstaGalleryTests.build/Objects-normal/arm64/InstaGalleryTests-OutputFileMap.json (in target 'InstaGalleryTests' from project 'InstaGallery')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/InstaGallery.build/Debug-xros/InstaGalleryTests.build/Objects-normal/arm64/InstaGalleryTests-OutputFileMap.json
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/InstaGallery.build/Debug-xros/InstaGalleryTests.build/InstaGalleryTests.DependencyStaticMetadataFileList (in target 'InstaGalleryTests' from project 'InstaGallery')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/InstaGallery.build/Debug-xros/InstaGalleryTests.build/InstaGalleryTests.DependencyStaticMetadataFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/InstaGallery.build/Debug-xros/InstaGalleryTests.build/InstaGalleryTests.DependencyMetadataFileList (in target 'InstaGalleryTests' from project 'InstaGallery')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/InstaGallery.build/Debug-xros/InstaGalleryTests.build/InstaGalleryTests.DependencyMetadataFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/InstaGallery.build/Debug-xros/InstaGallery.build/Objects-normal/arm64/InstaGallery_const_extract_protocols.json (in target 'InstaGallery' from project 'InstaGallery')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/InstaGallery.build/Debug-xros/InstaGallery.build/Objects-normal/arm64/InstaGallery_const_extract_protocols.json
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/InstaGallery.build/Debug-xros/InstaGallery.build/Objects-normal/arm64/InstaGallery.SwiftFileList (in target 'InstaGallery' from project 'InstaGallery')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/InstaGallery.build/Debug-xros/InstaGallery.build/Objects-normal/arm64/InstaGallery.SwiftFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/InstaGallery.build/Debug-xros/InstaGallery.build/Objects-normal/arm64/InstaGallery.SwiftConstValuesFileList (in target 'InstaGallery' from project 'InstaGallery')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/InstaGallery.build/Debug-xros/InstaGallery.build/Objects-normal/arm64/InstaGallery.SwiftConstValuesFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/InstaGallery.build/Debug-xros/InstaGallery.build/Objects-normal/arm64/InstaGallery.LinkFileList (in target 'InstaGallery' from project 'InstaGallery')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/InstaGallery.build/Debug-xros/InstaGallery.build/Objects-normal/arm64/InstaGallery.LinkFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/InstaGallery.build/Debug-xros/InstaGallery.build/Objects-normal/arm64/InstaGallery-OutputFileMap.json (in target 'InstaGallery' from project 'InstaGallery')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/InstaGallery.build/Debug-xros/InstaGallery.build/Objects-normal/arm64/InstaGallery-OutputFileMap.json
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/InstaGallery.build/Debug-xros/InstaGallery.build/InstaGallery.modulemap (in target 'InstaGallery' from project 'InstaGallery')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/InstaGallery.build/Debug-xros/InstaGallery.build/InstaGallery.modulemap
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/InstaGallery.build/Debug-xros/InstaGallery.build/InstaGallery.DependencyStaticMetadataFileList (in target 'InstaGallery' from project 'InstaGallery')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/InstaGallery.build/Debug-xros/InstaGallery.build/InstaGallery.DependencyStaticMetadataFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/InstaGallery.build/Debug-xros/InstaGallery.build/InstaGallery.DependencyMetadataFileList (in target 'InstaGallery' from project 'InstaGallery')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/InstaGallery.build/Debug-xros/InstaGallery.build/InstaGallery.DependencyMetadataFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/InstaGallery.build/Debug-xros/InstaGallery.build/DerivedSources/resource_bundle_accessor.swift (in target 'InstaGallery' from project 'InstaGallery')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/InstaGallery.build/Debug-xros/InstaGallery.build/DerivedSources/resource_bundle_accessor.swift
MkDir /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/InstaGallery_InstaGallery.bundle (in target 'InstaGallery_InstaGallery' from project 'InstaGallery')
    cd /Users/admin/builder/spi-builder-workspace
    /bin/mkdir -p /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/InstaGallery_InstaGallery.bundle
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-xros/InstaGallery.modulemap /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/InstaGallery.build/Debug-xros/InstaGallery.build/InstaGallery.modulemap (in target 'InstaGallery' from project 'InstaGallery')
    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/InstaGallery.build/Debug-xros/InstaGallery.build/InstaGallery.modulemap /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-xros
MkDir /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/InstaGalleryTests.xctest (in target 'InstaGalleryTests' from project 'InstaGallery')
    cd /Users/admin/builder/spi-builder-workspace
    /bin/mkdir -p /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/InstaGalleryTests.xctest
CompileXIB /Users/admin/builder/spi-builder-workspace/Sources/InstaGallery/UI/Controllers/Gallery/Controller/GalleryController.xib (in target 'InstaGallery_InstaGallery' from project 'InstaGallery')
    cd /Users/admin/builder/spi-builder-workspace
    /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/usr/bin/ibtool --errors --warnings --notices --platform xros --module InstaGallery_InstaGallery --output-partial-info-plist /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/InstaGallery.build/Debug-xros/InstaGallery_InstaGallery.build/GalleryController-PartialInfo.plist --auto-activate-custom-fonts --target-device vision --minimum-deployment-target 1.0 --output-format human-readable-text --compile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/InstaGallery_InstaGallery.bundle/GalleryController.nib /Users/admin/builder/spi-builder-workspace/Sources/InstaGallery/UI/Controllers/Gallery/Controller/GalleryController.xib
/* com.apple.ibtool.document.warnings */
/Users/admin/builder/spi-builder-workspace/Sources/InstaGallery/UI/Controllers/Gallery/Controller/GalleryController.xib:global: warning: Compiling Interface Builder products for visionOS will not be supported in a future version of Xcode. [9]
CompileXIB /Users/admin/builder/spi-builder-workspace/Sources/InstaGallery/UI/Controllers/Gallery/Controller/Gallery\ Cell/GalleryCell.xib (in target 'InstaGallery_InstaGallery' from project 'InstaGallery')
    cd /Users/admin/builder/spi-builder-workspace
    /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/usr/bin/ibtool --errors --warnings --notices --platform xros --module InstaGallery_InstaGallery --output-partial-info-plist /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/InstaGallery.build/Debug-xros/InstaGallery_InstaGallery.build/GalleryCell-PartialInfo.plist --auto-activate-custom-fonts --target-device vision --minimum-deployment-target 1.0 --output-format human-readable-text --compile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/InstaGallery_InstaGallery.bundle/GalleryCell.nib /Users/admin/builder/spi-builder-workspace/Sources/InstaGallery/UI/Controllers/Gallery/Controller/Gallery\ Cell/GalleryCell.xib
/* com.apple.ibtool.document.warnings */
/Users/admin/builder/spi-builder-workspace/Sources/InstaGallery/UI/Controllers/Gallery/Controller/Gallery Cell/GalleryCell.xib:global: warning: Compiling Interface Builder products for visionOS will not be supported in a future version of Xcode. [9]
CompileXIB /Users/admin/builder/spi-builder-workspace/Sources/InstaGallery/UI/Controllers/Authorization/Controller/AuthController.xib (in target 'InstaGallery_InstaGallery' from project 'InstaGallery')
    cd /Users/admin/builder/spi-builder-workspace
    /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/usr/bin/ibtool --errors --warnings --notices --platform xros --module InstaGallery_InstaGallery --output-partial-info-plist /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/InstaGallery.build/Debug-xros/InstaGallery_InstaGallery.build/AuthController-PartialInfo.plist --auto-activate-custom-fonts --target-device vision --minimum-deployment-target 1.0 --output-format human-readable-text --compile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/InstaGallery_InstaGallery.bundle/AuthController.nib /Users/admin/builder/spi-builder-workspace/Sources/InstaGallery/UI/Controllers/Authorization/Controller/AuthController.xib
/* com.apple.ibtool.document.warnings */
/Users/admin/builder/spi-builder-workspace/Sources/InstaGallery/UI/Controllers/Authorization/Controller/AuthController.xib:global: warning: Compiling Interface Builder products for visionOS will not be supported in a future version of Xcode. [9]
SwiftDriver Nimble normal arm64 com.apple.xcode.tools.swift.compiler (in target 'Nimble' from project 'Nimble')
    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 Nimble -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Nimble.build/Debug-xros/Nimble.build/Objects-normal/arm64/Nimble.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 -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/Nimble.build/Debug-xros/Nimble.build/Objects-normal/arm64/Nimble-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/Nimble.build/Debug-xros/Nimble.build/Objects-normal/arm64/Nimble.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/Nimble.build/Debug-xros/Nimble.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Nimble.build/Debug-xros/Nimble.build/Objects-normal/arm64/Nimble_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/Nimble.build/Debug-xros/Nimble.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Nimble.build/Debug-xros/Nimble.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Nimble.build/Debug-xros/Nimble.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/Nimble.build/Debug-xros/Nimble.build/Objects-normal/arm64/Nimble-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
SwiftDriver InstaGallery normal arm64 com.apple.xcode.tools.swift.compiler (in target 'InstaGallery' from project 'InstaGallery')
    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 InstaGallery -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/InstaGallery.build/Debug-xros/InstaGallery.build/Objects-normal/arm64/InstaGallery.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -DSWIFT_MODULE_RESOURCE_BUNDLE_AVAILABLE -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/InstaGallery.build/Debug-xros/InstaGallery.build/Objects-normal/arm64/InstaGallery-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/InstaGallery.build/Debug-xros/InstaGallery.build/Objects-normal/arm64/InstaGallery.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/InstaGallery.build/Debug-xros/InstaGallery.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/InstaGallery.build/Debug-xros/InstaGallery.build/Objects-normal/arm64/InstaGallery_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/InstaGallery.build/Debug-xros/InstaGallery.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/InstaGallery.build/Debug-xros/InstaGallery.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/InstaGallery.build/Debug-xros/InstaGallery.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/InstaGallery.build/Debug-xros/InstaGallery.build/Objects-normal/arm64/InstaGallery-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/_Builtin_stddef-21H3N9DH1KLS9X4PIJZT9JFO8.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/_Builtin_float-1YQCTN0O73AHNHZOS6SY3HD3E.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/DeveloperToolsSupport-9UM8PPP4KW6AAOV6K04EBIWZU.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/_SwiftConcurrencyShims-63O7P0417CITDU5TAPFWA16RK.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/_AvailabilityInternal-C2AB6M1NNYPFLWYMKDOFRYH8X.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/_Builtin_tgmath-9BULLDMRSZHQBYMP4IH0YK2L3.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/_Builtin_intrinsics-BX15W2BTB0EEAVPI9EMQVH3YS.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/_Builtin_stdatomic-1A4982RSW4YACYNKJWET3FF20.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/CommonCrypto-3P0PZKEFUV90NTJZ3R736K7X.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Darwin-ANJZ93KTRF4ZV05C6NV5Q0SRR.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/simd-9HREH5KSK6VU09KADFNSJY6NJ.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/ObjectiveC-1UIC5AG2ZCLFQ1S2SJZ5E9I8I.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/MachO-DJ2DGRSSX1IILMZHOQ7F0PPPR.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/os_object-14HP1DXB4AHZLLZ2VG0XM57OP.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/os_workgroup-1TVSUO7YH3KW9W6KS32GSRDVI.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/os-4E1SP3WAFRYHKCGMQMO3RTT4C.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Dispatch-AA5V45I59GR8Q18J0KTZFB92T.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Spatial-7G0IE62YOJJIL0UFBMG83QYWS.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/dnssd-4FZACTQ3PHS8EYD0XUI82XX51.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/CFNetwork-9EX4JLL2HOHSIU45ZL7AEA88A.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/CoreGraphics-EZYJY4GE5O4YL3IIFNWZ5WXKQ.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Security-8BP09VQ2TO94G5OK8X98USG8N.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/CoreAudioTypes-55NXZTJ4UXC54BP47LQ9SDLOF.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/CoreAudio-6XFSO7LGDHZRGTOI8KC3NS4UD.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Foundation-9ABIQSLNMD9AJ6942NNHN34Z2.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/CoreText-664U28B8ZZ1FYPR4QQ2PMVODV.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/ImageIO-CX4F6O9IOJTKGFAUWG7OPSFG7.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/DataDetection-MFGEYQXMXIPKCDUQ74H213JS.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/_LocationEssentials-BEB3OI91CNOGILRG885ETAQG1.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/UserNotifications-DOR45314J02VMF665ZJ8GVQNL.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/IOSurface-B9E6PGEX1PQEZ19C9N894X14T.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/CoreTransferable-94428SLMT35ZZKH7JMAPKEBJ2.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/UniformTypeIdentifiers-2MZXAQCGX38YTN544CAJ12XZ0.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/FileProvider-D5GBEK4U2SPDXYSJHWHPB1JM.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/UIUtilities-25MWIIWLPHGU521IXWMNRC6RM.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Symbols-4MG3QZBPXS0SQBA6OZUJO93EH.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/CoreMIDI-A79KHWQGXZBTXX2JG6ES2CSM1.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Accessibility-5MQYLT5HICL0212DJOYH7LQJH.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/OpenGLES-87YE6846J6GNYQCCBQI2I5IQX.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Network-1D3E2WEQWSDA62QWLD80B23SG.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/OSLog-F5GWI8CNUDODS5XLHJJQAGIDQ.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/CoreLocation-2FK3UCVR0S9HVPW575FXX7FUG.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Metal-72W6AXBWD9TBMYXOJPM81E67M.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/AudioToolbox-BC4FRL5JOMKQ9J4LP22O1461T.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/AVRouting-ESU4XOHL2HW4P3X1DIZZLTHWA.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/CoreMotion-3BF8NGKNJ4CPD2SC5H5FTKM6B.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/CoreVideo-930YAH72RCHX3MDTXZW0MOJ85.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/CoreImage-8KICPG34I4B1VWDUBHNLI7IEH.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/CoreML-725P59NHWX2BDYPB9AY6399OF.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Accelerate-CZZVCMMLZ7R2WXA1WKL93B0P1.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/QuartzCore-9UTXZIZ5F0CCSD17RNS3YR4W.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/CoreMedia-6V3GRNK502IPENABRVQBS2A1A.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/SwiftUICore-4UHGBBJABZQ5ION3UDKZBQ4VS.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/MediaToolbox-9D33F0LEHNNENS8A8AB8QM5XT.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Vision-DCCN6D070JABD3OCO570Y90YR.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/AVFAudio-940MTOHMN4TTQOR70KHW6SX8M.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/UIKit-CM70AENA4LA9FSH6VL28VFK2R.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/AVFoundation-BFNNSJLC7ZOVG3YYG31Z28LJX.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/WebKit-2UFDFRPUMDW2GZMU6Y1LZTQBG.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftExplicitPrecompiledModules/XCUIAutomation-10WUOJM3HTW0K4ITP0OPAB7MO.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftExplicitPrecompiledModules/XCTest-6TECWHITI2IFWJBQTCJDVPZM9.pcm
SwiftExplicitDependencyCompileModuleFromInterface arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftExplicitPrecompiledModules/XCUIAutomation-38GJCQ647UAEM.swiftmodule
SwiftCompile normal arm64 Compiling\ GalleryDataSource.swift,\ GalleryDataSourceImp.swift,\ GalleryFactory.swift,\ GalleryInteractor.swift,\ GalleryInteractorInterface.swift,\ GalleryPresenter.swift /Users/admin/builder/spi-builder-workspace/Sources/InstaGallery/UI/Controllers/Gallery/Data\ Source/GalleryDataSource.swift /Users/admin/builder/spi-builder-workspace/Sources/InstaGallery/UI/Controllers/Gallery/Data\ Source/GalleryDataSourceImp.swift /Users/admin/builder/spi-builder-workspace/Sources/InstaGallery/UI/Controllers/Gallery/Factory/GalleryFactory.swift /Users/admin/builder/spi-builder-workspace/Sources/InstaGallery/UI/Controllers/Gallery/Interactor/GalleryInteractor.swift /Users/admin/builder/spi-builder-workspace/Sources/InstaGallery/UI/Controllers/Gallery/Interactor/GalleryInteractorInterface.swift /Users/admin/builder/spi-builder-workspace/Sources/InstaGallery/UI/Controllers/Gallery/Presenter/GalleryPresenter.swift (in target 'InstaGallery' from project 'InstaGallery')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/InstaGallery/UI/Controllers/Gallery/Data\ Source/GalleryDataSource.swift (in target 'InstaGallery' from project 'InstaGallery')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/InstaGallery/UI/Controllers/Gallery/Data\ Source/GalleryDataSourceImp.swift (in target 'InstaGallery' from project 'InstaGallery')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/InstaGallery/UI/Controllers/Gallery/Factory/GalleryFactory.swift (in target 'InstaGallery' from project 'InstaGallery')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/InstaGallery/UI/Controllers/Gallery/Interactor/GalleryInteractor.swift (in target 'InstaGallery' from project 'InstaGallery')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/InstaGallery/UI/Controllers/Gallery/Interactor/GalleryInteractorInterface.swift (in target 'InstaGallery' from project 'InstaGallery')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/InstaGallery/UI/Controllers/Gallery/Presenter/GalleryPresenter.swift (in target 'InstaGallery' from project 'InstaGallery')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

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

SwiftCompile normal arm64 Compiling\ GalleryPresenterInterface.swift,\ GalleryRouting.swift,\ GalleryRoutingInterface.swift,\ UserDefaultsImp.swift,\ UserDefaultsInterface.swift,\ ManagerUtils.swift /Users/admin/builder/spi-builder-workspace/Sources/InstaGallery/UI/Controllers/Gallery/Presenter/GalleryPresenterInterface.swift /Users/admin/builder/spi-builder-workspace/Sources/InstaGallery/UI/Controllers/Gallery/Routing/GalleryRouting.swift /Users/admin/builder/spi-builder-workspace/Sources/InstaGallery/UI/Controllers/Gallery/Routing/GalleryRoutingInterface.swift /Users/admin/builder/spi-builder-workspace/Sources/InstaGallery/User\ Defaults/UserDefaultsImp.swift /Users/admin/builder/spi-builder-workspace/Sources/InstaGallery/User\ Defaults/UserDefaultsInterface.swift /Users/admin/builder/spi-builder-workspace/Sources/InstaGallery/Utils/ManagerUtils.swift (in target 'InstaGallery' from project 'InstaGallery')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/InstaGallery/UI/Controllers/Gallery/Presenter/GalleryPresenterInterface.swift (in target 'InstaGallery' from project 'InstaGallery')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/InstaGallery/UI/Controllers/Gallery/Routing/GalleryRouting.swift (in target 'InstaGallery' from project 'InstaGallery')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/InstaGallery/UI/Controllers/Gallery/Routing/GalleryRoutingInterface.swift (in target 'InstaGallery' from project 'InstaGallery')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

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

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

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

SwiftCompile normal arm64 Compiling\ AuthRouting.swift,\ AuthRoutingInterface.swift,\ GalleryCell.swift,\ GalleryCellViewModel.swift,\ GalleryController.swift,\ GalleryControllerInterface.swift /Users/admin/builder/spi-builder-workspace/Sources/InstaGallery/UI/Controllers/Authorization/Routing/AuthRouting.swift /Users/admin/builder/spi-builder-workspace/Sources/InstaGallery/UI/Controllers/Authorization/Routing/AuthRoutingInterface.swift /Users/admin/builder/spi-builder-workspace/Sources/InstaGallery/UI/Controllers/Gallery/Controller/Gallery\ Cell/GalleryCell.swift /Users/admin/builder/spi-builder-workspace/Sources/InstaGallery/UI/Controllers/Gallery/Controller/Gallery\ Cell/GalleryCellViewModel.swift /Users/admin/builder/spi-builder-workspace/Sources/InstaGallery/UI/Controllers/Gallery/Controller/GalleryController.swift /Users/admin/builder/spi-builder-workspace/Sources/InstaGallery/UI/Controllers/Gallery/Controller/GalleryControllerInterface.swift (in target 'InstaGallery' from project 'InstaGallery')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/InstaGallery/UI/Controllers/Authorization/Routing/AuthRouting.swift (in target 'InstaGallery' from project 'InstaGallery')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/InstaGallery/UI/Controllers/Authorization/Routing/AuthRoutingInterface.swift (in target 'InstaGallery' from project 'InstaGallery')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/InstaGallery/UI/Controllers/Gallery/Controller/Gallery\ Cell/GalleryCell.swift (in target 'InstaGallery' from project 'InstaGallery')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/InstaGallery/UI/Controllers/Gallery/Controller/Gallery\ Cell/GalleryCellViewModel.swift (in target 'InstaGallery' from project 'InstaGallery')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/InstaGallery/UI/Controllers/Gallery/Controller/GalleryController.swift (in target 'InstaGallery' from project 'InstaGallery')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

/Users/admin/builder/spi-builder-workspace/Sources/InstaGallery/UI/Controllers/Gallery/Controller/GalleryController.swift:65:19: warning: 'UINib' was deprecated in visionOS 1.0: Loading Interface Builder products will not be supported in a future version of visionOS.
        let nib = UINib(nibName: cellIdentifier, bundle: bundle)
                  ^
/Users/admin/builder/spi-builder-workspace/Sources/InstaGallery/UI/Controllers/Gallery/Controller/GalleryController.swift:68:24: warning: 'register(_:forCellWithReuseIdentifier:)' was deprecated in visionOS 1.0: Loading Interface Builder products will not be supported in a future version of visionOS.
        collectionView.register(nib, forCellWithReuseIdentifier: cellIdentifier)
                       ^
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/InstaGallery/UI/Controllers/Gallery/Controller/GalleryControllerInterface.swift (in target 'InstaGallery' from project 'InstaGallery')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 Compiling\ resource_bundle_accessor.swift,\ Constants.swift,\ ResponseType.swift,\ UserScope.swift,\ Notifications.swift,\ Cursors.swift,\ Gallery.swift /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/InstaGallery.build/Debug-xros/InstaGallery.build/DerivedSources/resource_bundle_accessor.swift /Users/admin/builder/spi-builder-workspace/Sources/InstaGallery/Constants/Constants.swift /Users/admin/builder/spi-builder-workspace/Sources/InstaGallery/Constants/Enums/ResponseType.swift /Users/admin/builder/spi-builder-workspace/Sources/InstaGallery/Constants/Enums/UserScope.swift /Users/admin/builder/spi-builder-workspace/Sources/InstaGallery/Constants/Notifications.swift /Users/admin/builder/spi-builder-workspace/Sources/InstaGallery/DataModel/Cursors.swift /Users/admin/builder/spi-builder-workspace/Sources/InstaGallery/DataModel/Gallery.swift (in target 'InstaGallery' from project 'InstaGallery')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/InstaGallery.build/Debug-xros/InstaGallery.build/DerivedSources/resource_bundle_accessor.swift (in target 'InstaGallery' from project 'InstaGallery')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

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

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/InstaGallery/Constants/Enums/ResponseType.swift (in target 'InstaGallery' from project 'InstaGallery')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/InstaGallery/Constants/Enums/UserScope.swift (in target 'InstaGallery' from project 'InstaGallery')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

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

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

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

SwiftCompile normal arm64 Compiling\ InstagramDataSourceInterface.swift,\ GalleryMapper.swift,\ MediaMapper.swift,\ PagingMapper.swift,\ UserMapper.swift,\ UserDataSourceImp.swift,\ UserDataSourceInterface.swift /Users/admin/builder/spi-builder-workspace/Sources/InstaGallery/DataSources/Instagram\ DataSource/InstagramDataSourceInterface.swift /Users/admin/builder/spi-builder-workspace/Sources/InstaGallery/DataSources/Instagram\ DataSource/Mappers/GalleryMapper.swift /Users/admin/builder/spi-builder-workspace/Sources/InstaGallery/DataSources/Instagram\ DataSource/Mappers/MediaMapper.swift /Users/admin/builder/spi-builder-workspace/Sources/InstaGallery/DataSources/Instagram\ DataSource/Mappers/PagingMapper.swift /Users/admin/builder/spi-builder-workspace/Sources/InstaGallery/DataSources/Instagram\ DataSource/Mappers/UserMapper.swift /Users/admin/builder/spi-builder-workspace/Sources/InstaGallery/DataSources/UserDefaults\ DataSource/UserDataSourceImp.swift /Users/admin/builder/spi-builder-workspace/Sources/InstaGallery/DataSources/UserDefaults\ DataSource/UserDataSourceInterface.swift (in target 'InstaGallery' from project 'InstaGallery')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/InstaGallery/DataSources/Instagram\ DataSource/InstagramDataSourceInterface.swift (in target 'InstaGallery' from project 'InstaGallery')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/InstaGallery/DataSources/Instagram\ DataSource/Mappers/GalleryMapper.swift (in target 'InstaGallery' from project 'InstaGallery')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/InstaGallery/DataSources/Instagram\ DataSource/Mappers/MediaMapper.swift (in target 'InstaGallery' from project 'InstaGallery')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/InstaGallery/DataSources/Instagram\ DataSource/Mappers/PagingMapper.swift (in target 'InstaGallery' from project 'InstaGallery')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/InstaGallery/DataSources/Instagram\ DataSource/Mappers/UserMapper.swift (in target 'InstaGallery' from project 'InstaGallery')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/InstaGallery/DataSources/UserDefaults\ DataSource/UserDataSourceImp.swift (in target 'InstaGallery' from project 'InstaGallery')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/InstaGallery/DataSources/UserDefaults\ DataSource/UserDataSourceInterface.swift (in target 'InstaGallery' from project 'InstaGallery')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 Compiling\ InstaMediaType.swift,\ Media.swift,\ Paging.swift,\ User.swift,\ BundleDataSourceBaseInterface.swift,\ BundleDataSourceInterface.swift,\ AuthenticationDTO.swift /Users/admin/builder/spi-builder-workspace/Sources/InstaGallery/DataModel/InstaMediaType.swift /Users/admin/builder/spi-builder-workspace/Sources/InstaGallery/DataModel/Media.swift /Users/admin/builder/spi-builder-workspace/Sources/InstaGallery/DataModel/Paging.swift /Users/admin/builder/spi-builder-workspace/Sources/InstaGallery/DataModel/User.swift /Users/admin/builder/spi-builder-workspace/Sources/InstaGallery/DataSources/Bundle\ DataSource/BundleDataSourceBaseInterface.swift /Users/admin/builder/spi-builder-workspace/Sources/InstaGallery/DataSources/Bundle\ DataSource/BundleDataSourceInterface.swift /Users/admin/builder/spi-builder-workspace/Sources/InstaGallery/DataSources/Instagram\ DataSource/DTOs/AuthenticationDTO.swift (in target 'InstaGallery' from project 'InstaGallery')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/InstaGallery/DataModel/InstaMediaType.swift (in target 'InstaGallery' from project 'InstaGallery')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

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

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

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

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/InstaGallery/DataSources/Bundle\ DataSource/BundleDataSourceBaseInterface.swift (in target 'InstaGallery' from project 'InstaGallery')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/InstaGallery/DataSources/Bundle\ DataSource/BundleDataSourceInterface.swift (in target 'InstaGallery' from project 'InstaGallery')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/InstaGallery/DataSources/Instagram\ DataSource/DTOs/AuthenticationDTO.swift (in target 'InstaGallery' from project 'InstaGallery')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftExplicitDependencyCompileModuleFromInterface arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftExplicitPrecompiledModules/XCTest-SM4B3JBAR7YO.swiftmodule
SwiftDriverJobDiscovery normal arm64 Emitting module for InstaGallery (in target 'InstaGallery' from project 'InstaGallery')
SwiftDriver\ Compilation\ Requirements InstaGallery normal arm64 com.apple.xcode.tools.swift.compiler (in target 'InstaGallery' from project 'InstaGallery')
    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 InstaGallery -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/InstaGallery.build/Debug-xros/InstaGallery.build/Objects-normal/arm64/InstaGallery.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -DSWIFT_MODULE_RESOURCE_BUNDLE_AVAILABLE -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/InstaGallery.build/Debug-xros/InstaGallery.build/Objects-normal/arm64/InstaGallery-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/InstaGallery.build/Debug-xros/InstaGallery.build/Objects-normal/arm64/InstaGallery.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/InstaGallery.build/Debug-xros/InstaGallery.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/InstaGallery.build/Debug-xros/InstaGallery.build/Objects-normal/arm64/InstaGallery_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/InstaGallery.build/Debug-xros/InstaGallery.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/InstaGallery.build/Debug-xros/InstaGallery.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/InstaGallery.build/Debug-xros/InstaGallery.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/InstaGallery.build/Debug-xros/InstaGallery.build/Objects-normal/arm64/InstaGallery-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
SwiftEmitModule normal arm64 Emitting\ module\ for\ Nimble (in target 'Nimble' from project 'Nimble')
EmitSwiftModule normal arm64 (in target 'Nimble' from project 'Nimble')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftMergeGeneratedHeaders /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-xros/InstaGallery-Swift.h /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/InstaGallery.build/Debug-xros/InstaGallery.build/Objects-normal/arm64/InstaGallery-Swift.h (in target 'InstaGallery' from project 'InstaGallery')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-swiftHeaderTool -arch arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/InstaGallery.build/Debug-xros/InstaGallery.build/Objects-normal/arm64/InstaGallery-Swift.h -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-xros/InstaGallery-Swift.h
SwiftDriverJobDiscovery normal arm64 Emitting module for Nimble (in target 'Nimble' from project 'Nimble')
SwiftDriver\ Compilation\ Requirements Nimble normal arm64 com.apple.xcode.tools.swift.compiler (in target 'Nimble' from project 'Nimble')
    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 Nimble -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Nimble.build/Debug-xros/Nimble.build/Objects-normal/arm64/Nimble.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 -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/Nimble.build/Debug-xros/Nimble.build/Objects-normal/arm64/Nimble-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/Nimble.build/Debug-xros/Nimble.build/Objects-normal/arm64/Nimble.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/Nimble.build/Debug-xros/Nimble.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Nimble.build/Debug-xros/Nimble.build/Objects-normal/arm64/Nimble_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/Nimble.build/Debug-xros/Nimble.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Nimble.build/Debug-xros/Nimble.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Nimble.build/Debug-xros/Nimble.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/Nimble.build/Debug-xros/Nimble.build/Objects-normal/arm64/Nimble-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/InstaGallery.swiftmodule/arm64-apple-xros.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/InstaGallery.build/Debug-xros/InstaGallery.build/Objects-normal/arm64/InstaGallery.swiftmodule (in target 'InstaGallery' from project 'InstaGallery')
    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/InstaGallery.build/Debug-xros/InstaGallery.build/Objects-normal/arm64/InstaGallery.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/InstaGallery.swiftmodule/arm64-apple-xros.swiftmodule
SwiftMergeGeneratedHeaders /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-xros/Nimble-Swift.h /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Nimble.build/Debug-xros/Nimble.build/Objects-normal/arm64/Nimble-Swift.h (in target 'Nimble' from project 'Nimble')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Nimble
    builtin-swiftHeaderTool -arch arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Nimble.build/Debug-xros/Nimble.build/Objects-normal/arm64/Nimble-Swift.h -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-xros/Nimble-Swift.h
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/Nimble.swiftmodule/arm64-apple-xros.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Nimble.build/Debug-xros/Nimble.build/Objects-normal/arm64/Nimble.swiftmodule (in target 'Nimble' from project 'Nimble')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Nimble
    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/Nimble.build/Debug-xros/Nimble.build/Objects-normal/arm64/Nimble.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/Nimble.swiftmodule/arm64-apple-xros.swiftmodule
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/Nimble.swiftmodule/arm64-apple-xros.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Nimble.build/Debug-xros/Nimble.build/Objects-normal/arm64/Nimble.swiftdoc (in target 'Nimble' from project 'Nimble')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Nimble
    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/Nimble.build/Debug-xros/Nimble.build/Objects-normal/arm64/Nimble.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/Nimble.swiftmodule/arm64-apple-xros.swiftdoc
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/Nimble.swiftmodule/arm64-apple-xros.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Nimble.build/Debug-xros/Nimble.build/Objects-normal/arm64/Nimble.abi.json (in target 'Nimble' from project 'Nimble')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Nimble
    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/Nimble.build/Debug-xros/Nimble.build/Objects-normal/arm64/Nimble.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/Nimble.swiftmodule/arm64-apple-xros.abi.json
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/Nimble.swiftmodule/Project/arm64-apple-xros.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Nimble.build/Debug-xros/Nimble.build/Objects-normal/arm64/Nimble.swiftsourceinfo (in target 'Nimble' from project 'Nimble')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Nimble
    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/Nimble.build/Debug-xros/Nimble.build/Objects-normal/arm64/Nimble.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/Nimble.swiftmodule/Project/arm64-apple-xros.swiftsourceinfo
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/InstaGallery.swiftmodule/arm64-apple-xros.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/InstaGallery.build/Debug-xros/InstaGallery.build/Objects-normal/arm64/InstaGallery.swiftdoc (in target 'InstaGallery' from project 'InstaGallery')
    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/InstaGallery.build/Debug-xros/InstaGallery.build/Objects-normal/arm64/InstaGallery.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/InstaGallery.swiftmodule/arm64-apple-xros.swiftdoc
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/InstaGallery.swiftmodule/arm64-apple-xros.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/InstaGallery.build/Debug-xros/InstaGallery.build/Objects-normal/arm64/InstaGallery.abi.json (in target 'InstaGallery' from project 'InstaGallery')
    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/InstaGallery.build/Debug-xros/InstaGallery.build/Objects-normal/arm64/InstaGallery.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/InstaGallery.swiftmodule/arm64-apple-xros.abi.json
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/InstaGallery.swiftmodule/Project/arm64-apple-xros.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/InstaGallery.build/Debug-xros/InstaGallery.build/Objects-normal/arm64/InstaGallery.swiftsourceinfo (in target 'InstaGallery' from project 'InstaGallery')
    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/InstaGallery.build/Debug-xros/InstaGallery.build/Objects-normal/arm64/InstaGallery.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/InstaGallery.swiftmodule/Project/arm64-apple-xros.swiftsourceinfo
SwiftCompile normal arm64 Compiling\ BeCloseTo.swift,\ BeEmpty.swift,\ BeGreaterThan.swift,\ BeGreaterThanOrEqualTo.swift,\ BeIdenticalTo.swift,\ BeLessThan.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Nimble/Sources/Nimble/Matchers/BeCloseTo.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Nimble/Sources/Nimble/Matchers/BeEmpty.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Nimble/Sources/Nimble/Matchers/BeGreaterThan.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Nimble/Sources/Nimble/Matchers/BeGreaterThanOrEqualTo.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Nimble/Sources/Nimble/Matchers/BeIdenticalTo.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Nimble/Sources/Nimble/Matchers/BeLessThan.swift (in target 'Nimble' from project 'Nimble')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Nimble/Sources/Nimble/Matchers/BeCloseTo.swift (in target 'Nimble' from project 'Nimble')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

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

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

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

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

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

SwiftCompile normal arm64 Compiling\ Equal+Tuple.swift,\ Equal.swift,\ HaveCount.swift,\ Match.swift,\ MatchError.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Nimble/Sources/Nimble/Matchers/Equal+Tuple.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Nimble/Sources/Nimble/Matchers/Equal.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Nimble/Sources/Nimble/Matchers/HaveCount.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Nimble/Sources/Nimble/Matchers/Match.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Nimble/Sources/Nimble/Matchers/MatchError.swift (in target 'Nimble' from project 'Nimble')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Nimble/Sources/Nimble/Matchers/Equal+Tuple.swift (in target 'Nimble' from project 'Nimble')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

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

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

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

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

SwiftDriverJobDiscovery normal arm64 Compiling BeCloseTo.swift, BeEmpty.swift, BeGreaterThan.swift, BeGreaterThanOrEqualTo.swift, BeIdenticalTo.swift, BeLessThan.swift (in target 'Nimble' from project 'Nimble')
SwiftCompile normal arm64 Compiling\ BeLessThanOrEqual.swift,\ BeLogical.swift,\ BeNil.swift,\ BeVoid.swift,\ BeginWith.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Nimble/Sources/Nimble/Matchers/BeLessThanOrEqual.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Nimble/Sources/Nimble/Matchers/BeLogical.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Nimble/Sources/Nimble/Matchers/BeNil.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Nimble/Sources/Nimble/Matchers/BeVoid.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Nimble/Sources/Nimble/Matchers/BeginWith.swift (in target 'Nimble' from project 'Nimble')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Nimble/Sources/Nimble/Matchers/BeLessThanOrEqual.swift (in target 'Nimble' from project 'Nimble')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

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

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

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

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

SwiftCompile normal arm64 Compiling\ Await.swift,\ DispatchTimeInterval.swift,\ Errors.swift,\ SourceLocation.swift,\ Stringers.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Nimble/Sources/Nimble/Utils/Await.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Nimble/Sources/Nimble/Utils/DispatchTimeInterval.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Nimble/Sources/Nimble/Utils/Errors.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Nimble/Sources/Nimble/Utils/SourceLocation.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Nimble/Sources/Nimble/Utils/Stringers.swift (in target 'Nimble' from project 'Nimble')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Nimble/Sources/Nimble/Utils/Await.swift (in target 'Nimble' from project 'Nimble')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

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

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

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

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

SwiftDriverJobDiscovery normal arm64 Compiling resource_bundle_accessor.swift, Constants.swift, ResponseType.swift, UserScope.swift, Notifications.swift, Cursors.swift, Gallery.swift (in target 'InstaGallery' from project 'InstaGallery')
SwiftDriverJobDiscovery normal arm64 Compiling InstagramDataSourceInterface.swift, GalleryMapper.swift, MediaMapper.swift, PagingMapper.swift, UserMapper.swift, UserDataSourceImp.swift, UserDataSourceInterface.swift (in target 'InstaGallery' from project 'InstaGallery')
SwiftCompile normal arm64 Compiling\ AdapterProtocols.swift,\ AssertionDispatcher.swift,\ AssertionRecorder.swift,\ NMBExpectation.swift,\ NMBObjCMatcher.swift,\ NimbleEnvironment.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Nimble/Sources/Nimble/Adapters/AdapterProtocols.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Nimble/Sources/Nimble/Adapters/AssertionDispatcher.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Nimble/Sources/Nimble/Adapters/AssertionRecorder.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Nimble/Sources/Nimble/Adapters/NMBExpectation.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Nimble/Sources/Nimble/Adapters/NMBObjCMatcher.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Nimble/Sources/Nimble/Adapters/NimbleEnvironment.swift (in target 'Nimble' from project 'Nimble')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Nimble/Sources/Nimble/Adapters/AdapterProtocols.swift (in target 'Nimble' from project 'Nimble')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

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

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

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

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

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

SwiftDriverJobDiscovery normal arm64 Compiling Equal+Tuple.swift, Equal.swift, HaveCount.swift, Match.swift, MatchError.swift (in target 'Nimble' from project 'Nimble')
SwiftCompile normal arm64 Compiling\ BeginWithPrefix.swift,\ Contain.swift,\ ContainElementSatisfying.swift,\ ElementsEqual.swift,\ EndWith.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Nimble/Sources/Nimble/Matchers/BeginWithPrefix.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Nimble/Sources/Nimble/Matchers/Contain.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Nimble/Sources/Nimble/Matchers/ContainElementSatisfying.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Nimble/Sources/Nimble/Matchers/ElementsEqual.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Nimble/Sources/Nimble/Matchers/EndWith.swift (in target 'Nimble' from project 'Nimble')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Nimble/Sources/Nimble/Matchers/BeginWithPrefix.swift (in target 'Nimble' from project 'Nimble')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

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

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

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

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

SwiftDriverJobDiscovery normal arm64 Compiling BeLessThanOrEqual.swift, BeLogical.swift, BeNil.swift, BeVoid.swift, BeginWith.swift (in target 'Nimble' from project 'Nimble')
SwiftCompile normal arm64 Compiling\ SatisfyAllOf.swift,\ SatisfyAnyOf.swift,\ ThrowAssertion.swift,\ ThrowError.swift,\ ToSucceed.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Nimble/Sources/Nimble/Matchers/SatisfyAllOf.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Nimble/Sources/Nimble/Matchers/SatisfyAnyOf.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Nimble/Sources/Nimble/Matchers/ThrowAssertion.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Nimble/Sources/Nimble/Matchers/ThrowError.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Nimble/Sources/Nimble/Matchers/ToSucceed.swift (in target 'Nimble' from project 'Nimble')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Nimble/Sources/Nimble/Matchers/SatisfyAllOf.swift (in target 'Nimble' from project 'Nimble')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

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

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

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

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

SwiftDriverJobDiscovery normal arm64 Compiling Await.swift, DispatchTimeInterval.swift, Errors.swift, SourceLocation.swift, Stringers.swift (in target 'Nimble' from project 'Nimble')
SwiftCompile normal arm64 Compiling\ Expression.swift,\ FailureMessage.swift,\ AllPass.swift,\ Async.swift,\ BeAKindOf.swift,\ BeAnInstanceOf.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Nimble/Sources/Nimble/Expression.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Nimble/Sources/Nimble/FailureMessage.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Nimble/Sources/Nimble/Matchers/AllPass.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Nimble/Sources/Nimble/Matchers/Async.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Nimble/Sources/Nimble/Matchers/BeAKindOf.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Nimble/Sources/Nimble/Matchers/BeAnInstanceOf.swift (in target 'Nimble' from project 'Nimble')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Nimble/Sources/Nimble/Expression.swift (in target 'Nimble' from project 'Nimble')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

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

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

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

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

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

SwiftDriverJobDiscovery normal arm64 Compiling AdapterProtocols.swift, AssertionDispatcher.swift, AssertionRecorder.swift, NMBExpectation.swift, NMBObjCMatcher.swift, NimbleEnvironment.swift (in target 'Nimble' from project 'Nimble')
SwiftCompile normal arm64 Compiling\ NimbleXCTestHandler.swift,\ ExceptionCapture.swift,\ DSL+Wait.swift,\ DSL.swift,\ Expectation.swift,\ ExpectationMessage.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Nimble/Sources/Nimble/Adapters/NimbleXCTestHandler.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Nimble/Sources/Nimble/Adapters/NonObjectiveC/ExceptionCapture.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Nimble/Sources/Nimble/DSL+Wait.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Nimble/Sources/Nimble/DSL.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Nimble/Sources/Nimble/Expectation.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Nimble/Sources/Nimble/ExpectationMessage.swift (in target 'Nimble' from project 'Nimble')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Nimble/Sources/Nimble/Adapters/NimbleXCTestHandler.swift (in target 'Nimble' from project 'Nimble')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Nimble/Sources/Nimble/Adapters/NonObjectiveC/ExceptionCapture.swift (in target 'Nimble' from project 'Nimble')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

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

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

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

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

SwiftDriverJobDiscovery normal arm64 Compiling BeginWithPrefix.swift, Contain.swift, ContainElementSatisfying.swift, ElementsEqual.swift, EndWith.swift (in target 'Nimble' from project 'Nimble')
SwiftCompile normal arm64 Compiling\ MatcherFunc.swift,\ MatcherProtocols.swift,\ PostNotification.swift,\ Predicate.swift,\ RaisesException.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Nimble/Sources/Nimble/Matchers/MatcherFunc.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Nimble/Sources/Nimble/Matchers/MatcherProtocols.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Nimble/Sources/Nimble/Matchers/PostNotification.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Nimble/Sources/Nimble/Matchers/Predicate.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Nimble/Sources/Nimble/Matchers/RaisesException.swift (in target 'Nimble' from project 'Nimble')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Nimble/Sources/Nimble/Matchers/MatcherFunc.swift (in target 'Nimble' from project 'Nimble')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

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

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

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

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

SwiftDriverJobDiscovery normal arm64 Compiling SatisfyAllOf.swift, SatisfyAnyOf.swift, ThrowAssertion.swift, ThrowError.swift, ToSucceed.swift (in target 'Nimble' from project 'Nimble')
SwiftDriverJobDiscovery normal arm64 Compiling Expression.swift, FailureMessage.swift, AllPass.swift, Async.swift, BeAKindOf.swift, BeAnInstanceOf.swift (in target 'Nimble' from project 'Nimble')
SwiftCompile normal arm64 Compiling\ InstaGalleryError.swift,\ Data+Extension.swift,\ Dictionary+Extension.swift,\ String+Extensions.swift,\ UIImageView+Extension.swift,\ URL+Extension.swift,\ InstaGallery.swift /Users/admin/builder/spi-builder-workspace/Sources/InstaGallery/Error/InstaGalleryError.swift /Users/admin/builder/spi-builder-workspace/Sources/InstaGallery/Extensions/Data+Extension.swift /Users/admin/builder/spi-builder-workspace/Sources/InstaGallery/Extensions/Dictionary+Extension.swift /Users/admin/builder/spi-builder-workspace/Sources/InstaGallery/Extensions/String+Extensions.swift /Users/admin/builder/spi-builder-workspace/Sources/InstaGallery/Extensions/UIImageView+Extension.swift /Users/admin/builder/spi-builder-workspace/Sources/InstaGallery/Extensions/URL+Extension.swift /Users/admin/builder/spi-builder-workspace/Sources/InstaGallery/InstaGallery.swift (in target 'InstaGallery' from project 'InstaGallery')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/InstaGallery/Error/InstaGalleryError.swift (in target 'InstaGallery' from project 'InstaGallery')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

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

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

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/InstaGallery/Extensions/String+Extensions.swift (in target 'InstaGallery' from project 'InstaGallery')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

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

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

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

SwiftDriverJobDiscovery normal arm64 Compiling MatcherFunc.swift, MatcherProtocols.swift, PostNotification.swift, Predicate.swift, RaisesException.swift (in target 'Nimble' from project 'Nimble')
SwiftCompile normal arm64 Compiling\ AuthController.swift,\ AuthControllerInterface.swift,\ AuthFactory.swift,\ AuthInteractor.swift,\ AuthInteractorInterface.swift,\ AuthPresenter.swift,\ AuthPresenterInterface.swift /Users/admin/builder/spi-builder-workspace/Sources/InstaGallery/UI/Controllers/Authorization/Controller/AuthController.swift /Users/admin/builder/spi-builder-workspace/Sources/InstaGallery/UI/Controllers/Authorization/Controller/AuthControllerInterface.swift /Users/admin/builder/spi-builder-workspace/Sources/InstaGallery/UI/Controllers/Authorization/Factory/AuthFactory.swift /Users/admin/builder/spi-builder-workspace/Sources/InstaGallery/UI/Controllers/Authorization/Interactor/AuthInteractor.swift /Users/admin/builder/spi-builder-workspace/Sources/InstaGallery/UI/Controllers/Authorization/Interactor/AuthInteractorInterface.swift /Users/admin/builder/spi-builder-workspace/Sources/InstaGallery/UI/Controllers/Authorization/Presenter/AuthPresenter.swift /Users/admin/builder/spi-builder-workspace/Sources/InstaGallery/UI/Controllers/Authorization/Presenter/AuthPresenterInterface.swift (in target 'InstaGallery' from project 'InstaGallery')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/InstaGallery/UI/Controllers/Authorization/Controller/AuthController.swift (in target 'InstaGallery' from project 'InstaGallery')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/InstaGallery/UI/Controllers/Authorization/Controller/AuthControllerInterface.swift (in target 'InstaGallery' from project 'InstaGallery')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/InstaGallery/UI/Controllers/Authorization/Factory/AuthFactory.swift (in target 'InstaGallery' from project 'InstaGallery')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/InstaGallery/UI/Controllers/Authorization/Interactor/AuthInteractor.swift (in target 'InstaGallery' from project 'InstaGallery')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/InstaGallery/UI/Controllers/Authorization/Interactor/AuthInteractorInterface.swift (in target 'InstaGallery' from project 'InstaGallery')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/InstaGallery/UI/Controllers/Authorization/Presenter/AuthPresenter.swift (in target 'InstaGallery' from project 'InstaGallery')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/InstaGallery/UI/Controllers/Authorization/Presenter/AuthPresenterInterface.swift (in target 'InstaGallery' from project 'InstaGallery')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftDriverJobDiscovery normal arm64 Compiling NimbleXCTestHandler.swift, ExceptionCapture.swift, DSL+Wait.swift, DSL.swift, Expectation.swift, ExpectationMessage.swift (in target 'Nimble' from project 'Nimble')
SwiftCompile normal arm64 Compiling\ CursorDTO.swift,\ GalleryDTO.swift,\ MediaDTO.swift,\ MediaTypeDTO.swift,\ PagingDTO.swift,\ UserDTO.swift,\ InstagramDataSource.swift /Users/admin/builder/spi-builder-workspace/Sources/InstaGallery/DataSources/Instagram\ DataSource/DTOs/CursorDTO.swift /Users/admin/builder/spi-builder-workspace/Sources/InstaGallery/DataSources/Instagram\ DataSource/DTOs/GalleryDTO.swift /Users/admin/builder/spi-builder-workspace/Sources/InstaGallery/DataSources/Instagram\ DataSource/DTOs/MediaDTO.swift /Users/admin/builder/spi-builder-workspace/Sources/InstaGallery/DataSources/Instagram\ DataSource/DTOs/MediaTypeDTO.swift /Users/admin/builder/spi-builder-workspace/Sources/InstaGallery/DataSources/Instagram\ DataSource/DTOs/PagingDTO.swift /Users/admin/builder/spi-builder-workspace/Sources/InstaGallery/DataSources/Instagram\ DataSource/DTOs/UserDTO.swift /Users/admin/builder/spi-builder-workspace/Sources/InstaGallery/DataSources/Instagram\ DataSource/InstagramDataSource.swift (in target 'InstaGallery' from project 'InstaGallery')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/InstaGallery/DataSources/Instagram\ DataSource/DTOs/CursorDTO.swift (in target 'InstaGallery' from project 'InstaGallery')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/InstaGallery/DataSources/Instagram\ DataSource/DTOs/GalleryDTO.swift (in target 'InstaGallery' from project 'InstaGallery')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/InstaGallery/DataSources/Instagram\ DataSource/DTOs/MediaDTO.swift (in target 'InstaGallery' from project 'InstaGallery')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/InstaGallery/DataSources/Instagram\ DataSource/DTOs/MediaTypeDTO.swift (in target 'InstaGallery' from project 'InstaGallery')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/InstaGallery/DataSources/Instagram\ DataSource/DTOs/PagingDTO.swift (in target 'InstaGallery' from project 'InstaGallery')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/InstaGallery/DataSources/Instagram\ DataSource/DTOs/UserDTO.swift (in target 'InstaGallery' from project 'InstaGallery')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/InstaGallery/DataSources/Instagram\ DataSource/InstagramDataSource.swift (in target 'InstaGallery' from project 'InstaGallery')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftDriverJobDiscovery normal arm64 Compiling InstaMediaType.swift, Media.swift, Paging.swift, User.swift, BundleDataSourceBaseInterface.swift, BundleDataSourceInterface.swift, AuthenticationDTO.swift (in target 'InstaGallery' from project 'InstaGallery')
SwiftDriver\ Compilation Nimble normal arm64 com.apple.xcode.tools.swift.compiler (in target 'Nimble' from project 'Nimble')
    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 Nimble -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Nimble.build/Debug-xros/Nimble.build/Objects-normal/arm64/Nimble.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 -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/Nimble.build/Debug-xros/Nimble.build/Objects-normal/arm64/Nimble-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/Nimble.build/Debug-xros/Nimble.build/Objects-normal/arm64/Nimble.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/Nimble.build/Debug-xros/Nimble.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Nimble.build/Debug-xros/Nimble.build/Objects-normal/arm64/Nimble_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/Nimble.build/Debug-xros/Nimble.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Nimble.build/Debug-xros/Nimble.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Nimble.build/Debug-xros/Nimble.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/Nimble.build/Debug-xros/Nimble.build/Objects-normal/arm64/Nimble-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
SwiftCompile normal arm64 Compiling\ BaseRequest.swift,\ Request.swift,\ RequestHeaders.swift,\ RequestMethods.swift,\ APIURLProvider.swift,\ AuthURLProvider.swift,\ URLBaseProvider.swift /Users/admin/builder/spi-builder-workspace/Sources/InstaGallery/Request/BaseRequest.swift /Users/admin/builder/spi-builder-workspace/Sources/InstaGallery/Request/Request.swift /Users/admin/builder/spi-builder-workspace/Sources/InstaGallery/Request/RequestHeaders.swift /Users/admin/builder/spi-builder-workspace/Sources/InstaGallery/Request/RequestMethods.swift /Users/admin/builder/spi-builder-workspace/Sources/InstaGallery/Request/URL\ Provider/APIURLProvider.swift /Users/admin/builder/spi-builder-workspace/Sources/InstaGallery/Request/URL\ Provider/AuthURLProvider.swift /Users/admin/builder/spi-builder-workspace/Sources/InstaGallery/Request/URL\ Provider/URLBaseProvider.swift (in target 'InstaGallery' from project 'InstaGallery')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/InstaGallery/Request/BaseRequest.swift (in target 'InstaGallery' from project 'InstaGallery')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

/Users/admin/builder/spi-builder-workspace/Sources/InstaGallery/Request/BaseRequest.swift:30:17: warning: capture of non-sendable type 'V.Type' in an isolated closure
                completionHandler(.failure(.invalidRequest))
                ^
/Users/admin/builder/spi-builder-workspace/Sources/InstaGallery/Request/BaseRequest.swift:20:116: warning: capture of non-sendable type 'V.Type' in an isolated closure
    private func request<T: Encodable, V: Codable>(url: URL, method: RequestMethods, withParameters parameters: T, completionHandler: @escaping (Result<V, InstaGalleryError>) -> Void) {
                                                                                                                   ^
/Users/admin/builder/spi-builder-workspace/Sources/InstaGallery/Request/BaseRequest.swift:48:22: warning: capture of non-sendable type 'T.Type' in an isolated closure
                self.manageError(url: url, withMethod: method, withParameters: parameters, response: httpResponse, data: data, completionHandler: completionHandler)
                     ^
/Users/admin/builder/spi-builder-workspace/Sources/InstaGallery/Request/BaseRequest.swift:20:101: warning: capture of non-sendable type 'T.Type' in an isolated closure
    private func request<T: Encodable, V: Codable>(url: URL, method: RequestMethods, withParameters parameters: T, completionHandler: @escaping (Result<V, InstaGalleryError>) -> Void) {
                                                                                                    ^
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/InstaGallery/Request/Request.swift (in target 'InstaGallery' from project 'InstaGallery')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

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

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

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/InstaGallery/Request/URL\ Provider/APIURLProvider.swift (in target 'InstaGallery' from project 'InstaGallery')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/InstaGallery/Request/URL\ Provider/AuthURLProvider.swift (in target 'InstaGallery' from project 'InstaGallery')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/InstaGallery/Request/URL\ Provider/URLBaseProvider.swift (in target 'InstaGallery' from project 'InstaGallery')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftDriverJobDiscovery normal arm64 Compiling GalleryDataSource.swift, GalleryDataSourceImp.swift, GalleryFactory.swift, GalleryInteractor.swift, GalleryInteractorInterface.swift, GalleryPresenter.swift (in target 'InstaGallery' from project 'InstaGallery')
SwiftDriverJobDiscovery normal arm64 Compiling AuthRouting.swift, AuthRoutingInterface.swift, GalleryCell.swift, GalleryCellViewModel.swift, GalleryController.swift, GalleryControllerInterface.swift (in target 'InstaGallery' from project 'InstaGallery')
Ld /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/Nimble.o normal (in target 'Nimble' from project 'Nimble')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Nimble
    /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/Nimble.build/Debug-xros/Nimble.build/Objects-normal/arm64/Nimble.LinkFileList -nostdlib -Xlinker -object_path_lto -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Nimble.build/Debug-xros/Nimble.build/Objects-normal/arm64/Nimble_lto.o -rdynamic -Xlinker -no_deduplicate -Xlinker -debug_variant -Xlinker -dependency_info -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Nimble.build/Debug-xros/Nimble.build/Objects-normal/arm64/Nimble_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/Nimble.build/Debug-xros/Nimble.build/Objects-normal/arm64/Nimble.swiftmodule @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Nimble.build/Debug-xros/Nimble.build/Objects-normal/arm64/Nimble-linker-args.resp -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/Nimble.o
SwiftDriver InstaGalleryTests normal arm64 com.apple.xcode.tools.swift.compiler (in target 'InstaGalleryTests' from project 'InstaGallery')
    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 InstaGalleryTests -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/InstaGallery.build/Debug-xros/InstaGalleryTests.build/Objects-normal/arm64/InstaGalleryTests.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -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 -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/InstaGallery.build/Debug-xros/InstaGalleryTests.build/Objects-normal/arm64/InstaGalleryTests-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/InstaGallery.build/Debug-xros/InstaGalleryTests.build/Objects-normal/arm64/InstaGalleryTests.swiftmodule -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/InstaGallery.build/Debug-xros/InstaGalleryTests.build/Objects-normal/arm64/InstaGalleryTests_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/InstaGallery.build/Debug-xros/InstaGalleryTests.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/InstaGallery.build/Debug-xros/InstaGalleryTests.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/InstaGallery.build/Debug-xros/InstaGalleryTests.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
SwiftDriverJobDiscovery normal arm64 Compiling InstaGalleryError.swift, Data+Extension.swift, Dictionary+Extension.swift, String+Extensions.swift, UIImageView+Extension.swift, URL+Extension.swift, InstaGallery.swift (in target 'InstaGallery' from project 'InstaGallery')
ExtractAppIntentsMetadata (in target 'Nimble' from project 'Nimble')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Nimble
    /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 Nimble --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 nimble.Nimble --output /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/Nimble.appintents --target-triple arm64-apple-xros1.0 --binary-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/Nimble.o --dependency-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Nimble.build/Debug-xros/Nimble.build/Objects-normal/arm64/Nimble_dependency_info.dat --stringsdata-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Nimble.build/Debug-xros/Nimble.build/Objects-normal/arm64/ExtractedAppShortcutsMetadata.stringsdata --source-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Nimble.build/Debug-xros/Nimble.build/Objects-normal/arm64/Nimble.SwiftFileList --metadata-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Nimble.build/Debug-xros/Nimble.build/Nimble.DependencyMetadataFileList --static-metadata-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Nimble.build/Debug-xros/Nimble.build/Nimble.DependencyStaticMetadataFileList --swift-const-vals-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Nimble.build/Debug-xros/Nimble.build/Objects-normal/arm64/Nimble.SwiftConstValuesFileList --force --compile-time-extraction --deployment-aware-processing --validate-assistant-intents --no-app-shortcuts-localization
2025-06-19 11:11:29.955 appintentsmetadataprocessor[858:4933] Starting appintentsmetadataprocessor export
2025-06-19 11:11:30.029 appintentsmetadataprocessor[858:4933] Extracted no relevant App Intents symbols, skipping writing output
RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/Nimble.o (in target 'Nimble' from project 'Nimble')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Nimble
    builtin-RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/Nimble.o
SwiftDriverJobDiscovery normal arm64 Compiling CursorDTO.swift, GalleryDTO.swift, MediaDTO.swift, MediaTypeDTO.swift, PagingDTO.swift, UserDTO.swift, InstagramDataSource.swift (in target 'InstaGallery' from project 'InstaGallery')
SwiftDriverJobDiscovery normal arm64 Compiling BaseRequest.swift, Request.swift, RequestHeaders.swift, RequestMethods.swift, APIURLProvider.swift, AuthURLProvider.swift, URLBaseProvider.swift (in target 'InstaGallery' from project 'InstaGallery')
SwiftCompile normal arm64 Compiling\ AuthRoutingMock.swift,\ AuthViewMock.swift /Users/admin/builder/spi-builder-workspace/Tests/InstaGalleryTests/Authentication/Mocks/AuthRoutingMock.swift /Users/admin/builder/spi-builder-workspace/Tests/InstaGalleryTests/Authentication/Mocks/AuthViewMock.swift (in target 'InstaGalleryTests' from project 'InstaGallery')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Tests/InstaGalleryTests/Authentication/Mocks/AuthRoutingMock.swift (in target 'InstaGalleryTests' from project 'InstaGallery')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Tests/InstaGalleryTests/Authentication/Mocks/AuthViewMock.swift (in target 'InstaGalleryTests' from project 'InstaGallery')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 Compiling\ BundleDataSourceMock.swift,\ InstaGalleryTests.swift /Users/admin/builder/spi-builder-workspace/Tests/InstaGalleryTests/Bundle\ Data\ Source/Mock/BundleDataSourceMock.swift /Users/admin/builder/spi-builder-workspace/Tests/InstaGalleryTests/InstaGalleryTests.swift (in target 'InstaGalleryTests' from project 'InstaGallery')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Tests/InstaGalleryTests/Bundle\ Data\ Source/Mock/BundleDataSourceMock.swift (in target 'InstaGalleryTests' from project 'InstaGallery')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Tests/InstaGalleryTests/InstaGalleryTests.swift (in target 'InstaGalleryTests' from project 'InstaGallery')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 Compiling\ InstagramDataSourceMock.swift,\ PagingMapperTests.swift /Users/admin/builder/spi-builder-workspace/Tests/InstaGalleryTests/Instagram\ Data\ Source/InstagramDataSourceMock.swift /Users/admin/builder/spi-builder-workspace/Tests/InstaGalleryTests/Mappers/PagingMapperTests.swift (in target 'InstaGalleryTests' from project 'InstaGallery')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Tests/InstaGalleryTests/Instagram\ Data\ Source/InstagramDataSourceMock.swift (in target 'InstaGalleryTests' from project 'InstaGallery')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Tests/InstaGalleryTests/Mappers/PagingMapperTests.swift (in target 'InstaGalleryTests' from project 'InstaGallery')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

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

SwiftCompile normal arm64 Compiling\ IGUserMother.swift,\ UserDataSourceMock.swift /Users/admin/builder/spi-builder-workspace/Tests/InstaGalleryTests/Mothers/IGUserMother.swift /Users/admin/builder/spi-builder-workspace/Tests/InstaGalleryTests/User\ Data\ Source/Mocks/UserDataSourceMock.swift (in target 'InstaGalleryTests' from project 'InstaGallery')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Tests/InstaGalleryTests/Mothers/IGUserMother.swift (in target 'InstaGalleryTests' from project 'InstaGallery')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Tests/InstaGalleryTests/User\ Data\ Source/Mocks/UserDataSourceMock.swift (in target 'InstaGalleryTests' from project 'InstaGallery')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 Compiling\ UserMapperTests.swift,\ IGCursorMother.swift /Users/admin/builder/spi-builder-workspace/Tests/InstaGalleryTests/Mappers/UserMapperTests.swift /Users/admin/builder/spi-builder-workspace/Tests/InstaGalleryTests/Mothers/IGCursorMother.swift (in target 'InstaGalleryTests' from project 'InstaGallery')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Tests/InstaGalleryTests/Mappers/UserMapperTests.swift (in target 'InstaGalleryTests' from project 'InstaGallery')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Tests/InstaGalleryTests/Mothers/IGCursorMother.swift (in target 'InstaGalleryTests' from project 'InstaGallery')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftDriverJobDiscovery normal arm64 Emitting module for InstaGalleryTests (in target 'InstaGalleryTests' from project 'InstaGallery')
SwiftDriver\ Compilation\ Requirements InstaGalleryTests normal arm64 com.apple.xcode.tools.swift.compiler (in target 'InstaGalleryTests' from project 'InstaGallery')
    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 InstaGalleryTests -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/InstaGallery.build/Debug-xros/InstaGalleryTests.build/Objects-normal/arm64/InstaGalleryTests.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -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 -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/InstaGallery.build/Debug-xros/InstaGalleryTests.build/Objects-normal/arm64/InstaGalleryTests-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/InstaGallery.build/Debug-xros/InstaGalleryTests.build/Objects-normal/arm64/InstaGalleryTests.swiftmodule -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/InstaGallery.build/Debug-xros/InstaGalleryTests.build/Objects-normal/arm64/InstaGalleryTests_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/InstaGallery.build/Debug-xros/InstaGalleryTests.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/InstaGallery.build/Debug-xros/InstaGalleryTests.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/InstaGallery.build/Debug-xros/InstaGalleryTests.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
SwiftDriverJobDiscovery normal arm64 Compiling AuthRoutingMock.swift, AuthViewMock.swift (in target 'InstaGalleryTests' from project 'InstaGallery')
SwiftCompile normal arm64 Compiling\ IGPagingMother.swift,\ IGUserDTOMother.swift /Users/admin/builder/spi-builder-workspace/Tests/InstaGalleryTests/Mothers/IGPagingMother.swift /Users/admin/builder/spi-builder-workspace/Tests/InstaGalleryTests/Mothers/IGUserDTOMother.swift (in target 'InstaGalleryTests' from project 'InstaGallery')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Tests/InstaGalleryTests/Mothers/IGPagingMother.swift (in target 'InstaGalleryTests' from project 'InstaGallery')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Tests/InstaGalleryTests/Mothers/IGUserDTOMother.swift (in target 'InstaGalleryTests' from project 'InstaGallery')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftDriverJobDiscovery normal arm64 Compiling BundleDataSourceMock.swift, InstaGalleryTests.swift (in target 'InstaGalleryTests' from project 'InstaGallery')
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/InstaGalleryTests.swiftmodule/arm64-apple-xros.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/InstaGallery.build/Debug-xros/InstaGalleryTests.build/Objects-normal/arm64/InstaGalleryTests.swiftmodule (in target 'InstaGalleryTests' from project 'InstaGallery')
    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/InstaGallery.build/Debug-xros/InstaGalleryTests.build/Objects-normal/arm64/InstaGalleryTests.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/InstaGalleryTests.swiftmodule/arm64-apple-xros.swiftmodule
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/InstaGalleryTests.swiftmodule/arm64-apple-xros.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/InstaGallery.build/Debug-xros/InstaGalleryTests.build/Objects-normal/arm64/InstaGalleryTests.swiftdoc (in target 'InstaGalleryTests' from project 'InstaGallery')
    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/InstaGallery.build/Debug-xros/InstaGalleryTests.build/Objects-normal/arm64/InstaGalleryTests.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/InstaGalleryTests.swiftmodule/arm64-apple-xros.swiftdoc
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/InstaGalleryTests.swiftmodule/arm64-apple-xros.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/InstaGallery.build/Debug-xros/InstaGalleryTests.build/Objects-normal/arm64/InstaGalleryTests.abi.json (in target 'InstaGalleryTests' from project 'InstaGallery')
    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/InstaGallery.build/Debug-xros/InstaGalleryTests.build/Objects-normal/arm64/InstaGalleryTests.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/InstaGalleryTests.swiftmodule/arm64-apple-xros.abi.json
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/InstaGalleryTests.swiftmodule/Project/arm64-apple-xros.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/InstaGallery.build/Debug-xros/InstaGalleryTests.build/Objects-normal/arm64/InstaGalleryTests.swiftsourceinfo (in target 'InstaGalleryTests' from project 'InstaGallery')
    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/InstaGallery.build/Debug-xros/InstaGalleryTests.build/Objects-normal/arm64/InstaGalleryTests.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/InstaGalleryTests.swiftmodule/Project/arm64-apple-xros.swiftsourceinfo
SwiftCompile normal arm64 Compiling\ UserDefaultsTests.swift /Users/admin/builder/spi-builder-workspace/Tests/InstaGalleryTests/User\ Defaults/UserDefaultsTests.swift (in target 'InstaGalleryTests' from project 'InstaGallery')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Tests/InstaGalleryTests/User\ Defaults/UserDefaultsTests.swift (in target 'InstaGalleryTests' from project 'InstaGallery')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 Compiling\ AuthInteractorInputMock.swift,\ AuthInteractorOutputMock.swift /Users/admin/builder/spi-builder-workspace/Tests/InstaGalleryTests/Authentication/Mocks/AuthInteractorInputMock.swift /Users/admin/builder/spi-builder-workspace/Tests/InstaGalleryTests/Authentication/Mocks/AuthInteractorOutputMock.swift (in target 'InstaGalleryTests' from project 'InstaGallery')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Tests/InstaGalleryTests/Authentication/Mocks/AuthInteractorInputMock.swift (in target 'InstaGalleryTests' from project 'InstaGallery')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Tests/InstaGalleryTests/Authentication/Mocks/AuthInteractorOutputMock.swift (in target 'InstaGalleryTests' from project 'InstaGallery')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftDriverJobDiscovery normal arm64 Compiling InstagramDataSourceMock.swift, PagingMapperTests.swift (in target 'InstaGalleryTests' from project 'InstaGallery')
SwiftCompile normal arm64 Compiling\ UserDataSourceTests.swift /Users/admin/builder/spi-builder-workspace/Tests/InstaGalleryTests/User\ Data\ Source/UserDataSourceTests.swift (in target 'InstaGalleryTests' from project 'InstaGallery')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Tests/InstaGalleryTests/User\ Data\ Source/UserDataSourceTests.swift (in target 'InstaGalleryTests' from project 'InstaGallery')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftDriverJobDiscovery normal arm64 Compiling IGUserMother.swift, UserDataSourceMock.swift (in target 'InstaGalleryTests' from project 'InstaGallery')
SwiftCompile normal arm64 Compiling\ AuthenticationInteractorTests.swift,\ AuthenticationPresenterTests.swift /Users/admin/builder/spi-builder-workspace/Tests/InstaGalleryTests/Authentication/Tests/AuthenticationInteractorTests.swift /Users/admin/builder/spi-builder-workspace/Tests/InstaGalleryTests/Authentication/Tests/AuthenticationPresenterTests.swift (in target 'InstaGalleryTests' from project 'InstaGallery')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Tests/InstaGalleryTests/Authentication/Tests/AuthenticationInteractorTests.swift (in target 'InstaGalleryTests' from project 'InstaGallery')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Tests/InstaGalleryTests/Authentication/Tests/AuthenticationPresenterTests.swift (in target 'InstaGalleryTests' from project 'InstaGallery')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftDriverJobDiscovery normal arm64 Compiling IGPagingMother.swift, IGUserDTOMother.swift (in target 'InstaGalleryTests' from project 'InstaGallery')
SwiftDriverJobDiscovery normal arm64 Compiling UserMapperTests.swift, IGCursorMother.swift (in target 'InstaGalleryTests' from project 'InstaGallery')
SwiftDriverJobDiscovery normal arm64 Compiling UserDefaultsTests.swift (in target 'InstaGalleryTests' from project 'InstaGallery')
SwiftDriverJobDiscovery normal arm64 Compiling AuthInteractorInputMock.swift, AuthInteractorOutputMock.swift (in target 'InstaGalleryTests' from project 'InstaGallery')
SwiftDriverJobDiscovery normal arm64 Compiling UserDataSourceTests.swift (in target 'InstaGalleryTests' from project 'InstaGallery')
SwiftDriverJobDiscovery normal arm64 Compiling AuthenticationInteractorTests.swift, AuthenticationPresenterTests.swift (in target 'InstaGalleryTests' from project 'InstaGallery')
SwiftDriver\ Compilation InstaGalleryTests normal arm64 com.apple.xcode.tools.swift.compiler (in target 'InstaGalleryTests' from project 'InstaGallery')
    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 InstaGalleryTests -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/InstaGallery.build/Debug-xros/InstaGalleryTests.build/Objects-normal/arm64/InstaGalleryTests.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -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 -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/InstaGallery.build/Debug-xros/InstaGalleryTests.build/Objects-normal/arm64/InstaGalleryTests-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/InstaGallery.build/Debug-xros/InstaGalleryTests.build/Objects-normal/arm64/InstaGalleryTests.swiftmodule -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/InstaGallery.build/Debug-xros/InstaGalleryTests.build/Objects-normal/arm64/InstaGalleryTests_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/InstaGallery.build/Debug-xros/InstaGalleryTests.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/InstaGallery.build/Debug-xros/InstaGalleryTests.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/InstaGallery.build/Debug-xros/InstaGalleryTests.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
SwiftDriverJobDiscovery normal arm64 Compiling AuthController.swift, AuthControllerInterface.swift, AuthFactory.swift, AuthInteractor.swift, AuthInteractorInterface.swift, AuthPresenter.swift, AuthPresenterInterface.swift (in target 'InstaGallery' from project 'InstaGallery')
SwiftDriverJobDiscovery normal arm64 Compiling GalleryPresenterInterface.swift, GalleryRouting.swift, GalleryRoutingInterface.swift, UserDefaultsImp.swift, UserDefaultsInterface.swift, ManagerUtils.swift (in target 'InstaGallery' from project 'InstaGallery')
SwiftDriver\ Compilation InstaGallery normal arm64 com.apple.xcode.tools.swift.compiler (in target 'InstaGallery' from project 'InstaGallery')
    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 InstaGallery -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/InstaGallery.build/Debug-xros/InstaGallery.build/Objects-normal/arm64/InstaGallery.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -DSWIFT_MODULE_RESOURCE_BUNDLE_AVAILABLE -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/InstaGallery.build/Debug-xros/InstaGallery.build/Objects-normal/arm64/InstaGallery-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/InstaGallery.build/Debug-xros/InstaGallery.build/Objects-normal/arm64/InstaGallery.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/InstaGallery.build/Debug-xros/InstaGallery.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/InstaGallery.build/Debug-xros/InstaGallery.build/Objects-normal/arm64/InstaGallery_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/InstaGallery.build/Debug-xros/InstaGallery.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/InstaGallery.build/Debug-xros/InstaGallery.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/InstaGallery.build/Debug-xros/InstaGallery.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/InstaGallery.build/Debug-xros/InstaGallery.build/Objects-normal/arm64/InstaGallery-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
ProcessInfoPlistFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/InstaGallery_InstaGallery.bundle/Info.plist /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/InstaGallery.build/Debug-xros/InstaGallery_InstaGallery.build/empty-InstaGallery_InstaGallery.plist (in target 'InstaGallery_InstaGallery' from project 'InstaGallery')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-infoPlistUtility /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/InstaGallery.build/Debug-xros/InstaGallery_InstaGallery.build/empty-InstaGallery_InstaGallery.plist -producttype com.apple.product-type.bundle -expandbuildsettings -format binary -platform xros -additionalcontentfile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/InstaGallery.build/Debug-xros/InstaGallery_InstaGallery.build/AuthController-PartialInfo.plist -additionalcontentfile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/InstaGallery.build/Debug-xros/InstaGallery_InstaGallery.build/GalleryCell-PartialInfo.plist -additionalcontentfile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/InstaGallery.build/Debug-xros/InstaGallery_InstaGallery.build/GalleryController-PartialInfo.plist -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/InstaGallery_InstaGallery.bundle/Info.plist
RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/InstaGallery_InstaGallery.bundle (in target 'InstaGallery_InstaGallery' from project 'InstaGallery')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/InstaGallery_InstaGallery.bundle
Touch /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/InstaGallery_InstaGallery.bundle (in target 'InstaGallery_InstaGallery' from project 'InstaGallery')
    cd /Users/admin/builder/spi-builder-workspace
    /usr/bin/touch -c /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/InstaGallery_InstaGallery.bundle
Ld /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/InstaGallery.o normal (in target 'InstaGallery' from project 'InstaGallery')
    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/InstaGallery.build/Debug-xros/InstaGallery.build/Objects-normal/arm64/InstaGallery.LinkFileList -nostdlib -Xlinker -object_path_lto -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/InstaGallery.build/Debug-xros/InstaGallery.build/Objects-normal/arm64/InstaGallery_lto.o -rdynamic -Xlinker -no_deduplicate -Xlinker -debug_variant -Xlinker -dependency_info -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/InstaGallery.build/Debug-xros/InstaGallery.build/Objects-normal/arm64/InstaGallery_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/InstaGallery.build/Debug-xros/InstaGallery.build/Objects-normal/arm64/InstaGallery.swiftmodule @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/InstaGallery.build/Debug-xros/InstaGallery.build/Objects-normal/arm64/InstaGallery-linker-args.resp -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/InstaGallery.o
ExtractAppIntentsMetadata (in target 'InstaGallery' from project 'InstaGallery')
    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 InstaGallery --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.InstaGallery --output /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/InstaGallery.appintents --target-triple arm64-apple-xros1.0 --binary-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/InstaGallery.o --dependency-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/InstaGallery.build/Debug-xros/InstaGallery.build/Objects-normal/arm64/InstaGallery_dependency_info.dat --stringsdata-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/InstaGallery.build/Debug-xros/InstaGallery.build/Objects-normal/arm64/ExtractedAppShortcutsMetadata.stringsdata --source-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/InstaGallery.build/Debug-xros/InstaGallery.build/Objects-normal/arm64/InstaGallery.SwiftFileList --metadata-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/InstaGallery.build/Debug-xros/InstaGallery.build/InstaGallery.DependencyMetadataFileList --static-metadata-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/InstaGallery.build/Debug-xros/InstaGallery.build/InstaGallery.DependencyStaticMetadataFileList --swift-const-vals-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/InstaGallery.build/Debug-xros/InstaGallery.build/Objects-normal/arm64/InstaGallery.SwiftConstValuesFileList --force --compile-time-extraction --deployment-aware-processing --validate-assistant-intents --no-app-shortcuts-localization
2025-06-19 11:11:32.707 appintentsmetadataprocessor[873:5126] Starting appintentsmetadataprocessor export
2025-06-19 11:11:32.749 appintentsmetadataprocessor[873:5126] Extracted no relevant App Intents symbols, skipping writing output
RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/InstaGallery.o (in target 'InstaGallery' from project 'InstaGallery')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/InstaGallery.o
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/InstaGalleryTests.xctest/InstaGallery_InstaGallery.bundle /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/InstaGallery_InstaGallery.bundle (in target 'InstaGalleryTests' from project 'InstaGallery')
    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/Products/Debug-xros/InstaGallery_InstaGallery.bundle /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/InstaGalleryTests.xctest
Ld /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/InstaGalleryTests.xctest/InstaGalleryTests normal (in target 'InstaGalleryTests' from project 'InstaGallery')
    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 -bundle -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 -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/InstaGallery.build/Debug-xros/InstaGalleryTests.build/Objects-normal/arm64/InstaGalleryTests.LinkFileList -Xlinker -rpath -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/PackageFrameworks -Xlinker -rpath -Xlinker @loader_path/Frameworks -Xlinker -rpath -Xlinker @loader_path/../Frameworks -dead_strip -Xlinker -object_path_lto -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/InstaGallery.build/Debug-xros/InstaGalleryTests.build/Objects-normal/arm64/InstaGalleryTests_lto.o -rdynamic -Xlinker -no_deduplicate -Xlinker -debug_variant -Xlinker -dependency_info -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/InstaGallery.build/Debug-xros/InstaGalleryTests.build/Objects-normal/arm64/InstaGalleryTests_dependency_info.dat -fobjc-link-runtime -fprofile-instr-generate -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/InstaGallery.build/Debug-xros/InstaGalleryTests.build/Objects-normal/arm64/InstaGalleryTests.swiftmodule @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/InstaGallery.build/Debug-xros/InstaGalleryTests.build/Objects-normal/arm64/InstaGalleryTests-linker-args.resp -Wl,-no_warn_duplicate_libraries -Wl,-no_warn_duplicate_libraries -Xlinker -needed_framework -Xlinker XCTest -framework XCTest -Xlinker -needed-lXCTestSwiftSupport -lXCTestSwiftSupport -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/InstaGalleryTests.xctest/InstaGalleryTests -Xlinker -add_ast_path -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/InstaGallery.build/Debug-xros/InstaGallery.build/Objects-normal/arm64/InstaGallery.swiftmodule @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/InstaGallery.build/Debug-xros/InstaGallery.build/Objects-normal/arm64/InstaGallery-linker-args.resp -Xlinker -add_ast_path -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Nimble.build/Debug-xros/Nimble.build/Objects-normal/arm64/Nimble.swiftmodule @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Nimble.build/Debug-xros/Nimble.build/Objects-normal/arm64/Nimble-linker-args.resp
ProcessInfoPlistFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/InstaGalleryTests.xctest/Info.plist /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/InstaGallery.build/Debug-xros/InstaGalleryTests.build/empty-InstaGalleryTests.plist (in target 'InstaGalleryTests' from project 'InstaGallery')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-infoPlistUtility /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/InstaGallery.build/Debug-xros/InstaGalleryTests.build/empty-InstaGalleryTests.plist -producttype com.apple.product-type.bundle.unit-test -expandbuildsettings -format binary -platform xros -scanforprivacyfile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/InstaGalleryTests.xctest/InstaGallery_InstaGallery.bundle -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/InstaGalleryTests.xctest/Info.plist
ExtractAppIntentsMetadata (in target 'InstaGalleryTests' from project 'InstaGallery')
    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 InstaGalleryTests --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.InstaGalleryTests --output /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/InstaGalleryTests.xctest --target-triple arm64-apple-xros1.0 --binary-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/InstaGalleryTests.xctest/InstaGalleryTests --dependency-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/InstaGallery.build/Debug-xros/InstaGalleryTests.build/Objects-normal/arm64/InstaGalleryTests_dependency_info.dat --stringsdata-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/InstaGallery.build/Debug-xros/InstaGalleryTests.build/Objects-normal/arm64/ExtractedAppShortcutsMetadata.stringsdata --source-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/InstaGallery.build/Debug-xros/InstaGalleryTests.build/Objects-normal/arm64/InstaGalleryTests.SwiftFileList --metadata-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/InstaGallery.build/Debug-xros/InstaGalleryTests.build/InstaGalleryTests.DependencyMetadataFileList --static-metadata-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/InstaGallery.build/Debug-xros/InstaGalleryTests.build/InstaGalleryTests.DependencyStaticMetadataFileList --swift-const-vals-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/InstaGallery.build/Debug-xros/InstaGalleryTests.build/Objects-normal/arm64/InstaGalleryTests.SwiftConstValuesFileList --compile-time-extraction --deployment-aware-processing --validate-assistant-intents --no-app-shortcuts-localization
2025-06-19 11:11:32.983 appintentsmetadataprocessor[876:5145] Starting appintentsmetadataprocessor export
2025-06-19 11:11:32.985 appintentsmetadataprocessor[876:5145] warning: Metadata extraction skipped. No AppIntents.framework dependency found.
CopySwiftLibs /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/InstaGalleryTests.xctest (in target 'InstaGalleryTests' from project 'InstaGallery')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-swiftStdLibTool --copy --verbose --scan-executable /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/InstaGalleryTests.xctest/InstaGalleryTests --scan-folder /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/InstaGalleryTests.xctest/Frameworks --scan-folder /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/InstaGalleryTests.xctest/PlugIns --scan-folder /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/InstaGalleryTests.xctest/SystemExtensions --scan-folder /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/InstaGalleryTests.xctest/Extensions --platform xros --toolchain /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain --destination /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/InstaGalleryTests.xctest/Frameworks --strip-bitcode --scan-executable /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib/libXCTestSwiftSupport.dylib --strip-bitcode-tool /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/bitcode_strip --emit-dependency-info /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/InstaGallery.build/Debug-xros/InstaGalleryTests.build/SwiftStdLibToolInputDependencies.dep --filter-for-swift-os
Ignoring --strip-bitcode because --sign was not passed
GenerateDSYMFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/InstaGalleryTests.xctest.dSYM /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/InstaGalleryTests.xctest/InstaGalleryTests (in target 'InstaGalleryTests' from project 'InstaGallery')
    cd /Users/admin/builder/spi-builder-workspace
    /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/dsymutil /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/InstaGalleryTests.xctest/InstaGalleryTests -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/InstaGalleryTests.xctest.dSYM
RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/InstaGalleryTests.xctest (in target 'InstaGalleryTests' from project 'InstaGallery')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/InstaGalleryTests.xctest
Touch /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/InstaGalleryTests.xctest (in target 'InstaGalleryTests' from project 'InstaGallery')
    cd /Users/admin/builder/spi-builder-workspace
    /usr/bin/touch -c /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/InstaGalleryTests.xctest
** BUILD SUCCEEDED **
Build complete.
{
  "dependencies" : [
    {
      "identity" : "nimble",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "9.0.0",
            "upper_bound" : "10.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/Quick/Nimble.git"
    }
  ],
  "manifest_display_name" : "InstaGallery",
  "name" : "InstaGallery",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "13.0"
    }
  ],
  "products" : [
    {
      "name" : "InstaGallery",
      "targets" : [
        "InstaGallery"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "InstaGalleryTests",
      "module_type" : "SwiftTarget",
      "name" : "InstaGalleryTests",
      "path" : "Tests/InstaGalleryTests",
      "product_dependencies" : [
        "Nimble"
      ],
      "sources" : [
        "Authentication/Mocks/AuthInteractorInputMock.swift",
        "Authentication/Mocks/AuthInteractorOutputMock.swift",
        "Authentication/Mocks/AuthRoutingMock.swift",
        "Authentication/Mocks/AuthViewMock.swift",
        "Authentication/Tests/AuthenticationInteractorTests.swift",
        "Authentication/Tests/AuthenticationPresenterTests.swift",
        "Bundle Data Source/Mock/BundleDataSourceMock.swift",
        "InstaGalleryTests.swift",
        "Instagram Data Source/InstagramDataSourceMock.swift",
        "Mappers/PagingMapperTests.swift",
        "Mappers/UserMapperTests.swift",
        "Mothers/IGCursorMother.swift",
        "Mothers/IGPagingMother.swift",
        "Mothers/IGUserDTOMother.swift",
        "Mothers/IGUserMother.swift",
        "User Data Source/Mocks/UserDataSourceMock.swift",
        "User Data Source/UserDataSourceTests.swift",
        "User Defaults/UserDefaultsTests.swift"
      ],
      "target_dependencies" : [
        "InstaGallery"
      ],
      "type" : "test"
    },
    {
      "c99name" : "InstaGallery",
      "module_type" : "SwiftTarget",
      "name" : "InstaGallery",
      "path" : "Sources/InstaGallery",
      "product_memberships" : [
        "InstaGallery"
      ],
      "sources" : [
        "Constants/Constants.swift",
        "Constants/Enums/ResponseType.swift",
        "Constants/Enums/UserScope.swift",
        "Constants/Notifications.swift",
        "DataModel/Cursors.swift",
        "DataModel/Gallery.swift",
        "DataModel/InstaMediaType.swift",
        "DataModel/Media.swift",
        "DataModel/Paging.swift",
        "DataModel/User.swift",
        "DataSources/Bundle DataSource/BundleDataSourceBaseInterface.swift",
        "DataSources/Bundle DataSource/BundleDataSourceInterface.swift",
        "DataSources/Instagram DataSource/DTOs/AuthenticationDTO.swift",
        "DataSources/Instagram DataSource/DTOs/CursorDTO.swift",
        "DataSources/Instagram DataSource/DTOs/GalleryDTO.swift",
        "DataSources/Instagram DataSource/DTOs/MediaDTO.swift",
        "DataSources/Instagram DataSource/DTOs/MediaTypeDTO.swift",
        "DataSources/Instagram DataSource/DTOs/PagingDTO.swift",
        "DataSources/Instagram DataSource/DTOs/UserDTO.swift",
        "DataSources/Instagram DataSource/InstagramDataSource.swift",
        "DataSources/Instagram DataSource/InstagramDataSourceInterface.swift",
        "DataSources/Instagram DataSource/Mappers/GalleryMapper.swift",
        "DataSources/Instagram DataSource/Mappers/MediaMapper.swift",
        "DataSources/Instagram DataSource/Mappers/PagingMapper.swift",
        "DataSources/Instagram DataSource/Mappers/UserMapper.swift",
        "DataSources/UserDefaults DataSource/UserDataSourceImp.swift",
        "DataSources/UserDefaults DataSource/UserDataSourceInterface.swift",
        "Error/InstaGalleryError.swift",
        "Extensions/Data+Extension.swift",
        "Extensions/Dictionary+Extension.swift",
        "Extensions/String+Extensions.swift",
        "Extensions/UIImageView+Extension.swift",
        "Extensions/URL+Extension.swift",
        "InstaGallery.swift",
        "Request/BaseRequest.swift",
        "Request/Request.swift",
        "Request/RequestHeaders.swift",
        "Request/RequestMethods.swift",
        "Request/URL Provider/APIURLProvider.swift",
        "Request/URL Provider/AuthURLProvider.swift",
        "Request/URL Provider/URLBaseProvider.swift",
        "UI/Controllers/Authorization/Controller/AuthController.swift",
        "UI/Controllers/Authorization/Controller/AuthControllerInterface.swift",
        "UI/Controllers/Authorization/Factory/AuthFactory.swift",
        "UI/Controllers/Authorization/Interactor/AuthInteractor.swift",
        "UI/Controllers/Authorization/Interactor/AuthInteractorInterface.swift",
        "UI/Controllers/Authorization/Presenter/AuthPresenter.swift",
        "UI/Controllers/Authorization/Presenter/AuthPresenterInterface.swift",
        "UI/Controllers/Authorization/Routing/AuthRouting.swift",
        "UI/Controllers/Authorization/Routing/AuthRoutingInterface.swift",
        "UI/Controllers/Gallery/Controller/Gallery Cell/GalleryCell.swift",
        "UI/Controllers/Gallery/Controller/Gallery Cell/GalleryCellViewModel.swift",
        "UI/Controllers/Gallery/Controller/GalleryController.swift",
        "UI/Controllers/Gallery/Controller/GalleryControllerInterface.swift",
        "UI/Controllers/Gallery/Data Source/GalleryDataSource.swift",
        "UI/Controllers/Gallery/Data Source/GalleryDataSourceImp.swift",
        "UI/Controllers/Gallery/Factory/GalleryFactory.swift",
        "UI/Controllers/Gallery/Interactor/GalleryInteractor.swift",
        "UI/Controllers/Gallery/Interactor/GalleryInteractorInterface.swift",
        "UI/Controllers/Gallery/Presenter/GalleryPresenter.swift",
        "UI/Controllers/Gallery/Presenter/GalleryPresenterInterface.swift",
        "UI/Controllers/Gallery/Routing/GalleryRouting.swift",
        "UI/Controllers/Gallery/Routing/GalleryRoutingInterface.swift",
        "User Defaults/UserDefaultsImp.swift",
        "User Defaults/UserDefaultsInterface.swift",
        "Utils/ManagerUtils.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.5"
}
Done.