Build Information
Failed to build InstaGallery, reference 0.4.2 (c2746f
), with Swift 6.2 (beta) for tvOS using Xcode 26.0 on 19 Jun 2025 18:11:14 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 generic/platform=tvOS
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: tvOS
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 ‘CwlPreconditionTesting’
Checking out 2.2.2 of package ‘CwlPreconditionTesting’
Creating working copy of package ‘CwlCatchException’
Checking out 2.2.1 of package ‘CwlCatchException’
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 generic/platform=tvOS
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=tvOS
Resolve Package Graph
Resolve Package Graph
Resolved source packages:
CwlPreconditionTesting: https://github.com/mattgallagher/CwlPreconditionTesting.git @ 2.2.2
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
ComputePackagePrebuildTargetDependencyGraph
Prepare packages
CreateBuildRequest
SendProjectDescription
CreateBuildOperation
ComputeTargetDependencyGraph
note: Building targets in dependency order
note: Target dependency graph (8 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 'CwlPosixPreconditionTesting' in project 'CwlPreconditionTesting'
Target 'Nimble' in project 'Nimble'
➜ Explicit dependency on target 'CwlPosixPreconditionTesting' in project 'CwlPreconditionTesting'
Target 'CwlPosixPreconditionTesting' in project 'CwlPreconditionTesting'
➜ Explicit dependency on target 'CwlPosixPreconditionTesting' in project 'CwlPreconditionTesting'
Target 'CwlPosixPreconditionTesting' 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/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc --version
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/AppleTVOS.platform/Developer/SDKs/AppleTVOS26.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: 8afd504a11429d526fdd2ca56cfec4be
Build description path: /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCBuildData/8afd504a11429d526fdd2ca56cfec4be.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/AppleTVOS.platform/Developer/SDKs/AppleTVOS26.0.sdk /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/appletvos26.0-23J5279j-93b6301b25fc0c7575c4d86c13c649ea.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/AppleTVOS.platform/Developer/SDKs/AppleTVOS26.0.sdk -o /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/appletvos26.0-23J5279j-93b6301b25fc0c7575c4d86c13c649ea.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-appletvos
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
builtin-create-build-directory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos
CreateBuildDirectory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-appletvos
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-appletvos
CreateBuildDirectory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/PackageFrameworks
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
builtin-create-build-directory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/PackageFrameworks
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Nimble.build/Debug-appletvos/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-appletvos/Nimble.build/Nimble.DependencyStaticMetadataFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Nimble.build/Debug-appletvos/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-appletvos/Nimble.build/Nimble.modulemap
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Nimble.build/Debug-appletvos/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-appletvos/Nimble.build/Objects-normal/arm64/Nimble.SwiftConstValuesFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Nimble.build/Debug-appletvos/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-appletvos/Nimble.build/Objects-normal/arm64/Nimble.LinkFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Nimble.build/Debug-appletvos/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-appletvos/Nimble.build/Nimble.DependencyMetadataFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Nimble.build/Debug-appletvos/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-appletvos/Nimble.build/Objects-normal/arm64/Nimble-OutputFileMap.json
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Nimble.build/Debug-appletvos/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-appletvos/Nimble.build/Objects-normal/arm64/Nimble.SwiftFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Nimble.build/Debug-appletvos/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-appletvos/Nimble.build/Objects-normal/arm64/Nimble_const_extract_protocols.json
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/InstaGallery.build/Debug-appletvos/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-appletvos/InstaGallery_InstaGallery.build/empty-InstaGallery_InstaGallery.plist
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/InstaGallery.build/Debug-appletvos/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-appletvos/InstaGallery_InstaGallery.build/InstaGallery_InstaGallery.DependencyStaticMetadataFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/InstaGallery.build/Debug-appletvos/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-appletvos/InstaGallery_InstaGallery.build/InstaGallery_InstaGallery.DependencyMetadataFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/InstaGallery.build/Debug-appletvos/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-appletvos/InstaGalleryTests.build/empty-InstaGalleryTests.plist
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/InstaGallery.build/Debug-appletvos/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-appletvos/InstaGalleryTests.build/Objects-normal/arm64/InstaGalleryTests_const_extract_protocols.json
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/InstaGallery.build/Debug-appletvos/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-appletvos/InstaGalleryTests.build/Objects-normal/arm64/InstaGalleryTests.SwiftFileList
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-appletvos/Nimble.modulemap /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Nimble.build/Debug-appletvos/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-appletvos/Nimble.build/Nimble.modulemap /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-appletvos
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/InstaGallery.build/Debug-appletvos/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-appletvos/InstaGalleryTests.build/Objects-normal/arm64/InstaGalleryTests.SwiftConstValuesFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/InstaGallery.build/Debug-appletvos/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-appletvos/InstaGalleryTests.build/Objects-normal/arm64/InstaGalleryTests.LinkFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/InstaGallery.build/Debug-appletvos/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-appletvos/InstaGalleryTests.build/Objects-normal/arm64/InstaGalleryTests-OutputFileMap.json
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/InstaGallery.build/Debug-appletvos/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-appletvos/InstaGalleryTests.build/InstaGalleryTests.DependencyStaticMetadataFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/InstaGallery.build/Debug-appletvos/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-appletvos/InstaGalleryTests.build/InstaGalleryTests.DependencyMetadataFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/InstaGallery.build/Debug-appletvos/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-appletvos/InstaGallery.build/Objects-normal/arm64/InstaGallery.SwiftConstValuesFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/InstaGallery.build/Debug-appletvos/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-appletvos/InstaGallery.build/Objects-normal/arm64/InstaGallery.LinkFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/InstaGallery.build/Debug-appletvos/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-appletvos/InstaGallery.build/Objects-normal/arm64/InstaGallery.SwiftFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/InstaGallery.build/Debug-appletvos/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-appletvos/InstaGallery.build/Objects-normal/arm64/InstaGallery_const_extract_protocols.json
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/InstaGallery.build/Debug-appletvos/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-appletvos/InstaGallery.build/Objects-normal/arm64/InstaGallery-OutputFileMap.json
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/InstaGallery.build/Debug-appletvos/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-appletvos/InstaGallery.build/InstaGallery.modulemap
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/InstaGallery.build/Debug-appletvos/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-appletvos/InstaGallery.build/InstaGallery.DependencyStaticMetadataFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/InstaGallery.build/Debug-appletvos/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-appletvos/InstaGallery.build/InstaGallery.DependencyMetadataFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/InstaGallery.build/Debug-appletvos/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-appletvos/InstaGallery.build/DerivedSources/resource_bundle_accessor.swift
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CwlPreconditionTesting.build/Debug-appletvos/CwlPosixPreconditionTesting.build/Objects-normal/arm64/CwlPosixPreconditionTesting_const_extract_protocols.json (in target 'CwlPosixPreconditionTesting' 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-appletvos/CwlPosixPreconditionTesting.build/Objects-normal/arm64/CwlPosixPreconditionTesting_const_extract_protocols.json
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CwlPreconditionTesting.build/Debug-appletvos/CwlPosixPreconditionTesting.build/Objects-normal/arm64/CwlPosixPreconditionTesting.SwiftFileList (in target 'CwlPosixPreconditionTesting' 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-appletvos/CwlPosixPreconditionTesting.build/Objects-normal/arm64/CwlPosixPreconditionTesting.SwiftFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CwlPreconditionTesting.build/Debug-appletvos/CwlPosixPreconditionTesting.build/Objects-normal/arm64/CwlPosixPreconditionTesting.SwiftConstValuesFileList (in target 'CwlPosixPreconditionTesting' 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-appletvos/CwlPosixPreconditionTesting.build/Objects-normal/arm64/CwlPosixPreconditionTesting.SwiftConstValuesFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CwlPreconditionTesting.build/Debug-appletvos/CwlPosixPreconditionTesting.build/Objects-normal/arm64/CwlPosixPreconditionTesting.LinkFileList (in target 'CwlPosixPreconditionTesting' 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-appletvos/CwlPosixPreconditionTesting.build/Objects-normal/arm64/CwlPosixPreconditionTesting.LinkFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CwlPreconditionTesting.build/Debug-appletvos/CwlPosixPreconditionTesting.build/Objects-normal/arm64/CwlPosixPreconditionTesting-OutputFileMap.json (in target 'CwlPosixPreconditionTesting' 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-appletvos/CwlPosixPreconditionTesting.build/Objects-normal/arm64/CwlPosixPreconditionTesting-OutputFileMap.json
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CwlPreconditionTesting.build/Debug-appletvos/CwlPosixPreconditionTesting.build/CwlPosixPreconditionTesting.modulemap (in target 'CwlPosixPreconditionTesting' 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-appletvos/CwlPosixPreconditionTesting.build/CwlPosixPreconditionTesting.modulemap
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-appletvos/InstaGallery.modulemap /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/InstaGallery.build/Debug-appletvos/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-appletvos/InstaGallery.build/InstaGallery.modulemap /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-appletvos
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CwlPreconditionTesting.build/Debug-appletvos/CwlPosixPreconditionTesting.build/CwlPosixPreconditionTesting.DependencyStaticMetadataFileList (in target 'CwlPosixPreconditionTesting' 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-appletvos/CwlPosixPreconditionTesting.build/CwlPosixPreconditionTesting.DependencyStaticMetadataFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CwlPreconditionTesting.build/Debug-appletvos/CwlPosixPreconditionTesting.build/CwlPosixPreconditionTesting.DependencyMetadataFileList (in target 'CwlPosixPreconditionTesting' 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-appletvos/CwlPosixPreconditionTesting.build/CwlPosixPreconditionTesting.DependencyMetadataFileList
MkDir /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/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-appletvos/InstaGallery_InstaGallery.bundle
MkDir /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/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-appletvos/InstaGalleryTests.xctest
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-appletvos/CwlPosixPreconditionTesting.modulemap /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CwlPreconditionTesting.build/Debug-appletvos/CwlPosixPreconditionTesting.build/CwlPosixPreconditionTesting.modulemap (in target 'CwlPosixPreconditionTesting' 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-appletvos/CwlPosixPreconditionTesting.build/CwlPosixPreconditionTesting.modulemap /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-appletvos
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-appletvos/InstaGallery_InstaGallery.build/GalleryController-PartialInfo.plist --auto-activate-custom-fonts --target-device tv --minimum-deployment-target 13.0 --output-format human-readable-text --compile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/InstaGallery_InstaGallery.bundle/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 "tv".
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-appletvos/InstaGallery_InstaGallery.build/AuthController-PartialInfo.plist --auto-activate-custom-fonts --target-device tv --minimum-deployment-target 13.0 --output-format human-readable-text --compile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/InstaGallery_InstaGallery.bundle/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-appletvos/InstaGallery_InstaGallery.build/GalleryCell-PartialInfo.plist --auto-activate-custom-fonts --target-device tv --minimum-deployment-target 13.0 --output-format human-readable-text --compile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/InstaGallery_InstaGallery.bundle/GalleryCell.nib /Users/admin/builder/spi-builder-workspace/Sources/InstaGallery/UI/Controllers/Gallery/Controller/Gallery\ Cell/GalleryCell.xib
** 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:
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
resolved source packages: Nimble, CwlCatchException, InstaGallery, CwlPreconditionTesting
{
"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=tvOS
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=tvOS
Resolve Package Graph
Resolved source packages:
Nimble: https://github.com/Quick/Nimble.git @ 9.2.1
InstaGallery: /Users/admin/builder/spi-builder-workspace
CwlCatchException: https://github.com/mattgallagher/CwlCatchException.git @ 2.2.1
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 (8 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 'CwlPosixPreconditionTesting' in project 'CwlPreconditionTesting'
Target 'Nimble' in project 'Nimble'
➜ Explicit dependency on target 'CwlPosixPreconditionTesting' in project 'CwlPreconditionTesting'
Target 'CwlPosixPreconditionTesting' in project 'CwlPreconditionTesting'
➜ Explicit dependency on target 'CwlPosixPreconditionTesting' in project 'CwlPreconditionTesting'
Target 'CwlPosixPreconditionTesting' 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/AppleTVOS.platform/Developer/SDKs/AppleTVOS26.0.sdk /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/appletvos26.0-23J5279j-93b6301b25fc0c7575c4d86c13c649ea.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/AppleTVOS.platform/Developer/SDKs/AppleTVOS26.0.sdk -o /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/appletvos26.0-23J5279j-93b6301b25fc0c7575c4d86c13c649ea.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-appletvos/InstaGallery_InstaGallery.build/GalleryController-PartialInfo.plist --auto-activate-custom-fonts --target-device tv --minimum-deployment-target 13.0 --output-format human-readable-text --compile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/InstaGallery_InstaGallery.bundle/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 "tv".
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-appletvos/InstaGallery_InstaGallery.build/GalleryCell-PartialInfo.plist --auto-activate-custom-fonts --target-device tv --minimum-deployment-target 13.0 --output-format human-readable-text --compile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/InstaGallery_InstaGallery.bundle/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-appletvos/InstaGallery_InstaGallery.build/AuthController-PartialInfo.plist --auto-activate-custom-fonts --target-device tv --minimum-deployment-target 13.0 --output-format human-readable-text --compile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/InstaGallery_InstaGallery.bundle/AuthController.nib /Users/admin/builder/spi-builder-workspace/Sources/InstaGallery/UI/Controllers/Authorization/Controller/AuthController.xib
** 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)
BUILD FAILURE 6.2 tvOS