The Swift Package Index logo.Swift Package Index

Build Information

Failed to build InstaGallery with Swift 5.9 for watchOS using Xcode 15.2 at master.

Build Command

env DEVELOPER_DIR="/Applications/Xcode-15.0.0-Beta.app" xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride="$PWD/.dependencies" -derivedDataPath "$PWD/.derivedData" build -scheme InstaGallery -destination "generic/platform=watchos"

Build Log

========================================
RunAll
========================================
Builder version: 4.19.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/manucodin/InstaGallery.git
Reference: master
Initialized empty Git repository in /Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-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 into spi-builder-workspace
9c9b5ae6f7dfcb68815dd574aa7adf2a8b8c76d1
SUCCESS checkout https://github.com/manucodin/InstaGallery.git at master
========================================
Build
========================================
Selected platform:         watchos
Swift version:             5.9
Building package at path:  spi-builder-workspace
Command line invocation:
/Applications/Xcode-15.0.0-Beta.app/Contents/Developer/usr/bin/xcodebuild -IDEClonedSourcePackagesDirPathOverride=/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies -resolvePackageDependencies

User defaults from command line:
    IDEClonedSourcePackagesDirPathOverride = /Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies
    IDEPackageSupportUseBuiltinSCM = YES
Resolve Package Graph

Fetching from https://github.com/mattgallagher/CwlCatchException.git (cached)

Fetching from https://github.com/mattgallagher/CwlPreconditionTesting.git (cached)

Fetching from https://github.com/Quick/Nimble.git (cached)

Creating working copy of package ‘Nimble’

Checking out 9.2.1 of package ‘Nimble’

Creating working copy of package ‘CwlCatchException’

Checking out 2.1.1 of package ‘CwlCatchException’

Creating working copy of package ‘CwlPreconditionTesting’

Checking out 2.1.0 of package ‘CwlPreconditionTesting’

Resolve Package Graph


Resolved source packages:
  CwlPreconditionTesting: https://github.com/mattgallagher/CwlPreconditionTesting.git @ 2.1.0
  Nimble: https://github.com/Quick/Nimble.git @ 9.2.1
  CwlCatchException: https://github.com/mattgallagher/CwlCatchException.git @ 2.1.1
  InstaGallery: /Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace

resolved source packages: CwlPreconditionTesting, Nimble, CwlCatchException, InstaGallery
{
  "workspace" : {
    "name" : "spi-builder-workspace",
    "schemes" : [
      "InstaGallery"
    ]
  }
}
Running build ...
env DEVELOPER_DIR="/Applications/Xcode-15.0.0-Beta.app" xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride="$PWD/.dependencies" -derivedDataPath "$PWD/.derivedData" build -scheme InstaGallery -destination "generic/platform=watchos"
Building ... (attempt 1)
Command line invocation:
    /Applications/Xcode-15.0.0-Beta.app/Contents/Developer/usr/bin/xcodebuild -IDEClonedSourcePackagesDirPathOverride=/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies -derivedDataPath /Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData build -scheme InstaGallery -destination generic/platform=watchos

User defaults from command line:
    IDEClonedSourcePackagesDirPathOverride = /Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies
    IDEDerivedDataPathOverride = /Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData
    IDEPackageSupportUseBuiltinSCM = YES
Resolve Package Graph


Resolved source packages:
  InstaGallery: /Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace
  CwlCatchException: https://github.com/mattgallagher/CwlCatchException.git @ 2.1.1
  CwlPreconditionTesting: https://github.com/mattgallagher/CwlPreconditionTesting.git @ 2.1.0
  Nimble: https://github.com/Quick/Nimble.git @ 9.2.1
Prepare packages

Computing target dependency graph and provisioning inputs

Create build description
Build description signature: 10888f44967801b69fd42455ac60a19c
Build description path: /Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCBuildData/10888f44967801b69fd42455ac60a19c.xcbuilddata

