The Swift Package Index logo.Swift Package Index

Has it really been five years since Swift Package Index launched? Read our anniversary blog post!

Build Information

Failed to build SwiftSVG, reference 0.11.0 (7238a6), with Swift 6.2 (beta) for tvOS using Xcode 26.0 on 20 Jun 2025 08:37:48 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: 0.11.0
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/richardpiazza/SwiftSVG
 * tag               0.11.0     -> FETCH_HEAD
HEAD is now at 7238a60 Smooth Curves (#13)
Cloned https://github.com/richardpiazza/SwiftSVG.git
Revision (git rev-parse @):
7238a601fc0e074543e3fa1b1912bf7afa9d32bf
SUCCESS checkout https://github.com/richardpiazza/SwiftSVG.git at 0.11.0
========================================
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
  SwiftSVG: /Users/admin/builder/spi-builder-workspace
  XMLCoder: https://github.com/CoreOffice/XMLCoder.git @ 0.17.1
resolved source packages: Swift2D, SwiftSVG, XMLCoder
{
  "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:
  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
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:
  Swift2D: https://github.com/richardpiazza/Swift2D.git @ 2.2.1
  SwiftSVG: /Users/admin/builder/spi-builder-workspace
  XMLCoder: https://github.com/CoreOffice/XMLCoder.git @ 0.17.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/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/swiftc --version
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