Build Information
Failed to build MajorMinorPatch, reference main (60cb7b), with Swift 6.3 for tvOS using Xcode 26.4 on 13 Apr 2026 12:55:11 UTC.
Build Command
env DEVELOPER_DIR=/Applications/Xcode-26.4.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme MajorMinorPatch -destination generic/platform=tvOSBuild Log
========================================
RunAll
========================================
Builder version: 4.70.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/sloik/MajorMinorPatch.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/sloik/MajorMinorPatch
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
HEAD is now at 60cb7bd Update dependency macos to v15 (#7)
Cloned https://github.com/sloik/MajorMinorPatch.git
Revision (git rev-parse @):
60cb7bdd4badab068a36c7615878c20d5a482bd4
SUCCESS checkout https://github.com/sloik/MajorMinorPatch.git at main
========================================
Build
========================================
Selected platform: tvOS
Swift version: 6.3
Building package at path: $PWD
https://github.com/sloik/MajorMinorPatch.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/pointfreeco/swift-parsing.git
Fetching from https://github.com/pointfreeco/swift-case-paths
Fetching from https://github.com/swiftlang/swift-syntax
Fetching from https://github.com/pointfreeco/xctest-dynamic-overlay
Creating working copy of package ‘xctest-dynamic-overlay’
Checking out 1.9.0 of package ‘xctest-dynamic-overlay’
Creating working copy of package ‘swift-case-paths’
Checking out 1.7.3 of package ‘swift-case-paths’
Creating working copy of package ‘swift-syntax’
Checking out 603.0.0 of package ‘swift-syntax’
Creating working copy of package ‘swift-parsing’
Checking out main (611f344) of package ‘swift-parsing’
Downloading package prebuilt https://download.swift.org/prebuilts/swift-syntax/603.0.0/swiftlang-6.3.0.123.5-macosx26.4-MacroSupport.zip
Resolve Package Graph
Resolved source packages:
xctest-dynamic-overlay: https://github.com/pointfreeco/xctest-dynamic-overlay @ 1.9.0
swift-parsing: https://github.com/pointfreeco/swift-parsing.git @ main (611f344)
MajorMinorPatch: /Users/admin/builder/spi-builder-workspace
swift-syntax: https://github.com/swiftlang/swift-syntax @ 603.0.0
swift-case-paths: https://github.com/pointfreeco/swift-case-paths @ 1.7.3
resolved source packages: xctest-dynamic-overlay, swift-parsing, MajorMinorPatch, swift-syntax, swift-case-paths
2026-04-13 08:54:15.141 xcodebuild[525:3030] [MT] IDERunDestination: Supported platforms for the buildables in the current scheme is empty.
2026-04-13 08:54:15.242 xcodebuild[525:3030] [MT] IDERunDestination: Supported platforms for the buildables in the current scheme is empty.
2026-04-13 08:54:15.627 xcodebuild[525:3030] [MT] IDERunDestination: Supported platforms for the buildables in the current scheme is empty.
{
"dependencies" : [
{
"identity" : "swift-parsing",
"requirement" : {
"branch" : [
"main"
]
},
"type" : "sourceControl",
"url" : "https://github.com/pointfreeco/swift-parsing.git"
}
],
"manifest_display_name" : "MajorMinorPatch",
"name" : "MajorMinorPatch",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "macos",
"version" : "10.15"
},
{
"name" : "ios",
"version" : "11.0"
},
{
"name" : "tvos",
"version" : "11.0"
},
{
"name" : "watchos",
"version" : "4.0"
}
],
"products" : [
{
"name" : "MajorMinorPatch",
"targets" : [
"MajorMinorPatch"
],
"type" : {
"library" : [
"dynamic"
]
}
}
],
"targets" : [
{
"c99name" : "MajorMinorPatchTests",
"module_type" : "SwiftTarget",
"name" : "MajorMinorPatchTests",
"path" : "Tests/MajorMinorPatchTests",
"sources" : [
"MajorTests.swift",
"MinorTests.swift",
"ParsingTests.swift",
"PatchTests.swift",
"SUTs.swift",
"SemanticIdentifierComparableTests.swift",
"SemanticVersioningPrecedenceTests.swift",
"StringConvertibleTests.swift",
"ValidationTests.swift"
],
"target_dependencies" : [
"MajorMinorPatch"
],
"type" : "test"
},
{
"c99name" : "MajorMinorPatch",
"module_type" : "SwiftTarget",
"name" : "MajorMinorPatch",
"path" : "Sources/MajorMinorPatch",
"product_dependencies" : [
"Parsing"
],
"product_memberships" : [
"MajorMinorPatch"
],
"sources" : [
"Parsing.swift",
"Public/Identifier/ArraySemantic.Identifier.swift",
"Public/Identifier/Semantic.Identifier.LosslessStringConvertible.swift",
"Public/Identifier/Semantic.Identifier.swift",
"Public/Major/Semantic.Major.AdditiveArithmetic.swift",
"Public/Major/Semantic.Major.Comparable.swift",
"Public/Major/Semantic.Major.LosslessStringConvertible.swift",
"Public/Major/Semantic.Major.PatternMatching.swift",
"Public/Major/Semantic.Major.swift",
"Public/Metadata/Semantic.Metadata.LosslessStringConvertible.swift",
"Public/Metadata/Semantic.Metadata.swift",
"Public/Minor/Semantic.Minor.AdditiveArithmetic.swift",
"Public/Minor/Semantic.Minor.Comparable.swift",
"Public/Minor/Semantic.Minor.LosslessStringConvertible.swift",
"Public/Minor/Semantic.Minor.PatternMatching.swift",
"Public/Minor/Semantic.Minor.swift",
"Public/Patch/Semantic.Patch.AdditiveArithmetic.swift",
"Public/Patch/Semantic.Patch.Comparable .swift",
"Public/Patch/Semantic.Patch.LosslessStringConvertible.swift",
"Public/Patch/Semantic.Patch.PatternMatching.swift",
"Public/Patch/Semantic.Patch.swift",
"Public/Semantic.Comparable.swift",
"Public/Semantic.LosslessStringConvertible .swift",
"Public/Semantic.swift",
"Public/Version/Semantic.Version.LosslessStringConvertible.swift",
"Public/Version/Semantic.Version.swift",
"Validation.swift"
],
"type" : "library"
}
],
"tools_version" : "5.7"
}
{
"workspace" : {
"name" : "spi-builder-workspace",
"schemes" : [
"MajorMinorPatch",
"MjorMinorPatch"
]
}
}
2026-04-13 08:54:54.274 xcodebuild[767:4425] [MT] IDERunDestination: Supported platforms for the buildables in the current scheme is empty.
2026-04-13 08:54:54.379 xcodebuild[767:4425] [MT] IDERunDestination: Supported platforms for the buildables in the current scheme is empty.
{
"workspace" : {
"name" : "spi-builder-workspace",
"schemes" : [
"MajorMinorPatch",
"MjorMinorPatch"
]
}
}
2026-04-13 08:54:56.895 xcodebuild[776:4531] [MT] IDERunDestination: Supported platforms for the buildables in the current scheme is empty.
2026-04-13 08:54:56.997 xcodebuild[776:4531] [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 MajorMinorPatch -destination generic/platform=tvOS
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 MajorMinorPatch -destination generic/platform=tvOS
Resolve Package Graph
Resolve Package Graph
Resolved source packages:
MajorMinorPatch: /Users/admin/builder/spi-builder-workspace
xctest-dynamic-overlay: https://github.com/pointfreeco/xctest-dynamic-overlay @ 1.9.0
swift-case-paths: https://github.com/pointfreeco/swift-case-paths @ 1.7.3
swift-parsing: https://github.com/pointfreeco/swift-parsing.git @ main (611f344)
swift-syntax: https://github.com/swiftlang/swift-syntax @ 603.0.0
ComputePackagePrebuildTargetDependencyGraph
Prepare packages
CreateBuildRequest
SendProjectDescription
CreateBuildOperation
ComputeTargetDependencyGraph
note: Building targets in dependency order
note: Target dependency graph (14 targets)
Target 'MajorMinorPatchTests' in project 'MajorMinorPatch'
➜ Explicit dependency on target 'MajorMinorPatch' in project 'MajorMinorPatch'
➜ Explicit dependency on target 'Parsing' in project 'swift-parsing'
Target 'MajorMinorPatch' in project 'MajorMinorPatch'
➜ Explicit dependency on target 'MajorMinorPatch' in project 'MajorMinorPatch'
➜ Explicit dependency on target 'Parsing' in project 'swift-parsing'
Target 'MajorMinorPatch' in project 'MajorMinorPatch'
➜ Explicit dependency on target 'Parsing' in project 'swift-parsing'
Target 'Parsing' in project 'swift-parsing'
➜ Explicit dependency on target 'Parsing' in project 'swift-parsing'
➜ Explicit dependency on target 'CasePaths' in project 'swift-case-paths'
Target 'Parsing' in project 'swift-parsing'
➜ Explicit dependency on target 'CasePaths' in project 'swift-case-paths'
Target 'CasePaths' in project 'swift-case-paths'
➜ Explicit dependency on target 'CasePaths' in project 'swift-case-paths'
➜ Explicit dependency on target 'CasePathsCore' in project 'swift-case-paths'
➜ Explicit dependency on target 'CasePathsMacros' in project 'swift-case-paths'
➜ Explicit dependency on target 'IssueReporting' in project 'xctest-dynamic-overlay'
➜ Explicit dependency on target 'XCTestDynamicOverlay' in project 'xctest-dynamic-overlay'
Target 'CasePaths' in project 'swift-case-paths'
➜ Explicit dependency on target 'CasePathsCore' in project 'swift-case-paths'
➜ Explicit dependency on target 'CasePathsMacros' in project 'swift-case-paths'
➜ Explicit dependency on target 'IssueReporting' in project 'xctest-dynamic-overlay'
➜ Explicit dependency on target 'XCTestDynamicOverlay' in project 'xctest-dynamic-overlay'
Target 'CasePathsMacros' in project 'swift-case-paths' (no dependencies)
Target 'CasePathsCore' in project 'swift-case-paths'
➜ Explicit dependency on target 'IssueReporting' in project 'xctest-dynamic-overlay'
➜ Explicit dependency on target 'XCTestDynamicOverlay' in project 'xctest-dynamic-overlay'
Target 'XCTestDynamicOverlay' in project 'xctest-dynamic-overlay'
➜ Explicit dependency on target 'XCTestDynamicOverlay' in project 'xctest-dynamic-overlay'
➜ Explicit dependency on target 'IssueReportingPackageSupport' in project 'xctest-dynamic-overlay'
➜ Explicit dependency on target 'IssueReporting' in project 'xctest-dynamic-overlay'
Target 'XCTestDynamicOverlay' in project 'xctest-dynamic-overlay'
➜ Explicit dependency on target 'IssueReportingPackageSupport' in project 'xctest-dynamic-overlay'
➜ Explicit dependency on target 'IssueReporting' in project 'xctest-dynamic-overlay'
Target 'IssueReporting' in project 'xctest-dynamic-overlay'
➜ Explicit dependency on target 'IssueReporting' in project 'xctest-dynamic-overlay'
➜ Explicit dependency on target 'IssueReportingPackageSupport' in project 'xctest-dynamic-overlay'
Target 'IssueReporting' in project 'xctest-dynamic-overlay'
➜ Explicit dependency on target 'IssueReportingPackageSupport' in project 'xctest-dynamic-overlay'
Target 'IssueReportingPackageSupport' in project 'xctest-dynamic-overlay' (no dependencies)
GatherProvisioningInputs
CreateBuildDescription
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/clang -v -E -dM -isysroot /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS26.4.sdk -x c -c /dev/null
ExecuteExternalTool /Applications/Xcode-26.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld -version_details
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/MacOSX.platform/Developer/SDKs/MacOSX26.4.sdk -x c -c /dev/null
ReadFileContents /Applications/Xcode-26.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/share/docc/features.json
Build description signature: 2c5ef85a7e14e69ef4658b5b7e93a3f8
Build description path: /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCBuildData/2c5ef85a7e14e69ef4658b5b7e93a3f8.xcbuilddata
error: The package product 'Parsing' requires minimum platform version 13.0 for the tvOS platform, but this target supports 12.0 (in target 'MajorMinorPatch' from project 'MajorMinorPatch')
error: The package product 'Parsing' requires minimum platform version 13.0 for the tvOS platform, but this target supports 12.0 (in target 'MajorMinorPatch' from project 'MajorMinorPatch')
2026-04-13 08:54:58.539 xcodebuild[803:4768] [MT] IDERunDestination: Supported platforms for the buildables in the current scheme is empty.
2026-04-13 08:54:58.642 xcodebuild[803:4768] [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 MajorMinorPatch
(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:
swift-syntax: https://github.com/swiftlang/swift-syntax @ 603.0.0
xctest-dynamic-overlay: https://github.com/pointfreeco/xctest-dynamic-overlay @ 1.9.0
MajorMinorPatch: /Users/admin/builder/spi-builder-workspace
swift-parsing: https://github.com/pointfreeco/swift-parsing.git @ main (611f344)
swift-case-paths: https://github.com/pointfreeco/swift-case-paths @ 1.7.3
resolved source packages: swift-syntax, xctest-dynamic-overlay, MajorMinorPatch, swift-parsing, swift-case-paths
2026-04-13 08:55:05.017 xcodebuild[855:5063] [MT] IDERunDestination: Supported platforms for the buildables in the current scheme is empty.
2026-04-13 08:55:05.116 xcodebuild[855:5063] [MT] IDERunDestination: Supported platforms for the buildables in the current scheme is empty.
{
"dependencies" : [
{
"identity" : "swift-parsing",
"requirement" : {
"branch" : [
"main"
]
},
"type" : "sourceControl",
"url" : "https://github.com/pointfreeco/swift-parsing.git"
}
],
"manifest_display_name" : "MajorMinorPatch",
"name" : "MajorMinorPatch",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "macos",
"version" : "10.15"
},
{
"name" : "ios",
"version" : "11.0"
},
{
"name" : "tvos",
"version" : "11.0"
},
{
"name" : "watchos",
"version" : "4.0"
}
],
"products" : [
{
"name" : "MajorMinorPatch",
"targets" : [
"MajorMinorPatch"
],
"type" : {
"library" : [
"dynamic"
]
}
}
],
"targets" : [
{
"c99name" : "MajorMinorPatchTests",
"module_type" : "SwiftTarget",
"name" : "MajorMinorPatchTests",
"path" : "Tests/MajorMinorPatchTests",
"sources" : [
"MajorTests.swift",
"MinorTests.swift",
"ParsingTests.swift",
"PatchTests.swift",
"SUTs.swift",
"SemanticIdentifierComparableTests.swift",
"SemanticVersioningPrecedenceTests.swift",
"StringConvertibleTests.swift",
"ValidationTests.swift"
],
"target_dependencies" : [
"MajorMinorPatch"
],
"type" : "test"
},
{
"c99name" : "MajorMinorPatch",
"module_type" : "SwiftTarget",
"name" : "MajorMinorPatch",
"path" : "Sources/MajorMinorPatch",
"product_dependencies" : [
"Parsing"
],
"product_memberships" : [
"MajorMinorPatch"
],
"sources" : [
"Parsing.swift",
"Public/Identifier/ArraySemantic.Identifier.swift",
"Public/Identifier/Semantic.Identifier.LosslessStringConvertible.swift",
"Public/Identifier/Semantic.Identifier.swift",
"Public/Major/Semantic.Major.AdditiveArithmetic.swift",
"Public/Major/Semantic.Major.Comparable.swift",
"Public/Major/Semantic.Major.LosslessStringConvertible.swift",
"Public/Major/Semantic.Major.PatternMatching.swift",
"Public/Major/Semantic.Major.swift",
"Public/Metadata/Semantic.Metadata.LosslessStringConvertible.swift",
"Public/Metadata/Semantic.Metadata.swift",
"Public/Minor/Semantic.Minor.AdditiveArithmetic.swift",
"Public/Minor/Semantic.Minor.Comparable.swift",
"Public/Minor/Semantic.Minor.LosslessStringConvertible.swift",
"Public/Minor/Semantic.Minor.PatternMatching.swift",
"Public/Minor/Semantic.Minor.swift",
"Public/Patch/Semantic.Patch.AdditiveArithmetic.swift",
"Public/Patch/Semantic.Patch.Comparable .swift",
"Public/Patch/Semantic.Patch.LosslessStringConvertible.swift",
"Public/Patch/Semantic.Patch.PatternMatching.swift",
"Public/Patch/Semantic.Patch.swift",
"Public/Semantic.Comparable.swift",
"Public/Semantic.LosslessStringConvertible .swift",
"Public/Semantic.swift",
"Public/Version/Semantic.Version.LosslessStringConvertible.swift",
"Public/Version/Semantic.Version.swift",
"Validation.swift"
],
"type" : "library"
}
],
"tools_version" : "5.7"
}
{
"workspace" : {
"name" : "spi-builder-workspace",
"schemes" : [
"MajorMinorPatch",
"MjorMinorPatch"
]
}
}
2026-04-13 08:55:06.830 xcodebuild[865:5148] [MT] IDERunDestination: Supported platforms for the buildables in the current scheme is empty.
2026-04-13 08:55:06.934 xcodebuild[865:5148] [MT] IDERunDestination: Supported platforms for the buildables in the current scheme is empty.
{
"workspace" : {
"name" : "spi-builder-workspace",
"schemes" : [
"MajorMinorPatch",
"MjorMinorPatch"
]
}
}
2026-04-13 08:55:08.428 xcodebuild[869:5203] [MT] IDERunDestination: Supported platforms for the buildables in the current scheme is empty.
2026-04-13 08:55:08.532 xcodebuild[869:5203] [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 MajorMinorPatch -destination generic/platform=tvOS
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 MajorMinorPatch -destination generic/platform=tvOS
Resolve Package Graph
Resolved source packages:
swift-case-paths: https://github.com/pointfreeco/swift-case-paths @ 1.7.3
swift-syntax: https://github.com/swiftlang/swift-syntax @ 603.0.0
xctest-dynamic-overlay: https://github.com/pointfreeco/xctest-dynamic-overlay @ 1.9.0
swift-parsing: https://github.com/pointfreeco/swift-parsing.git @ main (611f344)
MajorMinorPatch: /Users/admin/builder/spi-builder-workspace
ComputePackagePrebuildTargetDependencyGraph
Prepare packages
CreateBuildRequest
SendProjectDescription
CreateBuildOperation
ComputeTargetDependencyGraph
note: Building targets in dependency order
note: Target dependency graph (14 targets)
Target 'MajorMinorPatchTests' in project 'MajorMinorPatch'
➜ Explicit dependency on target 'MajorMinorPatch' in project 'MajorMinorPatch'
➜ Explicit dependency on target 'Parsing' in project 'swift-parsing'
Target 'MajorMinorPatch' in project 'MajorMinorPatch'
➜ Explicit dependency on target 'MajorMinorPatch' in project 'MajorMinorPatch'
➜ Explicit dependency on target 'Parsing' in project 'swift-parsing'
Target 'MajorMinorPatch' in project 'MajorMinorPatch'
➜ Explicit dependency on target 'Parsing' in project 'swift-parsing'
Target 'Parsing' in project 'swift-parsing'
➜ Explicit dependency on target 'Parsing' in project 'swift-parsing'
➜ Explicit dependency on target 'CasePaths' in project 'swift-case-paths'
Target 'Parsing' in project 'swift-parsing'
➜ Explicit dependency on target 'CasePaths' in project 'swift-case-paths'
Target 'CasePaths' in project 'swift-case-paths'
➜ Explicit dependency on target 'CasePaths' in project 'swift-case-paths'
➜ Explicit dependency on target 'CasePathsCore' in project 'swift-case-paths'
➜ Explicit dependency on target 'CasePathsMacros' in project 'swift-case-paths'
➜ Explicit dependency on target 'IssueReporting' in project 'xctest-dynamic-overlay'
➜ Explicit dependency on target 'XCTestDynamicOverlay' in project 'xctest-dynamic-overlay'
Target 'CasePaths' in project 'swift-case-paths'
➜ Explicit dependency on target 'CasePathsCore' in project 'swift-case-paths'
➜ Explicit dependency on target 'CasePathsMacros' in project 'swift-case-paths'
➜ Explicit dependency on target 'IssueReporting' in project 'xctest-dynamic-overlay'
➜ Explicit dependency on target 'XCTestDynamicOverlay' in project 'xctest-dynamic-overlay'
Target 'CasePathsMacros' in project 'swift-case-paths' (no dependencies)
Target 'CasePathsCore' in project 'swift-case-paths'
➜ Explicit dependency on target 'IssueReporting' in project 'xctest-dynamic-overlay'
➜ Explicit dependency on target 'XCTestDynamicOverlay' in project 'xctest-dynamic-overlay'
Target 'XCTestDynamicOverlay' in project 'xctest-dynamic-overlay'
➜ Explicit dependency on target 'XCTestDynamicOverlay' in project 'xctest-dynamic-overlay'
➜ Explicit dependency on target 'IssueReportingPackageSupport' in project 'xctest-dynamic-overlay'
➜ Explicit dependency on target 'IssueReporting' in project 'xctest-dynamic-overlay'
Target 'XCTestDynamicOverlay' in project 'xctest-dynamic-overlay'
➜ Explicit dependency on target 'IssueReportingPackageSupport' in project 'xctest-dynamic-overlay'
➜ Explicit dependency on target 'IssueReporting' in project 'xctest-dynamic-overlay'
Target 'IssueReporting' in project 'xctest-dynamic-overlay'
➜ Explicit dependency on target 'IssueReporting' in project 'xctest-dynamic-overlay'
➜ Explicit dependency on target 'IssueReportingPackageSupport' in project 'xctest-dynamic-overlay'
Target 'IssueReporting' in project 'xctest-dynamic-overlay'
➜ Explicit dependency on target 'IssueReportingPackageSupport' in project 'xctest-dynamic-overlay'
Target 'IssueReportingPackageSupport' in project 'xctest-dynamic-overlay' (no dependencies)
GatherProvisioningInputs
CreateBuildDescription
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/clang -v -E -dM -isysroot /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS26.4.sdk -x c -c /dev/null
ExecuteExternalTool /Applications/Xcode-26.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld -version_details
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/MacOSX.platform/Developer/SDKs/MacOSX26.4.sdk -x c -c /dev/null
ReadFileContents /Applications/Xcode-26.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/share/docc/features.json
Build description signature: 2c5ef85a7e14e69ef4658b5b7e93a3f8
Build description path: /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCBuildData/2c5ef85a7e14e69ef4658b5b7e93a3f8.xcbuilddata
error: The package product 'Parsing' requires minimum platform version 13.0 for the tvOS platform, but this target supports 12.0 (in target 'MajorMinorPatch' from project 'MajorMinorPatch')
error: The package product 'Parsing' requires minimum platform version 13.0 for the tvOS platform, but this target supports 12.0 (in target 'MajorMinorPatch' from project 'MajorMinorPatch')
2026-04-13 08:55:09.949 xcodebuild[872:5239] [MT] IDERunDestination: Supported platforms for the buildables in the current scheme is empty.
2026-04-13 08:55:10.050 xcodebuild[872:5239] [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 MajorMinorPatch
(1 failure)
BUILD FAILURE 6.3 tvOS