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 main (85b0f6), with Swift 6.0 for Linux on 1 Apr 2025 06:56:10 UTC.

Swift 6 data race errors: 11

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4606859-2":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.0-latest swift build --triple x86_64-unknown-linux-gnu -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

 48 |         var id: String?
 49 |         var `class`: String?
[11/93] Compiling SwiftDraw XML.Element.swift
/host/spi-builder-workspace/SwiftDraw/Utilities/TextOutputStream+StandardError.swift:47:28: warning: static property 'shared' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
45 | struct StandardErrorStream: TextOutputStream {
46 |
47 |     fileprivate static var shared = StandardErrorStream()
   |                            |- warning: static property 'shared' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
   |                            |- note: convert 'shared' to a 'let' constant to make 'Sendable' shared state immutable
   |                            |- note: annotate 'shared' with '@MainActor' if property should only be accessed from the main actor
   |                            `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
48 |
49 |     func write(_ string: String) {
/host/spi-builder-workspace/SwiftDraw/XML.Formatter.SVG.swift:37:14: warning: associated value 'unsupportedGraphicsElement' of 'Sendable'-conforming enum 'Error' has non-sendable type 'DOM.GraphicsElement'; this is an error in the Swift 6 language mode
 35 |
 36 |     enum Error: Swift.Error {
 37 |         case unsupportedGraphicsElement(DOM.GraphicsElement)
    |              `- warning: associated value 'unsupportedGraphicsElement' of 'Sendable'-conforming enum 'Error' has non-sendable type 'DOM.GraphicsElement'; this is an error in the Swift 6 language mode
 38 |     }
 39 |
