Build Information
Successful build of Draftsman, reference 3.2.5 (3098b6
), with Swift 6.1 for iOS using Xcode 16.3 on 27 Apr 2025 17:00:17 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
^
@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 SafeAreaKeyboardLayoutGuide.swift (in target 'Clavier' from project 'Clavier')
SwiftCompile normal arm64 Compiling\ UIEdgeInsets+Extensions.swift,\ UIResponder+Extensions.swift,\ UIView+Extensions.swift,\ LayoutDraftBuilder.swift,\ LayoutDraftSubscriber.swift,\ ContainerShortcuts.swift,\ Cell.swift,\ UIButton.swift /Users/admin/builder/spi-builder-workspace/Draftsman/Classes/Utilities/Extensions/UIEdgeInsets+Extensions.swift /Users/admin/builder/spi-builder-workspace/Draftsman/Classes/Utilities/Extensions/UIResponder+Extensions.swift /Users/admin/builder/spi-builder-workspace/Draftsman/Classes/Utilities/Extensions/UIView+Extensions.swift /Users/admin/builder/spi-builder-workspace/Draftsman/Classes/Utilities/LayoutDraftBuilder.swift /Users/admin/builder/spi-builder-workspace/Draftsman/Classes/Utilities/LayoutDraftSubscriber.swift /Users/admin/builder/spi-builder-workspace/Draftsman/Classes/Utilities/Shortcuts/ContainerShortcuts.swift /Users/admin/builder/spi-builder-workspace/Draftsman/Classes/Utilities/Shortcuts/Property/Cell.swift /Users/admin/builder/spi-builder-workspace/Draftsman/Classes/Utilities/Shortcuts/Property/UIButton.swift (in target 'Draftsman' from project 'Draftsman')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Draftsman/Classes/Utilities/Extensions/UIEdgeInsets+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/UIResponder+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/UIView+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/UIView+Extensions.swift:12:13: warning: var 'plannedIdentifierKey' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
private var plannedIdentifierKey: String = "plannedIdentifierKey"
^
/Users/admin/builder/spi-builder-workspace/Draftsman/Classes/Utilities/Extensions/UIView+Extensions.swift:12:13: note: convert 'plannedIdentifierKey' to a 'let' constant to make 'Sendable' shared state immutable
private var plannedIdentifierKey: String = "plannedIdentifierKey"
~~~ ^
let
/Users/admin/builder/spi-builder-workspace/Draftsman/Classes/Utilities/Extensions/UIView+Extensions.swift:12:13: note: add '@MainActor' to make var 'plannedIdentifierKey' part of global actor 'MainActor'
private var plannedIdentifierKey: String = "plannedIdentifierKey"
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Draftsman/Classes/Utilities/Extensions/UIView+Extensions.swift:12:13: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
private var plannedIdentifierKey: String = "plannedIdentifierKey"
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Draftsman/Classes/Utilities/Extensions/UIView+Extensions.swift:18:44: warning: forming 'UnsafeRawPointer' to an inout variable of type String exposes the internal representation rather than the string contents.
objc_getAssociatedObject(self, &plannedIdentifierKey) as? ObjectIdentifier
^
/Users/admin/builder/spi-builder-workspace/Draftsman/Classes/Utilities/Extensions/UIView+Extensions.swift:21:44: warning: forming 'UnsafeRawPointer' to an inout variable of type String exposes the internal representation rather than the string contents.
objc_setAssociatedObject(self, &plannedIdentifierKey, newValue, .OBJC_ASSOCIATION_RETAIN)
^
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Draftsman/Classes/Utilities/LayoutDraftBuilder.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/LayoutDraftSubscriber.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/LayoutDraftSubscriber.swift:69:13: warning: var 'draftsmanCancellablesKey' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
private var draftsmanCancellablesKey: String = "draftsmanCancellablesKey"
^
/Users/admin/builder/spi-builder-workspace/Draftsman/Classes/Utilities/LayoutDraftSubscriber.swift:69:13: note: convert 'draftsmanCancellablesKey' to a 'let' constant to make 'Sendable' shared state immutable
private var draftsmanCancellablesKey: String = "draftsmanCancellablesKey"
~~~ ^
let
/Users/admin/builder/spi-builder-workspace/Draftsman/Classes/Utilities/LayoutDraftSubscriber.swift:69:13: note: add '@MainActor' to make var 'draftsmanCancellablesKey' part of global actor 'MainActor'
private var draftsmanCancellablesKey: String = "draftsmanCancellablesKey"
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Draftsman/Classes/Utilities/LayoutDraftSubscriber.swift:69:13: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
private var draftsmanCancellablesKey: String = "draftsmanCancellablesKey"
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Draftsman/Classes/Utilities/LayoutDraftSubscriber.swift:42:52: warning: main actor-isolated property 'draftsmanCancellables' can not be referenced from a nonisolated context; this is an error in the Swift 6 language mode
var draftsmanCancellables = underlyingView.draftsmanCancellables
^
/Users/admin/builder/spi-builder-workspace/Draftsman/Classes/Utilities/LayoutDraftSubscriber.swift:72:9: note: property declared here
var draftsmanCancellables: Set<AnyCancellable> {
^
/Users/admin/builder/spi-builder-workspace/Draftsman/Classes/Utilities/LayoutDraftSubscriber.swift:41:17: note: add '@MainActor' to make instance method 'stored()' part of global actor 'MainActor'
public func stored() -> LayoutDraft<View> {
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Draftsman/Classes/Utilities/LayoutDraftSubscriber.swift:46:24: warning: main actor-isolated property 'draftsmanCancellables' can not be mutated from a nonisolated context; this is an error in the Swift 6 language mode
underlyingView.draftsmanCancellables = draftsmanCancellables
^
/Users/admin/builder/spi-builder-workspace/Draftsman/Classes/Utilities/LayoutDraftSubscriber.swift:72:9: note: mutation of this property is only permitted within the actor
var draftsmanCancellables: Set<AnyCancellable> {
^
/Users/admin/builder/spi-builder-workspace/Draftsman/Classes/Utilities/LayoutDraftSubscriber.swift:41:17: note: add '@MainActor' to make instance method 'stored()' part of global actor 'MainActor'
public func stored() -> LayoutDraft<View> {
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Draftsman/Classes/Utilities/LayoutDraftSubscriber.swift:74:44: warning: forming 'UnsafeRawPointer' to an inout variable of type String exposes the internal representation rather than the string contents.
objc_getAssociatedObject(self, &draftsmanCancellablesKey) as? Set<AnyCancellable> ?? .init()
^
/Users/admin/builder/spi-builder-workspace/Draftsman/Classes/Utilities/LayoutDraftSubscriber.swift:77:44: warning: forming 'UnsafeRawPointer' to an inout variable of type String exposes the internal representation rather than the string contents.
objc_setAssociatedObject(self, &draftsmanCancellablesKey, newValue, .OBJC_ASSOCIATION_RETAIN)
^
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Draftsman/Classes/Utilities/Shortcuts/ContainerShortcuts.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/ContainerShortcuts.swift:15:25: warning: call to main actor-isolated initializer 'init()' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
let container = UIView()
^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/usr/include/objc/NSObject.h:66:1: note: calls to initializer 'init()' from outside of its actor context are implicitly asynchronous
- (instancetype)init
^
/Users/admin/builder/spi-builder-workspace/Draftsman/Classes/Utilities/Shortcuts/ContainerShortcuts.swift:16:19: warning: main actor-isolated property 'backgroundColor' can not be mutated from a nonisolated context; this is an error in the Swift 6 language mode
container.backgroundColor = .clear
^
/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/ContainerShortcuts.swift:24:25: warning: call to main actor-isolated initializer 'init()' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
let container = UIView()
^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/usr/include/objc/NSObject.h:66:1: note: calls to initializer 'init()' from outside of its actor context are implicitly asynchronous
- (instancetype)init
^
/Users/admin/builder/spi-builder-workspace/Draftsman/Classes/Utilities/Shortcuts/ContainerShortcuts.swift:25:19: warning: main actor-isolated property 'backgroundColor' can not be mutated from a nonisolated context; this is an error in the Swift 6 language mode
container.backgroundColor = .clear
^
/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.
^
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Draftsman/Classes/Utilities/Shortcuts/Property/Cell.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/Cell.swift:17:24: warning: main actor-isolated property 'automaticallyUpdatesContentConfiguration' can not be mutated from a nonisolated context; this is an error in the Swift 6 language mode
underlyingView.automaticallyUpdatesContentConfiguration = automaticallyUpdatesContentConfiguration
^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UITableViewCell.h:113:28: note: mutation of this property is only permitted within the actor
@property (nonatomic) BOOL automaticallyUpdatesContentConfiguration API_AVAILABLE(ios(14.0), tvos(14.0)) API_UNAVAILABLE(watchos);
^
/Users/admin/builder/spi-builder-workspace/Draftsman/Classes/Utilities/Shortcuts/Property/Cell.swift:16:28: note: add '@MainActor' to make instance method 'automaticallyUpdatesContentConfiguration' part of global actor 'MainActor'
@inlinable public func automaticallyUpdatesContentConfiguration(_ automaticallyUpdatesContentConfiguration: Bool) -> LayoutDraft<View> {
^
/Users/admin/builder/spi-builder-workspace/Draftsman/Classes/Utilities/Shortcuts/Property/Cell.swift:22:24: warning: cannot form key path to main actor-isolated property 'automaticallyUpdatesContentConfiguration'; this is an error in the Swift 6 language mode
self.subcriber.automaticallyUpdatesContentConfiguration(publisher)
^
/Users/admin/builder/spi-builder-workspace/Draftsman/Classes/Utilities/Shortcuts/Property/Cell.swift:27:24: warning: main actor-isolated property 'automaticallyUpdatesBackgroundConfiguration' can not be mutated from a nonisolated context; this is an error in the Swift 6 language mode
underlyingView.automaticallyUpdatesBackgroundConfiguration = automaticallyUpdatesBackgroundConfiguration
^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UITableViewCell.h:131:28: note: mutation of this property is only permitted within the actor
@property (nonatomic) BOOL automaticallyUpdatesBackgroundConfiguration API_AVAILABLE(ios(14.0), tvos(14.0)) API_UNAVAILABLE(watchos);
^
/Users/admin/builder/spi-builder-workspace/Draftsman/Classes/Utilities/Shortcuts/Property/Cell.swift:26:28: note: add '@MainActor' to make instance method 'automaticallyUpdatesBackgroundConfiguration' part of global actor 'MainActor'
@inlinable public func automaticallyUpdatesBackgroundConfiguration(_ automaticallyUpdatesBackgroundConfiguration: Bool) -> LayoutDraft<View> {
^
/Users/admin/builder/spi-builder-workspace/Draftsman/Classes/Utilities/Shortcuts/Property/Cell.swift:32:24: warning: cannot form key path to main actor-isolated property 'automaticallyUpdatesBackgroundConfiguration'; this is an error in the Swift 6 language mode
self.subcriber.automaticallyUpdatesBackgroundConfiguration(publisher)
^
/Users/admin/builder/spi-builder-workspace/Draftsman/Classes/Utilities/Shortcuts/Property/Cell.swift:35: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/UITableViewCell.h:134:49: note: mutation of this property is only permitted within the actor
@property (nonatomic, strong, nullable) UIView *backgroundView;
^
/Users/admin/builder/spi-builder-workspace/Draftsman/Classes/Utilities/Shortcuts/Property/Cell.swift:34: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/Cell.swift:39: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/Cell.swift:42:24: warning: main actor-isolated property 'selectedBackgroundView' can not be mutated from a nonisolated context; this is an error in the Swift 6 language mode
underlyingView.selectedBackgroundView = selectedBackgroundView
^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UITableViewCell.h:136:49: note: mutation of this property is only permitted within the actor
@property (nonatomic, strong, nullable) UIView *selectedBackgroundView;
^
/Users/admin/builder/spi-builder-workspace/Draftsman/Classes/Utilities/Shortcuts/Property/Cell.swift:41:28: note: add '@MainActor' to make instance method 'selectedBackgroundView' part of global actor 'MainActor'
@inlinable public func selectedBackgroundView(_ selectedBackgroundView: UIView?) -> LayoutDraft<View> {
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Draftsman/Classes/Utilities/Shortcuts/Property/Cell.swift:46:24: warning: cannot form key path to main actor-isolated property 'selectedBackgroundView'; this is an error in the Swift 6 language mode
self.subcriber.selectedBackgroundView(publisher)
^
/Users/admin/builder/spi-builder-workspace/Draftsman/Classes/Utilities/Shortcuts/Property/Cell.swift:49:24: warning: main actor-isolated property 'multipleSelectionBackgroundView' can not be mutated from a nonisolated context; this is an error in the Swift 6 language mode
underlyingView.multipleSelectionBackgroundView = multipleSelectionBackgroundView
^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UITableViewCell.h:138:49: note: mutation of this property is only permitted within the actor
@property (nonatomic, strong, nullable) UIView *multipleSelectionBackgroundView API_AVAILABLE(ios(5.0));
^
/Users/admin/builder/spi-builder-workspace/Draftsman/Classes/Utilities/Shortcuts/Property/Cell.swift:48:28: note: add '@MainActor' to make instance method 'multipleSelectionBackgroundView' part of global actor 'MainActor'
@inlinable public func multipleSelectionBackgroundView(_ multipleSelectionBackgroundView: UIView?) -> LayoutDraft<View> {
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Draftsman/Classes/Utilities/Shortcuts/Property/Cell.swift:53:24: warning: cannot form key path to main actor-isolated property 'multipleSelectionBackgroundView'; this is an error in the Swift 6 language mode
self.subcriber.multipleSelectionBackgroundView(publisher)
^
/Users/admin/builder/spi-builder-workspace/Draftsman/Classes/Utilities/Shortcuts/Property/Cell.swift:56:24: warning: main actor-isolated property 'isSelected' can not be mutated from a nonisolated context; this is an error in the Swift 6 language mode
underlyingView.isSelected = isSelected
^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UITableViewCell.h:144:55: note: mutation of this property is only permitted within the actor
@property (nonatomic, getter=isSelected) BOOL selected; // set selected state (title, image, background). default is NO. animated is NO
^
/Users/admin/builder/spi-builder-workspace/Draftsman/Classes/Utilities/Shortcuts/Property/Cell.swift:55:28: note: add '@MainActor' to make instance method 'isSelected' part of global actor 'MainActor'
@inlinable public func isSelected(_ isSelected: Bool) -> LayoutDraft<View> {
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Draftsman/Classes/Utilities/Shortcuts/Property/Cell.swift:60:24: warning: cannot form key path to main actor-isolated property 'isSelected'; this is an error in the Swift 6 language mode
self.subcriber.isSelected(publisher)
^
/Users/admin/builder/spi-builder-workspace/Draftsman/Classes/Utilities/Shortcuts/Property/Cell.swift:63:24: warning: main actor-isolated property 'isHighlighted' can not be mutated from a nonisolated context; this is an error in the Swift 6 language mode
underlyingView.isHighlighted = isHighlighted
^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UITableViewCell.h:145:55: note: mutation of this property is only permitted within the actor
@property (nonatomic, getter=isHighlighted) BOOL highlighted; // set highlighted state (title, image, background). default is NO. animated is NO
^
/Users/admin/builder/spi-builder-workspace/Draftsman/Classes/Utilities/Shortcuts/Property/Cell.swift:62:28: note: add '@MainActor' to make instance method 'isHighlighted' part of global actor 'MainActor'
@inlinable public func isHighlighted(_ isHighlighted: Bool) -> LayoutDraft<View> {
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Draftsman/Classes/Utilities/Shortcuts/Property/Cell.swift:67:24: warning: cannot form key path to main actor-isolated property 'isHighlighted'; this is an error in the Swift 6 language mode
self.subcriber.isHighlighted(publisher)
^
/Users/admin/builder/spi-builder-workspace/Draftsman/Classes/Utilities/Shortcuts/Property/Cell.swift:70:24: warning: main actor-isolated property 'showsReorderControl' can not be mutated from a nonisolated context; this is an error in the Swift 6 language mode
underlyingView.showsReorderControl = showsReorderControl
^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UITableViewCell.h:150:55: note: mutation of this property is only permitted within the actor
@property (nonatomic) BOOL showsReorderControl; // default is NO
^
/Users/admin/builder/spi-builder-workspace/Draftsman/Classes/Utilities/Shortcuts/Property/Cell.swift:69:28: note: add '@MainActor' to make instance method 'showsReorderControl' part of global actor 'MainActor'
@inlinable public func showsReorderControl(_ showsReorderControl: Bool) -> LayoutDraft<View> {
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Draftsman/Classes/Utilities/Shortcuts/Property/Cell.swift:74:24: warning: cannot form key path to main actor-isolated property 'showsReorderControl'; this is an error in the Swift 6 language mode
self.subcriber.showsReorderControl(publisher)
^
/Users/admin/builder/spi-builder-workspace/Draftsman/Classes/Utilities/Shortcuts/Property/Cell.swift:77:24: warning: main actor-isolated property 'shouldIndentWhileEditing' can not be mutated from a nonisolated context; this is an error in the Swift 6 language mode
underlyingView.shouldIndentWhileEditing = shouldIndentWhileEditing
^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UITableViewCell.h:151:55: note: mutation of this property is only permitted within the actor
@property (nonatomic) BOOL shouldIndentWhileEditing; // default is YES. This is unrelated to the indentation level below.
^
/Users/admin/builder/spi-builder-workspace/Draftsman/Classes/Utilities/Shortcuts/Property/Cell.swift:76:28: note: add '@MainActor' to make instance method 'shouldIndentWhileEditing' part of global actor 'MainActor'
@inlinable public func shouldIndentWhileEditing(_ shouldIndentWhileEditing: Bool) -> LayoutDraft<View> {
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Draftsman/Classes/Utilities/Shortcuts/Property/Cell.swift:81:24: warning: cannot form key path to main actor-isolated property 'shouldIndentWhileEditing'; this is an error in the Swift 6 language mode
self.subcriber.shouldIndentWhileEditing(publisher)
^
/Users/admin/builder/spi-builder-workspace/Draftsman/Classes/Utilities/Shortcuts/Property/Cell.swift:84:24: warning: main actor-isolated property 'accessoryView' can not be mutated from a nonisolated context; this is an error in the Swift 6 language mode
underlyingView.accessoryView = accessoryView
^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UITableViewCell.h:154:55: note: mutation of this property is only permitted within the actor
@property (nonatomic, strong, nullable) UIView *accessoryView; // if set, use custom view. ignore accessoryType. tracks if enabled can calls accessory action
^
/Users/admin/builder/spi-builder-workspace/Draftsman/Classes/Utilities/Shortcuts/Property/Cell.swift:83:28: note: add '@MainActor' to make instance method 'accessoryView' part of global actor 'MainActor'
@inlinable public func accessoryView(_ accessoryView: UIView?) -> LayoutDraft<View> {
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Draftsman/Classes/Utilities/Shortcuts/Property/Cell.swift:88:24: warning: cannot form key path to main actor-isolated property 'accessoryView'; this is an error in the Swift 6 language mode
self.subcriber.accessoryView(publisher)
^
/Users/admin/builder/spi-builder-workspace/Draftsman/Classes/Utilities/Shortcuts/Property/Cell.swift:91:24: warning: main actor-isolated property 'editingAccessoryView' can not be mutated from a nonisolated context; this is an error in the Swift 6 language mode
underlyingView.editingAccessoryView = editingAccessoryView
^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UITableViewCell.h:156:55: note: mutation of this property is only permitted within the actor
@property (nonatomic, strong, nullable) UIView *editingAccessoryView; // if set, use custom view. ignore editingAccessoryType. tracks if enabled can calls accessory action
^
/Users/admin/builder/spi-builder-workspace/Draftsman/Classes/Utilities/Shortcuts/Property/Cell.swift:90:28: note: add '@MainActor' to make instance method 'editingAccessoryView' part of global actor 'MainActor'
@inlinable public func editingAccessoryView(_ editingAccessoryView: UIView?) -> LayoutDraft<View> {
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Draftsman/Classes/Utilities/Shortcuts/Property/Cell.swift:95:24: warning: cannot form key path to main actor-isolated property 'editingAccessoryView'; this is an error in the Swift 6 language mode
self.subcriber.editingAccessoryView(publisher)
^
/Users/admin/builder/spi-builder-workspace/Draftsman/Classes/Utilities/Shortcuts/Property/Cell.swift:98:24: warning: main actor-isolated property 'indentationLevel' can not be mutated from a nonisolated context; this is an error in the Swift 6 language mode
underlyingView.indentationLevel = indentationLevel
^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UITableViewCell.h:158:55: note: mutation of this property is only permitted within the actor
@property (nonatomic) NSInteger indentationLevel; // adjust content indent. default is 0
^
/Users/admin/builder/spi-builder-workspace/Draftsman/Classes/Utilities/Shortcuts/Property/Cell.swift:97:28: note: add '@MainActor' to make instance method 'indentationLevel' part of global actor 'MainActor'
@inlinable public func indentationLevel(_ indentationLevel: Int) -> LayoutDraft<View> {
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Draftsman/Classes/Utilities/Shortcuts/Property/Cell.swift:102:24: warning: cannot form key path to main actor-isolated property 'indentationLevel'; this is an error in the Swift 6 language mode
self.subcriber.indentationLevel(publisher)
^
/Users/admin/builder/spi-builder-workspace/Draftsman/Classes/Utilities/Shortcuts/Property/Cell.swift:105:24: warning: main actor-isolated property 'indentationWidth' can not be mutated from a nonisolated context; this is an error in the Swift 6 language mode
underlyingView.indentationWidth = indentationWidth
^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UITableViewCell.h:159:55: note: mutation of this property is only permitted within the actor
@property (nonatomic) CGFloat indentationWidth; // width for each level. default is 10.0
^
/Users/admin/builder/spi-builder-workspace/Draftsman/Classes/Utilities/Shortcuts/Property/Cell.swift:104:28: note: add '@MainActor' to make instance method 'indentationWidth' part of global actor 'MainActor'
@inlinable public func indentationWidth(_ indentationWidth: CGFloat) -> LayoutDraft<View> {
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Draftsman/Classes/Utilities/Shortcuts/Property/Cell.swift:109:24: warning: cannot form key path to main actor-isolated property 'indentationWidth'; this is an error in the Swift 6 language mode
self.subcriber.indentationWidth(publisher)
^
/Users/admin/builder/spi-builder-workspace/Draftsman/Classes/Utilities/Shortcuts/Property/Cell.swift:112: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/UITableViewCell.h:162:55: note: mutation of this property is only permitted within the actor
@property (nonatomic, getter=isEditing) BOOL editing; // show appropriate edit controls (+/- & reorder). By default -setEditing: calls setEditing:animated: with NO for animated.
^
/Users/admin/builder/spi-builder-workspace/Draftsman/Classes/Utilities/Shortcuts/Property/Cell.swift:111: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/Cell.swift:116: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/Cell.swift:119:24: warning: main actor-isolated property 'userInteractionEnabledWhileDragging' can not be mutated from a nonisolated context; this is an error in the Swift 6 language mode
underlyingView.userInteractionEnabledWhileDragging = userInteractionEnabledWhileDragging
^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UITableViewCell.h:183:28: note: mutation of this property is only permitted within the actor
@property (nonatomic) BOOL userInteractionEnabledWhileDragging API_AVAILABLE(ios(11.0)) API_UNAVAILABLE(tvos, watchos);
^
/Users/admin/builder/spi-builder-workspace/Draftsman/Classes/Utilities/Shortcuts/Property/Cell.swift:118:28: note: add '@MainActor' to make instance method 'userInteractionEnabledWhileDragging' part of global actor 'MainActor'
@inlinable public func userInteractionEnabledWhileDragging(_ userInteractionEnabledWhileDragging: Bool) -> LayoutDraft<View> {
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Draftsman/Classes/Utilities/Shortcuts/Property/Cell.swift:123:24: warning: cannot form key path to main actor-isolated property 'userInteractionEnabledWhileDragging'; this is an error in the Swift 6 language mode
self.subcriber.userInteractionEnabledWhileDragging(publisher)
^
/Users/admin/builder/spi-builder-workspace/Draftsman/Classes/Utilities/Shortcuts/Property/Cell.swift:132:24: warning: main actor-isolated property 'automaticallyUpdatesContentConfiguration' can not be mutated from a nonisolated context; this is an error in the Swift 6 language mode
underlyingView.automaticallyUpdatesContentConfiguration = automaticallyUpdatesContentConfiguration
^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UICollectionViewCell.h:90:28: note: mutation of this property is only permitted within the actor
@property (nonatomic) BOOL automaticallyUpdatesContentConfiguration API_AVAILABLE(ios(14.0), tvos(14.0)) API_UNAVAILABLE(watchos);
^
/Users/admin/builder/spi-builder-workspace/Draftsman/Classes/Utilities/Shortcuts/Property/Cell.swift:131:28: note: add '@MainActor' to make instance method 'automaticallyUpdatesContentConfiguration' part of global actor 'MainActor'
@inlinable public func automaticallyUpdatesContentConfiguration(_ automaticallyUpdatesContentConfiguration: Bool) -> LayoutDraft<View> {
^
/Users/admin/builder/spi-builder-workspace/Draftsman/Classes/Utilities/Shortcuts/Property/Cell.swift:137:24: warning: cannot form key path to main actor-isolated property 'automaticallyUpdatesContentConfiguration'; this is an error in the Swift 6 language mode
self.subcriber.automaticallyUpdatesContentConfiguration(publisher)
^
/Users/admin/builder/spi-builder-workspace/Draftsman/Classes/Utilities/Shortcuts/Property/Cell.swift:140:24: warning: main actor-isolated property 'isSelected' can not be mutated from a nonisolated context; this is an error in the Swift 6 language mode
underlyingView.isSelected = isSelected
^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UICollectionViewCell.h:98:47: note: mutation of this property is only permitted within the actor
@property (nonatomic, getter=isSelected) BOOL selected;
^
/Users/admin/builder/spi-builder-workspace/Draftsman/Classes/Utilities/Shortcuts/Property/Cell.swift:139:28: note: add '@MainActor' to make instance method 'isSelected' part of global actor 'MainActor'
@inlinable public func isSelected(_ isSelected: Bool) -> LayoutDraft<View> {
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Draftsman/Classes/Utilities/Shortcuts/Property/Cell.swift:144:24: warning: cannot form key path to main actor-isolated property 'isSelected'; this is an error in the Swift 6 language mode
self.subcriber.isSelected(publisher)
^
/Users/admin/builder/spi-builder-workspace/Draftsman/Classes/Utilities/Shortcuts/Property/Cell.swift:147:24: warning: main actor-isolated property 'isHighlighted' can not be mutated from a nonisolated context; this is an error in the Swift 6 language mode
underlyingView.isHighlighted = isHighlighted
^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UICollectionViewCell.h:99:50: note: mutation of this property is only permitted within the actor
@property (nonatomic, getter=isHighlighted) BOOL highlighted;
^
/Users/admin/builder/spi-builder-workspace/Draftsman/Classes/Utilities/Shortcuts/Property/Cell.swift:146:28: note: add '@MainActor' to make instance method 'isHighlighted' part of global actor 'MainActor'
@inlinable public func isHighlighted(_ isHighlighted: Bool) -> LayoutDraft<View> {
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Draftsman/Classes/Utilities/Shortcuts/Property/Cell.swift:151:24: warning: cannot form key path to main actor-isolated property 'isHighlighted'; this is an error in the Swift 6 language mode
self.subcriber.isHighlighted(publisher)
^
/Users/admin/builder/spi-builder-workspace/Draftsman/Classes/Utilities/Shortcuts/Property/Cell.swift:156:24: warning: main actor-isolated property 'automaticallyUpdatesBackgroundConfiguration' can not be mutated from a nonisolated context; this is an error in the Swift 6 language mode
underlyingView.automaticallyUpdatesBackgroundConfiguration = automaticallyUpdatesBackgroundConfiguration
^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UICollectionViewCell.h:116:28: note: mutation of this property is only permitted within the actor
@property (nonatomic) BOOL automaticallyUpdatesBackgroundConfiguration API_AVAILABLE(ios(14.0), tvos(14.0)) API_UNAVAILABLE(watchos);
^
/Users/admin/builder/spi-builder-workspace/Draftsman/Classes/Utilities/Shortcuts/Property/Cell.swift:155:28: note: add '@MainActor' to make instance method 'automaticallyUpdatesBackgroundConfiguration' part of global actor 'MainActor'
@inlinable public func automaticallyUpdatesBackgroundConfiguration(_ automaticallyUpdatesBackgroundConfiguration: Bool) -> LayoutDraft<View> {
^
/Users/admin/builder/spi-builder-workspace/Draftsman/Classes/Utilities/Shortcuts/Property/Cell.swift:161:24: warning: cannot form key path to main actor-isolated property 'automaticallyUpdatesBackgroundConfiguration'; this is an error in the Swift 6 language mode
self.subcriber.automaticallyUpdatesBackgroundConfiguration(publisher)
^
/Users/admin/builder/spi-builder-workspace/Draftsman/Classes/Utilities/Shortcuts/Property/Cell.swift:164: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/UICollectionViewCell.h:121:49: note: mutation of this property is only permitted within the actor
@property (nonatomic, strong, nullable) UIView *backgroundView;
^
/Users/admin/builder/spi-builder-workspace/Draftsman/Classes/Utilities/Shortcuts/Property/Cell.swift:163: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/Cell.swift:168: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/Cell.swift:171:24: warning: main actor-isolated property 'selectedBackgroundView' can not be mutated from a nonisolated context; this is an error in the Swift 6 language mode
underlyingView.selectedBackgroundView = selectedBackgroundView
^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UICollectionViewCell.h:122:49: note: mutation of this property is only permitted within the actor
@property (nonatomic, strong, nullable) UIView *selectedBackgroundView;
^
/Users/admin/builder/spi-builder-workspace/Draftsman/Classes/Utilities/Shortcuts/Property/Cell.swift:170:28: note: add '@MainActor' to make instance method 'selectedBackgroundView' part of global actor 'MainActor'
@inlinable public func selectedBackgroundView(_ selectedBackgroundView: UIView?) -> LayoutDraft<View> {
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Draftsman/Classes/Utilities/Shortcuts/Property/Cell.swift:175:24: warning: cannot form key path to main actor-isolated property 'selectedBackgroundView'; this is an error in the Swift 6 language mode
self.subcriber.selectedBackgroundView(publisher)
^
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Draftsman/Classes/Utilities/Shortcuts/Property/UIButton.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/UIButton.swift:16:24: warning: main actor-isolated property 'contentEdgeInsets' can not be mutated from a nonisolated context; this is an error in the Swift 6 language mode
underlyingView.contentEdgeInsets = contentEdgeInsets
^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIButton.h:162:35: note: mutation of this property is only permitted within the actor
@property(nonatomic) UIEdgeInsets contentEdgeInsets API_DEPRECATED("This property is ignored when using UIButtonConfiguration", ios(2.0,15.0), tvos(2.0,15.0), visionos(1.0, 1.0)) UI_APPEARANCE_SELECTOR API_UNAVAILABLE(watchos); // default is UIEdgeInsetsZero. On tvOS 10 or later, default is nonzero except for custom buttons.
^
/Users/admin/builder/spi-builder-workspace/Draftsman/Classes/Utilities/Shortcuts/Property/UIButton.swift:15:28: note: add '@MainActor' to make instance method 'contentEdgeInsets' part of global actor 'MainActor'
@inlinable public func contentEdgeInsets(_ contentEdgeInsets: UIEdgeInsets) -> LayoutDraft<View> {
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Draftsman/Classes/Utilities/Shortcuts/Property/UIButton.swift:20:24: warning: cannot form key path to main actor-isolated property 'contentEdgeInsets'; this is an error in the Swift 6 language mode
self.subcriber.contentEdgeInsets(publisher)
^
/Users/admin/builder/spi-builder-workspace/Draftsman/Classes/Utilities/Shortcuts/Property/UIButton.swift:23:24: warning: main actor-isolated property 'titleEdgeInsets' can not be mutated from a nonisolated context; this is an error in the Swift 6 language mode
underlyingView.titleEdgeInsets = titleEdgeInsets
^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIButton.h:163:35: note: mutation of this property is only permitted within the actor
@property(nonatomic) UIEdgeInsets titleEdgeInsets API_DEPRECATED("This property is ignored when using UIButtonConfiguration", ios(2.0, 15.0), tvos(2.0, 15.0), visionos(1.0, 1.0)) API_UNAVAILABLE(watchos); // default is UIEdgeInsetsZero
^
/Users/admin/builder/spi-builder-workspace/Draftsman/Classes/Utilities/Shortcuts/Property/UIButton.swift:22:28: note: add '@MainActor' to make instance method 'titleEdgeInsets' part of global actor 'MainActor'
@inlinable public func titleEdgeInsets(_ titleEdgeInsets: UIEdgeInsets) -> LayoutDraft<View> {
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Draftsman/Classes/Utilities/Shortcuts/Property/UIButton.swift:27:24: warning: cannot form key path to main actor-isolated property 'titleEdgeInsets'; this is an error in the Swift 6 language mode
self.subcriber.titleEdgeInsets(publisher)
^
/Users/admin/builder/spi-builder-workspace/Draftsman/Classes/Utilities/Shortcuts/Property/UIButton.swift:30:24: warning: main actor-isolated property 'reversesTitleShadowWhenHighlighted' can not be mutated from a nonisolated context; this is an error in the Swift 6 language mode
underlyingView.reversesTitleShadowWhenHighlighted = reversesTitleShadowWhenHighlighted
^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIButton.h:167:27: note: mutation of this property is only permitted within the actor
@property(nonatomic) BOOL reversesTitleShadowWhenHighlighted API_DEPRECATED("This property is ignored when using UIButtonConfiguration, you may customize to replicate this behavior via a configurationUpdateHandler", ios(2.0, 15.0), tvos(2.0, 15.0), visionos(1.0, 1.0)) API_UNAVAILABLE(watchos); // default is NO. if YES, shadow reverses to shift between engrave and emboss appearance
^
/Users/admin/builder/spi-builder-workspace/Draftsman/Classes/Utilities/Shortcuts/Property/UIButton.swift:29:28: note: add '@MainActor' to make instance method 'reversesTitleShadowWhenHighlighted' part of global actor 'MainActor'
@inlinable public func reversesTitleShadowWhenHighlighted(_ reversesTitleShadowWhenHighlighted: Bool) -> LayoutDraft<View> {
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Draftsman/Classes/Utilities/Shortcuts/Property/UIButton.swift:34:24: warning: cannot form key path to main actor-isolated property 'reversesTitleShadowWhenHighlighted'; this is an error in the Swift 6 language mode
self.subcriber.reversesTitleShadowWhenHighlighted(publisher)
^
/Users/admin/builder/spi-builder-workspace/Draftsman/Classes/Utilities/Shortcuts/Property/UIButton.swift:37:24: warning: main actor-isolated property 'imageEdgeInsets' can not be mutated from a nonisolated context; this is an error in the Swift 6 language mode
underlyingView.imageEdgeInsets = imageEdgeInsets
^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIButton.h:164:35: note: mutation of this property is only permitted within the actor
@property(nonatomic) UIEdgeInsets imageEdgeInsets API_DEPRECATED("This property is ignored when using UIButtonConfiguration", ios(2.0, 15.0), tvos(2.0, 15.0), visionos(1.0, 1.0)) API_UNAVAILABLE(watchos); // default is UIEdgeInsetsZero
^
/Users/admin/builder/spi-builder-workspace/Draftsman/Classes/Utilities/Shortcuts/Property/UIButton.swift:36:28: note: add '@MainActor' to make instance method 'imageEdgeInsets' part of global actor 'MainActor'
@inlinable public func imageEdgeInsets(_ imageEdgeInsets: UIEdgeInsets) -> LayoutDraft<View> {
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Draftsman/Classes/Utilities/Shortcuts/Property/UIButton.swift:41:24: warning: cannot form key path to main actor-isolated property 'imageEdgeInsets'; this is an error in the Swift 6 language mode
self.subcriber.imageEdgeInsets(publisher)
^
/Users/admin/builder/spi-builder-workspace/Draftsman/Classes/Utilities/Shortcuts/Property/UIButton.swift:44:24: warning: main actor-isolated property 'adjustsImageWhenHighlighted' can not be mutated from a nonisolated context; this is an error in the Swift 6 language mode
underlyingView.adjustsImageWhenHighlighted = adjustsImageWhenHighlighted
^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIButton.h:168:27: note: mutation of this property is only permitted within the actor
@property(nonatomic) BOOL adjustsImageWhenHighlighted API_DEPRECATED("This property is ignored when using UIButtonConfiguration, you may customize to replicate this behavior via a configurationUpdateHandler", ios(2.0, 15.0), tvos(2.0, 15.0), visionos(1.0, 1.0)) API_UNAVAILABLE(watchos); // default is YES. if YES, image is drawn darker when highlighted(pressed)
^
/Users/admin/builder/spi-builder-workspace/Draftsman/Classes/Utilities/Shortcuts/Property/UIButton.swift:43:28: note: add '@MainActor' to make instance method 'adjustsImageWhenHighlighted' part of global actor 'MainActor'
@inlinable public func adjustsImageWhenHighlighted(_ adjustsImageWhenHighlighted: Bool) -> LayoutDraft<View> {
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Draftsman/Classes/Utilities/Shortcuts/Property/UIButton.swift:48:24: warning: cannot form key path to main actor-isolated property 'adjustsImageWhenHighlighted'; this is an error in the Swift 6 language mode
self.subcriber.adjustsImageWhenHighlighted(publisher)
^
/Users/admin/builder/spi-builder-workspace/Draftsman/Classes/Utilities/Shortcuts/Property/UIButton.swift:51:24: warning: main actor-isolated property 'adjustsImageWhenDisabled' can not be mutated from a nonisolated context; this is an error in the Swift 6 language mode
underlyingView.adjustsImageWhenDisabled = adjustsImageWhenDisabled
^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIButton.h:169:27: note: mutation of this property is only permitted within the actor
@property(nonatomic) BOOL adjustsImageWhenDisabled API_DEPRECATED("This property is ignored when using UIButtonConfiguration, you may customize to replicate this behavior via a configurationUpdateHandler", ios(2.0, 15.0), tvos(2.0, 15.0), visionos(1.0, 1.0)) API_UNAVAILABLE(watchos); // default is YES. if YES, image is drawn lighter when disabled
^
/Users/admin/builder/spi-builder-workspace/Draftsman/Classes/Utilities/Shortcuts/Property/UIButton.swift:50:28: note: add '@MainActor' to make instance method 'adjustsImageWhenDisabled' part of global actor 'MainActor'
@inlinable public func adjustsImageWhenDisabled(_ adjustsImageWhenDisabled: Bool) -> LayoutDraft<View> {
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Draftsman/Classes/Utilities/Shortcuts/Property/UIButton.swift:55:24: warning: cannot form key path to main actor-isolated property 'adjustsImageWhenDisabled'; this is an error in the Swift 6 language mode
self.subcriber.adjustsImageWhenDisabled(publisher)
^
/Users/admin/builder/spi-builder-workspace/Draftsman/Classes/Utilities/Shortcuts/Property/UIButton.swift:58:24: warning: main actor-isolated property 'showsTouchWhenHighlighted' can not be mutated from a nonisolated context; this is an error in the Swift 6 language mode
underlyingView.showsTouchWhenHighlighted = showsTouchWhenHighlighted
^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIButton.h:172:27: note: mutation of this property is only permitted within the actor
@property(nonatomic) BOOL showsTouchWhenHighlighted API_DEPRECATED("This property is ignored when using UIButtonConfiguration", ios(2.0, 15.0), visionos(1.0, 1.0)) API_UNAVAILABLE(tvos) API_UNAVAILABLE(watchos);
^
/Users/admin/builder/spi-builder-workspace/Draftsman/Classes/Utilities/Shortcuts/Property/UIButton.swift:57:28: note: add '@MainActor' to make instance method 'showsTouchWhenHighlighted' part of global actor 'MainActor'
@inlinable public func showsTouchWhenHighlighted(_ showsTouchWhenHighlighted: Bool) -> LayoutDraft<View> {
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Draftsman/Classes/Utilities/Shortcuts/Property/UIButton.swift:62:24: warning: cannot form key path to main actor-isolated property 'showsTouchWhenHighlighted'; this is an error in the Swift 6 language mode
self.subcriber.showsTouchWhenHighlighted(publisher)
^
/Users/admin/builder/spi-builder-workspace/Draftsman/Classes/Utilities/Shortcuts/Property/UIButton.swift:66:24: warning: main actor-isolated property 'isPointerInteractionEnabled' can not be mutated from a nonisolated context; this is an error in the Swift 6 language mode
underlyingView.isPointerInteractionEnabled = isPointerInteractionEnabled
^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIButton.h:94:85: note: mutation of this property is only permitted within the actor
@property (nonatomic, readwrite, assign, getter = isPointerInteractionEnabled) BOOL pointerInteractionEnabled API_AVAILABLE(ios(13.4)) API_UNAVAILABLE(watchos, tvos);
^
/Users/admin/builder/spi-builder-workspace/Draftsman/Classes/Utilities/Shortcuts/Property/UIButton.swift:65:28: note: add '@MainActor' to make instance method 'isPointerInteractionEnabled' part of global actor 'MainActor'
@inlinable public func isPointerInteractionEnabled(_ isPointerInteractionEnabled: Bool) -> LayoutDraft<View> {
^
/Users/admin/builder/spi-builder-workspace/Draftsman/Classes/Utilities/Shortcuts/Property/UIButton.swift:71:24: warning: cannot form key path to main actor-isolated property 'isPointerInteractionEnabled'; this is an error in the Swift 6 language mode
self.subcriber.isPointerInteractionEnabled(publisher)
^
SwiftDriverJobDiscovery normal arm64 Compiling ClavierLayoutGuide.swift (in target 'Clavier' from project 'Clavier')
SwiftCompile normal arm64 Compiling\ ConstraintBuilderRootRecoverable.swift,\ Axis.swift,\ Dimension.swift,\ Pair.swift,\ Quad.swift,\ Single.swift,\ Trio.swift,\ LayoutAnchor.swift /Users/admin/builder/spi-builder-workspace/Draftsman/Classes/Anchors/ConstraintBuilderRootRecoverable.swift /Users/admin/builder/spi-builder-workspace/Draftsman/Classes/Anchors/Defined/Axis.swift /Users/admin/builder/spi-builder-workspace/Draftsman/Classes/Anchors/Defined/Dimension.swift /Users/admin/builder/spi-builder-workspace/Draftsman/Classes/Anchors/Defined/Pair.swift /Users/admin/builder/spi-builder-workspace/Draftsman/Classes/Anchors/Defined/Quad.swift /Users/admin/builder/spi-builder-workspace/Draftsman/Classes/Anchors/Defined/Single.swift /Users/admin/builder/spi-builder-workspace/Draftsman/Classes/Anchors/Defined/Trio.swift /Users/admin/builder/spi-builder-workspace/Draftsman/Classes/Anchors/LayoutAnchor.swift (in target 'Draftsman' from project 'Draftsman')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Draftsman/Classes/Anchors/ConstraintBuilderRootRecoverable.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/Anchors/Defined/Axis.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/Anchors/Defined/Dimension.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/Anchors/Defined/Pair.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/Anchors/Defined/Quad.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/Anchors/Defined/Single.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/Anchors/Defined/Trio.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/Anchors/LayoutAnchor.swift (in target 'Draftsman' from project 'Draftsman')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
/Users/admin/builder/spi-builder-workspace/Draftsman/Classes/Anchors/LayoutAnchor.swift:87:21: warning: main actor-isolated default value in a nonisolated context; this is an error in the Swift 6 language mode
public lazy var context: PlanContext = .init(view: layoutExtractable.owningView ?? UIView())
^
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')
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 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')
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:16.029 appintentsmetadataprocessor[811:4570] Starting appintentsmetadataprocessor export
2025-04-27 10:00:16.066 appintentsmetadataprocessor[811:4570] Extracted no relevant App Intents symbols, skipping writing output
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 LayoutAxisAnchor.swift, LayoutWithAnchors.swift, AxisAnchorRelation.swift, DimensionAnchorRelation.swift, IdentifiedAnchorRelation.swift, PairAnchorRelation.swift, PrioritizedAnchorRelation.swift, QuadAnchorRelation.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')
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 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 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.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/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.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/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 ConstraintBuilderRootRecoverable.swift, Axis.swift, Dimension.swift, Pair.swift, Quad.swift, Single.swift, Trio.swift, LayoutAnchor.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')
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:16.551 appintentsmetadataprocessor[814:4609] Starting appintentsmetadataprocessor export
2025-04-27 10:00:16.588 appintentsmetadataprocessor[814:4609] 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.