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 YMatterType, reference 1.7.0 (3a9f8d), with Swift 6.1 for visionOS using Xcode 16.3 on 27 Apr 2025 22:15:56 UTC.

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.61.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/codeandtheory/YMatterType.git
Reference: 1.7.0
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/codeandtheory/YMatterType
 * tag               1.7.0      -> FETCH_HEAD
HEAD is now at 3a9f8dd [ISSUE] fixed swift lint warnings (#84)
Cloned https://github.com/codeandtheory/YMatterType.git
Revision (git rev-parse @):
3a9f8dd625ecfde9f9cb2c2e236b102fda148e95
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/codeandtheory/YMatterType.git at 1.7.0
========================================
Build
========================================
Selected platform:         visionOS
Swift version:             6.1
Building package at path:  $PWD
https://github.com/codeandtheory/YMatterType.git
https://github.com/codeandtheory/YMatterType.git
{
  "default_localization" : "en",
  "dependencies" : [
  ],
  "manifest_display_name" : "YMatterType",
  "name" : "YMatterType",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "14.0"
    },
    {
      "name" : "tvos",
      "version" : "14.0"
    }
  ],
  "products" : [
    {
      "name" : "YMatterType",
      "targets" : [
        "YMatterType"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "YMatterTypeTests",
      "module_type" : "SwiftTarget",
      "name" : "YMatterTypeTests",
      "path" : "Tests/YMatterTypeTests",
      "resources" : [
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Tests/YMatterTypeTests/Assets",
          "rule" : {
            "copy" : {
            }
          }
        }
      ],
      "sources" : [
        "Elements/ElementBreakpointAdjustedTests.swift",
        "Elements/ElementColorAdjustedTests.swift",
        "Elements/ElementFontAdjustedTests.swift",
        "Elements/Mocks/MockButton.swift",
        "Elements/Mocks/MockLabel.swift",
        "Elements/Mocks/MockTextField.swift",
        "Elements/Mocks/MockTextView.swift",
        "Elements/Representables/TypographyLabelRepresentableTests.swift",
        "Elements/TextStyleLabelTests.swift",
        "Elements/TypographyButtonTests.swift",
        "Elements/TypographyElementTests.swift",
        "Elements/TypographyLabelTests.swift",
        "Elements/TypographyTextFieldTests.swift",
        "Elements/TypographyTextViewTests.swift",
        "Extensions/Foundation/BaseStringTestCase.swift",
        "Extensions/Foundation/NSAttributedString+baseAttributesTests.swift",
        "Extensions/Foundation/NSAttributedString+textCaseTests.swift",
        "Extensions/Foundation/String+textCaseTests.swift",
        "Extensions/Foundation/String+textSizeTests.swift",
        "Extensions/UIKit/NSParagraphStyle+lineSpacingTests.swift",
        "Extensions/UIKit/UIFont+registerTests.swift",
        "Extensions/UIKit/UITraitCollection+breakpointTests.swift",
        "Extensions/UIKit/UITraitCollection+fontAppearanceTests.swift",
        "Extensions/UIKit/UITraitCollection+traits.swift",
        "Helpers/CGFloat+rounded.swift",
        "Helpers/NSAttributedString+hasAttribute.swift",
        "Helpers/Typography+YMatterTypeTests.swift",
        "Helpers/UIEdgeInsets+vertical.swift",
        "Helpers/UIFont+load.swift",
        "Helpers/UITraitCollection+default.swift",
        "Helpers/XCTestCase+MemoryLeakTracking.swift",
        "Helpers/XCTestCase+TypographyEquatable.swift",
        "Typography/FontFamily/DefaultFontFamilyFactoryTests.swift",
        "Typography/FontFamily/DefaultFontFamilyTests.swift",
        "Typography/FontFamily/FontFamilyTests.swift",
        "Typography/FontFamily/HelveticaNeueFontFamilyTests.swift",
        "Typography/FontFamily/SystemFontFamilyTests.swift",
        "Typography/TypogaphyTests.swift",
        "Typography/Typography+EnumTests.swift",
        "Typography/Typography+FontTests.swift",
        "Typography/Typography+MutatorsTests.swift",
        "Typography/Typography+SystemTests.swift",
        "Typography/TypographyLayoutTests.swift",
        "YMatterType+LoggingTests.swift"
      ],
      "target_dependencies" : [
        "YMatterType"
      ],
      "type" : "test"
    },
    {
      "c99name" : "YMatterType",
      "module_type" : "SwiftTarget",
      "name" : "YMatterType",
      "path" : "Sources/YMatterType",
      "product_memberships" : [
        "YMatterType"
      ],
      "sources" : [
        "Elements/Representables/TypographyLabelRepresentable.swift",
        "Elements/TextStyleLabel.swift",
        "Elements/TypographyButton.swift",
        "Elements/TypographyLabel.swift",
        "Elements/TypographyTextField.swift",
        "Elements/TypographyTextView.swift",
        "Extensions/Foundation/NSAttributedString+baseAttributes.swift",
        "Extensions/Foundation/NSAttributedString+textCase.swift",
        "Extensions/Foundation/String+textCase.swift",
        "Extensions/Foundation/String+textSize.swift",
        "Extensions/UIKit/NSParagraphStyle+lineSpacing.swift",
        "Extensions/UIKit/UIFont+register.swift",
        "Extensions/UIKit/UITraitCollection+breakpoint.swift",
        "Extensions/UIKit/UITraitCollection+fontAppearance.swift",
        "Typography/FontFamily/DefaultFontFamily.swift",
        "Typography/FontFamily/DefaultFontFamilyFactory.swift",
        "Typography/FontFamily/FontFamily.swift",
        "Typography/FontFamily/FontFamilyFactory.swift",
        "Typography/FontFamily/HelveticaNeueFontFamily.swift",
        "Typography/FontFamily/SystemFontFamily.swift",
        "Typography/Typography+Enums.swift",
        "Typography/Typography+Font.swift",
        "Typography/Typography+Mutators.swift",
        "Typography/Typography+System.swift",
        "Typography/Typography.swift",
        "Typography/TypographyLayout.swift",
        "YMatterType+Logging.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.5"
}
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:
  YMatterType: /Users/admin/builder/spi-builder-workspace
resolved source packages: YMatterType
{
  "default_localization" : "en",
  "dependencies" : [
  ],
  "manifest_display_name" : "YMatterType",
  "name" : "YMatterType",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "14.0"
    },
    {
      "name" : "tvos",
      "version" : "14.0"
    }
  ],
  "products" : [
    {
      "name" : "YMatterType",
      "targets" : [
        "YMatterType"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "YMatterTypeTests",
      "module_type" : "SwiftTarget",
      "name" : "YMatterTypeTests",
      "path" : "Tests/YMatterTypeTests",
      "resources" : [
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Tests/YMatterTypeTests/Assets",
          "rule" : {
            "copy" : {
            }
          }
        }
      ],
      "sources" : [
        "Elements/ElementBreakpointAdjustedTests.swift",
        "Elements/ElementColorAdjustedTests.swift",
        "Elements/ElementFontAdjustedTests.swift",
        "Elements/Mocks/MockButton.swift",
        "Elements/Mocks/MockLabel.swift",
        "Elements/Mocks/MockTextField.swift",
        "Elements/Mocks/MockTextView.swift",
        "Elements/Representables/TypographyLabelRepresentableTests.swift",
        "Elements/TextStyleLabelTests.swift",
        "Elements/TypographyButtonTests.swift",
        "Elements/TypographyElementTests.swift",
        "Elements/TypographyLabelTests.swift",
        "Elements/TypographyTextFieldTests.swift",
        "Elements/TypographyTextViewTests.swift",
        "Extensions/Foundation/BaseStringTestCase.swift",
        "Extensions/Foundation/NSAttributedString+baseAttributesTests.swift",
        "Extensions/Foundation/NSAttributedString+textCaseTests.swift",
        "Extensions/Foundation/String+textCaseTests.swift",
        "Extensions/Foundation/String+textSizeTests.swift",
        "Extensions/UIKit/NSParagraphStyle+lineSpacingTests.swift",
        "Extensions/UIKit/UIFont+registerTests.swift",
        "Extensions/UIKit/UITraitCollection+breakpointTests.swift",
        "Extensions/UIKit/UITraitCollection+fontAppearanceTests.swift",
        "Extensions/UIKit/UITraitCollection+traits.swift",
        "Helpers/CGFloat+rounded.swift",
        "Helpers/NSAttributedString+hasAttribute.swift",
        "Helpers/Typography+YMatterTypeTests.swift",
        "Helpers/UIEdgeInsets+vertical.swift",
        "Helpers/UIFont+load.swift",
        "Helpers/UITraitCollection+default.swift",
        "Helpers/XCTestCase+MemoryLeakTracking.swift",
        "Helpers/XCTestCase+TypographyEquatable.swift",
        "Typography/FontFamily/DefaultFontFamilyFactoryTests.swift",
        "Typography/FontFamily/DefaultFontFamilyTests.swift",
        "Typography/FontFamily/FontFamilyTests.swift",
        "Typography/FontFamily/HelveticaNeueFontFamilyTests.swift",
        "Typography/FontFamily/SystemFontFamilyTests.swift",
        "Typography/TypogaphyTests.swift",
        "Typography/Typography+EnumTests.swift",
        "Typography/Typography+FontTests.swift",
        "Typography/Typography+MutatorsTests.swift",
        "Typography/Typography+SystemTests.swift",
        "Typography/TypographyLayoutTests.swift",
        "YMatterType+LoggingTests.swift"
      ],
      "target_dependencies" : [
        "YMatterType"
      ],
      "type" : "test"
    },
    {
      "c99name" : "YMatterType",
      "module_type" : "SwiftTarget",
      "name" : "YMatterType",
      "path" : "Sources/YMatterType",
      "product_memberships" : [
        "YMatterType"
      ],
      "sources" : [
        "Elements/Representables/TypographyLabelRepresentable.swift",
        "Elements/TextStyleLabel.swift",
        "Elements/TypographyButton.swift",
        "Elements/TypographyLabel.swift",
        "Elements/TypographyTextField.swift",
        "Elements/TypographyTextView.swift",
        "Extensions/Foundation/NSAttributedString+baseAttributes.swift",
        "Extensions/Foundation/NSAttributedString+textCase.swift",
        "Extensions/Foundation/String+textCase.swift",
        "Extensions/Foundation/String+textSize.swift",
        "Extensions/UIKit/NSParagraphStyle+lineSpacing.swift",
        "Extensions/UIKit/UIFont+register.swift",
        "Extensions/UIKit/UITraitCollection+breakpoint.swift",
        "Extensions/UIKit/UITraitCollection+fontAppearance.swift",
        "Typography/FontFamily/DefaultFontFamily.swift",
        "Typography/FontFamily/DefaultFontFamilyFactory.swift",
        "Typography/FontFamily/FontFamily.swift",
        "Typography/FontFamily/FontFamilyFactory.swift",
        "Typography/FontFamily/HelveticaNeueFontFamily.swift",
        "Typography/FontFamily/SystemFontFamily.swift",
        "Typography/Typography+Enums.swift",
        "Typography/Typography+Font.swift",
        "Typography/Typography+Mutators.swift",
        "Typography/Typography+System.swift",
        "Typography/Typography.swift",
        "Typography/TypographyLayout.swift",
        "YMatterType+Logging.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.5"
}
{
  "workspace" : {
    "name" : "spi-builder-workspace",
    "schemes" : [
      "YMatterType"
    ]
  }
}
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme YMatterType -destination generic/platform=xrOS OTHER_SWIFT_FLAGS=-stats-output-dir .stats -strict-concurrency=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures
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 YMatterType -destination generic/platform=xrOS "OTHER_SWIFT_FLAGS=-stats-output-dir .stats -strict-concurrency=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures"
Build settings from command line:
    OTHER_SWIFT_FLAGS = -stats-output-dir .stats -strict-concurrency=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures
Resolve Package Graph
Resolved source packages:
  YMatterType: /Users/admin/builder/spi-builder-workspace
ComputePackagePrebuildTargetDependencyGraph
Prepare packages
CreateBuildRequest
SendProjectDescription
CreateBuildOperation
ComputeTargetDependencyGraph
note: Building targets in dependency order
note: Target dependency graph (4 targets)
    Target 'YMatterTypeTests' in project 'YMatterType'
        ➜ Explicit dependency on target 'YMatterType_YMatterTypeTests' in project 'YMatterType'
        ➜ Explicit dependency on target 'YMatterType' in project 'YMatterType'
    Target 'YMatterType_YMatterTypeTests' in project 'YMatterType' (no dependencies)
    Target 'YMatterType' in project 'YMatterType'
        ➜ Explicit dependency on target 'YMatterType' in project 'YMatterType'
    Target 'YMatterType' in project 'YMatterType' (no dependencies)
GatherProvisioningInputs
CreateBuildDescription
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
Build description signature: c90fa2446009a553120500d591ae0d17
Build description path: /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCBuildData/c90fa2446009a553120500d591ae0d17.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
CreateBuildDirectory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-create-build-directory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products
CreateBuildDirectory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-create-build-directory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex
CreateBuildDirectory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-create-build-directory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros
CreateBuildDirectory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-xros
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-create-build-directory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-xros
CreateBuildDirectory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/PackageFrameworks
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-create-build-directory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/PackageFrameworks
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/YMatterType.build/Debug-xros/YMatterTypeTests.build/YMatterTypeTests.DependencyStaticMetadataFileList (in target 'YMatterTypeTests' from project 'YMatterType')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/YMatterType.build/Debug-xros/YMatterTypeTests.build/YMatterTypeTests.DependencyStaticMetadataFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/YMatterType.build/Debug-xros/YMatterTypeTests.build/empty-YMatterTypeTests.plist (in target 'YMatterTypeTests' from project 'YMatterType')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/YMatterType.build/Debug-xros/YMatterTypeTests.build/empty-YMatterTypeTests.plist
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/YMatterType.build/Debug-xros/YMatterType_YMatterTypeTests.build/YMatterType_YMatterTypeTests.DependencyMetadataFileList (in target 'YMatterType_YMatterTypeTests' from project 'YMatterType')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/YMatterType.build/Debug-xros/YMatterType_YMatterTypeTests.build/YMatterType_YMatterTypeTests.DependencyMetadataFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/YMatterType.build/Debug-xros/YMatterType_YMatterTypeTests.build/YMatterType_YMatterTypeTests.DependencyStaticMetadataFileList (in target 'YMatterType_YMatterTypeTests' from project 'YMatterType')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/YMatterType.build/Debug-xros/YMatterType_YMatterTypeTests.build/YMatterType_YMatterTypeTests.DependencyStaticMetadataFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/YMatterType.build/Debug-xros/YMatterTypeTests.build/Objects-normal/arm64/YMatterTypeTests.SwiftConstValuesFileList (in target 'YMatterTypeTests' from project 'YMatterType')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/YMatterType.build/Debug-xros/YMatterTypeTests.build/Objects-normal/arm64/YMatterTypeTests.SwiftConstValuesFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/YMatterType.build/Debug-xros/YMatterTypeTests.build/YMatterTypeTests.DependencyMetadataFileList (in target 'YMatterTypeTests' from project 'YMatterType')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/YMatterType.build/Debug-xros/YMatterTypeTests.build/YMatterTypeTests.DependencyMetadataFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/YMatterType.build/Debug-xros/YMatterTypeTests.build/Objects-normal/arm64/YMatterTypeTests.SwiftFileList (in target 'YMatterTypeTests' from project 'YMatterType')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/YMatterType.build/Debug-xros/YMatterTypeTests.build/Objects-normal/arm64/YMatterTypeTests.SwiftFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/YMatterType.build/Debug-xros/YMatterType_YMatterTypeTests.build/empty-YMatterType_YMatterTypeTests.plist (in target 'YMatterType_YMatterTypeTests' from project 'YMatterType')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/YMatterType.build/Debug-xros/YMatterType_YMatterTypeTests.build/empty-YMatterType_YMatterTypeTests.plist
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/YMatterType.build/Debug-xros/YMatterTypeTests.build/Objects-normal/arm64/YMatterTypeTests_const_extract_protocols.json (in target 'YMatterTypeTests' from project 'YMatterType')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/YMatterType.build/Debug-xros/YMatterTypeTests.build/Objects-normal/arm64/YMatterTypeTests_const_extract_protocols.json
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/YMatterType.build/Debug-xros/YMatterTypeTests.build/Objects-normal/arm64/YMatterTypeTests.LinkFileList (in target 'YMatterTypeTests' from project 'YMatterType')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/YMatterType.build/Debug-xros/YMatterTypeTests.build/Objects-normal/arm64/YMatterTypeTests.LinkFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/YMatterType.build/Debug-xros/YMatterTypeTests.build/Objects-normal/arm64/YMatterTypeTests-OutputFileMap.json (in target 'YMatterTypeTests' from project 'YMatterType')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/YMatterType.build/Debug-xros/YMatterTypeTests.build/Objects-normal/arm64/YMatterTypeTests-OutputFileMap.json
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/YMatterType.build/Debug-xros/YMatterTypeTests.build/DerivedSources/resource_bundle_accessor.swift (in target 'YMatterTypeTests' from project 'YMatterType')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/YMatterType.build/Debug-xros/YMatterTypeTests.build/DerivedSources/resource_bundle_accessor.swift
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/YMatterType.build/Debug-xros/YMatterType.build/YMatterType.DependencyStaticMetadataFileList (in target 'YMatterType' from project 'YMatterType')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/YMatterType.build/Debug-xros/YMatterType.build/YMatterType.DependencyStaticMetadataFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/YMatterType.build/Debug-xros/YMatterType.build/YMatterType.DependencyMetadataFileList (in target 'YMatterType' from project 'YMatterType')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/YMatterType.build/Debug-xros/YMatterType.build/YMatterType.DependencyMetadataFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/YMatterType.build/Debug-xros/YMatterType.build/Objects-normal/arm64/YMatterType_const_extract_protocols.json (in target 'YMatterType' from project 'YMatterType')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/YMatterType.build/Debug-xros/YMatterType.build/Objects-normal/arm64/YMatterType_const_extract_protocols.json
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/YMatterType.build/Debug-xros/YMatterType.build/Objects-normal/arm64/YMatterType.SwiftFileList (in target 'YMatterType' from project 'YMatterType')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/YMatterType.build/Debug-xros/YMatterType.build/Objects-normal/arm64/YMatterType.SwiftFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/YMatterType.build/Debug-xros/YMatterType.build/Objects-normal/arm64/YMatterType.SwiftConstValuesFileList (in target 'YMatterType' from project 'YMatterType')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/YMatterType.build/Debug-xros/YMatterType.build/Objects-normal/arm64/YMatterType.SwiftConstValuesFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/YMatterType.build/Debug-xros/YMatterType.build/Objects-normal/arm64/YMatterType.LinkFileList (in target 'YMatterType' from project 'YMatterType')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/YMatterType.build/Debug-xros/YMatterType.build/Objects-normal/arm64/YMatterType.LinkFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/YMatterType.build/Debug-xros/YMatterType.build/YMatterType.modulemap (in target 'YMatterType' from project 'YMatterType')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/YMatterType.build/Debug-xros/YMatterType.build/YMatterType.modulemap
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/YMatterType.build/Debug-xros/YMatterType.build/Objects-normal/arm64/YMatterType-OutputFileMap.json (in target 'YMatterType' from project 'YMatterType')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/YMatterType.build/Debug-xros/YMatterType.build/Objects-normal/arm64/YMatterType-OutputFileMap.json
MkDir /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/YMatterType_YMatterTypeTests.bundle (in target 'YMatterType_YMatterTypeTests' from project 'YMatterType')
    cd /Users/admin/builder/spi-builder-workspace
    /bin/mkdir -p /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/YMatterType_YMatterTypeTests.bundle
MkDir /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/YMatterTypeTests.xctest (in target 'YMatterTypeTests' from project 'YMatterType')
    cd /Users/admin/builder/spi-builder-workspace
    /bin/mkdir -p /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/YMatterTypeTests.xctest
ProcessInfoPlistFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/YMatterType_YMatterTypeTests.bundle/Info.plist /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/YMatterType.build/Debug-xros/YMatterType_YMatterTypeTests.build/empty-YMatterType_YMatterTypeTests.plist (in target 'YMatterType_YMatterTypeTests' from project 'YMatterType')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-infoPlistUtility /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/YMatterType.build/Debug-xros/YMatterType_YMatterTypeTests.build/empty-YMatterType_YMatterTypeTests.plist -producttype com.apple.product-type.bundle -expandbuildsettings -format binary -platform xros -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/YMatterType_YMatterTypeTests.bundle/Info.plist
CpResource /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/YMatterType_YMatterTypeTests.bundle/Assets /Users/admin/builder/spi-builder-workspace/Tests/YMatterTypeTests/Assets (in target 'YMatterType_YMatterTypeTests' from project 'YMatterType')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks /Users/admin/builder/spi-builder-workspace/Tests/YMatterTypeTests/Assets /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/YMatterType_YMatterTypeTests.bundle
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-xros/YMatterType.modulemap /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/YMatterType.build/Debug-xros/YMatterType.build/YMatterType.modulemap (in target 'YMatterType' from project 'YMatterType')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/YMatterType.build/Debug-xros/YMatterType.build/YMatterType.modulemap /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-xros
RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/YMatterType_YMatterTypeTests.bundle (in target 'YMatterType_YMatterTypeTests' from project 'YMatterType')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/YMatterType_YMatterTypeTests.bundle
Touch /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/YMatterType_YMatterTypeTests.bundle (in target 'YMatterType_YMatterTypeTests' from project 'YMatterType')
    cd /Users/admin/builder/spi-builder-workspace
    /usr/bin/touch -c /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/YMatterType_YMatterTypeTests.bundle
SwiftDriver YMatterType normal arm64 com.apple.xcode.tools.swift.compiler (in target 'YMatterType' from project 'YMatterType')
    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 YMatterType -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/YMatterType.build/Debug-xros/YMatterType.build/Objects-normal/arm64/YMatterType.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -stats-output-dir .stats -strict-concurrency\=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures -plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/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 -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 -emit-localized-strings -emit-localized-strings-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/YMatterType.build/Debug-xros/YMatterType.build/Objects-normal/arm64 -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/YMatterType.build/Debug-xros/YMatterType.build/Objects-normal/arm64/YMatterType-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/YMatterType.build/Debug-xros/YMatterType.build/Objects-normal/arm64/YMatterType.swiftmodule -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/YMatterType.build/Debug-xros/YMatterType.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/YMatterType.build/Debug-xros/YMatterType.build/Objects-normal/arm64/YMatterType_const_extract_protocols.json -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/YMatterType.build/Debug-xros/YMatterType.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/YMatterType.build/Debug-xros/YMatterType.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/YMatterType.build/Debug-xros/YMatterType.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/YMatterType.build/Debug-xros/YMatterType.build/Objects-normal/arm64/YMatterType-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
SwiftCompile normal arm64 Compiling\ TypographyLabelRepresentable.swift,\ TextStyleLabel.swift,\ TypographyButton.swift /Users/admin/builder/spi-builder-workspace/Sources/YMatterType/Elements/Representables/TypographyLabelRepresentable.swift /Users/admin/builder/spi-builder-workspace/Sources/YMatterType/Elements/TextStyleLabel.swift /Users/admin/builder/spi-builder-workspace/Sources/YMatterType/Elements/TypographyButton.swift (in target 'YMatterType' from project 'YMatterType')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/YMatterType/Elements/Representables/TypographyLabelRepresentable.swift (in target 'YMatterType' from project 'YMatterType')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

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

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

SwiftCompile normal arm64 Compiling\ NSAttributedString+baseAttributes.swift,\ NSAttributedString+textCase.swift,\ String+textCase.swift /Users/admin/builder/spi-builder-workspace/Sources/YMatterType/Extensions/Foundation/NSAttributedString+baseAttributes.swift /Users/admin/builder/spi-builder-workspace/Sources/YMatterType/Extensions/Foundation/NSAttributedString+textCase.swift /Users/admin/builder/spi-builder-workspace/Sources/YMatterType/Extensions/Foundation/String+textCase.swift (in target 'YMatterType' from project 'YMatterType')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/YMatterType/Extensions/Foundation/NSAttributedString+baseAttributes.swift (in target 'YMatterType' from project 'YMatterType')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/YMatterType/Extensions/Foundation/NSAttributedString+textCase.swift (in target 'YMatterType' from project 'YMatterType')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/YMatterType/Extensions/Foundation/String+textCase.swift (in target 'YMatterType' from project 'YMatterType')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 Compiling\ String+textSize.swift,\ NSParagraphStyle+lineSpacing.swift,\ UIFont+register.swift /Users/admin/builder/spi-builder-workspace/Sources/YMatterType/Extensions/Foundation/String+textSize.swift /Users/admin/builder/spi-builder-workspace/Sources/YMatterType/Extensions/UIKit/NSParagraphStyle+lineSpacing.swift /Users/admin/builder/spi-builder-workspace/Sources/YMatterType/Extensions/UIKit/UIFont+register.swift (in target 'YMatterType' from project 'YMatterType')
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/YMatterType/Elements/Representables/TypographyLabelRepresentable.swift /Users/admin/builder/spi-builder-workspace/Sources/YMatterType/Elements/TextStyleLabel.swift /Users/admin/builder/spi-builder-workspace/Sources/YMatterType/Elements/TypographyButton.swift /Users/admin/builder/spi-builder-workspace/Sources/YMatterType/Elements/TypographyLabel.swift /Users/admin/builder/spi-builder-workspace/Sources/YMatterType/Elements/TypographyTextField.swift /Users/admin/builder/spi-builder-workspace/Sources/YMatterType/Elements/TypographyTextView.swift /Users/admin/builder/spi-builder-workspace/Sources/YMatterType/Extensions/Foundation/NSAttributedString+baseAttributes.swift /Users/admin/builder/spi-builder-workspace/Sources/YMatterType/Extensions/Foundation/NSAttributedString+textCase.swift /Users/admin/builder/spi-builder-workspace/Sources/YMatterType/Extensions/Foundation/String+textCase.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/YMatterType/Extensions/Foundation/String+textSize.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/YMatterType/Extensions/UIKit/NSParagraphStyle+lineSpacing.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/YMatterType/Extensions/UIKit/UIFont+register.swift /Users/admin/builder/spi-builder-workspace/Sources/YMatterType/Extensions/UIKit/UITraitCollection+breakpoint.swift /Users/admin/builder/spi-builder-workspace/Sources/YMatterType/Extensions/UIKit/UITraitCollection+fontAppearance.swift /Users/admin/builder/spi-builder-workspace/Sources/YMatterType/Typography/FontFamily/DefaultFontFamily.swift /Users/admin/builder/spi-builder-workspace/Sources/YMatterType/Typography/FontFamily/DefaultFontFamilyFactory.swift /Users/admin/builder/spi-builder-workspace/Sources/YMatterType/Typography/FontFamily/FontFamily.swift /Users/admin/builder/spi-builder-workspace/Sources/YMatterType/Typography/FontFamily/FontFamilyFactory.swift /Users/admin/builder/spi-builder-workspace/Sources/YMatterType/Typography/FontFamily/HelveticaNeueFontFamily.swift /Users/admin/builder/spi-builder-workspace/Sources/YMatterType/Typography/FontFamily/SystemFontFamily.swift /Users/admin/builder/spi-builder-workspace/Sources/YMatterType/Typography/Typography+Enums.swift /Users/admin/builder/spi-builder-workspace/Sources/YMatterType/Typography/Typography+Font.swift /Users/admin/builder/spi-builder-workspace/Sources/YMatterType/Typography/Typography+Mutators.swift /Users/admin/builder/spi-builder-workspace/Sources/YMatterType/Typography/Typography+System.swift /Users/admin/builder/spi-builder-workspace/Sources/YMatterType/Typography/Typography.swift /Users/admin/builder/spi-builder-workspace/Sources/YMatterType/Typography/TypographyLayout.swift /Users/admin/builder/spi-builder-workspace/Sources/YMatterType/YMatterType+Logging.swift -supplementary-output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/YMatterType.build/Debug-xros/YMatterType.build/Objects-normal/arm64/supplementaryOutputs-4 -emit-localized-strings -emit-localized-strings-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/YMatterType.build/Debug-xros/YMatterType.build/Objects-normal/arm64 -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 -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/YMatterType.build/Debug-xros/YMatterType.build/Objects-normal/arm64/YMatterType_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 -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/YMatterType.build/Debug-xros/YMatterType.build/swift-overrides.hmap -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/YMatterType.build/Debug-xros/YMatterType.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/YMatterType.build/Debug-xros/YMatterType.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/YMatterType.build/Debug-xros/YMatterType.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name YMatterType -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/YMatterType.build/Debug-xros/YMatterType.build/Objects-normal/arm64/String+textSize.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/YMatterType.build/Debug-xros/YMatterType.build/Objects-normal/arm64/NSParagraphStyle+lineSpacing.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/YMatterType.build/Debug-xros/YMatterType.build/Objects-normal/arm64/UIFont+register.o -index-unit-output-path /YMatterType.build/Debug-xros/YMatterType.build/Objects-normal/arm64/String+textSize.o -index-unit-output-path /YMatterType.build/Debug-xros/YMatterType.build/Objects-normal/arm64/NSParagraphStyle+lineSpacing.o -index-unit-output-path /YMatterType.build/Debug-xros/YMatterType.build/Objects-normal/arm64/UIFont+register.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/YMatterType/Extensions/Foundation/String+textSize.swift (in target 'YMatterType' from project 'YMatterType')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

/Users/admin/builder/spi-builder-workspace/Sources/YMatterType/Extensions/Foundation/String+textSize.swift:45:21: error: 'UIScreen' is unavailable in visionOS
            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/YMatterType/Extensions/Foundation/String+textSize.swift:45: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
            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/YMatterType/Extensions/Foundation/String+textSize.swift:36:17: note: add '@MainActor' to make instance method 'size(withFont:compatibleWith:)' part of global actor 'MainActor'
    public func size(
                ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/YMatterType/Extensions/Foundation/String+textSize.swift:45: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
            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/YMatterType/Extensions/Foundation/String+textSize.swift:36:17: note: add '@MainActor' to make instance method 'size(withFont:compatibleWith:)' part of global actor 'MainActor'
    public func size(
                ^
    @MainActor
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/YMatterType/Extensions/UIKit/NSParagraphStyle+lineSpacing.swift (in target 'YMatterType' from project 'YMatterType')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/YMatterType/Extensions/UIKit/UIFont+register.swift (in target 'YMatterType' from project 'YMatterType')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 Compiling\ UITraitCollection+breakpoint.swift,\ UITraitCollection+fontAppearance.swift,\ DefaultFontFamily.swift /Users/admin/builder/spi-builder-workspace/Sources/YMatterType/Extensions/UIKit/UITraitCollection+breakpoint.swift /Users/admin/builder/spi-builder-workspace/Sources/YMatterType/Extensions/UIKit/UITraitCollection+fontAppearance.swift /Users/admin/builder/spi-builder-workspace/Sources/YMatterType/Typography/FontFamily/DefaultFontFamily.swift (in target 'YMatterType' from project 'YMatterType')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/YMatterType/Extensions/UIKit/UITraitCollection+breakpoint.swift (in target 'YMatterType' from project 'YMatterType')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/YMatterType/Extensions/UIKit/UITraitCollection+fontAppearance.swift (in target 'YMatterType' from project 'YMatterType')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

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

SwiftCompile normal arm64 Compiling\ HelveticaNeueFontFamily.swift,\ SystemFontFamily.swift,\ Typography+Enums.swift /Users/admin/builder/spi-builder-workspace/Sources/YMatterType/Typography/FontFamily/HelveticaNeueFontFamily.swift /Users/admin/builder/spi-builder-workspace/Sources/YMatterType/Typography/FontFamily/SystemFontFamily.swift /Users/admin/builder/spi-builder-workspace/Sources/YMatterType/Typography/Typography+Enums.swift (in target 'YMatterType' from project 'YMatterType')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/YMatterType/Typography/FontFamily/HelveticaNeueFontFamily.swift (in target 'YMatterType' from project 'YMatterType')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

/Users/admin/builder/spi-builder-workspace/Sources/YMatterType/Typography/FontFamily/HelveticaNeueFontFamily.swift:13:16: warning: static property 'helveticaNeue' is not concurrency-safe because non-'Sendable' type 'HelveticaNeueFontFamily' may have shared mutable state; this is an error in the Swift 6 language mode
    static let helveticaNeue = HelveticaNeueFontFamily(style: .regular)
               ^
/Users/admin/builder/spi-builder-workspace/Sources/YMatterType/Typography/FontFamily/HelveticaNeueFontFamily.swift:19:15: note: consider making struct 'HelveticaNeueFontFamily' conform to the 'Sendable' protocol
public struct HelveticaNeueFontFamily: FontFamily {
              ^
                                                 , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/YMatterType/Typography/FontFamily/HelveticaNeueFontFamily.swift:13:16: note: add '@MainActor' to make static property 'helveticaNeue' part of global actor 'MainActor'
    static let helveticaNeue = HelveticaNeueFontFamily(style: .regular)
               ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/YMatterType/Typography/FontFamily/HelveticaNeueFontFamily.swift:13:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    static let helveticaNeue = HelveticaNeueFontFamily(style: .regular)
               ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/YMatterType/Typography/FontFamily/HelveticaNeueFontFamily.swift:15:16: warning: static property 'helveticaNeueItalic' is not concurrency-safe because non-'Sendable' type 'HelveticaNeueFontFamily' may have shared mutable state; this is an error in the Swift 6 language mode
    static let helveticaNeueItalic = HelveticaNeueFontFamily(style: .italic)
               ^
/Users/admin/builder/spi-builder-workspace/Sources/YMatterType/Typography/FontFamily/HelveticaNeueFontFamily.swift:19:15: note: consider making struct 'HelveticaNeueFontFamily' conform to the 'Sendable' protocol
public struct HelveticaNeueFontFamily: FontFamily {
              ^
                                                 , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/YMatterType/Typography/FontFamily/HelveticaNeueFontFamily.swift:15:16: note: add '@MainActor' to make static property 'helveticaNeueItalic' part of global actor 'MainActor'
    static let helveticaNeueItalic = HelveticaNeueFontFamily(style: .italic)
               ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/YMatterType/Typography/FontFamily/HelveticaNeueFontFamily.swift:15:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    static let helveticaNeueItalic = HelveticaNeueFontFamily(style: .italic)
               ^
    nonisolated(unsafe)
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/YMatterType/Typography/FontFamily/SystemFontFamily.swift (in target 'YMatterType' from project 'YMatterType')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

/Users/admin/builder/spi-builder-workspace/Sources/YMatterType/Typography/FontFamily/SystemFontFamily.swift:39:16: warning: static property 'systemFamily' is not concurrency-safe because non-'Sendable' type 'any FontFamily' may have shared mutable state; this is an error in the Swift 6 language mode
    static let systemFamily: FontFamily = SystemFontFamily()
               ^
/Users/admin/builder/spi-builder-workspace/Sources/YMatterType/Typography/FontFamily/FontFamily.swift:14:17: note: protocol 'FontFamily' does not conform to the 'Sendable' protocol
public protocol FontFamily {
                ^
/Users/admin/builder/spi-builder-workspace/Sources/YMatterType/Typography/FontFamily/SystemFontFamily.swift:39:16: note: add '@MainActor' to make static property 'systemFamily' part of global actor 'MainActor'
    static let systemFamily: FontFamily = SystemFontFamily()
               ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/YMatterType/Typography/FontFamily/SystemFontFamily.swift:39:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    static let systemFamily: FontFamily = SystemFontFamily()
               ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/YMatterType/Typography/FontFamily/SystemFontFamily.swift:69:98: warning: main actor-isolated static property 'isBoldTextEnabled' can not be referenced from a nonisolated autoclosure; this is an error in the Swift 6 language mode
        let useBoldFont = isBoldTextEnabled(compatibleWith: traitCollection) && !UIAccessibility.isBoldTextEnabled
                                                                                                 ^
UIKit.UIAccessibility.isBoldTextEnabled:3:32: note: static property declared here
  @MainActor public static var isBoldTextEnabled: Bool { get }}
                               ^
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/YMatterType/Typography/Typography+Enums.swift (in target 'YMatterType' from project 'YMatterType')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 Compiling\ Typography+Font.swift,\ Typography+Mutators.swift /Users/admin/builder/spi-builder-workspace/Sources/YMatterType/Typography/Typography+Font.swift /Users/admin/builder/spi-builder-workspace/Sources/YMatterType/Typography/Typography+Mutators.swift (in target 'YMatterType' from project 'YMatterType')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/YMatterType/Typography/Typography+Font.swift (in target 'YMatterType' from project 'YMatterType')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

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

SwiftCompile normal arm64 Compiling\ Typography+System.swift,\ Typography.swift /Users/admin/builder/spi-builder-workspace/Sources/YMatterType/Typography/Typography+System.swift /Users/admin/builder/spi-builder-workspace/Sources/YMatterType/Typography/Typography.swift (in target 'YMatterType' from project 'YMatterType')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/YMatterType/Typography/Typography+System.swift (in target 'YMatterType' from project 'YMatterType')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

/Users/admin/builder/spi-builder-workspace/Sources/YMatterType/Typography/Typography+System.swift:16:23: warning: static property 'systemLabel' is not concurrency-safe because non-'Sendable' type 'Typography' may have shared mutable state; this is an error in the Swift 6 language mode
    public static let systemLabel = makeSystemTypography(
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/YMatterType/Typography/Typography.swift:12:15: note: consider making struct 'Typography' conform to the 'Sendable' protocol
public struct Typography {
              ^
                         : Sendable
/Users/admin/builder/spi-builder-workspace/Sources/YMatterType/Typography/Typography+System.swift:16:23: note: add '@MainActor' to make static property 'systemLabel' part of global actor 'MainActor'
    public static let systemLabel = makeSystemTypography(
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/YMatterType/Typography/Typography+System.swift:16:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let systemLabel = makeSystemTypography(
                      ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/YMatterType/Typography/Typography+System.swift:21:23: warning: static property 'systemButton' is not concurrency-safe because non-'Sendable' type 'Typography' may have shared mutable state; this is an error in the Swift 6 language mode
    public static let systemButton = makeSystemTypography(
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/YMatterType/Typography/Typography.swift:12:15: note: consider making struct 'Typography' conform to the 'Sendable' protocol
public struct Typography {
              ^
                         : Sendable
/Users/admin/builder/spi-builder-workspace/Sources/YMatterType/Typography/Typography+System.swift:21:23: note: add '@MainActor' to make static property 'systemButton' part of global actor 'MainActor'
    public static let systemButton = makeSystemTypography(
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/YMatterType/Typography/Typography+System.swift:21:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let systemButton = makeSystemTypography(
                      ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/YMatterType/Typography/Typography+System.swift:28:23: warning: static property 'system' is not concurrency-safe because non-'Sendable' type 'Typography' may have shared mutable state; this is an error in the Swift 6 language mode
    public static let system = makeSystemTypography(
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/YMatterType/Typography/Typography.swift:12:15: note: consider making struct 'Typography' conform to the 'Sendable' protocol
public struct Typography {
              ^
                         : Sendable
/Users/admin/builder/spi-builder-workspace/Sources/YMatterType/Typography/Typography+System.swift:28:23: note: add '@MainActor' to make static property 'system' part of global actor 'MainActor'
    public static let system = makeSystemTypography(
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/YMatterType/Typography/Typography+System.swift:28:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let system = makeSystemTypography(
                      ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/YMatterType/Typography/Typography+System.swift:35:23: warning: static property 'smallSystem' is not concurrency-safe because non-'Sendable' type 'Typography' may have shared mutable state; this is an error in the Swift 6 language mode
    public static let smallSystem = makeSystemTypography(
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/YMatterType/Typography/Typography.swift:12:15: note: consider making struct 'Typography' conform to the 'Sendable' protocol
public struct Typography {
              ^
                         : Sendable
/Users/admin/builder/spi-builder-workspace/Sources/YMatterType/Typography/Typography+System.swift:35:23: note: add '@MainActor' to make static property 'smallSystem' part of global actor 'MainActor'
    public static let smallSystem = makeSystemTypography(
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/YMatterType/Typography/Typography+System.swift:35:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let smallSystem = makeSystemTypography(
                      ^
    nonisolated(unsafe)
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/YMatterType/Typography/Typography.swift (in target 'YMatterType' from project 'YMatterType')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

/Users/admin/builder/spi-builder-workspace/Sources/YMatterType/Typography/Typography.swift:48:23: warning: static property 'factory' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    public static var factory: FontFamilyFactory = DefaultFontFamilyFactory()
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/YMatterType/Typography/Typography.swift:48:23: note: convert 'factory' to a 'let' constant to make 'Sendable' shared state immutable
    public static var factory: FontFamilyFactory = DefaultFontFamilyFactory()
                  ~~~ ^
                  let
/Users/admin/builder/spi-builder-workspace/Sources/YMatterType/Typography/Typography.swift:48:23: note: add '@MainActor' to make static property 'factory' part of global actor 'MainActor'
    public static var factory: FontFamilyFactory = DefaultFontFamilyFactory()
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/YMatterType/Typography/Typography.swift:48:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static var factory: FontFamilyFactory = DefaultFontFamilyFactory()
                      ^
    nonisolated(unsafe)
SwiftCompile normal arm64 Compiling\ DefaultFontFamilyFactory.swift,\ FontFamily.swift,\ FontFamilyFactory.swift /Users/admin/builder/spi-builder-workspace/Sources/YMatterType/Typography/FontFamily/DefaultFontFamilyFactory.swift /Users/admin/builder/spi-builder-workspace/Sources/YMatterType/Typography/FontFamily/FontFamily.swift /Users/admin/builder/spi-builder-workspace/Sources/YMatterType/Typography/FontFamily/FontFamilyFactory.swift (in target 'YMatterType' from project 'YMatterType')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/YMatterType/Typography/FontFamily/DefaultFontFamilyFactory.swift (in target 'YMatterType' from project 'YMatterType')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

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

/Users/admin/builder/spi-builder-workspace/Sources/YMatterType/Typography/FontFamily/FontFamily.swift:157:36: warning: main actor-isolated static property 'isBoldTextEnabled' can not be referenced from a nonisolated context; this is an error in the Swift 6 language mode
            return UIAccessibility.isBoldTextEnabled
                                   ^
UIKit.UIAccessibility.isBoldTextEnabled:3:32: note: static property declared here
  @MainActor public static var isBoldTextEnabled: Bool { get }}
                               ^
/Users/admin/builder/spi-builder-workspace/Sources/YMatterType/Typography/FontFamily/FontFamily.swift:155:17: note: add '@MainActor' to make instance method 'isBoldTextEnabled(compatibleWith:)' part of global actor 'MainActor'
    public func isBoldTextEnabled(compatibleWith traitCollection: UITraitCollection?) -> Bool {
                ^
    @MainActor
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/YMatterType/Typography/FontFamily/FontFamilyFactory.swift (in target 'YMatterType' from project 'YMatterType')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

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

/Users/admin/builder/spi-builder-workspace/Sources/YMatterType/Typography/FontFamily/HelveticaNeueFontFamily.swift:13:16: warning: static property 'helveticaNeue' is not concurrency-safe because non-'Sendable' type 'HelveticaNeueFontFamily' may have shared mutable state; this is an error in the Swift 6 language mode
    static let helveticaNeue = HelveticaNeueFontFamily(style: .regular)
               ^
/Users/admin/builder/spi-builder-workspace/Sources/YMatterType/Typography/FontFamily/HelveticaNeueFontFamily.swift:19:15: note: consider making struct 'HelveticaNeueFontFamily' conform to the 'Sendable' protocol
public struct HelveticaNeueFontFamily: FontFamily {
              ^
                                                 , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/YMatterType/Typography/FontFamily/HelveticaNeueFontFamily.swift:13:16: note: add '@MainActor' to make static property 'helveticaNeue' part of global actor 'MainActor'
    static let helveticaNeue = HelveticaNeueFontFamily(style: .regular)
               ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/YMatterType/Typography/FontFamily/HelveticaNeueFontFamily.swift:13:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    static let helveticaNeue = HelveticaNeueFontFamily(style: .regular)
               ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/YMatterType/Typography/FontFamily/HelveticaNeueFontFamily.swift:15:16: warning: static property 'helveticaNeueItalic' is not concurrency-safe because non-'Sendable' type 'HelveticaNeueFontFamily' may have shared mutable state; this is an error in the Swift 6 language mode
    static let helveticaNeueItalic = HelveticaNeueFontFamily(style: .italic)
               ^
/Users/admin/builder/spi-builder-workspace/Sources/YMatterType/Typography/FontFamily/HelveticaNeueFontFamily.swift:19:15: note: consider making struct 'HelveticaNeueFontFamily' conform to the 'Sendable' protocol
public struct HelveticaNeueFontFamily: FontFamily {
              ^
                                                 , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/YMatterType/Typography/FontFamily/HelveticaNeueFontFamily.swift:15:16: note: add '@MainActor' to make static property 'helveticaNeueItalic' part of global actor 'MainActor'
    static let helveticaNeueItalic = HelveticaNeueFontFamily(style: .italic)
               ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/YMatterType/Typography/FontFamily/HelveticaNeueFontFamily.swift:15:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    static let helveticaNeueItalic = HelveticaNeueFontFamily(style: .italic)
               ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/YMatterType/Typography/FontFamily/SystemFontFamily.swift:39:16: warning: static property 'systemFamily' is not concurrency-safe because non-'Sendable' type 'any FontFamily' may have shared mutable state; this is an error in the Swift 6 language mode
    static let systemFamily: FontFamily = SystemFontFamily()
               ^
/Users/admin/builder/spi-builder-workspace/Sources/YMatterType/Typography/FontFamily/FontFamily.swift:14:17: note: protocol 'FontFamily' does not conform to the 'Sendable' protocol
public protocol FontFamily {
                ^
/Users/admin/builder/spi-builder-workspace/Sources/YMatterType/Typography/FontFamily/SystemFontFamily.swift:39:16: note: add '@MainActor' to make static property 'systemFamily' part of global actor 'MainActor'
    static let systemFamily: FontFamily = SystemFontFamily()
               ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/YMatterType/Typography/FontFamily/SystemFontFamily.swift:39:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    static let systemFamily: FontFamily = SystemFontFamily()
               ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/YMatterType/Typography/Typography+System.swift:16:23: warning: static property 'systemLabel' is not concurrency-safe because non-'Sendable' type 'Typography' may have shared mutable state; this is an error in the Swift 6 language mode
    public static let systemLabel = makeSystemTypography(
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/YMatterType/Typography/Typography.swift:12:15: note: consider making struct 'Typography' conform to the 'Sendable' protocol
public struct Typography {
              ^
                         : Sendable
/Users/admin/builder/spi-builder-workspace/Sources/YMatterType/Typography/Typography+System.swift:16:23: note: add '@MainActor' to make static property 'systemLabel' part of global actor 'MainActor'
    public static let systemLabel = makeSystemTypography(
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/YMatterType/Typography/Typography+System.swift:16:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let systemLabel = makeSystemTypography(
                      ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/YMatterType/Typography/Typography+System.swift:21:23: warning: static property 'systemButton' is not concurrency-safe because non-'Sendable' type 'Typography' may have shared mutable state; this is an error in the Swift 6 language mode
    public static let systemButton = makeSystemTypography(
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/YMatterType/Typography/Typography.swift:12:15: note: consider making struct 'Typography' conform to the 'Sendable' protocol
public struct Typography {
              ^
                         : Sendable
/Users/admin/builder/spi-builder-workspace/Sources/YMatterType/Typography/Typography+System.swift:21:23: note: add '@MainActor' to make static property 'systemButton' part of global actor 'MainActor'
    public static let systemButton = makeSystemTypography(
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/YMatterType/Typography/Typography+System.swift:21:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let systemButton = makeSystemTypography(
                      ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/YMatterType/Typography/Typography+System.swift:28:23: warning: static property 'system' is not concurrency-safe because non-'Sendable' type 'Typography' may have shared mutable state; this is an error in the Swift 6 language mode
    public static let system = makeSystemTypography(
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/YMatterType/Typography/Typography.swift:12:15: note: consider making struct 'Typography' conform to the 'Sendable' protocol
public struct Typography {
              ^
                         : Sendable
/Users/admin/builder/spi-builder-workspace/Sources/YMatterType/Typography/Typography+System.swift:28:23: note: add '@MainActor' to make static property 'system' part of global actor 'MainActor'
    public static let system = makeSystemTypography(
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/YMatterType/Typography/Typography+System.swift:28:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let system = makeSystemTypography(
                      ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/YMatterType/Typography/Typography+System.swift:35:23: warning: static property 'smallSystem' is not concurrency-safe because non-'Sendable' type 'Typography' may have shared mutable state; this is an error in the Swift 6 language mode
    public static let smallSystem = makeSystemTypography(
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/YMatterType/Typography/Typography.swift:12:15: note: consider making struct 'Typography' conform to the 'Sendable' protocol
public struct Typography {
              ^
                         : Sendable
/Users/admin/builder/spi-builder-workspace/Sources/YMatterType/Typography/Typography+System.swift:35:23: note: add '@MainActor' to make static property 'smallSystem' part of global actor 'MainActor'
    public static let smallSystem = makeSystemTypography(
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/YMatterType/Typography/Typography+System.swift:35:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let smallSystem = makeSystemTypography(
                      ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/YMatterType/Typography/Typography.swift:48:23: warning: static property 'factory' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    public static var factory: FontFamilyFactory = DefaultFontFamilyFactory()
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/YMatterType/Typography/Typography.swift:48:23: note: convert 'factory' to a 'let' constant to make 'Sendable' shared state immutable
    public static var factory: FontFamilyFactory = DefaultFontFamilyFactory()
                  ~~~ ^
                  let
/Users/admin/builder/spi-builder-workspace/Sources/YMatterType/Typography/Typography.swift:48:23: note: add '@MainActor' to make static property 'factory' part of global actor 'MainActor'
    public static var factory: FontFamilyFactory = DefaultFontFamilyFactory()
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/YMatterType/Typography/Typography.swift:48:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static var factory: FontFamilyFactory = DefaultFontFamilyFactory()
                      ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/YMatterType/YMatterType+Logging.swift:14:23: warning: static property 'isLoggingEnabled' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    public static var isLoggingEnabled = true
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/YMatterType/YMatterType+Logging.swift:14:23: note: convert 'isLoggingEnabled' to a 'let' constant to make 'Sendable' shared state immutable
    public static var isLoggingEnabled = true
                  ~~~ ^
                  let
/Users/admin/builder/spi-builder-workspace/Sources/YMatterType/YMatterType+Logging.swift:14:23: note: add '@MainActor' to make static property 'isLoggingEnabled' part of global actor 'MainActor'
    public static var isLoggingEnabled = true
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/YMatterType/YMatterType+Logging.swift:14:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static var isLoggingEnabled = true
                      ^
    nonisolated(unsafe)
SwiftCompile normal arm64 Compiling\ TypographyLayout.swift,\ YMatterType+Logging.swift /Users/admin/builder/spi-builder-workspace/Sources/YMatterType/Typography/TypographyLayout.swift /Users/admin/builder/spi-builder-workspace/Sources/YMatterType/YMatterType+Logging.swift (in target 'YMatterType' from project 'YMatterType')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/YMatterType/Typography/TypographyLayout.swift (in target 'YMatterType' from project 'YMatterType')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

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

/Users/admin/builder/spi-builder-workspace/Sources/YMatterType/YMatterType+Logging.swift:14:23: warning: static property 'isLoggingEnabled' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    public static var isLoggingEnabled = true
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/YMatterType/YMatterType+Logging.swift:14:23: note: convert 'isLoggingEnabled' to a 'let' constant to make 'Sendable' shared state immutable
    public static var isLoggingEnabled = true
                  ~~~ ^
                  let
/Users/admin/builder/spi-builder-workspace/Sources/YMatterType/YMatterType+Logging.swift:14:23: note: add '@MainActor' to make static property 'isLoggingEnabled' part of global actor 'MainActor'
    public static var isLoggingEnabled = true
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/YMatterType/YMatterType+Logging.swift:14:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static var isLoggingEnabled = true
                      ^
    nonisolated(unsafe)
SwiftCompile normal arm64 Compiling\ TypographyLabel.swift,\ TypographyTextField.swift,\ TypographyTextView.swift /Users/admin/builder/spi-builder-workspace/Sources/YMatterType/Elements/TypographyLabel.swift /Users/admin/builder/spi-builder-workspace/Sources/YMatterType/Elements/TypographyTextField.swift /Users/admin/builder/spi-builder-workspace/Sources/YMatterType/Elements/TypographyTextView.swift (in target 'YMatterType' from project 'YMatterType')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/YMatterType/Elements/TypographyLabel.swift (in target 'YMatterType' from project 'YMatterType')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

/Users/admin/builder/spi-builder-workspace/Sources/YMatterType/Elements/TypographyLabel.swift:125:15: warning: 'traitCollectionDidChange' was deprecated in visionOS 1.0: Use the trait change registration APIs declared in the UITraitChangeObservable protocol
        super.traitCollectionDidChange(previousTraitCollection)
              ^
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/YMatterType/Elements/TypographyTextField.swift (in target 'YMatterType' from project 'YMatterType')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

/Users/admin/builder/spi-builder-workspace/Sources/YMatterType/Elements/TypographyTextField.swift:125:15: warning: 'traitCollectionDidChange' was deprecated in visionOS 1.0: Use the trait change registration APIs declared in the UITraitChangeObservable protocol
        super.traitCollectionDidChange(previousTraitCollection)
              ^
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/YMatterType/Elements/TypographyTextView.swift (in target 'YMatterType' from project 'YMatterType')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

/Users/admin/builder/spi-builder-workspace/Sources/YMatterType/Elements/TypographyTextView.swift:118:15: warning: 'traitCollectionDidChange' was deprecated in visionOS 1.0: Use the trait change registration APIs declared in the UITraitChangeObservable protocol
        super.traitCollectionDidChange(previousTraitCollection)
              ^
SwiftDriverJobDiscovery normal arm64 Emitting module for YMatterType (in target 'YMatterType' from project 'YMatterType')
SwiftDriver\ Compilation\ Requirements YMatterType normal arm64 com.apple.xcode.tools.swift.compiler (in target 'YMatterType' from project 'YMatterType')
    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 YMatterType -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/YMatterType.build/Debug-xros/YMatterType.build/Objects-normal/arm64/YMatterType.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -stats-output-dir .stats -strict-concurrency\=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures -plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/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 -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 -emit-localized-strings -emit-localized-strings-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/YMatterType.build/Debug-xros/YMatterType.build/Objects-normal/arm64 -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/YMatterType.build/Debug-xros/YMatterType.build/Objects-normal/arm64/YMatterType-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/YMatterType.build/Debug-xros/YMatterType.build/Objects-normal/arm64/YMatterType.swiftmodule -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/YMatterType.build/Debug-xros/YMatterType.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/YMatterType.build/Debug-xros/YMatterType.build/Objects-normal/arm64/YMatterType_const_extract_protocols.json -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/YMatterType.build/Debug-xros/YMatterType.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/YMatterType.build/Debug-xros/YMatterType.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/YMatterType.build/Debug-xros/YMatterType.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/YMatterType.build/Debug-xros/YMatterType.build/Objects-normal/arm64/YMatterType-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
SwiftDriverJobDiscovery normal arm64 Compiling NSAttributedString+baseAttributes.swift, NSAttributedString+textCase.swift, String+textCase.swift (in target 'YMatterType' from project 'YMatterType')
SwiftMergeGeneratedHeaders /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-xros/YMatterType-Swift.h /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/YMatterType.build/Debug-xros/YMatterType.build/Objects-normal/arm64/YMatterType-Swift.h (in target 'YMatterType' from project 'YMatterType')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-swiftHeaderTool -arch arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/YMatterType.build/Debug-xros/YMatterType.build/Objects-normal/arm64/YMatterType-Swift.h -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-xros/YMatterType-Swift.h
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/YMatterType.swiftmodule/arm64-apple-xros.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/YMatterType.build/Debug-xros/YMatterType.build/Objects-normal/arm64/YMatterType.swiftmodule (in target 'YMatterType' from project 'YMatterType')
    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/YMatterType.build/Debug-xros/YMatterType.build/Objects-normal/arm64/YMatterType.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/YMatterType.swiftmodule/arm64-apple-xros.swiftmodule
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/YMatterType.swiftmodule/arm64-apple-xros.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/YMatterType.build/Debug-xros/YMatterType.build/Objects-normal/arm64/YMatterType.swiftdoc (in target 'YMatterType' from project 'YMatterType')
    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/YMatterType.build/Debug-xros/YMatterType.build/Objects-normal/arm64/YMatterType.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/YMatterType.swiftmodule/arm64-apple-xros.swiftdoc
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/YMatterType.swiftmodule/arm64-apple-xros.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/YMatterType.build/Debug-xros/YMatterType.build/Objects-normal/arm64/YMatterType.abi.json (in target 'YMatterType' from project 'YMatterType')
    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/YMatterType.build/Debug-xros/YMatterType.build/Objects-normal/arm64/YMatterType.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/YMatterType.swiftmodule/arm64-apple-xros.abi.json
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/YMatterType.swiftmodule/Project/arm64-apple-xros.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/YMatterType.build/Debug-xros/YMatterType.build/Objects-normal/arm64/YMatterType.swiftsourceinfo (in target 'YMatterType' from project 'YMatterType')
    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/YMatterType.build/Debug-xros/YMatterType.build/Objects-normal/arm64/YMatterType.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/YMatterType.swiftmodule/Project/arm64-apple-xros.swiftsourceinfo
SwiftDriver YMatterTypeTests normal arm64 com.apple.xcode.tools.swift.compiler (in target 'YMatterTypeTests' from project 'YMatterType')
    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 YMatterTypeTests -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/YMatterType.build/Debug-xros/YMatterTypeTests.build/Objects-normal/arm64/YMatterTypeTests.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -stats-output-dir .stats -strict-concurrency\=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures -plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/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 -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 -emit-localized-strings -emit-localized-strings-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/YMatterType.build/Debug-xros/YMatterTypeTests.build/Objects-normal/arm64 -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/YMatterType.build/Debug-xros/YMatterTypeTests.build/Objects-normal/arm64/YMatterTypeTests-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/YMatterType.build/Debug-xros/YMatterTypeTests.build/Objects-normal/arm64/YMatterTypeTests.swiftmodule -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/YMatterType.build/Debug-xros/YMatterTypeTests.build/Objects-normal/arm64/YMatterTypeTests_const_extract_protocols.json -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/YMatterType.build/Debug-xros/YMatterTypeTests.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/YMatterType.build/Debug-xros/YMatterTypeTests.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/YMatterType.build/Debug-xros/YMatterTypeTests.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
SwiftEmitModule normal arm64 Emitting\ module\ for\ YMatterTypeTests (in target 'YMatterTypeTests' from project 'YMatterType')
EmitSwiftModule normal arm64 (in target 'YMatterTypeTests' from project 'YMatterType')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 Compiling\ BaseStringTestCase.swift,\ NSAttributedString+baseAttributesTests.swift,\ NSAttributedString+textCaseTests.swift,\ String+textCaseTests.swift,\ String+textSizeTests.swift /Users/admin/builder/spi-builder-workspace/Tests/YMatterTypeTests/Extensions/Foundation/BaseStringTestCase.swift /Users/admin/builder/spi-builder-workspace/Tests/YMatterTypeTests/Extensions/Foundation/NSAttributedString+baseAttributesTests.swift /Users/admin/builder/spi-builder-workspace/Tests/YMatterTypeTests/Extensions/Foundation/NSAttributedString+textCaseTests.swift /Users/admin/builder/spi-builder-workspace/Tests/YMatterTypeTests/Extensions/Foundation/String+textCaseTests.swift /Users/admin/builder/spi-builder-workspace/Tests/YMatterTypeTests/Extensions/Foundation/String+textSizeTests.swift (in target 'YMatterTypeTests' from project 'YMatterType')
Command SwiftCompile failed with a nonzero exit code
** BUILD FAILED **
The following build commands failed:
	SwiftCompile normal arm64 Compiling\ String+textSize.swift,\ NSParagraphStyle+lineSpacing.swift,\ UIFont+register.swift /Users/admin/builder/spi-builder-workspace/Sources/YMatterType/Extensions/Foundation/String+textSize.swift /Users/admin/builder/spi-builder-workspace/Sources/YMatterType/Extensions/UIKit/NSParagraphStyle+lineSpacing.swift /Users/admin/builder/spi-builder-workspace/Sources/YMatterType/Extensions/UIKit/UIFont+register.swift (in target 'YMatterType' from project 'YMatterType')
	SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/YMatterType/Extensions/Foundation/String+textSize.swift (in target 'YMatterType' from project 'YMatterType')
	SwiftCompile normal arm64 Compiling\ BaseStringTestCase.swift,\ NSAttributedString+baseAttributesTests.swift,\ NSAttributedString+textCaseTests.swift,\ String+textCaseTests.swift,\ String+textSizeTests.swift /Users/admin/builder/spi-builder-workspace/Tests/YMatterTypeTests/Extensions/Foundation/BaseStringTestCase.swift /Users/admin/builder/spi-builder-workspace/Tests/YMatterTypeTests/Extensions/Foundation/NSAttributedString+baseAttributesTests.swift /Users/admin/builder/spi-builder-workspace/Tests/YMatterTypeTests/Extensions/Foundation/NSAttributedString+textCaseTests.swift /Users/admin/builder/spi-builder-workspace/Tests/YMatterTypeTests/Extensions/Foundation/String+textCaseTests.swift /Users/admin/builder/spi-builder-workspace/Tests/YMatterTypeTests/Extensions/Foundation/String+textSizeTests.swift (in target 'YMatterTypeTests' from project 'YMatterType')
	Building workspace spi-builder-workspace with scheme YMatterType
(4 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:
  YMatterType: /Users/admin/builder/spi-builder-workspace
resolved source packages: YMatterType
{
  "default_localization" : "en",
  "dependencies" : [
  ],
  "manifest_display_name" : "YMatterType",
  "name" : "YMatterType",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "14.0"
    },
    {
      "name" : "tvos",
      "version" : "14.0"
    }
  ],
  "products" : [
    {
      "name" : "YMatterType",
      "targets" : [
        "YMatterType"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "YMatterTypeTests",
      "module_type" : "SwiftTarget",
      "name" : "YMatterTypeTests",
      "path" : "Tests/YMatterTypeTests",
      "resources" : [
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Tests/YMatterTypeTests/Assets",
          "rule" : {
            "copy" : {
            }
          }
        }
      ],
      "sources" : [
        "Elements/ElementBreakpointAdjustedTests.swift",
        "Elements/ElementColorAdjustedTests.swift",
        "Elements/ElementFontAdjustedTests.swift",
        "Elements/Mocks/MockButton.swift",
        "Elements/Mocks/MockLabel.swift",
        "Elements/Mocks/MockTextField.swift",
        "Elements/Mocks/MockTextView.swift",
        "Elements/Representables/TypographyLabelRepresentableTests.swift",
        "Elements/TextStyleLabelTests.swift",
        "Elements/TypographyButtonTests.swift",
        "Elements/TypographyElementTests.swift",
        "Elements/TypographyLabelTests.swift",
        "Elements/TypographyTextFieldTests.swift",
        "Elements/TypographyTextViewTests.swift",
        "Extensions/Foundation/BaseStringTestCase.swift",
        "Extensions/Foundation/NSAttributedString+baseAttributesTests.swift",
        "Extensions/Foundation/NSAttributedString+textCaseTests.swift",
        "Extensions/Foundation/String+textCaseTests.swift",
        "Extensions/Foundation/String+textSizeTests.swift",
        "Extensions/UIKit/NSParagraphStyle+lineSpacingTests.swift",
        "Extensions/UIKit/UIFont+registerTests.swift",
        "Extensions/UIKit/UITraitCollection+breakpointTests.swift",
        "Extensions/UIKit/UITraitCollection+fontAppearanceTests.swift",
        "Extensions/UIKit/UITraitCollection+traits.swift",
        "Helpers/CGFloat+rounded.swift",
        "Helpers/NSAttributedString+hasAttribute.swift",
        "Helpers/Typography+YMatterTypeTests.swift",
        "Helpers/UIEdgeInsets+vertical.swift",
        "Helpers/UIFont+load.swift",
        "Helpers/UITraitCollection+default.swift",
        "Helpers/XCTestCase+MemoryLeakTracking.swift",
        "Helpers/XCTestCase+TypographyEquatable.swift",
        "Typography/FontFamily/DefaultFontFamilyFactoryTests.swift",
        "Typography/FontFamily/DefaultFontFamilyTests.swift",
        "Typography/FontFamily/FontFamilyTests.swift",
        "Typography/FontFamily/HelveticaNeueFontFamilyTests.swift",
        "Typography/FontFamily/SystemFontFamilyTests.swift",
        "Typography/TypogaphyTests.swift",
        "Typography/Typography+EnumTests.swift",
        "Typography/Typography+FontTests.swift",
        "Typography/Typography+MutatorsTests.swift",
        "Typography/Typography+SystemTests.swift",
        "Typography/TypographyLayoutTests.swift",
        "YMatterType+LoggingTests.swift"
      ],
      "target_dependencies" : [
        "YMatterType"
      ],
      "type" : "test"
    },
    {
      "c99name" : "YMatterType",
      "module_type" : "SwiftTarget",
      "name" : "YMatterType",
      "path" : "Sources/YMatterType",
      "product_memberships" : [
        "YMatterType"
      ],
      "sources" : [
        "Elements/Representables/TypographyLabelRepresentable.swift",
        "Elements/TextStyleLabel.swift",
        "Elements/TypographyButton.swift",
        "Elements/TypographyLabel.swift",
        "Elements/TypographyTextField.swift",
        "Elements/TypographyTextView.swift",
        "Extensions/Foundation/NSAttributedString+baseAttributes.swift",
        "Extensions/Foundation/NSAttributedString+textCase.swift",
        "Extensions/Foundation/String+textCase.swift",
        "Extensions/Foundation/String+textSize.swift",
        "Extensions/UIKit/NSParagraphStyle+lineSpacing.swift",
        "Extensions/UIKit/UIFont+register.swift",
        "Extensions/UIKit/UITraitCollection+breakpoint.swift",
        "Extensions/UIKit/UITraitCollection+fontAppearance.swift",
        "Typography/FontFamily/DefaultFontFamily.swift",
        "Typography/FontFamily/DefaultFontFamilyFactory.swift",
        "Typography/FontFamily/FontFamily.swift",
        "Typography/FontFamily/FontFamilyFactory.swift",
        "Typography/FontFamily/HelveticaNeueFontFamily.swift",
        "Typography/FontFamily/SystemFontFamily.swift",
        "Typography/Typography+Enums.swift",
        "Typography/Typography+Font.swift",
        "Typography/Typography+Mutators.swift",
        "Typography/Typography+System.swift",
        "Typography/Typography.swift",
        "Typography/TypographyLayout.swift",
        "YMatterType+Logging.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.5"
}
{
  "workspace" : {
    "name" : "spi-builder-workspace",
    "schemes" : [
      "YMatterType"
    ]
  }
}
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme YMatterType -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 YMatterType -destination generic/platform=xrOS
Resolve Package Graph
Resolved source packages:
  YMatterType: /Users/admin/builder/spi-builder-workspace
ComputePackagePrebuildTargetDependencyGraph
Prepare packages
CreateBuildRequest
SendProjectDescription
CreateBuildOperation
ComputeTargetDependencyGraph
note: Building targets in dependency order
note: Target dependency graph (4 targets)
    Target 'YMatterTypeTests' in project 'YMatterType'
        ➜ Explicit dependency on target 'YMatterType_YMatterTypeTests' in project 'YMatterType'
        ➜ Explicit dependency on target 'YMatterType' in project 'YMatterType'
    Target 'YMatterType_YMatterTypeTests' in project 'YMatterType' (no dependencies)
    Target 'YMatterType' in project 'YMatterType'
        ➜ Explicit dependency on target 'YMatterType' in project 'YMatterType'
    Target 'YMatterType' in project 'YMatterType' (no dependencies)
GatherProvisioningInputs
CreateBuildDescription
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/swiftc --version
ExecuteExternalTool /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld -version_details
Build description signature: 5efa3379c5bc31b87a78654fad20ce85
Build description path: /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCBuildData/5efa3379c5bc31b87a78654fad20ce85.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
ProcessInfoPlistFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/YMatterType_YMatterTypeTests.bundle/Info.plist /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/YMatterType.build/Debug-xros/YMatterType_YMatterTypeTests.build/empty-YMatterType_YMatterTypeTests.plist (in target 'YMatterType_YMatterTypeTests' from project 'YMatterType')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-infoPlistUtility /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/YMatterType.build/Debug-xros/YMatterType_YMatterTypeTests.build/empty-YMatterType_YMatterTypeTests.plist -producttype com.apple.product-type.bundle -expandbuildsettings -format binary -platform xros -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/YMatterType_YMatterTypeTests.bundle/Info.plist
SwiftDriver YMatterType normal arm64 com.apple.xcode.tools.swift.compiler (in target 'YMatterType' from project 'YMatterType')
    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 YMatterType -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/YMatterType.build/Debug-xros/YMatterType.build/Objects-normal/arm64/YMatterType.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -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 -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 -emit-localized-strings -emit-localized-strings-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/YMatterType.build/Debug-xros/YMatterType.build/Objects-normal/arm64 -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/YMatterType.build/Debug-xros/YMatterType.build/Objects-normal/arm64/YMatterType-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/YMatterType.build/Debug-xros/YMatterType.build/Objects-normal/arm64/YMatterType.swiftmodule -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/YMatterType.build/Debug-xros/YMatterType.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/YMatterType.build/Debug-xros/YMatterType.build/Objects-normal/arm64/YMatterType_const_extract_protocols.json -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/YMatterType.build/Debug-xros/YMatterType.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/YMatterType.build/Debug-xros/YMatterType.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/YMatterType.build/Debug-xros/YMatterType.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/YMatterType.build/Debug-xros/YMatterType.build/Objects-normal/arm64/YMatterType-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
SwiftCompile normal arm64 Compiling\ NSAttributedString+baseAttributes.swift,\ NSAttributedString+textCase.swift,\ String+textCase.swift /Users/admin/builder/spi-builder-workspace/Sources/YMatterType/Extensions/Foundation/NSAttributedString+baseAttributes.swift /Users/admin/builder/spi-builder-workspace/Sources/YMatterType/Extensions/Foundation/NSAttributedString+textCase.swift /Users/admin/builder/spi-builder-workspace/Sources/YMatterType/Extensions/Foundation/String+textCase.swift (in target 'YMatterType' from project 'YMatterType')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/YMatterType/Extensions/Foundation/NSAttributedString+baseAttributes.swift (in target 'YMatterType' from project 'YMatterType')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/YMatterType/Extensions/Foundation/NSAttributedString+textCase.swift (in target 'YMatterType' from project 'YMatterType')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/YMatterType/Extensions/Foundation/String+textCase.swift (in target 'YMatterType' from project 'YMatterType')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 Compiling\ TypographyLabelRepresentable.swift,\ TextStyleLabel.swift,\ TypographyButton.swift /Users/admin/builder/spi-builder-workspace/Sources/YMatterType/Elements/Representables/TypographyLabelRepresentable.swift /Users/admin/builder/spi-builder-workspace/Sources/YMatterType/Elements/TextStyleLabel.swift /Users/admin/builder/spi-builder-workspace/Sources/YMatterType/Elements/TypographyButton.swift (in target 'YMatterType' from project 'YMatterType')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/YMatterType/Elements/Representables/TypographyLabelRepresentable.swift (in target 'YMatterType' from project 'YMatterType')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

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

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

SwiftCompile normal arm64 Compiling\ TypographyLabel.swift,\ TypographyTextField.swift,\ TypographyTextView.swift /Users/admin/builder/spi-builder-workspace/Sources/YMatterType/Elements/TypographyLabel.swift /Users/admin/builder/spi-builder-workspace/Sources/YMatterType/Elements/TypographyTextField.swift /Users/admin/builder/spi-builder-workspace/Sources/YMatterType/Elements/TypographyTextView.swift (in target 'YMatterType' from project 'YMatterType')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/YMatterType/Elements/TypographyLabel.swift (in target 'YMatterType' from project 'YMatterType')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

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

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

SwiftCompile normal arm64 Compiling\ String+textSize.swift,\ NSParagraphStyle+lineSpacing.swift,\ UIFont+register.swift /Users/admin/builder/spi-builder-workspace/Sources/YMatterType/Extensions/Foundation/String+textSize.swift /Users/admin/builder/spi-builder-workspace/Sources/YMatterType/Extensions/UIKit/NSParagraphStyle+lineSpacing.swift /Users/admin/builder/spi-builder-workspace/Sources/YMatterType/Extensions/UIKit/UIFont+register.swift (in target 'YMatterType' from project 'YMatterType')
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/YMatterType/Elements/Representables/TypographyLabelRepresentable.swift /Users/admin/builder/spi-builder-workspace/Sources/YMatterType/Elements/TextStyleLabel.swift /Users/admin/builder/spi-builder-workspace/Sources/YMatterType/Elements/TypographyButton.swift /Users/admin/builder/spi-builder-workspace/Sources/YMatterType/Elements/TypographyLabel.swift /Users/admin/builder/spi-builder-workspace/Sources/YMatterType/Elements/TypographyTextField.swift /Users/admin/builder/spi-builder-workspace/Sources/YMatterType/Elements/TypographyTextView.swift /Users/admin/builder/spi-builder-workspace/Sources/YMatterType/Extensions/Foundation/NSAttributedString+baseAttributes.swift /Users/admin/builder/spi-builder-workspace/Sources/YMatterType/Extensions/Foundation/NSAttributedString+textCase.swift /Users/admin/builder/spi-builder-workspace/Sources/YMatterType/Extensions/Foundation/String+textCase.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/YMatterType/Extensions/Foundation/String+textSize.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/YMatterType/Extensions/UIKit/NSParagraphStyle+lineSpacing.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/YMatterType/Extensions/UIKit/UIFont+register.swift /Users/admin/builder/spi-builder-workspace/Sources/YMatterType/Extensions/UIKit/UITraitCollection+breakpoint.swift /Users/admin/builder/spi-builder-workspace/Sources/YMatterType/Extensions/UIKit/UITraitCollection+fontAppearance.swift /Users/admin/builder/spi-builder-workspace/Sources/YMatterType/Typography/FontFamily/DefaultFontFamily.swift /Users/admin/builder/spi-builder-workspace/Sources/YMatterType/Typography/FontFamily/DefaultFontFamilyFactory.swift /Users/admin/builder/spi-builder-workspace/Sources/YMatterType/Typography/FontFamily/FontFamily.swift /Users/admin/builder/spi-builder-workspace/Sources/YMatterType/Typography/FontFamily/FontFamilyFactory.swift /Users/admin/builder/spi-builder-workspace/Sources/YMatterType/Typography/FontFamily/HelveticaNeueFontFamily.swift /Users/admin/builder/spi-builder-workspace/Sources/YMatterType/Typography/FontFamily/SystemFontFamily.swift /Users/admin/builder/spi-builder-workspace/Sources/YMatterType/Typography/Typography+Enums.swift /Users/admin/builder/spi-builder-workspace/Sources/YMatterType/Typography/Typography+Font.swift /Users/admin/builder/spi-builder-workspace/Sources/YMatterType/Typography/Typography+Mutators.swift /Users/admin/builder/spi-builder-workspace/Sources/YMatterType/Typography/Typography+System.swift /Users/admin/builder/spi-builder-workspace/Sources/YMatterType/Typography/Typography.swift /Users/admin/builder/spi-builder-workspace/Sources/YMatterType/Typography/TypographyLayout.swift /Users/admin/builder/spi-builder-workspace/Sources/YMatterType/YMatterType+Logging.swift -supplementary-output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/YMatterType.build/Debug-xros/YMatterType.build/Objects-normal/arm64/supplementaryOutputs-4 -emit-localized-strings -emit-localized-strings-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/YMatterType.build/Debug-xros/YMatterType.build/Objects-normal/arm64 -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 -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/YMatterType.build/Debug-xros/YMatterType.build/Objects-normal/arm64/YMatterType_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 -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/YMatterType.build/Debug-xros/YMatterType.build/swift-overrides.hmap -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/YMatterType.build/Debug-xros/YMatterType.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/YMatterType.build/Debug-xros/YMatterType.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/YMatterType.build/Debug-xros/YMatterType.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name YMatterType -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/YMatterType.build/Debug-xros/YMatterType.build/Objects-normal/arm64/String+textSize.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/YMatterType.build/Debug-xros/YMatterType.build/Objects-normal/arm64/NSParagraphStyle+lineSpacing.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/YMatterType.build/Debug-xros/YMatterType.build/Objects-normal/arm64/UIFont+register.o -index-unit-output-path /YMatterType.build/Debug-xros/YMatterType.build/Objects-normal/arm64/String+textSize.o -index-unit-output-path /YMatterType.build/Debug-xros/YMatterType.build/Objects-normal/arm64/NSParagraphStyle+lineSpacing.o -index-unit-output-path /YMatterType.build/Debug-xros/YMatterType.build/Objects-normal/arm64/UIFont+register.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/YMatterType/Extensions/Foundation/String+textSize.swift (in target 'YMatterType' from project 'YMatterType')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

/Users/admin/builder/spi-builder-workspace/Sources/YMatterType/Extensions/Foundation/String+textSize.swift:45:21: error: 'UIScreen' is unavailable in visionOS
            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>
           ^
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/YMatterType/Extensions/UIKit/NSParagraphStyle+lineSpacing.swift (in target 'YMatterType' from project 'YMatterType')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/YMatterType/Extensions/UIKit/UIFont+register.swift (in target 'YMatterType' from project 'YMatterType')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 Compiling\ UITraitCollection+breakpoint.swift,\ UITraitCollection+fontAppearance.swift,\ DefaultFontFamily.swift /Users/admin/builder/spi-builder-workspace/Sources/YMatterType/Extensions/UIKit/UITraitCollection+breakpoint.swift /Users/admin/builder/spi-builder-workspace/Sources/YMatterType/Extensions/UIKit/UITraitCollection+fontAppearance.swift /Users/admin/builder/spi-builder-workspace/Sources/YMatterType/Typography/FontFamily/DefaultFontFamily.swift (in target 'YMatterType' from project 'YMatterType')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/YMatterType/Extensions/UIKit/UITraitCollection+breakpoint.swift (in target 'YMatterType' from project 'YMatterType')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/YMatterType/Extensions/UIKit/UITraitCollection+fontAppearance.swift (in target 'YMatterType' from project 'YMatterType')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

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

SwiftCompile normal arm64 Compiling\ DefaultFontFamilyFactory.swift,\ FontFamily.swift,\ FontFamilyFactory.swift /Users/admin/builder/spi-builder-workspace/Sources/YMatterType/Typography/FontFamily/DefaultFontFamilyFactory.swift /Users/admin/builder/spi-builder-workspace/Sources/YMatterType/Typography/FontFamily/FontFamily.swift /Users/admin/builder/spi-builder-workspace/Sources/YMatterType/Typography/FontFamily/FontFamilyFactory.swift (in target 'YMatterType' from project 'YMatterType')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/YMatterType/Typography/FontFamily/DefaultFontFamilyFactory.swift (in target 'YMatterType' from project 'YMatterType')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

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

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

SwiftCompile normal arm64 Compiling\ Typography+System.swift,\ Typography.swift /Users/admin/builder/spi-builder-workspace/Sources/YMatterType/Typography/Typography+System.swift /Users/admin/builder/spi-builder-workspace/Sources/YMatterType/Typography/Typography.swift (in target 'YMatterType' from project 'YMatterType')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/YMatterType/Typography/Typography+System.swift (in target 'YMatterType' from project 'YMatterType')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

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

SwiftCompile normal arm64 Compiling\ TypographyLayout.swift,\ YMatterType+Logging.swift /Users/admin/builder/spi-builder-workspace/Sources/YMatterType/Typography/TypographyLayout.swift /Users/admin/builder/spi-builder-workspace/Sources/YMatterType/YMatterType+Logging.swift (in target 'YMatterType' from project 'YMatterType')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/YMatterType/Typography/TypographyLayout.swift (in target 'YMatterType' from project 'YMatterType')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

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

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

SwiftCompile normal arm64 Compiling\ HelveticaNeueFontFamily.swift,\ SystemFontFamily.swift,\ Typography+Enums.swift /Users/admin/builder/spi-builder-workspace/Sources/YMatterType/Typography/FontFamily/HelveticaNeueFontFamily.swift /Users/admin/builder/spi-builder-workspace/Sources/YMatterType/Typography/FontFamily/SystemFontFamily.swift /Users/admin/builder/spi-builder-workspace/Sources/YMatterType/Typography/Typography+Enums.swift (in target 'YMatterType' from project 'YMatterType')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/YMatterType/Typography/FontFamily/HelveticaNeueFontFamily.swift (in target 'YMatterType' from project 'YMatterType')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

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

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

SwiftCompile normal arm64 Compiling\ Typography+Font.swift,\ Typography+Mutators.swift /Users/admin/builder/spi-builder-workspace/Sources/YMatterType/Typography/Typography+Font.swift /Users/admin/builder/spi-builder-workspace/Sources/YMatterType/Typography/Typography+Mutators.swift (in target 'YMatterType' from project 'YMatterType')
Command SwiftCompile failed with a nonzero exit code
** BUILD FAILED **
The following build commands failed:
	SwiftCompile normal arm64 Compiling\ String+textSize.swift,\ NSParagraphStyle+lineSpacing.swift,\ UIFont+register.swift /Users/admin/builder/spi-builder-workspace/Sources/YMatterType/Extensions/Foundation/String+textSize.swift /Users/admin/builder/spi-builder-workspace/Sources/YMatterType/Extensions/UIKit/NSParagraphStyle+lineSpacing.swift /Users/admin/builder/spi-builder-workspace/Sources/YMatterType/Extensions/UIKit/UIFont+register.swift (in target 'YMatterType' from project 'YMatterType')
	SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/YMatterType/Extensions/Foundation/String+textSize.swift (in target 'YMatterType' from project 'YMatterType')
	SwiftCompile normal arm64 Compiling\ Typography+Font.swift,\ Typography+Mutators.swift /Users/admin/builder/spi-builder-workspace/Sources/YMatterType/Typography/Typography+Font.swift /Users/admin/builder/spi-builder-workspace/Sources/YMatterType/Typography/Typography+Mutators.swift (in target 'YMatterType' from project 'YMatterType')
	Building workspace spi-builder-workspace with scheme YMatterType
(4 failures)
BUILD FAILURE 6.1 visionOS