Build Information
Successful build of SwiftDraw, reference 0.21.0 (2a36e6
), with Swift 5.9 for Linux on 16 Apr 2025 15:16:51 UTC.
Swift 6 data race errors: 0
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4606859-0":/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.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.9
Building package at path: $PWD
https://github.com/swhitty/SwiftDraw.git
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-0":/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:93fe18f778ec94e026baa8cc68b2ae87de241b204c49ca7a3a12cf55897227aa
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-5.9-latest
Building for debugging...
[1/79] 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
[2/89] Compiling SwiftDraw DOM.Filter.swift
[3/89] Compiling SwiftDraw DOM.Image.swift
[4/89] Compiling SwiftDraw DOM.LinearGradient.swift
[5/89] Compiling SwiftDraw DOM.Path.swift
[6/89] Compiling SwiftDraw DOM.Pattern.swift
[7/89] Compiling SwiftDraw DOM.PresentationAttributes.swift
[8/89] Compiling SwiftDraw DOM.RadialGradient.swift
[9/89] Compiling SwiftDraw DOM.SVG+Parse.swift
[10/89] Compiling SwiftDraw DOM.SVG.swift
[11/89] Compiling SwiftDraw DOM.Switch.swift
[12/89] Compiling SwiftDraw DOM.Text.swift
[13/89] Compiling SwiftDraw LayerTree.Gradient.swift
[14/89] Compiling SwiftDraw LayerTree.Image.swift
[15/89] Compiling SwiftDraw LayerTree.Layer.swift
[16/89] Compiling SwiftDraw LayerTree.Path+Bounds.swift
[17/89] Compiling SwiftDraw LayerTree.Path+Reversed.swift
[18/89] Compiling SwiftDraw LayerTree.Path+Subpath.swift
[19/89] Compiling SwiftDraw LayerTree.Path.swift
[20/89] Compiling SwiftDraw LayerTree.Pattern.swift
[21/89] Compiling SwiftDraw LayerTree.Shape.swift
[22/89] Compiling SwiftDraw LayerTree.Transform.swift
[23/89] Compiling SwiftDraw LayerTree.swift
[24/89] 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
[25/89] 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
[26/89] 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
[27/89] 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
[28/89] 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
[29/89] 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
[30/89] 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
[31/89] 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
[32/89] 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
[33/89] 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
[34/89] Compiling SwiftDraw CGImage+Mask.swift
[35/89] Compiling SwiftDraw CGPath+Segment.swift
[36/89] Compiling SwiftDraw CGPattern+Closure.swift
[37/89] Compiling SwiftDraw CGTextRenderer+Code.swift
[38/89] Compiling SwiftDraw CommandLine+Process.swift
[39/89] Compiling SwiftDraw CommandLine.Arguments.swift
[40/89] Compiling SwiftDraw CommandLine.Configuration.swift
[41/89] Compiling SwiftDraw CommandLine.swift
[42/89] Compiling SwiftDraw CoordinateFormatter.swift
[43/89] Compiling SwiftDraw DOM.Color.swift
[44/89] Compiling SwiftDraw DOM.Element.swift
[45/89] Compiling SwiftDraw Parser.XML.Scanner.swift
[46/89] Compiling SwiftDraw Parser.XML.StyleSheet.swift
[47/89] Compiling SwiftDraw Parser.XML.Text.swift
[48/89] Compiling SwiftDraw Parser.XML.Transform.swift
[49/89] Compiling SwiftDraw Parser.XML.Use.swift
[50/89] Compiling SwiftDraw Parser.XML.swift
[51/89] Compiling SwiftDraw Renderer.CGText+Path.swift
[52/89] Compiling SwiftDraw Renderer.CGText.swift
[53/89] Compiling SwiftDraw Renderer.CoreGraphics.swift
[54/89] Compiling SwiftDraw Renderer.LayerTree.swift
[55/89] 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
[56/89] 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
[57/89] 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
[58/89] 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
[59/89] 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
[60/89] 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
[61/89] 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
[62/89] 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
[63/89] 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
[64/89] 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
[65/89] Compiling SwiftDraw NSImage+SVG.swift
[66/89] Compiling SwiftDraw Parser.XML.Attributes.swift
[67/89] Compiling SwiftDraw Parser.XML.Color.swift
[68/89] Compiling SwiftDraw Parser.XML.Element.swift
[69/89] Compiling SwiftDraw Parser.XML.Filter.swift
[70/89] Compiling SwiftDraw Parser.XML.Image.swift
[71/89] Compiling SwiftDraw Parser.XML.LinearGradient.swift
[72/89] Compiling SwiftDraw Parser.XML.Path.swift
[73/89] Compiling SwiftDraw Parser.XML.Pattern.swift
[74/89] Compiling SwiftDraw Parser.XML.RadialGradient.swift
[75/89] Compiling SwiftDraw Parser.XML.SVG.swift
[76/89] Compiling SwiftDraw DOM.Use.swift
[77/89] Compiling SwiftDraw DOM.swift
[78/89] Compiling SwiftDraw LayerTree.Builder.Layer.swift
[79/89] Compiling SwiftDraw LayerTree.Builder.Path.Arc.swift
[80/89] Compiling SwiftDraw LayerTree.Builder.Path.swift
[81/89] Compiling SwiftDraw LayerTree.Builder.Shape.swift
[82/89] Compiling SwiftDraw LayerTree.Builder.Text.swift
[83/89] Compiling SwiftDraw LayerTree.Builder.swift
[84/89] Compiling SwiftDraw LayerTree.Color.swift
[85/89] Compiling SwiftDraw LayerTree.CommandGenerator.swift
[86/89] Compiling SwiftDraw LayerTree.CommandOptimizer.swift
[88/91] Wrapping AST for SwiftDraw for debugging
[90/95] Compiling CommandLine main.swift
[91/95] Compiling CommandLine TextOutputStream+StandardError.swift
[92/95] Emitting module CommandLine
[93/95] Compiling CommandLine CommandLine.swift
[95/97] Wrapping AST for CommandLine for debugging
[96/97] Linking swiftdrawcli
Build complete! (12.14s)
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.9-latest: Pulling from finestructure/spi-images
Digest: sha256:93fe18f778ec94e026baa8cc68b2ae87de241b204c49ca7a3a12cf55897227aa
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-5.9-latest
Done.