/host/spi-builder-workspace/SwiftDraw/DOM.Element.swift:47:11: note: class 'GraphicsElement' does not conform to the 'Sendable' protocol
 45 |     class Element {}
 46 |
 47 |     class GraphicsElement: Element, ElementAttributes {
    |           `- note: class 'GraphicsElement' does not conform to the 'Sendable' protocol
 48 |         var id: String?
 49 |         var `class`: String?
[12/93] Compiling SwiftDraw XML.Formatter.SVG.swift
/host/spi-builder-workspace/SwiftDraw/Utilities/TextOutputStream+StandardError.swift:47:28: warning: static property 'shared' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
45 | struct StandardErrorStream: TextOutputStream {
46 |
47 |     fileprivate static var shared = StandardErrorStream()
   |                            |- warning: static property 'shared' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
   |                            |- note: convert 'shared' to a 'let' constant to make 'Sendable' shared state immutable
   |                            |- note: annotate 'shared' with '@MainActor' if property should only be accessed from the main actor
   |                            `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
48 |
49 |     func write(_ string: String) {
/host/spi-builder-workspace/SwiftDraw/XML.Formatter.SVG.swift:37:14: warning: associated value 'unsupportedGraphicsElement' of 'Sendable'-conforming enum 'Error' has non-sendable type 'DOM.GraphicsElement'; this is an error in the Swift 6 language mode
 35 |
 36 |     enum Error: Swift.Error {
 37 |         case unsupportedGraphicsElement(DOM.GraphicsElement)
    |              `- warning: associated value 'unsupportedGraphicsElement' of 'Sendable'-conforming enum 'Error' has non-sendable type 'DOM.GraphicsElement'; this is an error in the Swift 6 language mode
 38 |     }
 39 |
/host/spi-builder-workspace/SwiftDraw/DOM.Element.swift:47:11: note: class 'GraphicsElement' does not conform to the 'Sendable' protocol
 45 |     class Element {}
 46 |
 47 |     class GraphicsElement: Element, ElementAttributes {
    |           `- note: class 'GraphicsElement' does not conform to the 'Sendable' protocol
 48 |         var id: String?
 49 |         var `class`: String?
[13/93] Compiling SwiftDraw XML.Formatter.swift
/host/spi-builder-workspace/SwiftDraw/Utilities/TextOutputStream+StandardError.swift:47:28: warning: static property 'shared' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
45 | struct StandardErrorStream: TextOutputStream {
46 |
47 |     fileprivate static var shared = StandardErrorStream()
   |                            |- warning: static property 'shared' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
   |                            |- note: convert 'shared' to a 'let' constant to make 'Sendable' shared state immutable
   |                            |- note: annotate 'shared' with '@MainActor' if property should only be accessed from the main actor
   |                            `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
48 |
49 |     func write(_ string: String) {
/host/spi-builder-workspace/SwiftDraw/XML.Formatter.SVG.swift:37:14: warning: associated value 'unsupportedGraphicsElement' of 'Sendable'-conforming enum 'Error' has non-sendable type 'DOM.GraphicsElement'; this is an error in the Swift 6 language mode
 35 |
 36 |     enum Error: Swift.Error {
 37 |         case unsupportedGraphicsElement(DOM.GraphicsElement)
    |              `- warning: associated value 'unsupportedGraphicsElement' of 'Sendable'-conforming enum 'Error' has non-sendable type 'DOM.GraphicsElement'; this is an error in the Swift 6 language mode
 38 |     }
 39 |
/host/spi-builder-workspace/SwiftDraw/DOM.Element.swift:47:11: note: class 'GraphicsElement' does not conform to the 'Sendable' protocol
 45 |     class Element {}
 46 |
 47 |     class GraphicsElement: Element, ElementAttributes {
    |           `- note: class 'GraphicsElement' does not conform to the 'Sendable' protocol
 48 |         var id: String?
 49 |         var `class`: String?
[14/93] Compiling SwiftDraw XML.SAXParser.swift
/host/spi-builder-workspace/SwiftDraw/Utilities/TextOutputStream+StandardError.swift:47:28: warning: static property 'shared' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
45 | struct StandardErrorStream: TextOutputStream {
46 |
47 |     fileprivate static var shared = StandardErrorStream()
   |                            |- warning: static property 'shared' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
   |                            |- note: convert 'shared' to a 'let' constant to make 'Sendable' shared state immutable
   |                            |- note: annotate 'shared' with '@MainActor' if property should only be accessed from the main actor
   |                            `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
48 |
49 |     func write(_ string: String) {
/host/spi-builder-workspace/SwiftDraw/XML.Formatter.SVG.swift:37:14: warning: associated value 'unsupportedGraphicsElement' of 'Sendable'-conforming enum 'Error' has non-sendable type 'DOM.GraphicsElement'; this is an error in the Swift 6 language mode
 35 |
 36 |     enum Error: Swift.Error {
 37 |         case unsupportedGraphicsElement(DOM.GraphicsElement)
    |              `- warning: associated value 'unsupportedGraphicsElement' of 'Sendable'-conforming enum 'Error' has non-sendable type 'DOM.GraphicsElement'; this is an error in the Swift 6 language mode
 38 |     }
 39 |
/host/spi-builder-workspace/SwiftDraw/DOM.Element.swift:47:11: note: class 'GraphicsElement' does not conform to the 'Sendable' protocol
 45 |     class Element {}
 46 |
 47 |     class GraphicsElement: Element, ElementAttributes {
    |           `- note: class 'GraphicsElement' does not conform to the 'Sendable' protocol
 48 |         var id: String?
 49 |         var `class`: String?
[15/93] Compiling SwiftDraw Renderer.SFSymbol+CGPath.swift
/host/spi-builder-workspace/SwiftDraw/LayerTree.Layer.swift:146:24: warning: static property 'none' is not concurrency-safe because non-'Sendable' type 'LayerTree.FillAttributes.Fill' may have shared mutable state; this is an error in the Swift 6 language mode
138 |         }
139 |
140 |         enum Fill: Hashable {
    |              `- note: consider making enum 'Fill' conform to the 'Sendable' protocol
141 |             case color(Color)
142 |             case pattern(Pattern)
    :
144 |             case radialGradient(RadialGradient)
145 |
146 |             static let none = Fill.color(.none)
    |                        |- warning: static property 'none' is not concurrency-safe because non-'Sendable' type 'LayerTree.FillAttributes.Fill' may have shared mutable state; this is an error in the Swift 6 language mode
    |                        |- note: annotate 'none' with '@MainActor' if property should only be accessed from the main actor
    |                        `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
147 |         }
148 |     }
/host/spi-builder-workspace/SwiftDraw/SVG+Insets.swift:57:27: warning: static property 'zero' is not concurrency-safe because non-'Sendable' type 'SVG.Insets' may have shared mutable state; this is an error in the Swift 6 language mode
37 |
38 | public extension SVG {
39 |     struct Insets: Equatable {
   |            `- note: consider making struct 'Insets' conform to the 'Sendable' protocol
40 |         public var top: CGFloat
41 |         public var left: CGFloat
   :
55 |         }
56 |
57 |         public static let zero = Insets(top: 0, left: 0, bottom: 0, right: 0)
   |                           |- warning: static property 'zero' is not concurrency-safe because non-'Sendable' type 'SVG.Insets' may have shared mutable state; this is an error in the Swift 6 language mode
   |                           |- note: annotate 'zero' with '@MainActor' if property should only be accessed from the main actor
   |                           `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
58 |     }
59 | }
/host/spi-builder-workspace/SwiftDraw/SVG.swift:176:27: warning: static property 'hideUnsupportedFilters' is not concurrency-safe because non-'Sendable' type 'SVG.Options' may have shared mutable state; this is an error in the Swift 6 language mode
168 |     }
169 |
170 |     public struct Options: OptionSet {
    |                   `- note: consider making struct 'Options' conform to the 'Sendable' protocol
171 |         public let rawValue: Int
172 |         public init(rawValue: Int) {
    :
174 |         }
175 |
176 |         public static let hideUnsupportedFilters = Options(rawValue: 1 << 0)
    |                           |- warning: static property 'hideUnsupportedFilters' is not concurrency-safe because non-'Sendable' type 'SVG.Options' may have shared mutable state; this is an error in the Swift 6 language mode
    |                           |- note: annotate 'hideUnsupportedFilters' with '@MainActor' if property should only be accessed from the main actor
    |                           `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
177 |
178 |         public static let `default`: Options = []
/host/spi-builder-workspace/SwiftDraw/SVG.swift:178:27: warning: static property 'default' is not concurrency-safe because non-'Sendable' type 'SVG.Options' may have shared mutable state; this is an error in the Swift 6 language mode
168 |     }
169 |
170 |     public struct Options: OptionSet {
    |                   `- note: consider making struct 'Options' conform to the 'Sendable' protocol
171 |         public let rawValue: Int
172 |         public init(rawValue: Int) {
    :
176 |         public static let hideUnsupportedFilters = Options(rawValue: 1 << 0)
177 |
178 |         public static let `default`: Options = []
    |                           |- warning: static property 'default' is not concurrency-safe because non-'Sendable' type 'SVG.Options' may have shared mutable state; this is an error in the Swift 6 language mode
    |                           |- note: annotate 'default' with '@MainActor' if property should only be accessed from the main actor
    |                           `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
179 |     }
180 | }
[16/93] Compiling SwiftDraw Renderer.SFSymbol.swift
/host/spi-builder-workspace/SwiftDraw/LayerTree.Layer.swift:146:24: warning: static property 'none' is not concurrency-safe because non-'Sendable' type 'LayerTree.FillAttributes.Fill' may have shared mutable state; this is an error in the Swift 6 language mode
138 |         }
139 |
140 |         enum Fill: Hashable {
    |              `- note: consider making enum 'Fill' conform to the 'Sendable' protocol
141 |             case color(Color)
142 |             case pattern(Pattern)
    :
144 |             case radialGradient(RadialGradient)
145 |
146 |             static let none = Fill.color(.none)
    |                        |- warning: static property 'none' is not concurrency-safe because non-'Sendable' type 'LayerTree.FillAttributes.Fill' may have shared mutable state; this is an error in the Swift 6 language mode
    |                        |- note: annotate 'none' with '@MainActor' if property should only be accessed from the main actor
    |                        `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
147 |         }
148 |     }
/host/spi-builder-workspace/SwiftDraw/SVG+Insets.swift:57:27: warning: static property 'zero' is not concurrency-safe because non-'Sendable' type 'SVG.Insets' may have shared mutable state; this is an error in the Swift 6 language mode
37 |
38 | public extension SVG {
39 |     struct Insets: Equatable {
   |            `- note: consider making struct 'Insets' conform to the 'Sendable' protocol
40 |         public var top: CGFloat
41 |         public var left: CGFloat
   :
55 |         }
56 |
57 |         public static let zero = Insets(top: 0, left: 0, bottom: 0, right: 0)
   |                           |- warning: static property 'zero' is not concurrency-safe because non-'Sendable' type 'SVG.Insets' may have shared mutable state; this is an error in the Swift 6 language mode
   |                           |- note: annotate 'zero' with '@MainActor' if property should only be accessed from the main actor
   |                           `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
58 |     }
59 | }
/host/spi-builder-workspace/SwiftDraw/SVG.swift:176:27: warning: static property 'hideUnsupportedFilters' is not concurrency-safe because non-'Sendable' type 'SVG.Options' may have shared mutable state; this is an error in the Swift 6 language mode
168 |     }
169 |
170 |     public struct Options: OptionSet {
    |                   `- note: consider making struct 'Options' conform to the 'Sendable' protocol
171 |         public let rawValue: Int
172 |         public init(rawValue: Int) {
    :
174 |         }
175 |
176 |         public static let hideUnsupportedFilters = Options(rawValue: 1 << 0)
    |                           |- warning: static property 'hideUnsupportedFilters' is not concurrency-safe because non-'Sendable' type 'SVG.Options' may have shared mutable state; this is an error in the Swift 6 language mode
    |                           |- note: annotate 'hideUnsupportedFilters' with '@MainActor' if property should only be accessed from the main actor
    |                           `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
177 |
178 |         public static let `default`: Options = []
/host/spi-builder-workspace/SwiftDraw/SVG.swift:178:27: warning: static property 'default' is not concurrency-safe because non-'Sendable' type 'SVG.Options' may have shared mutable state; this is an error in the Swift 6 language mode
168 |     }
169 |
170 |     public struct Options: OptionSet {
    |                   `- note: consider making struct 'Options' conform to the 'Sendable' protocol
171 |         public let rawValue: Int
172 |         public init(rawValue: Int) {
    :
176 |         public static let hideUnsupportedFilters = Options(rawValue: 1 << 0)
177 |
178 |         public static let `default`: Options = []
    |                           |- warning: static property 'default' is not concurrency-safe because non-'Sendable' type 'SVG.Options' may have shared mutable state; this is an error in the Swift 6 language mode
    |                           |- note: annotate 'default' with '@MainActor' if property should only be accessed from the main actor
    |                           `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
179 |     }
180 | }
[17/93] Compiling SwiftDraw Renderer.SVG.swift
/host/spi-builder-workspace/SwiftDraw/LayerTree.Layer.swift:146:24: warning: static property 'none' is not concurrency-safe because non-'Sendable' type 'LayerTree.FillAttributes.Fill' may have shared mutable state; this is an error in the Swift 6 language mode
138 |         }
139 |
140 |         enum Fill: Hashable {
    |              `- note: consider making enum 'Fill' conform to the 'Sendable' protocol
141 |             case color(Color)
142 |             case pattern(Pattern)
    :
144 |             case radialGradient(RadialGradient)
145 |
146 |             static let none = Fill.color(.none)
    |                        |- warning: static property 'none' is not concurrency-safe because non-'Sendable' type 'LayerTree.FillAttributes.Fill' may have shared mutable state; this is an error in the Swift 6 language mode
    |                        |- note: annotate 'none' with '@MainActor' if property should only be accessed from the main actor
    |                        `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
147 |         }
148 |     }
/host/spi-builder-workspace/SwiftDraw/SVG+Insets.swift:57:27: warning: static property 'zero' is not concurrency-safe because non-'Sendable' type 'SVG.Insets' may have shared mutable state; this is an error in the Swift 6 language mode
37 |
38 | public extension SVG {
39 |     struct Insets: Equatable {
   |            `- note: consider making struct 'Insets' conform to the 'Sendable' protocol
40 |         public var top: CGFloat
41 |         public var left: CGFloat
   :
55 |         }
56 |
57 |         public static let zero = Insets(top: 0, left: 0, bottom: 0, right: 0)
   |                           |- warning: static property 'zero' is not concurrency-safe because non-'Sendable' type 'SVG.Insets' may have shared mutable state; this is an error in the Swift 6 language mode
   |                           |- note: annotate 'zero' with '@MainActor' if property should only be accessed from the main actor
   |                           `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
58 |     }
59 | }
/host/spi-builder-workspace/SwiftDraw/SVG.swift:176:27: warning: static property 'hideUnsupportedFilters' is not concurrency-safe because non-'Sendable' type 'SVG.Options' may have shared mutable state; this is an error in the Swift 6 language mode
168 |     }
169 |
170 |     public struct Options: OptionSet {
    |                   `- note: consider making struct 'Options' conform to the 'Sendable' protocol
171 |         public let rawValue: Int
172 |         public init(rawValue: Int) {
    :
174 |         }
175 |
176 |         public static let hideUnsupportedFilters = Options(rawValue: 1 << 0)
    |                           |- warning: static property 'hideUnsupportedFilters' is not concurrency-safe because non-'Sendable' type 'SVG.Options' may have shared mutable state; this is an error in the Swift 6 language mode
    |                           |- note: annotate 'hideUnsupportedFilters' with '@MainActor' if property should only be accessed from the main actor
    |                           `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
177 |
178 |         public static let `default`: Options = []
/host/spi-builder-workspace/SwiftDraw/SVG.swift:178:27: warning: static property 'default' is not concurrency-safe because non-'Sendable' type 'SVG.Options' may have shared mutable state; this is an error in the Swift 6 language mode
168 |     }
169 |
170 |     public struct Options: OptionSet {
    |                   `- note: consider making struct 'Options' conform to the 'Sendable' protocol
171 |         public let rawValue: Int
172 |         public init(rawValue: Int) {
    :
176 |         public static let hideUnsupportedFilters = Options(rawValue: 1 << 0)
177 |
178 |         public static let `default`: Options = []
    |                           |- warning: static property 'default' is not concurrency-safe because non-'Sendable' type 'SVG.Options' may have shared mutable state; this is an error in the Swift 6 language mode
    |                           |- note: annotate 'default' with '@MainActor' if property should only be accessed from the main actor
    |                           `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
179 |     }
180 | }
[18/93] Compiling SwiftDraw Renderer.swift
/host/spi-builder-workspace/SwiftDraw/LayerTree.Layer.swift:146:24: warning: static property 'none' is not concurrency-safe because non-'Sendable' type 'LayerTree.FillAttributes.Fill' may have shared mutable state; this is an error in the Swift 6 language mode
138 |         }
139 |
140 |         enum Fill: Hashable {
    |              `- note: consider making enum 'Fill' conform to the 'Sendable' protocol
141 |             case color(Color)
142 |             case pattern(Pattern)
    :
144 |             case radialGradient(RadialGradient)
145 |
146 |             static let none = Fill.color(.none)
    |                        |- warning: static property 'none' is not concurrency-safe because non-'Sendable' type 'LayerTree.FillAttributes.Fill' may have shared mutable state; this is an error in the Swift 6 language mode
    |                        |- note: annotate 'none' with '@MainActor' if property should only be accessed from the main actor
    |                        `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
147 |         }
148 |     }
/host/spi-builder-workspace/SwiftDraw/SVG+Insets.swift:57:27: warning: static property 'zero' is not concurrency-safe because non-'Sendable' type 'SVG.Insets' may have shared mutable state; this is an error in the Swift 6 language mode
37 |
38 | public extension SVG {
39 |     struct Insets: Equatable {
   |            `- note: consider making struct 'Insets' conform to the 'Sendable' protocol
40 |         public var top: CGFloat
41 |         public var left: CGFloat
   :
55 |         }
56 |
57 |         public static let zero = Insets(top: 0, left: 0, bottom: 0, right: 0)
   |                           |- warning: static property 'zero' is not concurrency-safe because non-'Sendable' type 'SVG.Insets' may have shared mutable state; this is an error in the Swift 6 language mode
   |                           |- note: annotate 'zero' with '@MainActor' if property should only be accessed from the main actor
   |                           `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
58 |     }
59 | }
/host/spi-builder-workspace/SwiftDraw/SVG.swift:176:27: warning: static property 'hideUnsupportedFilters' is not concurrency-safe because non-'Sendable' type 'SVG.Options' may have shared mutable state; this is an error in the Swift 6 language mode
168 |     }
169 |
170 |     public struct Options: OptionSet {
    |                   `- note: consider making struct 'Options' conform to the 'Sendable' protocol
171 |         public let rawValue: Int
172 |         public init(rawValue: Int) {
    :
174 |         }
175 |
176 |         public static let hideUnsupportedFilters = Options(rawValue: 1 << 0)
    |                           |- warning: static property 'hideUnsupportedFilters' is not concurrency-safe because non-'Sendable' type 'SVG.Options' may have shared mutable state; this is an error in the Swift 6 language mode
    |                           |- note: annotate 'hideUnsupportedFilters' with '@MainActor' if property should only be accessed from the main actor
    |                           `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
177 |
178 |         public static let `default`: Options = []
/host/spi-builder-workspace/SwiftDraw/SVG.swift:178:27: warning: static property 'default' is not concurrency-safe because non-'Sendable' type 'SVG.Options' may have shared mutable state; this is an error in the Swift 6 language mode
168 |     }
169 |
170 |     public struct Options: OptionSet {
    |                   `- note: consider making struct 'Options' conform to the 'Sendable' protocol
171 |         public let rawValue: Int
172 |         public init(rawValue: Int) {
    :
176 |         public static let hideUnsupportedFilters = Options(rawValue: 1 << 0)
177 |
178 |         public static let `default`: Options = []
    |                           |- warning: static property 'default' is not concurrency-safe because non-'Sendable' type 'SVG.Options' may have shared mutable state; this is an error in the Swift 6 language mode
    |                           |- note: annotate 'default' with '@MainActor' if property should only be accessed from the main actor
    |                           `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
179 |     }
180 | }
[19/93] Compiling SwiftDraw SVG+CoreGraphics.swift
/host/spi-builder-workspace/SwiftDraw/LayerTree.Layer.swift:146:24: warning: static property 'none' is not concurrency-safe because non-'Sendable' type 'LayerTree.FillAttributes.Fill' may have shared mutable state; this is an error in the Swift 6 language mode
138 |         }
139 |
140 |         enum Fill: Hashable {
    |              `- note: consider making enum 'Fill' conform to the 'Sendable' protocol
141 |             case color(Color)
142 |             case pattern(Pattern)
    :
144 |             case radialGradient(RadialGradient)
145 |
146 |             static let none = Fill.color(.none)
    |                        |- warning: static property 'none' is not concurrency-safe because non-'Sendable' type 'LayerTree.FillAttributes.Fill' may have shared mutable state; this is an error in the Swift 6 language mode
    |                        |- note: annotate 'none' with '@MainActor' if property should only be accessed from the main actor
    |                        `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
147 |         }
148 |     }
/host/spi-builder-workspace/SwiftDraw/SVG+Insets.swift:57:27: warning: static property 'zero' is not concurrency-safe because non-'Sendable' type 'SVG.Insets' may have shared mutable state; this is an error in the Swift 6 language mode
37 |
38 | public extension SVG {
39 |     struct Insets: Equatable {
   |            `- note: consider making struct 'Insets' conform to the 'Sendable' protocol
40 |         public var top: CGFloat
41 |         public var left: CGFloat
   :
55 |         }
56 |
57 |         public static let zero = Insets(top: 0, left: 0, bottom: 0, right: 0)
   |                           |- warning: static property 'zero' is not concurrency-safe because non-'Sendable' type 'SVG.Insets' may have shared mutable state; this is an error in the Swift 6 language mode
   |                           |- note: annotate 'zero' with '@MainActor' if property should only be accessed from the main actor
   |                           `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
58 |     }
59 | }
/host/spi-builder-workspace/SwiftDraw/SVG.swift:176:27: warning: static property 'hideUnsupportedFilters' is not concurrency-safe because non-'Sendable' type 'SVG.Options' may have shared mutable state; this is an error in the Swift 6 language mode
168 |     }
169 |
170 |     public struct Options: OptionSet {
    |                   `- note: consider making struct 'Options' conform to the 'Sendable' protocol
171 |         public let rawValue: Int
172 |         public init(rawValue: Int) {
    :
174 |         }
175 |
176 |         public static let hideUnsupportedFilters = Options(rawValue: 1 << 0)
    |                           |- warning: static property 'hideUnsupportedFilters' is not concurrency-safe because non-'Sendable' type 'SVG.Options' may have shared mutable state; this is an error in the Swift 6 language mode
    |                           |- note: annotate 'hideUnsupportedFilters' with '@MainActor' if property should only be accessed from the main actor
    |                           `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
177 |
178 |         public static let `default`: Options = []
/host/spi-builder-workspace/SwiftDraw/SVG.swift:178:27: warning: static property 'default' is not concurrency-safe because non-'Sendable' type 'SVG.Options' may have shared mutable state; this is an error in the Swift 6 language mode
168 |     }
169 |
170 |     public struct Options: OptionSet {
    |                   `- note: consider making struct 'Options' conform to the 'Sendable' protocol
171 |         public let rawValue: Int
172 |         public init(rawValue: Int) {
    :
176 |         public static let hideUnsupportedFilters = Options(rawValue: 1 << 0)
177 |
178 |         public static let `default`: Options = []
    |                           |- warning: static property 'default' is not concurrency-safe because non-'Sendable' type 'SVG.Options' may have shared mutable state; this is an error in the Swift 6 language mode
    |                           |- note: annotate 'default' with '@MainActor' if property should only be accessed from the main actor
    |                           `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
179 |     }
180 | }
[20/93] Compiling SwiftDraw SVG+Deprecated.swift
/host/spi-builder-workspace/SwiftDraw/LayerTree.Layer.swift:146:24: warning: static property 'none' is not concurrency-safe because non-'Sendable' type 'LayerTree.FillAttributes.Fill' may have shared mutable state; this is an error in the Swift 6 language mode
138 |         }
139 |
140 |         enum Fill: Hashable {
    |              `- note: consider making enum 'Fill' conform to the 'Sendable' protocol
141 |             case color(Color)
142 |             case pattern(Pattern)
    :
144 |             case radialGradient(RadialGradient)
145 |
146 |             static let none = Fill.color(.none)
    |                        |- warning: static property 'none' is not concurrency-safe because non-'Sendable' type 'LayerTree.FillAttributes.Fill' may have shared mutable state; this is an error in the Swift 6 language mode
    |                        |- note: annotate 'none' with '@MainActor' if property should only be accessed from the main actor
    |                        `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
147 |         }
148 |     }
/host/spi-builder-workspace/SwiftDraw/SVG+Insets.swift:57:27: warning: static property 'zero' is not concurrency-safe because non-'Sendable' type 'SVG.Insets' may have shared mutable state; this is an error in the Swift 6 language mode
37 |
38 | public extension SVG {
39 |     struct Insets: Equatable {
   |            `- note: consider making struct 'Insets' conform to the 'Sendable' protocol
40 |         public var top: CGFloat
41 |         public var left: CGFloat
   :
55 |         }
56 |
57 |         public static let zero = Insets(top: 0, left: 0, bottom: 0, right: 0)
   |                           |- warning: static property 'zero' is not concurrency-safe because non-'Sendable' type 'SVG.Insets' may have shared mutable state; this is an error in the Swift 6 language mode
   |                           |- note: annotate 'zero' with '@MainActor' if property should only be accessed from the main actor
   |                           `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
58 |     }
59 | }
/host/spi-builder-workspace/SwiftDraw/SVG.swift:176:27: warning: static property 'hideUnsupportedFilters' is not concurrency-safe because non-'Sendable' type 'SVG.Options' may have shared mutable state; this is an error in the Swift 6 language mode
168 |     }
169 |
170 |     public struct Options: OptionSet {
    |                   `- note: consider making struct 'Options' conform to the 'Sendable' protocol
171 |         public let rawValue: Int
172 |         public init(rawValue: Int) {
    :
174 |         }
175 |
176 |         public static let hideUnsupportedFilters = Options(rawValue: 1 << 0)
    |                           |- warning: static property 'hideUnsupportedFilters' is not concurrency-safe because non-'Sendable' type 'SVG.Options' may have shared mutable state; this is an error in the Swift 6 language mode
    |                           |- note: annotate 'hideUnsupportedFilters' with '@MainActor' if property should only be accessed from the main actor
    |                           `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
177 |
178 |         public static let `default`: Options = []
/host/spi-builder-workspace/SwiftDraw/SVG.swift:178:27: warning: static property 'default' is not concurrency-safe because non-'Sendable' type 'SVG.Options' may have shared mutable state; this is an error in the Swift 6 language mode
168 |     }
169 |
170 |     public struct Options: OptionSet {
    |                   `- note: consider making struct 'Options' conform to the 'Sendable' protocol
171 |         public let rawValue: Int
172 |         public init(rawValue: Int) {
    :
176 |         public static let hideUnsupportedFilters = Options(rawValue: 1 << 0)
177 |
178 |         public static let `default`: Options = []
    |                           |- warning: static property 'default' is not concurrency-safe because non-'Sendable' type 'SVG.Options' may have shared mutable state; this is an error in the Swift 6 language mode
    |                           |- note: annotate 'default' with '@MainActor' if property should only be accessed from the main actor
    |                           `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
179 |     }
180 | }
[21/93] Compiling SwiftDraw SVG+Hashable.swift
/host/spi-builder-workspace/SwiftDraw/LayerTree.Layer.swift:146:24: warning: static property 'none' is not concurrency-safe because non-'Sendable' type 'LayerTree.FillAttributes.Fill' may have shared mutable state; this is an error in the Swift 6 language mode
138 |         }
139 |
140 |         enum Fill: Hashable {
    |              `- note: consider making enum 'Fill' conform to the 'Sendable' protocol
141 |             case color(Color)
142 |             case pattern(Pattern)
    :
144 |             case radialGradient(RadialGradient)
145 |
146 |             static let none = Fill.color(.none)
    |                        |- warning: static property 'none' is not concurrency-safe because non-'Sendable' type 'LayerTree.FillAttributes.Fill' may have shared mutable state; this is an error in the Swift 6 language mode
    |                        |- note: annotate 'none' with '@MainActor' if property should only be accessed from the main actor
    |                        `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
147 |         }
148 |     }
/host/spi-builder-workspace/SwiftDraw/SVG+Insets.swift:57:27: warning: static property 'zero' is not concurrency-safe because non-'Sendable' type 'SVG.Insets' may have shared mutable state; this is an error in the Swift 6 language mode
37 |
38 | public extension SVG {
39 |     struct Insets: Equatable {
   |            `- note: consider making struct 'Insets' conform to the 'Sendable' protocol
40 |         public var top: CGFloat
41 |         public var left: CGFloat
   :
55 |         }
56 |
57 |         public static let zero = Insets(top: 0, left: 0, bottom: 0, right: 0)
   |                           |- warning: static property 'zero' is not concurrency-safe because non-'Sendable' type 'SVG.Insets' may have shared mutable state; this is an error in the Swift 6 language mode
   |                           |- note: annotate 'zero' with '@MainActor' if property should only be accessed from the main actor
   |                           `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
58 |     }
59 | }
/host/spi-builder-workspace/SwiftDraw/SVG.swift:176:27: warning: static property 'hideUnsupportedFilters' is not concurrency-safe because non-'Sendable' type 'SVG.Options' may have shared mutable state; this is an error in the Swift 6 language mode
168 |     }
169 |
170 |     public struct Options: OptionSet {
    |                   `- note: consider making struct 'Options' conform to the 'Sendable' protocol
171 |         public let rawValue: Int
172 |         public init(rawValue: Int) {
    :
174 |         }
175 |
176 |         public static let hideUnsupportedFilters = Options(rawValue: 1 << 0)
    |                           |- warning: static property 'hideUnsupportedFilters' is not concurrency-safe because non-'Sendable' type 'SVG.Options' may have shared mutable state; this is an error in the Swift 6 language mode
    |                           |- note: annotate 'hideUnsupportedFilters' with '@MainActor' if property should only be accessed from the main actor
    |                           `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
177 |
178 |         public static let `default`: Options = []
/host/spi-builder-workspace/SwiftDraw/SVG.swift:178:27: warning: static property 'default' is not concurrency-safe because non-'Sendable' type 'SVG.Options' may have shared mutable state; this is an error in the Swift 6 language mode
168 |     }
169 |
170 |     public struct Options: OptionSet {
    |                   `- note: consider making struct 'Options' conform to the 'Sendable' protocol
171 |         public let rawValue: Int
172 |         public init(rawValue: Int) {
    :
176 |         public static let hideUnsupportedFilters = Options(rawValue: 1 << 0)
177 |
178 |         public static let `default`: Options = []
    |                           |- warning: static property 'default' is not concurrency-safe because non-'Sendable' type 'SVG.Options' may have shared mutable state; this is an error in the Swift 6 language mode
    |                           |- note: annotate 'default' with '@MainActor' if property should only be accessed from the main actor
    |                           `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
179 |     }
180 | }
[22/93] Compiling SwiftDraw SVG+Insets.swift
/host/spi-builder-workspace/SwiftDraw/LayerTree.Layer.swift:146:24: warning: static property 'none' is not concurrency-safe because non-'Sendable' type 'LayerTree.FillAttributes.Fill' may have shared mutable state; this is an error in the Swift 6 language mode
138 |         }
139 |
140 |         enum Fill: Hashable {
    |              `- note: consider making enum 'Fill' conform to the 'Sendable' protocol
141 |             case color(Color)
142 |             case pattern(Pattern)
    :
144 |             case radialGradient(RadialGradient)
145 |
146 |             static let none = Fill.color(.none)
    |                        |- warning: static property 'none' is not concurrency-safe because non-'Sendable' type 'LayerTree.FillAttributes.Fill' may have shared mutable state; this is an error in the Swift 6 language mode
    |                        |- note: annotate 'none' with '@MainActor' if property should only be accessed from the main actor
    |                        `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
147 |         }
148 |     }
/host/spi-builder-workspace/SwiftDraw/SVG+Insets.swift:57:27: warning: static property 'zero' is not concurrency-safe because non-'Sendable' type 'SVG.Insets' may have shared mutable state; this is an error in the Swift 6 language mode
37 |
38 | public extension SVG {
39 |     struct Insets: Equatable {
   |            `- note: consider making struct 'Insets' conform to the 'Sendable' protocol
40 |         public var top: CGFloat
41 |         public var left: CGFloat
   :
55 |         }
56 |
57 |         public static let zero = Insets(top: 0, left: 0, bottom: 0, right: 0)
   |                           |- warning: static property 'zero' is not concurrency-safe because non-'Sendable' type 'SVG.Insets' may have shared mutable state; this is an error in the Swift 6 language mode
   |                           |- note: annotate 'zero' with '@MainActor' if property should only be accessed from the main actor
   |                           `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
58 |     }
59 | }
/host/spi-builder-workspace/SwiftDraw/SVG.swift:176:27: warning: static property 'hideUnsupportedFilters' is not concurrency-safe because non-'Sendable' type 'SVG.Options' may have shared mutable state; this is an error in the Swift 6 language mode
168 |     }
169 |
170 |     public struct Options: OptionSet {
    |                   `- note: consider making struct 'Options' conform to the 'Sendable' protocol
171 |         public let rawValue: Int
172 |         public init(rawValue: Int) {
    :
174 |         }
175 |
176 |         public static let hideUnsupportedFilters = Options(rawValue: 1 << 0)
    |                           |- warning: static property 'hideUnsupportedFilters' is not concurrency-safe because non-'Sendable' type 'SVG.Options' may have shared mutable state; this is an error in the Swift 6 language mode
    |                           |- note: annotate 'hideUnsupportedFilters' with '@MainActor' if property should only be accessed from the main actor
    |                           `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
177 |
178 |         public static let `default`: Options = []
/host/spi-builder-workspace/SwiftDraw/SVG.swift:178:27: warning: static property 'default' is not concurrency-safe because non-'Sendable' type 'SVG.Options' may have shared mutable state; this is an error in the Swift 6 language mode
168 |     }
169 |
170 |     public struct Options: OptionSet {
    |                   `- note: consider making struct 'Options' conform to the 'Sendable' protocol
171 |         public let rawValue: Int
172 |         public init(rawValue: Int) {
    :
176 |         public static let hideUnsupportedFilters = Options(rawValue: 1 << 0)
177 |
178 |         public static let `default`: Options = []
    |                           |- warning: static property 'default' is not concurrency-safe because non-'Sendable' type 'SVG.Options' may have shared mutable state; this is an error in the Swift 6 language mode
    |                           |- note: annotate 'default' with '@MainActor' if property should only be accessed from the main actor
    |                           `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
179 |     }
180 | }
[23/93] Compiling SwiftDraw SVG.swift
/host/spi-builder-workspace/SwiftDraw/LayerTree.Layer.swift:146:24: warning: static property 'none' is not concurrency-safe because non-'Sendable' type 'LayerTree.FillAttributes.Fill' may have shared mutable state; this is an error in the Swift 6 language mode
138 |         }
139 |
140 |         enum Fill: Hashable {
    |              `- note: consider making enum 'Fill' conform to the 'Sendable' protocol
141 |             case color(Color)
142 |             case pattern(Pattern)
    :
144 |             case radialGradient(RadialGradient)
145 |
146 |             static let none = Fill.color(.none)
    |                        |- warning: static property 'none' is not concurrency-safe because non-'Sendable' type 'LayerTree.FillAttributes.Fill' may have shared mutable state; this is an error in the Swift 6 language mode
    |                        |- note: annotate 'none' with '@MainActor' if property should only be accessed from the main actor
    |                        `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
147 |         }
148 |     }
/host/spi-builder-workspace/SwiftDraw/SVG+Insets.swift:57:27: warning: static property 'zero' is not concurrency-safe because non-'Sendable' type 'SVG.Insets' may have shared mutable state; this is an error in the Swift 6 language mode
37 |
38 | public extension SVG {
39 |     struct Insets: Equatable {
   |            `- note: consider making struct 'Insets' conform to the 'Sendable' protocol
40 |         public var top: CGFloat
41 |         public var left: CGFloat
   :
55 |         }
56 |
57 |         public static let zero = Insets(top: 0, left: 0, bottom: 0, right: 0)
   |                           |- warning: static property 'zero' is not concurrency-safe because non-'Sendable' type 'SVG.Insets' may have shared mutable state; this is an error in the Swift 6 language mode
   |                           |- note: annotate 'zero' with '@MainActor' if property should only be accessed from the main actor
   |                           `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
58 |     }
59 | }
/host/spi-builder-workspace/SwiftDraw/SVG.swift:176:27: warning: static property 'hideUnsupportedFilters' is not concurrency-safe because non-'Sendable' type 'SVG.Options' may have shared mutable state; this is an error in the Swift 6 language mode
168 |     }
169 |
170 |     public struct Options: OptionSet {
    |                   `- note: consider making struct 'Options' conform to the 'Sendable' protocol
171 |         public let rawValue: Int
172 |         public init(rawValue: Int) {
    :
174 |         }
175 |
176 |         public static let hideUnsupportedFilters = Options(rawValue: 1 << 0)
    |                           |- warning: static property 'hideUnsupportedFilters' is not concurrency-safe because non-'Sendable' type 'SVG.Options' may have shared mutable state; this is an error in the Swift 6 language mode
    |                           |- note: annotate 'hideUnsupportedFilters' with '@MainActor' if property should only be accessed from the main actor
    |                           `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
177 |
178 |         public static let `default`: Options = []
/host/spi-builder-workspace/SwiftDraw/SVG.swift:178:27: warning: static property 'default' is not concurrency-safe because non-'Sendable' type 'SVG.Options' may have shared mutable state; this is an error in the Swift 6 language mode
168 |     }
169 |
170 |     public struct Options: OptionSet {
    |                   `- note: consider making struct 'Options' conform to the 'Sendable' protocol
171 |         public let rawValue: Int
172 |         public init(rawValue: Int) {
    :
176 |         public static let hideUnsupportedFilters = Options(rawValue: 1 << 0)
177 |
178 |         public static let `default`: Options = []
    |                           |- warning: static property 'default' is not concurrency-safe because non-'Sendable' type 'SVG.Options' may have shared mutable state; this is an error in the Swift 6 language mode
    |                           |- note: annotate 'default' with '@MainActor' if property should only be accessed from the main actor
    |                           `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
179 |     }
180 | }
[24/93] Compiling SwiftDraw SVGView.swift
/host/spi-builder-workspace/SwiftDraw/LayerTree.Layer.swift:146:24: warning: static property 'none' is not concurrency-safe because non-'Sendable' type 'LayerTree.FillAttributes.Fill' may have shared mutable state; this is an error in the Swift 6 language mode
138 |         }
139 |
140 |         enum Fill: Hashable {
    |              `- note: consider making enum 'Fill' conform to the 'Sendable' protocol
141 |             case color(Color)
142 |             case pattern(Pattern)
    :
144 |             case radialGradient(RadialGradient)
145 |
146 |             static let none = Fill.color(.none)
    |                        |- warning: static property 'none' is not concurrency-safe because non-'Sendable' type 'LayerTree.FillAttributes.Fill' may have shared mutable state; this is an error in the Swift 6 language mode
    |                        |- note: annotate 'none' with '@MainActor' if property should only be accessed from the main actor
    |                        `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
147 |         }
148 |     }
/host/spi-builder-workspace/SwiftDraw/SVG+Insets.swift:57:27: warning: static property 'zero' is not concurrency-safe because non-'Sendable' type 'SVG.Insets' may have shared mutable state; this is an error in the Swift 6 language mode
37 |
38 | public extension SVG {
39 |     struct Insets: Equatable {
   |            `- note: consider making struct 'Insets' conform to the 'Sendable' protocol
40 |         public var top: CGFloat
41 |         public var left: CGFloat
   :
55 |         }
56 |
57 |         public static let zero = Insets(top: 0, left: 0, bottom: 0, right: 0)
   |                           |- warning: static property 'zero' is not concurrency-safe because non-'Sendable' type 'SVG.Insets' may have shared mutable state; this is an error in the Swift 6 language mode
   |                           |- note: annotate 'zero' with '@MainActor' if property should only be accessed from the main actor
   |                           `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
58 |     }
59 | }
/host/spi-builder-workspace/SwiftDraw/SVG.swift:176:27: warning: static property 'hideUnsupportedFilters' is not concurrency-safe because non-'Sendable' type 'SVG.Options' may have shared mutable state; this is an error in the Swift 6 language mode
168 |     }
169 |
170 |     public struct Options: OptionSet {
    |                   `- note: consider making struct 'Options' conform to the 'Sendable' protocol
171 |         public let rawValue: Int
172 |         public init(rawValue: Int) {
    :
174 |         }
175 |
176 |         public static let hideUnsupportedFilters = Options(rawValue: 1 << 0)
    |                           |- warning: static property 'hideUnsupportedFilters' is not concurrency-safe because non-'Sendable' type 'SVG.Options' may have shared mutable state; this is an error in the Swift 6 language mode
    |                           |- note: annotate 'hideUnsupportedFilters' with '@MainActor' if property should only be accessed from the main actor
    |                           `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
177 |
178 |         public static let `default`: Options = []
/host/spi-builder-workspace/SwiftDraw/SVG.swift:178:27: warning: static property 'default' is not concurrency-safe because non-'Sendable' type 'SVG.Options' may have shared mutable state; this is an error in the Swift 6 language mode
168 |     }
169 |
170 |     public struct Options: OptionSet {
    |                   `- note: consider making struct 'Options' conform to the 'Sendable' protocol
171 |         public let rawValue: Int
172 |         public init(rawValue: Int) {
    :
176 |         public static let hideUnsupportedFilters = Options(rawValue: 1 << 0)
177 |
178 |         public static let `default`: Options = []
    |                           |- warning: static property 'default' is not concurrency-safe because non-'Sendable' type 'SVG.Options' may have shared mutable state; this is an error in the Swift 6 language mode
    |                           |- note: annotate 'default' with '@MainActor' if property should only be accessed from the main actor
    |                           `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
179 |     }
180 | }
[25/93] Compiling SwiftDraw Parser.XML.Scanner.swift
/host/spi-builder-workspace/SwiftDraw/Parser.XML.swift:36:10: warning: associated value 'invalidAttribute(name:value:)' of 'Sendable'-conforming enum 'Error' has non-sendable type 'Any'; this is an error in the Swift 6 language mode
 34 |     case invalid
 35 |     case missingAttribute(name: String)
 36 |     case invalidAttribute(name: String, value: Any)
    |          `- warning: associated value 'invalidAttribute(name:value:)' of 'Sendable'-conforming enum 'Error' has non-sendable type 'Any'; this is an error in the Swift 6 language mode
 37 |     case invalidElement(name: String, error: Swift.Error, line: Int?, column: Int?)
 38 |     case invalidDocument(error: Swift.Error?, element: String?, line: Int, column: Int)
[26/93] Compiling SwiftDraw Parser.XML.StyleSheet.swift
/host/spi-builder-workspace/SwiftDraw/Parser.XML.swift:36:10: warning: associated value 'invalidAttribute(name:value:)' of 'Sendable'-conforming enum 'Error' has non-sendable type 'Any'; this is an error in the Swift 6 language mode
 34 |     case invalid
 35 |     case missingAttribute(name: String)
 36 |     case invalidAttribute(name: String, value: Any)
    |          `- warning: associated value 'invalidAttribute(name:value:)' of 'Sendable'-conforming enum 'Error' has non-sendable type 'Any'; this is an error in the Swift 6 language mode
 37 |     case invalidElement(name: String, error: Swift.Error, line: Int?, column: Int?)
 38 |     case invalidDocument(error: Swift.Error?, element: String?, line: Int, column: Int)
