The Swift Package Index logo.Swift Package Index

Build Information

Successful build of VectorPlus, reference main (ca549e), with Swift 6.1 for macOS (SPM) on 20 Feb 2026 01:09:10 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 InferSendableFromCaptures

Build Log

========================================
RunAll
========================================
Builder version: 4.68.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 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 main
========================================
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
[8/16] Write vector-plus-entitlement.plist
[8/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 XMLCoder
[18/138] Compiling ArgumentParser Platform.swift
[19/138] Compiling ArgumentParser SequenceExtensions.swift
[20/138] Compiling ArgumentParser StringExtensions.swift
[21/138] Compiling ArgumentParser SwiftExtensions.swift
[22/138] Compiling ArgumentParser Tree.swift
[23/138] Emitting module ArgumentParser
[24/143] Compiling ArgumentParser ArgumentHelp.swift
[25/143] Compiling ArgumentParser ArgumentVisibility.swift
[26/143] Compiling ArgumentParser CompletionKind.swift
[27/143] Compiling ArgumentParser Errors.swift
[28/143] Compiling ArgumentParser Flag.swift
[29/143] Compiling ArgumentParser CodingKeyValidator.swift
[30/143] Compiling ArgumentParser NonsenseFlagsValidator.swift
[31/143] Compiling ArgumentParser ParsableArgumentsValidation.swift
[32/143] Compiling ArgumentParser PositionalArgumentsValidator.swift
[33/143] Compiling ArgumentParser UniqueNamesValidator.swift
[39/143] Compiling ArgumentParser BashCompletionsGenerator.swift
[40/143] Compiling ArgumentParser CompletionsGenerator.swift
[41/143] Compiling ArgumentParser FishCompletionsGenerator.swift
[42/143] Compiling ArgumentParser ZshCompletionsGenerator.swift
[43/143] Compiling ArgumentParser Argument.swift
[44/143] Compiling ArgumentParser ArgumentDiscussion.swift
[45/143] Compiling ArgumentParser ParserError.swift
[46/143] Compiling ArgumentParser SplitArguments.swift
[47/143] Compiling ArgumentParser DumpHelpGenerator.swift
[48/143] Compiling ArgumentParser HelpCommand.swift
[49/143] Compiling ArgumentParser HelpGenerator.swift
[50/143] Compiling ShellOut ShellOut.swift
[51/143] Emitting module ShellOut
[57/143] Compiling Swift2D Point.swift
[58/143] Compiling Swift2D Size+CoreGraphics.swift
[59/143] Compiling Swift2D Rect.swift
[60/143] Compiling ArgumentParser InputKey.swift
[61/143] Compiling ArgumentParser InputOrigin.swift
[62/143] Compiling ArgumentParser Name.swift
[63/143] Compiling ArgumentParser Parsed.swift
[64/143] Compiling ArgumentParser ParsedValues.swift
[71/143] Compiling Swift2D Point+CoreGraphics.swift
[72/143] Emitting module Swift2D
[73/143] Compiling Swift2D Rect+CoreGraphics.swift
[79/143] Compiling ArgumentParser MessageInfo.swift
[80/143] Compiling ArgumentParser UsageGenerator.swift
[81/143] Compiling ArgumentParser CollectionExtensions.swift
[82/143] Compiling ArgumentParser Foundation.swift
[83/143] Compiling ArgumentParser Mutex.swift
[84/143] Compiling ArgumentParser CommandConfiguration.swift
[85/143] Compiling ArgumentParser CommandGroup.swift
[86/143] Compiling ArgumentParser EnumerableFlag.swift
[87/143] Compiling ArgumentParser ExpressibleByArgument.swift
[88/143] Compiling ArgumentParser ParsableArguments.swift
[89/143] Compiling ArgumentParser NameSpecification.swift
[90/143] Compiling ArgumentParser Option.swift
[91/143] Compiling ArgumentParser OptionGroup.swift
[92/143] Compiling ArgumentParser ParentCommand.swift
[93/143] Compiling ArgumentParser AsyncParsableCommand.swift
[94/143] Compiling ArgumentParser ParsableCommand.swift
[95/143] Compiling ArgumentParser ArgumentDecoder.swift
[96/143] Compiling ArgumentParser ArgumentDefinition.swift
[97/143] Compiling ArgumentParser ArgumentSet.swift
[98/143] Compiling ArgumentParser CommandParser.swift
[129/171] Compiling SwiftColor Pigment+UIKit.swift
[130/172] Emitting module SwiftColor
[131/172] Compiling SwiftColor Pigment+Hex.swift
[132/172] Compiling SwiftColor Pigment+Float.swift
[133/172] Compiling SwiftColor Pigment.swift
[134/172] Compiling SwiftSVG EllipseProcessor.swift
[135/172] Compiling SwiftSVG PathProcessor.swift
[136/172] Compiling SwiftSVG PolygonProcressor.swift
[137/174] Emitting module SwiftSVG
[138/174] Compiling SwiftSVG Circle.swift
[139/174] Compiling SwiftSVG CommandRepresentable.swift
[140/174] Compiling SwiftSVG Container.swift
[141/174] Compiling SwiftSVG Point+SwiftSVG.swift
[142/174] Compiling SwiftSVG Fill.swift
[143/174] Compiling SwiftSVG Group.swift
[144/174] Compiling SwiftSVG SVG.swift
[145/174] Compiling SwiftSVG Stroke.swift
[146/174] Compiling SwiftSVG StylingAttributes.swift
[147/174] Compiling SwiftSVG PolylineProcessor.swift
[148/174] Compiling SwiftSVG RectangleProcessor.swift
[149/174] Compiling SwiftSVG Line.swift
[150/174] Compiling SwiftSVG CoreAttributes.swift
[151/174] Compiling SwiftSVG Element.swift
[152/174] Compiling SwiftSVG Ellipse.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.swift
[157/174] Compiling SwiftSVG Polygon.swift
[158/174] Compiling SwiftSVG Polyline.swift
[159/174] Compiling SwiftColor Pigment+Name.swift
[160/174] Compiling SwiftColor Pigment+Int.swift
[161/174] Compiling SwiftSVG Path.Command.swift
[162/174] Compiling SwiftSVG Path.Component.swift
[163/174] Compiling SwiftSVG Path.ComponentParser.swift
[164/174] Compiling SwiftSVG Text.swift
[165/174] Compiling SwiftSVG Transformation.swift
[170/174] Compiling SwiftColor Pigment+SwiftUI.swift
[171/174] Compiling SwiftColor Pigment+String.swift
[172/197] Emitting module VectorPlus
[173/199] Compiling VectorPlus Template+UIImageView.swift
[174/199] Compiling VectorPlus SVG+UIImage.swift
[175/199] Compiling VectorPlus Fill+CoreGraphics.swift
[176/199] Compiling VectorPlus SVG+CGPath.swift
[177/199] Compiling VectorPlus Stroke+CoreGraphics.swift
[178/199] Compiling VectorPlus SwiftUI.Color+VectorPlus.swift
[179/199] Compiling VectorPlus SwiftUI.Path+VectorPlus.swift
[180/199] Compiling VectorPlus SVG+Example.swift
[181/199] Compiling VectorPlus SVGView.swift
[182/199] Compiling VectorPlus Pigment+VectorPlus.swift
[183/199] Compiling VectorPlus Point+VectorPlus.swift
[184/199] Compiling VectorPlus Rect+VectorPlus.swift
[185/199] Compiling VectorPlus SVG+NSImage.swift
[186/199] Compiling VectorPlus CGContext+Render.swift
[187/199] Compiling VectorPlus CGMutablePath+Instruction.swift
[188/199] Compiling VectorPlus SVGImageView.swift
[189/199] Compiling VectorPlus VectorPoint.swift
[190/199] Compiling VectorPlus Size+VectorPlus.swift
[191/199] Compiling VectorPlus Stroke+VectorPlus.swift
[192/199] Compiling VectorPlus Fill+VectorPlus.swift
[193/199] Compiling VectorPlus Path+VectorPlus.swift
[194/199] Compiling VectorPlus Path.Command+VectorPlus.swift
[195/199] Compiling VectorPlus SVG+AppleSymbols.swift
[196/199] Compiling VectorPlus SVG+Template.swift
[197/206] Compiling vector_plus vectorplus.swift
[198/206] Compiling vector_plus Render.swift
[199/206] Compiling vector_plus Inspect.swift
[200/206] Compiling vector_plus Convert.swift
[201/206] Emitting module vector_plus
[202/206] Compiling vector_plus Preview.swift
[203/206] Compiling vector_plus FileManager+Executable.swift
[203/206] Write Objects.LinkFileList
[204/206] Linking vector-plus
[205/206] Applying vector-plus
Build complete! (31.97s)
Fetching https://github.com/richardpiazza/SwiftColor.git
Fetching https://github.com/JohnSundell/ShellOut.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
[178/1623] Fetching shellout, swiftsvg
[211/1816] Fetching shellout, swiftsvg, swiftcolor
Fetched https://github.com/JohnSundell/ShellOut.git from cache (0.90s)
[1/34013] Fetching swift-testing
Fetched https://github.com/swiftlang/swift-testing.git from cache (2.31s)
Fetched https://github.com/richardpiazza/SwiftSVG.git from cache (2.31s)
Fetched https://github.com/richardpiazza/SwiftColor.git from cache (2.31s)
Fetched https://github.com/apple/swift-argument-parser.git from cache (2.34s)
Computing version for https://github.com/JohnSundell/ShellOut.git
Computed https://github.com/JohnSundell/ShellOut.git at 2.3.0 (5.93s)
Computing version for https://github.com/richardpiazza/SwiftColor.git
Computed https://github.com/richardpiazza/SwiftColor.git at 0.3.2 (0.50s)
Computing version for https://github.com/richardpiazza/SwiftSVG.git
Computed https://github.com/richardpiazza/SwiftSVG.git at 0.12.0 (0.50s)
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/richardpiazza/Swift2D.git from cache (1.12s)
Fetched https://github.com/CoreOffice/XMLCoder.git from cache (1.12s)
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.69s)
Computing version for https://github.com/richardpiazza/Swift2D.git
Computed https://github.com/richardpiazza/Swift2D.git at 2.2.1 (0.48s)
Computing version for https://github.com/CoreOffice/XMLCoder.git
Computed https://github.com/CoreOffice/XMLCoder.git at 0.18.0 (2.32s)
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 (1.94s)
Computing version for https://github.com/swiftlang/swift-syntax.git
Computed https://github.com/swiftlang/swift-syntax.git at 602.0.0 (2.65s)
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/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/richardpiazza/SwiftSVG.git
Working copy of https://github.com/richardpiazza/SwiftSVG.git resolved at 0.12.0
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/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/JohnSundell/ShellOut.git
Working copy of https://github.com/JohnSundell/ShellOut.git resolved at 2.3.0
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
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.