The Swift Package Index logo.Swift Package Index

Has it really been five years since Swift Package Index launched? Read our anniversary blog post!

Build Information

Successful build of SwiftDraw, reference 0.25.1 (f97bd0), with Swift 6.2 (beta) for Android on 7 Sep 2025 22:19:16 UTC.

Swift 6 data race errors: 0

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4606859-3":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/finestructure/spi-images:android-6.2-latest swift build --swift-sdk aarch64-unknown-linux-android28 2>&1

Build Log

========================================
RunAll
========================================
Builder version: 4.67.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/swhitty/SwiftDraw.git
Reference: 0.25.1
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.25.1     -> FETCH_HEAD
HEAD is now at f97bd06 remove visionOS from podspec
Cloned https://github.com/swhitty/SwiftDraw.git
Revision (git rev-parse @):
f97bd06d776f2461afdfbc27a065a1b929367f9f
SUCCESS checkout https://github.com/swhitty/SwiftDraw.git at 0.25.1
========================================
Build
========================================
Selected platform:         android
Swift version:             6.2
Building package at path:  $PWD
https://github.com/swhitty/SwiftDraw.git
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-3":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/finestructure/spi-images:android-6.2-latest swift build --swift-sdk aarch64-unknown-linux-android28 2>&1
android-6.2-latest: Pulling from finestructure/spi-images
Digest: sha256:b7c4a6b4153ff40ef9277e2157e708f835b8eb011095d53bd8db4594eb2b7798
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:android-6.2-latest
Building for debugging...
[0/9] Write sources
[3/9] Write swift-version-8C5A4AE7A8CE2BA.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 DOM+Extensions.swift
[12/47] Compiling SwiftDrawDOM DOM.Color.swift
[13/47] Compiling SwiftDrawDOM DOM.Element.swift
[14/47] Compiling SwiftDrawDOM DOM.Filter.swift
[15/47] Compiling SwiftDrawDOM DOM.Image.swift
[16/47] Compiling SwiftDrawDOM Parser.XML.Image.swift
[17/47] Compiling SwiftDrawDOM Parser.XML.LinearGradient.swift
[18/47] Compiling SwiftDrawDOM Parser.XML.Path.swift
[19/47] Compiling SwiftDrawDOM Parser.XML.Pattern.swift
[20/47] Compiling SwiftDrawDOM Parser.XML.RadialGradient.swift
[21/47] Compiling SwiftDrawDOM Parser.XML.Transform.swift
[22/47] Compiling SwiftDrawDOM Parser.XML.Use.swift
[23/47] Compiling SwiftDrawDOM Parser.XML.swift
[24/47] Compiling SwiftDrawDOM TextOutputStream+StandardError.swift
[25/47] Compiling SwiftDrawDOM Parser.XML.SVG.swift
[26/47] Compiling SwiftDrawDOM Parser.XML.Scanner.swift
[27/47] Compiling SwiftDrawDOM Parser.XML.StyleSheet.swift
[28/47] Compiling SwiftDrawDOM Parser.XML.Text.swift
[29/47] Compiling SwiftDrawDOM DOM.swift
[30/47] Compiling SwiftDrawDOM Parser.XML.Attributes.swift
[31/47] Compiling SwiftDrawDOM Parser.XML.Color.swift
[32/47] Compiling SwiftDrawDOM Parser.XML.Element.swift
[33/47] Compiling SwiftDrawDOM Parser.XML.Filter.swift
[34/47] Compiling SwiftDrawDOM DOM.LinearGradient.swift
[35/47] Compiling SwiftDrawDOM DOM.Path.swift
[36/47] Compiling SwiftDrawDOM DOM.Pattern.swift
[37/47] Compiling SwiftDrawDOM DOM.PresentationAttributes.swift
[38/47] Compiling SwiftDrawDOM DOM.RadialGradient.swift
[39/47] Compiling SwiftDrawDOM URL+Data.swift
[40/47] Compiling SwiftDrawDOM URL+Fragment.swift
[41/47] Compiling SwiftDrawDOM XML.Element.swift
[42/47] Compiling SwiftDrawDOM XML.SAXParser.swift
[43/48] Wrapping AST for SwiftDrawDOM for debugging
[45/95] Compiling SwiftDraw SVG+CoreGraphics.swift
/host/spi-builder-workspace/SwiftDraw/Sources/SVGCache.swift:33:8: warning: public import of 'Foundation' was not used in public declarations or inlinable code
31 |
32 | import SwiftDrawDOM
33 | public import Foundation
   |        `- warning: public import of 'Foundation' was not used in public declarations or inlinable code
34 |
35 | #if canImport(CoreGraphics)
[46/95] Compiling SwiftDraw SVG+Deprecated.swift
/host/spi-builder-workspace/SwiftDraw/Sources/SVGCache.swift:33:8: warning: public import of 'Foundation' was not used in public declarations or inlinable code
31 |
32 | import SwiftDrawDOM
33 | public import Foundation
   |        `- warning: public import of 'Foundation' was not used in public declarations or inlinable code
