Build Information
Failed to build SwiftPrettyPrint with Swift 6.1 for visionOS using Xcode 16.3.
Build Command
Build command unavailable
Build Log
========================================
RunAll
========================================
Builder version: 4.61.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/YusukeHosonuma/SwiftPrettyPrint.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/YusukeHosonuma/SwiftPrettyPrint
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
HEAD is now at 5bc8648 Merge pull request #195 from YusukeHosonuma/hotfix-infinity-loop
Cloned https://github.com/YusukeHosonuma/SwiftPrettyPrint.git
Revision (git rev-parse @):
5bc86489448197a543c5dd62beb6cbeffb6006fc
SUCCESS checkout https://github.com/YusukeHosonuma/SwiftPrettyPrint.git at main
========================================
Build
========================================
Selected platform: visionOS
Swift version: 6.1
Building package at path: $PWD
https://github.com/YusukeHosonuma/SwiftPrettyPrint.git
https://github.com/YusukeHosonuma/SwiftPrettyPrint.git
{
"dependencies" : [
{
"identity" : "swiftparamtest",
"requirement" : {
"range" : [
{
"lower_bound" : "2.2.1",
"upper_bound" : "3.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/YusukeHosonuma/SwiftParamTest.git"
},
{
"identity" : "curry",
"requirement" : {
"range" : [
{
"lower_bound" : "4.0.2",
"upper_bound" : "5.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/thoughtbot/Curry.git"
},
{
"identity" : "colorizeswift",
"requirement" : {
"range" : [
{
"lower_bound" : "1.5.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/mtynior/ColorizeSwift.git"
}
],
"manifest_display_name" : "SwiftPrettyPrint",
"name" : "SwiftPrettyPrint",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "ios",
"version" : "10.0"
},
{
"name" : "macos",
"version" : "10.12"
},
{
"name" : "watchos",
"version" : "3.0"
},
{
"name" : "tvos",
"version" : "10.0"
}
],
"products" : [
{
"name" : "SwiftPrettyPrint",
"targets" : [
"SwiftPrettyPrint"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "SwiftPrettyPrintTests",
"module_type" : "SwiftTarget",
"name" : "SwiftPrettyPrintTests",
"path" : "Tests/SwiftPrettyPrintTests",
"product_dependencies" : [
"SwiftParamTest",
"Curry"
],
"sources" : [
"Core/Formatter/MultilineFormatterTests.swift",
"Core/Formatter/SinglelineFormatterTests.swift",
"Core/PrettyDescriberTests.swift",
"Core/URLColoringTests.swift",
"Core/UtilTests.swift",
"Extension/String+extensionTests.swift",
"Helper/Assertions.swift",
"Helper/DebugHelper.swift",
"Public/CombineExtensionTests.swift",
"Public/DebugTests.swift",
"Public/OperatorTests.swift",
"Public/OptionTests.swift"
],
"target_dependencies" : [
"SwiftPrettyPrint"
],
"type" : "test"
},
{
"c99name" : "SwiftPrettyPrint",
"module_type" : "SwiftTarget",
"name" : "SwiftPrettyPrint",
"path" : "Sources",
"product_dependencies" : [
"ColorizeSwift"
],
"product_memberships" : [
"SwiftPrettyPrint"
],
"sources" : [
"Core/Color/ColorTheme.swift",
"Core/Formatter/MultilineFormatter.swift",
"Core/Formatter/PrettyFormatter.swift",
"Core/Formatter/SinglelineFormatter.swift",
"Core/Log/LogOutputStream.swift",
"Core/PrettyDescriber.swift",
"Core/PrettyDescriberError.swift",
"Core/Util.swift",
"Extension/String+extension.swift",
"Public/CombineExtension.swift",
"Public/CombineOperatorOption.swift",
"Public/Operator.swift",
"Public/Option.swift",
"Public/Pretty.swift",
"Public/View+prettyPrint.swift"
],
"type" : "library"
}
],
"tools_version" : "5.1"
}
Command line invocation:
/Applications/Xcode-16.3.0.app/Contents/Developer/usr/bin/xcodebuild -IDEClonedSourcePackagesDirPathOverride=/Users/admin/builder/spi-builder-workspace/.dependencies -resolvePackageDependencies
resolved source packages:
{
"dependencies" : [
{
"identity" : "swiftparamtest",
"requirement" : {
"range" : [
{
"lower_bound" : "2.2.1",
"upper_bound" : "3.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/YusukeHosonuma/SwiftParamTest.git"
},
{
"identity" : "curry",
"requirement" : {
"range" : [
{
"lower_bound" : "4.0.2",
"upper_bound" : "5.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/thoughtbot/Curry.git"
},
{
"identity" : "colorizeswift",
"requirement" : {
"range" : [
{
"lower_bound" : "1.5.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/mtynior/ColorizeSwift.git"
}
],
"manifest_display_name" : "SwiftPrettyPrint",
"name" : "SwiftPrettyPrint",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "ios",
"version" : "10.0"
},
{
"name" : "macos",
"version" : "10.12"
},
{
"name" : "watchos",
"version" : "3.0"
},
{
"name" : "tvos",
"version" : "10.0"
}
],
"products" : [
{
"name" : "SwiftPrettyPrint",
"targets" : [
"SwiftPrettyPrint"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "SwiftPrettyPrintTests",
"module_type" : "SwiftTarget",
"name" : "SwiftPrettyPrintTests",
"path" : "Tests/SwiftPrettyPrintTests",
"product_dependencies" : [
"SwiftParamTest",
"Curry"
],
"sources" : [
"Core/Formatter/MultilineFormatterTests.swift",
"Core/Formatter/SinglelineFormatterTests.swift",
"Core/PrettyDescriberTests.swift",
"Core/URLColoringTests.swift",
"Core/UtilTests.swift",
"Extension/String+extensionTests.swift",
"Helper/Assertions.swift",
"Helper/DebugHelper.swift",
"Public/CombineExtensionTests.swift",
"Public/DebugTests.swift",
"Public/OperatorTests.swift",
"Public/OptionTests.swift"
],
"target_dependencies" : [
"SwiftPrettyPrint"
],
"type" : "test"
},
{
"c99name" : "SwiftPrettyPrint",
"module_type" : "SwiftTarget",
"name" : "SwiftPrettyPrint",
"path" : "Sources",
"product_dependencies" : [
"ColorizeSwift"
],
"product_memberships" : [
"SwiftPrettyPrint"
],
"sources" : [
"Core/Color/ColorTheme.swift",
"Core/Formatter/MultilineFormatter.swift",
"Core/Formatter/PrettyFormatter.swift",
"Core/Formatter/SinglelineFormatter.swift",
"Core/Log/LogOutputStream.swift",
"Core/PrettyDescriber.swift",
"Core/PrettyDescriberError.swift",
"Core/Util.swift",
"Extension/String+extension.swift",
"Public/CombineExtension.swift",
"Public/CombineOperatorOption.swift",
"Public/Operator.swift",
"Public/Option.swift",
"Public/Pretty.swift",
"Public/View+prettyPrint.swift"
],
"type" : "library"
}
],
"tools_version" : "5.1"
}
{
"project" : {
"configurations" : [
"Debug",
"Release"
],
"name" : "SwiftPrettyPrint",
"schemes" : [
"SwiftPrettyPrint-Package"
],
"targets" : [
"ColorizeSwift",
"ColorizeSwiftPackageDescription",
"Curry",
"CurryPackageDescription",
"SwiftParamTest",
"SwiftParamTestPackageDescription",
"SwiftPrettyPrint",
"SwiftPrettyPrintPackageDescription",
"SwiftPrettyPrintPackageTests",
"SwiftPrettyPrintTests"
]
}
}
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme SwiftPrettyPrint-Package -destination generic/platform=xrOS OTHER_SWIFT_FLAGS=-stats-output-dir .stats -strict-concurrency=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures
Command line invocation:
/Applications/Xcode-16.3.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 SwiftPrettyPrint-Package -destination generic/platform=xrOS "OTHER_SWIFT_FLAGS=-stats-output-dir .stats -strict-concurrency=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures"
Build settings from command line:
OTHER_SWIFT_FLAGS = -stats-output-dir .stats -strict-concurrency=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures
2025-04-26 17:51:13.129 xcodebuild[571:3218] Writing error result bundle to /var/folders/5k/5yc19ymj0jqd5v0zvgfqz0xw0000gn/T/ResultBundle_2025-26-04_17-51-0013.xcresult
xcodebuild: error: Unable to find a destination matching the provided destination specifier:
{ generic:1, platform:xrOS }
Available destinations for the "SwiftPrettyPrint-Package" scheme:
{ platform:macOS, arch:arm64, id:48e2f282bc26c1a98ede88d347736f1486fd23a1, name:My Mac }
{ platform:macOS, arch:x86_64, id:48e2f282bc26c1a98ede88d347736f1486fd23a1, 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:macOS, name:Any Mac }
{ platform:tvOS, id:dvtdevice-DVTiOSDevicePlaceholder-appletvos:placeholder, name:Any tvOS Device }
{ platform:tvOS Simulator, id:dvtdevice-DVTiOSDeviceSimulatorPlaceholder-appletvsimulator:placeholder, name:Any tvOS Simulator Device }
{ platform:watchOS, id:dvtdevice-DVTiOSDevicePlaceholder-watchos:placeholder, name:Any watchOS Device }
{ platform:watchOS Simulator, id:dvtdevice-DVTiOSDeviceSimulatorPlaceholder-watchsimulator:placeholder, name:Any watchOS Simulator Device }
INFRASTRUCTURE ERROR (status: destinationUnavailable