The Swift Package Index logo.Swift Package Index

Build Information

Successful build of SwiftSVG, reference 0.12.0 (b77f31), with Swift 6.1 for macOS (SPM) on 19 Feb 2026 09:48:09 UTC.

Swift 6 data race errors: 0

Build Command

env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures

Build Log

========================================
RunAll
========================================
Builder version: 4.68.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/richardpiazza/SwiftSVG.git
Reference: 0.12.0
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/richardpiazza/SwiftSVG
 * tag               0.12.0     -> FETCH_HEAD
HEAD is now at b77f31b Adopt Swift-Format (#20)
Cloned https://github.com/richardpiazza/SwiftSVG.git
Revision (git rev-parse @):
b77f31b6ea7d09dae8e8eb41eb6cf94a771eebcb
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/richardpiazza/SwiftSVG.git at 0.12.0
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.1
Building package at path:  $PWD
https://github.com/richardpiazza/SwiftSVG.git
https://github.com/richardpiazza/SwiftSVG.git
{
  "dependencies" : [
    {
      "identity" : "swift-testing",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "6.2.0",
            "upper_bound" : "7.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/swiftlang/swift-testing.git"
    },
    {
      "identity" : "xmlcoder",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.18.0",
            "upper_bound" : "1.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/CoreOffice/XMLCoder.git"
    },
    {
      "identity" : "swift2d",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "2.2.1",
            "upper_bound" : "3.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/richardpiazza/Swift2D.git"
    }
  ],
  "manifest_display_name" : "SwiftSVG",
  "name" : "SwiftSVG",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "13.0"
    },
    {
      "name" : "maccatalyst",
      "version" : "16.0"
    },
    {
      "name" : "ios",
      "version" : "16.0"
    },
    {
      "name" : "tvos",
      "version" : "16.0"
    },
    {
      "name" : "watchos",
      "version" : "9.0"
    },
    {
      "name" : "visionos",
      "version" : "1.0"
    }
  ],
  "products" : [
    {
      "name" : "SwiftSVG",
      "targets" : [
        "SwiftSVG"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "swift_languages_versions" : [
    "5"
  ],
  "targets" : [
    {
      "c99name" : "SwiftSVGTests",
      "module_type" : "SwiftTarget",
      "name" : "SwiftSVGTests",
      "path" : "Tests/SwiftSVGTests",
      "product_dependencies" : [
        "Testing"
      ],
      "resources" : [
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Tests/SwiftSVGTests/Resources/quad01.svg",
          "rule" : {
            "process" : {
            }
          }
        }
      ],
      "sources" : [
        "CommandRepresentableTests.swift",
        "Extensions.swift",
        "PathDataTests.swift",
        "PointTests.swift",
        "SVGTests.swift",
        "TranformationTests.swift"
      ],
      "target_dependencies" : [
        "SwiftSVG"
      ],
      "type" : "test"
    },
    {
      "c99name" : "SwiftSVG",
      "module_type" : "SwiftTarget",
      "name" : "SwiftSVG",
      "path" : "Sources/SwiftSVG",
      "product_dependencies" : [
        "XMLCoder",
        "Swift2D"
      ],
      "product_memberships" : [
        "SwiftSVG"
      ],
      "sources" : [
        "Circle.swift",
        "CommandRepresentable.swift",
        "Container.swift",
        "CoreAttributes.swift",
        "Element.swift",
        "Ellipse.swift",
        "Extensions/Point+SwiftSVG.swift",
        "Fill.swift",
        "Group.swift",
        "Internal/EllipseProcessor.swift",
        "Internal/PathProcessor.swift",
        "Internal/PolygonProcressor.swift",
        "Internal/PolylineProcessor.swift",
        "Internal/RectangleProcessor.swift",
        "Line.swift",
        "Path.Command.swift",
        "Path.Component.swift",
        "Path.ComponentParser.swift",
        "Path.swift",
        "Polygon.swift",
        "Polyline.swift",
        "PresentationAttributes.swift",
        "Rectangle.swift",
        "SVG+Swift2D.swift",
        "SVG.swift",
        "Stroke.swift",
        "StylingAttributes.swift",
        "Text.swift",
        "Transformation.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.9"
}
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures
Building for debugging...
[0/4] Write sources
[3/4] Write swift-version-2F0A5646E1D333AE.txt
[5/58] Emitting module XMLCoder
[6/63] Compiling Swift2D Size.swift
[7/63] Compiling XMLCoder NullBox.swift
[8/63] Compiling XMLCoder SharedBox.swift
[9/63] Compiling XMLCoder SingleKeyedBox.swift
[10/63] Compiling XMLCoder StringBox.swift
[11/63] Compiling XMLCoder UIntBox.swift
[12/63] Compiling Swift2D Rect.swift
[13/63] Compiling Swift2D Rect+CoreGraphics.swift
[14/63] Compiling XMLCoder XMLStackParser.swift
[15/63] Compiling XMLCoder DecodingErrorExtension.swift
[16/63] Compiling XMLCoder DynamicNodeDecoding.swift
[17/63] Compiling XMLCoder SingleValueDecodingContainer.swift
[18/63] Compiling XMLCoder XMLChoiceDecodingContainer.swift
[19/63] Compiling XMLCoder XMLEncoderImplementation.swift
[20/63] Compiling XMLCoder XMLEncodingStorage.swift
[21/63] Compiling XMLCoder XMLKeyedEncodingContainer.swift
[22/63] Compiling XMLCoder XMLReferencingEncoder.swift
[23/63] Compiling XMLCoder XMLUnkeyedEncodingContainer.swift
[24/63] Compiling Swift2D Point.swift
[25/63] Compiling Swift2D Size+CoreGraphics.swift
[26/63] Compiling XMLCoder DynamicNodeEncoding.swift
[27/63] Compiling XMLCoder EncodingErrorExtension.swift
[28/63] Compiling XMLCoder SingleValueEncodingContainer.swift
[29/63] Compiling XMLCoder XMLChoiceEncodingContainer.swift
[30/63] Compiling XMLCoder XMLEncoder.swift
[31/63] Compiling XMLCoder ISO8601DateFormatter.swift
[32/63] Compiling XMLCoder KeyedStorage.swift
[33/63] Compiling XMLCoder Metatypes.swift
[34/63] Compiling XMLCoder String+Extensions.swift
[35/63] Compiling XMLCoder Utils.swift
[36/63] Compiling XMLCoder XMLDecoder.swift
[37/63] Compiling XMLCoder XMLDecoderImplementation.swift
[38/63] Compiling XMLCoder XMLDecodingStorage.swift
[39/63] Compiling XMLCoder XMLKeyedDecodingContainer.swift
[40/63] Compiling XMLCoder XMLUnkeyedDecodingContainer.swift
[41/63] Compiling XMLCoder XMLChoiceCodingKey.swift
[42/63] Compiling XMLCoder XMLCoderElement.swift
[43/63] Compiling XMLCoder XMLDocumentType.swift
[44/63] Compiling XMLCoder XMLHeader.swift
[45/63] Compiling XMLCoder XMLKey.swift
[46/63] Compiling XMLCoder URLBox.swift
[47/63] Compiling XMLCoder UnkeyedBox.swift
[48/63] Compiling XMLCoder ValueBox.swift
[49/63] Compiling XMLCoder Element.swift
[50/63] Compiling XMLCoder ElementAndAttribute.swift
[51/63] Compiling XMLCoder Attribute.swift
[52/63] Compiling XMLCoder BoolBox.swift
[53/63] Compiling XMLCoder Box.swift
[54/63] Compiling XMLCoder ChoiceBox.swift
[55/63] Compiling XMLCoder DataBox.swift
[56/63] Compiling XMLCoder DateBox.swift
[57/63] Compiling XMLCoder DecimalBox.swift
[58/63] Compiling XMLCoder DoubleBox.swift
[59/63] Compiling XMLCoder FloatBox.swift
[60/63] Compiling XMLCoder IntBox.swift
[61/63] Compiling XMLCoder KeyedBox.swift
[62/63] Emitting module Swift2D
[63/63] Compiling Swift2D Point+CoreGraphics.swift
[64/91] Emitting module SwiftSVG
[65/93] Compiling SwiftSVG Circle.swift
[66/93] Compiling SwiftSVG CommandRepresentable.swift
[67/93] Compiling SwiftSVG Container.swift
[68/93] Compiling SwiftSVG PresentationAttributes.swift
[69/93] Compiling SwiftSVG Rectangle.swift
[70/93] Compiling SwiftSVG SVG+Swift2D.swift
[71/93] Compiling SwiftSVG SVG.swift
[72/93] Compiling SwiftSVG Stroke.swift
[73/93] Compiling SwiftSVG StylingAttributes.swift
[74/93] Compiling SwiftSVG Point+SwiftSVG.swift
[75/93] Compiling SwiftSVG Fill.swift
[76/93] Compiling SwiftSVG Group.swift
[77/93] Compiling SwiftSVG CoreAttributes.swift
[78/93] Compiling SwiftSVG Element.swift
[79/93] Compiling SwiftSVG Ellipse.swift
[80/93] Compiling SwiftSVG PolylineProcessor.swift
[81/93] Compiling SwiftSVG RectangleProcessor.swift
[82/93] Compiling SwiftSVG Line.swift
[83/93] Compiling SwiftSVG Path.swift
[84/93] Compiling SwiftSVG Polygon.swift
[85/93] Compiling SwiftSVG Polyline.swift
[86/93] Compiling SwiftSVG Path.Command.swift
[87/93] Compiling SwiftSVG Path.Component.swift
[88/93] Compiling SwiftSVG Path.ComponentParser.swift
[89/93] Compiling SwiftSVG EllipseProcessor.swift
[90/93] Compiling SwiftSVG PathProcessor.swift
[91/93] Compiling SwiftSVG PolygonProcressor.swift
[92/93] Compiling SwiftSVG Text.swift
[93/93] Compiling SwiftSVG Transformation.swift
Build complete! (18.30s)
Fetching https://github.com/CoreOffice/XMLCoder.git
Fetching https://github.com/richardpiazza/Swift2D.git
Fetching https://github.com/swiftlang/swift-testing.git
[1/274] Fetching swift2d
[92/10356] Fetching swift2d, xmlcoder
[10357/44319] Fetching swift2d, xmlcoder, swift-testing
Fetched https://github.com/richardpiazza/Swift2D.git from cache (2.17s)
Fetched https://github.com/swiftlang/swift-testing.git from cache (2.17s)
Fetched https://github.com/CoreOffice/XMLCoder.git from cache (2.17s)
Computing version for https://github.com/richardpiazza/Swift2D.git
Computed https://github.com/richardpiazza/Swift2D.git at 2.2.1 (2.67s)
Computing version for https://github.com/CoreOffice/XMLCoder.git
Computed https://github.com/CoreOffice/XMLCoder.git at 0.18.0 (3.29s)
Computing version for https://github.com/swiftlang/swift-testing.git
Computed https://github.com/swiftlang/swift-testing.git at 6.2.3 (0.63s)
Fetching https://github.com/swiftlang/swift-syntax.git from cache
Fetched https://github.com/swiftlang/swift-syntax.git from cache (1.86s)
Computing version for https://github.com/swiftlang/swift-syntax.git
Computed https://github.com/swiftlang/swift-syntax.git at 602.0.0 (2.61s)
Creating working copy for https://github.com/swiftlang/swift-syntax.git
Working copy of https://github.com/swiftlang/swift-syntax.git resolved at 602.0.0
Creating working copy for https://github.com/CoreOffice/XMLCoder.git
Working copy of https://github.com/CoreOffice/XMLCoder.git resolved at 0.18.0
Creating working copy for https://github.com/swiftlang/swift-testing.git
Working copy of https://github.com/swiftlang/swift-testing.git resolved at 6.2.3
Creating working copy for https://github.com/richardpiazza/Swift2D.git
Working copy of https://github.com/richardpiazza/Swift2D.git resolved at 2.2.1
Build complete.
{
  "dependencies" : [
    {
      "identity" : "swift-testing",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "6.2.0",
            "upper_bound" : "7.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/swiftlang/swift-testing.git"
    },
    {
      "identity" : "xmlcoder",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.18.0",
            "upper_bound" : "1.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/CoreOffice/XMLCoder.git"
    },
    {
      "identity" : "swift2d",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "2.2.1",
            "upper_bound" : "3.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/richardpiazza/Swift2D.git"
    }
  ],
  "manifest_display_name" : "SwiftSVG",
  "name" : "SwiftSVG",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "13.0"
    },
    {
      "name" : "maccatalyst",
      "version" : "16.0"
    },
    {
      "name" : "ios",
      "version" : "16.0"
    },
    {
      "name" : "tvos",
      "version" : "16.0"
    },
    {
      "name" : "watchos",
      "version" : "9.0"
    },
    {
      "name" : "visionos",
      "version" : "1.0"
    }
  ],
  "products" : [
    {
      "name" : "SwiftSVG",
      "targets" : [
        "SwiftSVG"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "swift_languages_versions" : [
    "5"
  ],
  "targets" : [
    {
      "c99name" : "SwiftSVGTests",
      "module_type" : "SwiftTarget",
      "name" : "SwiftSVGTests",
      "path" : "Tests/SwiftSVGTests",
      "product_dependencies" : [
        "Testing"
      ],
      "resources" : [
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Tests/SwiftSVGTests/Resources/quad01.svg",
          "rule" : {
            "process" : {
            }
          }
        }
      ],
      "sources" : [
        "CommandRepresentableTests.swift",
        "Extensions.swift",
        "PathDataTests.swift",
        "PointTests.swift",
        "SVGTests.swift",
        "TranformationTests.swift"
      ],
      "target_dependencies" : [
        "SwiftSVG"
      ],
      "type" : "test"
    },
    {
      "c99name" : "SwiftSVG",
      "module_type" : "SwiftTarget",
      "name" : "SwiftSVG",
      "path" : "Sources/SwiftSVG",
      "product_dependencies" : [
        "XMLCoder",
        "Swift2D"
      ],
      "product_memberships" : [
        "SwiftSVG"
      ],
      "sources" : [
        "Circle.swift",
        "CommandRepresentable.swift",
        "Container.swift",
        "CoreAttributes.swift",
        "Element.swift",
        "Ellipse.swift",
        "Extensions/Point+SwiftSVG.swift",
        "Fill.swift",
        "Group.swift",
        "Internal/EllipseProcessor.swift",
        "Internal/PathProcessor.swift",
        "Internal/PolygonProcressor.swift",
        "Internal/PolylineProcessor.swift",
        "Internal/RectangleProcessor.swift",
        "Line.swift",
        "Path.Command.swift",
        "Path.Component.swift",
        "Path.ComponentParser.swift",
        "Path.swift",
        "Polygon.swift",
        "Polyline.swift",
        "PresentationAttributes.swift",
        "Rectangle.swift",
        "SVG+Swift2D.swift",
        "SVG.swift",
        "Stroke.swift",
        "StylingAttributes.swift",
        "Text.swift",
        "Transformation.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.9"
}
Done.