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 main (7a9047), with Swift 5.9 for Linux on 5 Jun 2025 04:44:52 UTC.

Swift 6 data race errors: 0

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4609320-1":/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: 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/swhitty/SwiftDraw
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at 7a9047d Xcode 16.4
Cloned https://github.com/swhitty/SwiftDraw.git
Revision (git rev-parse @):
7a9047d338bd1daf3e397c0fad5a32ac7f1ccc80
SUCCESS checkout https://github.com/swhitty/SwiftDraw.git at main
========================================
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-1":/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 DOM+Extensions.swift
[3/42] Compiling SwiftDrawDOM DOM.Color.swift
[4/42] Compiling SwiftDrawDOM DOM.Element.swift
[5/42] Compiling SwiftDrawDOM DOM.Filter.swift
[6/42] Compiling SwiftDrawDOM DOM.Image.swift
[7/42] Compiling SwiftDrawDOM DOM.LinearGradient.swift
[8/42] Compiling SwiftDrawDOM DOM.Path.swift
[9/42] Compiling SwiftDrawDOM DOM.Pattern.swift
[10/42] Compiling SwiftDrawDOM DOM.PresentationAttributes.swift
[11/42] Compiling SwiftDrawDOM DOM.RadialGradient.swift
[12/42] Compiling SwiftDrawDOM DOM.SVG+Parse.swift
[13/42] Compiling SwiftDrawDOM DOM.SVG.swift
[14/42] Compiling SwiftDrawDOM DOM.Switch.swift
[15/42] Compiling SwiftDrawDOM DOM.Text.swift
[16/42] Compiling SwiftDrawDOM DOM.Use.swift
[17/42] Compiling SwiftDrawDOM URL+Data.swift
[18/42] Compiling SwiftDrawDOM URL+Fragment.swift
[19/42] Compiling SwiftDrawDOM XML.Element.swift
[20/42] Compiling SwiftDrawDOM XML.SAXParser.swift
[21/42] Compiling SwiftDrawDOM DOM.swift
[22/42] Compiling SwiftDrawDOM Parser.XML.Attributes.swift
[23/42] Compiling SwiftDrawDOM Parser.XML.Color.swift
[24/42] Compiling SwiftDrawDOM Parser.XML.Element.swift
[25/42] Compiling SwiftDrawDOM Parser.XML.Filter.swift
[26/42] Compiling SwiftDrawDOM Parser.XML.Transform.swift
[27/42] Compiling SwiftDrawDOM Parser.XML.Use.swift
[28/42] Compiling SwiftDrawDOM Parser.XML.swift
[29/42] Compiling SwiftDrawDOM TextOutputStream+StandardError.swift
[30/42] Compiling SwiftDrawDOM Parser.XML.Image.swift
[31/42] Compiling SwiftDrawDOM Parser.XML.LinearGradient.swift
[32/42] Compiling SwiftDrawDOM Parser.XML.Path.swift
[33/42] Compiling SwiftDrawDOM Parser.XML.Pattern.swift
[34/42] Compiling SwiftDrawDOM Parser.XML.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] Compiling SwiftDraw SVG+CoreGraphics.swift
/host/spi-builder-workspace/SwiftDraw/Sources/SVG/SVG.swift:36:10: warning: SwiftDraw will soon remove support for Swift 5.9
#warning("SwiftDraw will soon remove support for Swift 5.9")
         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/SwiftDraw/Sources/SVG/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/Sources/SVG/SVG.swift:33:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
[43/88] Compiling SwiftDraw SVG+Deprecated.swift
/host/spi-builder-workspace/SwiftDraw/Sources/SVG/SVG.swift:36:10: warning: SwiftDraw will soon remove support for Swift 5.9
#warning("SwiftDraw will soon remove support for Swift 5.9")
         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/SwiftDraw/Sources/SVG/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/Sources/SVG/SVG.swift:33:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
[44/88] Compiling SwiftDraw SVG+Hashable.swift
/host/spi-builder-workspace/SwiftDraw/Sources/SVG/SVG.swift:36:10: warning: SwiftDraw will soon remove support for Swift 5.9
#warning("SwiftDraw will soon remove support for Swift 5.9")
         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/SwiftDraw/Sources/SVG/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/Sources/SVG/SVG.swift:33:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
[45/88] Compiling SwiftDraw SVG+Insets.swift
/host/spi-builder-workspace/SwiftDraw/Sources/SVG/SVG.swift:36:10: warning: SwiftDraw will soon remove support for Swift 5.9
#warning("SwiftDraw will soon remove support for Swift 5.9")
         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/SwiftDraw/Sources/SVG/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/Sources/SVG/SVG.swift:33:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
