Build Information
Failed to build TweaKit, reference 1.0.4 (2386d0
), with Swift 6.1 for macOS (SPM) on 27 Apr 2025 20:27:31 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/Alpensegler/TweaKit.git
Reference: 1.0.4
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/Alpensegler/TweaKit
* tag 1.0.4 -> FETCH_HEAD
HEAD is now at 2386d06 chore(project): bump version to 1.0.4
Cloned https://github.com/Alpensegler/TweaKit.git
Revision (git rev-parse @):
2386d069037a7b7c9077656eb3a730d4447df4e6
SUCCESS checkout https://github.com/Alpensegler/TweaKit.git at 1.0.4
========================================
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": "tweakit",
"name": "TweaKit",
"url": "https://github.com/Alpensegler/TweaKit.git",
"version": "unspecified",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/TweaKit",
"dependencies": [
]
}
]
}
Fetching https://github.com/Alpensegler/TweaKit.git
[1/1347] Fetching tweakit
Fetched https://github.com/Alpensegler/TweaKit.git from cache (0.99s)
Creating working copy for https://github.com/Alpensegler/TweaKit.git
Working copy of https://github.com/Alpensegler/TweaKit.git resolved at 1.0.4 (2386d06)
warning: '.resolve-product-dependencies': dependency 'tweakit' 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/Alpensegler/TweaKit.git
https://github.com/Alpensegler/TweaKit.git
{
"dependencies" : [
],
"manifest_display_name" : "TweaKit",
"name" : "TweaKit",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "ios",
"version" : "13.0"
}
],
"products" : [
{
"name" : "TweaKit",
"targets" : [
"TweaKit"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "TweaKit",
"module_type" : "SwiftTarget",
"name" : "TweaKit",
"path" : "Sources",
"product_memberships" : [
"TweaKit"
],
"resources" : [
{
"path" : "/Users/admin/builder/spi-builder-workspace/Sources/Resources/Icons.xcassets",
"rule" : {
"process" : {
}
}
}
],
"sources" : [
"Core/Container/TweakList.swift",
"Core/Container/TweakSection.swift",
"Core/Context/TweakContext+Delegate.swift",
"Core/Context/TweakContext+Facade.swift",
"Core/Context/TweakContext.swift",
"Core/Store/Storable.swift",
"Core/Store/TweakStore.swift",
"Core/Store/TweakStoreCache.swift",
"Core/Store/TweakStoreNotifier.swift",
"Core/Store/TweakStorePersistency.swift",
"Core/Trader/Tradable.swift",
"Core/Trader/TweakExporter.swift",
"Core/Trader/TweakImporter.swift",
"Core/Trader/TweakTradeContainer.swift",
"Core/Trader/TweakTrader.swift",
"Core/Tweak/Info/Tweak+Info.swift",
"Core/Tweak/Info/TweakInfo.swift",
"Core/Tweak/TweakType/NumericTweak.swift",
"Core/Tweak/TweakType/SelectableTweak.swift",
"Core/Tweak/TweakType/Tweak.swift",
"Core/Tweak/TweakType/TweakType.swift",
"Core/Tweak/TweakType/TweakableTweak.swift",
"Core/Tweak/Tweakable/TradedTweakable.swift",
"Core/Tweak/Tweakable/Tweakable.swift",
"Extension/Array+Extension.swift",
"Extension/Comparable+Extension.swift",
"Extension/CoreAnimation+Extension.swift",
"Extension/CoreGraphics+Extension.swift",
"Extension/DispatchQueue+Extension.swift",
"Extension/FloatingNumber+Extension.swift",
"Extension/ListView+Extension.swift",
"Extension/String+Extension.swift",
"Extension/UIApplication+Extension.swift",
"Extension/UIColor+Extension.swift",
"Extension/UIImage+Extension.swift",
"Extension/UIViewController+Extension.swift",
"TweaKit.swift",
"UI/Common/TweakActionInitiator.swift",
"UI/Common/TweakHaptic.swift",
"UI/Common/TweakListEmptyView.swift",
"UI/Common/TweakTextFields.swift",
"UI/Container/TweakRootViewController.swift",
"UI/Container/TweakSegmentedViewController.swift",
"UI/Container/TweakWindow.swift",
"UI/Floating/TweakFloatingBall.swift",
"UI/Floating/TweakFloatingPanel.swift",
"UI/Floating/TweakFloatingParticipant.swift",
"UI/Floating/TweakFloatingTransitioner.swift",
"UI/List/TweakListSectionHeader.swift",
"UI/List/TweakListViewCell.swift",
"UI/List/TweakListViewController.swift",
"UI/List/TweakListViewScene.swift",
"UI/Search/TweakSearchHistoryViewController.swift",
"UI/Search/TweakSearchViewController.swift",
"UI/Search/TweakSearcher.swift",
"UI/Tweak/PrimaryView/TweakPrimaryView.swift",
"UI/Tweak/PrimaryView/TweakPrimaryViewColorPicker.swift",
"UI/Tweak/PrimaryView/TweakPrimaryViewContainer.swift",
"UI/Tweak/PrimaryView/TweakPrimaryViewDisclosurer.swift",
"UI/Tweak/PrimaryView/TweakPrimaryViewPlaceholder.swift",
"UI/Tweak/PrimaryView/TweakPrimaryViewRecycler.swift",
"UI/Tweak/PrimaryView/TweakPrimaryViewStrider.swift",
"UI/Tweak/PrimaryView/TweakPrimaryViewSwitcher.swift",
"UI/Tweak/PrimaryView/TweakPrimaryViewTextField.swift",
"UI/Tweak/SecondaryView/TweakSecondaryView.swift",
"UI/Tweak/SecondaryView/TweakSecondaryViewAnimator.swift",
"UI/Tweak/SecondaryView/TweakSecondaryViewColorPicker.swift",
"UI/Tweak/SecondaryView/TweakSecondaryViewContainer.swift",
"UI/Tweak/SecondaryView/TweakSecondaryViewItemConvertible.swift",
"UI/Tweak/SecondaryView/TweakSecondaryViewReorderer.swift",
"UI/Tweak/SecondaryView/TweakSecondaryViewSelector.swift",
"UI/Tweak/TweakView.swift",
"UI/TweakContext+UI.swift",
"Utility/Constants.swift",
"Utility/Debouncer.swift",
"Utility/HitOutsideView.swift",
"Utility/Lock.swift",
"Utility/Matcher.swift",
"Utility/ResultBuilder.swift",
"Utility/TweakError.swift"
],
"type" : "library"
}
],
"tools_version" : "5.4"
}
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/3] Write sources
[1/3] Copying Icons.xcassets
[2/3] Write swift-version-2F0A5646E1D333AE.txt
error: emit-module command failed with exit code 1 (use -v to see invocation)
[4/77] Emitting module TweaKit
/Users/admin/builder/spi-builder-workspace/Sources/Core/Store/Storable.swift:8:8: error: no such module 'UIKit'
6 | //
7 |
8 | import UIKit
| `- error: no such module 'UIKit'
9 |
10 | /// A type that can be stored by `TweaKit`.
[5/85] Compiling TweaKit TweakPrimaryViewContainer.swift
/Users/admin/builder/spi-builder-workspace/Sources/Core/Store/Storable.swift:8:8: error: no such module 'UIKit'
6 | //
7 |
8 | import UIKit
| `- error: no such module 'UIKit'
9 |
10 | /// A type that can be stored by `TweaKit`.
[6/85] Compiling TweaKit TweakPrimaryViewDisclosurer.swift
/Users/admin/builder/spi-builder-workspace/Sources/Core/Store/Storable.swift:8:8: error: no such module 'UIKit'
6 | //
7 |
8 | import UIKit
| `- error: no such module 'UIKit'
9 |
10 | /// A type that can be stored by `TweaKit`.
[7/85] Compiling TweaKit TweakPrimaryViewPlaceholder.swift
/Users/admin/builder/spi-builder-workspace/Sources/Core/Store/Storable.swift:8:8: error: no such module 'UIKit'
6 | //
7 |
8 | import UIKit
| `- error: no such module 'UIKit'
9 |
10 | /// A type that can be stored by `TweaKit`.
[8/85] Compiling TweaKit TweakPrimaryViewRecycler.swift
/Users/admin/builder/spi-builder-workspace/Sources/Core/Store/Storable.swift:8:8: error: no such module 'UIKit'
6 | //
7 |
8 | import UIKit
| `- error: no such module 'UIKit'
9 |
10 | /// A type that can be stored by `TweaKit`.
[9/85] Compiling TweaKit TweakPrimaryViewStrider.swift
/Users/admin/builder/spi-builder-workspace/Sources/Core/Store/Storable.swift:8:8: error: no such module 'UIKit'
6 | //
7 |
8 | import UIKit
| `- error: no such module 'UIKit'
9 |
10 | /// A type that can be stored by `TweaKit`.
[10/85] Compiling TweaKit TweakPrimaryViewSwitcher.swift
/Users/admin/builder/spi-builder-workspace/Sources/Core/Store/Storable.swift:8:8: error: no such module 'UIKit'
6 | //
7 |
8 | import UIKit
| `- error: no such module 'UIKit'
9 |
10 | /// A type that can be stored by `TweaKit`.
[11/85] Compiling TweaKit TweakPrimaryViewTextField.swift
/Users/admin/builder/spi-builder-workspace/Sources/Core/Store/Storable.swift:8:8: error: no such module 'UIKit'
6 | //
7 |
8 | import UIKit
| `- error: no such module 'UIKit'
9 |
10 | /// A type that can be stored by `TweaKit`.
[12/85] Compiling TweaKit TweakSecondaryView.swift
/Users/admin/builder/spi-builder-workspace/Sources/Core/Store/Storable.swift:8:8: error: no such module 'UIKit'
6 | //
7 |
8 | import UIKit
| `- error: no such module 'UIKit'
9 |
10 | /// A type that can be stored by `TweaKit`.
[13/85] Compiling TweaKit Constants.swift
/Users/admin/builder/spi-builder-workspace/Sources/Core/Store/Storable.swift:8:8: error: no such module 'UIKit'
6 | //
7 |
8 | import UIKit
| `- error: no such module 'UIKit'
9 |
10 | /// A type that can be stored by `TweaKit`.
[14/85] Compiling TweaKit Debouncer.swift
/Users/admin/builder/spi-builder-workspace/Sources/Core/Store/Storable.swift:8:8: error: no such module 'UIKit'
6 | //
7 |
8 | import UIKit
| `- error: no such module 'UIKit'
9 |
10 | /// A type that can be stored by `TweaKit`.
[15/85] Compiling TweaKit HitOutsideView.swift
/Users/admin/builder/spi-builder-workspace/Sources/Core/Store/Storable.swift:8:8: error: no such module 'UIKit'
6 | //
7 |
8 | import UIKit
| `- error: no such module 'UIKit'
9 |
10 | /// A type that can be stored by `TweaKit`.
[16/85] Compiling TweaKit Lock.swift
/Users/admin/builder/spi-builder-workspace/Sources/Core/Store/Storable.swift:8:8: error: no such module 'UIKit'
6 | //
7 |
8 | import UIKit
| `- error: no such module 'UIKit'
9 |
10 | /// A type that can be stored by `TweaKit`.
[17/85] Compiling TweaKit Matcher.swift
/Users/admin/builder/spi-builder-workspace/Sources/Core/Store/Storable.swift:8:8: error: no such module 'UIKit'
6 | //
7 |
8 | import UIKit
| `- error: no such module 'UIKit'
9 |
10 | /// A type that can be stored by `TweaKit`.
[18/85] Compiling TweaKit ResultBuilder.swift
/Users/admin/builder/spi-builder-workspace/Sources/Core/Store/Storable.swift:8:8: error: no such module 'UIKit'
6 | //
7 |
8 | import UIKit
| `- error: no such module 'UIKit'
9 |
10 | /// A type that can be stored by `TweaKit`.
[19/85] Compiling TweaKit TweakError.swift
/Users/admin/builder/spi-builder-workspace/Sources/Core/Store/Storable.swift:8:8: error: no such module 'UIKit'
6 | //
7 |
8 | import UIKit
| `- error: no such module 'UIKit'
9 |
10 | /// A type that can be stored by `TweaKit`.
[20/85] Compiling TweaKit resource_bundle_accessor.swift
/Users/admin/builder/spi-builder-workspace/Sources/Core/Store/Storable.swift:8:8: error: no such module 'UIKit'
6 | //
7 |
8 | import UIKit
| `- error: no such module 'UIKit'
9 |
10 | /// A type that can be stored by `TweaKit`.
[21/85] Compiling TweaKit TweakList.swift
/Users/admin/builder/spi-builder-workspace/Sources/Core/Store/Storable.swift:8:8: error: no such module 'UIKit'
6 | //
7 |
8 | import UIKit
| `- error: no such module 'UIKit'
9 |
10 | /// A type that can be stored by `TweaKit`.
[22/85] Compiling TweaKit TweakSection.swift
/Users/admin/builder/spi-builder-workspace/Sources/Core/Store/Storable.swift:8:8: error: no such module 'UIKit'
6 | //
7 |
8 | import UIKit
| `- error: no such module 'UIKit'
9 |
10 | /// A type that can be stored by `TweaKit`.
[23/85] Compiling TweaKit TweakContext+Delegate.swift
/Users/admin/builder/spi-builder-workspace/Sources/Core/Store/Storable.swift:8:8: error: no such module 'UIKit'
6 | //
7 |
8 | import UIKit
| `- error: no such module 'UIKit'
9 |
10 | /// A type that can be stored by `TweaKit`.
[24/85] Compiling TweaKit TweakContext+Facade.swift
/Users/admin/builder/spi-builder-workspace/Sources/Core/Store/Storable.swift:8:8: error: no such module 'UIKit'
6 | //
7 |
8 | import UIKit
| `- error: no such module 'UIKit'
9 |
10 | /// A type that can be stored by `TweaKit`.
[25/85] Compiling TweaKit TweakContext.swift
/Users/admin/builder/spi-builder-workspace/Sources/Core/Store/Storable.swift:8:8: error: no such module 'UIKit'
6 | //
7 |
8 | import UIKit
| `- error: no such module 'UIKit'
9 |
10 | /// A type that can be stored by `TweaKit`.
[26/85] Compiling TweaKit Storable.swift
/Users/admin/builder/spi-builder-workspace/Sources/Core/Store/Storable.swift:8:8: error: no such module 'UIKit'
6 | //
7 |
8 | import UIKit
| `- error: no such module 'UIKit'
9 |
10 | /// A type that can be stored by `TweaKit`.
[27/85] Compiling TweaKit TweakStore.swift
/Users/admin/builder/spi-builder-workspace/Sources/Core/Store/Storable.swift:8:8: error: no such module 'UIKit'
6 | //
7 |
8 | import UIKit
| `- error: no such module 'UIKit'
9 |
10 | /// A type that can be stored by `TweaKit`.
[28/85] Compiling TweaKit TweakStoreCache.swift
/Users/admin/builder/spi-builder-workspace/Sources/Core/Store/Storable.swift:8:8: error: no such module 'UIKit'
6 | //
7 |
8 | import UIKit
| `- error: no such module 'UIKit'
9 |
10 | /// A type that can be stored by `TweaKit`.
[29/85] Compiling TweaKit TweakStoreNotifier.swift
/Users/admin/builder/spi-builder-workspace/Sources/Core/Store/Storable.swift:8:8: error: no such module 'UIKit'
6 | //
7 |
8 | import UIKit
| `- error: no such module 'UIKit'
9 |
10 | /// A type that can be stored by `TweaKit`.
[30/85] Compiling TweaKit TweakStorePersistency.swift
/Users/admin/builder/spi-builder-workspace/Sources/Core/Store/Storable.swift:8:8: error: no such module 'UIKit'
6 | //
7 |
8 | import UIKit
| `- error: no such module 'UIKit'
9 |
10 | /// A type that can be stored by `TweaKit`.
[31/85] Compiling TweaKit Tradable.swift
/Users/admin/builder/spi-builder-workspace/Sources/Core/Store/Storable.swift:8:8: error: no such module 'UIKit'
6 | //
7 |
8 | import UIKit
| `- error: no such module 'UIKit'
9 |
10 | /// A type that can be stored by `TweaKit`.
[32/85] Compiling TweaKit TweakExporter.swift
/Users/admin/builder/spi-builder-workspace/Sources/Core/Store/Storable.swift:8:8: error: no such module 'UIKit'
6 | //
7 |
8 | import UIKit
| `- error: no such module 'UIKit'
9 |
10 | /// A type that can be stored by `TweaKit`.
[33/85] Compiling TweaKit TweakImporter.swift
/Users/admin/builder/spi-builder-workspace/Sources/Core/Store/Storable.swift:8:8: error: no such module 'UIKit'
6 | //
7 |
8 | import UIKit
| `- error: no such module 'UIKit'
9 |
10 | /// A type that can be stored by `TweaKit`.
[34/85] Compiling TweaKit TweakTradeContainer.swift
/Users/admin/builder/spi-builder-workspace/Sources/Core/Store/Storable.swift:8:8: error: no such module 'UIKit'
6 | //
7 |
8 | import UIKit
| `- error: no such module 'UIKit'
9 |
10 | /// A type that can be stored by `TweaKit`.
[35/85] Compiling TweaKit TweakTrader.swift
/Users/admin/builder/spi-builder-workspace/Sources/Core/Store/Storable.swift:8:8: error: no such module 'UIKit'
6 | //
7 |
8 | import UIKit
| `- error: no such module 'UIKit'
9 |
10 | /// A type that can be stored by `TweaKit`.
[36/85] Compiling TweaKit Tweak+Info.swift
/Users/admin/builder/spi-builder-workspace/Sources/Core/Store/Storable.swift:8:8: error: no such module 'UIKit'
6 | //
7 |
8 | import UIKit
| `- error: no such module 'UIKit'
9 |
10 | /// A type that can be stored by `TweaKit`.
[37/85] Compiling TweaKit TweakInfo.swift
/Users/admin/builder/spi-builder-workspace/Sources/Core/Store/Storable.swift:8:8: error: no such module 'UIKit'
6 | //
7 |
8 | import UIKit
| `- error: no such module 'UIKit'
9 |
10 | /// A type that can be stored by `TweaKit`.
[38/85] Compiling TweaKit NumericTweak.swift
/Users/admin/builder/spi-builder-workspace/Sources/Core/Store/Storable.swift:8:8: error: no such module 'UIKit'
6 | //
7 |
8 | import UIKit
| `- error: no such module 'UIKit'
9 |
10 | /// A type that can be stored by `TweaKit`.
[39/85] Compiling TweaKit SelectableTweak.swift
/Users/admin/builder/spi-builder-workspace/Sources/Core/Store/Storable.swift:8:8: error: no such module 'UIKit'
6 | //
7 |
8 | import UIKit
| `- error: no such module 'UIKit'
9 |
10 | /// A type that can be stored by `TweaKit`.
[40/85] Compiling TweaKit Tweak.swift
/Users/admin/builder/spi-builder-workspace/Sources/Core/Store/Storable.swift:8:8: error: no such module 'UIKit'
6 | //
7 |
8 | import UIKit
| `- error: no such module 'UIKit'
9 |
10 | /// A type that can be stored by `TweaKit`.
[41/85] Compiling TweaKit TweakType.swift
/Users/admin/builder/spi-builder-workspace/Sources/Core/Store/Storable.swift:8:8: error: no such module 'UIKit'
6 | //
7 |
8 | import UIKit
| `- error: no such module 'UIKit'
9 |
10 | /// A type that can be stored by `TweaKit`.
[42/85] Compiling TweaKit TweakableTweak.swift
/Users/admin/builder/spi-builder-workspace/Sources/Core/Store/Storable.swift:8:8: error: no such module 'UIKit'
6 | //
7 |
8 | import UIKit
| `- error: no such module 'UIKit'
9 |
10 | /// A type that can be stored by `TweaKit`.
[43/85] Compiling TweaKit TradedTweakable.swift
/Users/admin/builder/spi-builder-workspace/Sources/Core/Store/Storable.swift:8:8: error: no such module 'UIKit'
6 | //
7 |
8 | import UIKit
| `- error: no such module 'UIKit'
9 |
10 | /// A type that can be stored by `TweaKit`.
[44/85] Compiling TweaKit Tweakable.swift
/Users/admin/builder/spi-builder-workspace/Sources/Core/Store/Storable.swift:8:8: error: no such module 'UIKit'
6 | //
7 |
8 | import UIKit
| `- error: no such module 'UIKit'
9 |
10 | /// A type that can be stored by `TweaKit`.
[45/85] Compiling TweaKit Array+Extension.swift
/Users/admin/builder/spi-builder-workspace/Sources/Core/Store/Storable.swift:8:8: error: no such module 'UIKit'
6 | //
7 |
8 | import UIKit
| `- error: no such module 'UIKit'
9 |
10 | /// A type that can be stored by `TweaKit`.
[46/85] Compiling TweaKit TweakListViewCell.swift
/Users/admin/builder/spi-builder-workspace/Sources/Core/Store/Storable.swift:8:8: error: no such module 'UIKit'
6 | //
7 |
8 | import UIKit
| `- error: no such module 'UIKit'
9 |
10 | /// A type that can be stored by `TweaKit`.
[47/85] Compiling TweaKit TweakListViewController.swift
/Users/admin/builder/spi-builder-workspace/Sources/Core/Store/Storable.swift:8:8: error: no such module 'UIKit'
6 | //
7 |
8 | import UIKit
| `- error: no such module 'UIKit'
9 |
10 | /// A type that can be stored by `TweaKit`.
[48/85] Compiling TweaKit TweakListViewScene.swift
/Users/admin/builder/spi-builder-workspace/Sources/Core/Store/Storable.swift:8:8: error: no such module 'UIKit'
6 | //
7 |
8 | import UIKit
| `- error: no such module 'UIKit'
9 |
10 | /// A type that can be stored by `TweaKit`.
[49/85] Compiling TweaKit TweakSearchHistoryViewController.swift
/Users/admin/builder/spi-builder-workspace/Sources/Core/Store/Storable.swift:8:8: error: no such module 'UIKit'
6 | //
7 |
8 | import UIKit
| `- error: no such module 'UIKit'
9 |
10 | /// A type that can be stored by `TweaKit`.
[50/85] Compiling TweaKit TweakSearchViewController.swift
/Users/admin/builder/spi-builder-workspace/Sources/Core/Store/Storable.swift:8:8: error: no such module 'UIKit'
6 | //
7 |
8 | import UIKit
| `- error: no such module 'UIKit'
9 |
10 | /// A type that can be stored by `TweaKit`.
[51/85] Compiling TweaKit TweakSearcher.swift
/Users/admin/builder/spi-builder-workspace/Sources/Core/Store/Storable.swift:8:8: error: no such module 'UIKit'
6 | //
7 |
8 | import UIKit
| `- error: no such module 'UIKit'
9 |
10 | /// A type that can be stored by `TweaKit`.
[52/85] Compiling TweaKit TweakPrimaryView.swift
/Users/admin/builder/spi-builder-workspace/Sources/Core/Store/Storable.swift:8:8: error: no such module 'UIKit'
6 | //
7 |
8 | import UIKit
| `- error: no such module 'UIKit'
9 |
10 | /// A type that can be stored by `TweaKit`.
[53/85] Compiling TweaKit TweakPrimaryViewColorPicker.swift
/Users/admin/builder/spi-builder-workspace/Sources/Core/Store/Storable.swift:8:8: error: no such module 'UIKit'
6 | //
7 |
8 | import UIKit
| `- error: no such module 'UIKit'
9 |
10 | /// A type that can be stored by `TweaKit`.
[54/85] Compiling TweaKit Comparable+Extension.swift
/Users/admin/builder/spi-builder-workspace/Sources/Core/Store/Storable.swift:8:8: error: no such module 'UIKit'
6 | //
7 |
8 | import UIKit
| `- error: no such module 'UIKit'
9 |
10 | /// A type that can be stored by `TweaKit`.
[55/85] Compiling TweaKit CoreAnimation+Extension.swift
/Users/admin/builder/spi-builder-workspace/Sources/Core/Store/Storable.swift:8:8: error: no such module 'UIKit'
6 | //
7 |
8 | import UIKit
| `- error: no such module 'UIKit'
9 |
10 | /// A type that can be stored by `TweaKit`.
[56/85] Compiling TweaKit CoreGraphics+Extension.swift
/Users/admin/builder/spi-builder-workspace/Sources/Core/Store/Storable.swift:8:8: error: no such module 'UIKit'
6 | //
7 |
8 | import UIKit
| `- error: no such module 'UIKit'
9 |
10 | /// A type that can be stored by `TweaKit`.
[57/85] Compiling TweaKit DispatchQueue+Extension.swift
/Users/admin/builder/spi-builder-workspace/Sources/Core/Store/Storable.swift:8:8: error: no such module 'UIKit'
6 | //
7 |
8 | import UIKit
| `- error: no such module 'UIKit'
9 |
10 | /// A type that can be stored by `TweaKit`.
[58/85] Compiling TweaKit FloatingNumber+Extension.swift
/Users/admin/builder/spi-builder-workspace/Sources/Core/Store/Storable.swift:8:8: error: no such module 'UIKit'
6 | //
7 |
8 | import UIKit
| `- error: no such module 'UIKit'
9 |
10 | /// A type that can be stored by `TweaKit`.
[59/85] Compiling TweaKit ListView+Extension.swift
/Users/admin/builder/spi-builder-workspace/Sources/Core/Store/Storable.swift:8:8: error: no such module 'UIKit'
6 | //
7 |
8 | import UIKit
| `- error: no such module 'UIKit'
9 |
10 | /// A type that can be stored by `TweaKit`.
[60/85] Compiling TweaKit String+Extension.swift
/Users/admin/builder/spi-builder-workspace/Sources/Core/Store/Storable.swift:8:8: error: no such module 'UIKit'
6 | //
7 |
8 | import UIKit
| `- error: no such module 'UIKit'
9 |
10 | /// A type that can be stored by `TweaKit`.
[61/85] Compiling TweaKit UIApplication+Extension.swift
/Users/admin/builder/spi-builder-workspace/Sources/Core/Store/Storable.swift:8:8: error: no such module 'UIKit'
6 | //
7 |
8 | import UIKit
| `- error: no such module 'UIKit'
9 |
10 | /// A type that can be stored by `TweaKit`.
[62/85] Compiling TweaKit TweakRootViewController.swift
/Users/admin/builder/spi-builder-workspace/Sources/Core/Store/Storable.swift:8:8: error: no such module 'UIKit'
6 | //
7 |
8 | import UIKit
| `- error: no such module 'UIKit'
9 |
10 | /// A type that can be stored by `TweaKit`.
[63/85] Compiling TweaKit TweakSegmentedViewController.swift
/Users/admin/builder/spi-builder-workspace/Sources/Core/Store/Storable.swift:8:8: error: no such module 'UIKit'
6 | //
7 |
8 | import UIKit
| `- error: no such module 'UIKit'
9 |
10 | /// A type that can be stored by `TweaKit`.
[64/85] Compiling TweaKit TweakWindow.swift
/Users/admin/builder/spi-builder-workspace/Sources/Core/Store/Storable.swift:8:8: error: no such module 'UIKit'
6 | //
7 |
8 | import UIKit
| `- error: no such module 'UIKit'
9 |
10 | /// A type that can be stored by `TweaKit`.
[65/85] Compiling TweaKit TweakFloatingBall.swift
/Users/admin/builder/spi-builder-workspace/Sources/Core/Store/Storable.swift:8:8: error: no such module 'UIKit'
6 | //
7 |
8 | import UIKit
| `- error: no such module 'UIKit'
9 |
10 | /// A type that can be stored by `TweaKit`.
[66/85] Compiling TweaKit TweakFloatingPanel.swift
/Users/admin/builder/spi-builder-workspace/Sources/Core/Store/Storable.swift:8:8: error: no such module 'UIKit'
6 | //
7 |
8 | import UIKit
| `- error: no such module 'UIKit'
9 |
10 | /// A type that can be stored by `TweaKit`.
[67/85] Compiling TweaKit TweakFloatingParticipant.swift
/Users/admin/builder/spi-builder-workspace/Sources/Core/Store/Storable.swift:8:8: error: no such module 'UIKit'
6 | //
7 |
8 | import UIKit
| `- error: no such module 'UIKit'
9 |
10 | /// A type that can be stored by `TweaKit`.
[68/85] Compiling TweaKit TweakFloatingTransitioner.swift
/Users/admin/builder/spi-builder-workspace/Sources/Core/Store/Storable.swift:8:8: error: no such module 'UIKit'
6 | //
7 |
8 | import UIKit
| `- error: no such module 'UIKit'
9 |
10 | /// A type that can be stored by `TweaKit`.
[69/85] Compiling TweaKit TweakListSectionHeader.swift
/Users/admin/builder/spi-builder-workspace/Sources/Core/Store/Storable.swift:8:8: error: no such module 'UIKit'
6 | //
7 |
8 | import UIKit
| `- error: no such module 'UIKit'
9 |
10 | /// A type that can be stored by `TweaKit`.
[70/85] Compiling TweaKit TweakSecondaryViewAnimator.swift
/Users/admin/builder/spi-builder-workspace/Sources/Core/Store/Storable.swift:8:8: error: no such module 'UIKit'
6 | //
7 |
8 | import UIKit
| `- error: no such module 'UIKit'
9 |
10 | /// A type that can be stored by `TweaKit`.
[71/85] Compiling TweaKit TweakSecondaryViewColorPicker.swift
/Users/admin/builder/spi-builder-workspace/Sources/Core/Store/Storable.swift:8:8: error: no such module 'UIKit'
6 | //
7 |
8 | import UIKit
| `- error: no such module 'UIKit'
9 |
10 | /// A type that can be stored by `TweaKit`.
[72/85] Compiling TweaKit TweakSecondaryViewContainer.swift
/Users/admin/builder/spi-builder-workspace/Sources/Core/Store/Storable.swift:8:8: error: no such module 'UIKit'
6 | //
7 |
8 | import UIKit
| `- error: no such module 'UIKit'
9 |
10 | /// A type that can be stored by `TweaKit`.
[73/85] Compiling TweaKit TweakSecondaryViewItemConvertible.swift
/Users/admin/builder/spi-builder-workspace/Sources/Core/Store/Storable.swift:8:8: error: no such module 'UIKit'
6 | //
7 |
8 | import UIKit
| `- error: no such module 'UIKit'
9 |
10 | /// A type that can be stored by `TweaKit`.
[74/85] Compiling TweaKit TweakSecondaryViewReorderer.swift
/Users/admin/builder/spi-builder-workspace/Sources/Core/Store/Storable.swift:8:8: error: no such module 'UIKit'
6 | //
7 |
8 | import UIKit
| `- error: no such module 'UIKit'
9 |
10 | /// A type that can be stored by `TweaKit`.
[75/85] Compiling TweaKit TweakSecondaryViewSelector.swift
/Users/admin/builder/spi-builder-workspace/Sources/Core/Store/Storable.swift:8:8: error: no such module 'UIKit'
6 | //
7 |
8 | import UIKit
| `- error: no such module 'UIKit'
9 |
10 | /// A type that can be stored by `TweaKit`.
[76/85] Compiling TweaKit TweakView.swift
/Users/admin/builder/spi-builder-workspace/Sources/Core/Store/Storable.swift:8:8: error: no such module 'UIKit'
6 | //
7 |
8 | import UIKit
| `- error: no such module 'UIKit'
9 |
10 | /// A type that can be stored by `TweaKit`.
[77/85] Compiling TweaKit TweakContext+UI.swift
/Users/admin/builder/spi-builder-workspace/Sources/Core/Store/Storable.swift:8:8: error: no such module 'UIKit'
6 | //
7 |
8 | import UIKit
| `- error: no such module 'UIKit'
9 |
10 | /// A type that can be stored by `TweaKit`.
[78/85] Compiling TweaKit UIColor+Extension.swift
/Users/admin/builder/spi-builder-workspace/Sources/Core/Store/Storable.swift:8:8: error: no such module 'UIKit'
6 | //
7 |
8 | import UIKit
| `- error: no such module 'UIKit'
9 |
10 | /// A type that can be stored by `TweaKit`.
[79/85] Compiling TweaKit UIImage+Extension.swift
/Users/admin/builder/spi-builder-workspace/Sources/Core/Store/Storable.swift:8:8: error: no such module 'UIKit'
6 | //
7 |
8 | import UIKit
| `- error: no such module 'UIKit'
9 |
10 | /// A type that can be stored by `TweaKit`.
[80/85] Compiling TweaKit UIViewController+Extension.swift
/Users/admin/builder/spi-builder-workspace/Sources/Core/Store/Storable.swift:8:8: error: no such module 'UIKit'
6 | //
7 |
8 | import UIKit
| `- error: no such module 'UIKit'
9 |
10 | /// A type that can be stored by `TweaKit`.
[81/85] Compiling TweaKit TweaKit.swift
/Users/admin/builder/spi-builder-workspace/Sources/Core/Store/Storable.swift:8:8: error: no such module 'UIKit'
6 | //
7 |
8 | import UIKit
| `- error: no such module 'UIKit'
9 |
10 | /// A type that can be stored by `TweaKit`.
[82/85] Compiling TweaKit TweakActionInitiator.swift
/Users/admin/builder/spi-builder-workspace/Sources/Core/Store/Storable.swift:8:8: error: no such module 'UIKit'
6 | //
7 |
8 | import UIKit
| `- error: no such module 'UIKit'
9 |
10 | /// A type that can be stored by `TweaKit`.
[83/85] Compiling TweaKit TweakHaptic.swift
/Users/admin/builder/spi-builder-workspace/Sources/Core/Store/Storable.swift:8:8: error: no such module 'UIKit'
6 | //
7 |
8 | import UIKit
| `- error: no such module 'UIKit'
9 |
10 | /// A type that can be stored by `TweaKit`.
[84/85] Compiling TweaKit TweakListEmptyView.swift
/Users/admin/builder/spi-builder-workspace/Sources/Core/Store/Storable.swift:8:8: error: no such module 'UIKit'
6 | //
7 |
8 | import UIKit
| `- error: no such module 'UIKit'
9 |
10 | /// A type that can be stored by `TweaKit`.
[85/85] Compiling TweaKit TweakTextFields.swift
/Users/admin/builder/spi-builder-workspace/Sources/Core/Store/Storable.swift:8:8: error: no such module 'UIKit'
6 | //
7 |
8 | import UIKit
| `- error: no such module 'UIKit'
9 |
10 | /// A type that can be stored by `TweaKit`.
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/75] Emitting module TweaKit
/Users/admin/builder/spi-builder-workspace/Sources/Core/Store/Storable.swift:8:8: error: no such module 'UIKit'
6 | //
7 |
8 | import UIKit
| `- error: no such module 'UIKit'
9 |
10 | /// A type that can be stored by `TweaKit`.
[3/83] Compiling TweaKit Comparable+Extension.swift
/Users/admin/builder/spi-builder-workspace/Sources/Core/Store/Storable.swift:8:8: error: no such module 'UIKit'
6 | //
7 |
8 | import UIKit
| `- error: no such module 'UIKit'
9 |
10 | /// A type that can be stored by `TweaKit`.
[4/83] Compiling TweaKit CoreAnimation+Extension.swift
/Users/admin/builder/spi-builder-workspace/Sources/Core/Store/Storable.swift:8:8: error: no such module 'UIKit'
6 | //
7 |
8 | import UIKit
| `- error: no such module 'UIKit'
9 |
10 | /// A type that can be stored by `TweaKit`.
[5/83] Compiling TweaKit CoreGraphics+Extension.swift
/Users/admin/builder/spi-builder-workspace/Sources/Core/Store/Storable.swift:8:8: error: no such module 'UIKit'
6 | //
7 |
8 | import UIKit
| `- error: no such module 'UIKit'
9 |
10 | /// A type that can be stored by `TweaKit`.
[6/83] Compiling TweaKit DispatchQueue+Extension.swift
/Users/admin/builder/spi-builder-workspace/Sources/Core/Store/Storable.swift:8:8: error: no such module 'UIKit'
6 | //
7 |
8 | import UIKit
| `- error: no such module 'UIKit'
9 |
10 | /// A type that can be stored by `TweaKit`.
[7/83] Compiling TweaKit FloatingNumber+Extension.swift
/Users/admin/builder/spi-builder-workspace/Sources/Core/Store/Storable.swift:8:8: error: no such module 'UIKit'
6 | //
7 |
8 | import UIKit
| `- error: no such module 'UIKit'
9 |
10 | /// A type that can be stored by `TweaKit`.
[8/83] Compiling TweaKit ListView+Extension.swift
/Users/admin/builder/spi-builder-workspace/Sources/Core/Store/Storable.swift:8:8: error: no such module 'UIKit'
6 | //
7 |
8 | import UIKit
| `- error: no such module 'UIKit'
9 |
10 | /// A type that can be stored by `TweaKit`.
[9/83] Compiling TweaKit String+Extension.swift
/Users/admin/builder/spi-builder-workspace/Sources/Core/Store/Storable.swift:8:8: error: no such module 'UIKit'
6 | //
7 |
8 | import UIKit
| `- error: no such module 'UIKit'
9 |
10 | /// A type that can be stored by `TweaKit`.
[10/83] Compiling TweaKit UIApplication+Extension.swift
/Users/admin/builder/spi-builder-workspace/Sources/Core/Store/Storable.swift:8:8: error: no such module 'UIKit'
6 | //
7 |
8 | import UIKit
| `- error: no such module 'UIKit'
9 |
10 | /// A type that can be stored by `TweaKit`.
[11/83] Compiling TweaKit UIColor+Extension.swift
/Users/admin/builder/spi-builder-workspace/Sources/Core/Store/Storable.swift:8:8: error: no such module 'UIKit'
6 | //
7 |
8 | import UIKit
| `- error: no such module 'UIKit'
9 |
10 | /// A type that can be stored by `TweaKit`.
[12/83] Compiling TweaKit UIImage+Extension.swift
/Users/admin/builder/spi-builder-workspace/Sources/Core/Store/Storable.swift:8:8: error: no such module 'UIKit'
6 | //
7 |
8 | import UIKit
| `- error: no such module 'UIKit'
9 |
10 | /// A type that can be stored by `TweaKit`.
[13/83] Compiling TweaKit UIViewController+Extension.swift
/Users/admin/builder/spi-builder-workspace/Sources/Core/Store/Storable.swift:8:8: error: no such module 'UIKit'
6 | //
7 |
8 | import UIKit
| `- error: no such module 'UIKit'
9 |
10 | /// A type that can be stored by `TweaKit`.
[14/83] Compiling TweaKit TweaKit.swift
/Users/admin/builder/spi-builder-workspace/Sources/Core/Store/Storable.swift:8:8: error: no such module 'UIKit'
6 | //
7 |
8 | import UIKit
| `- error: no such module 'UIKit'
9 |
10 | /// A type that can be stored by `TweaKit`.
[15/83] Compiling TweaKit TweakActionInitiator.swift
/Users/admin/builder/spi-builder-workspace/Sources/Core/Store/Storable.swift:8:8: error: no such module 'UIKit'
6 | //
7 |
8 | import UIKit
| `- error: no such module 'UIKit'
9 |
10 | /// A type that can be stored by `TweaKit`.
[16/83] Compiling TweaKit TweakHaptic.swift
/Users/admin/builder/spi-builder-workspace/Sources/Core/Store/Storable.swift:8:8: error: no such module 'UIKit'
6 | //
7 |
8 | import UIKit
| `- error: no such module 'UIKit'
9 |
10 | /// A type that can be stored by `TweaKit`.
[17/83] Compiling TweaKit TweakListEmptyView.swift
/Users/admin/builder/spi-builder-workspace/Sources/Core/Store/Storable.swift:8:8: error: no such module 'UIKit'
6 | //
7 |
8 | import UIKit
| `- error: no such module 'UIKit'
9 |
10 | /// A type that can be stored by `TweaKit`.
[18/83] Compiling TweaKit TweakTextFields.swift
/Users/admin/builder/spi-builder-workspace/Sources/Core/Store/Storable.swift:8:8: error: no such module 'UIKit'
6 | //
7 |
8 | import UIKit
| `- error: no such module 'UIKit'
9 |
10 | /// A type that can be stored by `TweaKit`.
[19/83] Compiling TweaKit TweakList.swift
/Users/admin/builder/spi-builder-workspace/Sources/Core/Store/Storable.swift:8:8: error: no such module 'UIKit'
6 | //
7 |
8 | import UIKit
| `- error: no such module 'UIKit'
9 |
10 | /// A type that can be stored by `TweaKit`.
[20/83] Compiling TweaKit TweakSection.swift
/Users/admin/builder/spi-builder-workspace/Sources/Core/Store/Storable.swift:8:8: error: no such module 'UIKit'
6 | //
7 |
8 | import UIKit
| `- error: no such module 'UIKit'
9 |
10 | /// A type that can be stored by `TweaKit`.
[21/83] Compiling TweaKit TweakContext+Delegate.swift
/Users/admin/builder/spi-builder-workspace/Sources/Core/Store/Storable.swift:8:8: error: no such module 'UIKit'
6 | //
7 |
8 | import UIKit
| `- error: no such module 'UIKit'
9 |
10 | /// A type that can be stored by `TweaKit`.
[22/83] Compiling TweaKit TweakContext+Facade.swift
/Users/admin/builder/spi-builder-workspace/Sources/Core/Store/Storable.swift:8:8: error: no such module 'UIKit'
6 | //
7 |
8 | import UIKit
| `- error: no such module 'UIKit'
9 |
10 | /// A type that can be stored by `TweaKit`.
[23/83] Compiling TweaKit TweakContext.swift
/Users/admin/builder/spi-builder-workspace/Sources/Core/Store/Storable.swift:8:8: error: no such module 'UIKit'
6 | //
7 |
8 | import UIKit
| `- error: no such module 'UIKit'
9 |
10 | /// A type that can be stored by `TweaKit`.
[24/83] Compiling TweaKit Storable.swift
/Users/admin/builder/spi-builder-workspace/Sources/Core/Store/Storable.swift:8:8: error: no such module 'UIKit'
6 | //
7 |
8 | import UIKit
| `- error: no such module 'UIKit'
9 |
10 | /// A type that can be stored by `TweaKit`.
[25/83] Compiling TweaKit TweakStore.swift
/Users/admin/builder/spi-builder-workspace/Sources/Core/Store/Storable.swift:8:8: error: no such module 'UIKit'
6 | //
7 |
8 | import UIKit
| `- error: no such module 'UIKit'
9 |
10 | /// A type that can be stored by `TweaKit`.
[26/83] Compiling TweaKit TweakStoreCache.swift
/Users/admin/builder/spi-builder-workspace/Sources/Core/Store/Storable.swift:8:8: error: no such module 'UIKit'
6 | //
7 |
8 | import UIKit
| `- error: no such module 'UIKit'
9 |
10 | /// A type that can be stored by `TweaKit`.
[27/83] Compiling TweaKit TweakStoreNotifier.swift
/Users/admin/builder/spi-builder-workspace/Sources/Core/Store/Storable.swift:8:8: error: no such module 'UIKit'
6 | //
7 |
8 | import UIKit
| `- error: no such module 'UIKit'
9 |
10 | /// A type that can be stored by `TweaKit`.
[28/83] Compiling TweaKit TweakStorePersistency.swift
/Users/admin/builder/spi-builder-workspace/Sources/Core/Store/Storable.swift:8:8: error: no such module 'UIKit'
6 | //
7 |
8 | import UIKit
| `- error: no such module 'UIKit'
9 |
10 | /// A type that can be stored by `TweaKit`.
[29/83] Compiling TweaKit Tradable.swift
/Users/admin/builder/spi-builder-workspace/Sources/Core/Store/Storable.swift:8:8: error: no such module 'UIKit'
6 | //
7 |
8 | import UIKit
| `- error: no such module 'UIKit'
9 |
10 | /// A type that can be stored by `TweaKit`.
[30/83] Compiling TweaKit TweakExporter.swift
/Users/admin/builder/spi-builder-workspace/Sources/Core/Store/Storable.swift:8:8: error: no such module 'UIKit'
6 | //
7 |
8 | import UIKit
| `- error: no such module 'UIKit'
9 |
10 | /// A type that can be stored by `TweaKit`.
[31/83] Compiling TweaKit TweakImporter.swift
/Users/admin/builder/spi-builder-workspace/Sources/Core/Store/Storable.swift:8:8: error: no such module 'UIKit'
6 | //
7 |
8 | import UIKit
| `- error: no such module 'UIKit'
9 |
10 | /// A type that can be stored by `TweaKit`.
[32/83] Compiling TweaKit TweakTradeContainer.swift
/Users/admin/builder/spi-builder-workspace/Sources/Core/Store/Storable.swift:8:8: error: no such module 'UIKit'
6 | //
7 |
8 | import UIKit
| `- error: no such module 'UIKit'
9 |
10 | /// A type that can be stored by `TweaKit`.
[33/83] Compiling TweaKit TweakTrader.swift
/Users/admin/builder/spi-builder-workspace/Sources/Core/Store/Storable.swift:8:8: error: no such module 'UIKit'
6 | //
7 |
8 | import UIKit
| `- error: no such module 'UIKit'
9 |
10 | /// A type that can be stored by `TweaKit`.
[34/83] Compiling TweaKit Tweak+Info.swift
/Users/admin/builder/spi-builder-workspace/Sources/Core/Store/Storable.swift:8:8: error: no such module 'UIKit'
6 | //
7 |
8 | import UIKit
| `- error: no such module 'UIKit'
9 |
10 | /// A type that can be stored by `TweaKit`.
[35/83] Compiling TweaKit TweakInfo.swift
/Users/admin/builder/spi-builder-workspace/Sources/Core/Store/Storable.swift:8:8: error: no such module 'UIKit'
6 | //
7 |
8 | import UIKit
| `- error: no such module 'UIKit'
9 |
10 | /// A type that can be stored by `TweaKit`.
[36/83] Compiling TweaKit NumericTweak.swift
/Users/admin/builder/spi-builder-workspace/Sources/Core/Store/Storable.swift:8:8: error: no such module 'UIKit'
6 | //
7 |
8 | import UIKit
| `- error: no such module 'UIKit'
9 |
10 | /// A type that can be stored by `TweaKit`.
[37/83] Compiling TweaKit SelectableTweak.swift
/Users/admin/builder/spi-builder-workspace/Sources/Core/Store/Storable.swift:8:8: error: no such module 'UIKit'
6 | //
7 |
8 | import UIKit
| `- error: no such module 'UIKit'
9 |
10 | /// A type that can be stored by `TweaKit`.
[38/83] Compiling TweaKit Tweak.swift
/Users/admin/builder/spi-builder-workspace/Sources/Core/Store/Storable.swift:8:8: error: no such module 'UIKit'
6 | //
7 |
8 | import UIKit
| `- error: no such module 'UIKit'
9 |
10 | /// A type that can be stored by `TweaKit`.
[39/83] Compiling TweaKit TweakType.swift
/Users/admin/builder/spi-builder-workspace/Sources/Core/Store/Storable.swift:8:8: error: no such module 'UIKit'
6 | //
7 |
8 | import UIKit
| `- error: no such module 'UIKit'
9 |
10 | /// A type that can be stored by `TweaKit`.
[40/83] Compiling TweaKit TweakableTweak.swift
/Users/admin/builder/spi-builder-workspace/Sources/Core/Store/Storable.swift:8:8: error: no such module 'UIKit'
6 | //
7 |
8 | import UIKit
| `- error: no such module 'UIKit'
9 |
10 | /// A type that can be stored by `TweaKit`.
[41/83] Compiling TweaKit TradedTweakable.swift
/Users/admin/builder/spi-builder-workspace/Sources/Core/Store/Storable.swift:8:8: error: no such module 'UIKit'
6 | //
7 |
8 | import UIKit
| `- error: no such module 'UIKit'
9 |
10 | /// A type that can be stored by `TweaKit`.
[42/83] Compiling TweaKit Tweakable.swift
/Users/admin/builder/spi-builder-workspace/Sources/Core/Store/Storable.swift:8:8: error: no such module 'UIKit'
6 | //
7 |
8 | import UIKit
| `- error: no such module 'UIKit'
9 |
10 | /// A type that can be stored by `TweaKit`.
[43/83] Compiling TweaKit Array+Extension.swift
/Users/admin/builder/spi-builder-workspace/Sources/Core/Store/Storable.swift:8:8: error: no such module 'UIKit'
6 | //
7 |
8 | import UIKit
| `- error: no such module 'UIKit'
9 |
10 | /// A type that can be stored by `TweaKit`.
[44/83] Compiling TweaKit Constants.swift
/Users/admin/builder/spi-builder-workspace/Sources/Core/Store/Storable.swift:8:8: error: no such module 'UIKit'
6 | //
7 |
8 | import UIKit
| `- error: no such module 'UIKit'
9 |
10 | /// A type that can be stored by `TweaKit`.
[45/83] Compiling TweaKit Debouncer.swift
/Users/admin/builder/spi-builder-workspace/Sources/Core/Store/Storable.swift:8:8: error: no such module 'UIKit'
6 | //
7 |
8 | import UIKit
| `- error: no such module 'UIKit'
9 |
10 | /// A type that can be stored by `TweaKit`.
[46/83] Compiling TweaKit HitOutsideView.swift
/Users/admin/builder/spi-builder-workspace/Sources/Core/Store/Storable.swift:8:8: error: no such module 'UIKit'
6 | //
7 |
8 | import UIKit
| `- error: no such module 'UIKit'
9 |
10 | /// A type that can be stored by `TweaKit`.
[47/83] Compiling TweaKit Lock.swift
/Users/admin/builder/spi-builder-workspace/Sources/Core/Store/Storable.swift:8:8: error: no such module 'UIKit'
6 | //
7 |
8 | import UIKit
| `- error: no such module 'UIKit'
9 |
10 | /// A type that can be stored by `TweaKit`.
[48/83] Compiling TweaKit Matcher.swift
/Users/admin/builder/spi-builder-workspace/Sources/Core/Store/Storable.swift:8:8: error: no such module 'UIKit'
6 | //
7 |
8 | import UIKit
| `- error: no such module 'UIKit'
9 |
10 | /// A type that can be stored by `TweaKit`.
[49/83] Compiling TweaKit ResultBuilder.swift
/Users/admin/builder/spi-builder-workspace/Sources/Core/Store/Storable.swift:8:8: error: no such module 'UIKit'
6 | //
7 |
8 | import UIKit
| `- error: no such module 'UIKit'
9 |
10 | /// A type that can be stored by `TweaKit`.
[50/83] Compiling TweaKit TweakError.swift
/Users/admin/builder/spi-builder-workspace/Sources/Core/Store/Storable.swift:8:8: error: no such module 'UIKit'
6 | //
7 |
8 | import UIKit
| `- error: no such module 'UIKit'
9 |
10 | /// A type that can be stored by `TweaKit`.
[51/83] Compiling TweaKit resource_bundle_accessor.swift
/Users/admin/builder/spi-builder-workspace/Sources/Core/Store/Storable.swift:8:8: error: no such module 'UIKit'
6 | //
7 |
8 | import UIKit
| `- error: no such module 'UIKit'
9 |
10 | /// A type that can be stored by `TweaKit`.
[52/83] Compiling TweaKit TweakRootViewController.swift
/Users/admin/builder/spi-builder-workspace/Sources/Core/Store/Storable.swift:8:8: error: no such module 'UIKit'
6 | //
7 |
8 | import UIKit
| `- error: no such module 'UIKit'
9 |
10 | /// A type that can be stored by `TweaKit`.
[53/83] Compiling TweaKit TweakSegmentedViewController.swift
/Users/admin/builder/spi-builder-workspace/Sources/Core/Store/Storable.swift:8:8: error: no such module 'UIKit'
6 | //
7 |
8 | import UIKit
| `- error: no such module 'UIKit'
9 |
10 | /// A type that can be stored by `TweaKit`.
[54/83] Compiling TweaKit TweakWindow.swift
/Users/admin/builder/spi-builder-workspace/Sources/Core/Store/Storable.swift:8:8: error: no such module 'UIKit'
6 | //
7 |
8 | import UIKit
| `- error: no such module 'UIKit'
9 |
10 | /// A type that can be stored by `TweaKit`.
[55/83] Compiling TweaKit TweakFloatingBall.swift
/Users/admin/builder/spi-builder-workspace/Sources/Core/Store/Storable.swift:8:8: error: no such module 'UIKit'
6 | //
7 |
8 | import UIKit
| `- error: no such module 'UIKit'
9 |
10 | /// A type that can be stored by `TweaKit`.
[56/83] Compiling TweaKit TweakFloatingPanel.swift
/Users/admin/builder/spi-builder-workspace/Sources/Core/Store/Storable.swift:8:8: error: no such module 'UIKit'
6 | //
7 |
8 | import UIKit
| `- error: no such module 'UIKit'
9 |
10 | /// A type that can be stored by `TweaKit`.
[57/83] Compiling TweaKit TweakFloatingParticipant.swift
/Users/admin/builder/spi-builder-workspace/Sources/Core/Store/Storable.swift:8:8: error: no such module 'UIKit'
6 | //
7 |
8 | import UIKit
| `- error: no such module 'UIKit'
9 |
10 | /// A type that can be stored by `TweaKit`.
[58/83] Compiling TweaKit TweakFloatingTransitioner.swift
/Users/admin/builder/spi-builder-workspace/Sources/Core/Store/Storable.swift:8:8: error: no such module 'UIKit'
6 | //
7 |
8 | import UIKit
| `- error: no such module 'UIKit'
9 |
10 | /// A type that can be stored by `TweaKit`.
[59/83] Compiling TweaKit TweakListSectionHeader.swift
/Users/admin/builder/spi-builder-workspace/Sources/Core/Store/Storable.swift:8:8: error: no such module 'UIKit'
6 | //
7 |
8 | import UIKit
| `- error: no such module 'UIKit'
9 |
10 | /// A type that can be stored by `TweaKit`.
[60/83] Compiling TweaKit TweakListViewCell.swift
/Users/admin/builder/spi-builder-workspace/Sources/Core/Store/Storable.swift:8:8: error: no such module 'UIKit'
6 | //
7 |
8 | import UIKit
| `- error: no such module 'UIKit'
9 |
10 | /// A type that can be stored by `TweaKit`.
[61/83] Compiling TweaKit TweakListViewController.swift
/Users/admin/builder/spi-builder-workspace/Sources/Core/Store/Storable.swift:8:8: error: no such module 'UIKit'
6 | //
7 |
8 | import UIKit
| `- error: no such module 'UIKit'
9 |
10 | /// A type that can be stored by `TweaKit`.
[62/83] Compiling TweaKit TweakListViewScene.swift
/Users/admin/builder/spi-builder-workspace/Sources/Core/Store/Storable.swift:8:8: error: no such module 'UIKit'
6 | //
7 |
8 | import UIKit
| `- error: no such module 'UIKit'
9 |
10 | /// A type that can be stored by `TweaKit`.
[63/83] Compiling TweaKit TweakSearchHistoryViewController.swift
/Users/admin/builder/spi-builder-workspace/Sources/Core/Store/Storable.swift:8:8: error: no such module 'UIKit'
6 | //
7 |
8 | import UIKit
| `- error: no such module 'UIKit'
9 |
10 | /// A type that can be stored by `TweaKit`.
[64/83] Compiling TweaKit TweakSearchViewController.swift
/Users/admin/builder/spi-builder-workspace/Sources/Core/Store/Storable.swift:8:8: error: no such module 'UIKit'
6 | //
7 |
8 | import UIKit
| `- error: no such module 'UIKit'
9 |
10 | /// A type that can be stored by `TweaKit`.
[65/83] Compiling TweaKit TweakSearcher.swift
/Users/admin/builder/spi-builder-workspace/Sources/Core/Store/Storable.swift:8:8: error: no such module 'UIKit'
6 | //
7 |
8 | import UIKit
| `- error: no such module 'UIKit'
9 |
10 | /// A type that can be stored by `TweaKit`.
[66/83] Compiling TweaKit TweakPrimaryView.swift
/Users/admin/builder/spi-builder-workspace/Sources/Core/Store/Storable.swift:8:8: error: no such module 'UIKit'
6 | //
7 |
8 | import UIKit
| `- error: no such module 'UIKit'
9 |
10 | /// A type that can be stored by `TweaKit`.
[67/83] Compiling TweaKit TweakPrimaryViewColorPicker.swift
/Users/admin/builder/spi-builder-workspace/Sources/Core/Store/Storable.swift:8:8: error: no such module 'UIKit'
6 | //
7 |
8 | import UIKit
| `- error: no such module 'UIKit'
9 |
10 | /// A type that can be stored by `TweaKit`.
[68/83] Compiling TweaKit TweakSecondaryViewAnimator.swift
/Users/admin/builder/spi-builder-workspace/Sources/Core/Store/Storable.swift:8:8: error: no such module 'UIKit'
6 | //
7 |
8 | import UIKit
| `- error: no such module 'UIKit'
9 |
10 | /// A type that can be stored by `TweaKit`.
[69/83] Compiling TweaKit TweakSecondaryViewColorPicker.swift
/Users/admin/builder/spi-builder-workspace/Sources/Core/Store/Storable.swift:8:8: error: no such module 'UIKit'
6 | //
7 |
8 | import UIKit
| `- error: no such module 'UIKit'
9 |
10 | /// A type that can be stored by `TweaKit`.
[70/83] Compiling TweaKit TweakSecondaryViewContainer.swift
/Users/admin/builder/spi-builder-workspace/Sources/Core/Store/Storable.swift:8:8: error: no such module 'UIKit'
6 | //
7 |
8 | import UIKit
| `- error: no such module 'UIKit'
9 |
10 | /// A type that can be stored by `TweaKit`.
[71/83] Compiling TweaKit TweakSecondaryViewItemConvertible.swift
/Users/admin/builder/spi-builder-workspace/Sources/Core/Store/Storable.swift:8:8: error: no such module 'UIKit'
6 | //
7 |
8 | import UIKit
| `- error: no such module 'UIKit'
9 |
10 | /// A type that can be stored by `TweaKit`.
[72/83] Compiling TweaKit TweakSecondaryViewReorderer.swift
/Users/admin/builder/spi-builder-workspace/Sources/Core/Store/Storable.swift:8:8: error: no such module 'UIKit'
6 | //
7 |
8 | import UIKit
| `- error: no such module 'UIKit'
9 |
10 | /// A type that can be stored by `TweaKit`.
[73/83] Compiling TweaKit TweakSecondaryViewSelector.swift
/Users/admin/builder/spi-builder-workspace/Sources/Core/Store/Storable.swift:8:8: error: no such module 'UIKit'
6 | //
7 |
8 | import UIKit
| `- error: no such module 'UIKit'
9 |
10 | /// A type that can be stored by `TweaKit`.
[74/83] Compiling TweaKit TweakView.swift
/Users/admin/builder/spi-builder-workspace/Sources/Core/Store/Storable.swift:8:8: error: no such module 'UIKit'
6 | //
7 |
8 | import UIKit
| `- error: no such module 'UIKit'
9 |
10 | /// A type that can be stored by `TweaKit`.
[75/83] Compiling TweaKit TweakContext+UI.swift
/Users/admin/builder/spi-builder-workspace/Sources/Core/Store/Storable.swift:8:8: error: no such module 'UIKit'
6 | //
7 |
8 | import UIKit
| `- error: no such module 'UIKit'
9 |
10 | /// A type that can be stored by `TweaKit`.
[76/83] Compiling TweaKit TweakPrimaryViewContainer.swift
/Users/admin/builder/spi-builder-workspace/Sources/Core/Store/Storable.swift:8:8: error: no such module 'UIKit'
6 | //
7 |
8 | import UIKit
| `- error: no such module 'UIKit'
9 |
10 | /// A type that can be stored by `TweaKit`.
[77/83] Compiling TweaKit TweakPrimaryViewDisclosurer.swift
/Users/admin/builder/spi-builder-workspace/Sources/Core/Store/Storable.swift:8:8: error: no such module 'UIKit'
6 | //
7 |
8 | import UIKit
| `- error: no such module 'UIKit'
9 |
10 | /// A type that can be stored by `TweaKit`.
[78/83] Compiling TweaKit TweakPrimaryViewPlaceholder.swift
/Users/admin/builder/spi-builder-workspace/Sources/Core/Store/Storable.swift:8:8: error: no such module 'UIKit'
6 | //
7 |
8 | import UIKit
| `- error: no such module 'UIKit'
9 |
10 | /// A type that can be stored by `TweaKit`.
[79/83] Compiling TweaKit TweakPrimaryViewRecycler.swift
/Users/admin/builder/spi-builder-workspace/Sources/Core/Store/Storable.swift:8:8: error: no such module 'UIKit'
6 | //
7 |
8 | import UIKit
| `- error: no such module 'UIKit'
9 |
10 | /// A type that can be stored by `TweaKit`.
[80/83] Compiling TweaKit TweakPrimaryViewStrider.swift
/Users/admin/builder/spi-builder-workspace/Sources/Core/Store/Storable.swift:8:8: error: no such module 'UIKit'
6 | //
7 |
8 | import UIKit
| `- error: no such module 'UIKit'
9 |
10 | /// A type that can be stored by `TweaKit`.
[81/83] Compiling TweaKit TweakPrimaryViewSwitcher.swift
/Users/admin/builder/spi-builder-workspace/Sources/Core/Store/Storable.swift:8:8: error: no such module 'UIKit'
6 | //
7 |
8 | import UIKit
| `- error: no such module 'UIKit'
9 |
10 | /// A type that can be stored by `TweaKit`.
[82/83] Compiling TweaKit TweakPrimaryViewTextField.swift
/Users/admin/builder/spi-builder-workspace/Sources/Core/Store/Storable.swift:8:8: error: no such module 'UIKit'
6 | //
7 |
8 | import UIKit
| `- error: no such module 'UIKit'
9 |
10 | /// A type that can be stored by `TweaKit`.
[83/83] Compiling TweaKit TweakSecondaryView.swift
/Users/admin/builder/spi-builder-workspace/Sources/Core/Store/Storable.swift:8:8: error: no such module 'UIKit'
6 | //
7 |
8 | import UIKit
| `- error: no such module 'UIKit'
9 |
10 | /// A type that can be stored by `TweaKit`.
BUILD FAILURE 6.1 macosSpm