The Swift Package Index logo.Swift Package Index

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

Build Information

Failed to build InstaGallery, reference 0.4.2 (c2746f), with Swift 6.2 (beta) for macOS (Xcode) using Xcode 26.0 on 19 Jun 2025 18:10:46 UTC.

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 platform=macOS,arch=arm64

Build Log

========================================
RunAll
========================================
Builder version: 4.64.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/manucodin/InstaGallery.git
Reference: 0.4.2
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/manucodin/InstaGallery
 * tag               0.4.2      -> FETCH_HEAD
HEAD is now at c2746f8 Merge branch 'develop'
Cloned https://github.com/manucodin/InstaGallery.git
Revision (git rev-parse @):
c2746f834de102ea34bca86bd4cac739c1f6f9ca
SUCCESS checkout https://github.com/manucodin/InstaGallery.git at 0.4.2
========================================
Build
========================================
Selected platform:         macosXcodebuild
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 ‘Nimble’
Checking out 9.2.1 of package ‘Nimble’
Creating working copy of package ‘CwlCatchException’
Checking out 2.2.1 of package ‘CwlCatchException’
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 platform=macOS,arch=arm64
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 platform=macOS,arch=arm64
Resolve Package Graph
Resolve Package Graph
Resolved source packages:
  Nimble: https://github.com/Quick/Nimble.git @ 9.2.1
  CwlPreconditionTesting: https://github.com/mattgallagher/CwlPreconditionTesting.git @ 2.2.2
  CwlCatchException: https://github.com/mattgallagher/CwlCatchException.git @ 2.2.1
  InstaGallery: /Users/admin/builder/spi-builder-workspace