[46/88] Compiling SwiftDraw SVG.swift
/host/spi-builder-workspace/SwiftDraw/Sources/SVG/SVG.swift:36:10: warning: SwiftDraw will soon remove support for Swift 5.9
#warning("SwiftDraw will soon remove support for Swift 5.9")
         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/SwiftDraw/Sources/SVG/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/Sources/SVG/SVG.swift:33:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
[47/88] Compiling SwiftDraw SVGView.swift
/host/spi-builder-workspace/SwiftDraw/Sources/SVG/SVG.swift:36:10: warning: SwiftDraw will soon remove support for Swift 5.9
#warning("SwiftDraw will soon remove support for Swift 5.9")
         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/SwiftDraw/Sources/SVG/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/Sources/SVG/SVG.swift:33:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
[48/94] Compiling SwiftDraw UIImage+SVG.swift
/host/spi-builder-workspace/SwiftDraw/Sources/UIImage+SVG.swift:129:12: warning: unknown operating system for build configuration 'os'
#elseif os(visionOS)
           ^
/host/spi-builder-workspace/SwiftDraw/Sources/UIImage+SVG.swift:129:12: note: did you mean 'iOS'?
#elseif os(visionOS)
           ^~~~~~~~
           iOS
/host/spi-builder-workspace/SwiftDraw/Sources/UIImage+SVG.swift:129:12: note: did you mean 'Windows'?
#elseif os(visionOS)
           ^~~~~~~~
           Windows
[49/94] Compiling SwiftDraw CGImage+Mask.swift
/host/spi-builder-workspace/SwiftDraw/Sources/UIImage+SVG.swift:129:12: warning: unknown operating system for build configuration 'os'
#elseif os(visionOS)
           ^
/host/spi-builder-workspace/SwiftDraw/Sources/UIImage+SVG.swift:129:12: note: did you mean 'iOS'?
#elseif os(visionOS)
           ^~~~~~~~
           iOS
/host/spi-builder-workspace/SwiftDraw/Sources/UIImage+SVG.swift:129:12: note: did you mean 'Windows'?
#elseif os(visionOS)
           ^~~~~~~~
           Windows
[50/94] Compiling SwiftDraw CGPath+Segment.swift
/host/spi-builder-workspace/SwiftDraw/Sources/UIImage+SVG.swift:129:12: warning: unknown operating system for build configuration 'os'
#elseif os(visionOS)
           ^
/host/spi-builder-workspace/SwiftDraw/Sources/UIImage+SVG.swift:129:12: note: did you mean 'iOS'?
#elseif os(visionOS)
           ^~~~~~~~
           iOS
/host/spi-builder-workspace/SwiftDraw/Sources/UIImage+SVG.swift:129:12: note: did you mean 'Windows'?
#elseif os(visionOS)
           ^~~~~~~~
           Windows
[51/94] Compiling SwiftDraw CGPattern+Closure.swift
/host/spi-builder-workspace/SwiftDraw/Sources/UIImage+SVG.swift:129:12: warning: unknown operating system for build configuration 'os'
#elseif os(visionOS)
           ^
/host/spi-builder-workspace/SwiftDraw/Sources/UIImage+SVG.swift:129:12: note: did you mean 'iOS'?
#elseif os(visionOS)
           ^~~~~~~~
           iOS
/host/spi-builder-workspace/SwiftDraw/Sources/UIImage+SVG.swift:129:12: note: did you mean 'Windows'?
#elseif os(visionOS)
           ^~~~~~~~
           Windows
[52/94] Compiling SwiftDraw PairedSequence.swift
/host/spi-builder-workspace/SwiftDraw/Sources/UIImage+SVG.swift:129:12: warning: unknown operating system for build configuration 'os'
#elseif os(visionOS)
           ^
/host/spi-builder-workspace/SwiftDraw/Sources/UIImage+SVG.swift:129:12: note: did you mean 'iOS'?
#elseif os(visionOS)
           ^~~~~~~~
           iOS
/host/spi-builder-workspace/SwiftDraw/Sources/UIImage+SVG.swift:129:12: note: did you mean 'Windows'?
#elseif os(visionOS)
           ^~~~~~~~
           Windows
[53/94] Compiling SwiftDraw Stack.swift
/host/spi-builder-workspace/SwiftDraw/Sources/UIImage+SVG.swift:129:12: warning: unknown operating system for build configuration 'os'
#elseif os(visionOS)
           ^
