The Swift Package Index logo.Swift Package Index

Track the adoption of Swift 6 strict concurrency checks for data race safety. How many packages are Ready for Swift 6?

Build Information

Successful build of Draftsman, reference master (3098b6), with Swift 6.1 for iOS using Xcode 16.3 on 27 Apr 2025 17:00:13 UTC.

Swift 6 data race errors: 512

Build Command

env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme Draftsman -destination generic/platform=iOS OTHER_SWIFT_FLAGS=-stats-output-dir .stats -strict-concurrency=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures

Build Log

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Draftsman/Classes/Utilities/Shortcuts/Property/UISwitch.swift (in target 'Draftsman' from project 'Draftsman')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

/Users/admin/builder/spi-builder-workspace/Draftsman/Classes/Utilities/Shortcuts/Property/UISwitch.swift:16:24: warning: main actor-isolated property 'onTintColor' can not be mutated from a nonisolated context; this is an error in the Swift 6 language mode
        underlyingView.onTintColor = onTintColor
                       ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UISwitch.h:25:49: note: mutation of this property is only permitted within the actor
@property(nullable, nonatomic, strong) UIColor *onTintColor API_AVAILABLE(ios(5.0)) UI_APPEARANCE_SELECTOR;
                                                ^
/Users/admin/builder/spi-builder-workspace/Draftsman/Classes/Utilities/Shortcuts/Property/UISwitch.swift:15:28: note: add '@MainActor' to make instance method 'onTintColor' part of global actor 'MainActor'
    @inlinable public func onTintColor(_ onTintColor: UIColor?) -> LayoutDraft<View> {
                           ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Draftsman/Classes/Utilities/Shortcuts/Property/UISwitch.swift:20:24: warning: cannot form key path to main actor-isolated property 'onTintColor'; this is an error in the Swift 6 language mode
        self.subcriber.onTintColor(publisher)
                       ^
/Users/admin/builder/spi-builder-workspace/Draftsman/Classes/Utilities/Shortcuts/Property/UISwitch.swift:23:24: warning: main actor-isolated property 'thumbTintColor' can not be mutated from a nonisolated context; this is an error in the Swift 6 language mode
        underlyingView.thumbTintColor = thumbTintColor
                       ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UISwitch.h:26:49: note: mutation of this property is only permitted within the actor
@property(nullable, nonatomic, strong) UIColor *thumbTintColor API_AVAILABLE(ios(6.0)) UI_APPEARANCE_SELECTOR;
                                                ^
/Users/admin/builder/spi-builder-workspace/Draftsman/Classes/Utilities/Shortcuts/Property/UISwitch.swift:22:28: note: add '@MainActor' to make instance method 'thumbTintColor' part of global actor 'MainActor'
    @inlinable public func thumbTintColor(_ thumbTintColor: UIColor?) -> LayoutDraft<View> {
                           ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Draftsman/Classes/Utilities/Shortcuts/Property/UISwitch.swift:27:24: warning: cannot form key path to main actor-isolated property 'thumbTintColor'; this is an error in the Swift 6 language mode
        self.subcriber.thumbTintColor(publisher)
                       ^
/Users/admin/builder/spi-builder-workspace/Draftsman/Classes/Utilities/Shortcuts/Property/UISwitch.swift:30:24: warning: main actor-isolated property 'onImage' can not be mutated from a nonisolated context; this is an error in the Swift 6 language mode
        underlyingView.onImage = onImage
                       ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UISwitch.h:28:49: note: mutation of this property is only permitted within the actor
@property(nullable, nonatomic, strong) UIImage *onImage API_AVAILABLE(ios(6.0)) UI_APPEARANCE_SELECTOR;
                                                ^
/Users/admin/builder/spi-builder-workspace/Draftsman/Classes/Utilities/Shortcuts/Property/UISwitch.swift:29:28: note: add '@MainActor' to make instance method 'onImage' part of global actor 'MainActor'
    @inlinable public func onImage(_ onImage: UIImage?) -> LayoutDraft<View> {
                           ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Draftsman/Classes/Utilities/Shortcuts/Property/UISwitch.swift:34:24: warning: cannot form key path to main actor-isolated property 'onImage'; this is an error in the Swift 6 language mode
        self.subcriber.onImage(publisher)
                       ^
/Users/admin/builder/spi-builder-workspace/Draftsman/Classes/Utilities/Shortcuts/Property/UISwitch.swift:37:24: warning: main actor-isolated property 'offImage' can not be mutated from a nonisolated context; this is an error in the Swift 6 language mode
        underlyingView.offImage = offImage
                       ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UISwitch.h:29:49: note: mutation of this property is only permitted within the actor
@property(nullable, nonatomic, strong) UIImage *offImage API_AVAILABLE(ios(6.0)) UI_APPEARANCE_SELECTOR;
                                                ^
/Users/admin/builder/spi-builder-workspace/Draftsman/Classes/Utilities/Shortcuts/Property/UISwitch.swift:36:28: note: add '@MainActor' to make instance method 'offImage' part of global actor 'MainActor'
    @inlinable public func offImage(_ offImage: UIImage?) -> LayoutDraft<View> {
                           ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Draftsman/Classes/Utilities/Shortcuts/Property/UISwitch.swift:41:24: warning: cannot form key path to main actor-isolated property 'offImage'; this is an error in the Swift 6 language mode
        self.subcriber.offImage(publisher)
                       ^
/Users/admin/builder/spi-builder-workspace/Draftsman/Classes/Utilities/Shortcuts/Property/UISwitch.swift:44:24: warning: main actor-isolated property 'isOn' can not be mutated from a nonisolated context; this is an error in the Swift 6 language mode
        underlyingView.isOn = isOn
                       ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UISwitch.h:41:39: note: mutation of this property is only permitted within the actor
@property(nonatomic,getter=isOn) BOOL on;
                                      ^
/Users/admin/builder/spi-builder-workspace/Draftsman/Classes/Utilities/Shortcuts/Property/UISwitch.swift:43:28: note: add '@MainActor' to make instance method 'isOn' part of global actor 'MainActor'
    @inlinable public func isOn(_ isOn: Bool) -> LayoutDraft<View> {
                           ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Draftsman/Classes/Utilities/Shortcuts/Property/UISwitch.swift:48:24: warning: cannot form key path to main actor-isolated property 'isOn'; this is an error in the Swift 6 language mode
        self.subcriber.isOn(publisher)
                       ^
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Draftsman/Classes/Utilities/Shortcuts/Property/UITableView.swift (in target 'Draftsman' from project 'Draftsman')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

/Users/admin/builder/spi-builder-workspace/Draftsman/Classes/Utilities/Shortcuts/Property/UITableView.swift:16:24: warning: main actor-isolated property 'dataSource' can not be mutated from a nonisolated context; this is an error in the Swift 6 language mode
        underlyingView.dataSource = dataSource
                       ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UITableView.h:354:66: note: mutation of this property is only permitted within the actor
@property (nonatomic, weak, nullable) id <UITableViewDataSource> dataSource;
                                                                 ^
/Users/admin/builder/spi-builder-workspace/Draftsman/Classes/Utilities/Shortcuts/Property/UITableView.swift:15:28: note: add '@MainActor' to make instance method 'dataSource' part of global actor 'MainActor'
    @inlinable public func dataSource(_ dataSource: UITableViewDataSource?) -> LayoutDraft<View> {
                           ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Draftsman/Classes/Utilities/Shortcuts/Property/UITableView.swift:20:24: warning: cannot form key path to main actor-isolated property 'dataSource'; this is an error in the Swift 6 language mode
        self.subcriber.dataSource(publisher)
                       ^
/Users/admin/builder/spi-builder-workspace/Draftsman/Classes/Utilities/Shortcuts/Property/UITableView.swift:23:24: warning: main actor-isolated property 'delegate' can not be mutated from a nonisolated context; this is an error in the Swift 6 language mode
        underlyingView.delegate = delegate
                       ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UITableView.h:355:64: note: mutation of this property is only permitted within the actor
@property (nonatomic, weak, nullable) id <UITableViewDelegate> delegate;
                                                               ^
/Users/admin/builder/spi-builder-workspace/Draftsman/Classes/Utilities/Shortcuts/Property/UITableView.swift:22:28: note: add '@MainActor' to make instance method 'delegate' part of global actor 'MainActor'
    @inlinable public func delegate(_ delegate: UITableViewDelegate?) -> LayoutDraft<View> {
                           ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Draftsman/Classes/Utilities/Shortcuts/Property/UITableView.swift:27:24: warning: cannot form key path to main actor-isolated property 'delegate'; this is an error in the Swift 6 language mode
        self.subcriber.delegate(publisher)
                       ^
/Users/admin/builder/spi-builder-workspace/Draftsman/Classes/Utilities/Shortcuts/Property/UITableView.swift:30:24: warning: main actor-isolated property 'prefetchDataSource' can not be mutated from a nonisolated context; this is an error in the Swift 6 language mode
        underlyingView.prefetchDataSource = prefetchDataSource
                       ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UITableView.h:357:77: note: mutation of this property is only permitted within the actor
@property (nonatomic, weak, nullable) id <UITableViewDataSourcePrefetching> prefetchDataSource API_AVAILABLE(ios(10.0)) API_UNAVAILABLE(watchos);
                                                                            ^
/Users/admin/builder/spi-builder-workspace/Draftsman/Classes/Utilities/Shortcuts/Property/UITableView.swift:29:28: note: add '@MainActor' to make instance method 'prefetchDataSource' part of global actor 'MainActor'
    @inlinable public func prefetchDataSource(_ prefetchDataSource: UITableViewDataSourcePrefetching?) -> LayoutDraft<View> {
                           ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Draftsman/Classes/Utilities/Shortcuts/Property/UITableView.swift:34:24: warning: cannot form key path to main actor-isolated property 'prefetchDataSource'; this is an error in the Swift 6 language mode
        self.subcriber.prefetchDataSource(publisher)
                       ^
/Users/admin/builder/spi-builder-workspace/Draftsman/Classes/Utilities/Shortcuts/Property/UITableView.swift:37:24: warning: main actor-isolated property 'dragDelegate' can not be mutated from a nonisolated context; this is an error in the Swift 6 language mode
        underlyingView.dragDelegate = dragDelegate
                       ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UITableView.h:360:68: note: mutation of this property is only permitted within the actor
@property (nonatomic, weak, nullable) id <UITableViewDragDelegate> dragDelegate API_AVAILABLE(ios(11.0)) API_UNAVAILABLE(tvos, watchos);
                                                                   ^
/Users/admin/builder/spi-builder-workspace/Draftsman/Classes/Utilities/Shortcuts/Property/UITableView.swift:36:28: note: add '@MainActor' to make instance method 'dragDelegate' part of global actor 'MainActor'
    @inlinable public func dragDelegate(_ dragDelegate: UITableViewDragDelegate?) -> LayoutDraft<View> {
                           ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Draftsman/Classes/Utilities/Shortcuts/Property/UITableView.swift:41:24: warning: cannot form key path to main actor-isolated property 'dragDelegate'; this is an error in the Swift 6 language mode
        self.subcriber.dragDelegate(publisher)
                       ^
/Users/admin/builder/spi-builder-workspace/Draftsman/Classes/Utilities/Shortcuts/Property/UITableView.swift:44:24: warning: main actor-isolated property 'dropDelegate' can not be mutated from a nonisolated context; this is an error in the Swift 6 language mode
        underlyingView.dropDelegate = dropDelegate
                       ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UITableView.h:361:68: note: mutation of this property is only permitted within the actor
@property (nonatomic, weak, nullable) id <UITableViewDropDelegate> dropDelegate API_AVAILABLE(ios(11.0)) API_UNAVAILABLE(tvos, watchos);
                                                                   ^
/Users/admin/builder/spi-builder-workspace/Draftsman/Classes/Utilities/Shortcuts/Property/UITableView.swift:43:28: note: add '@MainActor' to make instance method 'dropDelegate' part of global actor 'MainActor'
    @inlinable public func dropDelegate(_ dropDelegate: UITableViewDropDelegate?) -> LayoutDraft<View> {
                           ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Draftsman/Classes/Utilities/Shortcuts/Property/UITableView.swift:48:24: warning: cannot form key path to main actor-isolated property 'dropDelegate'; this is an error in the Swift 6 language mode
        self.subcriber.dropDelegate(publisher)
                       ^
/Users/admin/builder/spi-builder-workspace/Draftsman/Classes/Utilities/Shortcuts/Property/UITableView.swift:51:24: warning: main actor-isolated property 'rowHeight' can not be mutated from a nonisolated context; this is an error in the Swift 6 language mode
        underlyingView.rowHeight = rowHeight
                       ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UITableView.h:363:31: note: mutation of this property is only permitted within the actor
@property (nonatomic) CGFloat rowHeight;             // default is UITableViewAutomaticDimension
                              ^
/Users/admin/builder/spi-builder-workspace/Draftsman/Classes/Utilities/Shortcuts/Property/UITableView.swift:50:28: note: add '@MainActor' to make instance method 'rowHeight' part of global actor 'MainActor'
    @inlinable public func rowHeight(_ rowHeight: CGFloat) -> LayoutDraft<View> {
                           ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Draftsman/Classes/Utilities/Shortcuts/Property/UITableView.swift:55:24: warning: cannot form key path to main actor-isolated property 'rowHeight'; this is an error in the Swift 6 language mode
        self.subcriber.rowHeight(publisher)
                       ^
/Users/admin/builder/spi-builder-workspace/Draftsman/Classes/Utilities/Shortcuts/Property/UITableView.swift:58:24: warning: main actor-isolated property 'sectionHeaderHeight' can not be mutated from a nonisolated context; this is an error in the Swift 6 language mode
        underlyingView.sectionHeaderHeight = sectionHeaderHeight
                       ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UITableView.h:364:31: note: mutation of this property is only permitted within the actor
@property (nonatomic) CGFloat sectionHeaderHeight;   // default is UITableViewAutomaticDimension
                              ^
/Users/admin/builder/spi-builder-workspace/Draftsman/Classes/Utilities/Shortcuts/Property/UITableView.swift:57:28: note: add '@MainActor' to make instance method 'sectionHeaderHeight' part of global actor 'MainActor'
    @inlinable public func sectionHeaderHeight(_ sectionHeaderHeight: CGFloat) -> LayoutDraft<View> {
                           ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Draftsman/Classes/Utilities/Shortcuts/Property/UITableView.swift:62:24: warning: cannot form key path to main actor-isolated property 'sectionHeaderHeight'; this is an error in the Swift 6 language mode
        self.subcriber.sectionHeaderHeight(publisher)
                       ^
/Users/admin/builder/spi-builder-workspace/Draftsman/Classes/Utilities/Shortcuts/Property/UITableView.swift:65:24: warning: main actor-isolated property 'sectionFooterHeight' can not be mutated from a nonisolated context; this is an error in the Swift 6 language mode
        underlyingView.sectionFooterHeight = sectionFooterHeight
                       ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UITableView.h:365:31: note: mutation of this property is only permitted within the actor
@property (nonatomic) CGFloat sectionFooterHeight;   // default is UITableViewAutomaticDimension
                              ^
/Users/admin/builder/spi-builder-workspace/Draftsman/Classes/Utilities/Shortcuts/Property/UITableView.swift:64:28: note: add '@MainActor' to make instance method 'sectionFooterHeight' part of global actor 'MainActor'
    @inlinable public func sectionFooterHeight(_ sectionFooterHeight: CGFloat) -> LayoutDraft<View> {
                           ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Draftsman/Classes/Utilities/Shortcuts/Property/UITableView.swift:69:24: warning: cannot form key path to main actor-isolated property 'sectionFooterHeight'; this is an error in the Swift 6 language mode
        self.subcriber.sectionFooterHeight(publisher)
                       ^
/Users/admin/builder/spi-builder-workspace/Draftsman/Classes/Utilities/Shortcuts/Property/UITableView.swift:72:24: warning: main actor-isolated property 'estimatedRowHeight' can not be mutated from a nonisolated context; this is an error in the Swift 6 language mode
        underlyingView.estimatedRowHeight = estimatedRowHeight
                       ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UITableView.h:366:31: note: mutation of this property is only permitted within the actor
@property (nonatomic) CGFloat estimatedRowHeight API_AVAILABLE(ios(7.0)); // default is UITableViewAutomaticDimension, set to 0 to disable
                              ^
/Users/admin/builder/spi-builder-workspace/Draftsman/Classes/Utilities/Shortcuts/Property/UITableView.swift:71:28: note: add '@MainActor' to make instance method 'estimatedRowHeight' part of global actor 'MainActor'
    @inlinable public func estimatedRowHeight(_ estimatedRowHeight: CGFloat) -> LayoutDraft<View> {
                           ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Draftsman/Classes/Utilities/Shortcuts/Property/UITableView.swift:76:24: warning: cannot form key path to main actor-isolated property 'estimatedRowHeight'; this is an error in the Swift 6 language mode
        self.subcriber.estimatedRowHeight(publisher)
                       ^
/Users/admin/builder/spi-builder-workspace/Draftsman/Classes/Utilities/Shortcuts/Property/UITableView.swift:79:24: warning: main actor-isolated property 'estimatedSectionHeaderHeight' can not be mutated from a nonisolated context; this is an error in the Swift 6 language mode
        underlyingView.estimatedSectionHeaderHeight = estimatedSectionHeaderHeight
                       ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UITableView.h:367:31: note: mutation of this property is only permitted within the actor
@property (nonatomic) CGFloat estimatedSectionHeaderHeight API_AVAILABLE(ios(7.0)); // default is UITableViewAutomaticDimension, set to 0 to disable
                              ^
/Users/admin/builder/spi-builder-workspace/Draftsman/Classes/Utilities/Shortcuts/Property/UITableView.swift:78:28: note: add '@MainActor' to make instance method 'estimatedSectionHeaderHeight' part of global actor 'MainActor'
    @inlinable public func estimatedSectionHeaderHeight(_ estimatedSectionHeaderHeight: CGFloat) -> LayoutDraft<View> {
                           ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Draftsman/Classes/Utilities/Shortcuts/Property/UITableView.swift:83:24: warning: cannot form key path to main actor-isolated property 'estimatedSectionHeaderHeight'; this is an error in the Swift 6 language mode
        self.subcriber.estimatedSectionHeaderHeight(publisher)
                       ^
/Users/admin/builder/spi-builder-workspace/Draftsman/Classes/Utilities/Shortcuts/Property/UITableView.swift:86:24: warning: main actor-isolated property 'estimatedSectionFooterHeight' can not be mutated from a nonisolated context; this is an error in the Swift 6 language mode
        underlyingView.estimatedSectionFooterHeight = estimatedSectionFooterHeight
                       ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UITableView.h:368:31: note: mutation of this property is only permitted within the actor
@property (nonatomic) CGFloat estimatedSectionFooterHeight API_AVAILABLE(ios(7.0)); // default is UITableViewAutomaticDimension, set to 0 to disable
                              ^
/Users/admin/builder/spi-builder-workspace/Draftsman/Classes/Utilities/Shortcuts/Property/UITableView.swift:85:28: note: add '@MainActor' to make instance method 'estimatedSectionFooterHeight' part of global actor 'MainActor'
    @inlinable public func estimatedSectionFooterHeight(_ estimatedSectionFooterHeight: CGFloat) -> LayoutDraft<View> {
                           ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Draftsman/Classes/Utilities/Shortcuts/Property/UITableView.swift:90:24: warning: cannot form key path to main actor-isolated property 'estimatedSectionFooterHeight'; this is an error in the Swift 6 language mode
        self.subcriber.estimatedSectionFooterHeight(publisher)
                       ^
/Users/admin/builder/spi-builder-workspace/Draftsman/Classes/Utilities/Shortcuts/Property/UITableView.swift:93:24: warning: main actor-isolated property 'separatorInset' can not be mutated from a nonisolated context; this is an error in the Swift 6 language mode
        underlyingView.separatorInset = separatorInset
                       ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UITableView.h:377:36: note: mutation of this property is only permitted within the actor
@property (nonatomic) UIEdgeInsets separatorInset API_AVAILABLE(ios(7.0)) UI_APPEARANCE_SELECTOR; // allows customization of the frame of cell separators; see also the separatorInsetReference property. Use UITableViewAutomaticDimension for the automatic inset for that edge.
                                   ^
/Users/admin/builder/spi-builder-workspace/Draftsman/Classes/Utilities/Shortcuts/Property/UITableView.swift:92:28: note: add '@MainActor' to make instance method 'separatorInset' part of global actor 'MainActor'
    @inlinable public func separatorInset(_ separatorInset: UIEdgeInsets) -> LayoutDraft<View> {
                           ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Draftsman/Classes/Utilities/Shortcuts/Property/UITableView.swift:97:24: warning: cannot form key path to main actor-isolated property 'separatorInset'; this is an error in the Swift 6 language mode
        self.subcriber.separatorInset(publisher)
                       ^
/Users/admin/builder/spi-builder-workspace/Draftsman/Classes/Utilities/Shortcuts/Property/UITableView.swift:100:24: warning: main actor-isolated property 'backgroundView' can not be mutated from a nonisolated context; this is an error in the Swift 6 language mode
        underlyingView.backgroundView = backgroundView
                       ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UITableView.h:382:49: note: mutation of this property is only permitted within the actor
@property (nonatomic, strong, nullable) UIView *backgroundView API_AVAILABLE(ios(3.2)); // the background view will be automatically resized to track the size of the table view.  this will be placed as a subview of the table view behind all cells and headers/footers.  default may be non-nil for some devices.
                                                ^
/Users/admin/builder/spi-builder-workspace/Draftsman/Classes/Utilities/Shortcuts/Property/UITableView.swift:99:28: note: add '@MainActor' to make instance method 'backgroundView' part of global actor 'MainActor'
    @inlinable public func backgroundView(_ backgroundView: UIView?) -> LayoutDraft<View> {
                           ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Draftsman/Classes/Utilities/Shortcuts/Property/UITableView.swift:104:24: warning: cannot form key path to main actor-isolated property 'backgroundView'; this is an error in the Swift 6 language mode
        self.subcriber.backgroundView(publisher)
                       ^
/Users/admin/builder/spi-builder-workspace/Draftsman/Classes/Utilities/Shortcuts/Property/UITableView.swift:107:24: warning: main actor-isolated property 'isEditing' can not be mutated from a nonisolated context; this is an error in the Swift 6 language mode
        underlyingView.isEditing = isEditing
                       ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UITableView.h:445:46: note: mutation of this property is only permitted within the actor
@property (nonatomic, getter=isEditing) BOOL editing;                             // default is NO. setting is not animated.
                                             ^
/Users/admin/builder/spi-builder-workspace/Draftsman/Classes/Utilities/Shortcuts/Property/UITableView.swift:106:28: note: add '@MainActor' to make instance method 'isEditing' part of global actor 'MainActor'
    @inlinable public func isEditing(_ isEditing: Bool) -> LayoutDraft<View> {
                           ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Draftsman/Classes/Utilities/Shortcuts/Property/UITableView.swift:111:24: warning: cannot form key path to main actor-isolated property 'isEditing'; this is an error in the Swift 6 language mode
        self.subcriber.isEditing(publisher)
                       ^
/Users/admin/builder/spi-builder-workspace/Draftsman/Classes/Utilities/Shortcuts/Property/UITableView.swift:114:24: warning: main actor-isolated property 'allowsSelection' can not be mutated from a nonisolated context; this is an error in the Swift 6 language mode
        underlyingView.allowsSelection = allowsSelection
                       ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UITableView.h:448:28: note: mutation of this property is only permitted within the actor
@property (nonatomic) BOOL allowsSelection API_AVAILABLE(ios(3.0));  // default is YES. Controls whether rows can be selected when not in editing mode
                           ^
/Users/admin/builder/spi-builder-workspace/Draftsman/Classes/Utilities/Shortcuts/Property/UITableView.swift:113:28: note: add '@MainActor' to make instance method 'allowsSelection' part of global actor 'MainActor'
    @inlinable public func allowsSelection(_ allowsSelection: Bool) -> LayoutDraft<View> {
                           ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Draftsman/Classes/Utilities/Shortcuts/Property/UITableView.swift:118:24: warning: cannot form key path to main actor-isolated property 'allowsSelection'; this is an error in the Swift 6 language mode
        self.subcriber.allowsSelection(publisher)
                       ^
/Users/admin/builder/spi-builder-workspace/Draftsman/Classes/Utilities/Shortcuts/Property/UITableView.swift:121:24: warning: main actor-isolated property 'allowsMultipleSelection' can not be mutated from a nonisolated context; this is an error in the Swift 6 language mode
        underlyingView.allowsMultipleSelection = allowsMultipleSelection
                       ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UITableView.h:450:28: note: mutation of this property is only permitted within the actor
@property (nonatomic) BOOL allowsMultipleSelection API_AVAILABLE(ios(5.0));                // default is NO. Controls whether multiple rows can be selected simultaneously
                           ^
/Users/admin/builder/spi-builder-workspace/Draftsman/Classes/Utilities/Shortcuts/Property/UITableView.swift:120:28: note: add '@MainActor' to make instance method 'allowsMultipleSelection' part of global actor 'MainActor'
    @inlinable public func allowsMultipleSelection(_ allowsMultipleSelection: Bool) -> LayoutDraft<View> {
                           ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Draftsman/Classes/Utilities/Shortcuts/Property/UITableView.swift:125:24: warning: cannot form key path to main actor-isolated property 'allowsMultipleSelection'; this is an error in the Swift 6 language mode
        self.subcriber.allowsMultipleSelection(publisher)
                       ^
/Users/admin/builder/spi-builder-workspace/Draftsman/Classes/Utilities/Shortcuts/Property/UITableView.swift:128:24: warning: main actor-isolated property 'sectionIndexMinimumDisplayRowCount' can not be mutated from a nonisolated context; this is an error in the Swift 6 language mode
        underlyingView.sectionIndexMinimumDisplayRowCount = sectionIndexMinimumDisplayRowCount
                       ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UITableView.h:464:33: note: mutation of this property is only permitted within the actor
@property (nonatomic) NSInteger sectionIndexMinimumDisplayRowCount;                                                      // show special section index list on right when row count reaches this value. default is 0
                                ^
/Users/admin/builder/spi-builder-workspace/Draftsman/Classes/Utilities/Shortcuts/Property/UITableView.swift:127:28: note: add '@MainActor' to make instance method 'sectionIndexMinimumDisplayRowCount' part of global actor 'MainActor'
    @inlinable public func sectionIndexMinimumDisplayRowCount(_ sectionIndexMinimumDisplayRowCount: Int) -> LayoutDraft<View> {
                           ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Draftsman/Classes/Utilities/Shortcuts/Property/UITableView.swift:132:24: warning: cannot form key path to main actor-isolated property 'sectionIndexMinimumDisplayRowCount'; this is an error in the Swift 6 language mode
        self.subcriber.sectionIndexMinimumDisplayRowCount(publisher)
                       ^
/Users/admin/builder/spi-builder-workspace/Draftsman/Classes/Utilities/Shortcuts/Property/UITableView.swift:135:24: warning: main actor-isolated property 'sectionIndexColor' can not be mutated from a nonisolated context; this is an error in the Swift 6 language mode
        underlyingView.sectionIndexColor = sectionIndexColor
                       ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UITableView.h:465:50: note: mutation of this property is only permitted within the actor
@property (nonatomic, strong, nullable) UIColor *sectionIndexColor API_AVAILABLE(ios(6.0)) UI_APPEARANCE_SELECTOR;                   // color used for text of the section index
                                                 ^
/Users/admin/builder/spi-builder-workspace/Draftsman/Classes/Utilities/Shortcuts/Property/UITableView.swift:134:28: note: add '@MainActor' to make instance method 'sectionIndexColor' part of global actor 'MainActor'
    @inlinable public func sectionIndexColor(_ sectionIndexColor: UIColor?) -> LayoutDraft<View> {
                           ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Draftsman/Classes/Utilities/Shortcuts/Property/UITableView.swift:139:24: warning: cannot form key path to main actor-isolated property 'sectionIndexColor'; this is an error in the Swift 6 language mode
        self.subcriber.sectionIndexColor(publisher)
                       ^
/Users/admin/builder/spi-builder-workspace/Draftsman/Classes/Utilities/Shortcuts/Property/UITableView.swift:142:24: warning: main actor-isolated property 'sectionIndexBackgroundColor' can not be mutated from a nonisolated context; this is an error in the Swift 6 language mode
        underlyingView.sectionIndexBackgroundColor = sectionIndexBackgroundColor
                       ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UITableView.h:466:50: note: mutation of this property is only permitted within the actor
@property (nonatomic, strong, nullable) UIColor *sectionIndexBackgroundColor API_AVAILABLE(ios(7.0)) UI_APPEARANCE_SELECTOR;         // the background color of the section index while not being touched
                                                 ^
/Users/admin/builder/spi-builder-workspace/Draftsman/Classes/Utilities/Shortcuts/Property/UITableView.swift:141:28: note: add '@MainActor' to make instance method 'sectionIndexBackgroundColor' part of global actor 'MainActor'
    @inlinable public func sectionIndexBackgroundColor(_ sectionIndexBackgroundColor: UIColor?) -> LayoutDraft<View> {
                           ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Draftsman/Classes/Utilities/Shortcuts/Property/UITableView.swift:146:24: warning: cannot form key path to main actor-isolated property 'sectionIndexBackgroundColor'; this is an error in the Swift 6 language mode
        self.subcriber.sectionIndexBackgroundColor(publisher)
                       ^
/Users/admin/builder/spi-builder-workspace/Draftsman/Classes/Utilities/Shortcuts/Property/UITableView.swift:149:24: warning: main actor-isolated property 'sectionIndexTrackingBackgroundColor' can not be mutated from a nonisolated context; this is an error in the Swift 6 language mode
        underlyingView.sectionIndexTrackingBackgroundColor = sectionIndexTrackingBackgroundColor
                       ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UITableView.h:467:50: note: mutation of this property is only permitted within the actor
@property (nonatomic, strong, nullable) UIColor *sectionIndexTrackingBackgroundColor API_AVAILABLE(ios(6.0)) UI_APPEARANCE_SELECTOR; // the background color of the section index while it is being touched
                                                 ^
/Users/admin/builder/spi-builder-workspace/Draftsman/Classes/Utilities/Shortcuts/Property/UITableView.swift:148:28: note: add '@MainActor' to make instance method 'sectionIndexTrackingBackgroundColor' part of global actor 'MainActor'
    @inlinable public func sectionIndexTrackingBackgroundColor(_ sectionIndexTrackingBackgroundColor: UIColor?) -> LayoutDraft<View> {
                           ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Draftsman/Classes/Utilities/Shortcuts/Property/UITableView.swift:153:24: warning: cannot form key path to main actor-isolated property 'sectionIndexTrackingBackgroundColor'; this is an error in the Swift 6 language mode
        self.subcriber.sectionIndexTrackingBackgroundColor(publisher)
                       ^
/Users/admin/builder/spi-builder-workspace/Draftsman/Classes/Utilities/Shortcuts/Property/UITableView.swift:156:24: warning: main actor-isolated property 'separatorStyle' can not be mutated from a nonisolated context; this is an error in the Swift 6 language mode
        underlyingView.separatorStyle = separatorStyle
                       ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UITableView.h:469:53: note: mutation of this property is only permitted within the actor
@property (nonatomic) UITableViewCellSeparatorStyle separatorStyle API_UNAVAILABLE(tvos); // default is UITableViewCellSeparatorStyleSingleLine
                                                    ^
/Users/admin/builder/spi-builder-workspace/Draftsman/Classes/Utilities/Shortcuts/Property/UITableView.swift:155:28: note: add '@MainActor' to make instance method 'separatorStyle' part of global actor 'MainActor'
    @inlinable public func separatorStyle(_ separatorStyle: UITableViewCell.SeparatorStyle) -> LayoutDraft<View> {
                           ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Draftsman/Classes/Utilities/Shortcuts/Property/UITableView.swift:160:24: warning: cannot form key path to main actor-isolated property 'separatorStyle'; this is an error in the Swift 6 language mode
        self.subcriber.separatorStyle(publisher)
                       ^
/Users/admin/builder/spi-builder-workspace/Draftsman/Classes/Utilities/Shortcuts/Property/UITableView.swift:163:24: warning: main actor-isolated property 'separatorColor' can not be mutated from a nonisolated context; this is an error in the Swift 6 language mode
        underlyingView.separatorColor = separatorColor
                       ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UITableView.h:470:50: note: mutation of this property is only permitted within the actor
@property (nonatomic, strong, nullable) UIColor *separatorColor UI_APPEARANCE_SELECTOR API_UNAVAILABLE(tvos); // default is the standard separator gray
                                                 ^
/Users/admin/builder/spi-builder-workspace/Draftsman/Classes/Utilities/Shortcuts/Property/UITableView.swift:162:28: note: add '@MainActor' to make instance method 'separatorColor' part of global actor 'MainActor'
    @inlinable public func separatorColor(_ separatorColor: UIColor?) -> LayoutDraft<View> {
                           ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Draftsman/Classes/Utilities/Shortcuts/Property/UITableView.swift:167:24: warning: cannot form key path to main actor-isolated property 'separatorColor'; this is an error in the Swift 6 language mode
        self.subcriber.separatorColor(publisher)
                       ^
/Users/admin/builder/spi-builder-workspace/Draftsman/Classes/Utilities/Shortcuts/Property/UITableView.swift:170:24: warning: main actor-isolated property 'separatorEffect' can not be mutated from a nonisolated context; this is an error in the Swift 6 language mode
        underlyingView.separatorEffect = separatorEffect
                       ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UITableView.h:471:55: note: mutation of this property is only permitted within the actor
@property (nonatomic, copy, nullable) UIVisualEffect *separatorEffect API_AVAILABLE(ios(8.0)) UI_APPEARANCE_SELECTOR API_UNAVAILABLE(tvos); // effect to apply to table separators
                                                      ^
/Users/admin/builder/spi-builder-workspace/Draftsman/Classes/Utilities/Shortcuts/Property/UITableView.swift:169:28: note: add '@MainActor' to make instance method 'separatorEffect' part of global actor 'MainActor'
    @inlinable public func separatorEffect(_ separatorEffect: UIVisualEffect?) -> LayoutDraft<View> {
                           ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Draftsman/Classes/Utilities/Shortcuts/Property/UITableView.swift:174:24: warning: cannot form key path to main actor-isolated property 'separatorEffect'; this is an error in the Swift 6 language mode
        self.subcriber.separatorEffect(publisher)
                       ^
/Users/admin/builder/spi-builder-workspace/Draftsman/Classes/Utilities/Shortcuts/Property/UITableView.swift:177:24: warning: main actor-isolated property 'cellLayoutMarginsFollowReadableWidth' can not be mutated from a nonisolated context; this is an error in the Swift 6 language mode
        underlyingView.cellLayoutMarginsFollowReadableWidth = cellLayoutMarginsFollowReadableWidth
                       ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UITableView.h:473:28: note: mutation of this property is only permitted within the actor
@property (nonatomic) BOOL cellLayoutMarginsFollowReadableWidth API_AVAILABLE(ios(9.0)); // if cell layout margins are derived from the width of the readableContentGuide. default is NO.
                           ^
/Users/admin/builder/spi-builder-workspace/Draftsman/Classes/Utilities/Shortcuts/Property/UITableView.swift:176:28: note: add '@MainActor' to make instance method 'cellLayoutMarginsFollowReadableWidth' part of global actor 'MainActor'
    @inlinable public func cellLayoutMarginsFollowReadableWidth(_ cellLayoutMarginsFollowReadableWidth: Bool) -> LayoutDraft<View> {
                           ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Draftsman/Classes/Utilities/Shortcuts/Property/UITableView.swift:181:24: warning: cannot form key path to main actor-isolated property 'cellLayoutMarginsFollowReadableWidth'; this is an error in the Swift 6 language mode
        self.subcriber.cellLayoutMarginsFollowReadableWidth(publisher)
                       ^
/Users/admin/builder/spi-builder-workspace/Draftsman/Classes/Utilities/Shortcuts/Property/UITableView.swift:184:24: warning: main actor-isolated property 'insetsContentViewsToSafeArea' can not be mutated from a nonisolated context; this is an error in the Swift 6 language mode
        underlyingView.insetsContentViewsToSafeArea = insetsContentViewsToSafeArea
                       ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UITableView.h:474:28: note: mutation of this property is only permitted within the actor
@property (nonatomic) BOOL insetsContentViewsToSafeArea API_AVAILABLE(ios(11.0), tvos(11.0)) API_UNAVAILABLE(watchos); // default value is YES
                           ^
/Users/admin/builder/spi-builder-workspace/Draftsman/Classes/Utilities/Shortcuts/Property/UITableView.swift:183:28: note: add '@MainActor' to make instance method 'insetsContentViewsToSafeArea' part of global actor 'MainActor'
    @inlinable public func insetsContentViewsToSafeArea(_ insetsContentViewsToSafeArea: Bool) -> LayoutDraft<View> {
                           ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Draftsman/Classes/Utilities/Shortcuts/Property/UITableView.swift:188:24: warning: cannot form key path to main actor-isolated property 'insetsContentViewsToSafeArea'; this is an error in the Swift 6 language mode
        self.subcriber.insetsContentViewsToSafeArea(publisher)
                       ^
/Users/admin/builder/spi-builder-workspace/Draftsman/Classes/Utilities/Shortcuts/Property/UITableView.swift:191:24: warning: main actor-isolated property 'tableHeaderView' can not be mutated from a nonisolated context; this is an error in the Swift 6 language mode
        underlyingView.tableHeaderView = tableHeaderView
                       ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UITableView.h:476:49: note: mutation of this property is only permitted within the actor
@property (nonatomic, strong, nullable) UIView *tableHeaderView;                           // accessory view for above row content. default is nil. not to be confused with section header
                                                ^
/Users/admin/builder/spi-builder-workspace/Draftsman/Classes/Utilities/Shortcuts/Property/UITableView.swift:190:28: note: add '@MainActor' to make instance method 'tableHeaderView' part of global actor 'MainActor'
    @inlinable public func tableHeaderView(_ tableHeaderView: UIView?) -> LayoutDraft<View> {
                           ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Draftsman/Classes/Utilities/Shortcuts/Property/UITableView.swift:195:24: warning: cannot form key path to main actor-isolated property 'tableHeaderView'; this is an error in the Swift 6 language mode
        self.subcriber.tableHeaderView(publisher)
                       ^
/Users/admin/builder/spi-builder-workspace/Draftsman/Classes/Utilities/Shortcuts/Property/UITableView.swift:198:24: warning: main actor-isolated property 'tableFooterView' can not be mutated from a nonisolated context; this is an error in the Swift 6 language mode
        underlyingView.tableFooterView = tableFooterView
                       ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UITableView.h:477:49: note: mutation of this property is only permitted within the actor
@property (nonatomic, strong, nullable) UIView *tableFooterView;                           // accessory view below content. default is nil. not to be confused with section footer
                                                ^
/Users/admin/builder/spi-builder-workspace/Draftsman/Classes/Utilities/Shortcuts/Property/UITableView.swift:197:28: note: add '@MainActor' to make instance method 'tableFooterView' part of global actor 'MainActor'
    @inlinable public func tableFooterView(_ tableFooterView: UIView?) -> LayoutDraft<View> {
                           ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Draftsman/Classes/Utilities/Shortcuts/Property/UITableView.swift:202:24: warning: cannot form key path to main actor-isolated property 'tableFooterView'; this is an error in the Swift 6 language mode
        self.subcriber.tableFooterView(publisher)
                       ^
/Users/admin/builder/spi-builder-workspace/Draftsman/Classes/Utilities/Shortcuts/Property/UITableView.swift:205:24: warning: main actor-isolated property 'remembersLastFocusedIndexPath' can not be mutated from a nonisolated context; this is an error in the Swift 6 language mode
        underlyingView.remembersLastFocusedIndexPath = remembersLastFocusedIndexPath
                       ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UITableView.h:494:28: note: mutation of this property is only permitted within the actor
@property (nonatomic) BOOL remembersLastFocusedIndexPath API_AVAILABLE(ios(9.0)); // defaults to NO. If YES, when focusing on a table view the last focused index path is focused automatically. If the table view has never been focused, then the preferred focused index path is used.
                           ^
/Users/admin/builder/spi-builder-workspace/Draftsman/Classes/Utilities/Shortcuts/Property/UITableView.swift:204:28: note: add '@MainActor' to make instance method 'remembersLastFocusedIndexPath' part of global actor 'MainActor'
    @inlinable public func remembersLastFocusedIndexPath(_ remembersLastFocusedIndexPath: Bool) -> LayoutDraft<View> {
                           ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Draftsman/Classes/Utilities/Shortcuts/Property/UITableView.swift:209:24: warning: cannot form key path to main actor-isolated property 'remembersLastFocusedIndexPath'; this is an error in the Swift 6 language mode
        self.subcriber.remembersLastFocusedIndexPath(publisher)
                       ^
/Users/admin/builder/spi-builder-workspace/Draftsman/Classes/Utilities/Shortcuts/Property/UITableView.swift:213:24: warning: main actor-isolated property 'selectionFollowsFocus' can not be mutated from a nonisolated context; this is an error in the Swift 6 language mode
        underlyingView.selectionFollowsFocus = selectionFollowsFocus
                       ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UITableView.h:498:28: note: mutation of this property is only permitted within the actor
@property (nonatomic) BOOL selectionFollowsFocus API_AVAILABLE(ios(14.0)) API_UNAVAILABLE(watchos, tvos);
                           ^
/Users/admin/builder/spi-builder-workspace/Draftsman/Classes/Utilities/Shortcuts/Property/UITableView.swift:212:28: note: add '@MainActor' to make instance method 'selectionFollowsFocus' part of global actor 'MainActor'
    @inlinable public func selectionFollowsFocus(_ selectionFollowsFocus: Bool) -> LayoutDraft<View> {
                           ^
/Users/admin/builder/spi-builder-workspace/Draftsman/Classes/Utilities/Shortcuts/Property/UITableView.swift:218:24: warning: cannot form key path to main actor-isolated property 'selectionFollowsFocus'; this is an error in the Swift 6 language mode
        self.subcriber.selectionFollowsFocus(publisher)
                       ^
/Users/admin/builder/spi-builder-workspace/Draftsman/Classes/Utilities/Shortcuts/Property/UITableView.swift:221:24: warning: main actor-isolated property 'dragInteractionEnabled' can not be mutated from a nonisolated context; this is an error in the Swift 6 language mode
        underlyingView.dragInteractionEnabled = dragInteractionEnabled
                       ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UITableView.h:514:28: note: mutation of this property is only permitted within the actor
@property (nonatomic) BOOL dragInteractionEnabled API_AVAILABLE(ios(11.0)) API_UNAVAILABLE(tvos, watchos);
                           ^
/Users/admin/builder/spi-builder-workspace/Draftsman/Classes/Utilities/Shortcuts/Property/UITableView.swift:220:28: note: add '@MainActor' to make instance method 'dragInteractionEnabled' part of global actor 'MainActor'
    @inlinable public func dragInteractionEnabled(_ dragInteractionEnabled: Bool) -> LayoutDraft<View> {
                           ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Draftsman/Classes/Utilities/Shortcuts/Property/UITableView.swift:225:24: warning: cannot form key path to main actor-isolated property 'dragInteractionEnabled'; this is an error in the Swift 6 language mode
        self.subcriber.dragInteractionEnabled(publisher)
                       ^
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Draftsman/Classes/Utilities/Shortcuts/Property/UITextView.swift (in target 'Draftsman' from project 'Draftsman')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

/Users/admin/builder/spi-builder-workspace/Draftsman/Classes/Utilities/Shortcuts/Property/UITextView.swift:16:24: warning: main actor-isolated property 'text' can not be mutated from a nonisolated context; this is an error in the Swift 6 language mode
        underlyingView.text = text
                       ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UITextView.h:197:53: note: mutation of this property is only permitted within the actor
@property(null_resettable,nonatomic,copy) NSString *text;
                                                    ^
/Users/admin/builder/spi-builder-workspace/Draftsman/Classes/Utilities/Shortcuts/Property/UITextView.swift:15:28: note: add '@MainActor' to make instance method 'text' part of global actor 'MainActor'
    @inlinable public func text(_ text: String?) -> LayoutDraft<View> {
                           ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Draftsman/Classes/Utilities/Shortcuts/Property/UITextView.swift:20:24: warning: cannot form key path to main actor-isolated property 'text'; this is an error in the Swift 6 language mode
        self.subcriber.text(publisher)
                       ^
/Users/admin/builder/spi-builder-workspace/Draftsman/Classes/Utilities/Shortcuts/Property/UITextView.swift:23:24: warning: main actor-isolated property 'font' can not be mutated from a nonisolated context; this is an error in the Swift 6 language mode
        underlyingView.font = font
                       ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UITextView.h:198:46: note: mutation of this property is only permitted within the actor
@property(nullable,nonatomic,strong) UIFont *font;
                                             ^
/Users/admin/builder/spi-builder-workspace/Draftsman/Classes/Utilities/Shortcuts/Property/UITextView.swift:22:28: note: add '@MainActor' to make instance method 'font' part of global actor 'MainActor'
    @inlinable public func font(_ font: UIFont?) -> LayoutDraft<View> {
                           ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Draftsman/Classes/Utilities/Shortcuts/Property/UITextView.swift:27:24: warning: cannot form key path to main actor-isolated property 'font'; this is an error in the Swift 6 language mode
        self.subcriber.font(publisher)
                       ^
/Users/admin/builder/spi-builder-workspace/Draftsman/Classes/Utilities/Shortcuts/Property/UITextView.swift:30:24: warning: main actor-isolated property 'textColor' can not be mutated from a nonisolated context; this is an error in the Swift 6 language mode
        underlyingView.textColor = textColor
                       ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UITextView.h:199:47: note: mutation of this property is only permitted within the actor
@property(nullable,nonatomic,strong) UIColor *textColor;
                                              ^
/Users/admin/builder/spi-builder-workspace/Draftsman/Classes/Utilities/Shortcuts/Property/UITextView.swift:29:28: note: add '@MainActor' to make instance method 'textColor' part of global actor 'MainActor'
    @inlinable public func textColor(_ textColor: UIColor?) -> LayoutDraft<View> {
                           ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Draftsman/Classes/Utilities/Shortcuts/Property/UITextView.swift:34:24: warning: cannot form key path to main actor-isolated property 'textColor'; this is an error in the Swift 6 language mode
        self.subcriber.textColor(publisher)
                       ^
/Users/admin/builder/spi-builder-workspace/Draftsman/Classes/Utilities/Shortcuts/Property/UITextView.swift:37:24: warning: main actor-isolated property 'textAlignment' can not be mutated from a nonisolated context; this is an error in the Swift 6 language mode
        underlyingView.textAlignment = textAlignment
                       ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UITextView.h:200:38: note: mutation of this property is only permitted within the actor
@property(nonatomic) NSTextAlignment textAlignment;    // default is NSLeftTextAlignment
                                     ^
/Users/admin/builder/spi-builder-workspace/Draftsman/Classes/Utilities/Shortcuts/Property/UITextView.swift:36:28: note: add '@MainActor' to make instance method 'textAlignment' part of global actor 'MainActor'
    @inlinable public func textAlignment(_ textAlignment: NSTextAlignment) -> LayoutDraft<View> {
                           ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Draftsman/Classes/Utilities/Shortcuts/Property/UITextView.swift:41:24: warning: cannot form key path to main actor-isolated property 'textAlignment'; this is an error in the Swift 6 language mode
        self.subcriber.textAlignment(publisher)
                       ^
/Users/admin/builder/spi-builder-workspace/Draftsman/Classes/Utilities/Shortcuts/Property/UITextView.swift:44:24: warning: main actor-isolated property 'selectedRange' can not be mutated from a nonisolated context; this is an error in the Swift 6 language mode
        underlyingView.selectedRange = selectedRange
                       ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UITextView.h:201:30: note: mutation of this property is only permitted within the actor
@property(nonatomic) NSRange selectedRange;
                             ^
/Users/admin/builder/spi-builder-workspace/Draftsman/Classes/Utilities/Shortcuts/Property/UITextView.swift:43:28: note: add '@MainActor' to make instance method 'selectedRange' part of global actor 'MainActor'
    @inlinable public func selectedRange(_ selectedRange: NSRange) -> LayoutDraft<View> {
                           ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Draftsman/Classes/Utilities/Shortcuts/Property/UITextView.swift:48:24: warning: cannot form key path to main actor-isolated property 'selectedRange'; this is an error in the Swift 6 language mode
        self.subcriber.selectedRange(publisher)
                       ^
/Users/admin/builder/spi-builder-workspace/Draftsman/Classes/Utilities/Shortcuts/Property/UITextView.swift:51:24: warning: main actor-isolated property 'isEditable' can not be mutated from a nonisolated context; this is an error in the Swift 6 language mode
        underlyingView.isEditable = isEditable
                       ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UITextView.h:202:45: note: mutation of this property is only permitted within the actor
@property(nonatomic,getter=isEditable) BOOL editable API_UNAVAILABLE(tvos);
                                            ^
/Users/admin/builder/spi-builder-workspace/Draftsman/Classes/Utilities/Shortcuts/Property/UITextView.swift:50:28: note: add '@MainActor' to make instance method 'isEditable' part of global actor 'MainActor'
    @inlinable public func isEditable(_ isEditable: Bool) -> LayoutDraft<View> {
                           ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Draftsman/Classes/Utilities/Shortcuts/Property/UITextView.swift:55:24: warning: cannot form key path to main actor-isolated property 'isEditable'; this is an error in the Swift 6 language mode
        self.subcriber.isEditable(publisher)
                       ^
/Users/admin/builder/spi-builder-workspace/Draftsman/Classes/Utilities/Shortcuts/Property/UITextView.swift:58:24: warning: main actor-isolated property 'isSelectable' can not be mutated from a nonisolated context; this is an error in the Swift 6 language mode
        underlyingView.isSelectable = isSelectable
                       ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UITextView.h:205:47: note: mutation of this property is only permitted within the actor
@property(nonatomic,getter=isSelectable) BOOL selectable API_AVAILABLE(ios(7.0));
                                              ^
/Users/admin/builder/spi-builder-workspace/Draftsman/Classes/Utilities/Shortcuts/Property/UITextView.swift:57:28: note: add '@MainActor' to make instance method 'isSelectable' part of global actor 'MainActor'
    @inlinable public func isSelectable(_ isSelectable: Bool) -> LayoutDraft<View> {
                           ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Draftsman/Classes/Utilities/Shortcuts/Property/UITextView.swift:62:24: warning: cannot form key path to main actor-isolated property 'isSelectable'; this is an error in the Swift 6 language mode
        self.subcriber.isSelectable(publisher)
                       ^
/Users/admin/builder/spi-builder-workspace/Draftsman/Classes/Utilities/Shortcuts/Property/UITextView.swift:65:24: warning: main actor-isolated property 'allowsEditingTextAttributes' can not be mutated from a nonisolated context; this is an error in the Swift 6 language mode
        underlyingView.allowsEditingTextAttributes = allowsEditingTextAttributes
                       ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UITextView.h:208:27: note: mutation of this property is only permitted within the actor
@property(nonatomic) BOOL allowsEditingTextAttributes API_AVAILABLE(ios(6.0)); // defaults to NO
                          ^
/Users/admin/builder/spi-builder-workspace/Draftsman/Classes/Utilities/Shortcuts/Property/UITextView.swift:64:28: note: add '@MainActor' to make instance method 'allowsEditingTextAttributes' part of global actor 'MainActor'
    @inlinable public func allowsEditingTextAttributes(_ allowsEditingTextAttributes: Bool) -> LayoutDraft<View> {
                           ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Draftsman/Classes/Utilities/Shortcuts/Property/UITextView.swift:69:24: warning: cannot form key path to main actor-isolated property 'allowsEditingTextAttributes'; this is an error in the Swift 6 language mode
        self.subcriber.allowsEditingTextAttributes(publisher)
                       ^
/Users/admin/builder/spi-builder-workspace/Draftsman/Classes/Utilities/Shortcuts/Property/UITextView.swift:72:24: warning: main actor-isolated property 'attributedText' can not be mutated from a nonisolated context; this is an error in the Swift 6 language mode
        underlyingView.attributedText = attributedText
                       ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UITextView.h:209:53: note: mutation of this property is only permitted within the actor
@property(null_resettable,copy) NSAttributedString *attributedText API_AVAILABLE(ios(6.0));
                                                    ^
/Users/admin/builder/spi-builder-workspace/Draftsman/Classes/Utilities/Shortcuts/Property/UITextView.swift:71:28: note: add '@MainActor' to make instance method 'attributedText' part of global actor 'MainActor'
    @inlinable public func attributedText(_ attributedText: NSAttributedString) -> LayoutDraft<View> {
                           ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Draftsman/Classes/Utilities/Shortcuts/Property/UITextView.swift:76:24: warning: cannot form key path to main actor-isolated property 'attributedText'; this is an error in the Swift 6 language mode
        self.subcriber.attributedText(publisher)
                       ^
/Users/admin/builder/spi-builder-workspace/Draftsman/Classes/Utilities/Shortcuts/Property/UITextView.swift:79:24: warning: main actor-isolated property 'inputView' can not be mutated from a nonisolated context; this is an error in the Swift 6 language mode
        underlyingView.inputView = inputView
                       ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UITextView.h:217:49: note: mutation of this property is only permitted within the actor
@property (nullable, readwrite, strong) UIView *inputView;
                                                ^
/Users/admin/builder/spi-builder-workspace/Draftsman/Classes/Utilities/Shortcuts/Property/UITextView.swift:78:28: note: add '@MainActor' to make instance method 'inputView' part of global actor 'MainActor'
    @inlinable public func inputView(_ inputView: UIView?) -> LayoutDraft<View> {
                           ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Draftsman/Classes/Utilities/Shortcuts/Property/UITextView.swift:83:24: warning: cannot form key path to main actor-isolated property 'inputView'; this is an error in the Swift 6 language mode
        self.subcriber.inputView(publisher)
                       ^
/Users/admin/builder/spi-builder-workspace/Draftsman/Classes/Utilities/Shortcuts/Property/UITextView.swift:86:24: warning: main actor-isolated property 'inputAccessoryView' can not be mutated from a nonisolated context; this is an error in the Swift 6 language mode
        underlyingView.inputAccessoryView = inputAccessoryView
                       ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UITextView.h:218:49: note: mutation of this property is only permitted within the actor
@property (nullable, readwrite, strong) UIView *inputAccessoryView API_UNAVAILABLE(visionos);
                                                ^
/Users/admin/builder/spi-builder-workspace/Draftsman/Classes/Utilities/Shortcuts/Property/UITextView.swift:85:28: note: add '@MainActor' to make instance method 'inputAccessoryView' part of global actor 'MainActor'
    @inlinable public func inputAccessoryView(_ inputAccessoryView: UIView?) -> LayoutDraft<View> {
                           ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Draftsman/Classes/Utilities/Shortcuts/Property/UITextView.swift:90:24: warning: cannot form key path to main actor-isolated property 'inputAccessoryView'; this is an error in the Swift 6 language mode
        self.subcriber.inputAccessoryView(publisher)
                       ^
/Users/admin/builder/spi-builder-workspace/Draftsman/Classes/Utilities/Shortcuts/Property/UITextView.swift:93:24: warning: main actor-isolated property 'clearsOnInsertion' can not be mutated from a nonisolated context; this is an error in the Swift 6 language mode
        underlyingView.clearsOnInsertion = clearsOnInsertion
                       ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UITextView.h:220:27: note: mutation of this property is only permitted within the actor
@property(nonatomic) BOOL clearsOnInsertion API_AVAILABLE(ios(6.0)); // defaults to NO. if YES, the selection UI is hidden, and inserting text will replace the contents of the field. changing the selection will automatically set this to NO.
                          ^
/Users/admin/builder/spi-builder-workspace/Draftsman/Classes/Utilities/Shortcuts/Property/UITextView.swift:92:28: note: add '@MainActor' to make instance method 'clearsOnInsertion' part of global actor 'MainActor'
    @inlinable public func clearsOnInsertion(_ clearsOnInsertion: Bool) -> LayoutDraft<View> {
                           ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Draftsman/Classes/Utilities/Shortcuts/Property/UITextView.swift:97:24: warning: cannot form key path to main actor-isolated property 'clearsOnInsertion'; this is an error in the Swift 6 language mode
        self.subcriber.clearsOnInsertion(publisher)
                       ^
/Users/admin/builder/spi-builder-workspace/Draftsman/Classes/Utilities/Shortcuts/Property/UITextView.swift:100:24: warning: main actor-isolated property 'textContainerInset' can not be mutated from a nonisolated context; this is an error in the Swift 6 language mode
        underlyingView.textContainerInset = textContainerInset
                       ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UITextView.h:236:43: note: mutation of this property is only permitted within the actor
@property(nonatomic, assign) UIEdgeInsets textContainerInset API_AVAILABLE(ios(7.0));
                                          ^
/Users/admin/builder/spi-builder-workspace/Draftsman/Classes/Utilities/Shortcuts/Property/UITextView.swift:99:28: note: add '@MainActor' to make instance method 'textContainerInset' part of global actor 'MainActor'
    @inlinable public func textContainerInset(_ textContainerInset: UIEdgeInsets) -> LayoutDraft<View> {
                           ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Draftsman/Classes/Utilities/Shortcuts/Property/UITextView.swift:104:24: warning: cannot form key path to main actor-isolated property 'textContainerInset'; this is an error in the Swift 6 language mode
        self.subcriber.textContainerInset(publisher)
                       ^
/Users/admin/builder/spi-builder-workspace/Draftsman/Classes/Utilities/Shortcuts/Property/UITextView.swift:107:24: warning: main actor-isolated property 'usesStandardTextScaling' can not be mutated from a nonisolated context; this is an error in the Swift 6 language mode
        underlyingView.usesStandardTextScaling = usesStandardTextScaling
                       ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UITextView.h:251:28: note: mutation of this property is only permitted within the actor
@property (nonatomic) BOOL usesStandardTextScaling API_AVAILABLE(ios(13.0)) API_UNAVAILABLE(watchos);
                           ^
/Users/admin/builder/spi-builder-workspace/Draftsman/Classes/Utilities/Shortcuts/Property/UITextView.swift:106:28: note: add '@MainActor' to make instance method 'usesStandardTextScaling' part of global actor 'MainActor'
    @inlinable public func usesStandardTextScaling(_ usesStandardTextScaling: Bool) -> LayoutDraft<View> {
                           ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Draftsman/Classes/Utilities/Shortcuts/Property/UITextView.swift:111:24: warning: cannot form key path to main actor-isolated property 'usesStandardTextScaling'; this is an error in the Swift 6 language mode
        self.subcriber.usesStandardTextScaling(publisher)
                       ^
/Users/admin/builder/spi-builder-workspace/Draftsman/Classes/Utilities/Shortcuts/Property/UITextView.swift:119:24: warning: main actor-isolated property 'text' can not be mutated from a nonisolated context; this is an error in the Swift 6 language mode
        underlyingView.text = text
                       ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UITextField.h:55:63: note: mutation of this property is only permitted within the actor
@property(nullable, nonatomic,copy)   NSString               *text;                 // default is nil
                                                              ^
/Users/admin/builder/spi-builder-workspace/Draftsman/Classes/Utilities/Shortcuts/Property/UITextView.swift:118:28: note: add '@MainActor' to make instance method 'text' part of global actor 'MainActor'
    @inlinable public func text(_ text: String?) -> LayoutDraft<View> {
                           ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Draftsman/Classes/Utilities/Shortcuts/Property/UITextView.swift:123:24: warning: cannot form key path to main actor-isolated property 'text'; this is an error in the Swift 6 language mode
        self.subcriber.text(publisher)
                       ^
/Users/admin/builder/spi-builder-workspace/Draftsman/Classes/Utilities/Shortcuts/Property/UITextView.swift:126:24: warning: main actor-isolated property 'attributedText' can not be mutated from a nonisolated context; this is an error in the Swift 6 language mode
        underlyingView.attributedText = attributedText
                       ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UITextField.h:56:63: note: mutation of this property is only permitted within the actor
@property(nullable, nonatomic,copy)   NSAttributedString     *attributedText API_AVAILABLE(ios(6.0)); // default is nil
                                                              ^
/Users/admin/builder/spi-builder-workspace/Draftsman/Classes/Utilities/Shortcuts/Property/UITextView.swift:125:28: note: add '@MainActor' to make instance method 'attributedText' part of global actor 'MainActor'
    @inlinable public func attributedText(_ attributedText: NSAttributedString?) -> LayoutDraft<View> {
                           ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Draftsman/Classes/Utilities/Shortcuts/Property/UITextView.swift:130:24: warning: cannot form key path to main actor-isolated property 'attributedText'; this is an error in the Swift 6 language mode
        self.subcriber.attributedText(publisher)
                       ^
/Users/admin/builder/spi-builder-workspace/Draftsman/Classes/Utilities/Shortcuts/Property/UITextView.swift:133:24: warning: main actor-isolated property 'textColor' can not be mutated from a nonisolated context; this is an error in the Swift 6 language mode
        underlyingView.textColor = textColor
                       ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UITextField.h:57:63: note: mutation of this property is only permitted within the actor
@property(nullable, nonatomic,strong) UIColor                *textColor;            // default is nil. use opaque black
                                                              ^
/Users/admin/builder/spi-builder-workspace/Draftsman/Classes/Utilities/Shortcuts/Property/UITextView.swift:132:28: note: add '@MainActor' to make instance method 'textColor' part of global actor 'MainActor'
    @inlinable public func textColor(_ textColor: UIColor?) -> LayoutDraft<View> {
                           ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Draftsman/Classes/Utilities/Shortcuts/Property/UITextView.swift:137:24: warning: cannot form key path to main actor-isolated property 'textColor'; this is an error in the Swift 6 language mode
        self.subcriber.textColor(publisher)
                       ^
/Users/admin/builder/spi-builder-workspace/Draftsman/Classes/Utilities/Shortcuts/Property/UITextView.swift:140:24: warning: main actor-isolated property 'font' can not be mutated from a nonisolated context; this is an error in the Swift 6 language mode
        underlyingView.font = font
                       ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UITextField.h:58:63: note: mutation of this property is only permitted within the actor
@property(nullable, nonatomic,strong) UIFont                 *font;                 // default is nil. use system font 12 pt
                                                              ^
/Users/admin/builder/spi-builder-workspace/Draftsman/Classes/Utilities/Shortcuts/Property/UITextView.swift:139:28: note: add '@MainActor' to make instance method 'font' part of global actor 'MainActor'
    @inlinable public func font(_ font: UIFont?) -> LayoutDraft<View> {
                           ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Draftsman/Classes/Utilities/Shortcuts/Property/UITextView.swift:144:24: warning: cannot form key path to main actor-isolated property 'font'; this is an error in the Swift 6 language mode
        self.subcriber.font(publisher)
                       ^
/Users/admin/builder/spi-builder-workspace/Draftsman/Classes/Utilities/Shortcuts/Property/UITextView.swift:147:24: warning: main actor-isolated property 'placeholder' can not be mutated from a nonisolated context; this is an error in the Swift 6 language mode
        underlyingView.placeholder = placeholder
                       ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UITextField.h:63:63: note: mutation of this property is only permitted within the actor
@property(nullable, nonatomic,copy)   NSString               *placeholder;          // default is nil. string is drawn 70% gray
                                                              ^
/Users/admin/builder/spi-builder-workspace/Draftsman/Classes/Utilities/Shortcuts/Property/UITextView.swift:146:28: note: add '@MainActor' to make instance method 'placeholder' part of global actor 'MainActor'
    @inlinable public func placeholder(_ placeholder: String?) -> LayoutDraft<View> {
                           ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Draftsman/Classes/Utilities/Shortcuts/Property/UITextView.swift:151:24: warning: cannot form key path to main actor-isolated property 'placeholder'; this is an error in the Swift 6 language mode
        self.subcriber.placeholder(publisher)
                       ^
/Users/admin/builder/spi-builder-workspace/Draftsman/Classes/Utilities/Shortcuts/Property/UITextView.swift:154:24: warning: main actor-isolated property 'adjustsFontSizeToFitWidth' can not be mutated from a nonisolated context; this is an error in the Swift 6 language mode
        underlyingView.adjustsFontSizeToFitWidth = adjustsFontSizeToFitWidth
                       ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UITextField.h:66:53: note: mutation of this property is only permitted within the actor
@property(nonatomic)        BOOL                    adjustsFontSizeToFitWidth; // default is NO. if YES, text will shrink to minFontSize along baseline
                                                    ^
/Users/admin/builder/spi-builder-workspace/Draftsman/Classes/Utilities/Shortcuts/Property/UITextView.swift:153:28: note: add '@MainActor' to make instance method 'adjustsFontSizeToFitWidth' part of global actor 'MainActor'
    @inlinable public func adjustsFontSizeToFitWidth(_ adjustsFontSizeToFitWidth: Bool) -> LayoutDraft<View> {
                           ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Draftsman/Classes/Utilities/Shortcuts/Property/UITextView.swift:158:24: warning: cannot form key path to main actor-isolated property 'adjustsFontSizeToFitWidth'; this is an error in the Swift 6 language mode
        self.subcriber.adjustsFontSizeToFitWidth(publisher)
                       ^
/Users/admin/builder/spi-builder-workspace/Draftsman/Classes/Utilities/Shortcuts/Property/UITextView.swift:161:24: warning: main actor-isolated property 'delegate' can not be mutated from a nonisolated context; this is an error in the Swift 6 language mode
        underlyingView.delegate = delegate
                       ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UITextField.h:68:63: note: mutation of this property is only permitted within the actor
@property(nullable, nonatomic,weak)   id<UITextFieldDelegate> delegate;             // default is nil. weak reference
                                                              ^
/Users/admin/builder/spi-builder-workspace/Draftsman/Classes/Utilities/Shortcuts/Property/UITextView.swift:160:28: note: add '@MainActor' to make instance method 'delegate' part of global actor 'MainActor'
    @inlinable public func delegate(_ delegate: UITextFieldDelegate?) -> LayoutDraft<View> {
                           ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Draftsman/Classes/Utilities/Shortcuts/Property/UITextView.swift:165:24: warning: cannot form key path to main actor-isolated property 'delegate'; this is an error in the Swift 6 language mode
        self.subcriber.delegate(publisher)
                       ^
/Users/admin/builder/spi-builder-workspace/Draftsman/Classes/Utilities/Shortcuts/Property/UITextView.swift:168:24: warning: main actor-isolated property 'disabledBackground' can not be mutated from a nonisolated context; this is an error in the Swift 6 language mode
        underlyingView.disabledBackground = disabledBackground
                       ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UITextField.h:70:63: note: mutation of this property is only permitted within the actor
@property(nullable, nonatomic,strong) UIImage                *disabledBackground;   // default is nil. ignored if background not set. image should be stretchable
                                                              ^
/Users/admin/builder/spi-builder-workspace/Draftsman/Classes/Utilities/Shortcuts/Property/UITextView.swift:167:28: note: add '@MainActor' to make instance method 'disabledBackground' part of global actor 'MainActor'
    @inlinable public func disabledBackground(_ disabledBackground: UIImage?) -> LayoutDraft<View> {
                           ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Draftsman/Classes/Utilities/Shortcuts/Property/UITextView.swift:172:24: warning: cannot form key path to main actor-isolated property 'disabledBackground'; this is an error in the Swift 6 language mode
        self.subcriber.disabledBackground(publisher)
                       ^
/Users/admin/builder/spi-builder-workspace/Draftsman/Classes/Utilities/Shortcuts/Property/UITextView.swift:175:24: warning: main actor-isolated property 'allowsEditingTextAttributes' can not be mutated from a nonisolated context; this is an error in the Swift 6 language mode
        underlyingView.allowsEditingTextAttributes = allowsEditingTextAttributes
                       ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UITextField.h:73:27: note: mutation of this property is only permitted within the actor
@property(nonatomic) BOOL allowsEditingTextAttributes API_AVAILABLE(ios(6.0)); // default is NO. allows editing text attributes with style operations and pasting rich text
                          ^
/Users/admin/builder/spi-builder-workspace/Draftsman/Classes/Utilities/Shortcuts/Property/UITextView.swift:174:28: note: add '@MainActor' to make instance method 'allowsEditingTextAttributes' part of global actor 'MainActor'
    @inlinable public func allowsEditingTextAttributes(_ allowsEditingTextAttributes: Bool) -> LayoutDraft<View> {
                           ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Draftsman/Classes/Utilities/Shortcuts/Property/UITextView.swift:179:24: warning: cannot form key path to main actor-isolated property 'allowsEditingTextAttributes'; this is an error in the Swift 6 language mode
        self.subcriber.allowsEditingTextAttributes(publisher)
                       ^
/Users/admin/builder/spi-builder-workspace/Draftsman/Classes/Utilities/Shortcuts/Property/UITextView.swift:182:24: warning: main actor-isolated property 'leftView' can not be mutated from a nonisolated context; this is an error in the Swift 6 language mode
        underlyingView.leftView = leftView
                       ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UITextField.h:87:60: note: mutation of this property is only permitted within the actor
@property(nullable, nonatomic,strong) UIView              *leftView;        // e.g. magnifying glass
                                                           ^
/Users/admin/builder/spi-builder-workspace/Draftsman/Classes/Utilities/Shortcuts/Property/UITextView.swift:181:28: note: add '@MainActor' to make instance method 'leftView' part of global actor 'MainActor'
    @inlinable public func leftView(_ leftView: UIView?) -> LayoutDraft<View> {
                           ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Draftsman/Classes/Utilities/Shortcuts/Property/UITextView.swift:186:24: warning: cannot form key path to main actor-isolated property 'leftView'; this is an error in the Swift 6 language mode
        self.subcriber.leftView(publisher)
                       ^
/Users/admin/builder/spi-builder-workspace/Draftsman/Classes/Utilities/Shortcuts/Property/UITextView.swift:189:24: warning: main actor-isolated property 'rightView' can not be mutated from a nonisolated context; this is an error in the Swift 6 language mode
        underlyingView.rightView = rightView
                       ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UITextField.h:90:60: note: mutation of this property is only permitted within the actor
@property(nullable, nonatomic,strong) UIView              *rightView;       // e.g. bookmarks button
                                                           ^
/Users/admin/builder/spi-builder-workspace/Draftsman/Classes/Utilities/Shortcuts/Property/UITextView.swift:188:28: note: add '@MainActor' to make instance method 'rightView' part of global actor 'MainActor'
    @inlinable public func rightView(_ rightView: UIView?) -> LayoutDraft<View> {
                           ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Draftsman/Classes/Utilities/Shortcuts/Property/UITextView.swift:193:24: warning: cannot form key path to main actor-isolated property 'rightView'; this is an error in the Swift 6 language mode
        self.subcriber.rightView(publisher)
                       ^
/Users/admin/builder/spi-builder-workspace/Draftsman/Classes/Utilities/Shortcuts/Property/UITextView.swift:196:24: warning: main actor-isolated property 'rightViewMode' can not be mutated from a nonisolated context; this is an error in the Swift 6 language mode
        underlyingView.rightViewMode = rightViewMode
                       ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UITextField.h:91:50: note: mutation of this property is only permitted within the actor
@property(nonatomic)        UITextFieldViewMode  rightViewMode;   // sets when the right view shows up. default is UITextFieldViewModeNever
                                                 ^
/Users/admin/builder/spi-builder-workspace/Draftsman/Classes/Utilities/Shortcuts/Property/UITextView.swift:195:28: note: add '@MainActor' to make instance method 'rightViewMode' part of global actor 'MainActor'
    @inlinable public func rightViewMode(_ rightViewMode: UITextField.ViewMode) -> LayoutDraft<View> {
                           ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Draftsman/Classes/Utilities/Shortcuts/Property/UITextView.swift:200:24: warning: cannot form key path to main actor-isolated property 'rightViewMode'; this is an error in the Swift 6 language mode
        self.subcriber.rightViewMode(publisher)
                       ^
/Users/admin/builder/spi-builder-workspace/Draftsman/Classes/Utilities/Shortcuts/Property/UITextView.swift:203:24: warning: main actor-isolated property 'inputView' can not be mutated from a nonisolated context; this is an error in the Swift 6 language mode
        underlyingView.inputView = inputView
                       ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UITextField.h:108:49: note: mutation of this property is only permitted within the actor
@property (nullable, readwrite, strong) UIView *inputView;
                                                ^
/Users/admin/builder/spi-builder-workspace/Draftsman/Classes/Utilities/Shortcuts/Property/UITextView.swift:202:28: note: add '@MainActor' to make instance method 'inputView' part of global actor 'MainActor'
    @inlinable public func inputView(_ inputView: UIView?) -> LayoutDraft<View> {
                           ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Draftsman/Classes/Utilities/Shortcuts/Property/UITextView.swift:207:24: warning: cannot form key path to main actor-isolated property 'inputView'; this is an error in the Swift 6 language mode
        self.subcriber.inputView(publisher)
                       ^
/Users/admin/builder/spi-builder-workspace/Draftsman/Classes/Utilities/Shortcuts/Property/UITextView.swift:210:24: warning: main actor-isolated property 'inputAccessoryView' can not be mutated from a nonisolated context; this is an error in the Swift 6 language mode
        underlyingView.inputAccessoryView = inputAccessoryView
                       ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UITextField.h:109:49: note: mutation of this property is only permitted within the actor
@property (nullable, readwrite, strong) UIView *inputAccessoryView API_UNAVAILABLE(visionos);
                                                ^
/Users/admin/builder/spi-builder-workspace/Draftsman/Classes/Utilities/Shortcuts/Property/UITextView.swift:209:28: note: add '@MainActor' to make instance method 'inputAccessoryView' part of global actor 'MainActor'
    @inlinable public func inputAccessoryView(_ inputAccessoryView: UIView?) -> LayoutDraft<View> {
                           ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Draftsman/Classes/Utilities/Shortcuts/Property/UITextView.swift:214:24: warning: cannot form key path to main actor-isolated property 'inputAccessoryView'; this is an error in the Swift 6 language mode
        self.subcriber.inputAccessoryView(publisher)
                       ^
/Users/admin/builder/spi-builder-workspace/Draftsman/Classes/Utilities/Shortcuts/Property/UITextView.swift:217:24: warning: main actor-isolated property 'clearsOnInsertion' can not be mutated from a nonisolated context; this is an error in the Swift 6 language mode
        underlyingView.clearsOnInsertion = clearsOnInsertion
                       ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UITextField.h:111:27: note: mutation of this property is only permitted within the actor
@property(nonatomic) BOOL clearsOnInsertion API_AVAILABLE(ios(6.0)); // defaults to NO. if YES, the selection UI is hidden, and inserting text will replace the contents of the field. changing the selection will automatically set this to NO.
                          ^
/Users/admin/builder/spi-builder-workspace/Draftsman/Classes/Utilities/Shortcuts/Property/UITextView.swift:216:28: note: add '@MainActor' to make instance method 'clearsOnInsertion' part of global actor 'MainActor'
    @inlinable public func clearsOnInsertion(_ clearsOnInsertion: Bool) -> LayoutDraft<View> {
                           ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Draftsman/Classes/Utilities/Shortcuts/Property/UITextView.swift:221:24: warning: cannot form key path to main actor-isolated property 'clearsOnInsertion'; this is an error in the Swift 6 language mode
        self.subcriber.clearsOnInsertion(publisher)
                       ^
/Users/admin/builder/spi-builder-workspace/Draftsman/Classes/Utilities/Shortcuts/Property/UITextView.swift:229:24: warning: main actor-isolated property 'delegate' can not be mutated from a nonisolated context; this is an error in the Swift 6 language mode
        underlyingView.delegate = delegate
                       ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UISearchBar.h:53:60: note: mutation of this property is only permitted within the actor
@property(nullable,nonatomic,weak) id<UISearchBarDelegate> delegate;              // weak reference. default is nil
                                                           ^
/Users/admin/builder/spi-builder-workspace/Draftsman/Classes/Utilities/Shortcuts/Property/UITextView.swift:228:28: note: add '@MainActor' to make instance method 'delegate' part of global actor 'MainActor'
    @inlinable public func delegate(_ delegate: UISearchBarDelegate?) -> LayoutDraft<View> {
                           ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Draftsman/Classes/Utilities/Shortcuts/Property/UITextView.swift:233:24: warning: cannot form key path to main actor-isolated property 'delegate'; this is an error in the Swift 6 language mode
        self.subcriber.delegate(publisher)
                       ^
/Users/admin/builder/spi-builder-workspace/Draftsman/Classes/Utilities/Shortcuts/Property/UITextView.swift:236:24: warning: main actor-isolated property 'text' can not be mutated from a nonisolated context; this is an error in the Swift 6 language mode
        underlyingView.text = text
                       ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UISearchBar.h:54:62: note: mutation of this property is only permitted within the actor
@property(nullable,nonatomic,copy)   NSString               *text;                  // current/starting search text
                                                             ^
/Users/admin/builder/spi-builder-workspace/Draftsman/Classes/Utilities/Shortcuts/Property/UITextView.swift:235:28: note: add '@MainActor' to make instance method 'text' part of global actor 'MainActor'
    @inlinable public func text(_ text: String?) -> LayoutDraft<View> {
                           ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Draftsman/Classes/Utilities/Shortcuts/Property/UITextView.swift:240:24: warning: cannot form key path to main actor-isolated property 'text'; this is an error in the Swift 6 language mode
        self.subcriber.text(publisher)
                       ^
/Users/admin/builder/spi-builder-workspace/Draftsman/Classes/Utilities/Shortcuts/Property/UITextView.swift:243:24: warning: main actor-isolated property 'prompt' can not be mutated from a nonisolated context; this is an error in the Swift 6 language mode
        underlyingView.prompt = prompt
                       ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UISearchBar.h:55:62: note: mutation of this property is only permitted within the actor
@property(nullable,nonatomic,copy)   NSString               *prompt;                // default is nil
                                                             ^
/Users/admin/builder/spi-builder-workspace/Draftsman/Classes/Utilities/Shortcuts/Property/UITextView.swift:242:28: note: add '@MainActor' to make instance method 'prompt' part of global actor 'MainActor'
    @inlinable public func prompt(_ prompt: String?) -> LayoutDraft<View> {
                           ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Draftsman/Classes/Utilities/Shortcuts/Property/UITextView.swift:247:24: warning: cannot form key path to main actor-isolated property 'prompt'; this is an error in the Swift 6 language mode
        self.subcriber.prompt(publisher)
                       ^
/Users/admin/builder/spi-builder-workspace/Draftsman/Classes/Utilities/Shortcuts/Property/UITextView.swift:250:24: warning: main actor-isolated property 'placeholder' can not be mutated from a nonisolated context; this is an error in the Swift 6 language mode
        underlyingView.placeholder = placeholder
                       ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UISearchBar.h:56:62: note: mutation of this property is only permitted within the actor
@property(nullable,nonatomic,copy)   NSString               *placeholder;           // default is nil
                                                             ^
/Users/admin/builder/spi-builder-workspace/Draftsman/Classes/Utilities/Shortcuts/Property/UITextView.swift:249:28: note: add '@MainActor' to make instance method 'placeholder' part of global actor 'MainActor'
    @inlinable public func placeholder(_ placeholder: String?) -> LayoutDraft<View> {
                           ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Draftsman/Classes/Utilities/Shortcuts/Property/UITextView.swift:254:24: warning: cannot form key path to main actor-isolated property 'placeholder'; this is an error in the Swift 6 language mode
        self.subcriber.placeholder(publisher)
                       ^
/Users/admin/builder/spi-builder-workspace/Draftsman/Classes/Utilities/Shortcuts/Property/UITextView.swift:257:24: warning: main actor-isolated property 'showsBookmarkButton' can not be mutated from a nonisolated context; this is an error in the Swift 6 language mode
        underlyingView.showsBookmarkButton = showsBookmarkButton
                       ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UISearchBar.h:57:53: note: mutation of this property is only permitted within the actor
@property(nonatomic)        BOOL                    showsBookmarkButton API_UNAVAILABLE(tvos);   // default is NO
                                                    ^
/Users/admin/builder/spi-builder-workspace/Draftsman/Classes/Utilities/Shortcuts/Property/UITextView.swift:256:28: note: add '@MainActor' to make instance method 'showsBookmarkButton' part of global actor 'MainActor'
    @inlinable public func showsBookmarkButton(_ showsBookmarkButton: Bool) -> LayoutDraft<View> {
                           ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Draftsman/Classes/Utilities/Shortcuts/Property/UITextView.swift:261:24: warning: cannot form key path to main actor-isolated property 'showsBookmarkButton'; this is an error in the Swift 6 language mode
        self.subcriber.showsBookmarkButton(publisher)
                       ^
/Users/admin/builder/spi-builder-workspace/Draftsman/Classes/Utilities/Shortcuts/Property/UITextView.swift:264:24: warning: main actor-isolated property 'showsCancelButton' can not be mutated from a nonisolated context; this is an error in the Swift 6 language mode
        underlyingView.showsCancelButton = showsCancelButton
                       ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UISearchBar.h:65:53: note: mutation of this property is only permitted within the actor
@property(nonatomic)        BOOL                    showsCancelButton API_UNAVAILABLE(tvos);     // default is NO
                                                    ^
/Users/admin/builder/spi-builder-workspace/Draftsman/Classes/Utilities/Shortcuts/Property/UITextView.swift:263:28: note: add '@MainActor' to make instance method 'showsCancelButton' part of global actor 'MainActor'
    @inlinable public func showsCancelButton(_ showsCancelButton: Bool) -> LayoutDraft<View> {
                           ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Draftsman/Classes/Utilities/Shortcuts/Property/UITextView.swift:268:24: warning: cannot form key path to main actor-isolated property 'showsCancelButton'; this is an error in the Swift 6 language mode
        self.subcriber.showsCancelButton(publisher)
                       ^
/Users/admin/builder/spi-builder-workspace/Draftsman/Classes/Utilities/Shortcuts/Property/UITextView.swift:271:24: warning: main actor-isolated property 'showsSearchResultsButton' can not be mutated from a nonisolated context; this is an error in the Swift 6 language mode
        underlyingView.showsSearchResultsButton = showsSearchResultsButton
                       ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UISearchBar.h:67:53: note: mutation of this property is only permitted within the actor
@property(nonatomic)        BOOL                    showsSearchResultsButton API_AVAILABLE(ios(3.2)) API_UNAVAILABLE(tvos); // default is NO
                                                    ^
/Users/admin/builder/spi-builder-workspace/Draftsman/Classes/Utilities/Shortcuts/Property/UITextView.swift:270:28: note: add '@MainActor' to make instance method 'showsSearchResultsButton' part of global actor 'MainActor'
    @inlinable public func showsSearchResultsButton(_ showsSearchResultsButton: Bool) -> LayoutDraft<View> {
                           ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Draftsman/Classes/Utilities/Shortcuts/Property/UITextView.swift:275:24: warning: cannot form key path to main actor-isolated property 'showsSearchResultsButton'; this is an error in the Swift 6 language mode
        self.subcriber.showsSearchResultsButton(publisher)
                       ^
/Users/admin/builder/spi-builder-workspace/Draftsman/Classes/Utilities/Shortcuts/Property/UITextView.swift:278:24: warning: main actor-isolated property 'isSearchResultsButtonSelected' can not be mutated from a nonisolated context; this is an error in the Swift 6 language mode
        underlyingView.isSearchResultsButtonSelected = isSearchResultsButtonSelected
                       ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UISearchBar.h:68:65: note: mutation of this property is only permitted within the actor
@property(nonatomic, getter=isSearchResultsButtonSelected) BOOL searchResultsButtonSelected API_AVAILABLE(ios(3.2)) API_UNAVAILABLE(tvos); // default is NO
                                                                ^
/Users/admin/builder/spi-builder-workspace/Draftsman/Classes/Utilities/Shortcuts/Property/UITextView.swift:277:28: note: add '@MainActor' to make instance method 'isSearchResultsButtonSelected' part of global actor 'MainActor'
    @inlinable public func isSearchResultsButtonSelected(_ isSearchResultsButtonSelected: Bool) -> LayoutDraft<View> {
                           ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Draftsman/Classes/Utilities/Shortcuts/Property/UITextView.swift:282:24: warning: cannot form key path to main actor-isolated property 'isSearchResultsButtonSelected'; this is an error in the Swift 6 language mode
        self.subcriber.isSearchResultsButtonSelected(publisher)
                       ^
/Users/admin/builder/spi-builder-workspace/Draftsman/Classes/Utilities/Shortcuts/Property/UITextView.swift:285:24: warning: main actor-isolated property 'barTintColor' can not be mutated from a nonisolated context; this is an error in the Swift 6 language mode
        underlyingView.barTintColor = barTintColor
                       ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UISearchBar.h:82:48: note: mutation of this property is only permitted within the actor
@property(nullable, nonatomic,strong) UIColor *barTintColor API_AVAILABLE(ios(7.0)) UI_APPEARANCE_SELECTOR;  // default is nil
                                               ^
/Users/admin/builder/spi-builder-workspace/Draftsman/Classes/Utilities/Shortcuts/Property/UITextView.swift:284:28: note: add '@MainActor' to make instance method 'barTintColor' part of global actor 'MainActor'
    @inlinable public func barTintColor(_ barTintColor: UIColor?) -> LayoutDraft<View> {
                           ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Draftsman/Classes/Utilities/Shortcuts/Property/UITextView.swift:289:24: warning: cannot form key path to main actor-isolated property 'barTintColor'; this is an error in the Swift 6 language mode
        self.subcriber.barTintColor(publisher)
                       ^
/Users/admin/builder/spi-builder-workspace/Draftsman/Classes/Utilities/Shortcuts/Property/UITextView.swift:292:24: warning: main actor-isolated property 'isTranslucent' can not be mutated from a nonisolated context; this is an error in the Swift 6 language mode
        underlyingView.isTranslucent = isTranslucent
                       ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UISearchBar.h:98:55: note: mutation of this property is only permitted within the actor
@property(nonatomic,assign,getter=isTranslucent) BOOL translucent API_AVAILABLE(ios(3.0)); // Default is NO on iOS 6 and earlier. Always YES if barStyle is set to UIBarStyleBlackTranslucent
                                                      ^
/Users/admin/builder/spi-builder-workspace/Draftsman/Classes/Utilities/Shortcuts/Property/UITextView.swift:291:28: note: add '@MainActor' to make instance method 'isTranslucent' part of global actor 'MainActor'
    @inlinable public func isTranslucent(_ isTranslucent: Bool) -> LayoutDraft<View> {
                           ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Draftsman/Classes/Utilities/Shortcuts/Property/UITextView.swift:296:24: warning: cannot form key path to main actor-isolated property 'isTranslucent'; this is an error in the Swift 6 language mode
        self.subcriber.isTranslucent(publisher)
                       ^
/Users/admin/builder/spi-builder-workspace/Draftsman/Classes/Utilities/Shortcuts/Property/UITextView.swift:299:24: warning: main actor-isolated property 'inputAccessoryView' can not be mutated from a nonisolated context; this is an error in the Swift 6 language mode
        underlyingView.inputAccessoryView = inputAccessoryView
                       ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UISearchBar.h:114:60: note: mutation of this property is only permitted within the actor
@property (nullable, nonatomic, readwrite, strong) UIView *inputAccessoryView API_UNAVAILABLE(visionos);
                                                           ^
/Users/admin/builder/spi-builder-workspace/Draftsman/Classes/Utilities/Shortcuts/Property/UITextView.swift:298:28: note: add '@MainActor' to make instance method 'inputAccessoryView' part of global actor 'MainActor'
    @inlinable public func inputAccessoryView(_ inputAccessoryView: UIView?) -> LayoutDraft<View> {
                           ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Draftsman/Classes/Utilities/Shortcuts/Property/UITextView.swift:303:24: warning: cannot form key path to main actor-isolated property 'inputAccessoryView'; this is an error in the Swift 6 language mode
        self.subcriber.inputAccessoryView(publisher)
                       ^
/Users/admin/builder/spi-builder-workspace/Draftsman/Classes/Utilities/Shortcuts/Property/UITextView.swift:306:24: warning: main actor-isolated property 'backgroundImage' can not be mutated from a nonisolated context; this is an error in the Swift 6 language mode
        underlyingView.backgroundImage = backgroundImage
                       ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UISearchBar.h:122:48: note: mutation of this property is only permitted within the actor
@property(nullable, nonatomic,strong) UIImage *backgroundImage API_AVAILABLE(ios(5.0)) UI_APPEARANCE_SELECTOR;
                                               ^
/Users/admin/builder/spi-builder-workspace/Draftsman/Classes/Utilities/Shortcuts/Property/UITextView.swift:305:28: note: add '@MainActor' to make instance method 'backgroundImage' part of global actor 'MainActor'
    @inlinable public func backgroundImage(_ backgroundImage: UIImage?) -> LayoutDraft<View> {
                           ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Draftsman/Classes/Utilities/Shortcuts/Property/UITextView.swift:310:24: warning: cannot form key path to main actor-isolated property 'backgroundImage'; this is an error in the Swift 6 language mode
        self.subcriber.backgroundImage(publisher)
                       ^
/Users/admin/builder/spi-builder-workspace/Draftsman/Classes/Utilities/Shortcuts/Property/UITextView.swift:313:24: warning: main actor-isolated property 'searchFieldBackgroundPositionAdjustment' can not be mutated from a nonisolated context; this is an error in the Swift 6 language mode
        underlyingView.searchFieldBackgroundPositionAdjustment = searchFieldBackgroundPositionAdjustment
                       ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UISearchBar.h:161:31: note: mutation of this property is only permitted within the actor
@property(nonatomic) UIOffset searchFieldBackgroundPositionAdjustment API_AVAILABLE(ios(5.0)) UI_APPEARANCE_SELECTOR;
                              ^
/Users/admin/builder/spi-builder-workspace/Draftsman/Classes/Utilities/Shortcuts/Property/UITextView.swift:312:28: note: add '@MainActor' to make instance method 'searchFieldBackgroundPositionAdjustment' part of global actor 'MainActor'
    @inlinable public func searchFieldBackgroundPositionAdjustment(_ searchFieldBackgroundPositionAdjustment: UIOffset) -> LayoutDraft<View> {
                           ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Draftsman/Classes/Utilities/Shortcuts/Property/UITextView.swift:317:24: warning: cannot form key path to main actor-isolated property 'searchFieldBackgroundPositionAdjustment'; this is an error in the Swift 6 language mode
        self.subcriber.searchFieldBackgroundPositionAdjustment(publisher)
                       ^
/Users/admin/builder/spi-builder-workspace/Draftsman/Classes/Utilities/Shortcuts/Property/UITextView.swift:320:24: warning: main actor-isolated property 'searchTextPositionAdjustment' can not be mutated from a nonisolated context; this is an error in the Swift 6 language mode
        underlyingView.searchTextPositionAdjustment = searchTextPositionAdjustment
                       ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UISearchBar.h:165:31: note: mutation of this property is only permitted within the actor
@property(nonatomic) UIOffset searchTextPositionAdjustment API_AVAILABLE(ios(5.0)) UI_APPEARANCE_SELECTOR;
                              ^
/Users/admin/builder/spi-builder-workspace/Draftsman/Classes/Utilities/Shortcuts/Property/UITextView.swift:319:28: note: add '@MainActor' to make instance method 'searchTextPositionAdjustment' part of global actor 'MainActor'
    @inlinable public func searchTextPositionAdjustment(_ searchTextPositionAdjustment: UIOffset) -> LayoutDraft<View> {
                           ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Draftsman/Classes/Utilities/Shortcuts/Property/UITextView.swift:324:24: warning: cannot form key path to main actor-isolated property 'searchTextPositionAdjustment'; this is an error in the Swift 6 language mode
        self.subcriber.searchTextPositionAdjustment(publisher)
                       ^
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Draftsman/Classes/Utilities/Shortcuts/Property/UIView.swift (in target 'Draftsman' from project 'Draftsman')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

/Users/admin/builder/spi-builder-workspace/Draftsman/Classes/Utilities/Shortcuts/Property/UIView.swift:16:24: warning: main actor-isolated property 'isUserInteractionEnabled' can not be mutated from a nonisolated context; this is an error in the Swift 6 language mode
        underlyingView.isUserInteractionEnabled = isUserInteractionEnabled
                       ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:152:59: note: mutation of this property is only permitted within the actor
@property(nonatomic,getter=isUserInteractionEnabled) BOOL userInteractionEnabled;  // default is YES. if set to NO, user events (touch, keys) are ignored and removed from the event queue.
                                                          ^
/Users/admin/builder/spi-builder-workspace/Draftsman/Classes/Utilities/Shortcuts/Property/UIView.swift:15:28: note: add '@MainActor' to make instance method 'isUserInteractionEnabled' part of global actor 'MainActor'
    @inlinable public func isUserInteractionEnabled(_ isUserInteractionEnabled: Bool) -> LayoutDraft<View> {
                           ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Draftsman/Classes/Utilities/Shortcuts/Property/UIView.swift:20:24: warning: cannot form key path to main actor-isolated property 'isUserInteractionEnabled'; this is an error in the Swift 6 language mode
        self.subcriber.isUserInteractionEnabled(publisher)
                       ^
/Users/admin/builder/spi-builder-workspace/Draftsman/Classes/Utilities/Shortcuts/Property/UIView.swift:23:24: warning: main actor-isolated property 'tag' can not be mutated from a nonisolated context; this is an error in the Swift 6 language mode
        underlyingView.tag = tag
                       ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:153:64: note: mutation of this property is only permitted within the actor
@property(nonatomic)                                 NSInteger tag;                // default is 0
                                                               ^
/Users/admin/builder/spi-builder-workspace/Draftsman/Classes/Utilities/Shortcuts/Property/UIView.swift:22:28: note: add '@MainActor' to make instance method 'tag' part of global actor 'MainActor'
    @inlinable public func tag(_ tag: Int) -> LayoutDraft<View> {
                           ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Draftsman/Classes/Utilities/Shortcuts/Property/UIView.swift:27:24: warning: cannot form key path to main actor-isolated property 'tag'; this is an error in the Swift 6 language mode
        self.subcriber.tag(publisher)
                       ^
/Users/admin/builder/spi-builder-workspace/Draftsman/Classes/Utilities/Shortcuts/Property/UIView.swift:31:24: warning: main actor-isolated property 'focusGroupIdentifier' can not be mutated from a nonisolated context; this is an error in the Swift 6 language mode
        underlyingView.focusGroupIdentifier = focusGroupIdentifier
                       ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:160:60: note: mutation of this property is only permitted within the actor
@property (nonatomic, readwrite, nullable, copy) NSString *focusGroupIdentifier API_AVAILABLE(ios(14.0)) API_UNAVAILABLE(tvos, watchos);
                                                           ^
/Users/admin/builder/spi-builder-workspace/Draftsman/Classes/Utilities/Shortcuts/Property/UIView.swift:30:28: note: add '@MainActor' to make instance method 'focusGroupIdentifier' part of global actor 'MainActor'
    @inlinable public func focusGroupIdentifier(_ focusGroupIdentifier: String?) -> LayoutDraft<View> {
                           ^
/Users/admin/builder/spi-builder-workspace/Draftsman/Classes/Utilities/Shortcuts/Property/UIView.swift:36:24: warning: cannot form key path to main actor-isolated property 'focusGroupIdentifier'; this is an error in the Swift 6 language mode
        self.subcriber.focusGroupIdentifier(publisher)
                       ^
/Users/admin/builder/spi-builder-workspace/Draftsman/Classes/Utilities/Shortcuts/Property/UIView.swift:39:24: warning: main actor-isolated property 'frame' can not be mutated from a nonisolated context; this is an error in the Swift 6 language mode
        underlyingView.frame = frame
                       ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:185:40: note: mutation of this property is only permitted within the actor
@property(nonatomic) CGRect            frame;
                                       ^
/Users/admin/builder/spi-builder-workspace/Draftsman/Classes/Utilities/Shortcuts/Property/UIView.swift:38:28: note: add '@MainActor' to make instance method 'frame' part of global actor 'MainActor'
    @inlinable public func frame(_ frame: CGRect) -> LayoutDraft<View> {
                           ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Draftsman/Classes/Utilities/Shortcuts/Property/UIView.swift:43:24: warning: cannot form key path to main actor-isolated property 'frame'; this is an error in the Swift 6 language mode
        self.subcriber.frame(publisher)
                       ^
/Users/admin/builder/spi-builder-workspace/Draftsman/Classes/Utilities/Shortcuts/Property/UIView.swift:46:24: warning: main actor-isolated property 'bounds' can not be mutated from a nonisolated context; this is an error in the Swift 6 language mode
        underlyingView.bounds = bounds
                       ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:188:40: note: mutation of this property is only permitted within the actor
@property(nonatomic) CGRect            bounds;      // default bounds is zero origin, frame size. animatable
                                       ^
/Users/admin/builder/spi-builder-workspace/Draftsman/Classes/Utilities/Shortcuts/Property/UIView.swift:45:28: note: add '@MainActor' to make instance method 'bounds' part of global actor 'MainActor'
    @inlinable public func bounds(_ bounds: CGRect) -> LayoutDraft<View> {
                           ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Draftsman/Classes/Utilities/Shortcuts/Property/UIView.swift:50:24: warning: cannot form key path to main actor-isolated property 'bounds'; this is an error in the Swift 6 language mode
        self.subcriber.bounds(publisher)
                       ^
/Users/admin/builder/spi-builder-workspace/Draftsman/Classes/Utilities/Shortcuts/Property/UIView.swift:53:24: warning: main actor-isolated property 'center' can not be mutated from a nonisolated context; this is an error in the Swift 6 language mode
        underlyingView.center = center
                       ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:189:40: note: mutation of this property is only permitted within the actor
@property(nonatomic) CGPoint           center;      // center is center of frame, relative to anchorPoint. animatable
                                       ^
/Users/admin/builder/spi-builder-workspace/Draftsman/Classes/Utilities/Shortcuts/Property/UIView.swift:52:28: note: add '@MainActor' to make instance method 'center' part of global actor 'MainActor'
    @inlinable public func center(_ center: CGPoint) -> LayoutDraft<View> {
                           ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Draftsman/Classes/Utilities/Shortcuts/Property/UIView.swift:57:24: warning: cannot form key path to main actor-isolated property 'center'; this is an error in the Swift 6 language mode
        self.subcriber.center(publisher)
                       ^
/Users/admin/builder/spi-builder-workspace/Draftsman/Classes/Utilities/Shortcuts/Property/UIView.swift:60:24: warning: main actor-isolated property 'contentScaleFactor' can not be mutated from a nonisolated context; this is an error in the Swift 6 language mode
        underlyingView.contentScaleFactor = contentScaleFactor
                       ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:192:40: note: mutation of this property is only permitted within the actor
@property(nonatomic) CGFloat           contentScaleFactor API_AVAILABLE(ios(4.0));
                                       ^
/Users/admin/builder/spi-builder-workspace/Draftsman/Classes/Utilities/Shortcuts/Property/UIView.swift:59:28: note: add '@MainActor' to make instance method 'contentScaleFactor' part of global actor 'MainActor'
    @inlinable public func contentScaleFactor(_ contentScaleFactor: CGFloat) -> LayoutDraft<View> {
                           ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Draftsman/Classes/Utilities/Shortcuts/Property/UIView.swift:64:24: warning: cannot form key path to main actor-isolated property 'contentScaleFactor'; this is an error in the Swift 6 language mode
        self.subcriber.contentScaleFactor(publisher)
                       ^
/Users/admin/builder/spi-builder-workspace/Draftsman/Classes/Utilities/Shortcuts/Property/UIView.swift:67:24: warning: main actor-isolated property 'isMultipleTouchEnabled' can not be mutated from a nonisolated context; this is an error in the Swift 6 language mode
        underlyingView.isMultipleTouchEnabled = isMultipleTouchEnabled
                       ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:200:57: note: mutation of this property is only permitted within the actor
@property(nonatomic,getter=isMultipleTouchEnabled) BOOL multipleTouchEnabled API_UNAVAILABLE(tvos);   // default is NO
                                                        ^
/Users/admin/builder/spi-builder-workspace/Draftsman/Classes/Utilities/Shortcuts/Property/UIView.swift:66:28: note: add '@MainActor' to make instance method 'isMultipleTouchEnabled' part of global actor 'MainActor'
    @inlinable public func isMultipleTouchEnabled(_ isMultipleTouchEnabled: Bool) -> LayoutDraft<View> {
                           ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Draftsman/Classes/Utilities/Shortcuts/Property/UIView.swift:71:24: warning: cannot form key path to main actor-isolated property 'isMultipleTouchEnabled'; this is an error in the Swift 6 language mode
        self.subcriber.isMultipleTouchEnabled(publisher)
                       ^
/Users/admin/builder/spi-builder-workspace/Draftsman/Classes/Utilities/Shortcuts/Property/UIView.swift:74:24: warning: main actor-isolated property 'isExclusiveTouch' can not be mutated from a nonisolated context; this is an error in the Swift 6 language mode
        underlyingView.isExclusiveTouch = isExclusiveTouch
                       ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:201:57: note: mutation of this property is only permitted within the actor
@property(nonatomic,getter=isExclusiveTouch) BOOL       exclusiveTouch API_UNAVAILABLE(tvos);         // default is NO
                                                        ^
/Users/admin/builder/spi-builder-workspace/Draftsman/Classes/Utilities/Shortcuts/Property/UIView.swift:73:28: note: add '@MainActor' to make instance method 'isExclusiveTouch' part of global actor 'MainActor'
    @inlinable public func isExclusiveTouch(_ isExclusiveTouch: Bool) -> LayoutDraft<View> {
                           ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Draftsman/Classes/Utilities/Shortcuts/Property/UIView.swift:78:24: warning: cannot form key path to main actor-isolated property 'isExclusiveTouch'; this is an error in the Swift 6 language mode
        self.subcriber.isExclusiveTouch(publisher)
                       ^
/Users/admin/builder/spi-builder-workspace/Draftsman/Classes/Utilities/Shortcuts/Property/UIView.swift:81:24: warning: main actor-isolated property 'autoresizesSubviews' can not be mutated from a nonisolated context; this is an error in the Swift 6 language mode
        underlyingView.autoresizesSubviews = autoresizesSubviews
                       ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:211:41: note: mutation of this property is only permitted within the actor
@property(nonatomic) BOOL               autoresizesSubviews; // default is YES. if set, subviews are adjusted according to their autoresizingMask if self.bounds changes
                                        ^
/Users/admin/builder/spi-builder-workspace/Draftsman/Classes/Utilities/Shortcuts/Property/UIView.swift:80:28: note: add '@MainActor' to make instance method 'autoresizesSubviews' part of global actor 'MainActor'
    @inlinable public func autoresizesSubviews(_ autoresizesSubviews: Bool) -> LayoutDraft<View> {
                           ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Draftsman/Classes/Utilities/Shortcuts/Property/UIView.swift:85:24: warning: cannot form key path to main actor-isolated property 'autoresizesSubviews'; this is an error in the Swift 6 language mode
        self.subcriber.autoresizesSubviews(publisher)
                       ^
/Users/admin/builder/spi-builder-workspace/Draftsman/Classes/Utilities/Shortcuts/Property/UIView.swift:88:24: warning: main actor-isolated property 'layoutMargins' can not be mutated from a nonisolated context; this is an error in the Swift 6 language mode
        underlyingView.layoutMargins = layoutMargins
                       ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:263:36: note: mutation of this property is only permitted within the actor
@property (nonatomic) UIEdgeInsets layoutMargins API_AVAILABLE(ios(8.0));
                                   ^
/Users/admin/builder/spi-builder-workspace/Draftsman/Classes/Utilities/Shortcuts/Property/UIView.swift:87:28: note: add '@MainActor' to make instance method 'layoutMargins' part of global actor 'MainActor'
    @inlinable public func layoutMargins(_ layoutMargins: UIEdgeInsets) -> LayoutDraft<View> {
                           ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Draftsman/Classes/Utilities/Shortcuts/Property/UIView.swift:92:24: warning: cannot form key path to main actor-isolated property 'layoutMargins'; this is an error in the Swift 6 language mode
        self.subcriber.layoutMargins(publisher)
                       ^
/Users/admin/builder/spi-builder-workspace/Draftsman/Classes/Utilities/Shortcuts/Property/UIView.swift:95:24: warning: main actor-isolated property 'directionalLayoutMargins' can not be mutated from a nonisolated context; this is an error in the Swift 6 language mode
        underlyingView.directionalLayoutMargins = directionalLayoutMargins
                       ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:268:47: note: mutation of this property is only permitted within the actor
@property (nonatomic) NSDirectionalEdgeInsets directionalLayoutMargins API_AVAILABLE(ios(11.0), tvos(11.0)) API_UNAVAILABLE(watchos);
                                              ^
/Users/admin/builder/spi-builder-workspace/Draftsman/Classes/Utilities/Shortcuts/Property/UIView.swift:94:28: note: add '@MainActor' to make instance method 'directionalLayoutMargins' part of global actor 'MainActor'
    @inlinable public func directionalLayoutMargins(_ directionalLayoutMargins: NSDirectionalEdgeInsets) -> LayoutDraft<View> {
                           ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Draftsman/Classes/Utilities/Shortcuts/Property/UIView.swift:99:24: warning: cannot form key path to main actor-isolated property 'directionalLayoutMargins'; this is an error in the Swift 6 language mode
        self.subcriber.directionalLayoutMargins(publisher)
                       ^
/Users/admin/builder/spi-builder-workspace/Draftsman/Classes/Utilities/Shortcuts/Property/UIView.swift:102:24: warning: main actor-isolated property 'preservesSuperviewLayoutMargins' can not be mutated from a nonisolated context; this is an error in the Swift 6 language mode
        underlyingView.preservesSuperviewLayoutMargins = preservesSuperviewLayoutMargins
                       ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:270:28: note: mutation of this property is only permitted within the actor
@property (nonatomic) BOOL preservesSuperviewLayoutMargins API_AVAILABLE(ios(8.0)); // default is NO - set to enable pass-through or cascading behavior of margins from this view’s parent to its children
/Users/admin/builder/spi-builder-workspace/Draftsman/Classes/Utilities/Shortcuts/Property/UIView.swift:101:28: note: add '@MainActor' to make instance method 'preservesSuperviewLayoutMargins' part of global actor 'MainActor'
    @inlinable public func preservesSuperviewLayoutMargins(_ preservesSuperviewLayoutMargins: Bool) -> LayoutDraft<View> {
                           ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Draftsman/Classes/Utilities/Shortcuts/Property/UIView.swift:106:24: warning: cannot form key path to main actor-isolated property 'preservesSuperviewLayoutMargins'; this is an error in the Swift 6 language mode
        self.subcriber.preservesSuperviewLayoutMargins(publisher)
                       ^
/Users/admin/builder/spi-builder-workspace/Draftsman/Classes/Utilities/Shortcuts/Property/UIView.swift:109:24: warning: main actor-isolated property 'insetsLayoutMarginsFromSafeArea' can not be mutated from a nonisolated context; this is an error in the Swift 6 language mode
        underlyingView.insetsLayoutMarginsFromSafeArea = insetsLayoutMarginsFromSafeArea
                       ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:271:28: note: mutation of this property is only permitted within the actor
@property (nonatomic) BOOL insetsLayoutMarginsFromSafeArea API_AVAILABLE(ios(11.0), tvos(11.0)) API_UNAVAILABLE(watchos);  // Default: YES
                           ^
/Users/admin/builder/spi-builder-workspace/Draftsman/Classes/Utilities/Shortcuts/Property/UIView.swift:108:28: note: add '@MainActor' to make instance method 'insetsLayoutMarginsFromSafeArea' part of global actor 'MainActor'
    @inlinable public func insetsLayoutMarginsFromSafeArea(_ insetsLayoutMarginsFromSafeArea: Bool) -> LayoutDraft<View> {
                           ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Draftsman/Classes/Utilities/Shortcuts/Property/UIView.swift:113:24: warning: cannot form key path to main actor-isolated property 'insetsLayoutMarginsFromSafeArea'; this is an error in the Swift 6 language mode
        self.subcriber.insetsLayoutMarginsFromSafeArea(publisher)
                       ^
/Users/admin/builder/spi-builder-workspace/Draftsman/Classes/Utilities/Shortcuts/Property/UIView.swift:116:24: warning: main actor-isolated property 'clipsToBounds' can not be mutated from a nonisolated context; this is an error in the Swift 6 language mode
        underlyingView.clipsToBounds = clipsToBounds
                       ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:302:56: note: mutation of this property is only permitted within the actor
@property(nonatomic)                 BOOL              clipsToBounds;              // When YES, content and subviews are clipped to the bounds of the view. Default is NO.
                                                       ^
/Users/admin/builder/spi-builder-workspace/Draftsman/Classes/Utilities/Shortcuts/Property/UIView.swift:115:28: note: add '@MainActor' to make instance method 'clipsToBounds' part of global actor 'MainActor'
    @inlinable public func clipsToBounds(_ clipsToBounds: Bool) -> LayoutDraft<View> {
                           ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Draftsman/Classes/Utilities/Shortcuts/Property/UIView.swift:120:24: warning: cannot form key path to main actor-isolated property 'clipsToBounds'; this is an error in the Swift 6 language mode
        self.subcriber.clipsToBounds(publisher)
                       ^
/Users/admin/builder/spi-builder-workspace/Draftsman/Classes/Utilities/Shortcuts/Property/UIView.swift:123:24: warning: main actor-isolated property 'backgroundColor' can not be mutated from a nonisolated context; this is an error in the Swift 6 language mode
        underlyingView.backgroundColor = backgroundColor
                       ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:303:66: note: mutation of this property is only permitted within the actor
@property(nullable, nonatomic,copy)            UIColor          *backgroundColor UI_APPEARANCE_SELECTOR; // default is nil. Can be useful with the appearance proxy on custom UIView subclasses.
                                                                 ^
/Users/admin/builder/spi-builder-workspace/Draftsman/Classes/Utilities/Shortcuts/Property/UIView.swift:122:28: note: add '@MainActor' to make instance method 'backgroundColor' part of global actor 'MainActor'
    @inlinable public func backgroundColor(_ backgroundColor: UIColor?) -> LayoutDraft<View> {
                           ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Draftsman/Classes/Utilities/Shortcuts/Property/UIView.swift:127:24: warning: cannot form key path to main actor-isolated property 'backgroundColor'; this is an error in the Swift 6 language mode
        self.subcriber.backgroundColor(publisher)
                       ^
/Users/admin/builder/spi-builder-workspace/Draftsman/Classes/Utilities/Shortcuts/Property/UIView.swift:130:24: warning: main actor-isolated property 'alpha' can not be mutated from a nonisolated context; this is an error in the Swift 6 language mode
        underlyingView.alpha = alpha
                       ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:304:56: note: mutation of this property is only permitted within the actor
@property(nonatomic)                 CGFloat           alpha;                      // animatable. default is 1.0
                                                       ^
/Users/admin/builder/spi-builder-workspace/Draftsman/Classes/Utilities/Shortcuts/Property/UIView.swift:129:28: note: add '@MainActor' to make instance method 'alpha' part of global actor 'MainActor'
    @inlinable public func alpha(_ alpha: CGFloat) -> LayoutDraft<View> {
                           ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Draftsman/Classes/Utilities/Shortcuts/Property/UIView.swift:134:24: warning: cannot form key path to main actor-isolated property 'alpha'; this is an error in the Swift 6 language mode
        self.subcriber.alpha(publisher)
                       ^
/Users/admin/builder/spi-builder-workspace/Draftsman/Classes/Utilities/Shortcuts/Property/UIView.swift:137:24: warning: main actor-isolated property 'isOpaque' can not be mutated from a nonisolated context; this is an error in the Swift 6 language mode
        underlyingView.isOpaque = isOpaque
                       ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:305:56: note: mutation of this property is only permitted within the actor
@property(nonatomic,getter=isOpaque) BOOL              opaque;                     // default is YES. opaque views must fill their entire bounds or the results are undefined. the active CGContext in drawRect: will not have been cleared and may have non-zeroed pixels
                                                       ^
/Users/admin/builder/spi-builder-workspace/Draftsman/Classes/Utilities/Shortcuts/Property/UIView.swift:136:28: note: add '@MainActor' to make instance method 'isOpaque' part of global actor 'MainActor'
    @inlinable public func isOpaque(_ isOpaque: Bool) -> LayoutDraft<View> {
                           ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Draftsman/Classes/Utilities/Shortcuts/Property/UIView.swift:141:24: warning: cannot form key path to main actor-isolated property 'isOpaque'; this is an error in the Swift 6 language mode
        self.subcriber.isOpaque(publisher)
                       ^
/Users/admin/builder/spi-builder-workspace/Draftsman/Classes/Utilities/Shortcuts/Property/UIView.swift:144:24: warning: main actor-isolated property 'clearsContextBeforeDrawing' can not be mutated from a nonisolated context; this is an error in the Swift 6 language mode
        underlyingView.clearsContextBeforeDrawing = clearsContextBeforeDrawing
                       ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:306:56: note: mutation of this property is only permitted within the actor
@property(nonatomic)                 BOOL              clearsContextBeforeDrawing; // default is YES. ignored for opaque views. for non-opaque views causes the active CGContext in drawRect: to be pre-filled with transparent pixels
                                                       ^
/Users/admin/builder/spi-builder-workspace/Draftsman/Classes/Utilities/Shortcuts/Property/UIView.swift:143:28: note: add '@MainActor' to make instance method 'clearsContextBeforeDrawing' part of global actor 'MainActor'
    @inlinable public func clearsContextBeforeDrawing(_ clearsContextBeforeDrawing: Bool) -> LayoutDraft<View> {
                           ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Draftsman/Classes/Utilities/Shortcuts/Property/UIView.swift:148:24: warning: cannot form key path to main actor-isolated property 'clearsContextBeforeDrawing'; this is an error in the Swift 6 language mode
        self.subcriber.clearsContextBeforeDrawing(publisher)
                       ^
/Users/admin/builder/spi-builder-workspace/Draftsman/Classes/Utilities/Shortcuts/Property/UIView.swift:151:24: warning: main actor-isolated property 'isHidden' can not be mutated from a nonisolated context; this is an error in the Swift 6 language mode
        underlyingView.isHidden = isHidden
                       ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:307:56: note: mutation of this property is only permitted within the actor
@property(nonatomic,getter=isHidden) BOOL              hidden;                     // default is NO. doesn't check superviews
                                                       ^
/Users/admin/builder/spi-builder-workspace/Draftsman/Classes/Utilities/Shortcuts/Property/UIView.swift:150:28: note: add '@MainActor' to make instance method 'isHidden' part of global actor 'MainActor'
    @inlinable public func isHidden(_ isHidden: Bool) -> LayoutDraft<View> {
                           ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Draftsman/Classes/Utilities/Shortcuts/Property/UIView.swift:155:24: warning: cannot form key path to main actor-isolated property 'isHidden'; this is an error in the Swift 6 language mode
        self.subcriber.isHidden(publisher)
                       ^
/Users/admin/builder/spi-builder-workspace/Draftsman/Classes/Utilities/Shortcuts/Property/UIView.swift:158:24: warning: main actor-isolated property 'mask' can not be mutated from a nonisolated context; this is an error in the Swift 6 language mode
        underlyingView.mask = mask
                       ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:311:66: note: mutation of this property is only permitted within the actor
@property(nullable, nonatomic,strong)          UIView           *maskView API_AVAILABLE(ios(8.0));
                                                                 ^
/Users/admin/builder/spi-builder-workspace/Draftsman/Classes/Utilities/Shortcuts/Property/UIView.swift:157:28: note: add '@MainActor' to make instance method 'mask' part of global actor 'MainActor'
    @inlinable public func mask(_ mask: UIView?) -> LayoutDraft<View> {
                           ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Draftsman/Classes/Utilities/Shortcuts/Property/UIView.swift:162:24: warning: cannot form key path to main actor-isolated property 'mask'; this is an error in the Swift 6 language mode
        self.subcriber.mask(publisher)
                       ^
/Users/admin/builder/spi-builder-workspace/Draftsman/Classes/Utilities/Shortcuts/Property/UIView.swift:165:24: warning: main actor-isolated property 'tintColor' can not be mutated from a nonisolated context; this is an error in the Swift 6 language mode
        underlyingView.tintColor = tintColor
                       ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:319:56: note: mutation of this property is only permitted within the actor
@property(null_resettable, nonatomic, strong) UIColor *tintColor API_AVAILABLE(ios(7.0));
                                                       ^
/Users/admin/builder/spi-builder-workspace/Draftsman/Classes/Utilities/Shortcuts/Property/UIView.swift:164:28: note: add '@MainActor' to make instance method 'tintColor' part of global actor 'MainActor'
    @inlinable public func tintColor(_ tintColor: UIColor?) -> LayoutDraft<View> {
                           ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Draftsman/Classes/Utilities/Shortcuts/Property/UIView.swift:169:24: warning: cannot form key path to main actor-isolated property 'tintColor'; this is an error in the Swift 6 language mode
        self.subcriber.tintColor(publisher)
                       ^
/Users/admin/builder/spi-builder-workspace/Draftsman/Classes/Utilities/Shortcuts/Property/UIView.swift:173:24: warning: main actor-isolated property 'translatesAutoresizingMaskIntoConstraints' can not be mutated from a nonisolated context; this is an error in the Swift 6 language mode
        underlyingView.translatesAutoresizingMaskIntoConstraints = translatesAutoresizingMaskIntoConstraints
                       ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:464:27: note: mutation of this property is only permitted within the actor
@property(nonatomic) BOOL translatesAutoresizingMaskIntoConstraints API_AVAILABLE(ios(6.0)); // Default YES
                          ^
/Users/admin/builder/spi-builder-workspace/Draftsman/Classes/Utilities/Shortcuts/Property/UIView.swift:172:28: note: add '@MainActor' to make instance method 'translatesAutoresizingMaskIntoConstraints' part of global actor 'MainActor'
    @inlinable public func translatesAutoresizingMaskIntoConstraints(_ translatesAutoresizingMaskIntoConstraints: Bool) -> LayoutDraft<View> {
                           ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Draftsman/Classes/Utilities/Shortcuts/Property/UIView.swift:177:24: warning: cannot form key path to main actor-isolated property 'translatesAutoresizingMaskIntoConstraints'; this is an error in the Swift 6 language mode
        self.subcriber.translatesAutoresizingMaskIntoConstraints(publisher)
                       ^
/Users/admin/builder/spi-builder-workspace/Draftsman/Classes/Utilities/Shortcuts/Property/UIView.swift:180:24: warning: main actor-isolated property 'restorationIdentifier' can not be mutated from a nonisolated context; this is an error in the Swift 6 language mode
        underlyingView.restorationIdentifier = restorationIdentifier
                       ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:625:49: note: mutation of this property is only permitted within the actor
@property (nullable, nonatomic, copy) NSString *restorationIdentifier API_AVAILABLE(ios(6.0));
                                                ^
/Users/admin/builder/spi-builder-workspace/Draftsman/Classes/Utilities/Shortcuts/Property/UIView.swift:179:28: note: add '@MainActor' to make instance method 'restorationIdentifier' part of global actor 'MainActor'
    @inlinable public func restorationIdentifier(_ restorationIdentifier: String?) -> LayoutDraft<View> {
                           ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Draftsman/Classes/Utilities/Shortcuts/Property/UIView.swift:184:24: warning: cannot form key path to main actor-isolated property 'restorationIdentifier'; this is an error in the Swift 6 language mode
        self.subcriber.restorationIdentifier(publisher)
                       ^
/Users/admin/builder/spi-builder-workspace/Draftsman/Classes/Utilities/Shortcuts/Property/UIView.swift:187:24: warning: main actor-isolated property 'contentMode' can not be mutated from a nonisolated context; this is an error in the Swift 6 language mode
        underlyingView.contentMode = contentMode
                       ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:308:56: note: mutation of this property is only permitted within the actor
@property(nonatomic)                 UIViewContentMode contentMode;                // default is UIViewContentModeScaleToFill
                                                       ^
/Users/admin/builder/spi-builder-workspace/Draftsman/Classes/Utilities/Shortcuts/Property/UIView.swift:186:28: note: add '@MainActor' to make instance method 'contentMode' part of global actor 'MainActor'
    @inlinable public func contentMode(_ contentMode: UIView.ContentMode) -> LayoutDraft<View> {
                           ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Draftsman/Classes/Utilities/Shortcuts/Property/UIView.swift:191:24: warning: cannot form key path to main actor-isolated property 'contentMode'; this is an error in the Swift 6 language mode
        self.subcriber.contentMode(publisher)
                       ^
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Draftsman/Classes/Utilities/Shortcuts/RelationShortcuts.swift (in target 'Draftsman' from project 'Draftsman')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Draftsman/Classes/Utilities/Shortcuts/StackedShortcuts.swift (in target 'Draftsman' from project 'Draftsman')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

/Users/admin/builder/spi-builder-workspace/Draftsman/Classes/Utilities/Shortcuts/StackedShortcuts.swift:18:19: warning: main actor-isolated default value in a nonisolated context; this is an error in the Swift 6 language mode
    public init(_ stack: UIStackView = UIStackView(), @LayoutPlan _ layouter: () -> ViewPlan) {
                  ^
/Users/admin/builder/spi-builder-workspace/Draftsman/Classes/Utilities/Shortcuts/StackedShortcuts.swift:65:28: warning: main actor-isolated default value in a nonisolated context; this is an error in the Swift 6 language mode
    public override init(_ stack: UIStackView = UIStackView(), @LayoutPlan _ layouter: () -> ViewPlan) {
                           ^
/Users/admin/builder/spi-builder-workspace/Draftsman/Classes/Utilities/Shortcuts/StackedShortcuts.swift:86:19: warning: main actor-isolated default value in a nonisolated context; this is an error in the Swift 6 language mode
    public init(_ stack: ScrollableStackView = ScrollableStackView(), @LayoutPlan _ layouter: () -> ViewPlan) {
                  ^
/Users/admin/builder/spi-builder-workspace/Draftsman/Classes/Utilities/Shortcuts/StackedShortcuts.swift:129:28: warning: main actor-isolated default value in a nonisolated context; this is an error in the Swift 6 language mode
    public override init(_ stack: ScrollableStackView = ScrollableStackView(), @LayoutPlan _ layouter: () -> ViewPlan) {
                           ^
/Users/admin/builder/spi-builder-workspace/Draftsman/Classes/Utilities/Shortcuts/StackedShortcuts.swift:139:28: warning: main actor-isolated default value in a nonisolated context; this is an error in the Swift 6 language mode
    public override init(_ stack: ScrollableStackView = ScrollableStackView(), @LayoutPlan _ layouter: () -> ViewPlan) {
                           ^
/Users/admin/builder/spi-builder-workspace/Draftsman/Classes/Utilities/Shortcuts/StackedShortcuts.swift:19:15: warning: main actor-isolated property 'axis' can not be mutated from a nonisolated context; this is an error in the Swift 6 language mode
        stack.axis = Self.axis
              ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIStackView.h:167:45: note: mutation of this property is only permitted within the actor
@property(nonatomic) UILayoutConstraintAxis axis;
                                            ^
/Users/admin/builder/spi-builder-workspace/Draftsman/Classes/Utilities/Shortcuts/StackedShortcuts.swift:33:25: warning: call to main actor-isolated initializer 'init(axis:margins:distribution:alignment:spacing:)' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
            let stack = UIStackView(
                        ^
/Users/admin/builder/spi-builder-workspace/Draftsman/Classes/Utilities/Extensions/UIView+Extensions.swift:36:28: note: calls to initializer 'init(axis:margins:distribution:alignment:spacing:)' from outside of its actor context are implicitly asynchronous
    @inlinable convenience init(
                           ^
/Users/admin/builder/spi-builder-workspace/Draftsman/Classes/Utilities/Shortcuts/StackedShortcuts.swift:49:25: warning: call to main actor-isolated initializer 'init(axis:margins:distribution:alignment:spacing:)' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
            let stack = UIStackView(
                        ^
/Users/admin/builder/spi-builder-workspace/Draftsman/Classes/Utilities/Extensions/UIView+Extensions.swift:36:28: note: calls to initializer 'init(axis:margins:distribution:alignment:spacing:)' from outside of its actor context are implicitly asynchronous
    @inlinable convenience init(
                           ^
/Users/admin/builder/spi-builder-workspace/Draftsman/Classes/Utilities/Shortcuts/StackedShortcuts.swift:87:15: warning: main actor-isolated property 'axis' can not be mutated from a nonisolated context; this is an error in the Swift 6 language mode
        stack.axis = Self.axis
              ^
/Users/admin/builder/spi-builder-workspace/Draftsman/Classes/Utilities/CustomView/ScrollableStackView.swift:15:16: note: mutation of this property is only permitted within the actor
    public var axis: NSLayoutConstraint.Axis {
               ^
/Users/admin/builder/spi-builder-workspace/Draftsman/Classes/Utilities/Shortcuts/StackedShortcuts.swift:100:25: warning: call to main actor-isolated initializer 'init(frame:axis:margins:alignment:spacing:)' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
            let stack = ScrollableStackView(
                        ^
/Users/admin/builder/spi-builder-workspace/Draftsman/Classes/Utilities/CustomView/ScrollableStackView.swift:54:12: note: calls to initializer 'init(frame:axis:margins:alignment:spacing:)' from outside of its actor context are implicitly asynchronous
    public init(
           ^
/Users/admin/builder/spi-builder-workspace/Draftsman/Classes/Utilities/CustomView/ScrollableStackView.swift:54:12: note: main actor isolation inferred from inheritance from class 'UIScrollView'
    public init(
           ^
/Users/admin/builder/spi-builder-workspace/Draftsman/Classes/Utilities/Shortcuts/StackedShortcuts.swift:114:25: warning: call to main actor-isolated initializer 'init(frame:axis:margins:alignment:spacing:)' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
            let stack = ScrollableStackView(
                        ^
/Users/admin/builder/spi-builder-workspace/Draftsman/Classes/Utilities/CustomView/ScrollableStackView.swift:54:12: note: calls to initializer 'init(frame:axis:margins:alignment:spacing:)' from outside of its actor context are implicitly asynchronous
    public init(
           ^
/Users/admin/builder/spi-builder-workspace/Draftsman/Classes/Utilities/CustomView/ScrollableStackView.swift:54:12: note: main actor isolation inferred from inheritance from class 'UIScrollView'
    public init(
           ^
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Draftsman/Classes/Utilities/StackCompatible.swift (in target 'Draftsman' from project 'Draftsman')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftDriverJobDiscovery normal arm64 Compiling ClavierLayoutGuide.swift (in target 'Clavier' from project 'Clavier')
SwiftCompile normal arm64 Compiling\ Array+Extensions.swift,\ CACornerMask+Extensions.swift,\ CGFloat+Extensions.swift,\ CGRect+Extensions.swift,\ CGSize+Extensions.swift,\ NSLayoutConstraint+Extensions.swift,\ NSLayoutDimension+Extensions.swift,\ UIColor+Extensions.swift /Users/admin/builder/spi-builder-workspace/Draftsman/Classes/Utilities/Extensions/Array+Extensions.swift /Users/admin/builder/spi-builder-workspace/Draftsman/Classes/Utilities/Extensions/CACornerMask+Extensions.swift /Users/admin/builder/spi-builder-workspace/Draftsman/Classes/Utilities/Extensions/CGFloat+Extensions.swift /Users/admin/builder/spi-builder-workspace/Draftsman/Classes/Utilities/Extensions/CGRect+Extensions.swift /Users/admin/builder/spi-builder-workspace/Draftsman/Classes/Utilities/Extensions/CGSize+Extensions.swift /Users/admin/builder/spi-builder-workspace/Draftsman/Classes/Utilities/Extensions/NSLayoutConstraint+Extensions.swift /Users/admin/builder/spi-builder-workspace/Draftsman/Classes/Utilities/Extensions/NSLayoutDimension+Extensions.swift /Users/admin/builder/spi-builder-workspace/Draftsman/Classes/Utilities/Extensions/UIColor+Extensions.swift (in target 'Draftsman' from project 'Draftsman')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Draftsman/Classes/Utilities/Extensions/Array+Extensions.swift (in target 'Draftsman' from project 'Draftsman')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

/Users/admin/builder/spi-builder-workspace/Draftsman/Classes/Utilities/Extensions/Array+Extensions.swift:17:47: warning: main actor-isolated property 'draftsmanIdentifier' can not be referenced from a nonisolated context; this is an error in the Swift 6 language mode
            guard let identifier = constraint.draftsmanIdentifier,
                                              ^
/Users/admin/builder/spi-builder-workspace/Draftsman/Classes/Utilities/Extensions/NSLayoutConstraint+Extensions.swift:15:9: note: property declared here
    var draftsmanIdentifier: String? {
        ^
/Users/admin/builder/spi-builder-workspace/Draftsman/Classes/Utilities/Extensions/Array+Extensions.swift:51:56: warning: main actor-isolated property 'draftsmanIdentifier' can not be referenced from a nonisolated context; this is an error in the Swift 6 language mode
            guard let draftsmanIdentifier = constraint.draftsmanIdentifier else {
                                                       ^
/Users/admin/builder/spi-builder-workspace/Draftsman/Classes/Utilities/Extensions/NSLayoutConstraint+Extensions.swift:15:9: note: property declared here
    var draftsmanIdentifier: String? {
        ^
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Draftsman/Classes/Utilities/Extensions/CACornerMask+Extensions.swift (in target 'Draftsman' from project 'Draftsman')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Draftsman/Classes/Utilities/Extensions/CGFloat+Extensions.swift (in target 'Draftsman' from project 'Draftsman')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Draftsman/Classes/Utilities/Extensions/CGRect+Extensions.swift (in target 'Draftsman' from project 'Draftsman')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Draftsman/Classes/Utilities/Extensions/CGSize+Extensions.swift (in target 'Draftsman' from project 'Draftsman')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Draftsman/Classes/Utilities/Extensions/NSLayoutConstraint+Extensions.swift (in target 'Draftsman' from project 'Draftsman')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

/Users/admin/builder/spi-builder-workspace/Draftsman/Classes/Utilities/Extensions/NSLayoutConstraint+Extensions.swift:12:13: warning: var 'draftsmanIdentifierKey' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
private var draftsmanIdentifierKey: String = "draftsmanIdentifierKey"
            ^
/Users/admin/builder/spi-builder-workspace/Draftsman/Classes/Utilities/Extensions/NSLayoutConstraint+Extensions.swift:12:13: note: convert 'draftsmanIdentifierKey' to a 'let' constant to make 'Sendable' shared state immutable
private var draftsmanIdentifierKey: String = "draftsmanIdentifierKey"
        ~~~ ^
        let
/Users/admin/builder/spi-builder-workspace/Draftsman/Classes/Utilities/Extensions/NSLayoutConstraint+Extensions.swift:12:13: note: add '@MainActor' to make var 'draftsmanIdentifierKey' part of global actor 'MainActor'
private var draftsmanIdentifierKey: String = "draftsmanIdentifierKey"
            ^
@MainActor
/Users/admin/builder/spi-builder-workspace/Draftsman/Classes/Utilities/Extensions/NSLayoutConstraint+Extensions.swift:12:13: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
private var draftsmanIdentifierKey: String = "draftsmanIdentifierKey"
            ^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Draftsman/Classes/Utilities/Extensions/NSLayoutConstraint+Extensions.swift:17:44: warning: forming 'UnsafeRawPointer' to an inout variable of type String exposes the internal representation rather than the string contents.
            objc_getAssociatedObject(self, &draftsmanIdentifierKey) as? String
                                           ^
/Users/admin/builder/spi-builder-workspace/Draftsman/Classes/Utilities/Extensions/NSLayoutConstraint+Extensions.swift:20:44: warning: forming 'UnsafeRawPointer' to an inout variable of type String exposes the internal representation rather than the string contents.
            objc_setAssociatedObject(self, &draftsmanIdentifierKey, newValue, .OBJC_ASSOCIATION_RETAIN)
                                           ^
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Draftsman/Classes/Utilities/Extensions/NSLayoutDimension+Extensions.swift (in target 'Draftsman' from project 'Draftsman')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Draftsman/Classes/Utilities/Extensions/UIColor+Extensions.swift (in target 'Draftsman' from project 'Draftsman')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftDriverJobDiscovery normal arm64 Compiling ConstraintBuilderRootRecoverable.swift, Axis.swift, Dimension.swift, Pair.swift, Quad.swift, Single.swift, Trio.swift, LayoutAnchor.swift (in target 'Draftsman' from project 'Draftsman')
SwiftDriver\ Compilation Clavier normal arm64 com.apple.xcode.tools.swift.compiler (in target 'Clavier' from project 'Clavier')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-Swift-Compilation -- /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name Clavier -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Clavier.build/Debug-iphoneos/Clavier.build/Objects-normal/arm64/Clavier.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -stats-output-dir .stats -strict-concurrency\=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures -plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk -target arm64-apple-ios12.0 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -enable-testing -suppress-warnings -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -swift-version 5 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -I /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/iphoneos18.4-22E235-339d34bc69d7fc736c3220795c36f340.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Clavier.build/Debug-iphoneos/Clavier.build/Objects-normal/arm64/Clavier-OutputFileMap.json -use-frontend-parseable-output -save-temps -no-color-diagnostics -serialize-diagnostics -emit-dependencies -emit-module -emit-module-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Clavier.build/Debug-iphoneos/Clavier.build/Objects-normal/arm64/Clavier.swiftmodule -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Clavier.build/Debug-iphoneos/Clavier.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Clavier.build/Debug-iphoneos/Clavier.build/Objects-normal/arm64/Clavier_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Clavier.build/Debug-iphoneos/Clavier.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Clavier.build/Debug-iphoneos/Clavier.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Clavier.build/Debug-iphoneos/Clavier.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -emit-objc-header -emit-objc-header-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Clavier.build/Debug-iphoneos/Clavier.build/Objects-normal/arm64/Clavier-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
SwiftDriverJobDiscovery normal arm64 Compiling UICollectionView.swift, UIControl.swift, UIImageView.swift, UILabel.swift, UIScrollView.swift, UISlider.swift, UIStackView.swift, UIStepper.swift (in target 'Draftsman' from project 'Draftsman')
SwiftDriverJobDiscovery normal arm64 Compiling UIEdgeInsets+Extensions.swift, UIResponder+Extensions.swift, UIView+Extensions.swift, LayoutDraftBuilder.swift, LayoutDraftSubscriber.swift, ContainerShortcuts.swift, Cell.swift, UIButton.swift (in target 'Draftsman' from project 'Draftsman')
Ld /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/Clavier.o normal (in target 'Clavier' from project 'Clavier')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Clavier
    /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -Xlinker -reproducible -target arm64-apple-ios12.0 -r -isysroot /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk -O0 -w -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-iphoneos -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -L/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/lib -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-iphoneos -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -iframework /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/Frameworks -iframework /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/Developer/Library/Frameworks -filelist /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Clavier.build/Debug-iphoneos/Clavier.build/Objects-normal/arm64/Clavier.LinkFileList -nostdlib -Xlinker -object_path_lto -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Clavier.build/Debug-iphoneos/Clavier.build/Objects-normal/arm64/Clavier_lto.o -rdynamic -Xlinker -no_deduplicate -Xlinker -dependency_info -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Clavier.build/Debug-iphoneos/Clavier.build/Objects-normal/arm64/Clavier_dependency_info.dat -fobjc-link-runtime -L/Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphoneos -L/usr/lib/swift -Xlinker -add_ast_path -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Clavier.build/Debug-iphoneos/Clavier.build/Objects-normal/arm64/Clavier.swiftmodule -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/Clavier.o
SwiftDriverJobDiscovery normal arm64 Compiling Tabled.swift, LayoutDraft.swift, LayoutPlan.swift, PlanComponent.swift, PlanContext.swift, Planned.swift, PlannedDraft.swift, ViewPlan.swift (in target 'Draftsman' from project 'Draftsman')
ExtractAppIntentsMetadata (in target 'Clavier' from project 'Clavier')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Clavier
    /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/appintentsmetadataprocessor --toolchain-dir /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain --module-name Clavier --sdk-root /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk --xcode-version 16E140 --platform-family iOS --deployment-target 12.0 --bundle-identifier clavier.Clavier --output /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/Clavier.appintents --target-triple arm64-apple-ios12.0 --binary-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/Clavier.o --dependency-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Clavier.build/Debug-iphoneos/Clavier.build/Objects-normal/arm64/Clavier_dependency_info.dat --stringsdata-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Clavier.build/Debug-iphoneos/Clavier.build/Objects-normal/arm64/ExtractedAppShortcutsMetadata.stringsdata --source-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Clavier.build/Debug-iphoneos/Clavier.build/Objects-normal/arm64/Clavier.SwiftFileList --metadata-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Clavier.build/Debug-iphoneos/Clavier.build/Clavier.DependencyMetadataFileList --static-metadata-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Clavier.build/Debug-iphoneos/Clavier.build/Clavier.DependencyStaticMetadataFileList --swift-const-vals-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Clavier.build/Debug-iphoneos/Clavier.build/Objects-normal/arm64/Clavier.SwiftConstValuesFileList --force --compile-time-extraction --deployment-aware-processing --validate-assistant-intents --no-app-shortcuts-localization
2025-04-27 10:00:11.358 appintentsmetadataprocessor[807:4529] Starting appintentsmetadataprocessor export
2025-04-27 10:00:11.399 appintentsmetadataprocessor[807:4529] Extracted no relevant App Intents symbols, skipping writing output
SwiftDriverJobDiscovery normal arm64 Compiling LayoutAxisAnchor.swift, LayoutWithAnchors.swift, AxisAnchorRelation.swift, DimensionAnchorRelation.swift, IdentifiedAnchorRelation.swift, PairAnchorRelation.swift, PrioritizedAnchorRelation.swift, QuadAnchorRelation.swift (in target 'Draftsman' from project 'Draftsman')
RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/Clavier.o (in target 'Clavier' from project 'Clavier')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Clavier
    builtin-RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/Clavier.o
SwiftDriverJobDiscovery normal arm64 Compiling AnchorExtractable.swift, AxisAnchor.swift, DimensionAnchor.swift, PairAnchor.swift, QuadAnchor.swift, SingleAnchor.swift, SizeAnchor.swift, TriAnchor.swift (in target 'Draftsman' from project 'Draftsman')
SwiftDriverJobDiscovery normal arm64 Compiling ViewPlanBuilder.swift, AnchorPair.swift, Enumeration.swift, PairConstant.swift, TriConstant.swift, ConstraintBuilder.swift, ScrollableStackView.swift, SpacerView.swift (in target 'Draftsman' from project 'Draftsman')
SwiftDriverJobDiscovery normal arm64 Emitting module for Draftsman (in target 'Draftsman' from project 'Draftsman')
SwiftDriver\ Compilation\ Requirements Draftsman normal arm64 com.apple.xcode.tools.swift.compiler (in target 'Draftsman' from project 'Draftsman')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-Swift-Compilation-Requirements -- /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name Draftsman -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Draftsman.build/Debug-iphoneos/Draftsman.build/Objects-normal/arm64/Draftsman.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -stats-output-dir .stats -strict-concurrency\=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures -plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk -target arm64-apple-ios13.0 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -enable-testing -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -swift-version 5 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -I /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/iphoneos18.4-22E235-339d34bc69d7fc736c3220795c36f340.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Draftsman.build/Debug-iphoneos/Draftsman.build/Objects-normal/arm64/Draftsman-OutputFileMap.json -use-frontend-parseable-output -save-temps -no-color-diagnostics -serialize-diagnostics -emit-dependencies -emit-module -emit-module-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Draftsman.build/Debug-iphoneos/Draftsman.build/Objects-normal/arm64/Draftsman.swiftmodule -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Draftsman.build/Debug-iphoneos/Draftsman.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Draftsman.build/Debug-iphoneos/Draftsman.build/Objects-normal/arm64/Draftsman_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Draftsman.build/Debug-iphoneos/Draftsman.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Draftsman.build/Debug-iphoneos/Draftsman.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Draftsman.build/Debug-iphoneos/Draftsman.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -emit-objc-header -emit-objc-header-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Draftsman.build/Debug-iphoneos/Draftsman.build/Objects-normal/arm64/Draftsman-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
SwiftMergeGeneratedHeaders /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-iphoneos/Draftsman-Swift.h /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Draftsman.build/Debug-iphoneos/Draftsman.build/Objects-normal/arm64/Draftsman-Swift.h (in target 'Draftsman' from project 'Draftsman')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-swiftHeaderTool -arch arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Draftsman.build/Debug-iphoneos/Draftsman.build/Objects-normal/arm64/Draftsman-Swift.h -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-iphoneos/Draftsman-Swift.h
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/Draftsman.swiftmodule/arm64-apple-ios.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Draftsman.build/Debug-iphoneos/Draftsman.build/Objects-normal/arm64/Draftsman.swiftmodule (in target 'Draftsman' from project 'Draftsman')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks -rename /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Draftsman.build/Debug-iphoneos/Draftsman.build/Objects-normal/arm64/Draftsman.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/Draftsman.swiftmodule/arm64-apple-ios.swiftmodule
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/Draftsman.swiftmodule/arm64-apple-ios.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Draftsman.build/Debug-iphoneos/Draftsman.build/Objects-normal/arm64/Draftsman.swiftdoc (in target 'Draftsman' from project 'Draftsman')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks -rename /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Draftsman.build/Debug-iphoneos/Draftsman.build/Objects-normal/arm64/Draftsman.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/Draftsman.swiftmodule/arm64-apple-ios.swiftdoc
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/Draftsman.swiftmodule/arm64-apple-ios.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Draftsman.build/Debug-iphoneos/Draftsman.build/Objects-normal/arm64/Draftsman.abi.json (in target 'Draftsman' from project 'Draftsman')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks -rename /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Draftsman.build/Debug-iphoneos/Draftsman.build/Objects-normal/arm64/Draftsman.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/Draftsman.swiftmodule/arm64-apple-ios.abi.json
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/Draftsman.swiftmodule/Project/arm64-apple-ios.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Draftsman.build/Debug-iphoneos/Draftsman.build/Objects-normal/arm64/Draftsman.swiftsourceinfo (in target 'Draftsman' from project 'Draftsman')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks -rename /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Draftsman.build/Debug-iphoneos/Draftsman.build/Objects-normal/arm64/Draftsman.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/Draftsman.swiftmodule/Project/arm64-apple-ios.swiftsourceinfo
SwiftDriverJobDiscovery normal arm64 Compiling SingleAnchorRelation.swift, SizeAnchorRelation.swift, TriAnchorRelation.swift, CollectionCellProvider.swift, Collectioned.swift, NSDiffableDataSourceSnapshot+Extensions.swift, SectionCompatible.swift, TableCellProvider.swift (in target 'Draftsman' from project 'Draftsman')
SwiftDriverJobDiscovery normal arm64 Compiling UISwitch.swift, UITableView.swift, UITextView.swift, UIView.swift, RelationShortcuts.swift, StackedShortcuts.swift, StackCompatible.swift (in target 'Draftsman' from project 'Draftsman')
SwiftDriverJobDiscovery normal arm64 Compiling Array+Extensions.swift, CACornerMask+Extensions.swift, CGFloat+Extensions.swift, CGRect+Extensions.swift, CGSize+Extensions.swift, NSLayoutConstraint+Extensions.swift, NSLayoutDimension+Extensions.swift, UIColor+Extensions.swift (in target 'Draftsman' from project 'Draftsman')
SwiftDriver\ Compilation Draftsman normal arm64 com.apple.xcode.tools.swift.compiler (in target 'Draftsman' from project 'Draftsman')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-Swift-Compilation -- /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name Draftsman -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Draftsman.build/Debug-iphoneos/Draftsman.build/Objects-normal/arm64/Draftsman.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -stats-output-dir .stats -strict-concurrency\=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures -plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk -target arm64-apple-ios13.0 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -enable-testing -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -swift-version 5 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -I /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/iphoneos18.4-22E235-339d34bc69d7fc736c3220795c36f340.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Draftsman.build/Debug-iphoneos/Draftsman.build/Objects-normal/arm64/Draftsman-OutputFileMap.json -use-frontend-parseable-output -save-temps -no-color-diagnostics -serialize-diagnostics -emit-dependencies -emit-module -emit-module-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Draftsman.build/Debug-iphoneos/Draftsman.build/Objects-normal/arm64/Draftsman.swiftmodule -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Draftsman.build/Debug-iphoneos/Draftsman.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Draftsman.build/Debug-iphoneos/Draftsman.build/Objects-normal/arm64/Draftsman_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Draftsman.build/Debug-iphoneos/Draftsman.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Draftsman.build/Debug-iphoneos/Draftsman.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Draftsman.build/Debug-iphoneos/Draftsman.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -emit-objc-header -emit-objc-header-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Draftsman.build/Debug-iphoneos/Draftsman.build/Objects-normal/arm64/Draftsman-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
Ld /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/Draftsman.o normal (in target 'Draftsman' from project 'Draftsman')
    cd /Users/admin/builder/spi-builder-workspace
    /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -Xlinker -reproducible -target arm64-apple-ios13.0 -r -isysroot /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk -O0 -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-iphoneos -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -L/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/lib -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-iphoneos -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/PackageFrameworks -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/PackageFrameworks -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -iframework /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/Frameworks -iframework /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/Developer/Library/Frameworks -filelist /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Draftsman.build/Debug-iphoneos/Draftsman.build/Objects-normal/arm64/Draftsman.LinkFileList -nostdlib -Xlinker -object_path_lto -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Draftsman.build/Debug-iphoneos/Draftsman.build/Objects-normal/arm64/Draftsman_lto.o -rdynamic -Xlinker -no_deduplicate -Xlinker -dependency_info -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Draftsman.build/Debug-iphoneos/Draftsman.build/Objects-normal/arm64/Draftsman_dependency_info.dat -fobjc-link-runtime -L/Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphoneos -L/usr/lib/swift -Xlinker -add_ast_path -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Draftsman.build/Debug-iphoneos/Draftsman.build/Objects-normal/arm64/Draftsman.swiftmodule -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/Draftsman.o
ExtractAppIntentsMetadata (in target 'Draftsman' from project 'Draftsman')
    cd /Users/admin/builder/spi-builder-workspace
    /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/appintentsmetadataprocessor --toolchain-dir /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain --module-name Draftsman --sdk-root /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk --xcode-version 16E140 --platform-family iOS --deployment-target 13.0 --bundle-identifier spi-builder-workspace.Draftsman --output /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/Draftsman.appintents --target-triple arm64-apple-ios13.0 --binary-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/Draftsman.o --dependency-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Draftsman.build/Debug-iphoneos/Draftsman.build/Objects-normal/arm64/Draftsman_dependency_info.dat --stringsdata-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Draftsman.build/Debug-iphoneos/Draftsman.build/Objects-normal/arm64/ExtractedAppShortcutsMetadata.stringsdata --source-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Draftsman.build/Debug-iphoneos/Draftsman.build/Objects-normal/arm64/Draftsman.SwiftFileList --metadata-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Draftsman.build/Debug-iphoneos/Draftsman.build/Draftsman.DependencyMetadataFileList --static-metadata-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Draftsman.build/Debug-iphoneos/Draftsman.build/Draftsman.DependencyStaticMetadataFileList --swift-const-vals-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Draftsman.build/Debug-iphoneos/Draftsman.build/Objects-normal/arm64/Draftsman.SwiftConstValuesFileList --force --compile-time-extraction --deployment-aware-processing --validate-assistant-intents --no-app-shortcuts-localization
2025-04-27 10:00:11.817 appintentsmetadataprocessor[810:4568] Starting appintentsmetadataprocessor export
2025-04-27 10:00:11.857 appintentsmetadataprocessor[810:4568] Extracted no relevant App Intents symbols, skipping writing output
RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/Draftsman.o (in target 'Draftsman' from project 'Draftsman')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/Draftsman.o
** BUILD SUCCEEDED **
Build complete.
{
  "dependencies" : [
    {
      "identity" : "clavier",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "2.0.3",
            "upper_bound" : "3.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/hainayanda/Clavier.git"
    },
    {
      "identity" : "builder",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.1.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/hainayanda/Builder.git"
    }
  ],
  "manifest_display_name" : "Draftsman",
  "name" : "Draftsman",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "13.0"
    }
  ],
  "products" : [
    {
      "name" : "Draftsman",
      "targets" : [
        "Draftsman"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "Draftsman",
      "module_type" : "SwiftTarget",
      "name" : "Draftsman",
      "path" : "Draftsman/Classes",
      "product_dependencies" : [
        "Clavier",
        "Builder"
      ],
      "product_memberships" : [
        "Draftsman"
      ],
      "sources" : [
        "Anchors/AnchorExtractable.swift",
        "Anchors/Base/AxisAnchor.swift",
        "Anchors/Base/DimensionAnchor.swift",
        "Anchors/Base/PairAnchor.swift",
        "Anchors/Base/QuadAnchor.swift",
        "Anchors/Base/SingleAnchor.swift",
        "Anchors/Base/SizeAnchor.swift",
        "Anchors/Base/TriAnchor.swift",
        "Anchors/ConstraintBuilderRootRecoverable.swift",
        "Anchors/Defined/Axis.swift",
        "Anchors/Defined/Dimension.swift",
        "Anchors/Defined/Pair.swift",
        "Anchors/Defined/Quad.swift",
        "Anchors/Defined/Single.swift",
        "Anchors/Defined/Trio.swift",
        "Anchors/LayoutAnchor.swift",
        "Anchors/LayoutAxisAnchor.swift",
        "Anchors/LayoutWithAnchors.swift",
        "Anchors/Relation/AxisAnchorRelation.swift",
        "Anchors/Relation/DimensionAnchorRelation.swift",
        "Anchors/Relation/IdentifiedAnchorRelation.swift",
        "Anchors/Relation/PairAnchorRelation.swift",
        "Anchors/Relation/PrioritizedAnchorRelation.swift",
        "Anchors/Relation/QuadAnchorRelation.swift",
        "Anchors/Relation/SingleAnchorRelation.swift",
        "Anchors/Relation/SizeAnchorRelation.swift",
        "Anchors/Relation/TriAnchorRelation.swift",
        "CellProvider/CollectionCellProvider.swift",
        "CellProvider/Collectioned.swift",
        "CellProvider/NSDiffableDataSourceSnapshot+Extensions.swift",
        "CellProvider/SectionCompatible.swift",
        "CellProvider/TableCellProvider.swift",
        "CellProvider/Tabled.swift",
        "Draft/LayoutDraft.swift",
        "Draft/LayoutPlan.swift",
        "Draft/PlanComponent.swift",
        "Draft/PlanContext.swift",
        "Draft/Planned.swift",
        "Draft/PlannedDraft.swift",
        "Draft/ViewPlan.swift",
        "Draft/ViewPlanBuilder.swift",
        "Model/AnchorPair.swift",
        "Model/Enumeration.swift",
        "Model/PairConstant.swift",
        "Model/TriConstant.swift",
        "Utilities/ConstraintBuilder.swift",
        "Utilities/CustomView/ScrollableStackView.swift",
        "Utilities/CustomView/SpacerView.swift",
        "Utilities/Extensions/Array+Extensions.swift",
        "Utilities/Extensions/CACornerMask+Extensions.swift",
        "Utilities/Extensions/CGFloat+Extensions.swift",
        "Utilities/Extensions/CGRect+Extensions.swift",
        "Utilities/Extensions/CGSize+Extensions.swift",
        "Utilities/Extensions/NSLayoutConstraint+Extensions.swift",
        "Utilities/Extensions/NSLayoutDimension+Extensions.swift",
        "Utilities/Extensions/UIColor+Extensions.swift",
        "Utilities/Extensions/UIEdgeInsets+Extensions.swift",
        "Utilities/Extensions/UIResponder+Extensions.swift",
        "Utilities/Extensions/UIView+Extensions.swift",
        "Utilities/LayoutDraftBuilder.swift",
        "Utilities/LayoutDraftSubscriber.swift",
        "Utilities/Shortcuts/ContainerShortcuts.swift",
        "Utilities/Shortcuts/Property/Cell.swift",
        "Utilities/Shortcuts/Property/UIButton.swift",
        "Utilities/Shortcuts/Property/UICollectionView.swift",
        "Utilities/Shortcuts/Property/UIControl.swift",
        "Utilities/Shortcuts/Property/UIImageView.swift",
        "Utilities/Shortcuts/Property/UILabel.swift",
        "Utilities/Shortcuts/Property/UIScrollView.swift",
        "Utilities/Shortcuts/Property/UISlider.swift",
        "Utilities/Shortcuts/Property/UIStackView.swift",
        "Utilities/Shortcuts/Property/UIStepper.swift",
        "Utilities/Shortcuts/Property/UISwitch.swift",
        "Utilities/Shortcuts/Property/UITableView.swift",
        "Utilities/Shortcuts/Property/UITextView.swift",
        "Utilities/Shortcuts/Property/UIView.swift",
        "Utilities/Shortcuts/RelationShortcuts.swift",
        "Utilities/Shortcuts/StackedShortcuts.swift",
        "Utilities/StackCompatible.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.5"
}
Done.