34 |
35 | #if canImport(CoreGraphics)
[47/95] Compiling SwiftDraw SVG+Insets.swift
/host/spi-builder-workspace/SwiftDraw/Sources/SVGCache.swift:33:8: warning: public import of 'Foundation' was not used in public declarations or inlinable code
31 |
32 | import SwiftDrawDOM
33 | public import Foundation
   |        `- warning: public import of 'Foundation' was not used in public declarations or inlinable code
34 |
35 | #if canImport(CoreGraphics)
[48/95] Compiling SwiftDraw SVG.swift
/host/spi-builder-workspace/SwiftDraw/Sources/SVGCache.swift:33:8: warning: public import of 'Foundation' was not used in public declarations or inlinable code
31 |
32 | import SwiftDrawDOM
33 | public import Foundation
   |        `- warning: public import of 'Foundation' was not used in public declarations or inlinable code
34 |
35 | #if canImport(CoreGraphics)
[49/95] Compiling SwiftDraw SVGCache.swift
/host/spi-builder-workspace/SwiftDraw/Sources/SVGCache.swift:33:8: warning: public import of 'Foundation' was not used in public declarations or inlinable code
31 |
32 | import SwiftDrawDOM
33 | public import Foundation
   |        `- warning: public import of 'Foundation' was not used in public declarations or inlinable code
34 |
35 | #if canImport(CoreGraphics)
[50/95] Compiling SwiftDraw SVGView.swift
/host/spi-builder-workspace/SwiftDraw/Sources/SVGCache.swift:33:8: warning: public import of 'Foundation' was not used in public declarations or inlinable code
31 |
32 | import SwiftDrawDOM
33 | public import Foundation
   |        `- warning: public import of 'Foundation' was not used in public declarations or inlinable code
