Build Information
Failed to build YMatterType, reference main (3a9f8d
), with Swift 6.1 for macOS (SPM) on 27 Apr 2025 22:15:57 UTC.
Build Command
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun swift build --arch arm64
Build Log
========================================
RunAll
========================================
Builder version: 4.61.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/codeandtheory/YMatterType.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/codeandtheory/YMatterType
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
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 main
========================================
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": "ymattertype",
"name": "YMatterType",
"url": "https://github.com/codeandtheory/YMatterType.git",
"version": "unspecified",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/YMatterType",
"dependencies": [
]
}
]
}
Fetching https://github.com/codeandtheory/YMatterType.git
[1/1137] Fetching ymattertype
Fetched https://github.com/codeandtheory/YMatterType.git from cache (1.98s)
Creating working copy for https://github.com/codeandtheory/YMatterType.git
Working copy of https://github.com/codeandtheory/YMatterType.git resolved at main (3a9f8dd)
warning: '.resolve-product-dependencies': dependency 'ymattertype' is not used by any target
Found 0 product dependencies
========================================
Build
========================================
Selected platform: macosSpm
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"
}
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version-2F0A5646E1D333AE.txt
[3/28] Compiling YMatterType UITraitCollection+breakpoint.swift
/Users/admin/builder/spi-builder-workspace/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`.
[4/28] Compiling YMatterType UITraitCollection+fontAppearance.swift
/Users/admin/builder/spi-builder-workspace/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`.
[5/28] Compiling YMatterType DefaultFontFamily.swift
/Users/admin/builder/spi-builder-workspace/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/30] Compiling YMatterType String+textSize.swift
/Users/admin/builder/spi-builder-workspace/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/30] Compiling YMatterType NSParagraphStyle+lineSpacing.swift
/Users/admin/builder/spi-builder-workspace/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`.
[8/30] Compiling YMatterType UIFont+register.swift
/Users/admin/builder/spi-builder-workspace/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`.
[9/30] Compiling YMatterType Typography+Font.swift
/Users/admin/builder/spi-builder-workspace/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`.
[10/30] Compiling YMatterType Typography+Mutators.swift
/Users/admin/builder/spi-builder-workspace/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`.
[11/30] Compiling YMatterType Typography+System.swift
/Users/admin/builder/spi-builder-workspace/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`.
[12/30] Compiling YMatterType Typography.swift
/Users/admin/builder/spi-builder-workspace/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`.
[13/30] Compiling YMatterType TypographyLayout.swift
/Users/admin/builder/spi-builder-workspace/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`.
[14/30] Compiling YMatterType YMatterType+Logging.swift
/Users/admin/builder/spi-builder-workspace/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`.
[15/30] Compiling YMatterType NSAttributedString+baseAttributes.swift
/Users/admin/builder/spi-builder-workspace/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`.
[16/30] Compiling YMatterType NSAttributedString+textCase.swift
/Users/admin/builder/spi-builder-workspace/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`.
[17/30] Compiling YMatterType String+textCase.swift
/Users/admin/builder/spi-builder-workspace/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`.
[18/30] Compiling YMatterType HelveticaNeueFontFamily.swift
/Users/admin/builder/spi-builder-workspace/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`.
[19/30] Compiling YMatterType SystemFontFamily.swift
/Users/admin/builder/spi-builder-workspace/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`.
[20/30] Compiling YMatterType Typography+Enums.swift
/Users/admin/builder/spi-builder-workspace/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`.
[21/30] Compiling YMatterType DefaultFontFamilyFactory.swift
/Users/admin/builder/spi-builder-workspace/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`.
[22/30] Compiling YMatterType FontFamily.swift
/Users/admin/builder/spi-builder-workspace/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`.
[23/30] Compiling YMatterType FontFamilyFactory.swift
/Users/admin/builder/spi-builder-workspace/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`.
[24/30] Compiling YMatterType TypographyLabel.swift
/Users/admin/builder/spi-builder-workspace/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`.
[25/30] Compiling YMatterType TypographyTextField.swift
/Users/admin/builder/spi-builder-workspace/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`.
[26/30] Compiling YMatterType TypographyTextView.swift
/Users/admin/builder/spi-builder-workspace/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`.
error: emit-module command failed with exit code 1 (use -v to see invocation)
[27/30] Emitting module YMatterType
/Users/admin/builder/spi-builder-workspace/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`.
[28/30] Compiling YMatterType TypographyLabelRepresentable.swift
/Users/admin/builder/spi-builder-workspace/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`.
[29/30] Compiling YMatterType TextStyleLabel.swift
/Users/admin/builder/spi-builder-workspace/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`.
[30/30] Compiling YMatterType TypographyButton.swift
/Users/admin/builder/spi-builder-workspace/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`.
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun swift build --arch arm64
[0/1] Planning build
Building for debugging...
[0/1] Write swift-version-2F0A5646E1D333AE.txt
error: emit-module command failed with exit code 1 (use -v to see invocation)
[2/27] Emitting module YMatterType
/Users/admin/builder/spi-builder-workspace/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`.
[3/29] Compiling YMatterType TypographyLabelRepresentable.swift
/Users/admin/builder/spi-builder-workspace/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`.
[4/29] Compiling YMatterType TextStyleLabel.swift
/Users/admin/builder/spi-builder-workspace/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`.
[5/29] Compiling YMatterType TypographyButton.swift
/Users/admin/builder/spi-builder-workspace/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/29] Compiling YMatterType String+textSize.swift
/Users/admin/builder/spi-builder-workspace/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/29] Compiling YMatterType NSParagraphStyle+lineSpacing.swift
/Users/admin/builder/spi-builder-workspace/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`.
[8/29] Compiling YMatterType UIFont+register.swift
/Users/admin/builder/spi-builder-workspace/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`.
[9/29] Compiling YMatterType UITraitCollection+breakpoint.swift
/Users/admin/builder/spi-builder-workspace/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`.
[10/29] Compiling YMatterType UITraitCollection+fontAppearance.swift
/Users/admin/builder/spi-builder-workspace/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`.
[11/29] Compiling YMatterType DefaultFontFamily.swift
/Users/admin/builder/spi-builder-workspace/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`.
[12/29] Compiling YMatterType Typography+System.swift
/Users/admin/builder/spi-builder-workspace/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`.
[13/29] Compiling YMatterType Typography.swift
/Users/admin/builder/spi-builder-workspace/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`.
[14/29] Compiling YMatterType DefaultFontFamilyFactory.swift
/Users/admin/builder/spi-builder-workspace/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`.
[15/29] Compiling YMatterType FontFamily.swift
/Users/admin/builder/spi-builder-workspace/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`.
[16/29] Compiling YMatterType FontFamilyFactory.swift
/Users/admin/builder/spi-builder-workspace/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`.
[17/29] Compiling YMatterType HelveticaNeueFontFamily.swift
/Users/admin/builder/spi-builder-workspace/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`.
[18/29] Compiling YMatterType SystemFontFamily.swift
/Users/admin/builder/spi-builder-workspace/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`.
[19/29] Compiling YMatterType Typography+Enums.swift
/Users/admin/builder/spi-builder-workspace/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`.
[20/29] Compiling YMatterType Typography+Font.swift
/Users/admin/builder/spi-builder-workspace/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`.
[21/29] Compiling YMatterType Typography+Mutators.swift
/Users/admin/builder/spi-builder-workspace/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`.
[22/29] Compiling YMatterType TypographyLabel.swift
/Users/admin/builder/spi-builder-workspace/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`.
[23/29] Compiling YMatterType TypographyTextField.swift
/Users/admin/builder/spi-builder-workspace/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`.
[24/29] Compiling YMatterType TypographyTextView.swift
/Users/admin/builder/spi-builder-workspace/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`.
[25/29] Compiling YMatterType NSAttributedString+baseAttributes.swift
/Users/admin/builder/spi-builder-workspace/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`.
[26/29] Compiling YMatterType NSAttributedString+textCase.swift
/Users/admin/builder/spi-builder-workspace/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`.
[27/29] Compiling YMatterType String+textCase.swift
/Users/admin/builder/spi-builder-workspace/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`.
[28/29] Compiling YMatterType TypographyLayout.swift
/Users/admin/builder/spi-builder-workspace/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`.
[29/29] Compiling YMatterType YMatterType+Logging.swift
/Users/admin/builder/spi-builder-workspace/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.1 macosSpm