Build Information
Failed to build Macaw, reference master (273964
), with Swift 6.0 for watchOS using Xcode 16.2 on 28 Nov 2024 15:41:32 UTC.
Build Command
env DEVELOPER_DIR=/Applications/Xcode-16.1.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme Macaw -destination generic/platform=watchOS OTHER_SWIFT_FLAGS=-stats-output-dir .stats -strict-concurrency=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures
Build Log
public static let maroon = Color(0x800000)
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Source/model/draw/Color.swift:10:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let maroon = Color(0x800000)
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Source/model/draw/Color.swift:11:23: warning: static property 'yellow' is not concurrency-safe because non-'Sendable' type 'Color' may have shared mutable state; this is an error in the Swift 6 language mode
public static let yellow = Color(0xFFFF00)
^
/Users/admin/builder/spi-builder-workspace/Source/model/draw/Color.swift:1:12: note: class 'Color' does not conform to the 'Sendable' protocol
open class Color: Fill {
^
/Users/admin/builder/spi-builder-workspace/Source/model/draw/Color.swift:11:23: note: annotate 'yellow' with '@MainActor' if property should only be accessed from the main actor
public static let yellow = Color(0xFFFF00)
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Source/model/draw/Color.swift:11:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let yellow = Color(0xFFFF00)
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Source/model/draw/Color.swift:12:23: warning: static property 'olive' is not concurrency-safe because non-'Sendable' type 'Color' may have shared mutable state; this is an error in the Swift 6 language mode
public static let olive = Color(0x808000)
^
/Users/admin/builder/spi-builder-workspace/Source/model/draw/Color.swift:1:12: note: class 'Color' does not conform to the 'Sendable' protocol
open class Color: Fill {
^
/Users/admin/builder/spi-builder-workspace/Source/model/draw/Color.swift:12:23: note: annotate 'olive' with '@MainActor' if property should only be accessed from the main actor
public static let olive = Color(0x808000)
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Source/model/draw/Color.swift:12:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let olive = Color(0x808000)
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Source/model/draw/Color.swift:13:23: warning: static property 'lime' is not concurrency-safe because non-'Sendable' type 'Color' may have shared mutable state; this is an error in the Swift 6 language mode
public static let lime = Color(0x00FF00)
^
/Users/admin/builder/spi-builder-workspace/Source/model/draw/Color.swift:1:12: note: class 'Color' does not conform to the 'Sendable' protocol
open class Color: Fill {
^
/Users/admin/builder/spi-builder-workspace/Source/model/draw/Color.swift:13:23: note: annotate 'lime' with '@MainActor' if property should only be accessed from the main actor
public static let lime = Color(0x00FF00)
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Source/model/draw/Color.swift:13:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let lime = Color(0x00FF00)
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Source/model/draw/Color.swift:14:23: warning: static property 'green' is not concurrency-safe because non-'Sendable' type 'Color' may have shared mutable state; this is an error in the Swift 6 language mode
public static let green = Color(0x008000)
^
/Users/admin/builder/spi-builder-workspace/Source/model/draw/Color.swift:1:12: note: class 'Color' does not conform to the 'Sendable' protocol
open class Color: Fill {
^
/Users/admin/builder/spi-builder-workspace/Source/model/draw/Color.swift:14:23: note: annotate 'green' with '@MainActor' if property should only be accessed from the main actor
public static let green = Color(0x008000)
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Source/model/draw/Color.swift:14:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let green = Color(0x008000)
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Source/model/draw/Color.swift:15:23: warning: static property 'aqua' is not concurrency-safe because non-'Sendable' type 'Color' may have shared mutable state; this is an error in the Swift 6 language mode
public static let aqua = Color(0x00FFFF)
^
/Users/admin/builder/spi-builder-workspace/Source/model/draw/Color.swift:1:12: note: class 'Color' does not conform to the 'Sendable' protocol
open class Color: Fill {
^
/Users/admin/builder/spi-builder-workspace/Source/model/draw/Color.swift:15:23: note: annotate 'aqua' with '@MainActor' if property should only be accessed from the main actor
public static let aqua = Color(0x00FFFF)
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Source/model/draw/Color.swift:15:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let aqua = Color(0x00FFFF)
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Source/model/draw/Color.swift:16:23: warning: static property 'teal' is not concurrency-safe because non-'Sendable' type 'Color' may have shared mutable state; this is an error in the Swift 6 language mode
public static let teal = Color(0x008080)
^
/Users/admin/builder/spi-builder-workspace/Source/model/draw/Color.swift:1:12: note: class 'Color' does not conform to the 'Sendable' protocol
open class Color: Fill {
^
/Users/admin/builder/spi-builder-workspace/Source/model/draw/Color.swift:16:23: note: annotate 'teal' with '@MainActor' if property should only be accessed from the main actor
public static let teal = Color(0x008080)
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Source/model/draw/Color.swift:16:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let teal = Color(0x008080)
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Source/model/draw/Color.swift:17:23: warning: static property 'blue' is not concurrency-safe because non-'Sendable' type 'Color' may have shared mutable state; this is an error in the Swift 6 language mode
public static let blue = Color(0x0000FF)
^
/Users/admin/builder/spi-builder-workspace/Source/model/draw/Color.swift:1:12: note: class 'Color' does not conform to the 'Sendable' protocol
open class Color: Fill {
^
/Users/admin/builder/spi-builder-workspace/Source/model/draw/Color.swift:17:23: note: annotate 'blue' with '@MainActor' if property should only be accessed from the main actor
public static let blue = Color(0x0000FF)
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Source/model/draw/Color.swift:17:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let blue = Color(0x0000FF)
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Source/model/draw/Color.swift:18:23: warning: static property 'navy' is not concurrency-safe because non-'Sendable' type 'Color' may have shared mutable state; this is an error in the Swift 6 language mode
public static let navy = Color(0x000080)
^
/Users/admin/builder/spi-builder-workspace/Source/model/draw/Color.swift:1:12: note: class 'Color' does not conform to the 'Sendable' protocol
open class Color: Fill {
^
/Users/admin/builder/spi-builder-workspace/Source/model/draw/Color.swift:18:23: note: annotate 'navy' with '@MainActor' if property should only be accessed from the main actor
public static let navy = Color(0x000080)
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Source/model/draw/Color.swift:18:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let navy = Color(0x000080)
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Source/model/draw/Color.swift:19:23: warning: static property 'fuchsia' is not concurrency-safe because non-'Sendable' type 'Color' may have shared mutable state; this is an error in the Swift 6 language mode
public static let fuchsia = Color(0xFF00FF)
^
/Users/admin/builder/spi-builder-workspace/Source/model/draw/Color.swift:1:12: note: class 'Color' does not conform to the 'Sendable' protocol
open class Color: Fill {
^
/Users/admin/builder/spi-builder-workspace/Source/model/draw/Color.swift:19:23: note: annotate 'fuchsia' with '@MainActor' if property should only be accessed from the main actor
public static let fuchsia = Color(0xFF00FF)
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Source/model/draw/Color.swift:19:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let fuchsia = Color(0xFF00FF)
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Source/model/draw/Color.swift:20:23: warning: static property 'purple' is not concurrency-safe because non-'Sendable' type 'Color' may have shared mutable state; this is an error in the Swift 6 language mode
public static let purple = Color(0x800080)
^
/Users/admin/builder/spi-builder-workspace/Source/model/draw/Color.swift:1:12: note: class 'Color' does not conform to the 'Sendable' protocol
open class Color: Fill {
^
/Users/admin/builder/spi-builder-workspace/Source/model/draw/Color.swift:20:23: note: annotate 'purple' with '@MainActor' if property should only be accessed from the main actor
public static let purple = Color(0x800080)
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Source/model/draw/Color.swift:20:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let purple = Color(0x800080)
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Source/model/draw/Color.swift:22:23: warning: static property 'clear' is not concurrency-safe because non-'Sendable' type 'Color' may have shared mutable state; this is an error in the Swift 6 language mode
public static let clear = Color.rgba(r: 0, g: 0, b: 0, a: 0)
^
/Users/admin/builder/spi-builder-workspace/Source/model/draw/Color.swift:1:12: note: class 'Color' does not conform to the 'Sendable' protocol
open class Color: Fill {
^
/Users/admin/builder/spi-builder-workspace/Source/model/draw/Color.swift:22:23: note: annotate 'clear' with '@MainActor' if property should only be accessed from the main actor
public static let clear = Color.rgba(r: 0, g: 0, b: 0, a: 0)
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Source/model/draw/Color.swift:22:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let clear = Color.rgba(r: 0, g: 0, b: 0, a: 0)
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Source/model/draw/Color.swift:24:23: warning: static property 'aliceBlue' is not concurrency-safe because non-'Sendable' type 'Color' may have shared mutable state; this is an error in the Swift 6 language mode
public static let aliceBlue = Color(0xf0f8ff)
^
/Users/admin/builder/spi-builder-workspace/Source/model/draw/Color.swift:1:12: note: class 'Color' does not conform to the 'Sendable' protocol
open class Color: Fill {
^
/Users/admin/builder/spi-builder-workspace/Source/model/draw/Color.swift:24:23: note: annotate 'aliceBlue' with '@MainActor' if property should only be accessed from the main actor
public static let aliceBlue = Color(0xf0f8ff)
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Source/model/draw/Color.swift:24:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let aliceBlue = Color(0xf0f8ff)
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Source/model/draw/Color.swift:25:23: warning: static property 'antiqueWhite' is not concurrency-safe because non-'Sendable' type 'Color' may have shared mutable state; this is an error in the Swift 6 language mode
public static let antiqueWhite = Color(0xfaebd7)
^
/Users/admin/builder/spi-builder-workspace/Source/model/draw/Color.swift:1:12: note: class 'Color' does not conform to the 'Sendable' protocol
open class Color: Fill {
^
/Users/admin/builder/spi-builder-workspace/Source/model/draw/Color.swift:25:23: note: annotate 'antiqueWhite' with '@MainActor' if property should only be accessed from the main actor
public static let antiqueWhite = Color(0xfaebd7)
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Source/model/draw/Color.swift:25:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let antiqueWhite = Color(0xfaebd7)
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Source/model/draw/Color.swift:26:23: warning: static property 'aquamarine' is not concurrency-safe because non-'Sendable' type 'Color' may have shared mutable state; this is an error in the Swift 6 language mode
public static let aquamarine = Color(0x7fffd4)
^
/Users/admin/builder/spi-builder-workspace/Source/model/draw/Color.swift:1:12: note: class 'Color' does not conform to the 'Sendable' protocol
open class Color: Fill {
^
/Users/admin/builder/spi-builder-workspace/Source/model/draw/Color.swift:26:23: note: annotate 'aquamarine' with '@MainActor' if property should only be accessed from the main actor
public static let aquamarine = Color(0x7fffd4)
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Source/model/draw/Color.swift:26:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let aquamarine = Color(0x7fffd4)
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Source/model/draw/Color.swift:27:23: warning: static property 'azure' is not concurrency-safe because non-'Sendable' type 'Color' may have shared mutable state; this is an error in the Swift 6 language mode
public static let azure = Color(0xf0ffff)
^
/Users/admin/builder/spi-builder-workspace/Source/model/draw/Color.swift:1:12: note: class 'Color' does not conform to the 'Sendable' protocol
open class Color: Fill {
^
/Users/admin/builder/spi-builder-workspace/Source/model/draw/Color.swift:27:23: note: annotate 'azure' with '@MainActor' if property should only be accessed from the main actor
public static let azure = Color(0xf0ffff)
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Source/model/draw/Color.swift:27:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let azure = Color(0xf0ffff)
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Source/model/draw/Color.swift:28:23: warning: static property 'beige' is not concurrency-safe because non-'Sendable' type 'Color' may have shared mutable state; this is an error in the Swift 6 language mode
public static let beige = Color(0xf5f5dc)
^
/Users/admin/builder/spi-builder-workspace/Source/model/draw/Color.swift:1:12: note: class 'Color' does not conform to the 'Sendable' protocol
open class Color: Fill {
^
/Users/admin/builder/spi-builder-workspace/Source/model/draw/Color.swift:28:23: note: annotate 'beige' with '@MainActor' if property should only be accessed from the main actor
public static let beige = Color(0xf5f5dc)
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Source/model/draw/Color.swift:28:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let beige = Color(0xf5f5dc)
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Source/model/draw/Color.swift:29:23: warning: static property 'bisque' is not concurrency-safe because non-'Sendable' type 'Color' may have shared mutable state; this is an error in the Swift 6 language mode
public static let bisque = Color(0xffe4c4)
^
/Users/admin/builder/spi-builder-workspace/Source/model/draw/Color.swift:1:12: note: class 'Color' does not conform to the 'Sendable' protocol
open class Color: Fill {
^
/Users/admin/builder/spi-builder-workspace/Source/model/draw/Color.swift:29:23: note: annotate 'bisque' with '@MainActor' if property should only be accessed from the main actor
public static let bisque = Color(0xffe4c4)
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Source/model/draw/Color.swift:29:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let bisque = Color(0xffe4c4)
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Source/model/draw/Color.swift:30:23: warning: static property 'blanchedAlmond' is not concurrency-safe because non-'Sendable' type 'Color' may have shared mutable state; this is an error in the Swift 6 language mode
public static let blanchedAlmond = Color(0xffebcd)
^
/Users/admin/builder/spi-builder-workspace/Source/model/draw/Color.swift:1:12: note: class 'Color' does not conform to the 'Sendable' protocol
open class Color: Fill {
^
/Users/admin/builder/spi-builder-workspace/Source/model/draw/Color.swift:30:23: note: annotate 'blanchedAlmond' with '@MainActor' if property should only be accessed from the main actor
public static let blanchedAlmond = Color(0xffebcd)
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Source/model/draw/Color.swift:30:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let blanchedAlmond = Color(0xffebcd)
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Source/model/draw/Color.swift:31:23: warning: static property 'blueViolet' is not concurrency-safe because non-'Sendable' type 'Color' may have shared mutable state; this is an error in the Swift 6 language mode
public static let blueViolet = Color(0x8a2be2)
^
/Users/admin/builder/spi-builder-workspace/Source/model/draw/Color.swift:1:12: note: class 'Color' does not conform to the 'Sendable' protocol
open class Color: Fill {
^
/Users/admin/builder/spi-builder-workspace/Source/model/draw/Color.swift:31:23: note: annotate 'blueViolet' with '@MainActor' if property should only be accessed from the main actor
public static let blueViolet = Color(0x8a2be2)
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Source/model/draw/Color.swift:31:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let blueViolet = Color(0x8a2be2)
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Source/model/draw/Color.swift:32:23: warning: static property 'brown' is not concurrency-safe because non-'Sendable' type 'Color' may have shared mutable state; this is an error in the Swift 6 language mode
public static let brown = Color(0xa52a2a)
^
/Users/admin/builder/spi-builder-workspace/Source/model/draw/Color.swift:1:12: note: class 'Color' does not conform to the 'Sendable' protocol
open class Color: Fill {
^
/Users/admin/builder/spi-builder-workspace/Source/model/draw/Color.swift:32:23: note: annotate 'brown' with '@MainActor' if property should only be accessed from the main actor
public static let brown = Color(0xa52a2a)
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Source/model/draw/Color.swift:32:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let brown = Color(0xa52a2a)
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Source/model/draw/Color.swift:33:23: warning: static property 'burlywood' is not concurrency-safe because non-'Sendable' type 'Color' may have shared mutable state; this is an error in the Swift 6 language mode
public static let burlywood = Color(0xdeb887)
^
/Users/admin/builder/spi-builder-workspace/Source/model/draw/Color.swift:1:12: note: class 'Color' does not conform to the 'Sendable' protocol
open class Color: Fill {
^
/Users/admin/builder/spi-builder-workspace/Source/model/draw/Color.swift:33:23: note: annotate 'burlywood' with '@MainActor' if property should only be accessed from the main actor
public static let burlywood = Color(0xdeb887)
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Source/model/draw/Color.swift:33:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let burlywood = Color(0xdeb887)
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Source/model/draw/Color.swift:34:23: warning: static property 'cadetBlue' is not concurrency-safe because non-'Sendable' type 'Color' may have shared mutable state; this is an error in the Swift 6 language mode
public static let cadetBlue = Color(0x5f9ea0)
^
/Users/admin/builder/spi-builder-workspace/Source/model/draw/Color.swift:1:12: note: class 'Color' does not conform to the 'Sendable' protocol
open class Color: Fill {
^
/Users/admin/builder/spi-builder-workspace/Source/model/draw/Color.swift:34:23: note: annotate 'cadetBlue' with '@MainActor' if property should only be accessed from the main actor
public static let cadetBlue = Color(0x5f9ea0)
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Source/model/draw/Color.swift:34:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let cadetBlue = Color(0x5f9ea0)
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Source/model/draw/Color.swift:35:23: warning: static property 'chartreuse' is not concurrency-safe because non-'Sendable' type 'Color' may have shared mutable state; this is an error in the Swift 6 language mode
public static let chartreuse = Color(0x7fff00)
^
/Users/admin/builder/spi-builder-workspace/Source/model/draw/Color.swift:1:12: note: class 'Color' does not conform to the 'Sendable' protocol
open class Color: Fill {
^
/Users/admin/builder/spi-builder-workspace/Source/model/draw/Color.swift:35:23: note: annotate 'chartreuse' with '@MainActor' if property should only be accessed from the main actor
public static let chartreuse = Color(0x7fff00)
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Source/model/draw/Color.swift:35:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let chartreuse = Color(0x7fff00)
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Source/model/draw/Color.swift:36:23: warning: static property 'chocolate' is not concurrency-safe because non-'Sendable' type 'Color' may have shared mutable state; this is an error in the Swift 6 language mode
public static let chocolate = Color(0xd2691e)
^
/Users/admin/builder/spi-builder-workspace/Source/model/draw/Color.swift:1:12: note: class 'Color' does not conform to the 'Sendable' protocol
open class Color: Fill {
^
/Users/admin/builder/spi-builder-workspace/Source/model/draw/Color.swift:36:23: note: annotate 'chocolate' with '@MainActor' if property should only be accessed from the main actor
public static let chocolate = Color(0xd2691e)
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Source/model/draw/Color.swift:36:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let chocolate = Color(0xd2691e)
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Source/model/draw/Color.swift:37:23: warning: static property 'coral' is not concurrency-safe because non-'Sendable' type 'Color' may have shared mutable state; this is an error in the Swift 6 language mode
public static let coral = Color(0xff7f50)
^
/Users/admin/builder/spi-builder-workspace/Source/model/draw/Color.swift:1:12: note: class 'Color' does not conform to the 'Sendable' protocol
open class Color: Fill {
^
/Users/admin/builder/spi-builder-workspace/Source/model/draw/Color.swift:37:23: note: annotate 'coral' with '@MainActor' if property should only be accessed from the main actor
public static let coral = Color(0xff7f50)
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Source/model/draw/Color.swift:37:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let coral = Color(0xff7f50)
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Source/model/draw/Color.swift:38:23: warning: static property 'cornflowerBlue' is not concurrency-safe because non-'Sendable' type 'Color' may have shared mutable state; this is an error in the Swift 6 language mode
public static let cornflowerBlue = Color(0x6495ed)
^
/Users/admin/builder/spi-builder-workspace/Source/model/draw/Color.swift:1:12: note: class 'Color' does not conform to the 'Sendable' protocol
open class Color: Fill {
^
/Users/admin/builder/spi-builder-workspace/Source/model/draw/Color.swift:38:23: note: annotate 'cornflowerBlue' with '@MainActor' if property should only be accessed from the main actor
public static let cornflowerBlue = Color(0x6495ed)
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Source/model/draw/Color.swift:38:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let cornflowerBlue = Color(0x6495ed)
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Source/model/draw/Color.swift:39:23: warning: static property 'cornsilk' is not concurrency-safe because non-'Sendable' type 'Color' may have shared mutable state; this is an error in the Swift 6 language mode
public static let cornsilk = Color(0xfff8dc)
^
/Users/admin/builder/spi-builder-workspace/Source/model/draw/Color.swift:1:12: note: class 'Color' does not conform to the 'Sendable' protocol
open class Color: Fill {
^
/Users/admin/builder/spi-builder-workspace/Source/model/draw/Color.swift:39:23: note: annotate 'cornsilk' with '@MainActor' if property should only be accessed from the main actor
public static let cornsilk = Color(0xfff8dc)
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Source/model/draw/Color.swift:39:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let cornsilk = Color(0xfff8dc)
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Source/model/draw/Color.swift:40:23: warning: static property 'crimson' is not concurrency-safe because non-'Sendable' type 'Color' may have shared mutable state; this is an error in the Swift 6 language mode
public static let crimson = Color(0xdc143c)
^
/Users/admin/builder/spi-builder-workspace/Source/model/draw/Color.swift:1:12: note: class 'Color' does not conform to the 'Sendable' protocol
open class Color: Fill {
^
/Users/admin/builder/spi-builder-workspace/Source/model/draw/Color.swift:40:23: note: annotate 'crimson' with '@MainActor' if property should only be accessed from the main actor
public static let crimson = Color(0xdc143c)
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Source/model/draw/Color.swift:40:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let crimson = Color(0xdc143c)
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Source/model/draw/Color.swift:41:23: warning: static property 'cyan' is not concurrency-safe because non-'Sendable' type 'Color' may have shared mutable state; this is an error in the Swift 6 language mode
public static let cyan = Color(0x00ffff)
^
/Users/admin/builder/spi-builder-workspace/Source/model/draw/Color.swift:1:12: note: class 'Color' does not conform to the 'Sendable' protocol
open class Color: Fill {
^
/Users/admin/builder/spi-builder-workspace/Source/model/draw/Color.swift:41:23: note: annotate 'cyan' with '@MainActor' if property should only be accessed from the main actor
public static let cyan = Color(0x00ffff)
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Source/model/draw/Color.swift:41:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let cyan = Color(0x00ffff)
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Source/model/draw/Color.swift:42:23: warning: static property 'darkBlue' is not concurrency-safe because non-'Sendable' type 'Color' may have shared mutable state; this is an error in the Swift 6 language mode
public static let darkBlue = Color(0x00008b)
^
/Users/admin/builder/spi-builder-workspace/Source/model/draw/Color.swift:1:12: note: class 'Color' does not conform to the 'Sendable' protocol
open class Color: Fill {
^
/Users/admin/builder/spi-builder-workspace/Source/model/draw/Color.swift:42:23: note: annotate 'darkBlue' with '@MainActor' if property should only be accessed from the main actor
public static let darkBlue = Color(0x00008b)
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Source/model/draw/Color.swift:42:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let darkBlue = Color(0x00008b)
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Source/model/draw/Color.swift:43:23: warning: static property 'darkCyan' is not concurrency-safe because non-'Sendable' type 'Color' may have shared mutable state; this is an error in the Swift 6 language mode
public static let darkCyan = Color(0x008b8b)
^
/Users/admin/builder/spi-builder-workspace/Source/model/draw/Color.swift:1:12: note: class 'Color' does not conform to the 'Sendable' protocol
open class Color: Fill {
^
/Users/admin/builder/spi-builder-workspace/Source/model/draw/Color.swift:43:23: note: annotate 'darkCyan' with '@MainActor' if property should only be accessed from the main actor
public static let darkCyan = Color(0x008b8b)
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Source/model/draw/Color.swift:43:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let darkCyan = Color(0x008b8b)
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Source/model/draw/Color.swift:44:23: warning: static property 'darkGoldenrod' is not concurrency-safe because non-'Sendable' type 'Color' may have shared mutable state; this is an error in the Swift 6 language mode
public static let darkGoldenrod = Color(0xb8860b)
^
/Users/admin/builder/spi-builder-workspace/Source/model/draw/Color.swift:1:12: note: class 'Color' does not conform to the 'Sendable' protocol
open class Color: Fill {
^
/Users/admin/builder/spi-builder-workspace/Source/model/draw/Color.swift:44:23: note: annotate 'darkGoldenrod' with '@MainActor' if property should only be accessed from the main actor
public static let darkGoldenrod = Color(0xb8860b)
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Source/model/draw/Color.swift:44:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let darkGoldenrod = Color(0xb8860b)
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Source/model/draw/Color.swift:45:23: warning: static property 'darkGray' is not concurrency-safe because non-'Sendable' type 'Color' may have shared mutable state; this is an error in the Swift 6 language mode
public static let darkGray = Color(0xa9a9a9)
^
/Users/admin/builder/spi-builder-workspace/Source/model/draw/Color.swift:1:12: note: class 'Color' does not conform to the 'Sendable' protocol
open class Color: Fill {
^
/Users/admin/builder/spi-builder-workspace/Source/model/draw/Color.swift:45:23: note: annotate 'darkGray' with '@MainActor' if property should only be accessed from the main actor
public static let darkGray = Color(0xa9a9a9)
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Source/model/draw/Color.swift:45:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let darkGray = Color(0xa9a9a9)
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Source/model/draw/Color.swift:46:23: warning: static property 'darkGreen' is not concurrency-safe because non-'Sendable' type 'Color' may have shared mutable state; this is an error in the Swift 6 language mode
public static let darkGreen = Color(0x006400)
^
/Users/admin/builder/spi-builder-workspace/Source/model/draw/Color.swift:1:12: note: class 'Color' does not conform to the 'Sendable' protocol
open class Color: Fill {
^
/Users/admin/builder/spi-builder-workspace/Source/model/draw/Color.swift:46:23: note: annotate 'darkGreen' with '@MainActor' if property should only be accessed from the main actor
public static let darkGreen = Color(0x006400)
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Source/model/draw/Color.swift:46:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let darkGreen = Color(0x006400)
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Source/model/draw/Color.swift:47:23: warning: static property 'darkKhaki' is not concurrency-safe because non-'Sendable' type 'Color' may have shared mutable state; this is an error in the Swift 6 language mode
public static let darkKhaki = Color(0xbdb76b)
^
/Users/admin/builder/spi-builder-workspace/Source/model/draw/Color.swift:1:12: note: class 'Color' does not conform to the 'Sendable' protocol
open class Color: Fill {
^
/Users/admin/builder/spi-builder-workspace/Source/model/draw/Color.swift:47:23: note: annotate 'darkKhaki' with '@MainActor' if property should only be accessed from the main actor
public static let darkKhaki = Color(0xbdb76b)
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Source/model/draw/Color.swift:47:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let darkKhaki = Color(0xbdb76b)
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Source/model/draw/Color.swift:48:23: warning: static property 'darkMagenta' is not concurrency-safe because non-'Sendable' type 'Color' may have shared mutable state; this is an error in the Swift 6 language mode
public static let darkMagenta = Color(0x8b008b)
^
/Users/admin/builder/spi-builder-workspace/Source/model/draw/Color.swift:1:12: note: class 'Color' does not conform to the 'Sendable' protocol
open class Color: Fill {
^
/Users/admin/builder/spi-builder-workspace/Source/model/draw/Color.swift:48:23: note: annotate 'darkMagenta' with '@MainActor' if property should only be accessed from the main actor
public static let darkMagenta = Color(0x8b008b)
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Source/model/draw/Color.swift:48:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let darkMagenta = Color(0x8b008b)
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Source/model/draw/Color.swift:49:23: warning: static property 'darkOliveGreen' is not concurrency-safe because non-'Sendable' type 'Color' may have shared mutable state; this is an error in the Swift 6 language mode
public static let darkOliveGreen = Color(0x556b2f)
^
/Users/admin/builder/spi-builder-workspace/Source/model/draw/Color.swift:1:12: note: class 'Color' does not conform to the 'Sendable' protocol
open class Color: Fill {
^
/Users/admin/builder/spi-builder-workspace/Source/model/draw/Color.swift:49:23: note: annotate 'darkOliveGreen' with '@MainActor' if property should only be accessed from the main actor
public static let darkOliveGreen = Color(0x556b2f)
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Source/model/draw/Color.swift:49:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let darkOliveGreen = Color(0x556b2f)
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Source/model/draw/Color.swift:50:23: warning: static property 'darkOrange' is not concurrency-safe because non-'Sendable' type 'Color' may have shared mutable state; this is an error in the Swift 6 language mode
public static let darkOrange = Color(0xff8c00)
^
/Users/admin/builder/spi-builder-workspace/Source/model/draw/Color.swift:1:12: note: class 'Color' does not conform to the 'Sendable' protocol
open class Color: Fill {
^
/Users/admin/builder/spi-builder-workspace/Source/model/draw/Color.swift:50:23: note: annotate 'darkOrange' with '@MainActor' if property should only be accessed from the main actor
public static let darkOrange = Color(0xff8c00)
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Source/model/draw/Color.swift:50:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let darkOrange = Color(0xff8c00)
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Source/model/draw/Color.swift:51:23: warning: static property 'darkOrchid' is not concurrency-safe because non-'Sendable' type 'Color' may have shared mutable state; this is an error in the Swift 6 language mode
public static let darkOrchid = Color(0x9932cc)
^
/Users/admin/builder/spi-builder-workspace/Source/model/draw/Color.swift:1:12: note: class 'Color' does not conform to the 'Sendable' protocol
open class Color: Fill {
^
/Users/admin/builder/spi-builder-workspace/Source/model/draw/Color.swift:51:23: note: annotate 'darkOrchid' with '@MainActor' if property should only be accessed from the main actor
public static let darkOrchid = Color(0x9932cc)
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Source/model/draw/Color.swift:51:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let darkOrchid = Color(0x9932cc)
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Source/model/draw/Color.swift:52:23: warning: static property 'darkRed' is not concurrency-safe because non-'Sendable' type 'Color' may have shared mutable state; this is an error in the Swift 6 language mode
public static let darkRed = Color(0x8b0000)
^
/Users/admin/builder/spi-builder-workspace/Source/model/draw/Color.swift:1:12: note: class 'Color' does not conform to the 'Sendable' protocol
open class Color: Fill {
^
/Users/admin/builder/spi-builder-workspace/Source/model/draw/Color.swift:52:23: note: annotate 'darkRed' with '@MainActor' if property should only be accessed from the main actor
public static let darkRed = Color(0x8b0000)
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Source/model/draw/Color.swift:52:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let darkRed = Color(0x8b0000)
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Source/model/draw/Color.swift:53:23: warning: static property 'darkSalmon' is not concurrency-safe because non-'Sendable' type 'Color' may have shared mutable state; this is an error in the Swift 6 language mode
public static let darkSalmon = Color(0xe9967a)
^
/Users/admin/builder/spi-builder-workspace/Source/model/draw/Color.swift:1:12: note: class 'Color' does not conform to the 'Sendable' protocol
open class Color: Fill {
^
/Users/admin/builder/spi-builder-workspace/Source/model/draw/Color.swift:53:23: note: annotate 'darkSalmon' with '@MainActor' if property should only be accessed from the main actor
public static let darkSalmon = Color(0xe9967a)
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Source/model/draw/Color.swift:53:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let darkSalmon = Color(0xe9967a)
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Source/model/draw/Color.swift:54:23: warning: static property 'darkSeaGreen' is not concurrency-safe because non-'Sendable' type 'Color' may have shared mutable state; this is an error in the Swift 6 language mode
public static let darkSeaGreen = Color(0x8fbc8f)
^
/Users/admin/builder/spi-builder-workspace/Source/model/draw/Color.swift:1:12: note: class 'Color' does not conform to the 'Sendable' protocol
open class Color: Fill {
^
/Users/admin/builder/spi-builder-workspace/Source/model/draw/Color.swift:54:23: note: annotate 'darkSeaGreen' with '@MainActor' if property should only be accessed from the main actor
public static let darkSeaGreen = Color(0x8fbc8f)
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Source/model/draw/Color.swift:54:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let darkSeaGreen = Color(0x8fbc8f)
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Source/model/draw/Color.swift:55:23: warning: static property 'darkSlateBlue' is not concurrency-safe because non-'Sendable' type 'Color' may have shared mutable state; this is an error in the Swift 6 language mode
public static let darkSlateBlue = Color(0x483d8b)
^
/Users/admin/builder/spi-builder-workspace/Source/model/draw/Color.swift:1:12: note: class 'Color' does not conform to the 'Sendable' protocol
open class Color: Fill {
^
/Users/admin/builder/spi-builder-workspace/Source/model/draw/Color.swift:55:23: note: annotate 'darkSlateBlue' with '@MainActor' if property should only be accessed from the main actor
public static let darkSlateBlue = Color(0x483d8b)
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Source/model/draw/Color.swift:55:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let darkSlateBlue = Color(0x483d8b)
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Source/model/draw/Color.swift:56:23: warning: static property 'darkSlateGray' is not concurrency-safe because non-'Sendable' type 'Color' may have shared mutable state; this is an error in the Swift 6 language mode
public static let darkSlateGray = Color(0x2f4f4f)
^
/Users/admin/builder/spi-builder-workspace/Source/model/draw/Color.swift:1:12: note: class 'Color' does not conform to the 'Sendable' protocol
open class Color: Fill {
^
/Users/admin/builder/spi-builder-workspace/Source/model/draw/Color.swift:56:23: note: annotate 'darkSlateGray' with '@MainActor' if property should only be accessed from the main actor
public static let darkSlateGray = Color(0x2f4f4f)
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Source/model/draw/Color.swift:56:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let darkSlateGray = Color(0x2f4f4f)
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Source/model/draw/Color.swift:57:23: warning: static property 'darkTurquoise' is not concurrency-safe because non-'Sendable' type 'Color' may have shared mutable state; this is an error in the Swift 6 language mode
public static let darkTurquoise = Color(0x00ced1)
^
/Users/admin/builder/spi-builder-workspace/Source/model/draw/Color.swift:1:12: note: class 'Color' does not conform to the 'Sendable' protocol
open class Color: Fill {
^
/Users/admin/builder/spi-builder-workspace/Source/model/draw/Color.swift:57:23: note: annotate 'darkTurquoise' with '@MainActor' if property should only be accessed from the main actor
public static let darkTurquoise = Color(0x00ced1)
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Source/model/draw/Color.swift:57:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let darkTurquoise = Color(0x00ced1)
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Source/model/draw/Color.swift:58:23: warning: static property 'darkViolet' is not concurrency-safe because non-'Sendable' type 'Color' may have shared mutable state; this is an error in the Swift 6 language mode
public static let darkViolet = Color(0x9400d3)
^
/Users/admin/builder/spi-builder-workspace/Source/model/draw/Color.swift:1:12: note: class 'Color' does not conform to the 'Sendable' protocol
open class Color: Fill {
^
/Users/admin/builder/spi-builder-workspace/Source/model/draw/Color.swift:58:23: note: annotate 'darkViolet' with '@MainActor' if property should only be accessed from the main actor
public static let darkViolet = Color(0x9400d3)
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Source/model/draw/Color.swift:58:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let darkViolet = Color(0x9400d3)
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Source/model/draw/Color.swift:59:23: warning: static property 'deepPink' is not concurrency-safe because non-'Sendable' type 'Color' may have shared mutable state; this is an error in the Swift 6 language mode
public static let deepPink = Color(0xff1493)
^
/Users/admin/builder/spi-builder-workspace/Source/model/draw/Color.swift:1:12: note: class 'Color' does not conform to the 'Sendable' protocol
open class Color: Fill {
^
/Users/admin/builder/spi-builder-workspace/Source/model/draw/Color.swift:59:23: note: annotate 'deepPink' with '@MainActor' if property should only be accessed from the main actor
public static let deepPink = Color(0xff1493)
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Source/model/draw/Color.swift:59:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let deepPink = Color(0xff1493)
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Source/model/draw/Color.swift:60:23: warning: static property 'deepSkyBlue' is not concurrency-safe because non-'Sendable' type 'Color' may have shared mutable state; this is an error in the Swift 6 language mode
public static let deepSkyBlue = Color(0x00bfff)
^
/Users/admin/builder/spi-builder-workspace/Source/model/draw/Color.swift:1:12: note: class 'Color' does not conform to the 'Sendable' protocol
open class Color: Fill {
^
/Users/admin/builder/spi-builder-workspace/Source/model/draw/Color.swift:60:23: note: annotate 'deepSkyBlue' with '@MainActor' if property should only be accessed from the main actor
public static let deepSkyBlue = Color(0x00bfff)
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Source/model/draw/Color.swift:60:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let deepSkyBlue = Color(0x00bfff)
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Source/model/draw/Color.swift:61:23: warning: static property 'dimGray' is not concurrency-safe because non-'Sendable' type 'Color' may have shared mutable state; this is an error in the Swift 6 language mode
public static let dimGray = Color(0x696969)
^
/Users/admin/builder/spi-builder-workspace/Source/model/draw/Color.swift:1:12: note: class 'Color' does not conform to the 'Sendable' protocol
open class Color: Fill {
^
/Users/admin/builder/spi-builder-workspace/Source/model/draw/Color.swift:61:23: note: annotate 'dimGray' with '@MainActor' if property should only be accessed from the main actor
public static let dimGray = Color(0x696969)
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Source/model/draw/Color.swift:61:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let dimGray = Color(0x696969)
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Source/model/draw/Color.swift:62:23: warning: static property 'dodgerBlue' is not concurrency-safe because non-'Sendable' type 'Color' may have shared mutable state; this is an error in the Swift 6 language mode
public static let dodgerBlue = Color(0x1e90ff)
^
/Users/admin/builder/spi-builder-workspace/Source/model/draw/Color.swift:1:12: note: class 'Color' does not conform to the 'Sendable' protocol
open class Color: Fill {
^
/Users/admin/builder/spi-builder-workspace/Source/model/draw/Color.swift:62:23: note: annotate 'dodgerBlue' with '@MainActor' if property should only be accessed from the main actor
public static let dodgerBlue = Color(0x1e90ff)
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Source/model/draw/Color.swift:62:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let dodgerBlue = Color(0x1e90ff)
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Source/model/draw/Color.swift:63:23: warning: static property 'firebrick' is not concurrency-safe because non-'Sendable' type 'Color' may have shared mutable state; this is an error in the Swift 6 language mode
public static let firebrick = Color(0xb22222)
^
/Users/admin/builder/spi-builder-workspace/Source/model/draw/Color.swift:1:12: note: class 'Color' does not conform to the 'Sendable' protocol
open class Color: Fill {
^
/Users/admin/builder/spi-builder-workspace/Source/model/draw/Color.swift:63:23: note: annotate 'firebrick' with '@MainActor' if property should only be accessed from the main actor
public static let firebrick = Color(0xb22222)
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Source/model/draw/Color.swift:63:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let firebrick = Color(0xb22222)
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Source/model/draw/Color.swift:64:23: warning: static property 'floralWhite' is not concurrency-safe because non-'Sendable' type 'Color' may have shared mutable state; this is an error in the Swift 6 language mode
public static let floralWhite = Color(0xfffaf0)
^
/Users/admin/builder/spi-builder-workspace/Source/model/draw/Color.swift:1:12: note: class 'Color' does not conform to the 'Sendable' protocol
open class Color: Fill {
^
/Users/admin/builder/spi-builder-workspace/Source/model/draw/Color.swift:64:23: note: annotate 'floralWhite' with '@MainActor' if property should only be accessed from the main actor
public static let floralWhite = Color(0xfffaf0)
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Source/model/draw/Color.swift:64:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let floralWhite = Color(0xfffaf0)
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Source/model/draw/Color.swift:65:23: warning: static property 'forestGreen' is not concurrency-safe because non-'Sendable' type 'Color' may have shared mutable state; this is an error in the Swift 6 language mode
public static let forestGreen = Color(0x228b22)
^
/Users/admin/builder/spi-builder-workspace/Source/model/draw/Color.swift:1:12: note: class 'Color' does not conform to the 'Sendable' protocol
open class Color: Fill {
^
/Users/admin/builder/spi-builder-workspace/Source/model/draw/Color.swift:65:23: note: annotate 'forestGreen' with '@MainActor' if property should only be accessed from the main actor
public static let forestGreen = Color(0x228b22)
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Source/model/draw/Color.swift:65:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let forestGreen = Color(0x228b22)
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Source/model/draw/Color.swift:66:23: warning: static property 'gainsboro' is not concurrency-safe because non-'Sendable' type 'Color' may have shared mutable state; this is an error in the Swift 6 language mode
public static let gainsboro = Color(0xdcdcdc)
^
/Users/admin/builder/spi-builder-workspace/Source/model/draw/Color.swift:1:12: note: class 'Color' does not conform to the 'Sendable' protocol
open class Color: Fill {
^
/Users/admin/builder/spi-builder-workspace/Source/model/draw/Color.swift:66:23: note: annotate 'gainsboro' with '@MainActor' if property should only be accessed from the main actor
public static let gainsboro = Color(0xdcdcdc)
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Source/model/draw/Color.swift:66:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let gainsboro = Color(0xdcdcdc)
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Source/model/draw/Color.swift:67:23: warning: static property 'ghostWhite' is not concurrency-safe because non-'Sendable' type 'Color' may have shared mutable state; this is an error in the Swift 6 language mode
public static let ghostWhite = Color(0xf8f8ff)
^
/Users/admin/builder/spi-builder-workspace/Source/model/draw/Color.swift:1:12: note: class 'Color' does not conform to the 'Sendable' protocol
open class Color: Fill {
^
/Users/admin/builder/spi-builder-workspace/Source/model/draw/Color.swift:67:23: note: annotate 'ghostWhite' with '@MainActor' if property should only be accessed from the main actor
public static let ghostWhite = Color(0xf8f8ff)
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Source/model/draw/Color.swift:67:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let ghostWhite = Color(0xf8f8ff)
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Source/model/draw/Color.swift:68:23: warning: static property 'gold' is not concurrency-safe because non-'Sendable' type 'Color' may have shared mutable state; this is an error in the Swift 6 language mode
public static let gold = Color(0xffd700)
^
/Users/admin/builder/spi-builder-workspace/Source/model/draw/Color.swift:1:12: note: class 'Color' does not conform to the 'Sendable' protocol
open class Color: Fill {
^
/Users/admin/builder/spi-builder-workspace/Source/model/draw/Color.swift:68:23: note: annotate 'gold' with '@MainActor' if property should only be accessed from the main actor
public static let gold = Color(0xffd700)
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Source/model/draw/Color.swift:68:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let gold = Color(0xffd700)
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Source/model/draw/Color.swift:69:23: warning: static property 'goldenrod' is not concurrency-safe because non-'Sendable' type 'Color' may have shared mutable state; this is an error in the Swift 6 language mode
public static let goldenrod = Color(0xdaa520)
^
/Users/admin/builder/spi-builder-workspace/Source/model/draw/Color.swift:1:12: note: class 'Color' does not conform to the 'Sendable' protocol
open class Color: Fill {
^
/Users/admin/builder/spi-builder-workspace/Source/model/draw/Color.swift:69:23: note: annotate 'goldenrod' with '@MainActor' if property should only be accessed from the main actor
public static let goldenrod = Color(0xdaa520)
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Source/model/draw/Color.swift:69:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let goldenrod = Color(0xdaa520)
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Source/model/draw/Color.swift:70:23: warning: static property 'greenYellow' is not concurrency-safe because non-'Sendable' type 'Color' may have shared mutable state; this is an error in the Swift 6 language mode
public static let greenYellow = Color(0xadff2f)
^
/Users/admin/builder/spi-builder-workspace/Source/model/draw/Color.swift:1:12: note: class 'Color' does not conform to the 'Sendable' protocol
open class Color: Fill {
^
/Users/admin/builder/spi-builder-workspace/Source/model/draw/Color.swift:70:23: note: annotate 'greenYellow' with '@MainActor' if property should only be accessed from the main actor
public static let greenYellow = Color(0xadff2f)
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Source/model/draw/Color.swift:70:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let greenYellow = Color(0xadff2f)
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Source/model/draw/Color.swift:71:23: warning: static property 'honeydew' is not concurrency-safe because non-'Sendable' type 'Color' may have shared mutable state; this is an error in the Swift 6 language mode
public static let honeydew = Color(0xf0fff0)
^
/Users/admin/builder/spi-builder-workspace/Source/model/draw/Color.swift:1:12: note: class 'Color' does not conform to the 'Sendable' protocol
open class Color: Fill {
^
/Users/admin/builder/spi-builder-workspace/Source/model/draw/Color.swift:71:23: note: annotate 'honeydew' with '@MainActor' if property should only be accessed from the main actor
public static let honeydew = Color(0xf0fff0)
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Source/model/draw/Color.swift:71:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let honeydew = Color(0xf0fff0)
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Source/model/draw/Color.swift:72:23: warning: static property 'hotPink' is not concurrency-safe because non-'Sendable' type 'Color' may have shared mutable state; this is an error in the Swift 6 language mode
public static let hotPink = Color(0xff69b4)
^
/Users/admin/builder/spi-builder-workspace/Source/model/draw/Color.swift:1:12: note: class 'Color' does not conform to the 'Sendable' protocol
open class Color: Fill {
^
/Users/admin/builder/spi-builder-workspace/Source/model/draw/Color.swift:72:23: note: annotate 'hotPink' with '@MainActor' if property should only be accessed from the main actor
public static let hotPink = Color(0xff69b4)
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Source/model/draw/Color.swift:72:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let hotPink = Color(0xff69b4)
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Source/model/draw/Color.swift:73:23: warning: static property 'indianRed' is not concurrency-safe because non-'Sendable' type 'Color' may have shared mutable state; this is an error in the Swift 6 language mode
public static let indianRed = Color(0xcd5c5c)
^
/Users/admin/builder/spi-builder-workspace/Source/model/draw/Color.swift:1:12: note: class 'Color' does not conform to the 'Sendable' protocol
open class Color: Fill {
^
/Users/admin/builder/spi-builder-workspace/Source/model/draw/Color.swift:73:23: note: annotate 'indianRed' with '@MainActor' if property should only be accessed from the main actor
public static let indianRed = Color(0xcd5c5c)
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Source/model/draw/Color.swift:73:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let indianRed = Color(0xcd5c5c)
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Source/model/draw/Color.swift:74:23: warning: static property 'indigo' is not concurrency-safe because non-'Sendable' type 'Color' may have shared mutable state; this is an error in the Swift 6 language mode
public static let indigo = Color(0x4b0082)
^
/Users/admin/builder/spi-builder-workspace/Source/model/draw/Color.swift:1:12: note: class 'Color' does not conform to the 'Sendable' protocol
open class Color: Fill {
^
/Users/admin/builder/spi-builder-workspace/Source/model/draw/Color.swift:74:23: note: annotate 'indigo' with '@MainActor' if property should only be accessed from the main actor
public static let indigo = Color(0x4b0082)
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Source/model/draw/Color.swift:74:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let indigo = Color(0x4b0082)
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Source/model/draw/Color.swift:75:23: warning: static property 'ivory' is not concurrency-safe because non-'Sendable' type 'Color' may have shared mutable state; this is an error in the Swift 6 language mode
public static let ivory = Color(0xfffff0)
^
/Users/admin/builder/spi-builder-workspace/Source/model/draw/Color.swift:1:12: note: class 'Color' does not conform to the 'Sendable' protocol
open class Color: Fill {
^
/Users/admin/builder/spi-builder-workspace/Source/model/draw/Color.swift:75:23: note: annotate 'ivory' with '@MainActor' if property should only be accessed from the main actor
public static let ivory = Color(0xfffff0)
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Source/model/draw/Color.swift:75:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let ivory = Color(0xfffff0)
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Source/model/draw/Color.swift:76:23: warning: static property 'khaki' is not concurrency-safe because non-'Sendable' type 'Color' may have shared mutable state; this is an error in the Swift 6 language mode
public static let khaki = Color(0xf0e68c)
^
/Users/admin/builder/spi-builder-workspace/Source/model/draw/Color.swift:1:12: note: class 'Color' does not conform to the 'Sendable' protocol
open class Color: Fill {
^
/Users/admin/builder/spi-builder-workspace/Source/model/draw/Color.swift:76:23: note: annotate 'khaki' with '@MainActor' if property should only be accessed from the main actor
public static let khaki = Color(0xf0e68c)
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Source/model/draw/Color.swift:76:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let khaki = Color(0xf0e68c)
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Source/model/draw/Color.swift:77:23: warning: static property 'lavender' is not concurrency-safe because non-'Sendable' type 'Color' may have shared mutable state; this is an error in the Swift 6 language mode
public static let lavender = Color(0xe6e6fa)
^
/Users/admin/builder/spi-builder-workspace/Source/model/draw/Color.swift:1:12: note: class 'Color' does not conform to the 'Sendable' protocol
open class Color: Fill {
^
/Users/admin/builder/spi-builder-workspace/Source/model/draw/Color.swift:77:23: note: annotate 'lavender' with '@MainActor' if property should only be accessed from the main actor
public static let lavender = Color(0xe6e6fa)
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Source/model/draw/Color.swift:77:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let lavender = Color(0xe6e6fa)
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Source/model/draw/Color.swift:78:23: warning: static property 'lavenderBlush' is not concurrency-safe because non-'Sendable' type 'Color' may have shared mutable state; this is an error in the Swift 6 language mode
public static let lavenderBlush = Color(0xfff0f5)
^
/Users/admin/builder/spi-builder-workspace/Source/model/draw/Color.swift:1:12: note: class 'Color' does not conform to the 'Sendable' protocol
open class Color: Fill {
^
/Users/admin/builder/spi-builder-workspace/Source/model/draw/Color.swift:78:23: note: annotate 'lavenderBlush' with '@MainActor' if property should only be accessed from the main actor
public static let lavenderBlush = Color(0xfff0f5)
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Source/model/draw/Color.swift:78:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let lavenderBlush = Color(0xfff0f5)
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Source/model/draw/Color.swift:79:23: warning: static property 'lawnGreen' is not concurrency-safe because non-'Sendable' type 'Color' may have shared mutable state; this is an error in the Swift 6 language mode
public static let lawnGreen = Color(0x7cfc00)
^
/Users/admin/builder/spi-builder-workspace/Source/model/draw/Color.swift:1:12: note: class 'Color' does not conform to the 'Sendable' protocol
open class Color: Fill {
^
/Users/admin/builder/spi-builder-workspace/Source/model/draw/Color.swift:79:23: note: annotate 'lawnGreen' with '@MainActor' if property should only be accessed from the main actor
public static let lawnGreen = Color(0x7cfc00)
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Source/model/draw/Color.swift:79:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let lawnGreen = Color(0x7cfc00)
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Source/model/draw/Color.swift:80:23: warning: static property 'lemonChiffon' is not concurrency-safe because non-'Sendable' type 'Color' may have shared mutable state; this is an error in the Swift 6 language mode
public static let lemonChiffon = Color(0xfffacd)
^
/Users/admin/builder/spi-builder-workspace/Source/model/draw/Color.swift:1:12: note: class 'Color' does not conform to the 'Sendable' protocol
open class Color: Fill {
^
/Users/admin/builder/spi-builder-workspace/Source/model/draw/Color.swift:80:23: note: annotate 'lemonChiffon' with '@MainActor' if property should only be accessed from the main actor
public static let lemonChiffon = Color(0xfffacd)
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Source/model/draw/Color.swift:80:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let lemonChiffon = Color(0xfffacd)
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Source/model/draw/Color.swift:81:23: warning: static property 'lightBlue' is not concurrency-safe because non-'Sendable' type 'Color' may have shared mutable state; this is an error in the Swift 6 language mode
public static let lightBlue = Color(0xadd8e6)
^
/Users/admin/builder/spi-builder-workspace/Source/model/draw/Color.swift:1:12: note: class 'Color' does not conform to the 'Sendable' protocol
open class Color: Fill {
^
/Users/admin/builder/spi-builder-workspace/Source/model/draw/Color.swift:81:23: note: annotate 'lightBlue' with '@MainActor' if property should only be accessed from the main actor
public static let lightBlue = Color(0xadd8e6)
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Source/model/draw/Color.swift:81:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let lightBlue = Color(0xadd8e6)
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Source/model/draw/Color.swift:82:23: warning: static property 'lightCoral' is not concurrency-safe because non-'Sendable' type 'Color' may have shared mutable state; this is an error in the Swift 6 language mode
public static let lightCoral = Color(0xf08080)
^
/Users/admin/builder/spi-builder-workspace/Source/model/draw/Color.swift:1:12: note: class 'Color' does not conform to the 'Sendable' protocol
open class Color: Fill {
^
/Users/admin/builder/spi-builder-workspace/Source/model/draw/Color.swift:82:23: note: annotate 'lightCoral' with '@MainActor' if property should only be accessed from the main actor
public static let lightCoral = Color(0xf08080)
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Source/model/draw/Color.swift:82:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let lightCoral = Color(0xf08080)
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Source/model/draw/Color.swift:83:23: warning: static property 'lightCyan' is not concurrency-safe because non-'Sendable' type 'Color' may have shared mutable state; this is an error in the Swift 6 language mode
public static let lightCyan = Color(0xe0ffff)
^
/Users/admin/builder/spi-builder-workspace/Source/model/draw/Color.swift:1:12: note: class 'Color' does not conform to the 'Sendable' protocol
open class Color: Fill {
^
/Users/admin/builder/spi-builder-workspace/Source/model/draw/Color.swift:83:23: note: annotate 'lightCyan' with '@MainActor' if property should only be accessed from the main actor
public static let lightCyan = Color(0xe0ffff)
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Source/model/draw/Color.swift:83:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let lightCyan = Color(0xe0ffff)
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Source/model/draw/Color.swift:84:23: warning: static property 'lightGoldenrodYellow' is not concurrency-safe because non-'Sendable' type 'Color' may have shared mutable state; this is an error in the Swift 6 language mode
public static let lightGoldenrodYellow = Color(0xfafad2)
^
/Users/admin/builder/spi-builder-workspace/Source/model/draw/Color.swift:1:12: note: class 'Color' does not conform to the 'Sendable' protocol
open class Color: Fill {
^
/Users/admin/builder/spi-builder-workspace/Source/model/draw/Color.swift:84:23: note: annotate 'lightGoldenrodYellow' with '@MainActor' if property should only be accessed from the main actor
public static let lightGoldenrodYellow = Color(0xfafad2)
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Source/model/draw/Color.swift:84:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let lightGoldenrodYellow = Color(0xfafad2)
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Source/model/draw/Color.swift:85:23: warning: static property 'lightGray' is not concurrency-safe because non-'Sendable' type 'Color' may have shared mutable state; this is an error in the Swift 6 language mode
public static let lightGray = Color(0xd3d3d3)
^
/Users/admin/builder/spi-builder-workspace/Source/model/draw/Color.swift:1:12: note: class 'Color' does not conform to the 'Sendable' protocol
open class Color: Fill {
^
/Users/admin/builder/spi-builder-workspace/Source/model/draw/Color.swift:85:23: note: annotate 'lightGray' with '@MainActor' if property should only be accessed from the main actor
public static let lightGray = Color(0xd3d3d3)
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Source/model/draw/Color.swift:85:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let lightGray = Color(0xd3d3d3)
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Source/model/draw/Color.swift:86:23: warning: static property 'lightGreen' is not concurrency-safe because non-'Sendable' type 'Color' may have shared mutable state; this is an error in the Swift 6 language mode
public static let lightGreen = Color(0x90ee90)
^
/Users/admin/builder/spi-builder-workspace/Source/model/draw/Color.swift:1:12: note: class 'Color' does not conform to the 'Sendable' protocol
open class Color: Fill {
^
/Users/admin/builder/spi-builder-workspace/Source/model/draw/Color.swift:86:23: note: annotate 'lightGreen' with '@MainActor' if property should only be accessed from the main actor
public static let lightGreen = Color(0x90ee90)
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Source/model/draw/Color.swift:86:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let lightGreen = Color(0x90ee90)
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Source/model/draw/Color.swift:87:23: warning: static property 'lightPink' is not concurrency-safe because non-'Sendable' type 'Color' may have shared mutable state; this is an error in the Swift 6 language mode
public static let lightPink = Color(0xffb6c1)
^
/Users/admin/builder/spi-builder-workspace/Source/model/draw/Color.swift:1:12: note: class 'Color' does not conform to the 'Sendable' protocol
open class Color: Fill {
^
/Users/admin/builder/spi-builder-workspace/Source/model/draw/Color.swift:87:23: note: annotate 'lightPink' with '@MainActor' if property should only be accessed from the main actor
public static let lightPink = Color(0xffb6c1)
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Source/model/draw/Color.swift:87:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let lightPink = Color(0xffb6c1)
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Source/model/draw/Color.swift:88:23: warning: static property 'lightSalmon' is not concurrency-safe because non-'Sendable' type 'Color' may have shared mutable state; this is an error in the Swift 6 language mode
public static let lightSalmon = Color(0xffa07a)
^
/Users/admin/builder/spi-builder-workspace/Source/model/draw/Color.swift:1:12: note: class 'Color' does not conform to the 'Sendable' protocol
open class Color: Fill {
^
/Users/admin/builder/spi-builder-workspace/Source/model/draw/Color.swift:88:23: note: annotate 'lightSalmon' with '@MainActor' if property should only be accessed from the main actor
public static let lightSalmon = Color(0xffa07a)
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Source/model/draw/Color.swift:88:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let lightSalmon = Color(0xffa07a)
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Source/model/draw/Color.swift:89:23: warning: static property 'lightSeaGreen' is not concurrency-safe because non-'Sendable' type 'Color' may have shared mutable state; this is an error in the Swift 6 language mode
public static let lightSeaGreen = Color(0x20b2aa)
^
/Users/admin/builder/spi-builder-workspace/Source/model/draw/Color.swift:1:12: note: class 'Color' does not conform to the 'Sendable' protocol
open class Color: Fill {
^
/Users/admin/builder/spi-builder-workspace/Source/model/draw/Color.swift:89:23: note: annotate 'lightSeaGreen' with '@MainActor' if property should only be accessed from the main actor
public static let lightSeaGreen = Color(0x20b2aa)
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Source/model/draw/Color.swift:89:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let lightSeaGreen = Color(0x20b2aa)
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Source/model/draw/Color.swift:90:23: warning: static property 'lightSkyBlue' is not concurrency-safe because non-'Sendable' type 'Color' may have shared mutable state; this is an error in the Swift 6 language mode
public static let lightSkyBlue = Color(0x87cefa)
^
/Users/admin/builder/spi-builder-workspace/Source/model/draw/Color.swift:1:12: note: class 'Color' does not conform to the 'Sendable' protocol
open class Color: Fill {
^
/Users/admin/builder/spi-builder-workspace/Source/model/draw/Color.swift:90:23: note: annotate 'lightSkyBlue' with '@MainActor' if property should only be accessed from the main actor
public static let lightSkyBlue = Color(0x87cefa)
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Source/model/draw/Color.swift:90:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let lightSkyBlue = Color(0x87cefa)
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Source/model/draw/Color.swift:91:23: warning: static property 'lightSlateGray' is not concurrency-safe because non-'Sendable' type 'Color' may have shared mutable state; this is an error in the Swift 6 language mode
public static let lightSlateGray = Color(0x778899)
^
/Users/admin/builder/spi-builder-workspace/Source/model/draw/Color.swift:1:12: note: class 'Color' does not conform to the 'Sendable' protocol
open class Color: Fill {
^
/Users/admin/builder/spi-builder-workspace/Source/model/draw/Color.swift:91:23: note: annotate 'lightSlateGray' with '@MainActor' if property should only be accessed from the main actor
public static let lightSlateGray = Color(0x778899)
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Source/model/draw/Color.swift:91:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let lightSlateGray = Color(0x778899)
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Source/model/draw/Color.swift:92:23: warning: static property 'lightSteelBlue' is not concurrency-safe because non-'Sendable' type 'Color' may have shared mutable state; this is an error in the Swift 6 language mode
public static let lightSteelBlue = Color(0xb0c4de)
^
/Users/admin/builder/spi-builder-workspace/Source/model/draw/Color.swift:1:12: note: class 'Color' does not conform to the 'Sendable' protocol
open class Color: Fill {
^
/Users/admin/builder/spi-builder-workspace/Source/model/draw/Color.swift:92:23: note: annotate 'lightSteelBlue' with '@MainActor' if property should only be accessed from the main actor
public static let lightSteelBlue = Color(0xb0c4de)
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Source/model/draw/Color.swift:92:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let lightSteelBlue = Color(0xb0c4de)
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Source/model/draw/Color.swift:93:23: warning: static property 'lightYellow' is not concurrency-safe because non-'Sendable' type 'Color' may have shared mutable state; this is an error in the Swift 6 language mode
public static let lightYellow = Color(0xffffe0)
^
/Users/admin/builder/spi-builder-workspace/Source/model/draw/Color.swift:1:12: note: class 'Color' does not conform to the 'Sendable' protocol
open class Color: Fill {
^
/Users/admin/builder/spi-builder-workspace/Source/model/draw/Color.swift:93:23: note: annotate 'lightYellow' with '@MainActor' if property should only be accessed from the main actor
public static let lightYellow = Color(0xffffe0)
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Source/model/draw/Color.swift:93:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let lightYellow = Color(0xffffe0)
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Source/model/draw/Color.swift:94:23: warning: static property 'limeGreen' is not concurrency-safe because non-'Sendable' type 'Color' may have shared mutable state; this is an error in the Swift 6 language mode
public static let limeGreen = Color(0x32cd32)
^
/Users/admin/builder/spi-builder-workspace/Source/model/draw/Color.swift:1:12: note: class 'Color' does not conform to the 'Sendable' protocol
open class Color: Fill {
^
/Users/admin/builder/spi-builder-workspace/Source/model/draw/Color.swift:94:23: note: annotate 'limeGreen' with '@MainActor' if property should only be accessed from the main actor
public static let limeGreen = Color(0x32cd32)
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Source/model/draw/Color.swift:94:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let limeGreen = Color(0x32cd32)
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Source/model/draw/Color.swift:95:23: warning: static property 'linen' is not concurrency-safe because non-'Sendable' type 'Color' may have shared mutable state; this is an error in the Swift 6 language mode
public static let linen = Color(0xfaf0e6)
^
/Users/admin/builder/spi-builder-workspace/Source/model/draw/Color.swift:1:12: note: class 'Color' does not conform to the 'Sendable' protocol
open class Color: Fill {
^
/Users/admin/builder/spi-builder-workspace/Source/model/draw/Color.swift:95:23: note: annotate 'linen' with '@MainActor' if property should only be accessed from the main actor
public static let linen = Color(0xfaf0e6)
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Source/model/draw/Color.swift:95:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let linen = Color(0xfaf0e6)
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Source/model/draw/Color.swift:96:23: warning: static property 'mediumAquamarine' is not concurrency-safe because non-'Sendable' type 'Color' may have shared mutable state; this is an error in the Swift 6 language mode
public static let mediumAquamarine = Color(0x66cdaa)
^
/Users/admin/builder/spi-builder-workspace/Source/model/draw/Color.swift:1:12: note: class 'Color' does not conform to the 'Sendable' protocol
open class Color: Fill {
^
/Users/admin/builder/spi-builder-workspace/Source/model/draw/Color.swift:96:23: note: annotate 'mediumAquamarine' with '@MainActor' if property should only be accessed from the main actor
public static let mediumAquamarine = Color(0x66cdaa)
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Source/model/draw/Color.swift:96:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let mediumAquamarine = Color(0x66cdaa)
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Source/model/draw/Color.swift:97:23: warning: static property 'mediumBlue' is not concurrency-safe because non-'Sendable' type 'Color' may have shared mutable state; this is an error in the Swift 6 language mode
public static let mediumBlue = Color(0x0000cd)
^
/Users/admin/builder/spi-builder-workspace/Source/model/draw/Color.swift:1:12: note: class 'Color' does not conform to the 'Sendable' protocol
open class Color: Fill {
^
/Users/admin/builder/spi-builder-workspace/Source/model/draw/Color.swift:97:23: note: annotate 'mediumBlue' with '@MainActor' if property should only be accessed from the main actor
public static let mediumBlue = Color(0x0000cd)
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Source/model/draw/Color.swift:97:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let mediumBlue = Color(0x0000cd)
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Source/model/draw/Color.swift:98:23: warning: static property 'mediumOrchid' is not concurrency-safe because non-'Sendable' type 'Color' may have shared mutable state; this is an error in the Swift 6 language mode
public static let mediumOrchid = Color(0xba55d3)
^
/Users/admin/builder/spi-builder-workspace/Source/model/draw/Color.swift:1:12: note: class 'Color' does not conform to the 'Sendable' protocol
open class Color: Fill {
^
/Users/admin/builder/spi-builder-workspace/Source/model/draw/Color.swift:98:23: note: annotate 'mediumOrchid' with '@MainActor' if property should only be accessed from the main actor
public static let mediumOrchid = Color(0xba55d3)
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Source/model/draw/Color.swift:98:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let mediumOrchid = Color(0xba55d3)
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Source/model/draw/Color.swift:99:23: warning: static property 'mediumPurple' is not concurrency-safe because non-'Sendable' type 'Color' may have shared mutable state; this is an error in the Swift 6 language mode
public static let mediumPurple = Color(0x9370db)
^
/Users/admin/builder/spi-builder-workspace/Source/model/draw/Color.swift:1:12: note: class 'Color' does not conform to the 'Sendable' protocol
open class Color: Fill {
^
/Users/admin/builder/spi-builder-workspace/Source/model/draw/Color.swift:99:23: note: annotate 'mediumPurple' with '@MainActor' if property should only be accessed from the main actor
public static let mediumPurple = Color(0x9370db)
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Source/model/draw/Color.swift:99:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let mediumPurple = Color(0x9370db)
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Source/model/draw/Color.swift:100:23: warning: static property 'mediumSeaGreen' is not concurrency-safe because non-'Sendable' type 'Color' may have shared mutable state; this is an error in the Swift 6 language mode
public static let mediumSeaGreen = Color(0x3cb371)
^
/Users/admin/builder/spi-builder-workspace/Source/model/draw/Color.swift:1:12: note: class 'Color' does not conform to the 'Sendable' protocol
open class Color: Fill {
^
/Users/admin/builder/spi-builder-workspace/Source/model/draw/Color.swift:100:23: note: annotate 'mediumSeaGreen' with '@MainActor' if property should only be accessed from the main actor
public static let mediumSeaGreen = Color(0x3cb371)
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Source/model/draw/Color.swift:100:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let mediumSeaGreen = Color(0x3cb371)
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Source/model/draw/Color.swift:101:23: warning: static property 'mediumSlateBlue' is not concurrency-safe because non-'Sendable' type 'Color' may have shared mutable state; this is an error in the Swift 6 language mode
public static let mediumSlateBlue = Color(0x7b68ee)
^
/Users/admin/builder/spi-builder-workspace/Source/model/draw/Color.swift:1:12: note: class 'Color' does not conform to the 'Sendable' protocol
open class Color: Fill {
^
/Users/admin/builder/spi-builder-workspace/Source/model/draw/Color.swift:101:23: note: annotate 'mediumSlateBlue' with '@MainActor' if property should only be accessed from the main actor
public static let mediumSlateBlue = Color(0x7b68ee)
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Source/model/draw/Color.swift:101:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let mediumSlateBlue = Color(0x7b68ee)
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Source/model/draw/Color.swift:102:23: warning: static property 'mediumSpringGreen' is not concurrency-safe because non-'Sendable' type 'Color' may have shared mutable state; this is an error in the Swift 6 language mode
public static let mediumSpringGreen = Color(0x00fa9a)
^
/Users/admin/builder/spi-builder-workspace/Source/model/draw/Color.swift:1:12: note: class 'Color' does not conform to the 'Sendable' protocol
open class Color: Fill {
^
/Users/admin/builder/spi-builder-workspace/Source/model/draw/Color.swift:102:23: note: annotate 'mediumSpringGreen' with '@MainActor' if property should only be accessed from the main actor
public static let mediumSpringGreen = Color(0x00fa9a)
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Source/model/draw/Color.swift:102:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let mediumSpringGreen = Color(0x00fa9a)
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Source/model/draw/Color.swift:103:23: warning: static property 'mediumTurquoise' is not concurrency-safe because non-'Sendable' type 'Color' may have shared mutable state; this is an error in the Swift 6 language mode
public static let mediumTurquoise = Color(0x48d1cc)
^
/Users/admin/builder/spi-builder-workspace/Source/model/draw/Color.swift:1:12: note: class 'Color' does not conform to the 'Sendable' protocol
open class Color: Fill {
^
/Users/admin/builder/spi-builder-workspace/Source/model/draw/Color.swift:103:23: note: annotate 'mediumTurquoise' with '@MainActor' if property should only be accessed from the main actor
public static let mediumTurquoise = Color(0x48d1cc)
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Source/model/draw/Color.swift:103:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let mediumTurquoise = Color(0x48d1cc)
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Source/model/draw/Color.swift:104:23: warning: static property 'mediumVioletRed' is not concurrency-safe because non-'Sendable' type 'Color' may have shared mutable state; this is an error in the Swift 6 language mode
public static let mediumVioletRed = Color(0xc71585)
^
/Users/admin/builder/spi-builder-workspace/Source/model/draw/Color.swift:1:12: note: class 'Color' does not conform to the 'Sendable' protocol
open class Color: Fill {
^
/Users/admin/builder/spi-builder-workspace/Source/model/draw/Color.swift:104:23: note: annotate 'mediumVioletRed' with '@MainActor' if property should only be accessed from the main actor
public static let mediumVioletRed = Color(0xc71585)
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Source/model/draw/Color.swift:104:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let mediumVioletRed = Color(0xc71585)
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Source/model/draw/Color.swift:105:23: warning: static property 'midnightBlue' is not concurrency-safe because non-'Sendable' type 'Color' may have shared mutable state; this is an error in the Swift 6 language mode
public static let midnightBlue = Color(0x191970)
^
/Users/admin/builder/spi-builder-workspace/Source/model/draw/Color.swift:1:12: note: class 'Color' does not conform to the 'Sendable' protocol
open class Color: Fill {
^
/Users/admin/builder/spi-builder-workspace/Source/model/draw/Color.swift:105:23: note: annotate 'midnightBlue' with '@MainActor' if property should only be accessed from the main actor
public static let midnightBlue = Color(0x191970)
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Source/model/draw/Color.swift:105:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let midnightBlue = Color(0x191970)
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Source/model/draw/Color.swift:106:23: warning: static property 'mintCream' is not concurrency-safe because non-'Sendable' type 'Color' may have shared mutable state; this is an error in the Swift 6 language mode
public static let mintCream = Color(0xf5fffa)
^
/Users/admin/builder/spi-builder-workspace/Source/model/draw/Color.swift:1:12: note: class 'Color' does not conform to the 'Sendable' protocol
open class Color: Fill {
^
/Users/admin/builder/spi-builder-workspace/Source/model/draw/Color.swift:106:23: note: annotate 'mintCream' with '@MainActor' if property should only be accessed from the main actor
public static let mintCream = Color(0xf5fffa)
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Source/model/draw/Color.swift:106:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let mintCream = Color(0xf5fffa)
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Source/model/draw/Color.swift:107:23: warning: static property 'mistyRose' is not concurrency-safe because non-'Sendable' type 'Color' may have shared mutable state; this is an error in the Swift 6 language mode
public static let mistyRose = Color(0xffe4e1)
^
/Users/admin/builder/spi-builder-workspace/Source/model/draw/Color.swift:1:12: note: class 'Color' does not conform to the 'Sendable' protocol
open class Color: Fill {
^
/Users/admin/builder/spi-builder-workspace/Source/model/draw/Color.swift:107:23: note: annotate 'mistyRose' with '@MainActor' if property should only be accessed from the main actor
public static let mistyRose = Color(0xffe4e1)
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Source/model/draw/Color.swift:107:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let mistyRose = Color(0xffe4e1)
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Source/model/draw/Color.swift:108:23: warning: static property 'moccasin' is not concurrency-safe because non-'Sendable' type 'Color' may have shared mutable state; this is an error in the Swift 6 language mode
public static let moccasin = Color(0xffe4b5)
^
/Users/admin/builder/spi-builder-workspace/Source/model/draw/Color.swift:1:12: note: class 'Color' does not conform to the 'Sendable' protocol
open class Color: Fill {
^
/Users/admin/builder/spi-builder-workspace/Source/model/draw/Color.swift:108:23: note: annotate 'moccasin' with '@MainActor' if property should only be accessed from the main actor
public static let moccasin = Color(0xffe4b5)
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Source/model/draw/Color.swift:108:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let moccasin = Color(0xffe4b5)
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Source/model/draw/Color.swift:109:23: warning: static property 'navajoWhite' is not concurrency-safe because non-'Sendable' type 'Color' may have shared mutable state; this is an error in the Swift 6 language mode
public static let navajoWhite = Color(0xffdead)
^
/Users/admin/builder/spi-builder-workspace/Source/model/draw/Color.swift:1:12: note: class 'Color' does not conform to the 'Sendable' protocol
open class Color: Fill {
^
/Users/admin/builder/spi-builder-workspace/Source/model/draw/Color.swift:109:23: note: annotate 'navajoWhite' with '@MainActor' if property should only be accessed from the main actor
public static let navajoWhite = Color(0xffdead)
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Source/model/draw/Color.swift:109:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let navajoWhite = Color(0xffdead)
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Source/model/draw/Color.swift:110:23: warning: static property 'oldLace' is not concurrency-safe because non-'Sendable' type 'Color' may have shared mutable state; this is an error in the Swift 6 language mode
public static let oldLace = Color(0xfdf5e6)
^
/Users/admin/builder/spi-builder-workspace/Source/model/draw/Color.swift:1:12: note: class 'Color' does not conform to the 'Sendable' protocol
open class Color: Fill {
^
/Users/admin/builder/spi-builder-workspace/Source/model/draw/Color.swift:110:23: note: annotate 'oldLace' with '@MainActor' if property should only be accessed from the main actor
public static let oldLace = Color(0xfdf5e6)
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Source/model/draw/Color.swift:110:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let oldLace = Color(0xfdf5e6)
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Source/model/draw/Color.swift:111:23: warning: static property 'oliveDrab' is not concurrency-safe because non-'Sendable' type 'Color' may have shared mutable state; this is an error in the Swift 6 language mode
public static let oliveDrab = Color(0x6b8e23)
^
/Users/admin/builder/spi-builder-workspace/Source/model/draw/Color.swift:1:12: note: class 'Color' does not conform to the 'Sendable' protocol
open class Color: Fill {
^
/Users/admin/builder/spi-builder-workspace/Source/model/draw/Color.swift:111:23: note: annotate 'oliveDrab' with '@MainActor' if property should only be accessed from the main actor
public static let oliveDrab = Color(0x6b8e23)
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Source/model/draw/Color.swift:111:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let oliveDrab = Color(0x6b8e23)
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Source/model/draw/Color.swift:112:23: warning: static property 'orange' is not concurrency-safe because non-'Sendable' type 'Color' may have shared mutable state; this is an error in the Swift 6 language mode
public static let orange = Color(0xffa500)
^
/Users/admin/builder/spi-builder-workspace/Source/model/draw/Color.swift:1:12: note: class 'Color' does not conform to the 'Sendable' protocol
open class Color: Fill {
^
/Users/admin/builder/spi-builder-workspace/Source/model/draw/Color.swift:112:23: note: annotate 'orange' with '@MainActor' if property should only be accessed from the main actor
public static let orange = Color(0xffa500)
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Source/model/draw/Color.swift:112:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let orange = Color(0xffa500)
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Source/model/draw/Color.swift:113:23: warning: static property 'orangeRed' is not concurrency-safe because non-'Sendable' type 'Color' may have shared mutable state; this is an error in the Swift 6 language mode
public static let orangeRed = Color(0xff4500)
^
/Users/admin/builder/spi-builder-workspace/Source/model/draw/Color.swift:1:12: note: class 'Color' does not conform to the 'Sendable' protocol
open class Color: Fill {
^
/Users/admin/builder/spi-builder-workspace/Source/model/draw/Color.swift:113:23: note: annotate 'orangeRed' with '@MainActor' if property should only be accessed from the main actor
public static let orangeRed = Color(0xff4500)
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Source/model/draw/Color.swift:113:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let orangeRed = Color(0xff4500)
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Source/model/draw/Color.swift:114:23: warning: static property 'orchid' is not concurrency-safe because non-'Sendable' type 'Color' may have shared mutable state; this is an error in the Swift 6 language mode
public static let orchid = Color(0xda70d6)
^
/Users/admin/builder/spi-builder-workspace/Source/model/draw/Color.swift:1:12: note: class 'Color' does not conform to the 'Sendable' protocol
open class Color: Fill {
^
/Users/admin/builder/spi-builder-workspace/Source/model/draw/Color.swift:114:23: note: annotate 'orchid' with '@MainActor' if property should only be accessed from the main actor
public static let orchid = Color(0xda70d6)
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Source/model/draw/Color.swift:114:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let orchid = Color(0xda70d6)
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Source/model/draw/Color.swift:115:23: warning: static property 'paleGoldenrod' is not concurrency-safe because non-'Sendable' type 'Color' may have shared mutable state; this is an error in the Swift 6 language mode
public static let paleGoldenrod = Color(0xeee8aa)
^
/Users/admin/builder/spi-builder-workspace/Source/model/draw/Color.swift:1:12: note: class 'Color' does not conform to the 'Sendable' protocol
open class Color: Fill {
^
/Users/admin/builder/spi-builder-workspace/Source/model/draw/Color.swift:115:23: note: annotate 'paleGoldenrod' with '@MainActor' if property should only be accessed from the main actor
public static let paleGoldenrod = Color(0xeee8aa)
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Source/model/draw/Color.swift:115:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let paleGoldenrod = Color(0xeee8aa)
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Source/model/draw/Color.swift:116:23: warning: static property 'paleGreen' is not concurrency-safe because non-'Sendable' type 'Color' may have shared mutable state; this is an error in the Swift 6 language mode
public static let paleGreen = Color(0x98fb98)
^
/Users/admin/builder/spi-builder-workspace/Source/model/draw/Color.swift:1:12: note: class 'Color' does not conform to the 'Sendable' protocol
open class Color: Fill {
^
/Users/admin/builder/spi-builder-workspace/Source/model/draw/Color.swift:116:23: note: annotate 'paleGreen' with '@MainActor' if property should only be accessed from the main actor
public static let paleGreen = Color(0x98fb98)
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Source/model/draw/Color.swift:116:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let paleGreen = Color(0x98fb98)
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Source/model/draw/Color.swift:117:23: warning: static property 'paleTurquoise' is not concurrency-safe because non-'Sendable' type 'Color' may have shared mutable state; this is an error in the Swift 6 language mode
public static let paleTurquoise = Color(0xafeeee)
^
/Users/admin/builder/spi-builder-workspace/Source/model/draw/Color.swift:1:12: note: class 'Color' does not conform to the 'Sendable' protocol
open class Color: Fill {
^
/Users/admin/builder/spi-builder-workspace/Source/model/draw/Color.swift:117:23: note: annotate 'paleTurquoise' with '@MainActor' if property should only be accessed from the main actor
public static let paleTurquoise = Color(0xafeeee)
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Source/model/draw/Color.swift:117:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let paleTurquoise = Color(0xafeeee)
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Source/model/draw/Color.swift:118:23: warning: static property 'paleVioletRed' is not concurrency-safe because non-'Sendable' type 'Color' may have shared mutable state; this is an error in the Swift 6 language mode
public static let paleVioletRed = Color(0xdb7093)
^
/Users/admin/builder/spi-builder-workspace/Source/model/draw/Color.swift:1:12: note: class 'Color' does not conform to the 'Sendable' protocol
open class Color: Fill {
^
/Users/admin/builder/spi-builder-workspace/Source/model/draw/Color.swift:118:23: note: annotate 'paleVioletRed' with '@MainActor' if property should only be accessed from the main actor
public static let paleVioletRed = Color(0xdb7093)
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Source/model/draw/Color.swift:118:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let paleVioletRed = Color(0xdb7093)
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Source/model/draw/Color.swift:119:23: warning: static property 'papayaWhip' is not concurrency-safe because non-'Sendable' type 'Color' may have shared mutable state; this is an error in the Swift 6 language mode
public static let papayaWhip = Color(0xffefd5)
^
/Users/admin/builder/spi-builder-workspace/Source/model/draw/Color.swift:1:12: note: class 'Color' does not conform to the 'Sendable' protocol
open class Color: Fill {
^
/Users/admin/builder/spi-builder-workspace/Source/model/draw/Color.swift:119:23: note: annotate 'papayaWhip' with '@MainActor' if property should only be accessed from the main actor
public static let papayaWhip = Color(0xffefd5)
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Source/model/draw/Color.swift:119:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let papayaWhip = Color(0xffefd5)
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Source/model/draw/Color.swift:120:23: warning: static property 'peachPuff' is not concurrency-safe because non-'Sendable' type 'Color' may have shared mutable state; this is an error in the Swift 6 language mode
public static let peachPuff = Color(0xffdab9)
^
/Users/admin/builder/spi-builder-workspace/Source/model/draw/Color.swift:1:12: note: class 'Color' does not conform to the 'Sendable' protocol
open class Color: Fill {
^
/Users/admin/builder/spi-builder-workspace/Source/model/draw/Color.swift:120:23: note: annotate 'peachPuff' with '@MainActor' if property should only be accessed from the main actor
public static let peachPuff = Color(0xffdab9)
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Source/model/draw/Color.swift:120:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let peachPuff = Color(0xffdab9)
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Source/model/draw/Color.swift:121:23: warning: static property 'peru' is not concurrency-safe because non-'Sendable' type 'Color' may have shared mutable state; this is an error in the Swift 6 language mode
public static let peru = Color(0xcd853f)
^
/Users/admin/builder/spi-builder-workspace/Source/model/draw/Color.swift:1:12: note: class 'Color' does not conform to the 'Sendable' protocol
open class Color: Fill {
^
/Users/admin/builder/spi-builder-workspace/Source/model/draw/Color.swift:121:23: note: annotate 'peru' with '@MainActor' if property should only be accessed from the main actor
public static let peru = Color(0xcd853f)
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Source/model/draw/Color.swift:121:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let peru = Color(0xcd853f)
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Source/model/draw/Color.swift:122:23: warning: static property 'pink' is not concurrency-safe because non-'Sendable' type 'Color' may have shared mutable state; this is an error in the Swift 6 language mode
public static let pink = Color(0xffc0cb)
^
/Users/admin/builder/spi-builder-workspace/Source/model/draw/Color.swift:1:12: note: class 'Color' does not conform to the 'Sendable' protocol
open class Color: Fill {
^
/Users/admin/builder/spi-builder-workspace/Source/model/draw/Color.swift:122:23: note: annotate 'pink' with '@MainActor' if property should only be accessed from the main actor
public static let pink = Color(0xffc0cb)
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Source/model/draw/Color.swift:122:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let pink = Color(0xffc0cb)
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Source/model/draw/Color.swift:123:23: warning: static property 'plum' is not concurrency-safe because non-'Sendable' type 'Color' may have shared mutable state; this is an error in the Swift 6 language mode
public static let plum = Color(0xdda0dd)
^
/Users/admin/builder/spi-builder-workspace/Source/model/draw/Color.swift:1:12: note: class 'Color' does not conform to the 'Sendable' protocol
open class Color: Fill {
^
/Users/admin/builder/spi-builder-workspace/Source/model/draw/Color.swift:123:23: note: annotate 'plum' with '@MainActor' if property should only be accessed from the main actor
public static let plum = Color(0xdda0dd)
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Source/model/draw/Color.swift:123:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let plum = Color(0xdda0dd)
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Source/model/draw/Color.swift:124:23: warning: static property 'powderBlue' is not concurrency-safe because non-'Sendable' type 'Color' may have shared mutable state; this is an error in the Swift 6 language mode
public static let powderBlue = Color(0xb0e0e6)
^
/Users/admin/builder/spi-builder-workspace/Source/model/draw/Color.swift:1:12: note: class 'Color' does not conform to the 'Sendable' protocol
open class Color: Fill {
^
/Users/admin/builder/spi-builder-workspace/Source/model/draw/Color.swift:124:23: note: annotate 'powderBlue' with '@MainActor' if property should only be accessed from the main actor
public static let powderBlue = Color(0xb0e0e6)
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Source/model/draw/Color.swift:124:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let powderBlue = Color(0xb0e0e6)
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Source/model/draw/Color.swift:125:23: warning: static property 'rebeccaPurple' is not concurrency-safe because non-'Sendable' type 'Color' may have shared mutable state; this is an error in the Swift 6 language mode
public static let rebeccaPurple = Color(0x663399)
^
/Users/admin/builder/spi-builder-workspace/Source/model/draw/Color.swift:1:12: note: class 'Color' does not conform to the 'Sendable' protocol
open class Color: Fill {
^
/Users/admin/builder/spi-builder-workspace/Source/model/draw/Color.swift:125:23: note: annotate 'rebeccaPurple' with '@MainActor' if property should only be accessed from the main actor
public static let rebeccaPurple = Color(0x663399)
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Source/model/draw/Color.swift:125:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let rebeccaPurple = Color(0x663399)
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Source/model/draw/Color.swift:126:23: warning: static property 'rosyBrown' is not concurrency-safe because non-'Sendable' type 'Color' may have shared mutable state; this is an error in the Swift 6 language mode
public static let rosyBrown = Color(0xbc8f8f)
^
/Users/admin/builder/spi-builder-workspace/Source/model/draw/Color.swift:1:12: note: class 'Color' does not conform to the 'Sendable' protocol
open class Color: Fill {
^
/Users/admin/builder/spi-builder-workspace/Source/model/draw/Color.swift:126:23: note: annotate 'rosyBrown' with '@MainActor' if property should only be accessed from the main actor
public static let rosyBrown = Color(0xbc8f8f)
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Source/model/draw/Color.swift:126:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let rosyBrown = Color(0xbc8f8f)
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Source/model/draw/Color.swift:127:23: warning: static property 'royalBlue' is not concurrency-safe because non-'Sendable' type 'Color' may have shared mutable state; this is an error in the Swift 6 language mode
public static let royalBlue = Color(0x4169e1)
^
/Users/admin/builder/spi-builder-workspace/Source/model/draw/Color.swift:1:12: note: class 'Color' does not conform to the 'Sendable' protocol
open class Color: Fill {
^
/Users/admin/builder/spi-builder-workspace/Source/model/draw/Color.swift:127:23: note: annotate 'royalBlue' with '@MainActor' if property should only be accessed from the main actor
public static let royalBlue = Color(0x4169e1)
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Source/model/draw/Color.swift:127:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let royalBlue = Color(0x4169e1)
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Source/model/draw/Color.swift:128:23: warning: static property 'saddleBrown' is not concurrency-safe because non-'Sendable' type 'Color' may have shared mutable state; this is an error in the Swift 6 language mode
public static let saddleBrown = Color(0x8b4513)
^
/Users/admin/builder/spi-builder-workspace/Source/model/draw/Color.swift:1:12: note: class 'Color' does not conform to the 'Sendable' protocol
open class Color: Fill {
^
/Users/admin/builder/spi-builder-workspace/Source/model/draw/Color.swift:128:23: note: annotate 'saddleBrown' with '@MainActor' if property should only be accessed from the main actor
public static let saddleBrown = Color(0x8b4513)
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Source/model/draw/Color.swift:128:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let saddleBrown = Color(0x8b4513)
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Source/model/draw/Color.swift:129:23: warning: static property 'salmon' is not concurrency-safe because non-'Sendable' type 'Color' may have shared mutable state; this is an error in the Swift 6 language mode
public static let salmon = Color(0xfa8072)
^
/Users/admin/builder/spi-builder-workspace/Source/model/draw/Color.swift:1:12: note: class 'Color' does not conform to the 'Sendable' protocol
open class Color: Fill {
^
/Users/admin/builder/spi-builder-workspace/Source/model/draw/Color.swift:129:23: note: annotate 'salmon' with '@MainActor' if property should only be accessed from the main actor
public static let salmon = Color(0xfa8072)
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Source/model/draw/Color.swift:129:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let salmon = Color(0xfa8072)
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Source/model/draw/Color.swift:130:23: warning: static property 'sandyBrown' is not concurrency-safe because non-'Sendable' type 'Color' may have shared mutable state; this is an error in the Swift 6 language mode
public static let sandyBrown = Color(0xf4a460)
^
/Users/admin/builder/spi-builder-workspace/Source/model/draw/Color.swift:1:12: note: class 'Color' does not conform to the 'Sendable' protocol
open class Color: Fill {
^
/Users/admin/builder/spi-builder-workspace/Source/model/draw/Color.swift:130:23: note: annotate 'sandyBrown' with '@MainActor' if property should only be accessed from the main actor
public static let sandyBrown = Color(0xf4a460)
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Source/model/draw/Color.swift:130:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let sandyBrown = Color(0xf4a460)
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Source/model/draw/Color.swift:131:23: warning: static property 'seaGreen' is not concurrency-safe because non-'Sendable' type 'Color' may have shared mutable state; this is an error in the Swift 6 language mode
public static let seaGreen = Color(0x2e8b57)
^
/Users/admin/builder/spi-builder-workspace/Source/model/draw/Color.swift:1:12: note: class 'Color' does not conform to the 'Sendable' protocol
open class Color: Fill {
^
/Users/admin/builder/spi-builder-workspace/Source/model/draw/Color.swift:131:23: note: annotate 'seaGreen' with '@MainActor' if property should only be accessed from the main actor
public static let seaGreen = Color(0x2e8b57)
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Source/model/draw/Color.swift:131:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let seaGreen = Color(0x2e8b57)
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Source/model/draw/Color.swift:132:23: warning: static property 'seashell' is not concurrency-safe because non-'Sendable' type 'Color' may have shared mutable state; this is an error in the Swift 6 language mode
public static let seashell = Color(0xfff5ee)
^
/Users/admin/builder/spi-builder-workspace/Source/model/draw/Color.swift:1:12: note: class 'Color' does not conform to the 'Sendable' protocol
open class Color: Fill {
^
/Users/admin/builder/spi-builder-workspace/Source/model/draw/Color.swift:132:23: note: annotate 'seashell' with '@MainActor' if property should only be accessed from the main actor
public static let seashell = Color(0xfff5ee)
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Source/model/draw/Color.swift:132:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let seashell = Color(0xfff5ee)
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Source/model/draw/Color.swift:133:23: warning: static property 'sienna' is not concurrency-safe because non-'Sendable' type 'Color' may have shared mutable state; this is an error in the Swift 6 language mode
public static let sienna = Color(0xa0522d)
^
/Users/admin/builder/spi-builder-workspace/Source/model/draw/Color.swift:1:12: note: class 'Color' does not conform to the 'Sendable' protocol
open class Color: Fill {
^
/Users/admin/builder/spi-builder-workspace/Source/model/draw/Color.swift:133:23: note: annotate 'sienna' with '@MainActor' if property should only be accessed from the main actor
public static let sienna = Color(0xa0522d)
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Source/model/draw/Color.swift:133:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let sienna = Color(0xa0522d)
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Source/model/draw/Color.swift:134:23: warning: static property 'skyBlue' is not concurrency-safe because non-'Sendable' type 'Color' may have shared mutable state; this is an error in the Swift 6 language mode
public static let skyBlue = Color(0x87ceeb)
^
/Users/admin/builder/spi-builder-workspace/Source/model/draw/Color.swift:1:12: note: class 'Color' does not conform to the 'Sendable' protocol
open class Color: Fill {
^
/Users/admin/builder/spi-builder-workspace/Source/model/draw/Color.swift:134:23: note: annotate 'skyBlue' with '@MainActor' if property should only be accessed from the main actor
public static let skyBlue = Color(0x87ceeb)
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Source/model/draw/Color.swift:134:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let skyBlue = Color(0x87ceeb)
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Source/model/draw/Color.swift:135:23: warning: static property 'slateBlue' is not concurrency-safe because non-'Sendable' type 'Color' may have shared mutable state; this is an error in the Swift 6 language mode
public static let slateBlue = Color(0x6a5acd)
^
/Users/admin/builder/spi-builder-workspace/Source/model/draw/Color.swift:1:12: note: class 'Color' does not conform to the 'Sendable' protocol
open class Color: Fill {
^
/Users/admin/builder/spi-builder-workspace/Source/model/draw/Color.swift:135:23: note: annotate 'slateBlue' with '@MainActor' if property should only be accessed from the main actor
public static let slateBlue = Color(0x6a5acd)
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Source/model/draw/Color.swift:135:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let slateBlue = Color(0x6a5acd)
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Source/model/draw/Color.swift:136:23: warning: static property 'slateGray' is not concurrency-safe because non-'Sendable' type 'Color' may have shared mutable state; this is an error in the Swift 6 language mode
public static let slateGray = Color(0x708090)
^
/Users/admin/builder/spi-builder-workspace/Source/model/draw/Color.swift:1:12: note: class 'Color' does not conform to the 'Sendable' protocol
open class Color: Fill {
^
/Users/admin/builder/spi-builder-workspace/Source/model/draw/Color.swift:136:23: note: annotate 'slateGray' with '@MainActor' if property should only be accessed from the main actor
public static let slateGray = Color(0x708090)
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Source/model/draw/Color.swift:136:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let slateGray = Color(0x708090)
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Source/model/draw/Color.swift:137:23: warning: static property 'snow' is not concurrency-safe because non-'Sendable' type 'Color' may have shared mutable state; this is an error in the Swift 6 language mode
public static let snow = Color(0xfffafa)
^
/Users/admin/builder/spi-builder-workspace/Source/model/draw/Color.swift:1:12: note: class 'Color' does not conform to the 'Sendable' protocol
open class Color: Fill {
^
/Users/admin/builder/spi-builder-workspace/Source/model/draw/Color.swift:137:23: note: annotate 'snow' with '@MainActor' if property should only be accessed from the main actor
public static let snow = Color(0xfffafa)
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Source/model/draw/Color.swift:137:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let snow = Color(0xfffafa)
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Source/model/draw/Color.swift:138:23: warning: static property 'springGreen' is not concurrency-safe because non-'Sendable' type 'Color' may have shared mutable state; this is an error in the Swift 6 language mode
public static let springGreen = Color(0x00ff7f)
^
/Users/admin/builder/spi-builder-workspace/Source/model/draw/Color.swift:1:12: note: class 'Color' does not conform to the 'Sendable' protocol
open class Color: Fill {
^
/Users/admin/builder/spi-builder-workspace/Source/model/draw/Color.swift:138:23: note: annotate 'springGreen' with '@MainActor' if property should only be accessed from the main actor
public static let springGreen = Color(0x00ff7f)
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Source/model/draw/Color.swift:138:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let springGreen = Color(0x00ff7f)
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Source/model/draw/Color.swift:139:23: warning: static property 'steelBlue' is not concurrency-safe because non-'Sendable' type 'Color' may have shared mutable state; this is an error in the Swift 6 language mode
public static let steelBlue = Color(0x4682b4)
^
/Users/admin/builder/spi-builder-workspace/Source/model/draw/Color.swift:1:12: note: class 'Color' does not conform to the 'Sendable' protocol
open class Color: Fill {
^
/Users/admin/builder/spi-builder-workspace/Source/model/draw/Color.swift:139:23: note: annotate 'steelBlue' with '@MainActor' if property should only be accessed from the main actor
public static let steelBlue = Color(0x4682b4)
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Source/model/draw/Color.swift:139:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let steelBlue = Color(0x4682b4)
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Source/model/draw/Color.swift:140:23: warning: static property 'tan' is not concurrency-safe because non-'Sendable' type 'Color' may have shared mutable state; this is an error in the Swift 6 language mode
public static let tan = Color(0xd2b48c)
^
/Users/admin/builder/spi-builder-workspace/Source/model/draw/Color.swift:1:12: note: class 'Color' does not conform to the 'Sendable' protocol
open class Color: Fill {
^
/Users/admin/builder/spi-builder-workspace/Source/model/draw/Color.swift:140:23: note: annotate 'tan' with '@MainActor' if property should only be accessed from the main actor
public static let tan = Color(0xd2b48c)
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Source/model/draw/Color.swift:140:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let tan = Color(0xd2b48c)
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Source/model/draw/Color.swift:141:23: warning: static property 'thistle' is not concurrency-safe because non-'Sendable' type 'Color' may have shared mutable state; this is an error in the Swift 6 language mode
public static let thistle = Color(0xd8bfd8)
^
/Users/admin/builder/spi-builder-workspace/Source/model/draw/Color.swift:1:12: note: class 'Color' does not conform to the 'Sendable' protocol
open class Color: Fill {
^
/Users/admin/builder/spi-builder-workspace/Source/model/draw/Color.swift:141:23: note: annotate 'thistle' with '@MainActor' if property should only be accessed from the main actor
public static let thistle = Color(0xd8bfd8)
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Source/model/draw/Color.swift:141:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let thistle = Color(0xd8bfd8)
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Source/model/draw/Color.swift:142:23: warning: static property 'tomato' is not concurrency-safe because non-'Sendable' type 'Color' may have shared mutable state; this is an error in the Swift 6 language mode
public static let tomato = Color(0xff6347)
^
/Users/admin/builder/spi-builder-workspace/Source/model/draw/Color.swift:1:12: note: class 'Color' does not conform to the 'Sendable' protocol
open class Color: Fill {
^
/Users/admin/builder/spi-builder-workspace/Source/model/draw/Color.swift:142:23: note: annotate 'tomato' with '@MainActor' if property should only be accessed from the main actor
public static let tomato = Color(0xff6347)
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Source/model/draw/Color.swift:142:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let tomato = Color(0xff6347)
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Source/model/draw/Color.swift:143:23: warning: static property 'turquoise' is not concurrency-safe because non-'Sendable' type 'Color' may have shared mutable state; this is an error in the Swift 6 language mode
public static let turquoise = Color(0x40e0d0)
^
/Users/admin/builder/spi-builder-workspace/Source/model/draw/Color.swift:1:12: note: class 'Color' does not conform to the 'Sendable' protocol
open class Color: Fill {
^
/Users/admin/builder/spi-builder-workspace/Source/model/draw/Color.swift:143:23: note: annotate 'turquoise' with '@MainActor' if property should only be accessed from the main actor
public static let turquoise = Color(0x40e0d0)
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Source/model/draw/Color.swift:143:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let turquoise = Color(0x40e0d0)
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Source/model/draw/Color.swift:144:23: warning: static property 'violet' is not concurrency-safe because non-'Sendable' type 'Color' may have shared mutable state; this is an error in the Swift 6 language mode
public static let violet = Color(0xee82ee)
^
/Users/admin/builder/spi-builder-workspace/Source/model/draw/Color.swift:1:12: note: class 'Color' does not conform to the 'Sendable' protocol
open class Color: Fill {
^
/Users/admin/builder/spi-builder-workspace/Source/model/draw/Color.swift:144:23: note: annotate 'violet' with '@MainActor' if property should only be accessed from the main actor
public static let violet = Color(0xee82ee)
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Source/model/draw/Color.swift:144:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let violet = Color(0xee82ee)
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Source/model/draw/Color.swift:145:23: warning: static property 'wheat' is not concurrency-safe because non-'Sendable' type 'Color' may have shared mutable state; this is an error in the Swift 6 language mode
public static let wheat = Color(0xf5deb3)
^
/Users/admin/builder/spi-builder-workspace/Source/model/draw/Color.swift:1:12: note: class 'Color' does not conform to the 'Sendable' protocol
open class Color: Fill {
^
/Users/admin/builder/spi-builder-workspace/Source/model/draw/Color.swift:145:23: note: annotate 'wheat' with '@MainActor' if property should only be accessed from the main actor
public static let wheat = Color(0xf5deb3)
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Source/model/draw/Color.swift:145:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let wheat = Color(0xf5deb3)
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Source/model/draw/Color.swift:146:23: warning: static property 'whiteSmoke' is not concurrency-safe because non-'Sendable' type 'Color' may have shared mutable state; this is an error in the Swift 6 language mode
public static let whiteSmoke = Color(0xf5f5f5)
^
/Users/admin/builder/spi-builder-workspace/Source/model/draw/Color.swift:1:12: note: class 'Color' does not conform to the 'Sendable' protocol
open class Color: Fill {
^
/Users/admin/builder/spi-builder-workspace/Source/model/draw/Color.swift:146:23: note: annotate 'whiteSmoke' with '@MainActor' if property should only be accessed from the main actor
public static let whiteSmoke = Color(0xf5f5f5)
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Source/model/draw/Color.swift:146:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let whiteSmoke = Color(0xf5f5f5)
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Source/model/draw/Color.swift:147:23: warning: static property 'yellowGreen' is not concurrency-safe because non-'Sendable' type 'Color' may have shared mutable state; this is an error in the Swift 6 language mode
public static let yellowGreen = Color(0x9acd32)
^
/Users/admin/builder/spi-builder-workspace/Source/model/draw/Color.swift:1:12: note: class 'Color' does not conform to the 'Sendable' protocol
open class Color: Fill {
^
/Users/admin/builder/spi-builder-workspace/Source/model/draw/Color.swift:147:23: note: annotate 'yellowGreen' with '@MainActor' if property should only be accessed from the main actor
public static let yellowGreen = Color(0x9acd32)
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Source/model/draw/Color.swift:147:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let yellowGreen = Color(0x9acd32)
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Source/model/draw/ColorMatrix.swift:12:23: warning: static property 'identity' is not concurrency-safe because non-'Sendable' type 'ColorMatrix' may have shared mutable state; this is an error in the Swift 6 language mode
public static let identity = ColorMatrix(
^
/Users/admin/builder/spi-builder-workspace/Source/model/draw/ColorMatrix.swift:10:12: note: class 'ColorMatrix' does not conform to the 'Sendable' protocol
open class ColorMatrix {
^
/Users/admin/builder/spi-builder-workspace/Source/model/draw/ColorMatrix.swift:12:23: note: annotate 'identity' with '@MainActor' if property should only be accessed from the main actor
public static let identity = ColorMatrix(
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Source/model/draw/ColorMatrix.swift:12:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let identity = ColorMatrix(
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Source/model/draw/ColorMatrix.swift:18:23: warning: static property 'luminanceToAlpha' is not concurrency-safe because non-'Sendable' type 'ColorMatrix' may have shared mutable state; this is an error in the Swift 6 language mode
public static let luminanceToAlpha = ColorMatrix(
^
/Users/admin/builder/spi-builder-workspace/Source/model/draw/ColorMatrix.swift:10:12: note: class 'ColorMatrix' does not conform to the 'Sendable' protocol
open class ColorMatrix {
^
/Users/admin/builder/spi-builder-workspace/Source/model/draw/ColorMatrix.swift:18:23: note: annotate 'luminanceToAlpha' with '@MainActor' if property should only be accessed from the main actor
public static let luminanceToAlpha = ColorMatrix(
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Source/model/draw/ColorMatrix.swift:18:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let luminanceToAlpha = ColorMatrix(
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Source/model/geom2d/Point.swift:8:23: warning: static property 'origin' is not concurrency-safe because non-'Sendable' type 'Point' may have shared mutable state; this is an error in the Swift 6 language mode
public static let origin = Point(0, 0)
^
/Users/admin/builder/spi-builder-workspace/Source/model/geom2d/Point.swift:3:12: note: class 'Point' does not conform to the 'Sendable' protocol
open class Point: Locus {
^
/Users/admin/builder/spi-builder-workspace/Source/model/geom2d/Point.swift:8:23: note: annotate 'origin' with '@MainActor' if property should only be accessed from the main actor
public static let origin = Point(0, 0)
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Source/model/geom2d/Point.swift:8:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let origin = Point(0, 0)
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Source/model/geom2d/Size.swift:8:23: warning: static property 'zero' is not concurrency-safe because non-'Sendable' type 'Size' may have shared mutable state; this is an error in the Swift 6 language mode
public static let zero = Size(0, 0)
^
/Users/admin/builder/spi-builder-workspace/Source/model/geom2d/Size.swift:3:12: note: class 'Size' does not conform to the 'Sendable' protocol
open class Size {
^
/Users/admin/builder/spi-builder-workspace/Source/model/geom2d/Size.swift:8:23: note: annotate 'zero' with '@MainActor' if property should only be accessed from the main actor
public static let zero = Size(0, 0)
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Source/model/geom2d/Size.swift:8:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let zero = Size(0, 0)
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Source/model/geom2d/Transform.swift:12:23: warning: static property 'identity' is not concurrency-safe because non-'Sendable' type 'Transform' may have shared mutable state; this is an error in the Swift 6 language mode
public static let identity = Transform()
^
/Users/admin/builder/spi-builder-workspace/Source/model/geom2d/Transform.swift:3:20: note: class 'Transform' does not conform to the 'Sendable' protocol
public final class Transform {
^
/Users/admin/builder/spi-builder-workspace/Source/model/geom2d/Transform.swift:12:23: note: annotate 'identity' with '@MainActor' if property should only be accessed from the main actor
public static let identity = Transform()
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Source/model/geom2d/Transform.swift:12:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let identity = Transform()
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Source/model/scene/Image.swift:72:24: error: cannot find type 'MImage' in scope
public init(image: MImage, xAlign: Align = .min, yAlign: Align = .min, aspectRatio: AspectRatio = .none, w: Int = 0, h: Int = 0, place: Transform = Transform.identity, opaque: Bool = true, opacity: Double = 1, clip: Locus? = nil, effect: Effect? = nil, visible: Bool = true, tag: [String] = []) {
^~~~~~
/Users/admin/builder/spi-builder-workspace/Source/model/scene/Image.swift:47:25: error: cannot find type 'MImage' in scope
private var mImage: MImage?
^~~~~~
/Users/admin/builder/spi-builder-workspace/Source/model/scene/Image.swift:139:21: error: cannot find type 'MImage' in scope
func image() -> MImage? {
^~~~~~
/Users/admin/builder/spi-builder-workspace/Source/model/scene/Shape.swift:86:41: error: cannot find type 'CGContext' in scope
fileprivate func createContext() -> CGContext? {
^~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Source/model/scene/Text.swift:97:53: error: cannot find type 'MFont' in scope
fileprivate func getWeight(_ weight: String) -> MFont.Weight {
^~~~~
/Users/admin/builder/spi-builder-workspace/Source/model/scene/Text.swift:112:52: error: cannot find type 'MFont' in scope
fileprivate func calculateBaselineOffset(font: MFont) -> Double {
^~~~~
/Users/admin/builder/spi-builder-workspace/Source/model/scene/Text.swift:127:53: error: cannot find type 'MFont' in scope
fileprivate func calculateAlignmentOffset(font: MFont) -> Double {
^~~~~
/Users/admin/builder/spi-builder-workspace/Source/render/GroupRenderer.swift:41:40: error: cannot find type 'CGContext' in scope
override func doRender(in context: CGContext, force: Bool, opacity: Double, coloringMode: ColoringMode = .rgb) {
^~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Source/render/GroupRenderer.swift:41:19: error: method does not override any method from its superclass
override func doRender(in context: CGContext, force: Bool, opacity: Double, coloringMode: ColoringMode = .rgb) {
~~~~~~~~ ^
/Users/admin/builder/spi-builder-workspace/Source/render/GroupRenderer.swift:49:53: error: cannot find type 'CGContext' in scope
override func doFindNodeAt(path: NodePath, ctx: CGContext) -> NodePath? {
^~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Source/render/GroupRenderer.swift:49:19: error: method does not override any method from its superclass
override func doFindNodeAt(path: NodePath, ctx: CGContext) -> NodePath? {
~~~~~~~~ ^
/Users/admin/builder/spi-builder-workspace/Source/render/ImageRenderer.swift:14:25: error: cannot find type 'CGPath' in scope
var renderedPaths: [CGPath] = [CGPath]()
^~~~~~
/Users/admin/builder/spi-builder-workspace/Source/render/ImageRenderer.swift:40:40: error: cannot find type 'CGContext' in scope
override func doRender(in context: CGContext, force: Bool, opacity: Double, coloringMode: ColoringMode = .rgb) {
^~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Source/render/ImageRenderer.swift:40:19: error: method does not override any method from its superclass
override func doRender(in context: CGContext, force: Bool, opacity: Double, coloringMode: ColoringMode = .rgb) {
~~~~~~~~ ^
/Users/admin/builder/spi-builder-workspace/Source/render/ImageRenderer.swift:59:53: error: cannot find type 'CGContext' in scope
override func doFindNodeAt(path: NodePath, ctx: CGContext) -> NodePath? {
^~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Source/render/ImageRenderer.swift:59:19: error: method does not override any method from its superclass
override func doFindNodeAt(path: NodePath, ctx: CGContext) -> NodePath? {
~~~~~~~~ ^
/Users/admin/builder/spi-builder-workspace/Source/render/NodeRenderer.swift:26:21: error: cannot find type 'CALayer' in scope
var sceneLayer: CALayer? {
^~~~~~~
/Users/admin/builder/spi-builder-workspace/Source/render/NodeRenderer.swift:125:42: error: cannot find type 'CGContext' in scope
final public func render(in context: CGContext, force: Bool, opacity: Double, coloringMode: ColoringMode = .rgb) {
^~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Source/render/NodeRenderer.swift:175:41: error: cannot find type 'CGContext' in scope
final func directRender(in context: CGContext,
^~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Source/render/NodeRenderer.swift:207:65: error: cannot find type 'CGContext' in scope
fileprivate func applyEffects(_ effects: [Effect], context: CGContext, opacity: Double, coloringMode: ColoringMode = .rgb) {
^~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Source/render/NodeRenderer.swift:238:73: error: cannot find type 'CIImage' in scope
fileprivate func applyBlur(_ image: CIImage, blur: GaussianBlur) -> CIImage {
^~~~~~~
/Users/admin/builder/spi-builder-workspace/Source/render/NodeRenderer.swift:238:41: error: cannot find type 'CIImage' in scope
fileprivate func applyBlur(_ image: CIImage, blur: GaussianBlur) -> CIImage {
^~~~~~~
/Users/admin/builder/spi-builder-workspace/Source/render/NodeRenderer.swift:246:98: error: cannot find type 'CIImage' in scope
fileprivate func applyColorMatrix(_ image: CIImage, colorMatrixEffect: ColorMatrixEffect) -> CIImage {
^~~~~~~
/Users/admin/builder/spi-builder-workspace/Source/render/NodeRenderer.swift:246:48: error: cannot find type 'CIImage' in scope
fileprivate func applyColorMatrix(_ image: CIImage, colorMatrixEffect: ColorMatrixEffect) -> CIImage {
^~~~~~~
/Users/admin/builder/spi-builder-workspace/Source/render/NodeRenderer.swift:259:95: error: cannot find type 'MImage' in scope
func renderToImage(bounds: Rect, inset: Double = 0, coloringMode: ColoringMode = .rgb) -> MImage? {
^~~~~~
/Users/admin/builder/spi-builder-workspace/Source/render/NodeRenderer.swift:274:31: error: cannot find type 'CGContext' in scope
func doRender(in context: CGContext, force: Bool, opacity: Double, coloringMode: ColoringMode = .rgb) {
^~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Source/render/NodeRenderer.swift:278:51: error: cannot find type 'CGContext' in scope
final func findNodeAt(location: CGPoint, ctx: CGContext) -> NodePath? {
^~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Source/render/NodeRenderer.swift:296:58: error: cannot find type 'CGContext' in scope
final func findNodeAt(parentNodePath: NodePath, ctx: CGContext) -> NodePath? {
^~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Source/render/NodeRenderer.swift:314:51: error: cannot find type 'CGContext' in scope
public func doFindNodeAt(path: NodePath, ctx: CGContext) -> NodePath? {
^~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Source/render/NodeRenderer.swift:322:40: error: cannot find type 'CGContext' in scope
private func applyClip(in context: CGContext) {
^~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Source/render/NodeRenderer.swift:340:50: error: cannot find type 'CGImage' in scope
private func getMaskedImage(bounds: Rect) -> CGImage? {
^~~~~~~
/Users/admin/builder/spi-builder-workspace/Source/render/NodeRenderer.swift:351:56: error: cannot find type 'CGImage' in scope
func apply(maskImage: MImage, to image: MImage) -> CGImage {
^~~~~~~
/Users/admin/builder/spi-builder-workspace/Source/render/NodeRenderer.swift:351:27: error: cannot find type 'MImage' in scope
func apply(maskImage: MImage, to image: MImage) -> CGImage {
^~~~~~
/Users/admin/builder/spi-builder-workspace/Source/render/NodeRenderer.swift:351:45: error: cannot find type 'MImage' in scope
func apply(maskImage: MImage, to image: MImage) -> CGImage {
^~~~~~
/Users/admin/builder/spi-builder-workspace/Source/render/RenderContext.swift:9:20: error: cannot find type 'CGContext' in scope
var cgContext: CGContext?
^~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Source/render/RenderUtils.swift:49:70: error: cannot find type 'MFont' in scope
class func loadFont(name: String, size: Int, weight: String?) -> MFont? {
^~~~~
/Users/admin/builder/spi-builder-workspace/Source/render/RenderUtils.swift:82:44: error: cannot find type 'CGPath' in scope
class func toCGPath(_ locus: Locus) -> CGPath {
^~~~~~
/Users/admin/builder/spi-builder-workspace/Source/render/RenderUtils.swift:102:48: error: cannot find type 'MBezierPath' in scope
class func toBezierPath(_ locus: Locus) -> MBezierPath {
^~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Source/render/RenderUtils.swift:144:53: error: cannot find type 'MBezierPath' in scope
fileprivate class func arcToPath(_ arc: Arc) -> MBezierPath {
^~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Source/render/RenderUtils.swift:152:64: error: cannot find type 'MBezierPath' in scope
fileprivate class func pointsToPath(_ points: [Double]) -> MBezierPath {
^~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Source/render/RenderUtils.swift:169:58: error: cannot find type 'MBezierPath' in scope
fileprivate class func toBezierPath(_ path: Path) -> MBezierPath {
^~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Source/render/RenderUtils.swift:543:68: error: cannot find type 'CGContext' in scope
internal class func setStrokeAttributes(_ stroke: Stroke, ctx: CGContext?) {
^~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Source/render/RenderUtils.swift:554:58: error: cannot find type 'CGContext' in scope
internal class func setGeometry(_ locus: Locus, ctx: CGContext) {
^~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Source/render/RenderUtils.swift:578:54: error: cannot find type 'CGContext' in scope
internal class func setClip(_ clip: Locus?, ctx: CGContext) {
^~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Source/render/ShapeRenderer.swift:34:40: error: cannot find type 'CGContext' in scope
override func doRender(in context: CGContext, force: Bool, opacity: Double, coloringMode: ColoringMode = .rgb) {
^~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Source/render/ShapeRenderer.swift:34:19: error: method does not override any method from its superclass
override func doRender(in context: CGContext, force: Bool, opacity: Double, coloringMode: ColoringMode = .rgb) {
~~~~~~~~ ^
/Users/admin/builder/spi-builder-workspace/Source/render/ShapeRenderer.swift:56:53: error: cannot find type 'CGContext' in scope
override func doFindNodeAt(path: NodePath, ctx: CGContext) -> NodePath? {
^~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Source/render/ShapeRenderer.swift:56:19: error: method does not override any method from its superclass
override func doFindNodeAt(path: NodePath, ctx: CGContext) -> NodePath? {
~~~~~~~~ ^
/Users/admin/builder/spi-builder-workspace/Source/render/ShapeRenderer.swift:84:66: error: cannot find type 'CGContext' in scope
fileprivate func drawPath(fill: Fill?, stroke: Stroke?, ctx: CGContext?, opacity: Double, fillRule: FillRule) {
^~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Source/render/ShapeRenderer.swift:112:50: error: cannot find type 'CGContext' in scope
fileprivate func setFill(_ fill: Fill?, ctx: CGContext?, opacity: Double) {
^~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Source/render/ShapeRenderer.swift:128:60: error: cannot find type 'CGContext' in scope
fileprivate func drawWithStroke(_ stroke: Stroke, ctx: CGContext?, opacity: Double, shouldStrokePath: Bool = false, path: CGPath? = nil, mode: CGPathDrawingMode) {
^~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Source/render/ShapeRenderer.swift:128:127: error: cannot find type 'CGPath' in scope
fileprivate func drawWithStroke(_ stroke: Stroke, ctx: CGContext?, opacity: Double, shouldStrokePath: Bool = false, path: CGPath? = nil, mode: CGPathDrawingMode) {
^~~~~~
/Users/admin/builder/spi-builder-workspace/Source/render/ShapeRenderer.swift:128:148: error: cannot find type 'CGPathDrawingMode' in scope
fileprivate func drawWithStroke(_ stroke: Stroke, ctx: CGContext?, opacity: Double, shouldStrokePath: Bool = false, path: CGPath? = nil, mode: CGPathDrawingMode) {
^~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Source/render/ShapeRenderer.swift:147:57: error: cannot find type 'CGContext' in scope
fileprivate func colorStroke(_ stroke: Stroke, ctx: CGContext?, opacity: Double) {
^~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Source/render/ShapeRenderer.swift:155:60: error: cannot find type 'CGContext' in scope
fileprivate func gradientStroke(_ stroke: Stroke, ctx: CGContext?, opacity: Double) {
^~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Source/render/ShapeRenderer.swift:163:59: error: cannot find type 'CGContext' in scope
fileprivate func drawPattern(_ pattern: Pattern, ctx: CGContext?, opacity: Double) {
^~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Source/render/ShapeRenderer.swift:182:62: error: cannot find type 'CGContext' in scope
fileprivate func drawGradient(_ gradient: Gradient, ctx: CGContext?, opacity: Double) {
^~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Source/render/TextRenderer.swift:37:40: error: cannot find type 'CGContext' in scope
override func doRender(in context: CGContext, force: Bool, opacity: Double, coloringMode: ColoringMode = .rgb) {
^~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Source/render/TextRenderer.swift:37:19: error: method does not override any method from its superclass
override func doRender(in context: CGContext, force: Bool, opacity: Double, coloringMode: ColoringMode = .rgb) {
~~~~~~~~ ^
/Users/admin/builder/spi-builder-workspace/Source/render/TextRenderer.swift:73:53: error: cannot find type 'CGContext' in scope
override func doFindNodeAt(path: NodePath, ctx: CGContext) -> NodePath? {
^~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Source/render/TextRenderer.swift:73:19: error: method does not override any method from its superclass
override func doFindNodeAt(path: NodePath, ctx: CGContext) -> NodePath? {
~~~~~~~~ ^
/Users/admin/builder/spi-builder-workspace/Source/render/TextRenderer.swift:85:36: error: cannot find type 'MFont' in scope
fileprivate func getMFont() -> MFont {
^~~~~
/Users/admin/builder/spi-builder-workspace/Source/render/TextRenderer.swift:105:53: error: cannot find type 'MFont' in scope
fileprivate func getWeight(_ weight: String) -> MFont.Weight? {
^~~~~
/Users/admin/builder/spi-builder-workspace/Source/render/TextRenderer.swift:125:40: error: cannot find type 'MFont' in scope
fileprivate func getBounds(_ font: MFont) -> CGRect {
^~~~~
/Users/admin/builder/spi-builder-workspace/Source/render/TextRenderer.swift:140:66: error: cannot find type 'MFont' in scope
fileprivate func calculateBaselineOffset(_ text: Text, font: MFont) -> CGFloat {
^~~~~
/Users/admin/builder/spi-builder-workspace/Source/render/TextRenderer.swift:155:67: error: cannot find type 'MFont' in scope
fileprivate func calculateAlignmentOffset(_ text: Text, font: MFont) -> CGFloat {
^~~~~
/Users/admin/builder/spi-builder-workspace/Source/render/TextRenderer.swift:163:52: error: cannot find type 'MColor' in scope
fileprivate func getTextColor(_ fill: Fill) -> MColor {
^~~~~~
/Users/admin/builder/spi-builder-workspace/Source/svg/SVGConstants.swift:342:23: warning: static property 'defaultStrokeLineCap' is not concurrency-safe because non-'Sendable' type 'LineCap' may have shared mutable state; this is an error in the Swift 6 language mode
public static let defaultStrokeLineCap = LineCap.butt
^
/Users/admin/builder/spi-builder-workspace/Source/model/draw/LineCap.swift:1:13: note: consider making enum 'LineCap' conform to the 'Sendable' protocol
public enum LineCap {
^
: Sendable
/Users/admin/builder/spi-builder-workspace/Source/svg/SVGConstants.swift:342:23: note: annotate 'defaultStrokeLineCap' with '@MainActor' if property should only be accessed from the main actor
public static let defaultStrokeLineCap = LineCap.butt
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Source/svg/SVGConstants.swift:342:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let defaultStrokeLineCap = LineCap.butt
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Source/svg/SVGConstants.swift:343:23: warning: static property 'defaultStrokeLineJoin' is not concurrency-safe because non-'Sendable' type 'LineJoin' may have shared mutable state; this is an error in the Swift 6 language mode
public static let defaultStrokeLineJoin = LineJoin.miter
^
/Users/admin/builder/spi-builder-workspace/Source/model/draw/LineJoin.swift:1:13: note: consider making enum 'LineJoin' conform to the 'Sendable' protocol
public enum LineJoin {
^
: Sendable
/Users/admin/builder/spi-builder-workspace/Source/svg/SVGConstants.swift:343:23: note: annotate 'defaultStrokeLineJoin' with '@MainActor' if property should only be accessed from the main actor
public static let defaultStrokeLineJoin = LineJoin.miter
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Source/svg/SVGConstants.swift:343:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let defaultStrokeLineJoin = LineJoin.miter
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Source/thirdparty/CAAnimationClosure.swift:38:44: error: 'CAAnimation' is unavailable in watchOS
func animationDidStart(_ theAnimation: CAAnimation) {
^~~~~~~~~~~
QuartzCore.CAAnimation:2:12: note: 'CAAnimation' has been explicitly marked unavailable here
open class CAAnimation : NSObject, NSSecureCoding, NSCopying, CAMediaTiming, CAAction {
^
/Users/admin/builder/spi-builder-workspace/Source/thirdparty/CAAnimationClosure.swift:53:43: error: 'CAAnimation' is unavailable in watchOS
func animationDidStop(_ theAnimation: CAAnimation, finished: Bool) {
^~~~~~~~~~~
QuartzCore.CAAnimation:2:12: note: 'CAAnimation' has been explicitly marked unavailable here
open class CAAnimation : NSObject, NSSecureCoding, NSCopying, CAMediaTiming, CAAction {
^
/Users/admin/builder/spi-builder-workspace/Source/thirdparty/CAAnimationClosure.swift:12:42: error: 'CAAnimationDelegate' is unavailable in watchOS
class CAAnimationDelegateImpl: NSObject, CAAnimationDelegate {
^~~~~~~~~~~~~~~~~~~
QuartzCore.CAAnimationDelegate:2:17: note: 'CAAnimationDelegate' has been explicitly marked unavailable here
public protocol CAAnimationDelegate : NSObjectProtocol {
^
/Users/admin/builder/spi-builder-workspace/Source/thirdparty/CAAnimationClosure.swift:71:18: error: 'CAAnimation' is unavailable in watchOS
public extension CAAnimation {
^~~~~~~~~~~
QuartzCore.CAAnimation:2:12: note: 'CAAnimation' has been explicitly marked unavailable here
open class CAAnimation : NSObject, NSSecureCoding, NSCopying, CAMediaTiming, CAAction {
^
/Users/admin/builder/spi-builder-workspace/Source/thirdparty/CAAnimationClosure.swift:155:31: error: 'CAAnimation' is unavailable in watchOS
func addAnimation(_ anim: CAAnimation, forKey key: String?, withCompletion completion: ((Bool) -> Void)?) {
^~~~~~~~~~~
QuartzCore.CAAnimation:2:12: note: 'CAAnimation' has been explicitly marked unavailable here
open class CAAnimation : NSObject, NSSecureCoding, NSCopying, CAMediaTiming, CAAction {
^
/Users/admin/builder/spi-builder-workspace/Source/thirdparty/CAAnimationClosure.swift:147:18: error: 'CALayer' is unavailable in watchOS
public extension CALayer {
^~~~~~~
QuartzCore.CALayer:2:12: note: 'CALayer' has been explicitly marked unavailable here
open class CALayer : NSObject, NSSecureCoding, CAMediaTiming {
^
/Users/admin/builder/spi-builder-workspace/Source/utils/BoundsUtils.swift:18:50: error: cannot find type 'MImage' in scope
class func getRect(of image: Image?, mImage: MImage) -> CGRect? {
^~~~~~
/Users/admin/builder/spi-builder-workspace/Source/utils/CGMappings.swift:16:20: error: cannot find type 'CGColor' in scope
func toCG() -> CGColor {
^~~~~~~
/Users/admin/builder/spi-builder-workspace/Source/utils/CGMappings.swift:37:20: error: cannot find type 'CGLineJoin' in scope
func toCG() -> CGLineJoin {
^~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Source/utils/CGMappings.swift:52:20: error: cannot find type 'CGLineCap' in scope
func toCG() -> CGLineCap {
^~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Source/utils/CGMappings.swift:123:24: error: cannot find type 'CGPath' in scope
func toCGPath() -> CGPath {
^~~~~~
/Users/admin/builder/spi-builder-workspace/Source/utils/CGMappings.swift:138:99: error: cannot find type 'MImage' in scope
func toNativeImage(size: Size, layout: ContentLayout = .of(), scale: CGFloat = 0.0) throws -> MImage {
^~~~~~
/Users/admin/builder/spi-builder-workspace/Source/utils/CGMappings.swift:164:11: error: cannot find type 'MBezierPath' in scope
extension MBezierPath {
^~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Source/utils/CGMappings.swift:173:11: error: cannot find type 'CGPath' in scope
extension CGPath {
^~~~~~
/Users/admin/builder/spi-builder-workspace/Source/utils/UIImage2Image.swift:15:26: error: cannot find 'MImage' in scope
var imagesMap = [String: MImage]()
^~~~~~
/Users/admin/builder/spi-builder-workspace/Source/utils/UIImage2Image.swift:15:18: error: cannot convert value of type 'String.Type' to expected dictionary key type 'AnyHashable'
var imagesMap = [String: MImage]()
^
/Users/admin/builder/spi-builder-workspace/Source/utils/UIImage2Image.swift:15:17: error: cannot call value of non-function type '[AnyHashable : Any]'
var imagesMap = [String: MImage]()
^ ~~
/Users/admin/builder/spi-builder-workspace/Source/utils/UIImage2Image.swift:15:5: warning: var 'imagesMap' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
var imagesMap = [String: MImage]()
^
/Users/admin/builder/spi-builder-workspace/Source/utils/UIImage2Image.swift:15:5: note: convert 'imagesMap' to a 'let' constant to make 'Sendable' shared state immutable
var imagesMap = [String: MImage]()
~~~ ^
let
/Users/admin/builder/spi-builder-workspace/Source/utils/UIImage2Image.swift:15:5: note: annotate 'imagesMap' with '@MainActor' if property should only be accessed from the main actor
var imagesMap = [String: MImage]()
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Source/utils/UIImage2Image.swift:15:5: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
var imagesMap = [String: MImage]()
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Source/utils/UIImage2Image.swift:17:18: error: cannot find type 'MImage' in scope
public extension MImage {
^~~~~~
/Users/admin/builder/spi-builder-workspace/Source/views/MacawView.swift:16:44: error: missing argument for parameter 'coder' in call
internal var drawingView = DrawingView()
^
coder: <#NSCoder#>
/Users/admin/builder/spi-builder-workspace/Source/views/MacawView.swift:297:27: note: 'init(coder:)' declared here
@objc public required init?(coder aDecoder: NSCoder) {
^
/Users/admin/builder/spi-builder-workspace/Source/views/MacawView.swift:30:36: error: cannot find type 'MViewContentMode' in scope
open override var contentMode: MViewContentMode {
^~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Source/views/MacawView.swift:30:23: error: property does not override any property from its superclass
open override var contentMode: MViewContentMode {
~~~~~~~~ ^
/Users/admin/builder/spi-builder-workspace/Source/views/MacawView.swift:43:23: error: property does not override any property from its superclass
override open var frame: CGRect {
~~~~~~~~ ^
/Users/admin/builder/spi-builder-workspace/Source/views/MacawView.swift:45:13: error: 'super' members cannot be referenced in a root class
super.frame = frame
^
/Users/admin/builder/spi-builder-workspace/Source/views/MacawView.swift:50:23: error: property does not override any property from its superclass
override open var intrinsicContentSize: CGSize {
~~~~~~~~ ^
/Users/admin/builder/spi-builder-workspace/Source/views/MacawView.swift:93:21: error: initializer does not override a designated initializer from its superclass
public override init(frame: CGRect) {
~~~~~~~~ ^
/Users/admin/builder/spi-builder-workspace/Source/views/MacawView.swift:160:53: error: cannot find type 'MTouch' in scope
open override func mTouchesBegan(_ touches: Set<MTouch>, with event: MEvent?) {
^~~~~~
/Users/admin/builder/spi-builder-workspace/Source/views/MacawView.swift:160:74: error: cannot find type 'MEvent' in scope
open override func mTouchesBegan(_ touches: Set<MTouch>, with event: MEvent?) {
^~~~~~
/Users/admin/builder/spi-builder-workspace/Source/views/MacawView.swift:160:24: error: method does not override any method from its superclass
open override func mTouchesBegan(_ touches: Set<MTouch>, with event: MEvent?) {
~~~~~~~~ ^
/Users/admin/builder/spi-builder-workspace/Source/views/MacawView.swift:167:53: error: cannot find type 'MTouch' in scope
open override func mTouchesMoved(_ touches: Set<MTouch>, with event: MEvent?) {
^~~~~~
/Users/admin/builder/spi-builder-workspace/Source/views/MacawView.swift:167:74: error: cannot find type 'MEvent' in scope
open override func mTouchesMoved(_ touches: Set<MTouch>, with event: MEvent?) {
^~~~~~
/Users/admin/builder/spi-builder-workspace/Source/views/MacawView.swift:167:24: error: method does not override any method from its superclass
open override func mTouchesMoved(_ touches: Set<MTouch>, with event: MEvent?) {
~~~~~~~~ ^
/Users/admin/builder/spi-builder-workspace/Source/views/MacawView.swift:174:53: error: cannot find type 'MTouch' in scope
open override func mTouchesEnded(_ touches: Set<MTouch>, with event: MEvent?) {
^~~~~~
/Users/admin/builder/spi-builder-workspace/Source/views/MacawView.swift:174:74: error: cannot find type 'MEvent' in scope
open override func mTouchesEnded(_ touches: Set<MTouch>, with event: MEvent?) {
^~~~~~
/Users/admin/builder/spi-builder-workspace/Source/views/MacawView.swift:174:24: error: method does not override any method from its superclass
open override func mTouchesEnded(_ touches: Set<MTouch>, with event: MEvent?) {
~~~~~~~~ ^
/Users/admin/builder/spi-builder-workspace/Source/views/MacawView.swift:181:57: error: cannot find type 'MTouch' in scope
override open func mTouchesCancelled(_ touches: Set<MTouch>, with event: MEvent?) {
^~~~~~
/Users/admin/builder/spi-builder-workspace/Source/views/MacawView.swift:181:78: error: cannot find type 'MEvent' in scope
override open func mTouchesCancelled(_ touches: Set<MTouch>, with event: MEvent?) {
^~~~~~
/Users/admin/builder/spi-builder-workspace/Source/views/MacawView.swift:181:24: error: method does not override any method from its superclass
override open func mTouchesCancelled(_ touches: Set<MTouch>, with event: MEvent?) {
~~~~~~~~ ^
/Users/admin/builder/spi-builder-workspace/Source/views/MacawView.swift:188:39: error: cannot find type 'MTouch' in scope
private func convert(touches: Set<MTouch>) -> [MTouchEvent] {
^~~~~~
/Users/admin/builder/spi-builder-workspace/Source/views/MacawView.swift:198:56: error: cannot find type 'MGestureRecognizer' in scope
public func gestureRecognizer(_ gestureRecognizer: MGestureRecognizer, shouldReceive touch: MTouch) -> Bool {
^~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Source/views/MacawView.swift:198:97: error: cannot find type 'MTouch' in scope
public func gestureRecognizer(_ gestureRecognizer: MGestureRecognizer, shouldReceive touch: MTouch) -> Bool {
^~~~~~
/Users/admin/builder/spi-builder-workspace/Source/views/MacawView.swift:202:56: error: cannot find type 'MGestureRecognizer' in scope
public func gestureRecognizer(_ gestureRecognizer: MGestureRecognizer, shouldRecognizeSimultaneouslyWith otherGestureRecognizer: MGestureRecognizer) -> Bool {
^~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Source/views/MacawView.swift:202:134: error: cannot find type 'MGestureRecognizer' in scope
public func gestureRecognizer(_ gestureRecognizer: MGestureRecognizer, shouldRecognizeSimultaneouslyWith otherGestureRecognizer: MGestureRecognizer) -> Bool {
^~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Source/views/MacawView.swift:14:23: error: cannot find type 'MView' in scope
open class MacawView: MView, MGestureRecognizerDelegate {
^~~~~
/Users/admin/builder/spi-builder-workspace/Source/views/MacawView.swift:14:30: error: cannot find type 'MGestureRecognizerDelegate' in scope
open class MacawView: MView, MGestureRecognizerDelegate {
^~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Source/views/MacawView.swift:207:29: error: cannot find type 'MView' in scope
internal class DrawingView: MView {
^~~~~
/Users/admin/builder/spi-builder-workspace/Source/views/MacawView.swift:216:24: error: cannot find 'superview' in scope
if let _ = superview {
^~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Source/views/MacawView.swift:220:18: error: value of type 'DrawingView' has no member 'setNeedsDisplay'
self.setNeedsDisplay()
~~~~ ^~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Source/views/MacawView.swift:221:13: error: cannot find 'invalidateIntrinsicContentSize' in scope
invalidateIntrinsicContentSize()
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Source/views/MacawView.swift:228:13: error: cannot find 'setNeedsDisplay' in scope
setNeedsDisplay()
^~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Source/views/MacawView.swift:229:13: error: cannot find 'invalidateIntrinsicContentSize' in scope
invalidateIntrinsicContentSize()
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Source/views/MacawView.swift:233:36: error: cannot find type 'MViewContentMode' in scope
open override var contentMode: MViewContentMode {
^~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Source/views/MacawView.swift:233:23: error: property does not override any property from its superclass
open override var contentMode: MViewContentMode {
~~~~~~~~ ^
/Users/admin/builder/spi-builder-workspace/Source/views/MacawView.swift:235:59: error: extra argument 'contentMode' in call
contentLayout = ContentLayout.of(contentMode: contentMode)
~~~~~~~~~~~~~~^~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Source/views/MacawView.swift:247:23: error: property does not override any property from its superclass
override open var frame: CGRect {
~~~~~~~~ ^
/Users/admin/builder/spi-builder-workspace/Source/views/MacawView.swift:249:13: error: 'super' members cannot be referenced in a root class
super.frame = frame
^
/Users/admin/builder/spi-builder-workspace/Source/views/MacawView.swift:253:27: error: cannot find 'superview' in scope
guard let _ = superview else {
^~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Source/views/MacawView.swift:261:23: error: property does not override any property from its superclass
override open var intrinsicContentSize: CGSize {
~~~~~~~~ ^
/Users/admin/builder/spi-builder-workspace/Source/views/MacawView.swift:269:24: error: method does not override any method from its superclass
override open func didMoveToSuperview() {
~~~~~~~~ ^
/Users/admin/builder/spi-builder-workspace/Source/views/MacawView.swift:284:27: error: cannot find 'MGestureRecognizer' in scope
var recognizersMap = [MGestureRecognizer: [Node]]()
^~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Source/views/MacawView.swift:284:26: error: cannot call value of non-function type '[AnyHashable : [Node].Type]'
var recognizersMap = [MGestureRecognizer: [Node]]()
^ ~~
/Users/admin/builder/spi-builder-workspace/Source/views/MacawView.swift:301:21: error: initializer does not override a designated initializer from its superclass
public override init(frame: CGRect) {
~~~~~~~~ ^
/Users/admin/builder/spi-builder-workspace/Source/views/MacawView.swift:305:24: error: method does not override any method from its superclass
open override func layoutSubviews() {
~~~~~~~~ ^
/Users/admin/builder/spi-builder-workspace/Source/views/MacawView.swift:310:24: error: method does not override any method from its superclass
override open func draw(_ rect: CGRect) {
~~~~~~~~ ^
/Users/admin/builder/spi-builder-workspace/Source/views/MacawView.swift:339:53: error: cannot find type 'CGContext' in scope
private func doFindNode(location: CGPoint, ctx: CGContext) -> NodePath? {
^~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Source/views/MacawView.swift:491:38: error: cannot find type 'MTapGestureRecognizer' in scope
@objc func handleTap(recognizer: MTapGestureRecognizer) {
^~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Source/views/MacawView.swift:515:42: error: cannot find type 'MLongPressGestureRecognizer' in scope
@objc func handleLongTap(recognizer: MLongPressGestureRecognizer) {
^~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Source/views/MacawView.swift:541:38: error: cannot find type 'MPanGestureRecognizer' in scope
@objc func handlePan(recognizer: MPanGestureRecognizer) {
^~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Source/views/MacawView.swift:591:45: error: cannot find type 'MRotationGestureRecognizer' in scope
@objc func handleRotation(_ recognizer: MRotationGestureRecognizer) {
^~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Source/views/MacawView.swift:634:42: error: cannot find type 'MPinchGestureRecognizer' in scope
@objc func handlePinch(_ recognizer: MPinchGestureRecognizer) {
^~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Source/views/MacawZoom.swift:61:38: error: cannot find type 'MTouch' in scope
func touchesBegan(_ touches: Set<MTouch>) {
^~~~~~
/Users/admin/builder/spi-builder-workspace/Source/views/MacawZoom.swift:67:38: error: cannot find type 'MTouch' in scope
func touchesMoved(_ touches: Set<MTouch>) {
^~~~~~
/Users/admin/builder/spi-builder-workspace/Source/views/MacawZoom.swift:72:38: error: cannot find type 'MTouch' in scope
func touchesEnded(_ touches: Set<MTouch>) {
^~~~~~
/Users/admin/builder/spi-builder-workspace/Source/views/MacawZoom.swift:141:16: error: cannot find type 'MTouch' in scope
let touch: MTouch
^~~~~~
/Users/admin/builder/spi-builder-workspace/Source/views/MacawZoom.swift:144:29: error: cannot find type 'MTouch' in scope
convenience init(touch: MTouch, in view: MacawView) {
^~~~~~
/Users/admin/builder/spi-builder-workspace/Source/views/MacawZoom.swift:148:17: error: cannot find type 'MTouch' in scope
init(touch: MTouch, point: Point) {
^~~~~~
/Users/admin/builder/spi-builder-workspace/Source/views/ShapeLayer.swift:9:19: error: cannot find type 'CAShapeLayer' in scope
class ShapeLayer: CAShapeLayer {
^~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Source/views/ShapeLayer.swift:14:32: error: cannot find type 'CGContext' in scope
override func draw(in ctx: CGContext) {
^~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Source/views/ShapeLayer.swift:14:19: error: method does not override any method from its superclass
override func draw(in ctx: CGContext) {
~~~~~~~~ ^
/Users/admin/builder/spi-builder-workspace/Source/views/Touchable.swift:22:39: error: cannot find type 'MTouch' in scope
func mTouchesBegan(_ touches: Set<MTouch>, with event: MEvent?)
^~~~~~
/Users/admin/builder/spi-builder-workspace/Source/views/Touchable.swift:22:60: error: cannot find type 'MEvent' in scope
func mTouchesBegan(_ touches: Set<MTouch>, with event: MEvent?)
^~~~~~
/Users/admin/builder/spi-builder-workspace/Source/views/Touchable.swift:23:39: error: cannot find type 'MTouch' in scope
func mTouchesMoved(_ touches: Set<MTouch>, with event: MEvent?)
^~~~~~
/Users/admin/builder/spi-builder-workspace/Source/views/Touchable.swift:23:60: error: cannot find type 'MEvent' in scope
func mTouchesMoved(_ touches: Set<MTouch>, with event: MEvent?)
^~~~~~
/Users/admin/builder/spi-builder-workspace/Source/views/Touchable.swift:24:39: error: cannot find type 'MTouch' in scope
func mTouchesEnded(_ touches: Set<MTouch>, with event: MEvent?)
^~~~~~
/Users/admin/builder/spi-builder-workspace/Source/views/Touchable.swift:24:60: error: cannot find type 'MEvent' in scope
func mTouchesEnded(_ touches: Set<MTouch>, with event: MEvent?)
^~~~~~
/Users/admin/builder/spi-builder-workspace/Source/views/Touchable.swift:25:43: error: cannot find type 'MTouch' in scope
func mTouchesCancelled(_ touches: Set<MTouch>, with event: MEvent?)
^~~~~~
/Users/admin/builder/spi-builder-workspace/Source/views/Touchable.swift:25:64: error: cannot find type 'MEvent' in scope
func mTouchesCancelled(_ touches: Set<MTouch>, with event: MEvent?)
^~~~~~
SwiftCompile normal armv7k Compiling\ XMLIndexer+XMLIndexerDeserializable.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SWXMLHash/Source/XMLIndexer+XMLIndexerDeserializable.swift (in target 'SWXMLHash' from project 'SWXMLHash')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
builtin-swiftTaskExecution -- /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift-frontend -frontend -c /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SWXMLHash/Source/XMLHash.swift -primary-file /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SWXMLHash/Source/XMLIndexer+XMLIndexerDeserializable.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SWXMLHash/Source/shim.swift -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SWXMLHash.build/Debug-watchos/SWXMLHash.build/Objects-normal/armv7k/XMLIndexer+XMLIndexerDeserializable.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SWXMLHash.build/Debug-watchos/SWXMLHash.build/Objects-normal/armv7k/XMLIndexer+XMLIndexerDeserializable.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SWXMLHash.build/Debug-watchos/SWXMLHash.build/Objects-normal/armv7k/XMLIndexer+XMLIndexerDeserializable.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SWXMLHash.build/Debug-watchos/SWXMLHash.build/Objects-normal/armv7k/XMLIndexer+XMLIndexerDeserializable.dia -target armv7k-apple-watchos5.0 -enable-objc-interop -sdk /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.1.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -I /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.1.sdk/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -debug-info-format\=dwarf -dwarf-version\=4 -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -suppress-warnings -profile-generate -profile-coverage-mapping -swift-version 5 -enforce-exclusivity\=checked -stats-output-dir /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode/.stats -Onone -D SWIFT_PACKAGE -D DEBUG -serialize-debugging-options -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SWXMLHash.build/Debug-watchos/SWXMLHash.build/Objects-normal/armv7k/SWXMLHash_const_extract_protocols.json -enable-experimental-feature DebugDescriptionMacro -enable-experimental-feature OpaqueTypeErasure -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures -strict-concurrency\=complete -empty-abi-descriptor -plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -resource-dir /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -file-compilation-dir /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -Xcc -D_LIBCPP_HARDENING_MODE\=_LIBCPP_HARDENING_MODE_DEBUG -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos11.1-22R574-7b9df0bda16bb4641b33636c68f04660.sdkstatcache -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SWXMLHash.build/Debug-watchos/SWXMLHash.build/swift-overrides.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SWXMLHash.build/Debug-watchos/SWXMLHash.build/DerivedSources-normal/armv7k -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SWXMLHash.build/Debug-watchos/SWXMLHash.build/DerivedSources/armv7k -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SWXMLHash.build/Debug-watchos/SWXMLHash.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name SWXMLHash -frontend-parseable-output -disable-clang-spi -target-sdk-version 11.1 -target-sdk-name watchos11.1 -external-plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/local/lib/swift/host/plugins -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SWXMLHash.build/Debug-watchos/SWXMLHash.build/Objects-normal/armv7k/XMLIndexer+XMLIndexerDeserializable.o -index-unit-output-path /SWXMLHash.build/Debug-watchos/SWXMLHash.build/Objects-normal/armv7k/XMLIndexer+XMLIndexerDeserializable.o -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
Command SwiftCompile failed with a nonzero exit code
** BUILD FAILED **
The following build commands failed:
SwiftEmitModule normal arm64 Emitting\ module\ for\ Macaw (in target 'Macaw' from project 'Macaw')
EmitSwiftModule normal arm64 (in target 'Macaw' from project 'Macaw')
SwiftCompile normal armv7k Compiling\ XMLIndexer+XMLIndexerDeserializable.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SWXMLHash/Source/XMLIndexer+XMLIndexerDeserializable.swift (in target 'SWXMLHash' from project 'SWXMLHash')
Building workspace spi-builder-workspace with scheme Macaw
(4 failures)
BUILD FAILURE 6.0 watchOS