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

Successful build of SwiftDraw, reference 0.22.0 (a19594), with Swift 5.9 for Linux on 31 May 2025 12:51:38 UTC.

Swift 6 data race errors: 0

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4609320-2":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-5.9-latest swift build --triple x86_64-unknown-linux-gnu 2>&1

Build Log

========================================
RunAll
========================================
Builder version: 4.63.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/swhitty/SwiftDraw.git
Reference: 0.22.0
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/swhitty/SwiftDraw
 * tag               0.22.0     -> FETCH_HEAD
HEAD is now at a195947 0.22.0
Cloned https://github.com/swhitty/SwiftDraw.git
Revision (git rev-parse @):
a19594794cdcdee5135caad3bc119096c50c92c2
SUCCESS checkout https://github.com/swhitty/SwiftDraw.git at 0.22.0
========================================
Build
========================================
Selected platform:         linux
Swift version:             5.9
Building package at path:  $PWD
https://github.com/swhitty/SwiftDraw.git
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-2":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-5.9-latest swift build --triple x86_64-unknown-linux-gnu 2>&1
basic-5.9-latest: Pulling from finestructure/spi-images
Digest: sha256:943c57f5f023c04804daf623375860c13f93d33d0cb4f0a89054871e5f11529c
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-5.9-latest
Building for debugging...
[1/38] Emitting module SwiftDrawDOM
[2/42] Compiling SwiftDrawDOM Parser.XML.Image.swift
[3/42] Compiling SwiftDrawDOM Parser.XML.LinearGradient.swift
[4/42] Compiling SwiftDrawDOM Parser.XML.Path.swift
[5/42] Compiling SwiftDrawDOM Parser.XML.Pattern.swift
[6/42] Compiling SwiftDrawDOM Parser.XML.RadialGradient.swift
[7/42] Compiling SwiftDrawDOM DOM+Extensions.swift
[8/42] Compiling SwiftDrawDOM DOM.Color.swift
[9/42] Compiling SwiftDrawDOM DOM.Element.swift
[10/42] Compiling SwiftDrawDOM DOM.Filter.swift
[11/42] Compiling SwiftDrawDOM DOM.Image.swift
[12/42] Compiling SwiftDrawDOM DOM.swift
[13/42] Compiling SwiftDrawDOM Parser.XML.Attributes.swift
[14/42] Compiling SwiftDrawDOM Parser.XML.Color.swift
[15/42] Compiling SwiftDrawDOM Parser.XML.Element.swift
[16/42] Compiling SwiftDrawDOM Parser.XML.Filter.swift
[17/42] Compiling SwiftDrawDOM Parser.XML.Transform.swift
[18/42] Compiling SwiftDrawDOM Parser.XML.Use.swift
[19/42] Compiling SwiftDrawDOM Parser.XML.swift
[20/42] Compiling SwiftDrawDOM TextOutputStream+StandardError.swift
[21/42] Compiling SwiftDrawDOM URL+Data.swift
[22/42] Compiling SwiftDrawDOM URL+Fragment.swift
[23/42] Compiling SwiftDrawDOM XML.Element.swift
[24/42] Compiling SwiftDrawDOM XML.SAXParser.swift
[25/42] Compiling SwiftDrawDOM DOM.SVG+Parse.swift
[26/42] Compiling SwiftDrawDOM DOM.SVG.swift
[27/42] Compiling SwiftDrawDOM DOM.Switch.swift
[28/42] Compiling SwiftDrawDOM DOM.Text.swift
[29/42] Compiling SwiftDrawDOM DOM.Use.swift
[30/42] Compiling SwiftDrawDOM DOM.LinearGradient.swift
[31/42] Compiling SwiftDrawDOM DOM.Path.swift
[32/42] Compiling SwiftDrawDOM DOM.Pattern.swift
[33/42] Compiling SwiftDrawDOM DOM.PresentationAttributes.swift
[34/42] Compiling SwiftDrawDOM DOM.RadialGradient.swift
[35/42] Compiling SwiftDrawDOM Parser.XML.SVG.swift
[36/42] Compiling SwiftDrawDOM Parser.XML.Scanner.swift
[37/42] Compiling SwiftDrawDOM Parser.XML.StyleSheet.swift
[38/42] Compiling SwiftDrawDOM Parser.XML.Text.swift
[40/44] Wrapping AST for SwiftDrawDOM for debugging
[42/88] Emitting module SwiftDraw
/host/spi-builder-workspace/SwiftDraw/SVG.swift:165:16: warning: stored property 'size' of 'Sendable'-conforming struct 'SVG' has non-sendable type 'CGSize'
    public let size: CGSize
               ^
