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 VectorPlus, reference main (318611), with Swift 6.2 (beta) for macOS (Xcode) using Xcode 26.0 on 21 Jun 2025 23: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 VectorPlus-Package -destination platform=macOS,arch=arm64

Build Log

========================================
RunAll
========================================
Builder version: 4.64.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/richardpiazza/VectorPlus.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/richardpiazza/VectorPlus
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at 3186119 SwiftPackageIndex Configuration (#7)
Cloned https://github.com/richardpiazza/VectorPlus.git
Revision (git rev-parse @):
318611972e49bf2626ca3cad26dc5525474cd202
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/richardpiazza/VectorPlus.git at main
========================================
Build
========================================
Selected platform:         macosXcodebuild
Swift version:             6.2
Building package at path:  $PWD
https://github.com/richardpiazza/VectorPlus.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/SwiftColor.git
Fetching from https://github.com/JohnSundell/ShellOut.git
Fetching from https://github.com/apple/swift-argument-parser.git
Fetching from https://github.com/richardpiazza/SwiftSVG.git
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 ‘SwiftSVG’
Checking out 0.11.0 of package ‘SwiftSVG’
Creating working copy of package ‘swift-argument-parser’
Checking out 1.5.1 of package ‘swift-argument-parser’
Creating working copy of package ‘XMLCoder’
Checking out 0.17.1 of package ‘XMLCoder’
Creating working copy of package ‘ShellOut’
Checking out 2.3.0 of package ‘ShellOut’
Creating working copy of package ‘SwiftColor’
Checking out 0.2.0 of package ‘SwiftColor’
Resolve Package Graph
Resolved source packages:
  SwiftSVG: https://github.com/richardpiazza/SwiftSVG.git @ 0.11.0
  Swift2D: https://github.com/richardpiazza/Swift2D.git @ 2.2.1
  SwiftColor: https://github.com/richardpiazza/SwiftColor.git @ 0.2.0
  XMLCoder: https://github.com/CoreOffice/XMLCoder.git @ 0.17.1
  VectorPlus: /Users/admin/builder/spi-builder-workspace
  ShellOut: https://github.com/JohnSundell/ShellOut.git @ 2.3.0
  swift-argument-parser: https://github.com/apple/swift-argument-parser.git @ 1.5.1
resolved source packages: SwiftSVG, Swift2D, SwiftColor, XMLCoder, VectorPlus, ShellOut, swift-argument-parser
{
  "dependencies" : [
    {
      "identity" : "swift-argument-parser",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.5.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-argument-parser.git"
    },
    {
      "identity" : "swiftsvg",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.11.0",
            "upper_bound" : "1.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/richardpiazza/SwiftSVG.git"
    },
    {
      "identity" : "swiftcolor",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.2.0",
            "upper_bound" : "1.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/richardpiazza/SwiftColor.git"
    },
    {
      "identity" : "shellout",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "2.3.0",
            "upper_bound" : "3.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/JohnSundell/ShellOut.git"
    }
  ],
  "manifest_display_name" : "VectorPlus",
  "name" : "VectorPlus",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "12.0"
    },
    {
      "name" : "maccatalyst",
      "version" : "15.0"
    },
    {
      "name" : "ios",
      "version" : "15.0"
    },
    {
      "name" : "tvos",
      "version" : "15.0"
    },
    {
      "name" : "watchos",
      "version" : "8.0"
    }
  ],
  "products" : [
    {
      "name" : "vectorplus",
      "targets" : [
        "Executable"
      ],
      "type" : {
        "executable" : null
      }
    },
    {
      "name" : "VectorPlus",
      "targets" : [
        "VectorPlus"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "VectorPlusTests",
      "module_type" : "SwiftTarget",
      "name" : "VectorPlusTests",
      "path" : "Tests/VectorPlusTests",
      "product_dependencies" : [
        "SwiftSVG"
      ],
      "sources" : [
        "Extensions.swift",
        "InstructionTranslationTests.swift",
        "VectorPlusTests.swift"
      ],
      "target_dependencies" : [
        "Executable",
        "VectorPlus"
      ],
      "type" : "test"
    },
    {
      "c99name" : "VectorPlus",
      "module_type" : "SwiftTarget",
      "name" : "VectorPlus",
      "path" : "Sources/VectorPlus",
      "product_dependencies" : [
        "SwiftSVG",
        "SwiftColor"
      ],
      "product_memberships" : [
        "vectorplus",
        "VectorPlus"
      ],
      "sources" : [
        "AppKit/SVG+NSImage.swift",
        "CoreGraphics/CGContext+Render.swift",
        "CoreGraphics/CGMutablePath+Instruction.swift",
        "CoreGraphics/Fill+CoreGraphics.swift",
        "CoreGraphics/SVG+CGPath.swift",
        "CoreGraphics/Stroke+CoreGraphics.swift",
        "Fill+VectorPlus.swift",
        "Path+VectorPlus.swift",
        "Path.Command+VectorPlus.swift",
        "Pigment+VectorPlus.swift",
        "Point+VectorPlus.swift",
        "Rect+VectorPlus.swift",
        "SVG+AppleSymbols.swift",
        "SVG+Template.swift",
        "Size+VectorPlus.swift",
        "Stroke+VectorPlus.swift",
        "SwiftUI/SVG+Example.swift",
        "SwiftUI/SVGView.swift",
        "SwiftUI/SwiftUI.Color+VectorPlus.swift",
        "SwiftUI/SwiftUI.Path+VectorPlus.swift",
        "Template+UIImageView.swift",
        "UIKit/SVG+UIImage.swift",
        "UIKit/SVGImageView.swift",
        "VectorPoint.swift"
      ],
      "type" : "library"
    },
    {
      "c99name" : "Executable",
      "module_type" : "SwiftTarget",
      "name" : "Executable",
      "path" : "Sources/Executable",
      "product_dependencies" : [
        "SwiftSVG",
        "ArgumentParser",
        "ShellOut"
      ],
      "product_memberships" : [
        "vectorplus"
      ],
      "sources" : [
        "AppDelegate.swift",
        "Convert.swift",
        "FileManager+Document.swift",
        "Inspect.swift",
        "Preview.swift",
        "Render.swift",
        "main.swift"
      ],
      "target_dependencies" : [
        "VectorPlus"
      ],
      "type" : "executable"
    }
  ],
  "tools_version" : "5.9"
}
{
  "workspace" : {
    "name" : "spi-builder-workspace",
    "schemes" : [
      "vectorplus",
      "VectorPlus",
      "VectorPlus-Package"
    ]
  }
}
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme VectorPlus-Package -destination platform=macOS,arch=arm64
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 VectorPlus-Package -destination platform=macOS,arch=arm64
Resolve Package Graph
Resolve Package Graph
Resolved source packages:
  swift-argument-parser: https://github.com/apple/swift-argument-parser.git @ 1.5.1
  Swift2D: https://github.com/richardpiazza/Swift2D.git @ 2.2.1
  XMLCoder: https://github.com/CoreOffice/XMLCoder.git @ 0.17.1
  ShellOut: https://github.com/JohnSundell/ShellOut.git @ 2.3.0
  SwiftSVG: https://github.com/richardpiazza/SwiftSVG.git @ 0.11.0
  SwiftColor: https://github.com/richardpiazza/SwiftColor.git @ 0.2.0
  VectorPlus: /Users/admin/builder/spi-builder-workspace
