Build Information
Failed to build InstaGallery, reference 0.4.2 (c2746f
), with Swift 6.0 for macOS (Xcode) using Xcode 16.0 on 2 Nov 2024 17:09:04 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 platform=macOS,arch=arm64 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: 0.4.2
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/manucodin/InstaGallery
* tag 0.4.2 -> FETCH_HEAD
HEAD is now at c2746f8 Merge branch 'develop'
Cloned https://github.com/manucodin/InstaGallery.git
Revision (git rev-parse @):
c2746f834de102ea34bca86bd4cac739c1f6f9ca
SUCCESS checkout https://github.com/manucodin/InstaGallery.git at 0.4.2
========================================
Build
========================================
Selected platform: macosXcodebuild
Swift version: 6.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 ‘CwlCatchException’
Checking out 2.2.1 of package ‘CwlCatchException’
Creating working copy of package ‘CwlPreconditionTesting’
Checking out 2.2.2 of package ‘CwlPreconditionTesting’
Creating working copy of package ‘Nimble’
Checking out 9.2.1 of package ‘Nimble’
Resolve Package Graph
Resolved source packages:
CwlPreconditionTesting: https://github.com/mattgallagher/CwlPreconditionTesting.git @ 2.2.2
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
resolved source packages: CwlPreconditionTesting, Nimble, CwlCatchException, 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-16.1.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme InstaGallery -destination platform=macOS,arch=arm64 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 platform=macOS,arch=arm64 "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:
CwlPreconditionTesting: https://github.com/mattgallagher/CwlPreconditionTesting.git @ 2.2.2
CwlCatchException: https://github.com/mattgallagher/CwlCatchException.git @ 2.2.1
InstaGallery: /Users/admin/builder/spi-builder-workspace
Nimble: https://github.com/Quick/Nimble.git @ 9.2.1
Prepare packages
ComputeTargetDependencyGraph
note: Building targets in dependency order
note: Target dependency graph (12 targets)
Target 'InstaGalleryTests' in project 'InstaGallery'
➜ Explicit dependency on target 'InstaGallery' in project 'InstaGallery'
➜ Explicit dependency on target 'Nimble' in project 'Nimble'
Target 'Nimble' in project 'Nimble'
➜ Explicit dependency on target 'Nimble' in project 'Nimble'
➜ Explicit dependency on target 'CwlPreconditionTesting' in project 'CwlPreconditionTesting'
Target 'Nimble' in project 'Nimble'
➜ Explicit dependency on target 'CwlPreconditionTesting' in project 'CwlPreconditionTesting'
Target 'CwlPreconditionTesting' in project 'CwlPreconditionTesting'
➜ Explicit dependency on target 'CwlPreconditionTesting' in project 'CwlPreconditionTesting'
➜ Explicit dependency on target 'CwlMachBadInstructionHandler' in project 'CwlPreconditionTesting'
➜ Explicit dependency on target 'CwlCatchException' in project 'CwlCatchException'
Target 'CwlPreconditionTesting' in project 'CwlPreconditionTesting'
➜ Explicit dependency on target 'CwlMachBadInstructionHandler' in project 'CwlPreconditionTesting'
➜ Explicit dependency on target 'CwlCatchException' in project 'CwlCatchException'
Target 'CwlCatchException' in project 'CwlCatchException'
➜ Explicit dependency on target 'CwlCatchException' in project 'CwlCatchException'
➜ Explicit dependency on target 'CwlCatchExceptionSupport' in project 'CwlCatchException'
Target 'CwlCatchException' in project 'CwlCatchException'
➜ Explicit dependency on target 'CwlCatchExceptionSupport' in project 'CwlCatchException'
Target 'CwlCatchExceptionSupport' in project 'CwlCatchException' (no dependencies)
Target 'CwlMachBadInstructionHandler' in project 'CwlPreconditionTesting' (no dependencies)
Target 'InstaGallery' in project 'InstaGallery'
➜ Explicit dependency on target 'InstaGallery' in project 'InstaGallery'
➜ Explicit dependency on target 'InstaGallery_InstaGallery' in project 'InstaGallery'
Target 'InstaGallery' in project 'InstaGallery'
➜ Explicit dependency on target 'InstaGallery_InstaGallery' in project 'InstaGallery'
Target 'InstaGallery_InstaGallery' in project 'InstaGallery' (no dependencies)
GatherProvisioningInputs
CreateBuildDescription
ExecuteExternalTool /Applications/Xcode-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/clang -v -E -dM -arch arm64 -isysroot /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.1.sdk -x objective-c -c /dev/null
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/MacOSX.platform/Developer/SDKs/MacOSX15.1.sdk -x c -c /dev/null
ExecuteExternalTool /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld -version_details
ExecuteExternalTool /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -arch arm64 -isysroot /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.1.sdk -x c -c /dev/null
Build description signature: 00c2667637077ae8271428413ba6af78
Build description path: /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCBuildData/00c2667637077ae8271428413ba6af78.xcbuilddata
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/MacOSX.platform/Developer/SDKs/MacOSX15.1.sdk /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/macosx15.1-24B75-44d23fded74b714c58e69ec4af40d824.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/MacOSX.platform/Developer/SDKs/MacOSX15.1.sdk -o /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/macosx15.1-24B75-44d23fded74b714c58e69ec4af40d824.sdkstatcache
CreateBuildDirectory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
builtin-create-build-directory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products
CreateBuildDirectory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
builtin-create-build-directory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex
CreateBuildDirectory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
builtin-create-build-directory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug
CreateBuildDirectory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
builtin-create-build-directory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug
CreateBuildDirectory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/PackageFrameworks
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
builtin-create-build-directory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/PackageFrameworks
MkDir /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/InstaGalleryTests.xctest (in target 'InstaGalleryTests' from project 'InstaGallery')
cd /Users/admin/builder/spi-builder-workspace
/bin/mkdir -p /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/InstaGalleryTests.xctest
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/InstaGallery.build/Debug/InstaGalleryTests.build/empty-InstaGalleryTests.plist (in target 'InstaGalleryTests' from project 'InstaGallery')
cd /Users/admin/builder/spi-builder-workspace
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/InstaGallery.build/Debug/InstaGalleryTests.build/empty-InstaGalleryTests.plist
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/InstaGallery.build/Debug/InstaGalleryTests.build/Objects-normal/arm64/InstaGalleryTests.LinkFileList (in target 'InstaGalleryTests' from project 'InstaGallery')
cd /Users/admin/builder/spi-builder-workspace
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/InstaGallery.build/Debug/InstaGalleryTests.build/Objects-normal/arm64/InstaGalleryTests.LinkFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/InstaGallery.build/Debug/InstaGalleryTests.build/Objects-normal/arm64/InstaGalleryTests_const_extract_protocols.json (in target 'InstaGalleryTests' from project 'InstaGallery')
cd /Users/admin/builder/spi-builder-workspace
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/InstaGallery.build/Debug/InstaGalleryTests.build/Objects-normal/arm64/InstaGalleryTests_const_extract_protocols.json
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/InstaGallery.build/Debug/InstaGalleryTests.build/Objects-normal/arm64/InstaGalleryTests-OutputFileMap.json (in target 'InstaGalleryTests' from project 'InstaGallery')
cd /Users/admin/builder/spi-builder-workspace
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/InstaGallery.build/Debug/InstaGalleryTests.build/Objects-normal/arm64/InstaGalleryTests-OutputFileMap.json
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/InstaGallery.build/Debug/InstaGalleryTests.build/Objects-normal/arm64/InstaGalleryTests.SwiftFileList (in target 'InstaGalleryTests' from project 'InstaGallery')
cd /Users/admin/builder/spi-builder-workspace
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/InstaGallery.build/Debug/InstaGalleryTests.build/Objects-normal/arm64/InstaGalleryTests.SwiftFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/InstaGallery.build/Debug/InstaGalleryTests.build/InstaGalleryTests.DependencyMetadataFileList (in target 'InstaGalleryTests' from project 'InstaGallery')
cd /Users/admin/builder/spi-builder-workspace
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/InstaGallery.build/Debug/InstaGalleryTests.build/InstaGalleryTests.DependencyMetadataFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/InstaGallery.build/Debug/InstaGalleryTests.build/Objects-normal/arm64/InstaGalleryTests.SwiftConstValuesFileList (in target 'InstaGalleryTests' from project 'InstaGallery')
cd /Users/admin/builder/spi-builder-workspace
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/InstaGallery.build/Debug/InstaGalleryTests.build/Objects-normal/arm64/InstaGalleryTests.SwiftConstValuesFileList
MkDir /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/InstaGalleryTests.xctest/Contents/Resources (in target 'InstaGalleryTests' from project 'InstaGallery')
cd /Users/admin/builder/spi-builder-workspace
/bin/mkdir -p /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/InstaGalleryTests.xctest/Contents/Resources
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Nimble.build/Debug/Nimble.build/Objects-normal/arm64/Nimble_const_extract_protocols.json (in target 'Nimble' from project 'Nimble')
cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Nimble
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Nimble.build/Debug/Nimble.build/Objects-normal/arm64/Nimble_const_extract_protocols.json
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Nimble.build/Debug/Nimble.build/Objects-normal/arm64/Nimble.LinkFileList (in target 'Nimble' from project 'Nimble')
cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Nimble
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Nimble.build/Debug/Nimble.build/Objects-normal/arm64/Nimble.LinkFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Nimble.build/Debug/Nimble.build/Objects-normal/arm64/Nimble.SwiftFileList (in target 'Nimble' from project 'Nimble')
cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Nimble
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Nimble.build/Debug/Nimble.build/Objects-normal/arm64/Nimble.SwiftFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Nimble.build/Debug/Nimble.build/Objects-normal/arm64/Nimble-OutputFileMap.json (in target 'Nimble' from project 'Nimble')
cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Nimble
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Nimble.build/Debug/Nimble.build/Objects-normal/arm64/Nimble-OutputFileMap.json
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Nimble.build/Debug/Nimble.build/Nimble.modulemap (in target 'Nimble' from project 'Nimble')
cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Nimble
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Nimble.build/Debug/Nimble.build/Nimble.modulemap
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Nimble.build/Debug/Nimble.build/Nimble.DependencyMetadataFileList (in target 'Nimble' from project 'Nimble')
cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Nimble
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Nimble.build/Debug/Nimble.build/Nimble.DependencyMetadataFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/InstaGallery.build/Debug/InstaGallery_InstaGallery.build/empty-InstaGallery_InstaGallery.plist (in target 'InstaGallery_InstaGallery' from project 'InstaGallery')
cd /Users/admin/builder/spi-builder-workspace
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/InstaGallery.build/Debug/InstaGallery_InstaGallery.build/empty-InstaGallery_InstaGallery.plist
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/InstaGallery.build/Debug/InstaGallery_InstaGallery.build/InstaGallery_InstaGallery.DependencyMetadataFileList (in target 'InstaGallery_InstaGallery' from project 'InstaGallery')
cd /Users/admin/builder/spi-builder-workspace
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/InstaGallery.build/Debug/InstaGallery_InstaGallery.build/InstaGallery_InstaGallery.DependencyMetadataFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/InstaGallery.build/Debug/InstaGallery.build/Objects-normal/arm64/InstaGallery_const_extract_protocols.json (in target 'InstaGallery' from project 'InstaGallery')
cd /Users/admin/builder/spi-builder-workspace
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/InstaGallery.build/Debug/InstaGallery.build/Objects-normal/arm64/InstaGallery_const_extract_protocols.json
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/InstaGallery.build/Debug/InstaGallery.build/Objects-normal/arm64/InstaGallery.SwiftFileList (in target 'InstaGallery' from project 'InstaGallery')
cd /Users/admin/builder/spi-builder-workspace
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/InstaGallery.build/Debug/InstaGallery.build/Objects-normal/arm64/InstaGallery.SwiftFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/InstaGallery.build/Debug/InstaGallery.build/Objects-normal/arm64/InstaGallery.LinkFileList (in target 'InstaGallery' from project 'InstaGallery')
cd /Users/admin/builder/spi-builder-workspace
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/InstaGallery.build/Debug/InstaGallery.build/Objects-normal/arm64/InstaGallery.LinkFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/InstaGallery.build/Debug/InstaGallery.build/Objects-normal/arm64/InstaGallery-OutputFileMap.json (in target 'InstaGallery' from project 'InstaGallery')
cd /Users/admin/builder/spi-builder-workspace
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/InstaGallery.build/Debug/InstaGallery.build/Objects-normal/arm64/InstaGallery-OutputFileMap.json
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/InstaGallery.build/Debug/InstaGallery.build/InstaGallery.modulemap (in target 'InstaGallery' from project 'InstaGallery')
cd /Users/admin/builder/spi-builder-workspace
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/InstaGallery.build/Debug/InstaGallery.build/InstaGallery.modulemap
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/InstaGallery.build/Debug/InstaGallery.build/InstaGallery.DependencyMetadataFileList (in target 'InstaGallery' from project 'InstaGallery')
cd /Users/admin/builder/spi-builder-workspace
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/InstaGallery.build/Debug/InstaGallery.build/InstaGallery.DependencyMetadataFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/InstaGallery.build/Debug/InstaGallery.build/DerivedSources/resource_bundle_accessor.swift (in target 'InstaGallery' from project 'InstaGallery')
cd /Users/admin/builder/spi-builder-workspace
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/InstaGallery.build/Debug/InstaGallery.build/DerivedSources/resource_bundle_accessor.swift
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CwlPreconditionTesting.build/Debug/CwlPreconditionTesting.build/Objects-normal/arm64/CwlPreconditionTesting.SwiftFileList (in target 'CwlPreconditionTesting' from project 'CwlPreconditionTesting')
cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/CwlPreconditionTesting
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CwlPreconditionTesting.build/Debug/CwlPreconditionTesting.build/Objects-normal/arm64/CwlPreconditionTesting.SwiftFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CwlPreconditionTesting.build/Debug/CwlPreconditionTesting.build/Objects-normal/arm64/CwlPreconditionTesting_const_extract_protocols.json (in target 'CwlPreconditionTesting' from project 'CwlPreconditionTesting')
cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/CwlPreconditionTesting
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CwlPreconditionTesting.build/Debug/CwlPreconditionTesting.build/Objects-normal/arm64/CwlPreconditionTesting_const_extract_protocols.json
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CwlPreconditionTesting.build/Debug/CwlPreconditionTesting.build/Objects-normal/arm64/CwlPreconditionTesting.LinkFileList (in target 'CwlPreconditionTesting' from project 'CwlPreconditionTesting')
cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/CwlPreconditionTesting
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CwlPreconditionTesting.build/Debug/CwlPreconditionTesting.build/Objects-normal/arm64/CwlPreconditionTesting.LinkFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CwlPreconditionTesting.build/Debug/CwlPreconditionTesting.build/Objects-normal/arm64/CwlPreconditionTesting-OutputFileMap.json (in target 'CwlPreconditionTesting' from project 'CwlPreconditionTesting')
cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/CwlPreconditionTesting
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CwlPreconditionTesting.build/Debug/CwlPreconditionTesting.build/Objects-normal/arm64/CwlPreconditionTesting-OutputFileMap.json
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CwlPreconditionTesting.build/Debug/CwlPreconditionTesting.build/CwlPreconditionTesting.modulemap (in target 'CwlPreconditionTesting' from project 'CwlPreconditionTesting')
cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/CwlPreconditionTesting
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CwlPreconditionTesting.build/Debug/CwlPreconditionTesting.build/CwlPreconditionTesting.modulemap
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CwlPreconditionTesting.build/Debug/CwlPreconditionTesting.build/CwlPreconditionTesting.DependencyMetadataFileList (in target 'CwlPreconditionTesting' from project 'CwlPreconditionTesting')
cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/CwlPreconditionTesting
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CwlPreconditionTesting.build/Debug/CwlPreconditionTesting.build/CwlPreconditionTesting.DependencyMetadataFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CwlPreconditionTesting.build/Debug/CwlMachBadInstructionHandler.build/Objects-normal/arm64/e6072d4f65d7061329687fe24e3d63a7-common-args.resp (in target 'CwlMachBadInstructionHandler' from project 'CwlPreconditionTesting')
cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/CwlPreconditionTesting
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CwlPreconditionTesting.build/Debug/CwlMachBadInstructionHandler.build/Objects-normal/arm64/e6072d4f65d7061329687fe24e3d63a7-common-args.resp
-target arm64-apple-macos10.13 -fobjc-arc -fmodules -gmodules '-fmodules-cache-path=/Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex' '-fmodule-name=CwlMachBadInstructionHandler' -fpascal-strings -O0 -DSWIFT_PACKAGE '-DDEBUG=1' '-DOBJC_OLD_DISPATCH_PROTOTYPES=1' -isysroot /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.1.sdk -g -fprofile-instr-generate -fcoverage-mapping -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/include -I/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/CwlPreconditionTesting/Sources/CwlMachBadInstructionHandler/include -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CwlPreconditionTesting.build/Debug/CwlMachBadInstructionHandler.build/DerivedSources-normal/arm64 -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CwlPreconditionTesting.build/Debug/CwlMachBadInstructionHandler.build/DerivedSources/arm64 -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CwlPreconditionTesting.build/Debug/CwlMachBadInstructionHandler.build/DerivedSources -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -iframework /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/Library/Frameworks -DXcode
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CwlPreconditionTesting.build/Debug/CwlMachBadInstructionHandler.build/Objects-normal/arm64/CwlMachBadInstructionHandler.LinkFileList (in target 'CwlMachBadInstructionHandler' from project 'CwlPreconditionTesting')
cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/CwlPreconditionTesting
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CwlPreconditionTesting.build/Debug/CwlMachBadInstructionHandler.build/Objects-normal/arm64/CwlMachBadInstructionHandler.LinkFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CwlPreconditionTesting.build/Debug/CwlMachBadInstructionHandler.build/Objects-normal/arm64/7187679823f38a2a940e0043cdf9d637-common-args.resp (in target 'CwlMachBadInstructionHandler' from project 'CwlPreconditionTesting')
cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/CwlPreconditionTesting
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CwlPreconditionTesting.build/Debug/CwlMachBadInstructionHandler.build/Objects-normal/arm64/7187679823f38a2a940e0043cdf9d637-common-args.resp
-target arm64-apple-macos10.13 -fmodules -gmodules '-fmodules-cache-path=/Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex' '-fmodule-name=CwlMachBadInstructionHandler' -fpascal-strings -O0 -DSWIFT_PACKAGE '-DDEBUG=1' -isysroot /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.1.sdk -g -fprofile-instr-generate -fcoverage-mapping -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/include -I/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/CwlPreconditionTesting/Sources/CwlMachBadInstructionHandler/include -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CwlPreconditionTesting.build/Debug/CwlMachBadInstructionHandler.build/DerivedSources-normal/arm64 -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CwlPreconditionTesting.build/Debug/CwlMachBadInstructionHandler.build/DerivedSources/arm64 -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CwlPreconditionTesting.build/Debug/CwlMachBadInstructionHandler.build/DerivedSources -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -iframework /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/Library/Frameworks -DXcode
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CwlPreconditionTesting.build/Debug/CwlMachBadInstructionHandler.build/CwlMachBadInstructionHandler.modulemap (in target 'CwlMachBadInstructionHandler' from project 'CwlPreconditionTesting')
cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/CwlPreconditionTesting
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CwlPreconditionTesting.build/Debug/CwlMachBadInstructionHandler.build/CwlMachBadInstructionHandler.modulemap
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CwlPreconditionTesting.build/Debug/CwlMachBadInstructionHandler.build/CwlMachBadInstructionHandler.DependencyMetadataFileList (in target 'CwlMachBadInstructionHandler' from project 'CwlPreconditionTesting')
cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/CwlPreconditionTesting
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CwlPreconditionTesting.build/Debug/CwlMachBadInstructionHandler.build/CwlMachBadInstructionHandler.DependencyMetadataFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CwlCatchException.build/Debug/CwlCatchExceptionSupport.build/Objects-normal/arm64/e6072d4f65d7061329687fe24e3d63a7-common-args.resp (in target 'CwlCatchExceptionSupport' from project 'CwlCatchException')
cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/CwlCatchException
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CwlCatchException.build/Debug/CwlCatchExceptionSupport.build/Objects-normal/arm64/e6072d4f65d7061329687fe24e3d63a7-common-args.resp
-target arm64-apple-macos10.13 -fobjc-arc -fmodules -gmodules '-fmodules-cache-path=/Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex' '-fmodule-name=CwlCatchExceptionSupport' -fpascal-strings -O0 -DSWIFT_PACKAGE '-DDEBUG=1' '-DOBJC_OLD_DISPATCH_PROTOTYPES=1' -isysroot /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.1.sdk -g -fprofile-instr-generate -fcoverage-mapping -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/include -I/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/CwlCatchException/Sources/CwlCatchExceptionSupport/include -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CwlCatchException.build/Debug/CwlCatchExceptionSupport.build/DerivedSources-normal/arm64 -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CwlCatchException.build/Debug/CwlCatchExceptionSupport.build/DerivedSources/arm64 -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CwlCatchException.build/Debug/CwlCatchExceptionSupport.build/DerivedSources -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -iframework /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/Library/Frameworks -DXcode
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CwlCatchException.build/Debug/CwlCatchExceptionSupport.build/Objects-normal/arm64/CwlCatchExceptionSupport.LinkFileList (in target 'CwlCatchExceptionSupport' from project 'CwlCatchException')
cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/CwlCatchException
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CwlCatchException.build/Debug/CwlCatchExceptionSupport.build/Objects-normal/arm64/CwlCatchExceptionSupport.LinkFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CwlCatchException.build/Debug/CwlCatchExceptionSupport.build/CwlCatchExceptionSupport.modulemap (in target 'CwlCatchExceptionSupport' from project 'CwlCatchException')
cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/CwlCatchException
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CwlCatchException.build/Debug/CwlCatchExceptionSupport.build/CwlCatchExceptionSupport.modulemap
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CwlCatchException.build/Debug/CwlCatchExceptionSupport.build/CwlCatchExceptionSupport.DependencyMetadataFileList (in target 'CwlCatchExceptionSupport' from project 'CwlCatchException')
cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/CwlCatchException
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CwlCatchException.build/Debug/CwlCatchExceptionSupport.build/CwlCatchExceptionSupport.DependencyMetadataFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CwlCatchException.build/Debug/CwlCatchException.build/Objects-normal/arm64/CwlCatchException.SwiftFileList (in target 'CwlCatchException' from project 'CwlCatchException')
cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/CwlCatchException
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CwlCatchException.build/Debug/CwlCatchException.build/Objects-normal/arm64/CwlCatchException.SwiftFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CwlCatchException.build/Debug/CwlCatchException.build/Objects-normal/arm64/CwlCatchException_const_extract_protocols.json (in target 'CwlCatchException' from project 'CwlCatchException')
cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/CwlCatchException
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CwlCatchException.build/Debug/CwlCatchException.build/Objects-normal/arm64/CwlCatchException_const_extract_protocols.json
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CwlCatchException.build/Debug/CwlCatchException.build/Objects-normal/arm64/CwlCatchException.LinkFileList (in target 'CwlCatchException' from project 'CwlCatchException')
cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/CwlCatchException
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CwlCatchException.build/Debug/CwlCatchException.build/Objects-normal/arm64/CwlCatchException.LinkFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CwlCatchException.build/Debug/CwlCatchException.build/Objects-normal/arm64/CwlCatchException-OutputFileMap.json (in target 'CwlCatchException' from project 'CwlCatchException')
cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/CwlCatchException
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CwlCatchException.build/Debug/CwlCatchException.build/Objects-normal/arm64/CwlCatchException-OutputFileMap.json
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CwlCatchException.build/Debug/CwlCatchException.build/CwlCatchException.modulemap (in target 'CwlCatchException' from project 'CwlCatchException')
cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/CwlCatchException
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CwlCatchException.build/Debug/CwlCatchException.build/CwlCatchException.modulemap
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CwlCatchException.build/Debug/CwlCatchException.build/CwlCatchException.DependencyMetadataFileList (in target 'CwlCatchException' from project 'CwlCatchException')
cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/CwlCatchException
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CwlCatchException.build/Debug/CwlCatchException.build/CwlCatchException.DependencyMetadataFileList
MkDir /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/InstaGallery_InstaGallery.bundle/Contents/Resources (in target 'InstaGallery_InstaGallery' from project 'InstaGallery')
cd /Users/admin/builder/spi-builder-workspace
/bin/mkdir -p /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/InstaGallery_InstaGallery.bundle/Contents/Resources
MkDir /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/InstaGallery_InstaGallery.bundle/Contents (in target 'InstaGallery_InstaGallery' from project 'InstaGallery')
cd /Users/admin/builder/spi-builder-workspace
/bin/mkdir -p /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/InstaGallery_InstaGallery.bundle/Contents
MkDir /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/InstaGallery_InstaGallery.bundle (in target 'InstaGallery_InstaGallery' from project 'InstaGallery')
cd /Users/admin/builder/spi-builder-workspace
/bin/mkdir -p /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/InstaGallery_InstaGallery.bundle
MkDir /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/InstaGalleryTests.xctest/Contents/MacOS (in target 'InstaGalleryTests' from project 'InstaGallery')
cd /Users/admin/builder/spi-builder-workspace
/bin/mkdir -p /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/InstaGalleryTests.xctest/Contents/MacOS
MkDir /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/InstaGalleryTests.xctest/Contents (in target 'InstaGalleryTests' from project 'InstaGallery')
cd /Users/admin/builder/spi-builder-workspace
/bin/mkdir -p /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/InstaGalleryTests.xctest/Contents
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps/CwlCatchExceptionSupport.modulemap /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CwlCatchException.build/Debug/CwlCatchExceptionSupport.build/CwlCatchExceptionSupport.modulemap (in target 'CwlCatchExceptionSupport' from project 'CwlCatchException')
cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/CwlCatchException
builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CwlCatchException.build/Debug/CwlCatchExceptionSupport.build/CwlCatchExceptionSupport.modulemap /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps/CwlMachBadInstructionHandler.modulemap /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CwlPreconditionTesting.build/Debug/CwlMachBadInstructionHandler.build/CwlMachBadInstructionHandler.modulemap (in target 'CwlMachBadInstructionHandler' from project 'CwlPreconditionTesting')
cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/CwlPreconditionTesting
builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CwlPreconditionTesting.build/Debug/CwlMachBadInstructionHandler.build/CwlMachBadInstructionHandler.modulemap /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps
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/InstaGallery_InstaGallery.build/GalleryController-PartialInfo.plist --auto-activate-custom-fonts --target-device mac --minimum-deployment-target 10.13 --output-format human-readable-text --compile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/InstaGallery_InstaGallery.bundle/Contents/Resources/GalleryController.nib /Users/admin/builder/spi-builder-workspace/Sources/InstaGallery/UI/Controllers/Gallery/Controller/GalleryController.xib
/* com.apple.ibtool.errors */
/Users/admin/builder/spi-builder-workspace/Sources/InstaGallery/UI/Controllers/Gallery/Controller/GalleryController.xib: error: iOS xibs do not support target device type "mac".
CompileXIB /Users/admin/builder/spi-builder-workspace/Sources/InstaGallery/UI/Controllers/Gallery/Controller/Gallery\ Cell/GalleryCell.xib (in target 'InstaGallery_InstaGallery' from project 'InstaGallery')
cd /Users/admin/builder/spi-builder-workspace
/Applications/Xcode-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/InstaGallery_InstaGallery.build/GalleryCell-PartialInfo.plist --auto-activate-custom-fonts --target-device mac --minimum-deployment-target 10.13 --output-format human-readable-text --compile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/InstaGallery_InstaGallery.bundle/Contents/Resources/GalleryCell.nib /Users/admin/builder/spi-builder-workspace/Sources/InstaGallery/UI/Controllers/Gallery/Controller/Gallery\ Cell/GalleryCell.xib
CompileXIB /Users/admin/builder/spi-builder-workspace/Sources/InstaGallery/UI/Controllers/Authorization/Controller/AuthController.xib (in target 'InstaGallery_InstaGallery' from project 'InstaGallery')
cd /Users/admin/builder/spi-builder-workspace
/Applications/Xcode-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/InstaGallery_InstaGallery.build/AuthController-PartialInfo.plist --auto-activate-custom-fonts --target-device mac --minimum-deployment-target 10.13 --output-format human-readable-text --compile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/InstaGallery_InstaGallery.bundle/Contents/Resources/AuthController.nib /Users/admin/builder/spi-builder-workspace/Sources/InstaGallery/UI/Controllers/Authorization/Controller/AuthController.xib
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps/InstaGallery.modulemap /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/InstaGallery.build/Debug/InstaGallery.build/InstaGallery.modulemap (in target 'InstaGallery' from project 'InstaGallery')
cd /Users/admin/builder/spi-builder-workspace
builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/InstaGallery.build/Debug/InstaGallery.build/InstaGallery.modulemap /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps/CwlCatchException.modulemap /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CwlCatchException.build/Debug/CwlCatchException.build/CwlCatchException.modulemap (in target 'CwlCatchException' from project 'CwlCatchException')
cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/CwlCatchException
builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CwlCatchException.build/Debug/CwlCatchException.build/CwlCatchException.modulemap /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps
--- xcodebuild: WARNING: Using the first of multiple matching destinations:
{ platform:macOS, arch:arm64, id:0000FE00-8C151E3703BE51BE, name:My Mac }
{ platform:macOS, arch:arm64, variant:Mac Catalyst, id:0000FE00-8C151E3703BE51BE, name:My Mac }
{ platform:macOS, arch:arm64, variant:DriverKit, id:0000FE00-8C151E3703BE51BE, name:My Mac }
{ platform:macOS, arch:arm64, variant:Designed for [iPad,iPhone], id:0000FE00-8C151E3703BE51BE, name:My Mac }
** BUILD FAILED **
The following build commands failed:
CompileXIB /Users/admin/builder/spi-builder-workspace/Sources/InstaGallery/UI/Controllers/Gallery/Controller/GalleryController.xib (in target 'InstaGallery_InstaGallery' from project 'InstaGallery')
Building workspace spi-builder-workspace with scheme InstaGallery
(2 failures)
Command line invocation:
/Applications/Xcode-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 platform=macOS,arch=arm64 "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:
InstaGallery: /Users/admin/builder/spi-builder-workspace
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
Prepare packages
ComputeTargetDependencyGraph
note: Building targets in dependency order
note: Target dependency graph (12 targets)
Target 'InstaGalleryTests' in project 'InstaGallery'
➜ Explicit dependency on target 'InstaGallery' in project 'InstaGallery'
➜ Explicit dependency on target 'Nimble' in project 'Nimble'
Target 'Nimble' in project 'Nimble'
➜ Explicit dependency on target 'Nimble' in project 'Nimble'
➜ Explicit dependency on target 'CwlPreconditionTesting' in project 'CwlPreconditionTesting'
Target 'Nimble' in project 'Nimble'
➜ Explicit dependency on target 'CwlPreconditionTesting' in project 'CwlPreconditionTesting'
Target 'CwlPreconditionTesting' in project 'CwlPreconditionTesting'
➜ Explicit dependency on target 'CwlPreconditionTesting' in project 'CwlPreconditionTesting'
➜ Explicit dependency on target 'CwlMachBadInstructionHandler' in project 'CwlPreconditionTesting'
➜ Explicit dependency on target 'CwlCatchException' in project 'CwlCatchException'
Target 'CwlPreconditionTesting' in project 'CwlPreconditionTesting'
➜ Explicit dependency on target 'CwlMachBadInstructionHandler' in project 'CwlPreconditionTesting'
➜ Explicit dependency on target 'CwlCatchException' in project 'CwlCatchException'
Target 'CwlCatchException' in project 'CwlCatchException'
➜ Explicit dependency on target 'CwlCatchException' in project 'CwlCatchException'
➜ Explicit dependency on target 'CwlCatchExceptionSupport' in project 'CwlCatchException'
Target 'CwlCatchException' in project 'CwlCatchException'
➜ Explicit dependency on target 'CwlCatchExceptionSupport' in project 'CwlCatchException'
Target 'CwlCatchExceptionSupport' in project 'CwlCatchException' (no dependencies)
Target 'CwlMachBadInstructionHandler' in project 'CwlPreconditionTesting' (no dependencies)
Target 'InstaGallery' in project 'InstaGallery'
➜ Explicit dependency on target 'InstaGallery' in project 'InstaGallery'
➜ Explicit dependency on target 'InstaGallery_InstaGallery' in project 'InstaGallery'
Target 'InstaGallery' in project 'InstaGallery'
➜ Explicit dependency on target 'InstaGallery_InstaGallery' in project 'InstaGallery'
Target 'InstaGallery_InstaGallery' in project 'InstaGallery' (no dependencies)
GatherProvisioningInputs
CreateBuildDescription
ClangStatCache /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang-stat-cache /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.1.sdk /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/macosx15.1-24B75-44d23fded74b714c58e69ec4af40d824.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/MacOSX.platform/Developer/SDKs/MacOSX15.1.sdk -o /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/macosx15.1-24B75-44d23fded74b714c58e69ec4af40d824.sdkstatcache
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/InstaGallery_InstaGallery.build/AuthController-PartialInfo.plist --auto-activate-custom-fonts --target-device mac --minimum-deployment-target 10.13 --output-format human-readable-text --compile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/InstaGallery_InstaGallery.bundle/Contents/Resources/AuthController.nib /Users/admin/builder/spi-builder-workspace/Sources/InstaGallery/UI/Controllers/Authorization/Controller/AuthController.xib
/* com.apple.ibtool.document.errors */
/Users/admin/builder/spi-builder-workspace/Sources/InstaGallery/UI/Controllers/Authorization/Controller/AuthController.xib:xgB-cT-hWD: error: WKWebView before iOS 11.0 (NSCoding support was broken in previous versions) [6]
/* com.apple.ibtool.errors */
/Users/admin/builder/spi-builder-workspace/Sources/InstaGallery/UI/Controllers/Authorization/Controller/AuthController.xib: error: iOS xibs do not support target device type "mac".
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/InstaGallery_InstaGallery.build/GalleryController-PartialInfo.plist --auto-activate-custom-fonts --target-device mac --minimum-deployment-target 10.13 --output-format human-readable-text --compile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/InstaGallery_InstaGallery.bundle/Contents/Resources/GalleryController.nib /Users/admin/builder/spi-builder-workspace/Sources/InstaGallery/UI/Controllers/Gallery/Controller/GalleryController.xib
CompileXIB /Users/admin/builder/spi-builder-workspace/Sources/InstaGallery/UI/Controllers/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/InstaGallery_InstaGallery.build/GalleryCell-PartialInfo.plist --auto-activate-custom-fonts --target-device mac --minimum-deployment-target 10.13 --output-format human-readable-text --compile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/InstaGallery_InstaGallery.bundle/Contents/Resources/GalleryCell.nib /Users/admin/builder/spi-builder-workspace/Sources/InstaGallery/UI/Controllers/Gallery/Controller/Gallery\ Cell/GalleryCell.xib
--- xcodebuild: WARNING: Using the first of multiple matching destinations:
{ platform:macOS, arch:arm64, id:0000FE00-8C151E3703BE51BE, name:My Mac }
{ platform:macOS, arch:arm64, variant:Mac Catalyst, id:0000FE00-8C151E3703BE51BE, name:My Mac }
{ platform:macOS, arch:arm64, variant:DriverKit, id:0000FE00-8C151E3703BE51BE, name:My Mac }
{ platform:macOS, arch:arm64, variant:Designed for [iPad,iPhone], id:0000FE00-8C151E3703BE51BE, name:My Mac }
** BUILD FAILED **
The following build commands failed:
CompileXIB /Users/admin/builder/spi-builder-workspace/Sources/InstaGallery/UI/Controllers/Authorization/Controller/AuthController.xib (in target 'InstaGallery_InstaGallery' from project 'InstaGallery')
Building workspace spi-builder-workspace with scheme InstaGallery
(2 failures)
BUILD FAILURE 6.0 macosXcodebuild