/host/spi-builder-workspace/SwiftDraw/Sources/UIImage+SVG.swift:129:12: note: did you mean 'iOS'?
#elseif os(visionOS)
           ^~~~~~~~
           iOS
/host/spi-builder-workspace/SwiftDraw/Sources/UIImage+SVG.swift:129:12: note: did you mean 'Windows'?
#elseif os(visionOS)
           ^~~~~~~~
           Windows
[54/94] Emitting module SwiftDraw
/host/spi-builder-workspace/SwiftDraw/Sources/SVG/SVG.swift:36:10: warning: SwiftDraw will soon remove support for Swift 5.9
#warning("SwiftDraw will soon remove support for Swift 5.9")
         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/SwiftDraw/Sources/SVG/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/Sources/SVG/SVG.swift:33:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
[55/94] Compiling SwiftDraw LayerTree.Path+Bounds.swift
[56/94] Compiling SwiftDraw LayerTree.Path+Reversed.swift
[57/94] Compiling SwiftDraw LayerTree.Path+Subpath.swift
[58/94] Compiling SwiftDraw LayerTree.Path.swift
[59/94] Compiling SwiftDraw LayerTree.Pattern.swift
[60/94] Compiling SwiftDraw LayerTree.Shape.swift
[61/94] Compiling SwiftDraw CommandLine+Process.swift
[62/94] Compiling SwiftDraw CommandLine.Arguments.swift
[63/94] Compiling SwiftDraw CommandLine.Configuration.swift
[64/94] Compiling SwiftDraw CommandLine.swift
[65/94] Compiling SwiftDraw CoordinateFormatter.swift
[66/94] Compiling SwiftDraw XML.Formatter.SVG.swift
[67/94] Compiling SwiftDraw XML.Formatter.swift
[68/94] Compiling SwiftDraw LayerTree.Builder.Layer.swift
[69/94] Compiling SwiftDraw LayerTree.Builder.Path.Arc.swift
[70/94] Compiling SwiftDraw LayerTree.Builder.Path.swift
[71/94] Compiling SwiftDraw LayerTree.Builder.Shape.swift
[72/94] Compiling SwiftDraw LayerTree.Builder.Text.swift
[73/94] Compiling SwiftDraw LayerTree.Builder.swift
[74/94] Compiling SwiftDraw Renderer.CoreGraphics.swift
[75/94] Compiling SwiftDraw Renderer.LayerTree.swift
[76/94] Compiling SwiftDraw Renderer.SFSymbol+CGPath.swift
[77/94] Compiling SwiftDraw Renderer.SFSymbol.swift
[78/94] Compiling SwiftDraw Renderer.SVG.swift
[79/94] Compiling SwiftDraw Renderer.swift
[80/94] Compiling SwiftDraw LayerTree.Transform.swift
[81/94] Compiling SwiftDraw LayerTree.swift
[82/94] Compiling SwiftDraw NSImage+SVG.swift
[83/94] Compiling SwiftDraw CGTextRenderer+Code.swift
[84/94] Compiling SwiftDraw Renderer.CGText+Path.swift
[85/94] Compiling SwiftDraw Renderer.CGText.swift
[86/94] Compiling SwiftDraw LayerTree.Color.swift
[87/94] Compiling SwiftDraw LayerTree.CommandGenerator.swift
[88/94] Compiling SwiftDraw LayerTree.CommandOptimizer.swift
[89/94] Compiling SwiftDraw LayerTree.Gradient.swift
[90/94] Compiling SwiftDraw LayerTree.Image.swift
[91/94] Compiling SwiftDraw LayerTree.Layer.swift
[93/96] Wrapping AST for SwiftDraw for debugging
[95/99] Compiling CommandLine main.swift
[96/99] Compiling CommandLine CommandLine.swift
[97/99] Emitting module CommandLine
[99/101] Wrapping AST for CommandLine for debugging
[100/101] Linking swiftdrawcli
Build complete! (12.17s)
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" : "SwiftDraw/Tests",
      "resources" : [
        {
          "path" : "/host/spi-builder-workspace/SwiftDraw/Tests/Test.bundle",
          "rule" : {
            "copy" : {
            }
          }
        }
      ],
      "sources" : [
        "CommandLine/CommandLine.ArgumentsTests.swift",
        "CommandLine/CommandLine.ConfigurationTests.swift",
        "Formatter/CoordinateTests.swift",
        "Formatter/XML.FormatterTests.swift",
        "LayerTree/LayerTree.Builder.LayerTests.swift",
        "LayerTree/LayerTree.Builder.Path.ArcTests.swift",
        "LayerTree/LayerTree.Builder.ShapeTests.swift",
        "LayerTree/LayerTree.BuilderTests.swift",
        "LayerTree/LayerTree.ColorTests.swift",
        "LayerTree/LayerTree.CommandGeneratorTests.swift",
        "LayerTree/LayerTree.ImageTests.swift",
        "LayerTree/LayerTree.LayerTests.swift",
        "LayerTree/LayerTree.Path+BoundsTests.swift",
        "LayerTree/LayerTree.Path+ReversedTests.swift",
        "LayerTree/LayerTree.Path+SubpathTests.swift",
        "LayerTree/LayerTree.PathTests.swift",
        "LayerTree/LayerTree.ShapeTests.swift",
        "LayerTree/LayerTree.TransformTests.swift",
        "NSImage+SVGTests.swift",
        "Renderer/CGRendererTests.swift",
        "Renderer/GradientTests.swift",
        "Renderer/Image+CoreGraphicsTests.swift",
        "Renderer/MockRenderer.swift",
        "Renderer/Renderer.CGTextTests.swift",
        "Renderer/Renderer.CoreGraphicsTypesTests.swift",
        "Renderer/Renderer.LayerTreeProviderTests.swift",
        "Renderer/Renderer.SFSymbolTests.swift",
        "Renderer/Renderer.SVGTests.swift",
        "Renderer/RendererTests.swift",
        "SVG/SVGTests.swift",
        "UIImage+SVGTests.swift",
        "Utilities/Bundle+Extensions.swift",
        "Utilities/CGPath+SegmentTests.swift",
        "Utilities/NSBitmapImageRep+Extensions.swift",
        "Utilities/PairedSequenceTests.swift",
        "Utilities/StackTests.swift",
        "Utilities/URL+DataTests.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/Sources",
      "product_memberships" : [
        "swiftdrawcli",
        "SwiftDraw"
      ],
      "sources" : [
        "CommandLine/CommandLine+Process.swift",
        "CommandLine/CommandLine.Arguments.swift",
        "CommandLine/CommandLine.Configuration.swift",
        "CommandLine/CommandLine.swift",
        "Formatter/CoordinateFormatter.swift",
        "Formatter/XML.Formatter.SVG.swift",
        "Formatter/XML.Formatter.swift",
        "LayerTree/LayerTree.Builder.Layer.swift",
        "LayerTree/LayerTree.Builder.Path.Arc.swift",
        "LayerTree/LayerTree.Builder.Path.swift",
        "LayerTree/LayerTree.Builder.Shape.swift",
        "LayerTree/LayerTree.Builder.Text.swift",
        "LayerTree/LayerTree.Builder.swift",
        "LayerTree/LayerTree.Color.swift",
        "LayerTree/LayerTree.CommandGenerator.swift",
        "LayerTree/LayerTree.CommandOptimizer.swift",
        "LayerTree/LayerTree.Gradient.swift",
        "LayerTree/LayerTree.Image.swift",
        "LayerTree/LayerTree.Layer.swift",
        "LayerTree/LayerTree.Path+Bounds.swift",
        "LayerTree/LayerTree.Path+Reversed.swift",
        "LayerTree/LayerTree.Path+Subpath.swift",
        "LayerTree/LayerTree.Path.swift",
        "LayerTree/LayerTree.Pattern.swift",
        "LayerTree/LayerTree.Shape.swift",
        "LayerTree/LayerTree.Transform.swift",
        "LayerTree/LayerTree.swift",
        "NSImage+SVG.swift",
        "Renderer/CGTextRenderer+Code.swift",
        "Renderer/Renderer.CGText+Path.swift",
        "Renderer/Renderer.CGText.swift",
        "Renderer/Renderer.CoreGraphics.swift",
        "Renderer/Renderer.LayerTree.swift",
        "Renderer/Renderer.SFSymbol+CGPath.swift",
        "Renderer/Renderer.SFSymbol.swift",
        "Renderer/Renderer.SVG.swift",
        "Renderer/Renderer.swift",
        "SVG/SVG+CoreGraphics.swift",
        "SVG/SVG+Deprecated.swift",
        "SVG/SVG+Hashable.swift",
        "SVG/SVG+Insets.swift",
        "SVG/SVG.swift",
        "SVG/SVGView.swift",
        "UIImage+SVG.swift",
        "Utilities/CGImage+Mask.swift",
        "Utilities/CGPath+Segment.swift",
        "Utilities/CGPattern+Closure.swift",
        "Utilities/PairedSequence.swift",
        "Utilities/Stack.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.