The Swift Package Index logo.Swift Package Index

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

Build Information

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

Build Command

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

Build Log

                ^
    @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\ 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

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

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

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

/Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/element/SVGMaskElement.swift:81:27: error: 'UIScreen' is unavailable in visionOS
        let scale = await UIScreen.main.scale
                          ^~~~~~~~
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIScreen.h:54:12: note: 'UIScreen' has been explicitly marked unavailable here
@interface UIScreen : NSObject <UITraitEnvironment>
           ^
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/element/SVGPatternElement.swift (in target 'SVGUIView' from project 'SVGUIView')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

/Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/element/SVGPatternElement.swift:205:27: error: 'UIScreen' is unavailable in visionOS
        let scale = await UIScreen.main.scale
                          ^~~~~~~~
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIScreen.h:54:12: note: 'UIScreen' has been explicitly marked unavailable here
@interface UIScreen : NSObject <UITraitEnvironment>
           ^
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/element/SVGSVGElement.swift (in target 'SVGUIView' from project 'SVGUIView')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

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

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

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

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

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

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\ SVGFeMergeElement.swift,\ SVGFeMergeNodeElement.swift,\ SVGFeOffsetElement.swift,\ SVGFilterApplier.swift,\ SVGFilterElement.swift,\ SVGGradientServer.swift,\ SVGStopElement.swift,\ CFString+SPI.swift,\ CSSFontSelector.swift /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/element/filter/SVGFeMergeElement.swift /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/element/filter/SVGFeMergeNodeElement.swift /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/element/filter/SVGFeOffsetElement.swift /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/element/filter/SVGFilterApplier.swift /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/element/filter/SVGFilterElement.swift /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/element/pserver/SVGGradientServer.swift /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/element/pserver/SVGStopElement.swift /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/font/CFString+SPI.swift /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/font/CSSFontSelector.swift (in target 'SVGUIView' from project 'SVGUIView')
Failed frontend command:
/Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift-frontend -frontend -c /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/Extensions/CGAffineTransform+Extension.swift /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/Extensions/UIBezierPath+Extension.swift /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/SVGContext.swift /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/SVGUIView.swift /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/SVGUIViewConfiguration.swift /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/css/CSSRule.swift /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/css/CSSSelector.swift /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/element/SVGClipPathElement.swift /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/element/SVGDefsElement.swift /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/element/SVGElement.swift /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/element/SVGGroupElement.swift /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/element/SVGMaskElement.swift /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/element/SVGPatternElement.swift /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/element/SVGSVGElement.swift /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/element/drawable/SVGCircleElement.swift /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/element/drawable/SVGEllipse.swift /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/element/drawable/SVGImageElement.swift /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/element/drawable/SVGLineElement.swift /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/element/drawable/SVGPathElement.swift /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/element/drawable/SVGPolygonElement.swift /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/element/drawable/SVGPolylineElement.swift /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/element/drawable/SVGRectElement.swift /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/element/drawable/SVGTextElement.swift /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/element/drawable/SVGUseElement.swift /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/element/filter/SVGFeBlendElement.swift /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/element/filter/SVGFeFloodElement.swift /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/element/filter/SVGFeGaussianBlurElement.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/element/filter/SVGFeMergeElement.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/element/filter/SVGFeMergeNodeElement.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/element/filter/SVGFeOffsetElement.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/element/filter/SVGFilterApplier.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/element/filter/SVGFilterElement.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/element/pserver/SVGGradientServer.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/element/pserver/SVGStopElement.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/font/CFString+SPI.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/font/CSSFontSelector.swift /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/font/Font.swift /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/font/FontCache.swift /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/font/FontCacheCoreText.swift /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/font/FontCascade.swift /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/font/FontCascadeDescription.swift /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/font/FontCascadeFonts.swift /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/font/FontCreationContext.swift /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/font/FontCreationContextRareData.swift /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/font/FontDatabase.swift /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/font/FontDescription.swift /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/font/FontFamilySpecificationCoreText.swift /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/font/FontFamilySpecificationCoreTextCache.swift /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/font/FontFamilySpecificationKey.swift /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/font/FontGenericFamilies.swift /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/font/FontInterrogation.swift /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/font/FontPlatformData.swift /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/font/FontRanges.swift /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/font/FontSelectionAlgorithm.swift /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/font/FontSelectionCapabilities.swift /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/font/FontSelectionValue.swift /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/font/FontSelector.swift /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/font/FontSizeAdjust.swift /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/font/FontTaggedSettings.swift /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/font/GlyphData.swift /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/font/GlyphPage.swift /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/font/Settings.swift /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/font/SystemFontDatabaseCoreText.swift /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/font/UScriptCode.swift /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/font/UnrealizedCoreTextFont.swift /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/font/VariationCapabilities\ .swift /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/parser/CSSParser.swift /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/parser/SVGAttributeScanner.swift /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/parser/SVGParser.swift /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/parser/buffer/BufferReader.swift /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/parser/buffer/BufferView.swift /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/parser/buffer/BufferViewIndex.swift /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/parser/css/CSSToken.swift /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/parser/css/CSSTokenizer.swift /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/primitives/PreserveAspectRatio.swift /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/primitives/SVGClipPath.swift /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/primitives/SVGElementRect.swift /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/primitives/SVGFill.swift /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/primitives/SVGFilter.swift /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/primitives/SVGLength.swift /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/primitives/SVGMask.swift /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/primitives/SVGOpacity.swift /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/primitives/SVGUIColor.swift /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/primitives/SVGUIFont.swift /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/primitives/SVGUIPoints.swift /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/primitives/SVGUIStroke.swift /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/primitives/SVGUIStyle.swift /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/primitives/TransformOperator.swift -supplementary-output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SVGUIView.build/Debug-xros/SVGUIView.build/Objects-normal/arm64/supplementaryOutputs-4 -target arm64-apple-xros1.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -stack-check -sdk /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -I /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.sdk/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -debug-info-format\=dwarf -dwarf-version\=4 -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -profile-generate -profile-coverage-mapping -swift-version 5 -enforce-exclusivity\=checked -stats-output-dir /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode/.stats -Onone -D SWIFT_PACKAGE -D DEBUG -serialize-debugging-options -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SVGUIView.build/Debug-xros/SVGUIView.build/Objects-normal/arm64/SVGUIView_const_extract_protocols.json -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures -enable-experimental-feature DebugDescriptionMacro -strict-concurrency\=complete -empty-abi-descriptor -plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -resource-dir /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -file-compilation-dir /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -Xcc -fmodule-map-file\=/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-xros/_ICU.modulemap -Xcc -fmodule-map-file\=/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-xros/_SPI.modulemap -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/xros2.4-22O233-407b76dbb837030756cbe1ab3f0b01b6.sdkstatcache -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SVGUIView.build/Debug-xros/SVGUIView.build/swift-overrides.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/Sources/_ICU/include -Xcc -I/Users/admin/builder/spi-builder-workspace/Sources/_SPI/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SVGUIView.build/Debug-xros/SVGUIView.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SVGUIView.build/Debug-xros/SVGUIView.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SVGUIView.build/Debug-xros/SVGUIView.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name SVGUIView -package-name spi_builder_workspace -frontend-parseable-output -disable-clang-spi -target-sdk-version 2.4 -target-sdk-name xros2.4 -external-plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/bin/swift-plugin-server -in-process-plugin-server-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/libSwiftInProcPluginServer.dylib -plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/local/lib/swift/host/plugins -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SVGUIView.build/Debug-xros/SVGUIView.build/Objects-normal/arm64/SVGFeMergeElement.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SVGUIView.build/Debug-xros/SVGUIView.build/Objects-normal/arm64/SVGFeMergeNodeElement.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SVGUIView.build/Debug-xros/SVGUIView.build/Objects-normal/arm64/SVGFeOffsetElement.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SVGUIView.build/Debug-xros/SVGUIView.build/Objects-normal/arm64/SVGFilterApplier.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SVGUIView.build/Debug-xros/SVGUIView.build/Objects-normal/arm64/SVGFilterElement.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SVGUIView.build/Debug-xros/SVGUIView.build/Objects-normal/arm64/SVGGradientServer.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SVGUIView.build/Debug-xros/SVGUIView.build/Objects-normal/arm64/SVGStopElement.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SVGUIView.build/Debug-xros/SVGUIView.build/Objects-normal/arm64/CFString+SPI.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SVGUIView.build/Debug-xros/SVGUIView.build/Objects-normal/arm64/CSSFontSelector.o -index-unit-output-path /SVGUIView.build/Debug-xros/SVGUIView.build/Objects-normal/arm64/SVGFeMergeElement.o -index-unit-output-path /SVGUIView.build/Debug-xros/SVGUIView.build/Objects-normal/arm64/SVGFeMergeNodeElement.o -index-unit-output-path /SVGUIView.build/Debug-xros/SVGUIView.build/Objects-normal/arm64/SVGFeOffsetElement.o -index-unit-output-path /SVGUIView.build/Debug-xros/SVGUIView.build/Objects-normal/arm64/SVGFilterApplier.o -index-unit-output-path /SVGUIView.build/Debug-xros/SVGUIView.build/Objects-normal/arm64/SVGFilterElement.o -index-unit-output-path /SVGUIView.build/Debug-xros/SVGUIView.build/Objects-normal/arm64/SVGGradientServer.o -index-unit-output-path /SVGUIView.build/Debug-xros/SVGUIView.build/Objects-normal/arm64/SVGStopElement.o -index-unit-output-path /SVGUIView.build/Debug-xros/SVGUIView.build/Objects-normal/arm64/CFString+SPI.o -index-unit-output-path /SVGUIView.build/Debug-xros/SVGUIView.build/Objects-normal/arm64/CSSFontSelector.o -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/element/filter/SVGFeMergeElement.swift (in target 'SVGUIView' from project 'SVGUIView')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

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

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

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

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

/Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/element/filter/SVGFilterElement.swift:77:27: error: 'UIScreen' is unavailable in visionOS
        let scale = await UIScreen.main.scale
                          ^~~~~~~~
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIScreen.h:54:12: note: 'UIScreen' has been explicitly marked unavailable here
@interface UIScreen : NSObject <UITraitEnvironment>
           ^
/Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/element/filter/SVGFilterElement.swift:114:21: error: 'UIScreen' is unavailable in visionOS
        let scale = UIScreen.main.scale
                    ^~~~~~~~
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIScreen.h:54:12: note: 'UIScreen' has been explicitly marked unavailable here
@interface UIScreen : NSObject <UITraitEnvironment>
           ^
/Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/element/filter/SVGFilterElement.swift:114:35: 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 scale = UIScreen.main.scale
                                  ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.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/SVGFilterElement.swift:113:18: note: add '@MainActor' to make instance method 'createImageCGContext(rect:colorInterpolation:)' part of global actor 'MainActor'
    private func createImageCGContext(rect: CGRect, colorInterpolation: SVGColorInterpolation) -> CGContext? {
                 ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/element/filter/SVGFilterElement.swift:114:30: 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 scale = UIScreen.main.scale
                             ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.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/SVGFilterElement.swift:113:18: note: add '@MainActor' to make instance method 'createImageCGContext(rect:colorInterpolation:)' part of global actor 'MainActor'
    private func createImageCGContext(rect: CGRect, colorInterpolation: SVGColorInterpolation) -> CGContext? {
                 ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/element/filter/SVGFilterElement.swift:130:27: error: 'UIScreen' is unavailable in visionOS
        let scale = await UIScreen.main.scale
                          ^~~~~~~~
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIScreen.h:54:12: note: 'UIScreen' has been explicitly marked unavailable here
@interface UIScreen : NSObject <UITraitEnvironment>
           ^
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/element/pserver/SVGGradientServer.swift (in target 'SVGUIView' from project 'SVGUIView')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

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

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

/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)
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\ 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)
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-xros/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-xros/_ICU.modulemap -Xcc -fmodule-map-file\=/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-xros/_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/XROS.platform/Developer/SDKs/XROS2.4.sdk -target arm64-apple-xros1.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-xros -I /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/xros2.4-22O233-407b76dbb837030756cbe1ab3f0b01b6.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SVGUIView.build/Debug-xros/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-xros/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-xros/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-xros/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-xros/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SVGUIView.build/Debug-xros/SVGUIView.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SVGUIView.build/Debug-xros/SVGUIView.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SVGUIView.build/Debug-xros/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-xros/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-xros/SVGUIView-Swift.h /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SVGUIView.build/Debug-xros/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-xros/SVGUIView.build/Objects-normal/arm64/SVGUIView-Swift.h -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-xros/SVGUIView-Swift.h
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/SVGUIView.swiftmodule/arm64-apple-xros.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SVGUIView.build/Debug-xros/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-xros/SVGUIView.build/Objects-normal/arm64/SVGUIView.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/SVGUIView.swiftmodule/arm64-apple-xros.swiftmodule
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/SVGUIView.swiftmodule/arm64-apple-xros.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SVGUIView.build/Debug-xros/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-xros/SVGUIView.build/Objects-normal/arm64/SVGUIView.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/SVGUIView.swiftmodule/arm64-apple-xros.swiftdoc
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/SVGUIView.swiftmodule/arm64-apple-xros.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SVGUIView.build/Debug-xros/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-xros/SVGUIView.build/Objects-normal/arm64/SVGUIView.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/SVGUIView.swiftmodule/arm64-apple-xros.abi.json
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/SVGUIView.swiftmodule/Project/arm64-apple-xros.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SVGUIView.build/Debug-xros/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-xros/SVGUIView.build/Objects-normal/arm64/SVGUIView.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/SVGUIView.swiftmodule/Project/arm64-apple-xros.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-xros/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-xros/_ICU.modulemap -Xcc -fmodule-map-file\=/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-xros/_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/XROS.platform/Developer/SDKs/XROS2.4.sdk -target arm64-apple-xros1.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-xros -I /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.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/xros2.4-22O233-407b76dbb837030756cbe1ab3f0b01b6.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SVGUIView.build/Debug-xros/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-xros/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-xros/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-xros/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-xros/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SVGUIView.build/Debug-xros/SVGView.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SVGUIView.build/Debug-xros/SVGView.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SVGUIView.build/Debug-xros/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-xros/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 UScriptCode.swift, UnrealizedCoreTextFont.swift, VariationCapabilities .swift, CSSParser.swift, SVGAttributeScanner.swift, SVGParser.swift, BufferReader.swift, BufferView.swift, BufferViewIndex.swift (in target 'SVGUIView' from project 'SVGUIView')
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

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

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

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

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

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

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

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

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

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

