The Swift Package Index logo.Swift Package Index

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

Build Information

Successful build of SVGUIView, reference 0.19.1 (e57951), with Swift 6.1 for iOS using Xcode 16.3 on 29 Apr 2025 07:34:45 UTC.

Swift 6 data race errors: 39

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=iOS OTHER_SWIFT_FLAGS=-stats-output-dir .stats -strict-concurrency=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures

Build Log

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)
SwiftCompile normal arm64 /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

/Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/font/CSSFontSelector.swift:6:33: warning: main actor-isolated static property 'familyNamesData' can not be referenced from a nonisolated context; this is an error in the Swift 6 language mode
        familyNames = SVGUIView.familyNamesData
                                ^
/Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/font/FontCacheCoreText.swift:34:16: note: static property declared here
    static let familyNamesData: FamilyNames = [
               ^
SwiftCompile normal arm64 Compiling\ UScriptCode.swift,\ UnrealizedCoreTextFont.swift,\ VariationCapabilities\ .swift,\ CSSParser.swift,\ SVGAttributeScanner.swift,\ SVGParser.swift,\ BufferReader.swift,\ BufferView.swift,\ BufferViewIndex.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 (in target 'SVGUIView' from project 'SVGUIView')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/font/UScriptCode.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/UnrealizedCoreTextFont.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/VariationCapabilities\ .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/CSSParser.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/SVGAttributeScanner.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/SVGParser.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/buffer/BufferReader.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/buffer/BufferView.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/buffer/BufferViewIndex.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

/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\ 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 /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 /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 /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 /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

/Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/primitives/SVGUIFont.swift:16:38: warning: main actor-isolated static property 'familyNamesData' can not be referenced from a nonisolated autoclosure; this is an error in the Swift 6 language mode
        var name = name ?? SVGUIView.familyNamesData[.standard]
                                     ^
/Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/font/FontCacheCoreText.swift:34:16: note: static property declared here
    static let familyNamesData: FamilyNames = [
               ^
/Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/primitives/SVGUIFont.swift:31:38: warning: main actor-isolated static property 'familyNamesData' can not be referenced from a nonisolated autoclosure; this is an error in the Swift 6 language mode
        var name = name ?? SVGUIView.familyNamesData[.standard]
                                     ^
/Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/font/FontCacheCoreText.swift:34:16: note: static property declared here
    static let familyNamesData: FamilyNames = [
               ^
/Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/primitives/SVGUIFont.swift:49:38: warning: main actor-isolated static property 'familyNamesData' can not be referenced from a nonisolated autoclosure; this is an error in the Swift 6 language mode
        var name = name ?? SVGUIView.familyNamesData[.standard]
                                     ^
/Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/font/FontCacheCoreText.swift:34:16: note: static property declared here
    static let familyNamesData: FamilyNames = [
               ^
/Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/primitives/SVGUIFont.swift:67:38: warning: main actor-isolated static property 'familyNamesData' can not be referenced from a nonisolated autoclosure; this is an error in the Swift 6 language mode
        var name = name ?? SVGUIView.familyNamesData[.standard]
                                     ^
/Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/font/FontCacheCoreText.swift:34:16: note: static property declared here
    static let familyNamesData: FamilyNames = [
               ^
/Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/primitives/SVGUIFont.swift:323:30: warning: main actor-isolated static property 'familyNamesData' can not be referenced from a nonisolated context; this is an error in the Swift 6 language mode
        let name = SVGUIView.familyNamesData[.standard]
                             ^
/Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/font/FontCacheCoreText.swift:34:16: note: static property declared here
    static let familyNamesData: FamilyNames = [
               ^
/Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/primitives/SVGUIFont.swift:322:17: note: add '@MainActor' to make static method 'standard(context:)' part of global actor 'MainActor'
    static func standard(context: SVGLengthContext) -> CTFont {
                ^
    @MainActor
SwiftCompile normal arm64 /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 /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 /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 /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

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/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:16: warning: main actor-isolated default value in a nonisolated context; 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: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\ 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

/Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/element/filter/SVGFeGaussianBlurElement.swift:98:130: warning: main actor-isolated property 'scale' can not be referenced from a nonisolated context; this is an error in the Swift 6 language mode
        min(Self.maxKernelSize, UInt32(max(floor(value * 3.0 * sqrt(2 * .pi) as CGFloat / 4 + 0.5) as CGFloat, 2 * UIScreen.main.scale)))
                                                                                                                                 ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIScreen.h:60:39: note: property declared here
@property(nonatomic,readonly) CGFloat scale API_AVAILABLE(ios(4.0));
                                      ^
/Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/element/filter/SVGFeGaussianBlurElement.swift:97:17: note: add '@MainActor' to make static method 'clampedToKernelSize(value:)' part of global actor 'MainActor'
    static func clampedToKernelSize(value: CGFloat) -> UInt32 {
                ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/element/filter/SVGFeGaussianBlurElement.swift:98:125: warning: main actor-isolated class property 'main' can not be referenced from a nonisolated context; this is an error in the Swift 6 language mode
        min(Self.maxKernelSize, UInt32(max(floor(value * 3.0 * sqrt(2 * .pi) as CGFloat / 4 + 0.5) as CGFloat, 2 * UIScreen.main.scale)))
                                                                                                                            ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIScreen.h:57:49: note: class property declared here
@property(class, nonatomic, readonly) UIScreen *mainScreen API_DEPRECATED("Use a UIScreen instance found through context instead: i.e, view.window.windowScene.screen", ios(2.0, API_TO_BE_DEPRECATED), visionos(1.0, API_TO_BE_DEPRECATED)) API_UNAVAILABLE(watchos); // the device's internal screen
                                                ^
/Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/element/filter/SVGFeGaussianBlurElement.swift:97:17: note: add '@MainActor' to make static method 'clampedToKernelSize(value:)' part of global actor 'MainActor'
    static func clampedToKernelSize(value: CGFloat) -> UInt32 {
                ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/element/filter/SVGFeGaussianBlurElement.swift:175:85: warning: main actor-isolated property 'scale' can not be referenced from a nonisolated context; this is an error in the Swift 6 language mode
                let kernelSizeX = Self.clampedToKernelSize(value: x * UIScreen.main.scale)
                                                                                    ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIScreen.h:60:39: note: property declared here
@property(nonatomic,readonly) CGFloat scale API_AVAILABLE(ios(4.0));
                                      ^
/Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/element/filter/SVGFeGaussianBlurElement.swift:130:10: note: add '@MainActor' to make instance method 'apply(srcImage:inImage:clipRect:filter:frame:effectRect:opacity:cgContext:context:results:isFirst:)' part of global actor 'MainActor'
    func apply(srcImage: CGImage, inImage: CGImage, clipRect: inout CGRect,
         ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/element/filter/SVGFeGaussianBlurElement.swift:175:80: warning: main actor-isolated class property 'main' can not be referenced from a nonisolated context; this is an error in the Swift 6 language mode
                let kernelSizeX = Self.clampedToKernelSize(value: x * UIScreen.main.scale)
                                                                               ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIScreen.h:57:49: note: class property declared here
@property(class, nonatomic, readonly) UIScreen *mainScreen API_DEPRECATED("Use a UIScreen instance found through context instead: i.e, view.window.windowScene.screen", ios(2.0, API_TO_BE_DEPRECATED), visionos(1.0, API_TO_BE_DEPRECATED)) API_UNAVAILABLE(watchos); // the device's internal screen
                                                ^
/Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/element/filter/SVGFeGaussianBlurElement.swift:130:10: note: add '@MainActor' to make instance method 'apply(srcImage:inImage:clipRect:filter:frame:effectRect:opacity:cgContext:context:results:isFirst:)' part of global actor 'MainActor'
    func apply(srcImage: CGImage, inImage: CGImage, clipRect: inout CGRect,
         ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/element/filter/SVGFeGaussianBlurElement.swift:176:85: warning: main actor-isolated property 'scale' can not be referenced from a nonisolated context; this is an error in the Swift 6 language mode
                let kernelSizeY = Self.clampedToKernelSize(value: y * UIScreen.main.scale)
                                                                                    ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIScreen.h:60:39: note: property declared here
@property(nonatomic,readonly) CGFloat scale API_AVAILABLE(ios(4.0));
                                      ^
/Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/element/filter/SVGFeGaussianBlurElement.swift:130:10: note: add '@MainActor' to make instance method 'apply(srcImage:inImage:clipRect:filter:frame:effectRect:opacity:cgContext:context:results:isFirst:)' part of global actor 'MainActor'
    func apply(srcImage: CGImage, inImage: CGImage, clipRect: inout CGRect,
         ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/element/filter/SVGFeGaussianBlurElement.swift:176:80: warning: main actor-isolated class property 'main' can not be referenced from a nonisolated context; this is an error in the Swift 6 language mode
                let kernelSizeY = Self.clampedToKernelSize(value: y * UIScreen.main.scale)
                                                                               ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIScreen.h:57:49: note: class property declared here
@property(class, nonatomic, readonly) UIScreen *mainScreen API_DEPRECATED("Use a UIScreen instance found through context instead: i.e, view.window.windowScene.screen", ios(2.0, API_TO_BE_DEPRECATED), visionos(1.0, API_TO_BE_DEPRECATED)) API_UNAVAILABLE(watchos); // the device's internal screen
                                                ^
/Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/element/filter/SVGFeGaussianBlurElement.swift:130:10: note: add '@MainActor' to make instance method 'apply(srcImage:inImage:clipRect:filter:frame:effectRect:opacity:cgContext:context:results:isFirst:)' part of global actor 'MainActor'
    func apply(srcImage: CGImage, inImage: CGImage, clipRect: inout CGRect,
         ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/element/filter/SVGFeGaussianBlurElement.swift:180:84: warning: main actor-isolated property 'scale' can not be referenced from a nonisolated context; this is an error in the Swift 6 language mode
                let kernelSize = Self.clampedToKernelSize(value: x * UIScreen.main.scale) | 1
                                                                                   ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIScreen.h:60:39: note: property declared here
@property(nonatomic,readonly) CGFloat scale API_AVAILABLE(ios(4.0));
                                      ^
/Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/element/filter/SVGFeGaussianBlurElement.swift:130:10: note: add '@MainActor' to make instance method 'apply(srcImage:inImage:clipRect:filter:frame:effectRect:opacity:cgContext:context:results:isFirst:)' part of global actor 'MainActor'
    func apply(srcImage: CGImage, inImage: CGImage, clipRect: inout CGRect,
         ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/element/filter/SVGFeGaussianBlurElement.swift:180:79: warning: main actor-isolated class property 'main' can not be referenced from a nonisolated context; this is an error in the Swift 6 language mode
                let kernelSize = Self.clampedToKernelSize(value: x * UIScreen.main.scale) | 1
                                                                              ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIScreen.h:57:49: note: class property declared here
@property(class, nonatomic, readonly) UIScreen *mainScreen API_DEPRECATED("Use a UIScreen instance found through context instead: i.e, view.window.windowScene.screen", ios(2.0, API_TO_BE_DEPRECATED), visionos(1.0, API_TO_BE_DEPRECATED)) API_UNAVAILABLE(watchos); // the device's internal screen
                                                ^
/Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/element/filter/SVGFeGaussianBlurElement.swift:130:10: note: add '@MainActor' to make instance method 'apply(srcImage:inImage:clipRect:filter:frame:effectRect:opacity:cgContext:context:results:isFirst:)' part of global actor 'MainActor'
    func apply(srcImage: CGImage, inImage: CGImage, clipRect: inout CGRect,
         ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/element/filter/SVGFeGaussianBlurElement.swift:189:80: warning: main actor-isolated property 'scale' can not be referenced from a nonisolated context; this is an error in the Swift 6 language mode
            let kernelSize = Self.clampedToKernelSize(value: x * UIScreen.main.scale) | 1
                                                                               ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIScreen.h:60:39: note: property declared here
@property(nonatomic,readonly) CGFloat scale API_AVAILABLE(ios(4.0));
                                      ^
/Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/element/filter/SVGFeGaussianBlurElement.swift:130:10: note: add '@MainActor' to make instance method 'apply(srcImage:inImage:clipRect:filter:frame:effectRect:opacity:cgContext:context:results:isFirst:)' part of global actor 'MainActor'
    func apply(srcImage: CGImage, inImage: CGImage, clipRect: inout CGRect,
         ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/element/filter/SVGFeGaussianBlurElement.swift:189:75: warning: main actor-isolated class property 'main' can not be referenced from a nonisolated context; this is an error in the Swift 6 language mode
            let kernelSize = Self.clampedToKernelSize(value: x * UIScreen.main.scale) | 1
                                                                          ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIScreen.h:57:49: note: class property declared here
@property(class, nonatomic, readonly) UIScreen *mainScreen API_DEPRECATED("Use a UIScreen instance found through context instead: i.e, view.window.windowScene.screen", ios(2.0, API_TO_BE_DEPRECATED), visionos(1.0, API_TO_BE_DEPRECATED)) API_UNAVAILABLE(watchos); // the device's internal screen
                                                ^
/Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/element/filter/SVGFeGaussianBlurElement.swift:130:10: note: add '@MainActor' to make instance method 'apply(srcImage:inImage:clipRect:filter:frame:effectRect:opacity:cgContext:context:results:isFirst:)' part of global actor 'MainActor'
    func apply(srcImage: CGImage, inImage: CGImage, clipRect: inout CGRect,
         ^
    @MainActor
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

/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/FontCache.swift:19:36: warning: call to main actor-isolated static method 'fontWithFamily(fontDatabase:familyName:fontDescription:fontCreationContext:size:)' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
        guard let font = SVGUIView.fontWithFamily(fontDatabase: fontDatabase, familyName: familyName,
                                   ^
/Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/font/FontCacheCoreText.swift:102:17: note: calls to static method 'fontWithFamily(fontDatabase:familyName:fontDescription:fontCreationContext:size:)' from outside of its actor context are implicitly asynchronous
    static func fontWithFamily(fontDatabase: FontDatabase, familyName: String, fontDescription: FontDescription, fontCreationContext: FontCreationContext, size: Double) -> CTFont? {
                ^
/Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/font/FontCacheCoreText.swift:102:17: note: main actor isolation inferred from inheritance from class 'UIView'
    static func fontWithFamily(fontDatabase: FontDatabase, familyName: String, fontDescription: FontDescription, fontCreationContext: FontCreationContext, size: Double) -> CTFont? {
                ^
/Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/font/FontCache.swift:16:10: note: add '@MainActor' to make instance method 'createFontPlatformData(fontDescription:familyName:fontCreationContext:)' part of global actor 'MainActor'
    func createFontPlatformData(fontDescription: FontDescription, familyName: String, fontCreationContext: FontCreationContext) -> FontPlatformData? {
         ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/font/FontCache.swift:70:26: warning: call to main actor-isolated static method 'equalLettersIgnoringASCIICase(string:literal:)' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
            if SVGUIView.equalLettersIgnoringASCIICase(string: familyName, literal: "arial") {
                         ^
/Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/font/FontCacheCoreText.swift:125:17: note: calls to static method 'equalLettersIgnoringASCIICase(string:literal:)' from outside of its actor context are implicitly asynchronous
    static func equalLettersIgnoringASCIICase(string: String, literal: String) -> Bool {
                ^
/Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/font/FontCacheCoreText.swift:125:17: note: main actor isolation inferred from inheritance from class 'UIView'
    static func equalLettersIgnoringASCIICase(string: String, literal: String) -> Bool {
                ^
/Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/font/FontCache.swift:64:17: note: add '@MainActor' to make static method 'alternateFamilyName(familyName:)' part of global actor 'MainActor'
    static func alternateFamilyName(familyName: String) -> String? {
                ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/font/FontCache.swift:73:26: warning: call to main actor-isolated static method 'equalLettersIgnoringASCIICase(string:literal:)' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
            if SVGUIView.equalLettersIgnoringASCIICase(string: familyName, literal: "times") {
                         ^
/Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/font/FontCacheCoreText.swift:125:17: note: calls to static method 'equalLettersIgnoringASCIICase(string:literal:)' from outside of its actor context are implicitly asynchronous
    static func equalLettersIgnoringASCIICase(string: String, literal: String) -> Bool {
                ^
/Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/font/FontCacheCoreText.swift:125:17: note: main actor isolation inferred from inheritance from class 'UIView'
    static func equalLettersIgnoringASCIICase(string: String, literal: String) -> Bool {
                ^
/Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/font/FontCache.swift:64:17: note: add '@MainActor' to make static method 'alternateFamilyName(familyName:)' part of global actor 'MainActor'
    static func alternateFamilyName(familyName: String) -> String? {
                ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/font/FontCache.swift:77:26: warning: call to main actor-isolated static method 'equalLettersIgnoringASCIICase(string:literal:)' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
            if SVGUIView.equalLettersIgnoringASCIICase(string: familyName, literal: "courier") {
                         ^
/Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/font/FontCacheCoreText.swift:125:17: note: calls to static method 'equalLettersIgnoringASCIICase(string:literal:)' from outside of its actor context are implicitly asynchronous
    static func equalLettersIgnoringASCIICase(string: String, literal: String) -> Bool {
                ^
/Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/font/FontCacheCoreText.swift:125:17: note: main actor isolation inferred from inheritance from class 'UIView'
    static func equalLettersIgnoringASCIICase(string: String, literal: String) -> Bool {
                ^
/Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/font/FontCache.swift:64:17: note: add '@MainActor' to make static method 'alternateFamilyName(familyName:)' part of global actor 'MainActor'
    static func alternateFamilyName(familyName: String) -> String? {
                ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/font/FontCache.swift:81:26: warning: call to main actor-isolated static method 'equalLettersIgnoringASCIICase(string:literal:)' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
            if SVGUIView.equalLettersIgnoringASCIICase(string: familyName, literal: "helvetica") {
                         ^
/Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/font/FontCacheCoreText.swift:125:17: note: calls to static method 'equalLettersIgnoringASCIICase(string:literal:)' from outside of its actor context are implicitly asynchronous
    static func equalLettersIgnoringASCIICase(string: String, literal: String) -> Bool {
                ^
/Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/font/FontCacheCoreText.swift:125:17: note: main actor isolation inferred from inheritance from class 'UIView'
    static func equalLettersIgnoringASCIICase(string: String, literal: String) -> Bool {
                ^
/Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/font/FontCache.swift:64:17: note: add '@MainActor' to make static method 'alternateFamilyName(familyName:)' part of global actor 'MainActor'
    static func alternateFamilyName(familyName: String) -> String? {
                ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/font/FontCache.swift:85:26: warning: call to main actor-isolated static method 'equalLettersIgnoringASCIICase(string:literal:)' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
            if SVGUIView.equalLettersIgnoringASCIICase(string: familyName, literal: "courier new") {
                         ^
/Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/font/FontCacheCoreText.swift:125:17: note: calls to static method 'equalLettersIgnoringASCIICase(string:literal:)' from outside of its actor context are implicitly asynchronous
    static func equalLettersIgnoringASCIICase(string: String, literal: String) -> Bool {
                ^
/Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/font/FontCacheCoreText.swift:125:17: note: main actor isolation inferred from inheritance from class 'UIView'
    static func equalLettersIgnoringASCIICase(string: String, literal: String) -> Bool {
                ^
/Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/font/FontCache.swift:64:17: note: add '@MainActor' to make static method 'alternateFamilyName(familyName:)' part of global actor 'MainActor'
    static func alternateFamilyName(familyName: String) -> String? {
                ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/font/FontCache.swift:89:26: warning: call to main actor-isolated static method 'equalLettersIgnoringASCIICase(string:literal:)' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
            if SVGUIView.equalLettersIgnoringASCIICase(string: familyName, literal: "times new roman") {
                         ^
/Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/font/FontCacheCoreText.swift:125:17: note: calls to static method 'equalLettersIgnoringASCIICase(string:literal:)' from outside of its actor context are implicitly asynchronous
    static func equalLettersIgnoringASCIICase(string: String, literal: String) -> Bool {
                ^
/Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/font/FontCacheCoreText.swift:125:17: note: main actor isolation inferred from inheritance from class 'UIView'
    static func equalLettersIgnoringASCIICase(string: String, literal: String) -> Bool {
                ^
/Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/font/FontCache.swift:64:17: note: add '@MainActor' to make static method 'alternateFamilyName(familyName:)' part of global actor 'MainActor'
    static func alternateFamilyName(familyName: String) -> String? {
                ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/font/FontCache.swift:135:22: warning: call to main actor-isolated static method 'equalLettersIgnoringASCIICase(string:literal:)' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
        if SVGUIView.equalLettersIgnoringASCIICase(string: familyName, literal: "monaco") ||
                     ^
/Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/font/FontCacheCoreText.swift:125:17: note: calls to static method 'equalLettersIgnoringASCIICase(string:literal:)' from outside of its actor context are implicitly asynchronous
    static func equalLettersIgnoringASCIICase(string: String, literal: String) -> Bool {
                ^
/Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/font/FontCacheCoreText.swift:125:17: note: main actor isolation inferred from inheritance from class 'UIView'
    static func equalLettersIgnoringASCIICase(string: String, literal: String) -> Bool {
                ^
/Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/font/FontCache.swift:133:10: note: add '@MainActor' to make instance method 'similarFont(description:familyName:)' part of global actor 'MainActor'
    func similarFont(description: FontDescription, familyName: String) -> Font? {
         ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/font/FontCache.swift:136:23: warning: call to main actor-isolated static method 'equalLettersIgnoringASCIICase(string:literal:)' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
            SVGUIView.equalLettersIgnoringASCIICase(string: familyName, literal: "menlo")
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/font/FontCacheCoreText.swift:125:17: note: calls to static method 'equalLettersIgnoringASCIICase(string:literal:)' from outside of its actor context are implicitly asynchronous
    static func equalLettersIgnoringASCIICase(string: String, literal: String) -> Bool {
                ^
/Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/font/FontCacheCoreText.swift:125:17: note: main actor isolation inferred from inheritance from class 'UIView'
    static func equalLettersIgnoringASCIICase(string: String, literal: String) -> Bool {
                ^
/Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/font/FontCache.swift:140:22: warning: call to main actor-isolated static method 'equalLettersIgnoringASCIICase(string:literal:)' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
        if SVGUIView.equalLettersIgnoringASCIICase(string: familyName, literal: "lucida grande") {
                     ^
/Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/font/FontCacheCoreText.swift:125:17: note: calls to static method 'equalLettersIgnoringASCIICase(string:literal:)' from outside of its actor context are implicitly asynchronous
    static func equalLettersIgnoringASCIICase(string: String, literal: String) -> Bool {
                ^
/Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/font/FontCacheCoreText.swift:125:17: note: main actor isolation inferred from inheritance from class 'UIView'
    static func equalLettersIgnoringASCIICase(string: String, literal: String) -> Bool {
                ^
/Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/font/FontCache.swift:133:10: note: add '@MainActor' to make instance method 'similarFont(description:familyName:)' part of global actor 'MainActor'
    func similarFont(description: FontDescription, familyName: String) -> Font? {
         ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/font/FontCache.swift:144:26: warning: call to main actor-isolated static method 'equalLettersIgnoringASCIICase(string:literal:)' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
            if SVGUIView.equalLettersIgnoringASCIICase(string: familyName, literal: matchWord) {
                         ^
/Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/font/FontCacheCoreText.swift:125:17: note: calls to static method 'equalLettersIgnoringASCIICase(string:literal:)' from outside of its actor context are implicitly asynchronous
    static func equalLettersIgnoringASCIICase(string: String, literal: String) -> Bool {
                ^
/Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/font/FontCacheCoreText.swift:125:17: note: main actor isolation inferred from inheritance from class 'UIView'
    static func equalLettersIgnoringASCIICase(string: String, literal: String) -> Bool {
                ^
/Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/font/FontCache.swift:133:10: note: add '@MainActor' to make instance method 'similarFont(description:familyName:)' part of global actor 'MainActor'
    func similarFont(description: FontDescription, familyName: String) -> Font? {
         ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/font/FontCache.swift:19:36: warning: sending 'fontDescription' risks causing data races; this is an error in the Swift 6 language mode
        guard let font = SVGUIView.fontWithFamily(fontDatabase: fontDatabase, familyName: familyName,
                         ~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/font/FontCache.swift:19:36: note: sending task-isolated 'fontDescription' to main actor-isolated callee risks causing data races between main actor-isolated and task-isolated uses
        guard let font = SVGUIView.fontWithFamily(fontDatabase: fontDatabase, familyName: familyName,
                                   ^
/Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/font/FontCache.swift:19:36: warning: sending 'fontCreationContext' risks causing data races; this is an error in the Swift 6 language mode
        guard let font = SVGUIView.fontWithFamily(fontDatabase: fontDatabase, familyName: familyName,
                         ~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/font/FontCache.swift:19:36: note: sending task-isolated 'fontCreationContext' to main actor-isolated callee risks causing data races between main actor-isolated and task-isolated uses
        guard let font = SVGUIView.fontWithFamily(fontDatabase: fontDatabase, familyName: familyName,
                                   ^
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

/Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/font/FontCascadeDescription.swift:8:63: warning: main actor-isolated static property 'familyNamesData' can not be referenced from a nonisolated autoclosure; this is an error in the Swift 6 language mode
        familyNames.count == 1 && familyNames[0] == SVGUIView.familyNamesData[.monospace]
                                                              ^
/Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/font/FontCacheCoreText.swift:34:16: note: static property declared here
    static let familyNamesData: FamilyNames = [
               ^
/Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/font/FontCascadeDescription.swift:15:45: warning: call to main actor-isolated static method 'systemFontCascadeList(description:cssFamily:systemFontKind:allowUserInstalledFonts:)' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
                let cascadeList = SVGUIView.systemFontCascadeList(description: self, cssFamily: familyName,
                                            ^
/Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/font/FontCacheCoreText.swift:45:17: note: calls to static method 'systemFontCascadeList(description:cssFamily:systemFontKind:allowUserInstalledFonts:)' from outside of its actor context are implicitly asynchronous
    static func systemFontCascadeList(description: FontDescription, cssFamily: String,
                ^
/Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/font/FontCacheCoreText.swift:45:17: note: main actor isolation inferred from inheritance from class 'UIView'
    static func systemFontCascadeList(description: FontDescription, cssFamily: String,
                ^
/Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/font/FontCascadeDescription.swift:30:45: warning: call to main actor-isolated static method 'systemFontCascadeList(description:cssFamily:systemFontKind:allowUserInstalledFonts:)' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
                let cascadeList = SVGUIView.systemFontCascadeList(description: self, cssFamily: familyName,
                                            ^
/Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/font/FontCacheCoreText.swift:45:17: note: calls to static method 'systemFontCascadeList(description:cssFamily:systemFontKind:allowUserInstalledFonts:)' from outside of its actor context are implicitly asynchronous
    static func systemFontCascadeList(description: FontDescription, cssFamily: String,
                ^
/Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/font/FontCacheCoreText.swift:45:17: note: main actor isolation inferred from inheritance from class 'UIView'
    static func systemFontCascadeList(description: FontDescription, cssFamily: String,
                ^
/Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/font/FontCascadeDescription.swift:26:10: note: add '@MainActor' to make instance method 'effectiveFamilyAt(index:)' part of global actor 'MainActor'
    func effectiveFamilyAt(index: Int) -> FontFamilySpecification {
         ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/font/FontCascadeDescription.swift:15:45: warning: sending value of non-Sendable type 'FontCascadeDescription' risks causing data races; this is an error in the Swift 6 language mode
                let cascadeList = SVGUIView.systemFontCascadeList(description: self, cssFamily: familyName,
                                  ~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/font/FontCascadeDescription.swift:15:45: note: sending task-isolated value of non-Sendable type 'FontCascadeDescription' to main actor-isolated callee risks causing races in between task-isolated and main actor-isolated uses
                let cascadeList = SVGUIView.systemFontCascadeList(description: self, cssFamily: familyName,
                                            ^
/Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/font/FontCascadeDescription.swift:30:45: warning: sending value of non-Sendable type 'FontCascadeDescription' risks causing data races; this is an error in the Swift 6 language mode
                let cascadeList = SVGUIView.systemFontCascadeList(description: self, cssFamily: familyName,
                                  ~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/font/FontCascadeDescription.swift:30:45: note: sending task-isolated value of non-Sendable type 'FontCascadeDescription' to main actor-isolated callee risks causing races in between task-isolated and main actor-isolated uses
                let cascadeList = SVGUIView.systemFontCascadeList(description: self, cssFamily: familyName,
                                            ^
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

/Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/font/FontCascadeFonts.swift:83:85: warning: main actor-isolated static property 'familyNamesData' can not be referenced from a nonisolated context; this is an error in the Swift 6 language mode
                                                              familyName: SVGUIView.familyNamesData[.standard])
                                                                                    ^
/Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/font/FontCacheCoreText.swift:34:16: note: static property declared here
    static let familyNamesData: FamilyNames = [
               ^
/Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/font/FontCascadeFonts.swift:76:10: note: add '@MainActor' to make instance method 'realizeFallbackRangesAt(description:index:)' part of global actor 'MainActor'
    func realizeFallbackRangesAt(description: FontCascadeDescription, index: Int) -> FontRanges {
         ^
    @MainActor
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\ FontSelectionCapabilities.swift,\ FontSelectionValue.swift,\ FontSelector.swift,\ FontSizeAdjust.swift,\ FontTaggedSettings.swift,\ GlyphData.swift,\ GlyphPage.swift,\ Settings.swift,\ SystemFontDatabaseCoreText.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 (in target 'SVGUIView' from project 'SVGUIView')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/font/FontSelectionCapabilities.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/FontSelectionValue.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/FontSelector.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/FontSizeAdjust.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/FontTaggedSettings.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/GlyphData.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/GlyphPage.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/Settings.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/SystemFontDatabaseCoreText.swift (in target 'SVGUIView' from project 'SVGUIView')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

/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:16: warning: main actor-isolated default value in a nonisolated context; 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: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/font/SystemFontDatabaseCoreText.swift:191:22: warning: call to main actor-isolated static method 'equalLettersIgnoringASCIICase(string:literal:)' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
        if SVGUIView.equalLettersIgnoringASCIICase(string: string, literal: "-webkit-system-font")
                     ^
/Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/font/FontCacheCoreText.swift:125:17: note: calls to static method 'equalLettersIgnoringASCIICase(string:literal:)' from outside of its actor context are implicitly asynchronous
    static func equalLettersIgnoringASCIICase(string: String, literal: String) -> Bool {
                ^
/Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/font/FontCacheCoreText.swift:125:17: note: main actor isolation inferred from inheritance from class 'UIView'
    static func equalLettersIgnoringASCIICase(string: String, literal: String) -> Bool {
                ^
/Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/font/SystemFontDatabaseCoreText.swift:190:10: note: add '@MainActor' to make instance method 'matchSystemFontUse(string:)' part of global actor 'MainActor'
    func matchSystemFontUse(string: String) -> SystemFontKind? {
         ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/font/SystemFontDatabaseCoreText.swift:192:26: warning: call to main actor-isolated static method 'equalLettersIgnoringASCIICase(string:literal:)' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
            || SVGUIView.equalLettersIgnoringASCIICase(string: string, literal: "-apple-system")
                         ^
/Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/font/FontCacheCoreText.swift:125:17: note: calls to static method 'equalLettersIgnoringASCIICase(string:literal:)' from outside of its actor context are implicitly asynchronous
    static func equalLettersIgnoringASCIICase(string: String, literal: String) -> Bool {
                ^
/Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/font/FontCacheCoreText.swift:125:17: note: main actor isolation inferred from inheritance from class 'UIView'
    static func equalLettersIgnoringASCIICase(string: String, literal: String) -> Bool {
                ^
/Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/font/SystemFontDatabaseCoreText.swift:193:26: warning: call to main actor-isolated static method 'equalLettersIgnoringASCIICase(string:literal:)' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
            || SVGUIView.equalLettersIgnoringASCIICase(string: string, literal: "-apple-system-font")
                         ^
/Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/font/FontCacheCoreText.swift:125:17: note: calls to static method 'equalLettersIgnoringASCIICase(string:literal:)' from outside of its actor context are implicitly asynchronous
    static func equalLettersIgnoringASCIICase(string: String, literal: String) -> Bool {
                ^
/Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/font/FontCacheCoreText.swift:125:17: note: main actor isolation inferred from inheritance from class 'UIView'
    static func equalLettersIgnoringASCIICase(string: String, literal: String) -> Bool {
                ^
/Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/font/SystemFontDatabaseCoreText.swift:194:26: warning: call to main actor-isolated static method 'equalLettersIgnoringASCIICase(string:literal:)' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
            || SVGUIView.equalLettersIgnoringASCIICase(string: string, literal: "system-ui")
                         ^
/Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/font/FontCacheCoreText.swift:125:17: note: calls to static method 'equalLettersIgnoringASCIICase(string:literal:)' from outside of its actor context are implicitly asynchronous
    static func equalLettersIgnoringASCIICase(string: String, literal: String) -> Bool {
                ^
/Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/font/FontCacheCoreText.swift:125:17: note: main actor isolation inferred from inheritance from class 'UIView'
    static func equalLettersIgnoringASCIICase(string: String, literal: String) -> Bool {
                ^
/Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/font/SystemFontDatabaseCoreText.swift:195:26: warning: call to main actor-isolated static method 'equalLettersIgnoringASCIICase(string:literal:)' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
            || SVGUIView.equalLettersIgnoringASCIICase(string: string, literal: "ui-sans-serif")
                         ^
/Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/font/FontCacheCoreText.swift:125:17: note: calls to static method 'equalLettersIgnoringASCIICase(string:literal:)' from outside of its actor context are implicitly asynchronous
    static func equalLettersIgnoringASCIICase(string: String, literal: String) -> Bool {
                ^
/Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/font/FontCacheCoreText.swift:125:17: note: main actor isolation inferred from inheritance from class 'UIView'
    static func equalLettersIgnoringASCIICase(string: String, literal: String) -> Bool {
                ^
/Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/font/SystemFontDatabaseCoreText.swift:199:22: warning: call to main actor-isolated static method 'equalLettersIgnoringASCIICase(string:literal:)' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
        if SVGUIView.equalLettersIgnoringASCIICase(string: string, literal: "ui-serif") {
                     ^
/Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/font/FontCacheCoreText.swift:125:17: note: calls to static method 'equalLettersIgnoringASCIICase(string:literal:)' from outside of its actor context are implicitly asynchronous
    static func equalLettersIgnoringASCIICase(string: String, literal: String) -> Bool {
                ^
/Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/font/FontCacheCoreText.swift:125:17: note: main actor isolation inferred from inheritance from class 'UIView'
    static func equalLettersIgnoringASCIICase(string: String, literal: String) -> Bool {
                ^
/Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/font/SystemFontDatabaseCoreText.swift:190:10: note: add '@MainActor' to make instance method 'matchSystemFontUse(string:)' part of global actor 'MainActor'
    func matchSystemFontUse(string: String) -> SystemFontKind? {
         ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/font/SystemFontDatabaseCoreText.swift:202:22: warning: call to main actor-isolated static method 'equalLettersIgnoringASCIICase(string:literal:)' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
        if SVGUIView.equalLettersIgnoringASCIICase(string: string, literal: "ui-monospace") {
                     ^
/Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/font/FontCacheCoreText.swift:125:17: note: calls to static method 'equalLettersIgnoringASCIICase(string:literal:)' from outside of its actor context are implicitly asynchronous
    static func equalLettersIgnoringASCIICase(string: String, literal: String) -> Bool {
                ^
/Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/font/FontCacheCoreText.swift:125:17: note: main actor isolation inferred from inheritance from class 'UIView'
    static func equalLettersIgnoringASCIICase(string: String, literal: String) -> Bool {
                ^
/Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/font/SystemFontDatabaseCoreText.swift:190:10: note: add '@MainActor' to make instance method 'matchSystemFontUse(string:)' part of global actor 'MainActor'
    func matchSystemFontUse(string: String) -> SystemFontKind? {
         ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/font/SystemFontDatabaseCoreText.swift:205:22: warning: call to main actor-isolated static method 'equalLettersIgnoringASCIICase(string:literal:)' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
        if SVGUIView.equalLettersIgnoringASCIICase(string: string, literal: "ui-rounded") {
                     ^
/Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/font/FontCacheCoreText.swift:125:17: note: calls to static method 'equalLettersIgnoringASCIICase(string:literal:)' from outside of its actor context are implicitly asynchronous
    static func equalLettersIgnoringASCIICase(string: String, literal: String) -> Bool {
                ^
/Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/font/FontCacheCoreText.swift:125:17: note: main actor isolation inferred from inheritance from class 'UIView'
    static func equalLettersIgnoringASCIICase(string: String, literal: String) -> Bool {
                ^
/Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/font/SystemFontDatabaseCoreText.swift:190:10: note: add '@MainActor' to make instance method 'matchSystemFontUse(string:)' part of global actor 'MainActor'
    func matchSystemFontUse(string: String) -> SystemFontKind? {
         ^
    @MainActor
SwiftCompile normal arm64 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 /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 /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

/Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/font/FontFamilySpecificationCoreText.swift:12:30: warning: call to main actor-isolated static method 'preparePlatformFont(originalFont:fontDescription:fontCreationContext:fontTypeForPreparation:applyTraitsVariations:)' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
        let font = SVGUIView.preparePlatformFont(originalFont: unrealizedFont,
                             ^
/Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/font/FontCacheCoreText.swift:129:17: note: calls to static method 'preparePlatformFont(originalFont:fontDescription:fontCreationContext:fontTypeForPreparation:applyTraitsVariations:)' from outside of its actor context are implicitly asynchronous
    static func preparePlatformFont(originalFont: UnrealizedCoreTextFont, fontDescription: FontDescription,
                ^
/Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/font/FontCacheCoreText.swift:129:17: note: main actor isolation inferred from inheritance from class 'UIView'
    static func preparePlatformFont(originalFont: UnrealizedCoreTextFont, fontDescription: FontDescription,
                ^
/Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/font/FontFamilySpecificationCoreText.swift:7:10: note: add '@MainActor' to make instance method 'fontRanges(fontDescription:)' part of global actor 'MainActor'
    func fontRanges(fontDescription: FontDescription) -> FontRanges {
         ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/font/FontFamilySpecificationCoreText.swift:12:30: warning: sending 'unrealizedFont' risks causing data races; this is an error in the Swift 6 language mode
        let font = SVGUIView.preparePlatformFont(originalFont: unrealizedFont,
                   ~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/font/FontFamilySpecificationCoreText.swift:12:30: note: sending task-isolated 'unrealizedFont' to main actor-isolated callee risks causing data races between main actor-isolated and task-isolated uses
        let font = SVGUIView.preparePlatformFont(originalFont: unrealizedFont,
                             ^
/Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/font/FontFamilySpecificationCoreText.swift:12:30: warning: sending 'fontDescription' risks causing data races; this is an error in the Swift 6 language mode
        let font = SVGUIView.preparePlatformFont(originalFont: unrealizedFont,
                   ~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/font/FontFamilySpecificationCoreText.swift:12:30: note: sending task-isolated 'fontDescription' to main actor-isolated callee risks causing data races between main actor-isolated and task-isolated uses
        let font = SVGUIView.preparePlatformFont(originalFont: unrealizedFont,
                             ^
SwiftCompile normal arm64 /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 /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 /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 /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 /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 /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 /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

SwiftDriverJobDiscovery normal arm64 Emitting module for SVGUIView (in target 'SVGUIView' from project 'SVGUIView')
SwiftDriver\ Compilation\ Requirements 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-Swift-Compilation-Requirements -- /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-iphoneos/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-iphoneos/_ICU.modulemap -Xcc -fmodule-map-file\=/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-iphoneos/_SPI.modulemap -stats-output-dir .stats -strict-concurrency\=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures -plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk -target arm64-apple-ios16.0 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -profile-coverage-mapping -profile-generate -enable-testing -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -swift-version 5 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -I /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/iphoneos18.4-22E235-339d34bc69d7fc736c3220795c36f340.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SVGUIView.build/Debug-iphoneos/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-iphoneos/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-iphoneos/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-iphoneos/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-iphoneos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SVGUIView.build/Debug-iphoneos/SVGUIView.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SVGUIView.build/Debug-iphoneos/SVGUIView.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SVGUIView.build/Debug-iphoneos/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-iphoneos/SVGUIView.build/Objects-normal/arm64/SVGUIView-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
SwiftDriverJobDiscovery normal arm64 Compiling CSSToken.swift, CSSTokenizer.swift, PreserveAspectRatio.swift, SVGClipPath.swift, SVGElementRect.swift, SVGFill.swift, SVGFilter.swift, SVGLength.swift (in target 'SVGUIView' from project 'SVGUIView')
SwiftMergeGeneratedHeaders /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-iphoneos/SVGUIView-Swift.h /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SVGUIView.build/Debug-iphoneos/SVGUIView.build/Objects-normal/arm64/SVGUIView-Swift.h (in target 'SVGUIView' from project 'SVGUIView')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-swiftHeaderTool -arch arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SVGUIView.build/Debug-iphoneos/SVGUIView.build/Objects-normal/arm64/SVGUIView-Swift.h -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-iphoneos/SVGUIView-Swift.h
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/SVGUIView.swiftmodule/arm64-apple-ios.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SVGUIView.build/Debug-iphoneos/SVGUIView.build/Objects-normal/arm64/SVGUIView.swiftmodule (in target 'SVGUIView' from project 'SVGUIView')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks -rename /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SVGUIView.build/Debug-iphoneos/SVGUIView.build/Objects-normal/arm64/SVGUIView.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/SVGUIView.swiftmodule/arm64-apple-ios.swiftmodule
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/SVGUIView.swiftmodule/arm64-apple-ios.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SVGUIView.build/Debug-iphoneos/SVGUIView.build/Objects-normal/arm64/SVGUIView.swiftdoc (in target 'SVGUIView' from project 'SVGUIView')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks -rename /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SVGUIView.build/Debug-iphoneos/SVGUIView.build/Objects-normal/arm64/SVGUIView.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/SVGUIView.swiftmodule/arm64-apple-ios.swiftdoc
SwiftDriverJobDiscovery normal arm64 Compiling UScriptCode.swift, UnrealizedCoreTextFont.swift, VariationCapabilities .swift, CSSParser.swift, SVGAttributeScanner.swift, SVGParser.swift, BufferReader.swift, BufferView.swift, BufferViewIndex.swift (in target 'SVGUIView' from project 'SVGUIView')
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/SVGUIView.swiftmodule/arm64-apple-ios.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SVGUIView.build/Debug-iphoneos/SVGUIView.build/Objects-normal/arm64/SVGUIView.abi.json (in target 'SVGUIView' from project 'SVGUIView')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks -rename /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SVGUIView.build/Debug-iphoneos/SVGUIView.build/Objects-normal/arm64/SVGUIView.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/SVGUIView.swiftmodule/arm64-apple-ios.abi.json
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/SVGUIView.swiftmodule/Project/arm64-apple-ios.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SVGUIView.build/Debug-iphoneos/SVGUIView.build/Objects-normal/arm64/SVGUIView.swiftsourceinfo (in target 'SVGUIView' from project 'SVGUIView')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks -rename /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SVGUIView.build/Debug-iphoneos/SVGUIView.build/Objects-normal/arm64/SVGUIView.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/SVGUIView.swiftmodule/Project/arm64-apple-ios.swiftsourceinfo
SwiftDriver SVGView normal arm64 com.apple.xcode.tools.swift.compiler (in target 'SVGView' 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 SVGView -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SVGUIView.build/Debug-iphoneos/SVGView.build/Objects-normal/arm64/SVGView.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -Xcc -fmodule-map-file\=/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-iphoneos/_ICU.modulemap -Xcc -fmodule-map-file\=/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-iphoneos/_SPI.modulemap -stats-output-dir .stats -strict-concurrency\=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures -plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk -target arm64-apple-ios16.0 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -profile-coverage-mapping -profile-generate -enable-testing -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -swift-version 5 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -I /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/Developer/Library/Frameworks -parse-as-library -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/iphoneos18.4-22E235-339d34bc69d7fc736c3220795c36f340.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SVGUIView.build/Debug-iphoneos/SVGView.build/Objects-normal/arm64/SVGView-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-iphoneos/SVGView.build/Objects-normal/arm64/SVGView.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-iphoneos/SVGView.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-iphoneos/SVGView.build/Objects-normal/arm64/SVGView_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-iphoneos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SVGUIView.build/Debug-iphoneos/SVGView.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SVGUIView.build/Debug-iphoneos/SVGView.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SVGUIView.build/Debug-iphoneos/SVGView.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-iphoneos/SVGView.build/Objects-normal/arm64/SVGView-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
SwiftEmitModule normal arm64 Emitting\ module\ for\ SVGView (in target 'SVGView' from project 'SVGUIView')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/SVGView/SVGView.swift (in target 'SVGView' from project 'SVGUIView')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

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

SwiftDriverJobDiscovery normal arm64 Compiling FontSelectionCapabilities.swift, FontSelectionValue.swift, FontSelector.swift, FontSizeAdjust.swift, FontTaggedSettings.swift, GlyphData.swift, GlyphPage.swift, Settings.swift, SystemFontDatabaseCoreText.swift (in target 'SVGUIView' from project 'SVGUIView')
SwiftDriverJobDiscovery normal arm64 Compiling FontDescription.swift, FontFamilySpecificationCoreText.swift, FontFamilySpecificationCoreTextCache.swift, FontFamilySpecificationKey.swift, FontGenericFamilies.swift, FontInterrogation.swift, FontPlatformData.swift, FontRanges.swift, FontSelectionAlgorithm.swift (in target 'SVGUIView' from project 'SVGUIView')
SwiftDriverJobDiscovery normal arm64 Compiling SVGMask.swift, SVGOpacity.swift, SVGUIColor.swift, SVGUIFont.swift, SVGUIPoints.swift, SVGUIStroke.swift, SVGUIStyle.swift, TransformOperator.swift (in target 'SVGUIView' from project 'SVGUIView')
SwiftDriverJobDiscovery normal arm64 Compiling SVGFeMergeElement.swift, SVGFeMergeNodeElement.swift, SVGFeOffsetElement.swift, SVGFilterApplier.swift, SVGFilterElement.swift, SVGGradientServer.swift, SVGStopElement.swift, CFString+SPI.swift, CSSFontSelector.swift (in target 'SVGUIView' from project 'SVGUIView')
SwiftDriverJobDiscovery normal arm64 Compiling Font.swift, FontCache.swift, FontCacheCoreText.swift, FontCascade.swift, FontCascadeDescription.swift, FontCascadeFonts.swift, FontCreationContext.swift, FontCreationContextRareData.swift, FontDatabase.swift (in target 'SVGUIView' from project 'SVGUIView')
SwiftDriverJobDiscovery normal arm64 Compiling SVGElement.swift, SVGGroupElement.swift, SVGMaskElement.swift, SVGPatternElement.swift, SVGSVGElement.swift, SVGCircleElement.swift, SVGEllipse.swift, SVGImageElement.swift, SVGLineElement.swift (in target 'SVGUIView' from project 'SVGUIView')
SwiftDriverJobDiscovery normal arm64 Emitting module for SVGView (in target 'SVGView' from project 'SVGUIView')
SwiftDriver\ Compilation\ Requirements SVGView normal arm64 com.apple.xcode.tools.swift.compiler (in target 'SVGView' from project 'SVGUIView')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-Swift-Compilation-Requirements -- /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name SVGView -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SVGUIView.build/Debug-iphoneos/SVGView.build/Objects-normal/arm64/SVGView.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -Xcc -fmodule-map-file\=/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-iphoneos/_ICU.modulemap -Xcc -fmodule-map-file\=/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-iphoneos/_SPI.modulemap -stats-output-dir .stats -strict-concurrency\=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures -plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk -target arm64-apple-ios16.0 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -profile-coverage-mapping -profile-generate -enable-testing -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -swift-version 5 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -I /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/Developer/Library/Frameworks -parse-as-library -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/iphoneos18.4-22E235-339d34bc69d7fc736c3220795c36f340.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SVGUIView.build/Debug-iphoneos/SVGView.build/Objects-normal/arm64/SVGView-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-iphoneos/SVGView.build/Objects-normal/arm64/SVGView.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-iphoneos/SVGView.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-iphoneos/SVGView.build/Objects-normal/arm64/SVGView_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-iphoneos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SVGUIView.build/Debug-iphoneos/SVGView.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SVGUIView.build/Debug-iphoneos/SVGView.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SVGUIView.build/Debug-iphoneos/SVGView.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-iphoneos/SVGView.build/Objects-normal/arm64/SVGView-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
SwiftMergeGeneratedHeaders /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-iphoneos/SVGView-Swift.h /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SVGUIView.build/Debug-iphoneos/SVGView.build/Objects-normal/arm64/SVGView-Swift.h (in target 'SVGView' from project 'SVGUIView')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-swiftHeaderTool -arch arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SVGUIView.build/Debug-iphoneos/SVGView.build/Objects-normal/arm64/SVGView-Swift.h -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-iphoneos/SVGView-Swift.h
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/SVGView.swiftmodule/arm64-apple-ios.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SVGUIView.build/Debug-iphoneos/SVGView.build/Objects-normal/arm64/SVGView.swiftdoc (in target 'SVGView' from project 'SVGUIView')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks -rename /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SVGUIView.build/Debug-iphoneos/SVGView.build/Objects-normal/arm64/SVGView.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/SVGView.swiftmodule/arm64-apple-ios.swiftdoc
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/SVGView.swiftmodule/arm64-apple-ios.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SVGUIView.build/Debug-iphoneos/SVGView.build/Objects-normal/arm64/SVGView.swiftmodule (in target 'SVGView' from project 'SVGUIView')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks -rename /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SVGUIView.build/Debug-iphoneos/SVGView.build/Objects-normal/arm64/SVGView.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/SVGView.swiftmodule/arm64-apple-ios.swiftmodule
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/SVGView.swiftmodule/arm64-apple-ios.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SVGUIView.build/Debug-iphoneos/SVGView.build/Objects-normal/arm64/SVGView.abi.json (in target 'SVGView' from project 'SVGUIView')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks -rename /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SVGUIView.build/Debug-iphoneos/SVGView.build/Objects-normal/arm64/SVGView.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/SVGView.swiftmodule/arm64-apple-ios.abi.json
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/SVGView.swiftmodule/Project/arm64-apple-ios.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SVGUIView.build/Debug-iphoneos/SVGView.build/Objects-normal/arm64/SVGView.swiftsourceinfo (in target 'SVGView' from project 'SVGUIView')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks -rename /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SVGUIView.build/Debug-iphoneos/SVGView.build/Objects-normal/arm64/SVGView.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/SVGView.swiftmodule/Project/arm64-apple-ios.swiftsourceinfo
SwiftDriverJobDiscovery normal arm64 Compiling CGAffineTransform+Extension.swift, UIBezierPath+Extension.swift, SVGContext.swift, SVGUIView.swift, SVGUIViewConfiguration.swift, CSSRule.swift, CSSSelector.swift, SVGClipPathElement.swift, SVGDefsElement.swift (in target 'SVGUIView' from project 'SVGUIView')
SwiftDriverJobDiscovery normal arm64 Compiling SVGView.swift (in target 'SVGView' from project 'SVGUIView')
SwiftDriver\ Compilation SVGView normal arm64 com.apple.xcode.tools.swift.compiler (in target 'SVGView' from project 'SVGUIView')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-Swift-Compilation -- /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name SVGView -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SVGUIView.build/Debug-iphoneos/SVGView.build/Objects-normal/arm64/SVGView.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -Xcc -fmodule-map-file\=/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-iphoneos/_ICU.modulemap -Xcc -fmodule-map-file\=/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-iphoneos/_SPI.modulemap -stats-output-dir .stats -strict-concurrency\=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures -plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk -target arm64-apple-ios16.0 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -profile-coverage-mapping -profile-generate -enable-testing -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -swift-version 5 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -I /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/Developer/Library/Frameworks -parse-as-library -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/iphoneos18.4-22E235-339d34bc69d7fc736c3220795c36f340.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SVGUIView.build/Debug-iphoneos/SVGView.build/Objects-normal/arm64/SVGView-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-iphoneos/SVGView.build/Objects-normal/arm64/SVGView.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-iphoneos/SVGView.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-iphoneos/SVGView.build/Objects-normal/arm64/SVGView_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-iphoneos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SVGUIView.build/Debug-iphoneos/SVGView.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SVGUIView.build/Debug-iphoneos/SVGView.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SVGUIView.build/Debug-iphoneos/SVGView.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-iphoneos/SVGView.build/Objects-normal/arm64/SVGView-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
SwiftDriverJobDiscovery normal arm64 Compiling SVGPathElement.swift, SVGPolygonElement.swift, SVGPolylineElement.swift, SVGRectElement.swift, SVGTextElement.swift, SVGUseElement.swift, SVGFeBlendElement.swift, SVGFeFloodElement.swift, SVGFeGaussianBlurElement.swift (in target 'SVGUIView' from project 'SVGUIView')
SwiftDriver\ Compilation 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-Swift-Compilation -- /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-iphoneos/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-iphoneos/_ICU.modulemap -Xcc -fmodule-map-file\=/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-iphoneos/_SPI.modulemap -stats-output-dir .stats -strict-concurrency\=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures -plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk -target arm64-apple-ios16.0 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -profile-coverage-mapping -profile-generate -enable-testing -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -swift-version 5 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -I /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/iphoneos18.4-22E235-339d34bc69d7fc736c3220795c36f340.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SVGUIView.build/Debug-iphoneos/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-iphoneos/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-iphoneos/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-iphoneos/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-iphoneos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SVGUIView.build/Debug-iphoneos/SVGUIView.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SVGUIView.build/Debug-iphoneos/SVGUIView.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SVGUIView.build/Debug-iphoneos/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-iphoneos/SVGUIView.build/Objects-normal/arm64/SVGUIView-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
Ld /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/SVGUIView.o normal (in target 'SVGUIView' from project 'SVGUIView')
    cd /Users/admin/builder/spi-builder-workspace
    /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -Xlinker -reproducible -target arm64-apple-ios16.0 -r -isysroot /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk -O0 -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-iphoneos -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -L/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/lib -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-iphoneos -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/PackageFrameworks -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/PackageFrameworks -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -iframework /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/Frameworks -iframework /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/Developer/Library/Frameworks -filelist /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SVGUIView.build/Debug-iphoneos/SVGUIView.build/Objects-normal/arm64/SVGUIView.LinkFileList -nostdlib -Xlinker -object_path_lto -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SVGUIView.build/Debug-iphoneos/SVGUIView.build/Objects-normal/arm64/SVGUIView_lto.o -rdynamic -Xlinker -no_deduplicate -Xlinker -debug_variant -Xlinker -dependency_info -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SVGUIView.build/Debug-iphoneos/SVGUIView.build/Objects-normal/arm64/SVGUIView_dependency_info.dat -fobjc-link-runtime -L/Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphoneos -L/usr/lib/swift -Xlinker -add_ast_path -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SVGUIView.build/Debug-iphoneos/SVGUIView.build/Objects-normal/arm64/SVGUIView.swiftmodule -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/SVGUIView.o
ExtractAppIntentsMetadata (in target 'SVGUIView' from project 'SVGUIView')
    cd /Users/admin/builder/spi-builder-workspace
    /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/appintentsmetadataprocessor --toolchain-dir /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain --module-name SVGUIView --sdk-root /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk --xcode-version 16E140 --platform-family iOS --deployment-target 16.0 --bundle-identifier spi-builder-workspace.SVGUIView --output /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/SVGUIView.appintents --target-triple arm64-apple-ios16.0 --binary-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/SVGUIView.o --dependency-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SVGUIView.build/Debug-iphoneos/SVGUIView.build/Objects-normal/arm64/SVGUIView_dependency_info.dat --stringsdata-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SVGUIView.build/Debug-iphoneos/SVGUIView.build/Objects-normal/arm64/ExtractedAppShortcutsMetadata.stringsdata --source-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SVGUIView.build/Debug-iphoneos/SVGUIView.build/Objects-normal/arm64/SVGUIView.SwiftFileList --metadata-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SVGUIView.build/Debug-iphoneos/SVGUIView.build/SVGUIView.DependencyMetadataFileList --static-metadata-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SVGUIView.build/Debug-iphoneos/SVGUIView.build/SVGUIView.DependencyStaticMetadataFileList --swift-const-vals-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SVGUIView.build/Debug-iphoneos/SVGUIView.build/Objects-normal/arm64/SVGUIView.SwiftConstValuesFileList --force --compile-time-extraction --deployment-aware-processing --validate-assistant-intents --no-app-shortcuts-localization
2025-04-29 00:34:44.458 appintentsmetadataprocessor[818:4912] Starting appintentsmetadataprocessor export
2025-04-29 00:34:44.497 appintentsmetadataprocessor[818:4912] Extracted no relevant App Intents symbols, skipping writing output
RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/SVGUIView.o (in target 'SVGUIView' from project 'SVGUIView')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/SVGUIView.o
Ld /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/SVGView.o normal (in target 'SVGView' from project 'SVGUIView')
    cd /Users/admin/builder/spi-builder-workspace
    /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -Xlinker -reproducible -target arm64-apple-ios16.0 -r -isysroot /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk -O0 -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-iphoneos -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -L/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/lib -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-iphoneos -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/PackageFrameworks -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/PackageFrameworks -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/PackageFrameworks -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -iframework /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/Frameworks -iframework /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/Developer/Library/Frameworks -filelist /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SVGUIView.build/Debug-iphoneos/SVGView.build/Objects-normal/arm64/SVGView.LinkFileList -nostdlib -Xlinker -object_path_lto -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SVGUIView.build/Debug-iphoneos/SVGView.build/Objects-normal/arm64/SVGView_lto.o -rdynamic -Xlinker -no_deduplicate -Xlinker -debug_variant -Xlinker -dependency_info -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SVGUIView.build/Debug-iphoneos/SVGView.build/Objects-normal/arm64/SVGView_dependency_info.dat -fobjc-link-runtime -L/Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphoneos -L/usr/lib/swift -Xlinker -add_ast_path -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SVGUIView.build/Debug-iphoneos/SVGView.build/Objects-normal/arm64/SVGView.swiftmodule -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/SVGView.o
ExtractAppIntentsMetadata (in target 'SVGView' from project 'SVGUIView')
    cd /Users/admin/builder/spi-builder-workspace
    /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/appintentsmetadataprocessor --toolchain-dir /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain --module-name SVGView --sdk-root /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk --xcode-version 16E140 --platform-family iOS --deployment-target 16.0 --bundle-identifier spi-builder-workspace.SVGView --output /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/SVGView.appintents --target-triple arm64-apple-ios16.0 --binary-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/SVGView.o --dependency-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SVGUIView.build/Debug-iphoneos/SVGView.build/Objects-normal/arm64/SVGView_dependency_info.dat --stringsdata-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SVGUIView.build/Debug-iphoneos/SVGView.build/Objects-normal/arm64/ExtractedAppShortcutsMetadata.stringsdata --source-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SVGUIView.build/Debug-iphoneos/SVGView.build/Objects-normal/arm64/SVGView.SwiftFileList --metadata-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SVGUIView.build/Debug-iphoneos/SVGView.build/SVGView.DependencyMetadataFileList --static-metadata-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SVGUIView.build/Debug-iphoneos/SVGView.build/SVGView.DependencyStaticMetadataFileList --swift-const-vals-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SVGUIView.build/Debug-iphoneos/SVGView.build/Objects-normal/arm64/SVGView.SwiftConstValuesFileList --force --compile-time-extraction --deployment-aware-processing --validate-assistant-intents --no-app-shortcuts-localization
2025-04-29 00:34:44.544 appintentsmetadataprocessor[821:4932] Starting appintentsmetadataprocessor export
2025-04-29 00:34:44.577 appintentsmetadataprocessor[821:4932] Extracted no relevant App Intents symbols, skipping writing output
RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/SVGView.o (in target 'SVGView' from project 'SVGUIView')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/SVGView.o
** BUILD SUCCEEDED **
Build complete.
{
  "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"
}
Done.