note: Building targets in dependency order
note: Target dependency graph (6 targets)
    Target 'InstaGalleryTests' in project 'InstaGallery'
        ➜ Explicit dependency on target 'InstaGallery' in project 'InstaGallery'
        ➜ Explicit dependency on target 'Nimble' in project 'Nimble'
    Target 'Nimble' in project 'Nimble'
        ➜ Explicit dependency on target 'Nimble' in project 'Nimble'
    Target 'Nimble' in project 'Nimble' (no dependencies)
    Target 'InstaGallery' in project 'InstaGallery'
        ➜ Explicit dependency on target 'InstaGallery' in project 'InstaGallery'
        ➜ Explicit dependency on target 'InstaGallery_InstaGallery' in project 'InstaGallery'
    Target 'InstaGallery' in project 'InstaGallery'
        ➜ Explicit dependency on target 'InstaGallery_InstaGallery' in project 'InstaGallery'
    Target 'InstaGallery_InstaGallery' in project 'InstaGallery' (no dependencies)
ClangStatCache /Applications/Xcode-15.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang-stat-cache /Applications/Xcode-15.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.0.sdk /Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos10.0-21R5275s-8db995917c4b1d9e1a16e7199e9e13bb.sdkstatcache
    cd /Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.swiftpm/xcode
    /Applications/Xcode-15.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang-stat-cache /Applications/Xcode-15.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.0.sdk -o /Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos10.0-21R5275s-8db995917c4b1d9e1a16e7199e9e13bb.sdkstatcache

CreateBuildDirectory /Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Products
    cd /Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.swiftpm/xcode
    builtin-create-build-directory /Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Products

CreateBuildDirectory /Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex
    cd /Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.swiftpm/xcode
    builtin-create-build-directory /Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex

CreateBuildDirectory /Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos
    cd /Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.swiftpm/xcode
    builtin-create-build-directory /Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos

CreateBuildDirectory /Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-watchos
    cd /Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.swiftpm/xcode
    builtin-create-build-directory /Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-watchos

CreateBuildDirectory /Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/PackageFrameworks
    cd /Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.swiftpm/xcode
    builtin-create-build-directory /Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/PackageFrameworks
MkDir /Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/InstaGalleryTests.xctest (in target 'InstaGalleryTests' from project 'InstaGallery')
    cd /Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace
    /bin/mkdir -p /Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/InstaGalleryTests.xctest

MkDir /Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/InstaGallery_InstaGallery.bundle (in target 'InstaGallery_InstaGallery' from project 'InstaGallery')
    cd /Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace
    /bin/mkdir -p /Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/InstaGallery_InstaGallery.bundle

WriteAuxiliaryFile /Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Nimble.build/Debug-watchos/Nimble.build/Nimble.modulemap (in target 'Nimble' from project 'Nimble')
    cd /Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/checkouts/Nimble
    write-file /Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Nimble.build/Debug-watchos/Nimble.build/Nimble.modulemap
WriteAuxiliaryFile /Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/InstaGallery.build/Debug-watchos/InstaGallery.build/InstaGallery.modulemap (in target 'InstaGallery' from project 'InstaGallery')
    cd /Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace
    write-file /Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/InstaGallery.build/Debug-watchos/InstaGallery.build/InstaGallery.modulemap
Copy /Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-watchos/Nimble.modulemap /Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Nimble.build/Debug-watchos/Nimble.build/Nimble.modulemap (in target 'Nimble' from project 'Nimble')
    cd /Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/checkouts/Nimble
    builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks /Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Nimble.build/Debug-watchos/Nimble.build/Nimble.modulemap /Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-watchos

WriteAuxiliaryFile /Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/InstaGallery.build/Debug-watchos/InstaGallery_InstaGallery.build/empty-InstaGallery_InstaGallery.plist (in target 'InstaGallery_InstaGallery' from project 'InstaGallery')
    cd /Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace
    write-file /Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/InstaGallery.build/Debug-watchos/InstaGallery_InstaGallery.build/empty-InstaGallery_InstaGallery.plist
Copy /Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-watchos/InstaGallery.modulemap /Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/InstaGallery.build/Debug-watchos/InstaGallery.build/InstaGallery.modulemap (in target 'InstaGallery' from project 'InstaGallery')
    cd /Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace
    builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks /Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/InstaGallery.build/Debug-watchos/InstaGallery.build/InstaGallery.modulemap /Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-watchos

CompileXIB /Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/InstaGallery/UI/Controllers/Gallery/Controller/GalleryController.xib (in target 'InstaGallery_InstaGallery' from project 'InstaGallery')
    cd /Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace
    /Applications/Xcode-15.0.0-Beta.app/Contents/Developer/usr/bin/ibtool --errors --warnings --notices --module InstaGallery_InstaGallery --output-partial-info-plist /Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/InstaGallery.build/Debug-watchos/InstaGallery_InstaGallery.build/GalleryController-PartialInfo.plist --auto-activate-custom-fonts --target-device watch --minimum-deployment-target 6.0 --output-format human-readable-text --compile /Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/InstaGallery_InstaGallery.bundle/GalleryController.nib /Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/InstaGallery/UI/Controllers/Gallery/Controller/GalleryController.xib