SwiftCompile normal arm64 Compiling\ 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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

SwiftCompile normal arm64 Compiling\ SVGElement.swift,\ SVGGroupElement.swift,\ SVGMaskElement.swift,\ SVGPatternElement.swift,\ SVGSVGElement.swift,\ SVGCircleElement.swift,\ SVGEllipse.swift,\ SVGImageElement.swift,\ SVGLineElement.swift /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/element/SVGElement.swift /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/element/SVGGroupElement.swift /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/element/SVGMaskElement.swift /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/element/SVGPatternElement.swift /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/element/SVGSVGElement.swift /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/element/drawable/SVGCircleElement.swift /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/element/drawable/SVGEllipse.swift /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/element/drawable/SVGImageElement.swift /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/element/drawable/SVGLineElement.swift (in target 'SVGUIView' from project 'SVGUIView')
Failed frontend command:
/Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift-frontend -frontend -c /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/Extensions/CGAffineTransform+Extension.swift /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/Extensions/UIBezierPath+Extension.swift /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/SVGContext.swift /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/SVGUIView.swift /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/SVGUIViewConfiguration.swift /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/css/CSSRule.swift /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/css/CSSSelector.swift /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/element/SVGClipPathElement.swift /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/element/SVGDefsElement.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/element/SVGElement.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/element/SVGGroupElement.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/element/SVGMaskElement.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/element/SVGPatternElement.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/element/SVGSVGElement.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/element/drawable/SVGCircleElement.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/element/drawable/SVGEllipse.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/element/drawable/SVGImageElement.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/element/drawable/SVGLineElement.swift /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/element/drawable/SVGPathElement.swift /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/element/drawable/SVGPolygonElement.swift /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/element/drawable/SVGPolylineElement.swift /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/element/drawable/SVGRectElement.swift /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/element/drawable/SVGTextElement.swift /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/element/drawable/SVGUseElement.swift /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/element/filter/SVGFeBlendElement.swift /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/element/filter/SVGFeFloodElement.swift /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/element/filter/SVGFeGaussianBlurElement.swift /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/element/filter/SVGFeMergeElement.swift /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/element/filter/SVGFeMergeNodeElement.swift /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/element/filter/SVGFeOffsetElement.swift /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/element/filter/SVGFilterApplier.swift /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/element/filter/SVGFilterElement.swift /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/element/pserver/SVGGradientServer.swift /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/element/pserver/SVGStopElement.swift /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/font/CFString+SPI.swift /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/font/CSSFontSelector.swift /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/font/Font.swift /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/font/FontCache.swift /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/font/FontCacheCoreText.swift /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/font/FontCascade.swift /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/font/FontCascadeDescription.swift /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/font/FontCascadeFonts.swift /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/font/FontCreationContext.swift /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/font/FontCreationContextRareData.swift /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/font/FontDatabase.swift /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/font/FontDescription.swift /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/font/FontFamilySpecificationCoreText.swift /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/font/FontFamilySpecificationCoreTextCache.swift /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/font/FontFamilySpecificationKey.swift /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/font/FontGenericFamilies.swift /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/font/FontInterrogation.swift /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/font/FontPlatformData.swift /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/font/FontRanges.swift /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/font/FontSelectionAlgorithm.swift /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/font/FontSelectionCapabilities.swift /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/font/FontSelectionValue.swift /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/font/FontSelector.swift /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/font/FontSizeAdjust.swift /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/font/FontTaggedSettings.swift /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/font/GlyphData.swift /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/font/GlyphPage.swift /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/font/Settings.swift /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/font/SystemFontDatabaseCoreText.swift /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/font/UScriptCode.swift /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/font/UnrealizedCoreTextFont.swift /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/font/VariationCapabilities\ .swift /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/parser/CSSParser.swift /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/parser/SVGAttributeScanner.swift /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/parser/SVGParser.swift /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/parser/buffer/BufferReader.swift /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/parser/buffer/BufferView.swift /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/parser/buffer/BufferViewIndex.swift /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/parser/css/CSSToken.swift /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/parser/css/CSSTokenizer.swift /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/primitives/PreserveAspectRatio.swift /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/primitives/SVGClipPath.swift /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/primitives/SVGElementRect.swift /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/primitives/SVGFill.swift /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/primitives/SVGFilter.swift /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/primitives/SVGLength.swift /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/primitives/SVGMask.swift /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/primitives/SVGOpacity.swift /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/primitives/SVGUIColor.swift /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/primitives/SVGUIFont.swift /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/primitives/SVGUIPoints.swift /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/primitives/SVGUIStroke.swift /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/primitives/SVGUIStyle.swift /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/primitives/TransformOperator.swift -supplementary-output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SVGUIView.build/Debug-xros/SVGUIView.build/Objects-normal/arm64/supplementaryOutputs-2 -target arm64-apple-xros1.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -stack-check -sdk /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -I /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.sdk/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -debug-info-format\=dwarf -dwarf-version\=4 -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -profile-generate -profile-coverage-mapping -swift-version 5 -enforce-exclusivity\=checked -Onone -D SWIFT_PACKAGE -D DEBUG -D Xcode -serialize-debugging-options -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SVGUIView.build/Debug-xros/SVGUIView.build/Objects-normal/arm64/SVGUIView_const_extract_protocols.json -enable-experimental-feature DebugDescriptionMacro -empty-abi-descriptor -plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -resource-dir /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -file-compilation-dir /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -Xcc -fmodule-map-file\=/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-xros/_ICU.modulemap -Xcc -fmodule-map-file\=/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-xros/_SPI.modulemap -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/xros2.4-22O233-407b76dbb837030756cbe1ab3f0b01b6.sdkstatcache -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SVGUIView.build/Debug-xros/SVGUIView.build/swift-overrides.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/Sources/_ICU/include -Xcc -I/Users/admin/builder/spi-builder-workspace/Sources/_SPI/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SVGUIView.build/Debug-xros/SVGUIView.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SVGUIView.build/Debug-xros/SVGUIView.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SVGUIView.build/Debug-xros/SVGUIView.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name SVGUIView -package-name spi_builder_workspace -frontend-parseable-output -disable-clang-spi -target-sdk-version 2.4 -target-sdk-name xros2.4 -external-plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/bin/swift-plugin-server -in-process-plugin-server-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/libSwiftInProcPluginServer.dylib -plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/local/lib/swift/host/plugins -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SVGUIView.build/Debug-xros/SVGUIView.build/Objects-normal/arm64/SVGElement.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SVGUIView.build/Debug-xros/SVGUIView.build/Objects-normal/arm64/SVGGroupElement.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SVGUIView.build/Debug-xros/SVGUIView.build/Objects-normal/arm64/SVGMaskElement.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SVGUIView.build/Debug-xros/SVGUIView.build/Objects-normal/arm64/SVGPatternElement.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SVGUIView.build/Debug-xros/SVGUIView.build/Objects-normal/arm64/SVGSVGElement.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SVGUIView.build/Debug-xros/SVGUIView.build/Objects-normal/arm64/SVGCircleElement.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SVGUIView.build/Debug-xros/SVGUIView.build/Objects-normal/arm64/SVGEllipse.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SVGUIView.build/Debug-xros/SVGUIView.build/Objects-normal/arm64/SVGImageElement.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SVGUIView.build/Debug-xros/SVGUIView.build/Objects-normal/arm64/SVGLineElement.o -index-unit-output-path /SVGUIView.build/Debug-xros/SVGUIView.build/Objects-normal/arm64/SVGElement.o -index-unit-output-path /SVGUIView.build/Debug-xros/SVGUIView.build/Objects-normal/arm64/SVGGroupElement.o -index-unit-output-path /SVGUIView.build/Debug-xros/SVGUIView.build/Objects-normal/arm64/SVGMaskElement.o -index-unit-output-path /SVGUIView.build/Debug-xros/SVGUIView.build/Objects-normal/arm64/SVGPatternElement.o -index-unit-output-path /SVGUIView.build/Debug-xros/SVGUIView.build/Objects-normal/arm64/SVGSVGElement.o -index-unit-output-path /SVGUIView.build/Debug-xros/SVGUIView.build/Objects-normal/arm64/SVGCircleElement.o -index-unit-output-path /SVGUIView.build/Debug-xros/SVGUIView.build/Objects-normal/arm64/SVGEllipse.o -index-unit-output-path /SVGUIView.build/Debug-xros/SVGUIView.build/Objects-normal/arm64/SVGImageElement.o -index-unit-output-path /SVGUIView.build/Debug-xros/SVGUIView.build/Objects-normal/arm64/SVGLineElement.o -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/element/SVGElement.swift (in target 'SVGUIView' from project 'SVGUIView')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

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

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

/Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/element/SVGMaskElement.swift:81:27: error: 'UIScreen' is unavailable in visionOS
        let scale = await UIScreen.main.scale
                          ^~~~~~~~
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIScreen.h:54:12: note: 'UIScreen' has been explicitly marked unavailable here
@interface UIScreen : NSObject <UITraitEnvironment>
           ^
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/element/SVGPatternElement.swift (in target 'SVGUIView' from project 'SVGUIView')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

/Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/element/SVGPatternElement.swift:205:27: error: 'UIScreen' is unavailable in visionOS
        let scale = await UIScreen.main.scale
                          ^~~~~~~~
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIScreen.h:54:12: note: 'UIScreen' has been explicitly marked unavailable here
@interface UIScreen : NSObject <UITraitEnvironment>
           ^
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/element/SVGSVGElement.swift (in target 'SVGUIView' from project 'SVGUIView')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

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

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

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

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

SwiftCompile normal arm64 Compiling\ SVGFeMergeElement.swift,\ SVGFeMergeNodeElement.swift,\ SVGFeOffsetElement.swift,\ SVGFilterApplier.swift,\ SVGFilterElement.swift,\ SVGGradientServer.swift,\ SVGStopElement.swift,\ CFString+SPI.swift,\ CSSFontSelector.swift /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/element/filter/SVGFeMergeElement.swift /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/element/filter/SVGFeMergeNodeElement.swift /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/element/filter/SVGFeOffsetElement.swift /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/element/filter/SVGFilterApplier.swift /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/element/filter/SVGFilterElement.swift /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/element/pserver/SVGGradientServer.swift /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/element/pserver/SVGStopElement.swift /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/font/CFString+SPI.swift /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/font/CSSFontSelector.swift (in target 'SVGUIView' from project 'SVGUIView')
Command SwiftCompile failed with a nonzero exit code
** BUILD FAILED **
The following build commands failed:
	SwiftCompile normal arm64 Compiling\ SVGElement.swift,\ SVGGroupElement.swift,\ SVGMaskElement.swift,\ SVGPatternElement.swift,\ SVGSVGElement.swift,\ SVGCircleElement.swift,\ SVGEllipse.swift,\ SVGImageElement.swift,\ SVGLineElement.swift /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/element/SVGElement.swift /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/element/SVGGroupElement.swift /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/element/SVGMaskElement.swift /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/element/SVGPatternElement.swift /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/element/SVGSVGElement.swift /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/element/drawable/SVGCircleElement.swift /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/element/drawable/SVGEllipse.swift /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/element/drawable/SVGImageElement.swift /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/element/drawable/SVGLineElement.swift (in target 'SVGUIView' from project 'SVGUIView')
	SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/element/SVGMaskElement.swift (in target 'SVGUIView' from project 'SVGUIView')
	SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/element/SVGPatternElement.swift (in target 'SVGUIView' from project 'SVGUIView')
	SwiftCompile normal arm64 Compiling\ SVGFeMergeElement.swift,\ SVGFeMergeNodeElement.swift,\ SVGFeOffsetElement.swift,\ SVGFilterApplier.swift,\ SVGFilterElement.swift,\ SVGGradientServer.swift,\ SVGStopElement.swift,\ CFString+SPI.swift,\ CSSFontSelector.swift /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/element/filter/SVGFeMergeElement.swift /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/element/filter/SVGFeMergeNodeElement.swift /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/element/filter/SVGFeOffsetElement.swift /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/element/filter/SVGFilterApplier.swift /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/element/filter/SVGFilterElement.swift /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/element/pserver/SVGGradientServer.swift /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/element/pserver/SVGStopElement.swift /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/font/CFString+SPI.swift /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/font/CSSFontSelector.swift (in target 'SVGUIView' from project 'SVGUIView')
	Building workspace spi-builder-workspace with scheme SVGUIView-Package
(5 failures)
BUILD FAILURE 6.1 visionOS