The Swift Package Index logo.Swift Package Index

Build Information

Failed to build ActionSheetController with Swift 5.9 for watchOS using Xcode 15.2 at main.

Build Command

env DEVELOPER_DIR="/Applications/Xcode-15.0.0-Beta.app" xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride="$PWD/.dependencies" -derivedDataPath "$PWD/.derivedData" build -scheme ActionSheetController -destination "generic/platform=watchos"

Build Log

/Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ActionSheetController/ActionSheetController/ActionSheetController.swift:18:58: error: missing argument for parameter 'frame' in call
    let contentView = ActionSheetControllerContainerView()
                                                         ^
                                                         frame: <#CGRect#>
/Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ActionSheetController/ActionSheetController/ActionSheetControllerContainerView.swift:14:14: note: 'init(frame:)' declared here
    override init(frame: CGRect) {
             ^
/Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ActionSheetController/ActionSheetController/ActionSheetController.swift:15:37: error: cannot find type 'UIView' in scope
public class ActionSheetController: UIView {
                                    ^~~~~~
/Applications/Xcode-15.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSTextAttachment.h:23:1: note: interface 'UIView' forward declared here
@class UIView;
^
/Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ActionSheetController/ActionSheetController/ActionSheetController.swift:96:33: error: cannot find type 'UIView' in scope
    public func addHeader(view: UIView) {
                                ^~~~~~
/Applications/Xcode-15.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSTextAttachment.h:23:1: note: interface 'UIView' forward declared here
@class UIView;
^
/Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ActionSheetController/ActionSheetController/ActionSheetController.swift:106:39: error: cannot find type 'UIView' in scope
    public func addCustomAction(view: UIView) {
                                      ^~~~~~
/Applications/Xcode-15.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSTextAttachment.h:23:1: note: interface 'UIView' forward declared here
@class UIView;
^
/Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ActionSheetController/ActionSheetController/ActionSheetProtocol.swift:12:26: error: cannot find type 'UIView' in scope
    func addHeader(view: UIView)
                         ^~~~~~
/Applications/Xcode-15.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSTextAttachment.h:23:1: note: interface 'UIView' forward declared here
@class UIView;
^
/Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ActionSheetController/ActionSheetController/ActionSheetProtocol.swift:14:32: error: cannot find type 'UIView' in scope
    func addCustomAction(view: UIView)
                               ^~~~~~
/Applications/Xcode-15.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSTextAttachment.h:23:1: note: interface 'UIView' forward declared here
@class UIView;
^
/Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ActionSheetController/ActionSheetController/ActionSheetController.swift:120:34: error: cannot find type 'UITableViewDelegate' in scope
extension ActionSheetController: UITableViewDelegate, UITableViewDataSource {
                                 ^~~~~~~~~~~~~~~~~~~
/Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ActionSheetController/ActionSheetController/ActionSheetController.swift:120:55: error: cannot find type 'UITableViewDataSource' in scope
extension ActionSheetController: UITableViewDelegate, UITableViewDataSource {
                                                      ^~~~~~~~~~~~~~~~~~~~~
/Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ActionSheetController/ActionSheetController/ActionSheetController.swift:122:48: error: cannot find type 'UITableView' in scope
    public func numberOfSections(in tableView: UITableView) -> Int {
                                               ^~~~~~~~~~~
/Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ActionSheetController/ActionSheetController/ActionSheetController.swift:126:40: error: cannot find type 'UITableView' in scope
    public func tableView(_ tableView: UITableView, numberOfRowsInSection section: Int) -> Int {
                                       ^~~~~~~~~~~
/Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ActionSheetController/ActionSheetController/ActionSheetController.swift:137:91: error: cannot find type 'UITableViewCell' in scope
    public func tableView(_ tableView: UITableView, cellForRowAt indexPath: IndexPath) -> UITableViewCell {
                                                                                          ^~~~~~~~~~~~~~~
/Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ActionSheetController/ActionSheetController/ActionSheetController.swift:137:40: error: cannot find type 'UITableView' in scope
    public func tableView(_ tableView: UITableView, cellForRowAt indexPath: IndexPath) -> UITableViewCell {
                                       ^~~~~~~~~~~
/Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ActionSheetController/ActionSheetController/ActionSheetController.swift:175:40: error: cannot find type 'UITableView' in scope
    public func tableView(_ tableView: UITableView, didSelectRowAt indexPath: IndexPath) {
                                       ^~~~~~~~~~~
/Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ActionSheetController/ActionSheetController/ActionSheetController.swift:21:9: error: 'super' members cannot be referenced in a root class
        super.init(frame: .zero)
        ^
/Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ActionSheetController/ActionSheetController/ActionSheetController.swift:35:9: error: cannot find 'translatesAutoresizingMaskIntoConstraints' in scope
        translatesAutoresizingMaskIntoConstraints = false
        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ActionSheetController/ActionSheetController/ActionSheetController.swift:36:9: error: cannot find 'addSubview' in scope
        addSubview(contentView)
        ^~~~~~~~~~
/Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ActionSheetController/ActionSheetController/ActionSheetController.swift:37:51: error: cannot find 'topAnchor' in scope
        contentView.topAnchor.constraint(equalTo: topAnchor).isActive = true
                                                  ^~~~~~~~~
/Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ActionSheetController/ActionSheetController/ActionSheetController.swift:38:52: error: cannot find 'leftAnchor' in scope
        contentView.leftAnchor.constraint(equalTo: leftAnchor).isActive = true
                                                   ^~~~~~~~~~
/Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ActionSheetController/ActionSheetController/ActionSheetController.swift:39:53: error: cannot find 'rightAnchor' in scope
        contentView.rightAnchor.constraint(equalTo: rightAnchor).isActive = true
                                                    ^~~~~~~~~~~
/Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ActionSheetController/ActionSheetController/ActionSheetController.swift:40:54: error: cannot find 'bottomAnchor' in scope
        contentView.bottomAnchor.constraint(equalTo: bottomAnchor).isActive = true
                                                     ^~~~~~~~~~~~
/Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ActionSheetController/ActionSheetController/ActionSheetController.swift:44:66: error: cannot infer contextual base in reference to member 'normal'
        self.contentView.setupDoneButton(title: "Cancel", type: .normal, action: {[weak self] in
                                                                ~^~~~~~
/Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ActionSheetController/ActionSheetController/ActionSheetController.swift:59:29: error: cannot find 'UIApplication' in scope
        guard let appView = UIApplication.shared.windows.last?.rootViewController?.view else {return}
                            ^~~~~~~~~~~~~
/Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ActionSheetController/ActionSheetController/ActionSheetController.swift:61:14: error: value of type 'ActionSheetController' has no member 'topAnchor'
        self.topAnchor.constraint(equalTo: appView.topAnchor).isActive = true
        ~~~~ ^~~~~~~~~
/Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ActionSheetController/ActionSheetController/ActionSheetController.swift:62:14: error: value of type 'ActionSheetController' has no member 'leftAnchor'
        self.leftAnchor.constraint(equalTo: appView.leftAnchor).isActive = true
        ~~~~ ^~~~~~~~~~
/Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ActionSheetController/ActionSheetController/ActionSheetController.swift:63:14: error: value of type 'ActionSheetController' has no member 'rightAnchor'
        self.rightAnchor.constraint(equalTo: appView.rightAnchor).isActive = true
        ~~~~ ^~~~~~~~~~~
/Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ActionSheetController/ActionSheetController/ActionSheetController.swift:64:14: error: value of type 'ActionSheetController' has no member 'bottomAnchor'
        self.bottomAnchor.constraint(equalTo: appView.bottomAnchor).isActive = true
        ~~~~ ^~~~~~~~~~~~
/Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ActionSheetController/ActionSheetController/ActionSheetController.swift:69:14: error: value of type 'ActionSheetController' has no member 'removeFromSuperview'
        self.removeFromSuperview()
        ~~~~ ^~~~~~~~~~~~~~~~~~~
/Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ActionSheetController/ActionSheetController/ActionSheetController.swift:73:55: error: cannot find 'UITapGestureRecognizer' in scope
        contentView.backDropView.addGestureRecognizer(UITapGestureRecognizer(target: self, action: #selector(didTapBackDropView)))
                                                      ^~~~~~~~~~~~~~~~~~~~~~
/Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ActionSheetController/ActionSheetController/ActionSheetController.swift:81:35: error: cannot find 'UIApplication' in scope
        guard let appViewHeight = UIApplication.shared.windows.last?.rootViewController?.view.frame.height else {return}
                                  ^~~~~~~~~~~~~
/Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ActionSheetController/ActionSheetController/ActionSheetCellType.swift:13:27: error: cannot find type 'UIView' in scope
    case headerView(view: UIView)
                          ^~~~~~
/Applications/Xcode-15.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSTextAttachment.h:23:1: note: interface 'UIView' forward declared here
@class UIView;
^
/Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ActionSheetController/ActionSheetController/ActionSheetCellType.swift:12:23: error: cannot find type 'UIView' in scope
    case custom(view: UIView)
                      ^~~~~~
/Applications/Xcode-15.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSTextAttachment.h:23:1: note: interface 'UIView' forward declared here
@class UIView;
^
/Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ActionSheetController/ActionSheetController/ActionSheetController.swift:114:19: error: value of type 'ActionSheetController' has no member 'removeFromSuperview'
            self?.removeFromSuperview()
            ~~~~~ ^~~~~~~~~~~~~~~~~~~
/Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ActionSheetController/ActionSheetController/TableViewCells/ActionSheetHeaderViewTableViewCell.swift:12:26: error: cannot find type 'UITableViewCell' in scope
    override init(style: UITableViewCell.CellStyle, reuseIdentifier: String?) {
                         ^~~~~~~~~~~~~~~
/Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ActionSheetController/ActionSheetController/ActionSheetController.swift:143:63: error: missing argument for parameter 'coder' in call
                let cell = ActionSheetHeaderViewTableViewCell()
                                                              ^
                                                              coder: <#NSCoder#>
/Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ActionSheetController/ActionSheetController/TableViewCells/ActionSheetHeaderViewTableViewCell.swift:17:14: note: 'init(coder:)' declared here
    required init?(coder: NSCoder) {
             ^
/Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ActionSheetController/ActionSheetController/ActionSheetController.swift:147:63: error: missing argument for parameter 'coder' in call
                let cell = ActionSheetHeaderViewTableViewCell()
                                                              ^
                                                              coder: <#NSCoder#>
/Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ActionSheetController/ActionSheetController/TableViewCells/ActionSheetHeaderViewTableViewCell.swift:17:14: note: 'init(coder:)' declared here
    required init?(coder: NSCoder) {
             ^
/Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ActionSheetController/ActionSheetController/TableViewCells/ActionSheetTitleViewTableViewCell.swift:12:26: error: cannot find type 'UITableViewCell' in scope
    override init(style: UITableViewCell.CellStyle, reuseIdentifier: String?) {
                         ^~~~~~~~~~~~~~~
/Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ActionSheetController/ActionSheetController/ActionSheetController.swift:151:62: error: missing argument for parameter 'coder' in call
                let cell = ActionSheetTitleViewTableViewCell()
                                                             ^
                                                             coder: <#NSCoder#>
/Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ActionSheetController/ActionSheetController/TableViewCells/ActionSheetTitleViewTableViewCell.swift:17:14: note: 'init(coder:)' declared here
    required init?(coder: NSCoder) {
             ^
/Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ActionSheetController/ActionSheetController/TableViewCells/ActionSheetDefaultActionTableViewCell.swift:14:26: error: cannot find type 'UITableViewCell' in scope
    override init(style: UITableViewCell.CellStyle, reuseIdentifier: String?) {
                         ^~~~~~~~~~~~~~~
/Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ActionSheetController/ActionSheetController/ActionSheetController.swift:161:66: error: missing argument for parameter 'coder' in call
                let cell = ActionSheetDefaultActionTableViewCell()
                                                                 ^
                                                                 coder: <#NSCoder#>
/Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ActionSheetController/ActionSheetController/TableViewCells/ActionSheetDefaultActionTableViewCell.swift:19:14: note: 'init(coder:)' declared here
    required init?(coder: NSCoder) {
             ^
/Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ActionSheetController/ActionSheetController/TableViewCells/ActionSheetCustomViewTableViewCell.swift:14:26: error: cannot find type 'UITableViewCell' in scope
    override init(style: UITableViewCell.CellStyle, reuseIdentifier: String?) {
                         ^~~~~~~~~~~~~~~
/Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ActionSheetController/ActionSheetController/ActionSheetController.swift:165:63: error: missing argument for parameter 'coder' in call
                let cell = ActionSheetCustomViewTableViewCell()
                                                              ^
                                                              coder: <#NSCoder#>
/Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ActionSheetController/ActionSheetController/TableViewCells/ActionSheetCustomViewTableViewCell.swift:19:14: note: 'init(coder:)' declared here
    required init?(coder: NSCoder) {
             ^
SwiftCompile normal armv7k /Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ActionSheetController/ActionSheetController/ActionSheetControllerContainerView.swift (in target 'ActionSheetController' from project 'ActionSheetController')
    cd /Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace
    /Applications/Xcode-15.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift-frontend -c /Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ActionSheetController/ActionSheetController/ActionSheetActionType.swift /Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ActionSheetController/ActionSheetController/ActionSheetCellType.swift -primary-file /Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ActionSheetController/ActionSheetController/ActionSheetController.swift -primary-file /Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ActionSheetController/ActionSheetController/ActionSheetControllerContainerView.swift /Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ActionSheetController/ActionSheetController/ActionSheetProtocol.swift /Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ActionSheetController/ActionSheetController/TableViewCells/ActionSheetCustomViewTableViewCell.swift /Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ActionSheetController/ActionSheetController/TableViewCells/ActionSheetDefaultActionTableViewCell.swift /Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ActionSheetController/ActionSheetController/TableViewCells/ActionSheetHeaderViewTableViewCell.swift /Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ActionSheetController/ActionSheetController/TableViewCells/ActionSheetTitleViewTableViewCell.swift /Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ActionSheetController/CustomClasses/SelfSizingTableView.swift -emit-dependencies-path /Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ActionSheetController.build/Debug-watchos/ActionSheetController.build/Objects-normal/armv7k/ActionSheetController.d -emit-const-values-path /Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ActionSheetController.build/Debug-watchos/ActionSheetController.build/Objects-normal/armv7k/ActionSheetController.swiftconstvalues -emit-reference-dependencies-path /Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ActionSheetController.build/Debug-watchos/ActionSheetController.build/Objects-normal/armv7k/ActionSheetController.swiftdeps -serialize-diagnostics-path /Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ActionSheetController.build/Debug-watchos/ActionSheetController.build/Objects-normal/armv7k/ActionSheetController.dia -emit-dependencies-path /Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ActionSheetController.build/Debug-watchos/ActionSheetController.build/Objects-normal/armv7k/ActionSheetControllerContainerView.d -emit-const-values-path /Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ActionSheetController.build/Debug-watchos/ActionSheetController.build/Objects-normal/armv7k/ActionSheetControllerContainerView.swiftconstvalues -emit-reference-dependencies-path /Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ActionSheetController.build/Debug-watchos/ActionSheetController.build/Objects-normal/armv7k/ActionSheetControllerContainerView.swiftdeps -serialize-diagnostics-path /Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ActionSheetController.build/Debug-watchos/ActionSheetController.build/Objects-normal/armv7k/ActionSheetControllerContainerView.dia -target armv7k-apple-watchos6.0 -enable-objc-interop -stack-check -sdk /Applications/Xcode-15.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.0.sdk -I /Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -I /Applications/Xcode-15.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib -F /Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F /Applications/Xcode-15.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-15.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.0.sdk/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -module-cache-path /Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -swift-version 5 -enforce-exclusivity\=checked -Onone -D SWIFT_PACKAGE -D DEBUG -D Xcode -serialize-debugging-options -const-gather-protocols-file /Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ActionSheetController.build/Debug-watchos/ActionSheetController.build/Objects-normal/armv7k/ActionSheetController_const_extract_protocols.json -empty-abi-descriptor -plugin-path /Applications/Xcode-15.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Applications/Xcode-15.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/local/lib/swift/host/plugins -validate-clang-modules-once -clang-build-session-file /Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace -resource-dir /Applications/Xcode-15.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -Xcc -ivfsstatcache -Xcc /Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos10.0-21R5275s-8db995917c4b1d9e1a16e7199e9e13bb.sdkstatcache -Xcc -I/Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ActionSheetController.build/Debug-watchos/ActionSheetController.build/swift-overrides.hmap -Xcc -I/Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/include -Xcc -I/Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ActionSheetController.build/Debug-watchos/ActionSheetController.build/DerivedSources-normal/armv7k -Xcc -I/Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ActionSheetController.build/Debug-watchos/ActionSheetController.build/DerivedSources/armv7k -Xcc -I/Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ActionSheetController.build/Debug-watchos/ActionSheetController.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name ActionSheetController -frontend-parseable-output -disable-clang-spi -target-sdk-version 10.0 -target-sdk-name watchos10.0 -o /Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ActionSheetController.build/Debug-watchos/ActionSheetController.build/Objects-normal/armv7k/ActionSheetController.o -o /Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ActionSheetController.build/Debug-watchos/ActionSheetController.build/Objects-normal/armv7k/ActionSheetControllerContainerView.o -index-unit-output-path /ActionSheetController.build/Debug-watchos/ActionSheetController.build/Objects-normal/armv7k/ActionSheetController.o -index-unit-output-path /ActionSheetController.build/Debug-watchos/ActionSheetController.build/Objects-normal/armv7k/ActionSheetControllerContainerView.o -index-store-path /Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
Retrying in 0 seconds ...
Building ... (attempt 2)
/Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ActionSheetController/ActionSheetController/ActionSheetControllerContainerView.swift:26:28: error: cannot find type 'UIView' in scope
    lazy var backDropView: UIView = {
                           ^~~~~~
/Applications/Xcode-15.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSTextAttachment.h:23:1: note: interface 'UIView' forward declared here
@class UIView;
^
/Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ActionSheetController/ActionSheetController/ActionSheetControllerContainerView.swift:45:34: error: cannot find type 'UIButton' in scope
    private lazy var doneButton: UIButton = {
                                 ^~~~~~~~
/Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ActionSheetController/ActionSheetController/ActionSheetControllerContainerView.swift:14:14: error: initializer does not override a designated initializer from its superclass
    override init(frame: CGRect) {
    ~~~~~~~~ ^
/Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ActionSheetController/ActionSheetController/ActionSheetControllerContainerView.swift:24:20: error: cannot find 'UIVisualEffectView' in scope
    let blurView = UIVisualEffectView(effect: UIBlurEffect(style: .systemMaterial))
                   ^~~~~~~~~~~~~~~~~~
/Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ActionSheetController/ActionSheetController/ActionSheetControllerContainerView.swift:24:47: error: cannot find 'UIBlurEffect' in scope
    let blurView = UIVisualEffectView(effect: UIBlurEffect(style: .systemMaterial))
                                              ^~~~~~~~~~~~
/Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ActionSheetController/ActionSheetController/ActionSheetControllerContainerView.swift:24:68: error: cannot infer contextual base in reference to member 'systemMaterial'
    let blurView = UIVisualEffectView(effect: UIBlurEffect(style: .systemMaterial))
                                                                  ~^~~~~~~~~~~~~~
/Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ActionSheetController/ActionSheetController/ActionSheetControllerContainerView.swift:34:38: error: argument passed to call that takes no arguments
        let view = SelfSizedTableView(frame: .zero, style: .plain)
                                     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
                                     
/Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ActionSheetController/ActionSheetController/ActionSheetControllerContainerView.swift:34:47: error: cannot infer contextual base in reference to member 'zero'
        let view = SelfSizedTableView(frame: .zero, style: .plain)
                                             ~^~~~
/Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ActionSheetController/ActionSheetController/ActionSheetControllerContainerView.swift:34:61: error: cannot infer contextual base in reference to member 'plain'
        let view = SelfSizedTableView(frame: .zero, style: .plain)
                                                           ~^~~~~
/Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ActionSheetController/ActionSheetController/ActionSheetControllerContainerView.swift:10:43: error: cannot find type 'UIView' in scope
class ActionSheetControllerContainerView: UIView {
                                          ^~~~~~
/Applications/Xcode-15.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSTextAttachment.h:23:1: note: interface 'UIView' forward declared here
@class UIView;
^
/Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ActionSheetController/ActionSheetController/ActionSheetControllerContainerView.swift:15:9: error: 'super' members cannot be referenced in a root class
        super.init(frame: frame)
        ^
/Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ActionSheetController/ActionSheetController/ActionSheetControllerContainerView.swift:64:39: error: cannot find 'UITapGestureRecognizer' in scope
        blurView.addGestureRecognizer(UITapGestureRecognizer(target: self, action: #selector(didPressDoneButton)))
                                      ^~~~~~~~~~~~~~~~~~~~~~
/Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ActionSheetController/ActionSheetController/ActionSheetControllerContainerView.swift:72:42: error: cannot infer contextual base in reference to member 'normal'
        doneButton.setTitle(title, for: .normal)
                                        ~^~~~~~
/Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ActionSheetController/ActionSheetController/ActionSheetControllerContainerView.swift:73:55: error: cannot infer contextual base in reference to member 'normal'
        doneButton.setTitleColor(type.color() , for: .normal)
                                                     ~^~~~~~
/Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ActionSheetController/ActionSheetController/ActionSheetControllerContainerView.swift:78:24: error: cannot find 'UIVisualEffectView' in scope
        let blurView = UIVisualEffectView(frame: tableView.frame)
                       ^~~~~~~~~~~~~~~~~~
/Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ActionSheetController/ActionSheetController/ActionSheetControllerContainerView.swift:78:60: error: value of type 'SelfSizedTableView' has no member 'frame'
        let blurView = UIVisualEffectView(frame: tableView.frame)
                                                 ~~~~~~~~~ ^~~~~
/Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ActionSheetController/ActionSheetController/ActionSheetControllerContainerView.swift:79:27: error: cannot find 'UIBlurEffect' in scope
        blurView.effect = UIBlurEffect(style: .systemMaterial)
                          ^~~~~~~~~~~~
/Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ActionSheetController/ActionSheetController/ActionSheetControllerContainerView.swift:79:48: error: cannot infer contextual base in reference to member 'systemMaterial'
        blurView.effect = UIBlurEffect(style: .systemMaterial)
                                              ~^~~~~~~~~~~~~~
/Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ActionSheetController/ActionSheetController/ActionSheetControllerContainerView.swift:80:19: error: value of type 'SelfSizedTableView' has no member 'backgroundView'
        tableView.backgroundView = blurView
        ~~~~~~~~~ ^~~~~~~~~~~~~~
/Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ActionSheetController/ActionSheetController/ActionSheetControllerContainerView.swift:84:35: error: cannot find 'UIApplication' in scope
        guard let appViewHeight = UIApplication.shared.windows.last?.rootViewController?.view.frame.height else {return}
                                  ^~~~~~~~~~~~~
/Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ActionSheetController/ActionSheetController/ActionSheetControllerContainerView.swift:91:9: error: cannot find 'translatesAutoresizingMaskIntoConstraints' in scope
        translatesAutoresizingMaskIntoConstraints = false
        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ActionSheetController/ActionSheetController/ActionSheetControllerContainerView.swift:92:9: error: cannot find 'addSubview' in scope
        addSubview(backDropView)
        ^~~~~~~~~~
/Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ActionSheetController/ActionSheetController/ActionSheetControllerContainerView.swift:93:9: error: cannot find 'addSubview' in scope
        addSubview(tableView)
        ^~~~~~~~~~
/Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ActionSheetController/ActionSheetController/ActionSheetControllerContainerView.swift:94:9: error: cannot find 'addSubview' in scope
        addSubview(doneButton)
        ^~~~~~~~~~
/Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ActionSheetController/ActionSheetController/ActionSheetControllerContainerView.swift:96:50: error: cannot find 'leftAnchor' in scope
        tableView.leftAnchor.constraint(equalTo: leftAnchor, constant: 8).isActive = true
                                                 ^~~~~~~~~~
/Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ActionSheetController/ActionSheetController/ActionSheetControllerContainerView.swift:96:19: error: value of type 'SelfSizedTableView' has no member 'leftAnchor'
        tableView.leftAnchor.constraint(equalTo: leftAnchor, constant: 8).isActive = true
        ~~~~~~~~~ ^~~~~~~~~~
/Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ActionSheetController/ActionSheetController/ActionSheetControllerContainerView.swift:97:51: error: cannot find 'rightAnchor' in scope
        tableView.rightAnchor.constraint(equalTo: rightAnchor, constant: -8).isActive = true
                                                  ^~~~~~~~~~~
/Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ActionSheetController/ActionSheetController/ActionSheetControllerContainerView.swift:97:19: error: value of type 'SelfSizedTableView' has no member 'rightAnchor'
        tableView.rightAnchor.constraint(equalTo: rightAnchor, constant: -8).isActive = true
        ~~~~~~~~~ ^~~~~~~~~~~
/Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ActionSheetController/ActionSheetController/ActionSheetControllerContainerView.swift:99:60: error: value of type 'SelfSizedTableView' has no member 'bottomAnchor'
        doneButton.topAnchor.constraint(equalTo: tableView.bottomAnchor, constant: 8).isActive = true
                                                 ~~~~~~~~~ ^~~~~~~~~~~~
/Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ActionSheetController/ActionSheetController/ActionSheetControllerContainerView.swift:100:51: error: cannot find 'leftAnchor' in scope
        doneButton.leftAnchor.constraint(equalTo: leftAnchor, constant: 8).isActive = true
                                                  ^~~~~~~~~~
/Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ActionSheetController/ActionSheetController/ActionSheetControllerContainerView.swift:101:52: error: cannot find 'rightAnchor' in scope
        doneButton.rightAnchor.constraint(equalTo: rightAnchor, constant: -8).isActive = true
                                                   ^~~~~~~~~~~
/Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ActionSheetController/ActionSheetController/ActionSheetControllerContainerView.swift:102:53: error: cannot find 'safeAreaLayoutGuide' in scope
        doneButton.bottomAnchor.constraint(equalTo: safeAreaLayoutGuide.bottomAnchor, constant: -5).isActive = true
                                                    ^~~~~~~~~~~~~~~~~~~
/Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ActionSheetController/ActionSheetController/ActionSheetControllerContainerView.swift:104:52: error: cannot find 'topAnchor' in scope
        backDropView.topAnchor.constraint(equalTo: topAnchor).isActive = true
                                                   ^~~~~~~~~
/Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ActionSheetController/ActionSheetController/ActionSheetControllerContainerView.swift:105:53: error: cannot find 'leftAnchor' in scope
        backDropView.leftAnchor.constraint(equalTo: leftAnchor).isActive = true
                                                    ^~~~~~~~~~
/Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ActionSheetController/ActionSheetController/ActionSheetControllerContainerView.swift:106:54: error: cannot find 'rightAnchor' in scope
        backDropView.rightAnchor.constraint(equalTo: rightAnchor).isActive = true
                                                     ^~~~~~~~~~~
/Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ActionSheetController/ActionSheetController/ActionSheetControllerContainerView.swift:107:55: error: cannot find 'bottomAnchor' in scope
        backDropView.bottomAnchor.constraint(equalTo: bottomAnchor).isActive = true
                                                      ^~~~~~~~~~~~
/Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ActionSheetController/ActionSheetController/ActionSheetControllerContainerView.swift:34:38: error: argument passed to call that takes no arguments
        let view = SelfSizedTableView(frame: .zero, style: .plain)
                                     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
                                     
/Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ActionSheetController/ActionSheetController/ActionSheetControllerContainerView.swift:34:47: error: cannot infer contextual base in reference to member 'zero'
        let view = SelfSizedTableView(frame: .zero, style: .plain)
                                             ~^~~~
/Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ActionSheetController/ActionSheetController/ActionSheetControllerContainerView.swift:34:61: error: cannot infer contextual base in reference to member 'plain'
        let view = SelfSizedTableView(frame: .zero, style: .plain)
                                                           ~^~~~~
SwiftCompile normal armv7k Compiling\ SelfSizingTableView.swift /Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ActionSheetController/CustomClasses/SelfSizingTableView.swift (in target 'ActionSheetController' from project 'ActionSheetController')
    cd /Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace
    builtin-swiftTaskExecution -- /Applications/Xcode-15.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift-frontend -frontend -c /Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ActionSheetController/ActionSheetController/ActionSheetActionType.swift /Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ActionSheetController/ActionSheetController/ActionSheetCellType.swift /Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ActionSheetController/ActionSheetController/ActionSheetController.swift /Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ActionSheetController/ActionSheetController/ActionSheetControllerContainerView.swift /Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ActionSheetController/ActionSheetController/ActionSheetProtocol.swift /Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ActionSheetController/ActionSheetController/TableViewCells/ActionSheetCustomViewTableViewCell.swift /Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ActionSheetController/ActionSheetController/TableViewCells/ActionSheetDefaultActionTableViewCell.swift /Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ActionSheetController/ActionSheetController/TableViewCells/ActionSheetHeaderViewTableViewCell.swift /Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ActionSheetController/ActionSheetController/TableViewCells/ActionSheetTitleViewTableViewCell.swift -primary-file /Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ActionSheetController/CustomClasses/SelfSizingTableView.swift -emit-dependencies-path /Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ActionSheetController.build/Debug-watchos/ActionSheetController.build/Objects-normal/armv7k/SelfSizingTableView.d -emit-const-values-path /Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ActionSheetController.build/Debug-watchos/ActionSheetController.build/Objects-normal/armv7k/SelfSizingTableView.swiftconstvalues -emit-reference-dependencies-path /Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ActionSheetController.build/Debug-watchos/ActionSheetController.build/Objects-normal/armv7k/SelfSizingTableView.swiftdeps -serialize-diagnostics-path /Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ActionSheetController.build/Debug-watchos/ActionSheetController.build/Objects-normal/armv7k/SelfSizingTableView.dia -target armv7k-apple-watchos6.0 -enable-objc-interop -stack-check -sdk /Applications/Xcode-15.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.0.sdk -I /Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -I /Applications/Xcode-15.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib -F /Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F /Applications/Xcode-15.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-15.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.0.sdk/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -module-cache-path /Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -swift-version 5 -enforce-exclusivity\=checked -Onone -D SWIFT_PACKAGE -D DEBUG -D Xcode -serialize-debugging-options -const-gather-protocols-file /Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ActionSheetController.build/Debug-watchos/ActionSheetController.build/Objects-normal/armv7k/ActionSheetController_const_extract_protocols.json -empty-abi-descriptor -plugin-path /Applications/Xcode-15.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Applications/Xcode-15.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/local/lib/swift/host/plugins -validate-clang-modules-once -clang-build-session-file /Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace -resource-dir /Applications/Xcode-15.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -Xcc -ivfsstatcache -Xcc /Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos10.0-21R5275s-8db995917c4b1d9e1a16e7199e9e13bb.sdkstatcache -Xcc -I/Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ActionSheetController.build/Debug-watchos/ActionSheetController.build/swift-overrides.hmap -Xcc -I/Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/include -Xcc -I/Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ActionSheetController.build/Debug-watchos/ActionSheetController.build/DerivedSources-normal/armv7k -Xcc -I/Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ActionSheetController.build/Debug-watchos/ActionSheetController.build/DerivedSources/armv7k -Xcc -I/Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ActionSheetController.build/Debug-watchos/ActionSheetController.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name ActionSheetController -frontend-parseable-output -disable-clang-spi -target-sdk-version 10.0 -target-sdk-name watchos10.0 -o /Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ActionSheetController.build/Debug-watchos/ActionSheetController.build/Objects-normal/armv7k/SelfSizingTableView.o -index-unit-output-path /ActionSheetController.build/Debug-watchos/ActionSheetController.build/Objects-normal/armv7k/SelfSizingTableView.o -index-store-path /Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
SwiftCompile normal armv7k /Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ActionSheetController/CustomClasses/SelfSizingTableView.swift (in target 'ActionSheetController' from project 'ActionSheetController')
    cd /Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace
    /Applications/Xcode-15.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift-frontend -c /Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ActionSheetController/ActionSheetController/ActionSheetActionType.swift /Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ActionSheetController/ActionSheetController/ActionSheetCellType.swift /Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ActionSheetController/ActionSheetController/ActionSheetController.swift /Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ActionSheetController/ActionSheetController/ActionSheetControllerContainerView.swift /Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ActionSheetController/ActionSheetController/ActionSheetProtocol.swift /Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ActionSheetController/ActionSheetController/TableViewCells/ActionSheetCustomViewTableViewCell.swift /Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ActionSheetController/ActionSheetController/TableViewCells/ActionSheetDefaultActionTableViewCell.swift /Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ActionSheetController/ActionSheetController/TableViewCells/ActionSheetHeaderViewTableViewCell.swift /Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ActionSheetController/ActionSheetController/TableViewCells/ActionSheetTitleViewTableViewCell.swift -primary-file /Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ActionSheetController/CustomClasses/SelfSizingTableView.swift -emit-dependencies-path /Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ActionSheetController.build/Debug-watchos/ActionSheetController.build/Objects-normal/armv7k/SelfSizingTableView.d -emit-const-values-path /Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ActionSheetController.build/Debug-watchos/ActionSheetController.build/Objects-normal/armv7k/SelfSizingTableView.swiftconstvalues -emit-reference-dependencies-path /Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ActionSheetController.build/Debug-watchos/ActionSheetController.build/Objects-normal/armv7k/SelfSizingTableView.swiftdeps -serialize-diagnostics-path /Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ActionSheetController.build/Debug-watchos/ActionSheetController.build/Objects-normal/armv7k/SelfSizingTableView.dia -target armv7k-apple-watchos6.0 -enable-objc-interop -stack-check -sdk /Applications/Xcode-15.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.0.sdk -I /Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -I /Applications/Xcode-15.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib -F /Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F /Applications/Xcode-15.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-15.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.0.sdk/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -module-cache-path /Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -swift-version 5 -enforce-exclusivity\=checked -Onone -D SWIFT_PACKAGE -D DEBUG -D Xcode -serialize-debugging-options -const-gather-protocols-file /Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ActionSheetController.build/Debug-watchos/ActionSheetController.build/Objects-normal/armv7k/ActionSheetController_const_extract_protocols.json -empty-abi-descriptor -plugin-path /Applications/Xcode-15.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Applications/Xcode-15.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/local/lib/swift/host/plugins -validate-clang-modules-once -clang-build-session-file /Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace -resource-dir /Applications/Xcode-15.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -Xcc -ivfsstatcache -Xcc /Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos10.0-21R5275s-8db995917c4b1d9e1a16e7199e9e13bb.sdkstatcache -Xcc -I/Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ActionSheetController.build/Debug-watchos/ActionSheetController.build/swift-overrides.hmap -Xcc -I/Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/include -Xcc -I/Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ActionSheetController.build/Debug-watchos/ActionSheetController.build/DerivedSources-normal/armv7k -Xcc -I/Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ActionSheetController.build/Debug-watchos/ActionSheetController.build/DerivedSources/armv7k -Xcc -I/Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ActionSheetController.build/Debug-watchos/ActionSheetController.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name ActionSheetController -frontend-parseable-output -disable-clang-spi -target-sdk-version 10.0 -target-sdk-name watchos10.0 -o /Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ActionSheetController.build/Debug-watchos/ActionSheetController.build/Objects-normal/armv7k/SelfSizingTableView.o -index-unit-output-path /ActionSheetController.build/Debug-watchos/ActionSheetController.build/Objects-normal/armv7k/SelfSizingTableView.o -index-store-path /Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
/Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ActionSheetController/CustomClasses/SelfSizingTableView.swift:11:30: error: cannot find 'UIScreen' in scope
    var maxHeight: CGFloat = UIScreen.main.bounds.size.height
                             ^~~~~~~~
/Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ActionSheetController/CustomClasses/SelfSizingTableView.swift:13:18: error: property does not override any property from its superclass
    override var intrinsicContentSize: CGSize {
    ~~~~~~~~     ^
/Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ActionSheetController/CustomClasses/SelfSizingTableView.swift:18:20: error: property does not override any property from its superclass
      override var contentSize: CGSize {
      ~~~~~~~~     ^
/Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ActionSheetController/CustomClasses/SelfSizingTableView.swift:20:18: error: value of type 'SelfSizedTableView' has no member 'invalidateIntrinsicContentSize'
            self.invalidateIntrinsicContentSize()
            ~~~~ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ActionSheetController/CustomClasses/SelfSizingTableView.swift:10:27: error: cannot find type 'UITableView' in scope
class SelfSizedTableView: UITableView {
                          ^~~~~~~~~~~
SwiftEmitModule normal armv7k Emitting\ module\ for\ ActionSheetController (in target 'ActionSheetController' from project 'ActionSheetController')
    cd /Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace
    builtin-swiftTaskExecution -- /Applications/Xcode-15.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift-frontend -frontend -emit-module -experimental-skip-non-inlinable-function-bodies-without-types /Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ActionSheetController/ActionSheetController/ActionSheetActionType.swift /Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ActionSheetController/ActionSheetController/ActionSheetCellType.swift /Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ActionSheetController/ActionSheetController/ActionSheetController.swift /Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ActionSheetController/ActionSheetController/ActionSheetControllerContainerView.swift /Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ActionSheetController/ActionSheetController/ActionSheetProtocol.swift /Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ActionSheetController/ActionSheetController/TableViewCells/ActionSheetCustomViewTableViewCell.swift /Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ActionSheetController/ActionSheetController/TableViewCells/ActionSheetDefaultActionTableViewCell.swift /Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ActionSheetController/ActionSheetController/TableViewCells/ActionSheetHeaderViewTableViewCell.swift /Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ActionSheetController/ActionSheetController/TableViewCells/ActionSheetTitleViewTableViewCell.swift /Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ActionSheetController/CustomClasses/SelfSizingTableView.swift -target armv7k-apple-watchos6.0 -enable-objc-interop -stack-check -sdk /Applications/Xcode-15.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.0.sdk -I /Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -I /Applications/Xcode-15.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib -F /Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F /Applications/Xcode-15.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-15.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.0.sdk/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -module-cache-path /Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -swift-version 5 -enforce-exclusivity\=checked -Onone -D SWIFT_PACKAGE -D DEBUG -D Xcode -serialize-debugging-options -const-gather-protocols-file /Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ActionSheetController.build/Debug-watchos/ActionSheetController.build/Objects-normal/armv7k/ActionSheetController_const_extract_protocols.json -empty-abi-descriptor -plugin-path /Applications/Xcode-15.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Applications/Xcode-15.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/local/lib/swift/host/plugins -validate-clang-modules-once -clang-build-session-file /Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace -resource-dir /Applications/Xcode-15.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -Xcc -ivfsstatcache -Xcc /Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos10.0-21R5275s-8db995917c4b1d9e1a16e7199e9e13bb.sdkstatcache -Xcc -I/Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ActionSheetController.build/Debug-watchos/ActionSheetController.build/swift-overrides.hmap -Xcc -I/Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/include -Xcc -I/Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ActionSheetController.build/Debug-watchos/ActionSheetController.build/DerivedSources-normal/armv7k -Xcc -I/Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ActionSheetController.build/Debug-watchos/ActionSheetController.build/DerivedSources/armv7k -Xcc -I/Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ActionSheetController.build/Debug-watchos/ActionSheetController.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name ActionSheetController -disable-clang-spi -target-sdk-version 10.0 -target-sdk-name watchos10.0 -emit-module-doc-path /Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ActionSheetController.build/Debug-watchos/ActionSheetController.build/Objects-normal/armv7k/ActionSheetController.swiftdoc -emit-module-source-info-path /Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ActionSheetController.build/Debug-watchos/ActionSheetController.build/Objects-normal/armv7k/ActionSheetController.swiftsourceinfo -emit-objc-header-path /Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ActionSheetController.build/Debug-watchos/ActionSheetController.build/Objects-normal/armv7k/ActionSheetController-Swift.h -serialize-diagnostics-path /Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ActionSheetController.build/Debug-watchos/ActionSheetController.build/Objects-normal/armv7k/ActionSheetController-master-emit-module.dia -emit-dependencies-path /Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ActionSheetController.build/Debug-watchos/ActionSheetController.build/Objects-normal/armv7k/ActionSheetController-master-emit-module.d -o /Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ActionSheetController.build/Debug-watchos/ActionSheetController.build/Objects-normal/armv7k/ActionSheetController.swiftmodule -emit-abi-descriptor-path /Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ActionSheetController.build/Debug-watchos/ActionSheetController.build/Objects-normal/armv7k/ActionSheetController.abi.json
SwiftEmitModule normal arm64_32 Emitting\ module\ for\ ActionSheetController (in target 'ActionSheetController' from project 'ActionSheetController')
    cd /Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace
    builtin-swiftTaskExecution -- /Applications/Xcode-15.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift-frontend -frontend -emit-module -experimental-skip-non-inlinable-function-bodies-without-types /Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ActionSheetController/ActionSheetController/ActionSheetActionType.swift /Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ActionSheetController/ActionSheetController/ActionSheetCellType.swift /Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ActionSheetController/ActionSheetController/ActionSheetController.swift /Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ActionSheetController/ActionSheetController/ActionSheetControllerContainerView.swift /Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ActionSheetController/ActionSheetController/ActionSheetProtocol.swift /Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ActionSheetController/ActionSheetController/TableViewCells/ActionSheetCustomViewTableViewCell.swift /Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ActionSheetController/ActionSheetController/TableViewCells/ActionSheetDefaultActionTableViewCell.swift /Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ActionSheetController/ActionSheetController/TableViewCells/ActionSheetHeaderViewTableViewCell.swift /Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ActionSheetController/ActionSheetController/TableViewCells/ActionSheetTitleViewTableViewCell.swift /Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ActionSheetController/CustomClasses/SelfSizingTableView.swift -target arm64_32-apple-watchos6.0 -enable-objc-interop -sdk /Applications/Xcode-15.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.0.sdk -I /Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -I /Applications/Xcode-15.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib -F /Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F /Applications/Xcode-15.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-15.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.0.sdk/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -module-cache-path /Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -swift-version 5 -enforce-exclusivity\=checked -Onone -D SWIFT_PACKAGE -D DEBUG -D Xcode -serialize-debugging-options -const-gather-protocols-file /Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ActionSheetController.build/Debug-watchos/ActionSheetController.build/Objects-normal/arm64_32/ActionSheetController_const_extract_protocols.json -empty-abi-descriptor -plugin-path /Applications/Xcode-15.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Applications/Xcode-15.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/local/lib/swift/host/plugins -validate-clang-modules-once -clang-build-session-file /Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace -resource-dir /Applications/Xcode-15.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -Xcc -ivfsstatcache -Xcc /Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos10.0-21R5275s-8db995917c4b1d9e1a16e7199e9e13bb.sdkstatcache -Xcc -I/Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ActionSheetController.build/Debug-watchos/ActionSheetController.build/swift-overrides.hmap -Xcc -I/Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/include -Xcc -I/Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ActionSheetController.build/Debug-watchos/ActionSheetController.build/DerivedSources-normal/arm64_32 -Xcc -I/Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ActionSheetController.build/Debug-watchos/ActionSheetController.build/DerivedSources/arm64_32 -Xcc -I/Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ActionSheetController.build/Debug-watchos/ActionSheetController.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name ActionSheetController -disable-clang-spi -target-sdk-version 10.0 -target-sdk-name watchos10.0 -emit-module-doc-path /Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ActionSheetController.build/Debug-watchos/ActionSheetController.build/Objects-normal/arm64_32/ActionSheetController.swiftdoc -emit-module-source-info-path /Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ActionSheetController.build/Debug-watchos/ActionSheetController.build/Objects-normal/arm64_32/ActionSheetController.swiftsourceinfo -emit-objc-header-path /Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ActionSheetController.build/Debug-watchos/ActionSheetController.build/Objects-normal/arm64_32/ActionSheetController-Swift.h -serialize-diagnostics-path /Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ActionSheetController.build/Debug-watchos/ActionSheetController.build/Objects-normal/arm64_32/ActionSheetController-master-emit-module.dia -emit-dependencies-path /Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ActionSheetController.build/Debug-watchos/ActionSheetController.build/Objects-normal/arm64_32/ActionSheetController-master-emit-module.d -o /Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ActionSheetController.build/Debug-watchos/ActionSheetController.build/Objects-normal/arm64_32/ActionSheetController.swiftmodule -emit-abi-descriptor-path /Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ActionSheetController.build/Debug-watchos/ActionSheetController.build/Objects-normal/arm64_32/ActionSheetController.abi.json
Command SwiftEmitModule failed with a nonzero exit code

Resolve Package Graph

** BUILD FAILED **


The following build commands failed:
	SwiftCompile normal armv7k /Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ActionSheetController/ActionSheetController/TableViewCells/ActionSheetTitleViewTableViewCell.swift (in target 'ActionSheetController' from project 'ActionSheetController')
	SwiftCompile normal armv7k Compiling\ ActionSheetTitleViewTableViewCell.swift /Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ActionSheetController/ActionSheetController/TableViewCells/ActionSheetTitleViewTableViewCell.swift (in target 'ActionSheetController' from project 'ActionSheetController')
	SwiftCompile normal armv7k /Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ActionSheetController/ActionSheetController/ActionSheetProtocol.swift (in target 'ActionSheetController' from project 'ActionSheetController')
	SwiftCompile normal armv7k Compiling\ ActionSheetProtocol.swift /Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ActionSheetController/ActionSheetController/ActionSheetProtocol.swift (in target 'ActionSheetController' from project 'ActionSheetController')
	SwiftCompile normal armv7k Compiling\ ActionSheetCustomViewTableViewCell.swift /Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ActionSheetController/ActionSheetController/TableViewCells/ActionSheetCustomViewTableViewCell.swift (in target 'ActionSheetController' from project 'ActionSheetController')
	SwiftCompile normal armv7k /Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ActionSheetController/ActionSheetController/TableViewCells/ActionSheetCustomViewTableViewCell.swift (in target 'ActionSheetController' from project 'ActionSheetController')
	SwiftCompile normal armv7k /Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ActionSheetController/ActionSheetController/TableViewCells/ActionSheetHeaderViewTableViewCell.swift (in target 'ActionSheetController' from project 'ActionSheetController')
	SwiftCompile normal armv7k Compiling\ ActionSheetHeaderViewTableViewCell.swift /Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ActionSheetController/ActionSheetController/TableViewCells/ActionSheetHeaderViewTableViewCell.swift (in target 'ActionSheetController' from project 'ActionSheetController')
	SwiftCompile normal armv7k Compiling\ ActionSheetDefaultActionTableViewCell.swift /Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ActionSheetController/ActionSheetController/TableViewCells/ActionSheetDefaultActionTableViewCell.swift (in target 'ActionSheetController' from project 'ActionSheetController')
	SwiftCompile normal armv7k /Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ActionSheetController/ActionSheetController/TableViewCells/ActionSheetDefaultActionTableViewCell.swift (in target 'ActionSheetController' from project 'ActionSheetController')
	SwiftCompile normal armv7k /Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ActionSheetController/ActionSheetController/ActionSheetController.swift (in target 'ActionSheetController' from project 'ActionSheetController')
	SwiftCompile normal armv7k /Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ActionSheetController/ActionSheetController/ActionSheetControllerContainerView.swift (in target 'ActionSheetController' from project 'ActionSheetController')
	SwiftCompile normal armv7k Compiling\ ActionSheetController.swift,\ ActionSheetControllerContainerView.swift /Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ActionSheetController/ActionSheetController/ActionSheetController.swift /Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ActionSheetController/ActionSheetController/ActionSheetControllerContainerView.swift (in target 'ActionSheetController' from project 'ActionSheetController')
	SwiftCompile normal armv7k Compiling\ SelfSizingTableView.swift /Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ActionSheetController/CustomClasses/SelfSizingTableView.swift (in target 'ActionSheetController' from project 'ActionSheetController')
	SwiftCompile normal armv7k /Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ActionSheetController/CustomClasses/SelfSizingTableView.swift (in target 'ActionSheetController' from project 'ActionSheetController')
	SwiftEmitModule normal arm64_32 Emitting\ module\ for\ ActionSheetController (in target 'ActionSheetController' from project 'ActionSheetController')
(16 failures)
Command line invocation:
    /Applications/Xcode-15.0.0-Beta.app/Contents/Developer/usr/bin/xcodebuild -IDEClonedSourcePackagesDirPathOverride=/Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies -derivedDataPath /Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData build -scheme ActionSheetController -destination generic/platform=watchos

User defaults from command line:
    IDEClonedSourcePackagesDirPathOverride = /Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies
    IDEDerivedDataPathOverride = /Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData
    IDEPackageSupportUseBuiltinSCM = YES
Resolve Package Graph



Resolved source packages:
  ActionSheetController: /Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace
Prepare packages

Computing target dependency graph and provisioning inputs

Create build description

note: Building targets in dependency order
note: Target dependency graph (3 targets)
    Target 'ActionSheetControllerTests' in project 'ActionSheetController'
        ➜ Explicit dependency on target 'ActionSheetController' in project 'ActionSheetController'
    Target 'ActionSheetController' in project 'ActionSheetController'
        ➜ Explicit dependency on target 'ActionSheetController' in project 'ActionSheetController'
    Target 'ActionSheetController' in project 'ActionSheetController' (no dependencies)
ClangStatCache /Applications/Xcode-15.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang-stat-cache /Applications/Xcode-15.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.0.sdk /Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos10.0-21R5275s-8db995917c4b1d9e1a16e7199e9e13bb.sdkstatcache
    cd /Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.swiftpm/xcode
    /Applications/Xcode-15.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang-stat-cache /Applications/Xcode-15.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.0.sdk -o /Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos10.0-21R5275s-8db995917c4b1d9e1a16e7199e9e13bb.sdkstatcache

SwiftDriver ActionSheetController normal armv7k com.apple.xcode.tools.swift.compiler (in target 'ActionSheetController' from project 'ActionSheetController')
    cd /Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace
    builtin-SwiftDriver -- /Applications/Xcode-15.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name ActionSheetController -Onone -enforce-exclusivity\=checked @/Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ActionSheetController.build/Debug-watchos/ActionSheetController.build/Objects-normal/armv7k/ActionSheetController.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -DXcode -sdk /Applications/Xcode-15.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.0.sdk -target armv7k-apple-watchos6.0 -g -module-cache-path /Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -enable-testing -index-store-path /Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -swift-version 5 -I /Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -I /Applications/Xcode-15.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib -F /Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F /Applications/Xcode-15.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-15.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.0.sdk/Developer/Library/Frameworks -c -j8 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos10.0-21R5275s-8db995917c4b1d9e1a16e7199e9e13bb.sdkstatcache -output-file-map /Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-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 -serialize-diagnostics -emit-dependencies -emit-module -emit-module-path /Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-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/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -I/Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-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/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-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/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/include -Xcc -I/Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ActionSheetController.build/Debug-watchos/ActionSheetController.build/DerivedSources-normal/armv7k -Xcc -I/Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ActionSheetController.build/Debug-watchos/ActionSheetController.build/DerivedSources/armv7k -Xcc -I/Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-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/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ActionSheetController.build/Debug-watchos/ActionSheetController.build/Objects-normal/armv7k/ActionSheetController-Swift.h -working-directory /Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace -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/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace
    builtin-SwiftDriver -- /Applications/Xcode-15.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name ActionSheetController -Onone -enforce-exclusivity\=checked @/Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ActionSheetController.build/Debug-watchos/ActionSheetController.build/Objects-normal/arm64_32/ActionSheetController.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -DXcode -sdk /Applications/Xcode-15.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.0.sdk -target arm64_32-apple-watchos6.0 -g -module-cache-path /Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -enable-testing -index-store-path /Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -swift-version 5 -I /Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -I /Applications/Xcode-15.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib -F /Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F /Applications/Xcode-15.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-15.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.0.sdk/Developer/Library/Frameworks -c -j8 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos10.0-21R5275s-8db995917c4b1d9e1a16e7199e9e13bb.sdkstatcache -output-file-map /Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-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 -serialize-diagnostics -emit-dependencies -emit-module -emit-module-path /Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-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/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -I/Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-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/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-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/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/include -Xcc -I/Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ActionSheetController.build/Debug-watchos/ActionSheetController.build/DerivedSources-normal/arm64_32 -Xcc -I/Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ActionSheetController.build/Debug-watchos/ActionSheetController.build/DerivedSources/arm64_32 -Xcc -I/Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-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/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ActionSheetController.build/Debug-watchos/ActionSheetController.build/Objects-normal/arm64_32/ActionSheetController-Swift.h -working-directory /Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace -experimental-emit-module-separately -disable-cmo

SwiftDriver ActionSheetController normal arm64 com.apple.xcode.tools.swift.compiler (in target 'ActionSheetController' from project 'ActionSheetController')
    cd /Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace
    builtin-SwiftDriver -- /Applications/Xcode-15.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name ActionSheetController -Onone -enforce-exclusivity\=checked @/Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ActionSheetController.build/Debug-watchos/ActionSheetController.build/Objects-normal/arm64/ActionSheetController.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -DXcode -sdk /Applications/Xcode-15.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.0.sdk -target arm64-apple-watchos6.0 -g -module-cache-path /Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -enable-testing -index-store-path /Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -swift-version 5 -I /Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -I /Applications/Xcode-15.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib -F /Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F /Applications/Xcode-15.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-15.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.0.sdk/Developer/Library/Frameworks -c -j8 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos10.0-21R5275s-8db995917c4b1d9e1a16e7199e9e13bb.sdkstatcache -output-file-map /Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-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 -serialize-diagnostics -emit-dependencies -emit-module -emit-module-path /Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-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/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -I/Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-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/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-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/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/include -Xcc -I/Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ActionSheetController.build/Debug-watchos/ActionSheetController.build/DerivedSources-normal/arm64 -Xcc -I/Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ActionSheetController.build/Debug-watchos/ActionSheetController.build/DerivedSources/arm64 -Xcc -I/Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-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/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ActionSheetController.build/Debug-watchos/ActionSheetController.build/Objects-normal/arm64/ActionSheetController-Swift.h -working-directory /Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace -experimental-emit-module-separately -disable-cmo
SwiftCompile normal arm64 Compiling\ SelfSizingTableView.swift /Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ActionSheetController/CustomClasses/SelfSizingTableView.swift (in target 'ActionSheetController' from project 'ActionSheetController')
    cd /Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace
    builtin-swiftTaskExecution -- /Applications/Xcode-15.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift-frontend -frontend -c /Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ActionSheetController/ActionSheetController/ActionSheetActionType.swift /Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ActionSheetController/ActionSheetController/ActionSheetCellType.swift /Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ActionSheetController/ActionSheetController/ActionSheetController.swift /Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ActionSheetController/ActionSheetController/ActionSheetControllerContainerView.swift /Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ActionSheetController/ActionSheetController/ActionSheetProtocol.swift /Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ActionSheetController/ActionSheetController/TableViewCells/ActionSheetCustomViewTableViewCell.swift /Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ActionSheetController/ActionSheetController/TableViewCells/ActionSheetDefaultActionTableViewCell.swift /Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ActionSheetController/ActionSheetController/TableViewCells/ActionSheetHeaderViewTableViewCell.swift /Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ActionSheetController/ActionSheetController/TableViewCells/ActionSheetTitleViewTableViewCell.swift -primary-file /Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ActionSheetController/CustomClasses/SelfSizingTableView.swift -emit-dependencies-path /Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ActionSheetController.build/Debug-watchos/ActionSheetController.build/Objects-normal/arm64/SelfSizingTableView.d -emit-const-values-path /Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ActionSheetController.build/Debug-watchos/ActionSheetController.build/Objects-normal/arm64/SelfSizingTableView.swiftconstvalues -emit-reference-dependencies-path /Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ActionSheetController.build/Debug-watchos/ActionSheetController.build/Objects-normal/arm64/SelfSizingTableView.swiftdeps -serialize-diagnostics-path /Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ActionSheetController.build/Debug-watchos/ActionSheetController.build/Objects-normal/arm64/SelfSizingTableView.dia -target arm64-apple-watchos6.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -stack-check -sdk /Applications/Xcode-15.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.0.sdk -I /Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -I /Applications/Xcode-15.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib -F /Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F /Applications/Xcode-15.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-15.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.0.sdk/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -module-cache-path /Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -swift-version 5 -enforce-exclusivity\=checked -Onone -D SWIFT_PACKAGE -D DEBUG -D Xcode -serialize-debugging-options -const-gather-protocols-file /Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ActionSheetController.build/Debug-watchos/ActionSheetController.build/Objects-normal/arm64/ActionSheetController_const_extract_protocols.json -empty-abi-descriptor -plugin-path /Applications/Xcode-15.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Applications/Xcode-15.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/local/lib/swift/host/plugins -validate-clang-modules-once -clang-build-session-file /Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace -resource-dir /Applications/Xcode-15.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -Xcc -ivfsstatcache -Xcc /Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos10.0-21R5275s-8db995917c4b1d9e1a16e7199e9e13bb.sdkstatcache -Xcc -I/Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ActionSheetController.build/Debug-watchos/ActionSheetController.build/swift-overrides.hmap -Xcc -I/Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/include -Xcc -I/Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ActionSheetController.build/Debug-watchos/ActionSheetController.build/DerivedSources-normal/arm64 -Xcc -I/Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ActionSheetController.build/Debug-watchos/ActionSheetController.build/DerivedSources/arm64 -Xcc -I/Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ActionSheetController.build/Debug-watchos/ActionSheetController.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name ActionSheetController -frontend-parseable-output -disable-clang-spi -target-sdk-version 10.0 -target-sdk-name watchos10.0 -o /Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-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/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules

SwiftCompile normal arm64 /Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ActionSheetController/CustomClasses/SelfSizingTableView.swift (in target 'ActionSheetController' from project 'ActionSheetController')
    cd /Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace
    /Applications/Xcode-15.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift-frontend -c /Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ActionSheetController/ActionSheetController/ActionSheetActionType.swift /Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ActionSheetController/ActionSheetController/ActionSheetCellType.swift /Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ActionSheetController/ActionSheetController/ActionSheetController.swift /Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ActionSheetController/ActionSheetController/ActionSheetControllerContainerView.swift /Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ActionSheetController/ActionSheetController/ActionSheetProtocol.swift /Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ActionSheetController/ActionSheetController/TableViewCells/ActionSheetCustomViewTableViewCell.swift /Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ActionSheetController/ActionSheetController/TableViewCells/ActionSheetDefaultActionTableViewCell.swift /Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ActionSheetController/ActionSheetController/TableViewCells/ActionSheetHeaderViewTableViewCell.swift /Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ActionSheetController/ActionSheetController/TableViewCells/ActionSheetTitleViewTableViewCell.swift -primary-file /Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ActionSheetController/CustomClasses/SelfSizingTableView.swift -emit-dependencies-path /Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ActionSheetController.build/Debug-watchos/ActionSheetController.build/Objects-normal/arm64/SelfSizingTableView.d -emit-const-values-path /Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ActionSheetController.build/Debug-watchos/ActionSheetController.build/Objects-normal/arm64/SelfSizingTableView.swiftconstvalues -emit-reference-dependencies-path /Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ActionSheetController.build/Debug-watchos/ActionSheetController.build/Objects-normal/arm64/SelfSizingTableView.swiftdeps -serialize-diagnostics-path /Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ActionSheetController.build/Debug-watchos/ActionSheetController.build/Objects-normal/arm64/SelfSizingTableView.dia -target arm64-apple-watchos6.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -stack-check -sdk /Applications/Xcode-15.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.0.sdk -I /Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -I /Applications/Xcode-15.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib -F /Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F /Applications/Xcode-15.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-15.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.0.sdk/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -module-cache-path /Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -swift-version 5 -enforce-exclusivity\=checked -Onone -D SWIFT_PACKAGE -D DEBUG -D Xcode -serialize-debugging-options -const-gather-protocols-file /Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ActionSheetController.build/Debug-watchos/ActionSheetController.build/Objects-normal/arm64/ActionSheetController_const_extract_protocols.json -empty-abi-descriptor -plugin-path /Applications/Xcode-15.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Applications/Xcode-15.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/local/lib/swift/host/plugins -validate-clang-modules-once -clang-build-session-file /Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace -resource-dir /Applications/Xcode-15.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -Xcc -ivfsstatcache -Xcc /Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos10.0-21R5275s-8db995917c4b1d9e1a16e7199e9e13bb.sdkstatcache -Xcc -I/Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ActionSheetController.build/Debug-watchos/ActionSheetController.build/swift-overrides.hmap -Xcc -I/Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/include -Xcc -I/Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ActionSheetController.build/Debug-watchos/ActionSheetController.build/DerivedSources-normal/arm64 -Xcc -I/Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ActionSheetController.build/Debug-watchos/ActionSheetController.build/DerivedSources/arm64 -Xcc -I/Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ActionSheetController.build/Debug-watchos/ActionSheetController.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name ActionSheetController -frontend-parseable-output -disable-clang-spi -target-sdk-version 10.0 -target-sdk-name watchos10.0 -o /Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-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/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
/Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ActionSheetController/CustomClasses/SelfSizingTableView.swift:11:30: error: cannot find 'UIScreen' in scope
    var maxHeight: CGFloat = UIScreen.main.bounds.size.height
                             ^~~~~~~~
/Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ActionSheetController/CustomClasses/SelfSizingTableView.swift:13:18: error: property does not override any property from its superclass
    override var intrinsicContentSize: CGSize {
    ~~~~~~~~     ^
/Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ActionSheetController/CustomClasses/SelfSizingTableView.swift:18:20: error: property does not override any property from its superclass
      override var contentSize: CGSize {
      ~~~~~~~~     ^
/Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ActionSheetController/CustomClasses/SelfSizingTableView.swift:20:18: error: value of type 'SelfSizedTableView' has no member 'invalidateIntrinsicContentSize'
            self.invalidateIntrinsicContentSize()
            ~~~~ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ActionSheetController/CustomClasses/SelfSizingTableView.swift:10:27: error: cannot find type 'UITableView' in scope
class SelfSizedTableView: UITableView {
                          ^~~~~~~~~~~

SwiftEmitModule normal arm64 Emitting\ module\ for\ ActionSheetController (in target 'ActionSheetController' from project 'ActionSheetController')
    cd /Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace
    builtin-swiftTaskExecution -- /Applications/Xcode-15.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift-frontend -frontend -emit-module -experimental-skip-non-inlinable-function-bodies-without-types /Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ActionSheetController/ActionSheetController/ActionSheetActionType.swift /Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ActionSheetController/ActionSheetController/ActionSheetCellType.swift /Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ActionSheetController/ActionSheetController/ActionSheetController.swift /Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ActionSheetController/ActionSheetController/ActionSheetControllerContainerView.swift /Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ActionSheetController/ActionSheetController/ActionSheetProtocol.swift /Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ActionSheetController/ActionSheetController/TableViewCells/ActionSheetCustomViewTableViewCell.swift /Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ActionSheetController/ActionSheetController/TableViewCells/ActionSheetDefaultActionTableViewCell.swift /Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ActionSheetController/ActionSheetController/TableViewCells/ActionSheetHeaderViewTableViewCell.swift /Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ActionSheetController/ActionSheetController/TableViewCells/ActionSheetTitleViewTableViewCell.swift /Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ActionSheetController/CustomClasses/SelfSizingTableView.swift -target arm64-apple-watchos6.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -stack-check -sdk /Applications/Xcode-15.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.0.sdk -I /Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -I /Applications/Xcode-15.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib -F /Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F /Applications/Xcode-15.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-15.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.0.sdk/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -module-cache-path /Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -swift-version 5 -enforce-exclusivity\=checked -Onone -D SWIFT_PACKAGE -D DEBUG -D Xcode -serialize-debugging-options -const-gather-protocols-file /Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ActionSheetController.build/Debug-watchos/ActionSheetController.build/Objects-normal/arm64/ActionSheetController_const_extract_protocols.json -empty-abi-descriptor -plugin-path /Applications/Xcode-15.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Applications/Xcode-15.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/local/lib/swift/host/plugins -validate-clang-modules-once -clang-build-session-file /Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace -resource-dir /Applications/Xcode-15.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -Xcc -ivfsstatcache -Xcc /Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos10.0-21R5275s-8db995917c4b1d9e1a16e7199e9e13bb.sdkstatcache -Xcc -I/Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ActionSheetController.build/Debug-watchos/ActionSheetController.build/swift-overrides.hmap -Xcc -I/Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/include -Xcc -I/Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ActionSheetController.build/Debug-watchos/ActionSheetController.build/DerivedSources-normal/arm64 -Xcc -I/Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ActionSheetController.build/Debug-watchos/ActionSheetController.build/DerivedSources/arm64 -Xcc -I/Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ActionSheetController.build/Debug-watchos/ActionSheetController.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name ActionSheetController -disable-clang-spi -target-sdk-version 10.0 -target-sdk-name watchos10.0 -emit-module-doc-path /Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ActionSheetController.build/Debug-watchos/ActionSheetController.build/Objects-normal/arm64/ActionSheetController.swiftdoc -emit-module-source-info-path /Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ActionSheetController.build/Debug-watchos/ActionSheetController.build/Objects-normal/arm64/ActionSheetController.swiftsourceinfo -emit-objc-header-path /Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ActionSheetController.build/Debug-watchos/ActionSheetController.build/Objects-normal/arm64/ActionSheetController-Swift.h -serialize-diagnostics-path /Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ActionSheetController.build/Debug-watchos/ActionSheetController.build/Objects-normal/arm64/ActionSheetController-master-emit-module.dia -emit-dependencies-path /Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ActionSheetController.build/Debug-watchos/ActionSheetController.build/Objects-normal/arm64/ActionSheetController-master-emit-module.d -o /Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ActionSheetController.build/Debug-watchos/ActionSheetController.build/Objects-normal/arm64/ActionSheetController.swiftmodule -emit-abi-descriptor-path /Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ActionSheetController.build/Debug-watchos/ActionSheetController.build/Objects-normal/arm64/ActionSheetController.abi.json
/Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ActionSheetController/ActionSheetController/ActionSheetCellType.swift:12:23: error: cannot find type 'UIView' in scope
    case custom(view: UIView)
                      ^~~~~~
/Applications/Xcode-15.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSTextAttachment.h:23:1: note: interface 'UIView' forward declared here
@class UIView;
^
/Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ActionSheetController/ActionSheetController/ActionSheetCellType.swift:13:27: error: cannot find type 'UIView' in scope
    case headerView(view: UIView)
                          ^~~~~~
/Applications/Xcode-15.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSTextAttachment.h:23:1: note: interface 'UIView' forward declared here
@class UIView;
^
/Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ActionSheetController/ActionSheetController/ActionSheetController.swift:18:58: error: missing argument for parameter 'frame' in call
    let contentView = ActionSheetControllerContainerView()
                                                         ^
                                                         frame: <#CGRect#>
/Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ActionSheetController/ActionSheetController/ActionSheetControllerContainerView.swift:14:14: note: 'init(frame:)' declared here
    override init(frame: CGRect) {
             ^
/Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ActionSheetController/ActionSheetController/ActionSheetController.swift:15:37: error: cannot find type 'UIView' in scope
public class ActionSheetController: UIView {
                                    ^~~~~~
/Applications/Xcode-15.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSTextAttachment.h:23:1: note: interface 'UIView' forward declared here
@class UIView;
^
/Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ActionSheetController/ActionSheetController/ActionSheetController.swift:96:33: error: cannot find type 'UIView' in scope
    public func addHeader(view: UIView) {
                                ^~~~~~
/Applications/Xcode-15.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSTextAttachment.h:23:1: note: interface 'UIView' forward declared here
@class UIView;
^
/Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ActionSheetController/ActionSheetController/ActionSheetController.swift:106:39: error: cannot find type 'UIView' in scope
    public func addCustomAction(view: UIView) {
                                      ^~~~~~
/Applications/Xcode-15.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSTextAttachment.h:23:1: note: interface 'UIView' forward declared here
@class UIView;
^
/Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ActionSheetController/ActionSheetController/ActionSheetProtocol.swift:12:26: error: cannot find type 'UIView' in scope
    func addHeader(view: UIView)
                         ^~~~~~
/Applications/Xcode-15.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSTextAttachment.h:23:1: note: interface 'UIView' forward declared here
@class UIView;
^
/Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ActionSheetController/ActionSheetController/ActionSheetProtocol.swift:14:32: error: cannot find type 'UIView' in scope
    func addCustomAction(view: UIView)
                               ^~~~~~
/Applications/Xcode-15.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSTextAttachment.h:23:1: note: interface 'UIView' forward declared here
@class UIView;
^
/Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ActionSheetController/ActionSheetController/ActionSheetController.swift:120:34: error: cannot find type 'UITableViewDelegate' in scope
extension ActionSheetController: UITableViewDelegate, UITableViewDataSource {
                                 ^~~~~~~~~~~~~~~~~~~
/Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ActionSheetController/ActionSheetController/ActionSheetController.swift:120:55: error: cannot find type 'UITableViewDataSource' in scope
extension ActionSheetController: UITableViewDelegate, UITableViewDataSource {
                                                      ^~~~~~~~~~~~~~~~~~~~~
/Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ActionSheetController/ActionSheetController/ActionSheetController.swift:122:48: error: cannot find type 'UITableView' in scope
    public func numberOfSections(in tableView: UITableView) -> Int {
                                               ^~~~~~~~~~~
/Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ActionSheetController/ActionSheetController/ActionSheetController.swift:126:40: error: cannot find type 'UITableView' in scope
    public func tableView(_ tableView: UITableView, numberOfRowsInSection section: Int) -> Int {
                                       ^~~~~~~~~~~
/Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ActionSheetController/ActionSheetController/ActionSheetController.swift:137:91: error: cannot find type 'UITableViewCell' in scope
    public func tableView(_ tableView: UITableView, cellForRowAt indexPath: IndexPath) -> UITableViewCell {
                                                                                          ^~~~~~~~~~~~~~~
/Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ActionSheetController/ActionSheetController/ActionSheetController.swift:137:40: error: cannot find type 'UITableView' in scope
    public func tableView(_ tableView: UITableView, cellForRowAt indexPath: IndexPath) -> UITableViewCell {
                                       ^~~~~~~~~~~
/Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ActionSheetController/ActionSheetController/ActionSheetController.swift:175:40: error: cannot find type 'UITableView' in scope
    public func tableView(_ tableView: UITableView, didSelectRowAt indexPath: IndexPath) {
                                       ^~~~~~~~~~~
/Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ActionSheetController/ActionSheetController/ActionSheetControllerContainerView.swift:26:28: error: cannot find type 'UIView' in scope
    lazy var backDropView: UIView = {
                           ^~~~~~
/Applications/Xcode-15.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSTextAttachment.h:23:1: note: interface 'UIView' forward declared here
@class UIView;
^
/Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ActionSheetController/ActionSheetController/ActionSheetControllerContainerView.swift:45:34: error: cannot find type 'UIButton' in scope
    private lazy var doneButton: UIButton = {
                                 ^~~~~~~~
/Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ActionSheetController/ActionSheetController/ActionSheetControllerContainerView.swift:14:14: error: initializer does not override a designated initializer from its superclass
    override init(frame: CGRect) {
    ~~~~~~~~ ^
/Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ActionSheetController/ActionSheetController/ActionSheetControllerContainerView.swift:24:20: error: cannot find 'UIVisualEffectView' in scope
    let blurView = UIVisualEffectView(effect: UIBlurEffect(style: .systemMaterial))
                   ^~~~~~~~~~~~~~~~~~
/Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ActionSheetController/ActionSheetController/ActionSheetControllerContainerView.swift:24:47: error: cannot find 'UIBlurEffect' in scope
    let blurView = UIVisualEffectView(effect: UIBlurEffect(style: .systemMaterial))
                                              ^~~~~~~~~~~~
/Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ActionSheetController/ActionSheetController/ActionSheetControllerContainerView.swift:24:68: error: cannot infer contextual base in reference to member 'systemMaterial'
    let blurView = UIVisualEffectView(effect: UIBlurEffect(style: .systemMaterial))
                                                                  ~^~~~~~~~~~~~~~
/Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ActionSheetController/ActionSheetController/ActionSheetControllerContainerView.swift:34:38: error: argument passed to call that takes no arguments
        let view = SelfSizedTableView(frame: .zero, style: .plain)
                                     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
                                     
/Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ActionSheetController/ActionSheetController/ActionSheetControllerContainerView.swift:34:47: error: cannot infer contextual base in reference to member 'zero'
        let view = SelfSizedTableView(frame: .zero, style: .plain)
                                             ~^~~~
/Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ActionSheetController/ActionSheetController/ActionSheetControllerContainerView.swift:34:61: error: cannot infer contextual base in reference to member 'plain'
        let view = SelfSizedTableView(frame: .zero, style: .plain)
                                                           ~^~~~~
/Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ActionSheetController/ActionSheetController/ActionSheetControllerContainerView.swift:10:43: error: cannot find type 'UIView' in scope
class ActionSheetControllerContainerView: UIView {
                                          ^~~~~~
/Applications/Xcode-15.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSTextAttachment.h:23:1: note: interface 'UIView' forward declared here
@class UIView;
^
/Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ActionSheetController/ActionSheetController/TableViewCells/ActionSheetCustomViewTableViewCell.swift:14:26: error: cannot find type 'UITableViewCell' in scope
    override init(style: UITableViewCell.CellStyle, reuseIdentifier: String?) {
                         ^~~~~~~~~~~~~~~
/Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ActionSheetController/ActionSheetController/TableViewCells/ActionSheetCustomViewTableViewCell.swift:14:14: error: initializer does not override a designated initializer from its superclass
    override init(style: UITableViewCell.CellStyle, reuseIdentifier: String?) {
    ~~~~~~~~ ^
/Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ActionSheetController/ActionSheetController/TableViewCells/ActionSheetCustomViewTableViewCell.swift:23:32: error: cannot find type 'UIView' in scope
    private let containerView: UIView = {
                               ^~~~~~
/Applications/Xcode-15.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSTextAttachment.h:23:1: note: interface 'UIView' forward declared here
@class UIView;
^
/Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ActionSheetController/ActionSheetController/TableViewCells/ActionSheetCustomViewTableViewCell.swift:40:42: error: cannot find type 'UIView' in scope
    private func constrainCustom(_ view: UIView) {
                                         ^~~~~~
/Applications/Xcode-15.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSTextAttachment.h:23:1: note: interface 'UIView' forward declared here
@class UIView;
^
/Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ActionSheetController/ActionSheetController/TableViewCells/ActionSheetCustomViewTableViewCell.swift:10:43: error: cannot find type 'UITableViewCell' in scope
class ActionSheetCustomViewTableViewCell: UITableViewCell {
                                          ^~~~~~~~~~~~~~~
/Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ActionSheetController/ActionSheetController/TableViewCells/ActionSheetDefaultActionTableViewCell.swift:14:26: error: cannot find type 'UITableViewCell' in scope
    override init(style: UITableViewCell.CellStyle, reuseIdentifier: String?) {
                         ^~~~~~~~~~~~~~~
/Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ActionSheetController/ActionSheetController/TableViewCells/ActionSheetDefaultActionTableViewCell.swift:14:14: error: initializer does not override a designated initializer from its superclass
    override init(style: UITableViewCell.CellStyle, reuseIdentifier: String?) {
    ~~~~~~~~ ^
/Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ActionSheetController/ActionSheetController/TableViewCells/ActionSheetDefaultActionTableViewCell.swift:23:28: error: cannot find type 'UILabel' in scope
    private let cellTitle: UILabel = {
                           ^~~~~~~
/Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ActionSheetController/ActionSheetController/TableViewCells/ActionSheetDefaultActionTableViewCell.swift:10:46: error: cannot find type 'UITableViewCell' in scope
class ActionSheetDefaultActionTableViewCell: UITableViewCell {
                                             ^~~~~~~~~~~~~~~
/Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ActionSheetController/ActionSheetController/TableViewCells/ActionSheetHeaderViewTableViewCell.swift:12:26: error: cannot find type 'UITableViewCell' in scope
    override init(style: UITableViewCell.CellStyle, reuseIdentifier: String?) {
                         ^~~~~~~~~~~~~~~
/Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ActionSheetController/ActionSheetController/TableViewCells/ActionSheetHeaderViewTableViewCell.swift:12:14: error: initializer does not override a designated initializer from its superclass
    override init(style: UITableViewCell.CellStyle, reuseIdentifier: String?) {
    ~~~~~~~~ ^
/Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ActionSheetController/ActionSheetController/TableViewCells/ActionSheetHeaderViewTableViewCell.swift:21:32: error: cannot find type 'UIView' in scope
    private let containerView: UIView = {
                               ^~~~~~

/Applications/Xcode-15.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSTextAttachment.h:23:1: note: interface 'UIView' forward declared here
@class UIView;
^
/Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ActionSheetController/ActionSheetController/TableViewCells/ActionSheetHeaderViewTableViewCell.swift:38:36: error: cannot find type 'UIView' in scope
    private func constrain(_ view: UIView) {
                                   ^~~~~~
/Applications/Xcode-15.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSTextAttachment.h:23:1: note: interface 'UIView' forward declared here
@class UIView;
^
/Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ActionSheetController/ActionSheetController/TableViewCells/ActionSheetHeaderViewTableViewCell.swift:10:43: error: cannot find type 'UITableViewCell' in scope
class ActionSheetHeaderViewTableViewCell: UITableViewCell {
                                          ^~~~~~~~~~~~~~~
/Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ActionSheetController/ActionSheetController/TableViewCells/ActionSheetTitleViewTableViewCell.swift:41:25: error: cannot find type 'UIStackView' in scope
    lazy var stackView: UIStackView = {
                        ^~~~~~~~~~~
/Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ActionSheetController/ActionSheetController/TableViewCells/ActionSheetTitleViewTableViewCell.swift:12:26: error: cannot find type 'UITableViewCell' in scope
    override init(style: UITableViewCell.CellStyle, reuseIdentifier: String?) {
                         ^~~~~~~~~~~~~~~
/Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ActionSheetController/ActionSheetController/TableViewCells/ActionSheetTitleViewTableViewCell.swift:12:14: error: initializer does not override a designated initializer from its superclass
    override init(style: UITableViewCell.CellStyle, reuseIdentifier: String?) {
    ~~~~~~~~ ^
/Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ActionSheetController/ActionSheetController/TableViewCells/ActionSheetTitleViewTableViewCell.swift:21:16: error: cannot find type 'UILabel' in scope
    let title: UILabel = {
               ^~~~~~~
/Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ActionSheetController/ActionSheetController/TableViewCells/ActionSheetTitleViewTableViewCell.swift:31:19: error: cannot find type 'UILabel' in scope
    let subtitle: UILabel = {
                  ^~~~~~~
/Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ActionSheetController/ActionSheetController/TableViewCells/ActionSheetTitleViewTableViewCell.swift:10:42: error: cannot find type 'UITableViewCell' in scope
class ActionSheetTitleViewTableViewCell: UITableViewCell {
                                         ^~~~~~~~~~~~~~~
/Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ActionSheetController/CustomClasses/SelfSizingTableView.swift:11:30: error: cannot find 'UIScreen' in scope
    var maxHeight: CGFloat = UIScreen.main.bounds.size.height
                             ^~~~~~~~
/Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ActionSheetController/CustomClasses/SelfSizingTableView.swift:13:18: error: property does not override any property from its superclass
    override var intrinsicContentSize: CGSize {
    ~~~~~~~~     ^
/Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ActionSheetController/CustomClasses/SelfSizingTableView.swift:18:20: error: property does not override any property from its superclass
      override var contentSize: CGSize {
      ~~~~~~~~     ^
/Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ActionSheetController/CustomClasses/SelfSizingTableView.swift:20:18: error: value of type 'SelfSizedTableView' has no member 'invalidateIntrinsicContentSize'
            self.invalidateIntrinsicContentSize()
            ~~~~ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ActionSheetController/CustomClasses/SelfSizingTableView.swift:10:27: error: cannot find type 'UITableView' in scope
class SelfSizedTableView: UITableView {
                          ^~~~~~~~~~~
SwiftCompile normal arm64 Compiling\ ActionSheetDefaultActionTableViewCell.swift /Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ActionSheetController/ActionSheetController/TableViewCells/ActionSheetDefaultActionTableViewCell.swift (in target 'ActionSheetController' from project 'ActionSheetController')
    cd /Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace
    builtin-swiftTaskExecution -- /Applications/Xcode-15.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift-frontend -frontend -c /Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ActionSheetController/ActionSheetController/ActionSheetActionType.swift /Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ActionSheetController/ActionSheetController/ActionSheetCellType.swift /Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ActionSheetController/ActionSheetController/ActionSheetController.swift /Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ActionSheetController/ActionSheetController/ActionSheetControllerContainerView.swift /Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ActionSheetController/ActionSheetController/ActionSheetProtocol.swift /Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ActionSheetController/ActionSheetController/TableViewCells/ActionSheetCustomViewTableViewCell.swift -primary-file /Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ActionSheetController/ActionSheetController/TableViewCells/ActionSheetDefaultActionTableViewCell.swift /Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ActionSheetController/ActionSheetController/TableViewCells/ActionSheetHeaderViewTableViewCell.swift /Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ActionSheetController/ActionSheetController/TableViewCells/ActionSheetTitleViewTableViewCell.swift /Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ActionSheetController/CustomClasses/SelfSizingTableView.swift -emit-dependencies-path /Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ActionSheetController.build/Debug-watchos/ActionSheetController.build/Objects-normal/arm64/ActionSheetDefaultActionTableViewCell.d -emit-const-values-path /Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ActionSheetController.build/Debug-watchos/ActionSheetController.build/Objects-normal/arm64/ActionSheetDefaultActionTableViewCell.swiftconstvalues -emit-reference-dependencies-path /Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ActionSheetController.build/Debug-watchos/ActionSheetController.build/Objects-normal/arm64/ActionSheetDefaultActionTableViewCell.swiftdeps -serialize-diagnostics-path /Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ActionSheetController.build/Debug-watchos/ActionSheetController.build/Objects-normal/arm64/ActionSheetDefaultActionTableViewCell.dia -target arm64-apple-watchos6.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -stack-check -sdk /Applications/Xcode-15.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.0.sdk -I /Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -I /Applications/Xcode-15.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib -F /Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F /Applications/Xcode-15.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-15.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.0.sdk/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -module-cache-path /Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -swift-version 5 -enforce-exclusivity\=checked -Onone -D SWIFT_PACKAGE -D DEBUG -D Xcode -serialize-debugging-options -const-gather-protocols-file /Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ActionSheetController.build/Debug-watchos/ActionSheetController.build/Objects-normal/arm64/ActionSheetController_const_extract_protocols.json -empty-abi-descriptor -plugin-path /Applications/Xcode-15.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Applications/Xcode-15.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/local/lib/swift/host/plugins -validate-clang-modules-once -clang-build-session-file /Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace -resource-dir /Applications/Xcode-15.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -Xcc -ivfsstatcache -Xcc /Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos10.0-21R5275s-8db995917c4b1d9e1a16e7199e9e13bb.sdkstatcache -Xcc -I/Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ActionSheetController.build/Debug-watchos/ActionSheetController.build/swift-overrides.hmap -Xcc -I/Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/include -Xcc -I/Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ActionSheetController.build/Debug-watchos/ActionSheetController.build/DerivedSources-normal/arm64 -Xcc -I/Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ActionSheetController.build/Debug-watchos/ActionSheetController.build/DerivedSources/arm64 -Xcc -I/Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ActionSheetController.build/Debug-watchos/ActionSheetController.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name ActionSheetController -frontend-parseable-output -disable-clang-spi -target-sdk-version 10.0 -target-sdk-name watchos10.0 -o /Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-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/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
SwiftCompile normal arm64 /Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ActionSheetController/ActionSheetController/TableViewCells/ActionSheetDefaultActionTableViewCell.swift (in target 'ActionSheetController' from project 'ActionSheetController')
    cd /Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace
    /Applications/Xcode-15.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift-frontend -c /Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ActionSheetController/ActionSheetController/ActionSheetActionType.swift /Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ActionSheetController/ActionSheetController/ActionSheetCellType.swift /Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ActionSheetController/ActionSheetController/ActionSheetController.swift /Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ActionSheetController/ActionSheetController/ActionSheetControllerContainerView.swift /Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ActionSheetController/ActionSheetController/ActionSheetProtocol.swift /Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ActionSheetController/ActionSheetController/TableViewCells/ActionSheetCustomViewTableViewCell.swift -primary-file /Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ActionSheetController/ActionSheetController/TableViewCells/ActionSheetDefaultActionTableViewCell.swift /Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ActionSheetController/ActionSheetController/TableViewCells/ActionSheetHeaderViewTableViewCell.swift /Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ActionSheetController/ActionSheetController/TableViewCells/ActionSheetTitleViewTableViewCell.swift /Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ActionSheetController/CustomClasses/SelfSizingTableView.swift -emit-dependencies-path /Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ActionSheetController.build/Debug-watchos/ActionSheetController.build/Objects-normal/arm64/ActionSheetDefaultActionTableViewCell.d -emit-const-values-path /Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ActionSheetController.build/Debug-watchos/ActionSheetController.build/Objects-normal/arm64/ActionSheetDefaultActionTableViewCell.swiftconstvalues -emit-reference-dependencies-path /Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ActionSheetController.build/Debug-watchos/ActionSheetController.build/Objects-normal/arm64/ActionSheetDefaultActionTableViewCell.swiftdeps -serialize-diagnostics-path /Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ActionSheetController.build/Debug-watchos/ActionSheetController.build/Objects-normal/arm64/ActionSheetDefaultActionTableViewCell.dia -target arm64-apple-watchos6.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -stack-check -sdk /Applications/Xcode-15.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.0.sdk -I /Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -I /Applications/Xcode-15.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib -F /Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F /Applications/Xcode-15.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-15.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.0.sdk/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -module-cache-path /Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -swift-version 5 -enforce-exclusivity\=checked -Onone -D SWIFT_PACKAGE -D DEBUG -D Xcode -serialize-debugging-options -const-gather-protocols-file /Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ActionSheetController.build/Debug-watchos/ActionSheetController.build/Objects-normal/arm64/ActionSheetController_const_extract_protocols.json -empty-abi-descriptor -plugin-path /Applications/Xcode-15.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Applications/Xcode-15.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/local/lib/swift/host/plugins -validate-clang-modules-once -clang-build-session-file /Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace -resource-dir /Applications/Xcode-15.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -Xcc -ivfsstatcache -Xcc /Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos10.0-21R5275s-8db995917c4b1d9e1a16e7199e9e13bb.sdkstatcache -Xcc -I/Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ActionSheetController.build/Debug-watchos/ActionSheetController.build/swift-overrides.hmap -Xcc -I/Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/include -Xcc -I/Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ActionSheetController.build/Debug-watchos/ActionSheetController.build/DerivedSources-normal/arm64 -Xcc -I/Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ActionSheetController.build/Debug-watchos/ActionSheetController.build/DerivedSources/arm64 -Xcc -I/Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ActionSheetController.build/Debug-watchos/ActionSheetController.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name ActionSheetController -frontend-parseable-output -disable-clang-spi -target-sdk-version 10.0 -target-sdk-name watchos10.0 -o /Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-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/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
/Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ActionSheetController/ActionSheetController/TableViewCells/ActionSheetDefaultActionTableViewCell.swift:14:26: error: cannot find type 'UITableViewCell' in scope
    override init(style: UITableViewCell.CellStyle, reuseIdentifier: String?) {
                         ^~~~~~~~~~~~~~~
/Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ActionSheetController/ActionSheetController/TableViewCells/ActionSheetDefaultActionTableViewCell.swift:14:14: error: initializer does not override a designated initializer from its superclass
    override init(style: UITableViewCell.CellStyle, reuseIdentifier: String?) {
    ~~~~~~~~ ^
/Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ActionSheetController/ActionSheetController/TableViewCells/ActionSheetDefaultActionTableViewCell.swift:23:28: error: cannot find type 'UILabel' in scope
    private let cellTitle: UILabel = {
                           ^~~~~~~
/Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ActionSheetController/ActionSheetController/TableViewCells/ActionSheetDefaultActionTableViewCell.swift:10:46: error: cannot find type 'UITableViewCell' in scope
class ActionSheetDefaultActionTableViewCell: UITableViewCell {
                                             ^~~~~~~~~~~~~~~
/Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ActionSheetController/ActionSheetController/TableViewCells/ActionSheetDefaultActionTableViewCell.swift:15:9: error: 'super' members cannot be referenced in a root class
        super.init(style: style, reuseIdentifier: reuseIdentifier)
        ^
/Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ActionSheetController/ActionSheetController/TableViewCells/ActionSheetDefaultActionTableViewCell.swift:33:9: error: cannot find 'selectionStyle' in scope
        selectionStyle = .none
        ^~~~~~~~~~~~~~
/Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ActionSheetController/ActionSheetController/TableViewCells/ActionSheetDefaultActionTableViewCell.swift:34:9: error: cannot find 'backgroundColor' in scope
        backgroundColor = .clear
        ^~~~~~~~~~~~~~~
/Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ActionSheetController/ActionSheetController/TableViewCells/ActionSheetDefaultActionTableViewCell.swift:35:9: error: cannot find 'contentView' in scope
        contentView.backgroundColor = .clear
        ^~~~~~~~~~~
/Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ActionSheetController/ActionSheetController/TableViewCells/ActionSheetDefaultActionTableViewCell.swift:36:9: error: cannot find 'contentView' in scope
        contentView.addSubview(cellTitle)
        ^~~~~~~~~~~
/Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ActionSheetController/ActionSheetController/TableViewCells/ActionSheetDefaultActionTableViewCell.swift:37:49: error: cannot find 'contentView' in scope
        cellTitle.topAnchor.constraint(equalTo: contentView.topAnchor, constant: 21).isActive = true
                                                ^~~~~~~~~~~
/Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ActionSheetController/ActionSheetController/TableViewCells/ActionSheetDefaultActionTableViewCell.swift:38:50: error: cannot find 'contentView' in scope
        cellTitle.leftAnchor.constraint(equalTo: contentView.leftAnchor, constant: 8).isActive = true
                                                 ^~~~~~~~~~~
/Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ActionSheetController/ActionSheetController/TableViewCells/ActionSheetDefaultActionTableViewCell.swift:39:51: error: cannot find 'contentView' in scope
        cellTitle.rightAnchor.constraint(equalTo: contentView.rightAnchor, constant: -8).isActive = true
                                                  ^~~~~~~~~~~
/Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ActionSheetController/ActionSheetController/TableViewCells/ActionSheetDefaultActionTableViewCell.swift:40:52: error: cannot find 'contentView' in scope
        cellTitle.bottomAnchor.constraint(equalTo: contentView.bottomAnchor, constant: -21).isActive = true
                                                   ^~~~~~~~~~~
SwiftCompile normal arm64_32 Compiling\ SelfSizingTableView.swift /Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ActionSheetController/CustomClasses/SelfSizingTableView.swift (in target 'ActionSheetController' from project 'ActionSheetController')
    cd /Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace
    builtin-swiftTaskExecution -- /Applications/Xcode-15.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift-frontend -frontend -c /Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ActionSheetController/ActionSheetController/ActionSheetActionType.swift /Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ActionSheetController/ActionSheetController/ActionSheetCellType.swift /Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ActionSheetController/ActionSheetController/ActionSheetController.swift /Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ActionSheetController/ActionSheetController/ActionSheetControllerContainerView.swift /Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ActionSheetController/ActionSheetController/ActionSheetProtocol.swift /Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ActionSheetController/ActionSheetController/TableViewCells/ActionSheetCustomViewTableViewCell.swift /Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ActionSheetController/ActionSheetController/TableViewCells/ActionSheetDefaultActionTableViewCell.swift /Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ActionSheetController/ActionSheetController/TableViewCells/ActionSheetHeaderViewTableViewCell.swift /Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ActionSheetController/ActionSheetController/TableViewCells/ActionSheetTitleViewTableViewCell.swift -primary-file /Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ActionSheetController/CustomClasses/SelfSizingTableView.swift -emit-dependencies-path /Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ActionSheetController.build/Debug-watchos/ActionSheetController.build/Objects-normal/arm64_32/SelfSizingTableView.d -emit-const-values-path /Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ActionSheetController.build/Debug-watchos/ActionSheetController.build/Objects-normal/arm64_32/SelfSizingTableView.swiftconstvalues -emit-reference-dependencies-path /Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ActionSheetController.build/Debug-watchos/ActionSheetController.build/Objects-normal/arm64_32/SelfSizingTableView.swiftdeps -serialize-diagnostics-path /Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ActionSheetController.build/Debug-watchos/ActionSheetController.build/Objects-normal/arm64_32/SelfSizingTableView.dia -target arm64_32-apple-watchos6.0 -enable-objc-interop -sdk /Applications/Xcode-15.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.0.sdk -I /Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -I /Applications/Xcode-15.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib -F /Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F /Applications/Xcode-15.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-15.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.0.sdk/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -module-cache-path /Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -swift-version 5 -enforce-exclusivity\=checked -Onone -D SWIFT_PACKAGE -D DEBUG -D Xcode -serialize-debugging-options -const-gather-protocols-file /Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ActionSheetController.build/Debug-watchos/ActionSheetController.build/Objects-normal/arm64_32/ActionSheetController_const_extract_protocols.json -empty-abi-descriptor -plugin-path /Applications/Xcode-15.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Applications/Xcode-15.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/local/lib/swift/host/plugins -validate-clang-modules-once -clang-build-session-file /Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace -resource-dir /Applications/Xcode-15.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -Xcc -ivfsstatcache -Xcc /Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos10.0-21R5275s-8db995917c4b1d9e1a16e7199e9e13bb.sdkstatcache -Xcc -I/Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ActionSheetController.build/Debug-watchos/ActionSheetController.build/swift-overrides.hmap -Xcc -I/Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/include -Xcc -I/Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ActionSheetController.build/Debug-watchos/ActionSheetController.build/DerivedSources-normal/arm64_32 -Xcc -I/Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ActionSheetController.build/Debug-watchos/ActionSheetController.build/DerivedSources/arm64_32 -Xcc -I/Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ActionSheetController.build/Debug-watchos/ActionSheetController.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name ActionSheetController -frontend-parseable-output -disable-clang-spi -target-sdk-version 10.0 -target-sdk-name watchos10.0 -o /Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ActionSheetController.build/Debug-watchos/ActionSheetController.build/Objects-normal/arm64_32/SelfSizingTableView.o -index-unit-output-path /ActionSheetController.build/Debug-watchos/ActionSheetController.build/Objects-normal/arm64_32/SelfSizingTableView.o -index-store-path /Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
SwiftCompile normal arm64_32 /Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ActionSheetController/CustomClasses/SelfSizingTableView.swift (in target 'ActionSheetController' from project 'ActionSheetController')
    cd /Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace
    /Applications/Xcode-15.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift-frontend -c /Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ActionSheetController/ActionSheetController/ActionSheetActionType.swift /Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ActionSheetController/ActionSheetController/ActionSheetCellType.swift /Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ActionSheetController/ActionSheetController/ActionSheetController.swift /Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ActionSheetController/ActionSheetController/ActionSheetControllerContainerView.swift /Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ActionSheetController/ActionSheetController/ActionSheetProtocol.swift /Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ActionSheetController/ActionSheetController/TableViewCells/ActionSheetCustomViewTableViewCell.swift /Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ActionSheetController/ActionSheetController/TableViewCells/ActionSheetDefaultActionTableViewCell.swift /Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ActionSheetController/ActionSheetController/TableViewCells/ActionSheetHeaderViewTableViewCell.swift /Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ActionSheetController/ActionSheetController/TableViewCells/ActionSheetTitleViewTableViewCell.swift -primary-file /Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ActionSheetController/CustomClasses/SelfSizingTableView.swift -emit-dependencies-path /Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ActionSheetController.build/Debug-watchos/ActionSheetController.build/Objects-normal/arm64_32/SelfSizingTableView.d -emit-const-values-path /Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ActionSheetController.build/Debug-watchos/ActionSheetController.build/Objects-normal/arm64_32/SelfSizingTableView.swiftconstvalues -emit-reference-dependencies-path /Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ActionSheetController.build/Debug-watchos/ActionSheetController.build/Objects-normal/arm64_32/SelfSizingTableView.swiftdeps -serialize-diagnostics-path /Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ActionSheetController.build/Debug-watchos/ActionSheetController.build/Objects-normal/arm64_32/SelfSizingTableView.dia -target arm64_32-apple-watchos6.0 -enable-objc-interop -sdk /Applications/Xcode-15.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.0.sdk -I /Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -I /Applications/Xcode-15.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib -F /Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F /Applications/Xcode-15.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-15.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.0.sdk/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -module-cache-path /Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -swift-version 5 -enforce-exclusivity\=checked -Onone -D SWIFT_PACKAGE -D DEBUG -D Xcode -serialize-debugging-options -const-gather-protocols-file /Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ActionSheetController.build/Debug-watchos/ActionSheetController.build/Objects-normal/arm64_32/ActionSheetController_const_extract_protocols.json -empty-abi-descriptor -plugin-path /Applications/Xcode-15.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Applications/Xcode-15.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/local/lib/swift/host/plugins -validate-clang-modules-once -clang-build-session-file /Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace -resource-dir /Applications/Xcode-15.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -Xcc -ivfsstatcache -Xcc /Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos10.0-21R5275s-8db995917c4b1d9e1a16e7199e9e13bb.sdkstatcache -Xcc -I/Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ActionSheetController.build/Debug-watchos/ActionSheetController.build/swift-overrides.hmap -Xcc -I/Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/include -Xcc -I/Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ActionSheetController.build/Debug-watchos/ActionSheetController.build/DerivedSources-normal/arm64_32 -Xcc -I/Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ActionSheetController.build/Debug-watchos/ActionSheetController.build/DerivedSources/arm64_32 -Xcc -I/Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ActionSheetController.build/Debug-watchos/ActionSheetController.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name ActionSheetController -frontend-parseable-output -disable-clang-spi -target-sdk-version 10.0 -target-sdk-name watchos10.0 -o /Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ActionSheetController.build/Debug-watchos/ActionSheetController.build/Objects-normal/arm64_32/SelfSizingTableView.o -index-unit-output-path /ActionSheetController.build/Debug-watchos/ActionSheetController.build/Objects-normal/arm64_32/SelfSizingTableView.o -index-store-path /Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules

SwiftCompile normal arm64 Compiling\ ActionSheetHeaderViewTableViewCell.swift /Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ActionSheetController/ActionSheetController/TableViewCells/ActionSheetHeaderViewTableViewCell.swift (in target 'ActionSheetController' from project 'ActionSheetController')
    cd /Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace
    builtin-swiftTaskExecution -- /Applications/Xcode-15.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift-frontend -frontend -c /Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ActionSheetController/ActionSheetController/ActionSheetActionType.swift /Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ActionSheetController/ActionSheetController/ActionSheetCellType.swift /Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ActionSheetController/ActionSheetController/ActionSheetController.swift /Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ActionSheetController/ActionSheetController/ActionSheetControllerContainerView.swift /Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ActionSheetController/ActionSheetController/ActionSheetProtocol.swift /Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ActionSheetController/ActionSheetController/TableViewCells/ActionSheetCustomViewTableViewCell.swift /Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ActionSheetController/ActionSheetController/TableViewCells/ActionSheetDefaultActionTableViewCell.swift -primary-file /Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ActionSheetController/ActionSheetController/TableViewCells/ActionSheetHeaderViewTableViewCell.swift /Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ActionSheetController/ActionSheetController/TableViewCells/ActionSheetTitleViewTableViewCell.swift /Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ActionSheetController/CustomClasses/SelfSizingTableView.swift -emit-dependencies-path /Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ActionSheetController.build/Debug-watchos/ActionSheetController.build/Objects-normal/arm64/ActionSheetHeaderViewTableViewCell.d -emit-const-values-path /Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ActionSheetController.build/Debug-watchos/ActionSheetController.build/Objects-normal/arm64/ActionSheetHeaderViewTableViewCell.swiftconstvalues -emit-reference-dependencies-path /Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ActionSheetController.build/Debug-watchos/ActionSheetController.build/Objects-normal/arm64/ActionSheetHeaderViewTableViewCell.swiftdeps -serialize-diagnostics-path /Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ActionSheetController.build/Debug-watchos/ActionSheetController.build/Objects-normal/arm64/ActionSheetHeaderViewTableViewCell.dia -target arm64-apple-watchos6.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -stack-check -sdk /Applications/Xcode-15.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.0.sdk -I /Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -I /Applications/Xcode-15.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib -F /Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F /Applications/Xcode-15.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-15.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.0.sdk/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -module-cache-path /Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -swift-version 5 -enforce-exclusivity\=checked -Onone -D SWIFT_PACKAGE -D DEBUG -D Xcode -serialize-debugging-options -const-gather-protocols-file /Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ActionSheetController.build/Debug-watchos/ActionSheetController.build/Objects-normal/arm64/ActionSheetController_const_extract_protocols.json -empty-abi-descriptor -plugin-path /Applications/Xcode-15.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Applications/Xcode-15.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/local/lib/swift/host/plugins -validate-clang-modules-once -clang-build-session-file /Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace -resource-dir /Applications/Xcode-15.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -Xcc -ivfsstatcache -Xcc /Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos10.0-21R5275s-8db995917c4b1d9e1a16e7199e9e13bb.sdkstatcache -Xcc -I/Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ActionSheetController.build/Debug-watchos/ActionSheetController.build/swift-overrides.hmap -Xcc -I/Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/include -Xcc -I/Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ActionSheetController.build/Debug-watchos/ActionSheetController.build/DerivedSources-normal/arm64 -Xcc -I/Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ActionSheetController.build/Debug-watchos/ActionSheetController.build/DerivedSources/arm64 -Xcc -I/Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ActionSheetController.build/Debug-watchos/ActionSheetController.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name ActionSheetController -frontend-parseable-output -disable-clang-spi -target-sdk-version 10.0 -target-sdk-name watchos10.0 -o /Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ActionSheetController.build/Debug-watchos/ActionSheetController.build/Objects-normal/arm64/ActionSheetHeaderViewTableViewCell.o -index-unit-output-path /ActionSheetController.build/Debug-watchos/ActionSheetController.build/Objects-normal/arm64/ActionSheetHeaderViewTableViewCell.o -index-store-path /Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
Retrying in 0 seconds ...
BUILD FAILURE 5.9 watchos

Build Machine: Mac 5