Build Information
Failed to build ActionSheetController, reference 1.0.1 (5cffd0), with Swift 6.3 for watchOS using Xcode 26.4 on 12 Apr 2026 10:14:03 UTC.
Build Command
env DEVELOPER_DIR=/Applications/Xcode-26.4.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme ActionSheetController -destination generic/platform=watchOSBuild Log
EmitSwiftModule normal armv7k (in target 'ActionSheetController' from project 'ActionSheetController')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
/Users/admin/builder/spi-builder-workspace/Sources/ActionSheetController/ActionSheetController/ActionSheetCellType.swift:12:23: error: 'UIView' is unavailable in watchOS
case custom(view: UIView)
^~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:148:12: note: 'UIView' has been explicitly marked unavailable here
@interface UIView : UIResponder <NSCoding, UIAppearance, UIAppearanceContainer, UIDynamicItem, UITraitEnvironment, UICoordinateSpace, UIFocusItem, UIFocusItemContainer, CALayerDelegate>
^
/Users/admin/builder/spi-builder-workspace/Sources/ActionSheetController/ActionSheetController/ActionSheetCellType.swift:13:27: error: 'UIView' is unavailable in watchOS
case headerView(view: UIView)
^~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:148:12: note: 'UIView' has been explicitly marked unavailable here
@interface UIView : UIResponder <NSCoding, UIAppearance, UIAppearanceContainer, UIDynamicItem, UITraitEnvironment, UICoordinateSpace, UIFocusItem, UIFocusItemContainer, CALayerDelegate>
^
/Users/admin/builder/spi-builder-workspace/Sources/ActionSheetController/ActionSheetController/ActionSheetController.swift:18:23: error: 'init()' is unavailable in watchOS
let contentView = ActionSheetControllerContainerView()
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:154:1: note: 'init()' has been explicitly marked unavailable here
- (instancetype)init API_AVAILABLE(ios(2.0), tvos(9.0), visionos(1.0)) API_UNAVAILABLE(watchos);
^
/Users/admin/builder/spi-builder-workspace/Sources/ActionSheetController/ActionSheetController/ActionSheetController.swift:15:37: error: 'UIView' is unavailable in watchOS
public class ActionSheetController: UIView {
^~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:148:12: note: 'UIView' has been explicitly marked unavailable here
@interface UIView : UIResponder <NSCoding, UIAppearance, UIAppearanceContainer, UIDynamicItem, UITraitEnvironment, UICoordinateSpace, UIFocusItem, UIFocusItemContainer, CALayerDelegate>
^
/Users/admin/builder/spi-builder-workspace/Sources/ActionSheetController/ActionSheetController/ActionSheetController.swift:96:33: error: 'UIView' is unavailable in watchOS
public func addHeader(view: UIView) {
^~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:148:12: note: 'UIView' has been explicitly marked unavailable here
@interface UIView : UIResponder <NSCoding, UIAppearance, UIAppearanceContainer, UIDynamicItem, UITraitEnvironment, UICoordinateSpace, UIFocusItem, UIFocusItemContainer, CALayerDelegate>
^
/Users/admin/builder/spi-builder-workspace/Sources/ActionSheetController/ActionSheetController/ActionSheetController.swift:106:39: error: 'UIView' is unavailable in watchOS
public func addCustomAction(view: UIView) {
^~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:148:12: note: 'UIView' has been explicitly marked unavailable here
@interface UIView : UIResponder <NSCoding, UIAppearance, UIAppearanceContainer, UIDynamicItem, UITraitEnvironment, UICoordinateSpace, UIFocusItem, UIFocusItemContainer, CALayerDelegate>
^
/Users/admin/builder/spi-builder-workspace/Sources/ActionSheetController/ActionSheetController/ActionSheetController.swift:122:48: error: 'UITableView' is unavailable in watchOS
public func numberOfSections(in tableView: UITableView) -> Int {
^~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UITableView.h:347:12: note: 'UITableView' has been explicitly marked unavailable here
@interface UITableView : UIScrollView <NSCoding, UIDataSourceTranslating>
^
/Users/admin/builder/spi-builder-workspace/Sources/ActionSheetController/ActionSheetController/ActionSheetController.swift:126:40: error: 'UITableView' is unavailable in watchOS
public func tableView(_ tableView: UITableView, numberOfRowsInSection section: Int) -> Int {
^~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UITableView.h:347:12: note: 'UITableView' has been explicitly marked unavailable here
@interface UITableView : UIScrollView <NSCoding, UIDataSourceTranslating>
^
/Users/admin/builder/spi-builder-workspace/Sources/ActionSheetController/ActionSheetController/ActionSheetController.swift:137:40: error: 'UITableView' is unavailable in watchOS
public func tableView(_ tableView: UITableView, cellForRowAt indexPath: IndexPath) -> UITableViewCell {
^~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UITableView.h:347:12: note: 'UITableView' has been explicitly marked unavailable here
@interface UITableView : UIScrollView <NSCoding, UIDataSourceTranslating>
^
/Users/admin/builder/spi-builder-workspace/Sources/ActionSheetController/ActionSheetController/ActionSheetController.swift:137:91: error: 'UITableViewCell' is unavailable in watchOS
public func tableView(_ tableView: UITableView, cellForRowAt indexPath: IndexPath) -> UITableViewCell {
^~~~~~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UITableViewCell.h:81:12: note: 'UITableViewCell' has been explicitly marked unavailable here
@interface UITableViewCell : UIView <NSCoding, UIGestureRecognizerDelegate>
^
/Users/admin/builder/spi-builder-workspace/Sources/ActionSheetController/ActionSheetController/ActionSheetController.swift:175:40: error: 'UITableView' is unavailable in watchOS
public func tableView(_ tableView: UITableView, didSelectRowAt indexPath: IndexPath) {
^~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UITableView.h:347:12: note: 'UITableView' has been explicitly marked unavailable here
@interface UITableView : UIScrollView <NSCoding, UIDataSourceTranslating>
^
/Users/admin/builder/spi-builder-workspace/Sources/ActionSheetController/ActionSheetController/ActionSheetController.swift:120:34: error: 'UITableViewDelegate' is unavailable in watchOS
extension ActionSheetController: UITableViewDelegate, UITableViewDataSource {
^~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UITableView.h:100:11: note: 'UITableViewDelegate' has been explicitly marked unavailable here
@protocol UITableViewDelegate<NSObject, UIScrollViewDelegate>
^
/Users/admin/builder/spi-builder-workspace/Sources/ActionSheetController/ActionSheetController/ActionSheetController.swift:120:55: error: 'UITableViewDataSource' is unavailable in watchOS
extension ActionSheetController: UITableViewDelegate, UITableViewDataSource {
^~~~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UITableView.h:539:11: note: 'UITableViewDataSource' has been explicitly marked unavailable here
@protocol UITableViewDataSource<NSObject>
^
/Users/admin/builder/spi-builder-workspace/Sources/ActionSheetController/ActionSheetController/ActionSheetControllerContainerView.swift:24:20: error: 'UIVisualEffectView' is unavailable in watchOS
let blurView = UIVisualEffectView(effect: UIBlurEffect(style: .systemMaterial))
^~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIVisualEffectView.h:28:12: note: 'UIVisualEffectView' has been explicitly marked unavailable here
@interface UIVisualEffectView : UIView <NSSecureCoding>
^
/Users/admin/builder/spi-builder-workspace/Sources/ActionSheetController/ActionSheetController/ActionSheetControllerContainerView.swift:24:47: error: 'UIBlurEffect' is unavailable in watchOS
let blurView = UIVisualEffectView(effect: UIBlurEffect(style: .systemMaterial))
^~~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIBlurEffect.h:61:12: note: 'UIBlurEffect' has been explicitly marked unavailable here
@interface UIBlurEffect : UIVisualEffect
^
/Users/admin/builder/spi-builder-workspace/Sources/ActionSheetController/ActionSheetController/ActionSheetControllerContainerView.swift:24:68: error: 'systemMaterial' is unavailable in watchOS
let blurView = UIVisualEffectView(effect: UIBlurEffect(style: .systemMaterial))
^~~~~~~~~~~~~~
UIKit.UIBlurEffect.Style.systemMaterial:4:10: note: 'systemMaterial' has been explicitly marked unavailable here
case systemMaterial }
^
/Users/admin/builder/spi-builder-workspace/Sources/ActionSheetController/ActionSheetController/ActionSheetControllerContainerView.swift:26:28: error: 'UIView' is unavailable in watchOS
lazy var backDropView: UIView = {
^~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:148:12: note: 'UIView' has been explicitly marked unavailable here
@interface UIView : UIResponder <NSCoding, UIAppearance, UIAppearanceContainer, UIDynamicItem, UITraitEnvironment, UICoordinateSpace, UIFocusItem, UIFocusItemContainer, CALayerDelegate>
^
/Users/admin/builder/spi-builder-workspace/Sources/ActionSheetController/ActionSheetController/ActionSheetControllerContainerView.swift:27:20: error: 'UIView' is unavailable in watchOS
let view = UIView()
^~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:148:12: note: 'UIView' has been explicitly marked unavailable here
@interface UIView : UIResponder <NSCoding, UIAppearance, UIAppearanceContainer, UIDynamicItem, UITraitEnvironment, UICoordinateSpace, UIFocusItem, UIFocusItemContainer, CALayerDelegate>
^
/Users/admin/builder/spi-builder-workspace/Sources/ActionSheetController/ActionSheetController/ActionSheetControllerContainerView.swift:27:20: error: 'init()' is unavailable in watchOS
let view = UIView()
^~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:154:1: note: 'init()' has been explicitly marked unavailable here
- (instancetype)init API_AVAILABLE(ios(2.0), tvos(9.0), visionos(1.0)) API_UNAVAILABLE(watchos);
^
/Users/admin/builder/spi-builder-workspace/Sources/ActionSheetController/ActionSheetController/ActionSheetControllerContainerView.swift:45:34: error: 'UIButton' is unavailable in watchOS
private lazy var doneButton: UIButton = {
^~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIButton.h:49:12: note: 'UIButton' has been explicitly marked unavailable here
@interface UIButton : UIControl <NSCoding>
^
/Users/admin/builder/spi-builder-workspace/Sources/ActionSheetController/ActionSheetController/ActionSheetControllerContainerView.swift:46:22: error: 'UIButton' is unavailable in watchOS
let button = UIButton()
^~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIButton.h:49:12: note: 'UIButton' has been explicitly marked unavailable here
@interface UIButton : UIControl <NSCoding>
^
/Users/admin/builder/spi-builder-workspace/Sources/ActionSheetController/ActionSheetController/ActionSheetControllerContainerView.swift:46:22: error: 'init()' is unavailable in watchOS
let button = UIButton()
^~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:154:1: note: 'init()' has been explicitly marked unavailable here
- (instancetype)init API_AVAILABLE(ios(2.0), tvos(9.0), visionos(1.0)) API_UNAVAILABLE(watchos);
^
/Users/admin/builder/spi-builder-workspace/Sources/ActionSheetController/ActionSheetController/ActionSheetControllerContainerView.swift:51:38: error: 'systemBlue' is unavailable in watchOS
button.setTitleColor(UIColor.systemBlue, for: .normal)
^~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIInterface.h:123:49: note: 'systemBlue' has been explicitly marked unavailable here
@property (class, nonatomic, readonly) UIColor *systemBlueColor API_AVAILABLE(ios(7.0), tvos(9.0)) API_UNAVAILABLE(watchos);
^
/Users/admin/builder/spi-builder-workspace/Sources/ActionSheetController/ActionSheetController/ActionSheetControllerContainerView.swift:10:43: error: 'UIView' is unavailable in watchOS
class ActionSheetControllerContainerView: UIView {
^~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:148:12: note: 'UIView' has been explicitly marked unavailable here
@interface UIView : UIResponder <NSCoding, UIAppearance, UIAppearanceContainer, UIDynamicItem, UITraitEnvironment, UICoordinateSpace, UIFocusItem, UIFocusItemContainer, CALayerDelegate>
^
/Users/admin/builder/spi-builder-workspace/Sources/ActionSheetController/ActionSheetController/ActionSheetProtocol.swift:12:26: error: 'UIView' is unavailable in watchOS
func addHeader(view: UIView)
^~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:148:12: note: 'UIView' has been explicitly marked unavailable here
@interface UIView : UIResponder <NSCoding, UIAppearance, UIAppearanceContainer, UIDynamicItem, UITraitEnvironment, UICoordinateSpace, UIFocusItem, UIFocusItemContainer, CALayerDelegate>
^
/Users/admin/builder/spi-builder-workspace/Sources/ActionSheetController/ActionSheetController/ActionSheetProtocol.swift:14:32: error: 'UIView' is unavailable in watchOS
func addCustomAction(view: UIView)
^~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:148:12: note: 'UIView' has been explicitly marked unavailable here
@interface UIView : UIResponder <NSCoding, UIAppearance, UIAppearanceContainer, UIDynamicItem, UITraitEnvironment, UICoordinateSpace, UIFocusItem, UIFocusItemContainer, CALayerDelegate>
^
/Users/admin/builder/spi-builder-workspace/Sources/ActionSheetController/ActionSheetController/TableViewCells/ActionSheetCustomViewTableViewCell.swift:14:26: error: 'UITableViewCell' is unavailable in watchOS
override init(style: UITableViewCell.CellStyle, reuseIdentifier: String?) {
^~~~~~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UITableViewCell.h:81:12: note: 'UITableViewCell' has been explicitly marked unavailable here
@interface UITableViewCell : UIView <NSCoding, UIGestureRecognizerDelegate>
^
/Users/admin/builder/spi-builder-workspace/Sources/ActionSheetController/ActionSheetController/TableViewCells/ActionSheetCustomViewTableViewCell.swift:23:32: error: 'UIView' is unavailable in watchOS
private let containerView: UIView = {
^~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:148:12: note: 'UIView' has been explicitly marked unavailable here
@interface UIView : UIResponder <NSCoding, UIAppearance, UIAppearanceContainer, UIDynamicItem, UITraitEnvironment, UICoordinateSpace, UIFocusItem, UIFocusItemContainer, CALayerDelegate>
^
/Users/admin/builder/spi-builder-workspace/Sources/ActionSheetController/ActionSheetController/TableViewCells/ActionSheetCustomViewTableViewCell.swift:24:20: error: 'UIView' is unavailable in watchOS
let view = UIView()
^~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:148:12: note: 'UIView' has been explicitly marked unavailable here
@interface UIView : UIResponder <NSCoding, UIAppearance, UIAppearanceContainer, UIDynamicItem, UITraitEnvironment, UICoordinateSpace, UIFocusItem, UIFocusItemContainer, CALayerDelegate>
^
/Users/admin/builder/spi-builder-workspace/Sources/ActionSheetController/ActionSheetController/TableViewCells/ActionSheetCustomViewTableViewCell.swift:24:20: error: 'init()' is unavailable in watchOS
let view = UIView()
^~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:154:1: note: 'init()' has been explicitly marked unavailable here
- (instancetype)init API_AVAILABLE(ios(2.0), tvos(9.0), visionos(1.0)) API_UNAVAILABLE(watchos);
^
/Users/admin/builder/spi-builder-workspace/Sources/ActionSheetController/ActionSheetController/TableViewCells/ActionSheetCustomViewTableViewCell.swift:40:42: error: 'UIView' is unavailable in watchOS
private func constrainCustom(_ view: UIView) {
^~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:148:12: note: 'UIView' has been explicitly marked unavailable here
@interface UIView : UIResponder <NSCoding, UIAppearance, UIAppearanceContainer, UIDynamicItem, UITraitEnvironment, UICoordinateSpace, UIFocusItem, UIFocusItemContainer, CALayerDelegate>
^
/Users/admin/builder/spi-builder-workspace/Sources/ActionSheetController/ActionSheetController/TableViewCells/ActionSheetCustomViewTableViewCell.swift:10:43: error: 'UITableViewCell' is unavailable in watchOS
class ActionSheetCustomViewTableViewCell: UITableViewCell {
^~~~~~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UITableViewCell.h:81:12: note: 'UITableViewCell' has been explicitly marked unavailable here
@interface UITableViewCell : UIView <NSCoding, UIGestureRecognizerDelegate>
^
/Users/admin/builder/spi-builder-workspace/Sources/ActionSheetController/ActionSheetController/TableViewCells/ActionSheetDefaultActionTableViewCell.swift:14:26: error: 'UITableViewCell' is unavailable in watchOS
override init(style: UITableViewCell.CellStyle, reuseIdentifier: String?) {
^~~~~~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UITableViewCell.h:81:12: note: 'UITableViewCell' has been explicitly marked unavailable here
@interface UITableViewCell : UIView <NSCoding, UIGestureRecognizerDelegate>
^
/Users/admin/builder/spi-builder-workspace/Sources/ActionSheetController/ActionSheetController/TableViewCells/ActionSheetDefaultActionTableViewCell.swift:23:28: error: 'UILabel' is unavailable in watchOS
private let cellTitle: UILabel = {
^~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UILabel.h:33:12: note: 'UILabel' has been explicitly marked unavailable here
@interface UILabel : UIView <NSCoding, UIContentSizeCategoryAdjusting, UILetterformAwareAdjusting>
^
/Users/admin/builder/spi-builder-workspace/Sources/ActionSheetController/ActionSheetController/TableViewCells/ActionSheetDefaultActionTableViewCell.swift:24:21: error: 'UILabel' is unavailable in watchOS
let label = UILabel()
^~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UILabel.h:33:12: note: 'UILabel' has been explicitly marked unavailable here
@interface UILabel : UIView <NSCoding, UIContentSizeCategoryAdjusting, UILetterformAwareAdjusting>
^
/Users/admin/builder/spi-builder-workspace/Sources/ActionSheetController/ActionSheetController/TableViewCells/ActionSheetDefaultActionTableViewCell.swift:24:21: error: 'init()' is unavailable in watchOS
let label = UILabel()
^~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:154:1: note: 'init()' has been explicitly marked unavailable here
- (instancetype)init API_AVAILABLE(ios(2.0), tvos(9.0), visionos(1.0)) API_UNAVAILABLE(watchos);
^
/Users/admin/builder/spi-builder-workspace/Sources/ActionSheetController/ActionSheetController/TableViewCells/ActionSheetDefaultActionTableViewCell.swift:10:46: error: 'UITableViewCell' is unavailable in watchOS
class ActionSheetDefaultActionTableViewCell: UITableViewCell {
^~~~~~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UITableViewCell.h:81:12: note: 'UITableViewCell' has been explicitly marked unavailable here
@interface UITableViewCell : UIView <NSCoding, UIGestureRecognizerDelegate>
^
/Users/admin/builder/spi-builder-workspace/Sources/ActionSheetController/ActionSheetController/TableViewCells/ActionSheetHeaderViewTableViewCell.swift:12:26: error: 'UITableViewCell' is unavailable in watchOS
override init(style: UITableViewCell.CellStyle, reuseIdentifier: String?) {
^~~~~~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UITableViewCell.h:81:12: note: 'UITableViewCell' has been explicitly marked unavailable here
@interface UITableViewCell : UIView <NSCoding, UIGestureRecognizerDelegate>
^
/Users/admin/builder/spi-builder-workspace/Sources/ActionSheetController/ActionSheetController/TableViewCells/ActionSheetHeaderViewTableViewCell.swift:21:32: error: 'UIView' is unavailable in watchOS
private let containerView: UIView = {
^~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:148:12: note: 'UIView' has been explicitly marked unavailable here
@interface UIView : UIResponder <NSCoding, UIAppearance, UIAppearanceContainer, UIDynamicItem, UITraitEnvironment, UICoordinateSpace, UIFocusItem, UIFocusItemContainer, CALayerDelegate>
^
/Users/admin/builder/spi-builder-workspace/Sources/ActionSheetController/ActionSheetController/TableViewCells/ActionSheetHeaderViewTableViewCell.swift:22:20: error: 'UIView' is unavailable in watchOS
let view = UIView()
^~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:148:12: note: 'UIView' has been explicitly marked unavailable here
@interface UIView : UIResponder <NSCoding, UIAppearance, UIAppearanceContainer, UIDynamicItem, UITraitEnvironment, UICoordinateSpace, UIFocusItem, UIFocusItemContainer, CALayerDelegate>
^
/Users/admin/builder/spi-builder-workspace/Sources/ActionSheetController/ActionSheetController/TableViewCells/ActionSheetHeaderViewTableViewCell.swift:22:20: error: 'init()' is unavailable in watchOS
let view = UIView()
^~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:154:1: note: 'init()' has been explicitly marked unavailable here
- (instancetype)init API_AVAILABLE(ios(2.0), tvos(9.0), visionos(1.0)) API_UNAVAILABLE(watchos);
^
/Users/admin/builder/spi-builder-workspace/Sources/ActionSheetController/ActionSheetController/TableViewCells/ActionSheetHeaderViewTableViewCell.swift:38:36: error: 'UIView' is unavailable in watchOS
private func constrain(_ view: UIView) {
^~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:148:12: note: 'UIView' has been explicitly marked unavailable here
@interface UIView : UIResponder <NSCoding, UIAppearance, UIAppearanceContainer, UIDynamicItem, UITraitEnvironment, UICoordinateSpace, UIFocusItem, UIFocusItemContainer, CALayerDelegate>
^
/Users/admin/builder/spi-builder-workspace/Sources/ActionSheetController/ActionSheetController/TableViewCells/ActionSheetHeaderViewTableViewCell.swift:10:43: error: 'UITableViewCell' is unavailable in watchOS
class ActionSheetHeaderViewTableViewCell: UITableViewCell {
^~~~~~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UITableViewCell.h:81:12: note: 'UITableViewCell' has been explicitly marked unavailable here
@interface UITableViewCell : UIView <NSCoding, UIGestureRecognizerDelegate>
^
/Users/admin/builder/spi-builder-workspace/Sources/ActionSheetController/ActionSheetController/TableViewCells/ActionSheetTitleViewTableViewCell.swift:12:26: error: 'UITableViewCell' is unavailable in watchOS
override init(style: UITableViewCell.CellStyle, reuseIdentifier: String?) {
^~~~~~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UITableViewCell.h:81:12: note: 'UITableViewCell' has been explicitly marked unavailable here
@interface UITableViewCell : UIView <NSCoding, UIGestureRecognizerDelegate>
^
/Users/admin/builder/spi-builder-workspace/Sources/ActionSheetController/ActionSheetController/TableViewCells/ActionSheetTitleViewTableViewCell.swift:21:16: error: 'UILabel' is unavailable in watchOS
let title: UILabel = {
^~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UILabel.h:33:12: note: 'UILabel' has been explicitly marked unavailable here
@interface UILabel : UIView <NSCoding, UIContentSizeCategoryAdjusting, UILetterformAwareAdjusting>
^
/Users/admin/builder/spi-builder-workspace/Sources/ActionSheetController/ActionSheetController/TableViewCells/ActionSheetTitleViewTableViewCell.swift:22:21: error: 'UILabel' is unavailable in watchOS
let label = UILabel()
^~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UILabel.h:33:12: note: 'UILabel' has been explicitly marked unavailable here
@interface UILabel : UIView <NSCoding, UIContentSizeCategoryAdjusting, UILetterformAwareAdjusting>
^
/Users/admin/builder/spi-builder-workspace/Sources/ActionSheetController/ActionSheetController/TableViewCells/ActionSheetTitleViewTableViewCell.swift:22:21: error: 'init()' is unavailable in watchOS
let label = UILabel()
^~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:154:1: note: 'init()' has been explicitly marked unavailable here
- (instancetype)init API_AVAILABLE(ios(2.0), tvos(9.0), visionos(1.0)) API_UNAVAILABLE(watchos);
^
/Users/admin/builder/spi-builder-workspace/Sources/ActionSheetController/ActionSheetController/TableViewCells/ActionSheetTitleViewTableViewCell.swift:31:19: error: 'UILabel' is unavailable in watchOS
let subtitle: UILabel = {
^~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UILabel.h:33:12: note: 'UILabel' has been explicitly marked unavailable here
@interface UILabel : UIView <NSCoding, UIContentSizeCategoryAdjusting, UILetterformAwareAdjusting>
^
/Users/admin/builder/spi-builder-workspace/Sources/ActionSheetController/ActionSheetController/TableViewCells/ActionSheetTitleViewTableViewCell.swift:32:21: error: 'UILabel' is unavailable in watchOS
let label = UILabel()
^~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UILabel.h:33:12: note: 'UILabel' has been explicitly marked unavailable here
@interface UILabel : UIView <NSCoding, UIContentSizeCategoryAdjusting, UILetterformAwareAdjusting>
^
/Users/admin/builder/spi-builder-workspace/Sources/ActionSheetController/ActionSheetController/TableViewCells/ActionSheetTitleViewTableViewCell.swift:32:21: error: 'init()' is unavailable in watchOS
let label = UILabel()
^~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:154:1: note: 'init()' has been explicitly marked unavailable here
- (instancetype)init API_AVAILABLE(ios(2.0), tvos(9.0), visionos(1.0)) API_UNAVAILABLE(watchos);
^
/Users/admin/builder/spi-builder-workspace/Sources/ActionSheetController/ActionSheetController/TableViewCells/ActionSheetTitleViewTableViewCell.swift:41:25: error: 'UIStackView' is unavailable in watchOS
lazy var stackView: UIStackView = {
^~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIStackView.h:124:12: note: 'UIStackView' has been explicitly marked unavailable here
@interface UIStackView : UIView
^
/Users/admin/builder/spi-builder-workspace/Sources/ActionSheetController/ActionSheetController/TableViewCells/ActionSheetTitleViewTableViewCell.swift:42:20: error: 'UIStackView' is unavailable in watchOS
let view = UIStackView(arrangedSubviews: [title, subtitle])
^~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIStackView.h:124:12: note: 'UIStackView' has been explicitly marked unavailable here
@interface UIStackView : UIView
^
/Users/admin/builder/spi-builder-workspace/Sources/ActionSheetController/ActionSheetController/TableViewCells/ActionSheetTitleViewTableViewCell.swift:10:42: error: 'UITableViewCell' is unavailable in watchOS
class ActionSheetTitleViewTableViewCell: UITableViewCell {
^~~~~~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UITableViewCell.h:81:12: note: 'UITableViewCell' has been explicitly marked unavailable here
@interface UITableViewCell : UIView <NSCoding, UIGestureRecognizerDelegate>
^
/Users/admin/builder/spi-builder-workspace/Sources/ActionSheetController/CustomClasses/SelfSizingTableView.swift:11:30: error: 'UIScreen' is unavailable in watchOS
var maxHeight: CGFloat = UIScreen.main.bounds.size.height
^~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIScreen.h:54:12: note: 'UIScreen' has been explicitly marked unavailable here
@interface UIScreen : NSObject <UITraitEnvironment>
^
/Users/admin/builder/spi-builder-workspace/Sources/ActionSheetController/CustomClasses/SelfSizingTableView.swift:11:39: error: 'main' is unavailable in watchOS
var maxHeight: CGFloat = UIScreen.main.bounds.size.height
^~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIScreen.h:57:49: note: 'main' has been explicitly marked unavailable here
@property(class, nonatomic, readonly) UIScreen *mainScreen API_DEPRECATED("Use a UIScreen instance found through context instead (i.e, view.window.windowScene.screen), or for properties like UIScreen.scale with trait equivalents, use a traitCollection found through context.", ios(2.0, 26.0), tvos(9.0, 26.0), visionos(1.0, 26.0)) API_UNAVAILABLE(watchos);
^
/Users/admin/builder/spi-builder-workspace/Sources/ActionSheetController/CustomClasses/SelfSizingTableView.swift:10:27: error: 'UITableView' is unavailable in watchOS
class SelfSizedTableView: UITableView {
^~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UITableView.h:347:12: note: 'UITableView' has been explicitly marked unavailable here
@interface UITableView : UIScrollView <NSCoding, UIDataSourceTranslating>
^
SwiftCompile normal armv7k Compiling\ ActionSheetControllerContainerView.swift /Users/admin/builder/spi-builder-workspace/Sources/ActionSheetController/ActionSheetController/ActionSheetControllerContainerView.swift (in target 'ActionSheetController' from project 'ActionSheetController')
SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/ActionSheetController/ActionSheetController/ActionSheetControllerContainerView.swift (in target 'ActionSheetController' from project 'ActionSheetController')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal armv7k Compiling\ ActionSheetController.swift /Users/admin/builder/spi-builder-workspace/Sources/ActionSheetController/ActionSheetController/ActionSheetController.swift (in target 'ActionSheetController' from project 'ActionSheetController')
SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/ActionSheetController/ActionSheetController/ActionSheetController.swift (in target 'ActionSheetController' from project 'ActionSheetController')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal armv7k Compiling\ ActionSheetActionType.swift /Users/admin/builder/spi-builder-workspace/Sources/ActionSheetController/ActionSheetController/ActionSheetActionType.swift (in target 'ActionSheetController' from project 'ActionSheetController')
SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/ActionSheetController/ActionSheetController/ActionSheetActionType.swift (in target 'ActionSheetController' from project 'ActionSheetController')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftEmitModule normal arm64_32 Emitting\ module\ for\ ActionSheetController (in target 'ActionSheetController' from project 'ActionSheetController')
EmitSwiftModule normal arm64_32 (in target 'ActionSheetController' from project 'ActionSheetController')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
2026-04-12 06:13:47.632 xcodebuild[626:3801] [MT] IDERunDestination: Supported platforms for the buildables in the current scheme is empty.
** BUILD FAILED **
The following build commands failed:
SwiftEmitModule normal armv7k Emitting\ module\ for\ ActionSheetController (in target 'ActionSheetController' from project 'ActionSheetController')
EmitSwiftModule normal armv7k (in target 'ActionSheetController' from project 'ActionSheetController')
Building workspace spi-builder-workspace with scheme ActionSheetController
(3 failures)
Command line invocation:
/Applications/Xcode-26.4.0.app/Contents/Developer/usr/bin/xcodebuild -IDEClonedSourcePackagesDirPathOverride=/Users/admin/builder/spi-builder-workspace/.dependencies -resolvePackageDependencies
Resolve Package Graph
Resolved source packages:
ActionSheetController: /Users/admin/builder/spi-builder-workspace
resolved source packages: ActionSheetController
2026-04-12 06:13:55.124 xcodebuild[795:4448] [MT] IDERunDestination: Supported platforms for the buildables in the current scheme is empty.
{
"dependencies" : [
],
"manifest_display_name" : "ActionSheetController",
"name" : "ActionSheetController",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "ios",
"version" : "13.0"
}
],
"products" : [
{
"name" : "ActionSheetController",
"targets" : [
"ActionSheetController"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "ActionSheetControllerTests",
"module_type" : "SwiftTarget",
"name" : "ActionSheetControllerTests",
"path" : "Tests/ActionSheetControllerTests",
"sources" : [
"ActionSheetControllerTests.swift"
],
"target_dependencies" : [
"ActionSheetController"
],
"type" : "test"
},
{
"c99name" : "ActionSheetController",
"module_type" : "SwiftTarget",
"name" : "ActionSheetController",
"path" : "Sources/ActionSheetController",
"product_memberships" : [
"ActionSheetController"
],
"sources" : [
"ActionSheetController/ActionSheetActionType.swift",
"ActionSheetController/ActionSheetCellType.swift",
"ActionSheetController/ActionSheetController.swift",
"ActionSheetController/ActionSheetControllerContainerView.swift",
"ActionSheetController/ActionSheetProtocol.swift",
"ActionSheetController/TableViewCells/ActionSheetCustomViewTableViewCell.swift",
"ActionSheetController/TableViewCells/ActionSheetDefaultActionTableViewCell.swift",
"ActionSheetController/TableViewCells/ActionSheetHeaderViewTableViewCell.swift",
"ActionSheetController/TableViewCells/ActionSheetTitleViewTableViewCell.swift",
"CustomClasses/SelfSizingTableView.swift"
],
"type" : "library"
}
],
"tools_version" : "5.3"
}
{
"workspace" : {
"name" : "spi-builder-workspace",
"schemes" : [
"ActionSheetController"
]
}
}
2026-04-12 06:13:56.518 xcodebuild[804:4535] [MT] IDERunDestination: Supported platforms for the buildables in the current scheme is empty.
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.4.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme ActionSheetController -destination generic/platform=watchOS
Command line invocation:
/Applications/Xcode-26.4.0.app/Contents/Developer/usr/bin/xcodebuild -IDEClonedSourcePackagesDirPathOverride=/Users/admin/builder/spi-builder-workspace/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath /Users/admin/builder/spi-builder-workspace/.derivedData build -scheme ActionSheetController -destination generic/platform=watchOS
Resolve Package Graph
Resolved source packages:
ActionSheetController: /Users/admin/builder/spi-builder-workspace
ComputePackagePrebuildTargetDependencyGraph
Prepare packages
CreateBuildRequest
SendProjectDescription
CreateBuildOperation
ComputeTargetDependencyGraph
note: Building targets in dependency order
note: Target dependency graph (2 targets)
Target 'ActionSheetController' in project 'ActionSheetController'
➜ Explicit dependency on target 'ActionSheetController' in project 'ActionSheetController'
Target 'ActionSheetController' in project 'ActionSheetController' (no dependencies)
GatherProvisioningInputs
CreateBuildDescription
ClangStatCache /Applications/Xcode-26.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang-stat-cache /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos26.4-23T238-688ef53f1462e2c8f657fdc38a81448f9e51884a582f42380855760c9d4cc599.sdkstatcache
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
/Applications/Xcode-26.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang-stat-cache /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk -o /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos26.4-23T238-688ef53f1462e2c8f657fdc38a81448f9e51884a582f42380855760c9d4cc599.sdkstatcache
SwiftDriver ActionSheetController normal armv7k com.apple.xcode.tools.swift.compiler (in target 'ActionSheetController' from project 'ActionSheetController')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
builtin-SwiftDriver -- /Applications/Xcode-26.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name ActionSheetController -Onone @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ActionSheetController.build/Debug-watchos/ActionSheetController.build/Objects-normal/armv7k/ActionSheetController.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -DSWIFT_MODULE_RESOURCE_BUNDLE_UNAVAILABLE -DXcode -plugin-path /Applications/Xcode-26.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk -target armv7k-apple-watchos6.0 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -profile-coverage-mapping -profile-generate -enable-testing -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -Xcc -D_LIBCPP_HARDENING_MODE\=_LIBCPP_HARDENING_MODE_DEBUG -swift-version 5 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -Isystem /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos26.4-23T238-688ef53f1462e2c8f657fdc38a81448f9e51884a582f42380855760c9d4cc599.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ActionSheetController.build/Debug-watchos/ActionSheetController.build/Objects-normal/armv7k/ActionSheetController-OutputFileMap.json -use-frontend-parseable-output -save-temps -no-color-diagnostics -explicit-module-build -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftExplicitPrecompiledModules -clang-scanner-module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -sdk-module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -serialize-diagnostics -emit-dependencies -emit-module -emit-module-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ActionSheetController.build/Debug-watchos/ActionSheetController.build/Objects-normal/armv7k/ActionSheetController.swiftmodule -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ActionSheetController.build/Debug-watchos/ActionSheetController.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ActionSheetController.build/Debug-watchos/ActionSheetController.build/Objects-normal/armv7k/ActionSheetController_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ActionSheetController.build/Debug-watchos/ActionSheetController.build/DerivedSources-normal/armv7k -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ActionSheetController.build/Debug-watchos/ActionSheetController.build/DerivedSources/armv7k -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ActionSheetController.build/Debug-watchos/ActionSheetController.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -emit-objc-header -emit-objc-header-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ActionSheetController.build/Debug-watchos/ActionSheetController.build/Objects-normal/armv7k/ActionSheetController-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
SwiftDriver ActionSheetController normal arm64_32 com.apple.xcode.tools.swift.compiler (in target 'ActionSheetController' from project 'ActionSheetController')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
builtin-SwiftDriver -- /Applications/Xcode-26.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name ActionSheetController -Onone @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ActionSheetController.build/Debug-watchos/ActionSheetController.build/Objects-normal/arm64_32/ActionSheetController.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -DSWIFT_MODULE_RESOURCE_BUNDLE_UNAVAILABLE -DXcode -plugin-path /Applications/Xcode-26.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk -target arm64_32-apple-watchos6.0 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -profile-coverage-mapping -profile-generate -enable-testing -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -Xcc -D_LIBCPP_HARDENING_MODE\=_LIBCPP_HARDENING_MODE_DEBUG -swift-version 5 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -Isystem /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos26.4-23T238-688ef53f1462e2c8f657fdc38a81448f9e51884a582f42380855760c9d4cc599.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ActionSheetController.build/Debug-watchos/ActionSheetController.build/Objects-normal/arm64_32/ActionSheetController-OutputFileMap.json -use-frontend-parseable-output -save-temps -no-color-diagnostics -explicit-module-build -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftExplicitPrecompiledModules -clang-scanner-module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -sdk-module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -serialize-diagnostics -emit-dependencies -emit-module -emit-module-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ActionSheetController.build/Debug-watchos/ActionSheetController.build/Objects-normal/arm64_32/ActionSheetController.swiftmodule -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ActionSheetController.build/Debug-watchos/ActionSheetController.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ActionSheetController.build/Debug-watchos/ActionSheetController.build/Objects-normal/arm64_32/ActionSheetController_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ActionSheetController.build/Debug-watchos/ActionSheetController.build/DerivedSources-normal/arm64_32 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ActionSheetController.build/Debug-watchos/ActionSheetController.build/DerivedSources/arm64_32 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ActionSheetController.build/Debug-watchos/ActionSheetController.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -emit-objc-header -emit-objc-header-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ActionSheetController.build/Debug-watchos/ActionSheetController.build/Objects-normal/arm64_32/ActionSheetController-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
SwiftDriver ActionSheetController normal arm64 com.apple.xcode.tools.swift.compiler (in target 'ActionSheetController' from project 'ActionSheetController')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
builtin-SwiftDriver -- /Applications/Xcode-26.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name ActionSheetController -Onone @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ActionSheetController.build/Debug-watchos/ActionSheetController.build/Objects-normal/arm64/ActionSheetController.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -DSWIFT_MODULE_RESOURCE_BUNDLE_UNAVAILABLE -DXcode -plugin-path /Applications/Xcode-26.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk -target arm64-apple-watchos6.0 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -profile-coverage-mapping -profile-generate -enable-testing -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -Xcc -D_LIBCPP_HARDENING_MODE\=_LIBCPP_HARDENING_MODE_DEBUG -swift-version 5 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -Isystem /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos26.4-23T238-688ef53f1462e2c8f657fdc38a81448f9e51884a582f42380855760c9d4cc599.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ActionSheetController.build/Debug-watchos/ActionSheetController.build/Objects-normal/arm64/ActionSheetController-OutputFileMap.json -use-frontend-parseable-output -save-temps -no-color-diagnostics -explicit-module-build -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftExplicitPrecompiledModules -clang-scanner-module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -sdk-module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -serialize-diagnostics -emit-dependencies -emit-module -emit-module-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ActionSheetController.build/Debug-watchos/ActionSheetController.build/Objects-normal/arm64/ActionSheetController.swiftmodule -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ActionSheetController.build/Debug-watchos/ActionSheetController.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ActionSheetController.build/Debug-watchos/ActionSheetController.build/Objects-normal/arm64/ActionSheetController_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ActionSheetController.build/Debug-watchos/ActionSheetController.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ActionSheetController.build/Debug-watchos/ActionSheetController.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ActionSheetController.build/Debug-watchos/ActionSheetController.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -emit-objc-header -emit-objc-header-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ActionSheetController.build/Debug-watchos/ActionSheetController.build/Objects-normal/arm64/ActionSheetController-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
SwiftCompile normal arm64 Compiling\ ActionSheetController.swift /Users/admin/builder/spi-builder-workspace/Sources/ActionSheetController/ActionSheetController/ActionSheetController.swift (in target 'ActionSheetController' from project 'ActionSheetController')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/ActionSheetController/ActionSheetController/ActionSheetController.swift (in target 'ActionSheetController' from project 'ActionSheetController')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
/Users/admin/builder/spi-builder-workspace/Sources/ActionSheetController/ActionSheetController/ActionSheetController.swift:18:23: error: 'init()' is unavailable in watchOS
let contentView = ActionSheetControllerContainerView()
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:154:1: note: 'init()' has been explicitly marked unavailable here
- (instancetype)init API_AVAILABLE(ios(2.0), tvos(9.0), visionos(1.0)) API_UNAVAILABLE(watchos);
^
/Users/admin/builder/spi-builder-workspace/Sources/ActionSheetController/ActionSheetController/ActionSheetController.swift:15:37: error: 'UIView' is unavailable in watchOS
public class ActionSheetController: UIView {
^~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:148:12: note: 'UIView' has been explicitly marked unavailable here
@interface UIView : UIResponder <NSCoding, UIAppearance, UIAppearanceContainer, UIDynamicItem, UITraitEnvironment, UICoordinateSpace, UIFocusItem, UIFocusItemContainer, CALayerDelegate>
^
/Users/admin/builder/spi-builder-workspace/Sources/ActionSheetController/ActionSheetController/ActionSheetController.swift:96:33: error: 'UIView' is unavailable in watchOS
public func addHeader(view: UIView) {
^~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:148:12: note: 'UIView' has been explicitly marked unavailable here
@interface UIView : UIResponder <NSCoding, UIAppearance, UIAppearanceContainer, UIDynamicItem, UITraitEnvironment, UICoordinateSpace, UIFocusItem, UIFocusItemContainer, CALayerDelegate>
^
/Users/admin/builder/spi-builder-workspace/Sources/ActionSheetController/ActionSheetController/ActionSheetController.swift:106:39: error: 'UIView' is unavailable in watchOS
public func addCustomAction(view: UIView) {
^~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:148:12: note: 'UIView' has been explicitly marked unavailable here
@interface UIView : UIResponder <NSCoding, UIAppearance, UIAppearanceContainer, UIDynamicItem, UITraitEnvironment, UICoordinateSpace, UIFocusItem, UIFocusItemContainer, CALayerDelegate>
^
/Users/admin/builder/spi-builder-workspace/Sources/ActionSheetController/ActionSheetController/ActionSheetController.swift:122:48: error: 'UITableView' is unavailable in watchOS
public func numberOfSections(in tableView: UITableView) -> Int {
^~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UITableView.h:347:12: note: 'UITableView' has been explicitly marked unavailable here
@interface UITableView : UIScrollView <NSCoding, UIDataSourceTranslating>
^
/Users/admin/builder/spi-builder-workspace/Sources/ActionSheetController/ActionSheetController/ActionSheetController.swift:126:40: error: 'UITableView' is unavailable in watchOS
public func tableView(_ tableView: UITableView, numberOfRowsInSection section: Int) -> Int {
^~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UITableView.h:347:12: note: 'UITableView' has been explicitly marked unavailable here
@interface UITableView : UIScrollView <NSCoding, UIDataSourceTranslating>
^
/Users/admin/builder/spi-builder-workspace/Sources/ActionSheetController/ActionSheetController/ActionSheetController.swift:137:40: error: 'UITableView' is unavailable in watchOS
public func tableView(_ tableView: UITableView, cellForRowAt indexPath: IndexPath) -> UITableViewCell {
^~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UITableView.h:347:12: note: 'UITableView' has been explicitly marked unavailable here
@interface UITableView : UIScrollView <NSCoding, UIDataSourceTranslating>
^
/Users/admin/builder/spi-builder-workspace/Sources/ActionSheetController/ActionSheetController/ActionSheetController.swift:137:91: error: 'UITableViewCell' is unavailable in watchOS
public func tableView(_ tableView: UITableView, cellForRowAt indexPath: IndexPath) -> UITableViewCell {
^~~~~~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UITableViewCell.h:81:12: note: 'UITableViewCell' has been explicitly marked unavailable here
@interface UITableViewCell : UIView <NSCoding, UIGestureRecognizerDelegate>
^
/Users/admin/builder/spi-builder-workspace/Sources/ActionSheetController/ActionSheetController/ActionSheetController.swift:175:40: error: 'UITableView' is unavailable in watchOS
public func tableView(_ tableView: UITableView, didSelectRowAt indexPath: IndexPath) {
^~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UITableView.h:347:12: note: 'UITableView' has been explicitly marked unavailable here
@interface UITableView : UIScrollView <NSCoding, UIDataSourceTranslating>
^
/Users/admin/builder/spi-builder-workspace/Sources/ActionSheetController/ActionSheetController/ActionSheetController.swift:120:34: error: 'UITableViewDelegate' is unavailable in watchOS
extension ActionSheetController: UITableViewDelegate, UITableViewDataSource {
^~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UITableView.h:100:11: note: 'UITableViewDelegate' has been explicitly marked unavailable here
@protocol UITableViewDelegate<NSObject, UIScrollViewDelegate>
^
/Users/admin/builder/spi-builder-workspace/Sources/ActionSheetController/ActionSheetController/ActionSheetController.swift:120:55: error: 'UITableViewDataSource' is unavailable in watchOS
extension ActionSheetController: UITableViewDelegate, UITableViewDataSource {
^~~~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UITableView.h:539:11: note: 'UITableViewDataSource' has been explicitly marked unavailable here
@protocol UITableViewDataSource<NSObject>
^
/Users/admin/builder/spi-builder-workspace/Sources/ActionSheetController/ActionSheetController/ActionSheetController.swift:59:29: error: 'UIApplication' is unavailable in watchOS
guard let appView = UIApplication.shared.windows.last?.rootViewController?.view else {return}
^~~~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIApplication.h:85:12: note: 'UIApplication' has been explicitly marked unavailable here
@interface UIApplication : UIResponder
^
/Users/admin/builder/spi-builder-workspace/Sources/ActionSheetController/ActionSheetController/ActionSheetController.swift:59:50: error: 'windows' is unavailable in watchOS
guard let appView = UIApplication.shared.windows.last?.rootViewController?.view else {return}
^~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIApplication.h:109:62: note: 'windows' has been explicitly marked unavailable here
@property(nonatomic,readonly) NSArray<__kindof UIWindow *> *windows API_DEPRECATED("Use UIWindowScene.windows on a relevant window scene instead", ios(2.0, 15.0), visionos(1.0, 1.0)) API_UNAVAILABLE(watchos);
^
/Users/admin/builder/spi-builder-workspace/Sources/ActionSheetController/ActionSheetController/ActionSheetController.swift:73:55: error: 'UITapGestureRecognizer' is unavailable in watchOS
contentView.backDropView.addGestureRecognizer(UITapGestureRecognizer(target: self, action: #selector(didTapBackDropView)))
^~~~~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UITapGestureRecognizer.h:23:12: note: 'UITapGestureRecognizer' has been explicitly marked unavailable here
@interface UITapGestureRecognizer : UIGestureRecognizer
^
/Users/admin/builder/spi-builder-workspace/Sources/ActionSheetController/ActionSheetController/ActionSheetController.swift:81:35: error: 'UIApplication' is unavailable in watchOS
guard let appViewHeight = UIApplication.shared.windows.last?.rootViewController?.view.frame.height else {return}
^~~~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIApplication.h:85:12: note: 'UIApplication' has been explicitly marked unavailable here
@interface UIApplication : UIResponder
^
/Users/admin/builder/spi-builder-workspace/Sources/ActionSheetController/ActionSheetController/ActionSheetController.swift:81:56: error: 'windows' is unavailable in watchOS
guard let appViewHeight = UIApplication.shared.windows.last?.rootViewController?.view.frame.height else {return}
^~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIApplication.h:109:62: note: 'windows' has been explicitly marked unavailable here
@property(nonatomic,readonly) NSArray<__kindof UIWindow *> *windows API_DEPRECATED("Use UIWindowScene.windows on a relevant window scene instead", ios(2.0, 15.0), visionos(1.0, 1.0)) API_UNAVAILABLE(watchos);
^
/Users/admin/builder/spi-builder-workspace/Sources/ActionSheetController/ActionSheetController/ActionSheetController.swift:143:28: error: 'init()' is unavailable in watchOS
let cell = ActionSheetHeaderViewTableViewCell()
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:154:1: note: 'init()' has been explicitly marked unavailable here
- (instancetype)init API_AVAILABLE(ios(2.0), tvos(9.0), visionos(1.0)) API_UNAVAILABLE(watchos);
^
/Users/admin/builder/spi-builder-workspace/Sources/ActionSheetController/ActionSheetController/ActionSheetController.swift:147:28: error: 'init()' is unavailable in watchOS
let cell = ActionSheetHeaderViewTableViewCell()
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:154:1: note: 'init()' has been explicitly marked unavailable here
- (instancetype)init API_AVAILABLE(ios(2.0), tvos(9.0), visionos(1.0)) API_UNAVAILABLE(watchos);
^
/Users/admin/builder/spi-builder-workspace/Sources/ActionSheetController/ActionSheetController/ActionSheetController.swift:151:28: error: 'init()' is unavailable in watchOS
let cell = ActionSheetTitleViewTableViewCell()
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:154:1: note: 'init()' has been explicitly marked unavailable here
- (instancetype)init API_AVAILABLE(ios(2.0), tvos(9.0), visionos(1.0)) API_UNAVAILABLE(watchos);
^
/Users/admin/builder/spi-builder-workspace/Sources/ActionSheetController/ActionSheetController/ActionSheetController.swift:155:24: error: 'UITableViewCell' is unavailable in watchOS
return UITableViewCell()
^~~~~~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UITableViewCell.h:81:12: note: 'UITableViewCell' has been explicitly marked unavailable here
@interface UITableViewCell : UIView <NSCoding, UIGestureRecognizerDelegate>
^
/Users/admin/builder/spi-builder-workspace/Sources/ActionSheetController/ActionSheetController/ActionSheetController.swift:155:24: error: 'init()' is unavailable in watchOS
return UITableViewCell()
^~~~~~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:154:1: note: 'init()' has been explicitly marked unavailable here
- (instancetype)init API_AVAILABLE(ios(2.0), tvos(9.0), visionos(1.0)) API_UNAVAILABLE(watchos);
^
/Users/admin/builder/spi-builder-workspace/Sources/ActionSheetController/ActionSheetController/ActionSheetController.swift:161:28: error: 'init()' is unavailable in watchOS
let cell = ActionSheetDefaultActionTableViewCell()
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:154:1: note: 'init()' has been explicitly marked unavailable here
- (instancetype)init API_AVAILABLE(ios(2.0), tvos(9.0), visionos(1.0)) API_UNAVAILABLE(watchos);
^
/Users/admin/builder/spi-builder-workspace/Sources/ActionSheetController/ActionSheetController/ActionSheetController.swift:165:28: error: 'init()' is unavailable in watchOS
let cell = ActionSheetCustomViewTableViewCell()
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:154:1: note: 'init()' has been explicitly marked unavailable here
- (instancetype)init API_AVAILABLE(ios(2.0), tvos(9.0), visionos(1.0)) API_UNAVAILABLE(watchos);
^
/Users/admin/builder/spi-builder-workspace/Sources/ActionSheetController/ActionSheetController/ActionSheetController.swift:169:24: error: 'UITableViewCell' is unavailable in watchOS
return UITableViewCell()
^~~~~~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UITableViewCell.h:81:12: note: 'UITableViewCell' has been explicitly marked unavailable here
@interface UITableViewCell : UIView <NSCoding, UIGestureRecognizerDelegate>
^
/Users/admin/builder/spi-builder-workspace/Sources/ActionSheetController/ActionSheetController/ActionSheetController.swift:169:24: error: 'init()' is unavailable in watchOS
return UITableViewCell()
^~~~~~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:154:1: note: 'init()' has been explicitly marked unavailable here
- (instancetype)init API_AVAILABLE(ios(2.0), tvos(9.0), visionos(1.0)) API_UNAVAILABLE(watchos);
^
Failed frontend command:
/Applications/Xcode-26.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift-frontend -frontend -c /Users/admin/builder/spi-builder-workspace/Sources/ActionSheetController/ActionSheetController/ActionSheetActionType.swift /Users/admin/builder/spi-builder-workspace/Sources/ActionSheetController/ActionSheetController/ActionSheetCellType.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/ActionSheetController/ActionSheetController/ActionSheetController.swift /Users/admin/builder/spi-builder-workspace/Sources/ActionSheetController/ActionSheetController/ActionSheetControllerContainerView.swift /Users/admin/builder/spi-builder-workspace/Sources/ActionSheetController/ActionSheetController/ActionSheetProtocol.swift /Users/admin/builder/spi-builder-workspace/Sources/ActionSheetController/ActionSheetController/TableViewCells/ActionSheetCustomViewTableViewCell.swift /Users/admin/builder/spi-builder-workspace/Sources/ActionSheetController/ActionSheetController/TableViewCells/ActionSheetDefaultActionTableViewCell.swift /Users/admin/builder/spi-builder-workspace/Sources/ActionSheetController/ActionSheetController/TableViewCells/ActionSheetHeaderViewTableViewCell.swift /Users/admin/builder/spi-builder-workspace/Sources/ActionSheetController/ActionSheetController/TableViewCells/ActionSheetTitleViewTableViewCell.swift /Users/admin/builder/spi-builder-workspace/Sources/ActionSheetController/CustomClasses/SelfSizingTableView.swift -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ActionSheetController.build/Debug-watchos/ActionSheetController.build/Objects-normal/arm64/ActionSheetController.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ActionSheetController.build/Debug-watchos/ActionSheetController.build/Objects-normal/arm64/ActionSheetController.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ActionSheetController.build/Debug-watchos/ActionSheetController.build/Objects-normal/arm64/ActionSheetController.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ActionSheetController.build/Debug-watchos/ActionSheetController.build/Objects-normal/arm64/ActionSheetController.dia -target arm64-apple-watchos6.0 -load-resolved-plugin /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib/swift/host/plugins/libFoundationMacros.dylib\#/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/bin/swift-plugin-server\#FoundationMacros -load-resolved-plugin /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib/swift/host/plugins/libObservationMacros.dylib\#/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/bin/swift-plugin-server\#ObservationMacros -load-resolved-plugin /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib/swift/host/plugins/libSwiftMacros.dylib\#/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/bin/swift-plugin-server\#SwiftMacros -load-resolved-plugin /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib/swift/host/plugins/libSwiftUIMacros.dylib\#/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/bin/swift-plugin-server\#SwiftUIMacros -disable-implicit-swift-modules -Xcc -fno-implicit-modules -Xcc -fno-implicit-module-maps -explicit-swift-module-map-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ActionSheetController.build/Debug-watchos/ActionSheetController.build/Objects-normal/arm64/ActionSheetController-dependencies-1.json -debug-module-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ActionSheetController.build/Debug-watchos/ActionSheetController.build/Objects-normal/arm64/ActionSheetController.swiftmodule -Xllvm -aarch64-use-tbi -enable-objc-interop -stack-check -sdk /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -Isystem /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/Developer/Library/Frameworks -no-color-diagnostics -Xcc -fno-color-diagnostics -enable-testing -g -debug-info-format\=dwarf -dwarf-version\=4 -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftExplicitPrecompiledModules -profile-generate -profile-coverage-mapping -swift-version 5 -Onone -D SWIFT_PACKAGE -D DEBUG -D SWIFT_MODULE_RESOURCE_BUNDLE_UNAVAILABLE -D Xcode -serialize-debugging-options -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ActionSheetController.build/Debug-watchos/ActionSheetController.build/Objects-normal/arm64/ActionSheetController_const_extract_protocols.json -enable-experimental-feature DebugDescriptionMacro -empty-abi-descriptor -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -enable-anonymous-context-mangled-names -file-compilation-dir /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -Xcc -D_LIBCPP_HARDENING_MODE\=_LIBCPP_HARDENING_MODE_DEBUG -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos26.4-23T238-688ef53f1462e2c8f657fdc38a81448f9e51884a582f42380855760c9d4cc599.sdkstatcache -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ActionSheetController.build/Debug-watchos/ActionSheetController.build/swift-overrides.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ActionSheetController.build/Debug-watchos/ActionSheetController.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ActionSheetController.build/Debug-watchos/ActionSheetController.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ActionSheetController.build/Debug-watchos/ActionSheetController.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -no-auto-bridging-header-chaining -module-name ActionSheetController -frontend-parseable-output -disable-clang-spi -clang-target arm64-apple-watchos26.4 -target-sdk-version 26.4 -target-sdk-name watchos26.4 -in-process-plugin-server-path /Applications/Xcode-26.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/libSwiftInProcPluginServer.dylib -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ActionSheetController.build/Debug-watchos/ActionSheetController.build/Objects-normal/arm64/ActionSheetController.o -index-unit-output-path /ActionSheetController.build/Debug-watchos/ActionSheetController.build/Objects-normal/arm64/ActionSheetController.o -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
SwiftCompile normal arm64 Compiling\ ActionSheetProtocol.swift /Users/admin/builder/spi-builder-workspace/Sources/ActionSheetController/ActionSheetController/ActionSheetProtocol.swift (in target 'ActionSheetController' from project 'ActionSheetController')
Failed frontend command:
/Applications/Xcode-26.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift-frontend -frontend -c /Users/admin/builder/spi-builder-workspace/Sources/ActionSheetController/ActionSheetController/ActionSheetActionType.swift /Users/admin/builder/spi-builder-workspace/Sources/ActionSheetController/ActionSheetController/ActionSheetCellType.swift /Users/admin/builder/spi-builder-workspace/Sources/ActionSheetController/ActionSheetController/ActionSheetController.swift /Users/admin/builder/spi-builder-workspace/Sources/ActionSheetController/ActionSheetController/ActionSheetControllerContainerView.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/ActionSheetController/ActionSheetController/ActionSheetProtocol.swift /Users/admin/builder/spi-builder-workspace/Sources/ActionSheetController/ActionSheetController/TableViewCells/ActionSheetCustomViewTableViewCell.swift /Users/admin/builder/spi-builder-workspace/Sources/ActionSheetController/ActionSheetController/TableViewCells/ActionSheetDefaultActionTableViewCell.swift /Users/admin/builder/spi-builder-workspace/Sources/ActionSheetController/ActionSheetController/TableViewCells/ActionSheetHeaderViewTableViewCell.swift /Users/admin/builder/spi-builder-workspace/Sources/ActionSheetController/ActionSheetController/TableViewCells/ActionSheetTitleViewTableViewCell.swift /Users/admin/builder/spi-builder-workspace/Sources/ActionSheetController/CustomClasses/SelfSizingTableView.swift -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ActionSheetController.build/Debug-watchos/ActionSheetController.build/Objects-normal/arm64/ActionSheetProtocol.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ActionSheetController.build/Debug-watchos/ActionSheetController.build/Objects-normal/arm64/ActionSheetProtocol.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ActionSheetController.build/Debug-watchos/ActionSheetController.build/Objects-normal/arm64/ActionSheetProtocol.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ActionSheetController.build/Debug-watchos/ActionSheetController.build/Objects-normal/arm64/ActionSheetProtocol.dia -target arm64-apple-watchos6.0 -load-resolved-plugin /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib/swift/host/plugins/libFoundationMacros.dylib\#/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/bin/swift-plugin-server\#FoundationMacros -load-resolved-plugin /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib/swift/host/plugins/libObservationMacros.dylib\#/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/bin/swift-plugin-server\#ObservationMacros -load-resolved-plugin /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib/swift/host/plugins/libSwiftMacros.dylib\#/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/bin/swift-plugin-server\#SwiftMacros -load-resolved-plugin /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib/swift/host/plugins/libSwiftUIMacros.dylib\#/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/bin/swift-plugin-server\#SwiftUIMacros -disable-implicit-swift-modules -Xcc -fno-implicit-modules -Xcc -fno-implicit-module-maps -explicit-swift-module-map-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ActionSheetController.build/Debug-watchos/ActionSheetController.build/Objects-normal/arm64/ActionSheetController-dependencies-1.json -debug-module-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ActionSheetController.build/Debug-watchos/ActionSheetController.build/Objects-normal/arm64/ActionSheetController.swiftmodule -Xllvm -aarch64-use-tbi -enable-objc-interop -stack-check -sdk /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -Isystem /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/Developer/Library/Frameworks -no-color-diagnostics -Xcc -fno-color-diagnostics -enable-testing -g -debug-info-format\=dwarf -dwarf-version\=4 -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftExplicitPrecompiledModules -profile-generate -profile-coverage-mapping -swift-version 5 -Onone -D SWIFT_PACKAGE -D DEBUG -D SWIFT_MODULE_RESOURCE_BUNDLE_UNAVAILABLE -D Xcode -serialize-debugging-options -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ActionSheetController.build/Debug-watchos/ActionSheetController.build/Objects-normal/arm64/ActionSheetController_const_extract_protocols.json -enable-experimental-feature DebugDescriptionMacro -empty-abi-descriptor -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -enable-anonymous-context-mangled-names -file-compilation-dir /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -Xcc -D_LIBCPP_HARDENING_MODE\=_LIBCPP_HARDENING_MODE_DEBUG -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos26.4-23T238-688ef53f1462e2c8f657fdc38a81448f9e51884a582f42380855760c9d4cc599.sdkstatcache -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ActionSheetController.build/Debug-watchos/ActionSheetController.build/swift-overrides.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ActionSheetController.build/Debug-watchos/ActionSheetController.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ActionSheetController.build/Debug-watchos/ActionSheetController.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ActionSheetController.build/Debug-watchos/ActionSheetController.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -no-auto-bridging-header-chaining -module-name ActionSheetController -frontend-parseable-output -disable-clang-spi -clang-target arm64-apple-watchos26.4 -target-sdk-version 26.4 -target-sdk-name watchos26.4 -in-process-plugin-server-path /Applications/Xcode-26.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/libSwiftInProcPluginServer.dylib -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ActionSheetController.build/Debug-watchos/ActionSheetController.build/Objects-normal/arm64/ActionSheetProtocol.o -index-unit-output-path /ActionSheetController.build/Debug-watchos/ActionSheetController.build/Objects-normal/arm64/ActionSheetProtocol.o -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/ActionSheetController/ActionSheetController/ActionSheetProtocol.swift (in target 'ActionSheetController' from project 'ActionSheetController')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
/Users/admin/builder/spi-builder-workspace/Sources/ActionSheetController/ActionSheetController/ActionSheetProtocol.swift:12:26: error: 'UIView' is unavailable in watchOS
func addHeader(view: UIView)
^~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:148:12: note: 'UIView' has been explicitly marked unavailable here
@interface UIView : UIResponder <NSCoding, UIAppearance, UIAppearanceContainer, UIDynamicItem, UITraitEnvironment, UICoordinateSpace, UIFocusItem, UIFocusItemContainer, CALayerDelegate>
^
/Users/admin/builder/spi-builder-workspace/Sources/ActionSheetController/ActionSheetController/ActionSheetProtocol.swift:14:32: error: 'UIView' is unavailable in watchOS
func addCustomAction(view: UIView)
^~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:148:12: note: 'UIView' has been explicitly marked unavailable here
@interface UIView : UIResponder <NSCoding, UIAppearance, UIAppearanceContainer, UIDynamicItem, UITraitEnvironment, UICoordinateSpace, UIFocusItem, UIFocusItemContainer, CALayerDelegate>
^
SwiftCompile normal arm64 Compiling\ ActionSheetHeaderViewTableViewCell.swift /Users/admin/builder/spi-builder-workspace/Sources/ActionSheetController/ActionSheetController/TableViewCells/ActionSheetHeaderViewTableViewCell.swift (in target 'ActionSheetController' from project 'ActionSheetController')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/ActionSheetController/ActionSheetController/TableViewCells/ActionSheetHeaderViewTableViewCell.swift (in target 'ActionSheetController' from project 'ActionSheetController')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
/Users/admin/builder/spi-builder-workspace/Sources/ActionSheetController/ActionSheetController/TableViewCells/ActionSheetHeaderViewTableViewCell.swift:12:26: error: 'UITableViewCell' is unavailable in watchOS
override init(style: UITableViewCell.CellStyle, reuseIdentifier: String?) {
^~~~~~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UITableViewCell.h:81:12: note: 'UITableViewCell' has been explicitly marked unavailable here
@interface UITableViewCell : UIView <NSCoding, UIGestureRecognizerDelegate>
^
/Users/admin/builder/spi-builder-workspace/Sources/ActionSheetController/ActionSheetController/TableViewCells/ActionSheetHeaderViewTableViewCell.swift:21:32: error: 'UIView' is unavailable in watchOS
private let containerView: UIView = {
^~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:148:12: note: 'UIView' has been explicitly marked unavailable here
@interface UIView : UIResponder <NSCoding, UIAppearance, UIAppearanceContainer, UIDynamicItem, UITraitEnvironment, UICoordinateSpace, UIFocusItem, UIFocusItemContainer, CALayerDelegate>
^
/Users/admin/builder/spi-builder-workspace/Sources/ActionSheetController/ActionSheetController/TableViewCells/ActionSheetHeaderViewTableViewCell.swift:22:20: error: 'UIView' is unavailable in watchOS
let view = UIView()
^~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:148:12: note: 'UIView' has been explicitly marked unavailable here
@interface UIView : UIResponder <NSCoding, UIAppearance, UIAppearanceContainer, UIDynamicItem, UITraitEnvironment, UICoordinateSpace, UIFocusItem, UIFocusItemContainer, CALayerDelegate>
^
/Users/admin/builder/spi-builder-workspace/Sources/ActionSheetController/ActionSheetController/TableViewCells/ActionSheetHeaderViewTableViewCell.swift:22:20: error: 'init()' is unavailable in watchOS
let view = UIView()
^~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:154:1: note: 'init()' has been explicitly marked unavailable here
- (instancetype)init API_AVAILABLE(ios(2.0), tvos(9.0), visionos(1.0)) API_UNAVAILABLE(watchos);
^
/Users/admin/builder/spi-builder-workspace/Sources/ActionSheetController/ActionSheetController/TableViewCells/ActionSheetHeaderViewTableViewCell.swift:38:36: error: 'UIView' is unavailable in watchOS
private func constrain(_ view: UIView) {
^~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:148:12: note: 'UIView' has been explicitly marked unavailable here
@interface UIView : UIResponder <NSCoding, UIAppearance, UIAppearanceContainer, UIDynamicItem, UITraitEnvironment, UICoordinateSpace, UIFocusItem, UIFocusItemContainer, CALayerDelegate>
^
/Users/admin/builder/spi-builder-workspace/Sources/ActionSheetController/ActionSheetController/TableViewCells/ActionSheetHeaderViewTableViewCell.swift:10:43: error: 'UITableViewCell' is unavailable in watchOS
class ActionSheetHeaderViewTableViewCell: UITableViewCell {
^~~~~~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UITableViewCell.h:81:12: note: 'UITableViewCell' has been explicitly marked unavailable here
@interface UITableViewCell : UIView <NSCoding, UIGestureRecognizerDelegate>
^
/Users/admin/builder/spi-builder-workspace/Sources/ActionSheetController/ActionSheetController/TableViewCells/ActionSheetHeaderViewTableViewCell.swift:40:28: error: 'UIView' is unavailable in watchOS
let tempContainer: UIView = {
^~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:148:12: note: 'UIView' has been explicitly marked unavailable here
@interface UIView : UIResponder <NSCoding, UIAppearance, UIAppearanceContainer, UIDynamicItem, UITraitEnvironment, UICoordinateSpace, UIFocusItem, UIFocusItemContainer, CALayerDelegate>
^
/Users/admin/builder/spi-builder-workspace/Sources/ActionSheetController/ActionSheetController/TableViewCells/ActionSheetHeaderViewTableViewCell.swift:41:33: error: 'UIView' is unavailable in watchOS
let tempContainer = UIView()
^~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:148:12: note: 'UIView' has been explicitly marked unavailable here
@interface UIView : UIResponder <NSCoding, UIAppearance, UIAppearanceContainer, UIDynamicItem, UITraitEnvironment, UICoordinateSpace, UIFocusItem, UIFocusItemContainer, CALayerDelegate>
^
/Users/admin/builder/spi-builder-workspace/Sources/ActionSheetController/ActionSheetController/TableViewCells/ActionSheetHeaderViewTableViewCell.swift:41:33: error: 'init()' is unavailable in watchOS
let tempContainer = UIView()
^~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:154:1: note: 'init()' has been explicitly marked unavailable here
- (instancetype)init API_AVAILABLE(ios(2.0), tvos(9.0), visionos(1.0)) API_UNAVAILABLE(watchos);
^
/Users/admin/builder/spi-builder-workspace/Sources/ActionSheetController/ActionSheetController/TableViewCells/ActionSheetHeaderViewTableViewCell.swift:66:24: error: 'UIImageView' is unavailable in watchOS
let imageView: UIImageView = {
^~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIImageView.h:21:12: note: 'UIImageView' has been explicitly marked unavailable here
@interface UIImageView : UIView
^
/Users/admin/builder/spi-builder-workspace/Sources/ActionSheetController/ActionSheetController/TableViewCells/ActionSheetHeaderViewTableViewCell.swift:67:24: error: 'UIImageView' is unavailable in watchOS
let view = UIImageView(image: image)
^~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIImageView.h:21:12: note: 'UIImageView' has been explicitly marked unavailable here
@interface UIImageView : UIView
^
/Users/admin/builder/spi-builder-workspace/Sources/ActionSheetController/ActionSheetController/TableViewCells/ActionSheetHeaderViewTableViewCell.swift:76:20: error: 'UILabel' is unavailable in watchOS
let title: UILabel = {
^~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UILabel.h:33:12: note: 'UILabel' has been explicitly marked unavailable here
@interface UILabel : UIView <NSCoding, UIContentSizeCategoryAdjusting, UILetterformAwareAdjusting>
^
/Users/admin/builder/spi-builder-workspace/Sources/ActionSheetController/ActionSheetController/TableViewCells/ActionSheetHeaderViewTableViewCell.swift:77:25: error: 'UILabel' is unavailable in watchOS
let label = UILabel()
^~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UILabel.h:33:12: note: 'UILabel' has been explicitly marked unavailable here
@interface UILabel : UIView <NSCoding, UIContentSizeCategoryAdjusting, UILetterformAwareAdjusting>
^
/Users/admin/builder/spi-builder-workspace/Sources/ActionSheetController/ActionSheetController/TableViewCells/ActionSheetHeaderViewTableViewCell.swift:77:25: error: 'init()' is unavailable in watchOS
let label = UILabel()
^~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:154:1: note: 'init()' has been explicitly marked unavailable here
- (instancetype)init API_AVAILABLE(ios(2.0), tvos(9.0), visionos(1.0)) API_UNAVAILABLE(watchos);
^
/Users/admin/builder/spi-builder-workspace/Sources/ActionSheetController/ActionSheetController/TableViewCells/ActionSheetHeaderViewTableViewCell.swift:87:23: error: 'UILabel' is unavailable in watchOS
let subtitle: UILabel = {
^~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UILabel.h:33:12: note: 'UILabel' has been explicitly marked unavailable here
@interface UILabel : UIView <NSCoding, UIContentSizeCategoryAdjusting, UILetterformAwareAdjusting>
^
/Users/admin/builder/spi-builder-workspace/Sources/ActionSheetController/ActionSheetController/TableViewCells/ActionSheetHeaderViewTableViewCell.swift:88:25: error: 'UILabel' is unavailable in watchOS
let label = UILabel()
^~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UILabel.h:33:12: note: 'UILabel' has been explicitly marked unavailable here
@interface UILabel : UIView <NSCoding, UIContentSizeCategoryAdjusting, UILetterformAwareAdjusting>
^
/Users/admin/builder/spi-builder-workspace/Sources/ActionSheetController/ActionSheetController/TableViewCells/ActionSheetHeaderViewTableViewCell.swift:88:25: error: 'init()' is unavailable in watchOS
let label = UILabel()
^~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:154:1: note: 'init()' has been explicitly marked unavailable here
- (instancetype)init API_AVAILABLE(ios(2.0), tvos(9.0), visionos(1.0)) API_UNAVAILABLE(watchos);
^
/Users/admin/builder/spi-builder-workspace/Sources/ActionSheetController/ActionSheetController/TableViewCells/ActionSheetHeaderViewTableViewCell.swift:98:24: error: 'UIStackView' is unavailable in watchOS
let stackView: UIStackView = {
^~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIStackView.h:124:12: note: 'UIStackView' has been explicitly marked unavailable here
@interface UIStackView : UIView
^
/Users/admin/builder/spi-builder-workspace/Sources/ActionSheetController/ActionSheetController/TableViewCells/ActionSheetHeaderViewTableViewCell.swift:99:24: error: 'UIStackView' is unavailable in watchOS
let view = UIStackView(arrangedSubviews: [imageView, title, subtitle])
^~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIStackView.h:124:12: note: 'UIStackView' has been explicitly marked unavailable here
@interface UIStackView : UIView
^
SwiftCompile normal arm64 Compiling\ ActionSheetDefaultActionTableViewCell.swift /Users/admin/builder/spi-builder-workspace/Sources/ActionSheetController/ActionSheetController/TableViewCells/ActionSheetDefaultActionTableViewCell.swift (in target 'ActionSheetController' from project 'ActionSheetController')
Failed frontend command:
/Applications/Xcode-26.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift-frontend -frontend -c /Users/admin/builder/spi-builder-workspace/Sources/ActionSheetController/ActionSheetController/ActionSheetActionType.swift /Users/admin/builder/spi-builder-workspace/Sources/ActionSheetController/ActionSheetController/ActionSheetCellType.swift /Users/admin/builder/spi-builder-workspace/Sources/ActionSheetController/ActionSheetController/ActionSheetController.swift /Users/admin/builder/spi-builder-workspace/Sources/ActionSheetController/ActionSheetController/ActionSheetControllerContainerView.swift /Users/admin/builder/spi-builder-workspace/Sources/ActionSheetController/ActionSheetController/ActionSheetProtocol.swift /Users/admin/builder/spi-builder-workspace/Sources/ActionSheetController/ActionSheetController/TableViewCells/ActionSheetCustomViewTableViewCell.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/ActionSheetController/ActionSheetController/TableViewCells/ActionSheetDefaultActionTableViewCell.swift /Users/admin/builder/spi-builder-workspace/Sources/ActionSheetController/ActionSheetController/TableViewCells/ActionSheetHeaderViewTableViewCell.swift /Users/admin/builder/spi-builder-workspace/Sources/ActionSheetController/ActionSheetController/TableViewCells/ActionSheetTitleViewTableViewCell.swift /Users/admin/builder/spi-builder-workspace/Sources/ActionSheetController/CustomClasses/SelfSizingTableView.swift -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ActionSheetController.build/Debug-watchos/ActionSheetController.build/Objects-normal/arm64/ActionSheetDefaultActionTableViewCell.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ActionSheetController.build/Debug-watchos/ActionSheetController.build/Objects-normal/arm64/ActionSheetDefaultActionTableViewCell.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ActionSheetController.build/Debug-watchos/ActionSheetController.build/Objects-normal/arm64/ActionSheetDefaultActionTableViewCell.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ActionSheetController.build/Debug-watchos/ActionSheetController.build/Objects-normal/arm64/ActionSheetDefaultActionTableViewCell.dia -target arm64-apple-watchos6.0 -load-resolved-plugin /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib/swift/host/plugins/libFoundationMacros.dylib\#/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/bin/swift-plugin-server\#FoundationMacros -load-resolved-plugin /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib/swift/host/plugins/libObservationMacros.dylib\#/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/bin/swift-plugin-server\#ObservationMacros -load-resolved-plugin /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib/swift/host/plugins/libSwiftMacros.dylib\#/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/bin/swift-plugin-server\#SwiftMacros -load-resolved-plugin /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib/swift/host/plugins/libSwiftUIMacros.dylib\#/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/bin/swift-plugin-server\#SwiftUIMacros -disable-implicit-swift-modules -Xcc -fno-implicit-modules -Xcc -fno-implicit-module-maps -explicit-swift-module-map-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ActionSheetController.build/Debug-watchos/ActionSheetController.build/Objects-normal/arm64/ActionSheetController-dependencies-1.json -debug-module-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ActionSheetController.build/Debug-watchos/ActionSheetController.build/Objects-normal/arm64/ActionSheetController.swiftmodule -Xllvm -aarch64-use-tbi -enable-objc-interop -stack-check -sdk /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -Isystem /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/Developer/Library/Frameworks -no-color-diagnostics -Xcc -fno-color-diagnostics -enable-testing -g -debug-info-format\=dwarf -dwarf-version\=4 -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftExplicitPrecompiledModules -profile-generate -profile-coverage-mapping -swift-version 5 -Onone -D SWIFT_PACKAGE -D DEBUG -D SWIFT_MODULE_RESOURCE_BUNDLE_UNAVAILABLE -D Xcode -serialize-debugging-options -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ActionSheetController.build/Debug-watchos/ActionSheetController.build/Objects-normal/arm64/ActionSheetController_const_extract_protocols.json -enable-experimental-feature DebugDescriptionMacro -empty-abi-descriptor -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -enable-anonymous-context-mangled-names -file-compilation-dir /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -Xcc -D_LIBCPP_HARDENING_MODE\=_LIBCPP_HARDENING_MODE_DEBUG -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos26.4-23T238-688ef53f1462e2c8f657fdc38a81448f9e51884a582f42380855760c9d4cc599.sdkstatcache -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ActionSheetController.build/Debug-watchos/ActionSheetController.build/swift-overrides.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ActionSheetController.build/Debug-watchos/ActionSheetController.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ActionSheetController.build/Debug-watchos/ActionSheetController.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ActionSheetController.build/Debug-watchos/ActionSheetController.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -no-auto-bridging-header-chaining -module-name ActionSheetController -frontend-parseable-output -disable-clang-spi -clang-target arm64-apple-watchos26.4 -target-sdk-version 26.4 -target-sdk-name watchos26.4 -in-process-plugin-server-path /Applications/Xcode-26.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/libSwiftInProcPluginServer.dylib -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ActionSheetController.build/Debug-watchos/ActionSheetController.build/Objects-normal/arm64/ActionSheetDefaultActionTableViewCell.o -index-unit-output-path /ActionSheetController.build/Debug-watchos/ActionSheetController.build/Objects-normal/arm64/ActionSheetDefaultActionTableViewCell.o -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/ActionSheetController/ActionSheetController/TableViewCells/ActionSheetDefaultActionTableViewCell.swift (in target 'ActionSheetController' from project 'ActionSheetController')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
/Users/admin/builder/spi-builder-workspace/Sources/ActionSheetController/ActionSheetController/TableViewCells/ActionSheetDefaultActionTableViewCell.swift:14:26: error: 'UITableViewCell' is unavailable in watchOS
override init(style: UITableViewCell.CellStyle, reuseIdentifier: String?) {
^~~~~~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UITableViewCell.h:81:12: note: 'UITableViewCell' has been explicitly marked unavailable here
@interface UITableViewCell : UIView <NSCoding, UIGestureRecognizerDelegate>
^
/Users/admin/builder/spi-builder-workspace/Sources/ActionSheetController/ActionSheetController/TableViewCells/ActionSheetDefaultActionTableViewCell.swift:23:28: error: 'UILabel' is unavailable in watchOS
private let cellTitle: UILabel = {
^~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UILabel.h:33:12: note: 'UILabel' has been explicitly marked unavailable here
@interface UILabel : UIView <NSCoding, UIContentSizeCategoryAdjusting, UILetterformAwareAdjusting>
^
/Users/admin/builder/spi-builder-workspace/Sources/ActionSheetController/ActionSheetController/TableViewCells/ActionSheetDefaultActionTableViewCell.swift:24:21: error: 'UILabel' is unavailable in watchOS
let label = UILabel()
^~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UILabel.h:33:12: note: 'UILabel' has been explicitly marked unavailable here
@interface UILabel : UIView <NSCoding, UIContentSizeCategoryAdjusting, UILetterformAwareAdjusting>
^
/Users/admin/builder/spi-builder-workspace/Sources/ActionSheetController/ActionSheetController/TableViewCells/ActionSheetDefaultActionTableViewCell.swift:24:21: error: 'init()' is unavailable in watchOS
let label = UILabel()
^~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:154:1: note: 'init()' has been explicitly marked unavailable here
- (instancetype)init API_AVAILABLE(ios(2.0), tvos(9.0), visionos(1.0)) API_UNAVAILABLE(watchos);
^
/Users/admin/builder/spi-builder-workspace/Sources/ActionSheetController/ActionSheetController/TableViewCells/ActionSheetDefaultActionTableViewCell.swift:10:46: error: 'UITableViewCell' is unavailable in watchOS
class ActionSheetDefaultActionTableViewCell: UITableViewCell {
^~~~~~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UITableViewCell.h:81:12: note: 'UITableViewCell' has been explicitly marked unavailable here
@interface UITableViewCell : UIView <NSCoding, UIGestureRecognizerDelegate>
^
SwiftCompile normal arm64 Compiling\ ActionSheetCustomViewTableViewCell.swift /Users/admin/builder/spi-builder-workspace/Sources/ActionSheetController/ActionSheetController/TableViewCells/ActionSheetCustomViewTableViewCell.swift (in target 'ActionSheetController' from project 'ActionSheetController')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/ActionSheetController/ActionSheetController/TableViewCells/ActionSheetCustomViewTableViewCell.swift (in target 'ActionSheetController' from project 'ActionSheetController')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
/Users/admin/builder/spi-builder-workspace/Sources/ActionSheetController/ActionSheetController/TableViewCells/ActionSheetCustomViewTableViewCell.swift:14:26: error: 'UITableViewCell' is unavailable in watchOS
override init(style: UITableViewCell.CellStyle, reuseIdentifier: String?) {
^~~~~~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UITableViewCell.h:81:12: note: 'UITableViewCell' has been explicitly marked unavailable here
@interface UITableViewCell : UIView <NSCoding, UIGestureRecognizerDelegate>
^
/Users/admin/builder/spi-builder-workspace/Sources/ActionSheetController/ActionSheetController/TableViewCells/ActionSheetCustomViewTableViewCell.swift:23:32: error: 'UIView' is unavailable in watchOS
private let containerView: UIView = {
^~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:148:12: note: 'UIView' has been explicitly marked unavailable here
@interface UIView : UIResponder <NSCoding, UIAppearance, UIAppearanceContainer, UIDynamicItem, UITraitEnvironment, UICoordinateSpace, UIFocusItem, UIFocusItemContainer, CALayerDelegate>
^
/Users/admin/builder/spi-builder-workspace/Sources/ActionSheetController/ActionSheetController/TableViewCells/ActionSheetCustomViewTableViewCell.swift:24:20: error: 'UIView' is unavailable in watchOS
let view = UIView()
^~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:148:12: note: 'UIView' has been explicitly marked unavailable here
@interface UIView : UIResponder <NSCoding, UIAppearance, UIAppearanceContainer, UIDynamicItem, UITraitEnvironment, UICoordinateSpace, UIFocusItem, UIFocusItemContainer, CALayerDelegate>
^
/Users/admin/builder/spi-builder-workspace/Sources/ActionSheetController/ActionSheetController/TableViewCells/ActionSheetCustomViewTableViewCell.swift:24:20: error: 'init()' is unavailable in watchOS
let view = UIView()
^~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:154:1: note: 'init()' has been explicitly marked unavailable here
- (instancetype)init API_AVAILABLE(ios(2.0), tvos(9.0), visionos(1.0)) API_UNAVAILABLE(watchos);
^
/Users/admin/builder/spi-builder-workspace/Sources/ActionSheetController/ActionSheetController/TableViewCells/ActionSheetCustomViewTableViewCell.swift:40:42: error: 'UIView' is unavailable in watchOS
private func constrainCustom(_ view: UIView) {
^~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:148:12: note: 'UIView' has been explicitly marked unavailable here
@interface UIView : UIResponder <NSCoding, UIAppearance, UIAppearanceContainer, UIDynamicItem, UITraitEnvironment, UICoordinateSpace, UIFocusItem, UIFocusItemContainer, CALayerDelegate>
^
/Users/admin/builder/spi-builder-workspace/Sources/ActionSheetController/ActionSheetController/TableViewCells/ActionSheetCustomViewTableViewCell.swift:10:43: error: 'UITableViewCell' is unavailable in watchOS
class ActionSheetCustomViewTableViewCell: UITableViewCell {
^~~~~~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UITableViewCell.h:81:12: note: 'UITableViewCell' has been explicitly marked unavailable here
@interface UITableViewCell : UIView <NSCoding, UIGestureRecognizerDelegate>
^
/Users/admin/builder/spi-builder-workspace/Sources/ActionSheetController/ActionSheetController/TableViewCells/ActionSheetCustomViewTableViewCell.swift:42:28: error: 'UIView' is unavailable in watchOS
let tempContainer: UIView = {
^~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:148:12: note: 'UIView' has been explicitly marked unavailable here
@interface UIView : UIResponder <NSCoding, UIAppearance, UIAppearanceContainer, UIDynamicItem, UITraitEnvironment, UICoordinateSpace, UIFocusItem, UIFocusItemContainer, CALayerDelegate>
^
/Users/admin/builder/spi-builder-workspace/Sources/ActionSheetController/ActionSheetController/TableViewCells/ActionSheetCustomViewTableViewCell.swift:43:33: error: 'UIView' is unavailable in watchOS
let tempContainer = UIView()
^~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:148:12: note: 'UIView' has been explicitly marked unavailable here
@interface UIView : UIResponder <NSCoding, UIAppearance, UIAppearanceContainer, UIDynamicItem, UITraitEnvironment, UICoordinateSpace, UIFocusItem, UIFocusItemContainer, CALayerDelegate>
^
/Users/admin/builder/spi-builder-workspace/Sources/ActionSheetController/ActionSheetController/TableViewCells/ActionSheetCustomViewTableViewCell.swift:43:33: error: 'init()' is unavailable in watchOS
let tempContainer = UIView()
^~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:154:1: note: 'init()' has been explicitly marked unavailable here
- (instancetype)init API_AVAILABLE(ios(2.0), tvos(9.0), visionos(1.0)) API_UNAVAILABLE(watchos);
^
SwiftCompile normal arm64 Compiling\ SelfSizingTableView.swift /Users/admin/builder/spi-builder-workspace/Sources/ActionSheetController/CustomClasses/SelfSizingTableView.swift (in target 'ActionSheetController' from project 'ActionSheetController')
Failed frontend command:
/Applications/Xcode-26.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift-frontend -frontend -c /Users/admin/builder/spi-builder-workspace/Sources/ActionSheetController/ActionSheetController/ActionSheetActionType.swift /Users/admin/builder/spi-builder-workspace/Sources/ActionSheetController/ActionSheetController/ActionSheetCellType.swift /Users/admin/builder/spi-builder-workspace/Sources/ActionSheetController/ActionSheetController/ActionSheetController.swift /Users/admin/builder/spi-builder-workspace/Sources/ActionSheetController/ActionSheetController/ActionSheetControllerContainerView.swift /Users/admin/builder/spi-builder-workspace/Sources/ActionSheetController/ActionSheetController/ActionSheetProtocol.swift /Users/admin/builder/spi-builder-workspace/Sources/ActionSheetController/ActionSheetController/TableViewCells/ActionSheetCustomViewTableViewCell.swift /Users/admin/builder/spi-builder-workspace/Sources/ActionSheetController/ActionSheetController/TableViewCells/ActionSheetDefaultActionTableViewCell.swift /Users/admin/builder/spi-builder-workspace/Sources/ActionSheetController/ActionSheetController/TableViewCells/ActionSheetHeaderViewTableViewCell.swift /Users/admin/builder/spi-builder-workspace/Sources/ActionSheetController/ActionSheetController/TableViewCells/ActionSheetTitleViewTableViewCell.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/ActionSheetController/CustomClasses/SelfSizingTableView.swift -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ActionSheetController.build/Debug-watchos/ActionSheetController.build/Objects-normal/arm64/SelfSizingTableView.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ActionSheetController.build/Debug-watchos/ActionSheetController.build/Objects-normal/arm64/SelfSizingTableView.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ActionSheetController.build/Debug-watchos/ActionSheetController.build/Objects-normal/arm64/SelfSizingTableView.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ActionSheetController.build/Debug-watchos/ActionSheetController.build/Objects-normal/arm64/SelfSizingTableView.dia -target arm64-apple-watchos6.0 -load-resolved-plugin /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib/swift/host/plugins/libFoundationMacros.dylib\#/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/bin/swift-plugin-server\#FoundationMacros -load-resolved-plugin /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib/swift/host/plugins/libObservationMacros.dylib\#/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/bin/swift-plugin-server\#ObservationMacros -load-resolved-plugin /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib/swift/host/plugins/libSwiftMacros.dylib\#/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/bin/swift-plugin-server\#SwiftMacros -load-resolved-plugin /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib/swift/host/plugins/libSwiftUIMacros.dylib\#/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/bin/swift-plugin-server\#SwiftUIMacros -disable-implicit-swift-modules -Xcc -fno-implicit-modules -Xcc -fno-implicit-module-maps -explicit-swift-module-map-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ActionSheetController.build/Debug-watchos/ActionSheetController.build/Objects-normal/arm64/ActionSheetController-dependencies-1.json -debug-module-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ActionSheetController.build/Debug-watchos/ActionSheetController.build/Objects-normal/arm64/ActionSheetController.swiftmodule -Xllvm -aarch64-use-tbi -enable-objc-interop -stack-check -sdk /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -Isystem /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/Developer/Library/Frameworks -no-color-diagnostics -Xcc -fno-color-diagnostics -enable-testing -g -debug-info-format\=dwarf -dwarf-version\=4 -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftExplicitPrecompiledModules -profile-generate -profile-coverage-mapping -swift-version 5 -Onone -D SWIFT_PACKAGE -D DEBUG -D SWIFT_MODULE_RESOURCE_BUNDLE_UNAVAILABLE -D Xcode -serialize-debugging-options -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ActionSheetController.build/Debug-watchos/ActionSheetController.build/Objects-normal/arm64/ActionSheetController_const_extract_protocols.json -enable-experimental-feature DebugDescriptionMacro -empty-abi-descriptor -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -enable-anonymous-context-mangled-names -file-compilation-dir /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -Xcc -D_LIBCPP_HARDENING_MODE\=_LIBCPP_HARDENING_MODE_DEBUG -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos26.4-23T238-688ef53f1462e2c8f657fdc38a81448f9e51884a582f42380855760c9d4cc599.sdkstatcache -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ActionSheetController.build/Debug-watchos/ActionSheetController.build/swift-overrides.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ActionSheetController.build/Debug-watchos/ActionSheetController.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ActionSheetController.build/Debug-watchos/ActionSheetController.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ActionSheetController.build/Debug-watchos/ActionSheetController.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -no-auto-bridging-header-chaining -module-name ActionSheetController -frontend-parseable-output -disable-clang-spi -clang-target arm64-apple-watchos26.4 -target-sdk-version 26.4 -target-sdk-name watchos26.4 -in-process-plugin-server-path /Applications/Xcode-26.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/libSwiftInProcPluginServer.dylib -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ActionSheetController.build/Debug-watchos/ActionSheetController.build/Objects-normal/arm64/SelfSizingTableView.o -index-unit-output-path /ActionSheetController.build/Debug-watchos/ActionSheetController.build/Objects-normal/arm64/SelfSizingTableView.o -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/ActionSheetController/CustomClasses/SelfSizingTableView.swift (in target 'ActionSheetController' from project 'ActionSheetController')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
/Users/admin/builder/spi-builder-workspace/Sources/ActionSheetController/CustomClasses/SelfSizingTableView.swift:11:30: error: 'UIScreen' is unavailable in watchOS
var maxHeight: CGFloat = UIScreen.main.bounds.size.height
^~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIScreen.h:54:12: note: 'UIScreen' has been explicitly marked unavailable here
@interface UIScreen : NSObject <UITraitEnvironment>
^
/Users/admin/builder/spi-builder-workspace/Sources/ActionSheetController/CustomClasses/SelfSizingTableView.swift:11:39: error: 'main' is unavailable in watchOS
var maxHeight: CGFloat = UIScreen.main.bounds.size.height
^~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIScreen.h:57:49: note: 'main' has been explicitly marked unavailable here
@property(class, nonatomic, readonly) UIScreen *mainScreen API_DEPRECATED("Use a UIScreen instance found through context instead (i.e, view.window.windowScene.screen), or for properties like UIScreen.scale with trait equivalents, use a traitCollection found through context.", ios(2.0, 26.0), tvos(9.0, 26.0), visionos(1.0, 26.0)) API_UNAVAILABLE(watchos);
^
/Users/admin/builder/spi-builder-workspace/Sources/ActionSheetController/CustomClasses/SelfSizingTableView.swift:10:27: error: 'UITableView' is unavailable in watchOS
class SelfSizedTableView: UITableView {
^~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UITableView.h:347:12: note: 'UITableView' has been explicitly marked unavailable here
@interface UITableView : UIScrollView <NSCoding, UIDataSourceTranslating>
^
SwiftCompile normal arm64 Compiling\ ActionSheetControllerContainerView.swift /Users/admin/builder/spi-builder-workspace/Sources/ActionSheetController/ActionSheetController/ActionSheetControllerContainerView.swift (in target 'ActionSheetController' from project 'ActionSheetController')
Failed frontend command:
/Applications/Xcode-26.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift-frontend -frontend -c /Users/admin/builder/spi-builder-workspace/Sources/ActionSheetController/ActionSheetController/ActionSheetActionType.swift /Users/admin/builder/spi-builder-workspace/Sources/ActionSheetController/ActionSheetController/ActionSheetCellType.swift /Users/admin/builder/spi-builder-workspace/Sources/ActionSheetController/ActionSheetController/ActionSheetController.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/ActionSheetController/ActionSheetController/ActionSheetControllerContainerView.swift /Users/admin/builder/spi-builder-workspace/Sources/ActionSheetController/ActionSheetController/ActionSheetProtocol.swift /Users/admin/builder/spi-builder-workspace/Sources/ActionSheetController/ActionSheetController/TableViewCells/ActionSheetCustomViewTableViewCell.swift /Users/admin/builder/spi-builder-workspace/Sources/ActionSheetController/ActionSheetController/TableViewCells/ActionSheetDefaultActionTableViewCell.swift /Users/admin/builder/spi-builder-workspace/Sources/ActionSheetController/ActionSheetController/TableViewCells/ActionSheetHeaderViewTableViewCell.swift /Users/admin/builder/spi-builder-workspace/Sources/ActionSheetController/ActionSheetController/TableViewCells/ActionSheetTitleViewTableViewCell.swift /Users/admin/builder/spi-builder-workspace/Sources/ActionSheetController/CustomClasses/SelfSizingTableView.swift -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ActionSheetController.build/Debug-watchos/ActionSheetController.build/Objects-normal/arm64/ActionSheetControllerContainerView.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ActionSheetController.build/Debug-watchos/ActionSheetController.build/Objects-normal/arm64/ActionSheetControllerContainerView.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ActionSheetController.build/Debug-watchos/ActionSheetController.build/Objects-normal/arm64/ActionSheetControllerContainerView.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ActionSheetController.build/Debug-watchos/ActionSheetController.build/Objects-normal/arm64/ActionSheetControllerContainerView.dia -target arm64-apple-watchos6.0 -load-resolved-plugin /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib/swift/host/plugins/libFoundationMacros.dylib\#/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/bin/swift-plugin-server\#FoundationMacros -load-resolved-plugin /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib/swift/host/plugins/libObservationMacros.dylib\#/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/bin/swift-plugin-server\#ObservationMacros -load-resolved-plugin /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib/swift/host/plugins/libSwiftMacros.dylib\#/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/bin/swift-plugin-server\#SwiftMacros -load-resolved-plugin /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib/swift/host/plugins/libSwiftUIMacros.dylib\#/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/bin/swift-plugin-server\#SwiftUIMacros -disable-implicit-swift-modules -Xcc -fno-implicit-modules -Xcc -fno-implicit-module-maps -explicit-swift-module-map-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ActionSheetController.build/Debug-watchos/ActionSheetController.build/Objects-normal/arm64/ActionSheetController-dependencies-1.json -debug-module-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ActionSheetController.build/Debug-watchos/ActionSheetController.build/Objects-normal/arm64/ActionSheetController.swiftmodule -Xllvm -aarch64-use-tbi -enable-objc-interop -stack-check -sdk /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -Isystem /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/Developer/Library/Frameworks -no-color-diagnostics -Xcc -fno-color-diagnostics -enable-testing -g -debug-info-format\=dwarf -dwarf-version\=4 -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftExplicitPrecompiledModules -profile-generate -profile-coverage-mapping -swift-version 5 -Onone -D SWIFT_PACKAGE -D DEBUG -D SWIFT_MODULE_RESOURCE_BUNDLE_UNAVAILABLE -D Xcode -serialize-debugging-options -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ActionSheetController.build/Debug-watchos/ActionSheetController.build/Objects-normal/arm64/ActionSheetController_const_extract_protocols.json -enable-experimental-feature DebugDescriptionMacro -empty-abi-descriptor -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -enable-anonymous-context-mangled-names -file-compilation-dir /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -Xcc -D_LIBCPP_HARDENING_MODE\=_LIBCPP_HARDENING_MODE_DEBUG -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos26.4-23T238-688ef53f1462e2c8f657fdc38a81448f9e51884a582f42380855760c9d4cc599.sdkstatcache -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ActionSheetController.build/Debug-watchos/ActionSheetController.build/swift-overrides.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ActionSheetController.build/Debug-watchos/ActionSheetController.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ActionSheetController.build/Debug-watchos/ActionSheetController.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ActionSheetController.build/Debug-watchos/ActionSheetController.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -no-auto-bridging-header-chaining -module-name ActionSheetController -frontend-parseable-output -disable-clang-spi -clang-target arm64-apple-watchos26.4 -target-sdk-version 26.4 -target-sdk-name watchos26.4 -in-process-plugin-server-path /Applications/Xcode-26.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/libSwiftInProcPluginServer.dylib -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ActionSheetController.build/Debug-watchos/ActionSheetController.build/Objects-normal/arm64/ActionSheetControllerContainerView.o -index-unit-output-path /ActionSheetController.build/Debug-watchos/ActionSheetController.build/Objects-normal/arm64/ActionSheetControllerContainerView.o -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/ActionSheetController/ActionSheetController/ActionSheetControllerContainerView.swift (in target 'ActionSheetController' from project 'ActionSheetController')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
/Users/admin/builder/spi-builder-workspace/Sources/ActionSheetController/ActionSheetController/ActionSheetControllerContainerView.swift:24:20: error: 'UIVisualEffectView' is unavailable in watchOS
let blurView = UIVisualEffectView(effect: UIBlurEffect(style: .systemMaterial))
^~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIVisualEffectView.h:28:12: note: 'UIVisualEffectView' has been explicitly marked unavailable here
@interface UIVisualEffectView : UIView <NSSecureCoding>
^
/Users/admin/builder/spi-builder-workspace/Sources/ActionSheetController/ActionSheetController/ActionSheetControllerContainerView.swift:24:47: error: 'UIBlurEffect' is unavailable in watchOS
let blurView = UIVisualEffectView(effect: UIBlurEffect(style: .systemMaterial))
^~~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIBlurEffect.h:61:12: note: 'UIBlurEffect' has been explicitly marked unavailable here
@interface UIBlurEffect : UIVisualEffect
^
/Users/admin/builder/spi-builder-workspace/Sources/ActionSheetController/ActionSheetController/ActionSheetControllerContainerView.swift:24:68: error: 'systemMaterial' is unavailable in watchOS
let blurView = UIVisualEffectView(effect: UIBlurEffect(style: .systemMaterial))
^~~~~~~~~~~~~~
UIKit.UIBlurEffect.Style.systemMaterial:4:10: note: 'systemMaterial' has been explicitly marked unavailable here
case systemMaterial }
^
/Users/admin/builder/spi-builder-workspace/Sources/ActionSheetController/ActionSheetController/ActionSheetControllerContainerView.swift:26:28: error: 'UIView' is unavailable in watchOS
lazy var backDropView: UIView = {
^~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:148:12: note: 'UIView' has been explicitly marked unavailable here
@interface UIView : UIResponder <NSCoding, UIAppearance, UIAppearanceContainer, UIDynamicItem, UITraitEnvironment, UICoordinateSpace, UIFocusItem, UIFocusItemContainer, CALayerDelegate>
^
/Users/admin/builder/spi-builder-workspace/Sources/ActionSheetController/ActionSheetController/ActionSheetControllerContainerView.swift:27:20: error: 'UIView' is unavailable in watchOS
let view = UIView()
^~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:148:12: note: 'UIView' has been explicitly marked unavailable here
@interface UIView : UIResponder <NSCoding, UIAppearance, UIAppearanceContainer, UIDynamicItem, UITraitEnvironment, UICoordinateSpace, UIFocusItem, UIFocusItemContainer, CALayerDelegate>
^
/Users/admin/builder/spi-builder-workspace/Sources/ActionSheetController/ActionSheetController/ActionSheetControllerContainerView.swift:27:20: error: 'init()' is unavailable in watchOS
let view = UIView()
^~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:154:1: note: 'init()' has been explicitly marked unavailable here
- (instancetype)init API_AVAILABLE(ios(2.0), tvos(9.0), visionos(1.0)) API_UNAVAILABLE(watchos);
^
/Users/admin/builder/spi-builder-workspace/Sources/ActionSheetController/ActionSheetController/ActionSheetControllerContainerView.swift:45:34: error: 'UIButton' is unavailable in watchOS
private lazy var doneButton: UIButton = {
^~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIButton.h:49:12: note: 'UIButton' has been explicitly marked unavailable here
@interface UIButton : UIControl <NSCoding>
^
/Users/admin/builder/spi-builder-workspace/Sources/ActionSheetController/ActionSheetController/ActionSheetControllerContainerView.swift:46:22: error: 'UIButton' is unavailable in watchOS
let button = UIButton()
^~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIButton.h:49:12: note: 'UIButton' has been explicitly marked unavailable here
@interface UIButton : UIControl <NSCoding>
^
/Users/admin/builder/spi-builder-workspace/Sources/ActionSheetController/ActionSheetController/ActionSheetControllerContainerView.swift:46:22: error: 'init()' is unavailable in watchOS
let button = UIButton()
^~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:154:1: note: 'init()' has been explicitly marked unavailable here
- (instancetype)init API_AVAILABLE(ios(2.0), tvos(9.0), visionos(1.0)) API_UNAVAILABLE(watchos);
^
/Users/admin/builder/spi-builder-workspace/Sources/ActionSheetController/ActionSheetController/ActionSheetControllerContainerView.swift:51:38: error: 'systemBlue' is unavailable in watchOS
button.setTitleColor(UIColor.systemBlue, for: .normal)
^~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIInterface.h:123:49: note: 'systemBlue' has been explicitly marked unavailable here
@property (class, nonatomic, readonly) UIColor *systemBlueColor API_AVAILABLE(ios(7.0), tvos(9.0)) API_UNAVAILABLE(watchos);
^
/Users/admin/builder/spi-builder-workspace/Sources/ActionSheetController/ActionSheetController/ActionSheetControllerContainerView.swift:10:43: error: 'UIView' is unavailable in watchOS
class ActionSheetControllerContainerView: UIView {
^~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:148:12: note: 'UIView' has been explicitly marked unavailable here
@interface UIView : UIResponder <NSCoding, UIAppearance, UIAppearanceContainer, UIDynamicItem, UITraitEnvironment, UICoordinateSpace, UIFocusItem, UIFocusItemContainer, CALayerDelegate>
^
/Users/admin/builder/spi-builder-workspace/Sources/ActionSheetController/ActionSheetController/ActionSheetControllerContainerView.swift:64:39: error: 'UITapGestureRecognizer' is unavailable in watchOS
blurView.addGestureRecognizer(UITapGestureRecognizer(target: self, action: #selector(didPressDoneButton)))
^~~~~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UITapGestureRecognizer.h:23:12: note: 'UITapGestureRecognizer' has been explicitly marked unavailable here
@interface UITapGestureRecognizer : UIGestureRecognizer
^
/Users/admin/builder/spi-builder-workspace/Sources/ActionSheetController/ActionSheetController/ActionSheetControllerContainerView.swift:78:24: error: 'UIVisualEffectView' is unavailable in watchOS
let blurView = UIVisualEffectView(frame: tableView.frame)
^~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIVisualEffectView.h:28:12: note: 'UIVisualEffectView' has been explicitly marked unavailable here
@interface UIVisualEffectView : UIView <NSSecureCoding>
^
/Users/admin/builder/spi-builder-workspace/Sources/ActionSheetController/ActionSheetController/ActionSheetControllerContainerView.swift:79:27: error: 'UIBlurEffect' is unavailable in watchOS
blurView.effect = UIBlurEffect(style: .systemMaterial)
^~~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIBlurEffect.h:61:12: note: 'UIBlurEffect' has been explicitly marked unavailable here
@interface UIBlurEffect : UIVisualEffect
^
/Users/admin/builder/spi-builder-workspace/Sources/ActionSheetController/ActionSheetController/ActionSheetControllerContainerView.swift:79:48: error: 'systemMaterial' is unavailable in watchOS
blurView.effect = UIBlurEffect(style: .systemMaterial)
^~~~~~~~~~~~~~
UIKit.UIBlurEffect.Style.systemMaterial:4:10: note: 'systemMaterial' has been explicitly marked unavailable here
case systemMaterial }
^
/Users/admin/builder/spi-builder-workspace/Sources/ActionSheetController/ActionSheetController/ActionSheetControllerContainerView.swift:84:35: error: 'UIApplication' is unavailable in watchOS
guard let appViewHeight = UIApplication.shared.windows.last?.rootViewController?.view.frame.height else {return}
^~~~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIApplication.h:85:12: note: 'UIApplication' has been explicitly marked unavailable here
@interface UIApplication : UIResponder
^
/Users/admin/builder/spi-builder-workspace/Sources/ActionSheetController/ActionSheetController/ActionSheetControllerContainerView.swift:84:56: error: 'windows' is unavailable in watchOS
guard let appViewHeight = UIApplication.shared.windows.last?.rootViewController?.view.frame.height else {return}
^~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIApplication.h:109:62: note: 'windows' has been explicitly marked unavailable here
@property(nonatomic,readonly) NSArray<__kindof UIWindow *> *windows API_DEPRECATED("Use UIWindowScene.windows on a relevant window scene instead", ios(2.0, 15.0), visionos(1.0, 1.0)) API_UNAVAILABLE(watchos);
^
/Users/admin/builder/spi-builder-workspace/Sources/ActionSheetController/ActionSheetController/ActionSheetControllerContainerView.swift:102:53: error: 'safeAreaLayoutGuide' is unavailable in watchOS
doneButton.bottomAnchor.constraint(equalTo: safeAreaLayoutGuide.bottomAnchor, constant: -5).isActive = true
^~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:302:53: note: 'safeAreaLayoutGuide' has been explicitly marked unavailable here
@property(nonatomic,readonly,strong) UILayoutGuide *safeAreaLayoutGuide API_AVAILABLE(ios(11.0), tvos(11.0)) API_UNAVAILABLE(watchos);
^
SwiftCompile normal arm64 Compiling\ ActionSheetActionType.swift /Users/admin/builder/spi-builder-workspace/Sources/ActionSheetController/ActionSheetController/ActionSheetActionType.swift (in target 'ActionSheetController' from project 'ActionSheetController')
Failed frontend command:
/Applications/Xcode-26.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift-frontend -frontend -c -primary-file /Users/admin/builder/spi-builder-workspace/Sources/ActionSheetController/ActionSheetController/ActionSheetActionType.swift /Users/admin/builder/spi-builder-workspace/Sources/ActionSheetController/ActionSheetController/ActionSheetCellType.swift /Users/admin/builder/spi-builder-workspace/Sources/ActionSheetController/ActionSheetController/ActionSheetController.swift /Users/admin/builder/spi-builder-workspace/Sources/ActionSheetController/ActionSheetController/ActionSheetControllerContainerView.swift /Users/admin/builder/spi-builder-workspace/Sources/ActionSheetController/ActionSheetController/ActionSheetProtocol.swift /Users/admin/builder/spi-builder-workspace/Sources/ActionSheetController/ActionSheetController/TableViewCells/ActionSheetCustomViewTableViewCell.swift /Users/admin/builder/spi-builder-workspace/Sources/ActionSheetController/ActionSheetController/TableViewCells/ActionSheetDefaultActionTableViewCell.swift /Users/admin/builder/spi-builder-workspace/Sources/ActionSheetController/ActionSheetController/TableViewCells/ActionSheetHeaderViewTableViewCell.swift /Users/admin/builder/spi-builder-workspace/Sources/ActionSheetController/ActionSheetController/TableViewCells/ActionSheetTitleViewTableViewCell.swift /Users/admin/builder/spi-builder-workspace/Sources/ActionSheetController/CustomClasses/SelfSizingTableView.swift -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ActionSheetController.build/Debug-watchos/ActionSheetController.build/Objects-normal/arm64/ActionSheetActionType.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ActionSheetController.build/Debug-watchos/ActionSheetController.build/Objects-normal/arm64/ActionSheetActionType.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ActionSheetController.build/Debug-watchos/ActionSheetController.build/Objects-normal/arm64/ActionSheetActionType.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ActionSheetController.build/Debug-watchos/ActionSheetController.build/Objects-normal/arm64/ActionSheetActionType.dia -target arm64-apple-watchos6.0 -load-resolved-plugin /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib/swift/host/plugins/libFoundationMacros.dylib\#/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/bin/swift-plugin-server\#FoundationMacros -load-resolved-plugin /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib/swift/host/plugins/libObservationMacros.dylib\#/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/bin/swift-plugin-server\#ObservationMacros -load-resolved-plugin /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib/swift/host/plugins/libSwiftMacros.dylib\#/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/bin/swift-plugin-server\#SwiftMacros -load-resolved-plugin /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib/swift/host/plugins/libSwiftUIMacros.dylib\#/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/bin/swift-plugin-server\#SwiftUIMacros -disable-implicit-swift-modules -Xcc -fno-implicit-modules -Xcc -fno-implicit-module-maps -explicit-swift-module-map-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ActionSheetController.build/Debug-watchos/ActionSheetController.build/Objects-normal/arm64/ActionSheetController-dependencies-1.json -debug-module-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ActionSheetController.build/Debug-watchos/ActionSheetController.build/Objects-normal/arm64/ActionSheetController.swiftmodule -Xllvm -aarch64-use-tbi -enable-objc-interop -stack-check -sdk /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -Isystem /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/Developer/Library/Frameworks -no-color-diagnostics -Xcc -fno-color-diagnostics -enable-testing -g -debug-info-format\=dwarf -dwarf-version\=4 -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftExplicitPrecompiledModules -profile-generate -profile-coverage-mapping -swift-version 5 -Onone -D SWIFT_PACKAGE -D DEBUG -D SWIFT_MODULE_RESOURCE_BUNDLE_UNAVAILABLE -D Xcode -serialize-debugging-options -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ActionSheetController.build/Debug-watchos/ActionSheetController.build/Objects-normal/arm64/ActionSheetController_const_extract_protocols.json -enable-experimental-feature DebugDescriptionMacro -empty-abi-descriptor -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -enable-anonymous-context-mangled-names -file-compilation-dir /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -Xcc -D_LIBCPP_HARDENING_MODE\=_LIBCPP_HARDENING_MODE_DEBUG -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos26.4-23T238-688ef53f1462e2c8f657fdc38a81448f9e51884a582f42380855760c9d4cc599.sdkstatcache -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ActionSheetController.build/Debug-watchos/ActionSheetController.build/swift-overrides.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ActionSheetController.build/Debug-watchos/ActionSheetController.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ActionSheetController.build/Debug-watchos/ActionSheetController.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ActionSheetController.build/Debug-watchos/ActionSheetController.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -no-auto-bridging-header-chaining -module-name ActionSheetController -frontend-parseable-output -disable-clang-spi -clang-target arm64-apple-watchos26.4 -target-sdk-version 26.4 -target-sdk-name watchos26.4 -in-process-plugin-server-path /Applications/Xcode-26.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/libSwiftInProcPluginServer.dylib -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ActionSheetController.build/Debug-watchos/ActionSheetController.build/Objects-normal/arm64/ActionSheetActionType.o -index-unit-output-path /ActionSheetController.build/Debug-watchos/ActionSheetController.build/Objects-normal/arm64/ActionSheetActionType.o -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/ActionSheetController/ActionSheetController/ActionSheetActionType.swift (in target 'ActionSheetController' from project 'ActionSheetController')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
/Users/admin/builder/spi-builder-workspace/Sources/ActionSheetController/ActionSheetController/ActionSheetActionType.swift:17:28: error: 'systemBlue' is unavailable in watchOS
return UIColor.systemBlue
^~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIInterface.h:123:49: note: 'systemBlue' has been explicitly marked unavailable here
@property (class, nonatomic, readonly) UIColor *systemBlueColor API_AVAILABLE(ios(7.0), tvos(9.0)) API_UNAVAILABLE(watchos);
^
/Users/admin/builder/spi-builder-workspace/Sources/ActionSheetController/ActionSheetController/ActionSheetActionType.swift:19:28: error: 'systemRed' is unavailable in watchOS
return UIColor.systemRed
^~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIInterface.h:121:49: note: 'systemRed' has been explicitly marked unavailable here
@property (class, nonatomic, readonly) UIColor *systemRedColor API_AVAILABLE(ios(7.0), tvos(9.0)) API_UNAVAILABLE(watchos);
^
SwiftCompile normal arm64 Compiling\ ActionSheetCellType.swift /Users/admin/builder/spi-builder-workspace/Sources/ActionSheetController/ActionSheetController/ActionSheetCellType.swift (in target 'ActionSheetController' from project 'ActionSheetController')
Failed frontend command:
/Applications/Xcode-26.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift-frontend -frontend -c /Users/admin/builder/spi-builder-workspace/Sources/ActionSheetController/ActionSheetController/ActionSheetActionType.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/ActionSheetController/ActionSheetController/ActionSheetCellType.swift /Users/admin/builder/spi-builder-workspace/Sources/ActionSheetController/ActionSheetController/ActionSheetController.swift /Users/admin/builder/spi-builder-workspace/Sources/ActionSheetController/ActionSheetController/ActionSheetControllerContainerView.swift /Users/admin/builder/spi-builder-workspace/Sources/ActionSheetController/ActionSheetController/ActionSheetProtocol.swift /Users/admin/builder/spi-builder-workspace/Sources/ActionSheetController/ActionSheetController/TableViewCells/ActionSheetCustomViewTableViewCell.swift /Users/admin/builder/spi-builder-workspace/Sources/ActionSheetController/ActionSheetController/TableViewCells/ActionSheetDefaultActionTableViewCell.swift /Users/admin/builder/spi-builder-workspace/Sources/ActionSheetController/ActionSheetController/TableViewCells/ActionSheetHeaderViewTableViewCell.swift /Users/admin/builder/spi-builder-workspace/Sources/ActionSheetController/ActionSheetController/TableViewCells/ActionSheetTitleViewTableViewCell.swift /Users/admin/builder/spi-builder-workspace/Sources/ActionSheetController/CustomClasses/SelfSizingTableView.swift -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ActionSheetController.build/Debug-watchos/ActionSheetController.build/Objects-normal/arm64/ActionSheetCellType.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ActionSheetController.build/Debug-watchos/ActionSheetController.build/Objects-normal/arm64/ActionSheetCellType.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ActionSheetController.build/Debug-watchos/ActionSheetController.build/Objects-normal/arm64/ActionSheetCellType.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ActionSheetController.build/Debug-watchos/ActionSheetController.build/Objects-normal/arm64/ActionSheetCellType.dia -target arm64-apple-watchos6.0 -load-resolved-plugin /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib/swift/host/plugins/libFoundationMacros.dylib\#/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/bin/swift-plugin-server\#FoundationMacros -load-resolved-plugin /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib/swift/host/plugins/libObservationMacros.dylib\#/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/bin/swift-plugin-server\#ObservationMacros -load-resolved-plugin /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib/swift/host/plugins/libSwiftMacros.dylib\#/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/bin/swift-plugin-server\#SwiftMacros -load-resolved-plugin /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib/swift/host/plugins/libSwiftUIMacros.dylib\#/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/bin/swift-plugin-server\#SwiftUIMacros -disable-implicit-swift-modules -Xcc -fno-implicit-modules -Xcc -fno-implicit-module-maps -explicit-swift-module-map-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ActionSheetController.build/Debug-watchos/ActionSheetController.build/Objects-normal/arm64/ActionSheetController-dependencies-1.json -debug-module-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ActionSheetController.build/Debug-watchos/ActionSheetController.build/Objects-normal/arm64/ActionSheetController.swiftmodule -Xllvm -aarch64-use-tbi -enable-objc-interop -stack-check -sdk /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -Isystem /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/Developer/Library/Frameworks -no-color-diagnostics -Xcc -fno-color-diagnostics -enable-testing -g -debug-info-format\=dwarf -dwarf-version\=4 -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftExplicitPrecompiledModules -profile-generate -profile-coverage-mapping -swift-version 5 -Onone -D SWIFT_PACKAGE -D DEBUG -D SWIFT_MODULE_RESOURCE_BUNDLE_UNAVAILABLE -D Xcode -serialize-debugging-options -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ActionSheetController.build/Debug-watchos/ActionSheetController.build/Objects-normal/arm64/ActionSheetController_const_extract_protocols.json -enable-experimental-feature DebugDescriptionMacro -empty-abi-descriptor -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -enable-anonymous-context-mangled-names -file-compilation-dir /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -Xcc -D_LIBCPP_HARDENING_MODE\=_LIBCPP_HARDENING_MODE_DEBUG -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos26.4-23T238-688ef53f1462e2c8f657fdc38a81448f9e51884a582f42380855760c9d4cc599.sdkstatcache -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ActionSheetController.build/Debug-watchos/ActionSheetController.build/swift-overrides.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ActionSheetController.build/Debug-watchos/ActionSheetController.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ActionSheetController.build/Debug-watchos/ActionSheetController.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ActionSheetController.build/Debug-watchos/ActionSheetController.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -no-auto-bridging-header-chaining -module-name ActionSheetController -frontend-parseable-output -disable-clang-spi -clang-target arm64-apple-watchos26.4 -target-sdk-version 26.4 -target-sdk-name watchos26.4 -in-process-plugin-server-path /Applications/Xcode-26.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/libSwiftInProcPluginServer.dylib -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ActionSheetController.build/Debug-watchos/ActionSheetController.build/Objects-normal/arm64/ActionSheetCellType.o -index-unit-output-path /ActionSheetController.build/Debug-watchos/ActionSheetController.build/Objects-normal/arm64/ActionSheetCellType.o -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/ActionSheetController/ActionSheetController/ActionSheetCellType.swift (in target 'ActionSheetController' from project 'ActionSheetController')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
/Users/admin/builder/spi-builder-workspace/Sources/ActionSheetController/ActionSheetController/ActionSheetCellType.swift:12:23: error: 'UIView' is unavailable in watchOS
case custom(view: UIView)
^~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:148:12: note: 'UIView' has been explicitly marked unavailable here
@interface UIView : UIResponder <NSCoding, UIAppearance, UIAppearanceContainer, UIDynamicItem, UITraitEnvironment, UICoordinateSpace, UIFocusItem, UIFocusItemContainer, CALayerDelegate>
^
/Users/admin/builder/spi-builder-workspace/Sources/ActionSheetController/ActionSheetController/ActionSheetCellType.swift:13:27: error: 'UIView' is unavailable in watchOS
case headerView(view: UIView)
^~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:148:12: note: 'UIView' has been explicitly marked unavailable here
@interface UIView : UIResponder <NSCoding, UIAppearance, UIAppearanceContainer, UIDynamicItem, UITraitEnvironment, UICoordinateSpace, UIFocusItem, UIFocusItemContainer, CALayerDelegate>
^
SwiftCompile normal arm64 Compiling\ ActionSheetTitleViewTableViewCell.swift /Users/admin/builder/spi-builder-workspace/Sources/ActionSheetController/ActionSheetController/TableViewCells/ActionSheetTitleViewTableViewCell.swift (in target 'ActionSheetController' from project 'ActionSheetController')
Failed frontend command:
/Applications/Xcode-26.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift-frontend -frontend -c /Users/admin/builder/spi-builder-workspace/Sources/ActionSheetController/ActionSheetController/ActionSheetActionType.swift /Users/admin/builder/spi-builder-workspace/Sources/ActionSheetController/ActionSheetController/ActionSheetCellType.swift /Users/admin/builder/spi-builder-workspace/Sources/ActionSheetController/ActionSheetController/ActionSheetController.swift /Users/admin/builder/spi-builder-workspace/Sources/ActionSheetController/ActionSheetController/ActionSheetControllerContainerView.swift /Users/admin/builder/spi-builder-workspace/Sources/ActionSheetController/ActionSheetController/ActionSheetProtocol.swift /Users/admin/builder/spi-builder-workspace/Sources/ActionSheetController/ActionSheetController/TableViewCells/ActionSheetCustomViewTableViewCell.swift /Users/admin/builder/spi-builder-workspace/Sources/ActionSheetController/ActionSheetController/TableViewCells/ActionSheetDefaultActionTableViewCell.swift /Users/admin/builder/spi-builder-workspace/Sources/ActionSheetController/ActionSheetController/TableViewCells/ActionSheetHeaderViewTableViewCell.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/ActionSheetController/ActionSheetController/TableViewCells/ActionSheetTitleViewTableViewCell.swift /Users/admin/builder/spi-builder-workspace/Sources/ActionSheetController/CustomClasses/SelfSizingTableView.swift -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ActionSheetController.build/Debug-watchos/ActionSheetController.build/Objects-normal/arm64/ActionSheetTitleViewTableViewCell.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ActionSheetController.build/Debug-watchos/ActionSheetController.build/Objects-normal/arm64/ActionSheetTitleViewTableViewCell.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ActionSheetController.build/Debug-watchos/ActionSheetController.build/Objects-normal/arm64/ActionSheetTitleViewTableViewCell.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ActionSheetController.build/Debug-watchos/ActionSheetController.build/Objects-normal/arm64/ActionSheetTitleViewTableViewCell.dia -target arm64-apple-watchos6.0 -load-resolved-plugin /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib/swift/host/plugins/libFoundationMacros.dylib\#/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/bin/swift-plugin-server\#FoundationMacros -load-resolved-plugin /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib/swift/host/plugins/libObservationMacros.dylib\#/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/bin/swift-plugin-server\#ObservationMacros -load-resolved-plugin /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib/swift/host/plugins/libSwiftMacros.dylib\#/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/bin/swift-plugin-server\#SwiftMacros -load-resolved-plugin /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib/swift/host/plugins/libSwiftUIMacros.dylib\#/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/bin/swift-plugin-server\#SwiftUIMacros -disable-implicit-swift-modules -Xcc -fno-implicit-modules -Xcc -fno-implicit-module-maps -explicit-swift-module-map-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ActionSheetController.build/Debug-watchos/ActionSheetController.build/Objects-normal/arm64/ActionSheetController-dependencies-1.json -debug-module-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ActionSheetController.build/Debug-watchos/ActionSheetController.build/Objects-normal/arm64/ActionSheetController.swiftmodule -Xllvm -aarch64-use-tbi -enable-objc-interop -stack-check -sdk /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -Isystem /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/Developer/Library/Frameworks -no-color-diagnostics -Xcc -fno-color-diagnostics -enable-testing -g -debug-info-format\=dwarf -dwarf-version\=4 -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftExplicitPrecompiledModules -profile-generate -profile-coverage-mapping -swift-version 5 -Onone -D SWIFT_PACKAGE -D DEBUG -D SWIFT_MODULE_RESOURCE_BUNDLE_UNAVAILABLE -D Xcode -serialize-debugging-options -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ActionSheetController.build/Debug-watchos/ActionSheetController.build/Objects-normal/arm64/ActionSheetController_const_extract_protocols.json -enable-experimental-feature DebugDescriptionMacro -empty-abi-descriptor -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -enable-anonymous-context-mangled-names -file-compilation-dir /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -Xcc -D_LIBCPP_HARDENING_MODE\=_LIBCPP_HARDENING_MODE_DEBUG -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos26.4-23T238-688ef53f1462e2c8f657fdc38a81448f9e51884a582f42380855760c9d4cc599.sdkstatcache -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ActionSheetController.build/Debug-watchos/ActionSheetController.build/swift-overrides.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ActionSheetController.build/Debug-watchos/ActionSheetController.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ActionSheetController.build/Debug-watchos/ActionSheetController.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ActionSheetController.build/Debug-watchos/ActionSheetController.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -no-auto-bridging-header-chaining -module-name ActionSheetController -frontend-parseable-output -disable-clang-spi -clang-target arm64-apple-watchos26.4 -target-sdk-version 26.4 -target-sdk-name watchos26.4 -in-process-plugin-server-path /Applications/Xcode-26.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/libSwiftInProcPluginServer.dylib -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ActionSheetController.build/Debug-watchos/ActionSheetController.build/Objects-normal/arm64/ActionSheetTitleViewTableViewCell.o -index-unit-output-path /ActionSheetController.build/Debug-watchos/ActionSheetController.build/Objects-normal/arm64/ActionSheetTitleViewTableViewCell.o -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/ActionSheetController/ActionSheetController/TableViewCells/ActionSheetTitleViewTableViewCell.swift (in target 'ActionSheetController' from project 'ActionSheetController')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
/Users/admin/builder/spi-builder-workspace/Sources/ActionSheetController/ActionSheetController/TableViewCells/ActionSheetTitleViewTableViewCell.swift:12:26: error: 'UITableViewCell' is unavailable in watchOS
override init(style: UITableViewCell.CellStyle, reuseIdentifier: String?) {
^~~~~~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UITableViewCell.h:81:12: note: 'UITableViewCell' has been explicitly marked unavailable here
@interface UITableViewCell : UIView <NSCoding, UIGestureRecognizerDelegate>
^
/Users/admin/builder/spi-builder-workspace/Sources/ActionSheetController/ActionSheetController/TableViewCells/ActionSheetTitleViewTableViewCell.swift:21:16: error: 'UILabel' is unavailable in watchOS
let title: UILabel = {
^~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UILabel.h:33:12: note: 'UILabel' has been explicitly marked unavailable here
@interface UILabel : UIView <NSCoding, UIContentSizeCategoryAdjusting, UILetterformAwareAdjusting>
^
/Users/admin/builder/spi-builder-workspace/Sources/ActionSheetController/ActionSheetController/TableViewCells/ActionSheetTitleViewTableViewCell.swift:22:21: error: 'UILabel' is unavailable in watchOS
let label = UILabel()
^~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UILabel.h:33:12: note: 'UILabel' has been explicitly marked unavailable here
@interface UILabel : UIView <NSCoding, UIContentSizeCategoryAdjusting, UILetterformAwareAdjusting>
^
/Users/admin/builder/spi-builder-workspace/Sources/ActionSheetController/ActionSheetController/TableViewCells/ActionSheetTitleViewTableViewCell.swift:22:21: error: 'init()' is unavailable in watchOS
let label = UILabel()
^~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:154:1: note: 'init()' has been explicitly marked unavailable here
- (instancetype)init API_AVAILABLE(ios(2.0), tvos(9.0), visionos(1.0)) API_UNAVAILABLE(watchos);
^
/Users/admin/builder/spi-builder-workspace/Sources/ActionSheetController/ActionSheetController/TableViewCells/ActionSheetTitleViewTableViewCell.swift:31:19: error: 'UILabel' is unavailable in watchOS
let subtitle: UILabel = {
^~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UILabel.h:33:12: note: 'UILabel' has been explicitly marked unavailable here
@interface UILabel : UIView <NSCoding, UIContentSizeCategoryAdjusting, UILetterformAwareAdjusting>
^
/Users/admin/builder/spi-builder-workspace/Sources/ActionSheetController/ActionSheetController/TableViewCells/ActionSheetTitleViewTableViewCell.swift:32:21: error: 'UILabel' is unavailable in watchOS
let label = UILabel()
^~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UILabel.h:33:12: note: 'UILabel' has been explicitly marked unavailable here
@interface UILabel : UIView <NSCoding, UIContentSizeCategoryAdjusting, UILetterformAwareAdjusting>
^
/Users/admin/builder/spi-builder-workspace/Sources/ActionSheetController/ActionSheetController/TableViewCells/ActionSheetTitleViewTableViewCell.swift:32:21: error: 'init()' is unavailable in watchOS
let label = UILabel()
^~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:154:1: note: 'init()' has been explicitly marked unavailable here
- (instancetype)init API_AVAILABLE(ios(2.0), tvos(9.0), visionos(1.0)) API_UNAVAILABLE(watchos);
^
/Users/admin/builder/spi-builder-workspace/Sources/ActionSheetController/ActionSheetController/TableViewCells/ActionSheetTitleViewTableViewCell.swift:41:25: error: 'UIStackView' is unavailable in watchOS
lazy var stackView: UIStackView = {
^~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIStackView.h:124:12: note: 'UIStackView' has been explicitly marked unavailable here
@interface UIStackView : UIView
^
/Users/admin/builder/spi-builder-workspace/Sources/ActionSheetController/ActionSheetController/TableViewCells/ActionSheetTitleViewTableViewCell.swift:42:20: error: 'UIStackView' is unavailable in watchOS
let view = UIStackView(arrangedSubviews: [title, subtitle])
^~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIStackView.h:124:12: note: 'UIStackView' has been explicitly marked unavailable here
@interface UIStackView : UIView
^
/Users/admin/builder/spi-builder-workspace/Sources/ActionSheetController/ActionSheetController/TableViewCells/ActionSheetTitleViewTableViewCell.swift:10:42: error: 'UITableViewCell' is unavailable in watchOS
class ActionSheetTitleViewTableViewCell: UITableViewCell {
^~~~~~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UITableViewCell.h:81:12: note: 'UITableViewCell' has been explicitly marked unavailable here
@interface UITableViewCell : UIView <NSCoding, UIGestureRecognizerDelegate>
^
SwiftEmitModule normal arm64 Emitting\ module\ for\ ActionSheetController (in target 'ActionSheetController' from project 'ActionSheetController')
2026-04-12 06:13:57.416 xcodebuild[806:4568] [MT] IDERunDestination: Supported platforms for the buildables in the current scheme is empty.
** BUILD FAILED **
The following build commands failed:
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/ActionSheetController/ActionSheetController/ActionSheetController.swift (in target 'ActionSheetController' from project 'ActionSheetController')
SwiftCompile normal arm64 Compiling\ ActionSheetController.swift /Users/admin/builder/spi-builder-workspace/Sources/ActionSheetController/ActionSheetController/ActionSheetController.swift (in target 'ActionSheetController' from project 'ActionSheetController')
SwiftCompile normal arm64 Compiling\ ActionSheetProtocol.swift /Users/admin/builder/spi-builder-workspace/Sources/ActionSheetController/ActionSheetController/ActionSheetProtocol.swift (in target 'ActionSheetController' from project 'ActionSheetController')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/ActionSheetController/ActionSheetController/ActionSheetProtocol.swift (in target 'ActionSheetController' from project 'ActionSheetController')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/ActionSheetController/ActionSheetController/TableViewCells/ActionSheetHeaderViewTableViewCell.swift (in target 'ActionSheetController' from project 'ActionSheetController')
SwiftCompile normal arm64 Compiling\ ActionSheetDefaultActionTableViewCell.swift /Users/admin/builder/spi-builder-workspace/Sources/ActionSheetController/ActionSheetController/TableViewCells/ActionSheetDefaultActionTableViewCell.swift (in target 'ActionSheetController' from project 'ActionSheetController')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/ActionSheetController/ActionSheetController/TableViewCells/ActionSheetDefaultActionTableViewCell.swift (in target 'ActionSheetController' from project 'ActionSheetController')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/ActionSheetController/ActionSheetController/TableViewCells/ActionSheetCustomViewTableViewCell.swift (in target 'ActionSheetController' from project 'ActionSheetController')
SwiftCompile normal arm64 Compiling\ SelfSizingTableView.swift /Users/admin/builder/spi-builder-workspace/Sources/ActionSheetController/CustomClasses/SelfSizingTableView.swift (in target 'ActionSheetController' from project 'ActionSheetController')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/ActionSheetController/CustomClasses/SelfSizingTableView.swift (in target 'ActionSheetController' from project 'ActionSheetController')
SwiftCompile normal arm64 Compiling\ ActionSheetControllerContainerView.swift /Users/admin/builder/spi-builder-workspace/Sources/ActionSheetController/ActionSheetController/ActionSheetControllerContainerView.swift (in target 'ActionSheetController' from project 'ActionSheetController')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/ActionSheetController/ActionSheetController/ActionSheetControllerContainerView.swift (in target 'ActionSheetController' from project 'ActionSheetController')
SwiftCompile normal arm64 Compiling\ ActionSheetActionType.swift /Users/admin/builder/spi-builder-workspace/Sources/ActionSheetController/ActionSheetController/ActionSheetActionType.swift (in target 'ActionSheetController' from project 'ActionSheetController')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/ActionSheetController/ActionSheetController/ActionSheetActionType.swift (in target 'ActionSheetController' from project 'ActionSheetController')
SwiftCompile normal arm64 Compiling\ ActionSheetCellType.swift /Users/admin/builder/spi-builder-workspace/Sources/ActionSheetController/ActionSheetController/ActionSheetCellType.swift (in target 'ActionSheetController' from project 'ActionSheetController')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/ActionSheetController/ActionSheetController/ActionSheetCellType.swift (in target 'ActionSheetController' from project 'ActionSheetController')
SwiftCompile normal arm64 Compiling\ ActionSheetTitleViewTableViewCell.swift /Users/admin/builder/spi-builder-workspace/Sources/ActionSheetController/ActionSheetController/TableViewCells/ActionSheetTitleViewTableViewCell.swift (in target 'ActionSheetController' from project 'ActionSheetController')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/ActionSheetController/ActionSheetController/TableViewCells/ActionSheetTitleViewTableViewCell.swift (in target 'ActionSheetController' from project 'ActionSheetController')
Building workspace spi-builder-workspace with scheme ActionSheetController
(19 failures)
BUILD FAILURE 6.3 watchOS