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.10 for Linux on 5 Jun 2025 04:44:00 UTC.

Swift 6 data race errors: 0

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4606859-1":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-5.10-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.10
Building package at path:  $PWD
https://github.com/swhitty/SwiftDraw.git
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-1":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-5.10-latest swift build --triple x86_64-unknown-linux-gnu 2>&1
basic-5.10-latest: Pulling from finestructure/spi-images
Digest: sha256:aa1999fda62728f989ec9f885e6a69f8a206ad63b6efcfc03397a00c96f5855b
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-5.10-latest
Building for debugging...
[0/9] Write sources
[3/9] Write swift-version-24593BA9C3E375BF.txt
[5/43] Emitting module SwiftDrawDOM
[6/47] Compiling SwiftDrawDOM DOM.SVG+Parse.swift
[7/47] Compiling SwiftDrawDOM DOM.SVG.swift
[8/47] Compiling SwiftDrawDOM DOM.Switch.swift
[9/47] Compiling SwiftDrawDOM DOM.Text.swift
[10/47] Compiling SwiftDrawDOM DOM.Use.swift
[11/47] Compiling SwiftDrawDOM Parser.XML.SVG.swift
[12/47] Compiling SwiftDrawDOM Parser.XML.Scanner.swift
[13/47] Compiling SwiftDrawDOM Parser.XML.StyleSheet.swift
[14/47] Compiling SwiftDrawDOM Parser.XML.Text.swift
[15/47] Compiling SwiftDrawDOM URL+Data.swift
[16/47] Compiling SwiftDrawDOM URL+Fragment.swift
[17/47] Compiling SwiftDrawDOM XML.Element.swift
[18/47] Compiling SwiftDrawDOM XML.SAXParser.swift
[19/47] Compiling SwiftDrawDOM DOM.LinearGradient.swift
[20/47] Compiling SwiftDrawDOM DOM.Path.swift
[21/47] Compiling SwiftDrawDOM DOM.Pattern.swift
[22/47] Compiling SwiftDrawDOM DOM.PresentationAttributes.swift
[23/47] Compiling SwiftDrawDOM DOM.RadialGradient.swift
[24/47] Compiling SwiftDrawDOM Parser.XML.Transform.swift
[25/47] Compiling SwiftDrawDOM Parser.XML.Use.swift
[26/47] Compiling SwiftDrawDOM Parser.XML.swift
[27/47] Compiling SwiftDrawDOM TextOutputStream+StandardError.swift
[28/47] Compiling SwiftDrawDOM DOM.swift
[29/47] Compiling SwiftDrawDOM Parser.XML.Attributes.swift
[30/47] Compiling SwiftDrawDOM Parser.XML.Color.swift
[31/47] Compiling SwiftDrawDOM Parser.XML.Element.swift
[32/47] Compiling SwiftDrawDOM Parser.XML.Filter.swift
[33/47] Compiling SwiftDrawDOM Parser.XML.Image.swift
[34/47] Compiling SwiftDrawDOM Parser.XML.LinearGradient.swift
[35/47] Compiling SwiftDrawDOM Parser.XML.Path.swift
[36/47] Compiling SwiftDrawDOM Parser.XML.Pattern.swift
[37/47] Compiling SwiftDrawDOM Parser.XML.RadialGradient.swift
[38/47] Compiling SwiftDrawDOM DOM+Extensions.swift
[39/47] Compiling SwiftDrawDOM DOM.Color.swift
[40/47] Compiling SwiftDrawDOM DOM.Element.swift
[41/47] Compiling SwiftDrawDOM DOM.Filter.swift
[42/47] Compiling SwiftDrawDOM DOM.Image.swift
[43/48] Wrapping AST for SwiftDrawDOM for debugging
[45/92] Emitting module SwiftDraw
/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/98] Compiling SwiftDraw SVG+CoreGraphics.swift
/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/98] Compiling SwiftDraw SVG+Deprecated.swift
/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/98] Compiling SwiftDraw SVG+Hashable.swift
/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
[49/98] Compiling SwiftDraw SVG+Insets.swift
/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
[50/98] Compiling SwiftDraw SVG.swift
/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
[51/98] Compiling SwiftDraw SVGView.swift
/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
[52/98] Compiling SwiftDraw Renderer.CoreGraphics.swift
[53/98] Compiling SwiftDraw Renderer.LayerTree.swift
[54/98] Compiling SwiftDraw Renderer.SFSymbol+CGPath.swift
[55/98] Compiling SwiftDraw Renderer.SFSymbol.swift
[56/98] Compiling SwiftDraw Renderer.SVG.swift
[57/98] Compiling SwiftDraw Renderer.swift
[58/98] 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
[59/98] 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
[60/98] 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
[61/98] 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
[62/98] 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
[63/98] 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
[64/98] Compiling SwiftDraw LayerTree.Builder.Layer.swift
[65/98] Compiling SwiftDraw LayerTree.Builder.Path.Arc.swift
[66/98] Compiling SwiftDraw LayerTree.Builder.Path.swift
[67/98] Compiling SwiftDraw LayerTree.Builder.Shape.swift
[68/98] Compiling SwiftDraw LayerTree.Builder.Text.swift
[69/98] Compiling SwiftDraw LayerTree.Builder.swift
[70/98] Compiling SwiftDraw LayerTree.Transform.swift
[71/98] Compiling SwiftDraw LayerTree.swift
[72/98] Compiling SwiftDraw NSImage+SVG.swift
[73/98] Compiling SwiftDraw CGTextRenderer+Code.swift
[74/98] Compiling SwiftDraw Renderer.CGText+Path.swift
[75/98] Compiling SwiftDraw Renderer.CGText.swift
[76/98] Compiling SwiftDraw LayerTree.Path+Bounds.swift
[77/98] Compiling SwiftDraw LayerTree.Path+Reversed.swift
[78/98] Compiling SwiftDraw LayerTree.Path+Subpath.swift
[79/98] Compiling SwiftDraw LayerTree.Path.swift
[80/98] Compiling SwiftDraw LayerTree.Pattern.swift
[81/98] Compiling SwiftDraw LayerTree.Shape.swift
[82/98] Compiling SwiftDraw CommandLine+Process.swift
[83/98] Compiling SwiftDraw CommandLine.Arguments.swift
[84/98] Compiling SwiftDraw CommandLine.Configuration.swift
[85/98] Compiling SwiftDraw CommandLine.swift
[86/98] Compiling SwiftDraw CoordinateFormatter.swift
[87/98] Compiling SwiftDraw XML.Formatter.SVG.swift
[88/98] Compiling SwiftDraw XML.Formatter.swift
[89/98] Compiling SwiftDraw LayerTree.Color.swift
[90/98] Compiling SwiftDraw LayerTree.CommandGenerator.swift
[91/98] Compiling SwiftDraw LayerTree.CommandOptimizer.swift
[92/98] Compiling SwiftDraw LayerTree.Gradient.swift
[93/98] Compiling SwiftDraw LayerTree.Image.swift
[94/98] Compiling SwiftDraw LayerTree.Layer.swift
[95/99] Wrapping AST for SwiftDraw for debugging
[97/102] Compiling CommandLine CommandLine.swift
[98/102] Emitting module CommandLine
[99/102] Compiling CommandLine main.swift
[100/103] Wrapping AST for CommandLine for debugging
[101/103] Write Objects.LinkFileList
[102/103] Linking swiftdrawcli
Build complete! (12.43s)
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.10-latest: Pulling from finestructure/spi-images
Digest: sha256:aa1999fda62728f989ec9f885e6a69f8a206ad63b6efcfc03397a00c96f5855b
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-5.10-latest
Done.