Build Information
Failed to build xcinfo, reference master (d8c566), with Swift 6.1 for visionOS using Xcode 16.3 on 5 Feb 2026 07:48:19 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: 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: visionOS
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"
}
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’?)
Resolved source packages:
spi-builder-workspace: (null)
2026-02-04 23:48:18.101 xcodebuild[550:3155] Writing error result bundle to /var/folders/5k/5yc19ymj0jqd5v0zvgfqz0xw0000gn/T/ResultBundle_2026-04-02_23-48-0018.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:19.407 xcodebuild[720:3992] Writing error result bundle to /var/folders/5k/5yc19ymj0jqd5v0zvgfqz0xw0000gn/T/ResultBundle_2026-04-02_23-48-0019.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 visionOS