[27/93] Compiling SwiftDraw Parser.XML.Text.swift
/host/spi-builder-workspace/SwiftDraw/Parser.XML.swift:36:10: warning: associated value 'invalidAttribute(name:value:)' of 'Sendable'-conforming enum 'Error' has non-sendable type 'Any'; this is an error in the Swift 6 language mode
 34 |     case invalid
 35 |     case missingAttribute(name: String)
 36 |     case invalidAttribute(name: String, value: Any)
    |          `- warning: associated value 'invalidAttribute(name:value:)' of 'Sendable'-conforming enum 'Error' has non-sendable type 'Any'; this is an error in the Swift 6 language mode
 37 |     case invalidElement(name: String, error: Swift.Error, line: Int?, column: Int?)
 38 |     case invalidDocument(error: Swift.Error?, element: String?, line: Int, column: Int)
[28/93] Compiling SwiftDraw Parser.XML.Transform.swift
/host/spi-builder-workspace/SwiftDraw/Parser.XML.swift:36:10: warning: associated value 'invalidAttribute(name:value:)' of 'Sendable'-conforming enum 'Error' has non-sendable type 'Any'; this is an error in the Swift 6 language mode
 34 |     case invalid
 35 |     case missingAttribute(name: String)
 36 |     case invalidAttribute(name: String, value: Any)
    |          `- warning: associated value 'invalidAttribute(name:value:)' of 'Sendable'-conforming enum 'Error' has non-sendable type 'Any'; this is an error in the Swift 6 language mode
 37 |     case invalidElement(name: String, error: Swift.Error, line: Int?, column: Int?)
 38 |     case invalidDocument(error: Swift.Error?, element: String?, line: Int, column: Int)
[29/93] Compiling SwiftDraw Parser.XML.Use.swift
/host/spi-builder-workspace/SwiftDraw/Parser.XML.swift:36:10: warning: associated value 'invalidAttribute(name:value:)' of 'Sendable'-conforming enum 'Error' has non-sendable type 'Any'; this is an error in the Swift 6 language mode
 34 |     case invalid
 35 |     case missingAttribute(name: String)
 36 |     case invalidAttribute(name: String, value: Any)
    |          `- warning: associated value 'invalidAttribute(name:value:)' of 'Sendable'-conforming enum 'Error' has non-sendable type 'Any'; this is an error in the Swift 6 language mode
 37 |     case invalidElement(name: String, error: Swift.Error, line: Int?, column: Int?)
 38 |     case invalidDocument(error: Swift.Error?, element: String?, line: Int, column: Int)
[30/93] Compiling SwiftDraw Parser.XML.swift
/host/spi-builder-workspace/SwiftDraw/Parser.XML.swift:36:10: warning: associated value 'invalidAttribute(name:value:)' of 'Sendable'-conforming enum 'Error' has non-sendable type 'Any'; this is an error in the Swift 6 language mode
 34 |     case invalid
 35 |     case missingAttribute(name: String)
 36 |     case invalidAttribute(name: String, value: Any)
    |          `- warning: associated value 'invalidAttribute(name:value:)' of 'Sendable'-conforming enum 'Error' has non-sendable type 'Any'; this is an error in the Swift 6 language mode
 37 |     case invalidElement(name: String, error: Swift.Error, line: Int?, column: Int?)
 38 |     case invalidDocument(error: Swift.Error?, element: String?, line: Int, column: Int)
[31/93] Compiling SwiftDraw Renderer.CGText+Path.swift
/host/spi-builder-workspace/SwiftDraw/Parser.XML.swift:36:10: warning: associated value 'invalidAttribute(name:value:)' of 'Sendable'-conforming enum 'Error' has non-sendable type 'Any'; this is an error in the Swift 6 language mode
 34 |     case invalid
 35 |     case missingAttribute(name: String)
 36 |     case invalidAttribute(name: String, value: Any)
    |          `- warning: associated value 'invalidAttribute(name:value:)' of 'Sendable'-conforming enum 'Error' has non-sendable type 'Any'; this is an error in the Swift 6 language mode
 37 |     case invalidElement(name: String, error: Swift.Error, line: Int?, column: Int?)
 38 |     case invalidDocument(error: Swift.Error?, element: String?, line: Int, column: Int)
[32/93] Compiling SwiftDraw Renderer.CGText.swift
/host/spi-builder-workspace/SwiftDraw/Parser.XML.swift:36:10: warning: associated value 'invalidAttribute(name:value:)' of 'Sendable'-conforming enum 'Error' has non-sendable type 'Any'; this is an error in the Swift 6 language mode
 34 |     case invalid
 35 |     case missingAttribute(name: String)
 36 |     case invalidAttribute(name: String, value: Any)
    |          `- warning: associated value 'invalidAttribute(name:value:)' of 'Sendable'-conforming enum 'Error' has non-sendable type 'Any'; this is an error in the Swift 6 language mode
 37 |     case invalidElement(name: String, error: Swift.Error, line: Int?, column: Int?)
 38 |     case invalidDocument(error: Swift.Error?, element: String?, line: Int, column: Int)
[33/93] Compiling SwiftDraw Renderer.CoreGraphics.swift
/host/spi-builder-workspace/SwiftDraw/Parser.XML.swift:36:10: warning: associated value 'invalidAttribute(name:value:)' of 'Sendable'-conforming enum 'Error' has non-sendable type 'Any'; this is an error in the Swift 6 language mode
 34 |     case invalid
 35 |     case missingAttribute(name: String)
 36 |     case invalidAttribute(name: String, value: Any)
    |          `- warning: associated value 'invalidAttribute(name:value:)' of 'Sendable'-conforming enum 'Error' has non-sendable type 'Any'; this is an error in the Swift 6 language mode
 37 |     case invalidElement(name: String, error: Swift.Error, line: Int?, column: Int?)
 38 |     case invalidDocument(error: Swift.Error?, element: String?, line: Int, column: Int)
[34/93] Compiling SwiftDraw Renderer.LayerTree.swift
/host/spi-builder-workspace/SwiftDraw/Parser.XML.swift:36:10: warning: associated value 'invalidAttribute(name:value:)' of 'Sendable'-conforming enum 'Error' has non-sendable type 'Any'; this is an error in the Swift 6 language mode
 34 |     case invalid
 35 |     case missingAttribute(name: String)
 36 |     case invalidAttribute(name: String, value: Any)
    |          `- warning: associated value 'invalidAttribute(name:value:)' of 'Sendable'-conforming enum 'Error' has non-sendable type 'Any'; this is an error in the Swift 6 language mode
 37 |     case invalidElement(name: String, error: Swift.Error, line: Int?, column: Int?)
 38 |     case invalidDocument(error: Swift.Error?, element: String?, line: Int, column: Int)