CompileXIB /Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/InstaGallery/UI/Controllers/Gallery/Controller/Gallery\ Cell/GalleryCell.xib (in target 'InstaGallery_InstaGallery' from project 'InstaGallery')
    cd /Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace
    /Applications/Xcode-15.0.0-Beta.app/Contents/Developer/usr/bin/ibtool --errors --warnings --notices --module InstaGallery_InstaGallery --output-partial-info-plist /Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/InstaGallery.build/Debug-watchos/InstaGallery_InstaGallery.build/GalleryCell-PartialInfo.plist --auto-activate-custom-fonts --target-device watch --minimum-deployment-target 6.0 --output-format human-readable-text --compile /Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/InstaGallery_InstaGallery.bundle/GalleryCell.nib /Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/InstaGallery/UI/Controllers/Gallery/Controller/Gallery\ Cell/GalleryCell.xib
/* com.apple.ibtool.document.errors */
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/InstaGallery/UI/Controllers/Gallery/Controller/Gallery Cell/GalleryCell.xib:global: error: Compiling IB documents for earlier than iOS 7 is no longer supported. [12]
/* com.apple.ibtool.errors */
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/InstaGallery/UI/Controllers/Gallery/Controller/Gallery Cell/GalleryCell.xib: error: iOS xibs do not support target device type "watch".

CompileXIB /Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/InstaGallery/UI/Controllers/Authorization/Controller/AuthController.xib (in target 'InstaGallery_InstaGallery' from project 'InstaGallery')
    cd /Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace
    /Applications/Xcode-15.0.0-Beta.app/Contents/Developer/usr/bin/ibtool --errors --warnings --notices --module InstaGallery_InstaGallery --output-partial-info-plist /Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/InstaGallery.build/Debug-watchos/InstaGallery_InstaGallery.build/AuthController-PartialInfo.plist --auto-activate-custom-fonts --target-device watch --minimum-deployment-target 6.0 --output-format human-readable-text --compile /Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/InstaGallery_InstaGallery.bundle/AuthController.nib /Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/InstaGallery/UI/Controllers/Authorization/Controller/AuthController.xib
WriteAuxiliaryFile /Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Nimble.build/Debug-watchos/Nimble.build/Objects-normal/armv7k/Nimble.LinkFileList (in target 'Nimble' from project 'Nimble')
    cd /Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/checkouts/Nimble
    write-file /Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Nimble.build/Debug-watchos/Nimble.build/Objects-normal/armv7k/Nimble.LinkFileList

WriteAuxiliaryFile /Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Nimble.build/Debug-watchos/Nimble.build/Objects-normal/arm64_32/Nimble.LinkFileList (in target 'Nimble' from project 'Nimble')
    cd /Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/checkouts/Nimble
    write-file /Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Nimble.build/Debug-watchos/Nimble.build/Objects-normal/arm64_32/Nimble.LinkFileList

WriteAuxiliaryFile /Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Nimble.build/Debug-watchos/Nimble.build/Objects-normal/arm64/Nimble.LinkFileList (in target 'Nimble' from project 'Nimble')
    cd /Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/checkouts/Nimble
    write-file /Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Nimble.build/Debug-watchos/Nimble.build/Objects-normal/arm64/Nimble.LinkFileList
WriteAuxiliaryFile /Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Nimble.build/Debug-watchos/Nimble.build/Objects-normal/armv7k/Nimble_const_extract_protocols.json (in target 'Nimble' from project 'Nimble')
    cd /Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/checkouts/Nimble
    write-file /Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Nimble.build/Debug-watchos/Nimble.build/Objects-normal/armv7k/Nimble_const_extract_protocols.json
WriteAuxiliaryFile /Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Nimble.build/Debug-watchos/Nimble.build/Objects-normal/armv7k/Nimble.SwiftFileList (in target 'Nimble' from project 'Nimble')
    cd /Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/checkouts/Nimble
    write-file /Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Nimble.build/Debug-watchos/Nimble.build/Objects-normal/armv7k/Nimble.SwiftFileList
