The Swift Package Index logo.Swift Package Index

Build Information

Failed to build xcinfo, reference master (d8c566), with Swift 6.1 for macOS (SPM) on 5 Feb 2026 13:19:49 UTC.

Build Command

env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun swift build --arch arm64

Build Log

========================================
RunAll
========================================
Builder version: 4.68.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/XcodeReleasesOrg/xcinfo.git
Reference: master
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/XcodeReleasesOrg/xcinfo
 * branch            master     -> FETCH_HEAD
 * [new branch]      master     -> origin/master
HEAD is now at d8c566b Uses unxip 3.0 as default extraction tool
Cloned https://github.com/XcodeReleasesOrg/xcinfo.git
Revision (git rev-parse @):
d8c566be7204afdc4dbc734f58a206b5e342426d
SUCCESS checkout https://github.com/XcodeReleasesOrg/xcinfo.git at master
========================================
Build
========================================
Selected platform:         macosSpm
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.3",
            "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" : "swift-custom-dump",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.1.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/pointfreeco/swift-custom-dump"
    },
    {
      "identity" : "unxip",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "3.0.0",
            "upper_bound" : "4.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/saagarjha/unxip"
    }
  ],
  "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" : [
        "libunxip",
        "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",
        "URL+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"
}
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures
Fetching https://github.com/xcodereleases/data.git
[1/996] Fetching data
Fetched https://github.com/xcodereleases/data.git from cache (1.04s)
error: could not find a branch named ‘master’ in https://github.com/xcodereleases/data.git (did you mean ‘main’?)
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun swift build --arch arm64
Updating https://github.com/xcodereleases/data.git
Updated https://github.com/xcodereleases/data.git (0.44s)
error: could not find a branch named ‘master’ in https://github.com/xcodereleases/data.git (did you mean ‘main’?)
BUILD FAILURE 6.1 macosSpm