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 YSnackbar, reference 1.1.2 (159d3a), with Swift 6.0 for macOS (SPM) on 3 Nov 2024 16:48:57 UTC.

Build Command

env DEVELOPER_DIR=/Applications/Xcode-16.1.0.app xcrun swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete

Build Log

========================================
RunAll
========================================
Builder version: 4.56.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/codeandtheory/ysnackbar-ios.git
Reference: 1.1.2
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/codeandtheory/ysnackbar-ios
 * tag               1.1.2      -> FETCH_HEAD
HEAD is now at 159d3aa [ISSUE] updated dependencies version and fixed swift warning (#17)
Cloned https://github.com/codeandtheory/ysnackbar-ios.git
Revision (git rev-parse @):
159d3aa10c576887b68531518c5afe7003cd63d5
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/codeandtheory/ysnackbar-ios.git at 1.1.2
Fetching https://github.com/yml-org/YMatterType.git
Fetching https://github.com/yml-org/YCoreUI.git
[1/1224] Fetching ycoreui
[38/2361] Fetching ycoreui, ymattertype
Fetched https://github.com/yml-org/YCoreUI.git from cache (2.58s)
Fetched https://github.com/yml-org/YMatterType.git from cache (2.58s)
Computing version for https://github.com/yml-org/YCoreUI.git
Computed https://github.com/yml-org/YCoreUI.git at 1.7.0 (0.66s)
Computing version for https://github.com/yml-org/YMatterType.git
Computed https://github.com/yml-org/YMatterType.git at 1.7.0 (0.67s)
Creating working copy for https://github.com/yml-org/YCoreUI.git
Working copy of https://github.com/yml-org/YCoreUI.git resolved at 1.7.0
Creating working copy for https://github.com/yml-org/YMatterType.git
Working copy of https://github.com/yml-org/YMatterType.git resolved at 1.7.0
========================================
ResolveProductDependencies
========================================
Resolving dependencies ...
{
  "identity": ".resolve-product-dependencies",
  "name": "resolve-dependencies",
  "url": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies",
  "version": "unspecified",
  "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies",
  "dependencies": [
    {
      "identity": "ysnackbar-ios",
      "name": "YSnackbar",
      "url": "https://github.com/codeandtheory/ysnackbar-ios.git",
      "version": "unspecified",
      "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/ysnackbar-ios",
      "dependencies": [
        {
          "identity": "ycoreui",
          "name": "YCoreUI",
          "url": "https://github.com/yml-org/YCoreUI.git",
          "version": "1.7.0",
          "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/YCoreUI",
          "dependencies": [
          ]
        },
        {
          "identity": "ymattertype",
          "name": "YMatterType",
          "url": "https://github.com/yml-org/YMatterType.git",
          "version": "1.7.0",
          "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/YMatterType",
          "dependencies": [
          ]
        }
      ]
    }
  ]
}
Fetching https://github.com/codeandtheory/ysnackbar-ios.git
[1/272] Fetching ysnackbar-ios
Fetched https://github.com/codeandtheory/ysnackbar-ios.git from cache (0.86s)
Fetching https://github.com/yml-org/YCoreUI.git from cache
Fetching https://github.com/yml-org/YMatterType.git from cache
Fetched https://github.com/yml-org/YCoreUI.git from cache (0.50s)
Fetched https://github.com/yml-org/YMatterType.git from cache (0.50s)
Computing version for https://github.com/yml-org/YCoreUI.git
Computed https://github.com/yml-org/YCoreUI.git at 1.7.0 (0.03s)
Computing version for https://github.com/yml-org/YMatterType.git
Computed https://github.com/yml-org/YMatterType.git at 1.7.0 (0.03s)
Creating working copy for https://github.com/codeandtheory/ysnackbar-ios.git
Working copy of https://github.com/codeandtheory/ysnackbar-ios.git resolved at 1.1.2 (159d3aa)
Creating working copy for https://github.com/yml-org/YCoreUI.git
Working copy of https://github.com/yml-org/YCoreUI.git resolved at 1.7.0
Creating working copy for https://github.com/yml-org/YMatterType.git
Working copy of https://github.com/yml-org/YMatterType.git resolved at 1.7.0
warning: '.resolve-product-dependencies': dependency 'ysnackbar-ios' is not used by any target
Found 2 product dependencies
  - YCoreUI
  - YMatterType
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.0
Building package at path:  $PWD
https://github.com/codeandtheory/ysnackbar-ios.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.1.0.app xcrun swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete
Building for debugging...
[0/4] Write sources
[3/4] Write swift-version--7754E27361AE5C74.txt
error: emit-module command failed with exit code 1 (use -v to see invocation)
[5/62] Emitting module YCoreUI
/Users/admin/builder/spi-builder-workspace/.build/checkouts/YCoreUI/Sources/YCoreUI/Components/FormViewController.swift:9:8: error: no such module 'UIKit'
  7 | //
  8 |
  9 | import UIKit
    |        `- error: no such module 'UIKit'
 10 |
 11 | #if os(iOS)
error: emit-module command failed with exit code 1 (use -v to see invocation)
[6/65] Emitting module YMatterType
/Users/admin/builder/spi-builder-workspace/.build/checkouts/YMatterType/Sources/YMatterType/Elements/TypographyButton.swift:9:8: error: no such module 'UIKit'
  7 | //
  8 |
  9 | import UIKit
    |        `- error: no such module 'UIKit'
 10 |
 11 | /// Button that supports `Typography`.
[7/67] Compiling YCoreUI UIEdgeInsets+horizontal.swift
/Users/admin/builder/spi-builder-workspace/.build/checkouts/YCoreUI/Sources/YCoreUI/Components/FormViewController.swift:9:8: error: no such module 'UIKit'
  7 | //
  8 |
  9 | import UIKit
    |        `- error: no such module 'UIKit'
 10 |
 11 | #if os(iOS)
[8/67] Compiling YCoreUI UIEdgeInsets+init.swift
/Users/admin/builder/spi-builder-workspace/.build/checkouts/YCoreUI/Sources/YCoreUI/Components/FormViewController.swift:9:8: error: no such module 'UIKit'
  7 | //
  8 |
  9 | import UIKit
    |        `- error: no such module 'UIKit'
 10 |
 11 | #if os(iOS)
[9/67] Compiling YCoreUI UIScreen+scaleFactor.swift
/Users/admin/builder/spi-builder-workspace/.build/checkouts/YCoreUI/Sources/YCoreUI/Components/FormViewController.swift:9:8: error: no such module 'UIKit'
  7 | //
  8 |
  9 | import UIKit
    |        `- error: no such module 'UIKit'
 10 |
 11 | #if os(iOS)
[10/67] Compiling YCoreUI UIScrollView+keyboardNotifications.swift
/Users/admin/builder/spi-builder-workspace/.build/checkouts/YCoreUI/Sources/YCoreUI/Components/FormViewController.swift:9:8: error: no such module 'UIKit'
  7 | //
  8 |
  9 | import UIKit
    |        `- error: no such module 'UIKit'
 10 |
 11 | #if os(iOS)
[11/67] Compiling YMatterType HelveticaNeueFontFamily.swift
/Users/admin/builder/spi-builder-workspace/.build/checkouts/YCoreUI/Sources/YCoreUI/Components/FormViewController.swift:9:8: error: no such module 'UIKit'
  7 | //
  8 |
  9 | import UIKit
    |        `- error: no such module 'UIKit'
 10 |
 11 | #if os(iOS)
[12/67] Compiling YMatterType SystemFontFamily.swift
/Users/admin/builder/spi-builder-workspace/.build/checkouts/YCoreUI/Sources/YCoreUI/Components/FormViewController.swift:9:8: error: no such module 'UIKit'
  7 | //
  8 |
  9 | import UIKit
    |        `- error: no such module 'UIKit'
 10 |
 11 | #if os(iOS)
[13/67] Compiling YMatterType Typography+Enums.swift
/Users/admin/builder/spi-builder-workspace/.build/checkouts/YCoreUI/Sources/YCoreUI/Components/FormViewController.swift:9:8: error: no such module 'UIKit'
  7 | //
  8 |
  9 | import UIKit
    |        `- error: no such module 'UIKit'
 10 |
 11 | #if os(iOS)
[14/67] Compiling YCoreUI Anchorable.swift
/Users/admin/builder/spi-builder-workspace/.build/checkouts/YCoreUI/Sources/YCoreUI/Components/FormViewController.swift:9:8: error: no such module 'UIKit'
  7 | //
  8 |
  9 | import UIKit
    |        `- error: no such module 'UIKit'
 10 |
 11 | #if os(iOS)
[15/67] Compiling YCoreUI Colorable.swift
/Users/admin/builder/spi-builder-workspace/.build/checkouts/YCoreUI/Sources/YCoreUI/Components/FormViewController.swift:9:8: error: no such module 'UIKit'
  7 | //
  8 |
  9 | import UIKit
    |        `- error: no such module 'UIKit'
 10 |
 11 | #if os(iOS)
[16/67] Compiling YCoreUI ImageAsset.swift
/Users/admin/builder/spi-builder-workspace/.build/checkouts/YCoreUI/Sources/YCoreUI/Components/FormViewController.swift:9:8: error: no such module 'UIKit'
  7 | //
  8 |
  9 | import UIKit
    |        `- error: no such module 'UIKit'
 10 |
 11 | #if os(iOS)
[17/67] Compiling YMatterType TypographyTextField.swift
/Users/admin/builder/spi-builder-workspace/.build/checkouts/YCoreUI/Sources/YCoreUI/Components/FormViewController.swift:9:8: error: no such module 'UIKit'
  7 | //
  8 |
  9 | import UIKit
    |        `- error: no such module 'UIKit'
 10 |
 11 | #if os(iOS)
[18/67] Compiling YMatterType TypographyTextView.swift
/Users/admin/builder/spi-builder-workspace/.build/checkouts/YCoreUI/Sources/YCoreUI/Components/FormViewController.swift:9:8: error: no such module 'UIKit'
  7 | //
  8 |
  9 | import UIKit
    |        `- error: no such module 'UIKit'
 10 |
 11 | #if os(iOS)
[19/67] Compiling YMatterType Typography+Font.swift
/Users/admin/builder/spi-builder-workspace/.build/checkouts/YCoreUI/Sources/YCoreUI/Components/FormViewController.swift:9:8: error: no such module 'UIKit'
  7 | //
  8 |
  9 | import UIKit
    |        `- error: no such module 'UIKit'
 10 |
 11 | #if os(iOS)
[20/67] Compiling YCoreUI UIView+constrainSize.swift
/Users/admin/builder/spi-builder-workspace/.build/checkouts/YCoreUI/Sources/YCoreUI/Components/FormViewController.swift:9:8: error: no such module 'UIKit'
  7 | //
  8 |
  9 | import UIKit
    |        `- error: no such module 'UIKit'
 10 |
 11 | #if os(iOS)
[21/67] Compiling YMatterType TypographyLayout.swift
/Users/admin/builder/spi-builder-workspace/.build/checkouts/YCoreUI/Sources/YCoreUI/Components/FormViewController.swift:9:8: error: no such module 'UIKit'
  7 | //
  8 |
  9 | import UIKit
    |        `- error: no such module 'UIKit'
 10 |
 11 | #if os(iOS)
[22/67] Compiling YMatterType YMatterType+Logging.swift
/Users/admin/builder/spi-builder-workspace/.build/checkouts/YCoreUI/Sources/YCoreUI/Components/FormViewController.swift:9:8: error: no such module 'UIKit'
  7 | //
  8 |
  9 | import UIKit
    |        `- error: no such module 'UIKit'
 10 |
 11 | #if os(iOS)
[23/67] Compiling YCoreUI NSDirectionalEdgeInsets+horizontal.swift
/Users/admin/builder/spi-builder-workspace/.build/checkouts/YCoreUI/Sources/YCoreUI/Components/FormViewController.swift:9:8: error: no such module 'UIKit'
  7 | //
  8 |
  9 | import UIKit
    |        `- error: no such module 'UIKit'
 10 |
 11 | #if os(iOS)
[24/67] Compiling YMatterType TypographyLabelRepresentable.swift
/Users/admin/builder/spi-builder-workspace/.build/checkouts/YCoreUI/Sources/YCoreUI/Components/FormViewController.swift:9:8: error: no such module 'UIKit'
  7 | //
  8 |
  9 | import UIKit
    |        `- error: no such module 'UIKit'
 10 |
 11 | #if os(iOS)
[25/67] Compiling YMatterType TextStyleLabel.swift
/Users/admin/builder/spi-builder-workspace/.build/checkouts/YCoreUI/Sources/YCoreUI/Components/FormViewController.swift:9:8: error: no such module 'UIKit'
  7 | //
  8 |
  9 | import UIKit
    |        `- error: no such module 'UIKit'
 10 |
 11 | #if os(iOS)
[26/67] Compiling YMatterType TypographyButton.swift
/Users/admin/builder/spi-builder-workspace/.build/checkouts/YCoreUI/Sources/YCoreUI/Components/FormViewController.swift:9:8: error: no such module 'UIKit'
  7 | //
  8 |
  9 | import UIKit
    |        `- error: no such module 'UIKit'
 10 |
 11 | #if os(iOS)
[27/67] Compiling YMatterType String+textSize.swift
/Users/admin/builder/spi-builder-workspace/.build/checkouts/YCoreUI/Sources/YCoreUI/Components/FormViewController.swift:9:8: error: no such module 'UIKit'
  7 | //
  8 |
  9 | import UIKit
    |        `- error: no such module 'UIKit'
 10 |
 11 | #if os(iOS)
[28/67] Compiling YMatterType NSParagraphStyle+lineSpacing.swift
/Users/admin/builder/spi-builder-workspace/.build/checkouts/YCoreUI/Sources/YCoreUI/Components/FormViewController.swift:9:8: error: no such module 'UIKit'
  7 | //
  8 |
  9 | import UIKit
    |        `- error: no such module 'UIKit'
 10 |
 11 | #if os(iOS)
[29/67] Compiling YMatterType UIFont+register.swift
/Users/admin/builder/spi-builder-workspace/.build/checkouts/YCoreUI/Sources/YCoreUI/Components/FormViewController.swift:9:8: error: no such module 'UIKit'
  7 | //
  8 |
  9 | import UIKit
    |        `- error: no such module 'UIKit'
 10 |
 11 | #if os(iOS)
[30/67] Compiling YMatterType DefaultFontFamilyFactory.swift
/Users/admin/builder/spi-builder-workspace/.build/checkouts/YCoreUI/Sources/YCoreUI/Components/FormViewController.swift:9:8: error: no such module 'UIKit'
  7 | //
  8 |
  9 | import UIKit
    |        `- error: no such module 'UIKit'
 10 |
 11 | #if os(iOS)
[31/67] Compiling YMatterType FontFamily.swift
/Users/admin/builder/spi-builder-workspace/.build/checkouts/YCoreUI/Sources/YCoreUI/Components/FormViewController.swift:9:8: error: no such module 'UIKit'
  7 | //
  8 |
  9 | import UIKit
    |        `- error: no such module 'UIKit'
 10 |
 11 | #if os(iOS)
[32/67] Compiling YMatterType FontFamilyFactory.swift
/Users/admin/builder/spi-builder-workspace/.build/checkouts/YCoreUI/Sources/YCoreUI/Components/FormViewController.swift:9:8: error: no such module 'UIKit'
  7 | //
  8 |
  9 | import UIKit
    |        `- error: no such module 'UIKit'
 10 |
 11 | #if os(iOS)
[33/67] Compiling YMatterType TypographyLabel.swift
/Users/admin/builder/spi-builder-workspace/.build/checkouts/YCoreUI/Sources/YCoreUI/Components/FormViewController.swift:9:8: error: no such module 'UIKit'
  7 | //
  8 |
  9 | import UIKit
    |        `- error: no such module 'UIKit'
 10 |
 11 | #if os(iOS)
[34/67] Compiling YCoreUI FormViewController.swift
/Users/admin/builder/spi-builder-workspace/.build/checkouts/YMatterType/Sources/YMatterType/Elements/TypographyButton.swift:9:8: error: no such module 'UIKit'
  7 | //
  8 |
  9 | import UIKit
    |        `- error: no such module 'UIKit'
 10 |
 11 | /// Button that supports `Typography`.
[35/67] Compiling YCoreUI CGFloat+rounded.swift
/Users/admin/builder/spi-builder-workspace/.build/checkouts/YMatterType/Sources/YMatterType/Elements/TypographyButton.swift:9:8: error: no such module 'UIKit'
  7 | //
  8 |
  9 | import UIKit
    |        `- error: no such module 'UIKit'
 10 |
 11 | /// Button that supports `Typography`.
/Users/admin/builder/spi-builder-workspace/.build/checkouts/YMatterType/Sources/YMatterType/Elements/TypographyButton.swift:9:8: error: no such module 'UIKit'
  7 | //
  8 |
  9 | import UIKit
    |        `- error: no such module 'UIKit'
 10 |
 11 | /// Button that supports `Typography`.
/Users/admin/builder/spi-builder-workspace/.build/checkouts/YMatterType/Sources/YMatterType/Elements/TypographyButton.swift:9:8: error: no such module 'UIKit'
  7 | //
  8 |
  9 | import UIKit
    |        `- error: no such module 'UIKit'
 10 |
 11 | /// Button that supports `Typography`.
/Users/admin/builder/spi-builder-workspace/.build/checkouts/YMatterType/Sources/YMatterType/Elements/TypographyButton.swift:9:8: error: no such module 'UIKit'
  7 | //
  8 |
  9 | import UIKit
    |        `- error: no such module 'UIKit'
 10 |
 11 | /// Button that supports `Typography`.
/Users/admin/builder/spi-builder-workspace/.build/checkouts/YMatterType/Sources/YMatterType/Elements/TypographyButton.swift:9:8: error: no such module 'UIKit'
  7 | //
  8 |
  9 | import UIKit
    |        `- error: no such module 'UIKit'
 10 |
 11 | /// Button that supports `Typography`.
/Users/admin/builder/spi-builder-workspace/.build/checkouts/YMatterType/Sources/YMatterType/Elements/TypographyButton.swift:9:8: error: no such module 'UIKit'
  7 | //
  8 |
  9 | import UIKit
    |        `- error: no such module 'UIKit'
 10 |
 11 | /// Button that supports `Typography`.
/Users/admin/builder/spi-builder-workspace/.build/checkouts/YMatterType/Sources/YMatterType/Elements/TypographyButton.swift:9:8: error: no such module 'UIKit'
  7 | //
  8 |
  9 | import UIKit
    |        `- error: no such module 'UIKit'
 10 |
 11 | /// Button that supports `Typography`.
/Users/admin/builder/spi-builder-workspace/.build/checkouts/YMatterType/Sources/YMatterType/Elements/TypographyButton.swift:9:8: error: no such module 'UIKit'
  7 | //
  8 |
  9 | import UIKit
    |        `- error: no such module 'UIKit'
 10 |
 11 | /// Button that supports `Typography`.
/Users/admin/builder/spi-builder-workspace/.build/checkouts/YMatterType/Sources/YMatterType/Elements/TypographyButton.swift:9:8: error: no such module 'UIKit'
  7 | //
  8 |
  9 | import UIKit
    |        `- error: no such module 'UIKit'
 10 |
 11 | /// Button that supports `Typography`.
/Users/admin/builder/spi-builder-workspace/.build/checkouts/YMatterType/Sources/YMatterType/Elements/TypographyButton.swift:9:8: error: no such module 'UIKit'
  7 | //
  8 |
  9 | import UIKit
    |        `- error: no such module 'UIKit'
 10 |
 11 | /// Button that supports `Typography`.
/Users/admin/builder/spi-builder-workspace/.build/checkouts/YMatterType/Sources/YMatterType/Elements/TypographyButton.swift:9:8: error: no such module 'UIKit'
  7 | //
  8 |
  9 | import UIKit
    |        `- error: no such module 'UIKit'
 10 |
 11 | /// Button that supports `Typography`.
/Users/admin/builder/spi-builder-workspace/.build/checkouts/YCoreUI/Sources/YCoreUI/Components/FormViewController.swift:9:8: error: no such module 'UIKit'
  7 | //
  8 |
  9 | import UIKit
    |        `- error: no such module 'UIKit'
 10 |
 11 | #if os(iOS)
/Users/admin/builder/spi-builder-workspace/.build/checkouts/YCoreUI/Sources/YCoreUI/Components/FormViewController.swift:9:8: error: no such module 'UIKit'
  7 | //
  8 |
  9 | import UIKit
    |        `- error: no such module 'UIKit'
 10 |
 11 | #if os(iOS)
[48/67] Compiling YMatterType UITraitCollection+breakpoint.swift
/Users/admin/builder/spi-builder-workspace/.build/checkouts/YCoreUI/Sources/YCoreUI/Components/FormViewController.swift:9:8: error: no such module 'UIKit'
  7 | //
  8 |
  9 | import UIKit
    |        `- error: no such module 'UIKit'
 10 |
 11 | #if os(iOS)
[49/67] Compiling YMatterType UITraitCollection+fontAppearance.swift
/Users/admin/builder/spi-builder-workspace/.build/checkouts/YCoreUI/Sources/YCoreUI/Components/FormViewController.swift:9:8: error: no such module 'UIKit'
  7 | //
  8 |
  9 | import UIKit
    |        `- error: no such module 'UIKit'
 10 |
 11 | #if os(iOS)
[50/67] Compiling YCoreUI Localizable.swift
/Users/admin/builder/spi-builder-workspace/.build/checkouts/YCoreUI/Sources/YCoreUI/Components/FormViewController.swift:9:8: error: no such module 'UIKit'
  7 | //
  8 |
  9 | import UIKit
    |        `- error: no such module 'UIKit'
 10 |
 11 | #if os(iOS)
[51/67] Compiling YCoreUI SystemImage.swift
/Users/admin/builder/spi-builder-workspace/.build/checkouts/YCoreUI/Sources/YCoreUI/Components/FormViewController.swift:9:8: error: no such module 'UIKit'
  7 | //
  8 |
  9 | import UIKit
    |        `- error: no such module 'UIKit'
 10 |
 11 | #if os(iOS)
[52/67] Compiling YCoreUI YCoreUI+Logging.swift
/Users/admin/builder/spi-builder-workspace/.build/checkouts/YCoreUI/Sources/YCoreUI/Components/FormViewController.swift:9:8: error: no such module 'UIKit'
  7 | //
  8 |
  9 | import UIKit
    |        `- error: no such module 'UIKit'
 10 |
 11 | #if os(iOS)
/Users/admin/builder/spi-builder-workspace/.build/checkouts/YMatterType/Sources/YMatterType/Elements/TypographyButton.swift:9:8: error: no such module 'UIKit'
  7 | //
  8 |
  9 | import UIKit
    |        `- error: no such module 'UIKit'
 10 |
 11 | /// Button that supports `Typography`.
/Users/admin/builder/spi-builder-workspace/.build/checkouts/YMatterType/Sources/YMatterType/Elements/TypographyButton.swift:9:8: error: no such module 'UIKit'
  7 | //
  8 |
  9 | import UIKit
    |        `- error: no such module 'UIKit'
 10 |
 11 | /// Button that supports `Typography`.
/Users/admin/builder/spi-builder-workspace/.build/checkouts/YMatterType/Sources/YMatterType/Elements/TypographyButton.swift:9:8: error: no such module 'UIKit'
  7 | //
  8 |
  9 | import UIKit
    |        `- error: no such module 'UIKit'
 10 |
 11 | /// Button that supports `Typography`.
/Users/admin/builder/spi-builder-workspace/.build/checkouts/YMatterType/Sources/YMatterType/Elements/TypographyButton.swift:9:8: error: no such module 'UIKit'
  7 | //
  8 |
  9 | import UIKit
    |        `- error: no such module 'UIKit'
 10 |
 11 | /// Button that supports `Typography`.
/Users/admin/builder/spi-builder-workspace/.build/checkouts/YMatterType/Sources/YMatterType/Elements/TypographyButton.swift:9:8: error: no such module 'UIKit'
  7 | //
  8 |
  9 | import UIKit
    |        `- error: no such module 'UIKit'
 10 |
 11 | /// Button that supports `Typography`.
/Users/admin/builder/spi-builder-workspace/.build/checkouts/YMatterType/Sources/YMatterType/Elements/TypographyButton.swift:9:8: error: no such module 'UIKit'
  7 | //
  8 |
  9 | import UIKit
    |        `- error: no such module 'UIKit'
 10 |
 11 | /// Button that supports `Typography`.
BUILD FAILURE 6.0 macosSpm