WriteAuxiliaryFile /Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Nimble.build/Debug-watchos/Nimble.build/Objects-normal/armv7k/Nimble-OutputFileMap.json (in target 'Nimble' from project 'Nimble')
    cd /Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/checkouts/Nimble
    write-file /Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Nimble.build/Debug-watchos/Nimble.build/Objects-normal/armv7k/Nimble-OutputFileMap.json

WriteAuxiliaryFile /Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Nimble.build/Debug-watchos/Nimble.build/Objects-normal/arm64_32/Nimble_const_extract_protocols.json (in target 'Nimble' from project 'Nimble')
    cd /Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/checkouts/Nimble
    write-file /Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Nimble.build/Debug-watchos/Nimble.build/Objects-normal/arm64_32/Nimble_const_extract_protocols.json

WriteAuxiliaryFile /Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Nimble.build/Debug-watchos/Nimble.build/Objects-normal/arm64_32/Nimble.SwiftFileList (in target 'Nimble' from project 'Nimble')
    cd /Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/checkouts/Nimble
    write-file /Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Nimble.build/Debug-watchos/Nimble.build/Objects-normal/arm64_32/Nimble.SwiftFileList

WriteAuxiliaryFile /Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Nimble.build/Debug-watchos/Nimble.build/Objects-normal/arm64_32/Nimble-OutputFileMap.json (in target 'Nimble' from project 'Nimble')
    cd /Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/checkouts/Nimble
    write-file /Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Nimble.build/Debug-watchos/Nimble.build/Objects-normal/arm64_32/Nimble-OutputFileMap.json

WriteAuxiliaryFile /Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Nimble.build/Debug-watchos/Nimble.build/Objects-normal/arm64/Nimble_const_extract_protocols.json (in target 'Nimble' from project 'Nimble')
    cd /Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/checkouts/Nimble
    write-file /Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Nimble.build/Debug-watchos/Nimble.build/Objects-normal/arm64/Nimble_const_extract_protocols.json

WriteAuxiliaryFile /Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Nimble.build/Debug-watchos/Nimble.build/Objects-normal/arm64/Nimble.SwiftFileList (in target 'Nimble' from project 'Nimble')
    cd /Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/checkouts/Nimble
    write-file /Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Nimble.build/Debug-watchos/Nimble.build/Objects-normal/arm64/Nimble.SwiftFileList

WriteAuxiliaryFile /Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Nimble.build/Debug-watchos/Nimble.build/Objects-normal/arm64/Nimble-OutputFileMap.json (in target 'Nimble' from project 'Nimble')
    cd /Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/checkouts/Nimble
    write-file /Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Nimble.build/Debug-watchos/Nimble.build/Objects-normal/arm64/Nimble-OutputFileMap.json

WriteAuxiliaryFile /Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/InstaGallery.build/Debug-watchos/InstaGallery.build/Objects-normal/armv7k/InstaGallery_const_extract_protocols.json (in target 'InstaGallery' from project 'InstaGallery')
    cd /Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace
    write-file /Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/InstaGallery.build/Debug-watchos/InstaGallery.build/Objects-normal/armv7k/InstaGallery_const_extract_protocols.json

WriteAuxiliaryFile /Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/InstaGallery.build/Debug-watchos/InstaGallery.build/Objects-normal/armv7k/InstaGallery.SwiftFileList (in target 'InstaGallery' from project 'InstaGallery')
    cd /Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace
    write-file /Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/InstaGallery.build/Debug-watchos/InstaGallery.build/Objects-normal/armv7k/InstaGallery.SwiftFileList

WriteAuxiliaryFile /Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/InstaGallery.build/Debug-watchos/InstaGallery.build/Objects-normal/armv7k/InstaGallery-OutputFileMap.json (in target 'InstaGallery' from project 'InstaGallery')
    cd /Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace
    write-file /Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/InstaGallery.build/Debug-watchos/InstaGallery.build/Objects-normal/armv7k/InstaGallery-OutputFileMap.json

WriteAuxiliaryFile /Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/InstaGallery.build/Debug-watchos/InstaGallery.build/Objects-normal/arm64_32/InstaGallery_const_extract_protocols.json (in target 'InstaGallery' from project 'InstaGallery')
    cd /Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace
    write-file /Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/InstaGallery.build/Debug-watchos/InstaGallery.build/Objects-normal/arm64_32/InstaGallery_const_extract_protocols.json

