Build Information
Failed to build SwiftyShell, reference 0.2.0 (c9ae9d), with Swift 6.3 for visionOS using Xcode 26.4 on 9 May 2026 23:52:40 UTC.
Build Command
env DEVELOPER_DIR=/Applications/Xcode-26.4.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme SwiftyShell -destination generic/platform=xrOSBuild Log
========================================
RunAll
========================================
Builder version: 4.70.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/maniramezan/SwiftyShell.git
Reference: 0.2.0
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/maniramezan/SwiftyShell
* tag 0.2.0 -> FETCH_HEAD
HEAD is now at c9ae9de Add ripgrep command family (#11)
Cloned https://github.com/maniramezan/SwiftyShell.git
Revision (git rev-parse @):
c9ae9de43a726fde363910fa41975662182f573c
SUCCESS checkout https://github.com/maniramezan/SwiftyShell.git at 0.2.0
========================================
Build
========================================
Selected platform: visionOS
Swift version: 6.3
Building package at path: $PWD
https://github.com/maniramezan/SwiftyShell.git
Command line invocation:
/Applications/Xcode-26.4.0.app/Contents/Developer/usr/bin/xcodebuild -IDEClonedSourcePackagesDirPathOverride=/Users/admin/builder/spi-builder-workspace/.dependencies -resolvePackageDependencies
Resolve Package Graph
Fetching from https://github.com/apple/swift-system
Fetching from https://github.com/apple/swift-docc-plugin
Fetching from https://github.com/swiftlang/swift-subprocess.git
Fetching from https://github.com/swiftlang/swift-docc-symbolkit
Creating working copy of package ‘swift-docc-plugin’
Checking out 1.5.0 of package ‘swift-docc-plugin’
Creating working copy of package ‘swift-system’
Checking out 1.6.4 of package ‘swift-system’
Creating working copy of package ‘swift-docc-symbolkit’
Checking out 1.0.0 of package ‘swift-docc-symbolkit’
Creating working copy of package ‘swift-subprocess’
Checking out 0.4.0 of package ‘swift-subprocess’
Resolve Package Graph
Resolved source packages:
SymbolKit: https://github.com/swiftlang/swift-docc-symbolkit @ 1.0.0
SwiftDocCPlugin: https://github.com/apple/swift-docc-plugin @ 1.5.0
swift-system: https://github.com/apple/swift-system @ 1.6.4
SwiftyShell: /Users/admin/builder/spi-builder-workspace
Subprocess: https://github.com/swiftlang/swift-subprocess.git @ 0.4.0
resolved source packages: SymbolKit, SwiftDocCPlugin, swift-system, SwiftyShell, Subprocess
2026-05-09 19:51:40.948 xcodebuild[531:3082] [MT] IDERunDestination: Supported platforms for the buildables in the current scheme is empty.
{
"dependencies" : [
{
"identity" : "swift-docc-plugin",
"requirement" : {
"range" : [
{
"lower_bound" : "1.4.5",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-docc-plugin"
},
{
"identity" : "swift-system",
"requirement" : {
"range" : [
{
"lower_bound" : "1.6.4",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-system"
},
{
"identity" : "swift-subprocess",
"requirement" : {
"range" : [
{
"lower_bound" : "0.4.0",
"upper_bound" : "0.5.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/swiftlang/swift-subprocess.git"
}
],
"manifest_display_name" : "SwiftyShell",
"name" : "SwiftyShell",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "macos",
"version" : "15.0"
}
],
"products" : [
{
"name" : "SwiftyShell",
"targets" : [
"SwiftyShell"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"swift_languages_versions" : [
"6"
],
"targets" : [
{
"c99name" : "SwiftyShellTests",
"module_type" : "SwiftTarget",
"name" : "SwiftyShellTests",
"path" : "Tests/SwiftyShellTests",
"sources" : [
"Brew/BrewTests.swift",
"Common/ChmodTests.swift",
"Common/CommonTestSupport.swift",
"Common/CpTests.swift",
"Common/JqTests.swift",
"Common/LsTests.swift",
"Common/MkdirTests.swift",
"Common/MvTests.swift",
"Common/PwdTests.swift",
"Common/RmTests.swift",
"Common/UnzipTests.swift",
"Common/ZipTests.swift",
"Common/ZipUnzipTests.swift",
"Core/CommandFamilyTests.swift",
"Core/CommandTests.swift",
"Core/FileModeTests.swift",
"Core/ShellErrorTests.swift",
"Core/SpawnTests.swift",
"Core/WorkflowTests.swift",
"Fzf/FzfTests.swift",
"Git/GitCommandFamilyTests.swift",
"Git/GitParserTests.swift",
"Git/GitTests.swift",
"Grep/GrepTests.swift",
"Pipelines/PipelineTests.swift",
"Rg/RgTests.swift"
],
"target_dependencies" : [
"SwiftyShell"
],
"type" : "test"
},
{
"c99name" : "SwiftyShell",
"module_type" : "SwiftTarget",
"name" : "SwiftyShell",
"path" : "Sources/SwiftyShell",
"product_dependencies" : [
"Subprocess",
"SystemPackage"
],
"product_memberships" : [
"SwiftyShell"
],
"sources" : [
"Brew/Brew.swift",
"Common/Chmod.swift",
"Common/Cp.swift",
"Common/Jq.swift",
"Common/Ls.swift",
"Common/Mkdir.swift",
"Common/Mv.swift",
"Common/Pwd.swift",
"Common/Rm.swift",
"Common/Unzip.swift",
"Common/Zip.swift",
"Core/Command.swift",
"Core/CommandExecutor.swift",
"Core/CommandFamily.swift",
"Core/FileMode.swift",
"Core/MockExecutor.swift",
"Core/MockSpawnedProcess.swift",
"Core/OutputDestination.swift",
"Core/Pipeline.swift",
"Core/ProcessSignal.swift",
"Core/ShellContext.swift",
"Core/ShellError.swift",
"Core/ShellOutput.swift",
"Core/SpawnedProcess.swift",
"Core/TeardownStrategy.swift",
"Core/ToolConfiguration.swift",
"Core/Workflow.swift",
"Fzf/Fzf.swift",
"Fzf/FzfTypes.swift",
"Git/Git.swift",
"Git/GitCommands.swift",
"Git/GitParsers.swift",
"Git/GitStatus.swift",
"Git/GitStatusWorkflow.swift",
"Git/GitStructuredResults.swift",
"Git/GitSubmodule.swift",
"Grep/Grep.swift",
"Internal/Execution/SubprocessExecutor.swift",
"Rg/Rg.swift"
],
"type" : "library"
}
],
"tools_version" : "6.1"
}
{
"workspace" : {
"name" : "spi-builder-workspace",
"schemes" : [
"SwiftyShell"
]
}
}
2026-05-09 19:52:02.797 xcodebuild[889:5216] [MT] IDERunDestination: Supported platforms for the buildables in the current scheme is empty.
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.4.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme SwiftyShell -destination generic/platform=xrOS
Command line invocation:
/Applications/Xcode-26.4.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 SwiftyShell -destination generic/platform=xrOS
Resolve Package Graph
Resolve Package Graph
Resolved source packages:
Subprocess: https://github.com/swiftlang/swift-subprocess.git @ 0.4.0
SwiftDocCPlugin: https://github.com/apple/swift-docc-plugin @ 1.5.0
swift-system: https://github.com/apple/swift-system @ 1.6.4
SymbolKit: https://github.com/swiftlang/swift-docc-symbolkit @ 1.0.0
SwiftyShell: /Users/admin/builder/spi-builder-workspace
ComputePackagePrebuildTargetDependencyGraph
Prepare packages
CreateBuildRequest
SendProjectDescription
CreateBuildOperation
ComputeTargetDependencyGraph
note: Building targets in dependency order
note: Target dependency graph (8 targets)
Target 'SwiftyShell' in project 'SwiftyShell'
➜ Explicit dependency on target 'SwiftyShell' in project 'SwiftyShell'
➜ Explicit dependency on target 'Subprocess' in project 'Subprocess'
➜ Explicit dependency on target 'SystemPackage' in project 'swift-system'
Target 'SwiftyShell' in project 'SwiftyShell'
➜ Explicit dependency on target 'Subprocess' in project 'Subprocess'
➜ Explicit dependency on target 'SystemPackage' in project 'swift-system'
Target 'Subprocess' in project 'Subprocess'
➜ Explicit dependency on target 'Subprocess' in project 'Subprocess'
➜ Explicit dependency on target '_SubprocessCShims' in project 'Subprocess'
➜ Explicit dependency on target 'SystemPackage' in project 'swift-system'
Target 'Subprocess' in project 'Subprocess'
➜ Explicit dependency on target '_SubprocessCShims' in project 'Subprocess'
➜ Explicit dependency on target 'SystemPackage' in project 'swift-system'
Target 'SystemPackage' in project 'swift-system'
➜ Explicit dependency on target 'SystemPackage' in project 'swift-system'
➜ Explicit dependency on target 'CSystem' in project 'swift-system'
Target 'SystemPackage' in project 'swift-system'
➜ Explicit dependency on target 'CSystem' in project 'swift-system'
Target 'CSystem' in project 'swift-system' (no dependencies)
Target '_SubprocessCShims' in project 'Subprocess' (no dependencies)
GatherProvisioningInputs
CreateBuildDescription
ExecuteExternalTool /Applications/Xcode-26.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -arch arm64 -isysroot /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS26.4.sdk -x c -c /dev/null
ExecuteExternalTool /Applications/Xcode-26.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -isysroot /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS26.4.sdk -x c -c /dev/null
ExecuteExternalTool /Applications/Xcode-26.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc --version
ExecuteExternalTool /Applications/Xcode-26.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld -version_details
ReadFileContents /Applications/Xcode-26.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/share/docc/features.json
Build description signature: 3f033b81572bce7106efe8974ff89345
Build description path: /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCBuildData/3f033b81572bce7106efe8974ff89345.xcbuilddata
error: The package product 'Subprocess' requires minimum platform version 26.4 for the visionOS platform, but this target supports 1.0 (in target 'SwiftyShell' from project 'SwiftyShell')
2026-05-09 19:52:11.784 xcodebuild[989:5887] [MT] IDERunDestination: Supported platforms for the buildables in the current scheme is empty.
** BUILD FAILED **
The following build commands failed:
Building workspace spi-builder-workspace with scheme SwiftyShell
(1 failure)
Command line invocation:
/Applications/Xcode-26.4.0.app/Contents/Developer/usr/bin/xcodebuild -IDEClonedSourcePackagesDirPathOverride=/Users/admin/builder/spi-builder-workspace/.dependencies -resolvePackageDependencies
Resolve Package Graph
Resolved source packages:
SwiftyShell: /Users/admin/builder/spi-builder-workspace
Subprocess: https://github.com/swiftlang/swift-subprocess.git @ 0.4.0
SymbolKit: https://github.com/swiftlang/swift-docc-symbolkit @ 1.0.0
swift-system: https://github.com/apple/swift-system @ 1.6.4
SwiftDocCPlugin: https://github.com/apple/swift-docc-plugin @ 1.5.0
resolved source packages: SwiftyShell, Subprocess, SymbolKit, swift-system, SwiftDocCPlugin
2026-05-09 19:52:25.741 xcodebuild[1169:6939] [MT] IDERunDestination: Supported platforms for the buildables in the current scheme is empty.
{
"dependencies" : [
{
"identity" : "swift-docc-plugin",
"requirement" : {
"range" : [
{
"lower_bound" : "1.4.5",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-docc-plugin"
},
{
"identity" : "swift-system",
"requirement" : {
"range" : [
{
"lower_bound" : "1.6.4",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-system"
},
{
"identity" : "swift-subprocess",
"requirement" : {
"range" : [
{
"lower_bound" : "0.4.0",
"upper_bound" : "0.5.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/swiftlang/swift-subprocess.git"
}
],
"manifest_display_name" : "SwiftyShell",
"name" : "SwiftyShell",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "macos",
"version" : "15.0"
}
],
"products" : [
{
"name" : "SwiftyShell",
"targets" : [
"SwiftyShell"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"swift_languages_versions" : [
"6"
],
"targets" : [
{
"c99name" : "SwiftyShellTests",
"module_type" : "SwiftTarget",
"name" : "SwiftyShellTests",
"path" : "Tests/SwiftyShellTests",
"sources" : [
"Brew/BrewTests.swift",
"Common/ChmodTests.swift",
"Common/CommonTestSupport.swift",
"Common/CpTests.swift",
"Common/JqTests.swift",
"Common/LsTests.swift",
"Common/MkdirTests.swift",
"Common/MvTests.swift",
"Common/PwdTests.swift",
"Common/RmTests.swift",
"Common/UnzipTests.swift",
"Common/ZipTests.swift",
"Common/ZipUnzipTests.swift",
"Core/CommandFamilyTests.swift",
"Core/CommandTests.swift",
"Core/FileModeTests.swift",
"Core/ShellErrorTests.swift",
"Core/SpawnTests.swift",
"Core/WorkflowTests.swift",
"Fzf/FzfTests.swift",
"Git/GitCommandFamilyTests.swift",
"Git/GitParserTests.swift",
"Git/GitTests.swift",
"Grep/GrepTests.swift",
"Pipelines/PipelineTests.swift",
"Rg/RgTests.swift"
],
"target_dependencies" : [
"SwiftyShell"
],
"type" : "test"
},
{
"c99name" : "SwiftyShell",
"module_type" : "SwiftTarget",
"name" : "SwiftyShell",
"path" : "Sources/SwiftyShell",
"product_dependencies" : [
"Subprocess",
"SystemPackage"
],
"product_memberships" : [
"SwiftyShell"
],
"sources" : [
"Brew/Brew.swift",
"Common/Chmod.swift",
"Common/Cp.swift",
"Common/Jq.swift",
"Common/Ls.swift",
"Common/Mkdir.swift",
"Common/Mv.swift",
"Common/Pwd.swift",
"Common/Rm.swift",
"Common/Unzip.swift",
"Common/Zip.swift",
"Core/Command.swift",
"Core/CommandExecutor.swift",
"Core/CommandFamily.swift",
"Core/FileMode.swift",
"Core/MockExecutor.swift",
"Core/MockSpawnedProcess.swift",
"Core/OutputDestination.swift",
"Core/Pipeline.swift",
"Core/ProcessSignal.swift",
"Core/ShellContext.swift",
"Core/ShellError.swift",
"Core/ShellOutput.swift",
"Core/SpawnedProcess.swift",
"Core/TeardownStrategy.swift",
"Core/ToolConfiguration.swift",
"Core/Workflow.swift",
"Fzf/Fzf.swift",
"Fzf/FzfTypes.swift",
"Git/Git.swift",
"Git/GitCommands.swift",
"Git/GitParsers.swift",
"Git/GitStatus.swift",
"Git/GitStatusWorkflow.swift",
"Git/GitStructuredResults.swift",
"Git/GitSubmodule.swift",
"Grep/Grep.swift",
"Internal/Execution/SubprocessExecutor.swift",
"Rg/Rg.swift"
],
"type" : "library"
}
],
"tools_version" : "6.1"
}
{
"workspace" : {
"name" : "spi-builder-workspace",
"schemes" : [
"SwiftyShell"
]
}
}
2026-05-09 19:52:33.110 xcodebuild[1243:7392] [MT] IDERunDestination: Supported platforms for the buildables in the current scheme is empty.
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.4.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme SwiftyShell -destination generic/platform=xrOS
Command line invocation:
/Applications/Xcode-26.4.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 SwiftyShell -destination generic/platform=xrOS
Resolve Package Graph
Resolved source packages:
Subprocess: https://github.com/swiftlang/swift-subprocess.git @ 0.4.0
swift-system: https://github.com/apple/swift-system @ 1.6.4
SwiftDocCPlugin: https://github.com/apple/swift-docc-plugin @ 1.5.0
SwiftyShell: /Users/admin/builder/spi-builder-workspace
SymbolKit: https://github.com/swiftlang/swift-docc-symbolkit @ 1.0.0
ComputePackagePrebuildTargetDependencyGraph
Prepare packages
CreateBuildRequest
SendProjectDescription
CreateBuildOperation
ComputeTargetDependencyGraph
note: Building targets in dependency order
note: Target dependency graph (8 targets)
Target 'SwiftyShell' in project 'SwiftyShell'
➜ Explicit dependency on target 'SwiftyShell' in project 'SwiftyShell'
➜ Explicit dependency on target 'Subprocess' in project 'Subprocess'
➜ Explicit dependency on target 'SystemPackage' in project 'swift-system'
Target 'SwiftyShell' in project 'SwiftyShell'
➜ Explicit dependency on target 'Subprocess' in project 'Subprocess'
➜ Explicit dependency on target 'SystemPackage' in project 'swift-system'
Target 'Subprocess' in project 'Subprocess'
➜ Explicit dependency on target 'Subprocess' in project 'Subprocess'
➜ Explicit dependency on target '_SubprocessCShims' in project 'Subprocess'
➜ Explicit dependency on target 'SystemPackage' in project 'swift-system'
Target 'Subprocess' in project 'Subprocess'
➜ Explicit dependency on target '_SubprocessCShims' in project 'Subprocess'
➜ Explicit dependency on target 'SystemPackage' in project 'swift-system'
Target 'SystemPackage' in project 'swift-system'
➜ Explicit dependency on target 'SystemPackage' in project 'swift-system'
➜ Explicit dependency on target 'CSystem' in project 'swift-system'
Target 'SystemPackage' in project 'swift-system'
➜ Explicit dependency on target 'CSystem' in project 'swift-system'
Target 'CSystem' in project 'swift-system' (no dependencies)
Target '_SubprocessCShims' in project 'Subprocess' (no dependencies)
GatherProvisioningInputs
CreateBuildDescription
ExecuteExternalTool /Applications/Xcode-26.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -arch arm64 -isysroot /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS26.4.sdk -x c -c /dev/null
ExecuteExternalTool /Applications/Xcode-26.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -isysroot /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS26.4.sdk -x c -c /dev/null
ExecuteExternalTool /Applications/Xcode-26.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc --version
ExecuteExternalTool /Applications/Xcode-26.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld -version_details
ReadFileContents /Applications/Xcode-26.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/share/docc/features.json
Build description signature: 3f033b81572bce7106efe8974ff89345
Build description path: /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCBuildData/3f033b81572bce7106efe8974ff89345.xcbuilddata
error: The package product 'Subprocess' requires minimum platform version 26.4 for the visionOS platform, but this target supports 1.0 (in target 'SwiftyShell' from project 'SwiftyShell')
2026-05-09 19:52:39.845 xcodebuild[1308:7825] [MT] IDERunDestination: Supported platforms for the buildables in the current scheme is empty.
** BUILD FAILED **
The following build commands failed:
Building workspace spi-builder-workspace with scheme SwiftyShell
(1 failure)
BUILD FAILURE 6.3 visionOS