Build Information
Failed to build VectorPlus, reference main (318611
), with Swift 6.2 (beta) for watchOS using Xcode 26.0 on 21 Jun 2025 23:38:40 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 generic/platform=watchOS
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: watchOS
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/apple/swift-argument-parser.git
Fetching from https://github.com/JohnSundell/ShellOut.git
Fetching from https://github.com/richardpiazza/SwiftColor.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 ‘swift-argument-parser’
Checking out 1.5.1 of package ‘swift-argument-parser’
Creating working copy of package ‘SwiftSVG’
Checking out 0.11.0 of package ‘SwiftSVG’
Creating working copy of package ‘SwiftColor’
Checking out 0.2.0 of package ‘SwiftColor’
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’
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
SwiftColor: https://github.com/richardpiazza/SwiftColor.git @ 0.2.0
ShellOut: https://github.com/JohnSundell/ShellOut.git @ 2.3.0
XMLCoder: https://github.com/CoreOffice/XMLCoder.git @ 0.17.1
VectorPlus: /Users/admin/builder/spi-builder-workspace
resolved source packages: Swift2D, swift-argument-parser, SwiftSVG, SwiftColor, ShellOut, XMLCoder, VectorPlus
{
"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 generic/platform=watchOS
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 generic/platform=watchOS
Resolve Package Graph
Resolve Package Graph
Resolved source packages:
Swift2D: https://github.com/richardpiazza/Swift2D.git @ 2.2.1
SwiftSVG: https://github.com/richardpiazza/SwiftSVG.git @ 0.11.0
swift-argument-parser: https://github.com/apple/swift-argument-parser.git @ 1.5.1
VectorPlus: /Users/admin/builder/spi-builder-workspace
SwiftColor: https://github.com/richardpiazza/SwiftColor.git @ 0.2.0
XMLCoder: https://github.com/CoreOffice/XMLCoder.git @ 0.17.1
ShellOut: https://github.com/JohnSundell/ShellOut.git @ 2.3.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/WatchOS.platform/Developer/SDKs/WatchOS26.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: 8836071656cade739a235ce2f3fbd579
Build description path: /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCBuildData/8836071656cade739a235ce2f3fbd579.xcbuilddata
error: The package product 'Swift2D' requires minimum platform version 9.0 for the watchOS platform, but this target supports 5.0 (in target 'SwiftSVG' from project 'SwiftSVG')
** 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
VectorPlus: /Users/admin/builder/spi-builder-workspace
swift-argument-parser: https://github.com/apple/swift-argument-parser.git @ 1.5.1
SwiftColor: https://github.com/richardpiazza/SwiftColor.git @ 0.2.0
ShellOut: https://github.com/JohnSundell/ShellOut.git @ 2.3.0
XMLCoder: https://github.com/CoreOffice/XMLCoder.git @ 0.17.1
SwiftSVG: https://github.com/richardpiazza/SwiftSVG.git @ 0.11.0
resolved source packages: Swift2D, VectorPlus, swift-argument-parser, SwiftColor, ShellOut, XMLCoder, SwiftSVG
{
"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 generic/platform=watchOS
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 generic/platform=watchOS
Resolve Package Graph
Resolved source packages:
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
swift-argument-parser: https://github.com/apple/swift-argument-parser.git @ 1.5.1
Swift2D: https://github.com/richardpiazza/Swift2D.git @ 2.2.1
VectorPlus: /Users/admin/builder/spi-builder-workspace
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/WatchOS.platform/Developer/SDKs/WatchOS26.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: 8836071656cade739a235ce2f3fbd579
Build description path: /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCBuildData/8836071656cade739a235ce2f3fbd579.xcbuilddata
error: The package product 'Swift2D' requires minimum platform version 9.0 for the watchOS platform, but this target supports 5.0 (in target 'SwiftSVG' from project 'SwiftSVG')
** BUILD FAILED **
The following build commands failed:
Building workspace spi-builder-workspace with scheme VectorPlus-Package
(1 failure)
BUILD FAILURE 6.2 watchOS