The Swift Package Index logo.Swift Package Index

Track the adoption of Swift 6 strict concurrency checks for data race safety. How many packages are Ready for Swift 6?

Build Information

Successful build of Macaw, reference 0.9.10 (29ec19), with Swift 6.1 for iOS using Xcode 16.3 on 26 Apr 2025 22:38:49 UTC.

Swift 6 data race errors: 170

Build Command

env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme Macaw -destination generic/platform=iOS 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 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: add '@MainActor' to make static property 'forestGreen' part of global actor 'MainActor'
    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: add '@MainActor' to make static property 'gainsboro' part of global actor 'MainActor'
    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: add '@MainActor' to make static property 'ghostWhite' part of global actor 'MainActor'
    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: add '@MainActor' to make static property 'gold' part of global actor 'MainActor'
    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: add '@MainActor' to make static property 'goldenrod' part of global actor 'MainActor'
    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: add '@MainActor' to make static property 'greenYellow' part of global actor 'MainActor'
    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: add '@MainActor' to make static property 'honeydew' part of global actor 'MainActor'
    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: add '@MainActor' to make static property 'hotPink' part of global actor 'MainActor'
    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: add '@MainActor' to make static property 'indianRed' part of global actor 'MainActor'
    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: add '@MainActor' to make static property 'indigo' part of global actor 'MainActor'
    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: add '@MainActor' to make static property 'ivory' part of global actor 'MainActor'
    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: add '@MainActor' to make static property 'khaki' part of global actor 'MainActor'
    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: add '@MainActor' to make static property 'lavender' part of global actor 'MainActor'
    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: add '@MainActor' to make static property 'lavenderBlush' part of global actor 'MainActor'
    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: add '@MainActor' to make static property 'lawnGreen' part of global actor 'MainActor'
    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: add '@MainActor' to make static property 'lemonChiffon' part of global actor 'MainActor'
    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: add '@MainActor' to make static property 'lightBlue' part of global actor 'MainActor'
    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: add '@MainActor' to make static property 'lightCoral' part of global actor 'MainActor'
    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: add '@MainActor' to make static property 'lightCyan' part of global actor 'MainActor'
    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: add '@MainActor' to make static property 'lightGoldenrodYellow' part of global actor 'MainActor'
    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: add '@MainActor' to make static property 'lightGray' part of global actor 'MainActor'
    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: add '@MainActor' to make static property 'lightGreen' part of global actor 'MainActor'
    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: add '@MainActor' to make static property 'lightPink' part of global actor 'MainActor'
    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: add '@MainActor' to make static property 'lightSalmon' part of global actor 'MainActor'
    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: add '@MainActor' to make static property 'lightSeaGreen' part of global actor 'MainActor'
    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: add '@MainActor' to make static property 'lightSkyBlue' part of global actor 'MainActor'
    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: add '@MainActor' to make static property 'lightSlateGray' part of global actor 'MainActor'
    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: add '@MainActor' to make static property 'lightSteelBlue' part of global actor 'MainActor'
    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: add '@MainActor' to make static property 'lightYellow' part of global actor 'MainActor'
    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: add '@MainActor' to make static property 'limeGreen' part of global actor 'MainActor'
    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: add '@MainActor' to make static property 'linen' part of global actor 'MainActor'
    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: add '@MainActor' to make static property 'mediumAquamarine' part of global actor 'MainActor'
    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: add '@MainActor' to make static property 'mediumBlue' part of global actor 'MainActor'
    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: add '@MainActor' to make static property 'mediumOrchid' part of global actor 'MainActor'
    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: add '@MainActor' to make static property 'mediumPurple' part of global actor 'MainActor'
    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: add '@MainActor' to make static property 'mediumSeaGreen' part of global actor 'MainActor'
    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: add '@MainActor' to make static property 'mediumSlateBlue' part of global actor 'MainActor'
    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: add '@MainActor' to make static property 'mediumSpringGreen' part of global actor 'MainActor'
    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: add '@MainActor' to make static property 'mediumTurquoise' part of global actor 'MainActor'
    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: add '@MainActor' to make static property 'mediumVioletRed' part of global actor 'MainActor'
    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: add '@MainActor' to make static property 'midnightBlue' part of global actor 'MainActor'
    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: add '@MainActor' to make static property 'mintCream' part of global actor 'MainActor'
    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: add '@MainActor' to make static property 'mistyRose' part of global actor 'MainActor'
    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: add '@MainActor' to make static property 'moccasin' part of global actor 'MainActor'
    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: add '@MainActor' to make static property 'navajoWhite' part of global actor 'MainActor'
    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: add '@MainActor' to make static property 'oldLace' part of global actor 'MainActor'
    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: add '@MainActor' to make static property 'oliveDrab' part of global actor 'MainActor'
    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: add '@MainActor' to make static property 'orange' part of global actor 'MainActor'
    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: add '@MainActor' to make static property 'orangeRed' part of global actor 'MainActor'
    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: add '@MainActor' to make static property 'orchid' part of global actor 'MainActor'
    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: add '@MainActor' to make static property 'paleGoldenrod' part of global actor 'MainActor'
    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: add '@MainActor' to make static property 'paleGreen' part of global actor 'MainActor'
    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: add '@MainActor' to make static property 'paleTurquoise' part of global actor 'MainActor'
    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: add '@MainActor' to make static property 'paleVioletRed' part of global actor 'MainActor'
    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: add '@MainActor' to make static property 'papayaWhip' part of global actor 'MainActor'
    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: add '@MainActor' to make static property 'peachPuff' part of global actor 'MainActor'
    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: add '@MainActor' to make static property 'peru' part of global actor 'MainActor'
    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: add '@MainActor' to make static property 'pink' part of global actor 'MainActor'
    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: add '@MainActor' to make static property 'plum' part of global actor 'MainActor'
    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: add '@MainActor' to make static property 'powderBlue' part of global actor 'MainActor'
    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: add '@MainActor' to make static property 'rebeccaPurple' part of global actor 'MainActor'
    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: add '@MainActor' to make static property 'rosyBrown' part of global actor 'MainActor'
    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: add '@MainActor' to make static property 'royalBlue' part of global actor 'MainActor'
    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: add '@MainActor' to make static property 'saddleBrown' part of global actor 'MainActor'
    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: add '@MainActor' to make static property 'salmon' part of global actor 'MainActor'
    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: add '@MainActor' to make static property 'sandyBrown' part of global actor 'MainActor'
    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: add '@MainActor' to make static property 'seaGreen' part of global actor 'MainActor'
    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: add '@MainActor' to make static property 'seashell' part of global actor 'MainActor'
    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: add '@MainActor' to make static property 'sienna' part of global actor 'MainActor'
    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: add '@MainActor' to make static property 'skyBlue' part of global actor 'MainActor'
    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: add '@MainActor' to make static property 'slateBlue' part of global actor 'MainActor'
    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: add '@MainActor' to make static property 'slateGray' part of global actor 'MainActor'
    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: add '@MainActor' to make static property 'snow' part of global actor 'MainActor'
    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: add '@MainActor' to make static property 'springGreen' part of global actor 'MainActor'
    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: add '@MainActor' to make static property 'steelBlue' part of global actor 'MainActor'
    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: add '@MainActor' to make static property 'tan' part of global actor 'MainActor'
    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: add '@MainActor' to make static property 'thistle' part of global actor 'MainActor'
    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: add '@MainActor' to make static property 'tomato' part of global actor 'MainActor'
    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: add '@MainActor' to make static property 'turquoise' part of global actor 'MainActor'
    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: add '@MainActor' to make static property 'violet' part of global actor 'MainActor'
    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: add '@MainActor' to make static property 'wheat' part of global actor 'MainActor'
    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: add '@MainActor' to make static property 'whiteSmoke' part of global actor 'MainActor'
    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: add '@MainActor' to make static property 'yellowGreen' part of global actor 'MainActor'
    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: add '@MainActor' to make static property 'identity' part of global actor 'MainActor'
    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: add '@MainActor' to make static property 'luminanceToAlpha' part of global actor 'MainActor'
    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: add '@MainActor' to make static property 'origin' part of global actor 'MainActor'
    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: add '@MainActor' to make static property 'zero' part of global actor 'MainActor'
    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: add '@MainActor' to make static property 'identity' part of global actor 'MainActor'
    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/platform/iOS/MView_iOS.swift:47:10: warning: main actor-isolated instance method 'mTouchesBegan(_:with:)' cannot be used to satisfy nonisolated requirement from protocol 'Touchable'; this is an error in the Swift 6 language mode
    func mTouchesBegan(_ touches: Set<MTouch>, with event: MEvent?) {
         ^
/Users/admin/builder/spi-builder-workspace/Source/platform/iOS/MView_iOS.swift:47:10: note: add 'nonisolated' to 'mTouchesBegan(_:with:)' to make this instance method not isolated to the actor
    func mTouchesBegan(_ touches: Set<MTouch>, with event: MEvent?) {
         ^
    nonisolated
/Users/admin/builder/spi-builder-workspace/Source/platform/iOS/MView_iOS.swift:14:27: note: add '@preconcurrency' to the 'Touchable' conformance to defer isolation checking to run time
open class MView: UIView, Touchable {
                          ^
                          @preconcurrency
/Users/admin/builder/spi-builder-workspace/Source/views/Touchable.swift:22:10: note: mark the protocol requirement 'mTouchesBegan(_:with:)' 'async' to allow actor-isolated conformances
    func mTouchesBegan(_ touches: Set<MTouch>, with event: MEvent?)
         ^
                                                                    async
/Users/admin/builder/spi-builder-workspace/Source/platform/iOS/MView_iOS.swift:50:10: warning: main actor-isolated instance method 'mTouchesMoved(_:with:)' cannot be used to satisfy nonisolated requirement from protocol 'Touchable'; this is an error in the Swift 6 language mode
    func mTouchesMoved(_ touches: Set<MTouch>, with event: MEvent?) {
         ^
/Users/admin/builder/spi-builder-workspace/Source/platform/iOS/MView_iOS.swift:50:10: note: add 'nonisolated' to 'mTouchesMoved(_:with:)' to make this instance method not isolated to the actor
    func mTouchesMoved(_ touches: Set<MTouch>, with event: MEvent?) {
         ^
    nonisolated
/Users/admin/builder/spi-builder-workspace/Source/views/Touchable.swift:23:10: note: mark the protocol requirement 'mTouchesMoved(_:with:)' 'async' to allow actor-isolated conformances
    func mTouchesMoved(_ touches: Set<MTouch>, with event: MEvent?)
         ^
                                                                    async
/Users/admin/builder/spi-builder-workspace/Source/platform/iOS/MView_iOS.swift:53:10: warning: main actor-isolated instance method 'mTouchesEnded(_:with:)' cannot be used to satisfy nonisolated requirement from protocol 'Touchable'; this is an error in the Swift 6 language mode
    func mTouchesEnded(_ touches: Set<MTouch>, with event: MEvent?) {
         ^
/Users/admin/builder/spi-builder-workspace/Source/platform/iOS/MView_iOS.swift:53:10: note: add 'nonisolated' to 'mTouchesEnded(_:with:)' to make this instance method not isolated to the actor
    func mTouchesEnded(_ touches: Set<MTouch>, with event: MEvent?) {
         ^
    nonisolated
/Users/admin/builder/spi-builder-workspace/Source/views/Touchable.swift:24:10: note: mark the protocol requirement 'mTouchesEnded(_:with:)' 'async' to allow actor-isolated conformances
    func mTouchesEnded(_ touches: Set<MTouch>, with event: MEvent?)
         ^
                                                                    async
/Users/admin/builder/spi-builder-workspace/Source/platform/iOS/MView_iOS.swift:56:10: warning: main actor-isolated instance method 'mTouchesCancelled(_:with:)' cannot be used to satisfy nonisolated requirement from protocol 'Touchable'; this is an error in the Swift 6 language mode
    func mTouchesCancelled(_ touches: Set<MTouch>, with event: MEvent?) {
         ^
/Users/admin/builder/spi-builder-workspace/Source/platform/iOS/MView_iOS.swift:56:10: note: add 'nonisolated' to 'mTouchesCancelled(_:with:)' to make this instance method not isolated to the actor
    func mTouchesCancelled(_ touches: Set<MTouch>, with event: MEvent?) {
         ^
    nonisolated
/Users/admin/builder/spi-builder-workspace/Source/views/Touchable.swift:25:10: note: mark the protocol requirement 'mTouchesCancelled(_:with:)' 'async' to allow actor-isolated conformances
    func mTouchesCancelled(_ touches: Set<MTouch>, with event: MEvent?)
         ^
                                                                        async
/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: add '@MainActor' to make static property 'defaultStrokeLineCap' part of global actor 'MainActor'
    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: add '@MainActor' to make static property 'defaultStrokeLineJoin' part of global actor 'MainActor'
    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/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: add '@MainActor' to make var 'imagesMap' part of global actor 'MainActor'
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)
SwiftCompile normal arm64 Compiling\ MView_macOS.swift,\ GroupRenderer.swift,\ ImageRenderer.swift,\ NodeRenderer.swift,\ RenderContext.swift,\ RenderUtils.swift,\ ShapeRenderer.swift,\ TextRenderer.swift,\ CSSParser.swift,\ SVGCanvas.swift,\ SVGConstants.swift,\ SVGNodeLayout.swift,\ SVGParser.swift,\ SVGParserError.swift /Users/admin/builder/spi-builder-workspace/Source/platform/macOS/MView_macOS.swift /Users/admin/builder/spi-builder-workspace/Source/render/GroupRenderer.swift /Users/admin/builder/spi-builder-workspace/Source/render/ImageRenderer.swift /Users/admin/builder/spi-builder-workspace/Source/render/NodeRenderer.swift /Users/admin/builder/spi-builder-workspace/Source/render/RenderContext.swift /Users/admin/builder/spi-builder-workspace/Source/render/RenderUtils.swift /Users/admin/builder/spi-builder-workspace/Source/render/ShapeRenderer.swift /Users/admin/builder/spi-builder-workspace/Source/render/TextRenderer.swift /Users/admin/builder/spi-builder-workspace/Source/svg/CSSParser.swift /Users/admin/builder/spi-builder-workspace/Source/svg/SVGCanvas.swift /Users/admin/builder/spi-builder-workspace/Source/svg/SVGConstants.swift /Users/admin/builder/spi-builder-workspace/Source/svg/SVGNodeLayout.swift /Users/admin/builder/spi-builder-workspace/Source/svg/SVGParser.swift /Users/admin/builder/spi-builder-workspace/Source/svg/SVGParserError.swift (in target 'Macaw' from project 'Macaw')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Source/platform/macOS/MView_macOS.swift (in target 'Macaw' from project 'Macaw')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Source/render/GroupRenderer.swift (in target 'Macaw' from project 'Macaw')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Source/render/ImageRenderer.swift (in target 'Macaw' from project 'Macaw')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Source/render/NodeRenderer.swift (in target 'Macaw' from project 'Macaw')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

/Users/admin/builder/spi-builder-workspace/Source/render/NodeRenderer.swift:27:22: warning: main actor-isolated property 'mLayer' can not be referenced from a nonisolated context; this is an error in the Swift 6 language mode
        return view?.mLayer
                     ^
/Users/admin/builder/spi-builder-workspace/Source/platform/iOS/MView_iOS.swift:15:9: note: property declared here
    var mLayer: CALayer? {
        ^
/Users/admin/builder/spi-builder-workspace/Source/render/NodeRenderer.swift:63:38: warning: main actor-isolated property 'place' can not be referenced from a nonisolated context; this is an error in the Swift 6 language mode
            if let viewPlace = view?.place {
                                     ^
/Users/admin/builder/spi-builder-workspace/Source/views/MacawView.swift:239:9: note: property declared here
    var place: Transform {
        ^
/Users/admin/builder/spi-builder-workspace/Source/render/NodeRenderer.swift:56:17: note: add '@MainActor' to make instance method 'place(in:)' part of global actor 'MainActor'
    public func place(in relativity: Relativity = .parent) -> Transform {
                ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Source/render/NodeRenderer.swift:83:19: warning: call to main actor-isolated instance method 'setNeedsDisplay()' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
            view?.setNeedsDisplay()
                  ^
UIKit.UIView.setNeedsDisplay:2:22: note: calls to instance method 'setNeedsDisplay()' from outside of its actor context are implicitly asynchronous
@MainActor open func setNeedsDisplay()}
                     ^
/Users/admin/builder/spi-builder-workspace/Source/render/NodeRenderer.swift:260:51: warning: main actor-isolated property 'mScale' can not be referenced from a nonisolated context; this is an error in the Swift 6 language mode
        let screenScale: CGFloat = MMainScreen()?.mScale ?? 1.0
                                                  ^
/Users/admin/builder/spi-builder-workspace/Source/platform/iOS/Common_iOS.swift:97:9: note: property declared here
    var mScale: CGFloat {
        ^
/Users/admin/builder/spi-builder-workspace/Source/render/NodeRenderer.swift:259:10: note: add '@MainActor' to make instance method 'renderToImage(bounds:inset:coloringMode:)' part of global actor 'MainActor'
    func renderToImage(bounds: Rect, inset: Double = 0, coloringMode: ColoringMode = .rgb) -> MImage? {
         ^
    @MainActor
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Source/render/RenderContext.swift (in target 'Macaw' from project 'Macaw')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Source/render/RenderUtils.swift (in target 'Macaw' from project 'Macaw')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Source/render/ShapeRenderer.swift (in target 'Macaw' from project 'Macaw')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Source/render/TextRenderer.swift (in target 'Macaw' from project 'Macaw')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Source/svg/CSSParser.swift (in target 'Macaw' from project 'Macaw')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Source/svg/SVGCanvas.swift (in target 'Macaw' from project 'Macaw')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Source/svg/SVGConstants.swift (in target 'Macaw' from project 'Macaw')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

/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: add '@MainActor' to make static property 'defaultStrokeLineCap' part of global actor 'MainActor'
    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: add '@MainActor' to make static property 'defaultStrokeLineJoin' part of global actor 'MainActor'
    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)
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Source/svg/SVGNodeLayout.swift (in target 'Macaw' from project 'Macaw')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Source/svg/SVGParser.swift (in target 'Macaw' from project 'Macaw')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Source/svg/SVGParserError.swift (in target 'Macaw' from project 'Macaw')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 Compiling\ SVGSerializer.swift,\ SVGView.swift,\ CAAnimationClosure.swift,\ CGFloat+Double.swift,\ NSTimer+Closure.swift,\ BoundsUtils.swift,\ CGMappings.swift,\ CommonError.swift,\ DescriptionExtensions.swift,\ UIImage2Image.swift,\ MacawView.swift,\ MacawZoom.swift,\ ShapeLayer.swift,\ Touchable.swift /Users/admin/builder/spi-builder-workspace/Source/svg/SVGSerializer.swift /Users/admin/builder/spi-builder-workspace/Source/svg/SVGView.swift /Users/admin/builder/spi-builder-workspace/Source/thirdparty/CAAnimationClosure.swift /Users/admin/builder/spi-builder-workspace/Source/thirdparty/CGFloat+Double.swift /Users/admin/builder/spi-builder-workspace/Source/thirdparty/NSTimer+Closure.swift /Users/admin/builder/spi-builder-workspace/Source/utils/BoundsUtils.swift /Users/admin/builder/spi-builder-workspace/Source/utils/CGMappings.swift /Users/admin/builder/spi-builder-workspace/Source/utils/CommonError.swift /Users/admin/builder/spi-builder-workspace/Source/utils/DescriptionExtensions.swift /Users/admin/builder/spi-builder-workspace/Source/utils/UIImage2Image.swift /Users/admin/builder/spi-builder-workspace/Source/views/MacawView.swift /Users/admin/builder/spi-builder-workspace/Source/views/MacawZoom.swift /Users/admin/builder/spi-builder-workspace/Source/views/ShapeLayer.swift /Users/admin/builder/spi-builder-workspace/Source/views/Touchable.swift (in target 'Macaw' from project 'Macaw')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Source/svg/SVGSerializer.swift (in target 'Macaw' from project 'Macaw')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Source/svg/SVGView.swift (in target 'Macaw' from project 'Macaw')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Source/thirdparty/CAAnimationClosure.swift (in target 'Macaw' from project 'Macaw')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Source/thirdparty/CGFloat+Double.swift (in target 'Macaw' from project 'Macaw')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Source/thirdparty/NSTimer+Closure.swift (in target 'Macaw' from project 'Macaw')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Source/utils/BoundsUtils.swift (in target 'Macaw' from project 'Macaw')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Source/utils/CGMappings.swift (in target 'Macaw' from project 'Macaw')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Source/utils/CommonError.swift (in target 'Macaw' from project 'Macaw')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Source/utils/DescriptionExtensions.swift (in target 'Macaw' from project 'Macaw')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Source/utils/UIImage2Image.swift (in target 'Macaw' from project 'Macaw')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

/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: add '@MainActor' to make var 'imagesMap' part of global actor 'MainActor'
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)
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Source/views/MacawView.swift (in target 'Macaw' from project 'Macaw')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

/Users/admin/builder/spi-builder-workspace/Source/views/MacawView.swift:688:49: warning: main actor-isolated property 'bounds' can not be referenced from a nonisolated context; this is an error in the Swift 6 language mode
                rect = canvas.layout(size: view.bounds.size.toMacaw()).rect()
                                                ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:188:40: note: property declared here
@property(nonatomic) CGRect            bounds;      // default bounds is zero origin, frame size. animatable
                                       ^
/Users/admin/builder/spi-builder-workspace/Source/views/MacawView.swift:682:17: note: add '@MainActor' to make instance method 'getTransform' part of global actor 'MainActor'
    public func getTransform(_ nodeRenderer: NodeRenderer, _ layout: ContentLayout, _ size: Size) -> Transform {
                ^
    @MainActor
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Source/views/MacawZoom.swift (in target 'Macaw' from project 'Macaw')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

/Users/admin/builder/spi-builder-workspace/Source/views/MacawZoom.swift:38:18: warning: main actor-isolated property 'isMultipleTouchEnabled' can not be mutated from a nonisolated context; this is an error in the Swift 6 language mode
            view.isMultipleTouchEnabled = true
                 ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:200:57: note: mutation of this property is only permitted within the actor
@property(nonatomic,getter=isMultipleTouchEnabled) BOOL multipleTouchEnabled API_UNAVAILABLE(tvos);   // default is NO
                                                        ^
/Users/admin/builder/spi-builder-workspace/Source/views/MacawZoom.swift:32:15: note: add '@MainActor' to make instance method 'enable(move:scale:rotate:)' part of global actor 'MainActor'
    open func enable(move: Bool = true, scale: Bool = true, rotate: Bool = false) {
              ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Source/views/MacawZoom.swift:77:52: warning: main actor-isolated property 'phase' can not be referenced from a nonisolated context; this is an error in the Swift 6 language mode
        let newTouches = touches.filter { $0.touch.phase.rawValue < MTouch.Phase.ended.rawValue }
                                                   ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UITouch.h:54:51: note: property declared here
@property(nonatomic,readonly) UITouchPhase        phase;
                                                  ^
/Users/admin/builder/spi-builder-workspace/Source/views/MacawZoom.swift:145:46: warning: call to main actor-isolated instance method 'location(in:)' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
        self.init(touch: touch, point: touch.location(in: view).toMacaw())
                                             ^
UIKit.UITouch.location:2:22: note: calls to instance method 'location(in:)' from outside of its actor context are implicitly asynchronous
@MainActor open func location(in view: UIView?) -> CGPoint}
                     ^
/Users/admin/builder/spi-builder-workspace/Source/views/MacawZoom.swift:154:22: warning: call to main actor-isolated instance method 'location(in:)' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
        return touch.location(in: view).toMacaw()
                     ^
UIKit.UITouch.location:2:22: note: calls to instance method 'location(in:)' from outside of its actor context are implicitly asynchronous
@MainActor open func location(in view: UIView?) -> CGPoint}
                     ^
/Users/admin/builder/spi-builder-workspace/Source/views/MacawZoom.swift:153:10: note: add '@MainActor' to make instance method 'current(in:)' part of global actor 'MainActor'
    func current(in view: MacawView) -> Point {
         ^
    @MainActor
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Source/views/ShapeLayer.swift (in target 'Macaw' from project 'Macaw')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Source/views/Touchable.swift (in target 'Macaw' from project 'Macaw')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 Compiling\ MoveTo.swift,\ Path.swift,\ PathBuilder.swift,\ PathSegment.swift,\ PathSegmentType.swift,\ Point.swift,\ Polygon.swift,\ Polyline.swift,\ Rect.swift,\ RoundRect.swift,\ Size.swift,\ Transform.swift,\ TransformedLocus.swift,\ Group.swift /Users/admin/builder/spi-builder-workspace/Source/model/geom2d/MoveTo.swift /Users/admin/builder/spi-builder-workspace/Source/model/geom2d/Path.swift /Users/admin/builder/spi-builder-workspace/Source/model/geom2d/PathBuilder.swift /Users/admin/builder/spi-builder-workspace/Source/model/geom2d/PathSegment.swift /Users/admin/builder/spi-builder-workspace/Source/model/geom2d/PathSegmentType.swift /Users/admin/builder/spi-builder-workspace/Source/model/geom2d/Point.swift /Users/admin/builder/spi-builder-workspace/Source/model/geom2d/Polygon.swift /Users/admin/builder/spi-builder-workspace/Source/model/geom2d/Polyline.swift /Users/admin/builder/spi-builder-workspace/Source/model/geom2d/Rect.swift /Users/admin/builder/spi-builder-workspace/Source/model/geom2d/RoundRect.swift /Users/admin/builder/spi-builder-workspace/Source/model/geom2d/Size.swift /Users/admin/builder/spi-builder-workspace/Source/model/geom2d/Transform.swift /Users/admin/builder/spi-builder-workspace/Source/model/geom2d/TransformedLocus.swift /Users/admin/builder/spi-builder-workspace/Source/model/scene/Group.swift (in target 'Macaw' from project 'Macaw')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Source/model/geom2d/MoveTo.swift (in target 'Macaw' from project 'Macaw')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Source/model/geom2d/Path.swift (in target 'Macaw' from project 'Macaw')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Source/model/geom2d/PathBuilder.swift (in target 'Macaw' from project 'Macaw')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Source/model/geom2d/PathSegment.swift (in target 'Macaw' from project 'Macaw')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Source/model/geom2d/PathSegmentType.swift (in target 'Macaw' from project 'Macaw')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Source/model/geom2d/Point.swift (in target 'Macaw' from project 'Macaw')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

/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: add '@MainActor' to make static property 'origin' part of global actor 'MainActor'
    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)
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Source/model/geom2d/Polygon.swift (in target 'Macaw' from project 'Macaw')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Source/model/geom2d/Polyline.swift (in target 'Macaw' from project 'Macaw')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Source/model/geom2d/Rect.swift (in target 'Macaw' from project 'Macaw')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Source/model/geom2d/RoundRect.swift (in target 'Macaw' from project 'Macaw')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Source/model/geom2d/Size.swift (in target 'Macaw' from project 'Macaw')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

/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: add '@MainActor' to make static property 'zero' part of global actor 'MainActor'
    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)
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Source/model/geom2d/Transform.swift (in target 'Macaw' from project 'Macaw')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

/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: add '@MainActor' to make static property 'identity' part of global actor 'MainActor'
    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)
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Source/model/geom2d/TransformedLocus.swift (in target 'Macaw' from project 'Macaw')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Source/model/scene/Group.swift (in target 'Macaw' from project 'Macaw')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftDriverJobDiscovery normal arm64 Compiling shim.swift (in target 'SWXMLHash' from project 'SWXMLHash')
SwiftCompile normal arm64 Compiling\ AnimOperators.swift,\ ContentsInterpolation.swift,\ DoubleInterpolation.swift,\ FillInterpolation.swift,\ Interpolable.swift,\ LocusInterpolation.swift,\ ShapeInterpolation.swift,\ StrokeInterpolation.swift,\ TransformInterpolation.swift,\ FuncBounds.swift,\ PathBounds.swift,\ PathFunctions.swift,\ AnimationSequence.swift,\ CombineAnimation.swift /Users/admin/builder/spi-builder-workspace/Source/animation/layer_animation/Extensions/AnimOperators.swift /Users/admin/builder/spi-builder-workspace/Source/animation/layer_animation/Extensions/ContentsInterpolation.swift /Users/admin/builder/spi-builder-workspace/Source/animation/layer_animation/Extensions/DoubleInterpolation.swift /Users/admin/builder/spi-builder-workspace/Source/animation/layer_animation/Extensions/FillInterpolation.swift /Users/admin/builder/spi-builder-workspace/Source/animation/layer_animation/Extensions/Interpolable.swift /Users/admin/builder/spi-builder-workspace/Source/animation/layer_animation/Extensions/LocusInterpolation.swift /Users/admin/builder/spi-builder-workspace/Source/animation/layer_animation/Extensions/ShapeInterpolation.swift /Users/admin/builder/spi-builder-workspace/Source/animation/layer_animation/Extensions/StrokeInterpolation.swift /Users/admin/builder/spi-builder-workspace/Source/animation/layer_animation/Extensions/TransformInterpolation.swift /Users/admin/builder/spi-builder-workspace/Source/animation/layer_animation/FuncBounds.swift /Users/admin/builder/spi-builder-workspace/Source/animation/layer_animation/PathBounds.swift /Users/admin/builder/spi-builder-workspace/Source/animation/layer_animation/PathFunctions.swift /Users/admin/builder/spi-builder-workspace/Source/animation/types/AnimationSequence.swift /Users/admin/builder/spi-builder-workspace/Source/animation/types/CombineAnimation.swift (in target 'Macaw' from project 'Macaw')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Source/animation/layer_animation/Extensions/AnimOperators.swift (in target 'Macaw' from project 'Macaw')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Source/animation/layer_animation/Extensions/ContentsInterpolation.swift (in target 'Macaw' from project 'Macaw')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Source/animation/layer_animation/Extensions/DoubleInterpolation.swift (in target 'Macaw' from project 'Macaw')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Source/animation/layer_animation/Extensions/FillInterpolation.swift (in target 'Macaw' from project 'Macaw')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Source/animation/layer_animation/Extensions/Interpolable.swift (in target 'Macaw' from project 'Macaw')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Source/animation/layer_animation/Extensions/LocusInterpolation.swift (in target 'Macaw' from project 'Macaw')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Source/animation/layer_animation/Extensions/ShapeInterpolation.swift (in target 'Macaw' from project 'Macaw')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Source/animation/layer_animation/Extensions/StrokeInterpolation.swift (in target 'Macaw' from project 'Macaw')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Source/animation/layer_animation/Extensions/TransformInterpolation.swift (in target 'Macaw' from project 'Macaw')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Source/animation/layer_animation/FuncBounds.swift (in target 'Macaw' from project 'Macaw')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Source/animation/layer_animation/PathBounds.swift (in target 'Macaw' from project 'Macaw')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Source/animation/layer_animation/PathFunctions.swift (in target 'Macaw' from project 'Macaw')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Source/animation/types/AnimationSequence.swift (in target 'Macaw' from project 'Macaw')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Source/animation/types/CombineAnimation.swift (in target 'Macaw' from project 'Macaw')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftDriverJobDiscovery normal arm64 Compiling XMLIndexer+XMLIndexerDeserializable.swift (in target 'SWXMLHash' from project 'SWXMLHash')
SwiftCompile normal arm64 Compiling\ MCAMediaTimingFillMode_iOS.swift,\ MCAMediaTimingFillMode_macOS.swift,\ MCAMediaTimingFunctionName_iOS.swift,\ MCAMediaTimingFunctionName_macOS.swift,\ MCAShapeLayerLineCap_iOS.swift,\ MCAShapeLayerLineCap_macOS.swift,\ MCAShapeLayerLineJoin_iOS.swift,\ MCAShapeLayerLineJoin_macOS.swift,\ AnimatableVariable.swift,\ Animation.swift,\ AnimationImpl.swift,\ AnimationProducer.swift,\ AnimationUtils.swift,\ Easing.swift /Users/admin/builder/spi-builder-workspace/Source/MCAMediaTimingFillMode_iOS.swift /Users/admin/builder/spi-builder-workspace/Source/MCAMediaTimingFillMode_macOS.swift /Users/admin/builder/spi-builder-workspace/Source/MCAMediaTimingFunctionName_iOS.swift /Users/admin/builder/spi-builder-workspace/Source/MCAMediaTimingFunctionName_macOS.swift /Users/admin/builder/spi-builder-workspace/Source/MCAShapeLayerLineCap_iOS.swift /Users/admin/builder/spi-builder-workspace/Source/MCAShapeLayerLineCap_macOS.swift /Users/admin/builder/spi-builder-workspace/Source/MCAShapeLayerLineJoin_iOS.swift /Users/admin/builder/spi-builder-workspace/Source/MCAShapeLayerLineJoin_macOS.swift /Users/admin/builder/spi-builder-workspace/Source/animation/AnimatableVariable.swift /Users/admin/builder/spi-builder-workspace/Source/animation/Animation.swift /Users/admin/builder/spi-builder-workspace/Source/animation/AnimationImpl.swift /Users/admin/builder/spi-builder-workspace/Source/animation/AnimationProducer.swift /Users/admin/builder/spi-builder-workspace/Source/animation/AnimationUtils.swift /Users/admin/builder/spi-builder-workspace/Source/animation/Easing.swift (in target 'Macaw' from project 'Macaw')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Source/MCAMediaTimingFillMode_iOS.swift (in target 'Macaw' from project 'Macaw')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Source/MCAMediaTimingFillMode_macOS.swift (in target 'Macaw' from project 'Macaw')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Source/MCAMediaTimingFunctionName_iOS.swift (in target 'Macaw' from project 'Macaw')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Source/MCAMediaTimingFunctionName_macOS.swift (in target 'Macaw' from project 'Macaw')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Source/MCAShapeLayerLineCap_iOS.swift (in target 'Macaw' from project 'Macaw')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Source/MCAShapeLayerLineCap_macOS.swift (in target 'Macaw' from project 'Macaw')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Source/MCAShapeLayerLineJoin_iOS.swift (in target 'Macaw' from project 'Macaw')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Source/MCAShapeLayerLineJoin_macOS.swift (in target 'Macaw' from project 'Macaw')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Source/animation/AnimatableVariable.swift (in target 'Macaw' from project 'Macaw')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Source/animation/Animation.swift (in target 'Macaw' from project 'Macaw')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Source/animation/AnimationImpl.swift (in target 'Macaw' from project 'Macaw')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Source/animation/AnimationProducer.swift (in target 'Macaw' from project 'Macaw')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

/Users/admin/builder/spi-builder-workspace/Source/animation/AnimationProducer.swift:9:5: warning: let 'animationProducer' is not concurrency-safe because non-'Sendable' type 'AnimationProducer' may have shared mutable state; this is an error in the Swift 6 language mode
let animationProducer = AnimationProducer()
    ^
/Users/admin/builder/spi-builder-workspace/Source/animation/AnimationProducer.swift:11:7: note: class 'AnimationProducer' does not conform to the 'Sendable' protocol
class AnimationProducer {
      ^
/Users/admin/builder/spi-builder-workspace/Source/animation/AnimationProducer.swift:9:5: note: add '@MainActor' to make let 'animationProducer' part of global actor 'MainActor'
let animationProducer = AnimationProducer()
    ^
@MainActor
/Users/admin/builder/spi-builder-workspace/Source/animation/AnimationProducer.swift:9:5: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
let animationProducer = AnimationProducer()
    ^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Source/animation/AnimationProducer.swift:92:37: warning: main actor-isolated property 'mLayer' can not be referenced from a nonisolated context; this is an error in the Swift 6 language mode
        guard let layer = macawView.mLayer else {
                                    ^
/Users/admin/builder/spi-builder-workspace/Source/platform/iOS/MView_iOS.swift:15:9: note: property declared here
    var mLayer: CALayer? {
        ^
/Users/admin/builder/spi-builder-workspace/Source/animation/AnimationProducer.swift:26:10: note: add '@MainActor' to make instance method 'play(_:_:withoutDelay:)' part of global actor 'MainActor'
    func play(_ animation: BasicAnimation, _ context: AnimationContext, withoutDelay: Bool = false) {
         ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Source/animation/AnimationProducer.swift:340:38: warning: main actor-isolated property 'place' can not be referenced from a nonisolated context; this is an error in the Swift 6 language mode
                rootTransform = view.place
                                     ^
/Users/admin/builder/spi-builder-workspace/Source/views/MacawView.swift:239:9: note: property declared here
    var place: Transform {
        ^
/Users/admin/builder/spi-builder-workspace/Source/animation/AnimationProducer.swift:337:10: note: add '@MainActor' to make instance method 'getLayoutTransform' part of global actor 'MainActor'
    func getLayoutTransform(_ renderer: NodeRenderer?) -> Transform {
         ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Source/animation/AnimationProducer.swift:265:21: warning: sending 'self' risks causing data races; this is an error in the Swift 6 language mode
                    self?.updateContentAnimations(context)
~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Source/animation/AnimationProducer.swift:265:21: note: task-isolated 'self' is captured by a main actor-isolated closure. main actor-isolated uses in closure may race against later nonisolated uses
                    self?.updateContentAnimations(context)
                    ^~~~
/Users/admin/builder/spi-builder-workspace/Source/animation/AnimationProducer.swift:265:51: warning: sending 'context' risks causing data races; this is an error in the Swift 6 language mode
                    self?.updateContentAnimations(context)
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
/Users/admin/builder/spi-builder-workspace/Source/animation/AnimationProducer.swift:265:51: note: task-isolated 'context' is captured by a main actor-isolated closure. main actor-isolated uses in closure may race against later nonisolated uses
                    self?.updateContentAnimations(context)
                                                  ^~~~~~~
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Source/animation/AnimationUtils.swift (in target 'Macaw' from project 'Macaw')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

/Users/admin/builder/spi-builder-workspace/Source/animation/AnimationUtils.swift:40:24: warning: static property 'indexCache' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    private static var indexCache = [Node: Int]()
                       ^
/Users/admin/builder/spi-builder-workspace/Source/animation/AnimationUtils.swift:40:24: note: convert 'indexCache' to a 'let' constant to make 'Sendable' shared state immutable
    private static var indexCache = [Node: Int]()
                   ~~~ ^
                   let
/Users/admin/builder/spi-builder-workspace/Source/animation/AnimationUtils.swift:40:24: note: add '@MainActor' to make static property 'indexCache' part of global actor 'MainActor'
    private static var indexCache = [Node: Int]()
                       ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Source/animation/AnimationUtils.swift:40:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    private static var indexCache = [Node: Int]()
                       ^
    nonisolated(unsafe)
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Source/animation/Easing.swift (in target 'Macaw' from project 'Macaw')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

/Users/admin/builder/spi-builder-workspace/Source/animation/Easing.swift:17:23: warning: static property 'ease' is not concurrency-safe because non-'Sendable' type 'Easing' may have shared mutable state; this is an error in the Swift 6 language mode
    public static let ease: Easing = Easing()
                      ^
/Users/admin/builder/spi-builder-workspace/Source/animation/Easing.swift:15:12: note: class 'Easing' does not conform to the 'Sendable' protocol
open class Easing {
           ^
/Users/admin/builder/spi-builder-workspace/Source/animation/Easing.swift:17:23: note: add '@MainActor' to make static property 'ease' part of global actor 'MainActor'
    public static let ease: Easing = Easing()
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Source/animation/Easing.swift:17:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let ease: Easing = Easing()
                      ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Source/animation/Easing.swift:18:23: warning: static property 'linear' is not concurrency-safe because non-'Sendable' type 'Easing' may have shared mutable state; this is an error in the Swift 6 language mode
    public static let linear: Easing = Easing()
                      ^
/Users/admin/builder/spi-builder-workspace/Source/animation/Easing.swift:15:12: note: class 'Easing' does not conform to the 'Sendable' protocol
open class Easing {
           ^
/Users/admin/builder/spi-builder-workspace/Source/animation/Easing.swift:18:23: note: add '@MainActor' to make static property 'linear' part of global actor 'MainActor'
    public static let linear: Easing = Easing()
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Source/animation/Easing.swift:18:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let linear: Easing = Easing()
                      ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Source/animation/Easing.swift:19:23: warning: static property 'easeIn' is not concurrency-safe because non-'Sendable' type 'Easing' may have shared mutable state; this is an error in the Swift 6 language mode
    public static let easeIn: Easing = EaseIn()
                      ^
/Users/admin/builder/spi-builder-workspace/Source/animation/Easing.swift:15:12: note: class 'Easing' does not conform to the 'Sendable' protocol
open class Easing {
           ^
/Users/admin/builder/spi-builder-workspace/Source/animation/Easing.swift:19:23: note: add '@MainActor' to make static property 'easeIn' part of global actor 'MainActor'
    public static let easeIn: Easing = EaseIn()
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Source/animation/Easing.swift:19:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let easeIn: Easing = EaseIn()
                      ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Source/animation/Easing.swift:20:23: warning: static property 'easeOut' is not concurrency-safe because non-'Sendable' type 'Easing' may have shared mutable state; this is an error in the Swift 6 language mode
    public static let easeOut: Easing = EaseOut()
                      ^
/Users/admin/builder/spi-builder-workspace/Source/animation/Easing.swift:15:12: note: class 'Easing' does not conform to the 'Sendable' protocol
open class Easing {
           ^
/Users/admin/builder/spi-builder-workspace/Source/animation/Easing.swift:20:23: note: add '@MainActor' to make static property 'easeOut' part of global actor 'MainActor'
    public static let easeOut: Easing = EaseOut()
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Source/animation/Easing.swift:20:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let easeOut: Easing = EaseOut()
                      ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Source/animation/Easing.swift:21:23: warning: static property 'easeInOut' is not concurrency-safe because non-'Sendable' type 'Easing' may have shared mutable state; this is an error in the Swift 6 language mode
    public static let easeInOut: Easing = EaseInOut()
                      ^
/Users/admin/builder/spi-builder-workspace/Source/animation/Easing.swift:15:12: note: class 'Easing' does not conform to the 'Sendable' protocol
open class Easing {
           ^
/Users/admin/builder/spi-builder-workspace/Source/animation/Easing.swift:21:23: note: add '@MainActor' to make static property 'easeInOut' part of global actor 'MainActor'
    public static let easeInOut: Easing = EaseInOut()
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Source/animation/Easing.swift:21:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let easeInOut: Easing = EaseInOut()
                      ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Source/animation/Easing.swift:22:23: warning: static property 'elasticOut' is not concurrency-safe because non-'Sendable' type 'Easing' may have shared mutable state; this is an error in the Swift 6 language mode
    public static let elasticOut: Easing = ElasticOut()
                      ^
/Users/admin/builder/spi-builder-workspace/Source/animation/Easing.swift:15:12: note: class 'Easing' does not conform to the 'Sendable' protocol
open class Easing {
           ^
/Users/admin/builder/spi-builder-workspace/Source/animation/Easing.swift:22:23: note: add '@MainActor' to make static property 'elasticOut' part of global actor 'MainActor'
    public static let elasticOut: Easing = ElasticOut()
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Source/animation/Easing.swift:22:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let elasticOut: Easing = ElasticOut()
                      ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Source/animation/Easing.swift:23:23: warning: static property 'elasticInOut' is not concurrency-safe because non-'Sendable' type 'Easing' may have shared mutable state; this is an error in the Swift 6 language mode
    public static let elasticInOut: Easing = ElasticInOut()
                      ^
/Users/admin/builder/spi-builder-workspace/Source/animation/Easing.swift:15:12: note: class 'Easing' does not conform to the 'Sendable' protocol
open class Easing {
           ^
/Users/admin/builder/spi-builder-workspace/Source/animation/Easing.swift:23:23: note: add '@MainActor' to make static property 'elasticInOut' part of global actor 'MainActor'
    public static let elasticInOut: Easing = ElasticInOut()
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Source/animation/Easing.swift:23:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let elasticInOut: Easing = ElasticInOut()
                      ^
    nonisolated(unsafe)
SwiftDriverJobDiscovery normal arm64 Compiling XMLHash.swift (in target 'SWXMLHash' from project 'SWXMLHash')
SwiftDriver\ Compilation SWXMLHash normal arm64 com.apple.xcode.tools.swift.compiler (in target 'SWXMLHash' from project 'SWXMLHash')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-Swift-Compilation -- /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name SWXMLHash -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SWXMLHash.build/Debug-iphoneos/SWXMLHash.build/Objects-normal/arm64/SWXMLHash.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -stats-output-dir .stats -strict-concurrency\=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures -plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk -target arm64-apple-ios12.0 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -profile-coverage-mapping -profile-generate -enable-testing -suppress-warnings -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -swift-version 5 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -I /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/iphoneos18.4-22E235-339d34bc69d7fc736c3220795c36f340.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SWXMLHash.build/Debug-iphoneos/SWXMLHash.build/Objects-normal/arm64/SWXMLHash-OutputFileMap.json -use-frontend-parseable-output -save-temps -no-color-diagnostics -serialize-diagnostics -emit-dependencies -emit-module -emit-module-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SWXMLHash.build/Debug-iphoneos/SWXMLHash.build/Objects-normal/arm64/SWXMLHash.swiftmodule -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SWXMLHash.build/Debug-iphoneos/SWXMLHash.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SWXMLHash.build/Debug-iphoneos/SWXMLHash.build/Objects-normal/arm64/SWXMLHash_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SWXMLHash.build/Debug-iphoneos/SWXMLHash.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SWXMLHash.build/Debug-iphoneos/SWXMLHash.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SWXMLHash.build/Debug-iphoneos/SWXMLHash.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -emit-objc-header -emit-objc-header-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SWXMLHash.build/Debug-iphoneos/SWXMLHash.build/Objects-normal/arm64/SWXMLHash-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
SwiftDriverJobDiscovery normal arm64 Emitting module for Macaw (in target 'Macaw' from project 'Macaw')
SwiftCompile normal arm64 Compiling\ Image.swift,\ Node.swift,\ SceneUtils.swift,\ Shape.swift,\ Text.swift,\ MDisplayLink.swift,\ Common_iOS.swift,\ Graphics_iOS.swift,\ MDisplayLink_iOS.swift,\ MView_iOS.swift,\ Common_macOS.swift,\ Graphics_macOS.swift,\ MBezierPath+Extension_macOS.swift,\ MDisplayLink_macOS.swift /Users/admin/builder/spi-builder-workspace/Source/model/scene/Image.swift /Users/admin/builder/spi-builder-workspace/Source/model/scene/Node.swift /Users/admin/builder/spi-builder-workspace/Source/model/scene/SceneUtils.swift /Users/admin/builder/spi-builder-workspace/Source/model/scene/Shape.swift /Users/admin/builder/spi-builder-workspace/Source/model/scene/Text.swift /Users/admin/builder/spi-builder-workspace/Source/platform/MDisplayLink.swift /Users/admin/builder/spi-builder-workspace/Source/platform/iOS/Common_iOS.swift /Users/admin/builder/spi-builder-workspace/Source/platform/iOS/Graphics_iOS.swift /Users/admin/builder/spi-builder-workspace/Source/platform/iOS/MDisplayLink_iOS.swift /Users/admin/builder/spi-builder-workspace/Source/platform/iOS/MView_iOS.swift /Users/admin/builder/spi-builder-workspace/Source/platform/macOS/Common_macOS.swift /Users/admin/builder/spi-builder-workspace/Source/platform/macOS/Graphics_macOS.swift /Users/admin/builder/spi-builder-workspace/Source/platform/macOS/MBezierPath+Extension_macOS.swift /Users/admin/builder/spi-builder-workspace/Source/platform/macOS/MDisplayLink_macOS.swift (in target 'Macaw' from project 'Macaw')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Source/model/scene/Image.swift (in target 'Macaw' from project 'Macaw')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Source/model/scene/Node.swift (in target 'Macaw' from project 'Macaw')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Source/model/scene/SceneUtils.swift (in target 'Macaw' from project 'Macaw')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Source/model/scene/Shape.swift (in target 'Macaw' from project 'Macaw')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

/Users/admin/builder/spi-builder-workspace/Source/model/scene/Shape.swift:87:51: warning: main actor-isolated property 'mScale' can not be referenced from a nonisolated context; this is an error in the Swift 6 language mode
        let screenScale: CGFloat = MMainScreen()?.mScale ?? 1.0
                                                  ^
/Users/admin/builder/spi-builder-workspace/Source/platform/iOS/Common_iOS.swift:97:9: note: property declared here
    var mScale: CGFloat {
        ^
/Users/admin/builder/spi-builder-workspace/Source/model/scene/Shape.swift:86:22: note: add '@MainActor' to make instance method 'createContext()' part of global actor 'MainActor'
    fileprivate func createContext() -> CGContext? {
                     ^
    @MainActor
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Source/model/scene/Text.swift (in target 'Macaw' from project 'Macaw')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Source/platform/MDisplayLink.swift (in target 'Macaw' from project 'Macaw')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Source/platform/iOS/Common_iOS.swift (in target 'Macaw' from project 'Macaw')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Source/platform/iOS/Graphics_iOS.swift (in target 'Macaw' from project 'Macaw')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

/Users/admin/builder/spi-builder-workspace/Source/platform/iOS/Graphics_iOS.swift:43:20: warning: main actor-isolated class property 'main' can not be referenced from a nonisolated context; this is an error in the Swift 6 language mode
    return MScreen.main
                   ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIScreen.h:57:49: note: class property declared here
@property(class, nonatomic, readonly) UIScreen *mainScreen API_DEPRECATED("Use a UIScreen instance found through context instead: i.e, view.window.windowScene.screen", ios(2.0, API_TO_BE_DEPRECATED), visionos(1.0, API_TO_BE_DEPRECATED)) API_UNAVAILABLE(watchos); // the device's internal screen
                                                ^
/Users/admin/builder/spi-builder-workspace/Source/platform/iOS/Graphics_iOS.swift:42:6: note: add '@MainActor' to make global function 'MMainScreen()' part of global actor 'MainActor'
func MMainScreen() -> MScreen? {
     ^
@MainActor
/Users/admin/builder/spi-builder-workspace/Source/platform/iOS/Graphics_iOS.swift:51:19: warning: main actor-isolated class property 'noIntrinsicMetric' can not be referenced from a nonisolated context; this is an error in the Swift 6 language mode
    return UIView.noIntrinsicMetric
                  ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:529:28: note: class property declared here
UIKIT_EXTERN const CGFloat UIViewNoIntrinsicMetric API_AVAILABLE(ios(6.0)) API_UNAVAILABLE(watchos); // -1
                           ^
/Users/admin/builder/spi-builder-workspace/Source/platform/iOS/Graphics_iOS.swift:50:6: note: add '@MainActor' to make global function 'MNoIntrinsicMetric()' part of global actor 'MainActor'
func MNoIntrinsicMetric() -> CGFloat {
     ^
@MainActor
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Source/platform/iOS/MDisplayLink_iOS.swift (in target 'Macaw' from project 'Macaw')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Source/platform/iOS/MView_iOS.swift (in target 'Macaw' from project 'Macaw')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

/Users/admin/builder/spi-builder-workspace/Source/platform/iOS/MView_iOS.swift:47:10: warning: main actor-isolated instance method 'mTouchesBegan(_:with:)' cannot be used to satisfy nonisolated requirement from protocol 'Touchable'; this is an error in the Swift 6 language mode
    func mTouchesBegan(_ touches: Set<MTouch>, with event: MEvent?) {
         ^
/Users/admin/builder/spi-builder-workspace/Source/platform/iOS/MView_iOS.swift:47:10: note: add 'nonisolated' to 'mTouchesBegan(_:with:)' to make this instance method not isolated to the actor
    func mTouchesBegan(_ touches: Set<MTouch>, with event: MEvent?) {
         ^
    nonisolated
/Users/admin/builder/spi-builder-workspace/Source/platform/iOS/MView_iOS.swift:14:27: note: add '@preconcurrency' to the 'Touchable' conformance to defer isolation checking to run time
open class MView: UIView, Touchable {
                          ^
                          @preconcurrency
/Users/admin/builder/spi-builder-workspace/Source/views/Touchable.swift:22:10: note: mark the protocol requirement 'mTouchesBegan(_:with:)' 'async' to allow actor-isolated conformances
    func mTouchesBegan(_ touches: Set<MTouch>, with event: MEvent?)
         ^
                                                                    async
/Users/admin/builder/spi-builder-workspace/Source/platform/iOS/MView_iOS.swift:50:10: warning: main actor-isolated instance method 'mTouchesMoved(_:with:)' cannot be used to satisfy nonisolated requirement from protocol 'Touchable'; this is an error in the Swift 6 language mode
    func mTouchesMoved(_ touches: Set<MTouch>, with event: MEvent?) {
         ^
/Users/admin/builder/spi-builder-workspace/Source/platform/iOS/MView_iOS.swift:50:10: note: add 'nonisolated' to 'mTouchesMoved(_:with:)' to make this instance method not isolated to the actor
    func mTouchesMoved(_ touches: Set<MTouch>, with event: MEvent?) {
         ^
    nonisolated
/Users/admin/builder/spi-builder-workspace/Source/views/Touchable.swift:23:10: note: mark the protocol requirement 'mTouchesMoved(_:with:)' 'async' to allow actor-isolated conformances
    func mTouchesMoved(_ touches: Set<MTouch>, with event: MEvent?)
         ^
                                                                    async
/Users/admin/builder/spi-builder-workspace/Source/platform/iOS/MView_iOS.swift:53:10: warning: main actor-isolated instance method 'mTouchesEnded(_:with:)' cannot be used to satisfy nonisolated requirement from protocol 'Touchable'; this is an error in the Swift 6 language mode
    func mTouchesEnded(_ touches: Set<MTouch>, with event: MEvent?) {
         ^
/Users/admin/builder/spi-builder-workspace/Source/platform/iOS/MView_iOS.swift:53:10: note: add 'nonisolated' to 'mTouchesEnded(_:with:)' to make this instance method not isolated to the actor
    func mTouchesEnded(_ touches: Set<MTouch>, with event: MEvent?) {
         ^
    nonisolated
/Users/admin/builder/spi-builder-workspace/Source/views/Touchable.swift:24:10: note: mark the protocol requirement 'mTouchesEnded(_:with:)' 'async' to allow actor-isolated conformances
    func mTouchesEnded(_ touches: Set<MTouch>, with event: MEvent?)
         ^
                                                                    async
/Users/admin/builder/spi-builder-workspace/Source/platform/iOS/MView_iOS.swift:56:10: warning: main actor-isolated instance method 'mTouchesCancelled(_:with:)' cannot be used to satisfy nonisolated requirement from protocol 'Touchable'; this is an error in the Swift 6 language mode
    func mTouchesCancelled(_ touches: Set<MTouch>, with event: MEvent?) {
         ^
/Users/admin/builder/spi-builder-workspace/Source/platform/iOS/MView_iOS.swift:56:10: note: add 'nonisolated' to 'mTouchesCancelled(_:with:)' to make this instance method not isolated to the actor
    func mTouchesCancelled(_ touches: Set<MTouch>, with event: MEvent?) {
         ^
    nonisolated
/Users/admin/builder/spi-builder-workspace/Source/views/Touchable.swift:25:10: note: mark the protocol requirement 'mTouchesCancelled(_:with:)' 'async' to allow actor-isolated conformances
    func mTouchesCancelled(_ touches: Set<MTouch>, with event: MEvent?)
         ^
                                                                        async
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Source/platform/macOS/Common_macOS.swift (in target 'Macaw' from project 'Macaw')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Source/platform/macOS/Graphics_macOS.swift (in target 'Macaw' from project 'Macaw')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Source/platform/macOS/MBezierPath+Extension_macOS.swift (in target 'Macaw' from project 'Macaw')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Source/platform/macOS/MDisplayLink_macOS.swift (in target 'Macaw' from project 'Macaw')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

Ld /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/SWXMLHash.o normal (in target 'SWXMLHash' from project 'SWXMLHash')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SWXMLHash
    /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -Xlinker -reproducible -target arm64-apple-ios12.0 -r -isysroot /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk -O0 -w -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-iphoneos -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -L/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/lib -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-iphoneos -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -iframework /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/Frameworks -iframework /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/Developer/Library/Frameworks -filelist /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SWXMLHash.build/Debug-iphoneos/SWXMLHash.build/Objects-normal/arm64/SWXMLHash.LinkFileList -nostdlib -Xlinker -object_path_lto -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SWXMLHash.build/Debug-iphoneos/SWXMLHash.build/Objects-normal/arm64/SWXMLHash_lto.o -rdynamic -Xlinker -no_deduplicate -Xlinker -debug_variant -Xlinker -dependency_info -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SWXMLHash.build/Debug-iphoneos/SWXMLHash.build/Objects-normal/arm64/SWXMLHash_dependency_info.dat -fobjc-link-runtime -L/Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphoneos -L/usr/lib/swift -Xlinker -add_ast_path -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SWXMLHash.build/Debug-iphoneos/SWXMLHash.build/Objects-normal/arm64/SWXMLHash.swiftmodule -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/SWXMLHash.o
SwiftDriverJobDiscovery normal arm64 Compiling MoveTo.swift, Path.swift, PathBuilder.swift, PathSegment.swift, PathSegmentType.swift, Point.swift, Polygon.swift, Polyline.swift, Rect.swift, RoundRect.swift, Size.swift, Transform.swift, TransformedLocus.swift, Group.swift (in target 'Macaw' from project 'Macaw')
SwiftDriver\ Compilation\ Requirements Macaw normal arm64 com.apple.xcode.tools.swift.compiler (in target 'Macaw' from project 'Macaw')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-Swift-Compilation-Requirements -- /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name Macaw -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Macaw.build/Debug-iphoneos/Macaw.build/Objects-normal/arm64/Macaw.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -stats-output-dir .stats -strict-concurrency\=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures -plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk -target arm64-apple-ios12.0 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -profile-coverage-mapping -profile-generate -enable-testing -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -swift-version 5 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -I /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/iphoneos18.4-22E235-339d34bc69d7fc736c3220795c36f340.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Macaw.build/Debug-iphoneos/Macaw.build/Objects-normal/arm64/Macaw-OutputFileMap.json -use-frontend-parseable-output -save-temps -no-color-diagnostics -serialize-diagnostics -emit-dependencies -emit-module -emit-module-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Macaw.build/Debug-iphoneos/Macaw.build/Objects-normal/arm64/Macaw.swiftmodule -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Macaw.build/Debug-iphoneos/Macaw.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Macaw.build/Debug-iphoneos/Macaw.build/Objects-normal/arm64/Macaw_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Macaw.build/Debug-iphoneos/Macaw.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Macaw.build/Debug-iphoneos/Macaw.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Macaw.build/Debug-iphoneos/Macaw.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -emit-objc-header -emit-objc-header-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Macaw.build/Debug-iphoneos/Macaw.build/Objects-normal/arm64/Macaw-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
SwiftMergeGeneratedHeaders /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-iphoneos/Macaw-Swift.h /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Macaw.build/Debug-iphoneos/Macaw.build/Objects-normal/arm64/Macaw-Swift.h (in target 'Macaw' from project 'Macaw')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-swiftHeaderTool -arch arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Macaw.build/Debug-iphoneos/Macaw.build/Objects-normal/arm64/Macaw-Swift.h -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-iphoneos/Macaw-Swift.h
SwiftDriverJobDiscovery normal arm64 Compiling AlphaEffect.swift, AspectRatio.swift, Baseline.swift, BlendEffect.swift, Color.swift, ColorMatrix.swift, ColorMatrixEffect.swift, Drawable.swift, Effect.swift, Fill.swift, Font.swift, GaussianBlur.swift, Gradient.swift, LineCap.swift (in target 'Macaw' from project 'Macaw')
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/Macaw.swiftmodule/arm64-apple-ios.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Macaw.build/Debug-iphoneos/Macaw.build/Objects-normal/arm64/Macaw.swiftmodule (in target 'Macaw' from project 'Macaw')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks -rename /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Macaw.build/Debug-iphoneos/Macaw.build/Objects-normal/arm64/Macaw.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/Macaw.swiftmodule/arm64-apple-ios.swiftmodule
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/Macaw.swiftmodule/arm64-apple-ios.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Macaw.build/Debug-iphoneos/Macaw.build/Objects-normal/arm64/Macaw.swiftdoc (in target 'Macaw' from project 'Macaw')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks -rename /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Macaw.build/Debug-iphoneos/Macaw.build/Objects-normal/arm64/Macaw.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/Macaw.swiftmodule/arm64-apple-ios.swiftdoc
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/Macaw.swiftmodule/arm64-apple-ios.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Macaw.build/Debug-iphoneos/Macaw.build/Objects-normal/arm64/Macaw.abi.json (in target 'Macaw' from project 'Macaw')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks -rename /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Macaw.build/Debug-iphoneos/Macaw.build/Objects-normal/arm64/Macaw.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/Macaw.swiftmodule/arm64-apple-ios.abi.json
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/Macaw.swiftmodule/Project/arm64-apple-ios.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Macaw.build/Debug-iphoneos/Macaw.build/Objects-normal/arm64/Macaw.swiftsourceinfo (in target 'Macaw' from project 'Macaw')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks -rename /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Macaw.build/Debug-iphoneos/Macaw.build/Objects-normal/arm64/Macaw.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/Macaw.swiftmodule/Project/arm64-apple-ios.swiftsourceinfo
ExtractAppIntentsMetadata (in target 'SWXMLHash' from project 'SWXMLHash')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SWXMLHash
    /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/appintentsmetadataprocessor --toolchain-dir /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain --module-name SWXMLHash --sdk-root /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk --xcode-version 16E140 --platform-family iOS --deployment-target 12.0 --bundle-identifier swxmlhash.SWXMLHash --output /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/SWXMLHash.appintents --target-triple arm64-apple-ios12.0 --binary-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/SWXMLHash.o --dependency-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SWXMLHash.build/Debug-iphoneos/SWXMLHash.build/Objects-normal/arm64/SWXMLHash_dependency_info.dat --stringsdata-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SWXMLHash.build/Debug-iphoneos/SWXMLHash.build/Objects-normal/arm64/ExtractedAppShortcutsMetadata.stringsdata --source-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SWXMLHash.build/Debug-iphoneos/SWXMLHash.build/Objects-normal/arm64/SWXMLHash.SwiftFileList --metadata-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SWXMLHash.build/Debug-iphoneos/SWXMLHash.build/SWXMLHash.DependencyMetadataFileList --static-metadata-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SWXMLHash.build/Debug-iphoneos/SWXMLHash.build/SWXMLHash.DependencyStaticMetadataFileList --swift-const-vals-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SWXMLHash.build/Debug-iphoneos/SWXMLHash.build/Objects-normal/arm64/SWXMLHash.SwiftConstValuesFileList --force --compile-time-extraction --deployment-aware-processing --validate-assistant-intents --no-app-shortcuts-localization
2025-04-26 15:38:46.814 appintentsmetadataprocessor[763:4326] Starting appintentsmetadataprocessor export
2025-04-26 15:38:46.860 appintentsmetadataprocessor[763:4326] Extracted no relevant App Intents symbols, skipping writing output
SwiftDriverJobDiscovery normal arm64 Compiling AnimOperators.swift, ContentsInterpolation.swift, DoubleInterpolation.swift, FillInterpolation.swift, Interpolable.swift, LocusInterpolation.swift, ShapeInterpolation.swift, StrokeInterpolation.swift, TransformInterpolation.swift, FuncBounds.swift, PathBounds.swift, PathFunctions.swift, AnimationSequence.swift, CombineAnimation.swift (in target 'Macaw' from project 'Macaw')
RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/SWXMLHash.o (in target 'SWXMLHash' from project 'SWXMLHash')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SWXMLHash
    builtin-RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/SWXMLHash.o
SwiftDriverJobDiscovery normal arm64 Compiling LineJoin.swift, LinearGradient.swift, OffsetEffect.swift, Pattern.swift, RadialGradient.swift, Stop.swift, Stroke.swift, Arc.swift, Circle.swift, Ellipse.swift, GeomUtils.swift, Insets.swift, Line.swift, Locus.swift (in target 'Macaw' from project 'Macaw')
SwiftDriverJobDiscovery normal arm64 Compiling TimingFunction.swift, TransformGenerator.swift, Disposable.swift, GroupDisposable.swift, Variable.swift, Event.swift, PanEvent.swift, PinchEvent.swift, RotateEvent.swift, TapEvent.swift, TouchEvent.swift, MacawView+PDF.swift, ContentLayout.swift, Align.swift (in target 'Macaw' from project 'Macaw')
SwiftDriverJobDiscovery normal arm64 Compiling MCAMediaTimingFillMode_iOS.swift, MCAMediaTimingFillMode_macOS.swift, MCAMediaTimingFunctionName_iOS.swift, MCAMediaTimingFunctionName_macOS.swift, MCAShapeLayerLineCap_iOS.swift, MCAShapeLayerLineCap_macOS.swift, MCAShapeLayerLineJoin_iOS.swift, MCAShapeLayerLineJoin_macOS.swift, AnimatableVariable.swift, Animation.swift, AnimationImpl.swift, AnimationProducer.swift, AnimationUtils.swift, Easing.swift (in target 'Macaw' from project 'Macaw')
SwiftDriverJobDiscovery normal arm64 Compiling ContentsAnimation.swift, MorphingAnimation.swift, OpacityAnimation.swift, PathAnimation.swift, ShapeAnimation.swift, TransformAnimation.swift, AnimationCache.swift, NodeHashable.swift, TransformHashable.swift, CombinationAnimationGenerator.swift, MorphingGenerator.swift, OpacityGenerator.swift, PathAnimationGenerator.swift, ShapeAnimationGenerator.swift (in target 'Macaw' from project 'Macaw')
SwiftDriverJobDiscovery normal arm64 Compiling Image.swift, Node.swift, SceneUtils.swift, Shape.swift, Text.swift, MDisplayLink.swift, Common_iOS.swift, Graphics_iOS.swift, MDisplayLink_iOS.swift, MView_iOS.swift, Common_macOS.swift, Graphics_macOS.swift, MBezierPath+Extension_macOS.swift, MDisplayLink_macOS.swift (in target 'Macaw' from project 'Macaw')
SwiftDriverJobDiscovery normal arm64 Compiling SVGSerializer.swift, SVGView.swift, CAAnimationClosure.swift, CGFloat+Double.swift, NSTimer+Closure.swift, BoundsUtils.swift, CGMappings.swift, CommonError.swift, DescriptionExtensions.swift, UIImage2Image.swift, MacawView.swift, MacawZoom.swift, ShapeLayer.swift, Touchable.swift (in target 'Macaw' from project 'Macaw')
SwiftDriverJobDiscovery normal arm64 Compiling MView_macOS.swift, GroupRenderer.swift, ImageRenderer.swift, NodeRenderer.swift, RenderContext.swift, RenderUtils.swift, ShapeRenderer.swift, TextRenderer.swift, CSSParser.swift, SVGCanvas.swift, SVGConstants.swift, SVGNodeLayout.swift, SVGParser.swift, SVGParserError.swift (in target 'Macaw' from project 'Macaw')
SwiftDriver\ Compilation Macaw normal arm64 com.apple.xcode.tools.swift.compiler (in target 'Macaw' from project 'Macaw')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-Swift-Compilation -- /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name Macaw -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Macaw.build/Debug-iphoneos/Macaw.build/Objects-normal/arm64/Macaw.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -stats-output-dir .stats -strict-concurrency\=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures -plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk -target arm64-apple-ios12.0 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -profile-coverage-mapping -profile-generate -enable-testing -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -swift-version 5 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -I /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/iphoneos18.4-22E235-339d34bc69d7fc736c3220795c36f340.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Macaw.build/Debug-iphoneos/Macaw.build/Objects-normal/arm64/Macaw-OutputFileMap.json -use-frontend-parseable-output -save-temps -no-color-diagnostics -serialize-diagnostics -emit-dependencies -emit-module -emit-module-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Macaw.build/Debug-iphoneos/Macaw.build/Objects-normal/arm64/Macaw.swiftmodule -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Macaw.build/Debug-iphoneos/Macaw.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Macaw.build/Debug-iphoneos/Macaw.build/Objects-normal/arm64/Macaw_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Macaw.build/Debug-iphoneos/Macaw.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Macaw.build/Debug-iphoneos/Macaw.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Macaw.build/Debug-iphoneos/Macaw.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -emit-objc-header -emit-objc-header-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Macaw.build/Debug-iphoneos/Macaw.build/Objects-normal/arm64/Macaw-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
Ld /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/Macaw.o normal (in target 'Macaw' from project 'Macaw')
    cd /Users/admin/builder/spi-builder-workspace
    /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -Xlinker -reproducible -target arm64-apple-ios12.0 -r -isysroot /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk -O0 -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-iphoneos -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -L/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/lib -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-iphoneos -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/PackageFrameworks -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -iframework /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/Frameworks -iframework /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/Developer/Library/Frameworks -filelist /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Macaw.build/Debug-iphoneos/Macaw.build/Objects-normal/arm64/Macaw.LinkFileList -nostdlib -Xlinker -object_path_lto -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Macaw.build/Debug-iphoneos/Macaw.build/Objects-normal/arm64/Macaw_lto.o -rdynamic -Xlinker -no_deduplicate -Xlinker -debug_variant -Xlinker -dependency_info -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Macaw.build/Debug-iphoneos/Macaw.build/Objects-normal/arm64/Macaw_dependency_info.dat -fobjc-link-runtime -L/Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphoneos -L/usr/lib/swift -Xlinker -add_ast_path -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Macaw.build/Debug-iphoneos/Macaw.build/Objects-normal/arm64/Macaw.swiftmodule -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/Macaw.o
ExtractAppIntentsMetadata (in target 'Macaw' from project 'Macaw')
    cd /Users/admin/builder/spi-builder-workspace
    /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/appintentsmetadataprocessor --toolchain-dir /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain --module-name Macaw --sdk-root /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk --xcode-version 16E140 --platform-family iOS --deployment-target 12.0 --bundle-identifier spi-builder-workspace.Macaw --output /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/Macaw.appintents --target-triple arm64-apple-ios12.0 --binary-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/Macaw.o --dependency-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Macaw.build/Debug-iphoneos/Macaw.build/Objects-normal/arm64/Macaw_dependency_info.dat --stringsdata-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Macaw.build/Debug-iphoneos/Macaw.build/Objects-normal/arm64/ExtractedAppShortcutsMetadata.stringsdata --source-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Macaw.build/Debug-iphoneos/Macaw.build/Objects-normal/arm64/Macaw.SwiftFileList --metadata-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Macaw.build/Debug-iphoneos/Macaw.build/Macaw.DependencyMetadataFileList --static-metadata-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Macaw.build/Debug-iphoneos/Macaw.build/Macaw.DependencyStaticMetadataFileList --swift-const-vals-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Macaw.build/Debug-iphoneos/Macaw.build/Objects-normal/arm64/Macaw.SwiftConstValuesFileList --force --compile-time-extraction --deployment-aware-processing --validate-assistant-intents --no-app-shortcuts-localization
2025-04-26 15:38:48.553 appintentsmetadataprocessor[766:4391] Starting appintentsmetadataprocessor export
2025-04-26 15:38:48.590 appintentsmetadataprocessor[766:4391] Extracted no relevant App Intents symbols, skipping writing output
RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/Macaw.o (in target 'Macaw' from project 'Macaw')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/Macaw.o
** BUILD SUCCEEDED **
Build complete.
{
  "dependencies" : [
    {
      "identity" : "swxmlhash",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "6.0.0",
            "upper_bound" : "7.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/drmohundro/SWXMLHash"
    }
  ],
  "manifest_display_name" : "Macaw",
  "name" : "Macaw",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "10.12"
    },
    {
      "name" : "ios",
      "version" : "9.0"
    }
  ],
  "products" : [
    {
      "name" : "Macaw",
      "targets" : [
        "Macaw"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "swift_languages_versions" : [
    "5"
  ],
  "targets" : [
    {
      "c99name" : "MacawTests",
      "module_type" : "SwiftTarget",
      "name" : "MacawTests",
      "path" : "MacawTests",
      "sources" : [
        "Animation/AnimationUtilsTests.swift",
        "Animation/CombineAnimationTests.swift",
        "Animation/ControlStatesTests.swift",
        "Animation/DelayedAnimationTests.swift",
        "Animation/SequenceAnimationTests.swift",
        "Bounds/ImageBoundsTests.swift",
        "Bounds/NodeBoundsTests.swift",
        "MacawSVGTests.swift",
        "MacawTests.swift",
        "SVGParserTest.swift",
        "SceneSerialization.swift",
        "TestUtils.swift"
      ],
      "target_dependencies" : [
        "Macaw"
      ],
      "type" : "test"
    },
    {
      "c99name" : "Macaw",
      "module_type" : "SwiftTarget",
      "name" : "Macaw",
      "path" : "Source",
      "product_dependencies" : [
        "SWXMLHash"
      ],
      "product_memberships" : [
        "Macaw"
      ],
      "sources" : [
        "MCAMediaTimingFillMode_iOS.swift",
        "MCAMediaTimingFillMode_macOS.swift",
        "MCAMediaTimingFunctionName_iOS.swift",
        "MCAMediaTimingFunctionName_macOS.swift",
        "MCAShapeLayerLineCap_iOS.swift",
        "MCAShapeLayerLineCap_macOS.swift",
        "MCAShapeLayerLineJoin_iOS.swift",
        "MCAShapeLayerLineJoin_macOS.swift",
        "animation/AnimatableVariable.swift",
        "animation/Animation.swift",
        "animation/AnimationImpl.swift",
        "animation/AnimationProducer.swift",
        "animation/AnimationUtils.swift",
        "animation/Easing.swift",
        "animation/layer_animation/Extensions/AnimOperators.swift",
        "animation/layer_animation/Extensions/ContentsInterpolation.swift",
        "animation/layer_animation/Extensions/DoubleInterpolation.swift",
        "animation/layer_animation/Extensions/FillInterpolation.swift",
        "animation/layer_animation/Extensions/Interpolable.swift",
        "animation/layer_animation/Extensions/LocusInterpolation.swift",
        "animation/layer_animation/Extensions/ShapeInterpolation.swift",
        "animation/layer_animation/Extensions/StrokeInterpolation.swift",
        "animation/layer_animation/Extensions/TransformInterpolation.swift",
        "animation/layer_animation/FuncBounds.swift",
        "animation/layer_animation/PathBounds.swift",
        "animation/layer_animation/PathFunctions.swift",
        "animation/types/AnimationSequence.swift",
        "animation/types/CombineAnimation.swift",
        "animation/types/ContentsAnimation.swift",
        "animation/types/MorphingAnimation.swift",
        "animation/types/OpacityAnimation.swift",
        "animation/types/PathAnimation.swift",
        "animation/types/ShapeAnimation.swift",
        "animation/types/TransformAnimation.swift",
        "animation/types/animation_generators/Cache/AnimationCache.swift",
        "animation/types/animation_generators/Cache/NodeHashable.swift",
        "animation/types/animation_generators/Cache/TransformHashable.swift",
        "animation/types/animation_generators/CombinationAnimationGenerator.swift",
        "animation/types/animation_generators/MorphingGenerator.swift",
        "animation/types/animation_generators/OpacityGenerator.swift",
        "animation/types/animation_generators/PathAnimationGenerator.swift",
        "animation/types/animation_generators/ShapeAnimationGenerator.swift",
        "animation/types/animation_generators/TimingFunction.swift",
        "animation/types/animation_generators/TransformGenerator.swift",
        "bindings/Disposable.swift",
        "bindings/GroupDisposable.swift",
        "bindings/Variable.swift",
        "events/Event.swift",
        "events/PanEvent.swift",
        "events/PinchEvent.swift",
        "events/RotateEvent.swift",
        "events/TapEvent.swift",
        "events/TouchEvent.swift",
        "export/MacawView+PDF.swift",
        "layout/ContentLayout.swift",
        "model/draw/Align.swift",
        "model/draw/AlphaEffect.swift",
        "model/draw/AspectRatio.swift",
        "model/draw/Baseline.swift",
        "model/draw/BlendEffect.swift",
        "model/draw/Color.swift",
        "model/draw/ColorMatrix.swift",
        "model/draw/ColorMatrixEffect.swift",
        "model/draw/Drawable.swift",
        "model/draw/Effect.swift",
        "model/draw/Fill.swift",
        "model/draw/Font.swift",
        "model/draw/GaussianBlur.swift",
        "model/draw/Gradient.swift",
        "model/draw/LineCap.swift",
        "model/draw/LineJoin.swift",
        "model/draw/LinearGradient.swift",
        "model/draw/OffsetEffect.swift",
        "model/draw/Pattern.swift",
        "model/draw/RadialGradient.swift",
        "model/draw/Stop.swift",
        "model/draw/Stroke.swift",
        "model/geom2d/Arc.swift",
        "model/geom2d/Circle.swift",
        "model/geom2d/Ellipse.swift",
        "model/geom2d/GeomUtils.swift",
        "model/geom2d/Insets.swift",
        "model/geom2d/Line.swift",
        "model/geom2d/Locus.swift",
        "model/geom2d/MoveTo.swift",
        "model/geom2d/Path.swift",
        "model/geom2d/PathBuilder.swift",
        "model/geom2d/PathSegment.swift",
        "model/geom2d/PathSegmentType.swift",
        "model/geom2d/Point.swift",
        "model/geom2d/Polygon.swift",
        "model/geom2d/Polyline.swift",
        "model/geom2d/Rect.swift",
        "model/geom2d/RoundRect.swift",
        "model/geom2d/Size.swift",
        "model/geom2d/Transform.swift",
        "model/geom2d/TransformedLocus.swift",
        "model/scene/Group.swift",
        "model/scene/Image.swift",
        "model/scene/Node.swift",
        "model/scene/SceneUtils.swift",
        "model/scene/Shape.swift",
        "model/scene/Text.swift",
        "platform/MDisplayLink.swift",
        "platform/iOS/Common_iOS.swift",
        "platform/iOS/Graphics_iOS.swift",
        "platform/iOS/MDisplayLink_iOS.swift",
        "platform/iOS/MView_iOS.swift",
        "platform/macOS/Common_macOS.swift",
        "platform/macOS/Graphics_macOS.swift",
        "platform/macOS/MBezierPath+Extension_macOS.swift",
        "platform/macOS/MDisplayLink_macOS.swift",
        "platform/macOS/MView_macOS.swift",
        "render/GroupRenderer.swift",
        "render/ImageRenderer.swift",
        "render/NodeRenderer.swift",
        "render/RenderContext.swift",
        "render/RenderUtils.swift",
        "render/ShapeRenderer.swift",
        "render/TextRenderer.swift",
        "svg/CSSParser.swift",
        "svg/SVGCanvas.swift",
        "svg/SVGConstants.swift",
        "svg/SVGNodeLayout.swift",
        "svg/SVGParser.swift",
        "svg/SVGParserError.swift",
        "svg/SVGSerializer.swift",
        "svg/SVGView.swift",
        "thirdparty/CAAnimationClosure.swift",
        "thirdparty/CGFloat+Double.swift",
        "thirdparty/NSTimer+Closure.swift",
        "utils/BoundsUtils.swift",
        "utils/CGMappings.swift",
        "utils/CommonError.swift",
        "utils/DescriptionExtensions.swift",
        "utils/UIImage2Image.swift",
        "views/MacawView.swift",
        "views/MacawZoom.swift",
        "views/ShapeLayer.swift",
        "views/Touchable.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.1"
}
Done.