WriteAuxiliaryFile /Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/InstaGallery.build/Debug-watchos/InstaGallery.build/Objects-normal/arm64_32/InstaGallery.SwiftFileList (in target 'InstaGallery' from project 'InstaGallery')
    cd /Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace
    write-file /Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/InstaGallery.build/Debug-watchos/InstaGallery.build/Objects-normal/arm64_32/InstaGallery.SwiftFileList

WriteAuxiliaryFile /Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/InstaGallery.build/Debug-watchos/InstaGallery.build/Objects-normal/arm64_32/InstaGallery-OutputFileMap.json (in target 'InstaGallery' from project 'InstaGallery')
    cd /Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace
    write-file /Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/InstaGallery.build/Debug-watchos/InstaGallery.build/Objects-normal/arm64_32/InstaGallery-OutputFileMap.json

WriteAuxiliaryFile /Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/InstaGallery.build/Debug-watchos/InstaGallery.build/Objects-normal/arm64/InstaGallery_const_extract_protocols.json (in target 'InstaGallery' from project 'InstaGallery')
    cd /Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace
    write-file /Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/InstaGallery.build/Debug-watchos/InstaGallery.build/Objects-normal/arm64/InstaGallery_const_extract_protocols.json

WriteAuxiliaryFile /Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/InstaGallery.build/Debug-watchos/InstaGallery.build/Objects-normal/arm64/InstaGallery.SwiftFileList (in target 'InstaGallery' from project 'InstaGallery')
    cd /Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace
    write-file /Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/InstaGallery.build/Debug-watchos/InstaGallery.build/Objects-normal/arm64/InstaGallery.SwiftFileList

WriteAuxiliaryFile /Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/InstaGallery.build/Debug-watchos/InstaGallery.build/Objects-normal/arm64/InstaGallery-OutputFileMap.json (in target 'InstaGallery' from project 'InstaGallery')
    cd /Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace
    write-file /Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/InstaGallery.build/Debug-watchos/InstaGallery.build/Objects-normal/arm64/InstaGallery-OutputFileMap.json

WriteAuxiliaryFile /Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/InstaGallery.build/Debug-watchos/InstaGallery.build/DerivedSources/resource_bundle_accessor.swift (in target 'InstaGallery' from project 'InstaGallery')
    cd /Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace
    write-file /Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/InstaGallery.build/Debug-watchos/InstaGallery.build/DerivedSources/resource_bundle_accessor.swift
Resolve Package Graph
** BUILD FAILED **


The following build commands failed:
	CompileXIB /Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/InstaGallery/UI/Controllers/Gallery/Controller/Gallery\ Cell/GalleryCell.xib (in target 'InstaGallery_InstaGallery' from project 'InstaGallery')
(1 failure)
Retrying in 0 seconds ...
Building ... (attempt 2)
Command line invocation:
    /Applications/Xcode-15.0.0-Beta.app/Contents/Developer/usr/bin/xcodebuild -IDEClonedSourcePackagesDirPathOverride=/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies -derivedDataPath /Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData build -scheme InstaGallery -destination generic/platform=watchos

User defaults from command line:
    IDEClonedSourcePackagesDirPathOverride = /Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies
    IDEDerivedDataPathOverride = /Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData
    IDEPackageSupportUseBuiltinSCM = YES
Resolve Package Graph


Resolved source packages:
  CwlPreconditionTesting: https://github.com/mattgallagher/CwlPreconditionTesting.git @ 2.1.0
  InstaGallery: /Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace
  Nimble: https://github.com/Quick/Nimble.git @ 9.2.1
  CwlCatchException: https://github.com/mattgallagher/CwlCatchException.git @ 2.1.1
Prepare packages

Computing target dependency graph and provisioning inputs

Create build description

note: Building targets in dependency order
note: Target dependency graph (6 targets)
    Target 'InstaGalleryTests' in project 'InstaGallery'
        ➜ Explicit dependency on target 'InstaGallery' in project 'InstaGallery'
        ➜ Explicit dependency on target 'Nimble' in project 'Nimble'
    Target 'Nimble' in project 'Nimble'
        ➜ Explicit dependency on target 'Nimble' in project 'Nimble'
    Target 'Nimble' in project 'Nimble' (no dependencies)
    Target 'InstaGallery' in project 'InstaGallery'
        ➜ Explicit dependency on target 'InstaGallery' in project 'InstaGallery'
        ➜ Explicit dependency on target 'InstaGallery_InstaGallery' in project 'InstaGallery'
    Target 'InstaGallery' in project 'InstaGallery'
        ➜ Explicit dependency on target 'InstaGallery_InstaGallery' in project 'InstaGallery'
    Target 'InstaGallery_InstaGallery' in project 'InstaGallery' (no dependencies)
