Build Information
Successful build of VectorPlus, reference 0.5.0 (ca549e), with Swift 6.1 for macOS (SPM) on 20 Feb 2026 17:52:59 UTC.
Swift 6 data race errors: 0
Build Command
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCapturesBuild Log
========================================
RunAll
========================================
Builder version: 4.68.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/richardpiazza/VectorPlus.git
Reference: 0.5.0
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/richardpiazza/VectorPlus
* tag 0.5.0 -> FETCH_HEAD
HEAD is now at ca549e3 Added Platform Builds (#11)
Cloned https://github.com/richardpiazza/VectorPlus.git
Revision (git rev-parse @):
ca549e38620f2db9e004c5bb71c2720df36ae276
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/richardpiazza/VectorPlus.git at 0.5.0
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.1
Building package at path: $PWD
https://github.com/richardpiazza/VectorPlus.git
https://github.com/richardpiazza/VectorPlus.git
{
"dependencies" : [
{
"identity" : "swift-argument-parser",
"requirement" : {
"range" : [
{
"lower_bound" : "1.7.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-argument-parser.git"
},
{
"identity" : "swift-testing",
"requirement" : {
"range" : [
{
"lower_bound" : "6.2.0",
"upper_bound" : "7.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/swiftlang/swift-testing.git"
},
{
"identity" : "swiftsvg",
"requirement" : {
"range" : [
{
"lower_bound" : "0.12.0",
"upper_bound" : "1.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/richardpiazza/SwiftSVG.git"
},
{
"identity" : "swiftcolor",
"requirement" : {
"range" : [
{
"lower_bound" : "0.3.2",
"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" : "13.0"
},
{
"name" : "maccatalyst",
"version" : "16.0"
},
{
"name" : "ios",
"version" : "16.0"
},
{
"name" : "tvos",
"version" : "16.0"
},
{
"name" : "watchos",
"version" : "9.0"
},
{
"name" : "visionos",
"version" : "1.0"
}
],
"products" : [
{
"name" : "vector-plus",
"targets" : [
"vector-plus"
],
"type" : {
"executable" : null
}
},
{
"name" : "VectorPlus",
"targets" : [
"VectorPlus"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "vector_plus",
"module_type" : "SwiftTarget",
"name" : "vector-plus",
"path" : "Sources/vector-plus",
"product_dependencies" : [
"SwiftSVG",
"ArgumentParser",
"ShellOut"
],
"product_memberships" : [
"vector-plus"
],
"sources" : [
"Convert.swift",
"Extensions/FileManager+Executable.swift",
"Inspect.swift",
"Preview.swift",
"Render.swift",
"vectorplus.swift"
],
"target_dependencies" : [
"VectorPlus"
],
"type" : "executable"
},
{
"c99name" : "VectorPlusTests",
"module_type" : "SwiftTarget",
"name" : "VectorPlusTests",
"path" : "Tests/VectorPlusTests",
"product_dependencies" : [
"SwiftSVG",
"Testing"
],
"sources" : [
"InstructionTranslationTests.swift",
"VectorPlusTests.swift"
],
"target_dependencies" : [
"vector-plus",
"VectorPlus"
],
"type" : "test"
},
{
"c99name" : "VectorPlus",
"module_type" : "SwiftTarget",
"name" : "VectorPlus",
"path" : "Sources/VectorPlus",
"product_dependencies" : [
"SwiftSVG",
"SwiftColor"
],
"product_memberships" : [
"vector-plus",
"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"
}
],
"tools_version" : "5.10"
}
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures
[1/1] Compiling plugin GenerateManual
[2/2] Compiling plugin GenerateDoccReference
Building for debugging...
[2/16] Write sources
[6/16] Write vector-plus-entitlement.plist
[6/16] Write sources
[12/16] Write swift-version-2F0A5646E1D333AE.txt
[14/86] Emitting module ArgumentParserToolInfo
[15/86] Compiling ArgumentParserToolInfo ToolInfo.swift
[16/133] Compiling Swift2D Size.swift
[17/133] Emitting module ArgumentParser
[18/138] Compiling ArgumentParser CommandConfiguration.swift
[19/138] Compiling ArgumentParser CommandGroup.swift
[20/138] Compiling ArgumentParser EnumerableFlag.swift
[21/138] Compiling ArgumentParser ExpressibleByArgument.swift
[22/138] Compiling ArgumentParser ParsableArguments.swift
[23/138] Compiling ArgumentParser NameSpecification.swift
[24/138] Compiling ArgumentParser Option.swift
[25/138] Compiling ArgumentParser OptionGroup.swift
[26/138] Compiling ArgumentParser ParentCommand.swift
[27/138] Compiling ArgumentParser AsyncParsableCommand.swift
[28/138] Compiling ArgumentParser CodingKeyValidator.swift
[29/138] Compiling ArgumentParser NonsenseFlagsValidator.swift
[30/138] Compiling ArgumentParser ParsableArgumentsValidation.swift
[31/138] Compiling ArgumentParser PositionalArgumentsValidator.swift
[32/138] Compiling ArgumentParser UniqueNamesValidator.swift
[33/138] Compiling ArgumentParser BashCompletionsGenerator.swift
[34/138] Compiling ArgumentParser CompletionsGenerator.swift
[35/138] Compiling ArgumentParser FishCompletionsGenerator.swift
[36/138] Compiling ArgumentParser ZshCompletionsGenerator.swift
[37/138] Compiling ArgumentParser Argument.swift
[38/138] Compiling ArgumentParser ArgumentDiscussion.swift
[39/138] Compiling ArgumentParser ArgumentHelp.swift
[40/138] Compiling ArgumentParser ArgumentVisibility.swift
[41/138] Compiling ArgumentParser CompletionKind.swift
[42/138] Compiling ArgumentParser Errors.swift
[43/138] Compiling ArgumentParser Flag.swift
[44/138] Compiling ArgumentParser ParserError.swift
[45/138] Compiling ArgumentParser SplitArguments.swift
[46/138] Compiling ArgumentParser DumpHelpGenerator.swift
[47/138] Compiling ArgumentParser HelpCommand.swift
[48/138] Compiling ArgumentParser HelpGenerator.swift
[49/138] Compiling Swift2D Size+CoreGraphics.swift
[50/138] Compiling Swift2D Rect.swift
[51/138] Compiling Swift2D Point+CoreGraphics.swift
[52/138] Compiling Swift2D Point.swift
[53/138] Emitting module Swift2D
[54/138] Compiling Swift2D Rect+CoreGraphics.swift
[60/143] Compiling ArgumentParser Platform.swift
[61/143] Compiling ArgumentParser SequenceExtensions.swift
[62/143] Compiling ArgumentParser StringExtensions.swift
[63/143] Compiling ArgumentParser SwiftExtensions.swift
[64/143] Compiling ArgumentParser Tree.swift
[65/143] Compiling ArgumentParser ParsableCommand.swift
[66/143] Compiling ArgumentParser ArgumentDecoder.swift
[67/143] Compiling ArgumentParser ArgumentDefinition.swift
[68/143] Compiling ArgumentParser ArgumentSet.swift
[69/143] Compiling ArgumentParser CommandParser.swift
[70/143] Emitting module XMLCoder
[92/143] Compiling ArgumentParser InputKey.swift
[93/143] Compiling ArgumentParser InputOrigin.swift
[94/143] Compiling ArgumentParser Name.swift
[95/143] Compiling ArgumentParser Parsed.swift
[96/143] Compiling ArgumentParser ParsedValues.swift
[97/143] Compiling ArgumentParser MessageInfo.swift
[98/143] Compiling ArgumentParser UsageGenerator.swift
[99/143] Compiling ArgumentParser CollectionExtensions.swift
[100/143] Compiling ArgumentParser Foundation.swift
[101/143] Compiling ArgumentParser Mutex.swift
[112/143] Emitting module ShellOut
[113/143] Compiling ShellOut ShellOut.swift
[124/143] Compiling XMLCoder XMLEncoderImplementation.swift
[125/143] Compiling XMLCoder XMLEncodingStorage.swift
[126/143] Compiling XMLCoder XMLKeyedEncodingContainer.swift
[127/143] Compiling XMLCoder XMLReferencingEncoder.swift
[128/143] Compiling XMLCoder XMLUnkeyedEncodingContainer.swift
[129/171] Compiling SwiftColor Pigment+UIKit.swift
[130/172] Compiling SwiftColor Pigment.swift
[131/172] Emitting module SwiftSVG
[132/174] Compiling SwiftSVG Circle.swift
[133/174] Compiling SwiftSVG CommandRepresentable.swift
[134/174] Compiling SwiftSVG Container.swift
[135/174] Compiling SwiftSVG Point+SwiftSVG.swift
[136/174] Compiling SwiftSVG Fill.swift
[137/174] Compiling SwiftSVG Group.swift
[138/174] Compiling SwiftSVG CoreAttributes.swift
[139/174] Compiling SwiftSVG Element.swift
[140/174] Compiling SwiftSVG Ellipse.swift
[141/174] Compiling SwiftSVG Path.swift
[142/174] Compiling SwiftSVG Polygon.swift
[143/174] Compiling SwiftSVG Polyline.swift
[144/174] Compiling SwiftSVG PolylineProcessor.swift
[145/174] Compiling SwiftSVG RectangleProcessor.swift
[146/174] Compiling SwiftSVG Line.swift
[147/174] Compiling SwiftSVG EllipseProcessor.swift
[148/174] Compiling SwiftSVG PathProcessor.swift
[149/174] Compiling SwiftSVG PolygonProcressor.swift
[150/174] Compiling SwiftSVG SVG.swift
[151/174] Compiling SwiftSVG Stroke.swift
[152/174] Compiling SwiftSVG StylingAttributes.swift
[153/174] Compiling SwiftSVG PresentationAttributes.swift
[154/174] Compiling SwiftSVG Rectangle.swift
[155/174] Compiling SwiftSVG SVG+Swift2D.swift
[156/174] Compiling SwiftSVG Path.Command.swift
[157/174] Compiling SwiftSVG Path.Component.swift
[158/174] Compiling SwiftSVG Path.ComponentParser.swift
[159/174] Compiling SwiftColor Pigment+Float.swift
[160/174] Compiling SwiftColor Pigment+Hex.swift
[161/174] Compiling SwiftColor Pigment+Name.swift
[162/174] Compiling SwiftColor Pigment+Int.swift
[163/174] Compiling SwiftSVG Text.swift
[164/174] Compiling SwiftSVG Transformation.swift
[169/174] Emitting module SwiftColor
[170/174] Compiling SwiftColor Pigment+String.swift
[171/174] Compiling SwiftColor Pigment+SwiftUI.swift
[172/197] Emitting module VectorPlus
[173/197] Compiling VectorPlus SVG+NSImage.swift
[174/197] Compiling VectorPlus CGContext+Render.swift
[175/197] Compiling VectorPlus CGMutablePath+Instruction.swift
[176/199] Compiling VectorPlus SwiftUI.Color+VectorPlus.swift
[177/199] Compiling VectorPlus SwiftUI.Path+VectorPlus.swift
[178/199] Compiling VectorPlus SVG+Example.swift
[179/199] Compiling VectorPlus SVGView.swift
[180/199] Compiling VectorPlus Pigment+VectorPlus.swift
[181/199] Compiling VectorPlus Point+VectorPlus.swift
[182/199] Compiling VectorPlus Rect+VectorPlus.swift
[183/199] Compiling VectorPlus Fill+VectorPlus.swift
[184/199] Compiling VectorPlus Path+VectorPlus.swift
[185/199] Compiling VectorPlus Path.Command+VectorPlus.swift
[186/199] Compiling VectorPlus Template+UIImageView.swift
[187/199] Compiling VectorPlus SVG+UIImage.swift
[188/199] Compiling VectorPlus Size+VectorPlus.swift
[189/199] Compiling VectorPlus Stroke+VectorPlus.swift
[190/199] Compiling VectorPlus Fill+CoreGraphics.swift
[191/199] Compiling VectorPlus SVG+CGPath.swift
[192/199] Compiling VectorPlus Stroke+CoreGraphics.swift
[193/199] Compiling VectorPlus SVG+AppleSymbols.swift
[194/199] Compiling VectorPlus SVG+Template.swift
[195/199] Compiling VectorPlus SVGImageView.swift
[196/199] Compiling VectorPlus VectorPoint.swift
[197/206] Compiling vector_plus Render.swift
[198/206] Compiling vector_plus FileManager+Executable.swift
[199/206] Compiling vector_plus Convert.swift
[200/206] Compiling vector_plus Preview.swift
[201/206] Compiling vector_plus Inspect.swift
[202/206] Emitting module vector_plus
[203/206] Compiling vector_plus vectorplus.swift
[203/206] Write Objects.LinkFileList
[204/206] Linking vector-plus
[205/206] Applying vector-plus
Build complete! (33.04s)
Fetching https://github.com/JohnSundell/ShellOut.git
Fetching https://github.com/richardpiazza/SwiftColor.git
Fetching https://github.com/richardpiazza/SwiftSVG.git
Fetching https://github.com/swiftlang/swift-testing.git
Fetching https://github.com/apple/swift-argument-parser.git from cache
[1/980] Fetching shellout
[227/1173] Fetching shellout, swiftcolor
[486/1816] Fetching shellout, swiftcolor, swiftsvg
[1817/35879] Fetching shellout, swiftcolor, swiftsvg, swift-testing
Fetched https://github.com/richardpiazza/SwiftColor.git from cache (2.28s)
Fetched https://github.com/richardpiazza/SwiftSVG.git from cache (2.28s)
Fetched https://github.com/swiftlang/swift-testing.git from cache (2.28s)
Fetched https://github.com/JohnSundell/ShellOut.git from cache (2.28s)
Fetched https://github.com/apple/swift-argument-parser.git from cache (2.31s)
Computing version for https://github.com/JohnSundell/ShellOut.git
Computed https://github.com/JohnSundell/ShellOut.git at 2.3.0 (5.45s)
Computing version for https://github.com/richardpiazza/SwiftColor.git
Computed https://github.com/richardpiazza/SwiftColor.git at 0.3.2 (0.57s)
Computing version for https://github.com/richardpiazza/SwiftSVG.git
Computed https://github.com/richardpiazza/SwiftSVG.git at 0.12.0 (0.49s)
Fetching https://github.com/richardpiazza/Swift2D.git
Fetching https://github.com/CoreOffice/XMLCoder.git
[1/10082] Fetching xmlcoder
[2/10382] Fetching xmlcoder, swift2d
Fetched https://github.com/CoreOffice/XMLCoder.git from cache (1.20s)
Fetched https://github.com/richardpiazza/Swift2D.git from cache (1.20s)
Computing version for https://github.com/apple/swift-argument-parser.git
Computed https://github.com/apple/swift-argument-parser.git at 1.7.0 (1.72s)
Computing version for https://github.com/richardpiazza/Swift2D.git
Computed https://github.com/richardpiazza/Swift2D.git at 2.2.1 (0.47s)
Computing version for https://github.com/CoreOffice/XMLCoder.git
Computed https://github.com/CoreOffice/XMLCoder.git at 0.18.0 (2.39s)
Computing version for https://github.com/swiftlang/swift-testing.git
Computed https://github.com/swiftlang/swift-testing.git at 6.2.3 (0.63s)
Fetching https://github.com/swiftlang/swift-syntax.git from cache
Fetched https://github.com/swiftlang/swift-syntax.git from cache (2.00s)
Computing version for https://github.com/swiftlang/swift-syntax.git
Computed https://github.com/swiftlang/swift-syntax.git at 602.0.0 (2.71s)
Creating working copy for https://github.com/richardpiazza/SwiftColor.git
Working copy of https://github.com/richardpiazza/SwiftColor.git resolved at 0.3.2
Creating working copy for https://github.com/swiftlang/swift-testing.git
Working copy of https://github.com/swiftlang/swift-testing.git resolved at 6.2.3
Creating working copy for https://github.com/swiftlang/swift-syntax.git
Working copy of https://github.com/swiftlang/swift-syntax.git resolved at 602.0.0
Creating working copy for https://github.com/CoreOffice/XMLCoder.git
Working copy of https://github.com/CoreOffice/XMLCoder.git resolved at 0.18.0
Creating working copy for https://github.com/apple/swift-argument-parser.git
Working copy of https://github.com/apple/swift-argument-parser.git resolved at 1.7.0
Creating working copy for https://github.com/richardpiazza/Swift2D.git
Working copy of https://github.com/richardpiazza/Swift2D.git resolved at 2.2.1
Creating working copy for https://github.com/richardpiazza/SwiftSVG.git
Working copy of https://github.com/richardpiazza/SwiftSVG.git resolved at 0.12.0
Creating working copy for https://github.com/JohnSundell/ShellOut.git
Working copy of https://github.com/JohnSundell/ShellOut.git resolved at 2.3.0
Build complete.
{
"dependencies" : [
{
"identity" : "swift-argument-parser",
"requirement" : {
"range" : [
{
"lower_bound" : "1.7.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-argument-parser.git"
},
{
"identity" : "swift-testing",
"requirement" : {
"range" : [
{
"lower_bound" : "6.2.0",
"upper_bound" : "7.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/swiftlang/swift-testing.git"
},
{
"identity" : "swiftsvg",
"requirement" : {
"range" : [
{
"lower_bound" : "0.12.0",
"upper_bound" : "1.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/richardpiazza/SwiftSVG.git"
},
{
"identity" : "swiftcolor",
"requirement" : {
"range" : [
{
"lower_bound" : "0.3.2",
"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" : "13.0"
},
{
"name" : "maccatalyst",
"version" : "16.0"
},
{
"name" : "ios",
"version" : "16.0"
},
{
"name" : "tvos",
"version" : "16.0"
},
{
"name" : "watchos",
"version" : "9.0"
},
{
"name" : "visionos",
"version" : "1.0"
}
],
"products" : [
{
"name" : "vector-plus",
"targets" : [
"vector-plus"
],
"type" : {
"executable" : null
}
},
{
"name" : "VectorPlus",
"targets" : [
"VectorPlus"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "vector_plus",
"module_type" : "SwiftTarget",
"name" : "vector-plus",
"path" : "Sources/vector-plus",
"product_dependencies" : [
"SwiftSVG",
"ArgumentParser",
"ShellOut"
],
"product_memberships" : [
"vector-plus"
],
"sources" : [
"Convert.swift",
"Extensions/FileManager+Executable.swift",
"Inspect.swift",
"Preview.swift",
"Render.swift",
"vectorplus.swift"
],
"target_dependencies" : [
"VectorPlus"
],
"type" : "executable"
},
{
"c99name" : "VectorPlusTests",
"module_type" : "SwiftTarget",
"name" : "VectorPlusTests",
"path" : "Tests/VectorPlusTests",
"product_dependencies" : [
"SwiftSVG",
"Testing"
],
"sources" : [
"InstructionTranslationTests.swift",
"VectorPlusTests.swift"
],
"target_dependencies" : [
"vector-plus",
"VectorPlus"
],
"type" : "test"
},
{
"c99name" : "VectorPlus",
"module_type" : "SwiftTarget",
"name" : "VectorPlus",
"path" : "Sources/VectorPlus",
"product_dependencies" : [
"SwiftSVG",
"SwiftColor"
],
"product_memberships" : [
"vector-plus",
"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"
}
],
"tools_version" : "5.10"
}
Done.