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

Failed to build SVGUIView, reference main (e57951), with Swift 6.1 for watchOS using Xcode 16.3 on 29 Apr 2025 07:34:00 UTC.

Build Command

env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme SVGUIView-Package -destination generic/platform=watchOS

Build Log

    cd /Users/admin/builder/spi-builder-workspace
    builtin-RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/_SPI.o
SwiftEmitModule normal arm64_32 Emitting\ module\ for\ SVGUIView (in target 'SVGUIView' from project 'SVGUIView')
EmitSwiftModule normal arm64_32 (in target 'SVGUIView' from project 'SVGUIView')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

/Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/SVGUIView.swift:39:21: error: cannot find 'setNeedsDisplay' in scope
                    setNeedsDisplay()
                    ^~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/SVGUIView.swift:45:26: error: method does not override any method from its superclass
    override public func draw(_ rect: CGRect) {
    ~~~~~~~~             ^
/Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/SVGUIView.swift:66:25: error: property does not override any property from its superclass
    override public var intrinsicContentSize: CGSize {
    ~~~~~~~~            ^
/Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/SVGUIView.swift:112:48: error: cannot find type 'CADisplayLink' in scope
    private func updateContents(_ displayLink: CADisplayLink) {
                                               ^~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/SVGUIView.swift:4:25: error: cannot find type 'UIView' in scope
public class SVGUIView: UIView {
                        ^~~~~~
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSTextAttachment.h:23:1: note: interface 'UIView' forward declared here
@class UIView;
^
/Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/font/CFString+SPI.swift:4:12: warning: let 'kCTFontCSSWeightAttribute' is not concurrency-safe because non-'Sendable' type 'CFString' may have shared mutable state; this is an error in the Swift 6 language mode
public let kCTFontCSSWeightAttribute = "CTFontCSSWeightAttribute" as CFString
           ^
CoreFoundation.CFString:1:14: note: class 'CFString' does not conform to the 'Sendable' protocol
public class CFString : _CFObject {
             ^
/Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/font/CFString+SPI.swift:1:1: warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'CoreFoundation'
import CoreFoundation
^
@preconcurrency
/Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/font/CFString+SPI.swift:4:12: note: add '@MainActor' to make let 'kCTFontCSSWeightAttribute' part of global actor 'MainActor'
public let kCTFontCSSWeightAttribute = "CTFontCSSWeightAttribute" as CFString
           ^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/font/CFString+SPI.swift:4:12: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public let kCTFontCSSWeightAttribute = "CTFontCSSWeightAttribute" as CFString
           ^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/font/CFString+SPI.swift:5:12: warning: let 'kCTFontCSSWidthAttribute' is not concurrency-safe because non-'Sendable' type 'CFString' may have shared mutable state; this is an error in the Swift 6 language mode
public let kCTFontCSSWidthAttribute = "CTFontCSSWidthAttribute" as CFString
           ^
CoreFoundation.CFString:1:14: note: class 'CFString' does not conform to the 'Sendable' protocol
public class CFString : _CFObject {
             ^
/Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/font/CFString+SPI.swift:5:12: note: add '@MainActor' to make let 'kCTFontCSSWidthAttribute' part of global actor 'MainActor'
public let kCTFontCSSWidthAttribute = "CTFontCSSWidthAttribute" as CFString
           ^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/font/CFString+SPI.swift:5:12: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public let kCTFontCSSWidthAttribute = "CTFontCSSWidthAttribute" as CFString
           ^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/font/CFString+SPI.swift:6:12: warning: let 'kCTFontDescriptorTextStyleAttribute' is not concurrency-safe because non-'Sendable' type 'CFString' may have shared mutable state; this is an error in the Swift 6 language mode
public let kCTFontDescriptorTextStyleAttribute = "NSCTFontUIUsageAttribute" as CFString
           ^
CoreFoundation.CFString:1:14: note: class 'CFString' does not conform to the 'Sendable' protocol
public class CFString : _CFObject {
             ^
/Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/font/CFString+SPI.swift:6:12: note: add '@MainActor' to make let 'kCTFontDescriptorTextStyleAttribute' part of global actor 'MainActor'
public let kCTFontDescriptorTextStyleAttribute = "NSCTFontUIUsageAttribute" as CFString
           ^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/font/CFString+SPI.swift:6:12: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public let kCTFontDescriptorTextStyleAttribute = "NSCTFontUIUsageAttribute" as CFString
           ^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/font/CFString+SPI.swift:7:12: warning: let 'kCTFontUIFontDesignTrait' is not concurrency-safe because non-'Sendable' type 'CFString' may have shared mutable state; this is an error in the Swift 6 language mode
public let kCTFontUIFontDesignTrait = "NSCTFontUIFontDesignTrait" as CFString
           ^
CoreFoundation.CFString:1:14: note: class 'CFString' does not conform to the 'Sendable' protocol
public class CFString : _CFObject {
             ^
/Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/font/CFString+SPI.swift:7:12: note: add '@MainActor' to make let 'kCTFontUIFontDesignTrait' part of global actor 'MainActor'
public let kCTFontUIFontDesignTrait = "NSCTFontUIFontDesignTrait" as CFString
           ^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/font/CFString+SPI.swift:7:12: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public let kCTFontUIFontDesignTrait = "NSCTFontUIFontDesignTrait" as CFString
           ^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/font/CFString+SPI.swift:9:12: warning: let 'kCTFontPostScriptNameAttribute' is not concurrency-safe because non-'Sendable' type 'CFString' may have shared mutable state; this is an error in the Swift 6 language mode
public let kCTFontPostScriptNameAttribute = "NSCTFontPostScriptNameAttribute" as CFString
           ^
CoreFoundation.CFString:1:14: note: class 'CFString' does not conform to the 'Sendable' protocol
public class CFString : _CFObject {
             ^
/Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/font/CFString+SPI.swift:9:12: note: add '@MainActor' to make let 'kCTFontPostScriptNameAttribute' part of global actor 'MainActor'
public let kCTFontPostScriptNameAttribute = "NSCTFontPostScriptNameAttribute" as CFString
           ^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/font/CFString+SPI.swift:9:12: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public let kCTFontPostScriptNameAttribute = "NSCTFontPostScriptNameAttribute" as CFString
           ^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/font/CFString+SPI.swift:10:12: warning: let 'kCTFontUserInstalledAttribute' is not concurrency-safe because non-'Sendable' type 'CFString' may have shared mutable state; this is an error in the Swift 6 language mode
public let kCTFontUserInstalledAttribute = "NSCTFontUserInstalledAttribute" as CFString
           ^
CoreFoundation.CFString:1:14: note: class 'CFString' does not conform to the 'Sendable' protocol
public class CFString : _CFObject {
             ^
/Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/font/CFString+SPI.swift:10:12: note: add '@MainActor' to make let 'kCTFontUserInstalledAttribute' part of global actor 'MainActor'
public let kCTFontUserInstalledAttribute = "NSCTFontUserInstalledAttribute" as CFString
           ^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/font/CFString+SPI.swift:10:12: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public let kCTFontUserInstalledAttribute = "NSCTFontUserInstalledAttribute" as CFString
           ^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/font/CFString+SPI.swift:11:12: warning: let 'kCTFontFallbackOptionAttribute' is not concurrency-safe because non-'Sendable' type 'CFString' may have shared mutable state; this is an error in the Swift 6 language mode
public let kCTFontFallbackOptionAttribute = "NSCTFontFallbackOptionAttribute" as CFString
           ^
CoreFoundation.CFString:1:14: note: class 'CFString' does not conform to the 'Sendable' protocol
public class CFString : _CFObject {
             ^
/Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/font/CFString+SPI.swift:11:12: note: add '@MainActor' to make let 'kCTFontFallbackOptionAttribute' part of global actor 'MainActor'
public let kCTFontFallbackOptionAttribute = "NSCTFontFallbackOptionAttribute" as CFString
           ^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/font/CFString+SPI.swift:11:12: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public let kCTFontFallbackOptionAttribute = "NSCTFontFallbackOptionAttribute" as CFString
           ^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/font/CFString+SPI.swift:13:12: warning: let 'kCTFontUIFontDesignDefault' is not concurrency-safe because non-'Sendable' type 'CFString' may have shared mutable state; this is an error in the Swift 6 language mode
public let kCTFontUIFontDesignDefault = "NSCTFontUIFontDesignDefault" as CFString
           ^
CoreFoundation.CFString:1:14: note: class 'CFString' does not conform to the 'Sendable' protocol
public class CFString : _CFObject {
             ^
/Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/font/CFString+SPI.swift:13:12: note: add '@MainActor' to make let 'kCTFontUIFontDesignDefault' part of global actor 'MainActor'
public let kCTFontUIFontDesignDefault = "NSCTFontUIFontDesignDefault" as CFString
           ^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/font/CFString+SPI.swift:13:12: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public let kCTFontUIFontDesignDefault = "NSCTFontUIFontDesignDefault" as CFString
           ^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/font/CFString+SPI.swift:14:12: warning: let 'kCTFontUIFontDesignSerif' is not concurrency-safe because non-'Sendable' type 'CFString' may have shared mutable state; this is an error in the Swift 6 language mode
public let kCTFontUIFontDesignSerif = "NSCTFontUIFontDesignSerif" as CFString
           ^
CoreFoundation.CFString:1:14: note: class 'CFString' does not conform to the 'Sendable' protocol
public class CFString : _CFObject {
             ^
/Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/font/CFString+SPI.swift:14:12: note: add '@MainActor' to make let 'kCTFontUIFontDesignSerif' part of global actor 'MainActor'
public let kCTFontUIFontDesignSerif = "NSCTFontUIFontDesignSerif" as CFString
           ^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/font/CFString+SPI.swift:14:12: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public let kCTFontUIFontDesignSerif = "NSCTFontUIFontDesignSerif" as CFString
           ^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/font/CFString+SPI.swift:15:12: warning: let 'kCTFontUIFontDesignMonospaced' is not concurrency-safe because non-'Sendable' type 'CFString' may have shared mutable state; this is an error in the Swift 6 language mode
public let kCTFontUIFontDesignMonospaced = "NSCTFontUIFontDesignMonospaced" as CFString
           ^
CoreFoundation.CFString:1:14: note: class 'CFString' does not conform to the 'Sendable' protocol
public class CFString : _CFObject {
             ^
/Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/font/CFString+SPI.swift:15:12: note: add '@MainActor' to make let 'kCTFontUIFontDesignMonospaced' part of global actor 'MainActor'
public let kCTFontUIFontDesignMonospaced = "NSCTFontUIFontDesignMonospaced" as CFString
           ^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/font/CFString+SPI.swift:15:12: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public let kCTFontUIFontDesignMonospaced = "NSCTFontUIFontDesignMonospaced" as CFString
           ^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/font/CFString+SPI.swift:16:12: warning: let 'kCTFontUIFontDesignRounded' is not concurrency-safe because non-'Sendable' type 'CFString' may have shared mutable state; this is an error in the Swift 6 language mode
public let kCTFontUIFontDesignRounded = "NSCTFontUIFontDesignRounded" as CFString
           ^
CoreFoundation.CFString:1:14: note: class 'CFString' does not conform to the 'Sendable' protocol
public class CFString : _CFObject {
             ^
/Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/font/CFString+SPI.swift:16:12: note: add '@MainActor' to make let 'kCTFontUIFontDesignRounded' part of global actor 'MainActor'
public let kCTFontUIFontDesignRounded = "NSCTFontUIFontDesignRounded" as CFString
           ^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/font/CFString+SPI.swift:16:12: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public let kCTFontUIFontDesignRounded = "NSCTFontUIFontDesignRounded" as CFString
           ^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/font/CFString+SPI.swift:29:12: warning: let 'kCTUIFontTextStyleShortHeadline' is not concurrency-safe because non-'Sendable' type 'CFString' may have shared mutable state; this is an error in the Swift 6 language mode
public let kCTUIFontTextStyleShortHeadline = "UICTFontTextStyleShortHeadline" as CFString
           ^
CoreFoundation.CFString:1:14: note: class 'CFString' does not conform to the 'Sendable' protocol
public class CFString : _CFObject {
             ^
/Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/font/CFString+SPI.swift:29:12: note: add '@MainActor' to make let 'kCTUIFontTextStyleShortHeadline' part of global actor 'MainActor'
public let kCTUIFontTextStyleShortHeadline = "UICTFontTextStyleShortHeadline" as CFString
           ^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/font/CFString+SPI.swift:29:12: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public let kCTUIFontTextStyleShortHeadline = "UICTFontTextStyleShortHeadline" as CFString
           ^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/font/CFString+SPI.swift:30:12: warning: let 'kCTUIFontTextStyleShortBody' is not concurrency-safe because non-'Sendable' type 'CFString' may have shared mutable state; this is an error in the Swift 6 language mode
public let kCTUIFontTextStyleShortBody = "UICTFontTextStyleShortBody" as CFString
           ^
CoreFoundation.CFString:1:14: note: class 'CFString' does not conform to the 'Sendable' protocol
public class CFString : _CFObject {
             ^
/Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/font/CFString+SPI.swift:30:12: note: add '@MainActor' to make let 'kCTUIFontTextStyleShortBody' part of global actor 'MainActor'
public let kCTUIFontTextStyleShortBody = "UICTFontTextStyleShortBody" as CFString
           ^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/font/CFString+SPI.swift:30:12: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public let kCTUIFontTextStyleShortBody = "UICTFontTextStyleShortBody" as CFString
           ^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/font/CFString+SPI.swift:31:12: warning: let 'kCTUIFontTextStyleShortSubhead' is not concurrency-safe because non-'Sendable' type 'CFString' may have shared mutable state; this is an error in the Swift 6 language mode
public let kCTUIFontTextStyleShortSubhead = "UICTFontTextStyleShortSubhead" as CFString
           ^
CoreFoundation.CFString:1:14: note: class 'CFString' does not conform to the 'Sendable' protocol
public class CFString : _CFObject {
             ^
/Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/font/CFString+SPI.swift:31:12: note: add '@MainActor' to make let 'kCTUIFontTextStyleShortSubhead' part of global actor 'MainActor'
public let kCTUIFontTextStyleShortSubhead = "UICTFontTextStyleShortSubhead" as CFString
           ^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/font/CFString+SPI.swift:31:12: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public let kCTUIFontTextStyleShortSubhead = "UICTFontTextStyleShortSubhead" as CFString
           ^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/font/CFString+SPI.swift:32:12: warning: let 'kCTUIFontTextStyleShortFootnote' is not concurrency-safe because non-'Sendable' type 'CFString' may have shared mutable state; this is an error in the Swift 6 language mode
public let kCTUIFontTextStyleShortFootnote = "UICTFontTextStyleShortFootnote" as CFString
           ^
CoreFoundation.CFString:1:14: note: class 'CFString' does not conform to the 'Sendable' protocol
public class CFString : _CFObject {
             ^
/Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/font/CFString+SPI.swift:32:12: note: add '@MainActor' to make let 'kCTUIFontTextStyleShortFootnote' part of global actor 'MainActor'
public let kCTUIFontTextStyleShortFootnote = "UICTFontTextStyleShortFootnote" as CFString
           ^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/font/CFString+SPI.swift:32:12: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public let kCTUIFontTextStyleShortFootnote = "UICTFontTextStyleShortFootnote" as CFString
           ^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/font/CFString+SPI.swift:33:12: warning: let 'kCTUIFontTextStyleShortCaption1' is not concurrency-safe because non-'Sendable' type 'CFString' may have shared mutable state; this is an error in the Swift 6 language mode
public let kCTUIFontTextStyleShortCaption1 = "UICTFontTextStyleShortCaption1" as CFString
           ^
CoreFoundation.CFString:1:14: note: class 'CFString' does not conform to the 'Sendable' protocol
public class CFString : _CFObject {
             ^
/Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/font/CFString+SPI.swift:33:12: note: add '@MainActor' to make let 'kCTUIFontTextStyleShortCaption1' part of global actor 'MainActor'
public let kCTUIFontTextStyleShortCaption1 = "UICTFontTextStyleShortCaption1" as CFString
           ^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/font/CFString+SPI.swift:33:12: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public let kCTUIFontTextStyleShortCaption1 = "UICTFontTextStyleShortCaption1" as CFString
           ^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/font/CFString+SPI.swift:34:12: warning: let 'kCTUIFontTextStyleTallBody' is not concurrency-safe because non-'Sendable' type 'CFString' may have shared mutable state; this is an error in the Swift 6 language mode
public let kCTUIFontTextStyleTallBody = "UICTFontTextStyleTallBody" as CFString
           ^
CoreFoundation.CFString:1:14: note: class 'CFString' does not conform to the 'Sendable' protocol
public class CFString : _CFObject {
             ^
/Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/font/CFString+SPI.swift:34:12: note: add '@MainActor' to make let 'kCTUIFontTextStyleTallBody' part of global actor 'MainActor'
public let kCTUIFontTextStyleTallBody = "UICTFontTextStyleTallBody" as CFString
           ^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/font/CFString+SPI.swift:34:12: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public let kCTUIFontTextStyleTallBody = "UICTFontTextStyleTallBody" as CFString
           ^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/font/CFString+SPI.swift:36:12: warning: let 'kCTUIFontTextStyleHeadline' is not concurrency-safe because non-'Sendable' type 'CFString' may have shared mutable state; this is an error in the Swift 6 language mode
public let kCTUIFontTextStyleHeadline = "UICTFontTextStyleHeadline" as CFString
           ^
CoreFoundation.CFString:1:14: note: class 'CFString' does not conform to the 'Sendable' protocol
public class CFString : _CFObject {
             ^
/Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/font/CFString+SPI.swift:36:12: note: add '@MainActor' to make let 'kCTUIFontTextStyleHeadline' part of global actor 'MainActor'
public let kCTUIFontTextStyleHeadline = "UICTFontTextStyleHeadline" as CFString
           ^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/font/CFString+SPI.swift:36:12: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public let kCTUIFontTextStyleHeadline = "UICTFontTextStyleHeadline" as CFString
           ^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/font/CFString+SPI.swift:37:12: warning: let 'kCTUIFontTextStyleBody' is not concurrency-safe because non-'Sendable' type 'CFString' may have shared mutable state; this is an error in the Swift 6 language mode
public let kCTUIFontTextStyleBody = "UICTFontTextStyleBody" as CFString
           ^
CoreFoundation.CFString:1:14: note: class 'CFString' does not conform to the 'Sendable' protocol
public class CFString : _CFObject {
             ^
/Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/font/CFString+SPI.swift:37:12: note: add '@MainActor' to make let 'kCTUIFontTextStyleBody' part of global actor 'MainActor'
public let kCTUIFontTextStyleBody = "UICTFontTextStyleBody" as CFString
           ^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/font/CFString+SPI.swift:37:12: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public let kCTUIFontTextStyleBody = "UICTFontTextStyleBody" as CFString
           ^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/font/CFString+SPI.swift:38:12: warning: let 'kCTUIFontTextStyleSubhead' is not concurrency-safe because non-'Sendable' type 'CFString' may have shared mutable state; this is an error in the Swift 6 language mode
public let kCTUIFontTextStyleSubhead = "UICTFontTextStyleSubhead" as CFString
           ^
CoreFoundation.CFString:1:14: note: class 'CFString' does not conform to the 'Sendable' protocol
public class CFString : _CFObject {
             ^
/Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/font/CFString+SPI.swift:38:12: note: add '@MainActor' to make let 'kCTUIFontTextStyleSubhead' part of global actor 'MainActor'
public let kCTUIFontTextStyleSubhead = "UICTFontTextStyleSubhead" as CFString
           ^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/font/CFString+SPI.swift:38:12: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public let kCTUIFontTextStyleSubhead = "UICTFontTextStyleSubhead" as CFString
           ^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/font/CFString+SPI.swift:39:12: warning: let 'kCTUIFontTextStyleFootnote' is not concurrency-safe because non-'Sendable' type 'CFString' may have shared mutable state; this is an error in the Swift 6 language mode
public let kCTUIFontTextStyleFootnote = "UICTFontTextStyleFootnote" as CFString
           ^
CoreFoundation.CFString:1:14: note: class 'CFString' does not conform to the 'Sendable' protocol
public class CFString : _CFObject {
             ^
/Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/font/CFString+SPI.swift:39:12: note: add '@MainActor' to make let 'kCTUIFontTextStyleFootnote' part of global actor 'MainActor'
public let kCTUIFontTextStyleFootnote = "UICTFontTextStyleFootnote" as CFString
           ^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/font/CFString+SPI.swift:39:12: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public let kCTUIFontTextStyleFootnote = "UICTFontTextStyleFootnote" as CFString
           ^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/font/CFString+SPI.swift:40:12: warning: let 'kCTUIFontTextStyleCaption1' is not concurrency-safe because non-'Sendable' type 'CFString' may have shared mutable state; this is an error in the Swift 6 language mode
public let kCTUIFontTextStyleCaption1 = "UICTFontTextStyleCaption1" as CFString
           ^
CoreFoundation.CFString:1:14: note: class 'CFString' does not conform to the 'Sendable' protocol
public class CFString : _CFObject {
             ^
/Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/font/CFString+SPI.swift:40:12: note: add '@MainActor' to make let 'kCTUIFontTextStyleCaption1' part of global actor 'MainActor'
public let kCTUIFontTextStyleCaption1 = "UICTFontTextStyleCaption1" as CFString
           ^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/font/CFString+SPI.swift:40:12: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public let kCTUIFontTextStyleCaption1 = "UICTFontTextStyleCaption1" as CFString
           ^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/font/CFString+SPI.swift:41:12: warning: let 'kCTUIFontTextStyleCaption2' is not concurrency-safe because non-'Sendable' type 'CFString' may have shared mutable state; this is an error in the Swift 6 language mode
public let kCTUIFontTextStyleCaption2 = "UICTFontTextStyleCaption2" as CFString
           ^
CoreFoundation.CFString:1:14: note: class 'CFString' does not conform to the 'Sendable' protocol
public class CFString : _CFObject {
             ^
/Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/font/CFString+SPI.swift:41:12: note: add '@MainActor' to make let 'kCTUIFontTextStyleCaption2' part of global actor 'MainActor'
public let kCTUIFontTextStyleCaption2 = "UICTFontTextStyleCaption2" as CFString
           ^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/font/CFString+SPI.swift:41:12: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public let kCTUIFontTextStyleCaption2 = "UICTFontTextStyleCaption2" as CFString
           ^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/font/CFString+SPI.swift:43:12: warning: let 'kCTUIFontTextStyleTitle0' is not concurrency-safe because non-'Sendable' type 'CFString' may have shared mutable state; this is an error in the Swift 6 language mode
public let kCTUIFontTextStyleTitle0 = "UICTFontTextStyleTitle0" as CFString
           ^
CoreFoundation.CFString:1:14: note: class 'CFString' does not conform to the 'Sendable' protocol
public class CFString : _CFObject {
             ^
/Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/font/CFString+SPI.swift:43:12: note: add '@MainActor' to make let 'kCTUIFontTextStyleTitle0' part of global actor 'MainActor'
public let kCTUIFontTextStyleTitle0 = "UICTFontTextStyleTitle0" as CFString
           ^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/font/CFString+SPI.swift:43:12: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public let kCTUIFontTextStyleTitle0 = "UICTFontTextStyleTitle0" as CFString
           ^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/font/CFString+SPI.swift:44:12: warning: let 'kCTUIFontTextStyleTitle1' is not concurrency-safe because non-'Sendable' type 'CFString' may have shared mutable state; this is an error in the Swift 6 language mode
public let kCTUIFontTextStyleTitle1 = "UICTFontTextStyleTitle1" as CFString
           ^
CoreFoundation.CFString:1:14: note: class 'CFString' does not conform to the 'Sendable' protocol
public class CFString : _CFObject {
             ^
/Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/font/CFString+SPI.swift:44:12: note: add '@MainActor' to make let 'kCTUIFontTextStyleTitle1' part of global actor 'MainActor'
public let kCTUIFontTextStyleTitle1 = "UICTFontTextStyleTitle1" as CFString
           ^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/font/CFString+SPI.swift:44:12: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public let kCTUIFontTextStyleTitle1 = "UICTFontTextStyleTitle1" as CFString
           ^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/font/CFString+SPI.swift:45:12: warning: let 'kCTUIFontTextStyleTitle2' is not concurrency-safe because non-'Sendable' type 'CFString' may have shared mutable state; this is an error in the Swift 6 language mode
public let kCTUIFontTextStyleTitle2 = "UICTFontTextStyleTitle2" as CFString
           ^
CoreFoundation.CFString:1:14: note: class 'CFString' does not conform to the 'Sendable' protocol
public class CFString : _CFObject {
             ^
/Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/font/CFString+SPI.swift:45:12: note: add '@MainActor' to make let 'kCTUIFontTextStyleTitle2' part of global actor 'MainActor'
public let kCTUIFontTextStyleTitle2 = "UICTFontTextStyleTitle2" as CFString
           ^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/font/CFString+SPI.swift:45:12: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public let kCTUIFontTextStyleTitle2 = "UICTFontTextStyleTitle2" as CFString
           ^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/font/CFString+SPI.swift:46:12: warning: let 'kCTUIFontTextStyleTitle3' is not concurrency-safe because non-'Sendable' type 'CFString' may have shared mutable state; this is an error in the Swift 6 language mode
public let kCTUIFontTextStyleTitle3 = "UICTFontTextStyleTitle3" as CFString
           ^
CoreFoundation.CFString:1:14: note: class 'CFString' does not conform to the 'Sendable' protocol
public class CFString : _CFObject {
             ^
/Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/font/CFString+SPI.swift:46:12: note: add '@MainActor' to make let 'kCTUIFontTextStyleTitle3' part of global actor 'MainActor'
public let kCTUIFontTextStyleTitle3 = "UICTFontTextStyleTitle3" as CFString
           ^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/font/CFString+SPI.swift:46:12: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public let kCTUIFontTextStyleTitle3 = "UICTFontTextStyleTitle3" as CFString
           ^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/font/CFString+SPI.swift:47:12: warning: let 'kCTUIFontTextStyleTitle4' is not concurrency-safe because non-'Sendable' type 'CFString' may have shared mutable state; this is an error in the Swift 6 language mode
public let kCTUIFontTextStyleTitle4 = "UICTFontTextStyleTitle4" as CFString
           ^
CoreFoundation.CFString:1:14: note: class 'CFString' does not conform to the 'Sendable' protocol
public class CFString : _CFObject {
             ^
/Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/font/CFString+SPI.swift:47:12: note: add '@MainActor' to make let 'kCTUIFontTextStyleTitle4' part of global actor 'MainActor'
public let kCTUIFontTextStyleTitle4 = "UICTFontTextStyleTitle4" as CFString
           ^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/font/CFString+SPI.swift:47:12: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public let kCTUIFontTextStyleTitle4 = "UICTFontTextStyleTitle4" as CFString
           ^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/font/CFString+SPI.swift:49:12: warning: let 'kCTFontCSSFamilySerif' is not concurrency-safe because non-'Sendable' type 'CFString' may have shared mutable state; this is an error in the Swift 6 language mode
public let kCTFontCSSFamilySerif = "serif" as CFString
           ^
CoreFoundation.CFString:1:14: note: class 'CFString' does not conform to the 'Sendable' protocol
public class CFString : _CFObject {
             ^
/Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/font/CFString+SPI.swift:49:12: note: add '@MainActor' to make let 'kCTFontCSSFamilySerif' part of global actor 'MainActor'
public let kCTFontCSSFamilySerif = "serif" as CFString
           ^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/font/CFString+SPI.swift:49:12: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public let kCTFontCSSFamilySerif = "serif" as CFString
           ^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/font/CFString+SPI.swift:50:12: warning: let 'kCTFontCSSFamilySansSerif' is not concurrency-safe because non-'Sendable' type 'CFString' may have shared mutable state; this is an error in the Swift 6 language mode
public let kCTFontCSSFamilySansSerif = "sans-serif" as CFString
           ^
CoreFoundation.CFString:1:14: note: class 'CFString' does not conform to the 'Sendable' protocol
public class CFString : _CFObject {
             ^
/Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/font/CFString+SPI.swift:50:12: note: add '@MainActor' to make let 'kCTFontCSSFamilySansSerif' part of global actor 'MainActor'
public let kCTFontCSSFamilySansSerif = "sans-serif" as CFString
           ^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/font/CFString+SPI.swift:50:12: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public let kCTFontCSSFamilySansSerif = "sans-serif" as CFString
           ^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/font/CFString+SPI.swift:51:12: warning: let 'kCTFontCSSFamilyCursive' is not concurrency-safe because non-'Sendable' type 'CFString' may have shared mutable state; this is an error in the Swift 6 language mode
public let kCTFontCSSFamilyCursive = "cursive" as CFString
           ^
CoreFoundation.CFString:1:14: note: class 'CFString' does not conform to the 'Sendable' protocol
public class CFString : _CFObject {
             ^
/Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/font/CFString+SPI.swift:51:12: note: add '@MainActor' to make let 'kCTFontCSSFamilyCursive' part of global actor 'MainActor'
public let kCTFontCSSFamilyCursive = "cursive" as CFString
           ^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/font/CFString+SPI.swift:51:12: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public let kCTFontCSSFamilyCursive = "cursive" as CFString
           ^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/font/CFString+SPI.swift:52:12: warning: let 'kCTFontCSSFamilyFantasy' is not concurrency-safe because non-'Sendable' type 'CFString' may have shared mutable state; this is an error in the Swift 6 language mode
public let kCTFontCSSFamilyFantasy = "fantasy" as CFString
           ^
CoreFoundation.CFString:1:14: note: class 'CFString' does not conform to the 'Sendable' protocol
public class CFString : _CFObject {
             ^
/Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/font/CFString+SPI.swift:52:12: note: add '@MainActor' to make let 'kCTFontCSSFamilyFantasy' part of global actor 'MainActor'
public let kCTFontCSSFamilyFantasy = "fantasy" as CFString
           ^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/font/CFString+SPI.swift:52:12: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public let kCTFontCSSFamilyFantasy = "fantasy" as CFString
           ^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/font/CFString+SPI.swift:53:12: warning: let 'kCTFontCSSFamilyMonospace' is not concurrency-safe because non-'Sendable' type 'CFString' may have shared mutable state; this is an error in the Swift 6 language mode
public let kCTFontCSSFamilyMonospace = "monospace" as CFString
           ^
CoreFoundation.CFString:1:14: note: class 'CFString' does not conform to the 'Sendable' protocol
public class CFString : _CFObject {
             ^
/Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/font/CFString+SPI.swift:53:12: note: add '@MainActor' to make let 'kCTFontCSSFamilyMonospace' part of global actor 'MainActor'
public let kCTFontCSSFamilyMonospace = "monospace" as CFString
           ^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/font/CFString+SPI.swift:53:12: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public let kCTFontCSSFamilyMonospace = "monospace" as CFString
           ^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/font/CFString+SPI.swift:54:12: warning: let 'kCTFontCSSFamilySystemUI' is not concurrency-safe because non-'Sendable' type 'CFString' may have shared mutable state; this is an error in the Swift 6 language mode
public let kCTFontCSSFamilySystemUI = "system-ui" as CFString
           ^
CoreFoundation.CFString:1:14: note: class 'CFString' does not conform to the 'Sendable' protocol
public class CFString : _CFObject {
             ^
/Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/font/CFString+SPI.swift:54:12: note: add '@MainActor' to make let 'kCTFontCSSFamilySystemUI' part of global actor 'MainActor'
public let kCTFontCSSFamilySystemUI = "system-ui" as CFString
           ^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/font/CFString+SPI.swift:54:12: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public let kCTFontCSSFamilySystemUI = "system-ui" as CFString
           ^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/font/FontCache.swift:13:16: warning: static property 'shared' is not concurrency-safe because non-'Sendable' type 'FontCache' may have shared mutable state; this is an error in the Swift 6 language mode
    static let shared = FontCache()
               ^
/Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/font/FontCache.swift:3:7: note: class 'FontCache' does not conform to the 'Sendable' protocol
class FontCache {
      ^
/Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/font/FontCache.swift:13:16: note: add '@MainActor' to make static property 'shared' part of global actor 'MainActor'
    static let shared = FontCache()
               ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/font/FontCache.swift:13:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    static let shared = FontCache()
               ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/font/SystemFontDatabaseCoreText.swift:124:16: warning: static property 'contentSizeCategory' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    static var contentSizeCategory: CFString = UIApplication.shared.preferredContentSizeCategory.rawValue as CFString
               ^
/Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/font/SystemFontDatabaseCoreText.swift:124:16: note: convert 'contentSizeCategory' to a 'let' constant to make 'Sendable' shared state immutable
    static var contentSizeCategory: CFString = UIApplication.shared.preferredContentSizeCategory.rawValue as CFString
           ~~~ ^
           let
/Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/font/SystemFontDatabaseCoreText.swift:124:16: note: add '@MainActor' to make static property 'contentSizeCategory' part of global actor 'MainActor'
    static var contentSizeCategory: CFString = UIApplication.shared.preferredContentSizeCategory.rawValue as CFString
               ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/font/SystemFontDatabaseCoreText.swift:124:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    static var contentSizeCategory: CFString = UIApplication.shared.preferredContentSizeCategory.rawValue as CFString
               ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/font/SystemFontDatabaseCoreText.swift:124:48: error: cannot find 'UIApplication' in scope
    static var contentSizeCategory: CFString = UIApplication.shared.preferredContentSizeCategory.rawValue as CFString
                                               ^~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/font/SystemFontDatabaseCoreText.swift:181:24: warning: static property 'compareAsPointer' is not concurrency-safe because non-'Sendable' type '(CFString, CFString) -> Bool' may have shared mutable state; this is an error in the Swift 6 language mode
    private static let compareAsPointer: ((CFString, CFString) -> Bool) = { (lhs: CFString, rhs: CFString) in
                       ^
<unknown>:0: note: a function type must be marked '@Sendable' to conform to 'Sendable'
/Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/font/SystemFontDatabaseCoreText.swift:181:24: note: add '@MainActor' to make static property 'compareAsPointer' part of global actor 'MainActor'
    private static let compareAsPointer: ((CFString, CFString) -> Bool) = { (lhs: CFString, rhs: CFString) in
                       ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/font/SystemFontDatabaseCoreText.swift:181:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    private static let compareAsPointer: ((CFString, CFString) -> Bool) = { (lhs: CFString, rhs: CFString) in
                       ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/primitives/SVGLength.swift:61:16: warning: static property 'zeroCodePoint' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    static var zeroCodePoint: UniChar = 0x30
               ^
/Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/primitives/SVGLength.swift:61:16: note: convert 'zeroCodePoint' to a 'let' constant to make 'Sendable' shared state immutable
    static var zeroCodePoint: UniChar = 0x30
           ~~~ ^
           let
/Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/primitives/SVGLength.swift:61:16: note: add '@MainActor' to make static property 'zeroCodePoint' part of global actor 'MainActor'
    static var zeroCodePoint: UniChar = 0x30
               ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/primitives/SVGLength.swift:61:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    static var zeroCodePoint: UniChar = 0x30
               ^
    nonisolated(unsafe)
Failed frontend command:
/Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift-frontend -frontend -emit-module -experimental-skip-non-inlinable-function-bodies-without-types /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/Extensions/CGAffineTransform+Extension.swift /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/Extensions/UIBezierPath+Extension.swift /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/SVGContext.swift /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/SVGUIView.swift /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/SVGUIViewConfiguration.swift /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/css/CSSRule.swift /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/css/CSSSelector.swift /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/element/SVGClipPathElement.swift /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/element/SVGDefsElement.swift /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/element/SVGElement.swift /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/element/SVGGroupElement.swift /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/element/SVGMaskElement.swift /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/element/SVGPatternElement.swift /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/element/SVGSVGElement.swift /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/element/drawable/SVGCircleElement.swift /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/element/drawable/SVGEllipse.swift /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/element/drawable/SVGImageElement.swift /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/element/drawable/SVGLineElement.swift /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/element/drawable/SVGPathElement.swift /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/element/drawable/SVGPolygonElement.swift /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/element/drawable/SVGPolylineElement.swift /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/element/drawable/SVGRectElement.swift /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/element/drawable/SVGTextElement.swift /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/element/drawable/SVGUseElement.swift /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/element/filter/SVGFeBlendElement.swift /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/element/filter/SVGFeFloodElement.swift /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/element/filter/SVGFeGaussianBlurElement.swift /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/element/filter/SVGFeMergeElement.swift /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/element/filter/SVGFeMergeNodeElement.swift /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/element/filter/SVGFeOffsetElement.swift /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/element/filter/SVGFilterApplier.swift /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/element/filter/SVGFilterElement.swift /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/element/pserver/SVGGradientServer.swift /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/element/pserver/SVGStopElement.swift /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/font/CFString+SPI.swift /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/font/CSSFontSelector.swift /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/font/Font.swift /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/font/FontCache.swift /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/font/FontCacheCoreText.swift /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/font/FontCascade.swift /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/font/FontCascadeDescription.swift /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/font/FontCascadeFonts.swift /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/font/FontCreationContext.swift /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/font/FontCreationContextRareData.swift /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/font/FontDatabase.swift /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/font/FontDescription.swift /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/font/FontFamilySpecificationCoreText.swift /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/font/FontFamilySpecificationCoreTextCache.swift /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/font/FontFamilySpecificationKey.swift /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/font/FontGenericFamilies.swift /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/font/FontInterrogation.swift /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/font/FontPlatformData.swift /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/font/FontRanges.swift /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/font/FontSelectionAlgorithm.swift /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/font/FontSelectionCapabilities.swift /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/font/FontSelectionValue.swift /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/font/FontSelector.swift /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/font/FontSizeAdjust.swift /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/font/FontTaggedSettings.swift /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/font/GlyphData.swift /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/font/GlyphPage.swift /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/font/Settings.swift /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/font/SystemFontDatabaseCoreText.swift /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/font/UScriptCode.swift /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/font/UnrealizedCoreTextFont.swift /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/font/VariationCapabilities\ .swift /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/parser/CSSParser.swift /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/parser/SVGAttributeScanner.swift /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/parser/SVGParser.swift /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/parser/buffer/BufferReader.swift /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/parser/buffer/BufferView.swift /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/parser/buffer/BufferViewIndex.swift /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/parser/css/CSSToken.swift /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/parser/css/CSSTokenizer.swift /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/primitives/PreserveAspectRatio.swift /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/primitives/SVGClipPath.swift /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/primitives/SVGElementRect.swift /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/primitives/SVGFill.swift /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/primitives/SVGFilter.swift /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/primitives/SVGLength.swift /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/primitives/SVGMask.swift /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/primitives/SVGOpacity.swift /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/primitives/SVGUIColor.swift /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/primitives/SVGUIFont.swift /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/primitives/SVGUIPoints.swift /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/primitives/SVGUIStroke.swift /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/primitives/SVGUIStyle.swift /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/primitives/TransformOperator.swift -target arm64_32-apple-watchos9.0 -enable-objc-interop -sdk /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -I /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -debug-info-format\=dwarf -dwarf-version\=4 -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -profile-generate -profile-coverage-mapping -swift-version 5 -enforce-exclusivity\=checked -stats-output-dir /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode/.stats -Onone -D SWIFT_PACKAGE -D DEBUG -serialize-debugging-options -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SVGUIView.build/Debug-watchos/SVGUIView.build/Objects-normal/arm64_32/SVGUIView_const_extract_protocols.json -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures -enable-experimental-feature DebugDescriptionMacro -strict-concurrency\=complete -empty-abi-descriptor -plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -resource-dir /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -file-compilation-dir /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -Xcc -fmodule-map-file\=/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-watchos/_ICU.modulemap -Xcc -fmodule-map-file\=/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-watchos/_SPI.modulemap -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos11.4-22T246-43efb940ff07ba2497b70ec94253f576.sdkstatcache -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SVGUIView.build/Debug-watchos/SVGUIView.build/swift-overrides.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/Sources/_ICU/include -Xcc -I/Users/admin/builder/spi-builder-workspace/Sources/_SPI/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SVGUIView.build/Debug-watchos/SVGUIView.build/DerivedSources-normal/arm64_32 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SVGUIView.build/Debug-watchos/SVGUIView.build/DerivedSources/arm64_32 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SVGUIView.build/Debug-watchos/SVGUIView.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name SVGUIView -package-name spi_builder_workspace -frontend-parseable-output -disable-clang-spi -target-sdk-version 11.4 -target-sdk-name watchos11.4 -external-plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/bin/swift-plugin-server -in-process-plugin-server-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/libSwiftInProcPluginServer.dylib -plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/local/lib/swift/host/plugins -emit-module-doc-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SVGUIView.build/Debug-watchos/SVGUIView.build/Objects-normal/arm64_32/SVGUIView.swiftdoc -emit-module-source-info-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SVGUIView.build/Debug-watchos/SVGUIView.build/Objects-normal/arm64_32/SVGUIView.swiftsourceinfo -emit-objc-header-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SVGUIView.build/Debug-watchos/SVGUIView.build/Objects-normal/arm64_32/SVGUIView-Swift.h -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SVGUIView.build/Debug-watchos/SVGUIView.build/Objects-normal/arm64_32/SVGUIView-master-emit-module.dia -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SVGUIView.build/Debug-watchos/SVGUIView.build/Objects-normal/arm64_32/SVGUIView-master-emit-module.d -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SVGUIView.build/Debug-watchos/SVGUIView.build/Objects-normal/arm64_32/SVGUIView.swiftmodule -emit-abi-descriptor-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SVGUIView.build/Debug-watchos/SVGUIView.build/Objects-normal/arm64_32/SVGUIView.abi.json
SwiftCompile normal arm64_32 Compiling\ CGAffineTransform+Extension.swift,\ UIBezierPath+Extension.swift,\ SVGContext.swift,\ SVGUIView.swift,\ SVGUIViewConfiguration.swift,\ CSSRule.swift,\ CSSSelector.swift,\ SVGClipPathElement.swift,\ SVGDefsElement.swift /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/Extensions/CGAffineTransform+Extension.swift /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/Extensions/UIBezierPath+Extension.swift /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/SVGContext.swift /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/SVGUIView.swift /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/SVGUIViewConfiguration.swift /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/css/CSSRule.swift /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/css/CSSSelector.swift /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/element/SVGClipPathElement.swift /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/element/SVGDefsElement.swift (in target 'SVGUIView' from project 'SVGUIView')
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/Extensions/CGAffineTransform+Extension.swift (in target 'SVGUIView' from project 'SVGUIView')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/Extensions/UIBezierPath+Extension.swift (in target 'SVGUIView' from project 'SVGUIView')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/SVGContext.swift (in target 'SVGUIView' from project 'SVGUIView')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/SVGUIView.swift (in target 'SVGUIView' from project 'SVGUIView')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/SVGUIViewConfiguration.swift (in target 'SVGUIView' from project 'SVGUIView')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/css/CSSRule.swift (in target 'SVGUIView' from project 'SVGUIView')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/css/CSSSelector.swift (in target 'SVGUIView' from project 'SVGUIView')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/element/SVGClipPathElement.swift (in target 'SVGUIView' from project 'SVGUIView')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/element/SVGDefsElement.swift (in target 'SVGUIView' from project 'SVGUIView')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64_32 Compiling\ Font.swift,\ FontCache.swift,\ FontCacheCoreText.swift,\ FontCascade.swift,\ FontCascadeDescription.swift,\ FontCascadeFonts.swift,\ FontCreationContext.swift,\ FontCreationContextRareData.swift,\ FontDatabase.swift /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/font/Font.swift /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/font/FontCache.swift /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/font/FontCacheCoreText.swift /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/font/FontCascade.swift /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/font/FontCascadeDescription.swift /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/font/FontCascadeFonts.swift /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/font/FontCreationContext.swift /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/font/FontCreationContextRareData.swift /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/font/FontDatabase.swift (in target 'SVGUIView' from project 'SVGUIView')
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/font/Font.swift (in target 'SVGUIView' from project 'SVGUIView')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/font/FontCache.swift (in target 'SVGUIView' from project 'SVGUIView')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/font/FontCacheCoreText.swift (in target 'SVGUIView' from project 'SVGUIView')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/font/FontCascade.swift (in target 'SVGUIView' from project 'SVGUIView')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/font/FontCascadeDescription.swift (in target 'SVGUIView' from project 'SVGUIView')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/font/FontCascadeFonts.swift (in target 'SVGUIView' from project 'SVGUIView')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/font/FontCreationContext.swift (in target 'SVGUIView' from project 'SVGUIView')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/font/FontCreationContextRareData.swift (in target 'SVGUIView' from project 'SVGUIView')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/font/FontDatabase.swift (in target 'SVGUIView' from project 'SVGUIView')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64_32 Compiling\ SVGPathElement.swift,\ SVGPolygonElement.swift,\ SVGPolylineElement.swift,\ SVGRectElement.swift,\ SVGTextElement.swift,\ SVGUseElement.swift,\ SVGFeBlendElement.swift,\ SVGFeFloodElement.swift,\ SVGFeGaussianBlurElement.swift /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/element/drawable/SVGPathElement.swift /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/element/drawable/SVGPolygonElement.swift /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/element/drawable/SVGPolylineElement.swift /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/element/drawable/SVGRectElement.swift /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/element/drawable/SVGTextElement.swift /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/element/drawable/SVGUseElement.swift /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/element/filter/SVGFeBlendElement.swift /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/element/filter/SVGFeFloodElement.swift /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/element/filter/SVGFeGaussianBlurElement.swift (in target 'SVGUIView' from project 'SVGUIView')
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/element/drawable/SVGPathElement.swift (in target 'SVGUIView' from project 'SVGUIView')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/element/drawable/SVGPolygonElement.swift (in target 'SVGUIView' from project 'SVGUIView')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/element/drawable/SVGPolylineElement.swift (in target 'SVGUIView' from project 'SVGUIView')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/element/drawable/SVGRectElement.swift (in target 'SVGUIView' from project 'SVGUIView')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/element/drawable/SVGTextElement.swift (in target 'SVGUIView' from project 'SVGUIView')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/element/drawable/SVGUseElement.swift (in target 'SVGUIView' from project 'SVGUIView')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/element/filter/SVGFeBlendElement.swift (in target 'SVGUIView' from project 'SVGUIView')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/element/filter/SVGFeFloodElement.swift (in target 'SVGUIView' from project 'SVGUIView')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/element/filter/SVGFeGaussianBlurElement.swift (in target 'SVGUIView' from project 'SVGUIView')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64_32 Compiling\ FontDescription.swift,\ FontFamilySpecificationCoreText.swift,\ FontFamilySpecificationCoreTextCache.swift,\ FontFamilySpecificationKey.swift,\ FontGenericFamilies.swift,\ FontInterrogation.swift,\ FontPlatformData.swift,\ FontRanges.swift,\ FontSelectionAlgorithm.swift /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/font/FontDescription.swift /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/font/FontFamilySpecificationCoreText.swift /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/font/FontFamilySpecificationCoreTextCache.swift /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/font/FontFamilySpecificationKey.swift /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/font/FontGenericFamilies.swift /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/font/FontInterrogation.swift /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/font/FontPlatformData.swift /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/font/FontRanges.swift /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/font/FontSelectionAlgorithm.swift (in target 'SVGUIView' from project 'SVGUIView')
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/font/FontDescription.swift (in target 'SVGUIView' from project 'SVGUIView')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/font/FontFamilySpecificationCoreText.swift (in target 'SVGUIView' from project 'SVGUIView')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/font/FontFamilySpecificationCoreTextCache.swift (in target 'SVGUIView' from project 'SVGUIView')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/font/FontFamilySpecificationKey.swift (in target 'SVGUIView' from project 'SVGUIView')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/font/FontGenericFamilies.swift (in target 'SVGUIView' from project 'SVGUIView')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/font/FontInterrogation.swift (in target 'SVGUIView' from project 'SVGUIView')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/font/FontPlatformData.swift (in target 'SVGUIView' from project 'SVGUIView')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/font/FontRanges.swift (in target 'SVGUIView' from project 'SVGUIView')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/font/FontSelectionAlgorithm.swift (in target 'SVGUIView' from project 'SVGUIView')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64_32 Compiling\ SVGFeMergeElement.swift,\ SVGFeMergeNodeElement.swift,\ SVGFeOffsetElement.swift,\ SVGFilterApplier.swift,\ SVGFilterElement.swift,\ SVGGradientServer.swift,\ SVGStopElement.swift,\ CFString+SPI.swift,\ CSSFontSelector.swift /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/element/filter/SVGFeMergeElement.swift /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/element/filter/SVGFeMergeNodeElement.swift /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/element/filter/SVGFeOffsetElement.swift /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/element/filter/SVGFilterApplier.swift /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/element/filter/SVGFilterElement.swift /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/element/pserver/SVGGradientServer.swift /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/element/pserver/SVGStopElement.swift /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/font/CFString+SPI.swift /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/font/CSSFontSelector.swift (in target 'SVGUIView' from project 'SVGUIView')
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/element/filter/SVGFeMergeElement.swift (in target 'SVGUIView' from project 'SVGUIView')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/element/filter/SVGFeMergeNodeElement.swift (in target 'SVGUIView' from project 'SVGUIView')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/element/filter/SVGFeOffsetElement.swift (in target 'SVGUIView' from project 'SVGUIView')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/element/filter/SVGFilterApplier.swift (in target 'SVGUIView' from project 'SVGUIView')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/element/filter/SVGFilterElement.swift (in target 'SVGUIView' from project 'SVGUIView')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/element/pserver/SVGGradientServer.swift (in target 'SVGUIView' from project 'SVGUIView')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/element/pserver/SVGStopElement.swift (in target 'SVGUIView' from project 'SVGUIView')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/font/CFString+SPI.swift (in target 'SVGUIView' from project 'SVGUIView')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/font/CSSFontSelector.swift (in target 'SVGUIView' from project 'SVGUIView')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64_32 Compiling\ SVGElement.swift,\ SVGGroupElement.swift,\ SVGMaskElement.swift,\ SVGPatternElement.swift,\ SVGSVGElement.swift,\ SVGCircleElement.swift,\ SVGEllipse.swift,\ SVGImageElement.swift,\ SVGLineElement.swift /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/element/SVGElement.swift /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/element/SVGGroupElement.swift /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/element/SVGMaskElement.swift /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/element/SVGPatternElement.swift /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/element/SVGSVGElement.swift /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/element/drawable/SVGCircleElement.swift /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/element/drawable/SVGEllipse.swift /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/element/drawable/SVGImageElement.swift /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/element/drawable/SVGLineElement.swift (in target 'SVGUIView' from project 'SVGUIView')
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/element/SVGElement.swift (in target 'SVGUIView' from project 'SVGUIView')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/element/SVGGroupElement.swift (in target 'SVGUIView' from project 'SVGUIView')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/element/SVGMaskElement.swift (in target 'SVGUIView' from project 'SVGUIView')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/element/SVGPatternElement.swift (in target 'SVGUIView' from project 'SVGUIView')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/element/SVGSVGElement.swift (in target 'SVGUIView' from project 'SVGUIView')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/element/drawable/SVGCircleElement.swift (in target 'SVGUIView' from project 'SVGUIView')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/element/drawable/SVGEllipse.swift (in target 'SVGUIView' from project 'SVGUIView')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/element/drawable/SVGImageElement.swift (in target 'SVGUIView' from project 'SVGUIView')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/element/drawable/SVGLineElement.swift (in target 'SVGUIView' from project 'SVGUIView')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64_32 Compiling\ CSSToken.swift,\ CSSTokenizer.swift,\ PreserveAspectRatio.swift,\ SVGClipPath.swift,\ SVGElementRect.swift,\ SVGFill.swift,\ SVGFilter.swift,\ SVGLength.swift /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/parser/css/CSSToken.swift /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/parser/css/CSSTokenizer.swift /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/primitives/PreserveAspectRatio.swift /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/primitives/SVGClipPath.swift /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/primitives/SVGElementRect.swift /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/primitives/SVGFill.swift /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/primitives/SVGFilter.swift /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/primitives/SVGLength.swift (in target 'SVGUIView' from project 'SVGUIView')
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/parser/css/CSSToken.swift (in target 'SVGUIView' from project 'SVGUIView')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/parser/css/CSSTokenizer.swift (in target 'SVGUIView' from project 'SVGUIView')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/primitives/PreserveAspectRatio.swift (in target 'SVGUIView' from project 'SVGUIView')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/primitives/SVGClipPath.swift (in target 'SVGUIView' from project 'SVGUIView')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/primitives/SVGElementRect.swift (in target 'SVGUIView' from project 'SVGUIView')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/primitives/SVGFill.swift (in target 'SVGUIView' from project 'SVGUIView')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/primitives/SVGFilter.swift (in target 'SVGUIView' from project 'SVGUIView')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/primitives/SVGLength.swift (in target 'SVGUIView' from project 'SVGUIView')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftEmitModule normal arm64 Emitting\ module\ for\ SVGUIView (in target 'SVGUIView' from project 'SVGUIView')
EmitSwiftModule normal arm64 (in target 'SVGUIView' from project 'SVGUIView')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

/Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/SVGUIView.swift:39:21: error: cannot find 'setNeedsDisplay' in scope
                    setNeedsDisplay()
                    ^~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/SVGUIView.swift:45:26: error: method does not override any method from its superclass
    override public func draw(_ rect: CGRect) {
    ~~~~~~~~             ^
/Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/SVGUIView.swift:66:25: error: property does not override any property from its superclass
    override public var intrinsicContentSize: CGSize {
    ~~~~~~~~            ^
/Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/SVGUIView.swift:112:48: error: cannot find type 'CADisplayLink' in scope
    private func updateContents(_ displayLink: CADisplayLink) {
                                               ^~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/SVGUIView.swift:4:25: error: cannot find type 'UIView' in scope
public class SVGUIView: UIView {
                        ^~~~~~
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSTextAttachment.h:23:1: note: interface 'UIView' forward declared here
@class UIView;
^
/Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/font/CFString+SPI.swift:4:12: warning: let 'kCTFontCSSWeightAttribute' is not concurrency-safe because non-'Sendable' type 'CFString' may have shared mutable state; this is an error in the Swift 6 language mode
public let kCTFontCSSWeightAttribute = "CTFontCSSWeightAttribute" as CFString
           ^
CoreFoundation.CFString:1:14: note: class 'CFString' does not conform to the 'Sendable' protocol
public class CFString : _CFObject {
             ^
/Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/font/CFString+SPI.swift:1:1: warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'CoreFoundation'
import CoreFoundation
^
@preconcurrency
/Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/font/CFString+SPI.swift:4:12: note: add '@MainActor' to make let 'kCTFontCSSWeightAttribute' part of global actor 'MainActor'
public let kCTFontCSSWeightAttribute = "CTFontCSSWeightAttribute" as CFString
           ^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/font/CFString+SPI.swift:4:12: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public let kCTFontCSSWeightAttribute = "CTFontCSSWeightAttribute" as CFString
           ^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/font/CFString+SPI.swift:5:12: warning: let 'kCTFontCSSWidthAttribute' is not concurrency-safe because non-'Sendable' type 'CFString' may have shared mutable state; this is an error in the Swift 6 language mode
public let kCTFontCSSWidthAttribute = "CTFontCSSWidthAttribute" as CFString
           ^
CoreFoundation.CFString:1:14: note: class 'CFString' does not conform to the 'Sendable' protocol
public class CFString : _CFObject {
             ^
/Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/font/CFString+SPI.swift:5:12: note: add '@MainActor' to make let 'kCTFontCSSWidthAttribute' part of global actor 'MainActor'
public let kCTFontCSSWidthAttribute = "CTFontCSSWidthAttribute" as CFString
           ^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/font/CFString+SPI.swift:5:12: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public let kCTFontCSSWidthAttribute = "CTFontCSSWidthAttribute" as CFString
           ^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/font/CFString+SPI.swift:6:12: warning: let 'kCTFontDescriptorTextStyleAttribute' is not concurrency-safe because non-'Sendable' type 'CFString' may have shared mutable state; this is an error in the Swift 6 language mode
public let kCTFontDescriptorTextStyleAttribute = "NSCTFontUIUsageAttribute" as CFString
           ^
CoreFoundation.CFString:1:14: note: class 'CFString' does not conform to the 'Sendable' protocol
public class CFString : _CFObject {
             ^
/Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/font/CFString+SPI.swift:6:12: note: add '@MainActor' to make let 'kCTFontDescriptorTextStyleAttribute' part of global actor 'MainActor'
public let kCTFontDescriptorTextStyleAttribute = "NSCTFontUIUsageAttribute" as CFString
           ^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/font/CFString+SPI.swift:6:12: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public let kCTFontDescriptorTextStyleAttribute = "NSCTFontUIUsageAttribute" as CFString
           ^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/font/CFString+SPI.swift:7:12: warning: let 'kCTFontUIFontDesignTrait' is not concurrency-safe because non-'Sendable' type 'CFString' may have shared mutable state; this is an error in the Swift 6 language mode
public let kCTFontUIFontDesignTrait = "NSCTFontUIFontDesignTrait" as CFString
           ^
CoreFoundation.CFString:1:14: note: class 'CFString' does not conform to the 'Sendable' protocol
public class CFString : _CFObject {
             ^
/Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/font/CFString+SPI.swift:7:12: note: add '@MainActor' to make let 'kCTFontUIFontDesignTrait' part of global actor 'MainActor'
public let kCTFontUIFontDesignTrait = "NSCTFontUIFontDesignTrait" as CFString
           ^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/font/CFString+SPI.swift:7:12: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public let kCTFontUIFontDesignTrait = "NSCTFontUIFontDesignTrait" as CFString
           ^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/font/CFString+SPI.swift:9:12: warning: let 'kCTFontPostScriptNameAttribute' is not concurrency-safe because non-'Sendable' type 'CFString' may have shared mutable state; this is an error in the Swift 6 language mode
public let kCTFontPostScriptNameAttribute = "NSCTFontPostScriptNameAttribute" as CFString
           ^
CoreFoundation.CFString:1:14: note: class 'CFString' does not conform to the 'Sendable' protocol
public class CFString : _CFObject {
             ^
/Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/font/CFString+SPI.swift:9:12: note: add '@MainActor' to make let 'kCTFontPostScriptNameAttribute' part of global actor 'MainActor'
public let kCTFontPostScriptNameAttribute = "NSCTFontPostScriptNameAttribute" as CFString
           ^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/font/CFString+SPI.swift:9:12: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public let kCTFontPostScriptNameAttribute = "NSCTFontPostScriptNameAttribute" as CFString
           ^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/font/CFString+SPI.swift:10:12: warning: let 'kCTFontUserInstalledAttribute' is not concurrency-safe because non-'Sendable' type 'CFString' may have shared mutable state; this is an error in the Swift 6 language mode
public let kCTFontUserInstalledAttribute = "NSCTFontUserInstalledAttribute" as CFString
           ^
CoreFoundation.CFString:1:14: note: class 'CFString' does not conform to the 'Sendable' protocol
public class CFString : _CFObject {
             ^
/Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/font/CFString+SPI.swift:10:12: note: add '@MainActor' to make let 'kCTFontUserInstalledAttribute' part of global actor 'MainActor'
public let kCTFontUserInstalledAttribute = "NSCTFontUserInstalledAttribute" as CFString
           ^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/font/CFString+SPI.swift:10:12: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public let kCTFontUserInstalledAttribute = "NSCTFontUserInstalledAttribute" as CFString
           ^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/font/CFString+SPI.swift:11:12: warning: let 'kCTFontFallbackOptionAttribute' is not concurrency-safe because non-'Sendable' type 'CFString' may have shared mutable state; this is an error in the Swift 6 language mode
public let kCTFontFallbackOptionAttribute = "NSCTFontFallbackOptionAttribute" as CFString
           ^
CoreFoundation.CFString:1:14: note: class 'CFString' does not conform to the 'Sendable' protocol
public class CFString : _CFObject {
             ^
/Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/font/CFString+SPI.swift:11:12: note: add '@MainActor' to make let 'kCTFontFallbackOptionAttribute' part of global actor 'MainActor'
public let kCTFontFallbackOptionAttribute = "NSCTFontFallbackOptionAttribute" as CFString
           ^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/font/CFString+SPI.swift:11:12: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public let kCTFontFallbackOptionAttribute = "NSCTFontFallbackOptionAttribute" as CFString
           ^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/font/CFString+SPI.swift:13:12: warning: let 'kCTFontUIFontDesignDefault' is not concurrency-safe because non-'Sendable' type 'CFString' may have shared mutable state; this is an error in the Swift 6 language mode
public let kCTFontUIFontDesignDefault = "NSCTFontUIFontDesignDefault" as CFString
           ^
CoreFoundation.CFString:1:14: note: class 'CFString' does not conform to the 'Sendable' protocol
public class CFString : _CFObject {
             ^
/Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/font/CFString+SPI.swift:13:12: note: add '@MainActor' to make let 'kCTFontUIFontDesignDefault' part of global actor 'MainActor'
public let kCTFontUIFontDesignDefault = "NSCTFontUIFontDesignDefault" as CFString
           ^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/font/CFString+SPI.swift:13:12: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public let kCTFontUIFontDesignDefault = "NSCTFontUIFontDesignDefault" as CFString
           ^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/font/CFString+SPI.swift:14:12: warning: let 'kCTFontUIFontDesignSerif' is not concurrency-safe because non-'Sendable' type 'CFString' may have shared mutable state; this is an error in the Swift 6 language mode
public let kCTFontUIFontDesignSerif = "NSCTFontUIFontDesignSerif" as CFString
           ^
CoreFoundation.CFString:1:14: note: class 'CFString' does not conform to the 'Sendable' protocol
public class CFString : _CFObject {
             ^
/Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/font/CFString+SPI.swift:14:12: note: add '@MainActor' to make let 'kCTFontUIFontDesignSerif' part of global actor 'MainActor'
public let kCTFontUIFontDesignSerif = "NSCTFontUIFontDesignSerif" as CFString
           ^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/font/CFString+SPI.swift:14:12: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public let kCTFontUIFontDesignSerif = "NSCTFontUIFontDesignSerif" as CFString
           ^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/font/CFString+SPI.swift:15:12: warning: let 'kCTFontUIFontDesignMonospaced' is not concurrency-safe because non-'Sendable' type 'CFString' may have shared mutable state; this is an error in the Swift 6 language mode
public let kCTFontUIFontDesignMonospaced = "NSCTFontUIFontDesignMonospaced" as CFString
           ^
CoreFoundation.CFString:1:14: note: class 'CFString' does not conform to the 'Sendable' protocol
public class CFString : _CFObject {
             ^
/Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/font/CFString+SPI.swift:15:12: note: add '@MainActor' to make let 'kCTFontUIFontDesignMonospaced' part of global actor 'MainActor'
public let kCTFontUIFontDesignMonospaced = "NSCTFontUIFontDesignMonospaced" as CFString
           ^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/font/CFString+SPI.swift:15:12: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public let kCTFontUIFontDesignMonospaced = "NSCTFontUIFontDesignMonospaced" as CFString
           ^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/font/CFString+SPI.swift:16:12: warning: let 'kCTFontUIFontDesignRounded' is not concurrency-safe because non-'Sendable' type 'CFString' may have shared mutable state; this is an error in the Swift 6 language mode
public let kCTFontUIFontDesignRounded = "NSCTFontUIFontDesignRounded" as CFString
           ^
CoreFoundation.CFString:1:14: note: class 'CFString' does not conform to the 'Sendable' protocol
public class CFString : _CFObject {
             ^
/Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/font/CFString+SPI.swift:16:12: note: add '@MainActor' to make let 'kCTFontUIFontDesignRounded' part of global actor 'MainActor'
public let kCTFontUIFontDesignRounded = "NSCTFontUIFontDesignRounded" as CFString
           ^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/font/CFString+SPI.swift:16:12: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public let kCTFontUIFontDesignRounded = "NSCTFontUIFontDesignRounded" as CFString
           ^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/font/CFString+SPI.swift:29:12: warning: let 'kCTUIFontTextStyleShortHeadline' is not concurrency-safe because non-'Sendable' type 'CFString' may have shared mutable state; this is an error in the Swift 6 language mode
public let kCTUIFontTextStyleShortHeadline = "UICTFontTextStyleShortHeadline" as CFString
           ^
CoreFoundation.CFString:1:14: note: class 'CFString' does not conform to the 'Sendable' protocol
public class CFString : _CFObject {
             ^
/Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/font/CFString+SPI.swift:29:12: note: add '@MainActor' to make let 'kCTUIFontTextStyleShortHeadline' part of global actor 'MainActor'
public let kCTUIFontTextStyleShortHeadline = "UICTFontTextStyleShortHeadline" as CFString
           ^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/font/CFString+SPI.swift:29:12: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public let kCTUIFontTextStyleShortHeadline = "UICTFontTextStyleShortHeadline" as CFString
           ^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/font/CFString+SPI.swift:30:12: warning: let 'kCTUIFontTextStyleShortBody' is not concurrency-safe because non-'Sendable' type 'CFString' may have shared mutable state; this is an error in the Swift 6 language mode
public let kCTUIFontTextStyleShortBody = "UICTFontTextStyleShortBody" as CFString
           ^
CoreFoundation.CFString:1:14: note: class 'CFString' does not conform to the 'Sendable' protocol
public class CFString : _CFObject {
             ^
/Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/font/CFString+SPI.swift:30:12: note: add '@MainActor' to make let 'kCTUIFontTextStyleShortBody' part of global actor 'MainActor'
public let kCTUIFontTextStyleShortBody = "UICTFontTextStyleShortBody" as CFString
           ^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/font/CFString+SPI.swift:30:12: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public let kCTUIFontTextStyleShortBody = "UICTFontTextStyleShortBody" as CFString
           ^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/font/CFString+SPI.swift:31:12: warning: let 'kCTUIFontTextStyleShortSubhead' is not concurrency-safe because non-'Sendable' type 'CFString' may have shared mutable state; this is an error in the Swift 6 language mode
public let kCTUIFontTextStyleShortSubhead = "UICTFontTextStyleShortSubhead" as CFString
           ^
CoreFoundation.CFString:1:14: note: class 'CFString' does not conform to the 'Sendable' protocol
public class CFString : _CFObject {
             ^
/Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/font/CFString+SPI.swift:31:12: note: add '@MainActor' to make let 'kCTUIFontTextStyleShortSubhead' part of global actor 'MainActor'
public let kCTUIFontTextStyleShortSubhead = "UICTFontTextStyleShortSubhead" as CFString
           ^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/font/CFString+SPI.swift:31:12: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public let kCTUIFontTextStyleShortSubhead = "UICTFontTextStyleShortSubhead" as CFString
           ^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/font/CFString+SPI.swift:32:12: warning: let 'kCTUIFontTextStyleShortFootnote' is not concurrency-safe because non-'Sendable' type 'CFString' may have shared mutable state; this is an error in the Swift 6 language mode
public let kCTUIFontTextStyleShortFootnote = "UICTFontTextStyleShortFootnote" as CFString
           ^
CoreFoundation.CFString:1:14: note: class 'CFString' does not conform to the 'Sendable' protocol
public class CFString : _CFObject {
             ^
/Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/font/CFString+SPI.swift:32:12: note: add '@MainActor' to make let 'kCTUIFontTextStyleShortFootnote' part of global actor 'MainActor'
public let kCTUIFontTextStyleShortFootnote = "UICTFontTextStyleShortFootnote" as CFString
           ^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/font/CFString+SPI.swift:32:12: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public let kCTUIFontTextStyleShortFootnote = "UICTFontTextStyleShortFootnote" as CFString
           ^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/font/CFString+SPI.swift:33:12: warning: let 'kCTUIFontTextStyleShortCaption1' is not concurrency-safe because non-'Sendable' type 'CFString' may have shared mutable state; this is an error in the Swift 6 language mode
public let kCTUIFontTextStyleShortCaption1 = "UICTFontTextStyleShortCaption1" as CFString
           ^
CoreFoundation.CFString:1:14: note: class 'CFString' does not conform to the 'Sendable' protocol
public class CFString : _CFObject {
             ^
/Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/font/CFString+SPI.swift:33:12: note: add '@MainActor' to make let 'kCTUIFontTextStyleShortCaption1' part of global actor 'MainActor'
public let kCTUIFontTextStyleShortCaption1 = "UICTFontTextStyleShortCaption1" as CFString
           ^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/font/CFString+SPI.swift:33:12: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public let kCTUIFontTextStyleShortCaption1 = "UICTFontTextStyleShortCaption1" as CFString
           ^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/font/CFString+SPI.swift:34:12: warning: let 'kCTUIFontTextStyleTallBody' is not concurrency-safe because non-'Sendable' type 'CFString' may have shared mutable state; this is an error in the Swift 6 language mode
public let kCTUIFontTextStyleTallBody = "UICTFontTextStyleTallBody" as CFString
           ^
CoreFoundation.CFString:1:14: note: class 'CFString' does not conform to the 'Sendable' protocol
public class CFString : _CFObject {
             ^
/Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/font/CFString+SPI.swift:34:12: note: add '@MainActor' to make let 'kCTUIFontTextStyleTallBody' part of global actor 'MainActor'
public let kCTUIFontTextStyleTallBody = "UICTFontTextStyleTallBody" as CFString
           ^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/font/CFString+SPI.swift:34:12: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public let kCTUIFontTextStyleTallBody = "UICTFontTextStyleTallBody" as CFString
           ^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/font/CFString+SPI.swift:36:12: warning: let 'kCTUIFontTextStyleHeadline' is not concurrency-safe because non-'Sendable' type 'CFString' may have shared mutable state; this is an error in the Swift 6 language mode
public let kCTUIFontTextStyleHeadline = "UICTFontTextStyleHeadline" as CFString
           ^
CoreFoundation.CFString:1:14: note: class 'CFString' does not conform to the 'Sendable' protocol
public class CFString : _CFObject {
             ^
/Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/font/CFString+SPI.swift:36:12: note: add '@MainActor' to make let 'kCTUIFontTextStyleHeadline' part of global actor 'MainActor'
public let kCTUIFontTextStyleHeadline = "UICTFontTextStyleHeadline" as CFString
           ^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/font/CFString+SPI.swift:36:12: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public let kCTUIFontTextStyleHeadline = "UICTFontTextStyleHeadline" as CFString
           ^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/font/CFString+SPI.swift:37:12: warning: let 'kCTUIFontTextStyleBody' is not concurrency-safe because non-'Sendable' type 'CFString' may have shared mutable state; this is an error in the Swift 6 language mode
public let kCTUIFontTextStyleBody = "UICTFontTextStyleBody" as CFString
           ^
CoreFoundation.CFString:1:14: note: class 'CFString' does not conform to the 'Sendable' protocol
public class CFString : _CFObject {
             ^
/Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/font/CFString+SPI.swift:37:12: note: add '@MainActor' to make let 'kCTUIFontTextStyleBody' part of global actor 'MainActor'
public let kCTUIFontTextStyleBody = "UICTFontTextStyleBody" as CFString
           ^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/font/CFString+SPI.swift:37:12: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public let kCTUIFontTextStyleBody = "UICTFontTextStyleBody" as CFString
           ^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/font/CFString+SPI.swift:38:12: warning: let 'kCTUIFontTextStyleSubhead' is not concurrency-safe because non-'Sendable' type 'CFString' may have shared mutable state; this is an error in the Swift 6 language mode
public let kCTUIFontTextStyleSubhead = "UICTFontTextStyleSubhead" as CFString
           ^
CoreFoundation.CFString:1:14: note: class 'CFString' does not conform to the 'Sendable' protocol
public class CFString : _CFObject {
             ^
/Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/font/CFString+SPI.swift:38:12: note: add '@MainActor' to make let 'kCTUIFontTextStyleSubhead' part of global actor 'MainActor'
public let kCTUIFontTextStyleSubhead = "UICTFontTextStyleSubhead" as CFString
           ^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/font/CFString+SPI.swift:38:12: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public let kCTUIFontTextStyleSubhead = "UICTFontTextStyleSubhead" as CFString
           ^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/font/CFString+SPI.swift:39:12: warning: let 'kCTUIFontTextStyleFootnote' is not concurrency-safe because non-'Sendable' type 'CFString' may have shared mutable state; this is an error in the Swift 6 language mode
public let kCTUIFontTextStyleFootnote = "UICTFontTextStyleFootnote" as CFString
           ^
CoreFoundation.CFString:1:14: note: class 'CFString' does not conform to the 'Sendable' protocol
public class CFString : _CFObject {
             ^
/Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/font/CFString+SPI.swift:39:12: note: add '@MainActor' to make let 'kCTUIFontTextStyleFootnote' part of global actor 'MainActor'
public let kCTUIFontTextStyleFootnote = "UICTFontTextStyleFootnote" as CFString
           ^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/font/CFString+SPI.swift:39:12: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public let kCTUIFontTextStyleFootnote = "UICTFontTextStyleFootnote" as CFString
           ^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/font/CFString+SPI.swift:40:12: warning: let 'kCTUIFontTextStyleCaption1' is not concurrency-safe because non-'Sendable' type 'CFString' may have shared mutable state; this is an error in the Swift 6 language mode
public let kCTUIFontTextStyleCaption1 = "UICTFontTextStyleCaption1" as CFString
           ^
CoreFoundation.CFString:1:14: note: class 'CFString' does not conform to the 'Sendable' protocol
public class CFString : _CFObject {
             ^
/Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/font/CFString+SPI.swift:40:12: note: add '@MainActor' to make let 'kCTUIFontTextStyleCaption1' part of global actor 'MainActor'
public let kCTUIFontTextStyleCaption1 = "UICTFontTextStyleCaption1" as CFString
           ^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/font/CFString+SPI.swift:40:12: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public let kCTUIFontTextStyleCaption1 = "UICTFontTextStyleCaption1" as CFString
           ^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/font/CFString+SPI.swift:41:12: warning: let 'kCTUIFontTextStyleCaption2' is not concurrency-safe because non-'Sendable' type 'CFString' may have shared mutable state; this is an error in the Swift 6 language mode
public let kCTUIFontTextStyleCaption2 = "UICTFontTextStyleCaption2" as CFString
           ^
CoreFoundation.CFString:1:14: note: class 'CFString' does not conform to the 'Sendable' protocol
public class CFString : _CFObject {
             ^
/Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/font/CFString+SPI.swift:41:12: note: add '@MainActor' to make let 'kCTUIFontTextStyleCaption2' part of global actor 'MainActor'
public let kCTUIFontTextStyleCaption2 = "UICTFontTextStyleCaption2" as CFString
           ^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/font/CFString+SPI.swift:41:12: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public let kCTUIFontTextStyleCaption2 = "UICTFontTextStyleCaption2" as CFString
           ^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/font/CFString+SPI.swift:43:12: warning: let 'kCTUIFontTextStyleTitle0' is not concurrency-safe because non-'Sendable' type 'CFString' may have shared mutable state; this is an error in the Swift 6 language mode
public let kCTUIFontTextStyleTitle0 = "UICTFontTextStyleTitle0" as CFString
           ^
CoreFoundation.CFString:1:14: note: class 'CFString' does not conform to the 'Sendable' protocol
public class CFString : _CFObject {
             ^
/Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/font/CFString+SPI.swift:43:12: note: add '@MainActor' to make let 'kCTUIFontTextStyleTitle0' part of global actor 'MainActor'
public let kCTUIFontTextStyleTitle0 = "UICTFontTextStyleTitle0" as CFString
           ^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/font/CFString+SPI.swift:43:12: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public let kCTUIFontTextStyleTitle0 = "UICTFontTextStyleTitle0" as CFString
           ^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/font/CFString+SPI.swift:44:12: warning: let 'kCTUIFontTextStyleTitle1' is not concurrency-safe because non-'Sendable' type 'CFString' may have shared mutable state; this is an error in the Swift 6 language mode
public let kCTUIFontTextStyleTitle1 = "UICTFontTextStyleTitle1" as CFString
           ^
CoreFoundation.CFString:1:14: note: class 'CFString' does not conform to the 'Sendable' protocol
public class CFString : _CFObject {
             ^
/Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/font/CFString+SPI.swift:44:12: note: add '@MainActor' to make let 'kCTUIFontTextStyleTitle1' part of global actor 'MainActor'
public let kCTUIFontTextStyleTitle1 = "UICTFontTextStyleTitle1" as CFString
           ^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/font/CFString+SPI.swift:44:12: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public let kCTUIFontTextStyleTitle1 = "UICTFontTextStyleTitle1" as CFString
           ^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/font/CFString+SPI.swift:45:12: warning: let 'kCTUIFontTextStyleTitle2' is not concurrency-safe because non-'Sendable' type 'CFString' may have shared mutable state; this is an error in the Swift 6 language mode
public let kCTUIFontTextStyleTitle2 = "UICTFontTextStyleTitle2" as CFString
           ^
CoreFoundation.CFString:1:14: note: class 'CFString' does not conform to the 'Sendable' protocol
public class CFString : _CFObject {
             ^
/Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/font/CFString+SPI.swift:45:12: note: add '@MainActor' to make let 'kCTUIFontTextStyleTitle2' part of global actor 'MainActor'
public let kCTUIFontTextStyleTitle2 = "UICTFontTextStyleTitle2" as CFString
           ^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/font/CFString+SPI.swift:45:12: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public let kCTUIFontTextStyleTitle2 = "UICTFontTextStyleTitle2" as CFString
           ^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/font/CFString+SPI.swift:46:12: warning: let 'kCTUIFontTextStyleTitle3' is not concurrency-safe because non-'Sendable' type 'CFString' may have shared mutable state; this is an error in the Swift 6 language mode
public let kCTUIFontTextStyleTitle3 = "UICTFontTextStyleTitle3" as CFString
           ^
CoreFoundation.CFString:1:14: note: class 'CFString' does not conform to the 'Sendable' protocol
public class CFString : _CFObject {
             ^
/Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/font/CFString+SPI.swift:46:12: note: add '@MainActor' to make let 'kCTUIFontTextStyleTitle3' part of global actor 'MainActor'
public let kCTUIFontTextStyleTitle3 = "UICTFontTextStyleTitle3" as CFString
           ^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/font/CFString+SPI.swift:46:12: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public let kCTUIFontTextStyleTitle3 = "UICTFontTextStyleTitle3" as CFString
           ^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/font/CFString+SPI.swift:47:12: warning: let 'kCTUIFontTextStyleTitle4' is not concurrency-safe because non-'Sendable' type 'CFString' may have shared mutable state; this is an error in the Swift 6 language mode
public let kCTUIFontTextStyleTitle4 = "UICTFontTextStyleTitle4" as CFString
           ^
CoreFoundation.CFString:1:14: note: class 'CFString' does not conform to the 'Sendable' protocol
public class CFString : _CFObject {
             ^
/Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/font/CFString+SPI.swift:47:12: note: add '@MainActor' to make let 'kCTUIFontTextStyleTitle4' part of global actor 'MainActor'
public let kCTUIFontTextStyleTitle4 = "UICTFontTextStyleTitle4" as CFString
           ^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/font/CFString+SPI.swift:47:12: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public let kCTUIFontTextStyleTitle4 = "UICTFontTextStyleTitle4" as CFString
           ^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/font/CFString+SPI.swift:49:12: warning: let 'kCTFontCSSFamilySerif' is not concurrency-safe because non-'Sendable' type 'CFString' may have shared mutable state; this is an error in the Swift 6 language mode
public let kCTFontCSSFamilySerif = "serif" as CFString
           ^
CoreFoundation.CFString:1:14: note: class 'CFString' does not conform to the 'Sendable' protocol
public class CFString : _CFObject {
             ^
/Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/font/CFString+SPI.swift:49:12: note: add '@MainActor' to make let 'kCTFontCSSFamilySerif' part of global actor 'MainActor'
public let kCTFontCSSFamilySerif = "serif" as CFString
           ^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/font/CFString+SPI.swift:49:12: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public let kCTFontCSSFamilySerif = "serif" as CFString
           ^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/font/CFString+SPI.swift:50:12: warning: let 'kCTFontCSSFamilySansSerif' is not concurrency-safe because non-'Sendable' type 'CFString' may have shared mutable state; this is an error in the Swift 6 language mode
public let kCTFontCSSFamilySansSerif = "sans-serif" as CFString
           ^
CoreFoundation.CFString:1:14: note: class 'CFString' does not conform to the 'Sendable' protocol
public class CFString : _CFObject {
             ^
/Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/font/CFString+SPI.swift:50:12: note: add '@MainActor' to make let 'kCTFontCSSFamilySansSerif' part of global actor 'MainActor'
public let kCTFontCSSFamilySansSerif = "sans-serif" as CFString
           ^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/font/CFString+SPI.swift:50:12: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public let kCTFontCSSFamilySansSerif = "sans-serif" as CFString
           ^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/font/CFString+SPI.swift:51:12: warning: let 'kCTFontCSSFamilyCursive' is not concurrency-safe because non-'Sendable' type 'CFString' may have shared mutable state; this is an error in the Swift 6 language mode
public let kCTFontCSSFamilyCursive = "cursive" as CFString
           ^
CoreFoundation.CFString:1:14: note: class 'CFString' does not conform to the 'Sendable' protocol
public class CFString : _CFObject {
             ^
/Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/font/CFString+SPI.swift:51:12: note: add '@MainActor' to make let 'kCTFontCSSFamilyCursive' part of global actor 'MainActor'
public let kCTFontCSSFamilyCursive = "cursive" as CFString
           ^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/font/CFString+SPI.swift:51:12: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public let kCTFontCSSFamilyCursive = "cursive" as CFString
           ^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/font/CFString+SPI.swift:52:12: warning: let 'kCTFontCSSFamilyFantasy' is not concurrency-safe because non-'Sendable' type 'CFString' may have shared mutable state; this is an error in the Swift 6 language mode
public let kCTFontCSSFamilyFantasy = "fantasy" as CFString
           ^
CoreFoundation.CFString:1:14: note: class 'CFString' does not conform to the 'Sendable' protocol
public class CFString : _CFObject {
             ^
/Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/font/CFString+SPI.swift:52:12: note: add '@MainActor' to make let 'kCTFontCSSFamilyFantasy' part of global actor 'MainActor'
public let kCTFontCSSFamilyFantasy = "fantasy" as CFString
           ^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/font/CFString+SPI.swift:52:12: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public let kCTFontCSSFamilyFantasy = "fantasy" as CFString
           ^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/font/CFString+SPI.swift:53:12: warning: let 'kCTFontCSSFamilyMonospace' is not concurrency-safe because non-'Sendable' type 'CFString' may have shared mutable state; this is an error in the Swift 6 language mode
public let kCTFontCSSFamilyMonospace = "monospace" as CFString
           ^
CoreFoundation.CFString:1:14: note: class 'CFString' does not conform to the 'Sendable' protocol
public class CFString : _CFObject {
             ^
/Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/font/CFString+SPI.swift:53:12: note: add '@MainActor' to make let 'kCTFontCSSFamilyMonospace' part of global actor 'MainActor'
public let kCTFontCSSFamilyMonospace = "monospace" as CFString
           ^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/font/CFString+SPI.swift:53:12: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public let kCTFontCSSFamilyMonospace = "monospace" as CFString
           ^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/font/CFString+SPI.swift:54:12: warning: let 'kCTFontCSSFamilySystemUI' is not concurrency-safe because non-'Sendable' type 'CFString' may have shared mutable state; this is an error in the Swift 6 language mode
public let kCTFontCSSFamilySystemUI = "system-ui" as CFString
           ^
CoreFoundation.CFString:1:14: note: class 'CFString' does not conform to the 'Sendable' protocol
public class CFString : _CFObject {
             ^
/Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/font/CFString+SPI.swift:54:12: note: add '@MainActor' to make let 'kCTFontCSSFamilySystemUI' part of global actor 'MainActor'
public let kCTFontCSSFamilySystemUI = "system-ui" as CFString
           ^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/font/CFString+SPI.swift:54:12: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public let kCTFontCSSFamilySystemUI = "system-ui" as CFString
           ^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/font/FontCache.swift:13:16: warning: static property 'shared' is not concurrency-safe because non-'Sendable' type 'FontCache' may have shared mutable state; this is an error in the Swift 6 language mode
    static let shared = FontCache()
               ^
/Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/font/FontCache.swift:3:7: note: class 'FontCache' does not conform to the 'Sendable' protocol
class FontCache {
      ^
/Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/font/FontCache.swift:13:16: note: add '@MainActor' to make static property 'shared' part of global actor 'MainActor'
    static let shared = FontCache()
               ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/font/FontCache.swift:13:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    static let shared = FontCache()
               ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/font/SystemFontDatabaseCoreText.swift:124:16: warning: static property 'contentSizeCategory' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    static var contentSizeCategory: CFString = UIApplication.shared.preferredContentSizeCategory.rawValue as CFString
               ^
/Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/font/SystemFontDatabaseCoreText.swift:124:16: note: convert 'contentSizeCategory' to a 'let' constant to make 'Sendable' shared state immutable
    static var contentSizeCategory: CFString = UIApplication.shared.preferredContentSizeCategory.rawValue as CFString
           ~~~ ^
           let
/Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/font/SystemFontDatabaseCoreText.swift:124:16: note: add '@MainActor' to make static property 'contentSizeCategory' part of global actor 'MainActor'
    static var contentSizeCategory: CFString = UIApplication.shared.preferredContentSizeCategory.rawValue as CFString
               ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/font/SystemFontDatabaseCoreText.swift:124:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    static var contentSizeCategory: CFString = UIApplication.shared.preferredContentSizeCategory.rawValue as CFString
               ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/font/SystemFontDatabaseCoreText.swift:124:48: error: cannot find 'UIApplication' in scope
    static var contentSizeCategory: CFString = UIApplication.shared.preferredContentSizeCategory.rawValue as CFString
                                               ^~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/font/SystemFontDatabaseCoreText.swift:181:24: warning: static property 'compareAsPointer' is not concurrency-safe because non-'Sendable' type '(CFString, CFString) -> Bool' may have shared mutable state; this is an error in the Swift 6 language mode
    private static let compareAsPointer: ((CFString, CFString) -> Bool) = { (lhs: CFString, rhs: CFString) in
                       ^
<unknown>:0: note: a function type must be marked '@Sendable' to conform to 'Sendable'
/Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/font/SystemFontDatabaseCoreText.swift:181:24: note: add '@MainActor' to make static property 'compareAsPointer' part of global actor 'MainActor'
    private static let compareAsPointer: ((CFString, CFString) -> Bool) = { (lhs: CFString, rhs: CFString) in
                       ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/font/SystemFontDatabaseCoreText.swift:181:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    private static let compareAsPointer: ((CFString, CFString) -> Bool) = { (lhs: CFString, rhs: CFString) in
                       ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/primitives/SVGLength.swift:61:16: warning: static property 'zeroCodePoint' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    static var zeroCodePoint: UniChar = 0x30
               ^
/Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/primitives/SVGLength.swift:61:16: note: convert 'zeroCodePoint' to a 'let' constant to make 'Sendable' shared state immutable
    static var zeroCodePoint: UniChar = 0x30
           ~~~ ^
           let
/Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/primitives/SVGLength.swift:61:16: note: add '@MainActor' to make static property 'zeroCodePoint' part of global actor 'MainActor'
    static var zeroCodePoint: UniChar = 0x30
               ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/primitives/SVGLength.swift:61:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    static var zeroCodePoint: UniChar = 0x30
               ^
    nonisolated(unsafe)
SwiftCompile normal arm64 Compiling\ Font.swift,\ FontCache.swift,\ FontCacheCoreText.swift,\ FontCascade.swift,\ FontCascadeDescription.swift,\ FontCascadeFonts.swift,\ FontCreationContext.swift,\ FontCreationContextRareData.swift,\ FontDatabase.swift /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/font/Font.swift /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/font/FontCache.swift /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/font/FontCacheCoreText.swift /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/font/FontCascade.swift /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/font/FontCascadeDescription.swift /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/font/FontCascadeFonts.swift /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/font/FontCreationContext.swift /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/font/FontCreationContextRareData.swift /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/font/FontDatabase.swift (in target 'SVGUIView' from project 'SVGUIView')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/font/Font.swift (in target 'SVGUIView' from project 'SVGUIView')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/font/FontCache.swift (in target 'SVGUIView' from project 'SVGUIView')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/font/FontCacheCoreText.swift (in target 'SVGUIView' from project 'SVGUIView')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/font/FontCascade.swift (in target 'SVGUIView' from project 'SVGUIView')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/font/FontCascadeDescription.swift (in target 'SVGUIView' from project 'SVGUIView')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/font/FontCascadeFonts.swift (in target 'SVGUIView' from project 'SVGUIView')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/font/FontCreationContext.swift (in target 'SVGUIView' from project 'SVGUIView')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/font/FontCreationContextRareData.swift (in target 'SVGUIView' from project 'SVGUIView')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/font/FontDatabase.swift (in target 'SVGUIView' from project 'SVGUIView')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 Compiling\ SVGPathElement.swift,\ SVGPolygonElement.swift,\ SVGPolylineElement.swift,\ SVGRectElement.swift,\ SVGTextElement.swift,\ SVGUseElement.swift,\ SVGFeBlendElement.swift,\ SVGFeFloodElement.swift,\ SVGFeGaussianBlurElement.swift /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/element/drawable/SVGPathElement.swift /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/element/drawable/SVGPolygonElement.swift /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/element/drawable/SVGPolylineElement.swift /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/element/drawable/SVGRectElement.swift /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/element/drawable/SVGTextElement.swift /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/element/drawable/SVGUseElement.swift /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/element/filter/SVGFeBlendElement.swift /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/element/filter/SVGFeFloodElement.swift /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/element/filter/SVGFeGaussianBlurElement.swift (in target 'SVGUIView' from project 'SVGUIView')
Command SwiftCompile failed with a nonzero exit code
** BUILD FAILED **
The following build commands failed:
	EmitSwiftModule normal arm64_32 (in target 'SVGUIView' from project 'SVGUIView')
	SwiftEmitModule normal arm64_32 Emitting\ module\ for\ SVGUIView (in target 'SVGUIView' from project 'SVGUIView')
	EmitSwiftModule normal arm64 (in target 'SVGUIView' from project 'SVGUIView')
	SwiftCompile normal arm64 Compiling\ SVGPathElement.swift,\ SVGPolygonElement.swift,\ SVGPolylineElement.swift,\ SVGRectElement.swift,\ SVGTextElement.swift,\ SVGUseElement.swift,\ SVGFeBlendElement.swift,\ SVGFeFloodElement.swift,\ SVGFeGaussianBlurElement.swift /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/element/drawable/SVGPathElement.swift /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/element/drawable/SVGPolygonElement.swift /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/element/drawable/SVGPolylineElement.swift /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/element/drawable/SVGRectElement.swift /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/element/drawable/SVGTextElement.swift /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/element/drawable/SVGUseElement.swift /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/element/filter/SVGFeBlendElement.swift /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/element/filter/SVGFeFloodElement.swift /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/element/filter/SVGFeGaussianBlurElement.swift (in target 'SVGUIView' from project 'SVGUIView')
	Building workspace spi-builder-workspace with scheme SVGUIView-Package
(5 failures)
Command line invocation:
    /Applications/Xcode-16.3.0.app/Contents/Developer/usr/bin/xcodebuild -IDEClonedSourcePackagesDirPathOverride=/Users/admin/builder/spi-builder-workspace/.dependencies -resolvePackageDependencies
Resolve Package Graph
Resolved source packages:
  SVGUIView: /Users/admin/builder/spi-builder-workspace
  SwiftFormat: https://github.com/nicklockwood/SwiftFormat @ 0.51.2
resolved source packages: SVGUIView, SwiftFormat
{
  "dependencies" : [
    {
      "identity" : "swiftformat",
      "requirement" : {
        "exact" : [
          "0.51.2"
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/nicklockwood/SwiftFormat"
    }
  ],
  "manifest_display_name" : "SVGUIView",
  "name" : "SVGUIView",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "16.0"
    }
  ],
  "products" : [
    {
      "name" : "SVGUIView",
      "targets" : [
        "SVGUIView"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "SVGView",
      "targets" : [
        "SVGView"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "_SPI",
      "module_type" : "ClangTarget",
      "name" : "_SPI",
      "path" : "Sources/_SPI",
      "product_memberships" : [
        "SVGUIView",
        "SVGView"
      ],
      "sources" : [
        "dummy.cpp"
      ],
      "type" : "library"
    },
    {
      "c99name" : "_ICU",
      "module_type" : "ClangTarget",
      "name" : "_ICU",
      "path" : "Sources/_ICU",
      "product_memberships" : [
        "SVGUIView",
        "SVGView"
      ],
      "sources" : [
        "dummy.cpp"
      ],
      "type" : "library"
    },
    {
      "c99name" : "SVGView",
      "module_type" : "SwiftTarget",
      "name" : "SVGView",
      "path" : "Sources/SVGView",
      "product_memberships" : [
        "SVGView"
      ],
      "sources" : [
        "SVGView.swift"
      ],
      "target_dependencies" : [
        "SVGUIView"
      ],
      "type" : "library"
    },
    {
      "c99name" : "SVGUIViewTests",
      "module_type" : "SwiftTarget",
      "name" : "SVGUIViewTests",
      "path" : "Tests/SVGUIViewTests",
      "resources" : [
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Tests/SVGUIViewTests/assets/component_value_list.json",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Tests/SVGUIViewTests/assets/declaration_list.json",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Tests/SVGUIViewTests/assets/one_rule.json",
          "rule" : {
            "process" : {
            }
          }
        }
      ],
      "sources" : [
        "CSSParserTests.swift"
      ],
      "target_dependencies" : [
        "SVGUIView"
      ],
      "type" : "test"
    },
    {
      "c99name" : "SVGUIView",
      "module_type" : "SwiftTarget",
      "name" : "SVGUIView",
      "path" : "Sources/SVGUIView",
      "product_memberships" : [
        "SVGUIView",
        "SVGView"
      ],
      "sources" : [
        "Extensions/CGAffineTransform+Extension.swift",
        "Extensions/UIBezierPath+Extension.swift",
        "SVGContext.swift",
        "SVGUIView.swift",
        "SVGUIViewConfiguration.swift",
        "css/CSSRule.swift",
        "css/CSSSelector.swift",
        "element/SVGClipPathElement.swift",
        "element/SVGDefsElement.swift",
        "element/SVGElement.swift",
        "element/SVGGroupElement.swift",
        "element/SVGMaskElement.swift",
        "element/SVGPatternElement.swift",
        "element/SVGSVGElement.swift",
        "element/drawable/SVGCircleElement.swift",
        "element/drawable/SVGEllipse.swift",
        "element/drawable/SVGImageElement.swift",
        "element/drawable/SVGLineElement.swift",
        "element/drawable/SVGPathElement.swift",
        "element/drawable/SVGPolygonElement.swift",
        "element/drawable/SVGPolylineElement.swift",
        "element/drawable/SVGRectElement.swift",
        "element/drawable/SVGTextElement.swift",
        "element/drawable/SVGUseElement.swift",
        "element/filter/SVGFeBlendElement.swift",
        "element/filter/SVGFeFloodElement.swift",
        "element/filter/SVGFeGaussianBlurElement.swift",
        "element/filter/SVGFeMergeElement.swift",
        "element/filter/SVGFeMergeNodeElement.swift",
        "element/filter/SVGFeOffsetElement.swift",
        "element/filter/SVGFilterApplier.swift",
        "element/filter/SVGFilterElement.swift",
        "element/pserver/SVGGradientServer.swift",
        "element/pserver/SVGStopElement.swift",
        "font/CFString+SPI.swift",
        "font/CSSFontSelector.swift",
        "font/Font.swift",
        "font/FontCache.swift",
        "font/FontCacheCoreText.swift",
        "font/FontCascade.swift",
        "font/FontCascadeDescription.swift",
        "font/FontCascadeFonts.swift",
        "font/FontCreationContext.swift",
        "font/FontCreationContextRareData.swift",
        "font/FontDatabase.swift",
        "font/FontDescription.swift",
        "font/FontFamilySpecificationCoreText.swift",
        "font/FontFamilySpecificationCoreTextCache.swift",
        "font/FontFamilySpecificationKey.swift",
        "font/FontGenericFamilies.swift",
        "font/FontInterrogation.swift",
        "font/FontPlatformData.swift",
        "font/FontRanges.swift",
        "font/FontSelectionAlgorithm.swift",
        "font/FontSelectionCapabilities.swift",
        "font/FontSelectionValue.swift",
        "font/FontSelector.swift",
        "font/FontSizeAdjust.swift",
        "font/FontTaggedSettings.swift",
        "font/GlyphData.swift",
        "font/GlyphPage.swift",
        "font/Settings.swift",
        "font/SystemFontDatabaseCoreText.swift",
        "font/UScriptCode.swift",
        "font/UnrealizedCoreTextFont.swift",
        "font/VariationCapabilities .swift",
        "parser/CSSParser.swift",
        "parser/SVGAttributeScanner.swift",
        "parser/SVGParser.swift",
        "parser/buffer/BufferReader.swift",
        "parser/buffer/BufferView.swift",
        "parser/buffer/BufferViewIndex.swift",
        "parser/css/CSSToken.swift",
        "parser/css/CSSTokenizer.swift",
        "primitives/PreserveAspectRatio.swift",
        "primitives/SVGClipPath.swift",
        "primitives/SVGElementRect.swift",
        "primitives/SVGFill.swift",
        "primitives/SVGFilter.swift",
        "primitives/SVGLength.swift",
        "primitives/SVGMask.swift",
        "primitives/SVGOpacity.swift",
        "primitives/SVGUIColor.swift",
        "primitives/SVGUIFont.swift",
        "primitives/SVGUIPoints.swift",
        "primitives/SVGUIStroke.swift",
        "primitives/SVGUIStyle.swift",
        "primitives/TransformOperator.swift"
      ],
      "target_dependencies" : [
        "_SPI",
        "_ICU"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.9"
}
{
  "workspace" : {
    "name" : "spi-builder-workspace",
    "schemes" : [
      "SVGUIView",
      "SVGUIView-Package",
      "SVGView"
    ]
  }
}
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme SVGUIView-Package -destination generic/platform=watchOS
Command line invocation:
    /Applications/Xcode-16.3.0.app/Contents/Developer/usr/bin/xcodebuild -IDEClonedSourcePackagesDirPathOverride=/Users/admin/builder/spi-builder-workspace/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath /Users/admin/builder/spi-builder-workspace/.derivedData build -scheme SVGUIView-Package -destination generic/platform=watchOS
Resolve Package Graph
Resolved source packages:
  SVGUIView: /Users/admin/builder/spi-builder-workspace
  SwiftFormat: https://github.com/nicklockwood/SwiftFormat @ 0.51.2
ComputePackagePrebuildTargetDependencyGraph
Prepare packages
CreateBuildRequest
SendProjectDescription
CreateBuildOperation
ComputeTargetDependencyGraph
note: Building targets in dependency order
note: Target dependency graph (6 targets)
    Target 'SVGView' in project 'SVGUIView'
        ➜ Explicit dependency on target 'SVGView' in project 'SVGUIView'
        ➜ Explicit dependency on target '_SPI' in project 'SVGUIView'
        ➜ Explicit dependency on target '_ICU' in project 'SVGUIView'
        ➜ Explicit dependency on target 'SVGUIView' in project 'SVGUIView'
    Target 'SVGView' in project 'SVGUIView'
        ➜ Explicit dependency on target '_SPI' in project 'SVGUIView'
        ➜ Explicit dependency on target '_ICU' in project 'SVGUIView'
        ➜ Explicit dependency on target 'SVGUIView' in project 'SVGUIView'
    Target 'SVGUIView' in project 'SVGUIView'
        ➜ Explicit dependency on target 'SVGUIView' in project 'SVGUIView'
        ➜ Explicit dependency on target '_SPI' in project 'SVGUIView'
        ➜ Explicit dependency on target '_ICU' in project 'SVGUIView'
    Target 'SVGUIView' in project 'SVGUIView'
        ➜ Explicit dependency on target '_SPI' in project 'SVGUIView'
        ➜ Explicit dependency on target '_ICU' in project 'SVGUIView'
    Target '_ICU' in project 'SVGUIView' (no dependencies)
    Target '_SPI' in project 'SVGUIView' (no dependencies)
GatherProvisioningInputs
CreateBuildDescription
ExecuteExternalTool /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -arch arm64 -isysroot /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk -x c++ -c /dev/null
ExecuteExternalTool /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc --version
ExecuteExternalTool /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -isysroot /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk -x c -c /dev/null
ExecuteExternalTool /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld -version_details
ExecuteExternalTool /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -arch arm64 -isysroot /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk -x c -c /dev/null
ExecuteExternalTool /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -arch arm64_32 -isysroot /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk -x c++ -c /dev/null
ExecuteExternalTool /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -arch arm64_32 -isysroot /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk -x c -c /dev/null
Build description signature: d6e1ca83baf0da7d62caf872cf94b363
Build description path: /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCBuildData/d6e1ca83baf0da7d62caf872cf94b363.xcbuilddata
ClangStatCache /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang-stat-cache /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos11.4-22T246-43efb940ff07ba2497b70ec94253f576.sdkstatcache
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang-stat-cache /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk -o /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos11.4-22T246-43efb940ff07ba2497b70ec94253f576.sdkstatcache
SwiftDriver SVGUIView normal arm64 com.apple.xcode.tools.swift.compiler (in target 'SVGUIView' from project 'SVGUIView')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-SwiftDriver -- /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name SVGUIView -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SVGUIView.build/Debug-watchos/SVGUIView.build/Objects-normal/arm64/SVGUIView.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -Xcc -fmodule-map-file\=/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-watchos/_ICU.modulemap -Xcc -fmodule-map-file\=/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-watchos/_SPI.modulemap -DXcode -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/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk -target arm64-apple-watchos9.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-watchos -I /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos11.4-22T246-43efb940ff07ba2497b70ec94253f576.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SVGUIView.build/Debug-watchos/SVGUIView.build/Objects-normal/arm64/SVGUIView-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/SVGUIView.build/Debug-watchos/SVGUIView.build/Objects-normal/arm64/SVGUIView.swiftmodule -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -package-name spi_builder_workspace -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SVGUIView.build/Debug-watchos/SVGUIView.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SVGUIView.build/Debug-watchos/SVGUIView.build/Objects-normal/arm64/SVGUIView_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/Sources/_ICU/include -Xcc -I/Users/admin/builder/spi-builder-workspace/Sources/_SPI/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SVGUIView.build/Debug-watchos/SVGUIView.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SVGUIView.build/Debug-watchos/SVGUIView.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SVGUIView.build/Debug-watchos/SVGUIView.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/SVGUIView.build/Debug-watchos/SVGUIView.build/Objects-normal/arm64/SVGUIView-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
SwiftDriver SVGUIView normal arm64_32 com.apple.xcode.tools.swift.compiler (in target 'SVGUIView' from project 'SVGUIView')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-SwiftDriver -- /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name SVGUIView -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SVGUIView.build/Debug-watchos/SVGUIView.build/Objects-normal/arm64_32/SVGUIView.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -Xcc -fmodule-map-file\=/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-watchos/_ICU.modulemap -Xcc -fmodule-map-file\=/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-watchos/_SPI.modulemap -DXcode -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/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk -target arm64_32-apple-watchos9.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-watchos -I /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos11.4-22T246-43efb940ff07ba2497b70ec94253f576.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SVGUIView.build/Debug-watchos/SVGUIView.build/Objects-normal/arm64_32/SVGUIView-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/SVGUIView.build/Debug-watchos/SVGUIView.build/Objects-normal/arm64_32/SVGUIView.swiftmodule -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -package-name spi_builder_workspace -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SVGUIView.build/Debug-watchos/SVGUIView.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SVGUIView.build/Debug-watchos/SVGUIView.build/Objects-normal/arm64_32/SVGUIView_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/Sources/_ICU/include -Xcc -I/Users/admin/builder/spi-builder-workspace/Sources/_SPI/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SVGUIView.build/Debug-watchos/SVGUIView.build/DerivedSources-normal/arm64_32 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SVGUIView.build/Debug-watchos/SVGUIView.build/DerivedSources/arm64_32 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SVGUIView.build/Debug-watchos/SVGUIView.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/SVGUIView.build/Debug-watchos/SVGUIView.build/Objects-normal/arm64_32/SVGUIView-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
SwiftCompile normal arm64 Compiling\ Font.swift,\ FontCache.swift,\ FontCacheCoreText.swift,\ FontCascade.swift,\ FontCascadeDescription.swift,\ FontCascadeFonts.swift,\ FontCreationContext.swift,\ FontCreationContextRareData.swift,\ FontDatabase.swift /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/font/Font.swift /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/font/FontCache.swift /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/font/FontCacheCoreText.swift /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/font/FontCascade.swift /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/font/FontCascadeDescription.swift /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/font/FontCascadeFonts.swift /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/font/FontCreationContext.swift /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/font/FontCreationContextRareData.swift /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/font/FontDatabase.swift (in target 'SVGUIView' from project 'SVGUIView')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/font/Font.swift (in target 'SVGUIView' from project 'SVGUIView')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/font/FontCache.swift (in target 'SVGUIView' from project 'SVGUIView')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/font/FontCacheCoreText.swift (in target 'SVGUIView' from project 'SVGUIView')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/font/FontCascade.swift (in target 'SVGUIView' from project 'SVGUIView')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/font/FontCascadeDescription.swift (in target 'SVGUIView' from project 'SVGUIView')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/font/FontCascadeFonts.swift (in target 'SVGUIView' from project 'SVGUIView')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/font/FontCreationContext.swift (in target 'SVGUIView' from project 'SVGUIView')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/font/FontCreationContextRareData.swift (in target 'SVGUIView' from project 'SVGUIView')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/font/FontDatabase.swift (in target 'SVGUIView' from project 'SVGUIView')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 Compiling\ CGAffineTransform+Extension.swift,\ UIBezierPath+Extension.swift,\ SVGContext.swift,\ SVGUIView.swift,\ SVGUIViewConfiguration.swift,\ CSSRule.swift,\ CSSSelector.swift,\ SVGClipPathElement.swift,\ SVGDefsElement.swift /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/Extensions/CGAffineTransform+Extension.swift /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/Extensions/UIBezierPath+Extension.swift /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/SVGContext.swift /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/SVGUIView.swift /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/SVGUIViewConfiguration.swift /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/css/CSSRule.swift /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/css/CSSSelector.swift /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/element/SVGClipPathElement.swift /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/element/SVGDefsElement.swift (in target 'SVGUIView' from project 'SVGUIView')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/Extensions/CGAffineTransform+Extension.swift (in target 'SVGUIView' from project 'SVGUIView')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/Extensions/UIBezierPath+Extension.swift (in target 'SVGUIView' from project 'SVGUIView')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/SVGContext.swift (in target 'SVGUIView' from project 'SVGUIView')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

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

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/SVGUIViewConfiguration.swift (in target 'SVGUIView' from project 'SVGUIView')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/css/CSSRule.swift (in target 'SVGUIView' from project 'SVGUIView')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/css/CSSSelector.swift (in target 'SVGUIView' from project 'SVGUIView')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/element/SVGClipPathElement.swift (in target 'SVGUIView' from project 'SVGUIView')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/element/SVGDefsElement.swift (in target 'SVGUIView' from project 'SVGUIView')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 Compiling\ SVGPathElement.swift,\ SVGPolygonElement.swift,\ SVGPolylineElement.swift,\ SVGRectElement.swift,\ SVGTextElement.swift,\ SVGUseElement.swift,\ SVGFeBlendElement.swift,\ SVGFeFloodElement.swift,\ SVGFeGaussianBlurElement.swift /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/element/drawable/SVGPathElement.swift /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/element/drawable/SVGPolygonElement.swift /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/element/drawable/SVGPolylineElement.swift /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/element/drawable/SVGRectElement.swift /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/element/drawable/SVGTextElement.swift /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/element/drawable/SVGUseElement.swift /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/element/filter/SVGFeBlendElement.swift /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/element/filter/SVGFeFloodElement.swift /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/element/filter/SVGFeGaussianBlurElement.swift (in target 'SVGUIView' from project 'SVGUIView')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/element/drawable/SVGPathElement.swift (in target 'SVGUIView' from project 'SVGUIView')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/element/drawable/SVGPolygonElement.swift (in target 'SVGUIView' from project 'SVGUIView')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/element/drawable/SVGPolylineElement.swift (in target 'SVGUIView' from project 'SVGUIView')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/element/drawable/SVGRectElement.swift (in target 'SVGUIView' from project 'SVGUIView')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/element/drawable/SVGTextElement.swift (in target 'SVGUIView' from project 'SVGUIView')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/element/drawable/SVGUseElement.swift (in target 'SVGUIView' from project 'SVGUIView')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/element/filter/SVGFeBlendElement.swift (in target 'SVGUIView' from project 'SVGUIView')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/element/filter/SVGFeFloodElement.swift (in target 'SVGUIView' from project 'SVGUIView')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/element/filter/SVGFeGaussianBlurElement.swift (in target 'SVGUIView' from project 'SVGUIView')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 Compiling\ SVGElement.swift,\ SVGGroupElement.swift,\ SVGMaskElement.swift,\ SVGPatternElement.swift,\ SVGSVGElement.swift,\ SVGCircleElement.swift,\ SVGEllipse.swift,\ SVGImageElement.swift,\ SVGLineElement.swift /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/element/SVGElement.swift /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/element/SVGGroupElement.swift /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/element/SVGMaskElement.swift /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/element/SVGPatternElement.swift /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/element/SVGSVGElement.swift /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/element/drawable/SVGCircleElement.swift /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/element/drawable/SVGEllipse.swift /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/element/drawable/SVGImageElement.swift /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/element/drawable/SVGLineElement.swift (in target 'SVGUIView' from project 'SVGUIView')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/element/SVGElement.swift (in target 'SVGUIView' from project 'SVGUIView')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/element/SVGGroupElement.swift (in target 'SVGUIView' from project 'SVGUIView')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/element/SVGMaskElement.swift (in target 'SVGUIView' from project 'SVGUIView')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/element/SVGPatternElement.swift (in target 'SVGUIView' from project 'SVGUIView')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/element/SVGSVGElement.swift (in target 'SVGUIView' from project 'SVGUIView')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/element/drawable/SVGCircleElement.swift (in target 'SVGUIView' from project 'SVGUIView')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/element/drawable/SVGEllipse.swift (in target 'SVGUIView' from project 'SVGUIView')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/element/drawable/SVGImageElement.swift (in target 'SVGUIView' from project 'SVGUIView')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/element/drawable/SVGLineElement.swift (in target 'SVGUIView' from project 'SVGUIView')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftEmitModule normal arm64 Emitting\ module\ for\ SVGUIView (in target 'SVGUIView' from project 'SVGUIView')
EmitSwiftModule normal arm64 (in target 'SVGUIView' from project 'SVGUIView')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftEmitModule normal arm64_32 Emitting\ module\ for\ SVGUIView (in target 'SVGUIView' from project 'SVGUIView')
Failed frontend command:
/Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift-frontend -frontend -emit-module -experimental-skip-non-inlinable-function-bodies-without-types /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/Extensions/CGAffineTransform+Extension.swift /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/Extensions/UIBezierPath+Extension.swift /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/SVGContext.swift /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/SVGUIView.swift /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/SVGUIViewConfiguration.swift /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/css/CSSRule.swift /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/css/CSSSelector.swift /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/element/SVGClipPathElement.swift /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/element/SVGDefsElement.swift /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/element/SVGElement.swift /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/element/SVGGroupElement.swift /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/element/SVGMaskElement.swift /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/element/SVGPatternElement.swift /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/element/SVGSVGElement.swift /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/element/drawable/SVGCircleElement.swift /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/element/drawable/SVGEllipse.swift /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/element/drawable/SVGImageElement.swift /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/element/drawable/SVGLineElement.swift /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/element/drawable/SVGPathElement.swift /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/element/drawable/SVGPolygonElement.swift /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/element/drawable/SVGPolylineElement.swift /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/element/drawable/SVGRectElement.swift /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/element/drawable/SVGTextElement.swift /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/element/drawable/SVGUseElement.swift /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/element/filter/SVGFeBlendElement.swift /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/element/filter/SVGFeFloodElement.swift /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/element/filter/SVGFeGaussianBlurElement.swift /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/element/filter/SVGFeMergeElement.swift /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/element/filter/SVGFeMergeNodeElement.swift /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/element/filter/SVGFeOffsetElement.swift /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/element/filter/SVGFilterApplier.swift /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/element/filter/SVGFilterElement.swift /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/element/pserver/SVGGradientServer.swift /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/element/pserver/SVGStopElement.swift /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/font/CFString+SPI.swift /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/font/CSSFontSelector.swift /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/font/Font.swift /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/font/FontCache.swift /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/font/FontCacheCoreText.swift /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/font/FontCascade.swift /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/font/FontCascadeDescription.swift /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/font/FontCascadeFonts.swift /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/font/FontCreationContext.swift /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/font/FontCreationContextRareData.swift /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/font/FontDatabase.swift /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/font/FontDescription.swift /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/font/FontFamilySpecificationCoreText.swift /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/font/FontFamilySpecificationCoreTextCache.swift /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/font/FontFamilySpecificationKey.swift /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/font/FontGenericFamilies.swift /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/font/FontInterrogation.swift /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/font/FontPlatformData.swift /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/font/FontRanges.swift /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/font/FontSelectionAlgorithm.swift /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/font/FontSelectionCapabilities.swift /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/font/FontSelectionValue.swift /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/font/FontSelector.swift /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/font/FontSizeAdjust.swift /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/font/FontTaggedSettings.swift /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/font/GlyphData.swift /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/font/GlyphPage.swift /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/font/Settings.swift /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/font/SystemFontDatabaseCoreText.swift /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/font/UScriptCode.swift /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/font/UnrealizedCoreTextFont.swift /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/font/VariationCapabilities\ .swift /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/parser/CSSParser.swift /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/parser/SVGAttributeScanner.swift /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/parser/SVGParser.swift /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/parser/buffer/BufferReader.swift /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/parser/buffer/BufferView.swift /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/parser/buffer/BufferViewIndex.swift /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/parser/css/CSSToken.swift /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/parser/css/CSSTokenizer.swift /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/primitives/PreserveAspectRatio.swift /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/primitives/SVGClipPath.swift /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/primitives/SVGElementRect.swift /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/primitives/SVGFill.swift /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/primitives/SVGFilter.swift /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/primitives/SVGLength.swift /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/primitives/SVGMask.swift /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/primitives/SVGOpacity.swift /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/primitives/SVGUIColor.swift /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/primitives/SVGUIFont.swift /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/primitives/SVGUIPoints.swift /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/primitives/SVGUIStroke.swift /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/primitives/SVGUIStyle.swift /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/primitives/TransformOperator.swift -target arm64_32-apple-watchos9.0 -enable-objc-interop -sdk /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -I /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -debug-info-format\=dwarf -dwarf-version\=4 -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -profile-generate -profile-coverage-mapping -swift-version 5 -enforce-exclusivity\=checked -Onone -D SWIFT_PACKAGE -D DEBUG -D Xcode -serialize-debugging-options -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SVGUIView.build/Debug-watchos/SVGUIView.build/Objects-normal/arm64_32/SVGUIView_const_extract_protocols.json -enable-experimental-feature DebugDescriptionMacro -empty-abi-descriptor -plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -resource-dir /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -file-compilation-dir /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -Xcc -fmodule-map-file\=/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-watchos/_ICU.modulemap -Xcc -fmodule-map-file\=/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-watchos/_SPI.modulemap -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos11.4-22T246-43efb940ff07ba2497b70ec94253f576.sdkstatcache -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SVGUIView.build/Debug-watchos/SVGUIView.build/swift-overrides.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/Sources/_ICU/include -Xcc -I/Users/admin/builder/spi-builder-workspace/Sources/_SPI/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SVGUIView.build/Debug-watchos/SVGUIView.build/DerivedSources-normal/arm64_32 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SVGUIView.build/Debug-watchos/SVGUIView.build/DerivedSources/arm64_32 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SVGUIView.build/Debug-watchos/SVGUIView.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name SVGUIView -package-name spi_builder_workspace -frontend-parseable-output -disable-clang-spi -target-sdk-version 11.4 -target-sdk-name watchos11.4 -external-plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/bin/swift-plugin-server -in-process-plugin-server-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/libSwiftInProcPluginServer.dylib -plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/local/lib/swift/host/plugins -emit-module-doc-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SVGUIView.build/Debug-watchos/SVGUIView.build/Objects-normal/arm64_32/SVGUIView.swiftdoc -emit-module-source-info-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SVGUIView.build/Debug-watchos/SVGUIView.build/Objects-normal/arm64_32/SVGUIView.swiftsourceinfo -emit-objc-header-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SVGUIView.build/Debug-watchos/SVGUIView.build/Objects-normal/arm64_32/SVGUIView-Swift.h -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SVGUIView.build/Debug-watchos/SVGUIView.build/Objects-normal/arm64_32/SVGUIView-master-emit-module.dia -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SVGUIView.build/Debug-watchos/SVGUIView.build/Objects-normal/arm64_32/SVGUIView-master-emit-module.d -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SVGUIView.build/Debug-watchos/SVGUIView.build/Objects-normal/arm64_32/SVGUIView.swiftmodule -emit-abi-descriptor-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SVGUIView.build/Debug-watchos/SVGUIView.build/Objects-normal/arm64_32/SVGUIView.abi.json
EmitSwiftModule normal arm64_32 (in target 'SVGUIView' from project 'SVGUIView')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

/Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/SVGUIView.swift:39:21: error: cannot find 'setNeedsDisplay' in scope
                    setNeedsDisplay()
                    ^~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/SVGUIView.swift:45:26: error: method does not override any method from its superclass
    override public func draw(_ rect: CGRect) {
    ~~~~~~~~             ^
/Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/SVGUIView.swift:66:25: error: property does not override any property from its superclass
    override public var intrinsicContentSize: CGSize {
    ~~~~~~~~            ^
/Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/SVGUIView.swift:112:48: error: cannot find type 'CADisplayLink' in scope
    private func updateContents(_ displayLink: CADisplayLink) {
                                               ^~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/SVGUIView.swift:4:25: error: cannot find type 'UIView' in scope
public class SVGUIView: UIView {
                        ^~~~~~
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSTextAttachment.h:23:1: note: interface 'UIView' forward declared here
@class UIView;
^
/Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/font/SystemFontDatabaseCoreText.swift:124:48: error: cannot find 'UIApplication' in scope
    static var contentSizeCategory: CFString = UIApplication.shared.preferredContentSizeCategory.rawValue as CFString
                                               ^~~~~~~~~~~~~
SwiftCompile normal arm64_32 Compiling\ FontDescription.swift,\ FontFamilySpecificationCoreText.swift,\ FontFamilySpecificationCoreTextCache.swift,\ FontFamilySpecificationKey.swift,\ FontGenericFamilies.swift,\ FontInterrogation.swift,\ FontPlatformData.swift,\ FontRanges.swift,\ FontSelectionAlgorithm.swift /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/font/FontDescription.swift /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/font/FontFamilySpecificationCoreText.swift /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/font/FontFamilySpecificationCoreTextCache.swift /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/font/FontFamilySpecificationKey.swift /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/font/FontGenericFamilies.swift /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/font/FontInterrogation.swift /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/font/FontPlatformData.swift /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/font/FontRanges.swift /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/font/FontSelectionAlgorithm.swift (in target 'SVGUIView' from project 'SVGUIView')
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/font/FontDescription.swift (in target 'SVGUIView' from project 'SVGUIView')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/font/FontFamilySpecificationCoreText.swift (in target 'SVGUIView' from project 'SVGUIView')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/font/FontFamilySpecificationCoreTextCache.swift (in target 'SVGUIView' from project 'SVGUIView')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/font/FontFamilySpecificationKey.swift (in target 'SVGUIView' from project 'SVGUIView')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/font/FontGenericFamilies.swift (in target 'SVGUIView' from project 'SVGUIView')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/font/FontInterrogation.swift (in target 'SVGUIView' from project 'SVGUIView')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/font/FontPlatformData.swift (in target 'SVGUIView' from project 'SVGUIView')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/font/FontRanges.swift (in target 'SVGUIView' from project 'SVGUIView')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/font/FontSelectionAlgorithm.swift (in target 'SVGUIView' from project 'SVGUIView')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64_32 Compiling\ SVGMask.swift,\ SVGOpacity.swift,\ SVGUIColor.swift,\ SVGUIFont.swift,\ SVGUIPoints.swift,\ SVGUIStroke.swift,\ SVGUIStyle.swift,\ TransformOperator.swift /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/primitives/SVGMask.swift /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/primitives/SVGOpacity.swift /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/primitives/SVGUIColor.swift /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/primitives/SVGUIFont.swift /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/primitives/SVGUIPoints.swift /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/primitives/SVGUIStroke.swift /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/primitives/SVGUIStyle.swift /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/primitives/TransformOperator.swift (in target 'SVGUIView' from project 'SVGUIView')
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/primitives/SVGMask.swift (in target 'SVGUIView' from project 'SVGUIView')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/primitives/SVGOpacity.swift (in target 'SVGUIView' from project 'SVGUIView')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/primitives/SVGUIColor.swift (in target 'SVGUIView' from project 'SVGUIView')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/primitives/SVGUIFont.swift (in target 'SVGUIView' from project 'SVGUIView')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/primitives/SVGUIPoints.swift (in target 'SVGUIView' from project 'SVGUIView')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/primitives/SVGUIStroke.swift (in target 'SVGUIView' from project 'SVGUIView')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/primitives/SVGUIStyle.swift (in target 'SVGUIView' from project 'SVGUIView')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/primitives/TransformOperator.swift (in target 'SVGUIView' from project 'SVGUIView')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 Compiling\ CSSToken.swift,\ CSSTokenizer.swift,\ PreserveAspectRatio.swift,\ SVGClipPath.swift,\ SVGElementRect.swift,\ SVGFill.swift,\ SVGFilter.swift,\ SVGLength.swift /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/parser/css/CSSToken.swift /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/parser/css/CSSTokenizer.swift /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/primitives/PreserveAspectRatio.swift /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/primitives/SVGClipPath.swift /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/primitives/SVGElementRect.swift /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/primitives/SVGFill.swift /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/primitives/SVGFilter.swift /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/primitives/SVGLength.swift (in target 'SVGUIView' from project 'SVGUIView')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/parser/css/CSSToken.swift (in target 'SVGUIView' from project 'SVGUIView')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/parser/css/CSSTokenizer.swift (in target 'SVGUIView' from project 'SVGUIView')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/primitives/PreserveAspectRatio.swift (in target 'SVGUIView' from project 'SVGUIView')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/primitives/SVGClipPath.swift (in target 'SVGUIView' from project 'SVGUIView')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/primitives/SVGElementRect.swift (in target 'SVGUIView' from project 'SVGUIView')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/primitives/SVGFill.swift (in target 'SVGUIView' from project 'SVGUIView')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/primitives/SVGFilter.swift (in target 'SVGUIView' from project 'SVGUIView')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/primitives/SVGLength.swift (in target 'SVGUIView' from project 'SVGUIView')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64_32 Compiling\ SVGPathElement.swift,\ SVGPolygonElement.swift,\ SVGPolylineElement.swift,\ SVGRectElement.swift,\ SVGTextElement.swift,\ SVGUseElement.swift,\ SVGFeBlendElement.swift,\ SVGFeFloodElement.swift,\ SVGFeGaussianBlurElement.swift /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/element/drawable/SVGPathElement.swift /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/element/drawable/SVGPolygonElement.swift /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/element/drawable/SVGPolylineElement.swift /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/element/drawable/SVGRectElement.swift /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/element/drawable/SVGTextElement.swift /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/element/drawable/SVGUseElement.swift /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/element/filter/SVGFeBlendElement.swift /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/element/filter/SVGFeFloodElement.swift /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/element/filter/SVGFeGaussianBlurElement.swift (in target 'SVGUIView' from project 'SVGUIView')
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/element/drawable/SVGPathElement.swift (in target 'SVGUIView' from project 'SVGUIView')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/element/drawable/SVGPolygonElement.swift (in target 'SVGUIView' from project 'SVGUIView')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/element/drawable/SVGPolylineElement.swift (in target 'SVGUIView' from project 'SVGUIView')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/element/drawable/SVGRectElement.swift (in target 'SVGUIView' from project 'SVGUIView')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/element/drawable/SVGTextElement.swift (in target 'SVGUIView' from project 'SVGUIView')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/element/drawable/SVGUseElement.swift (in target 'SVGUIView' from project 'SVGUIView')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/element/filter/SVGFeBlendElement.swift (in target 'SVGUIView' from project 'SVGUIView')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/element/filter/SVGFeFloodElement.swift (in target 'SVGUIView' from project 'SVGUIView')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/element/filter/SVGFeGaussianBlurElement.swift (in target 'SVGUIView' from project 'SVGUIView')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64_32 Compiling\ Font.swift,\ FontCache.swift,\ FontCacheCoreText.swift,\ FontCascade.swift,\ FontCascadeDescription.swift,\ FontCascadeFonts.swift,\ FontCreationContext.swift,\ FontCreationContextRareData.swift,\ FontDatabase.swift /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/font/Font.swift /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/font/FontCache.swift /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/font/FontCacheCoreText.swift /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/font/FontCascade.swift /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/font/FontCascadeDescription.swift /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/font/FontCascadeFonts.swift /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/font/FontCreationContext.swift /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/font/FontCreationContextRareData.swift /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/font/FontDatabase.swift (in target 'SVGUIView' from project 'SVGUIView')
Command SwiftCompile failed with a nonzero exit code
** BUILD FAILED **
The following build commands failed:
	SwiftEmitModule normal arm64_32 Emitting\ module\ for\ SVGUIView (in target 'SVGUIView' from project 'SVGUIView')
	EmitSwiftModule normal arm64_32 (in target 'SVGUIView' from project 'SVGUIView')
	SwiftCompile normal arm64_32 Compiling\ Font.swift,\ FontCache.swift,\ FontCacheCoreText.swift,\ FontCascade.swift,\ FontCascadeDescription.swift,\ FontCascadeFonts.swift,\ FontCreationContext.swift,\ FontCreationContextRareData.swift,\ FontDatabase.swift /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/font/Font.swift /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/font/FontCache.swift /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/font/FontCacheCoreText.swift /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/font/FontCascade.swift /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/font/FontCascadeDescription.swift /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/font/FontCascadeFonts.swift /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/font/FontCreationContext.swift /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/font/FontCreationContextRareData.swift /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/font/FontDatabase.swift (in target 'SVGUIView' from project 'SVGUIView')
	Building workspace spi-builder-workspace with scheme SVGUIView-Package
(4 failures)
BUILD FAILURE 6.1 watchOS