Build Information
Failed to build swift-release-notes, reference 0.1.0 (7c0372), with Swift 6.3 for tvOS using Xcode 26.4 on 13 Apr 2026 15:28:29 UTC.
Build Command
env DEVELOPER_DIR=/Applications/Xcode-26.4.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme swift-release-notes -destination generic/platform=tvOSBuild Log
========================================
RunAll
========================================
Builder version: 4.70.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/SwiftPackageIndex/ReleaseNotes.git
Reference: 0.1.0
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/SwiftPackageIndex/ReleaseNotes
* tag 0.1.0 -> FETCH_HEAD
HEAD is now at 7c03722 Merge pull request #14 from SwiftPackageIndex/swift-5.8
Cloned https://github.com/SwiftPackageIndex/ReleaseNotes.git
Revision (git rev-parse @):
7c037225ac7214381551552de4d6305b07b5fc0b
SUCCESS checkout https://github.com/SwiftPackageIndex/ReleaseNotes.git at 0.1.0
========================================
Build
========================================
Selected platform: tvOS
Swift version: 6.3
Building package at path: $PWD
https://github.com/SwiftPackageIndex/ReleaseNotes.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-argument-parser
Fetching from https://github.com/SwiftPackageIndex/SemanticVersion
Fetching from https://github.com/pointfreeco/swift-parsing
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 ‘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 ‘xctest-dynamic-overlay’
Checking out 1.9.0 of package ‘xctest-dynamic-overlay’
Creating working copy of package ‘swift-argument-parser’
Checking out 1.7.1 of package ‘swift-argument-parser’
Creating working copy of package ‘SemanticVersion’
Checking out 0.5.3 of package ‘SemanticVersion’
Creating working copy of package ‘swift-parsing’
Checking out 0.14.1 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:
swift-case-paths: https://github.com/pointfreeco/swift-case-paths @ 1.7.3
swift-syntax: https://github.com/swiftlang/swift-syntax @ 603.0.0
SemanticVersion: https://github.com/SwiftPackageIndex/SemanticVersion @ 0.5.3
swift-argument-parser: https://github.com/apple/swift-argument-parser @ 1.7.1
xctest-dynamic-overlay: https://github.com/pointfreeco/xctest-dynamic-overlay @ 1.9.0
swift-parsing: https://github.com/pointfreeco/swift-parsing @ 0.14.1
swift-release-notes: /Users/admin/builder/spi-builder-workspace
resolved source packages: swift-case-paths, swift-syntax, SemanticVersion, swift-argument-parser, xctest-dynamic-overlay, swift-parsing, swift-release-notes
2026-04-13 11:28:00.580 xcodebuild[526:3032] [MT] IDERunDestination: Supported platforms for the buildables in the current scheme is empty.
{
"dependencies" : [
{
"identity" : "semanticversion",
"requirement" : {
"range" : [
{
"lower_bound" : "0.3.1",
"upper_bound" : "1.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/SwiftPackageIndex/SemanticVersion"
},
{
"identity" : "swift-argument-parser",
"requirement" : {
"range" : [
{
"lower_bound" : "1.0.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-argument-parser"
},
{
"identity" : "swift-parsing",
"requirement" : {
"range" : [
{
"lower_bound" : "0.12.0",
"upper_bound" : "1.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/pointfreeco/swift-parsing"
}
],
"manifest_display_name" : "swift-release-notes",
"name" : "swift-release-notes",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "macos",
"version" : "11.0"
}
],
"products" : [
{
"name" : "swift-release-notes",
"targets" : [
"swift-release-notes"
],
"type" : {
"executable" : null
}
}
],
"targets" : [
{
"c99name" : "swift_release_notes",
"module_type" : "SwiftTarget",
"name" : "swift-release-notes",
"path" : "Sources/swift-release-notes",
"product_memberships" : [
"swift-release-notes"
],
"sources" : [
"main.swift"
],
"target_dependencies" : [
"ReleaseNotesCore"
],
"type" : "executable"
},
{
"c99name" : "ReleaseNotesTests",
"module_type" : "SwiftTarget",
"name" : "ReleaseNotesTests",
"path" : "Tests/ReleaseNotesTests",
"sources" : [
"LaunchTests.swift",
"PackageResolvedTests.swift",
"ParserCoreTests.swift",
"ReleaseNotesCoreTests.swift",
"TestUtils.swift"
],
"target_dependencies" : [
"ReleaseNotesCore"
],
"type" : "test"
},
{
"c99name" : "ReleaseNotesCore",
"module_type" : "SwiftTarget",
"name" : "ReleaseNotesCore",
"path" : "Sources/ReleaseNotesCore",
"product_dependencies" : [
"ArgumentParser",
"Parsing",
"SemanticVersion"
],
"product_memberships" : [
"swift-release-notes"
],
"sources" : [
"App.swift",
"Dictionary+ext.swift",
"PackageResolved.swift",
"ParsableCommand+async.swift",
"Parser.swift",
"ReleaseNotes.swift",
"Revision.swift",
"String+ext.swift",
"Update.swift"
],
"type" : "library"
}
],
"tools_version" : "5.5"
}
{
"workspace" : {
"name" : "spi-builder-workspace",
"schemes" : [
"swift-release-notes"
]
}
}
2026-04-13 11:28:12.198 xcodebuild[875:5031] [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 swift-release-notes -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 swift-release-notes -destination generic/platform=tvOS
Resolve Package Graph
Resolve Package Graph
Resolved source packages:
swift-syntax: https://github.com/swiftlang/swift-syntax @ 603.0.0
SemanticVersion: https://github.com/SwiftPackageIndex/SemanticVersion @ 0.5.3
xctest-dynamic-overlay: https://github.com/pointfreeco/xctest-dynamic-overlay @ 1.9.0
swift-parsing: https://github.com/pointfreeco/swift-parsing @ 0.14.1
swift-argument-parser: https://github.com/apple/swift-argument-parser @ 1.7.1
swift-case-paths: https://github.com/pointfreeco/swift-case-paths @ 1.7.3
swift-release-notes: /Users/admin/builder/spi-builder-workspace
ComputePackagePrebuildTargetDependencyGraph
Prepare packages
CreateBuildRequest
SendProjectDescription
CreateBuildOperation
ComputeTargetDependencyGraph
note: Building targets in dependency order
note: Target dependency graph (18 targets)
Target 'swift-release-notes' in project 'swift-release-notes'
➜ Explicit dependency on target 'ReleaseNotesCore' in project 'swift-release-notes'
➜ Explicit dependency on target 'ArgumentParser' in project 'swift-argument-parser'
➜ Explicit dependency on target 'Parsing' in project 'swift-parsing'
➜ Explicit dependency on target 'SemanticVersion' in project 'SemanticVersion'
Target 'ReleaseNotesCore' in project 'swift-release-notes'
➜ Explicit dependency on target 'ArgumentParser' in project 'swift-argument-parser'
➜ Explicit dependency on target 'Parsing' in project 'swift-parsing'
➜ Explicit dependency on target 'SemanticVersion' in project 'SemanticVersion'
Target 'SemanticVersion' in project 'SemanticVersion'
➜ Explicit dependency on target 'SemanticVersion' in project 'SemanticVersion'
Target 'SemanticVersion' in project 'SemanticVersion' (no dependencies)
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)
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)
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/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
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: 12751340a7214b8923f3434b25fbea02
Build description path: /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCBuildData/12751340a7214b8923f3434b25fbea02.xcbuilddata
error: The package product 'Parsing' requires minimum platform version 13.0 for the tvOS platform, but this target supports 12.0 (in target 'swift-release-notes' from project 'swift-release-notes')
error: The package product 'SemanticVersion' requires minimum platform version 16.0 for the tvOS platform, but this target supports 12.0 (in target 'swift-release-notes' from project 'swift-release-notes')
error: The package product 'Parsing' requires minimum platform version 13.0 for the tvOS platform, but this target supports 12.0 (in target 'ReleaseNotesCore' from project 'swift-release-notes')
error: The package product 'SemanticVersion' requires minimum platform version 16.0 for the tvOS platform, but this target supports 12.0 (in target 'ReleaseNotesCore' from project 'swift-release-notes')
2026-04-13 11:28:17.859 xcodebuild[889:5155] [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 swift-release-notes
(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
swift-argument-parser: https://github.com/apple/swift-argument-parser @ 1.7.1
swift-parsing: https://github.com/pointfreeco/swift-parsing @ 0.14.1
SemanticVersion: https://github.com/SwiftPackageIndex/SemanticVersion @ 0.5.3
swift-release-notes: /Users/admin/builder/spi-builder-workspace
swift-case-paths: https://github.com/pointfreeco/swift-case-paths @ 1.7.3
resolved source packages: swift-syntax, xctest-dynamic-overlay, swift-argument-parser, swift-parsing, SemanticVersion, swift-release-notes, swift-case-paths
2026-04-13 11:28:23.144 xcodebuild[968:5631] [MT] IDERunDestination: Supported platforms for the buildables in the current scheme is empty.
{
"dependencies" : [
{
"identity" : "semanticversion",
"requirement" : {
"range" : [
{
"lower_bound" : "0.3.1",
"upper_bound" : "1.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/SwiftPackageIndex/SemanticVersion"
},
{
"identity" : "swift-argument-parser",
"requirement" : {
"range" : [
{
"lower_bound" : "1.0.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-argument-parser"
},
{
"identity" : "swift-parsing",
"requirement" : {
"range" : [
{
"lower_bound" : "0.12.0",
"upper_bound" : "1.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/pointfreeco/swift-parsing"
}
],
"manifest_display_name" : "swift-release-notes",
"name" : "swift-release-notes",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "macos",
"version" : "11.0"
}
],
"products" : [
{
"name" : "swift-release-notes",
"targets" : [
"swift-release-notes"
],
"type" : {
"executable" : null
}
}
],
"targets" : [
{
"c99name" : "swift_release_notes",
"module_type" : "SwiftTarget",
"name" : "swift-release-notes",
"path" : "Sources/swift-release-notes",
"product_memberships" : [
"swift-release-notes"
],
"sources" : [
"main.swift"
],
"target_dependencies" : [
"ReleaseNotesCore"
],
"type" : "executable"
},
{
"c99name" : "ReleaseNotesTests",
"module_type" : "SwiftTarget",
"name" : "ReleaseNotesTests",
"path" : "Tests/ReleaseNotesTests",
"sources" : [
"LaunchTests.swift",
"PackageResolvedTests.swift",
"ParserCoreTests.swift",
"ReleaseNotesCoreTests.swift",
"TestUtils.swift"
],
"target_dependencies" : [
"ReleaseNotesCore"
],
"type" : "test"
},
{
"c99name" : "ReleaseNotesCore",
"module_type" : "SwiftTarget",
"name" : "ReleaseNotesCore",
"path" : "Sources/ReleaseNotesCore",
"product_dependencies" : [
"ArgumentParser",
"Parsing",
"SemanticVersion"
],
"product_memberships" : [
"swift-release-notes"
],
"sources" : [
"App.swift",
"Dictionary+ext.swift",
"PackageResolved.swift",
"ParsableCommand+async.swift",
"Parser.swift",
"ReleaseNotes.swift",
"Revision.swift",
"String+ext.swift",
"Update.swift"
],
"type" : "library"
}
],
"tools_version" : "5.5"
}
{
"workspace" : {
"name" : "spi-builder-workspace",
"schemes" : [
"swift-release-notes"
]
}
}
2026-04-13 11:28:25.730 xcodebuild[985:5750] [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 swift-release-notes -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 swift-release-notes -destination generic/platform=tvOS
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 @ 0.14.1
swift-case-paths: https://github.com/pointfreeco/swift-case-paths @ 1.7.3
swift-release-notes: /Users/admin/builder/spi-builder-workspace
SemanticVersion: https://github.com/SwiftPackageIndex/SemanticVersion @ 0.5.3
swift-syntax: https://github.com/swiftlang/swift-syntax @ 603.0.0
swift-argument-parser: https://github.com/apple/swift-argument-parser @ 1.7.1
ComputePackagePrebuildTargetDependencyGraph
Prepare packages
CreateBuildRequest
SendProjectDescription
CreateBuildOperation
ComputeTargetDependencyGraph
note: Building targets in dependency order
note: Target dependency graph (18 targets)
Target 'swift-release-notes' in project 'swift-release-notes'
➜ Explicit dependency on target 'ReleaseNotesCore' in project 'swift-release-notes'
➜ Explicit dependency on target 'ArgumentParser' in project 'swift-argument-parser'
➜ Explicit dependency on target 'Parsing' in project 'swift-parsing'
➜ Explicit dependency on target 'SemanticVersion' in project 'SemanticVersion'
Target 'ReleaseNotesCore' in project 'swift-release-notes'
➜ Explicit dependency on target 'ArgumentParser' in project 'swift-argument-parser'
➜ Explicit dependency on target 'Parsing' in project 'swift-parsing'
➜ Explicit dependency on target 'SemanticVersion' in project 'SemanticVersion'
Target 'SemanticVersion' in project 'SemanticVersion'
➜ Explicit dependency on target 'SemanticVersion' in project 'SemanticVersion'
Target 'SemanticVersion' in project 'SemanticVersion' (no dependencies)
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)
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)
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/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
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: 12751340a7214b8923f3434b25fbea02
Build description path: /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCBuildData/12751340a7214b8923f3434b25fbea02.xcbuilddata
error: The package product 'Parsing' requires minimum platform version 13.0 for the tvOS platform, but this target supports 12.0 (in target 'swift-release-notes' from project 'swift-release-notes')
error: The package product 'SemanticVersion' requires minimum platform version 16.0 for the tvOS platform, but this target supports 12.0 (in target 'swift-release-notes' from project 'swift-release-notes')
error: The package product 'Parsing' requires minimum platform version 13.0 for the tvOS platform, but this target supports 12.0 (in target 'ReleaseNotesCore' from project 'swift-release-notes')
error: The package product 'SemanticVersion' requires minimum platform version 16.0 for the tvOS platform, but this target supports 12.0 (in target 'ReleaseNotesCore' from project 'swift-release-notes')
2026-04-13 11:28:28.047 xcodebuild[995:5831] [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 swift-release-notes
(1 failure)
BUILD FAILURE 6.3 tvOS