34 |
35 | #if canImport(CoreGraphics)
[51/101] Compiling SwiftDraw UIImage+SVG.swift
[52/101] Compiling SwiftDraw CGImage+Mask.swift
[53/101] Compiling SwiftDraw CGPath+Segment.swift
[54/101] Compiling SwiftDraw CGPattern+Closure.swift
[55/101] Compiling SwiftDraw PairedSequence.swift
[56/101] Compiling SwiftDraw Stack.swift
[57/101] Emitting module SwiftDraw
[58/101] Compiling SwiftDraw CanvasNSView.swift
[59/101] Compiling SwiftDraw CanvasUIView.swift
[60/101] Compiling SwiftDraw CommandLine+Process.swift
[61/101] Compiling SwiftDraw CommandLine.Arguments.swift
[62/101] Compiling SwiftDraw CommandLine.Configuration.swift
[63/101] Compiling SwiftDraw CommandLine.swift
[64/101] Compiling SwiftDraw CoordinateFormatter.swift
[65/101] Compiling SwiftDraw Renderer.CoreGraphics.swift
[66/101] Compiling SwiftDraw Renderer.LayerTree.swift
[67/101] Compiling SwiftDraw Renderer.SFSymbol+CGPath.swift
[68/101] Compiling SwiftDraw Renderer.SFSymbol.swift
[69/101] Compiling SwiftDraw Renderer.SVG.swift
[70/101] Compiling SwiftDraw Renderer.swift
[71/101] Compiling SwiftDraw LayerTree.Path+Bounds.swift
[72/101] Compiling SwiftDraw LayerTree.Path+Reversed.swift
[73/101] Compiling SwiftDraw LayerTree.Path+Subpath.swift
[74/101] Compiling SwiftDraw LayerTree.Path.swift
[75/101] Compiling SwiftDraw LayerTree.Pattern.swift
[76/101] Compiling SwiftDraw LayerTree.Shape.swift
[77/101] Compiling SwiftDraw LayerTree.Transform.swift
[78/101] Compiling SwiftDraw LayerTree.swift
[79/101] Compiling SwiftDraw NSImage+SVG.swift
[80/101] Compiling SwiftDraw CGTextRenderer+Code.swift
[81/101] Compiling SwiftDraw Renderer.CGText+Path.swift
[82/101] Compiling SwiftDraw Renderer.CGText.swift
[83/101] Compiling SwiftDraw Renderer.CoreGraphics+Cost.swift
[84/101] Compiling SwiftDraw XML.Formatter.SVG.swift
[85/101] Compiling SwiftDraw XML.Formatter.swift
[86/101] Compiling SwiftDraw LayerTree.Builder.Layer.swift
[87/101] Compiling SwiftDraw LayerTree.Builder.Path.Arc.swift
[88/101] Compiling SwiftDraw LayerTree.Builder.Path.swift
[89/101] Compiling SwiftDraw LayerTree.Builder.Shape.swift
[90/101] Compiling SwiftDraw LayerTree.Builder.Text.swift
[91/101] Compiling SwiftDraw LayerTree.Builder.swift
[92/101] Compiling SwiftDraw LayerTree.Color.swift
[93/101] Compiling SwiftDraw LayerTree.CommandGenerator.swift
[94/101] Compiling SwiftDraw LayerTree.CommandOptimizer.swift
[95/101] Compiling SwiftDraw LayerTree.Gradient.swift
[96/101] Compiling SwiftDraw LayerTree.Image.swift
[97/101] Compiling SwiftDraw LayerTree.Layer.swift
[98/102] Wrapping AST for SwiftDraw for debugging
[100/105] Compiling CommandLine main.swift
[101/105] Emitting module CommandLine
[102/105] Compiling CommandLine CommandLine.swift
[103/106] Wrapping AST for CommandLine for debugging
[104/106] Write Objects.LinkFileList
[105/106] Linking swiftdrawcli
Build complete! (40.82s)
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.CoreGraphics+CostTests.swift",
        "Renderer/Renderer.CoreGraphicsTypesTests.swift",
        "Renderer/Renderer.LayerTreeProviderTests.swift",
        "Renderer/Renderer.SFSymbolTests.swift",
        "Renderer/Renderer.SVGTests.swift",
        "Renderer/RendererTests.swift",
        "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" : [
        "CanvasNSView.swift",
        "CanvasUIView.swift",
        "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+Cost.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+CoreGraphics.swift",
        "SVG+Deprecated.swift",
        "SVG+Insets.swift",
        "SVG.swift",
        "SVGCache.swift",
        "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" : "6.0"
}
android-6.2-latest: Pulling from finestructure/spi-images
Digest: sha256:b7c4a6b4153ff40ef9277e2157e708f835b8eb011095d53bd8db4594eb2b7798
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:android-6.2-latest
Done.