ClangStatCache /Applications/Xcode-15.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang-stat-cache /Applications/Xcode-15.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.0.sdk /Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos10.0-21R5275s-8db995917c4b1d9e1a16e7199e9e13bb.sdkstatcache
    cd /Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.swiftpm/xcode
    /Applications/Xcode-15.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang-stat-cache /Applications/Xcode-15.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.0.sdk -o /Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos10.0-21R5275s-8db995917c4b1d9e1a16e7199e9e13bb.sdkstatcache

CompileXIB /Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/InstaGallery/UI/Controllers/Gallery/Controller/GalleryController.xib (in target 'InstaGallery_InstaGallery' from project 'InstaGallery')
    cd /Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace
    /Applications/Xcode-15.0.0-Beta.app/Contents/Developer/usr/bin/ibtool --errors --warnings --notices --module InstaGallery_InstaGallery --output-partial-info-plist /Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/InstaGallery.build/Debug-watchos/InstaGallery_InstaGallery.build/GalleryController-PartialInfo.plist --auto-activate-custom-fonts --target-device watch --minimum-deployment-target 6.0 --output-format human-readable-text --compile /Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/InstaGallery_InstaGallery.bundle/GalleryController.nib /Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/InstaGallery/UI/Controllers/Gallery/Controller/GalleryController.xib
/* com.apple.ibtool.document.errors */
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/InstaGallery/UI/Controllers/Gallery/Controller/GalleryController.xib:global: error: Compiling IB documents for earlier than iOS 7 is no longer supported. [12]
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/InstaGallery/UI/Controllers/Gallery/Controller/GalleryController.xib:qHj-Zj-5Kk: error: Safe Area Layout Guide before iOS 9.0 [12]
/* com.apple.ibtool.errors */
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/InstaGallery/UI/Controllers/Gallery/Controller/GalleryController.xib: error: iOS xibs do not support target device type "watch".

CompileXIB /Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/InstaGallery/UI/Controllers/Authorization/Controller/AuthController.xib (in target 'InstaGallery_InstaGallery' from project 'InstaGallery')
    cd /Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace
    /Applications/Xcode-15.0.0-Beta.app/Contents/Developer/usr/bin/ibtool --errors --warnings --notices --module InstaGallery_InstaGallery --output-partial-info-plist /Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/InstaGallery.build/Debug-watchos/InstaGallery_InstaGallery.build/AuthController-PartialInfo.plist --auto-activate-custom-fonts --target-device watch --minimum-deployment-target 6.0 --output-format human-readable-text --compile /Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/InstaGallery_InstaGallery.bundle/AuthController.nib /Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/InstaGallery/UI/Controllers/Authorization/Controller/AuthController.xib

CompileXIB /Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/InstaGallery/UI/Controllers/Gallery/Controller/Gallery\ Cell/GalleryCell.xib (in target 'InstaGallery_InstaGallery' from project 'InstaGallery')
    cd /Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace
    /Applications/Xcode-15.0.0-Beta.app/Contents/Developer/usr/bin/ibtool --errors --warnings --notices --module InstaGallery_InstaGallery --output-partial-info-plist /Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/InstaGallery.build/Debug-watchos/InstaGallery_InstaGallery.build/GalleryCell-PartialInfo.plist --auto-activate-custom-fonts --target-device watch --minimum-deployment-target 6.0 --output-format human-readable-text --compile /Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/InstaGallery_InstaGallery.bundle/GalleryCell.nib /Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/InstaGallery/UI/Controllers/Gallery/Controller/Gallery\ Cell/GalleryCell.xib

** BUILD FAILED **


The following build commands failed:
	CompileXIB /Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/InstaGallery/UI/Controllers/Gallery/Controller/GalleryController.xib (in target 'InstaGallery_InstaGallery' from project 'InstaGallery')
(1 failure)
Retrying in 0 seconds ...
BUILD FAILURE 5.9 watchos