ComputePackagePrebuildTargetDependencyGraph
Prepare packages
CreateBuildRequest
SendProjectDescription
CreateBuildOperation
ComputeTargetDependencyGraph
note: Building targets in dependency order
note: Target dependency graph (12 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'
        ➜ Explicit dependency on target 'CwlPreconditionTesting' in project 'CwlPreconditionTesting'
    Target 'Nimble' in project 'Nimble'
        ➜ Explicit dependency on target 'CwlPreconditionTesting' in project 'CwlPreconditionTesting'
    Target 'CwlPreconditionTesting' in project 'CwlPreconditionTesting'
        ➜ Explicit dependency on target 'CwlPreconditionTesting' in project 'CwlPreconditionTesting'
        ➜ Explicit dependency on target 'CwlMachBadInstructionHandler' in project 'CwlPreconditionTesting'
        ➜ Explicit dependency on target 'CwlCatchException' in project 'CwlCatchException'
    Target 'CwlPreconditionTesting' in project 'CwlPreconditionTesting'
        ➜ Explicit dependency on target 'CwlMachBadInstructionHandler' in project 'CwlPreconditionTesting'
        ➜ Explicit dependency on target 'CwlCatchException' in project 'CwlCatchException'
    Target 'CwlCatchException' in project 'CwlCatchException'
        ➜ Explicit dependency on target 'CwlCatchException' in project 'CwlCatchException'
        ➜ Explicit dependency on target 'CwlCatchExceptionSupport' in project 'CwlCatchException'
    Target 'CwlCatchException' in project 'CwlCatchException'
        ➜ Explicit dependency on target 'CwlCatchExceptionSupport' in project 'CwlCatchException'
    Target 'CwlCatchExceptionSupport' in project 'CwlCatchException' (no dependencies)
    Target 'CwlMachBadInstructionHandler' in project 'CwlPreconditionTesting' (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 -arch arm64 -isysroot /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.0.sdk -x objective-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/clang -v -E -dM -isysroot /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.0.sdk -x c -c /dev/null
ExecuteExternalTool /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -arch arm64 -isysroot /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.0.sdk -x c -c /dev/null
ExecuteExternalTool /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld -version_details
Build description signature: 357d873ca94a7deb9008e15f70fa2748
Build description path: /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCBuildData/357d873ca94a7deb9008e15f70fa2748.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/MacOSX.platform/Developer/SDKs/MacOSX26.0.sdk /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/macosx26.0-25A5279m-f7c1d129d9d5414f2afbbad1fd6fd62e.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/MacOSX.platform/Developer/SDKs/MacOSX26.0.sdk -o /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/macosx26.0-25A5279m-f7c1d129d9d5414f2afbbad1fd6fd62e.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
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-create-build-directory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug
CreateBuildDirectory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug
    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
CreateBuildDirectory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/PackageFrameworks
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-create-build-directory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/PackageFrameworks
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Nimble.build/Debug/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/Nimble.build/Nimble.modulemap
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Nimble.build/Debug/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/Nimble.build/Nimble.DependencyStaticMetadataFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Nimble.build/Debug/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/Nimble.build/Nimble.DependencyMetadataFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Nimble.build/Debug/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/Nimble.build/Objects-normal/arm64/Nimble-OutputFileMap.json
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Nimble.build/Debug/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/Nimble.build/Objects-normal/arm64/Nimble_const_extract_protocols.json
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Nimble.build/Debug/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/Nimble.build/Objects-normal/arm64/Nimble.LinkFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Nimble.build/Debug/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/Nimble.build/Objects-normal/arm64/Nimble.SwiftConstValuesFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Nimble.build/Debug/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/Nimble.build/Objects-normal/arm64/Nimble.SwiftFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/InstaGallery.build/Debug/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/InstaGallery_InstaGallery.build/empty-InstaGallery_InstaGallery.plist
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/InstaGallery.build/Debug/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/InstaGallery_InstaGallery.build/InstaGallery_InstaGallery.DependencyStaticMetadataFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/InstaGallery.build/Debug/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/InstaGallery_InstaGallery.build/InstaGallery_InstaGallery.DependencyMetadataFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/InstaGallery.build/Debug/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/InstaGalleryTests.build/empty-InstaGalleryTests.plist
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/InstaGallery.build/Debug/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/InstaGalleryTests.build/Objects-normal/arm64/InstaGalleryTests_const_extract_protocols.json
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/InstaGallery.build/Debug/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/InstaGalleryTests.build/Objects-normal/arm64/InstaGalleryTests.SwiftFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/InstaGallery.build/Debug/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/InstaGalleryTests.build/Objects-normal/arm64/InstaGalleryTests.SwiftConstValuesFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/InstaGallery.build/Debug/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/InstaGalleryTests.build/Objects-normal/arm64/InstaGalleryTests.LinkFileList
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps/Nimble.modulemap /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Nimble.build/Debug/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/Nimble.build/Nimble.modulemap /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/InstaGallery.build/Debug/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/InstaGalleryTests.build/Objects-normal/arm64/InstaGalleryTests-OutputFileMap.json
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/InstaGallery.build/Debug/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/InstaGalleryTests.build/InstaGalleryTests.DependencyStaticMetadataFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/InstaGallery.build/Debug/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/InstaGalleryTests.build/InstaGalleryTests.DependencyMetadataFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/InstaGallery.build/Debug/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/InstaGallery.build/Objects-normal/arm64/InstaGallery_const_extract_protocols.json
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/InstaGallery.build/Debug/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/InstaGallery.build/Objects-normal/arm64/InstaGallery.SwiftFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/InstaGallery.build/Debug/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/InstaGallery.build/Objects-normal/arm64/InstaGallery.SwiftConstValuesFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/InstaGallery.build/Debug/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/InstaGallery.build/Objects-normal/arm64/InstaGallery.LinkFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/InstaGallery.build/Debug/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/InstaGallery.build/Objects-normal/arm64/InstaGallery-OutputFileMap.json
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/InstaGallery.build/Debug/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/InstaGallery.build/InstaGallery.modulemap
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/InstaGallery.build/Debug/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/InstaGallery.build/InstaGallery.DependencyStaticMetadataFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/InstaGallery.build/Debug/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/InstaGallery.build/InstaGallery.DependencyMetadataFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/InstaGallery.build/Debug/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/InstaGallery.build/DerivedSources/resource_bundle_accessor.swift
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CwlPreconditionTesting.build/Debug/CwlPreconditionTesting.build/Objects-normal/arm64/CwlPreconditionTesting.SwiftFileList (in target 'CwlPreconditionTesting' from project 'CwlPreconditionTesting')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/CwlPreconditionTesting
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CwlPreconditionTesting.build/Debug/CwlPreconditionTesting.build/Objects-normal/arm64/CwlPreconditionTesting.SwiftFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CwlPreconditionTesting.build/Debug/CwlPreconditionTesting.build/Objects-normal/arm64/CwlPreconditionTesting_const_extract_protocols.json (in target 'CwlPreconditionTesting' from project 'CwlPreconditionTesting')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/CwlPreconditionTesting
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CwlPreconditionTesting.build/Debug/CwlPreconditionTesting.build/Objects-normal/arm64/CwlPreconditionTesting_const_extract_protocols.json
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CwlPreconditionTesting.build/Debug/CwlPreconditionTesting.build/Objects-normal/arm64/CwlPreconditionTesting.SwiftConstValuesFileList (in target 'CwlPreconditionTesting' from project 'CwlPreconditionTesting')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/CwlPreconditionTesting
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CwlPreconditionTesting.build/Debug/CwlPreconditionTesting.build/Objects-normal/arm64/CwlPreconditionTesting.SwiftConstValuesFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CwlPreconditionTesting.build/Debug/CwlPreconditionTesting.build/Objects-normal/arm64/CwlPreconditionTesting.LinkFileList (in target 'CwlPreconditionTesting' from project 'CwlPreconditionTesting')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/CwlPreconditionTesting
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CwlPreconditionTesting.build/Debug/CwlPreconditionTesting.build/Objects-normal/arm64/CwlPreconditionTesting.LinkFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CwlPreconditionTesting.build/Debug/CwlPreconditionTesting.build/Objects-normal/arm64/CwlPreconditionTesting-OutputFileMap.json (in target 'CwlPreconditionTesting' from project 'CwlPreconditionTesting')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/CwlPreconditionTesting
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CwlPreconditionTesting.build/Debug/CwlPreconditionTesting.build/Objects-normal/arm64/CwlPreconditionTesting-OutputFileMap.json
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CwlPreconditionTesting.build/Debug/CwlPreconditionTesting.build/CwlPreconditionTesting.modulemap (in target 'CwlPreconditionTesting' from project 'CwlPreconditionTesting')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/CwlPreconditionTesting
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CwlPreconditionTesting.build/Debug/CwlPreconditionTesting.build/CwlPreconditionTesting.modulemap
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps/InstaGallery.modulemap /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/InstaGallery.build/Debug/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/InstaGallery.build/InstaGallery.modulemap /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CwlPreconditionTesting.build/Debug/CwlPreconditionTesting.build/CwlPreconditionTesting.DependencyStaticMetadataFileList (in target 'CwlPreconditionTesting' from project 'CwlPreconditionTesting')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/CwlPreconditionTesting
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CwlPreconditionTesting.build/Debug/CwlPreconditionTesting.build/CwlPreconditionTesting.DependencyStaticMetadataFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CwlPreconditionTesting.build/Debug/CwlPreconditionTesting.build/CwlPreconditionTesting.DependencyMetadataFileList (in target 'CwlPreconditionTesting' from project 'CwlPreconditionTesting')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/CwlPreconditionTesting
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CwlPreconditionTesting.build/Debug/CwlPreconditionTesting.build/CwlPreconditionTesting.DependencyMetadataFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CwlPreconditionTesting.build/Debug/CwlMachBadInstructionHandler.build/CwlMachBadInstructionHandler.modulemap (in target 'CwlMachBadInstructionHandler' from project 'CwlPreconditionTesting')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/CwlPreconditionTesting
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CwlPreconditionTesting.build/Debug/CwlMachBadInstructionHandler.build/CwlMachBadInstructionHandler.modulemap
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CwlPreconditionTesting.build/Debug/CwlMachBadInstructionHandler.build/CwlMachBadInstructionHandler.DependencyStaticMetadataFileList (in target 'CwlMachBadInstructionHandler' from project 'CwlPreconditionTesting')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/CwlPreconditionTesting
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CwlPreconditionTesting.build/Debug/CwlMachBadInstructionHandler.build/CwlMachBadInstructionHandler.DependencyStaticMetadataFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CwlPreconditionTesting.build/Debug/CwlMachBadInstructionHandler.build/Objects-normal/arm64/7187679823f38a2a940e0043cdf9d637-common-args.resp (in target 'CwlMachBadInstructionHandler' from project 'CwlPreconditionTesting')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/CwlPreconditionTesting
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CwlPreconditionTesting.build/Debug/CwlMachBadInstructionHandler.build/Objects-normal/arm64/7187679823f38a2a940e0043cdf9d637-common-args.resp
-target arm64-apple-macos10.13 -fmodules -gmodules '-fmodules-cache-path=/Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex' '-fmodule-name=CwlMachBadInstructionHandler' -fpascal-strings -O0 -DSWIFT_PACKAGE '-DDEBUG=1' -isysroot /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.0.sdk -g -fprofile-instr-generate -fcoverage-mapping -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/include -I/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/CwlPreconditionTesting/Sources/CwlMachBadInstructionHandler/include -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CwlPreconditionTesting.build/Debug/CwlMachBadInstructionHandler.build/DerivedSources-normal/arm64 -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CwlPreconditionTesting.build/Debug/CwlMachBadInstructionHandler.build/DerivedSources/arm64 -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CwlPreconditionTesting.build/Debug/CwlMachBadInstructionHandler.build/DerivedSources -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -iframework /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/Library/Frameworks -DXcode
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CwlPreconditionTesting.build/Debug/CwlMachBadInstructionHandler.build/CwlMachBadInstructionHandler.DependencyMetadataFileList (in target 'CwlMachBadInstructionHandler' from project 'CwlPreconditionTesting')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/CwlPreconditionTesting
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CwlPreconditionTesting.build/Debug/CwlMachBadInstructionHandler.build/CwlMachBadInstructionHandler.DependencyMetadataFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CwlPreconditionTesting.build/Debug/CwlMachBadInstructionHandler.build/Objects-normal/arm64/e6072d4f65d7061329687fe24e3d63a7-common-args.resp (in target 'CwlMachBadInstructionHandler' from project 'CwlPreconditionTesting')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/CwlPreconditionTesting
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CwlPreconditionTesting.build/Debug/CwlMachBadInstructionHandler.build/Objects-normal/arm64/e6072d4f65d7061329687fe24e3d63a7-common-args.resp
-target arm64-apple-macos10.13 -fobjc-arc -fmodules -gmodules '-fmodules-cache-path=/Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex' '-fmodule-name=CwlMachBadInstructionHandler' -fpascal-strings -O0 -DSWIFT_PACKAGE '-DDEBUG=1' '-DOBJC_OLD_DISPATCH_PROTOTYPES=1' -isysroot /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.0.sdk -g -fprofile-instr-generate -fcoverage-mapping -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/include -I/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/CwlPreconditionTesting/Sources/CwlMachBadInstructionHandler/include -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CwlPreconditionTesting.build/Debug/CwlMachBadInstructionHandler.build/DerivedSources-normal/arm64 -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CwlPreconditionTesting.build/Debug/CwlMachBadInstructionHandler.build/DerivedSources/arm64 -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CwlPreconditionTesting.build/Debug/CwlMachBadInstructionHandler.build/DerivedSources -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -iframework /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/Library/Frameworks -DXcode
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CwlPreconditionTesting.build/Debug/CwlMachBadInstructionHandler.build/Objects-normal/arm64/CwlMachBadInstructionHandler.LinkFileList (in target 'CwlMachBadInstructionHandler' from project 'CwlPreconditionTesting')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/CwlPreconditionTesting
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CwlPreconditionTesting.build/Debug/CwlMachBadInstructionHandler.build/Objects-normal/arm64/CwlMachBadInstructionHandler.LinkFileList
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps/CwlPreconditionTesting.modulemap /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CwlPreconditionTesting.build/Debug/CwlPreconditionTesting.build/CwlPreconditionTesting.modulemap (in target 'CwlPreconditionTesting' from project 'CwlPreconditionTesting')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/CwlPreconditionTesting
    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/CwlPreconditionTesting.build/Debug/CwlPreconditionTesting.build/CwlPreconditionTesting.modulemap /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps
MkDir /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/InstaGallery_InstaGallery.bundle/Contents (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/InstaGallery_InstaGallery.bundle/Contents
MkDir /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/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/InstaGallery_InstaGallery.bundle
MkDir /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/InstaGallery_InstaGallery.bundle/Contents/Resources (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/InstaGallery_InstaGallery.bundle/Contents/Resources
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps/CwlMachBadInstructionHandler.modulemap /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CwlPreconditionTesting.build/Debug/CwlMachBadInstructionHandler.build/CwlMachBadInstructionHandler.modulemap (in target 'CwlMachBadInstructionHandler' from project 'CwlPreconditionTesting')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/CwlPreconditionTesting
    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/CwlPreconditionTesting.build/Debug/CwlMachBadInstructionHandler.build/CwlMachBadInstructionHandler.modulemap /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps
MkDir /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/InstaGalleryTests.xctest/Contents/Resources (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/InstaGalleryTests.xctest/Contents/Resources
MkDir /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/InstaGalleryTests.xctest/Contents/MacOS (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/InstaGalleryTests.xctest/Contents/MacOS
MkDir /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/InstaGalleryTests.xctest/Contents (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/InstaGalleryTests.xctest/Contents
MkDir /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/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/InstaGalleryTests.xctest
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CwlCatchException.build/Debug/CwlCatchExceptionSupport.build/CwlCatchExceptionSupport.modulemap (in target 'CwlCatchExceptionSupport' from project 'CwlCatchException')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/CwlCatchException
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CwlCatchException.build/Debug/CwlCatchExceptionSupport.build/CwlCatchExceptionSupport.modulemap
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CwlCatchException.build/Debug/CwlCatchExceptionSupport.build/CwlCatchExceptionSupport.DependencyStaticMetadataFileList (in target 'CwlCatchExceptionSupport' from project 'CwlCatchException')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/CwlCatchException
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CwlCatchException.build/Debug/CwlCatchExceptionSupport.build/CwlCatchExceptionSupport.DependencyStaticMetadataFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CwlCatchException.build/Debug/CwlCatchExceptionSupport.build/Objects-normal/arm64/e6072d4f65d7061329687fe24e3d63a7-common-args.resp (in target 'CwlCatchExceptionSupport' from project 'CwlCatchException')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/CwlCatchException
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CwlCatchException.build/Debug/CwlCatchExceptionSupport.build/Objects-normal/arm64/e6072d4f65d7061329687fe24e3d63a7-common-args.resp
-target arm64-apple-macos10.13 -fobjc-arc -fmodules -gmodules '-fmodules-cache-path=/Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex' '-fmodule-name=CwlCatchExceptionSupport' -fpascal-strings -O0 -DSWIFT_PACKAGE '-DDEBUG=1' '-DOBJC_OLD_DISPATCH_PROTOTYPES=1' -isysroot /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.0.sdk -g -fprofile-instr-generate -fcoverage-mapping -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/include -I/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/CwlCatchException/Sources/CwlCatchExceptionSupport/include -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CwlCatchException.build/Debug/CwlCatchExceptionSupport.build/DerivedSources-normal/arm64 -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CwlCatchException.build/Debug/CwlCatchExceptionSupport.build/DerivedSources/arm64 -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CwlCatchException.build/Debug/CwlCatchExceptionSupport.build/DerivedSources -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -iframework /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/Library/Frameworks -DXcode
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CwlCatchException.build/Debug/CwlCatchExceptionSupport.build/Objects-normal/arm64/CwlCatchExceptionSupport.LinkFileList (in target 'CwlCatchExceptionSupport' from project 'CwlCatchException')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/CwlCatchException
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CwlCatchException.build/Debug/CwlCatchExceptionSupport.build/Objects-normal/arm64/CwlCatchExceptionSupport.LinkFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CwlCatchException.build/Debug/CwlCatchExceptionSupport.build/CwlCatchExceptionSupport.DependencyMetadataFileList (in target 'CwlCatchExceptionSupport' from project 'CwlCatchException')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/CwlCatchException
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CwlCatchException.build/Debug/CwlCatchExceptionSupport.build/CwlCatchExceptionSupport.DependencyMetadataFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CwlCatchException.build/Debug/CwlCatchException.build/Objects-normal/arm64/CwlCatchException.SwiftFileList (in target 'CwlCatchException' from project 'CwlCatchException')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/CwlCatchException
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CwlCatchException.build/Debug/CwlCatchException.build/Objects-normal/arm64/CwlCatchException.SwiftFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CwlCatchException.build/Debug/CwlCatchException.build/Objects-normal/arm64/CwlCatchException_const_extract_protocols.json (in target 'CwlCatchException' from project 'CwlCatchException')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/CwlCatchException
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CwlCatchException.build/Debug/CwlCatchException.build/Objects-normal/arm64/CwlCatchException_const_extract_protocols.json
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CwlCatchException.build/Debug/CwlCatchException.build/Objects-normal/arm64/CwlCatchException.LinkFileList (in target 'CwlCatchException' from project 'CwlCatchException')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/CwlCatchException
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CwlCatchException.build/Debug/CwlCatchException.build/Objects-normal/arm64/CwlCatchException.LinkFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CwlCatchException.build/Debug/CwlCatchException.build/Objects-normal/arm64/CwlCatchException.SwiftConstValuesFileList (in target 'CwlCatchException' from project 'CwlCatchException')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/CwlCatchException
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CwlCatchException.build/Debug/CwlCatchException.build/Objects-normal/arm64/CwlCatchException.SwiftConstValuesFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CwlCatchException.build/Debug/CwlCatchException.build/CwlCatchException.modulemap (in target 'CwlCatchException' from project 'CwlCatchException')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/CwlCatchException
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CwlCatchException.build/Debug/CwlCatchException.build/CwlCatchException.modulemap
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CwlCatchException.build/Debug/CwlCatchException.build/CwlCatchException.DependencyStaticMetadataFileList (in target 'CwlCatchException' from project 'CwlCatchException')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/CwlCatchException
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CwlCatchException.build/Debug/CwlCatchException.build/CwlCatchException.DependencyStaticMetadataFileList
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps/CwlCatchExceptionSupport.modulemap /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CwlCatchException.build/Debug/CwlCatchExceptionSupport.build/CwlCatchExceptionSupport.modulemap (in target 'CwlCatchExceptionSupport' from project 'CwlCatchException')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/CwlCatchException
    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/CwlCatchException.build/Debug/CwlCatchExceptionSupport.build/CwlCatchExceptionSupport.modulemap /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CwlCatchException.build/Debug/CwlCatchException.build/CwlCatchException.DependencyMetadataFileList (in target 'CwlCatchException' from project 'CwlCatchException')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/CwlCatchException
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CwlCatchException.build/Debug/CwlCatchException.build/CwlCatchException.DependencyMetadataFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CwlCatchException.build/Debug/CwlCatchException.build/Objects-normal/arm64/CwlCatchException-OutputFileMap.json (in target 'CwlCatchException' from project 'CwlCatchException')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/CwlCatchException
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CwlCatchException.build/Debug/CwlCatchException.build/Objects-normal/arm64/CwlCatchException-OutputFileMap.json
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps/CwlCatchException.modulemap /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CwlCatchException.build/Debug/CwlCatchException.build/CwlCatchException.modulemap (in target 'CwlCatchException' from project 'CwlCatchException')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/CwlCatchException
    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/CwlCatchException.build/Debug/CwlCatchException.build/CwlCatchException.modulemap /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps
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 --module InstaGallery_InstaGallery --output-partial-info-plist /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/InstaGallery.build/Debug/InstaGallery_InstaGallery.build/GalleryController-PartialInfo.plist --auto-activate-custom-fonts --target-device mac --minimum-deployment-target 10.13 --output-format human-readable-text --compile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/InstaGallery_InstaGallery.bundle/Contents/Resources/GalleryController.nib /Users/admin/builder/spi-builder-workspace/Sources/InstaGallery/UI/Controllers/Gallery/Controller/GalleryController.xib
/* com.apple.ibtool.errors */
/Users/admin/builder/spi-builder-workspace/Sources/InstaGallery/UI/Controllers/Gallery/Controller/GalleryController.xib: error: iOS xibs do not support target device type "mac".
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 --module InstaGallery_InstaGallery --output-partial-info-plist /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/InstaGallery.build/Debug/InstaGallery_InstaGallery.build/GalleryCell-PartialInfo.plist --auto-activate-custom-fonts --target-device mac --minimum-deployment-target 10.13 --output-format human-readable-text --compile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/InstaGallery_InstaGallery.bundle/Contents/Resources/GalleryCell.nib /Users/admin/builder/spi-builder-workspace/Sources/InstaGallery/UI/Controllers/Gallery/Controller/Gallery\ Cell/GalleryCell.xib
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 --module InstaGallery_InstaGallery --output-partial-info-plist /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/InstaGallery.build/Debug/InstaGallery_InstaGallery.build/AuthController-PartialInfo.plist --auto-activate-custom-fonts --target-device mac --minimum-deployment-target 10.13 --output-format human-readable-text --compile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/InstaGallery_InstaGallery.bundle/Contents/Resources/AuthController.nib /Users/admin/builder/spi-builder-workspace/Sources/InstaGallery/UI/Controllers/Authorization/Controller/AuthController.xib
--- xcodebuild: WARNING: Using the first of multiple matching destinations:
{ platform:macOS, arch:arm64, id:51385668d911db37c371965f45875ed52d5feb54, name:My Mac }
{ platform:macOS, arch:arm64, variant:Mac Catalyst, id:51385668d911db37c371965f45875ed52d5feb54, name:My Mac }
{ platform:macOS, arch:arm64, variant:DriverKit, id:51385668d911db37c371965f45875ed52d5feb54, name:My Mac }
{ platform:macOS, arch:arm64, variant:Designed for [iPad,iPhone], id:51385668d911db37c371965f45875ed52d5feb54, name:My Mac }
** BUILD FAILED **
The following build commands failed:
	CompileXIB /Users/admin/builder/spi-builder-workspace/Sources/InstaGallery/UI/Controllers/Gallery/Controller/GalleryController.xib (in target 'InstaGallery_InstaGallery' from project 'InstaGallery')
	Building workspace spi-builder-workspace with scheme InstaGallery
(2 failures)
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
Resolved source packages:
  CwlCatchException: https://github.com/mattgallagher/CwlCatchException.git @ 2.2.1
  CwlPreconditionTesting: https://github.com/mattgallagher/CwlPreconditionTesting.git @ 2.2.2
  Nimble: https://github.com/Quick/Nimble.git @ 9.2.1
  InstaGallery: /Users/admin/builder/spi-builder-workspace
resolved source packages: CwlCatchException, CwlPreconditionTesting, Nimble, 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 platform=macOS,arch=arm64
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 platform=macOS,arch=arm64
Resolve Package Graph
Resolved source packages:
  Nimble: https://github.com/Quick/Nimble.git @ 9.2.1
  CwlCatchException: https://github.com/mattgallagher/CwlCatchException.git @ 2.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 (12 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'
        ➜ Explicit dependency on target 'CwlPreconditionTesting' in project 'CwlPreconditionTesting'
    Target 'Nimble' in project 'Nimble'
        ➜ Explicit dependency on target 'CwlPreconditionTesting' in project 'CwlPreconditionTesting'
    Target 'CwlPreconditionTesting' in project 'CwlPreconditionTesting'
        ➜ Explicit dependency on target 'CwlPreconditionTesting' in project 'CwlPreconditionTesting'
        ➜ Explicit dependency on target 'CwlMachBadInstructionHandler' in project 'CwlPreconditionTesting'
        ➜ Explicit dependency on target 'CwlCatchException' in project 'CwlCatchException'
    Target 'CwlPreconditionTesting' in project 'CwlPreconditionTesting'
        ➜ Explicit dependency on target 'CwlMachBadInstructionHandler' in project 'CwlPreconditionTesting'
        ➜ Explicit dependency on target 'CwlCatchException' in project 'CwlCatchException'
    Target 'CwlCatchException' in project 'CwlCatchException'
        ➜ Explicit dependency on target 'CwlCatchException' in project 'CwlCatchException'
        ➜ Explicit dependency on target 'CwlCatchExceptionSupport' in project 'CwlCatchException'
    Target 'CwlCatchException' in project 'CwlCatchException'
        ➜ Explicit dependency on target 'CwlCatchExceptionSupport' in project 'CwlCatchException'
    Target 'CwlCatchExceptionSupport' in project 'CwlCatchException' (no dependencies)
    Target 'CwlMachBadInstructionHandler' in project 'CwlPreconditionTesting' (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
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/MacOSX.platform/Developer/SDKs/MacOSX26.0.sdk /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/macosx26.0-25A5279m-f7c1d129d9d5414f2afbbad1fd6fd62e.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/MacOSX.platform/Developer/SDKs/MacOSX26.0.sdk -o /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/macosx26.0-25A5279m-f7c1d129d9d5414f2afbbad1fd6fd62e.sdkstatcache
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 --module InstaGallery_InstaGallery --output-partial-info-plist /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/InstaGallery.build/Debug/InstaGallery_InstaGallery.build/GalleryController-PartialInfo.plist --auto-activate-custom-fonts --target-device mac --minimum-deployment-target 10.13 --output-format human-readable-text --compile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/InstaGallery_InstaGallery.bundle/Contents/Resources/GalleryController.nib /Users/admin/builder/spi-builder-workspace/Sources/InstaGallery/UI/Controllers/Gallery/Controller/GalleryController.xib
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 --module InstaGallery_InstaGallery --output-partial-info-plist /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/InstaGallery.build/Debug/InstaGallery_InstaGallery.build/AuthController-PartialInfo.plist --auto-activate-custom-fonts --target-device mac --minimum-deployment-target 10.13 --output-format human-readable-text --compile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/InstaGallery_InstaGallery.bundle/Contents/Resources/AuthController.nib /Users/admin/builder/spi-builder-workspace/Sources/InstaGallery/UI/Controllers/Authorization/Controller/AuthController.xib
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 --module InstaGallery_InstaGallery --output-partial-info-plist /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/InstaGallery.build/Debug/InstaGallery_InstaGallery.build/GalleryCell-PartialInfo.plist --auto-activate-custom-fonts --target-device mac --minimum-deployment-target 10.13 --output-format human-readable-text --compile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/InstaGallery_InstaGallery.bundle/Contents/Resources/GalleryCell.nib /Users/admin/builder/spi-builder-workspace/Sources/InstaGallery/UI/Controllers/Gallery/Controller/Gallery\ Cell/GalleryCell.xib
/* com.apple.ibtool.errors */
/Users/admin/builder/spi-builder-workspace/Sources/InstaGallery/UI/Controllers/Gallery/Controller/Gallery Cell/GalleryCell.xib: error: iOS xibs do not support target device type "mac".
--- xcodebuild: WARNING: Using the first of multiple matching destinations:
{ platform:macOS, arch:arm64, id:51385668d911db37c371965f45875ed52d5feb54, name:My Mac }
{ platform:macOS, arch:arm64, variant:Mac Catalyst, id:51385668d911db37c371965f45875ed52d5feb54, name:My Mac }
{ platform:macOS, arch:arm64, variant:DriverKit, id:51385668d911db37c371965f45875ed52d5feb54, name:My Mac }
{ platform:macOS, arch:arm64, variant:Designed for [iPad,iPhone], id:51385668d911db37c371965f45875ed52d5feb54, name:My Mac }
** BUILD FAILED **
The following build commands failed:
	CompileXIB /Users/admin/builder/spi-builder-workspace/Sources/InstaGallery/UI/Controllers/Gallery/Controller/Gallery\ Cell/GalleryCell.xib (in target 'InstaGallery_InstaGallery' from project 'InstaGallery')
	Building workspace spi-builder-workspace with scheme InstaGallery
(2 failures)
BUILD FAILURE 6.2 macosXcodebuild