Foundation.CGSize:1:15: note: struct 'CGSize' does not conform to the 'Sendable' protocol
public struct CGSize {
              ^
/host/spi-builder-workspace/SwiftDraw/SVG.swift:33:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
[43/88] Compiling SwiftDraw CGImage+Mask.swift
[44/88] Compiling SwiftDraw CGPath+Segment.swift
[45/88] Compiling SwiftDraw CGPattern+Closure.swift
[46/88] Compiling SwiftDraw CGTextRenderer+Code.swift
[47/88] Compiling SwiftDraw CommandLine+Process.swift
[48/88] Compiling SwiftDraw CommandLine.Arguments.swift
[49/88] Compiling SwiftDraw CommandLine.Configuration.swift
[50/94] Compiling SwiftDraw Renderer.swift
/host/spi-builder-workspace/SwiftDraw/SVG.swift:165:16: warning: stored property 'size' of 'Sendable'-conforming struct 'SVG' has non-sendable type 'CGSize'
    public let size: CGSize
               ^
Foundation.CGSize:1:15: note: struct 'CGSize' does not conform to the 'Sendable' protocol
public struct CGSize {
              ^
/host/spi-builder-workspace/SwiftDraw/SVG.swift:33:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
[51/94] Compiling SwiftDraw SVG+CoreGraphics.swift
/host/spi-builder-workspace/SwiftDraw/SVG.swift:165:16: warning: stored property 'size' of 'Sendable'-conforming struct 'SVG' has non-sendable type 'CGSize'
    public let size: CGSize
               ^
Foundation.CGSize:1:15: note: struct 'CGSize' does not conform to the 'Sendable' protocol
public struct CGSize {
              ^
/host/spi-builder-workspace/SwiftDraw/SVG.swift:33:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
[52/94] Compiling SwiftDraw SVG+Deprecated.swift
/host/spi-builder-workspace/SwiftDraw/SVG.swift:165:16: warning: stored property 'size' of 'Sendable'-conforming struct 'SVG' has non-sendable type 'CGSize'
    public let size: CGSize
               ^
Foundation.CGSize:1:15: note: struct 'CGSize' does not conform to the 'Sendable' protocol
public struct CGSize {
              ^
/host/spi-builder-workspace/SwiftDraw/SVG.swift:33:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
[53/94] Compiling SwiftDraw SVG+Hashable.swift
/host/spi-builder-workspace/SwiftDraw/SVG.swift:165:16: warning: stored property 'size' of 'Sendable'-conforming struct 'SVG' has non-sendable type 'CGSize'
    public let size: CGSize
               ^
Foundation.CGSize:1:15: note: struct 'CGSize' does not conform to the 'Sendable' protocol
public struct CGSize {
              ^
/host/spi-builder-workspace/SwiftDraw/SVG.swift:33:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
[54/94] Compiling SwiftDraw SVG+Insets.swift
/host/spi-builder-workspace/SwiftDraw/SVG.swift:165:16: warning: stored property 'size' of 'Sendable'-conforming struct 'SVG' has non-sendable type 'CGSize'
    public let size: CGSize
               ^
Foundation.CGSize:1:15: note: struct 'CGSize' does not conform to the 'Sendable' protocol
public struct CGSize {
              ^
/host/spi-builder-workspace/SwiftDraw/SVG.swift:33:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
[55/94] Compiling SwiftDraw SVG.swift
/host/spi-builder-workspace/SwiftDraw/SVG.swift:165:16: warning: stored property 'size' of 'Sendable'-conforming struct 'SVG' has non-sendable type 'CGSize'
    public let size: CGSize
               ^
Foundation.CGSize:1:15: note: struct 'CGSize' does not conform to the 'Sendable' protocol
public struct CGSize {
              ^
/host/spi-builder-workspace/SwiftDraw/SVG.swift:33:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
[56/94] Compiling SwiftDraw CommandLine.swift
[57/94] Compiling SwiftDraw CoordinateFormatter.swift
[58/94] Compiling SwiftDraw LayerTree.Builder.Layer.swift
[59/94] Compiling SwiftDraw LayerTree.Builder.Path.Arc.swift
[60/94] Compiling SwiftDraw LayerTree.Builder.Path.swift
[61/94] Compiling SwiftDraw LayerTree.Builder.Shape.swift
[62/94] Compiling SwiftDraw LayerTree.Image.swift
[63/94] Compiling SwiftDraw LayerTree.Layer.swift
[64/94] Compiling SwiftDraw LayerTree.Path+Bounds.swift
[65/94] Compiling SwiftDraw LayerTree.Path+Reversed.swift
[66/94] Compiling SwiftDraw LayerTree.Path+Subpath.swift
[67/94] Compiling SwiftDraw LayerTree.Path.swift
[68/94] Compiling SwiftDraw Renderer.CGText.swift
[69/94] Compiling SwiftDraw Renderer.CoreGraphics.swift
[70/94] Compiling SwiftDraw Renderer.LayerTree.swift
[71/94] Compiling SwiftDraw Renderer.SFSymbol+CGPath.swift
[72/94] Compiling SwiftDraw Renderer.SFSymbol.swift
[73/94] Compiling SwiftDraw Renderer.SVG.swift
[74/94] Compiling SwiftDraw LayerTree.Pattern.swift
[75/94] Compiling SwiftDraw LayerTree.Shape.swift
[76/94] Compiling SwiftDraw LayerTree.Transform.swift
[77/94] Compiling SwiftDraw LayerTree.swift
[78/94] Compiling SwiftDraw NSImage+SVG.swift
[79/94] Compiling SwiftDraw Renderer.CGText+Path.swift
[80/94] Compiling SwiftDraw LayerTree.Builder.Text.swift
[81/94] Compiling SwiftDraw LayerTree.Builder.swift
[82/94] Compiling SwiftDraw LayerTree.Color.swift
[83/94] Compiling SwiftDraw LayerTree.CommandGenerator.swift
[84/94] Compiling SwiftDraw LayerTree.CommandOptimizer.swift
[85/94] Compiling SwiftDraw LayerTree.Gradient.swift
[86/94] Compiling SwiftDraw SVGView.swift
/host/spi-builder-workspace/SwiftDraw/UIImage+SVG.swift:129:12: warning: unknown operating system for build configuration 'os'
#elseif os(visionOS)
           ^
/host/spi-builder-workspace/SwiftDraw/UIImage+SVG.swift:129:12: note: did you mean 'iOS'?
#elseif os(visionOS)
           ^~~~~~~~
           iOS
/host/spi-builder-workspace/SwiftDraw/UIImage+SVG.swift:129:12: note: did you mean 'Windows'?
#elseif os(visionOS)
           ^~~~~~~~
           Windows
[87/94] Compiling SwiftDraw Stack.swift
/host/spi-builder-workspace/SwiftDraw/UIImage+SVG.swift:129:12: warning: unknown operating system for build configuration 'os'
#elseif os(visionOS)
           ^
/host/spi-builder-workspace/SwiftDraw/UIImage+SVG.swift:129:12: note: did you mean 'iOS'?
#elseif os(visionOS)
           ^~~~~~~~
           iOS
/host/spi-builder-workspace/SwiftDraw/UIImage+SVG.swift:129:12: note: did you mean 'Windows'?
#elseif os(visionOS)
           ^~~~~~~~
           Windows
[88/94] Compiling SwiftDraw UIImage+SVG.swift
/host/spi-builder-workspace/SwiftDraw/UIImage+SVG.swift:129:12: warning: unknown operating system for build configuration 'os'
#elseif os(visionOS)
           ^
/host/spi-builder-workspace/SwiftDraw/UIImage+SVG.swift:129:12: note: did you mean 'iOS'?
#elseif os(visionOS)
           ^~~~~~~~
           iOS
/host/spi-builder-workspace/SwiftDraw/UIImage+SVG.swift:129:12: note: did you mean 'Windows'?
#elseif os(visionOS)
           ^~~~~~~~
           Windows
[89/94] Compiling SwiftDraw PairedSequence.swift
/host/spi-builder-workspace/SwiftDraw/UIImage+SVG.swift:129:12: warning: unknown operating system for build configuration 'os'
#elseif os(visionOS)
           ^
/host/spi-builder-workspace/SwiftDraw/UIImage+SVG.swift:129:12: note: did you mean 'iOS'?
#elseif os(visionOS)
           ^~~~~~~~
           iOS
/host/spi-builder-workspace/SwiftDraw/UIImage+SVG.swift:129:12: note: did you mean 'Windows'?
#elseif os(visionOS)
           ^~~~~~~~
           Windows
[90/94] Compiling SwiftDraw XML.Formatter.SVG.swift
/host/spi-builder-workspace/SwiftDraw/UIImage+SVG.swift:129:12: warning: unknown operating system for build configuration 'os'
#elseif os(visionOS)
           ^
/host/spi-builder-workspace/SwiftDraw/UIImage+SVG.swift:129:12: note: did you mean 'iOS'?
#elseif os(visionOS)
           ^~~~~~~~
           iOS
/host/spi-builder-workspace/SwiftDraw/UIImage+SVG.swift:129:12: note: did you mean 'Windows'?
#elseif os(visionOS)
           ^~~~~~~~
           Windows
[91/94] Compiling SwiftDraw XML.Formatter.swift
/host/spi-builder-workspace/SwiftDraw/UIImage+SVG.swift:129:12: warning: unknown operating system for build configuration 'os'
#elseif os(visionOS)
           ^
/host/spi-builder-workspace/SwiftDraw/UIImage+SVG.swift:129:12: note: did you mean 'iOS'?
#elseif os(visionOS)
           ^~~~~~~~
           iOS
/host/spi-builder-workspace/SwiftDraw/UIImage+SVG.swift:129:12: note: did you mean 'Windows'?
#elseif os(visionOS)
           ^~~~~~~~
           Windows
[93/96] Wrapping AST for SwiftDraw for debugging
[95/99] Compiling CommandLine main.swift
[96/99] Emitting module CommandLine
[97/99] Compiling CommandLine CommandLine.swift
[99/101] Wrapping AST for CommandLine for debugging
[100/101] Linking swiftdrawcli
Build complete! (11.62s)
Build complete.
{
  "dependencies" : [
  ],
  "manifest_display_name" : "SwiftDraw",
  "name" : "SwiftDraw",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "10.15"
    },
    {
      "name" : "ios",
      "version" : "13.0"
    },
    {
      "name" : "tvos",
      "version" : "13.0"
    },
    {
      "name" : "watchos",
      "version" : "6.0"
    },
    {
      "name" : "visionos",
      "version" : "1.0"
    }
  ],
  "products" : [
    {
      "name" : "swiftdrawcli",
      "targets" : [
        "CommandLine"
      ],
      "type" : {
        "executable" : null
      }
    },
    {
      "name" : "SwiftDraw",
      "targets" : [
        "SwiftDraw"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "SwiftDrawTests",
      "module_type" : "SwiftTarget",
      "name" : "SwiftDrawTests",
      "path" : "SwiftDrawTests",
      "resources" : [
        {
          "path" : "/host/spi-builder-workspace/SwiftDrawTests/Test.bundle",
          "rule" : {
            "copy" : {
            }
          }
        }
      ],
      "sources" : [
        "Bundle+Extensions.swift",
        "CGPath+SegmentTests.swift",
        "CGRendererTests.swift",
        "CommandLine.ArgumentsTests.swift",
        "CommandLine.ConfigurationTests.swift",
        "CoordinateTests.swift",
        "GradientTests.swift",
        "Image+CoreGraphicsTests.swift",
        "LayerTree.Builder.LayerTests.swift",
        "LayerTree.Builder.Path.ArcTests.swift",
        "LayerTree.Builder.ShapeTests.swift",
        "LayerTree.BuilderTests.swift",
        "LayerTree.ColorTests.swift",
        "LayerTree.CommandGeneratorTests.swift",
        "LayerTree.ImageTests.swift",
        "LayerTree.LayerTests.swift",
        "LayerTree.Path+BoundsTests.swift",
        "LayerTree.Path+ReversedTests.swift",
        "LayerTree.Path+SubpathTests.swift",
        "LayerTree.PathTests.swift",
        "LayerTree.ShapeTests.swift",
        "LayerTree.TransformTests.swift",
        "MockRenderer.swift",
        "NSBitmapImageRep+Extensions.swift",
        "NSImage+SVGTests.swift",
        "Renderer.CGTextTests.swift",
        "Renderer.CoreGraphicsTypesTests.swift",
        "Renderer.LayerTreeProviderTests.swift",
        "Renderer.SFSymbolTests.swift",
        "Renderer.SVGTests.swift",
        "RendererTests.swift",
        "SVGTests.swift",
        "StackTests.swift",
        "UIImage+SVGTests.swift",
        "URL+DataTests.swift",
        "Utilities/PairedSequenceTests.swift",
        "XML.FormatterTests.swift"
      ],
      "target_dependencies" : [
        "SwiftDraw"
      ],
      "type" : "test"
    },
    {
      "c99name" : "SwiftDrawDOMTests",
      "module_type" : "SwiftTarget",
      "name" : "SwiftDrawDOMTests",
      "path" : "DOM/Tests",
      "resources" : [
        {
          "path" : "/host/spi-builder-workspace/DOM/Tests/Test.bundle",
          "rule" : {
            "copy" : {
            }
          }
        }
      ],
      "sources" : [
        "Bundle+Extensions.swift",
        "DOM+Extensions.swift",
        "DOM.ElementTests.swift",
        "DOM.PresentationAttributesTests.swift",
        "Parser.AttributesTests.swift",
        "Parser.GraphicAttributeTests.swift",
        "Parser.SVGTests.swift",
        "Parser.XML.ColorTests.swift",
        "Parser.XML.ElementTests.swift",
        "Parser.XML.FilterTests.swift",
        "Parser.XML.ImageTests.swift",
        "Parser.XML.LinearGradientTests.swift",
        "Parser.XML.PathTests.swift",
        "Parser.XML.PatternTests.swift",
        "Parser.XML.RadialGradientTests.swift",
        "Parser.XML.StyleSheetTests.swift",
        "Parser.XML.TextTests.swift",
        "Parser.XML.TransformTests.swift",
        "ParserSVGImageTests.swift",
        "StyleTests.swift",
        "UseTests.swift",
        "ValueParserTests.swift",
        "XML.Parser.ScannerTests.swift",
        "XML.SAXParserTests.swift"
      ],
      "target_dependencies" : [
        "SwiftDrawDOM"
      ],
      "type" : "test"
    },
    {
      "c99name" : "SwiftDrawDOM",
      "module_type" : "SwiftTarget",
      "name" : "SwiftDrawDOM",
      "path" : "DOM/Sources",
      "product_memberships" : [
        "swiftdrawcli",
        "SwiftDraw"
      ],
      "sources" : [
        "DOM+Extensions.swift",
        "DOM.Color.swift",
        "DOM.Element.swift",
        "DOM.Filter.swift",
        "DOM.Image.swift",
        "DOM.LinearGradient.swift",
        "DOM.Path.swift",
        "DOM.Pattern.swift",
        "DOM.PresentationAttributes.swift",
        "DOM.RadialGradient.swift",
        "DOM.SVG+Parse.swift",
        "DOM.SVG.swift",
        "DOM.Switch.swift",
        "DOM.Text.swift",
        "DOM.Use.swift",
        "DOM.swift",
        "Parser.XML.Attributes.swift",
        "Parser.XML.Color.swift",
        "Parser.XML.Element.swift",
        "Parser.XML.Filter.swift",
        "Parser.XML.Image.swift",
        "Parser.XML.LinearGradient.swift",
        "Parser.XML.Path.swift",
        "Parser.XML.Pattern.swift",
        "Parser.XML.RadialGradient.swift",
        "Parser.XML.SVG.swift",
        "Parser.XML.Scanner.swift",
        "Parser.XML.StyleSheet.swift",
        "Parser.XML.Text.swift",
        "Parser.XML.Transform.swift",
        "Parser.XML.Use.swift",
        "Parser.XML.swift",
        "TextOutputStream+StandardError.swift",
        "URL+Data.swift",
        "URL+Fragment.swift",
        "XML.Element.swift",
        "XML.SAXParser.swift"
      ],
      "type" : "library"
    },
    {
      "c99name" : "SwiftDraw",
      "module_type" : "SwiftTarget",
      "name" : "SwiftDraw",
      "path" : "SwiftDraw",
      "product_memberships" : [
        "swiftdrawcli",
        "SwiftDraw"
      ],
      "sources" : [
        "CGImage+Mask.swift",
        "CGPath+Segment.swift",
        "CGPattern+Closure.swift",
        "CGTextRenderer+Code.swift",
        "CommandLine+Process.swift",
        "CommandLine.Arguments.swift",
        "CommandLine.Configuration.swift",
        "CommandLine.swift",
        "CoordinateFormatter.swift",
        "LayerTree.Builder.Layer.swift",
        "LayerTree.Builder.Path.Arc.swift",
        "LayerTree.Builder.Path.swift",
        "LayerTree.Builder.Shape.swift",
        "LayerTree.Builder.Text.swift",
        "LayerTree.Builder.swift",
        "LayerTree.Color.swift",
        "LayerTree.CommandGenerator.swift",
        "LayerTree.CommandOptimizer.swift",
        "LayerTree.Gradient.swift",
        "LayerTree.Image.swift",
        "LayerTree.Layer.swift",
        "LayerTree.Path+Bounds.swift",
        "LayerTree.Path+Reversed.swift",
        "LayerTree.Path+Subpath.swift",
        "LayerTree.Path.swift",
        "LayerTree.Pattern.swift",
        "LayerTree.Shape.swift",
        "LayerTree.Transform.swift",
        "LayerTree.swift",
        "NSImage+SVG.swift",
        "Renderer.CGText+Path.swift",
        "Renderer.CGText.swift",
        "Renderer.CoreGraphics.swift",
        "Renderer.LayerTree.swift",
        "Renderer.SFSymbol+CGPath.swift",
        "Renderer.SFSymbol.swift",
        "Renderer.SVG.swift",
        "Renderer.swift",
        "SVG+CoreGraphics.swift",
        "SVG+Deprecated.swift",
        "SVG+Hashable.swift",
        "SVG+Insets.swift",
        "SVG.swift",
        "SVGView.swift",
        "Stack.swift",
        "UIImage+SVG.swift",
        "Utilities/PairedSequence.swift",
        "XML.Formatter.SVG.swift",
        "XML.Formatter.swift"
      ],
      "target_dependencies" : [
        "SwiftDrawDOM"
      ],
      "type" : "library"
    },
    {
      "c99name" : "CommandLine",
      "module_type" : "SwiftTarget",
      "name" : "CommandLine",
      "path" : "CommandLine",
      "product_memberships" : [
        "swiftdrawcli"
      ],
      "sources" : [
        "CommandLine.swift",
        "main.swift"
      ],
      "target_dependencies" : [
        "SwiftDraw"
      ],
      "type" : "executable"
    }
  ],
  "tools_version" : "5.9"
}
basic-5.9-latest: Pulling from finestructure/spi-images
Digest: sha256:943c57f5f023c04804daf623375860c13f93d33d0cb4f0a89054871e5f11529c
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-5.9-latest
Done.