The Swift Package Index logo.Swift Package Index

Build Information

Successful build of VectorPlus, reference main (ca549e), with Swift 6.1 for Android on 20 Feb 2026 01:17:19 UTC.

Swift 6 data race errors: 0

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4606859-0":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/finestructure/spi-images:android-6.1-latest swift build --swift-sdk aarch64-unknown-linux-android24 -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 2>&1

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 /host/spi-builder-workspace/.git/
hint: Using 'master' as the name for the initial branch. This default branch name
hint: is subject to change. To configure the initial branch name to use in all
hint: of your new repositories, which will suppress this warning, call:
hint:
hint: 	git config --global init.defaultBranch <name>
hint:
hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
hint: 'development'. The just-created branch can be renamed via this command:
hint:
hint: 	git branch -m <name>
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:         android
Swift version:             6.1
Building package at path:  $PWD
https://github.com/richardpiazza/VectorPlus.git
https://github.com/richardpiazza/VectorPlus.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
  "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" : "/host/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 ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-0":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/finestructure/spi-images:android-6.1-latest swift build --swift-sdk aarch64-unknown-linux-android24 -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 2>&1
android-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:08fa5f1bd27c53c71ebe7c2842e29d52715d90da2c5b8f52513c9039c232613d
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:android-6.1-latest
Fetching https://github.com/apple/swift-argument-parser.git
Fetching https://github.com/richardpiazza/SwiftSVG.git
Fetching https://github.com/JohnSundell/ShellOut.git
Fetching https://github.com/richardpiazza/SwiftColor.git
Fetching https://github.com/swiftlang/swift-testing.git
[1/980] Fetching shellout
[364/1173] Fetching shellout, swiftcolor
[1174/1816] Fetching shellout, swiftcolor, swiftsvg
[1785/18975] Fetching shellout, swiftcolor, swiftsvg, swift-argument-parser
[18944/52988] Fetching shellout, swiftcolor, swiftsvg, swift-argument-parser, swift-testing
Fetched https://github.com/apple/swift-argument-parser.git from cache (0.82s)
[19811/35829] Fetching shellout, swiftcolor, swiftsvg, swift-testing
Fetched https://github.com/richardpiazza/SwiftColor.git from cache (1.69s)
Fetched https://github.com/JohnSundell/ShellOut.git from cache (1.69s)
Fetched https://github.com/richardpiazza/SwiftSVG.git from cache (1.70s)
Fetched https://github.com/swiftlang/swift-testing.git from cache (1.72s)
Computing version for https://github.com/JohnSundell/ShellOut.git
Computed https://github.com/JohnSundell/ShellOut.git at 2.3.0 (4.66s)
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.65s)
Fetching https://github.com/CoreOffice/XMLCoder.git
Fetching https://github.com/richardpiazza/Swift2D.git
[1/300] Fetching swift2d
[301/10382] Fetching swift2d, xmlcoder
Fetched https://github.com/richardpiazza/Swift2D.git from cache (0.51s)
Fetched https://github.com/CoreOffice/XMLCoder.git from cache (0.52s)
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.21s)
Computing version for https://github.com/richardpiazza/Swift2D.git
Computed https://github.com/richardpiazza/Swift2D.git at 2.2.1 (0.62s)
Computing version for https://github.com/CoreOffice/XMLCoder.git
Computed https://github.com/CoreOffice/XMLCoder.git at 0.18.0 (2.88s)
Computing version for https://github.com/swiftlang/swift-testing.git
Computed https://github.com/swiftlang/swift-testing.git at 6.2.3 (1.04s)
Fetching https://github.com/swiftlang/swift-syntax.git
[1/74303] Fetching swift-syntax
Fetched https://github.com/swiftlang/swift-syntax.git from cache (6.68s)
Computing version for https://github.com/swiftlang/swift-syntax.git
Computed https://github.com/swiftlang/swift-syntax.git at 602.0.0 (7.84s)
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/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/Swift2D.git
Working copy of https://github.com/richardpiazza/Swift2D.git resolved at 2.2.1
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/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-syntax.git
Working copy of https://github.com/swiftlang/swift-syntax.git resolved at 602.0.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
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
[1/1] Compiling plugin GenerateManual
[2/2] Compiling plugin GenerateDoccReference
Building for debugging...
[2/21] Write sources
[10/21] Write swift-version-24593BA9C3E375BF.txt
[12/88] Compiling Swift2D Rect.swift
[13/88] Compiling Swift2D Size.swift
[14/88] Emitting module ArgumentParserToolInfo
[15/88] Compiling ArgumentParserToolInfo ToolInfo.swift
[17/89] Emitting module XMLCoder
[17/95] Wrapping AST for ArgumentParserToolInfo for debugging
[19/141] Emitting module ArgumentParser
[20/147] Compiling ArgumentParser Tree.swift
[21/147] Compiling ArgumentParser CodingKeyValidator.swift
[22/147] Compiling ArgumentParser NonsenseFlagsValidator.swift
[23/147] Compiling ArgumentParser ParsableArgumentsValidation.swift
[24/147] Compiling ArgumentParser PositionalArgumentsValidator.swift
[25/147] Compiling ArgumentParser UniqueNamesValidator.swift
[26/147] Compiling ArgumentParser BashCompletionsGenerator.swift
[27/147] Compiling ArgumentParser CompletionsGenerator.swift
[28/147] Compiling ArgumentParser FishCompletionsGenerator.swift
[29/147] Compiling ArgumentParser ZshCompletionsGenerator.swift
[30/147] Compiling ArgumentParser Argument.swift
[31/147] Compiling ArgumentParser ArgumentDiscussion.swift
[32/147] Compiling ArgumentParser ArgumentHelp.swift
[33/147] Compiling ArgumentParser ArgumentVisibility.swift
[34/147] Compiling ArgumentParser CompletionKind.swift
[35/147] Compiling ArgumentParser Errors.swift
[36/147] Compiling ArgumentParser Flag.swift
[37/147] Compiling ArgumentParser NameSpecification.swift
[38/147] Compiling ArgumentParser Option.swift
[39/147] Compiling ArgumentParser OptionGroup.swift
[40/147] Compiling ArgumentParser ParentCommand.swift
[41/147] Compiling ArgumentParser AsyncParsableCommand.swift
[42/147] Compiling ArgumentParser CommandConfiguration.swift
[43/147] Compiling ArgumentParser CommandGroup.swift
[44/147] Compiling ArgumentParser EnumerableFlag.swift
[45/147] Compiling ArgumentParser ExpressibleByArgument.swift
[46/147] Compiling ArgumentParser ParsableArguments.swift
[47/147] Compiling ArgumentParser DumpHelpGenerator.swift
[48/147] Compiling ArgumentParser HelpCommand.swift
[49/147] Compiling ArgumentParser HelpGenerator.swift
[50/147] Compiling ArgumentParser MessageInfo.swift
[51/147] Compiling ArgumentParser UsageGenerator.swift
[52/147] Compiling ArgumentParser CollectionExtensions.swift
[53/147] Compiling ArgumentParser InputOrigin.swift
[54/147] Compiling ArgumentParser Name.swift
[55/147] Compiling ArgumentParser Parsed.swift
[56/147] Compiling ArgumentParser ParsedValues.swift
[57/147] Compiling ArgumentParser ParserError.swift
[58/147] Compiling ArgumentParser SplitArguments.swift
[59/147] Compiling ArgumentParser ParsableCommand.swift
[60/147] Compiling ArgumentParser ArgumentDecoder.swift
[61/147] Compiling ArgumentParser ArgumentDefinition.swift
[62/147] Compiling ArgumentParser ArgumentSet.swift
[63/147] Compiling ArgumentParser CommandParser.swift
[64/147] Compiling ArgumentParser InputKey.swift
[65/147] Compiling ArgumentParser Foundation.swift
[66/147] Compiling ArgumentParser Mutex.swift
[67/147] Compiling ArgumentParser Platform.swift
[68/147] Compiling ArgumentParser SequenceExtensions.swift
[69/147] Compiling ArgumentParser StringExtensions.swift
[70/147] Compiling ArgumentParser SwiftExtensions.swift
[72/148] Compiling Swift2D Size+CoreGraphics.swift
[73/148] Compiling SwiftColor Pigment+String.swift
[74/148] Compiling SwiftColor Pigment+UIKit.swift
[75/148] Compiling SwiftColor Pigment+SwiftUI.swift
[87/149] Emitting module SwiftColor
[116/149] Compiling Swift2D Point+CoreGraphics.swift
[129/149] Compiling SwiftColor Pigment.swift
[138/151] Compiling Swift2D Point.swift
[139/151] Emitting module Swift2D
[140/151] Compiling Swift2D Rect+CoreGraphics.swift
[143/152] Wrapping AST for ArgumentParser for debugging
[144/152] Wrapping AST for Swift2D for debugging
[145/152] Wrapping AST for XMLCoder for debugging
[146/152] Wrapping AST for SwiftColor for debugging
[148/179] Emitting module SwiftSVG
[149/182] Compiling SwiftSVG Circle.swift
[150/182] Compiling SwiftSVG CommandRepresentable.swift
[151/182] Compiling SwiftSVG Container.swift
[152/182] Compiling SwiftSVG CoreAttributes.swift
[153/182] Compiling SwiftSVG Group.swift
[154/182] Compiling SwiftSVG EllipseProcessor.swift
[155/182] Compiling SwiftSVG PathProcessor.swift
[156/182] Compiling SwiftSVG PolygonProcressor.swift
[157/182] Compiling SwiftSVG Element.swift
[158/182] Compiling SwiftSVG Ellipse.swift
[159/182] Compiling SwiftSVG Point+SwiftSVG.swift
[160/182] Compiling SwiftSVG Fill.swift
[161/182] Compiling SwiftSVG SVG+Swift2D.swift
[162/182] Compiling SwiftSVG SVG.swift
[163/182] Compiling SwiftSVG Stroke.swift
[164/182] Compiling SwiftSVG Polyline.swift
[165/182] Compiling SwiftSVG PresentationAttributes.swift
[166/182] Compiling SwiftSVG Rectangle.swift
[167/182] Compiling SwiftSVG Path.Component.swift
[168/182] Compiling SwiftSVG Path.ComponentParser.swift
[169/182] Compiling SwiftSVG Path.swift
[170/182] Compiling SwiftSVG Polygon.swift
[171/182] Compiling SwiftSVG PolylineProcessor.swift
[172/182] Compiling SwiftSVG RectangleProcessor.swift
[173/182] Compiling SwiftSVG Line.swift
[174/182] Compiling SwiftSVG Path.Command.swift
[175/182] Compiling SwiftSVG StylingAttributes.swift
[176/182] Compiling SwiftSVG Text.swift
[177/182] Compiling SwiftSVG Transformation.swift
[178/183] Wrapping AST for SwiftSVG for debugging
[180/205] Compiling VectorPlus SwiftUI.Color+VectorPlus.swift
[181/205] Compiling VectorPlus SwiftUI.Path+VectorPlus.swift
[182/205] Compiling VectorPlus Template+UIImageView.swift
[183/205] Emitting module VectorPlus
[184/208] Compiling VectorPlus SVG+NSImage.swift
[185/208] Compiling VectorPlus CGContext+Render.swift
[186/208] Compiling VectorPlus CGMutablePath+Instruction.swift
[187/208] Compiling VectorPlus Stroke+VectorPlus.swift
[188/208] Compiling VectorPlus SVG+Example.swift
[189/208] Compiling VectorPlus SVGView.swift
[190/208] Compiling VectorPlus SVG+UIImage.swift
[191/208] Compiling VectorPlus SVGImageView.swift
[192/208] Compiling VectorPlus VectorPoint.swift
[193/208] Compiling VectorPlus Pigment+VectorPlus.swift
[194/208] Compiling VectorPlus Point+VectorPlus.swift
[195/208] Compiling VectorPlus Rect+VectorPlus.swift
[196/208] Compiling VectorPlus Fill+CoreGraphics.swift
[197/208] Compiling VectorPlus SVG+CGPath.swift
[198/208] Compiling VectorPlus Stroke+CoreGraphics.swift
[199/208] Compiling VectorPlus Fill+VectorPlus.swift
[200/208] Compiling VectorPlus Path+VectorPlus.swift
[201/208] Compiling VectorPlus Path.Command+VectorPlus.swift
[202/208] Compiling VectorPlus SVG+AppleSymbols.swift
[203/208] Compiling VectorPlus SVG+Template.swift
[204/208] Compiling VectorPlus Size+VectorPlus.swift
[205/209] Wrapping AST for VectorPlus for debugging
[207/216] Compiling vector_plus Preview.swift
[208/216] Compiling vector_plus FileManager+Executable.swift
[209/216] Compiling vector_plus Render.swift
[210/216] Compiling vector_plus vectorplus.swift
[211/216] Compiling vector_plus Inspect.swift
[212/216] Emitting module vector_plus
[213/216] Compiling vector_plus Convert.swift
[214/217] Wrapping AST for vector-plus for debugging
[215/217] Write Objects.LinkFileList
[216/217] Linking vector-plus
Build complete! (81.39s)
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" : "/host/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"
}
android-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:08fa5f1bd27c53c71ebe7c2842e29d52715d90da2c5b8f52513c9039c232613d
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:android-6.1-latest
Done.