Build Information
Failed to build YSnackbar, reference main (2d146a
), with Swift 6.0 for macOS (SPM) on 3 Nov 2024 16:48:49 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: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/codeandtheory/ysnackbar-ios
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
HEAD is now at 2d146a3 CM-1501: Improve VoiceOver Support (#19)
Cloned https://github.com/codeandtheory/ysnackbar-ios.git
Revision (git rev-parse @):
2d146a36c8e1e58fc3a6786c3b99e810ff481cbf
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/codeandtheory/ysnackbar-ios.git at main
Fetching https://github.com/yml-org/YCoreUI.git
Fetching https://github.com/yml-org/YMatterType.git
[1/1137] Fetching ymattertype
[36/2361] Fetching ymattertype, ycoreui
Fetched https://github.com/yml-org/YCoreUI.git from cache (2.09s)
Fetched https://github.com/yml-org/YMatterType.git from cache (2.09s)
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.63s)
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
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
========================================
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.93s)
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.52s)
Fetched https://github.com/yml-org/YMatterType.git from cache (0.52s)
Computing version for https://github.com/yml-org/YCoreUI.git
Computed https://github.com/yml-org/YCoreUI.git at 1.7.0 (0.02s)
Computing version for https://github.com/yml-org/YMatterType.git
Computed https://github.com/yml-org/YMatterType.git at 1.7.0 (0.02s)
Creating working copy for https://github.com/codeandtheory/ysnackbar-ios.git
Working copy of https://github.com/codeandtheory/ysnackbar-ios.git resolved at main (2d146a3)
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
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
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 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`.
[6/64] 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)
[7/64] 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)
[8/64] 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)
[9/64] 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)
[10/64] 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)
[11/64] Compiling YCoreUI Elevation.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 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)
[13/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)
[14/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)
[15/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)
[16/67] Compiling YCoreUI UITraitCollection+colorSpaces.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 YCoreUI UIView+Animation.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 YCoreUI UIView+constrain.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 YCoreUI UIView+constrainCenter.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+constrainEdges.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 YCoreUI UIView+constrainEdgesToMargins.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 YCoreUI UIView+constrainAnchor.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 UIView+constrainAspectRatio.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 YCoreUI UIView+constrainBelow.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 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)
[26/67] Compiling YCoreUI NSDirectionalEdgeInsets+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)
[27/67] Compiling YCoreUI UIColor+WCAG.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 YCoreUI UIColor+blended.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 YCoreUI UIColor+rgb.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 YCoreUI UIColor+rgbComponents.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 YCoreUI UIColor+rgbValue.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 YCoreUI UIEdgeInsets+directional.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`.
/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`.
[48/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)
[49/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)
[50/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)
error: emit-module command failed with exit code 1 (use -v to see invocation)
[51/67] 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)
[52/67] Compiling YCoreUI FormViewController.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)
[53/67] Compiling YCoreUI CGFloat+rounded.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)
[54/67] Compiling YCoreUI CGSize+inset.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)
[55/67] Compiling YCoreUI String+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)
/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