Build Information
Failed to build CommandShell, reference main (63f783
), with Swift 6.1 for tvOS using Xcode 16.3 on 27 Apr 2025 03:11:50 UTC.
Build Command
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme CommandShell-Package -destination generic/platform=tvOS
Build Log
========================================
RunAll
========================================
Builder version: 4.61.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/elegantchaos/CommandShell.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/elegantchaos/CommandShell
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
HEAD is now at 63f783a Added better version output, and --about command.
Cloned https://github.com/elegantchaos/CommandShell.git
Revision (git rev-parse @):
63f783a6546fed0723b2eb8b8fa12e27277b0ea2
SUCCESS checkout https://github.com/elegantchaos/CommandShell.git at main
========================================
Build
========================================
Selected platform: tvOS
Swift version: 6.1
Building package at path: $PWD
https://github.com/elegantchaos/CommandShell.git
https://github.com/elegantchaos/CommandShell.git
{
"dependencies" : [
{
"identity" : "swift-argument-parser",
"requirement" : {
"range" : [
{
"lower_bound" : "0.2.0",
"upper_bound" : "1.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-argument-parser"
},
{
"identity" : "logger",
"requirement" : {
"range" : [
{
"lower_bound" : "1.5.5",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/elegantchaos/Logger.git"
},
{
"identity" : "semanticversion",
"requirement" : {
"range" : [
{
"lower_bound" : "1.1.1",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/elegantchaos/SemanticVersion.git"
},
{
"identity" : "xctestextensions",
"requirement" : {
"range" : [
{
"lower_bound" : "1.1.2",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/elegantchaos/XCTestExtensions.git"
}
],
"manifest_display_name" : "CommandShell",
"name" : "CommandShell",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "macos",
"version" : "10.13"
},
{
"name" : "ios",
"version" : "12.0"
}
],
"products" : [
{
"name" : "CommandShell",
"targets" : [
"CommandShell"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "CommandShellExample",
"targets" : [
"CommandShellExample"
],
"type" : {
"executable" : null
}
}
],
"targets" : [
{
"c99name" : "CommandShellTests",
"module_type" : "SwiftTarget",
"name" : "CommandShellTests",
"path" : "Tests/CommandShellTests",
"product_dependencies" : [
"XCTestExtensions"
],
"sources" : [
"CommandShellTests.swift",
"XCTestManifests.swift"
],
"target_dependencies" : [
"CommandShell",
"CommandShellExample"
],
"type" : "test"
},
{
"c99name" : "CommandShellExample",
"module_type" : "SwiftTarget",
"name" : "CommandShellExample",
"path" : "Sources/CommandShellExample",
"product_dependencies" : [
"SemanticVersion"
],
"product_memberships" : [
"CommandShellExample"
],
"sources" : [
"main.swift"
],
"target_dependencies" : [
"CommandShell"
],
"type" : "executable"
},
{
"c99name" : "CommandShell",
"module_type" : "SwiftTarget",
"name" : "CommandShell",
"path" : "Sources/CommandShell",
"product_dependencies" : [
"Logger",
"SemanticVersion",
"ArgumentParser"
],
"product_memberships" : [
"CommandShell",
"CommandShellExample"
],
"sources" : [
"CommandEngine.swift",
"CommandShell.swift",
"CommandShellOptions.swift"
],
"type" : "library"
}
],
"tools_version" : "5.2"
}
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/elegantchaos/XCTestExtensions.git
Fetching from https://github.com/elegantchaos/Logger.git
Fetching from https://github.com/elegantchaos/SemanticVersion.git
Fetching from https://github.com/apple/swift-argument-parser (cached)
Fetching from https://github.com/elegantchaos/Matchable.git
Creating working copy of package ‘XCTestExtensions’
Checking out 1.5.1 of package ‘XCTestExtensions’
Creating working copy of package ‘Logger’
Checking out 1.8.2 of package ‘Logger’
Creating working copy of package ‘SemanticVersion’
Checking out 1.1.2 of package ‘SemanticVersion’
Creating working copy of package ‘swift-argument-parser’
Checking out 0.5.0 of package ‘swift-argument-parser’
Creating working copy of package ‘Matchable’
Checking out 1.0.7 of package ‘Matchable’
Resolve Package Graph
Resolved source packages:
Logger: https://github.com/elegantchaos/Logger.git @ 1.8.2
Matchable: https://github.com/elegantchaos/Matchable.git @ 1.0.7
XCTestExtensions: https://github.com/elegantchaos/XCTestExtensions.git @ 1.5.1
SemanticVersion: https://github.com/elegantchaos/SemanticVersion.git @ 1.1.2
CommandShell: /Users/admin/builder/spi-builder-workspace
swift-argument-parser: https://github.com/apple/swift-argument-parser @ 0.5.0
resolved source packages: Logger, Matchable, XCTestExtensions, SemanticVersion, CommandShell, swift-argument-parser
{
"dependencies" : [
{
"identity" : "swift-argument-parser",
"requirement" : {
"range" : [
{
"lower_bound" : "0.2.0",
"upper_bound" : "1.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-argument-parser"
},
{
"identity" : "logger",
"requirement" : {
"range" : [
{
"lower_bound" : "1.5.5",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/elegantchaos/Logger.git"
},
{
"identity" : "semanticversion",
"requirement" : {
"range" : [
{
"lower_bound" : "1.1.1",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/elegantchaos/SemanticVersion.git"
},
{
"identity" : "xctestextensions",
"requirement" : {
"range" : [
{
"lower_bound" : "1.1.2",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/elegantchaos/XCTestExtensions.git"
}
],
"manifest_display_name" : "CommandShell",
"name" : "CommandShell",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "macos",
"version" : "10.13"
},
{
"name" : "ios",
"version" : "12.0"
}
],
"products" : [
{
"name" : "CommandShell",
"targets" : [
"CommandShell"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "CommandShellExample",
"targets" : [
"CommandShellExample"
],
"type" : {
"executable" : null
}
}
],
"targets" : [
{
"c99name" : "CommandShellTests",
"module_type" : "SwiftTarget",
"name" : "CommandShellTests",
"path" : "Tests/CommandShellTests",
"product_dependencies" : [
"XCTestExtensions"
],
"sources" : [
"CommandShellTests.swift",
"XCTestManifests.swift"
],
"target_dependencies" : [
"CommandShell",
"CommandShellExample"
],
"type" : "test"
},
{
"c99name" : "CommandShellExample",
"module_type" : "SwiftTarget",
"name" : "CommandShellExample",
"path" : "Sources/CommandShellExample",
"product_dependencies" : [
"SemanticVersion"
],
"product_memberships" : [
"CommandShellExample"
],
"sources" : [
"main.swift"
],
"target_dependencies" : [
"CommandShell"
],
"type" : "executable"
},
{
"c99name" : "CommandShell",
"module_type" : "SwiftTarget",
"name" : "CommandShell",
"path" : "Sources/CommandShell",
"product_dependencies" : [
"Logger",
"SemanticVersion",
"ArgumentParser"
],
"product_memberships" : [
"CommandShell",
"CommandShellExample"
],
"sources" : [
"CommandEngine.swift",
"CommandShell.swift",
"CommandShellOptions.swift"
],
"type" : "library"
}
],
"tools_version" : "5.2"
}
{
"workspace" : {
"name" : "CommandShell",
"schemes" : [
"CommandShell",
"Logger",
"Logger-Package",
"LoggerKit",
"LoggerTestSupport",
"Matchable",
"XCTestExtensions"
]
}
}
{
"workspace" : {
"name" : "spi-builder-workspace",
"schemes" : [
"CommandShell",
"CommandShell-Package",
"CommandShellExample",
"Logger",
"Logger-Package",
"LoggerKit",
"LoggerTestSupport",
"Matchable",
"XCTestExtensions"
]
}
}
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme CommandShell-Package -destination generic/platform=tvOS 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 CommandShell-Package -destination generic/platform=tvOS "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
Resolve Package Graph
Resolve Package Graph
Resolved source packages:
Logger: https://github.com/elegantchaos/Logger.git @ 1.8.2
CommandShell: /Users/admin/builder/spi-builder-workspace
Matchable: https://github.com/elegantchaos/Matchable.git @ 1.0.7
swift-argument-parser: https://github.com/apple/swift-argument-parser @ 0.5.0
SemanticVersion: https://github.com/elegantchaos/SemanticVersion.git @ 1.1.2
XCTestExtensions: https://github.com/elegantchaos/XCTestExtensions.git @ 1.5.1
ComputePackagePrebuildTargetDependencyGraph
Prepare packages
CreateBuildRequest
SendProjectDescription
CreateBuildOperation
ComputeTargetDependencyGraph
note: Building targets in dependency order
note: Target dependency graph (10 targets)
Target 'CommandShellExample' in project 'CommandShell'
➜ Explicit dependency on target 'CommandShell' in project 'CommandShell'
➜ Explicit dependency on target 'Logger' in project 'Logger'
➜ Explicit dependency on target 'SemanticVersion' in project 'SemanticVersion'
➜ Explicit dependency on target 'ArgumentParser' in project 'swift-argument-parser'
Target 'CommandShell' in project 'CommandShell'
➜ Explicit dependency on target 'CommandShell' in project 'CommandShell'
➜ Explicit dependency on target 'Logger' in project 'Logger'
➜ Explicit dependency on target 'SemanticVersion' in project 'SemanticVersion'
➜ Explicit dependency on target 'ArgumentParser' in project 'swift-argument-parser'
Target 'CommandShell' in project 'CommandShell'
➜ Explicit dependency on target 'Logger' in project 'Logger'
➜ Explicit dependency on target 'SemanticVersion' in project 'SemanticVersion'
➜ Explicit dependency on target 'ArgumentParser' in project 'swift-argument-parser'
Target 'ArgumentParser' in project 'swift-argument-parser'
➜ Explicit dependency on target 'ArgumentParser' in project 'swift-argument-parser'
➜ Explicit dependency on target 'ArgumentParserToolInfo' in project 'swift-argument-parser'
Target 'ArgumentParser' in project 'swift-argument-parser'
➜ Explicit dependency on target 'ArgumentParserToolInfo' in project 'swift-argument-parser'
Target 'ArgumentParserToolInfo' in project 'swift-argument-parser' (no dependencies)
Target 'SemanticVersion' in project 'SemanticVersion'
➜ Explicit dependency on target 'SemanticVersion' in project 'SemanticVersion'
Target 'SemanticVersion' in project 'SemanticVersion' (no dependencies)
Target 'Logger' in project 'Logger'
➜ Explicit dependency on target 'Logger' in project 'Logger'
Target 'Logger' in project 'Logger' (no dependencies)
GatherProvisioningInputs
CreateBuildDescription
ExecuteExternalTool /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc --version
ExecuteExternalTool /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -isysroot /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.4.sdk -x c -c /dev/null
ExecuteExternalTool /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld -version_details
Build description signature: 3fbc459999c87bf5b5b196063bc4ed89
Build description path: /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCBuildData/3fbc459999c87bf5b5b196063bc4ed89.xcbuilddata
error: The package product 'Logger' requires minimum platform version 13.0 for the tvOS platform, but this target supports 12.0 (in target 'CommandShell' from project 'CommandShell')
error: The package product 'Logger' requires minimum platform version 13.0 for the tvOS platform, but this target supports 12.0 (in target 'CommandShellExample' from project 'CommandShell')
** BUILD FAILED **
The following build commands failed:
Building workspace spi-builder-workspace with scheme CommandShell-Package
(1 failure)
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
Resolved source packages:
CommandShell: /Users/admin/builder/spi-builder-workspace
XCTestExtensions: https://github.com/elegantchaos/XCTestExtensions.git @ 1.5.1
swift-argument-parser: https://github.com/apple/swift-argument-parser @ 0.5.0
Matchable: https://github.com/elegantchaos/Matchable.git @ 1.0.7
SemanticVersion: https://github.com/elegantchaos/SemanticVersion.git @ 1.1.2
Logger: https://github.com/elegantchaos/Logger.git @ 1.8.2
resolved source packages: CommandShell, XCTestExtensions, swift-argument-parser, Matchable, SemanticVersion, Logger
{
"dependencies" : [
{
"identity" : "swift-argument-parser",
"requirement" : {
"range" : [
{
"lower_bound" : "0.2.0",
"upper_bound" : "1.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-argument-parser"
},
{
"identity" : "logger",
"requirement" : {
"range" : [
{
"lower_bound" : "1.5.5",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/elegantchaos/Logger.git"
},
{
"identity" : "semanticversion",
"requirement" : {
"range" : [
{
"lower_bound" : "1.1.1",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/elegantchaos/SemanticVersion.git"
},
{
"identity" : "xctestextensions",
"requirement" : {
"range" : [
{
"lower_bound" : "1.1.2",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/elegantchaos/XCTestExtensions.git"
}
],
"manifest_display_name" : "CommandShell",
"name" : "CommandShell",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "macos",
"version" : "10.13"
},
{
"name" : "ios",
"version" : "12.0"
}
],
"products" : [
{
"name" : "CommandShell",
"targets" : [
"CommandShell"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "CommandShellExample",
"targets" : [
"CommandShellExample"
],
"type" : {
"executable" : null
}
}
],
"targets" : [
{
"c99name" : "CommandShellTests",
"module_type" : "SwiftTarget",
"name" : "CommandShellTests",
"path" : "Tests/CommandShellTests",
"product_dependencies" : [
"XCTestExtensions"
],
"sources" : [
"CommandShellTests.swift",
"XCTestManifests.swift"
],
"target_dependencies" : [
"CommandShell",
"CommandShellExample"
],
"type" : "test"
},
{
"c99name" : "CommandShellExample",
"module_type" : "SwiftTarget",
"name" : "CommandShellExample",
"path" : "Sources/CommandShellExample",
"product_dependencies" : [
"SemanticVersion"
],
"product_memberships" : [
"CommandShellExample"
],
"sources" : [
"main.swift"
],
"target_dependencies" : [
"CommandShell"
],
"type" : "executable"
},
{
"c99name" : "CommandShell",
"module_type" : "SwiftTarget",
"name" : "CommandShell",
"path" : "Sources/CommandShell",
"product_dependencies" : [
"Logger",
"SemanticVersion",
"ArgumentParser"
],
"product_memberships" : [
"CommandShell",
"CommandShellExample"
],
"sources" : [
"CommandEngine.swift",
"CommandShell.swift",
"CommandShellOptions.swift"
],
"type" : "library"
}
],
"tools_version" : "5.2"
}
{
"workspace" : {
"name" : "spi-builder-workspace",
"schemes" : [
"CommandShell",
"CommandShell-Package",
"CommandShellExample",
"Logger",
"Logger-Package",
"LoggerKit",
"LoggerTestSupport",
"Matchable",
"XCTestExtensions"
]
}
}
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme CommandShell-Package -destination generic/platform=tvOS
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 CommandShell-Package -destination generic/platform=tvOS
Resolve Package Graph
Resolved source packages:
XCTestExtensions: https://github.com/elegantchaos/XCTestExtensions.git @ 1.5.1
Logger: https://github.com/elegantchaos/Logger.git @ 1.8.2
CommandShell: /Users/admin/builder/spi-builder-workspace
SemanticVersion: https://github.com/elegantchaos/SemanticVersion.git @ 1.1.2
Matchable: https://github.com/elegantchaos/Matchable.git @ 1.0.7
swift-argument-parser: https://github.com/apple/swift-argument-parser @ 0.5.0
ComputePackagePrebuildTargetDependencyGraph
Prepare packages
CreateBuildRequest
SendProjectDescription
CreateBuildOperation
ComputeTargetDependencyGraph
note: Building targets in dependency order
note: Target dependency graph (10 targets)
Target 'CommandShellExample' in project 'CommandShell'
➜ Explicit dependency on target 'CommandShell' in project 'CommandShell'
➜ Explicit dependency on target 'Logger' in project 'Logger'
➜ Explicit dependency on target 'SemanticVersion' in project 'SemanticVersion'
➜ Explicit dependency on target 'ArgumentParser' in project 'swift-argument-parser'
Target 'CommandShell' in project 'CommandShell'
➜ Explicit dependency on target 'CommandShell' in project 'CommandShell'
➜ Explicit dependency on target 'Logger' in project 'Logger'
➜ Explicit dependency on target 'SemanticVersion' in project 'SemanticVersion'
➜ Explicit dependency on target 'ArgumentParser' in project 'swift-argument-parser'
Target 'CommandShell' in project 'CommandShell'
➜ Explicit dependency on target 'Logger' in project 'Logger'
➜ Explicit dependency on target 'SemanticVersion' in project 'SemanticVersion'
➜ Explicit dependency on target 'ArgumentParser' in project 'swift-argument-parser'
Target 'ArgumentParser' in project 'swift-argument-parser'
➜ Explicit dependency on target 'ArgumentParser' in project 'swift-argument-parser'
➜ Explicit dependency on target 'ArgumentParserToolInfo' in project 'swift-argument-parser'
Target 'ArgumentParser' in project 'swift-argument-parser'
➜ Explicit dependency on target 'ArgumentParserToolInfo' in project 'swift-argument-parser'
Target 'ArgumentParserToolInfo' in project 'swift-argument-parser' (no dependencies)
Target 'SemanticVersion' in project 'SemanticVersion'
➜ Explicit dependency on target 'SemanticVersion' in project 'SemanticVersion'
Target 'SemanticVersion' in project 'SemanticVersion' (no dependencies)
Target 'Logger' in project 'Logger'
➜ Explicit dependency on target 'Logger' in project 'Logger'
Target 'Logger' in project 'Logger' (no dependencies)
GatherProvisioningInputs
CreateBuildDescription
ExecuteExternalTool /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc --version
ExecuteExternalTool /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -isysroot /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.4.sdk -x c -c /dev/null
ExecuteExternalTool /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld -version_details
Build description signature: bea3e0814375b9e454b8e729d081ab38
Build description path: /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCBuildData/bea3e0814375b9e454b8e729d081ab38.xcbuilddata
error: The package product 'Logger' requires minimum platform version 13.0 for the tvOS platform, but this target supports 12.0 (in target 'CommandShell' from project 'CommandShell')
error: The package product 'Logger' requires minimum platform version 13.0 for the tvOS platform, but this target supports 12.0 (in target 'CommandShellExample' from project 'CommandShell')
** BUILD FAILED **
The following build commands failed:
Building workspace spi-builder-workspace with scheme CommandShell-Package
(1 failure)
BUILD FAILURE 6.1 tvOS