ComputePackagePrebuildTargetDependencyGraph
Prepare packages
CreateBuildRequest
SendProjectDescription
CreateBuildOperation
ComputeTargetDependencyGraph
note: Building targets in dependency order
note: Target dependency graph (16 targets)
    Target 'vectorplus' in project 'VectorPlus'
        ➜ Explicit dependency on target 'VectorPlus' in project 'VectorPlus'
        ➜ Explicit dependency on target 'SwiftSVG' in project 'SwiftSVG'
        ➜ Explicit dependency on target 'SwiftColor' in project 'SwiftColor'
        ➜ Explicit dependency on target 'ArgumentParser' in project 'swift-argument-parser'
        ➜ Explicit dependency on target 'ShellOut' in project 'ShellOut'
    Target 'ShellOut' in project 'ShellOut'
        ➜ Explicit dependency on target 'ShellOut' in project 'ShellOut'
    Target 'ShellOut' in project 'ShellOut' (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)
    Target 'VectorPlus' in project 'VectorPlus'
        ➜ Explicit dependency on target 'VectorPlus' in project 'VectorPlus'
        ➜ Explicit dependency on target 'SwiftSVG' in project 'SwiftSVG'
        ➜ Explicit dependency on target 'SwiftColor' in project 'SwiftColor'
    Target 'VectorPlus' in project 'VectorPlus'
        ➜ Explicit dependency on target 'SwiftSVG' in project 'SwiftSVG'
        ➜ Explicit dependency on target 'SwiftColor' in project 'SwiftColor'
    Target 'SwiftColor' in project 'SwiftColor'
        ➜ Explicit dependency on target 'SwiftColor' in project 'SwiftColor'
    Target 'SwiftColor' in project 'SwiftColor' (no dependencies)
    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/MacOSX.platform/Developer/SDKs/MacOSX26.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
