Build Information
Failed to build InstaGallery, reference master (9c9b5a
), with Swift 6.0 for tvOS using Xcode 16.0 on 2 Nov 2024 17:08:30 UTC.
Build Command
env DEVELOPER_DIR=/Applications/Xcode-16.1.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme InstaGallery -destination generic/platform=tvOS OTHER_SWIFT_FLAGS=-stats-output-dir .stats -strict-concurrency=complete
Build Log
========================================
RunAll
========================================
Builder version: 4.56.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/manucodin/InstaGallery.git
Reference: master
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/manucodin/InstaGallery
* branch master -> FETCH_HEAD
* [new branch] master -> origin/master
HEAD is now at 9c9b5ae Create LICENSE
Cloned https://github.com/manucodin/InstaGallery.git
Revision (git rev-parse @):
9c9b5ae6f7dfcb68815dd574aa7adf2a8b8c76d1
SUCCESS checkout https://github.com/manucodin/InstaGallery.git at master
========================================
Build
========================================
Selected platform: tvOS
Swift version: 6.0
Building package at path: $PWD
https://github.com/manucodin/InstaGallery.git
Command line invocation:
/Applications/Xcode-16.1.0.app/Contents/Developer/usr/bin/xcodebuild -IDEClonedSourcePackagesDirPathOverride=/Users/admin/builder/spi-builder-workspace/.dependencies -resolvePackageDependencies
User defaults from command line:
IDEClonedSourcePackagesDirPathOverride = /Users/admin/builder/spi-builder-workspace/.dependencies
IDEPackageSupportUseBuiltinSCM = YES
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
InstaGallery: /Users/admin/builder/spi-builder-workspace
CwlPreconditionTesting: https://github.com/mattgallagher/CwlPreconditionTesting.git @ 2.2.2
Nimble: https://github.com/Quick/Nimble.git @ 9.2.1
resolved source packages: CwlCatchException, InstaGallery, CwlPreconditionTesting, Nimble
{
"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-16.1.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme InstaGallery -destination generic/platform=tvOS OTHER_SWIFT_FLAGS=-stats-output-dir .stats -strict-concurrency=complete
Command line invocation:
/Applications/Xcode-16.1.0.app/Contents/Developer/usr/bin/xcodebuild -IDEClonedSourcePackagesDirPathOverride=/Users/admin/builder/spi-builder-workspace/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath /Users/admin/builder/spi-builder-workspace/.derivedData build -scheme InstaGallery -destination generic/platform=tvOS "OTHER_SWIFT_FLAGS=-stats-output-dir .stats -strict-concurrency=complete"
User defaults from command line:
IDEClonedSourcePackagesDirPathOverride = /Users/admin/builder/spi-builder-workspace/.dependencies
IDEDerivedDataPathOverride = /Users/admin/builder/spi-builder-workspace/.derivedData
IDEPackageSupportUseBuiltinSCM = YES
Build settings from command line:
OTHER_SWIFT_FLAGS = -stats-output-dir .stats -strict-concurrency=complete
Resolve Package Graph
Resolve Package Graph
Resolved source packages:
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
Nimble: https://github.com/Quick/Nimble.git @ 9.2.1
Prepare packages
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-16.1.0.app/Contents/Developer/usr/bin/ibtool --version --output-format xml1
ExecuteExternalTool /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc --version
ExecuteExternalTool /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -isysroot /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.1.sdk -x c -c /dev/null
ExecuteExternalTool /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld -version_details
Build description signature: 41e9642c4c28dceab8c8fed7056adfcc
Build description path: /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCBuildData/41e9642c4c28dceab8c8fed7056adfcc.xcbuilddata
CreateBuildDirectory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
builtin-create-build-directory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex
CreateBuildDirectory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
builtin-create-build-directory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products
ClangStatCache /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang-stat-cache /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.1.sdk /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/appletvos18.1-22J572-e7fdd8cf9ffd4d4af20823079b51a726.sdkstatcache
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
/Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang-stat-cache /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.1.sdk -o /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/appletvos18.1-22J572-e7fdd8cf9ffd4d4af20823079b51a726.sdkstatcache
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
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
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/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/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-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/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
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/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/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.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/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/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/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/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.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/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.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.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-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.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.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_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.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
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
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-16.1.0.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-16.1.0.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-16.1.0.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
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
** 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-16.1.0.app/Contents/Developer/usr/bin/xcodebuild -IDEClonedSourcePackagesDirPathOverride=/Users/admin/builder/spi-builder-workspace/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath /Users/admin/builder/spi-builder-workspace/.derivedData build -scheme InstaGallery -destination generic/platform=tvOS "OTHER_SWIFT_FLAGS=-stats-output-dir .stats -strict-concurrency=complete"
User defaults from command line:
IDEClonedSourcePackagesDirPathOverride = /Users/admin/builder/spi-builder-workspace/.dependencies
IDEDerivedDataPathOverride = /Users/admin/builder/spi-builder-workspace/.derivedData
IDEPackageSupportUseBuiltinSCM = YES
Build settings from command line:
OTHER_SWIFT_FLAGS = -stats-output-dir .stats -strict-concurrency=complete
Resolve Package Graph
Resolved source packages:
CwlPreconditionTesting: https://github.com/mattgallagher/CwlPreconditionTesting.git @ 2.2.2
InstaGallery: /Users/admin/builder/spi-builder-workspace
CwlCatchException: https://github.com/mattgallagher/CwlCatchException.git @ 2.2.1
Nimble: https://github.com/Quick/Nimble.git @ 9.2.1
Prepare packages
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-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang-stat-cache /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.1.sdk /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/appletvos18.1-22J572-e7fdd8cf9ffd4d4af20823079b51a726.sdkstatcache
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
/Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang-stat-cache /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.1.sdk -o /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/appletvos18.1-22J572-e7fdd8cf9ffd4d4af20823079b51a726.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-16.1.0.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-16.1.0.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-16.1.0.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.0 tvOS