[35/93] Compiling SwiftDraw DOM.Use.swift
/host/spi-builder-workspace/SwiftDraw/SVG.swift:176:27: warning: static property 'hideUnsupportedFilters' is not concurrency-safe because non-'Sendable' type 'SVG.Options' may have shared mutable state; this is an error in the Swift 6 language mode
168 |     }
169 |
170 |     public struct Options: OptionSet {
    |                   `- note: consider making struct 'Options' conform to the 'Sendable' protocol
171 |         public let rawValue: Int
172 |         public init(rawValue: Int) {
    :
174 |         }
175 |
176 |         public static let hideUnsupportedFilters = Options(rawValue: 1 << 0)
    |                           |- warning: static property 'hideUnsupportedFilters' is not concurrency-safe because non-'Sendable' type 'SVG.Options' may have shared mutable state; this is an error in the Swift 6 language mode
    |                           |- note: annotate 'hideUnsupportedFilters' with '@MainActor' if property should only be accessed from the main actor
    |                           `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
177 |
178 |         public static let `default`: Options = []
/host/spi-builder-workspace/SwiftDraw/CommandLine.Configuration.swift:251:16: warning: static property 'disableTransparencyLayers' is not concurrency-safe because non-'Sendable' type 'SVG.Options' may have shared mutable state; this is an error in the Swift 6 language mode
249 |
250 | extension SVG.Options {
251 |     static let disableTransparencyLayers = Self(rawValue: 1 << 8)
    |                |- warning: static property 'disableTransparencyLayers' is not concurrency-safe because non-'Sendable' type 'SVG.Options' may have shared mutable state; this is an error in the Swift 6 language mode
    |                |- note: annotate 'disableTransparencyLayers' with '@MainActor' if property should only be accessed from the main actor
    |                `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
252 |     static let commandLine = Self(rawValue: 1 << 9)
253 | }
/host/spi-builder-workspace/SwiftDraw/SVG.swift:170:19: note: consider making struct 'Options' conform to the 'Sendable' protocol
168 |     }
169 |
170 |     public struct Options: OptionSet {
    |                   `- note: consider making struct 'Options' conform to the 'Sendable' protocol
171 |         public let rawValue: Int
172 |         public init(rawValue: Int) {
/host/spi-builder-workspace/SwiftDraw/CommandLine.Configuration.swift:252:16: warning: static property 'commandLine' is not concurrency-safe because non-'Sendable' type 'SVG.Options' may have shared mutable state; this is an error in the Swift 6 language mode
250 | extension SVG.Options {
251 |     static let disableTransparencyLayers = Self(rawValue: 1 << 8)
252 |     static let commandLine = Self(rawValue: 1 << 9)
    |                |- warning: static property 'commandLine' is not concurrency-safe because non-'Sendable' type 'SVG.Options' may have shared mutable state; this is an error in the Swift 6 language mode
    |                |- note: annotate 'commandLine' with '@MainActor' if property should only be accessed from the main actor
    |                `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
253 | }
254 |
/host/spi-builder-workspace/SwiftDraw/SVG.swift:170:19: note: consider making struct 'Options' conform to the 'Sendable' protocol
168 |     }
169 |
170 |     public struct Options: OptionSet {
    |                   `- note: consider making struct 'Options' conform to the 'Sendable' protocol
171 |         public let rawValue: Int
172 |         public init(rawValue: Int) {
[36/93] Compiling SwiftDraw DOM.swift
/host/spi-builder-workspace/SwiftDraw/SVG.swift:176:27: warning: static property 'hideUnsupportedFilters' is not concurrency-safe because non-'Sendable' type 'SVG.Options' may have shared mutable state; this is an error in the Swift 6 language mode
168 |     }
169 |
170 |     public struct Options: OptionSet {
    |                   `- note: consider making struct 'Options' conform to the 'Sendable' protocol
171 |         public let rawValue: Int
172 |         public init(rawValue: Int) {
    :
174 |         }
175 |
176 |         public static let hideUnsupportedFilters = Options(rawValue: 1 << 0)
    |                           |- warning: static property 'hideUnsupportedFilters' is not concurrency-safe because non-'Sendable' type 'SVG.Options' may have shared mutable state; this is an error in the Swift 6 language mode
    |                           |- note: annotate 'hideUnsupportedFilters' with '@MainActor' if property should only be accessed from the main actor
    |                           `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
177 |
178 |         public static let `default`: Options = []
/host/spi-builder-workspace/SwiftDraw/CommandLine.Configuration.swift:251:16: warning: static property 'disableTransparencyLayers' is not concurrency-safe because non-'Sendable' type 'SVG.Options' may have shared mutable state; this is an error in the Swift 6 language mode
249 |
250 | extension SVG.Options {
251 |     static let disableTransparencyLayers = Self(rawValue: 1 << 8)
    |                |- warning: static property 'disableTransparencyLayers' is not concurrency-safe because non-'Sendable' type 'SVG.Options' may have shared mutable state; this is an error in the Swift 6 language mode
    |                |- note: annotate 'disableTransparencyLayers' with '@MainActor' if property should only be accessed from the main actor
    |                `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
252 |     static let commandLine = Self(rawValue: 1 << 9)
253 | }
/host/spi-builder-workspace/SwiftDraw/SVG.swift:170:19: note: consider making struct 'Options' conform to the 'Sendable' protocol
168 |     }
169 |
170 |     public struct Options: OptionSet {
    |                   `- note: consider making struct 'Options' conform to the 'Sendable' protocol
171 |         public let rawValue: Int
172 |         public init(rawValue: Int) {
/host/spi-builder-workspace/SwiftDraw/CommandLine.Configuration.swift:252:16: warning: static property 'commandLine' is not concurrency-safe because non-'Sendable' type 'SVG.Options' may have shared mutable state; this is an error in the Swift 6 language mode
250 | extension SVG.Options {
251 |     static let disableTransparencyLayers = Self(rawValue: 1 << 8)
252 |     static let commandLine = Self(rawValue: 1 << 9)
    |                |- warning: static property 'commandLine' is not concurrency-safe because non-'Sendable' type 'SVG.Options' may have shared mutable state; this is an error in the Swift 6 language mode
    |                |- note: annotate 'commandLine' with '@MainActor' if property should only be accessed from the main actor
    |                `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
253 | }
254 |
/host/spi-builder-workspace/SwiftDraw/SVG.swift:170:19: note: consider making struct 'Options' conform to the 'Sendable' protocol
168 |     }
169 |
170 |     public struct Options: OptionSet {
    |                   `- note: consider making struct 'Options' conform to the 'Sendable' protocol
171 |         public let rawValue: Int
172 |         public init(rawValue: Int) {
[37/93] Compiling SwiftDraw LayerTree.Builder.Layer.swift
/host/spi-builder-workspace/SwiftDraw/SVG.swift:176:27: warning: static property 'hideUnsupportedFilters' is not concurrency-safe because non-'Sendable' type 'SVG.Options' may have shared mutable state; this is an error in the Swift 6 language mode
168 |     }
169 |
170 |     public struct Options: OptionSet {
    |                   `- note: consider making struct 'Options' conform to the 'Sendable' protocol
171 |         public let rawValue: Int
172 |         public init(rawValue: Int) {
    :
174 |         }
175 |
176 |         public static let hideUnsupportedFilters = Options(rawValue: 1 << 0)
    |                           |- warning: static property 'hideUnsupportedFilters' is not concurrency-safe because non-'Sendable' type 'SVG.Options' may have shared mutable state; this is an error in the Swift 6 language mode
    |                           |- note: annotate 'hideUnsupportedFilters' with '@MainActor' if property should only be accessed from the main actor
    |                           `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
177 |
178 |         public static let `default`: Options = []
/host/spi-builder-workspace/SwiftDraw/CommandLine.Configuration.swift:251:16: warning: static property 'disableTransparencyLayers' is not concurrency-safe because non-'Sendable' type 'SVG.Options' may have shared mutable state; this is an error in the Swift 6 language mode
249 |
250 | extension SVG.Options {
251 |     static let disableTransparencyLayers = Self(rawValue: 1 << 8)
    |                |- warning: static property 'disableTransparencyLayers' is not concurrency-safe because non-'Sendable' type 'SVG.Options' may have shared mutable state; this is an error in the Swift 6 language mode
    |                |- note: annotate 'disableTransparencyLayers' with '@MainActor' if property should only be accessed from the main actor
    |                `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
252 |     static let commandLine = Self(rawValue: 1 << 9)
253 | }
/host/spi-builder-workspace/SwiftDraw/SVG.swift:170:19: note: consider making struct 'Options' conform to the 'Sendable' protocol
168 |     }
169 |
170 |     public struct Options: OptionSet {
    |                   `- note: consider making struct 'Options' conform to the 'Sendable' protocol
171 |         public let rawValue: Int
172 |         public init(rawValue: Int) {
/host/spi-builder-workspace/SwiftDraw/CommandLine.Configuration.swift:252:16: warning: static property 'commandLine' is not concurrency-safe because non-'Sendable' type 'SVG.Options' may have shared mutable state; this is an error in the Swift 6 language mode
250 | extension SVG.Options {
251 |     static let disableTransparencyLayers = Self(rawValue: 1 << 8)
252 |     static let commandLine = Self(rawValue: 1 << 9)
    |                |- warning: static property 'commandLine' is not concurrency-safe because non-'Sendable' type 'SVG.Options' may have shared mutable state; this is an error in the Swift 6 language mode
    |                |- note: annotate 'commandLine' with '@MainActor' if property should only be accessed from the main actor
    |                `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
253 | }
254 |
/host/spi-builder-workspace/SwiftDraw/SVG.swift:170:19: note: consider making struct 'Options' conform to the 'Sendable' protocol
168 |     }
169 |
170 |     public struct Options: OptionSet {
    |                   `- note: consider making struct 'Options' conform to the 'Sendable' protocol
171 |         public let rawValue: Int
172 |         public init(rawValue: Int) {
[38/93] Compiling SwiftDraw LayerTree.Builder.Path.Arc.swift
/host/spi-builder-workspace/SwiftDraw/SVG.swift:176:27: warning: static property 'hideUnsupportedFilters' is not concurrency-safe because non-'Sendable' type 'SVG.Options' may have shared mutable state; this is an error in the Swift 6 language mode
168 |     }
169 |
170 |     public struct Options: OptionSet {
    |                   `- note: consider making struct 'Options' conform to the 'Sendable' protocol
171 |         public let rawValue: Int
172 |         public init(rawValue: Int) {
    :
174 |         }
175 |
176 |         public static let hideUnsupportedFilters = Options(rawValue: 1 << 0)
    |                           |- warning: static property 'hideUnsupportedFilters' is not concurrency-safe because non-'Sendable' type 'SVG.Options' may have shared mutable state; this is an error in the Swift 6 language mode
    |                           |- note: annotate 'hideUnsupportedFilters' with '@MainActor' if property should only be accessed from the main actor
    |                           `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
177 |
178 |         public static let `default`: Options = []
/host/spi-builder-workspace/SwiftDraw/CommandLine.Configuration.swift:251:16: warning: static property 'disableTransparencyLayers' is not concurrency-safe because non-'Sendable' type 'SVG.Options' may have shared mutable state; this is an error in the Swift 6 language mode
249 |
250 | extension SVG.Options {
251 |     static let disableTransparencyLayers = Self(rawValue: 1 << 8)
    |                |- warning: static property 'disableTransparencyLayers' is not concurrency-safe because non-'Sendable' type 'SVG.Options' may have shared mutable state; this is an error in the Swift 6 language mode
    |                |- note: annotate 'disableTransparencyLayers' with '@MainActor' if property should only be accessed from the main actor
    |                `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
252 |     static let commandLine = Self(rawValue: 1 << 9)
253 | }
/host/spi-builder-workspace/SwiftDraw/SVG.swift:170:19: note: consider making struct 'Options' conform to the 'Sendable' protocol
168 |     }
169 |
170 |     public struct Options: OptionSet {
    |                   `- note: consider making struct 'Options' conform to the 'Sendable' protocol
171 |         public let rawValue: Int
172 |         public init(rawValue: Int) {
/host/spi-builder-workspace/SwiftDraw/CommandLine.Configuration.swift:252:16: warning: static property 'commandLine' is not concurrency-safe because non-'Sendable' type 'SVG.Options' may have shared mutable state; this is an error in the Swift 6 language mode
250 | extension SVG.Options {
251 |     static let disableTransparencyLayers = Self(rawValue: 1 << 8)
252 |     static let commandLine = Self(rawValue: 1 << 9)
    |                |- warning: static property 'commandLine' is not concurrency-safe because non-'Sendable' type 'SVG.Options' may have shared mutable state; this is an error in the Swift 6 language mode
    |                |- note: annotate 'commandLine' with '@MainActor' if property should only be accessed from the main actor
    |                `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
253 | }
254 |
/host/spi-builder-workspace/SwiftDraw/SVG.swift:170:19: note: consider making struct 'Options' conform to the 'Sendable' protocol
168 |     }
169 |
170 |     public struct Options: OptionSet {
    |                   `- note: consider making struct 'Options' conform to the 'Sendable' protocol
171 |         public let rawValue: Int
172 |         public init(rawValue: Int) {
[39/93] Compiling SwiftDraw LayerTree.Builder.Path.swift
/host/spi-builder-workspace/SwiftDraw/SVG.swift:176:27: warning: static property 'hideUnsupportedFilters' is not concurrency-safe because non-'Sendable' type 'SVG.Options' may have shared mutable state; this is an error in the Swift 6 language mode
168 |     }
169 |
170 |     public struct Options: OptionSet {
    |                   `- note: consider making struct 'Options' conform to the 'Sendable' protocol
171 |         public let rawValue: Int
172 |         public init(rawValue: Int) {
    :
174 |         }
175 |
176 |         public static let hideUnsupportedFilters = Options(rawValue: 1 << 0)
    |                           |- warning: static property 'hideUnsupportedFilters' is not concurrency-safe because non-'Sendable' type 'SVG.Options' may have shared mutable state; this is an error in the Swift 6 language mode
    |                           |- note: annotate 'hideUnsupportedFilters' with '@MainActor' if property should only be accessed from the main actor
    |                           `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
177 |
178 |         public static let `default`: Options = []
/host/spi-builder-workspace/SwiftDraw/CommandLine.Configuration.swift:251:16: warning: static property 'disableTransparencyLayers' is not concurrency-safe because non-'Sendable' type 'SVG.Options' may have shared mutable state; this is an error in the Swift 6 language mode
249 |
250 | extension SVG.Options {
251 |     static let disableTransparencyLayers = Self(rawValue: 1 << 8)
    |                |- warning: static property 'disableTransparencyLayers' is not concurrency-safe because non-'Sendable' type 'SVG.Options' may have shared mutable state; this is an error in the Swift 6 language mode
    |                |- note: annotate 'disableTransparencyLayers' with '@MainActor' if property should only be accessed from the main actor
    |                `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
252 |     static let commandLine = Self(rawValue: 1 << 9)
253 | }
/host/spi-builder-workspace/SwiftDraw/SVG.swift:170:19: note: consider making struct 'Options' conform to the 'Sendable' protocol
168 |     }
169 |
170 |     public struct Options: OptionSet {
    |                   `- note: consider making struct 'Options' conform to the 'Sendable' protocol
171 |         public let rawValue: Int
172 |         public init(rawValue: Int) {
/host/spi-builder-workspace/SwiftDraw/CommandLine.Configuration.swift:252:16: warning: static property 'commandLine' is not concurrency-safe because non-'Sendable' type 'SVG.Options' may have shared mutable state; this is an error in the Swift 6 language mode
250 | extension SVG.Options {
251 |     static let disableTransparencyLayers = Self(rawValue: 1 << 8)
252 |     static let commandLine = Self(rawValue: 1 << 9)
    |                |- warning: static property 'commandLine' is not concurrency-safe because non-'Sendable' type 'SVG.Options' may have shared mutable state; this is an error in the Swift 6 language mode
    |                |- note: annotate 'commandLine' with '@MainActor' if property should only be accessed from the main actor
    |                `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
253 | }
254 |
/host/spi-builder-workspace/SwiftDraw/SVG.swift:170:19: note: consider making struct 'Options' conform to the 'Sendable' protocol
168 |     }
169 |
170 |     public struct Options: OptionSet {
    |                   `- note: consider making struct 'Options' conform to the 'Sendable' protocol
171 |         public let rawValue: Int
172 |         public init(rawValue: Int) {
[40/93] Compiling SwiftDraw LayerTree.Builder.Shape.swift
/host/spi-builder-workspace/SwiftDraw/SVG.swift:176:27: warning: static property 'hideUnsupportedFilters' is not concurrency-safe because non-'Sendable' type 'SVG.Options' may have shared mutable state; this is an error in the Swift 6 language mode
168 |     }
169 |
170 |     public struct Options: OptionSet {
    |                   `- note: consider making struct 'Options' conform to the 'Sendable' protocol
171 |         public let rawValue: Int
172 |         public init(rawValue: Int) {
    :
174 |         }
175 |
176 |         public static let hideUnsupportedFilters = Options(rawValue: 1 << 0)
    |                           |- warning: static property 'hideUnsupportedFilters' is not concurrency-safe because non-'Sendable' type 'SVG.Options' may have shared mutable state; this is an error in the Swift 6 language mode
    |                           |- note: annotate 'hideUnsupportedFilters' with '@MainActor' if property should only be accessed from the main actor
    |                           `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
177 |
178 |         public static let `default`: Options = []
/host/spi-builder-workspace/SwiftDraw/CommandLine.Configuration.swift:251:16: warning: static property 'disableTransparencyLayers' is not concurrency-safe because non-'Sendable' type 'SVG.Options' may have shared mutable state; this is an error in the Swift 6 language mode
249 |
250 | extension SVG.Options {
251 |     static let disableTransparencyLayers = Self(rawValue: 1 << 8)
    |                |- warning: static property 'disableTransparencyLayers' is not concurrency-safe because non-'Sendable' type 'SVG.Options' may have shared mutable state; this is an error in the Swift 6 language mode
    |                |- note: annotate 'disableTransparencyLayers' with '@MainActor' if property should only be accessed from the main actor
    |                `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
252 |     static let commandLine = Self(rawValue: 1 << 9)
253 | }
/host/spi-builder-workspace/SwiftDraw/SVG.swift:170:19: note: consider making struct 'Options' conform to the 'Sendable' protocol
168 |     }
169 |
170 |     public struct Options: OptionSet {
    |                   `- note: consider making struct 'Options' conform to the 'Sendable' protocol
171 |         public let rawValue: Int
172 |         public init(rawValue: Int) {
/host/spi-builder-workspace/SwiftDraw/CommandLine.Configuration.swift:252:16: warning: static property 'commandLine' is not concurrency-safe because non-'Sendable' type 'SVG.Options' may have shared mutable state; this is an error in the Swift 6 language mode
250 | extension SVG.Options {
251 |     static let disableTransparencyLayers = Self(rawValue: 1 << 8)
252 |     static let commandLine = Self(rawValue: 1 << 9)
    |                |- warning: static property 'commandLine' is not concurrency-safe because non-'Sendable' type 'SVG.Options' may have shared mutable state; this is an error in the Swift 6 language mode
    |                |- note: annotate 'commandLine' with '@MainActor' if property should only be accessed from the main actor
    |                `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
253 | }
254 |
/host/spi-builder-workspace/SwiftDraw/SVG.swift:170:19: note: consider making struct 'Options' conform to the 'Sendable' protocol
168 |     }
169 |
170 |     public struct Options: OptionSet {
    |                   `- note: consider making struct 'Options' conform to the 'Sendable' protocol
171 |         public let rawValue: Int
172 |         public init(rawValue: Int) {
[41/93] Compiling SwiftDraw LayerTree.Builder.Text.swift
/host/spi-builder-workspace/SwiftDraw/SVG.swift:176:27: warning: static property 'hideUnsupportedFilters' is not concurrency-safe because non-'Sendable' type 'SVG.Options' may have shared mutable state; this is an error in the Swift 6 language mode
168 |     }
169 |
170 |     public struct Options: OptionSet {
    |                   `- note: consider making struct 'Options' conform to the 'Sendable' protocol
171 |         public let rawValue: Int
172 |         public init(rawValue: Int) {
    :
174 |         }
175 |
176 |         public static let hideUnsupportedFilters = Options(rawValue: 1 << 0)
    |                           |- warning: static property 'hideUnsupportedFilters' is not concurrency-safe because non-'Sendable' type 'SVG.Options' may have shared mutable state; this is an error in the Swift 6 language mode
    |                           |- note: annotate 'hideUnsupportedFilters' with '@MainActor' if property should only be accessed from the main actor
    |                           `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
177 |
178 |         public static let `default`: Options = []
/host/spi-builder-workspace/SwiftDraw/CommandLine.Configuration.swift:251:16: warning: static property 'disableTransparencyLayers' is not concurrency-safe because non-'Sendable' type 'SVG.Options' may have shared mutable state; this is an error in the Swift 6 language mode
249 |
250 | extension SVG.Options {
251 |     static let disableTransparencyLayers = Self(rawValue: 1 << 8)
    |                |- warning: static property 'disableTransparencyLayers' is not concurrency-safe because non-'Sendable' type 'SVG.Options' may have shared mutable state; this is an error in the Swift 6 language mode
    |                |- note: annotate 'disableTransparencyLayers' with '@MainActor' if property should only be accessed from the main actor
    |                `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
252 |     static let commandLine = Self(rawValue: 1 << 9)
253 | }
/host/spi-builder-workspace/SwiftDraw/SVG.swift:170:19: note: consider making struct 'Options' conform to the 'Sendable' protocol
168 |     }
169 |
170 |     public struct Options: OptionSet {
    |                   `- note: consider making struct 'Options' conform to the 'Sendable' protocol
171 |         public let rawValue: Int
172 |         public init(rawValue: Int) {
/host/spi-builder-workspace/SwiftDraw/CommandLine.Configuration.swift:252:16: warning: static property 'commandLine' is not concurrency-safe because non-'Sendable' type 'SVG.Options' may have shared mutable state; this is an error in the Swift 6 language mode
250 | extension SVG.Options {
251 |     static let disableTransparencyLayers = Self(rawValue: 1 << 8)
252 |     static let commandLine = Self(rawValue: 1 << 9)
    |                |- warning: static property 'commandLine' is not concurrency-safe because non-'Sendable' type 'SVG.Options' may have shared mutable state; this is an error in the Swift 6 language mode
    |                |- note: annotate 'commandLine' with '@MainActor' if property should only be accessed from the main actor
    |                `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
253 | }
254 |
/host/spi-builder-workspace/SwiftDraw/SVG.swift:170:19: note: consider making struct 'Options' conform to the 'Sendable' protocol
168 |     }
169 |
170 |     public struct Options: OptionSet {
    |                   `- note: consider making struct 'Options' conform to the 'Sendable' protocol
171 |         public let rawValue: Int
172 |         public init(rawValue: Int) {
[42/93] Compiling SwiftDraw LayerTree.Builder.swift
/host/spi-builder-workspace/SwiftDraw/SVG.swift:176:27: warning: static property 'hideUnsupportedFilters' is not concurrency-safe because non-'Sendable' type 'SVG.Options' may have shared mutable state; this is an error in the Swift 6 language mode
168 |     }
169 |
170 |     public struct Options: OptionSet {
    |                   `- note: consider making struct 'Options' conform to the 'Sendable' protocol
171 |         public let rawValue: Int
172 |         public init(rawValue: Int) {
    :
174 |         }
175 |
176 |         public static let hideUnsupportedFilters = Options(rawValue: 1 << 0)
    |                           |- warning: static property 'hideUnsupportedFilters' is not concurrency-safe because non-'Sendable' type 'SVG.Options' may have shared mutable state; this is an error in the Swift 6 language mode
    |                           |- note: annotate 'hideUnsupportedFilters' with '@MainActor' if property should only be accessed from the main actor
    |                           `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
177 |
178 |         public static let `default`: Options = []
/host/spi-builder-workspace/SwiftDraw/CommandLine.Configuration.swift:251:16: warning: static property 'disableTransparencyLayers' is not concurrency-safe because non-'Sendable' type 'SVG.Options' may have shared mutable state; this is an error in the Swift 6 language mode
249 |
250 | extension SVG.Options {
251 |     static let disableTransparencyLayers = Self(rawValue: 1 << 8)
    |                |- warning: static property 'disableTransparencyLayers' is not concurrency-safe because non-'Sendable' type 'SVG.Options' may have shared mutable state; this is an error in the Swift 6 language mode
    |                |- note: annotate 'disableTransparencyLayers' with '@MainActor' if property should only be accessed from the main actor
    |                `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
252 |     static let commandLine = Self(rawValue: 1 << 9)
253 | }
/host/spi-builder-workspace/SwiftDraw/SVG.swift:170:19: note: consider making struct 'Options' conform to the 'Sendable' protocol
168 |     }
169 |
170 |     public struct Options: OptionSet {
    |                   `- note: consider making struct 'Options' conform to the 'Sendable' protocol
171 |         public let rawValue: Int
172 |         public init(rawValue: Int) {
/host/spi-builder-workspace/SwiftDraw/CommandLine.Configuration.swift:252:16: warning: static property 'commandLine' is not concurrency-safe because non-'Sendable' type 'SVG.Options' may have shared mutable state; this is an error in the Swift 6 language mode
250 | extension SVG.Options {
251 |     static let disableTransparencyLayers = Self(rawValue: 1 << 8)
252 |     static let commandLine = Self(rawValue: 1 << 9)
    |                |- warning: static property 'commandLine' is not concurrency-safe because non-'Sendable' type 'SVG.Options' may have shared mutable state; this is an error in the Swift 6 language mode
    |                |- note: annotate 'commandLine' with '@MainActor' if property should only be accessed from the main actor
    |                `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
253 | }
254 |
/host/spi-builder-workspace/SwiftDraw/SVG.swift:170:19: note: consider making struct 'Options' conform to the 'Sendable' protocol
168 |     }
169 |
170 |     public struct Options: OptionSet {
    |                   `- note: consider making struct 'Options' conform to the 'Sendable' protocol
171 |         public let rawValue: Int
172 |         public init(rawValue: Int) {
[43/93] Compiling SwiftDraw LayerTree.Color.swift
/host/spi-builder-workspace/SwiftDraw/SVG.swift:176:27: warning: static property 'hideUnsupportedFilters' is not concurrency-safe because non-'Sendable' type 'SVG.Options' may have shared mutable state; this is an error in the Swift 6 language mode
168 |     }
169 |
170 |     public struct Options: OptionSet {
    |                   `- note: consider making struct 'Options' conform to the 'Sendable' protocol
171 |         public let rawValue: Int
172 |         public init(rawValue: Int) {
    :
174 |         }
175 |
176 |         public static let hideUnsupportedFilters = Options(rawValue: 1 << 0)
    |                           |- warning: static property 'hideUnsupportedFilters' is not concurrency-safe because non-'Sendable' type 'SVG.Options' may have shared mutable state; this is an error in the Swift 6 language mode
    |                           |- note: annotate 'hideUnsupportedFilters' with '@MainActor' if property should only be accessed from the main actor
    |                           `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
177 |
178 |         public static let `default`: Options = []
/host/spi-builder-workspace/SwiftDraw/CommandLine.Configuration.swift:251:16: warning: static property 'disableTransparencyLayers' is not concurrency-safe because non-'Sendable' type 'SVG.Options' may have shared mutable state; this is an error in the Swift 6 language mode
249 |
250 | extension SVG.Options {
251 |     static let disableTransparencyLayers = Self(rawValue: 1 << 8)
    |                |- warning: static property 'disableTransparencyLayers' is not concurrency-safe because non-'Sendable' type 'SVG.Options' may have shared mutable state; this is an error in the Swift 6 language mode
    |                |- note: annotate 'disableTransparencyLayers' with '@MainActor' if property should only be accessed from the main actor
    |                `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
252 |     static let commandLine = Self(rawValue: 1 << 9)
253 | }
/host/spi-builder-workspace/SwiftDraw/SVG.swift:170:19: note: consider making struct 'Options' conform to the 'Sendable' protocol
168 |     }
169 |
170 |     public struct Options: OptionSet {
    |                   `- note: consider making struct 'Options' conform to the 'Sendable' protocol
171 |         public let rawValue: Int
172 |         public init(rawValue: Int) {
/host/spi-builder-workspace/SwiftDraw/CommandLine.Configuration.swift:252:16: warning: static property 'commandLine' is not concurrency-safe because non-'Sendable' type 'SVG.Options' may have shared mutable state; this is an error in the Swift 6 language mode
250 | extension SVG.Options {
251 |     static let disableTransparencyLayers = Self(rawValue: 1 << 8)
252 |     static let commandLine = Self(rawValue: 1 << 9)
    |                |- warning: static property 'commandLine' is not concurrency-safe because non-'Sendable' type 'SVG.Options' may have shared mutable state; this is an error in the Swift 6 language mode
    |                |- note: annotate 'commandLine' with '@MainActor' if property should only be accessed from the main actor
    |                `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
253 | }
254 |
/host/spi-builder-workspace/SwiftDraw/SVG.swift:170:19: note: consider making struct 'Options' conform to the 'Sendable' protocol
168 |     }
169 |
170 |     public struct Options: OptionSet {
    |                   `- note: consider making struct 'Options' conform to the 'Sendable' protocol
171 |         public let rawValue: Int
172 |         public init(rawValue: Int) {
[44/93] Compiling SwiftDraw LayerTree.CommandGenerator.swift
/host/spi-builder-workspace/SwiftDraw/SVG.swift:176:27: warning: static property 'hideUnsupportedFilters' is not concurrency-safe because non-'Sendable' type 'SVG.Options' may have shared mutable state; this is an error in the Swift 6 language mode
168 |     }
169 |
170 |     public struct Options: OptionSet {
    |                   `- note: consider making struct 'Options' conform to the 'Sendable' protocol
171 |         public let rawValue: Int
172 |         public init(rawValue: Int) {
    :
174 |         }
175 |
176 |         public static let hideUnsupportedFilters = Options(rawValue: 1 << 0)
    |                           |- warning: static property 'hideUnsupportedFilters' is not concurrency-safe because non-'Sendable' type 'SVG.Options' may have shared mutable state; this is an error in the Swift 6 language mode
    |                           |- note: annotate 'hideUnsupportedFilters' with '@MainActor' if property should only be accessed from the main actor
    |                           `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
177 |
178 |         public static let `default`: Options = []
/host/spi-builder-workspace/SwiftDraw/CommandLine.Configuration.swift:251:16: warning: static property 'disableTransparencyLayers' is not concurrency-safe because non-'Sendable' type 'SVG.Options' may have shared mutable state; this is an error in the Swift 6 language mode
249 |
250 | extension SVG.Options {
251 |     static let disableTransparencyLayers = Self(rawValue: 1 << 8)
    |                |- warning: static property 'disableTransparencyLayers' is not concurrency-safe because non-'Sendable' type 'SVG.Options' may have shared mutable state; this is an error in the Swift 6 language mode
    |                |- note: annotate 'disableTransparencyLayers' with '@MainActor' if property should only be accessed from the main actor
    |                `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
252 |     static let commandLine = Self(rawValue: 1 << 9)
253 | }
/host/spi-builder-workspace/SwiftDraw/SVG.swift:170:19: note: consider making struct 'Options' conform to the 'Sendable' protocol
168 |     }
169 |
170 |     public struct Options: OptionSet {
    |                   `- note: consider making struct 'Options' conform to the 'Sendable' protocol
171 |         public let rawValue: Int
172 |         public init(rawValue: Int) {
/host/spi-builder-workspace/SwiftDraw/CommandLine.Configuration.swift:252:16: warning: static property 'commandLine' is not concurrency-safe because non-'Sendable' type 'SVG.Options' may have shared mutable state; this is an error in the Swift 6 language mode
250 | extension SVG.Options {
251 |     static let disableTransparencyLayers = Self(rawValue: 1 << 8)
252 |     static let commandLine = Self(rawValue: 1 << 9)
    |                |- warning: static property 'commandLine' is not concurrency-safe because non-'Sendable' type 'SVG.Options' may have shared mutable state; this is an error in the Swift 6 language mode
    |                |- note: annotate 'commandLine' with '@MainActor' if property should only be accessed from the main actor
    |                `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
253 | }
254 |
/host/spi-builder-workspace/SwiftDraw/SVG.swift:170:19: note: consider making struct 'Options' conform to the 'Sendable' protocol
168 |     }
169 |
170 |     public struct Options: OptionSet {
    |                   `- note: consider making struct 'Options' conform to the 'Sendable' protocol
171 |         public let rawValue: Int
172 |         public init(rawValue: Int) {
[45/93] Compiling SwiftDraw LayerTree.CommandOptimizer.swift
/host/spi-builder-workspace/SwiftDraw/SVG.swift:176:27: warning: static property 'hideUnsupportedFilters' is not concurrency-safe because non-'Sendable' type 'SVG.Options' may have shared mutable state; this is an error in the Swift 6 language mode
168 |     }
169 |
170 |     public struct Options: OptionSet {
    |                   `- note: consider making struct 'Options' conform to the 'Sendable' protocol
171 |         public let rawValue: Int
172 |         public init(rawValue: Int) {
    :
174 |         }
175 |
176 |         public static let hideUnsupportedFilters = Options(rawValue: 1 << 0)
    |                           |- warning: static property 'hideUnsupportedFilters' is not concurrency-safe because non-'Sendable' type 'SVG.Options' may have shared mutable state; this is an error in the Swift 6 language mode
    |                           |- note: annotate 'hideUnsupportedFilters' with '@MainActor' if property should only be accessed from the main actor
    |                           `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
177 |
178 |         public static let `default`: Options = []
/host/spi-builder-workspace/SwiftDraw/CommandLine.Configuration.swift:251:16: warning: static property 'disableTransparencyLayers' is not concurrency-safe because non-'Sendable' type 'SVG.Options' may have shared mutable state; this is an error in the Swift 6 language mode
249 |
250 | extension SVG.Options {
251 |     static let disableTransparencyLayers = Self(rawValue: 1 << 8)
    |                |- warning: static property 'disableTransparencyLayers' is not concurrency-safe because non-'Sendable' type 'SVG.Options' may have shared mutable state; this is an error in the Swift 6 language mode
    |                |- note: annotate 'disableTransparencyLayers' with '@MainActor' if property should only be accessed from the main actor
    |                `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
252 |     static let commandLine = Self(rawValue: 1 << 9)
253 | }
/host/spi-builder-workspace/SwiftDraw/SVG.swift:170:19: note: consider making struct 'Options' conform to the 'Sendable' protocol
168 |     }
169 |
170 |     public struct Options: OptionSet {
    |                   `- note: consider making struct 'Options' conform to the 'Sendable' protocol
171 |         public let rawValue: Int
172 |         public init(rawValue: Int) {
/host/spi-builder-workspace/SwiftDraw/CommandLine.Configuration.swift:252:16: warning: static property 'commandLine' is not concurrency-safe because non-'Sendable' type 'SVG.Options' may have shared mutable state; this is an error in the Swift 6 language mode
250 | extension SVG.Options {
251 |     static let disableTransparencyLayers = Self(rawValue: 1 << 8)
252 |     static let commandLine = Self(rawValue: 1 << 9)
    |                |- warning: static property 'commandLine' is not concurrency-safe because non-'Sendable' type 'SVG.Options' may have shared mutable state; this is an error in the Swift 6 language mode
    |                |- note: annotate 'commandLine' with '@MainActor' if property should only be accessed from the main actor
    |                `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
253 | }
254 |
/host/spi-builder-workspace/SwiftDraw/SVG.swift:170:19: note: consider making struct 'Options' conform to the 'Sendable' protocol
168 |     }
169 |
170 |     public struct Options: OptionSet {
    |                   `- note: consider making struct 'Options' conform to the 'Sendable' protocol
171 |         public let rawValue: Int
172 |         public init(rawValue: Int) {
[46/93] Compiling SwiftDraw CGImage+Mask.swift
/host/spi-builder-workspace/SwiftDraw/CommandLine.Configuration.swift:252:16: warning: static property 'commandLine' is not concurrency-safe because non-'Sendable' type 'SVG.Options' may have shared mutable state; this is an error in the Swift 6 language mode
250 | extension SVG.Options {
251 |     static let disableTransparencyLayers = Self(rawValue: 1 << 8)
252 |     static let commandLine = Self(rawValue: 1 << 9)
    |                |- warning: static property 'commandLine' is not concurrency-safe because non-'Sendable' type 'SVG.Options' may have shared mutable state; this is an error in the Swift 6 language mode
    |                |- note: annotate 'commandLine' with '@MainActor' if property should only be accessed from the main actor
    |                `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
253 | }
254 |
/host/spi-builder-workspace/SwiftDraw/SVG.swift:170:19: note: consider making struct 'Options' conform to the 'Sendable' protocol
168 |     }
169 |
170 |     public struct Options: OptionSet {
    |                   `- note: consider making struct 'Options' conform to the 'Sendable' protocol
171 |         public let rawValue: Int
172 |         public init(rawValue: Int) {
/host/spi-builder-workspace/SwiftDraw/CommandLine.Configuration.swift:251:16: warning: static property 'disableTransparencyLayers' is not concurrency-safe because non-'Sendable' type 'SVG.Options' may have shared mutable state; this is an error in the Swift 6 language mode
249 |
250 | extension SVG.Options {
251 |     static let disableTransparencyLayers = Self(rawValue: 1 << 8)
    |                |- warning: static property 'disableTransparencyLayers' is not concurrency-safe because non-'Sendable' type 'SVG.Options' may have shared mutable state; this is an error in the Swift 6 language mode
    |                |- note: annotate 'disableTransparencyLayers' with '@MainActor' if property should only be accessed from the main actor
    |                `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
252 |     static let commandLine = Self(rawValue: 1 << 9)
253 | }
/host/spi-builder-workspace/SwiftDraw/SVG.swift:170:19: note: consider making struct 'Options' conform to the 'Sendable' protocol
168 |     }
169 |
170 |     public struct Options: OptionSet {
    |                   `- note: consider making struct 'Options' conform to the 'Sendable' protocol
171 |         public let rawValue: Int
172 |         public init(rawValue: Int) {
/host/spi-builder-workspace/SwiftDraw/SVG+Insets.swift:57:27: warning: static property 'zero' is not concurrency-safe because non-'Sendable' type 'SVG.Insets' may have shared mutable state; this is an error in the Swift 6 language mode
37 |
38 | public extension SVG {
39 |     struct Insets: Equatable {
   |            `- note: consider making struct 'Insets' conform to the 'Sendable' protocol
40 |         public var top: CGFloat
41 |         public var left: CGFloat
   :
55 |         }
56 |
57 |         public static let zero = Insets(top: 0, left: 0, bottom: 0, right: 0)
   |                           |- warning: static property 'zero' is not concurrency-safe because non-'Sendable' type 'SVG.Insets' may have shared mutable state; this is an error in the Swift 6 language mode
   |                           |- note: annotate 'zero' with '@MainActor' if property should only be accessed from the main actor
   |                           `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
58 |     }
59 | }
/host/spi-builder-workspace/SwiftDraw/SVG.swift:178:27: warning: static property 'default' is not concurrency-safe because non-'Sendable' type 'SVG.Options' may have shared mutable state; this is an error in the Swift 6 language mode
168 |     }
169 |
170 |     public struct Options: OptionSet {
    |                   `- note: consider making struct 'Options' conform to the 'Sendable' protocol
171 |         public let rawValue: Int
172 |         public init(rawValue: Int) {
    :
176 |         public static let hideUnsupportedFilters = Options(rawValue: 1 << 0)
177 |
178 |         public static let `default`: Options = []
    |                           |- warning: static property 'default' is not concurrency-safe because non-'Sendable' type 'SVG.Options' may have shared mutable state; this is an error in the Swift 6 language mode
    |                           |- note: annotate 'default' with '@MainActor' if property should only be accessed from the main actor
    |                           `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
179 |     }
180 | }
/host/spi-builder-workspace/SwiftDraw/SVG.swift:176:27: warning: static property 'hideUnsupportedFilters' is not concurrency-safe because non-'Sendable' type 'SVG.Options' may have shared mutable state; this is an error in the Swift 6 language mode
168 |     }
169 |
170 |     public struct Options: OptionSet {
    |                   `- note: consider making struct 'Options' conform to the 'Sendable' protocol
171 |         public let rawValue: Int
172 |         public init(rawValue: Int) {
    :
174 |         }
175 |
176 |         public static let hideUnsupportedFilters = Options(rawValue: 1 << 0)
    |                           |- warning: static property 'hideUnsupportedFilters' is not concurrency-safe because non-'Sendable' type 'SVG.Options' may have shared mutable state; this is an error in the Swift 6 language mode
    |                           |- note: annotate 'hideUnsupportedFilters' with '@MainActor' if property should only be accessed from the main actor
    |                           `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
177 |
178 |         public static let `default`: Options = []
[47/93] Compiling SwiftDraw CGPath+Segment.swift
/host/spi-builder-workspace/SwiftDraw/CommandLine.Configuration.swift:252:16: warning: static property 'commandLine' is not concurrency-safe because non-'Sendable' type 'SVG.Options' may have shared mutable state; this is an error in the Swift 6 language mode
250 | extension SVG.Options {
251 |     static let disableTransparencyLayers = Self(rawValue: 1 << 8)
252 |     static let commandLine = Self(rawValue: 1 << 9)
    |                |- warning: static property 'commandLine' is not concurrency-safe because non-'Sendable' type 'SVG.Options' may have shared mutable state; this is an error in the Swift 6 language mode
    |                |- note: annotate 'commandLine' with '@MainActor' if property should only be accessed from the main actor
    |                `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
253 | }
254 |
/host/spi-builder-workspace/SwiftDraw/SVG.swift:170:19: note: consider making struct 'Options' conform to the 'Sendable' protocol
168 |     }
169 |
170 |     public struct Options: OptionSet {
    |                   `- note: consider making struct 'Options' conform to the 'Sendable' protocol
171 |         public let rawValue: Int
172 |         public init(rawValue: Int) {
/host/spi-builder-workspace/SwiftDraw/CommandLine.Configuration.swift:251:16: warning: static property 'disableTransparencyLayers' is not concurrency-safe because non-'Sendable' type 'SVG.Options' may have shared mutable state; this is an error in the Swift 6 language mode
249 |
250 | extension SVG.Options {
251 |     static let disableTransparencyLayers = Self(rawValue: 1 << 8)
    |                |- warning: static property 'disableTransparencyLayers' is not concurrency-safe because non-'Sendable' type 'SVG.Options' may have shared mutable state; this is an error in the Swift 6 language mode
    |                |- note: annotate 'disableTransparencyLayers' with '@MainActor' if property should only be accessed from the main actor
    |                `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
252 |     static let commandLine = Self(rawValue: 1 << 9)
253 | }
/host/spi-builder-workspace/SwiftDraw/SVG.swift:170:19: note: consider making struct 'Options' conform to the 'Sendable' protocol
168 |     }
169 |
170 |     public struct Options: OptionSet {
    |                   `- note: consider making struct 'Options' conform to the 'Sendable' protocol
171 |         public let rawValue: Int
172 |         public init(rawValue: Int) {
/host/spi-builder-workspace/SwiftDraw/SVG+Insets.swift:57:27: warning: static property 'zero' is not concurrency-safe because non-'Sendable' type 'SVG.Insets' may have shared mutable state; this is an error in the Swift 6 language mode
37 |
38 | public extension SVG {
39 |     struct Insets: Equatable {
   |            `- note: consider making struct 'Insets' conform to the 'Sendable' protocol
40 |         public var top: CGFloat
41 |         public var left: CGFloat
   :
55 |         }
56 |
57 |         public static let zero = Insets(top: 0, left: 0, bottom: 0, right: 0)
   |                           |- warning: static property 'zero' is not concurrency-safe because non-'Sendable' type 'SVG.Insets' may have shared mutable state; this is an error in the Swift 6 language mode
   |                           |- note: annotate 'zero' with '@MainActor' if property should only be accessed from the main actor
   |                           `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
58 |     }
59 | }
/host/spi-builder-workspace/SwiftDraw/SVG.swift:178:27: warning: static property 'default' is not concurrency-safe because non-'Sendable' type 'SVG.Options' may have shared mutable state; this is an error in the Swift 6 language mode
168 |     }
169 |
170 |     public struct Options: OptionSet {
    |                   `- note: consider making struct 'Options' conform to the 'Sendable' protocol
171 |         public let rawValue: Int
172 |         public init(rawValue: Int) {
    :
176 |         public static let hideUnsupportedFilters = Options(rawValue: 1 << 0)
177 |
178 |         public static let `default`: Options = []
    |                           |- warning: static property 'default' is not concurrency-safe because non-'Sendable' type 'SVG.Options' may have shared mutable state; this is an error in the Swift 6 language mode
    |                           |- note: annotate 'default' with '@MainActor' if property should only be accessed from the main actor
    |                           `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
179 |     }
180 | }
/host/spi-builder-workspace/SwiftDraw/SVG.swift:176:27: warning: static property 'hideUnsupportedFilters' is not concurrency-safe because non-'Sendable' type 'SVG.Options' may have shared mutable state; this is an error in the Swift 6 language mode
168 |     }
169 |
170 |     public struct Options: OptionSet {
    |                   `- note: consider making struct 'Options' conform to the 'Sendable' protocol
171 |         public let rawValue: Int
172 |         public init(rawValue: Int) {
    :
174 |         }
175 |
176 |         public static let hideUnsupportedFilters = Options(rawValue: 1 << 0)
    |                           |- warning: static property 'hideUnsupportedFilters' is not concurrency-safe because non-'Sendable' type 'SVG.Options' may have shared mutable state; this is an error in the Swift 6 language mode
    |                           |- note: annotate 'hideUnsupportedFilters' with '@MainActor' if property should only be accessed from the main actor
    |                           `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
177 |
178 |         public static let `default`: Options = []
[48/93] Compiling SwiftDraw CGPattern+Closure.swift
/host/spi-builder-workspace/SwiftDraw/CommandLine.Configuration.swift:252:16: warning: static property 'commandLine' is not concurrency-safe because non-'Sendable' type 'SVG.Options' may have shared mutable state; this is an error in the Swift 6 language mode
250 | extension SVG.Options {
251 |     static let disableTransparencyLayers = Self(rawValue: 1 << 8)
252 |     static let commandLine = Self(rawValue: 1 << 9)
    |                |- warning: static property 'commandLine' is not concurrency-safe because non-'Sendable' type 'SVG.Options' may have shared mutable state; this is an error in the Swift 6 language mode
    |                |- note: annotate 'commandLine' with '@MainActor' if property should only be accessed from the main actor
    |                `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
253 | }
254 |
/host/spi-builder-workspace/SwiftDraw/SVG.swift:170:19: note: consider making struct 'Options' conform to the 'Sendable' protocol
168 |     }
169 |
170 |     public struct Options: OptionSet {
    |                   `- note: consider making struct 'Options' conform to the 'Sendable' protocol
171 |         public let rawValue: Int
172 |         public init(rawValue: Int) {
/host/spi-builder-workspace/SwiftDraw/CommandLine.Configuration.swift:251:16: warning: static property 'disableTransparencyLayers' is not concurrency-safe because non-'Sendable' type 'SVG.Options' may have shared mutable state; this is an error in the Swift 6 language mode
249 |
250 | extension SVG.Options {
251 |     static let disableTransparencyLayers = Self(rawValue: 1 << 8)
    |                |- warning: static property 'disableTransparencyLayers' is not concurrency-safe because non-'Sendable' type 'SVG.Options' may have shared mutable state; this is an error in the Swift 6 language mode
    |                |- note: annotate 'disableTransparencyLayers' with '@MainActor' if property should only be accessed from the main actor
    |                `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
252 |     static let commandLine = Self(rawValue: 1 << 9)
253 | }
/host/spi-builder-workspace/SwiftDraw/SVG.swift:170:19: note: consider making struct 'Options' conform to the 'Sendable' protocol
168 |     }
169 |
170 |     public struct Options: OptionSet {
    |                   `- note: consider making struct 'Options' conform to the 'Sendable' protocol
171 |         public let rawValue: Int
172 |         public init(rawValue: Int) {
/host/spi-builder-workspace/SwiftDraw/SVG+Insets.swift:57:27: warning: static property 'zero' is not concurrency-safe because non-'Sendable' type 'SVG.Insets' may have shared mutable state; this is an error in the Swift 6 language mode
37 |
38 | public extension SVG {
39 |     struct Insets: Equatable {
   |            `- note: consider making struct 'Insets' conform to the 'Sendable' protocol
40 |         public var top: CGFloat
41 |         public var left: CGFloat
   :
55 |         }
56 |
57 |         public static let zero = Insets(top: 0, left: 0, bottom: 0, right: 0)
   |                           |- warning: static property 'zero' is not concurrency-safe because non-'Sendable' type 'SVG.Insets' may have shared mutable state; this is an error in the Swift 6 language mode
   |                           |- note: annotate 'zero' with '@MainActor' if property should only be accessed from the main actor
   |                           `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
58 |     }
59 | }
/host/spi-builder-workspace/SwiftDraw/SVG.swift:178:27: warning: static property 'default' is not concurrency-safe because non-'Sendable' type 'SVG.Options' may have shared mutable state; this is an error in the Swift 6 language mode
168 |     }
169 |
170 |     public struct Options: OptionSet {
    |                   `- note: consider making struct 'Options' conform to the 'Sendable' protocol
171 |         public let rawValue: Int
172 |         public init(rawValue: Int) {
    :
176 |         public static let hideUnsupportedFilters = Options(rawValue: 1 << 0)
177 |
178 |         public static let `default`: Options = []
    |                           |- warning: static property 'default' is not concurrency-safe because non-'Sendable' type 'SVG.Options' may have shared mutable state; this is an error in the Swift 6 language mode
    |                           |- note: annotate 'default' with '@MainActor' if property should only be accessed from the main actor
    |                           `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
179 |     }
180 | }
/host/spi-builder-workspace/SwiftDraw/SVG.swift:176:27: warning: static property 'hideUnsupportedFilters' is not concurrency-safe because non-'Sendable' type 'SVG.Options' may have shared mutable state; this is an error in the Swift 6 language mode
168 |     }
169 |
170 |     public struct Options: OptionSet {
    |                   `- note: consider making struct 'Options' conform to the 'Sendable' protocol
171 |         public let rawValue: Int
172 |         public init(rawValue: Int) {
    :
174 |         }
175 |
176 |         public static let hideUnsupportedFilters = Options(rawValue: 1 << 0)
    |                           |- warning: static property 'hideUnsupportedFilters' is not concurrency-safe because non-'Sendable' type 'SVG.Options' may have shared mutable state; this is an error in the Swift 6 language mode
    |                           |- note: annotate 'hideUnsupportedFilters' with '@MainActor' if property should only be accessed from the main actor
    |                           `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
177 |
178 |         public static let `default`: Options = []
[49/93] Compiling SwiftDraw CGTextRenderer+Code.swift
/host/spi-builder-workspace/SwiftDraw/CommandLine.Configuration.swift:252:16: warning: static property 'commandLine' is not concurrency-safe because non-'Sendable' type 'SVG.Options' may have shared mutable state; this is an error in the Swift 6 language mode
250 | extension SVG.Options {
251 |     static let disableTransparencyLayers = Self(rawValue: 1 << 8)
252 |     static let commandLine = Self(rawValue: 1 << 9)
    |                |- warning: static property 'commandLine' is not concurrency-safe because non-'Sendable' type 'SVG.Options' may have shared mutable state; this is an error in the Swift 6 language mode
    |                |- note: annotate 'commandLine' with '@MainActor' if property should only be accessed from the main actor
    |                `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
253 | }
254 |
/host/spi-builder-workspace/SwiftDraw/SVG.swift:170:19: note: consider making struct 'Options' conform to the 'Sendable' protocol
168 |     }
169 |
170 |     public struct Options: OptionSet {
    |                   `- note: consider making struct 'Options' conform to the 'Sendable' protocol
171 |         public let rawValue: Int
172 |         public init(rawValue: Int) {
/host/spi-builder-workspace/SwiftDraw/CommandLine.Configuration.swift:251:16: warning: static property 'disableTransparencyLayers' is not concurrency-safe because non-'Sendable' type 'SVG.Options' may have shared mutable state; this is an error in the Swift 6 language mode
249 |
250 | extension SVG.Options {
251 |     static let disableTransparencyLayers = Self(rawValue: 1 << 8)
    |                |- warning: static property 'disableTransparencyLayers' is not concurrency-safe because non-'Sendable' type 'SVG.Options' may have shared mutable state; this is an error in the Swift 6 language mode
    |                |- note: annotate 'disableTransparencyLayers' with '@MainActor' if property should only be accessed from the main actor
    |                `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
252 |     static let commandLine = Self(rawValue: 1 << 9)
253 | }
/host/spi-builder-workspace/SwiftDraw/SVG.swift:170:19: note: consider making struct 'Options' conform to the 'Sendable' protocol
168 |     }
169 |
170 |     public struct Options: OptionSet {
    |                   `- note: consider making struct 'Options' conform to the 'Sendable' protocol
171 |         public let rawValue: Int
172 |         public init(rawValue: Int) {
/host/spi-builder-workspace/SwiftDraw/SVG+Insets.swift:57:27: warning: static property 'zero' is not concurrency-safe because non-'Sendable' type 'SVG.Insets' may have shared mutable state; this is an error in the Swift 6 language mode
37 |
38 | public extension SVG {
39 |     struct Insets: Equatable {
   |            `- note: consider making struct 'Insets' conform to the 'Sendable' protocol
40 |         public var top: CGFloat
41 |         public var left: CGFloat
   :
55 |         }
56 |
57 |         public static let zero = Insets(top: 0, left: 0, bottom: 0, right: 0)
   |                           |- warning: static property 'zero' is not concurrency-safe because non-'Sendable' type 'SVG.Insets' may have shared mutable state; this is an error in the Swift 6 language mode
   |                           |- note: annotate 'zero' with '@MainActor' if property should only be accessed from the main actor
   |                           `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
58 |     }
59 | }
/host/spi-builder-workspace/SwiftDraw/SVG.swift:178:27: warning: static property 'default' is not concurrency-safe because non-'Sendable' type 'SVG.Options' may have shared mutable state; this is an error in the Swift 6 language mode
168 |     }
169 |
170 |     public struct Options: OptionSet {
    |                   `- note: consider making struct 'Options' conform to the 'Sendable' protocol
171 |         public let rawValue: Int
172 |         public init(rawValue: Int) {
    :
176 |         public static let hideUnsupportedFilters = Options(rawValue: 1 << 0)
177 |
178 |         public static let `default`: Options = []
    |                           |- warning: static property 'default' is not concurrency-safe because non-'Sendable' type 'SVG.Options' may have shared mutable state; this is an error in the Swift 6 language mode
    |                           |- note: annotate 'default' with '@MainActor' if property should only be accessed from the main actor
    |                           `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
179 |     }
180 | }
/host/spi-builder-workspace/SwiftDraw/SVG.swift:176:27: warning: static property 'hideUnsupportedFilters' is not concurrency-safe because non-'Sendable' type 'SVG.Options' may have shared mutable state; this is an error in the Swift 6 language mode
168 |     }
169 |
170 |     public struct Options: OptionSet {
    |                   `- note: consider making struct 'Options' conform to the 'Sendable' protocol
171 |         public let rawValue: Int
172 |         public init(rawValue: Int) {
    :
174 |         }
175 |
176 |         public static let hideUnsupportedFilters = Options(rawValue: 1 << 0)
    |                           |- warning: static property 'hideUnsupportedFilters' is not concurrency-safe because non-'Sendable' type 'SVG.Options' may have shared mutable state; this is an error in the Swift 6 language mode
    |                           |- note: annotate 'hideUnsupportedFilters' with '@MainActor' if property should only be accessed from the main actor
    |                           `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
177 |
178 |         public static let `default`: Options = []
[50/93] Compiling SwiftDraw CommandLine+Process.swift
/host/spi-builder-workspace/SwiftDraw/CommandLine.Configuration.swift:252:16: warning: static property 'commandLine' is not concurrency-safe because non-'Sendable' type 'SVG.Options' may have shared mutable state; this is an error in the Swift 6 language mode
250 | extension SVG.Options {
251 |     static let disableTransparencyLayers = Self(rawValue: 1 << 8)
252 |     static let commandLine = Self(rawValue: 1 << 9)
    |                |- warning: static property 'commandLine' is not concurrency-safe because non-'Sendable' type 'SVG.Options' may have shared mutable state; this is an error in the Swift 6 language mode
    |                |- note: annotate 'commandLine' with '@MainActor' if property should only be accessed from the main actor
    |                `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
253 | }
254 |
/host/spi-builder-workspace/SwiftDraw/SVG.swift:170:19: note: consider making struct 'Options' conform to the 'Sendable' protocol
168 |     }
169 |
170 |     public struct Options: OptionSet {
    |                   `- note: consider making struct 'Options' conform to the 'Sendable' protocol
171 |         public let rawValue: Int
172 |         public init(rawValue: Int) {
/host/spi-builder-workspace/SwiftDraw/CommandLine.Configuration.swift:251:16: warning: static property 'disableTransparencyLayers' is not concurrency-safe because non-'Sendable' type 'SVG.Options' may have shared mutable state; this is an error in the Swift 6 language mode
249 |
250 | extension SVG.Options {
251 |     static let disableTransparencyLayers = Self(rawValue: 1 << 8)
    |                |- warning: static property 'disableTransparencyLayers' is not concurrency-safe because non-'Sendable' type 'SVG.Options' may have shared mutable state; this is an error in the Swift 6 language mode
    |                |- note: annotate 'disableTransparencyLayers' with '@MainActor' if property should only be accessed from the main actor
    |                `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
252 |     static let commandLine = Self(rawValue: 1 << 9)
253 | }
/host/spi-builder-workspace/SwiftDraw/SVG.swift:170:19: note: consider making struct 'Options' conform to the 'Sendable' protocol
168 |     }
169 |
170 |     public struct Options: OptionSet {
    |                   `- note: consider making struct 'Options' conform to the 'Sendable' protocol
171 |         public let rawValue: Int
172 |         public init(rawValue: Int) {
/host/spi-builder-workspace/SwiftDraw/SVG+Insets.swift:57:27: warning: static property 'zero' is not concurrency-safe because non-'Sendable' type 'SVG.Insets' may have shared mutable state; this is an error in the Swift 6 language mode
37 |
38 | public extension SVG {
39 |     struct Insets: Equatable {
   |            `- note: consider making struct 'Insets' conform to the 'Sendable' protocol
40 |         public var top: CGFloat
41 |         public var left: CGFloat
   :
55 |         }
56 |
57 |         public static let zero = Insets(top: 0, left: 0, bottom: 0, right: 0)
   |                           |- warning: static property 'zero' is not concurrency-safe because non-'Sendable' type 'SVG.Insets' may have shared mutable state; this is an error in the Swift 6 language mode
   |                           |- note: annotate 'zero' with '@MainActor' if property should only be accessed from the main actor
   |                           `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
58 |     }
59 | }
/host/spi-builder-workspace/SwiftDraw/SVG.swift:178:27: warning: static property 'default' is not concurrency-safe because non-'Sendable' type 'SVG.Options' may have shared mutable state; this is an error in the Swift 6 language mode
168 |     }
169 |
170 |     public struct Options: OptionSet {
    |                   `- note: consider making struct 'Options' conform to the 'Sendable' protocol
171 |         public let rawValue: Int
172 |         public init(rawValue: Int) {
    :
176 |         public static let hideUnsupportedFilters = Options(rawValue: 1 << 0)
177 |
178 |         public static let `default`: Options = []
    |                           |- warning: static property 'default' is not concurrency-safe because non-'Sendable' type 'SVG.Options' may have shared mutable state; this is an error in the Swift 6 language mode
    |                           |- note: annotate 'default' with '@MainActor' if property should only be accessed from the main actor
    |                           `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
179 |     }
180 | }
/host/spi-builder-workspace/SwiftDraw/SVG.swift:176:27: warning: static property 'hideUnsupportedFilters' is not concurrency-safe because non-'Sendable' type 'SVG.Options' may have shared mutable state; this is an error in the Swift 6 language mode
168 |     }
169 |
170 |     public struct Options: OptionSet {
    |                   `- note: consider making struct 'Options' conform to the 'Sendable' protocol
171 |         public let rawValue: Int
172 |         public init(rawValue: Int) {
    :
174 |         }
175 |
176 |         public static let hideUnsupportedFilters = Options(rawValue: 1 << 0)
    |                           |- warning: static property 'hideUnsupportedFilters' is not concurrency-safe because non-'Sendable' type 'SVG.Options' may have shared mutable state; this is an error in the Swift 6 language mode
    |                           |- note: annotate 'hideUnsupportedFilters' with '@MainActor' if property should only be accessed from the main actor
    |                           `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
177 |
178 |         public static let `default`: Options = []
[51/93] Compiling SwiftDraw CommandLine.Arguments.swift
/host/spi-builder-workspace/SwiftDraw/CommandLine.Configuration.swift:252:16: warning: static property 'commandLine' is not concurrency-safe because non-'Sendable' type 'SVG.Options' may have shared mutable state; this is an error in the Swift 6 language mode
250 | extension SVG.Options {
251 |     static let disableTransparencyLayers = Self(rawValue: 1 << 8)
252 |     static let commandLine = Self(rawValue: 1 << 9)
    |                |- warning: static property 'commandLine' is not concurrency-safe because non-'Sendable' type 'SVG.Options' may have shared mutable state; this is an error in the Swift 6 language mode
    |                |- note: annotate 'commandLine' with '@MainActor' if property should only be accessed from the main actor
    |                `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
253 | }
254 |
/host/spi-builder-workspace/SwiftDraw/SVG.swift:170:19: note: consider making struct 'Options' conform to the 'Sendable' protocol
168 |     }
169 |
170 |     public struct Options: OptionSet {
    |                   `- note: consider making struct 'Options' conform to the 'Sendable' protocol
171 |         public let rawValue: Int
172 |         public init(rawValue: Int) {
/host/spi-builder-workspace/SwiftDraw/CommandLine.Configuration.swift:251:16: warning: static property 'disableTransparencyLayers' is not concurrency-safe because non-'Sendable' type 'SVG.Options' may have shared mutable state; this is an error in the Swift 6 language mode
249 |
250 | extension SVG.Options {
251 |     static let disableTransparencyLayers = Self(rawValue: 1 << 8)
    |                |- warning: static property 'disableTransparencyLayers' is not concurrency-safe because non-'Sendable' type 'SVG.Options' may have shared mutable state; this is an error in the Swift 6 language mode
    |                |- note: annotate 'disableTransparencyLayers' with '@MainActor' if property should only be accessed from the main actor
    |                `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
252 |     static let commandLine = Self(rawValue: 1 << 9)
253 | }
/host/spi-builder-workspace/SwiftDraw/SVG.swift:170:19: note: consider making struct 'Options' conform to the 'Sendable' protocol
168 |     }
169 |
170 |     public struct Options: OptionSet {
    |                   `- note: consider making struct 'Options' conform to the 'Sendable' protocol
171 |         public let rawValue: Int
172 |         public init(rawValue: Int) {
/host/spi-builder-workspace/SwiftDraw/SVG+Insets.swift:57:27: warning: static property 'zero' is not concurrency-safe because non-'Sendable' type 'SVG.Insets' may have shared mutable state; this is an error in the Swift 6 language mode
37 |
38 | public extension SVG {
39 |     struct Insets: Equatable {
   |            `- note: consider making struct 'Insets' conform to the 'Sendable' protocol
40 |         public var top: CGFloat
41 |         public var left: CGFloat
   :
55 |         }
56 |
57 |         public static let zero = Insets(top: 0, left: 0, bottom: 0, right: 0)
   |                           |- warning: static property 'zero' is not concurrency-safe because non-'Sendable' type 'SVG.Insets' may have shared mutable state; this is an error in the Swift 6 language mode
   |                           |- note: annotate 'zero' with '@MainActor' if property should only be accessed from the main actor
   |                           `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
58 |     }
59 | }
/host/spi-builder-workspace/SwiftDraw/SVG.swift:178:27: warning: static property 'default' is not concurrency-safe because non-'Sendable' type 'SVG.Options' may have shared mutable state; this is an error in the Swift 6 language mode
168 |     }
169 |
170 |     public struct Options: OptionSet {
    |                   `- note: consider making struct 'Options' conform to the 'Sendable' protocol
171 |         public let rawValue: Int
172 |         public init(rawValue: Int) {
    :
176 |         public static let hideUnsupportedFilters = Options(rawValue: 1 << 0)
177 |
178 |         public static let `default`: Options = []
    |                           |- warning: static property 'default' is not concurrency-safe because non-'Sendable' type 'SVG.Options' may have shared mutable state; this is an error in the Swift 6 language mode
    |                           |- note: annotate 'default' with '@MainActor' if property should only be accessed from the main actor
    |                           `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
179 |     }
180 | }
/host/spi-builder-workspace/SwiftDraw/SVG.swift:176:27: warning: static property 'hideUnsupportedFilters' is not concurrency-safe because non-'Sendable' type 'SVG.Options' may have shared mutable state; this is an error in the Swift 6 language mode
168 |     }
169 |
170 |     public struct Options: OptionSet {
    |                   `- note: consider making struct 'Options' conform to the 'Sendable' protocol
171 |         public let rawValue: Int
172 |         public init(rawValue: Int) {
    :
174 |         }
175 |
176 |         public static let hideUnsupportedFilters = Options(rawValue: 1 << 0)
    |                           |- warning: static property 'hideUnsupportedFilters' is not concurrency-safe because non-'Sendable' type 'SVG.Options' may have shared mutable state; this is an error in the Swift 6 language mode
    |                           |- note: annotate 'hideUnsupportedFilters' with '@MainActor' if property should only be accessed from the main actor
    |                           `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
177 |
178 |         public static let `default`: Options = []
[52/93] Compiling SwiftDraw CommandLine.Configuration.swift
/host/spi-builder-workspace/SwiftDraw/CommandLine.Configuration.swift:252:16: warning: static property 'commandLine' is not concurrency-safe because non-'Sendable' type 'SVG.Options' may have shared mutable state; this is an error in the Swift 6 language mode
250 | extension SVG.Options {
251 |     static let disableTransparencyLayers = Self(rawValue: 1 << 8)
252 |     static let commandLine = Self(rawValue: 1 << 9)
    |                |- warning: static property 'commandLine' is not concurrency-safe because non-'Sendable' type 'SVG.Options' may have shared mutable state; this is an error in the Swift 6 language mode
    |                |- note: annotate 'commandLine' with '@MainActor' if property should only be accessed from the main actor
    |                `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
253 | }
254 |
/host/spi-builder-workspace/SwiftDraw/SVG.swift:170:19: note: consider making struct 'Options' conform to the 'Sendable' protocol
168 |     }
169 |
170 |     public struct Options: OptionSet {
    |                   `- note: consider making struct 'Options' conform to the 'Sendable' protocol
171 |         public let rawValue: Int
172 |         public init(rawValue: Int) {
/host/spi-builder-workspace/SwiftDraw/CommandLine.Configuration.swift:251:16: warning: static property 'disableTransparencyLayers' is not concurrency-safe because non-'Sendable' type 'SVG.Options' may have shared mutable state; this is an error in the Swift 6 language mode
249 |
250 | extension SVG.Options {
251 |     static let disableTransparencyLayers = Self(rawValue: 1 << 8)
    |                |- warning: static property 'disableTransparencyLayers' is not concurrency-safe because non-'Sendable' type 'SVG.Options' may have shared mutable state; this is an error in the Swift 6 language mode
    |                |- note: annotate 'disableTransparencyLayers' with '@MainActor' if property should only be accessed from the main actor
    |                `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
252 |     static let commandLine = Self(rawValue: 1 << 9)
253 | }
/host/spi-builder-workspace/SwiftDraw/SVG.swift:170:19: note: consider making struct 'Options' conform to the 'Sendable' protocol
168 |     }
169 |
170 |     public struct Options: OptionSet {
    |                   `- note: consider making struct 'Options' conform to the 'Sendable' protocol
171 |         public let rawValue: Int
172 |         public init(rawValue: Int) {
/host/spi-builder-workspace/SwiftDraw/SVG+Insets.swift:57:27: warning: static property 'zero' is not concurrency-safe because non-'Sendable' type 'SVG.Insets' may have shared mutable state; this is an error in the Swift 6 language mode
37 |
38 | public extension SVG {
39 |     struct Insets: Equatable {
   |            `- note: consider making struct 'Insets' conform to the 'Sendable' protocol
40 |         public var top: CGFloat
41 |         public var left: CGFloat
   :
55 |         }
56 |
57 |         public static let zero = Insets(top: 0, left: 0, bottom: 0, right: 0)
   |                           |- warning: static property 'zero' is not concurrency-safe because non-'Sendable' type 'SVG.Insets' may have shared mutable state; this is an error in the Swift 6 language mode
   |                           |- note: annotate 'zero' with '@MainActor' if property should only be accessed from the main actor
   |                           `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
58 |     }
59 | }
/host/spi-builder-workspace/SwiftDraw/SVG.swift:178:27: warning: static property 'default' is not concurrency-safe because non-'Sendable' type 'SVG.Options' may have shared mutable state; this is an error in the Swift 6 language mode
168 |     }
169 |
170 |     public struct Options: OptionSet {
    |                   `- note: consider making struct 'Options' conform to the 'Sendable' protocol
171 |         public let rawValue: Int
172 |         public init(rawValue: Int) {
    :
176 |         public static let hideUnsupportedFilters = Options(rawValue: 1 << 0)
177 |
178 |         public static let `default`: Options = []
    |                           |- warning: static property 'default' is not concurrency-safe because non-'Sendable' type 'SVG.Options' may have shared mutable state; this is an error in the Swift 6 language mode
    |                           |- note: annotate 'default' with '@MainActor' if property should only be accessed from the main actor
    |                           `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
179 |     }
180 | }
/host/spi-builder-workspace/SwiftDraw/SVG.swift:176:27: warning: static property 'hideUnsupportedFilters' is not concurrency-safe because non-'Sendable' type 'SVG.Options' may have shared mutable state; this is an error in the Swift 6 language mode
168 |     }
169 |
170 |     public struct Options: OptionSet {
    |                   `- note: consider making struct 'Options' conform to the 'Sendable' protocol
171 |         public let rawValue: Int
172 |         public init(rawValue: Int) {
    :
174 |         }
175 |
176 |         public static let hideUnsupportedFilters = Options(rawValue: 1 << 0)
    |                           |- warning: static property 'hideUnsupportedFilters' is not concurrency-safe because non-'Sendable' type 'SVG.Options' may have shared mutable state; this is an error in the Swift 6 language mode
    |                           |- note: annotate 'hideUnsupportedFilters' with '@MainActor' if property should only be accessed from the main actor
    |                           `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
177 |
178 |         public static let `default`: Options = []
[53/93] Compiling SwiftDraw CommandLine.swift
/host/spi-builder-workspace/SwiftDraw/CommandLine.Configuration.swift:252:16: warning: static property 'commandLine' is not concurrency-safe because non-'Sendable' type 'SVG.Options' may have shared mutable state; this is an error in the Swift 6 language mode
250 | extension SVG.Options {
251 |     static let disableTransparencyLayers = Self(rawValue: 1 << 8)
252 |     static let commandLine = Self(rawValue: 1 << 9)
    |                |- warning: static property 'commandLine' is not concurrency-safe because non-'Sendable' type 'SVG.Options' may have shared mutable state; this is an error in the Swift 6 language mode
    |                |- note: annotate 'commandLine' with '@MainActor' if property should only be accessed from the main actor
    |                `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
253 | }
254 |
/host/spi-builder-workspace/SwiftDraw/SVG.swift:170:19: note: consider making struct 'Options' conform to the 'Sendable' protocol
168 |     }
169 |
170 |     public struct Options: OptionSet {
    |                   `- note: consider making struct 'Options' conform to the 'Sendable' protocol
171 |         public let rawValue: Int
172 |         public init(rawValue: Int) {
/host/spi-builder-workspace/SwiftDraw/CommandLine.Configuration.swift:251:16: warning: static property 'disableTransparencyLayers' is not concurrency-safe because non-'Sendable' type 'SVG.Options' may have shared mutable state; this is an error in the Swift 6 language mode
249 |
250 | extension SVG.Options {
251 |     static let disableTransparencyLayers = Self(rawValue: 1 << 8)
    |                |- warning: static property 'disableTransparencyLayers' is not concurrency-safe because non-'Sendable' type 'SVG.Options' may have shared mutable state; this is an error in the Swift 6 language mode
    |                |- note: annotate 'disableTransparencyLayers' with '@MainActor' if property should only be accessed from the main actor
    |                `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
252 |     static let commandLine = Self(rawValue: 1 << 9)
253 | }
/host/spi-builder-workspace/SwiftDraw/SVG.swift:170:19: note: consider making struct 'Options' conform to the 'Sendable' protocol
168 |     }
169 |
170 |     public struct Options: OptionSet {
    |                   `- note: consider making struct 'Options' conform to the 'Sendable' protocol
171 |         public let rawValue: Int
172 |         public init(rawValue: Int) {
/host/spi-builder-workspace/SwiftDraw/SVG+Insets.swift:57:27: warning: static property 'zero' is not concurrency-safe because non-'Sendable' type 'SVG.Insets' may have shared mutable state; this is an error in the Swift 6 language mode
37 |
38 | public extension SVG {
39 |     struct Insets: Equatable {
   |            `- note: consider making struct 'Insets' conform to the 'Sendable' protocol
40 |         public var top: CGFloat
41 |         public var left: CGFloat
   :
55 |         }
56 |
57 |         public static let zero = Insets(top: 0, left: 0, bottom: 0, right: 0)
   |                           |- warning: static property 'zero' is not concurrency-safe because non-'Sendable' type 'SVG.Insets' may have shared mutable state; this is an error in the Swift 6 language mode
   |                           |- note: annotate 'zero' with '@MainActor' if property should only be accessed from the main actor
   |                           `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
58 |     }
59 | }
/host/spi-builder-workspace/SwiftDraw/SVG.swift:178:27: warning: static property 'default' is not concurrency-safe because non-'Sendable' type 'SVG.Options' may have shared mutable state; this is an error in the Swift 6 language mode
168 |     }
169 |
170 |     public struct Options: OptionSet {
    |                   `- note: consider making struct 'Options' conform to the 'Sendable' protocol
171 |         public let rawValue: Int
172 |         public init(rawValue: Int) {
    :
176 |         public static let hideUnsupportedFilters = Options(rawValue: 1 << 0)
177 |
178 |         public static let `default`: Options = []
    |                           |- warning: static property 'default' is not concurrency-safe because non-'Sendable' type 'SVG.Options' may have shared mutable state; this is an error in the Swift 6 language mode
    |                           |- note: annotate 'default' with '@MainActor' if property should only be accessed from the main actor
    |                           `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
179 |     }
180 | }
/host/spi-builder-workspace/SwiftDraw/SVG.swift:176:27: warning: static property 'hideUnsupportedFilters' is not concurrency-safe because non-'Sendable' type 'SVG.Options' may have shared mutable state; this is an error in the Swift 6 language mode
168 |     }
169 |
170 |     public struct Options: OptionSet {
    |                   `- note: consider making struct 'Options' conform to the 'Sendable' protocol
171 |         public let rawValue: Int
172 |         public init(rawValue: Int) {
    :
174 |         }
175 |
176 |         public static let hideUnsupportedFilters = Options(rawValue: 1 << 0)
    |                           |- warning: static property 'hideUnsupportedFilters' is not concurrency-safe because non-'Sendable' type 'SVG.Options' may have shared mutable state; this is an error in the Swift 6 language mode
    |                           |- note: annotate 'hideUnsupportedFilters' with '@MainActor' if property should only be accessed from the main actor
    |                           `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
177 |
178 |         public static let `default`: Options = []
[54/93] Compiling SwiftDraw CoordinateFormatter.swift
/host/spi-builder-workspace/SwiftDraw/CommandLine.Configuration.swift:252:16: warning: static property 'commandLine' is not concurrency-safe because non-'Sendable' type 'SVG.Options' may have shared mutable state; this is an error in the Swift 6 language mode
250 | extension SVG.Options {
251 |     static let disableTransparencyLayers = Self(rawValue: 1 << 8)
252 |     static let commandLine = Self(rawValue: 1 << 9)
    |                |- warning: static property 'commandLine' is not concurrency-safe because non-'Sendable' type 'SVG.Options' may have shared mutable state; this is an error in the Swift 6 language mode
    |                |- note: annotate 'commandLine' with '@MainActor' if property should only be accessed from the main actor
    |                `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
253 | }
254 |
/host/spi-builder-workspace/SwiftDraw/SVG.swift:170:19: note: consider making struct 'Options' conform to the 'Sendable' protocol
168 |     }
169 |
170 |     public struct Options: OptionSet {
    |                   `- note: consider making struct 'Options' conform to the 'Sendable' protocol
171 |         public let rawValue: Int
172 |         public init(rawValue: Int) {
/host/spi-builder-workspace/SwiftDraw/CommandLine.Configuration.swift:251:16: warning: static property 'disableTransparencyLayers' is not concurrency-safe because non-'Sendable' type 'SVG.Options' may have shared mutable state; this is an error in the Swift 6 language mode
249 |
250 | extension SVG.Options {
251 |     static let disableTransparencyLayers = Self(rawValue: 1 << 8)
    |                |- warning: static property 'disableTransparencyLayers' is not concurrency-safe because non-'Sendable' type 'SVG.Options' may have shared mutable state; this is an error in the Swift 6 language mode
    |                |- note: annotate 'disableTransparencyLayers' with '@MainActor' if property should only be accessed from the main actor
    |                `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
252 |     static let commandLine = Self(rawValue: 1 << 9)
253 | }
/host/spi-builder-workspace/SwiftDraw/SVG.swift:170:19: note: consider making struct 'Options' conform to the 'Sendable' protocol
168 |     }
169 |
170 |     public struct Options: OptionSet {
    |                   `- note: consider making struct 'Options' conform to the 'Sendable' protocol
171 |         public let rawValue: Int
172 |         public init(rawValue: Int) {
/host/spi-builder-workspace/SwiftDraw/SVG+Insets.swift:57:27: warning: static property 'zero' is not concurrency-safe because non-'Sendable' type 'SVG.Insets' may have shared mutable state; this is an error in the Swift 6 language mode
37 |
38 | public extension SVG {
39 |     struct Insets: Equatable {
   |            `- note: consider making struct 'Insets' conform to the 'Sendable' protocol
40 |         public var top: CGFloat
41 |         public var left: CGFloat
   :
55 |         }
56 |
57 |         public static let zero = Insets(top: 0, left: 0, bottom: 0, right: 0)
   |                           |- warning: static property 'zero' is not concurrency-safe because non-'Sendable' type 'SVG.Insets' may have shared mutable state; this is an error in the Swift 6 language mode
   |                           |- note: annotate 'zero' with '@MainActor' if property should only be accessed from the main actor
   |                           `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
58 |     }
59 | }
/host/spi-builder-workspace/SwiftDraw/SVG.swift:178:27: warning: static property 'default' is not concurrency-safe because non-'Sendable' type 'SVG.Options' may have shared mutable state; this is an error in the Swift 6 language mode
168 |     }
169 |
170 |     public struct Options: OptionSet {
    |                   `- note: consider making struct 'Options' conform to the 'Sendable' protocol
171 |         public let rawValue: Int
172 |         public init(rawValue: Int) {
    :
176 |         public static let hideUnsupportedFilters = Options(rawValue: 1 << 0)
177 |
178 |         public static let `default`: Options = []
    |                           |- warning: static property 'default' is not concurrency-safe because non-'Sendable' type 'SVG.Options' may have shared mutable state; this is an error in the Swift 6 language mode
    |                           |- note: annotate 'default' with '@MainActor' if property should only be accessed from the main actor
    |                           `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
179 |     }
180 | }
/host/spi-builder-workspace/SwiftDraw/SVG.swift:176:27: warning: static property 'hideUnsupportedFilters' is not concurrency-safe because non-'Sendable' type 'SVG.Options' may have shared mutable state; this is an error in the Swift 6 language mode
168 |     }
169 |
170 |     public struct Options: OptionSet {
    |                   `- note: consider making struct 'Options' conform to the 'Sendable' protocol
171 |         public let rawValue: Int
172 |         public init(rawValue: Int) {
    :
174 |         }
175 |
176 |         public static let hideUnsupportedFilters = Options(rawValue: 1 << 0)
    |                           |- warning: static property 'hideUnsupportedFilters' is not concurrency-safe because non-'Sendable' type 'SVG.Options' may have shared mutable state; this is an error in the Swift 6 language mode
    |                           |- note: annotate 'hideUnsupportedFilters' with '@MainActor' if property should only be accessed from the main actor
    |                           `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
177 |
178 |         public static let `default`: Options = []
[55/93] Compiling SwiftDraw DOM.Color.swift
/host/spi-builder-workspace/SwiftDraw/CommandLine.Configuration.swift:252:16: warning: static property 'commandLine' is not concurrency-safe because non-'Sendable' type 'SVG.Options' may have shared mutable state; this is an error in the Swift 6 language mode
250 | extension SVG.Options {
251 |     static let disableTransparencyLayers = Self(rawValue: 1 << 8)
252 |     static let commandLine = Self(rawValue: 1 << 9)
    |                |- warning: static property 'commandLine' is not concurrency-safe because non-'Sendable' type 'SVG.Options' may have shared mutable state; this is an error in the Swift 6 language mode
    |                |- note: annotate 'commandLine' with '@MainActor' if property should only be accessed from the main actor
    |                `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
253 | }
254 |
/host/spi-builder-workspace/SwiftDraw/SVG.swift:170:19: note: consider making struct 'Options' conform to the 'Sendable' protocol
168 |     }
169 |
170 |     public struct Options: OptionSet {
    |                   `- note: consider making struct 'Options' conform to the 'Sendable' protocol
171 |         public let rawValue: Int
172 |         public init(rawValue: Int) {
/host/spi-builder-workspace/SwiftDraw/CommandLine.Configuration.swift:251:16: warning: static property 'disableTransparencyLayers' is not concurrency-safe because non-'Sendable' type 'SVG.Options' may have shared mutable state; this is an error in the Swift 6 language mode
249 |
250 | extension SVG.Options {
251 |     static let disableTransparencyLayers = Self(rawValue: 1 << 8)
    |                |- warning: static property 'disableTransparencyLayers' is not concurrency-safe because non-'Sendable' type 'SVG.Options' may have shared mutable state; this is an error in the Swift 6 language mode
    |                |- note: annotate 'disableTransparencyLayers' with '@MainActor' if property should only be accessed from the main actor
    |                `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
252 |     static let commandLine = Self(rawValue: 1 << 9)
253 | }
/host/spi-builder-workspace/SwiftDraw/SVG.swift:170:19: note: consider making struct 'Options' conform to the 'Sendable' protocol
168 |     }
169 |
170 |     public struct Options: OptionSet {
    |                   `- note: consider making struct 'Options' conform to the 'Sendable' protocol
171 |         public let rawValue: Int
172 |         public init(rawValue: Int) {
/host/spi-builder-workspace/SwiftDraw/SVG+Insets.swift:57:27: warning: static property 'zero' is not concurrency-safe because non-'Sendable' type 'SVG.Insets' may have shared mutable state; this is an error in the Swift 6 language mode
37 |
38 | public extension SVG {
39 |     struct Insets: Equatable {
   |            `- note: consider making struct 'Insets' conform to the 'Sendable' protocol
40 |         public var top: CGFloat
41 |         public var left: CGFloat
   :
55 |         }
56 |
57 |         public static let zero = Insets(top: 0, left: 0, bottom: 0, right: 0)
   |                           |- warning: static property 'zero' is not concurrency-safe because non-'Sendable' type 'SVG.Insets' may have shared mutable state; this is an error in the Swift 6 language mode
   |                           |- note: annotate 'zero' with '@MainActor' if property should only be accessed from the main actor
   |                           `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
58 |     }
59 | }
/host/spi-builder-workspace/SwiftDraw/SVG.swift:178:27: warning: static property 'default' is not concurrency-safe because non-'Sendable' type 'SVG.Options' may have shared mutable state; this is an error in the Swift 6 language mode
168 |     }
169 |
170 |     public struct Options: OptionSet {
    |                   `- note: consider making struct 'Options' conform to the 'Sendable' protocol
171 |         public let rawValue: Int
172 |         public init(rawValue: Int) {
    :
176 |         public static let hideUnsupportedFilters = Options(rawValue: 1 << 0)
177 |
178 |         public static let `default`: Options = []
    |                           |- warning: static property 'default' is not concurrency-safe because non-'Sendable' type 'SVG.Options' may have shared mutable state; this is an error in the Swift 6 language mode
    |                           |- note: annotate 'default' with '@MainActor' if property should only be accessed from the main actor
    |                           `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
179 |     }
180 | }
/host/spi-builder-workspace/SwiftDraw/SVG.swift:176:27: warning: static property 'hideUnsupportedFilters' is not concurrency-safe because non-'Sendable' type 'SVG.Options' may have shared mutable state; this is an error in the Swift 6 language mode
168 |     }
169 |
170 |     public struct Options: OptionSet {
    |                   `- note: consider making struct 'Options' conform to the 'Sendable' protocol
171 |         public let rawValue: Int
172 |         public init(rawValue: Int) {
    :
174 |         }
175 |
176 |         public static let hideUnsupportedFilters = Options(rawValue: 1 << 0)
    |                           |- warning: static property 'hideUnsupportedFilters' is not concurrency-safe because non-'Sendable' type 'SVG.Options' may have shared mutable state; this is an error in the Swift 6 language mode
    |                           |- note: annotate 'hideUnsupportedFilters' with '@MainActor' if property should only be accessed from the main actor
    |                           `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
177 |
178 |         public static let `default`: Options = []
[56/93] Compiling SwiftDraw DOM.Element.swift
/host/spi-builder-workspace/SwiftDraw/CommandLine.Configuration.swift:252:16: warning: static property 'commandLine' is not concurrency-safe because non-'Sendable' type 'SVG.Options' may have shared mutable state; this is an error in the Swift 6 language mode
250 | extension SVG.Options {
251 |     static let disableTransparencyLayers = Self(rawValue: 1 << 8)
252 |     static let commandLine = Self(rawValue: 1 << 9)
    |                |- warning: static property 'commandLine' is not concurrency-safe because non-'Sendable' type 'SVG.Options' may have shared mutable state; this is an error in the Swift 6 language mode
    |                |- note: annotate 'commandLine' with '@MainActor' if property should only be accessed from the main actor
    |                `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
253 | }
254 |
/host/spi-builder-workspace/SwiftDraw/SVG.swift:170:19: note: consider making struct 'Options' conform to the 'Sendable' protocol
168 |     }
169 |
170 |     public struct Options: OptionSet {
    |                   `- note: consider making struct 'Options' conform to the 'Sendable' protocol
171 |         public let rawValue: Int
172 |         public init(rawValue: Int) {
/host/spi-builder-workspace/SwiftDraw/CommandLine.Configuration.swift:251:16: warning: static property 'disableTransparencyLayers' is not concurrency-safe because non-'Sendable' type 'SVG.Options' may have shared mutable state; this is an error in the Swift 6 language mode
249 |
250 | extension SVG.Options {
251 |     static let disableTransparencyLayers = Self(rawValue: 1 << 8)
    |                |- warning: static property 'disableTransparencyLayers' is not concurrency-safe because non-'Sendable' type 'SVG.Options' may have shared mutable state; this is an error in the Swift 6 language mode
    |                |- note: annotate 'disableTransparencyLayers' with '@MainActor' if property should only be accessed from the main actor
    |                `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
252 |     static let commandLine = Self(rawValue: 1 << 9)
253 | }
/host/spi-builder-workspace/SwiftDraw/SVG.swift:170:19: note: consider making struct 'Options' conform to the 'Sendable' protocol
168 |     }
169 |
170 |     public struct Options: OptionSet {
    |                   `- note: consider making struct 'Options' conform to the 'Sendable' protocol
171 |         public let rawValue: Int
172 |         public init(rawValue: Int) {
/host/spi-builder-workspace/SwiftDraw/SVG+Insets.swift:57:27: warning: static property 'zero' is not concurrency-safe because non-'Sendable' type 'SVG.Insets' may have shared mutable state; this is an error in the Swift 6 language mode
37 |
38 | public extension SVG {
39 |     struct Insets: Equatable {
   |            `- note: consider making struct 'Insets' conform to the 'Sendable' protocol
40 |         public var top: CGFloat
41 |         public var left: CGFloat
   :
55 |         }
56 |
57 |         public static let zero = Insets(top: 0, left: 0, bottom: 0, right: 0)
   |                           |- warning: static property 'zero' is not concurrency-safe because non-'Sendable' type 'SVG.Insets' may have shared mutable state; this is an error in the Swift 6 language mode
   |                           |- note: annotate 'zero' with '@MainActor' if property should only be accessed from the main actor
   |                           `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
58 |     }
59 | }
/host/spi-builder-workspace/SwiftDraw/SVG.swift:178:27: warning: static property 'default' is not concurrency-safe because non-'Sendable' type 'SVG.Options' may have shared mutable state; this is an error in the Swift 6 language mode
168 |     }
169 |
170 |     public struct Options: OptionSet {
    |                   `- note: consider making struct 'Options' conform to the 'Sendable' protocol
171 |         public let rawValue: Int
172 |         public init(rawValue: Int) {
    :
176 |         public static let hideUnsupportedFilters = Options(rawValue: 1 << 0)
177 |
178 |         public static let `default`: Options = []
    |                           |- warning: static property 'default' is not concurrency-safe because non-'Sendable' type 'SVG.Options' may have shared mutable state; this is an error in the Swift 6 language mode
    |                           |- note: annotate 'default' with '@MainActor' if property should only be accessed from the main actor
    |                           `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
179 |     }
180 | }
/host/spi-builder-workspace/SwiftDraw/SVG.swift:176:27: warning: static property 'hideUnsupportedFilters' is not concurrency-safe because non-'Sendable' type 'SVG.Options' may have shared mutable state; this is an error in the Swift 6 language mode
168 |     }
169 |
170 |     public struct Options: OptionSet {
    |                   `- note: consider making struct 'Options' conform to the 'Sendable' protocol
171 |         public let rawValue: Int
172 |         public init(rawValue: Int) {
    :
174 |         }
175 |
176 |         public static let hideUnsupportedFilters = Options(rawValue: 1 << 0)
    |                           |- warning: static property 'hideUnsupportedFilters' is not concurrency-safe because non-'Sendable' type 'SVG.Options' may have shared mutable state; this is an error in the Swift 6 language mode
    |                           |- note: annotate 'hideUnsupportedFilters' with '@MainActor' if property should only be accessed from the main actor
    |                           `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
177 |
178 |         public static let `default`: Options = []
[57/93] Compiling SwiftDraw DOM.Filter.swift
[58/93] Compiling SwiftDraw DOM.Image.swift
[59/93] Compiling SwiftDraw DOM.LinearGradient.swift
[60/93] Compiling SwiftDraw DOM.Path.swift
[61/93] Compiling SwiftDraw DOM.Pattern.swift
[62/93] Compiling SwiftDraw DOM.PresentationAttributes.swift
[63/93] Compiling SwiftDraw DOM.RadialGradient.swift
[64/93] Compiling SwiftDraw DOM.SVG+Parse.swift
[65/93] Compiling SwiftDraw DOM.SVG.swift
[66/93] Compiling SwiftDraw DOM.Switch.swift
[67/93] Compiling SwiftDraw DOM.Text.swift
[68/93] Compiling SwiftDraw LayerTree.Gradient.swift
/host/spi-builder-workspace/SwiftDraw/LayerTree.Layer.swift:146:24: warning: static property 'none' is not concurrency-safe because non-'Sendable' type 'LayerTree.FillAttributes.Fill' may have shared mutable state; this is an error in the Swift 6 language mode
138 |         }
139 |
140 |         enum Fill: Hashable {
    |              `- note: consider making enum 'Fill' conform to the 'Sendable' protocol
141 |             case color(Color)
142 |             case pattern(Pattern)
    :
144 |             case radialGradient(RadialGradient)
145 |
146 |             static let none = Fill.color(.none)
    |                        |- warning: static property 'none' is not concurrency-safe because non-'Sendable' type 'LayerTree.FillAttributes.Fill' may have shared mutable state; this is an error in the Swift 6 language mode
    |                        |- note: annotate 'none' with '@MainActor' if property should only be accessed from the main actor
    |                        `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
147 |         }
148 |     }
/host/spi-builder-workspace/SwiftDraw/LayerTree.swift:43:14: warning: associated value 'unsupported' of 'Sendable'-conforming enum 'Error' has non-sendable type 'Any'; this is an error in the Swift 6 language mode
 41 |
 42 |     enum Error: Swift.Error {
 43 |         case unsupported(Any)
    |              `- warning: associated value 'unsupported' of 'Sendable'-conforming enum 'Error' has non-sendable type 'Any'; this is an error in the Swift 6 language mode
 44 |         case invalid(String)
 45 |     }
[69/93] Compiling SwiftDraw LayerTree.Image.swift
/host/spi-builder-workspace/SwiftDraw/LayerTree.Layer.swift:146:24: warning: static property 'none' is not concurrency-safe because non-'Sendable' type 'LayerTree.FillAttributes.Fill' may have shared mutable state; this is an error in the Swift 6 language mode
138 |         }
139 |
140 |         enum Fill: Hashable {
    |              `- note: consider making enum 'Fill' conform to the 'Sendable' protocol
141 |             case color(Color)
142 |             case pattern(Pattern)
    :
144 |             case radialGradient(RadialGradient)
145 |
146 |             static let none = Fill.color(.none)
    |                        |- warning: static property 'none' is not concurrency-safe because non-'Sendable' type 'LayerTree.FillAttributes.Fill' may have shared mutable state; this is an error in the Swift 6 language mode
    |                        |- note: annotate 'none' with '@MainActor' if property should only be accessed from the main actor
    |                        `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
147 |         }
148 |     }
/host/spi-builder-workspace/SwiftDraw/LayerTree.swift:43:14: warning: associated value 'unsupported' of 'Sendable'-conforming enum 'Error' has non-sendable type 'Any'; this is an error in the Swift 6 language mode
 41 |
 42 |     enum Error: Swift.Error {
 43 |         case unsupported(Any)
    |              `- warning: associated value 'unsupported' of 'Sendable'-conforming enum 'Error' has non-sendable type 'Any'; this is an error in the Swift 6 language mode
 44 |         case invalid(String)
 45 |     }
[70/93] Compiling SwiftDraw LayerTree.Layer.swift
/host/spi-builder-workspace/SwiftDraw/LayerTree.Layer.swift:146:24: warning: static property 'none' is not concurrency-safe because non-'Sendable' type 'LayerTree.FillAttributes.Fill' may have shared mutable state; this is an error in the Swift 6 language mode
138 |         }
139 |
140 |         enum Fill: Hashable {
    |              `- note: consider making enum 'Fill' conform to the 'Sendable' protocol
141 |             case color(Color)
142 |             case pattern(Pattern)
    :
144 |             case radialGradient(RadialGradient)
145 |
146 |             static let none = Fill.color(.none)
    |                        |- warning: static property 'none' is not concurrency-safe because non-'Sendable' type 'LayerTree.FillAttributes.Fill' may have shared mutable state; this is an error in the Swift 6 language mode
    |                        |- note: annotate 'none' with '@MainActor' if property should only be accessed from the main actor
    |                        `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
147 |         }
148 |     }
/host/spi-builder-workspace/SwiftDraw/LayerTree.swift:43:14: warning: associated value 'unsupported' of 'Sendable'-conforming enum 'Error' has non-sendable type 'Any'; this is an error in the Swift 6 language mode
 41 |
 42 |     enum Error: Swift.Error {
 43 |         case unsupported(Any)
    |              `- warning: associated value 'unsupported' of 'Sendable'-conforming enum 'Error' has non-sendable type 'Any'; this is an error in the Swift 6 language mode
 44 |         case invalid(String)
 45 |     }
[71/93] Compiling SwiftDraw LayerTree.Path+Bounds.swift
/host/spi-builder-workspace/SwiftDraw/LayerTree.Layer.swift:146:24: warning: static property 'none' is not concurrency-safe because non-'Sendable' type 'LayerTree.FillAttributes.Fill' may have shared mutable state; this is an error in the Swift 6 language mode
138 |         }
139 |
140 |         enum Fill: Hashable {
    |              `- note: consider making enum 'Fill' conform to the 'Sendable' protocol
141 |             case color(Color)
142 |             case pattern(Pattern)
    :
144 |             case radialGradient(RadialGradient)
145 |
146 |             static let none = Fill.color(.none)
    |                        |- warning: static property 'none' is not concurrency-safe because non-'Sendable' type 'LayerTree.FillAttributes.Fill' may have shared mutable state; this is an error in the Swift 6 language mode
    |                        |- note: annotate 'none' with '@MainActor' if property should only be accessed from the main actor
    |                        `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
147 |         }
148 |     }
/host/spi-builder-workspace/SwiftDraw/LayerTree.swift:43:14: warning: associated value 'unsupported' of 'Sendable'-conforming enum 'Error' has non-sendable type 'Any'; this is an error in the Swift 6 language mode
 41 |
 42 |     enum Error: Swift.Error {
 43 |         case unsupported(Any)
    |              `- warning: associated value 'unsupported' of 'Sendable'-conforming enum 'Error' has non-sendable type 'Any'; this is an error in the Swift 6 language mode
 44 |         case invalid(String)
 45 |     }
[72/93] Compiling SwiftDraw LayerTree.Path+Reversed.swift
/host/spi-builder-workspace/SwiftDraw/LayerTree.Layer.swift:146:24: warning: static property 'none' is not concurrency-safe because non-'Sendable' type 'LayerTree.FillAttributes.Fill' may have shared mutable state; this is an error in the Swift 6 language mode
138 |         }
139 |
140 |         enum Fill: Hashable {
    |              `- note: consider making enum 'Fill' conform to the 'Sendable' protocol
141 |             case color(Color)
142 |             case pattern(Pattern)
    :
144 |             case radialGradient(RadialGradient)
145 |
146 |             static let none = Fill.color(.none)
    |                        |- warning: static property 'none' is not concurrency-safe because non-'Sendable' type 'LayerTree.FillAttributes.Fill' may have shared mutable state; this is an error in the Swift 6 language mode
    |                        |- note: annotate 'none' with '@MainActor' if property should only be accessed from the main actor
    |                        `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
147 |         }
148 |     }
/host/spi-builder-workspace/SwiftDraw/LayerTree.swift:43:14: warning: associated value 'unsupported' of 'Sendable'-conforming enum 'Error' has non-sendable type 'Any'; this is an error in the Swift 6 language mode
 41 |
 42 |     enum Error: Swift.Error {
 43 |         case unsupported(Any)
    |              `- warning: associated value 'unsupported' of 'Sendable'-conforming enum 'Error' has non-sendable type 'Any'; this is an error in the Swift 6 language mode
 44 |         case invalid(String)
 45 |     }
[73/93] Compiling SwiftDraw LayerTree.Path+Subpath.swift
/host/spi-builder-workspace/SwiftDraw/LayerTree.Layer.swift:146:24: warning: static property 'none' is not concurrency-safe because non-'Sendable' type 'LayerTree.FillAttributes.Fill' may have shared mutable state; this is an error in the Swift 6 language mode
138 |         }
139 |
140 |         enum Fill: Hashable {
    |              `- note: consider making enum 'Fill' conform to the 'Sendable' protocol
141 |             case color(Color)
142 |             case pattern(Pattern)
    :
144 |             case radialGradient(RadialGradient)
145 |
146 |             static let none = Fill.color(.none)
    |                        |- warning: static property 'none' is not concurrency-safe because non-'Sendable' type 'LayerTree.FillAttributes.Fill' may have shared mutable state; this is an error in the Swift 6 language mode
    |                        |- note: annotate 'none' with '@MainActor' if property should only be accessed from the main actor
    |                        `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
147 |         }
148 |     }
/host/spi-builder-workspace/SwiftDraw/LayerTree.swift:43:14: warning: associated value 'unsupported' of 'Sendable'-conforming enum 'Error' has non-sendable type 'Any'; this is an error in the Swift 6 language mode
 41 |
 42 |     enum Error: Swift.Error {
 43 |         case unsupported(Any)
    |              `- warning: associated value 'unsupported' of 'Sendable'-conforming enum 'Error' has non-sendable type 'Any'; this is an error in the Swift 6 language mode
 44 |         case invalid(String)
 45 |     }
[74/93] Compiling SwiftDraw LayerTree.Path.swift
/host/spi-builder-workspace/SwiftDraw/LayerTree.Layer.swift:146:24: warning: static property 'none' is not concurrency-safe because non-'Sendable' type 'LayerTree.FillAttributes.Fill' may have shared mutable state; this is an error in the Swift 6 language mode
138 |         }
139 |
140 |         enum Fill: Hashable {
    |              `- note: consider making enum 'Fill' conform to the 'Sendable' protocol
141 |             case color(Color)
142 |             case pattern(Pattern)
    :
144 |             case radialGradient(RadialGradient)
145 |
146 |             static let none = Fill.color(.none)
    |                        |- warning: static property 'none' is not concurrency-safe because non-'Sendable' type 'LayerTree.FillAttributes.Fill' may have shared mutable state; this is an error in the Swift 6 language mode
    |                        |- note: annotate 'none' with '@MainActor' if property should only be accessed from the main actor
    |                        `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
147 |         }
148 |     }
/host/spi-builder-workspace/SwiftDraw/LayerTree.swift:43:14: warning: associated value 'unsupported' of 'Sendable'-conforming enum 'Error' has non-sendable type 'Any'; this is an error in the Swift 6 language mode
 41 |
 42 |     enum Error: Swift.Error {
 43 |         case unsupported(Any)
    |              `- warning: associated value 'unsupported' of 'Sendable'-conforming enum 'Error' has non-sendable type 'Any'; this is an error in the Swift 6 language mode
 44 |         case invalid(String)
 45 |     }
[75/93] Compiling SwiftDraw LayerTree.Pattern.swift
/host/spi-builder-workspace/SwiftDraw/LayerTree.Layer.swift:146:24: warning: static property 'none' is not concurrency-safe because non-'Sendable' type 'LayerTree.FillAttributes.Fill' may have shared mutable state; this is an error in the Swift 6 language mode
138 |         }
139 |
140 |         enum Fill: Hashable {
    |              `- note: consider making enum 'Fill' conform to the 'Sendable' protocol
141 |             case color(Color)
142 |             case pattern(Pattern)
    :
144 |             case radialGradient(RadialGradient)
145 |
146 |             static let none = Fill.color(.none)
    |                        |- warning: static property 'none' is not concurrency-safe because non-'Sendable' type 'LayerTree.FillAttributes.Fill' may have shared mutable state; this is an error in the Swift 6 language mode
    |                        |- note: annotate 'none' with '@MainActor' if property should only be accessed from the main actor
    |                        `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
147 |         }
148 |     }
/host/spi-builder-workspace/SwiftDraw/LayerTree.swift:43:14: warning: associated value 'unsupported' of 'Sendable'-conforming enum 'Error' has non-sendable type 'Any'; this is an error in the Swift 6 language mode
 41 |
 42 |     enum Error: Swift.Error {
 43 |         case unsupported(Any)
    |              `- warning: associated value 'unsupported' of 'Sendable'-conforming enum 'Error' has non-sendable type 'Any'; this is an error in the Swift 6 language mode
 44 |         case invalid(String)
 45 |     }
[76/93] Compiling SwiftDraw LayerTree.Shape.swift
/host/spi-builder-workspace/SwiftDraw/LayerTree.Layer.swift:146:24: warning: static property 'none' is not concurrency-safe because non-'Sendable' type 'LayerTree.FillAttributes.Fill' may have shared mutable state; this is an error in the Swift 6 language mode
138 |         }
139 |
140 |         enum Fill: Hashable {
    |              `- note: consider making enum 'Fill' conform to the 'Sendable' protocol
141 |             case color(Color)
142 |             case pattern(Pattern)
    :
144 |             case radialGradient(RadialGradient)
145 |
146 |             static let none = Fill.color(.none)
    |                        |- warning: static property 'none' is not concurrency-safe because non-'Sendable' type 'LayerTree.FillAttributes.Fill' may have shared mutable state; this is an error in the Swift 6 language mode
    |                        |- note: annotate 'none' with '@MainActor' if property should only be accessed from the main actor
    |                        `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
147 |         }
148 |     }
/host/spi-builder-workspace/SwiftDraw/LayerTree.swift:43:14: warning: associated value 'unsupported' of 'Sendable'-conforming enum 'Error' has non-sendable type 'Any'; this is an error in the Swift 6 language mode
 41 |
 42 |     enum Error: Swift.Error {
 43 |         case unsupported(Any)
    |              `- warning: associated value 'unsupported' of 'Sendable'-conforming enum 'Error' has non-sendable type 'Any'; this is an error in the Swift 6 language mode
 44 |         case invalid(String)
 45 |     }
[77/93] Compiling SwiftDraw LayerTree.Transform.swift
/host/spi-builder-workspace/SwiftDraw/LayerTree.Layer.swift:146:24: warning: static property 'none' is not concurrency-safe because non-'Sendable' type 'LayerTree.FillAttributes.Fill' may have shared mutable state; this is an error in the Swift 6 language mode
138 |         }
139 |
140 |         enum Fill: Hashable {
    |              `- note: consider making enum 'Fill' conform to the 'Sendable' protocol
141 |             case color(Color)
142 |             case pattern(Pattern)
    :
144 |             case radialGradient(RadialGradient)
145 |
146 |             static let none = Fill.color(.none)
    |                        |- warning: static property 'none' is not concurrency-safe because non-'Sendable' type 'LayerTree.FillAttributes.Fill' may have shared mutable state; this is an error in the Swift 6 language mode
    |                        |- note: annotate 'none' with '@MainActor' if property should only be accessed from the main actor
    |                        `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
147 |         }
148 |     }
/host/spi-builder-workspace/SwiftDraw/LayerTree.swift:43:14: warning: associated value 'unsupported' of 'Sendable'-conforming enum 'Error' has non-sendable type 'Any'; this is an error in the Swift 6 language mode
 41 |
 42 |     enum Error: Swift.Error {
 43 |         case unsupported(Any)
    |              `- warning: associated value 'unsupported' of 'Sendable'-conforming enum 'Error' has non-sendable type 'Any'; this is an error in the Swift 6 language mode
 44 |         case invalid(String)
 45 |     }
[78/93] Compiling SwiftDraw LayerTree.swift
/host/spi-builder-workspace/SwiftDraw/LayerTree.Layer.swift:146:24: warning: static property 'none' is not concurrency-safe because non-'Sendable' type 'LayerTree.FillAttributes.Fill' may have shared mutable state; this is an error in the Swift 6 language mode
138 |         }
139 |
140 |         enum Fill: Hashable {
    |              `- note: consider making enum 'Fill' conform to the 'Sendable' protocol
141 |             case color(Color)
142 |             case pattern(Pattern)
    :
144 |             case radialGradient(RadialGradient)
145 |
146 |             static let none = Fill.color(.none)
    |                        |- warning: static property 'none' is not concurrency-safe because non-'Sendable' type 'LayerTree.FillAttributes.Fill' may have shared mutable state; this is an error in the Swift 6 language mode
    |                        |- note: annotate 'none' with '@MainActor' if property should only be accessed from the main actor
    |                        `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
147 |         }
148 |     }
/host/spi-builder-workspace/SwiftDraw/LayerTree.swift:43:14: warning: associated value 'unsupported' of 'Sendable'-conforming enum 'Error' has non-sendable type 'Any'; this is an error in the Swift 6 language mode
 41 |
 42 |     enum Error: Swift.Error {
 43 |         case unsupported(Any)
    |              `- warning: associated value 'unsupported' of 'Sendable'-conforming enum 'Error' has non-sendable type 'Any'; this is an error in the Swift 6 language mode
 44 |         case invalid(String)
 45 |     }
[79/93] Compiling SwiftDraw NSImage+SVG.swift
[80/93] Compiling SwiftDraw Parser.XML.Attributes.swift
[81/93] Compiling SwiftDraw Parser.XML.Color.swift
[82/93] Compiling SwiftDraw Parser.XML.Element.swift
[83/93] Compiling SwiftDraw Parser.XML.Filter.swift
[84/93] Compiling SwiftDraw Parser.XML.Image.swift
[85/93] Compiling SwiftDraw Parser.XML.LinearGradient.swift
[86/93] Compiling SwiftDraw Parser.XML.Path.swift
[87/93] Compiling SwiftDraw Parser.XML.Pattern.swift
[88/93] Compiling SwiftDraw Parser.XML.RadialGradient.swift
[89/93] Compiling SwiftDraw Parser.XML.SVG.swift
[90/94] Wrapping AST for SwiftDraw for debugging
[92/98] Compiling CommandLine main.swift
[93/98] Compiling CommandLine TextOutputStream+StandardError.swift
/host/spi-builder-workspace/CommandLine/TextOutputStream+StandardError.swift:47:28: warning: static property 'shared' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
45 | struct StandardErrorStream: TextOutputStream {
46 |
47 |     fileprivate static var shared = StandardErrorStream()
   |                            |- warning: static property 'shared' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
   |                            |- note: convert 'shared' to a 'let' constant to make 'Sendable' shared state immutable
   |                            |- note: annotate 'shared' with '@MainActor' if property should only be accessed from the main actor
   |                            `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
48 |
49 |     func write(_ string: String) {
[94/98] Compiling CommandLine CommandLine.swift
[95/98] Emitting module CommandLine
/host/spi-builder-workspace/CommandLine/TextOutputStream+StandardError.swift:47:28: warning: static property 'shared' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
45 | struct StandardErrorStream: TextOutputStream {
46 |
47 |     fileprivate static var shared = StandardErrorStream()
   |                            |- warning: static property 'shared' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
   |                            |- note: convert 'shared' to a 'let' constant to make 'Sendable' shared state immutable
   |                            |- note: annotate 'shared' with '@MainActor' if property should only be accessed from the main actor
   |                            `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
48 |
49 |     func write(_ string: String) {
[96/99] Wrapping AST for CommandLine for debugging
[97/99] Write Objects.LinkFileList
[98/99] Linking swiftdrawcli
Build complete! (31.15s)
Build complete.
{
  "dependencies" : [
  ],
  "manifest_display_name" : "SwiftDraw",
  "name" : "SwiftDraw",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "10.15"
    },
    {
      "name" : "ios",
      "version" : "13.0"
    },
    {
      "name" : "tvos",
      "version" : "13.0"
    },
    {
      "name" : "watchos",
      "version" : "6.0"
    }
  ],
  "products" : [
    {
      "name" : "swiftdrawcli",
      "targets" : [
        "CommandLine"
      ],
      "type" : {
        "executable" : null
      }
    },
    {
      "name" : "SwiftDraw",
      "targets" : [
        "SwiftDraw"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "SwiftDrawTests",
      "module_type" : "SwiftTarget",
      "name" : "SwiftDrawTests",
      "path" : "SwiftDrawTests",
      "resources" : [
        {
          "path" : "/host/spi-builder-workspace/SwiftDrawTests/Test.bundle",
          "rule" : {
            "copy" : {
            }
          }
        }
      ],
      "sources" : [
        "Bundle+Extensions.swift",
        "CGPath+SegmentTests.swift",
        "CGRendererTests.swift",
        "CommandLine.ArgumentsTests.swift",
        "CommandLine.ConfigurationTests.swift",
        "CoordinateTests.swift",
        "DOM+Extensions.swift",
        "DOM.ElementTests.swift",
        "DOM.PresentationAttributesTests.swift",
        "GradientTests.swift",
        "Image+CoreGraphicsTests.swift",
        "LayerTree.Builder.LayerTests.swift",
        "LayerTree.Builder.Path.ArcTests.swift",
        "LayerTree.Builder.ShapeTests.swift",
        "LayerTree.BuilderTests.swift",
        "LayerTree.ColorTests.swift",
        "LayerTree.CommandGeneratorTests.swift",
        "LayerTree.ImageTests.swift",
        "LayerTree.LayerTests.swift",
        "LayerTree.Path+BoundsTests.swift",
        "LayerTree.Path+ReversedTests.swift",
        "LayerTree.Path+SubpathTests.swift",
        "LayerTree.PathTests.swift",
        "LayerTree.ShapeTests.swift",
        "LayerTree.TransformTests.swift",
        "MockRenderer.swift",
        "NSBitmapImageRep+Extensions.swift",
        "NSImage+SVGTests.swift",
        "Parser.AttributesTests.swift",
        "Parser.GraphicAttributeTests.swift",
        "Parser.SVGTests.swift",
        "Parser.XML.ColorTests.swift",
        "Parser.XML.ElementTests.swift",
        "Parser.XML.FilterTests.swift",
        "Parser.XML.ImageTests.swift",
        "Parser.XML.LinearGradientTests.swift",
        "Parser.XML.PathTests.swift",
        "Parser.XML.PatternTests.swift",
        "Parser.XML.RadialGradientTests.swift",
        "Parser.XML.StyleSheetTests.swift",
        "Parser.XML.TextTests.swift",
        "Parser.XML.TransformTests.swift",
        "ParserSVGImageTests.swift",
        "Renderer.CGTextTests.swift",
        "Renderer.CoreGraphicsTypesTests.swift",
        "Renderer.LayerTreeProviderTests.swift",
        "Renderer.SFSymbolTests.swift",
        "Renderer.SVGTests.swift",
        "RendererTests.swift",
        "SVGTests.swift",
        "StackTests.swift",
        "StyleTests.swift",
        "UIImage+SVGTests.swift",
        "URL+DataTests.swift",
        "UseTests.swift",
        "Utilities/PairedSequenceTests.swift",
        "ValueParserTests.swift",
        "XML.FormatterTests.swift",
        "XML.Parser.ScannerTests.swift",
        "XML.SAXParserTests.swift"
      ],
      "target_dependencies" : [
        "SwiftDraw"
      ],
      "type" : "test"
    },
    {
      "c99name" : "SwiftDraw",
      "module_type" : "SwiftTarget",
      "name" : "SwiftDraw",
      "path" : "SwiftDraw",
      "product_memberships" : [
        "swiftdrawcli",
        "SwiftDraw"
      ],
      "sources" : [
        "CGImage+Mask.swift",
        "CGPath+Segment.swift",
        "CGPattern+Closure.swift",
        "CGTextRenderer+Code.swift",
        "CommandLine+Process.swift",
        "CommandLine.Arguments.swift",
        "CommandLine.Configuration.swift",
        "CommandLine.swift",
        "CoordinateFormatter.swift",
        "DOM.Color.swift",
        "DOM.Element.swift",
        "DOM.Filter.swift",
        "DOM.Image.swift",
        "DOM.LinearGradient.swift",
        "DOM.Path.swift",
        "DOM.Pattern.swift",
        "DOM.PresentationAttributes.swift",
        "DOM.RadialGradient.swift",
        "DOM.SVG+Parse.swift",
        "DOM.SVG.swift",
        "DOM.Switch.swift",
        "DOM.Text.swift",
        "DOM.Use.swift",
        "DOM.swift",
        "LayerTree.Builder.Layer.swift",
        "LayerTree.Builder.Path.Arc.swift",
        "LayerTree.Builder.Path.swift",
        "LayerTree.Builder.Shape.swift",
        "LayerTree.Builder.Text.swift",
        "LayerTree.Builder.swift",
        "LayerTree.Color.swift",
        "LayerTree.CommandGenerator.swift",
        "LayerTree.CommandOptimizer.swift",
        "LayerTree.Gradient.swift",
        "LayerTree.Image.swift",
        "LayerTree.Layer.swift",
        "LayerTree.Path+Bounds.swift",
        "LayerTree.Path+Reversed.swift",
        "LayerTree.Path+Subpath.swift",
        "LayerTree.Path.swift",
        "LayerTree.Pattern.swift",
        "LayerTree.Shape.swift",
        "LayerTree.Transform.swift",
        "LayerTree.swift",
        "NSImage+SVG.swift",
        "Parser.XML.Attributes.swift",
        "Parser.XML.Color.swift",
        "Parser.XML.Element.swift",
        "Parser.XML.Filter.swift",
        "Parser.XML.Image.swift",
        "Parser.XML.LinearGradient.swift",
        "Parser.XML.Path.swift",
        "Parser.XML.Pattern.swift",
        "Parser.XML.RadialGradient.swift",
        "Parser.XML.SVG.swift",
        "Parser.XML.Scanner.swift",
        "Parser.XML.StyleSheet.swift",
        "Parser.XML.Text.swift",
        "Parser.XML.Transform.swift",
        "Parser.XML.Use.swift",
        "Parser.XML.swift",
        "Renderer.CGText+Path.swift",
        "Renderer.CGText.swift",
        "Renderer.CoreGraphics.swift",
        "Renderer.LayerTree.swift",
        "Renderer.SFSymbol+CGPath.swift",
        "Renderer.SFSymbol.swift",
        "Renderer.SVG.swift",
        "Renderer.swift",
        "SVG+CoreGraphics.swift",
        "SVG+Deprecated.swift",
        "SVG+Hashable.swift",
        "SVG+Insets.swift",
        "SVG.swift",
        "SVGView.swift",
        "Stack.swift",
        "UIImage+SVG.swift",
        "URL+Data.swift",
        "URL+Fragment.swift",
        "Utilities/PairedSequence.swift",
        "Utilities/TextOutputStream+StandardError.swift",
        "XML.Element.swift",
        "XML.Formatter.SVG.swift",
        "XML.Formatter.swift",
        "XML.SAXParser.swift"
      ],
      "type" : "library"
    },
    {
      "c99name" : "CommandLine",
      "module_type" : "SwiftTarget",
      "name" : "CommandLine",
      "path" : "CommandLine",
      "product_memberships" : [
        "swiftdrawcli"
      ],
      "sources" : [
        "CommandLine.swift",
        "TextOutputStream+StandardError.swift",
        "main.swift"
      ],
      "target_dependencies" : [
        "SwiftDraw"
      ],
      "type" : "executable"
    }
  ],
  "tools_version" : "5.8"
}
basic-6.0-latest: Pulling from finestructure/spi-images
Digest: sha256:081dcf4fb829aea9d08447f4790431afbdfbcc335bfeed728ca69c6f181ae2aa
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.0-latest
Done.