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 SwiftSVG, reference 0.11.0 (7238a6), with Swift 6.1 for Wasm on 28 May 2025 17:44:49 UTC.

Swift 6 data race errors: 2

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4609320-2":/host -w "$PWD" 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.63.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/richardpiazza/SwiftSVG.git
Reference: 0.11.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/richardpiazza/SwiftSVG
 * tag               0.11.0     -> FETCH_HEAD
HEAD is now at 7238a60 Smooth Curves (#13)
Cloned https://github.com/richardpiazza/SwiftSVG.git
Revision (git rev-parse @):
7238a601fc0e074543e3fa1b1912bf7afa9d32bf
SUCCESS checkout https://github.com/richardpiazza/SwiftSVG.git at 0.11.0
========================================
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" : "xmlcoder",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.15.0",
            "upper_bound" : "1.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/CoreOffice/XMLCoder.git"
    },
    {
      "identity" : "swift2d",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "2.1.0",
            "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" : [
  ],
  "products" : [
    {
      "name" : "SwiftSVG",
      "targets" : [
        "SwiftSVG"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "SwiftSVGTests",
      "module_type" : "SwiftTarget",
      "name" : "SwiftSVGTests",
      "path" : "Tests/SwiftSVGTests",
      "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.3"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-2":/host -w "$PWD" 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:7e37457820e5f17452a98118754f345f2619722c485f2db0d8b666940a83afd2
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest
Fetching https://github.com/CoreOffice/XMLCoder.git
Fetching https://github.com/richardpiazza/Swift2D.git
[1/274] Fetching swift2d
[275/10285] Fetching swift2d, xmlcoder
Fetched https://github.com/richardpiazza/Swift2D.git from cache (0.90s)
Fetched https://github.com/CoreOffice/XMLCoder.git from cache (0.97s)
Computing version for https://github.com/richardpiazza/Swift2D.git
Computed https://github.com/richardpiazza/Swift2D.git at 2.2.1 (2.22s)
Computing version for https://github.com/CoreOffice/XMLCoder.git
Computed https://github.com/CoreOffice/XMLCoder.git at 0.17.1 (1.41s)
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/CoreOffice/XMLCoder.git
Working copy of https://github.com/CoreOffice/XMLCoder.git resolved at 0.17.1
Building for debugging...
[0/4] Write sources
[3/4] Write swift-version-24593BA9C3E375BF.txt
[5/56] Emitting module XMLCoder
[6/62] Compiling XMLCoder DoubleBox.swift
[7/62] Compiling XMLCoder FloatBox.swift
[8/62] Compiling XMLCoder IntBox.swift
[9/62] Compiling XMLCoder KeyedBox.swift
[10/62] Compiling XMLCoder NullBox.swift
[11/62] Compiling XMLCoder SharedBox.swift
[12/62] Compiling XMLCoder SingleKeyedBox.swift
[13/62] Compiling XMLCoder StringBox.swift
[14/62] Compiling XMLCoder UIntBox.swift
[15/62] Compiling XMLCoder URLBox.swift
[16/62] Compiling XMLCoder UnkeyedBox.swift
[17/62] Compiling XMLCoder ValueBox.swift
[18/62] Compiling XMLCoder Element.swift
[19/62] Compiling XMLCoder DynamicNodeDecoding.swift
[20/62] Compiling XMLCoder SingleValueDecodingContainer.swift
[21/62] Compiling XMLCoder XMLChoiceDecodingContainer.swift
[22/62] Compiling XMLCoder XMLDecoder.swift
[23/62] Compiling XMLCoder XMLDecoderImplementation.swift
[24/62] Compiling XMLCoder XMLDecodingStorage.swift
[25/62] Compiling XMLCoder XMLKeyedDecodingContainer.swift
[26/62] Compiling XMLCoder XMLUnkeyedDecodingContainer.swift
[27/62] Compiling XMLCoder DynamicNodeEncoding.swift
[28/62] Compiling XMLCoder EncodingErrorExtension.swift
[29/62] Compiling XMLCoder SingleValueEncodingContainer.swift
[30/62] Compiling XMLCoder XMLChoiceEncodingContainer.swift
[31/62] Compiling XMLCoder Attribute.swift
[32/62] Compiling XMLCoder BoolBox.swift
[33/62] Compiling XMLCoder Box.swift
[34/62] Compiling XMLCoder ChoiceBox.swift
[35/62] Compiling XMLCoder DataBox.swift
[36/62] Compiling XMLCoder DateBox.swift
[37/62] Compiling XMLCoder DecimalBox.swift
[38/62] Compiling Swift2D Point+CoreGraphics.swift
[39/62] Compiling Swift2D Rect+CoreGraphics.swift
[40/62] Emitting module Swift2D
[41/62] Compiling Swift2D Rect.swift
[42/62] Compiling Swift2D Size+CoreGraphics.swift
[43/62] Compiling Swift2D Size.swift
[44/62] Compiling Swift2D Point.swift
[45/63] Compiling XMLCoder XMLCoderElement.swift
[46/63] Compiling XMLCoder XMLDocumentType.swift
[47/63] Compiling XMLCoder XMLHeader.swift
[48/63] Compiling XMLCoder XMLKey.swift
[49/63] Compiling XMLCoder XMLStackParser.swift
[50/63] Compiling XMLCoder DecodingErrorExtension.swift
[51/63] Compiling XMLCoder ElementAndAttribute.swift
[52/63] Compiling XMLCoder ISO8601DateFormatter.swift
[53/63] Compiling XMLCoder KeyedStorage.swift
[54/63] Compiling XMLCoder Metatypes.swift
[55/63] Compiling XMLCoder String+Extensions.swift
[56/63] Compiling XMLCoder XMLChoiceCodingKey.swift
[58/63] Compiling XMLCoder XMLEncoder.swift
[59/63] Compiling XMLCoder XMLEncoderImplementation.swift
[60/63] Compiling XMLCoder XMLEncodingStorage.swift
[61/63] Compiling XMLCoder XMLKeyedEncodingContainer.swift
[62/63] Compiling XMLCoder XMLReferencingEncoder.swift
[63/63] Compiling XMLCoder XMLUnkeyedEncodingContainer.swift
[65/91] Emitting module SwiftSVG
/host/spi-builder-workspace/Sources/SwiftSVG/Path.Command.swift:56:18: warning: associated value 'invalidAdjustment' of 'Sendable'-conforming enum 'Error' has non-sendable type 'Path.Command'; this is an error in the Swift 6 language mode
  6 |     ///
  7 |     /// Each command is composed of a command letter and numbers that represent the command parameters.
  8 |     enum Command: Equatable, CustomStringConvertible {
    |          `- note: consider making enum 'Command' conform to the 'Sendable' protocol
  9 |         /// Moves the current drawing point
 10 |         case moveTo(point: Point)
    :
 54 |         public enum Error: Swift.Error {
 55 |             case message(String)
 56 |             case invalidAdjustment(Path.Command)
    |                  `- warning: associated value 'invalidAdjustment' of 'Sendable'-conforming enum 'Error' has non-sendable type 'Path.Command'; this is an error in the Swift 6 language mode
 57 |             case invalidArgumentPosition(Int, Path.Command)
 58 |             case invalidRelativeCommand
/host/spi-builder-workspace/Sources/SwiftSVG/Path.Command.swift:57:18: warning: associated value 'invalidArgumentPosition' of 'Sendable'-conforming enum 'Error' has non-sendable type 'Path.Command'; this is an error in the Swift 6 language mode
  6 |     ///
  7 |     /// Each command is composed of a command letter and numbers that represent the command parameters.
  8 |     enum Command: Equatable, CustomStringConvertible {
    |          `- note: consider making enum 'Command' conform to the 'Sendable' protocol
  9 |         /// Moves the current drawing point
 10 |         case moveTo(point: Point)
    :
 55 |             case message(String)
 56 |             case invalidAdjustment(Path.Command)
 57 |             case invalidArgumentPosition(Int, Path.Command)
    |                  `- warning: associated value 'invalidArgumentPosition' of 'Sendable'-conforming enum 'Error' has non-sendable type 'Path.Command'; this is an error in the Swift 6 language mode
 58 |             case invalidRelativeCommand
 59 |         }
[66/94] Compiling SwiftSVG Circle.swift
[67/94] Compiling SwiftSVG CommandRepresentable.swift
[68/94] Compiling SwiftSVG Container.swift
[69/94] Compiling SwiftSVG CoreAttributes.swift
[70/94] Compiling SwiftSVG Group.swift
[71/94] Compiling SwiftSVG EllipseProcessor.swift
[72/94] Compiling SwiftSVG PathProcessor.swift
[73/94] Compiling SwiftSVG PolygonProcressor.swift
[74/94] Compiling SwiftSVG Path.Component.swift
/host/spi-builder-workspace/Sources/SwiftSVG/Path.ComponentParser.swift:83:57: warning: 'reflection(using:)' is deprecated: renamed to 'reflecting(around:)'
 81 |             case .smoothCubicBezierCurve:
 82 |                 if case .cubicBezierCurve(_, let cp, _) = lastCommand {
 83 |                     command = .cubicBezierCurve(cp1: cp.reflection(using: currentPoint), cp2: .nan, point: .nan)
    |                                                         |- warning: 'reflection(using:)' is deprecated: renamed to 'reflecting(around:)'
    |                                                         `- note: use 'reflecting(around:)' instead
 84 |                 } else {
 85 |                     command = .cubicBezierCurve(cp1: currentPoint, cp2: .nan, point: .nan)
/host/spi-builder-workspace/Sources/SwiftSVG/Path.ComponentParser.swift:91:57: warning: 'reflection(using:)' is deprecated: renamed to 'reflecting(around:)'
 89 |             case .relativeSmoothCubicBezierCurve:
 90 |                 if case .cubicBezierCurve(_, let cp, _) = lastCommand {
 91 |                     command = .cubicBezierCurve(cp1: cp.reflection(using: cp.reflection(using: currentPoint)), cp2: currentPoint, point: currentPoint)
    |                                                         |- warning: 'reflection(using:)' is deprecated: renamed to 'reflecting(around:)'
    |                                                         `- note: use 'reflecting(around:)' instead
 92 |                 } else {
 93 |                     command = .cubicBezierCurve(cp1: currentPoint, cp2: currentPoint, point: currentPoint)
/host/spi-builder-workspace/Sources/SwiftSVG/Path.ComponentParser.swift:91:78: warning: 'reflection(using:)' is deprecated: renamed to 'reflecting(around:)'
 89 |             case .relativeSmoothCubicBezierCurve:
 90 |                 if case .cubicBezierCurve(_, let cp, _) = lastCommand {
 91 |                     command = .cubicBezierCurve(cp1: cp.reflection(using: cp.reflection(using: currentPoint)), cp2: currentPoint, point: currentPoint)
    |                                                                              |- warning: 'reflection(using:)' is deprecated: renamed to 'reflecting(around:)'
    |                                                                              `- note: use 'reflecting(around:)' instead
 92 |                 } else {
 93 |                     command = .cubicBezierCurve(cp1: currentPoint, cp2: currentPoint, point: currentPoint)
/host/spi-builder-workspace/Sources/SwiftSVG/Path.ComponentParser.swift:105:60: warning: 'reflection(using:)' is deprecated: renamed to 'reflecting(around:)'
103 |             case .smoothQuadraticBezierCurve:
104 |                 if case .quadraticBezierCurve(let cp, _) = lastCommand {
105 |                     command = .quadraticBezierCurve(cp: cp.reflection(using: currentPoint), point: .nan)
    |                                                            |- warning: 'reflection(using:)' is deprecated: renamed to 'reflecting(around:)'
    |                                                            `- note: use 'reflecting(around:)' instead
106 |                 } else {
107 |                     command = .quadraticBezierCurve(cp: currentPoint, point: .nan)
/host/spi-builder-workspace/Sources/SwiftSVG/Path.ComponentParser.swift:113:60: warning: 'reflection(using:)' is deprecated: renamed to 'reflecting(around:)'
111 |             case .relativeSmoothQuadraticBezierCurve:
112 |                 if case .quadraticBezierCurve(let cp, _) = lastCommand {
113 |                     command = .quadraticBezierCurve(cp: cp.reflection(using: currentPoint), point: currentPoint)
    |                                                            |- warning: 'reflection(using:)' is deprecated: renamed to 'reflecting(around:)'
    |                                                            `- note: use 'reflecting(around:)' instead
114 |                 } else {
115 |                     command = .quadraticBezierCurve(cp: currentPoint, point: currentPoint)
[75/94] Compiling SwiftSVG Path.ComponentParser.swift
/host/spi-builder-workspace/Sources/SwiftSVG/Path.ComponentParser.swift:83:57: warning: 'reflection(using:)' is deprecated: renamed to 'reflecting(around:)'
 81 |             case .smoothCubicBezierCurve:
 82 |                 if case .cubicBezierCurve(_, let cp, _) = lastCommand {
 83 |                     command = .cubicBezierCurve(cp1: cp.reflection(using: currentPoint), cp2: .nan, point: .nan)
    |                                                         |- warning: 'reflection(using:)' is deprecated: renamed to 'reflecting(around:)'
    |                                                         `- note: use 'reflecting(around:)' instead
 84 |                 } else {
 85 |                     command = .cubicBezierCurve(cp1: currentPoint, cp2: .nan, point: .nan)
/host/spi-builder-workspace/Sources/SwiftSVG/Path.ComponentParser.swift:91:57: warning: 'reflection(using:)' is deprecated: renamed to 'reflecting(around:)'
 89 |             case .relativeSmoothCubicBezierCurve:
 90 |                 if case .cubicBezierCurve(_, let cp, _) = lastCommand {
 91 |                     command = .cubicBezierCurve(cp1: cp.reflection(using: cp.reflection(using: currentPoint)), cp2: currentPoint, point: currentPoint)
    |                                                         |- warning: 'reflection(using:)' is deprecated: renamed to 'reflecting(around:)'
    |                                                         `- note: use 'reflecting(around:)' instead
 92 |                 } else {
 93 |                     command = .cubicBezierCurve(cp1: currentPoint, cp2: currentPoint, point: currentPoint)
/host/spi-builder-workspace/Sources/SwiftSVG/Path.ComponentParser.swift:91:78: warning: 'reflection(using:)' is deprecated: renamed to 'reflecting(around:)'
 89 |             case .relativeSmoothCubicBezierCurve:
 90 |                 if case .cubicBezierCurve(_, let cp, _) = lastCommand {
 91 |                     command = .cubicBezierCurve(cp1: cp.reflection(using: cp.reflection(using: currentPoint)), cp2: currentPoint, point: currentPoint)
    |                                                                              |- warning: 'reflection(using:)' is deprecated: renamed to 'reflecting(around:)'
    |                                                                              `- note: use 'reflecting(around:)' instead
 92 |                 } else {
 93 |                     command = .cubicBezierCurve(cp1: currentPoint, cp2: currentPoint, point: currentPoint)
/host/spi-builder-workspace/Sources/SwiftSVG/Path.ComponentParser.swift:105:60: warning: 'reflection(using:)' is deprecated: renamed to 'reflecting(around:)'
103 |             case .smoothQuadraticBezierCurve:
104 |                 if case .quadraticBezierCurve(let cp, _) = lastCommand {
105 |                     command = .quadraticBezierCurve(cp: cp.reflection(using: currentPoint), point: .nan)
    |                                                            |- warning: 'reflection(using:)' is deprecated: renamed to 'reflecting(around:)'
    |                                                            `- note: use 'reflecting(around:)' instead
106 |                 } else {
107 |                     command = .quadraticBezierCurve(cp: currentPoint, point: .nan)
/host/spi-builder-workspace/Sources/SwiftSVG/Path.ComponentParser.swift:113:60: warning: 'reflection(using:)' is deprecated: renamed to 'reflecting(around:)'
111 |             case .relativeSmoothQuadraticBezierCurve:
112 |                 if case .quadraticBezierCurve(let cp, _) = lastCommand {
113 |                     command = .quadraticBezierCurve(cp: cp.reflection(using: currentPoint), point: currentPoint)
    |                                                            |- warning: 'reflection(using:)' is deprecated: renamed to 'reflecting(around:)'
    |                                                            `- note: use 'reflecting(around:)' instead
114 |                 } else {
115 |                     command = .quadraticBezierCurve(cp: currentPoint, point: currentPoint)
[76/94] Compiling SwiftSVG Path.swift
/host/spi-builder-workspace/Sources/SwiftSVG/Path.ComponentParser.swift:83:57: warning: 'reflection(using:)' is deprecated: renamed to 'reflecting(around:)'
 81 |             case .smoothCubicBezierCurve:
 82 |                 if case .cubicBezierCurve(_, let cp, _) = lastCommand {
 83 |                     command = .cubicBezierCurve(cp1: cp.reflection(using: currentPoint), cp2: .nan, point: .nan)
    |                                                         |- warning: 'reflection(using:)' is deprecated: renamed to 'reflecting(around:)'
    |                                                         `- note: use 'reflecting(around:)' instead
 84 |                 } else {
 85 |                     command = .cubicBezierCurve(cp1: currentPoint, cp2: .nan, point: .nan)
/host/spi-builder-workspace/Sources/SwiftSVG/Path.ComponentParser.swift:91:57: warning: 'reflection(using:)' is deprecated: renamed to 'reflecting(around:)'
 89 |             case .relativeSmoothCubicBezierCurve:
 90 |                 if case .cubicBezierCurve(_, let cp, _) = lastCommand {
 91 |                     command = .cubicBezierCurve(cp1: cp.reflection(using: cp.reflection(using: currentPoint)), cp2: currentPoint, point: currentPoint)
    |                                                         |- warning: 'reflection(using:)' is deprecated: renamed to 'reflecting(around:)'
    |                                                         `- note: use 'reflecting(around:)' instead
 92 |                 } else {
 93 |                     command = .cubicBezierCurve(cp1: currentPoint, cp2: currentPoint, point: currentPoint)
/host/spi-builder-workspace/Sources/SwiftSVG/Path.ComponentParser.swift:91:78: warning: 'reflection(using:)' is deprecated: renamed to 'reflecting(around:)'
 89 |             case .relativeSmoothCubicBezierCurve:
 90 |                 if case .cubicBezierCurve(_, let cp, _) = lastCommand {
 91 |                     command = .cubicBezierCurve(cp1: cp.reflection(using: cp.reflection(using: currentPoint)), cp2: currentPoint, point: currentPoint)
    |                                                                              |- warning: 'reflection(using:)' is deprecated: renamed to 'reflecting(around:)'
    |                                                                              `- note: use 'reflecting(around:)' instead
 92 |                 } else {
 93 |                     command = .cubicBezierCurve(cp1: currentPoint, cp2: currentPoint, point: currentPoint)
/host/spi-builder-workspace/Sources/SwiftSVG/Path.ComponentParser.swift:105:60: warning: 'reflection(using:)' is deprecated: renamed to 'reflecting(around:)'
103 |             case .smoothQuadraticBezierCurve:
104 |                 if case .quadraticBezierCurve(let cp, _) = lastCommand {
105 |                     command = .quadraticBezierCurve(cp: cp.reflection(using: currentPoint), point: .nan)
    |                                                            |- warning: 'reflection(using:)' is deprecated: renamed to 'reflecting(around:)'
    |                                                            `- note: use 'reflecting(around:)' instead
106 |                 } else {
107 |                     command = .quadraticBezierCurve(cp: currentPoint, point: .nan)
/host/spi-builder-workspace/Sources/SwiftSVG/Path.ComponentParser.swift:113:60: warning: 'reflection(using:)' is deprecated: renamed to 'reflecting(around:)'
111 |             case .relativeSmoothQuadraticBezierCurve:
112 |                 if case .quadraticBezierCurve(let cp, _) = lastCommand {
113 |                     command = .quadraticBezierCurve(cp: cp.reflection(using: currentPoint), point: currentPoint)
    |                                                            |- warning: 'reflection(using:)' is deprecated: renamed to 'reflecting(around:)'
    |                                                            `- note: use 'reflecting(around:)' instead
114 |                 } else {
115 |                     command = .quadraticBezierCurve(cp: currentPoint, point: currentPoint)
[77/94] Compiling SwiftSVG Polygon.swift
/host/spi-builder-workspace/Sources/SwiftSVG/Path.ComponentParser.swift:83:57: warning: 'reflection(using:)' is deprecated: renamed to 'reflecting(around:)'
 81 |             case .smoothCubicBezierCurve:
 82 |                 if case .cubicBezierCurve(_, let cp, _) = lastCommand {
 83 |                     command = .cubicBezierCurve(cp1: cp.reflection(using: currentPoint), cp2: .nan, point: .nan)
    |                                                         |- warning: 'reflection(using:)' is deprecated: renamed to 'reflecting(around:)'
    |                                                         `- note: use 'reflecting(around:)' instead
 84 |                 } else {
 85 |                     command = .cubicBezierCurve(cp1: currentPoint, cp2: .nan, point: .nan)
/host/spi-builder-workspace/Sources/SwiftSVG/Path.ComponentParser.swift:91:57: warning: 'reflection(using:)' is deprecated: renamed to 'reflecting(around:)'
 89 |             case .relativeSmoothCubicBezierCurve:
 90 |                 if case .cubicBezierCurve(_, let cp, _) = lastCommand {
 91 |                     command = .cubicBezierCurve(cp1: cp.reflection(using: cp.reflection(using: currentPoint)), cp2: currentPoint, point: currentPoint)
    |                                                         |- warning: 'reflection(using:)' is deprecated: renamed to 'reflecting(around:)'
    |                                                         `- note: use 'reflecting(around:)' instead
 92 |                 } else {
 93 |                     command = .cubicBezierCurve(cp1: currentPoint, cp2: currentPoint, point: currentPoint)
/host/spi-builder-workspace/Sources/SwiftSVG/Path.ComponentParser.swift:91:78: warning: 'reflection(using:)' is deprecated: renamed to 'reflecting(around:)'
 89 |             case .relativeSmoothCubicBezierCurve:
 90 |                 if case .cubicBezierCurve(_, let cp, _) = lastCommand {
 91 |                     command = .cubicBezierCurve(cp1: cp.reflection(using: cp.reflection(using: currentPoint)), cp2: currentPoint, point: currentPoint)
    |                                                                              |- warning: 'reflection(using:)' is deprecated: renamed to 'reflecting(around:)'
    |                                                                              `- note: use 'reflecting(around:)' instead
 92 |                 } else {
 93 |                     command = .cubicBezierCurve(cp1: currentPoint, cp2: currentPoint, point: currentPoint)
/host/spi-builder-workspace/Sources/SwiftSVG/Path.ComponentParser.swift:105:60: warning: 'reflection(using:)' is deprecated: renamed to 'reflecting(around:)'
103 |             case .smoothQuadraticBezierCurve:
104 |                 if case .quadraticBezierCurve(let cp, _) = lastCommand {
105 |                     command = .quadraticBezierCurve(cp: cp.reflection(using: currentPoint), point: .nan)
    |                                                            |- warning: 'reflection(using:)' is deprecated: renamed to 'reflecting(around:)'
    |                                                            `- note: use 'reflecting(around:)' instead
106 |                 } else {
107 |                     command = .quadraticBezierCurve(cp: currentPoint, point: .nan)
/host/spi-builder-workspace/Sources/SwiftSVG/Path.ComponentParser.swift:113:60: warning: 'reflection(using:)' is deprecated: renamed to 'reflecting(around:)'
111 |             case .relativeSmoothQuadraticBezierCurve:
112 |                 if case .quadraticBezierCurve(let cp, _) = lastCommand {
113 |                     command = .quadraticBezierCurve(cp: cp.reflection(using: currentPoint), point: currentPoint)
    |                                                            |- warning: 'reflection(using:)' is deprecated: renamed to 'reflecting(around:)'
    |                                                            `- note: use 'reflecting(around:)' instead
114 |                 } else {
115 |                     command = .quadraticBezierCurve(cp: currentPoint, point: currentPoint)
[78/94] Compiling SwiftSVG SVG+Swift2D.swift
[79/94] Compiling SwiftSVG SVG.swift
[80/94] Compiling SwiftSVG Stroke.swift
[81/94] Compiling SwiftSVG Polyline.swift
[82/94] Compiling SwiftSVG PresentationAttributes.swift
[83/94] Compiling SwiftSVG Rectangle.swift
[84/94] Compiling SwiftSVG Element.swift
[85/94] Compiling SwiftSVG Ellipse.swift
[86/94] Compiling SwiftSVG Point+SwiftSVG.swift
[87/94] Compiling SwiftSVG Fill.swift
[88/94] Compiling SwiftSVG PolylineProcessor.swift
/host/spi-builder-workspace/Sources/SwiftSVG/Path.Command.swift:56:18: warning: associated value 'invalidAdjustment' of 'Sendable'-conforming enum 'Error' has non-sendable type 'Path.Command'; this is an error in the Swift 6 language mode
  6 |     ///
  7 |     /// Each command is composed of a command letter and numbers that represent the command parameters.
  8 |     enum Command: Equatable, CustomStringConvertible {
    |          `- note: consider making enum 'Command' conform to the 'Sendable' protocol
  9 |         /// Moves the current drawing point
 10 |         case moveTo(point: Point)
    :
 54 |         public enum Error: Swift.Error {
 55 |             case message(String)
 56 |             case invalidAdjustment(Path.Command)
    |                  `- warning: associated value 'invalidAdjustment' of 'Sendable'-conforming enum 'Error' has non-sendable type 'Path.Command'; this is an error in the Swift 6 language mode
 57 |             case invalidArgumentPosition(Int, Path.Command)
 58 |             case invalidRelativeCommand
/host/spi-builder-workspace/Sources/SwiftSVG/Path.Command.swift:57:18: warning: associated value 'invalidArgumentPosition' of 'Sendable'-conforming enum 'Error' has non-sendable type 'Path.Command'; this is an error in the Swift 6 language mode
  6 |     ///
  7 |     /// Each command is composed of a command letter and numbers that represent the command parameters.
  8 |     enum Command: Equatable, CustomStringConvertible {
    |          `- note: consider making enum 'Command' conform to the 'Sendable' protocol
  9 |         /// Moves the current drawing point
 10 |         case moveTo(point: Point)
    :
 55 |             case message(String)
 56 |             case invalidAdjustment(Path.Command)
 57 |             case invalidArgumentPosition(Int, Path.Command)
    |                  `- warning: associated value 'invalidArgumentPosition' of 'Sendable'-conforming enum 'Error' has non-sendable type 'Path.Command'; this is an error in the Swift 6 language mode
 58 |             case invalidRelativeCommand
 59 |         }
[89/94] Compiling SwiftSVG RectangleProcessor.swift
/host/spi-builder-workspace/Sources/SwiftSVG/Path.Command.swift:56:18: warning: associated value 'invalidAdjustment' of 'Sendable'-conforming enum 'Error' has non-sendable type 'Path.Command'; this is an error in the Swift 6 language mode
  6 |     ///
  7 |     /// Each command is composed of a command letter and numbers that represent the command parameters.
  8 |     enum Command: Equatable, CustomStringConvertible {
    |          `- note: consider making enum 'Command' conform to the 'Sendable' protocol
  9 |         /// Moves the current drawing point
 10 |         case moveTo(point: Point)
    :
 54 |         public enum Error: Swift.Error {
 55 |             case message(String)
 56 |             case invalidAdjustment(Path.Command)
    |                  `- warning: associated value 'invalidAdjustment' of 'Sendable'-conforming enum 'Error' has non-sendable type 'Path.Command'; this is an error in the Swift 6 language mode
 57 |             case invalidArgumentPosition(Int, Path.Command)
 58 |             case invalidRelativeCommand
/host/spi-builder-workspace/Sources/SwiftSVG/Path.Command.swift:57:18: warning: associated value 'invalidArgumentPosition' of 'Sendable'-conforming enum 'Error' has non-sendable type 'Path.Command'; this is an error in the Swift 6 language mode
  6 |     ///
  7 |     /// Each command is composed of a command letter and numbers that represent the command parameters.
  8 |     enum Command: Equatable, CustomStringConvertible {
    |          `- note: consider making enum 'Command' conform to the 'Sendable' protocol
  9 |         /// Moves the current drawing point
 10 |         case moveTo(point: Point)
    :
 55 |             case message(String)
 56 |             case invalidAdjustment(Path.Command)
 57 |             case invalidArgumentPosition(Int, Path.Command)
    |                  `- warning: associated value 'invalidArgumentPosition' of 'Sendable'-conforming enum 'Error' has non-sendable type 'Path.Command'; this is an error in the Swift 6 language mode
 58 |             case invalidRelativeCommand
 59 |         }
[90/94] Compiling SwiftSVG Line.swift
/host/spi-builder-workspace/Sources/SwiftSVG/Path.Command.swift:56:18: warning: associated value 'invalidAdjustment' of 'Sendable'-conforming enum 'Error' has non-sendable type 'Path.Command'; this is an error in the Swift 6 language mode
  6 |     ///
  7 |     /// Each command is composed of a command letter and numbers that represent the command parameters.
  8 |     enum Command: Equatable, CustomStringConvertible {
    |          `- note: consider making enum 'Command' conform to the 'Sendable' protocol
  9 |         /// Moves the current drawing point
 10 |         case moveTo(point: Point)
    :
 54 |         public enum Error: Swift.Error {
 55 |             case message(String)
 56 |             case invalidAdjustment(Path.Command)
    |                  `- warning: associated value 'invalidAdjustment' of 'Sendable'-conforming enum 'Error' has non-sendable type 'Path.Command'; this is an error in the Swift 6 language mode
 57 |             case invalidArgumentPosition(Int, Path.Command)
 58 |             case invalidRelativeCommand
/host/spi-builder-workspace/Sources/SwiftSVG/Path.Command.swift:57:18: warning: associated value 'invalidArgumentPosition' of 'Sendable'-conforming enum 'Error' has non-sendable type 'Path.Command'; this is an error in the Swift 6 language mode
  6 |     ///
  7 |     /// Each command is composed of a command letter and numbers that represent the command parameters.
  8 |     enum Command: Equatable, CustomStringConvertible {
    |          `- note: consider making enum 'Command' conform to the 'Sendable' protocol
  9 |         /// Moves the current drawing point
 10 |         case moveTo(point: Point)
    :
 55 |             case message(String)
 56 |             case invalidAdjustment(Path.Command)
 57 |             case invalidArgumentPosition(Int, Path.Command)
    |                  `- warning: associated value 'invalidArgumentPosition' of 'Sendable'-conforming enum 'Error' has non-sendable type 'Path.Command'; this is an error in the Swift 6 language mode
 58 |             case invalidRelativeCommand
 59 |         }
[91/94] Compiling SwiftSVG Path.Command.swift
/host/spi-builder-workspace/Sources/SwiftSVG/Path.Command.swift:56:18: warning: associated value 'invalidAdjustment' of 'Sendable'-conforming enum 'Error' has non-sendable type 'Path.Command'; this is an error in the Swift 6 language mode
  6 |     ///
  7 |     /// Each command is composed of a command letter and numbers that represent the command parameters.
  8 |     enum Command: Equatable, CustomStringConvertible {
    |          `- note: consider making enum 'Command' conform to the 'Sendable' protocol
  9 |         /// Moves the current drawing point
 10 |         case moveTo(point: Point)
    :
 54 |         public enum Error: Swift.Error {
 55 |             case message(String)
 56 |             case invalidAdjustment(Path.Command)
    |                  `- warning: associated value 'invalidAdjustment' of 'Sendable'-conforming enum 'Error' has non-sendable type 'Path.Command'; this is an error in the Swift 6 language mode
 57 |             case invalidArgumentPosition(Int, Path.Command)
 58 |             case invalidRelativeCommand
/host/spi-builder-workspace/Sources/SwiftSVG/Path.Command.swift:57:18: warning: associated value 'invalidArgumentPosition' of 'Sendable'-conforming enum 'Error' has non-sendable type 'Path.Command'; this is an error in the Swift 6 language mode
  6 |     ///
  7 |     /// Each command is composed of a command letter and numbers that represent the command parameters.
  8 |     enum Command: Equatable, CustomStringConvertible {
    |          `- note: consider making enum 'Command' conform to the 'Sendable' protocol
  9 |         /// Moves the current drawing point
 10 |         case moveTo(point: Point)
    :
 55 |             case message(String)
 56 |             case invalidAdjustment(Path.Command)
 57 |             case invalidArgumentPosition(Int, Path.Command)
    |                  `- warning: associated value 'invalidArgumentPosition' of 'Sendable'-conforming enum 'Error' has non-sendable type 'Path.Command'; this is an error in the Swift 6 language mode
 58 |             case invalidRelativeCommand
 59 |         }
[92/94] Compiling SwiftSVG StylingAttributes.swift
[93/94] Compiling SwiftSVG Text.swift
[94/94] Compiling SwiftSVG Transformation.swift
Build complete! (18.87s)
Build complete.
{
  "dependencies" : [
    {
      "identity" : "xmlcoder",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.15.0",
            "upper_bound" : "1.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/CoreOffice/XMLCoder.git"
    },
    {
      "identity" : "swift2d",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "2.1.0",
            "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" : [
  ],
  "products" : [
    {
      "name" : "SwiftSVG",
      "targets" : [
        "SwiftSVG"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "SwiftSVGTests",
      "module_type" : "SwiftTarget",
      "name" : "SwiftSVGTests",
      "path" : "Tests/SwiftSVGTests",
      "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.3"
}
wasm-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:7e37457820e5f17452a98118754f345f2619722c485f2db0d8b666940a83afd2
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest
Done.