Build Information
Failed to build swift-package-info with Swift 5.9 for watchOS using Xcode 15.2.
Build Command
Build command unavailable
Build Log
========================================
RunAll
========================================
Builder version: 4.60.1
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 7b4b1f1 Merge pull request #56 from marinofelipe/avoid_similar_issues
Cloned https://github.com/marinofelipe/swift-package-info.git
Revision (git rev-parse @):
7b4b1f197f1b222e6e2ca458ca1717ba9d35ff89
SUCCESS checkout https://github.com/marinofelipe/swift-package-info.git at main
========================================
Build
========================================
Selected platform: watchOS
Swift version: 5.9
Building package at path: $PWD
https://github.com/marinofelipe/swift-package-info.git
Command line invocation:
/Applications/Xcode-15.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-15.2.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme MeasurementApp -destination generic/platform=watchOS
Command line invocation:
/Applications/Xcode-15.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=watchOS
User defaults from command line:
IDEClonedSourcePackagesDirPathOverride = /Users/admin/builder/spi-builder-workspace/.dependencies
IDEDerivedDataPathOverride = /Users/admin/builder/spi-builder-workspace/.derivedData
IDEPackageSupportUseBuiltinSCM = YES
2025-03-19 00:08:30.765 xcodebuild[611:3485] Writing error result bundle to /var/folders/fs/0w3t9t1d28xc3bj0tgb8hcrw0000gn/T/ResultBundle_2025-19-03_00-08-0030.xcresult
xcodebuild: error: Unable to find a destination matching the provided destination specifier:
{ generic:1, platform:watchOS }
Available destinations for the "MeasurementApp" scheme:
{ platform:macOS, arch:arm64, variant:Designed for [iPad,iPhone], id:0000FE00-8C151E3703BE51BE }
{ 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:74C4D3E3-4A08-41C7-A557-BCB4D26F26AF, OS:1.0, name:Apple Vision Pro }
{ platform:iOS Simulator, id:688802DA-4E2C-47C5-AA04-0715DB36CC6E, OS:17.2, name:iPad (10th generation) }
{ platform:iOS Simulator, id:688802DA-4E2C-47C5-AA04-0715DB36CC6E, OS:17.2, name:iPad (10th generation) }
{ platform:iOS Simulator, id:23F62282-4872-49E8-A139-B186B2EA10AD, OS:17.2, name:iPad Air (5th generation) }
{ platform:iOS Simulator, id:23F62282-4872-49E8-A139-B186B2EA10AD, OS:17.2, name:iPad Air (5th generation) }
{ platform:iOS Simulator, id:DA6F6BB7-023D-4ACA-8AD7-5159AF669747, OS:17.2, name:iPad Pro (11-inch) (4th generation) }
{ platform:iOS Simulator, id:DA6F6BB7-023D-4ACA-8AD7-5159AF669747, OS:17.2, name:iPad Pro (11-inch) (4th generation) }
{ platform:iOS Simulator, id:7881A73E-62D3-4CF0-88F5-808A28C29974, OS:17.2, name:iPad Pro (12.9-inch) (6th generation) }
{ platform:iOS Simulator, id:7881A73E-62D3-4CF0-88F5-808A28C29974, OS:17.2, name:iPad Pro (12.9-inch) (6th generation) }
{ platform:iOS Simulator, id:9A6111B2-BBD3-4C3D-8322-F7FC6AAAF8DD, OS:17.2, name:iPad mini (6th generation) }
{ platform:iOS Simulator, id:9A6111B2-BBD3-4C3D-8322-F7FC6AAAF8DD, OS:17.2, name:iPad mini (6th generation) }
{ platform:iOS Simulator, id:41D5B3A6-03E0-48EE-9EB1-267124489799, OS:17.2, name:iPhone 15 }
{ platform:iOS Simulator, id:41D5B3A6-03E0-48EE-9EB1-267124489799, OS:17.2, name:iPhone 15 }
{ platform:iOS Simulator, id:0677D0D7-BA77-40D1-BDF3-66A7B9D47D81, OS:17.2, name:iPhone 15 Plus }
{ platform:iOS Simulator, id:0677D0D7-BA77-40D1-BDF3-66A7B9D47D81, OS:17.2, name:iPhone 15 Plus }
{ platform:iOS Simulator, id:3D5E44BF-19B6-4D79-9376-D74C977E9DB7, OS:17.2, name:iPhone 15 Pro }
{ platform:iOS Simulator, id:3D5E44BF-19B6-4D79-9376-D74C977E9DB7, OS:17.2, name:iPhone 15 Pro }
{ platform:iOS Simulator, id:3EC95C9F-AD59-4FE1-A8D8-B53A7F516A36, OS:17.2, name:iPhone 15 Pro Max }
{ platform:iOS Simulator, id:3EC95C9F-AD59-4FE1-A8D8-B53A7F516A36, OS:17.2, name:iPhone 15 Pro Max }
{ platform:iOS Simulator, id:5C33ED6C-CC5D-49AF-9D6B-5004974693B4, OS:17.2, name:iPhone SE (3rd generation) }
{ platform:iOS Simulator, id:5C33ED6C-CC5D-49AF-9D6B-5004974693B4, OS:17.2, name:iPhone SE (3rd generation) }
INFRASTRUCTURE ERROR (status: destinationUnavailable