Build Information
Failed to build swift-package-info with Swift 6.0 for visionOS using Xcode 16.2.
Build Command
Build command unavailable
Build Log
========================================
RunAll
========================================
Builder version: 4.61.3
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/marinofelipe/swift-package-info.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/marinofelipe/swift-package-info
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
HEAD is now at 15cc859 Update version in code
Cloned https://github.com/marinofelipe/swift-package-info.git
Revision (git rev-parse @):
15cc8592bae32b3b3bcce3ac1187e49457c9bbeb
SUCCESS checkout https://github.com/marinofelipe/swift-package-info.git at main
========================================
Build
========================================
Selected platform: visionOS
Swift version: 6.0
Building package at path: $PWD
https://github.com/marinofelipe/swift-package-info.git
Command line invocation:
/Applications/Xcode-16.2.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
resolved source packages:
{
"dependencies" : [
{
"identity" : "swift-argument-parser",
"requirement" : {
"range" : [
{
"lower_bound" : "1.2.1",
"upper_bound" : "1.3.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-argument-parser"
},
{
"identity" : "xcodeproj",
"requirement" : {
"range" : [
{
"lower_bound" : "8.7.1",
"upper_bound" : "8.8.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/tuist/XcodeProj.git"
},
{
"identity" : "http_client",
"requirement" : {
"range" : [
{
"lower_bound" : "0.0.4",
"upper_bound" : "0.1.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/marinofelipe/http_client"
},
{
"identity" : "swift-package-manager",
"requirement" : {
"revision" : [
"swift-6.0.3-RELEASE"
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-package-manager"
}
],
"manifest_display_name" : "swift-package-info",
"name" : "swift-package-info",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "macos",
"version" : "13.0"
}
],
"products" : [
{
"name" : "swift-package-info",
"targets" : [
"Run"
],
"type" : {
"executable" : null
}
},
{
"name" : "SwiftPackageInfo",
"targets" : [
"SwiftPackageInfo"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"swift_languages_versions" : [
"4",
"5"
],
"targets" : [
{
"c99name" : "SwiftPackageInfoTests",
"module_type" : "SwiftTarget",
"name" : "SwiftPackageInfoTests",
"path" : "Tests/SwiftPackageInfoTests",
"sources" : [
"LibraryTests.swift"
],
"target_dependencies" : [
"SwiftPackageInfo",
"CoreTestSupport"
],
"type" : "test"
},
{
"c99name" : "SwiftPackageInfo",
"module_type" : "SwiftTarget",
"name" : "SwiftPackageInfo",
"path" : "Sources/SwiftPackageInfo",
"product_memberships" : [
"SwiftPackageInfo"
],
"sources" : [
"SwiftPackageInfoLibrary.swift"
],
"target_dependencies" : [
"App",
"Core"
],
"type" : "library"
},
{
"c99name" : "RunTests",
"module_type" : "SwiftTarget",
"name" : "RunTests",
"path" : "Tests/RunTests",
"sources" : [
"RunTests.swift"
],
"target_dependencies" : [
"Run"
],
"type" : "test"
},
{
"c99name" : "Run",
"module_type" : "SwiftTarget",
"name" : "Run",
"path" : "Sources/Run",
"product_dependencies" : [
"ArgumentParser"
],
"product_memberships" : [
"swift-package-info"
],
"sources" : [
"ExpressibleByArgument+Run.swift",
"Subcommands/BinarySize.swift",
"Subcommands/Dependencies.swift",
"Subcommands/FullAnalyzes.swift",
"Subcommands/Platforms.swift",
"SwiftPackageInfo.swift"
],
"target_dependencies" : [
"App",
"Reports",
"Core"
],
"type" : "executable"
},
{
"c99name" : "ReportsTests",
"module_type" : "SwiftTarget",
"name" : "ReportsTests",
"path" : "Tests/ReportsTests",
"sources" : [
"Generators/ConsoleReportGeneratorTests.swift",
"Generators/JSONDumpReportGeneratorTests.swift"
],
"target_dependencies" : [
"Reports",
"CoreTestSupport"
],
"type" : "test"
},
{
"c99name" : "Reports",
"module_type" : "SwiftTarget",
"name" : "Reports",
"path" : "Sources/Reports",
"product_memberships" : [
"swift-package-info"
],
"sources" : [
"Generators/ConsoleReportGenerator.swift",
"Generators/JSONDumpReportGenerator.swift",
"Generators/ReportGenerating.swift",
"Report.swift",
"ReportCell.swift",
"ReportFormat.swift",
"Reporting.swift"
],
"target_dependencies" : [
"Core"
],
"type" : "library"
},
{
"c99name" : "CoreTests",
"module_type" : "SwiftTarget",
"name" : "CoreTests",
"path" : "Tests/CoreTests",
"sources" : [
"Helpers/FileManager+CoreTests.swift",
"Models/PackageDefinitionTests.swift",
"Models/SizeOnDiskTests.swift",
"ProvidedInfoTests.swift",
"URLExtensionTests.swift"
],
"target_dependencies" : [
"Core",
"CoreTestSupport"
],
"type" : "test"
},
{
"c99name" : "CoreTestSupport",
"module_type" : "SwiftTarget",
"name" : "CoreTestSupport",
"path" : "Sources/CoreTestSupport",
"sources" : [
"Doubles/Fixtures/Fixture+ProvidedInfo.swift",
"Doubles/Fixtures/Fixture+SwiftPackage.swift",
"Doubles/Fixtures/Fixture.swift",
"Doubles/Mocks/ProgressAnimationMock.swift",
"Doubles/Mocks/TerminalControllerMock.swift",
"Extensions/XCTest+TestSupport.swift"
],
"target_dependencies" : [
"Core"
],
"type" : "library"
},
{
"c99name" : "Core",
"module_type" : "SwiftTarget",
"name" : "Core",
"path" : "Sources/Core",
"product_dependencies" : [
"SwiftPM"
],
"product_memberships" : [
"swift-package-info",
"SwiftPackageInfo"
],
"sources" : [
"Console.swift",
"Extensions/AbsolutePath+Core.swift",
"Extensions/Array+Core.swift",
"Extensions/JSONEncoder+Core.swift",
"Extensions/KeyPath+Core.swift",
"Extensions/Result+Core.swift",
"Extensions/URL+Core.swift",
"InfoProvider.swift",
"Models/PackageDefinition.swift",
"Models/PackageModel.swift",
"Models/ResurceState.swift",
"Models/SizeOnDisk.swift",
"PackageLoader.swift",
"Shell.swift"
],
"type" : "library"
},
{
"c99name" : "AppTests",
"module_type" : "SwiftTarget",
"name" : "AppTests",
"path" : "Tests/AppTests",
"sources" : [
"Fixtures/Fixture+PackageContent.swift",
"Providers/BinarySizeProvider/BinarySizeProviderErrorTests.swift",
"Providers/BinarySizeProvider/BinarySizeProviderTests.swift",
"Providers/DependenciesProvider/DependenciesProviderTests.swift",
"Providers/PlatformsProvider/PlatformsProviderTests.swift"
],
"target_dependencies" : [
"App",
"CoreTestSupport"
],
"type" : "test"
},
{
"c99name" : "App",
"module_type" : "SwiftTarget",
"name" : "App",
"path" : "Sources/App",
"product_dependencies" : [
"XcodeProj",
"CombineHTTPClient"
],
"product_memberships" : [
"swift-package-info",
"SwiftPackageInfo"
],
"sources" : [
"Providers/BinarySizeProvider/AppManager.swift",
"Providers/BinarySizeProvider/BinarySizeProvider.swift",
"Providers/BinarySizeProvider/SizeMeasurer.swift",
"Providers/DependenciesProvider/DependenciesProvider.swift",
"Providers/PlatformsProvider/PlatformsProvider.swift",
"Services/SwiftPackageService.swift",
"Services/SwiftPackageValidator.swift"
],
"target_dependencies" : [
"Core"
],
"type" : "library"
}
],
"tools_version" : "5.9"
}
{
"project" : {
"configurations" : [
"Debug",
"Release"
],
"name" : "MeasurementApp",
"schemes" : [
"MeasurementApp"
],
"targets" : [
"MeasurementApp"
]
}
}
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.2.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme MeasurementApp -destination generic/platform=xrOS
Command line invocation:
/Applications/Xcode-16.2.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 MeasurementApp -destination generic/platform=xrOS
User defaults from command line:
IDEClonedSourcePackagesDirPathOverride = /Users/admin/builder/spi-builder-workspace/.dependencies
IDEDerivedDataPathOverride = /Users/admin/builder/spi-builder-workspace/.derivedData
IDEPackageSupportUseBuiltinSCM = YES
2025-05-06 14:51:21.511 xcodebuild[602:3421] Writing error result bundle to /var/folders/5k/5yc19ymj0jqd5v0zvgfqz0xw0000gn/T/ResultBundle_2025-06-05_14-51-0021.xcresult
xcodebuild: error: Unable to find a destination matching the provided destination specifier:
{ generic:1, platform:xrOS }
Available destinations for the "MeasurementApp" scheme:
{ platform:macOS, arch:arm64, variant:Designed for [iPad,iPhone], id:25db2f9f3c00b5bd8fa9631a3d741414cdc06b4c, name:My Mac }
{ platform:iOS, id:dvtdevice-DVTiPhonePlaceholder-iphoneos:placeholder, name:Any iOS Device }
{ platform:iOS Simulator, id:dvtdevice-DVTiOSDeviceSimulatorPlaceholder-iphonesimulator:placeholder, name:Any iOS Simulator Device }
{ platform:visionOS Simulator, variant:Designed for [iPad,iPhone], id:A47009C3-A5F9-43E0-AB83-50D1123445FF, OS:2.3, name:Apple Vision Pro }
{ platform:iOS Simulator, id:76436B93-6F08-4C87-B885-B424838A33F2, OS:18.3.1, name:iPad (10th generation) }
{ platform:iOS Simulator, id:76436B93-6F08-4C87-B885-B424838A33F2, OS:18.3.1, name:iPad (10th generation) }
{ platform:iOS Simulator, id:480F6223-168A-4D04-B9AD-9A7A7DD3794C, OS:18.3.1, name:iPad (A16) }
{ platform:iOS Simulator, id:480F6223-168A-4D04-B9AD-9A7A7DD3794C, OS:18.3.1, name:iPad (A16) }
{ platform:iOS Simulator, id:CB510D30-AEAA-431C-B367-55BDB201AD64, OS:18.3.1, name:iPad Air 11-inch (M2) }
{ platform:iOS Simulator, id:CB510D30-AEAA-431C-B367-55BDB201AD64, OS:18.3.1, name:iPad Air 11-inch (M2) }
{ platform:iOS Simulator, id:B8768DBE-52AA-4F4B-88F1-5CDDF2C7BCC1, OS:18.3.1, name:iPad Air 11-inch (M3) }
{ platform:iOS Simulator, id:B8768DBE-52AA-4F4B-88F1-5CDDF2C7BCC1, OS:18.3.1, name:iPad Air 11-inch (M3) }
{ platform:iOS Simulator, id:BC978605-9CBB-45DF-9D63-1AF39A83A7A3, OS:18.3.1, name:iPad Air 13-inch (M2) }
{ platform:iOS Simulator, id:BC978605-9CBB-45DF-9D63-1AF39A83A7A3, OS:18.3.1, name:iPad Air 13-inch (M2) }
{ platform:iOS Simulator, id:58A3DAF4-CAB8-4DF2-BAF3-5275F342B6C3, OS:18.3.1, name:iPad Air 13-inch (M3) }
{ platform:iOS Simulator, id:58A3DAF4-CAB8-4DF2-BAF3-5275F342B6C3, OS:18.3.1, name:iPad Air 13-inch (M3) }
{ platform:iOS Simulator, id:75319040-9078-4BE5-96EE-E24EAD5685B6, OS:18.3.1, name:iPad Pro 11-inch (M4) }
{ platform:iOS Simulator, id:75319040-9078-4BE5-96EE-E24EAD5685B6, OS:18.3.1, name:iPad Pro 11-inch (M4) }
{ platform:iOS Simulator, id:C40A12D4-2784-4D3F-9A25-802DADAA9E30, OS:18.3.1, name:iPad Pro 13-inch (M4) }
{ platform:iOS Simulator, id:C40A12D4-2784-4D3F-9A25-802DADAA9E30, OS:18.3.1, name:iPad Pro 13-inch (M4) }
{ platform:iOS Simulator, id:F6F069B4-9FC6-4E56-B56D-0B3B3CEA9A68, OS:18.3.1, name:iPad mini (A17 Pro) }
{ platform:iOS Simulator, id:F6F069B4-9FC6-4E56-B56D-0B3B3CEA9A68, OS:18.3.1, name:iPad mini (A17 Pro) }
{ platform:iOS Simulator, id:D3125B1C-C605-4AB9-B073-5452743AB463, OS:18.3.1, name:iPhone 16 }
{ platform:iOS Simulator, id:D3125B1C-C605-4AB9-B073-5452743AB463, OS:18.3.1, name:iPhone 16 }
{ platform:iOS Simulator, id:31BE0FD2-CB6A-4603-B0AA-E5F11095F5AE, OS:18.3.1, name:iPhone 16 Plus }
{ platform:iOS Simulator, id:31BE0FD2-CB6A-4603-B0AA-E5F11095F5AE, OS:18.3.1, name:iPhone 16 Plus }
{ platform:iOS Simulator, id:3F70F745-FEF2-4BDA-8C2F-23A862D1DBD7, OS:18.3.1, name:iPhone 16 Pro }
{ platform:iOS Simulator, id:3F70F745-FEF2-4BDA-8C2F-23A862D1DBD7, OS:18.3.1, name:iPhone 16 Pro }
{ platform:iOS Simulator, id:CF3A649E-685B-456C-A1BA-D8FF3DA2AC95, OS:18.3.1, name:iPhone 16 Pro Max }
{ platform:iOS Simulator, id:CF3A649E-685B-456C-A1BA-D8FF3DA2AC95, OS:18.3.1, name:iPhone 16 Pro Max }
{ platform:iOS Simulator, id:832715B1-B3F4-4967-9063-0FB3E4548632, OS:18.3.1, name:iPhone 16e }
{ platform:iOS Simulator, id:832715B1-B3F4-4967-9063-0FB3E4548632, OS:18.3.1, name:iPhone 16e }
{ platform:iOS Simulator, id:6ECC8606-D7C2-48C9-A557-230425CEA9FA, OS:18.3.1, name:iPhone SE (3rd generation) }
{ platform:iOS Simulator, id:6ECC8606-D7C2-48C9-A557-230425CEA9FA, OS:18.3.1, name:iPhone SE (3rd generation) }
INFRASTRUCTURE ERROR (status: destinationUnavailable