The Swift Package Index logo.Swift Package Index

Track the adoption of Swift 6 strict concurrency checks for data race safety. How many packages are Ready for Swift 6?

Build Information

Successful build of SwiftDraw, reference 0.21.0 (2a36e6), with Swift 5.10 for Linux on 16 Apr 2025 15:16:48 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.60.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/swhitty/SwiftDraw.git
Reference: 0.21.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.21.0     -> FETCH_HEAD
HEAD is now at 2a36e6c samples
Cloned https://github.com/swhitty/SwiftDraw.git
Revision (git rev-parse @):
2a36e6ce369cbecdd031ee95f5b5b3faa69ef50f
SUCCESS checkout https://github.com/swhitty/SwiftDraw.git at 0.21.0
========================================
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:616ef225d0085997f26355ad9695b1159b91f6187a43f9ff135cb59d096bc97d
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-5.10-latest
Building for debugging...
[0/7] Write sources
[2/7] Write swift-version-24593BA9C3E375BF.txt
[4/83] Emitting module SwiftDraw
/host/spi-builder-workspace/SwiftDraw/SVG.swift:164: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:32:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
[5/93] Compiling SwiftDraw Renderer.SFSymbol+CGPath.swift
/host/spi-builder-workspace/SwiftDraw/SVG.swift:164: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:32:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
[6/93] Compiling SwiftDraw Renderer.SFSymbol.swift
/host/spi-builder-workspace/SwiftDraw/SVG.swift:164: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:32:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
[7/93] Compiling SwiftDraw Renderer.SVG.swift
/host/spi-builder-workspace/SwiftDraw/SVG.swift:164: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:32:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
[8/93] Compiling SwiftDraw Renderer.swift
/host/spi-builder-workspace/SwiftDraw/SVG.swift:164: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:32:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
[9/93] Compiling SwiftDraw SVG+CoreGraphics.swift
/host/spi-builder-workspace/SwiftDraw/SVG.swift:164: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:32:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
[10/93] Compiling SwiftDraw SVG+Deprecated.swift
/host/spi-builder-workspace/SwiftDraw/SVG.swift:164: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:32:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
[11/93] Compiling SwiftDraw SVG+Hashable.swift
/host/spi-builder-workspace/SwiftDraw/SVG.swift:164: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:32:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
[12/93] Compiling SwiftDraw SVG+Insets.swift
/host/spi-builder-workspace/SwiftDraw/SVG.swift:164: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:32:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
[13/93] Compiling SwiftDraw SVG.swift
/host/spi-builder-workspace/SwiftDraw/SVG.swift:164: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:32:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
[14/93] Compiling SwiftDraw SVGView.swift
/host/spi-builder-workspace/SwiftDraw/SVG.swift:164: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:32:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
[15/93] Compiling SwiftDraw CGImage+Mask.swift
[16/93] Compiling SwiftDraw CGPath+Segment.swift
[17/93] Compiling SwiftDraw CGPattern+Closure.swift
[18/93] Compiling SwiftDraw CGTextRenderer+Code.swift
[19/93] Compiling SwiftDraw CommandLine+Process.swift
[20/93] Compiling SwiftDraw CommandLine.Arguments.swift
[21/93] Compiling SwiftDraw CommandLine.Configuration.swift
[22/93] Compiling SwiftDraw CommandLine.swift
[23/93] Compiling SwiftDraw CoordinateFormatter.swift
[24/93] Compiling SwiftDraw DOM.Color.swift
[25/93] Compiling SwiftDraw DOM.Element.swift
[26/93] 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
[27/93] 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
[28/93] Compiling SwiftDraw URL+Data.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
[29/93] Compiling SwiftDraw URL+Fragment.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
[30/93] 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
[31/93] Compiling SwiftDraw TextOutputStream+StandardError.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
[32/93] Compiling SwiftDraw XML.Element.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
[33/93] 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
[34/93] 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
[35/93] Compiling SwiftDraw XML.SAXParser.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
[36/93] Compiling SwiftDraw NSImage+SVG.swift
[37/93] Compiling SwiftDraw Parser.XML.Attributes.swift
[38/93] Compiling SwiftDraw Parser.XML.Color.swift
[39/93] Compiling SwiftDraw Parser.XML.Element.swift
[40/93] Compiling SwiftDraw Parser.XML.Filter.swift
[41/93] Compiling SwiftDraw Parser.XML.Image.swift
[42/93] Compiling SwiftDraw Parser.XML.LinearGradient.swift
[43/93] Compiling SwiftDraw Parser.XML.Path.swift
[44/93] Compiling SwiftDraw Parser.XML.Pattern.swift
[45/93] Compiling SwiftDraw Parser.XML.RadialGradient.swift
[46/93] Compiling SwiftDraw Parser.XML.SVG.swift
[47/93] Compiling SwiftDraw DOM.Filter.swift
[48/93] Compiling SwiftDraw DOM.Image.swift
[49/93] Compiling SwiftDraw DOM.LinearGradient.swift
[50/93] Compiling SwiftDraw DOM.Path.swift
[51/93] Compiling SwiftDraw DOM.Pattern.swift
[52/93] Compiling SwiftDraw DOM.PresentationAttributes.swift
[53/93] Compiling SwiftDraw DOM.RadialGradient.swift
[54/93] Compiling SwiftDraw DOM.SVG+Parse.swift
[55/93] Compiling SwiftDraw DOM.SVG.swift
[56/93] Compiling SwiftDraw DOM.Switch.swift
[57/93] Compiling SwiftDraw DOM.Text.swift
[58/93] Compiling SwiftDraw DOM.Use.swift
[59/93] Compiling SwiftDraw DOM.swift
[60/93] Compiling SwiftDraw LayerTree.Builder.Layer.swift
[61/93] Compiling SwiftDraw LayerTree.Builder.Path.Arc.swift
[62/93] Compiling SwiftDraw LayerTree.Builder.Path.swift
[63/93] Compiling SwiftDraw LayerTree.Builder.Shape.swift
[64/93] Compiling SwiftDraw LayerTree.Builder.Text.swift
[65/93] Compiling SwiftDraw LayerTree.Builder.swift
[66/93] Compiling SwiftDraw LayerTree.Color.swift
[67/93] Compiling SwiftDraw LayerTree.CommandGenerator.swift
[68/93] Compiling SwiftDraw LayerTree.CommandOptimizer.swift
[69/93] Compiling SwiftDraw Parser.XML.Scanner.swift
[70/93] Compiling SwiftDraw Parser.XML.StyleSheet.swift
[71/93] Compiling SwiftDraw Parser.XML.Text.swift
[72/93] Compiling SwiftDraw Parser.XML.Transform.swift
[73/93] Compiling SwiftDraw Parser.XML.Use.swift
[74/93] Compiling SwiftDraw Parser.XML.swift
[75/93] Compiling SwiftDraw Renderer.CGText+Path.swift
[76/93] Compiling SwiftDraw Renderer.CGText.swift
[77/93] Compiling SwiftDraw Renderer.CoreGraphics.swift
[78/93] Compiling SwiftDraw Renderer.LayerTree.swift
[79/93] Compiling SwiftDraw LayerTree.Gradient.swift
[80/93] Compiling SwiftDraw LayerTree.Image.swift
[81/93] Compiling SwiftDraw LayerTree.Layer.swift
[82/93] Compiling SwiftDraw LayerTree.Path+Bounds.swift
[83/93] Compiling SwiftDraw LayerTree.Path+Reversed.swift
[84/93] Compiling SwiftDraw LayerTree.Path+Subpath.swift
[85/93] Compiling SwiftDraw LayerTree.Path.swift
[86/93] Compiling SwiftDraw LayerTree.Pattern.swift
[87/93] Compiling SwiftDraw LayerTree.Shape.swift
[88/93] Compiling SwiftDraw LayerTree.Transform.swift
[89/93] Compiling SwiftDraw LayerTree.swift
[90/94] Wrapping AST for SwiftDraw for debugging
[92/98] Compiling CommandLine main.swift
[93/98] Compiling CommandLine TextOutputStream+StandardError.swift
[94/98] Emitting module CommandLine
[95/98] Compiling CommandLine CommandLine.swift
[96/99] Wrapping AST for CommandLine for debugging
[97/99] Write Objects.LinkFileList
[98/99] Linking swiftdrawcli
Build complete! (14.69s)
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"
    }
  ],
  "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",
        "DOM+Extensions.swift",
        "DOM.ElementTests.swift",
        "DOM.PresentationAttributesTests.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",
        "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",
        "Renderer.CGTextTests.swift",
        "Renderer.CoreGraphicsTypesTests.swift",
        "Renderer.LayerTreeProviderTests.swift",
        "Renderer.SFSymbolTests.swift",
        "Renderer.SVGTests.swift",
        "RendererTests.swift",
        "SVGTests.swift",
        "StackTests.swift",
        "StyleTests.swift",
        "UIImage+SVGTests.swift",
        "URL+DataTests.swift",
        "UseTests.swift",
        "Utilities/PairedSequenceTests.swift",
        "ValueParserTests.swift",
        "XML.FormatterTests.swift",
        "XML.Parser.ScannerTests.swift",
        "XML.SAXParserTests.swift"
      ],
      "target_dependencies" : [
        "SwiftDraw"
      ],
      "type" : "test"
    },
    {
      "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",
        "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",
        "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",
        "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",
        "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",
        "URL+Data.swift",
        "URL+Fragment.swift",
        "Utilities/PairedSequence.swift",
        "Utilities/TextOutputStream+StandardError.swift",
        "XML.Element.swift",
        "XML.Formatter.SVG.swift",
        "XML.Formatter.swift",
        "XML.SAXParser.swift"
      ],
      "type" : "library"
    },
    {
      "c99name" : "CommandLine",
      "module_type" : "SwiftTarget",
      "name" : "CommandLine",
      "path" : "CommandLine",
      "product_memberships" : [
        "swiftdrawcli"
      ],
      "sources" : [
        "CommandLine.swift",
        "TextOutputStream+StandardError.swift",
        "main.swift"
      ],
      "target_dependencies" : [
        "SwiftDraw"
      ],
      "type" : "executable"
    }
  ],
  "tools_version" : "5.9"
}
basic-5.10-latest: Pulling from finestructure/spi-images
Digest: sha256:616ef225d0085997f26355ad9695b1159b91f6187a43f9ff135cb59d096bc97d
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-5.10-latest
Done.