The Swift Package Index logo.Swift Package Index

Build Information

Failed to build xcinfo, reference 1.0.3 (dd0752), with Swift 6.1 for watchOS using Xcode 16.3 on 5 Feb 2026 07:48:08 UTC.

Build Command

No build command. This typically means the build failed at an early stage where we determine the build command.

Build Log

========================================
RunAll
========================================
Builder version: 4.68.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/XcodeReleasesOrg/xcinfo.git
Reference: 1.0.3
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/XcodeReleasesOrg/xcinfo
 * tag               1.0.3      -> FETCH_HEAD
HEAD is now at dd07520 Fixes Xcode version matching
Cloned https://github.com/XcodeReleasesOrg/xcinfo.git
Revision (git rev-parse @):
dd07520f1c7b929812d27f76e236d7d190b4e4c8
SUCCESS checkout https://github.com/XcodeReleasesOrg/xcinfo.git at 1.0.3
========================================
Build
========================================
Selected platform:         watchOS
Swift version:             6.1
Building package at path:  $PWD
https://github.com/XcodeReleasesOrg/xcinfo.git
https://github.com/XcodeReleasesOrg/xcinfo.git
{
  "dependencies" : [
    {
      "identity" : "swift-argument-parser",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.2.2",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-argument-parser"
    },
    {
      "identity" : "rainbow",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "4.0.1",
            "upper_bound" : "5.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/onevcat/Rainbow"
    },
    {
      "identity" : "data",
      "requirement" : {
        "branch" : [
          "master"
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/xcodereleases/data.git"
    },
    {
      "identity" : "prompt",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.0.0",
            "upper_bound" : "1.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/getGuaka/Prompt.git"
    },
    {
      "identity" : "clispinner",
      "requirement" : {
        "branch" : [
          "main"
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/trispo/CLISpinner"
    },
    {
      "identity" : "swift-custom-dump",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.9.1",
            "upper_bound" : "1.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/pointfreeco/swift-custom-dump"
    }
  ],
  "manifest_display_name" : "xcinfo",
  "name" : "xcinfo",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "13.0"
    }
  ],
  "products" : [
    {
      "name" : "xcinfo",
      "targets" : [
        "xcinfo"
      ],
      "type" : {
        "executable" : null
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "xcinfoCoreTests",
      "module_type" : "SwiftTarget",
      "name" : "xcinfoCoreTests",
      "path" : "Tests/xcinfoCoreTests",
      "product_dependencies" : [
        "Prompt",
        "CustomDump"
      ],
      "sources" : [
        "XcodeTests.swift",
        "xcinfoCoreTests.swift"
      ],
      "target_dependencies" : [
        "xcinfoCore",
        "XCUnxip"
      ],
      "type" : "test"
    },
    {
      "c99name" : "xcinfoCore",
      "module_type" : "SwiftTarget",
      "name" : "xcinfoCore",
      "path" : "Sources/xcinfoCore",
      "product_dependencies" : [
        "CLISpinner",
        "XCModel"
      ],
      "product_memberships" : [
        "xcinfo"
      ],
      "sources" : [
        "AppleAuthenticator.swift",
        "Array+Extensions.swift",
        "Core.swift",
        "Credentials.swift",
        "Downloader.swift",
        "Environment.swift",
        "Extractor.swift",
        "FileDownload.swift",
        "InterruptionHandler.swift",
        "ProgressDisplay.swift",
        "Publisher+Extensions.swift",
        "Shell.swift",
        "Unxip.swift",
        "VersionParts.swift",
        "WindowSize.swift",
        "XCReleasesAPI.swift",
        "XcodeVersion.swift",
        "fail.swift"
      ],
      "target_dependencies" : [
        "OlympUs",
        "XCIFoundation",
        "XCUnxip"
      ],
      "type" : "library"
    },
    {
      "c99name" : "xcinfo",
      "module_type" : "SwiftTarget",
      "name" : "xcinfo",
      "path" : "Sources/xcinfo",
      "product_dependencies" : [
        "ArgumentParser",
        "Prompt",
        "Rainbow"
      ],
      "product_memberships" : [
        "xcinfo"
      ],
      "sources" : [
        "SubCommands/Cleanup.swift",
        "SubCommands/Download.swift",
        "SubCommands/Extract.swift",
        "SubCommands/Info.swift",
        "SubCommands/Install.swift",
        "SubCommands/Installed.swift",
        "SubCommands/List.swift",
        "SubCommands/Uninstall.swift",
        "XCInfo.swift",
        "installExtractedXcode.swift",
        "version.swift"
      ],
      "target_dependencies" : [
        "xcinfoCore",
        "XCIFoundation"
      ],
      "type" : "executable"
    },
    {
      "c99name" : "XCUnxip",
      "module_type" : "ClangTarget",
      "name" : "XCUnxip",
      "path" : "Sources/XCUnxip",
      "product_memberships" : [
        "xcinfo"
      ],
      "sources" : [
        "Unxip.m"
      ],
      "type" : "library"
    },
    {
      "c99name" : "XCIFoundation",
      "module_type" : "SwiftTarget",
      "name" : "XCIFoundation",
      "path" : "Sources/XCIFoundation",
      "product_dependencies" : [
        "Rainbow"
      ],
      "product_memberships" : [
        "xcinfo"
      ],
      "sources" : [
        "FileManager+Extensions.swift",
        "KeychainPasswordItem.swift",
        "Logger.swift",
        "String+Extensions.swift"
      ],
      "type" : "library"
    },
    {
      "c99name" : "OlympUs",
      "module_type" : "SwiftTarget",
      "name" : "OlympUs",
      "path" : "Sources/OlympUs",
      "product_dependencies" : [
        "Prompt"
      ],
      "product_memberships" : [
        "xcinfo"
      ],
      "sources" : [
        "OlympUs.swift"
      ],
      "target_dependencies" : [
        "XCIFoundation"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.7"
}
Command line invocation:
    /Applications/Xcode-16.3.0.app/Contents/Developer/usr/bin/xcodebuild -IDEClonedSourcePackagesDirPathOverride=/Users/admin/builder/spi-builder-workspace/.dependencies -resolvePackageDependencies
Resolve Package Graph
Fetching from https://github.com/xcodereleases/data.git
could not find a branch named ‘master’ in https://github.com/xcodereleases/data.git (did you mean ‘main’?)Resolve Package Graph
Updating from https://github.com/xcodereleases/data.git
could not find a branch named ‘master’ in https://github.com/xcodereleases/data.git (did you mean ‘main’?)Resolve Package Graph
Updating from https://github.com/xcodereleases/data.git
could not find a branch named ‘master’ in https://github.com/xcodereleases/data.git (did you mean ‘main’?)Resolve Package Graph
Updating from https://github.com/xcodereleases/data.git
could not find a branch named ‘master’ in https://github.com/xcodereleases/data.git (did you mean ‘main’?)
Resolved source packages:
  spi-builder-workspace: (null)
2026-02-04 23:48:06.793 xcodebuild[549:3167] Writing error result bundle to /var/folders/5k/5yc19ymj0jqd5v0zvgfqz0xw0000gn/T/ResultBundle_2026-04-02_23-48-0006.xcresult
xcodebuild: error: Could not resolve package dependencies:
  could not find a branch named ‘master’ in https://github.com/xcodereleases/data.git (did you mean ‘main’?)
Command line invocation:
    /Applications/Xcode-16.3.0.app/Contents/Developer/usr/bin/xcodebuild -IDEClonedSourcePackagesDirPathOverride=/Users/admin/builder/spi-builder-workspace/.dependencies -resolvePackageDependencies
Resolve Package Graph
Updating from https://github.com/xcodereleases/data.git
could not find a branch named ‘master’ in https://github.com/xcodereleases/data.git (did you mean ‘main’?)
Resolved source packages:
  spi-builder-workspace: (null)
2026-02-04 23:48:08.103 xcodebuild[750:4153] Writing error result bundle to /var/folders/5k/5yc19ymj0jqd5v0zvgfqz0xw0000gn/T/ResultBundle_2026-04-02_23-48-0008.xcresult
xcodebuild: error: Could not resolve package dependencies:
  could not find a branch named ‘master’ in https://github.com/xcodereleases/data.git (did you mean ‘main’?)
BUILD FAILURE 6.1 watchOS