ReadFileContents /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/share/docc/features.json
Build description signature: 32aa983423c2997b6c827314154426f6
Build description path: /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCBuildData/32aa983423c2997b6c827314154426f6.xcbuilddata
error: The package product 'Swift2D' requires minimum platform version 13.0 for the macOS platform, but this target supports 10.13 (in target 'SwiftSVG' from project 'SwiftSVG')
--- xcodebuild: WARNING: Using the first of multiple matching destinations:
{ platform:macOS, arch:arm64, id:76191a1135dd3d7f5715395bbed61f9da0418e99, name:My Mac }
{ platform:macOS, arch:arm64, variant:Mac Catalyst, id:76191a1135dd3d7f5715395bbed61f9da0418e99, name:My Mac }
{ platform:macOS, arch:arm64, variant:DriverKit, id:76191a1135dd3d7f5715395bbed61f9da0418e99, name:My Mac }
{ platform:macOS, arch:arm64, variant:Designed for [iPad,iPhone], id:76191a1135dd3d7f5715395bbed61f9da0418e99, name:My Mac }
** BUILD FAILED **
The following build commands failed:
	Building workspace spi-builder-workspace with scheme VectorPlus-Package
(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:
  Swift2D: https://github.com/richardpiazza/Swift2D.git @ 2.2.1
  swift-argument-parser: https://github.com/apple/swift-argument-parser.git @ 1.5.1
  SwiftSVG: https://github.com/richardpiazza/SwiftSVG.git @ 0.11.0
  XMLCoder: https://github.com/CoreOffice/XMLCoder.git @ 0.17.1
  ShellOut: https://github.com/JohnSundell/ShellOut.git @ 2.3.0
  VectorPlus: /Users/admin/builder/spi-builder-workspace
  SwiftColor: https://github.com/richardpiazza/SwiftColor.git @ 0.2.0
resolved source packages: Swift2D, swift-argument-parser, SwiftSVG, XMLCoder, ShellOut, VectorPlus, SwiftColor
{
  "dependencies" : [
    {
      "identity" : "swift-argument-parser",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.5.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-argument-parser.git"
    },
    {
      "identity" : "swiftsvg",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.11.0",
            "upper_bound" : "1.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/richardpiazza/SwiftSVG.git"
    },
    {
      "identity" : "swiftcolor",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.2.0",
            "upper_bound" : "1.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/richardpiazza/SwiftColor.git"
    },
    {
      "identity" : "shellout",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "2.3.0",
            "upper_bound" : "3.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/JohnSundell/ShellOut.git"
    }
  ],
  "manifest_display_name" : "VectorPlus",
  "name" : "VectorPlus",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "12.0"
    },
    {
      "name" : "maccatalyst",
      "version" : "15.0"
    },
    {
      "name" : "ios",
      "version" : "15.0"
    },
    {
      "name" : "tvos",
      "version" : "15.0"
    },
    {
      "name" : "watchos",
      "version" : "8.0"
    }
  ],
  "products" : [
    {
      "name" : "vectorplus",
      "targets" : [
        "Executable"
      ],
      "type" : {
        "executable" : null
      }
    },
    {
      "name" : "VectorPlus",
      "targets" : [
        "VectorPlus"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "VectorPlusTests",
      "module_type" : "SwiftTarget",
      "name" : "VectorPlusTests",
      "path" : "Tests/VectorPlusTests",
      "product_dependencies" : [
        "SwiftSVG"
      ],
      "sources" : [
        "Extensions.swift",
        "InstructionTranslationTests.swift",
        "VectorPlusTests.swift"
      ],
      "target_dependencies" : [
        "Executable",
        "VectorPlus"
      ],
      "type" : "test"
    },
    {
      "c99name" : "VectorPlus",
      "module_type" : "SwiftTarget",
      "name" : "VectorPlus",
      "path" : "Sources/VectorPlus",
      "product_dependencies" : [
        "SwiftSVG",
        "SwiftColor"
      ],
      "product_memberships" : [
        "vectorplus",
        "VectorPlus"
      ],
      "sources" : [
        "AppKit/SVG+NSImage.swift",
        "CoreGraphics/CGContext+Render.swift",
        "CoreGraphics/CGMutablePath+Instruction.swift",
        "CoreGraphics/Fill+CoreGraphics.swift",
        "CoreGraphics/SVG+CGPath.swift",
        "CoreGraphics/Stroke+CoreGraphics.swift",
        "Fill+VectorPlus.swift",
        "Path+VectorPlus.swift",
        "Path.Command+VectorPlus.swift",
        "Pigment+VectorPlus.swift",
        "Point+VectorPlus.swift",
        "Rect+VectorPlus.swift",
        "SVG+AppleSymbols.swift",
        "SVG+Template.swift",
        "Size+VectorPlus.swift",
        "Stroke+VectorPlus.swift",
        "SwiftUI/SVG+Example.swift",
        "SwiftUI/SVGView.swift",
        "SwiftUI/SwiftUI.Color+VectorPlus.swift",
        "SwiftUI/SwiftUI.Path+VectorPlus.swift",
        "Template+UIImageView.swift",
        "UIKit/SVG+UIImage.swift",
        "UIKit/SVGImageView.swift",
        "VectorPoint.swift"
      ],
      "type" : "library"
    },
    {
      "c99name" : "Executable",
      "module_type" : "SwiftTarget",
      "name" : "Executable",
      "path" : "Sources/Executable",
      "product_dependencies" : [
        "SwiftSVG",
        "ArgumentParser",
        "ShellOut"
      ],
      "product_memberships" : [
        "vectorplus"
      ],
      "sources" : [
        "AppDelegate.swift",
        "Convert.swift",
        "FileManager+Document.swift",
        "Inspect.swift",
        "Preview.swift",
        "Render.swift",
        "main.swift"
      ],
      "target_dependencies" : [
        "VectorPlus"
      ],
      "type" : "executable"
    }
  ],
  "tools_version" : "5.9"
}
{
  "workspace" : {
    "name" : "spi-builder-workspace",
    "schemes" : [
      "vectorplus",
      "VectorPlus",
      "VectorPlus-Package"
    ]
  }
}
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme VectorPlus-Package -destination platform=macOS,arch=arm64
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 VectorPlus-Package -destination platform=macOS,arch=arm64
Resolve Package Graph
Resolved source packages:
  swift-argument-parser: https://github.com/apple/swift-argument-parser.git @ 1.5.1
  VectorPlus: /Users/admin/builder/spi-builder-workspace
  Swift2D: https://github.com/richardpiazza/Swift2D.git @ 2.2.1
  ShellOut: https://github.com/JohnSundell/ShellOut.git @ 2.3.0
  SwiftSVG: https://github.com/richardpiazza/SwiftSVG.git @ 0.11.0
  XMLCoder: https://github.com/CoreOffice/XMLCoder.git @ 0.17.1
  SwiftColor: https://github.com/richardpiazza/SwiftColor.git @ 0.2.0
