The Swift Package Index logo.Swift Package Index

Build Information

Successful build of SwiftSVG, reference main (b77f31), with Swift 6.1 for Wasm on 19 Feb 2026 02:15:59 UTC.

Swift 6 data race errors: 0

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4609320-0":/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:wasm-6.1-latest swift build --swift-sdk wasm32-unknown-wasi -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 2>&1

Build Log

========================================
RunAll
========================================
Builder version: 4.68.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/richardpiazza/SwiftSVG.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/richardpiazza/SwiftSVG
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
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 main
========================================
Build
========================================
Selected platform:         wasm
Swift version:             6.1
Building package at path:  $PWD
https://github.com/richardpiazza/SwiftSVG.git
https://github.com/richardpiazza/SwiftSVG.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
  "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" : "/host/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" : "/host/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 ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-0":/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:wasm-6.1-latest swift build --swift-sdk wasm32-unknown-wasi -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 2>&1
wasm-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:58b971189c4d3c564696bb40c86e07506670ed096ab7351a005c7c449525017a
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest
Fetching https://github.com/richardpiazza/Swift2D.git
Fetching https://github.com/swiftlang/swift-testing.git
Fetching https://github.com/CoreOffice/XMLCoder.git
[1/274] Fetching swift2d
[275/10356] Fetching swift2d, xmlcoder
[10357/44309] Fetching swift2d, xmlcoder, swift-testing
Fetched https://github.com/CoreOffice/XMLCoder.git from cache (1.21s)
[5028/34227] Fetching swift2d, swift-testing
Fetched https://github.com/richardpiazza/Swift2D.git from cache (3.29s)
Fetched https://github.com/swiftlang/swift-testing.git from cache (3.34s)
Computing version for https://github.com/richardpiazza/Swift2D.git
Computed https://github.com/richardpiazza/Swift2D.git at 2.2.1 (4.52s)
Computing version for https://github.com/CoreOffice/XMLCoder.git
Computed https://github.com/CoreOffice/XMLCoder.git at 0.18.0 (4.52s)
Computing version for https://github.com/swiftlang/swift-testing.git
Computed https://github.com/swiftlang/swift-testing.git at 6.2.3 (1.66s)
Fetching https://github.com/swiftlang/swift-syntax.git
[1/74296] Fetching swift-syntax
Fetched https://github.com/swiftlang/swift-syntax.git from cache (9.07s)
Computing version for https://github.com/swiftlang/swift-syntax.git
Computed https://github.com/swiftlang/swift-syntax.git at 602.0.0 (10.61s)
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/richardpiazza/Swift2D.git
Working copy of https://github.com/richardpiazza/Swift2D.git resolved at 2.2.1
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/swiftlang/swift-syntax.git
Working copy of https://github.com/swiftlang/swift-syntax.git resolved at 602.0.0
Building for debugging...
[0/4] Write sources
[3/4] Write swift-version-24593BA9C3E375BF.txt
[5/57] Emitting module XMLCoder
[6/63] Compiling Swift2D Rect.swift
[7/63] Compiling Swift2D Size.swift
[8/63] Emitting module Swift2D
[9/63] Compiling Swift2D Point+CoreGraphics.swift
[10/63] Compiling Swift2D Size+CoreGraphics.swift
[11/63] Compiling Swift2D Point.swift
[12/63] Compiling Swift2D Rect+CoreGraphics.swift
[14/64] Compiling XMLCoder DoubleBox.swift
[15/64] Compiling XMLCoder FloatBox.swift
[16/64] Compiling XMLCoder IntBox.swift
[17/64] Compiling XMLCoder KeyedBox.swift
[18/64] Compiling XMLCoder NullBox.swift
[19/64] Compiling XMLCoder SharedBox.swift
[20/64] Compiling XMLCoder SingleKeyedBox.swift
[21/64] Compiling XMLCoder StringBox.swift
[22/64] Compiling XMLCoder UIntBox.swift
[23/64] Compiling XMLCoder URLBox.swift
[24/64] Compiling XMLCoder UnkeyedBox.swift
[25/64] Compiling XMLCoder ValueBox.swift
[26/64] Compiling XMLCoder Element.swift
[27/64] Compiling XMLCoder ElementAndAttribute.swift
[28/64] Compiling XMLCoder XMLCoderElement.swift
[29/64] Compiling XMLCoder XMLDocumentType.swift
[30/64] Compiling XMLCoder XMLHeader.swift
[31/64] Compiling XMLCoder XMLKey.swift
[32/64] Compiling XMLCoder XMLStackParser.swift
[33/64] Compiling XMLCoder DecodingErrorExtension.swift
[34/64] Compiling XMLCoder XMLEncoder.swift
[35/64] Compiling XMLCoder XMLEncoderImplementation.swift
[36/64] Compiling XMLCoder XMLEncodingStorage.swift
[37/64] Compiling XMLCoder XMLKeyedEncodingContainer.swift
[38/64] Compiling XMLCoder XMLReferencingEncoder.swift
[39/64] Compiling XMLCoder XMLUnkeyedEncodingContainer.swift
[40/64] Compiling XMLCoder Attribute.swift
[41/64] Compiling XMLCoder BoolBox.swift
[42/64] Compiling XMLCoder Box.swift
[43/64] Compiling XMLCoder ChoiceBox.swift
[44/64] Compiling XMLCoder DataBox.swift
[45/64] Compiling XMLCoder DateBox.swift
[46/64] Compiling XMLCoder DecimalBox.swift
[47/64] Compiling XMLCoder DynamicNodeDecoding.swift
[48/64] Compiling XMLCoder SingleValueDecodingContainer.swift
[49/64] Compiling XMLCoder XMLChoiceDecodingContainer.swift
[50/64] Compiling XMLCoder XMLDecoder.swift
[51/64] Compiling XMLCoder XMLDecoderImplementation.swift
[52/64] Compiling XMLCoder XMLDecodingStorage.swift
[53/64] Compiling XMLCoder ISO8601DateFormatter.swift
[54/64] Compiling XMLCoder KeyedStorage.swift
[55/64] Compiling XMLCoder Metatypes.swift
[56/64] Compiling XMLCoder String+Extensions.swift
[57/64] Compiling XMLCoder Utils.swift
[58/64] Compiling XMLCoder XMLChoiceCodingKey.swift
[59/64] Compiling XMLCoder XMLKeyedDecodingContainer.swift
[60/64] Compiling XMLCoder XMLUnkeyedDecodingContainer.swift
[61/64] Compiling XMLCoder DynamicNodeEncoding.swift
[62/64] Compiling XMLCoder EncodingErrorExtension.swift
[63/64] Compiling XMLCoder SingleValueEncodingContainer.swift
[64/64] Compiling XMLCoder XMLChoiceEncodingContainer.swift
[66/92] Emitting module SwiftSVG
[67/95] Compiling SwiftSVG SVG+Swift2D.swift
[68/95] Compiling SwiftSVG SVG.swift
[69/95] Compiling SwiftSVG Stroke.swift
[70/95] Compiling SwiftSVG Path.Component.swift
[71/95] Compiling SwiftSVG Path.ComponentParser.swift
[72/95] Compiling SwiftSVG Path.swift
[73/95] Compiling SwiftSVG Polygon.swift
[74/95] Compiling SwiftSVG Polyline.swift
[75/95] Compiling SwiftSVG PresentationAttributes.swift
[76/95] Compiling SwiftSVG Rectangle.swift
[77/95] Compiling SwiftSVG StylingAttributes.swift
[78/95] Compiling SwiftSVG Text.swift
[79/95] Compiling SwiftSVG Transformation.swift
[80/95] Compiling SwiftSVG Group.swift
[81/95] Compiling SwiftSVG EllipseProcessor.swift
[82/95] Compiling SwiftSVG PathProcessor.swift
[83/95] Compiling SwiftSVG PolygonProcressor.swift
[84/95] Compiling SwiftSVG Circle.swift
[85/95] Compiling SwiftSVG CommandRepresentable.swift
[86/95] Compiling SwiftSVG Container.swift
[87/95] Compiling SwiftSVG CoreAttributes.swift
[88/95] Compiling SwiftSVG PolylineProcessor.swift
[89/95] Compiling SwiftSVG RectangleProcessor.swift
[90/95] Compiling SwiftSVG Line.swift
[91/95] Compiling SwiftSVG Path.Command.swift
[92/95] Compiling SwiftSVG Element.swift
[93/95] Compiling SwiftSVG Ellipse.swift
[94/95] Compiling SwiftSVG Point+SwiftSVG.swift
[95/95] Compiling SwiftSVG Fill.swift
Build complete! (61.56s)
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" : "/host/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" : "/host/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"
}
wasm-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:58b971189c4d3c564696bb40c86e07506670ed096ab7351a005c7c449525017a
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest
Done.