Build Information
Failed to build SwiftSVG, reference main (e7cbe2
), with Swift 6.2 (beta) for tvOS using Xcode 26.0 on 20 Jun 2025 08:37:56 UTC.
Build Command
env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme SwiftSVG -destination generic/platform=tvOS
Build Log
========================================
RunAll
========================================
Builder version: 4.64.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/richardpiazza/SwiftSVG.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/richardpiazza/SwiftSVG
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
HEAD is now at e7cbe21 Corrected 'Line' Description Syntax (#17)
Cloned https://github.com/richardpiazza/SwiftSVG.git
Revision (git rev-parse @):
e7cbe21d68f0aef5f1e8fd3c3eb0d738672b039e
SUCCESS checkout https://github.com/richardpiazza/SwiftSVG.git at main
========================================
Build
========================================
Selected platform: tvOS
Swift version: 6.2
Building package at path: $PWD
https://github.com/richardpiazza/SwiftSVG.git
Command line invocation:
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/usr/bin/xcodebuild -IDEClonedSourcePackagesDirPathOverride=/Users/admin/builder/spi-builder-workspace/.dependencies -resolvePackageDependencies
Resolve Package Graph
Fetching from https://github.com/richardpiazza/Swift2D.git
Fetching from https://github.com/CoreOffice/XMLCoder.git
Creating working copy of package ‘Swift2D’
Checking out 2.2.1 of package ‘Swift2D’
Creating working copy of package ‘XMLCoder’
Checking out 0.17.1 of package ‘XMLCoder’
Resolve Package Graph
Resolved source packages:
Swift2D: https://github.com/richardpiazza/Swift2D.git @ 2.2.1
XMLCoder: https://github.com/CoreOffice/XMLCoder.git @ 0.17.1
SwiftSVG: /Users/admin/builder/spi-builder-workspace
resolved source packages: Swift2D, XMLCoder, SwiftSVG
{
"dependencies" : [
{
"identity" : "xmlcoder",
"requirement" : {
"range" : [
{
"lower_bound" : "0.15.0",
"upper_bound" : "1.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/CoreOffice/XMLCoder.git"
},
{
"identity" : "swift2d",
"requirement" : {
"range" : [
{
"lower_bound" : "2.1.0",
"upper_bound" : "3.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/richardpiazza/Swift2D.git"
}
],
"manifest_display_name" : "SwiftSVG",
"name" : "SwiftSVG",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
],
"products" : [
{
"name" : "SwiftSVG",
"targets" : [
"SwiftSVG"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "SwiftSVGTests",
"module_type" : "SwiftTarget",
"name" : "SwiftSVGTests",
"path" : "Tests/SwiftSVGTests",
"resources" : [
{
"path" : "/Users/admin/builder/spi-builder-workspace/Tests/SwiftSVGTests/Resources/quad01.svg",
"rule" : {
"process" : {
}
}
}
],
"sources" : [
"CommandRepresentableTests.swift",
"Extensions.swift",
"PathDataTests.swift",
"PointTests.swift",
"SVGTests.swift",
"TranformationTests.swift"
],
"target_dependencies" : [
"SwiftSVG"
],
"type" : "test"
},
{
"c99name" : "SwiftSVG",
"module_type" : "SwiftTarget",
"name" : "SwiftSVG",
"path" : "Sources/SwiftSVG",
"product_dependencies" : [
"XMLCoder",
"Swift2D"
],
"product_memberships" : [
"SwiftSVG"
],
"sources" : [
"Circle.swift",
"CommandRepresentable.swift",
"Container.swift",
"CoreAttributes.swift",
"Element.swift",
"Ellipse.swift",
"Extensions/Point+SwiftSVG.swift",
"Fill.swift",
"Group.swift",
"Internal/EllipseProcessor.swift",
"Internal/PathProcessor.swift",
"Internal/PolygonProcressor.swift",
"Internal/PolylineProcessor.swift",
"Internal/RectangleProcessor.swift",
"Line.swift",
"Path.Command.swift",
"Path.Component.swift",
"Path.ComponentParser.swift",
"Path.swift",
"Polygon.swift",
"Polyline.swift",
"PresentationAttributes.swift",
"Rectangle.swift",
"SVG+Swift2D.swift",
"SVG.swift",
"Stroke.swift",
"StylingAttributes.swift",
"Text.swift",
"Transformation.swift"
],
"type" : "library"
}
],
"tools_version" : "5.3"
}
{
"workspace" : {
"name" : "spi-builder-workspace",
"schemes" : [
"SwiftSVG"
]
}
}
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme SwiftSVG -destination generic/platform=tvOS
Command line invocation:
/Applications/Xcode-26.0.0-Beta.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 SwiftSVG -destination generic/platform=tvOS
Resolve Package Graph
Resolve Package Graph
Resolved source packages:
XMLCoder: https://github.com/CoreOffice/XMLCoder.git @ 0.17.1
Swift2D: https://github.com/richardpiazza/Swift2D.git @ 2.2.1
SwiftSVG: /Users/admin/builder/spi-builder-workspace
ComputePackagePrebuildTargetDependencyGraph
Prepare packages
CreateBuildRequest
SendProjectDescription
CreateBuildOperation
ComputeTargetDependencyGraph
note: Building targets in dependency order
note: Target dependency graph (6 targets)
Target 'SwiftSVG' in project 'SwiftSVG'
➜ Explicit dependency on target 'SwiftSVG' in project 'SwiftSVG'
➜ Explicit dependency on target 'XMLCoder' in project 'XMLCoder'
➜ Explicit dependency on target 'Swift2D' in project 'Swift2D'
Target 'SwiftSVG' in project 'SwiftSVG'
➜ Explicit dependency on target 'XMLCoder' in project 'XMLCoder'
➜ Explicit dependency on target 'Swift2D' in project 'Swift2D'
Target 'Swift2D' in project 'Swift2D'
➜ Explicit dependency on target 'Swift2D' in project 'Swift2D'
Target 'Swift2D' in project 'Swift2D' (no dependencies)
Target 'XMLCoder' in project 'XMLCoder'
➜ Explicit dependency on target 'XMLCoder' in project 'XMLCoder'
Target 'XMLCoder' in project 'XMLCoder' (no dependencies)
GatherProvisioningInputs
CreateBuildDescription
ExecuteExternalTool /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc --version
ExecuteExternalTool /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -isysroot /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS26.0.sdk -x c -c /dev/null
ExecuteExternalTool /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld -version_details
Build description signature: 5020d40d10d563aed51a9f0c577b8951
Build description path: /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCBuildData/5020d40d10d563aed51a9f0c577b8951.xcbuilddata
error: The package product 'Swift2D' requires minimum platform version 16.0 for the tvOS platform, but this target supports 12.0 (in target 'SwiftSVG' from project 'SwiftSVG')
** BUILD FAILED **
The following build commands failed:
Building workspace spi-builder-workspace with scheme SwiftSVG
(1 failure)
Command line invocation:
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/usr/bin/xcodebuild -IDEClonedSourcePackagesDirPathOverride=/Users/admin/builder/spi-builder-workspace/.dependencies -resolvePackageDependencies
Resolve Package Graph
Resolved source packages:
XMLCoder: https://github.com/CoreOffice/XMLCoder.git @ 0.17.1
Swift2D: https://github.com/richardpiazza/Swift2D.git @ 2.2.1
SwiftSVG: /Users/admin/builder/spi-builder-workspace
resolved source packages: XMLCoder, Swift2D, SwiftSVG
{
"dependencies" : [
{
"identity" : "xmlcoder",
"requirement" : {
"range" : [
{
"lower_bound" : "0.15.0",
"upper_bound" : "1.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/CoreOffice/XMLCoder.git"
},
{
"identity" : "swift2d",
"requirement" : {
"range" : [
{
"lower_bound" : "2.1.0",
"upper_bound" : "3.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/richardpiazza/Swift2D.git"
}
],
"manifest_display_name" : "SwiftSVG",
"name" : "SwiftSVG",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
],
"products" : [
{
"name" : "SwiftSVG",
"targets" : [
"SwiftSVG"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "SwiftSVGTests",
"module_type" : "SwiftTarget",
"name" : "SwiftSVGTests",
"path" : "Tests/SwiftSVGTests",
"resources" : [
{
"path" : "/Users/admin/builder/spi-builder-workspace/Tests/SwiftSVGTests/Resources/quad01.svg",
"rule" : {
"process" : {
}
}
}
],
"sources" : [
"CommandRepresentableTests.swift",
"Extensions.swift",
"PathDataTests.swift",
"PointTests.swift",
"SVGTests.swift",
"TranformationTests.swift"
],
"target_dependencies" : [
"SwiftSVG"
],
"type" : "test"
},
{
"c99name" : "SwiftSVG",
"module_type" : "SwiftTarget",
"name" : "SwiftSVG",
"path" : "Sources/SwiftSVG",
"product_dependencies" : [
"XMLCoder",
"Swift2D"
],
"product_memberships" : [
"SwiftSVG"
],
"sources" : [
"Circle.swift",
"CommandRepresentable.swift",
"Container.swift",
"CoreAttributes.swift",
"Element.swift",
"Ellipse.swift",
"Extensions/Point+SwiftSVG.swift",
"Fill.swift",
"Group.swift",
"Internal/EllipseProcessor.swift",
"Internal/PathProcessor.swift",
"Internal/PolygonProcressor.swift",
"Internal/PolylineProcessor.swift",
"Internal/RectangleProcessor.swift",
"Line.swift",
"Path.Command.swift",
"Path.Component.swift",
"Path.ComponentParser.swift",
"Path.swift",
"Polygon.swift",
"Polyline.swift",
"PresentationAttributes.swift",
"Rectangle.swift",
"SVG+Swift2D.swift",
"SVG.swift",
"Stroke.swift",
"StylingAttributes.swift",
"Text.swift",
"Transformation.swift"
],
"type" : "library"
}
],
"tools_version" : "5.3"
}
{
"workspace" : {
"name" : "spi-builder-workspace",
"schemes" : [
"SwiftSVG"
]
}
}
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme SwiftSVG -destination generic/platform=tvOS
Command line invocation:
/Applications/Xcode-26.0.0-Beta.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 SwiftSVG -destination generic/platform=tvOS
Resolve Package Graph
Resolved source packages:
XMLCoder: https://github.com/CoreOffice/XMLCoder.git @ 0.17.1
SwiftSVG: /Users/admin/builder/spi-builder-workspace
Swift2D: https://github.com/richardpiazza/Swift2D.git @ 2.2.1
ComputePackagePrebuildTargetDependencyGraph
Prepare packages
CreateBuildRequest
SendProjectDescription
CreateBuildOperation
ComputeTargetDependencyGraph
note: Building targets in dependency order
note: Target dependency graph (6 targets)
Target 'SwiftSVG' in project 'SwiftSVG'
➜ Explicit dependency on target 'SwiftSVG' in project 'SwiftSVG'
➜ Explicit dependency on target 'XMLCoder' in project 'XMLCoder'
➜ Explicit dependency on target 'Swift2D' in project 'Swift2D'
Target 'SwiftSVG' in project 'SwiftSVG'
➜ Explicit dependency on target 'XMLCoder' in project 'XMLCoder'
➜ Explicit dependency on target 'Swift2D' in project 'Swift2D'
Target 'Swift2D' in project 'Swift2D'
➜ Explicit dependency on target 'Swift2D' in project 'Swift2D'
Target 'Swift2D' in project 'Swift2D' (no dependencies)
Target 'XMLCoder' in project 'XMLCoder'
➜ Explicit dependency on target 'XMLCoder' in project 'XMLCoder'
Target 'XMLCoder' in project 'XMLCoder' (no dependencies)
GatherProvisioningInputs
CreateBuildDescription
ExecuteExternalTool /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc --version
ExecuteExternalTool /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -isysroot /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS26.0.sdk -x c -c /dev/null
ExecuteExternalTool /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld -version_details
Build description signature: 5020d40d10d563aed51a9f0c577b8951
Build description path: /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCBuildData/5020d40d10d563aed51a9f0c577b8951.xcbuilddata
error: The package product 'Swift2D' requires minimum platform version 16.0 for the tvOS platform, but this target supports 12.0 (in target 'SwiftSVG' from project 'SwiftSVG')
** BUILD FAILED **
The following build commands failed:
Building workspace spi-builder-workspace with scheme SwiftSVG
(1 failure)
BUILD FAILURE 6.2 tvOS