ComputePackagePrebuildTargetDependencyGraph
Prepare packages
CreateBuildRequest
SendProjectDescription
CreateBuildOperation
ComputeTargetDependencyGraph
note: Building targets in dependency order
note: Target dependency graph (16 targets)
    Target 'vectorplus' in project 'VectorPlus'
        ➜ Explicit dependency on target 'VectorPlus' in project 'VectorPlus'
        ➜ Explicit dependency on target 'SwiftSVG' in project 'SwiftSVG'
        ➜ Explicit dependency on target 'SwiftColor' in project 'SwiftColor'
        ➜ Explicit dependency on target 'ArgumentParser' in project 'swift-argument-parser'
        ➜ Explicit dependency on target 'ShellOut' in project 'ShellOut'
    Target 'ShellOut' in project 'ShellOut'
        ➜ Explicit dependency on target 'ShellOut' in project 'ShellOut'
    Target 'ShellOut' in project 'ShellOut' (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)
    Target 'VectorPlus' in project 'VectorPlus'
        ➜ Explicit dependency on target 'VectorPlus' in project 'VectorPlus'
        ➜ Explicit dependency on target 'SwiftSVG' in project 'SwiftSVG'
        ➜ Explicit dependency on target 'SwiftColor' in project 'SwiftColor'
    Target 'VectorPlus' in project 'VectorPlus'
        ➜ Explicit dependency on target 'SwiftSVG' in project 'SwiftSVG'
        ➜ Explicit dependency on target 'SwiftColor' in project 'SwiftColor'
    Target 'SwiftColor' in project 'SwiftColor'
        ➜ Explicit dependency on target 'SwiftColor' in project 'SwiftColor'
    Target 'SwiftColor' in project 'SwiftColor' (no dependencies)
    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/MacOSX.platform/Developer/SDKs/MacOSX26.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
ReadFileContents /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/share/docc/features.json
Build description signature: 32aa983423c2997b6c827314154426f6
Build description path: /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCBuildData/32aa983423c2997b6c827314154426f6.xcbuilddata
error: The package product 'Swift2D' requires minimum platform version 13.0 for the macOS platform, but this target supports 10.13 (in target 'SwiftSVG' from project 'SwiftSVG')
--- xcodebuild: WARNING: Using the first of multiple matching destinations:
{ platform:macOS, arch:arm64, id:76191a1135dd3d7f5715395bbed61f9da0418e99, name:My Mac }
{ platform:macOS, arch:arm64, variant:Mac Catalyst, id:76191a1135dd3d7f5715395bbed61f9da0418e99, name:My Mac }
{ platform:macOS, arch:arm64, variant:DriverKit, id:76191a1135dd3d7f5715395bbed61f9da0418e99, name:My Mac }
{ platform:macOS, arch:arm64, variant:Designed for [iPad,iPhone], id:76191a1135dd3d7f5715395bbed61f9da0418e99, name:My Mac }
** BUILD FAILED **
The following build commands failed:
	Building workspace spi-builder-workspace with scheme VectorPlus-Package
(1 failure)
BUILD FAILURE 6.2 macosXcodebuild