The Swift Package Index logo.Swift Package Index

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

Build Information

Successful build of UIKitPlus, reference master (6932b7), with Swift 6.1 for macOS (Xcode) using Xcode 16.3 on 29 Apr 2025 12:34:31 UTC.

Swift 6 data race errors: 360

Build Command

env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme UIKitPlus -destination platform=macOS,arch=arm64 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

@property NSInteger tag;
                    ^
/Users/admin/builder/spi-builder-workspace/Classes/Protocols/DeclarativeProtocol.swift:26:9: note: requirement 'tag' declared here
    var tag: Int { get set }
        ^
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Classes/Views/MacOS/PopupButton.swift (in target 'UIKitPlus' from project 'UIKitPlus')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

/Users/admin/builder/spi-builder-workspace/Classes/Views/MacOS/PopupButton.swift:7:14: warning: main actor-isolated property '_properties' cannot be used to satisfy nonisolated requirement from protocol 'DeclarativeProtocolInternal'; this is an error in the Swift 6 language mode
    lazy var _properties = PropertiesInternal()
             ^
/Users/admin/builder/spi-builder-workspace/Classes/Views/MacOS/PopupButton.swift:4:65: note: add '@preconcurrency' to the 'DeclarativeProtocolInternal' conformance to defer isolation checking to run time
open class UPopUpButton: NSPopUpButton, AnyDeclarativeProtocol, DeclarativeProtocolInternal {
                                                                ^
                                                                @preconcurrency
/Users/admin/builder/spi-builder-workspace/Classes/Protocols/DeclarativeProtocolInternal.swift:8:9: note: requirement '_properties' declared here
    var _properties: PropertiesInternal { get set }
        ^
/Users/admin/builder/spi-builder-workspace/Classes/Views/MacOS/PopupButton.swift:20:9: warning: main actor-isolated property '__height' cannot be used to satisfy nonisolated requirement from protocol 'DeclarativeProtocolInternal'; this is an error in the Swift 6 language mode
    var __height: UIKitPlus.State<CGFloat> { $height }
        ^
/Users/admin/builder/spi-builder-workspace/Classes/Protocols/DeclarativeProtocolInternal.swift:10:9: note: requirement '__height' declared here
    var __height: State<CGFloat> { get }
        ^
/Users/admin/builder/spi-builder-workspace/Classes/Views/MacOS/PopupButton.swift:21:9: warning: main actor-isolated property '__width' cannot be used to satisfy nonisolated requirement from protocol 'DeclarativeProtocolInternal'; this is an error in the Swift 6 language mode
    var __width: UIKitPlus.State<CGFloat> { $width }
        ^
/Users/admin/builder/spi-builder-workspace/Classes/Protocols/DeclarativeProtocolInternal.swift:11:9: note: requirement '__width' declared here
    var __width: State<CGFloat> { get }
        ^
/Users/admin/builder/spi-builder-workspace/Classes/Views/MacOS/PopupButton.swift:22:9: warning: main actor-isolated property '__top' cannot be used to satisfy nonisolated requirement from protocol 'DeclarativeProtocolInternal'; this is an error in the Swift 6 language mode
    var __top: UIKitPlus.State<CGFloat> { $top }
        ^
/Users/admin/builder/spi-builder-workspace/Classes/Protocols/DeclarativeProtocolInternal.swift:12:9: note: requirement '__top' declared here
    var __top: State<CGFloat> { get }
        ^
/Users/admin/builder/spi-builder-workspace/Classes/Views/MacOS/PopupButton.swift:23:9: warning: main actor-isolated property '__leading' cannot be used to satisfy nonisolated requirement from protocol 'DeclarativeProtocolInternal'; this is an error in the Swift 6 language mode
    var __leading: UIKitPlus.State<CGFloat> { $leading }
        ^
/Users/admin/builder/spi-builder-workspace/Classes/Protocols/DeclarativeProtocolInternal.swift:13:9: note: requirement '__leading' declared here
    var __leading: State<CGFloat> { get }
        ^
/Users/admin/builder/spi-builder-workspace/Classes/Views/MacOS/PopupButton.swift:24:9: warning: main actor-isolated property '__left' cannot be used to satisfy nonisolated requirement from protocol 'DeclarativeProtocolInternal'; this is an error in the Swift 6 language mode
    var __left: UIKitPlus.State<CGFloat> { $left }
        ^
/Users/admin/builder/spi-builder-workspace/Classes/Protocols/DeclarativeProtocolInternal.swift:14:9: note: requirement '__left' declared here
    var __left: State<CGFloat> { get }
        ^
/Users/admin/builder/spi-builder-workspace/Classes/Views/MacOS/PopupButton.swift:25:9: warning: main actor-isolated property '__trailing' cannot be used to satisfy nonisolated requirement from protocol 'DeclarativeProtocolInternal'; this is an error in the Swift 6 language mode
    var __trailing: UIKitPlus.State<CGFloat> { $trailing }
        ^
/Users/admin/builder/spi-builder-workspace/Classes/Protocols/DeclarativeProtocolInternal.swift:15:9: note: requirement '__trailing' declared here
    var __trailing: State<CGFloat> { get }
        ^
/Users/admin/builder/spi-builder-workspace/Classes/Views/MacOS/PopupButton.swift:26:9: warning: main actor-isolated property '__right' cannot be used to satisfy nonisolated requirement from protocol 'DeclarativeProtocolInternal'; this is an error in the Swift 6 language mode
    var __right: UIKitPlus.State<CGFloat> { $right }
        ^
/Users/admin/builder/spi-builder-workspace/Classes/Protocols/DeclarativeProtocolInternal.swift:16:9: note: requirement '__right' declared here
    var __right: State<CGFloat> { get }
        ^
/Users/admin/builder/spi-builder-workspace/Classes/Views/MacOS/PopupButton.swift:27:9: warning: main actor-isolated property '__bottom' cannot be used to satisfy nonisolated requirement from protocol 'DeclarativeProtocolInternal'; this is an error in the Swift 6 language mode
    var __bottom: UIKitPlus.State<CGFloat> { $bottom }
        ^
/Users/admin/builder/spi-builder-workspace/Classes/Protocols/DeclarativeProtocolInternal.swift:17:9: note: requirement '__bottom' declared here
    var __bottom: State<CGFloat> { get }
        ^
/Users/admin/builder/spi-builder-workspace/Classes/Views/MacOS/PopupButton.swift:28:9: warning: main actor-isolated property '__centerX' cannot be used to satisfy nonisolated requirement from protocol 'DeclarativeProtocolInternal'; this is an error in the Swift 6 language mode
    var __centerX: UIKitPlus.State<CGFloat> { $centerX }
        ^
/Users/admin/builder/spi-builder-workspace/Classes/Protocols/DeclarativeProtocolInternal.swift:18:9: note: requirement '__centerX' declared here
    var __centerX: State<CGFloat> { get }
        ^
/Users/admin/builder/spi-builder-workspace/Classes/Views/MacOS/PopupButton.swift:29:9: warning: main actor-isolated property '__centerY' cannot be used to satisfy nonisolated requirement from protocol 'DeclarativeProtocolInternal'; this is an error in the Swift 6 language mode
    var __centerY: UIKitPlus.State<CGFloat> { $centerY }
        ^
/Users/admin/builder/spi-builder-workspace/Classes/Protocols/DeclarativeProtocolInternal.swift:19:9: note: requirement '__centerY' declared here
    var __centerY: State<CGFloat> { get }
        ^
/Users/admin/builder/spi-builder-workspace/Classes/Views/MacOS/PopupButton.swift:5:16: warning: main actor-isolated property 'declarativeView' cannot be used to satisfy nonisolated requirement from protocol 'DeclarativeProtocol'; this is an error in the Swift 6 language mode
    public var declarativeView: UPopUpButton { self }
               ^
/Users/admin/builder/spi-builder-workspace/Classes/Protocols/DeclarativeProtocol.swift:10:9: note: requirement 'declarativeView' declared here
    var declarativeView: V { get }
        ^
/Users/admin/builder/spi-builder-workspace/Classes/Views/MacOS/PopupButton.swift:6:21: warning: main actor-isolated property 'properties' cannot be used to satisfy nonisolated requirement from protocol 'DeclarativeProtocol'; this is an error in the Swift 6 language mode
    public lazy var properties = Properties<UPopUpButton>()
                    ^
/Users/admin/builder/spi-builder-workspace/Classes/Protocols/DeclarativeProtocol.swift:11:9: note: requirement 'properties' declared here
    var properties: Properties<V> { get set }
        ^
/Users/admin/builder/spi-builder-workspace/Classes/Views/MacOS/PopupButton.swift:9:33: warning: main actor-isolated property 'height' cannot be used to satisfy nonisolated requirement from protocol 'DeclarativeProtocol'; this is an error in the Swift 6 language mode
    @UIKitPlus.State public var height: CGFloat = 0
                                ^
/Users/admin/builder/spi-builder-workspace/Classes/Protocols/DeclarativeProtocol.swift:15:9: note: requirement 'height' declared here
    var height: CGFloat { get set }
        ^
/Users/admin/builder/spi-builder-workspace/Classes/Views/MacOS/PopupButton.swift:10:33: warning: main actor-isolated property 'width' cannot be used to satisfy nonisolated requirement from protocol 'DeclarativeProtocol'; this is an error in the Swift 6 language mode
    @UIKitPlus.State public var width: CGFloat = 0
                                ^
/Users/admin/builder/spi-builder-workspace/Classes/Protocols/DeclarativeProtocol.swift:16:9: note: requirement 'width' declared here
    var width: CGFloat { get set }
        ^
/Users/admin/builder/spi-builder-workspace/Classes/Views/MacOS/PopupButton.swift:11:33: warning: main actor-isolated property 'top' cannot be used to satisfy nonisolated requirement from protocol 'DeclarativeProtocol'; this is an error in the Swift 6 language mode
    @UIKitPlus.State public var top: CGFloat = 0
                                ^
/Users/admin/builder/spi-builder-workspace/Classes/Protocols/DeclarativeProtocol.swift:17:9: note: requirement 'top' declared here
    var top: CGFloat { get set }
        ^
/Users/admin/builder/spi-builder-workspace/Classes/Views/MacOS/PopupButton.swift:12:33: warning: main actor-isolated property 'leading' cannot be used to satisfy nonisolated requirement from protocol 'DeclarativeProtocol'; this is an error in the Swift 6 language mode
    @UIKitPlus.State public var leading: CGFloat = 0
                                ^
/Users/admin/builder/spi-builder-workspace/Classes/Protocols/DeclarativeProtocol.swift:18:9: note: requirement 'leading' declared here
    var leading: CGFloat { get set }
        ^
/Users/admin/builder/spi-builder-workspace/Classes/Views/MacOS/PopupButton.swift:13:33: warning: main actor-isolated property 'left' cannot be used to satisfy nonisolated requirement from protocol 'DeclarativeProtocol'; this is an error in the Swift 6 language mode
    @UIKitPlus.State public var left: CGFloat = 0
                                ^
/Users/admin/builder/spi-builder-workspace/Classes/Protocols/DeclarativeProtocol.swift:19:9: note: requirement 'left' declared here
    var left: CGFloat { get set }
        ^
/Users/admin/builder/spi-builder-workspace/Classes/Views/MacOS/PopupButton.swift:14:33: warning: main actor-isolated property 'trailing' cannot be used to satisfy nonisolated requirement from protocol 'DeclarativeProtocol'; this is an error in the Swift 6 language mode
    @UIKitPlus.State public var trailing: CGFloat = 0
                                ^
/Users/admin/builder/spi-builder-workspace/Classes/Protocols/DeclarativeProtocol.swift:20:9: note: requirement 'trailing' declared here
    var trailing: CGFloat { get set }
        ^
/Users/admin/builder/spi-builder-workspace/Classes/Views/MacOS/PopupButton.swift:15:33: warning: main actor-isolated property 'right' cannot be used to satisfy nonisolated requirement from protocol 'DeclarativeProtocol'; this is an error in the Swift 6 language mode
    @UIKitPlus.State public var right: CGFloat = 0
                                ^
/Users/admin/builder/spi-builder-workspace/Classes/Protocols/DeclarativeProtocol.swift:21:9: note: requirement 'right' declared here
    var right: CGFloat { get set }
        ^
/Users/admin/builder/spi-builder-workspace/Classes/Views/MacOS/PopupButton.swift:16:33: warning: main actor-isolated property 'bottom' cannot be used to satisfy nonisolated requirement from protocol 'DeclarativeProtocol'; this is an error in the Swift 6 language mode
    @UIKitPlus.State public var bottom: CGFloat = 0
                                ^
/Users/admin/builder/spi-builder-workspace/Classes/Protocols/DeclarativeProtocol.swift:22:9: note: requirement 'bottom' declared here
    var bottom: CGFloat { get set }
        ^
/Users/admin/builder/spi-builder-workspace/Classes/Views/MacOS/PopupButton.swift:17:33: warning: main actor-isolated property 'centerX' cannot be used to satisfy nonisolated requirement from protocol 'DeclarativeProtocol'; this is an error in the Swift 6 language mode
    @UIKitPlus.State public var centerX: CGFloat = 0
                                ^
/Users/admin/builder/spi-builder-workspace/Classes/Protocols/DeclarativeProtocol.swift:23:9: note: requirement 'centerX' declared here
    var centerX: CGFloat { get set }
        ^
/Users/admin/builder/spi-builder-workspace/Classes/Views/MacOS/PopupButton.swift:18:33: warning: main actor-isolated property 'centerY' cannot be used to satisfy nonisolated requirement from protocol 'DeclarativeProtocol'; this is an error in the Swift 6 language mode
    @UIKitPlus.State public var centerY: CGFloat = 0
                                ^
/Users/admin/builder/spi-builder-workspace/Classes/Protocols/DeclarativeProtocol.swift:24:9: note: requirement 'centerY' declared here
    var centerY: CGFloat { get set }
        ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSControl.h:26:21: warning: main actor-isolated property 'tag' cannot be used to satisfy nonisolated requirement from protocol 'DeclarativeProtocol'; this is an error in the Swift 6 language mode
@property NSInteger tag;
                    ^
/Users/admin/builder/spi-builder-workspace/Classes/Protocols/DeclarativeProtocol.swift:26:9: note: requirement 'tag' declared here
    var tag: Int { get set }
        ^
/Users/admin/builder/spi-builder-workspace/Classes/Views/MacOS/PopupButton.swift:139:9: warning: main actor-isolated property '_statedTitle' cannot be used to satisfy nonisolated requirement from protocol '_Titleable'; this is an error in the Swift 6 language mode
    var _statedTitle: AnyStringBuilder.Handler? {
        ^
/Users/admin/builder/spi-builder-workspace/Classes/Views/MacOS/PopupButton.swift:138:25: note: add '@preconcurrency' to the '_Titleable' conformance to defer isolation checking to run time
extension UPopUpButton: _Titleable {
                        ^
                        @preconcurrency
/Users/admin/builder/spi-builder-workspace/Classes/Protocols/Titleable.swift:33:9: note: requirement '_statedTitle' declared here
    var _statedTitle: AnyStringBuilder.Handler? { get set }
        ^
/Users/admin/builder/spi-builder-workspace/Classes/Views/MacOS/PopupButton.swift:144:10: warning: main actor-isolated instance method '_setTitle' cannot be used to satisfy nonisolated requirement from protocol '_Titleable'; this is an error in the Swift 6 language mode
    func _setTitle(_ v: NSAttributedString?) {
         ^
/Users/admin/builder/spi-builder-workspace/Classes/Views/MacOS/PopupButton.swift:144:10: note: add 'nonisolated' to '_setTitle' to make this instance method not isolated to the actor
    func _setTitle(_ v: NSAttributedString?) {
         ^
    nonisolated
/Users/admin/builder/spi-builder-workspace/Classes/Protocols/Titleable.swift:38:10: note: mark the protocol requirement '_setTitle' 'async' to allow actor-isolated conformances
    func _setTitle(_ v: NSAttributedString?)
         ^
                                             async
/Users/admin/builder/spi-builder-workspace/Classes/Views/MacOS/PopupButton.swift:151:10: warning: main actor-isolated instance method '_setEnabled' cannot be used to satisfy nonisolated requirement from protocol '_Enableable'; this is an error in the Swift 6 language mode
    func _setEnabled(_ v: Bool) {
         ^
/Users/admin/builder/spi-builder-workspace/Classes/Views/MacOS/PopupButton.swift:151:10: note: add 'nonisolated' to '_setEnabled' to make this instance method not isolated to the actor
    func _setEnabled(_ v: Bool) {
         ^
    nonisolated
/Users/admin/builder/spi-builder-workspace/Classes/Views/MacOS/PopupButton.swift:150:25: note: add '@preconcurrency' to the '_Enableable' conformance to defer isolation checking to run time
extension UPopUpButton: _Enableable {
                        ^
                        @preconcurrency
/Users/admin/builder/spi-builder-workspace/Classes/Protocols/Enableable.swift:19:10: note: mark the protocol requirement '_setEnabled' 'async' to allow actor-isolated conformances
    func _setEnabled(_ v: Bool)
         ^
                                async
/Users/admin/builder/spi-builder-workspace/Classes/Views/MacOS/PopupButton.swift:157:10: warning: main actor-isolated instance method '_setPullsDown' cannot be used to satisfy nonisolated requirement from protocol '_PullsDownable'; this is an error in the Swift 6 language mode
    func _setPullsDown(_ v: Bool) {
         ^
/Users/admin/builder/spi-builder-workspace/Classes/Views/MacOS/PopupButton.swift:157:10: note: add 'nonisolated' to '_setPullsDown' to make this instance method not isolated to the actor
    func _setPullsDown(_ v: Bool) {
         ^
    nonisolated
/Users/admin/builder/spi-builder-workspace/Classes/Views/MacOS/PopupButton.swift:156:25: note: add '@preconcurrency' to the '_PullsDownable' conformance to defer isolation checking to run time
extension UPopUpButton: _PullsDownable {
                        ^
                        @preconcurrency
/Users/admin/builder/spi-builder-workspace/Classes/Protocols/PullsDownable.swift:19:10: note: mark the protocol requirement '_setPullsDown' 'async' to allow actor-isolated conformances
    func _setPullsDown(_ v: Bool)
         ^
                                  async
/Users/admin/builder/spi-builder-workspace/Classes/Views/MacOS/PopupButton.swift:163:10: warning: main actor-isolated instance method '_setArrowPosition' cannot be used to satisfy nonisolated requirement from protocol '_ArrowPositionable'; this is an error in the Swift 6 language mode
    func _setArrowPosition(_ v: NSPopUpButton.ArrowPosition) {
         ^
/Users/admin/builder/spi-builder-workspace/Classes/Views/MacOS/PopupButton.swift:163:10: note: add 'nonisolated' to '_setArrowPosition' to make this instance method not isolated to the actor
    func _setArrowPosition(_ v: NSPopUpButton.ArrowPosition) {
         ^
    nonisolated
/Users/admin/builder/spi-builder-workspace/Classes/Views/MacOS/PopupButton.swift:162:25: note: add '@preconcurrency' to the '_ArrowPositionable' conformance to defer isolation checking to run time
extension UPopUpButton: _ArrowPositionable {
                        ^
                        @preconcurrency
/Users/admin/builder/spi-builder-workspace/Classes/Protocols/ArrowPositionable.swift:13:10: note: mark the protocol requirement '_setArrowPosition' 'async' to allow actor-isolated conformances
    func _setArrowPosition(_ v: NSPopUpButton.ArrowPosition)
         ^
                                                             async
/Users/admin/builder/spi-builder-workspace/Classes/Views/MacOS/PopupButton.swift:31:14: warning: main actor-isolated property '_bezelStyleState' cannot be used to satisfy nonisolated requirement from protocol '_BezelStyleable'; this is an error in the Swift 6 language mode
    lazy var _bezelStyleState: State<NSButton.BezelStyle> = .init(wrappedValue: bezelStyle)
             ^
/Users/admin/builder/spi-builder-workspace/Classes/Views/MacOS/PopupButton.swift:168:25: note: add '@preconcurrency' to the '_BezelStyleable' conformance to defer isolation checking to run time
extension UPopUpButton: _BezelStyleable {
                        ^
                        @preconcurrency
/Users/admin/builder/spi-builder-workspace/Classes/Protocols/BezelStyleable.swift:13:9: note: requirement '_bezelStyleState' declared here
    var _bezelStyleState: State<NSButton.BezelStyle> { get set }
        ^
/Users/admin/builder/spi-builder-workspace/Classes/Views/MacOS/PopupButton.swift:169:10: warning: main actor-isolated instance method '_setBezelStyle' cannot be used to satisfy nonisolated requirement from protocol '_BezelStyleable'; this is an error in the Swift 6 language mode
    func _setBezelStyle(_ v: NSButton.BezelStyle) {
         ^
/Users/admin/builder/spi-builder-workspace/Classes/Views/MacOS/PopupButton.swift:169:10: note: add 'nonisolated' to '_setBezelStyle' to make this instance method not isolated to the actor
    func _setBezelStyle(_ v: NSButton.BezelStyle) {
         ^
    nonisolated
/Users/admin/builder/spi-builder-workspace/Classes/Protocols/BezelStyleable.swift:15:10: note: mark the protocol requirement '_setBezelStyle' 'async' to allow actor-isolated conformances
    func _setBezelStyle(_ v: NSButton.BezelStyle)
         ^
                                                  async
/Users/admin/builder/spi-builder-workspace/Classes/Views/MacOS/PopupButton.swift:33:14: warning: main actor-isolated property '_ignoreMultiClickState' cannot be used to satisfy nonisolated requirement from protocol '_MultiClickIgnorable'; this is an error in the Swift 6 language mode
    lazy var _ignoreMultiClickState: State<Bool> = .init(wrappedValue: ignoresMultiClick)
             ^
/Users/admin/builder/spi-builder-workspace/Classes/Views/MacOS/PopupButton.swift:174:25: note: add '@preconcurrency' to the '_MultiClickIgnorable' conformance to defer isolation checking to run time
extension UPopUpButton: _MultiClickIgnorable {
                        ^
                        @preconcurrency
/Users/admin/builder/spi-builder-workspace/Classes/Protocols/MultiClickIgnorable.swift:19:9: note: requirement '_ignoreMultiClickState' declared here
    var _ignoreMultiClickState: State<Bool> { get }
        ^
/Users/admin/builder/spi-builder-workspace/Classes/Views/MacOS/PopupButton.swift:175:10: warning: main actor-isolated instance method '_setIgnoreMultiClick' cannot be used to satisfy nonisolated requirement from protocol '_MultiClickIgnorable'; this is an error in the Swift 6 language mode
    func _setIgnoreMultiClick(_ v: Bool) {
         ^
/Users/admin/builder/spi-builder-workspace/Classes/Views/MacOS/PopupButton.swift:175:10: note: add 'nonisolated' to '_setIgnoreMultiClick' to make this instance method not isolated to the actor
    func _setIgnoreMultiClick(_ v: Bool) {
         ^
    nonisolated
/Users/admin/builder/spi-builder-workspace/Classes/Protocols/MultiClickIgnorable.swift:21:10: note: mark the protocol requirement '_setIgnoreMultiClick' 'async' to allow actor-isolated conformances
    func _setIgnoreMultiClick(_ v: Bool)
         ^
                                         async
/Users/admin/builder/spi-builder-workspace/Classes/Views/MacOS/PopupButton.swift:34:14: warning: main actor-isolated property '_continuousState' cannot be used to satisfy nonisolated requirement from protocol '_Continuousable'; this is an error in the Swift 6 language mode
    lazy var _continuousState: State<Bool> = .init(wrappedValue: isContinuous)
             ^
/Users/admin/builder/spi-builder-workspace/Classes/Views/MacOS/PopupButton.swift:180:25: note: add '@preconcurrency' to the '_Continuousable' conformance to defer isolation checking to run time
extension UPopUpButton: _Continuousable {
                        ^
                        @preconcurrency
/Users/admin/builder/spi-builder-workspace/Classes/Protocols/Continuousable.swift:19:9: note: requirement '_continuousState' declared here
    var _continuousState: State<Bool> { get }
        ^
/Users/admin/builder/spi-builder-workspace/Classes/Views/MacOS/PopupButton.swift:181:10: warning: main actor-isolated instance method '_setContinuous' cannot be used to satisfy nonisolated requirement from protocol '_Continuousable'; this is an error in the Swift 6 language mode
    func _setContinuous(_ v: Bool) {
         ^
/Users/admin/builder/spi-builder-workspace/Classes/Views/MacOS/PopupButton.swift:181:10: note: add 'nonisolated' to '_setContinuous' to make this instance method not isolated to the actor
    func _setContinuous(_ v: Bool) {
         ^
    nonisolated
/Users/admin/builder/spi-builder-workspace/Classes/Protocols/Continuousable.swift:21:10: note: mark the protocol requirement '_setContinuous' 'async' to allow actor-isolated conformances
    func _setContinuous(_ v: Bool)
         ^
                                   async
/Users/admin/builder/spi-builder-workspace/Classes/Views/MacOS/PopupButton.swift:35:14: warning: main actor-isolated property '_refuseFirstResponderState' cannot be used to satisfy nonisolated requirement from protocol '_FirstResponderRefusable'; this is an error in the Swift 6 language mode
    lazy var _refuseFirstResponderState: State<Bool> = .init(wrappedValue: refusesFirstResponder)
             ^
/Users/admin/builder/spi-builder-workspace/Classes/Views/MacOS/PopupButton.swift:186:25: note: add '@preconcurrency' to the '_FirstResponderRefusable' conformance to defer isolation checking to run time
extension UPopUpButton: _FirstResponderRefusable {
                        ^
                        @preconcurrency
/Users/admin/builder/spi-builder-workspace/Classes/Protocols/FirstResponderRefusable.swift:19:9: note: requirement '_refuseFirstResponderState' declared here
    var _refuseFirstResponderState: State<Bool> { get }
        ^
/Users/admin/builder/spi-builder-workspace/Classes/Views/MacOS/PopupButton.swift:187:10: warning: main actor-isolated instance method '_setRefuseFirstResponder' cannot be used to satisfy nonisolated requirement from protocol '_FirstResponderRefusable'; this is an error in the Swift 6 language mode
    func _setRefuseFirstResponder(_ v: Bool) {
         ^
/Users/admin/builder/spi-builder-workspace/Classes/Views/MacOS/PopupButton.swift:187:10: note: add 'nonisolated' to '_setRefuseFirstResponder' to make this instance method not isolated to the actor
    func _setRefuseFirstResponder(_ v: Bool) {
         ^
    nonisolated
/Users/admin/builder/spi-builder-workspace/Classes/Protocols/FirstResponderRefusable.swift:21:10: note: mark the protocol requirement '_setRefuseFirstResponder' 'async' to allow actor-isolated conformances
    func _setRefuseFirstResponder(_ v: Bool)
         ^
                                             async
/Users/admin/builder/spi-builder-workspace/Classes/Views/MacOS/PopupButton.swift:36:14: warning: main actor-isolated property '_borderedState' cannot be used to satisfy nonisolated requirement from protocol '_Borderedable'; this is an error in the Swift 6 language mode
    lazy var _borderedState: State<Bool> = .init(wrappedValue: isBordered)
             ^
/Users/admin/builder/spi-builder-workspace/Classes/Views/MacOS/PopupButton.swift:192:25: note: add '@preconcurrency' to the '_Borderedable' conformance to defer isolation checking to run time
extension UPopUpButton: _Borderedable {
                        ^
                        @preconcurrency
/Users/admin/builder/spi-builder-workspace/Classes/Protocols/Borderedable.swift:19:9: note: requirement '_borderedState' declared here
    var _borderedState: State<Bool> { get }
        ^
/Users/admin/builder/spi-builder-workspace/Classes/Views/MacOS/PopupButton.swift:193:10: warning: main actor-isolated instance method '_setBordered' cannot be used to satisfy nonisolated requirement from protocol '_Borderedable'; this is an error in the Swift 6 language mode
    func _setBordered(_ v: Bool) {
         ^
/Users/admin/builder/spi-builder-workspace/Classes/Views/MacOS/PopupButton.swift:193:10: note: add 'nonisolated' to '_setBordered' to make this instance method not isolated to the actor
    func _setBordered(_ v: Bool) {
         ^
    nonisolated
/Users/admin/builder/spi-builder-workspace/Classes/Protocols/Borderedable.swift:21:10: note: mark the protocol requirement '_setBordered' 'async' to allow actor-isolated conformances
    func _setBordered(_ v: Bool)
         ^
                                 async
/Users/admin/builder/spi-builder-workspace/Classes/Views/MacOS/PopupButton.swift:199:10: warning: main actor-isolated instance method '_setSound' cannot be used to satisfy nonisolated requirement from protocol '_Soundable'; this is an error in the Swift 6 language mode
    func _setSound(_ v: NSSound?) {
         ^
/Users/admin/builder/spi-builder-workspace/Classes/Views/MacOS/PopupButton.swift:199:10: note: add 'nonisolated' to '_setSound' to make this instance method not isolated to the actor
    func _setSound(_ v: NSSound?) {
         ^
    nonisolated
/Users/admin/builder/spi-builder-workspace/Classes/Views/MacOS/PopupButton.swift:198:25: note: add '@preconcurrency' to the '_Soundable' conformance to defer isolation checking to run time
extension UPopUpButton: _Soundable {
                        ^
                        @preconcurrency
/Users/admin/builder/spi-builder-workspace/Classes/Protocols/Soundable.swift:13:10: note: mark the protocol requirement '_setSound' 'async' to allow actor-isolated conformances
    func _setSound(_ v: NSSound?)
         ^
                                  async
/Users/admin/builder/spi-builder-workspace/Classes/Views/MacOS/PopupButton.swift:205:10: warning: main actor-isolated instance method '_setKey' cannot be used to satisfy nonisolated requirement from protocol '_Keyable'; this is an error in the Swift 6 language mode
    func _setKey(_ v: String) {
         ^
/Users/admin/builder/spi-builder-workspace/Classes/Views/MacOS/PopupButton.swift:205:10: note: add 'nonisolated' to '_setKey' to make this instance method not isolated to the actor
    func _setKey(_ v: String) {
         ^
    nonisolated
/Users/admin/builder/spi-builder-workspace/Classes/Views/MacOS/PopupButton.swift:204:25: note: add '@preconcurrency' to the '_Keyable' conformance to defer isolation checking to run time
extension UPopUpButton: _Keyable {
                        ^
                        @preconcurrency
/Users/admin/builder/spi-builder-workspace/Classes/Protocols/Keyable.swift:13:10: note: mark the protocol requirement '_setKey' 'async' to allow actor-isolated conformances
    func _setKey(_ v: String)
         ^
                              async
/Users/admin/builder/spi-builder-workspace/Classes/Views/MacOS/PopupButton.swift:211:10: warning: main actor-isolated instance method '_setKeyMask' cannot be used to satisfy nonisolated requirement from protocol '_KeyMaskable'; this is an error in the Swift 6 language mode
    func _setKeyMask(_ v: NSEvent.ModifierFlags) {
         ^
/Users/admin/builder/spi-builder-workspace/Classes/Views/MacOS/PopupButton.swift:211:10: note: add 'nonisolated' to '_setKeyMask' to make this instance method not isolated to the actor
    func _setKeyMask(_ v: NSEvent.ModifierFlags) {
         ^
    nonisolated
/Users/admin/builder/spi-builder-workspace/Classes/Views/MacOS/PopupButton.swift:210:25: note: add '@preconcurrency' to the '_KeyMaskable' conformance to defer isolation checking to run time
extension UPopUpButton: _KeyMaskable {
                        ^
                        @preconcurrency
/Users/admin/builder/spi-builder-workspace/Classes/Protocols/KeyMaskable.swift:20:10: note: mark the protocol requirement '_setKeyMask' 'async' to allow actor-isolated conformances
    func _setKeyMask(_ v: NSEvent.ModifierFlags)
         ^
                                                 async
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Classes/Views/MacOS/SecureTextField.swift (in target 'UIKitPlus' from project 'UIKitPlus')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSControl.h:26:21: warning: main actor-isolated property 'tag' cannot be used to satisfy nonisolated requirement from protocol 'DeclarativeProtocol'; this is an error in the Swift 6 language mode
@property NSInteger tag;
                    ^
/Users/admin/builder/spi-builder-workspace/Classes/Protocols/DeclarativeProtocol.swift:26:9: note: requirement 'tag' declared here
    var tag: Int { get set }
        ^
/Users/admin/builder/spi-builder-workspace/Classes/Views/MacOS/SecureTextField.swift:44:10: warning: main actor-isolated instance method '_setEchosBullets' cannot be used to satisfy nonisolated requirement from protocol '_BulletsEchoable'; this is an error in the Swift 6 language mode
    func _setEchosBullets(_ v: Bool) {
         ^
/Users/admin/builder/spi-builder-workspace/Classes/Views/MacOS/SecureTextField.swift:44:10: note: add 'nonisolated' to '_setEchosBullets' to make this instance method not isolated to the actor
    func _setEchosBullets(_ v: Bool) {
         ^
    nonisolated
/Users/admin/builder/spi-builder-workspace/Classes/Views/MacOS/SecureTextField.swift:43:29: note: add '@preconcurrency' to the '_BulletsEchoable' conformance to defer isolation checking to run time
extension USecureTextField: _BulletsEchoable {
                            ^
                            @preconcurrency
/Users/admin/builder/spi-builder-workspace/Classes/Protocols/BulletsEchoable.swift:19:10: note: mark the protocol requirement '_setEchosBullets' 'async' to allow actor-isolated conformances
    func _setEchosBullets(_ v: Bool)
         ^
                                     async
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Classes/Views/Not-MacOS/Button.swift (in target 'UIKitPlus' from project 'UIKitPlus')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSControl.h:26:21: warning: main actor-isolated property 'tag' cannot be used to satisfy nonisolated requirement from protocol 'DeclarativeProtocol'; this is an error in the Swift 6 language mode
@property NSInteger tag;
                    ^
/Users/admin/builder/spi-builder-workspace/Classes/Protocols/DeclarativeProtocol.swift:26:9: note: requirement 'tag' declared here
    var tag: Int { get set }
        ^
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Classes/Views/Not-MacOS/Collection.swift (in target 'UIKitPlus' from project 'UIKitPlus')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSControl.h:26:21: warning: main actor-isolated property 'tag' cannot be used to satisfy nonisolated requirement from protocol 'DeclarativeProtocol'; this is an error in the Swift 6 language mode
@property NSInteger tag;
                    ^
/Users/admin/builder/spi-builder-workspace/Classes/Protocols/DeclarativeProtocol.swift:26:9: note: requirement 'tag' declared here
    var tag: Int { get set }
        ^
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Classes/Views/Not-MacOS/CollectionDynamicCell.swift (in target 'UIKitPlus' from project 'UIKitPlus')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSControl.h:26:21: warning: main actor-isolated property 'tag' cannot be used to satisfy nonisolated requirement from protocol 'DeclarativeProtocol'; this is an error in the Swift 6 language mode
@property NSInteger tag;
                    ^
/Users/admin/builder/spi-builder-workspace/Classes/Protocols/DeclarativeProtocol.swift:26:9: note: requirement 'tag' declared here
    var tag: Int { get set }
        ^
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Classes/Views/Not-MacOS/CollectionView.swift (in target 'UIKitPlus' from project 'UIKitPlus')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSControl.h:26:21: warning: main actor-isolated property 'tag' cannot be used to satisfy nonisolated requirement from protocol 'DeclarativeProtocol'; this is an error in the Swift 6 language mode
@property NSInteger tag;
                    ^
/Users/admin/builder/spi-builder-workspace/Classes/Protocols/DeclarativeProtocol.swift:26:9: note: requirement 'tag' declared here
    var tag: Int { get set }
        ^
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Classes/Views/Not-MacOS/CollectionViewAlignedFlowLayout.swift (in target 'UIKitPlus' from project 'UIKitPlus')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSControl.h:26:21: warning: main actor-isolated property 'tag' cannot be used to satisfy nonisolated requirement from protocol 'DeclarativeProtocol'; this is an error in the Swift 6 language mode
@property NSInteger tag;
                    ^
/Users/admin/builder/spi-builder-workspace/Classes/Protocols/DeclarativeProtocol.swift:26:9: note: requirement 'tag' declared here
    var tag: Int { get set }
        ^
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Classes/Views/Not-MacOS/CollectionViewCell.swift (in target 'UIKitPlus' from project 'UIKitPlus')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSControl.h:26:21: warning: main actor-isolated property 'tag' cannot be used to satisfy nonisolated requirement from protocol 'DeclarativeProtocol'; this is an error in the Swift 6 language mode
@property NSInteger tag;
                    ^
/Users/admin/builder/spi-builder-workspace/Classes/Protocols/DeclarativeProtocol.swift:26:9: note: requirement 'tag' declared here
    var tag: Int { get set }
        ^
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Classes/Views/Not-MacOS/CollectionViewFlowLayout.swift (in target 'UIKitPlus' from project 'UIKitPlus')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSControl.h:26:21: warning: main actor-isolated property 'tag' cannot be used to satisfy nonisolated requirement from protocol 'DeclarativeProtocol'; this is an error in the Swift 6 language mode
@property NSInteger tag;
                    ^
/Users/admin/builder/spi-builder-workspace/Classes/Protocols/DeclarativeProtocol.swift:26:9: note: requirement 'tag' declared here
    var tag: Int { get set }
        ^
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Classes/Views/Not-MacOS/ControlView.swift (in target 'UIKitPlus' from project 'UIKitPlus')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSControl.h:26:21: warning: main actor-isolated property 'tag' cannot be used to satisfy nonisolated requirement from protocol 'DeclarativeProtocol'; this is an error in the Swift 6 language mode
@property NSInteger tag;
                    ^
/Users/admin/builder/spi-builder-workspace/Classes/Protocols/DeclarativeProtocol.swift:26:9: note: requirement 'tag' declared here
    var tag: Int { get set }
        ^
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Classes/Views/Not-MacOS/DatePickerView.swift (in target 'UIKitPlus' from project 'UIKitPlus')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSControl.h:26:21: warning: main actor-isolated property 'tag' cannot be used to satisfy nonisolated requirement from protocol 'DeclarativeProtocol'; this is an error in the Swift 6 language mode
@property NSInteger tag;
                    ^
/Users/admin/builder/spi-builder-workspace/Classes/Protocols/DeclarativeProtocol.swift:26:9: note: requirement 'tag' declared here
    var tag: Int { get set }
        ^
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Classes/Views/Not-MacOS/DynamicPickerView.swift (in target 'UIKitPlus' from project 'UIKitPlus')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSControl.h:26:21: warning: main actor-isolated property 'tag' cannot be used to satisfy nonisolated requirement from protocol 'DeclarativeProtocol'; this is an error in the Swift 6 language mode
@property NSInteger tag;
                    ^
/Users/admin/builder/spi-builder-workspace/Classes/Protocols/DeclarativeProtocol.swift:26:9: note: requirement 'tag' declared here
    var tag: Int { get set }
        ^
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Classes/Views/Not-MacOS/ImageView.swift (in target 'UIKitPlus' from project 'UIKitPlus')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSControl.h:26:21: warning: main actor-isolated property 'tag' cannot be used to satisfy nonisolated requirement from protocol 'DeclarativeProtocol'; this is an error in the Swift 6 language mode
@property NSInteger tag;
                    ^
/Users/admin/builder/spi-builder-workspace/Classes/Protocols/DeclarativeProtocol.swift:26:9: note: requirement 'tag' declared here
    var tag: Int { get set }
        ^
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Classes/Views/Not-MacOS/InputView.swift (in target 'UIKitPlus' from project 'UIKitPlus')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSControl.h:26:21: warning: main actor-isolated property 'tag' cannot be used to satisfy nonisolated requirement from protocol 'DeclarativeProtocol'; this is an error in the Swift 6 language mode
@property NSInteger tag;
                    ^
/Users/admin/builder/spi-builder-workspace/Classes/Protocols/DeclarativeProtocol.swift:26:9: note: requirement 'tag' declared here
    var tag: Int { get set }
        ^
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Classes/Views/Not-MacOS/LayerView.swift (in target 'UIKitPlus' from project 'UIKitPlus')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSControl.h:26:21: warning: main actor-isolated property 'tag' cannot be used to satisfy nonisolated requirement from protocol 'DeclarativeProtocol'; this is an error in the Swift 6 language mode
@property NSInteger tag;
                    ^
/Users/admin/builder/spi-builder-workspace/Classes/Protocols/DeclarativeProtocol.swift:26:9: note: requirement 'tag' declared here
    var tag: Int { get set }
        ^
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Classes/Views/Not-MacOS/List.swift (in target 'UIKitPlus' from project 'UIKitPlus')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSControl.h:26:21: warning: main actor-isolated property 'tag' cannot be used to satisfy nonisolated requirement from protocol 'DeclarativeProtocol'; this is an error in the Swift 6 language mode
@property NSInteger tag;
                    ^
/Users/admin/builder/spi-builder-workspace/Classes/Protocols/DeclarativeProtocol.swift:26:9: note: requirement 'tag' declared here
    var tag: Int { get set }
        ^
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Classes/Views/Not-MacOS/ListDynamicCell.swift (in target 'UIKitPlus' from project 'UIKitPlus')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSControl.h:26:21: warning: main actor-isolated property 'tag' cannot be used to satisfy nonisolated requirement from protocol 'DeclarativeProtocol'; this is an error in the Swift 6 language mode
@property NSInteger tag;
                    ^
/Users/admin/builder/spi-builder-workspace/Classes/Protocols/DeclarativeProtocol.swift:26:9: note: requirement 'tag' declared here
    var tag: Int { get set }
        ^
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Classes/Views/Not-MacOS/PickerView.swift (in target 'UIKitPlus' from project 'UIKitPlus')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSControl.h:26:21: warning: main actor-isolated property 'tag' cannot be used to satisfy nonisolated requirement from protocol 'DeclarativeProtocol'; this is an error in the Swift 6 language mode
@property NSInteger tag;
                    ^
/Users/admin/builder/spi-builder-workspace/Classes/Protocols/DeclarativeProtocol.swift:26:9: note: requirement 'tag' declared here
    var tag: Int { get set }
        ^
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Classes/Views/Not-MacOS/RefreshControl.swift (in target 'UIKitPlus' from project 'UIKitPlus')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSControl.h:26:21: warning: main actor-isolated property 'tag' cannot be used to satisfy nonisolated requirement from protocol 'DeclarativeProtocol'; this is an error in the Swift 6 language mode
@property NSInteger tag;
                    ^
/Users/admin/builder/spi-builder-workspace/Classes/Protocols/DeclarativeProtocol.swift:26:9: note: requirement 'tag' declared here
    var tag: Int { get set }
        ^
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Classes/Views/Not-MacOS/ScrollView.swift (in target 'UIKitPlus' from project 'UIKitPlus')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSControl.h:26:21: warning: main actor-isolated property 'tag' cannot be used to satisfy nonisolated requirement from protocol 'DeclarativeProtocol'; this is an error in the Swift 6 language mode
@property NSInteger tag;
                    ^
/Users/admin/builder/spi-builder-workspace/Classes/Protocols/DeclarativeProtocol.swift:26:9: note: requirement 'tag' declared here
    var tag: Int { get set }
        ^
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Classes/Views/Not-MacOS/SegmentedControl.swift (in target 'UIKitPlus' from project 'UIKitPlus')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSControl.h:26:21: warning: main actor-isolated property 'tag' cannot be used to satisfy nonisolated requirement from protocol 'DeclarativeProtocol'; this is an error in the Swift 6 language mode
@property NSInteger tag;
                    ^
/Users/admin/builder/spi-builder-workspace/Classes/Protocols/DeclarativeProtocol.swift:26:9: note: requirement 'tag' declared here
    var tag: Int { get set }
        ^
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Classes/Views/Not-MacOS/SliderView.swift (in target 'UIKitPlus' from project 'UIKitPlus')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSControl.h:26:21: warning: main actor-isolated property 'tag' cannot be used to satisfy nonisolated requirement from protocol 'DeclarativeProtocol'; this is an error in the Swift 6 language mode
@property NSInteger tag;
                    ^
/Users/admin/builder/spi-builder-workspace/Classes/Protocols/DeclarativeProtocol.swift:26:9: note: requirement 'tag' declared here
    var tag: Int { get set }
        ^
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Classes/Views/Not-MacOS/StaticListCell.swift (in target 'UIKitPlus' from project 'UIKitPlus')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSControl.h:26:21: warning: main actor-isolated property 'tag' cannot be used to satisfy nonisolated requirement from protocol 'DeclarativeProtocol'; this is an error in the Swift 6 language mode
@property NSInteger tag;
                    ^
/Users/admin/builder/spi-builder-workspace/Classes/Protocols/DeclarativeProtocol.swift:26:9: note: requirement 'tag' declared here
    var tag: Int { get set }
        ^
SwiftCompile normal arm64 Compiling\ TextAutocorrectionable.swift,\ TextBindable.swift,\ TextFieldContentTypeable.swift,\ TextFieldDelegate.swift,\ TextFieldLeftViewable.swift,\ TextFieldRightViewable.swift,\ TextLineBreakModeable.swift,\ TextLineable.swift,\ TextScaleable.swift,\ Textable.swift,\ Tintable.swift,\ Titleable.swift,\ Typeable.swift,\ UIButtonable.swift,\ UICollectionViewable.swift,\ UILabelable.swift,\ UIScrollViewable.swift,\ UITableViewable.swift,\ UIViewable.swift,\ ViewTransitionable.swift,\ WrappedViewControllerable.swift,\ AppBuilder.swift,\ BodyBuilder.swift,\ BodyBuilderItems.swift /Users/admin/builder/spi-builder-workspace/Classes/Protocols/TextAutocorrectionable.swift /Users/admin/builder/spi-builder-workspace/Classes/Protocols/TextBindable.swift /Users/admin/builder/spi-builder-workspace/Classes/Protocols/TextFieldContentTypeable.swift /Users/admin/builder/spi-builder-workspace/Classes/Protocols/TextFieldDelegate.swift /Users/admin/builder/spi-builder-workspace/Classes/Protocols/TextFieldLeftViewable.swift /Users/admin/builder/spi-builder-workspace/Classes/Protocols/TextFieldRightViewable.swift /Users/admin/builder/spi-builder-workspace/Classes/Protocols/TextLineBreakModeable.swift /Users/admin/builder/spi-builder-workspace/Classes/Protocols/TextLineable.swift /Users/admin/builder/spi-builder-workspace/Classes/Protocols/TextScaleable.swift /Users/admin/builder/spi-builder-workspace/Classes/Protocols/Textable.swift /Users/admin/builder/spi-builder-workspace/Classes/Protocols/Tintable.swift /Users/admin/builder/spi-builder-workspace/Classes/Protocols/Titleable.swift /Users/admin/builder/spi-builder-workspace/Classes/Protocols/Typeable.swift /Users/admin/builder/spi-builder-workspace/Classes/Protocols/UIButtonable.swift /Users/admin/builder/spi-builder-workspace/Classes/Protocols/UICollectionViewable.swift /Users/admin/builder/spi-builder-workspace/Classes/Protocols/UILabelable.swift /Users/admin/builder/spi-builder-workspace/Classes/Protocols/UIScrollViewable.swift /Users/admin/builder/spi-builder-workspace/Classes/Protocols/UITableViewable.swift /Users/admin/builder/spi-builder-workspace/Classes/Protocols/UIViewable.swift /Users/admin/builder/spi-builder-workspace/Classes/Protocols/ViewTransitionable.swift /Users/admin/builder/spi-builder-workspace/Classes/Protocols/WrappedViewControllerable.swift /Users/admin/builder/spi-builder-workspace/Classes/Structs/AppBuilder.swift /Users/admin/builder/spi-builder-workspace/Classes/Structs/BodyBuilder.swift /Users/admin/builder/spi-builder-workspace/Classes/Structs/BodyBuilderItems.swift (in target 'UIKitPlus' from project 'UIKitPlus')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Classes/Protocols/TextAutocorrectionable.swift (in target 'UIKitPlus' from project 'UIKitPlus')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Classes/Protocols/TextBindable.swift (in target 'UIKitPlus' from project 'UIKitPlus')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Classes/Protocols/TextFieldContentTypeable.swift (in target 'UIKitPlus' from project 'UIKitPlus')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Classes/Protocols/TextFieldDelegate.swift (in target 'UIKitPlus' from project 'UIKitPlus')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Classes/Protocols/TextFieldLeftViewable.swift (in target 'UIKitPlus' from project 'UIKitPlus')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Classes/Protocols/TextFieldRightViewable.swift (in target 'UIKitPlus' from project 'UIKitPlus')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Classes/Protocols/TextLineBreakModeable.swift (in target 'UIKitPlus' from project 'UIKitPlus')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Classes/Protocols/TextLineable.swift (in target 'UIKitPlus' from project 'UIKitPlus')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Classes/Protocols/TextScaleable.swift (in target 'UIKitPlus' from project 'UIKitPlus')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Classes/Protocols/Textable.swift (in target 'UIKitPlus' from project 'UIKitPlus')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Classes/Protocols/Tintable.swift (in target 'UIKitPlus' from project 'UIKitPlus')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Classes/Protocols/Titleable.swift (in target 'UIKitPlus' from project 'UIKitPlus')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Classes/Protocols/Typeable.swift (in target 'UIKitPlus' from project 'UIKitPlus')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Classes/Protocols/UIButtonable.swift (in target 'UIKitPlus' from project 'UIKitPlus')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Classes/Protocols/UICollectionViewable.swift (in target 'UIKitPlus' from project 'UIKitPlus')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Classes/Protocols/UILabelable.swift (in target 'UIKitPlus' from project 'UIKitPlus')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Classes/Protocols/UIScrollViewable.swift (in target 'UIKitPlus' from project 'UIKitPlus')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Classes/Protocols/UITableViewable.swift (in target 'UIKitPlus' from project 'UIKitPlus')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Classes/Protocols/UIViewable.swift (in target 'UIKitPlus' from project 'UIKitPlus')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Classes/Protocols/ViewTransitionable.swift (in target 'UIKitPlus' from project 'UIKitPlus')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Classes/Protocols/WrappedViewControllerable.swift (in target 'UIKitPlus' from project 'UIKitPlus')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Classes/Structs/AppBuilder.swift (in target 'UIKitPlus' from project 'UIKitPlus')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Classes/Structs/BodyBuilder.swift (in target 'UIKitPlus' from project 'UIKitPlus')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

/Users/admin/builder/spi-builder-workspace/Classes/Structs/BodyBuilder.swift:48:16: warning: main actor-isolated property 'bodyBuilderItem' cannot be used to satisfy nonisolated requirement from protocol 'BodyBuilderItemable'; this is an error in the Swift 6 language mode
    public var bodyBuilderItem: BodyBuilderItem {
               ^
/Users/admin/builder/spi-builder-workspace/Classes/Structs/BodyBuilder.swift:47:31: note: add '@preconcurrency' to the 'BodyBuilderItemable' conformance to defer isolation checking to run time
extension BaseViewController: BodyBuilderItemable {
                              ^
                              @preconcurrency
/Users/admin/builder/spi-builder-workspace/Classes/Protocols/BodyBuilderItem.swift:15:9: note: requirement 'bodyBuilderItem' declared here
    var bodyBuilderItem: BodyBuilderItem { get }
        ^
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Classes/Structs/BodyBuilderItems.swift (in target 'UIKitPlus' from project 'UIKitPlus')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 Compiling\ BezelStyleable.swift,\ Bezeledable.swift,\ BodyBuilderItem.swift,\ Borderedable.swift,\ BulletsEchoable.swift,\ Cellable.swift,\ Cleanupable.swift,\ Colorable.swift,\ ConstraintValue.swift,\ Contextable.swift,\ Continuousable.swift,\ ControlStateable.swift,\ DeclarativeProtocol.swift,\ DeclarativeProtocolInternal.swift,\ EditableStackView.swift,\ Editableable.swift,\ Enableable.swift,\ FirstResponderRefusable.swift,\ FocusRingTypeable.swift,\ Fontable.swift,\ GestureDelegatorable.swift,\ GestureRecognizerable.swift,\ GestureTrackable.swift,\ Hiddenable.swift /Users/admin/builder/spi-builder-workspace/Classes/Protocols/BezelStyleable.swift /Users/admin/builder/spi-builder-workspace/Classes/Protocols/Bezeledable.swift /Users/admin/builder/spi-builder-workspace/Classes/Protocols/BodyBuilderItem.swift /Users/admin/builder/spi-builder-workspace/Classes/Protocols/Borderedable.swift /Users/admin/builder/spi-builder-workspace/Classes/Protocols/BulletsEchoable.swift /Users/admin/builder/spi-builder-workspace/Classes/Protocols/Cellable.swift /Users/admin/builder/spi-builder-workspace/Classes/Protocols/Cleanupable.swift /Users/admin/builder/spi-builder-workspace/Classes/Protocols/Colorable.swift /Users/admin/builder/spi-builder-workspace/Classes/Protocols/ConstraintValue.swift /Users/admin/builder/spi-builder-workspace/Classes/Protocols/Contextable.swift /Users/admin/builder/spi-builder-workspace/Classes/Protocols/Continuousable.swift /Users/admin/builder/spi-builder-workspace/Classes/Protocols/ControlStateable.swift /Users/admin/builder/spi-builder-workspace/Classes/Protocols/DeclarativeProtocol.swift /Users/admin/builder/spi-builder-workspace/Classes/Protocols/DeclarativeProtocolInternal.swift /Users/admin/builder/spi-builder-workspace/Classes/Protocols/EditableStackView.swift /Users/admin/builder/spi-builder-workspace/Classes/Protocols/Editableable.swift /Users/admin/builder/spi-builder-workspace/Classes/Protocols/Enableable.swift /Users/admin/builder/spi-builder-workspace/Classes/Protocols/FirstResponderRefusable.swift /Users/admin/builder/spi-builder-workspace/Classes/Protocols/FocusRingTypeable.swift /Users/admin/builder/spi-builder-workspace/Classes/Protocols/Fontable.swift /Users/admin/builder/spi-builder-workspace/Classes/Protocols/GestureDelegatorable.swift /Users/admin/builder/spi-builder-workspace/Classes/Protocols/GestureRecognizerable.swift /Users/admin/builder/spi-builder-workspace/Classes/Protocols/GestureTrackable.swift /Users/admin/builder/spi-builder-workspace/Classes/Protocols/Hiddenable.swift (in target 'UIKitPlus' from project 'UIKitPlus')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Classes/Protocols/BezelStyleable.swift (in target 'UIKitPlus' from project 'UIKitPlus')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

/Users/admin/builder/spi-builder-workspace/Classes/Protocols/BezelStyleable.swift:22:19: warning: variable 's' was never mutated; consider changing to 'let' constant
        guard var s = self as? _BezelStyleable else { return self }
              ~~~ ^
              let
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Classes/Protocols/Bezeledable.swift (in target 'UIKitPlus' from project 'UIKitPlus')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Classes/Protocols/BodyBuilderItem.swift (in target 'UIKitPlus' from project 'UIKitPlus')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

/Users/admin/builder/spi-builder-workspace/Classes/Protocols/BodyBuilderItem.swift:21:16: warning: main actor-isolated property 'bodyBuilderItem' cannot be used to satisfy nonisolated requirement from protocol 'BodyBuilderItemable'; this is an error in the Swift 6 language mode
    public var bodyBuilderItem: BodyBuilderItem { .single(self) }
               ^
/Users/admin/builder/spi-builder-workspace/Classes/Protocols/BodyBuilderItem.swift:20:21: note: add '@preconcurrency' to the 'BodyBuilderItemable' conformance to defer isolation checking to run time
extension BaseView: BodyBuilderItemable {
                    ^
                    @preconcurrency
/Users/admin/builder/spi-builder-workspace/Classes/Protocols/BodyBuilderItem.swift:15:9: note: requirement 'bodyBuilderItem' declared here
    var bodyBuilderItem: BodyBuilderItem { get }
        ^
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Classes/Protocols/Borderedable.swift (in target 'UIKitPlus' from project 'UIKitPlus')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Classes/Protocols/BulletsEchoable.swift (in target 'UIKitPlus' from project 'UIKitPlus')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Classes/Protocols/Cellable.swift (in target 'UIKitPlus' from project 'UIKitPlus')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Classes/Protocols/Cleanupable.swift (in target 'UIKitPlus' from project 'UIKitPlus')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Classes/Protocols/Colorable.swift (in target 'UIKitPlus' from project 'UIKitPlus')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Classes/Protocols/ConstraintValue.swift (in target 'UIKitPlus' from project 'UIKitPlus')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Classes/Protocols/Contextable.swift (in target 'UIKitPlus' from project 'UIKitPlus')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Classes/Protocols/Continuousable.swift (in target 'UIKitPlus' from project 'UIKitPlus')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Classes/Protocols/ControlStateable.swift (in target 'UIKitPlus' from project 'UIKitPlus')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

/Users/admin/builder/spi-builder-workspace/Classes/Protocols/ControlStateable.swift:22:19: warning: variable 's' was never mutated; consider changing to 'let' constant
        guard var s = self as? _ControlStateable else { return self }
              ~~~ ^
              let
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Classes/Protocols/DeclarativeProtocol.swift (in target 'UIKitPlus' from project 'UIKitPlus')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Classes/Protocols/DeclarativeProtocolInternal.swift (in target 'UIKitPlus' from project 'UIKitPlus')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Classes/Protocols/EditableStackView.swift (in target 'UIKitPlus' from project 'UIKitPlus')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

/Users/admin/builder/spi-builder-workspace/Classes/Protocols/EditableStackView.swift:16:32: warning: call to main actor-isolated instance method 'removeFromSuperview()' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
        nextViews.forEach { $0.removeFromSuperview() }
                               ^
AppKit.NSView.removeFromSuperview:2:22: note: calls to instance method 'removeFromSuperview()' from outside of its actor context are implicitly asynchronous
@MainActor open func removeFromSuperview()}
                     ^
AppKit.NSView.removeFromSuperview:2:22: note: main actor isolation inferred from inheritance from class 'NSResponder'
@MainActor open func removeFromSuperview()}
                     ^
/Users/admin/builder/spi-builder-workspace/Classes/Protocols/EditableStackView.swift:30:31: warning: call to main actor-isolated instance method 'removeFromSuperview()' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
        filtered.forEach { $0.removeFromSuperview() }
                              ^
AppKit.NSView.removeFromSuperview:2:22: note: calls to instance method 'removeFromSuperview()' from outside of its actor context are implicitly asynchronous
@MainActor open func removeFromSuperview()}
                     ^
AppKit.NSView.removeFromSuperview:2:22: note: main actor isolation inferred from inheritance from class 'NSResponder'
@MainActor open func removeFromSuperview()}
                     ^
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Classes/Protocols/Editableable.swift (in target 'UIKitPlus' from project 'UIKitPlus')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Classes/Protocols/Enableable.swift (in target 'UIKitPlus' from project 'UIKitPlus')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Classes/Protocols/FirstResponderRefusable.swift (in target 'UIKitPlus' from project 'UIKitPlus')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Classes/Protocols/FocusRingTypeable.swift (in target 'UIKitPlus' from project 'UIKitPlus')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Classes/Protocols/Fontable.swift (in target 'UIKitPlus' from project 'UIKitPlus')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Classes/Protocols/GestureDelegatorable.swift (in target 'UIKitPlus' from project 'UIKitPlus')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Classes/Protocols/GestureRecognizerable.swift (in target 'UIKitPlus' from project 'UIKitPlus')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Classes/Protocols/GestureTrackable.swift (in target 'UIKitPlus' from project 'UIKitPlus')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Classes/Protocols/Hiddenable.swift (in target 'UIKitPlus' from project 'UIKitPlus')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftDriverJobDiscovery normal arm64 Emitting module for UIKitPlus (in target 'UIKitPlus' from project 'UIKitPlus')
SwiftDriver\ Compilation\ Requirements UIKitPlus normal arm64 com.apple.xcode.tools.swift.compiler (in target 'UIKitPlus' from project 'UIKitPlus')
    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 UIKitPlus -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/UIKitPlus.build/Debug/UIKitPlus.build/Objects-normal/arm64/UIKitPlus.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/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk -target arm64-apple-macos10.14 -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 -I /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/macosx15.4-24E241-8287b8f5db97e746a1562fbca0c9d29b.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/UIKitPlus.build/Debug/UIKitPlus.build/Objects-normal/arm64/UIKitPlus-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/UIKitPlus.build/Debug/UIKitPlus.build/Objects-normal/arm64/UIKitPlus.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/UIKitPlus.build/Debug/UIKitPlus.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/UIKitPlus.build/Debug/UIKitPlus.build/Objects-normal/arm64/UIKitPlus_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/UIKitPlus.build/Debug/UIKitPlus.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/UIKitPlus.build/Debug/UIKitPlus.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/UIKitPlus.build/Debug/UIKitPlus.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/UIKitPlus.build/Debug/UIKitPlus.build/Objects-normal/arm64/UIKitPlus-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
SwiftDriverJobDiscovery normal arm64 Compiling Identable.swift, KeyMaskable.swift, Keyable.swift, Keyboardable.swift, Menuable.swift, Messageable.swift, MixedStateAllowable.swift, MultiClickIgnorable.swift, NavigationControllerable.swift, Placeholderable.swift, PullsDownable.swift, Refreshable.swift, Scrollable.swift, Secureable.swift, SegmentControlable.swift, SideViewProtocol.swift, Soundable.swift, StackForEach.swift, SwiftUIable.swift, Taggable.swift, TextAdjustsFontSizeable.swift, TextAligmentable.swift, TextAttributesEditingAllowable.swift, TextAutocapitalizationable.swift (in target 'UIKitPlus' from project 'UIKitPlus')
SwiftCompile normal arm64 Compiling\ GestureDelegator.swift,\ GestureTracker.swift,\ HoverGestureRecognizer.swift,\ ImageLoader.swift,\ ImpactFeedback.swift,\ Localization.swift,\ LongPressGestureRecognizer.swift,\ MagnificationGestureRecognizer.swift,\ PanGestureRecognizer.swift,\ ParagraphStyle.swift,\ PinchGestureRecognizer.swift,\ PreConstraint.swift,\ PressGestureRecognizer.swift,\ Properties.swift,\ PropertiesInternal.swift,\ RotationGestureRecognizer.swift,\ ScreenEdgePanGestureRecognizer.swift,\ SwipeGestureRecognizer.swift,\ TapGestureRecognizer.swift,\ TextViewDelegate.swift,\ UIViewPropertyAnimator.swift,\ Alternateable.swift,\ AnyScene.swift,\ ArrowPositionable.swift,\ BackgroundColorable.swift /Users/admin/builder/spi-builder-workspace/Classes/Objects/GestureDelegator.swift /Users/admin/builder/spi-builder-workspace/Classes/Objects/GestureTracker.swift /Users/admin/builder/spi-builder-workspace/Classes/Objects/HoverGestureRecognizer.swift /Users/admin/builder/spi-builder-workspace/Classes/Objects/ImageLoader.swift /Users/admin/builder/spi-builder-workspace/Classes/Objects/ImpactFeedback.swift /Users/admin/builder/spi-builder-workspace/Classes/Objects/Localization.swift /Users/admin/builder/spi-builder-workspace/Classes/Objects/LongPressGestureRecognizer.swift /Users/admin/builder/spi-builder-workspace/Classes/Objects/MagnificationGestureRecognizer.swift /Users/admin/builder/spi-builder-workspace/Classes/Objects/PanGestureRecognizer.swift /Users/admin/builder/spi-builder-workspace/Classes/Objects/ParagraphStyle.swift /Users/admin/builder/spi-builder-workspace/Classes/Objects/PinchGestureRecognizer.swift /Users/admin/builder/spi-builder-workspace/Classes/Objects/PreConstraint.swift /Users/admin/builder/spi-builder-workspace/Classes/Objects/PressGestureRecognizer.swift /Users/admin/builder/spi-builder-workspace/Classes/Objects/Properties.swift /Users/admin/builder/spi-builder-workspace/Classes/Objects/PropertiesInternal.swift /Users/admin/builder/spi-builder-workspace/Classes/Objects/RotationGestureRecognizer.swift /Users/admin/builder/spi-builder-workspace/Classes/Objects/ScreenEdgePanGestureRecognizer.swift /Users/admin/builder/spi-builder-workspace/Classes/Objects/SwipeGestureRecognizer.swift /Users/admin/builder/spi-builder-workspace/Classes/Objects/TapGestureRecognizer.swift /Users/admin/builder/spi-builder-workspace/Classes/Objects/TextViewDelegate.swift /Users/admin/builder/spi-builder-workspace/Classes/Objects/UIViewPropertyAnimator.swift /Users/admin/builder/spi-builder-workspace/Classes/Protocols/Alternateable.swift /Users/admin/builder/spi-builder-workspace/Classes/Protocols/AnyScene.swift /Users/admin/builder/spi-builder-workspace/Classes/Protocols/ArrowPositionable.swift /Users/admin/builder/spi-builder-workspace/Classes/Protocols/BackgroundColorable.swift (in target 'UIKitPlus' from project 'UIKitPlus')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Classes/Objects/GestureDelegator.swift (in target 'UIKitPlus' from project 'UIKitPlus')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Classes/Objects/GestureTracker.swift (in target 'UIKitPlus' from project 'UIKitPlus')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

/Users/admin/builder/spi-builder-workspace/Classes/Objects/GestureTracker.swift:22:25: warning: main actor-isolated property 'state' can not be referenced from a nonisolated context; this is an error in the Swift 6 language mode
        change?(gesture.state)
                        ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSGestureRecognizer.h:48:47: note: property declared here
@property (readonly) NSGestureRecognizerState state;
                                              ^
/Users/admin/builder/spi-builder-workspace/Classes/Objects/GestureTracker.swift:21:16: note: add '@MainActor' to make instance method 'handle' part of global actor 'MainActor'
    @objc func handle(_ gesture: NSGestureRecognizer) {
               ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Classes/Objects/GestureTracker.swift:23:24: warning: main actor-isolated property 'state' can not be referenced from a nonisolated context; this is an error in the Swift 6 language mode
        switch gesture.state {
                       ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSGestureRecognizer.h:48:47: note: property declared here
@property (readonly) NSGestureRecognizerState state;
                                              ^
/Users/admin/builder/spi-builder-workspace/Classes/Objects/GestureTracker.swift:21:16: note: add '@MainActor' to make instance method 'handle' part of global actor 'MainActor'
    @objc func handle(_ gesture: NSGestureRecognizer) {
               ^
    @MainActor
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Classes/Objects/HoverGestureRecognizer.swift (in target 'UIKitPlus' from project 'UIKitPlus')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Classes/Objects/ImageLoader.swift (in target 'UIKitPlus' from project 'UIKitPlus')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

/Users/admin/builder/spi-builder-workspace/Classes/Objects/ImageLoader.swift:10:17: warning: let 'cache' is not concurrency-safe because non-'Sendable' type 'ImagesCache' may have shared mutable state; this is an error in the Swift 6 language mode
fileprivate let cache = ImagesCache()
                ^
/Users/admin/builder/spi-builder-workspace/Classes/Objects/ImageLoader.swift:12:12: note: class 'ImagesCache' does not conform to the 'Sendable' protocol
open class ImagesCache {
           ^
/Users/admin/builder/spi-builder-workspace/Classes/Objects/ImageLoader.swift:10:17: note: add '@MainActor' to make let 'cache' part of global actor 'MainActor'
fileprivate let cache = ImagesCache()
                ^
@MainActor
/Users/admin/builder/spi-builder-workspace/Classes/Objects/ImageLoader.swift:10:17: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
fileprivate let cache = ImagesCache()
                ^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Classes/Objects/ImageLoader.swift:42:43: warning: capture of 'defaultImage' with non-sendable type '_UImage?' (aka 'Optional<NSImage>') in a '@Sendable' closure
                    if let defaultImage = defaultImage {
                                          ^
Swift.Optional:1:21: note: generic enum 'Optional' does not conform to the 'Sendable' protocol
@frozen public enum Optional<Wrapped> : ~Copyable where Wrapped : ~Copyable {
                    ^
/Users/admin/builder/spi-builder-workspace/Classes/Objects/ImageLoader.swift:50:44: warning: capture of 'self' with non-sendable type 'ImageLoader?' in a '@Sendable' closure
                guard let localImagePath = self?.localImagePath(url).path else { return }
                                           ^
/Users/admin/builder/spi-builder-workspace/Classes/Objects/ImageLoader.swift:24:12: note: class 'ImageLoader' does not conform to the 'Sendable' protocol
open class ImageLoader {
           ^
/Users/admin/builder/spi-builder-workspace/Classes/Objects/ImageLoader.swift:133:23: warning: main actor-isolated property 'image' can not be mutated from a nonisolated context; this is an error in the Swift 6 language mode
            imageView.image = defaultImage
                      ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSImageView.h:42:39: note: mutation of this property is only permitted within the actor
@property (nullable, strong) NSImage *image;
                                      ^
/Users/admin/builder/spi-builder-workspace/Classes/Objects/ImageLoader.swift:131:15: note: add '@MainActor' to make instance method 'releaseBeforeDownloading' part of global actor 'MainActor'
    open func releaseBeforeDownloading(_ imageView: _UImageView, _ defaultImage: _UImage? = nil) {
              ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Classes/Objects/ImageLoader.swift:146:23: warning: main actor-isolated property 'image' can not be mutated from a nonisolated context; this is an error in the Swift 6 language mode
            imageView.image = image // TODO: implement fade image setting
                      ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSImageView.h:42:39: note: mutation of this property is only permitted within the actor
@property (nullable, strong) NSImage *image;
                                      ^
/Users/admin/builder/spi-builder-workspace/Classes/Objects/ImageLoader.swift:143:15: note: add '@MainActor' to make instance method 'setImage' part of global actor 'MainActor'
    open func setImage(_ imageView: _UImageView, _ image: _UImage) {
              ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Classes/Objects/ImageLoader.swift:153:23: warning: main actor-isolated property 'image' can not be mutated from a nonisolated context; this is an error in the Swift 6 language mode
            imageView.image = image
                      ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSImageView.h:42:39: note: mutation of this property is only permitted within the actor
@property (nullable, strong) NSImage *image;
                                      ^
/Users/admin/builder/spi-builder-workspace/Classes/Objects/ImageLoader.swift:143:15: note: add '@MainActor' to make instance method 'setImage' part of global actor 'MainActor'
    open func setImage(_ imageView: _UImageView, _ image: _UImage) {
              ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Classes/Objects/ImageLoader.swift:170:17: warning: capture of 'callback' with non-sendable type '(Data) -> Void' in a '@Sendable' closure
                callback(data)
                ^
/Users/admin/builder/spi-builder-workspace/Classes/Objects/ImageLoader.swift:170:17: note: a function type must be marked '@Sendable' to conform to 'Sendable'
                callback(data)
                ^
/Users/admin/builder/spi-builder-workspace/Classes/Objects/ImageLoader.swift:39:13: warning: sending 'loaderQueue' risks causing data races; this is an error in the Swift 6 language mode
            loaderQueue.async { [weak self] in
~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Classes/Objects/ImageLoader.swift:39:13: note: task-isolated 'loaderQueue' is captured by a main actor-isolated closure. main actor-isolated uses in closure may race against later nonisolated uses
            loaderQueue.async { [weak self] in
            ^~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Classes/Objects/ImageLoader.swift:41:33: warning: sending 'url' risks causing data races; this is an error in the Swift 6 language mode
                guard let url = url, url.absoluteString.count > 0 else {
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Classes/Objects/ImageLoader.swift:41:33: note: task-isolated 'url' is captured by a main actor-isolated closure. main actor-isolated uses in closure may race against later nonisolated uses
                guard let url = url, url.absoluteString.count > 0 else {
                                ^~~
/Users/admin/builder/spi-builder-workspace/Classes/Objects/ImageLoader.swift:61:21: warning: sending 'self' risks causing data races; this is an error in the Swift 6 language mode
                    self?.releaseBeforeDownloading(imageView, defaultImage)
                    ^~~~
/Users/admin/builder/spi-builder-workspace/Classes/Objects/ImageLoader.swift:61:21: note: 'self' is captured by a main actor-isolated closure. main actor-isolated uses in closure may race against later nonisolated uses
                    self?.releaseBeforeDownloading(imageView, defaultImage)
                    ^~~~
/Users/admin/builder/spi-builder-workspace/Classes/Objects/ImageLoader.swift:79:21: note: access can happen concurrently
                self?.downloadImage(url) { [weak self] imageData in
                ~~~~^
/Users/admin/builder/spi-builder-workspace/Classes/Objects/ImageLoader.swift:73:54: note: access can happen concurrently
                    DispatchQueue.main.async { [weak self] in
                                                     ^~~~
/Users/admin/builder/spi-builder-workspace/Classes/Objects/ImageLoader.swift:67:54: note: access can happen concurrently
                    DispatchQueue.main.async { [weak self] in
                                                     ^~~~
/Users/admin/builder/spi-builder-workspace/Classes/Objects/ImageLoader.swift:68:25: warning: sending 'self' risks causing data races; this is an error in the Swift 6 language mode
                        self?.applyLocalImage(imageView, image)
                        ^~~~
/Users/admin/builder/spi-builder-workspace/Classes/Objects/ImageLoader.swift:68:25: note: 'self' is captured by a main actor-isolated closure. main actor-isolated uses in closure may race against later nonisolated uses
                        self?.applyLocalImage(imageView, image)
                        ^~~~
/Users/admin/builder/spi-builder-workspace/Classes/Objects/ImageLoader.swift:79:21: note: access can happen concurrently
                self?.downloadImage(url) { [weak self] imageData in
                ~~~~^
/Users/admin/builder/spi-builder-workspace/Classes/Objects/ImageLoader.swift:74:25: warning: sending 'self' risks causing data races; this is an error in the Swift 6 language mode
                        self?.applyLocalImage(imageView, image)
                        ^~~~
/Users/admin/builder/spi-builder-workspace/Classes/Objects/ImageLoader.swift:74:25: note: 'self' is captured by a main actor-isolated closure. main actor-isolated uses in closure may race against later nonisolated uses
                        self?.applyLocalImage(imageView, image)
                        ^~~~
/Users/admin/builder/spi-builder-workspace/Classes/Objects/ImageLoader.swift:79:21: note: access can happen concurrently
                self?.downloadImage(url) { [weak self] imageData in
                ~~~~^
/Users/admin/builder/spi-builder-workspace/Classes/Objects/ImageLoader.swift:84:37: warning: sending 'self' risks causing data races; this is an error in the Swift 6 language mode
                                    self?.setImage(imageView, image)
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Classes/Objects/ImageLoader.swift:84:37: note: task-isolated 'self' is captured by a main actor-isolated closure. main actor-isolated uses in closure may race against later nonisolated uses
                                    self?.setImage(imageView, image)
                                    ^~~~
/Users/admin/builder/spi-builder-workspace/Classes/Objects/ImageLoader.swift:92:37: warning: sending 'self' risks causing data races; this is an error in the Swift 6 language mode
                                    self?.setImage(imageView, image)
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Classes/Objects/ImageLoader.swift:92:37: note: task-isolated 'self' is captured by a main actor-isolated closure. main actor-isolated uses in closure may race against later nonisolated uses
                                    self?.setImage(imageView, image)
                                    ^~~~
/Users/admin/builder/spi-builder-workspace/Classes/Objects/ImageLoader.swift:100:37: warning: sending 'self' risks causing data races; this is an error in the Swift 6 language mode
                                    self?.setImage(imageView, image)
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Classes/Objects/ImageLoader.swift:100:37: note: task-isolated 'self' is captured by a main actor-isolated closure. main actor-isolated uses in closure may race against later nonisolated uses
                                    self?.setImage(imageView, image)
                                    ^~~~
/Users/admin/builder/spi-builder-workspace/Classes/Objects/ImageLoader.swift:108:37: warning: sending 'self' risks causing data races; this is an error in the Swift 6 language mode
                                    self?.setImage(imageView, image)
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Classes/Objects/ImageLoader.swift:108:37: note: task-isolated 'self' is captured by a main actor-isolated closure. main actor-isolated uses in closure may race against later nonisolated uses
                                    self?.setImage(imageView, image)
                                    ^~~~
/Users/admin/builder/spi-builder-workspace/Classes/Objects/ImageLoader.swift:114:29: warning: sending 'self' risks causing data races; this is an error in the Swift 6 language mode
                            self?.setImage(imageView, image)
~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Classes/Objects/ImageLoader.swift:114:29: note: task-isolated 'self' is captured by a main actor-isolated closure. main actor-isolated uses in closure may race against later nonisolated uses
                            self?.setImage(imageView, image)
                            ^~~~
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Classes/Objects/ImpactFeedback.swift (in target 'UIKitPlus' from project 'UIKitPlus')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Classes/Objects/Localization.swift (in target 'UIKitPlus' from project 'UIKitPlus')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

/Users/admin/builder/spi-builder-workspace/Classes/Objects/Localization.swift:3:13: warning: var 'localization' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
private var localization = Localization()
            ^
/Users/admin/builder/spi-builder-workspace/Classes/Objects/Localization.swift:3:13: note: convert 'localization' to a 'let' constant to make 'Sendable' shared state immutable
private var localization = Localization()
        ~~~ ^
        let
/Users/admin/builder/spi-builder-workspace/Classes/Objects/Localization.swift:3:13: note: add '@MainActor' to make var 'localization' part of global actor 'MainActor'
private var localization = Localization()
            ^
@MainActor
/Users/admin/builder/spi-builder-workspace/Classes/Objects/Localization.swift:3:13: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
private var localization = Localization()
            ^
nonisolated(unsafe)
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Classes/Objects/LongPressGestureRecognizer.swift (in target 'UIKitPlus' from project 'UIKitPlus')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Classes/Objects/MagnificationGestureRecognizer.swift (in target 'UIKitPlus' from project 'UIKitPlus')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

/Users/admin/builder/spi-builder-workspace/Classes/Objects/MagnificationGestureRecognizer.swift:7:9: warning: main actor-isolated property '_tracker' cannot be used to satisfy nonisolated requirement from protocol '_GestureTrackable'; this is an error in the Swift 6 language mode
    var _tracker = _GestureTracker()
        ^
/Users/admin/builder/spi-builder-workspace/Classes/Objects/MagnificationGestureRecognizer.swift:6:86: note: add '@preconcurrency' to the '_GestureTrackable' conformance to defer isolation checking to run time
final public class MagnificationGestureRecognizer: NSMagnificationGestureRecognizer, _GestureTrackable, _GestureDelegatorable {
                                                                                     ^
                                                                                     @preconcurrency
/Users/admin/builder/spi-builder-workspace/Classes/Protocols/GestureTrackable.swift:49:9: note: requirement '_tracker' declared here
    var _tracker: _GestureTracker { get set }
        ^
/Users/admin/builder/spi-builder-workspace/Classes/Objects/MagnificationGestureRecognizer.swift:8:9: warning: main actor-isolated property '_delegator' cannot be used to satisfy nonisolated requirement from protocol '_GestureDelegatorable'; this is an error in the Swift 6 language mode
    var _delegator = _GestureDelegator()
        ^
/Users/admin/builder/spi-builder-workspace/Classes/Objects/MagnificationGestureRecognizer.swift:6:105: note: add '@preconcurrency' to the '_GestureDelegatorable' conformance to defer isolation checking to run time
final public class MagnificationGestureRecognizer: NSMagnificationGestureRecognizer, _GestureTrackable, _GestureDelegatorable {
                                                                                                        ^
                                                                                                        @preconcurrency
/Users/admin/builder/spi-builder-workspace/Classes/Protocols/GestureDelegatorable.swift:10:9: note: requirement '_delegator' declared here
    var _delegator: _GestureDelegator { get set }
        ^
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Classes/Objects/PanGestureRecognizer.swift (in target 'UIKitPlus' from project 'UIKitPlus')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

/Users/admin/builder/spi-builder-workspace/Classes/Objects/PanGestureRecognizer.swift:5:9: warning: main actor-isolated property '_tracker' cannot be used to satisfy nonisolated requirement from protocol '_GestureTrackable'; this is an error in the Swift 6 language mode
    var _tracker = _GestureTracker()
        ^
/Users/admin/builder/spi-builder-workspace/Classes/Objects/PanGestureRecognizer.swift:4:66: note: add '@preconcurrency' to the '_GestureTrackable' conformance to defer isolation checking to run time
final public class PanGestureRecognizer: NSPanGestureRecognizer, _GestureTrackable, _GestureDelegatorable {
                                                                 ^
                                                                 @preconcurrency
/Users/admin/builder/spi-builder-workspace/Classes/Protocols/GestureTrackable.swift:49:9: note: requirement '_tracker' declared here
    var _tracker: _GestureTracker { get set }
        ^
/Users/admin/builder/spi-builder-workspace/Classes/Objects/PanGestureRecognizer.swift:6:9: warning: main actor-isolated property '_delegator' cannot be used to satisfy nonisolated requirement from protocol '_GestureDelegatorable'; this is an error in the Swift 6 language mode
    var _delegator = _GestureDelegator()
        ^
/Users/admin/builder/spi-builder-workspace/Classes/Objects/PanGestureRecognizer.swift:4:85: note: add '@preconcurrency' to the '_GestureDelegatorable' conformance to defer isolation checking to run time
final public class PanGestureRecognizer: NSPanGestureRecognizer, _GestureTrackable, _GestureDelegatorable {
                                                                                    ^
                                                                                    @preconcurrency
/Users/admin/builder/spi-builder-workspace/Classes/Protocols/GestureDelegatorable.swift:10:9: note: requirement '_delegator' declared here
    var _delegator: _GestureDelegator { get set }
        ^
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Classes/Objects/ParagraphStyle.swift (in target 'UIKitPlus' from project 'UIKitPlus')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Classes/Objects/PinchGestureRecognizer.swift (in target 'UIKitPlus' from project 'UIKitPlus')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Classes/Objects/PreConstraint.swift (in target 'UIKitPlus' from project 'UIKitPlus')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

/Users/admin/builder/spi-builder-workspace/Classes/Objects/PreConstraint.swift:37:16: warning: main actor-isolated property 'preConstraintView' cannot be used to satisfy nonisolated requirement from protocol 'PreConstraintViewable'; this is an error in the Swift 6 language mode
    public var preConstraintView: PreConstraintView? {
               ^
/Users/admin/builder/spi-builder-workspace/Classes/Objects/PreConstraint.swift:36:21: note: add '@preconcurrency' to the 'PreConstraintViewable' conformance to defer isolation checking to run time
extension BaseView: PreConstraintViewable {
                    ^
                    @preconcurrency
/Users/admin/builder/spi-builder-workspace/Classes/Objects/PreConstraint.swift:13:9: note: requirement 'preConstraintView' declared here
    var preConstraintView: PreConstraintView? { get }
        ^
/Users/admin/builder/spi-builder-workspace/Classes/Objects/PreConstraint.swift:22:30: warning: call to main actor-isolated instance method 'viewWithTagInSuperview' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
            return superview.viewWithTagInSuperview(tag)
                             ^
/Users/admin/builder/spi-builder-workspace/Classes/Extensions/View+ViewWithTag.swift:15:17: note: calls to instance method 'viewWithTagInSuperview' from outside of its actor context are implicitly asynchronous
    public func viewWithTagInSuperview(_ tag: Int) -> BaseView? {
                ^
/Users/admin/builder/spi-builder-workspace/Classes/Extensions/View+ViewWithTag.swift:15:17: note: main actor isolation inferred from inheritance from class 'NSResponder'
    public func viewWithTagInSuperview(_ tag: Int) -> BaseView? {
                ^
/Users/admin/builder/spi-builder-workspace/Classes/Objects/PreConstraint.swift:17:17: note: add '@MainActor' to make instance method 'unwrapWithSuperview' part of global actor 'MainActor'
    public func unwrapWithSuperview(_ superview: BaseView) -> BaseView? {
                ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Classes/Objects/PreConstraint.swift:120:40: warning: call to main actor-isolated instance method 'layoutSubtreeIfNeeded()' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
            self?.fromView?.superview?.layoutSubtreeIfNeeded() // TODO: check
                                       ^
AppKit.NSView.layoutSubtreeIfNeeded:3:24: note: calls to instance method 'layoutSubtreeIfNeeded()' from outside of its actor context are implicitly asynchronous
  @MainActor open func layoutSubtreeIfNeeded()}
                       ^
AppKit.NSView.layoutSubtreeIfNeeded:3:24: note: main actor isolation inferred from inheritance from class 'NSResponder'
  @MainActor open func layoutSubtreeIfNeeded()}
                       ^
/Users/admin/builder/spi-builder-workspace/Classes/Objects/PreConstraint.swift:120:29: warning: main actor-isolated property 'superview' can not be referenced from a nonisolated context; this is an error in the Swift 6 language mode
            self?.fromView?.superview?.layoutSubtreeIfNeeded() // TODO: check
                            ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSView.h:87:59: note: property declared here
@property (nullable, readonly, unsafe_unretained) NSView *superview;
                                                          ^
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Classes/Objects/PressGestureRecognizer.swift (in target 'UIKitPlus' from project 'UIKitPlus')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

/Users/admin/builder/spi-builder-workspace/Classes/Objects/PressGestureRecognizer.swift:5:9: warning: main actor-isolated property '_tracker' cannot be used to satisfy nonisolated requirement from protocol '_GestureTrackable'; this is an error in the Swift 6 language mode
    var _tracker = _GestureTracker()
        ^
/Users/admin/builder/spi-builder-workspace/Classes/Objects/PressGestureRecognizer.swift:4:70: note: add '@preconcurrency' to the '_GestureTrackable' conformance to defer isolation checking to run time
final public class PressGestureRecognizer: NSPressGestureRecognizer, _GestureTrackable, _GestureDelegatorable {
                                                                     ^
                                                                     @preconcurrency
/Users/admin/builder/spi-builder-workspace/Classes/Protocols/GestureTrackable.swift:49:9: note: requirement '_tracker' declared here
    var _tracker: _GestureTracker { get set }
        ^
/Users/admin/builder/spi-builder-workspace/Classes/Objects/PressGestureRecognizer.swift:6:9: warning: main actor-isolated property '_delegator' cannot be used to satisfy nonisolated requirement from protocol '_GestureDelegatorable'; this is an error in the Swift 6 language mode
    var _delegator = _GestureDelegator()
        ^
/Users/admin/builder/spi-builder-workspace/Classes/Objects/PressGestureRecognizer.swift:4:89: note: add '@preconcurrency' to the '_GestureDelegatorable' conformance to defer isolation checking to run time
final public class PressGestureRecognizer: NSPressGestureRecognizer, _GestureTrackable, _GestureDelegatorable {
                                                                                        ^
                                                                                        @preconcurrency
/Users/admin/builder/spi-builder-workspace/Classes/Protocols/GestureDelegatorable.swift:10:9: note: requirement '_delegator' declared here
    var _delegator: _GestureDelegator { get set }
        ^
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Classes/Objects/Properties.swift (in target 'UIKitPlus' from project 'UIKitPlus')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Classes/Objects/PropertiesInternal.swift (in target 'UIKitPlus' from project 'UIKitPlus')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Classes/Objects/RotationGestureRecognizer.swift (in target 'UIKitPlus' from project 'UIKitPlus')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

/Users/admin/builder/spi-builder-workspace/Classes/Objects/RotationGestureRecognizer.swift:5:9: warning: main actor-isolated property '_tracker' cannot be used to satisfy nonisolated requirement from protocol '_GestureTrackable'; this is an error in the Swift 6 language mode
    var _tracker = _GestureTracker()
        ^
/Users/admin/builder/spi-builder-workspace/Classes/Objects/RotationGestureRecognizer.swift:4:76: note: add '@preconcurrency' to the '_GestureTrackable' conformance to defer isolation checking to run time
final public class RotationGestureRecognizer: NSRotationGestureRecognizer, _GestureTrackable, _GestureDelegatorable {
                                                                           ^
                                                                           @preconcurrency
/Users/admin/builder/spi-builder-workspace/Classes/Protocols/GestureTrackable.swift:49:9: note: requirement '_tracker' declared here
    var _tracker: _GestureTracker { get set }
        ^
/Users/admin/builder/spi-builder-workspace/Classes/Objects/RotationGestureRecognizer.swift:6:9: warning: main actor-isolated property '_delegator' cannot be used to satisfy nonisolated requirement from protocol '_GestureDelegatorable'; this is an error in the Swift 6 language mode
    var _delegator = _GestureDelegator()
        ^
/Users/admin/builder/spi-builder-workspace/Classes/Objects/RotationGestureRecognizer.swift:4:95: note: add '@preconcurrency' to the '_GestureDelegatorable' conformance to defer isolation checking to run time
final public class RotationGestureRecognizer: NSRotationGestureRecognizer, _GestureTrackable, _GestureDelegatorable {
                                                                                              ^
                                                                                              @preconcurrency
/Users/admin/builder/spi-builder-workspace/Classes/Protocols/GestureDelegatorable.swift:10:9: note: requirement '_delegator' declared here
    var _delegator: _GestureDelegator { get set }
        ^
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Classes/Objects/ScreenEdgePanGestureRecognizer.swift (in target 'UIKitPlus' from project 'UIKitPlus')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Classes/Objects/SwipeGestureRecognizer.swift (in target 'UIKitPlus' from project 'UIKitPlus')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

/Users/admin/builder/spi-builder-workspace/Classes/Objects/SwipeGestureRecognizer.swift:123:9: warning: main actor-isolated property '_tracker' cannot be used to satisfy nonisolated requirement from protocol '_GestureTrackable'; this is an error in the Swift 6 language mode
    var _tracker = _GestureTracker()
        ^
/Users/admin/builder/spi-builder-workspace/Classes/Objects/SwipeGestureRecognizer.swift:122:69: note: add '@preconcurrency' to the '_GestureTrackable' conformance to defer isolation checking to run time
final public class SwipeGestureRecognizer: USwipeGestureRecognizer, _GestureTrackable, _GestureDelegatorable {
                                                                    ^
                                                                    @preconcurrency
/Users/admin/builder/spi-builder-workspace/Classes/Protocols/GestureTrackable.swift:49:9: note: requirement '_tracker' declared here
    var _tracker: _GestureTracker { get set }
        ^
/Users/admin/builder/spi-builder-workspace/Classes/Objects/SwipeGestureRecognizer.swift:124:9: warning: main actor-isolated property '_delegator' cannot be used to satisfy nonisolated requirement from protocol '_GestureDelegatorable'; this is an error in the Swift 6 language mode
    var _delegator = _GestureDelegator()
        ^
/Users/admin/builder/spi-builder-workspace/Classes/Objects/SwipeGestureRecognizer.swift:122:88: note: add '@preconcurrency' to the '_GestureDelegatorable' conformance to defer isolation checking to run time
final public class SwipeGestureRecognizer: USwipeGestureRecognizer, _GestureTrackable, _GestureDelegatorable {
                                                                                       ^
                                                                                       @preconcurrency
/Users/admin/builder/spi-builder-workspace/Classes/Protocols/GestureDelegatorable.swift:10:9: note: requirement '_delegator' declared here
    var _delegator: _GestureDelegator { get set }
        ^
/Users/admin/builder/spi-builder-workspace/Classes/Controllers/MacOS+NavigationController.swift:12:19: warning: extraneous whitespace between attribute name and '('; this is an error in the Swift 6 language mode
    public private (set) var viewControllers: [ViewController] = []
                  ^
/Users/admin/builder/spi-builder-workspace/Classes/Objects/SwipeGestureRecognizer.swift:89:17: warning: result of call to function returning 'Unmanaged<AnyObject>?' is unused
        target?.perform(action, with: self)
                ^      ~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Classes/Objects/SwipeGestureRecognizer.swift:94:17: warning: result of call to function returning 'Unmanaged<AnyObject>?' is unused
        target?.perform(action, with: self)
                ^      ~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Classes/Objects/SwipeGestureRecognizer.swift:99:17: warning: result of call to function returning 'Unmanaged<AnyObject>?' is unused
        target?.perform(action, with: self)
                ^      ~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Classes/Objects/SwipeGestureRecognizer.swift:104:17: warning: result of call to function returning 'Unmanaged<AnyObject>?' is unused
        target?.perform(action, with: self)
                ^      ~~~~~~~~~~~~~~~~~~~~
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Classes/Objects/TapGestureRecognizer.swift (in target 'UIKitPlus' from project 'UIKitPlus')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Classes/Objects/TextViewDelegate.swift (in target 'UIKitPlus' from project 'UIKitPlus')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Classes/Objects/UIViewPropertyAnimator.swift (in target 'UIKitPlus' from project 'UIKitPlus')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Classes/Protocols/Alternateable.swift (in target 'UIKitPlus' from project 'UIKitPlus')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Classes/Protocols/AnyScene.swift (in target 'UIKitPlus' from project 'UIKitPlus')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Classes/Protocols/ArrowPositionable.swift (in target 'UIKitPlus' from project 'UIKitPlus')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Classes/Protocols/BackgroundColorable.swift (in target 'UIKitPlus' from project 'UIKitPlus')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 Compiling\ DeclarativeProtocol+Rasterize.swift,\ DeclarativeProtocol+Rotation.swift,\ DeclarativeProtocol+ScreenEdgePan.swift,\ DeclarativeProtocol+Shadow.swift,\ DeclarativeProtocol+Swipe.swift,\ DeclarativeProtocol+Tag.swift,\ DeclarativeProtocol+Tap.swift,\ DeclarativeProtocol+Tint.swift,\ DeclarativeProtocol+UserInteraction.swift,\ NSEvent+Key.swift,\ NSLayoutConstraint+Activated.swift,\ NSLayoutConstraint+AllAttributes.swift,\ NSLayoutConstraint+Update.swift,\ NSSound+System.swift,\ NSView+BringToFront.swift,\ NavigationController+FadeTo.swift,\ NotificationCenter+Name.swift,\ Number+ConstraintValue.swift,\ Numeric+Device.swift,\ String+AttributedString.swift,\ String+LocalizedString.swift,\ String+SegmentControlable.swift,\ TableView+Cellable.swift,\ UIColor+Aplha.swift,\ UIColor+Dynamic.swift /Users/admin/builder/spi-builder-workspace/Classes/Extensions/DeclarativeProtocol+Rasterize.swift /Users/admin/builder/spi-builder-workspace/Classes/Extensions/DeclarativeProtocol+Rotation.swift /Users/admin/builder/spi-builder-workspace/Classes/Extensions/DeclarativeProtocol+ScreenEdgePan.swift /Users/admin/builder/spi-builder-workspace/Classes/Extensions/DeclarativeProtocol+Shadow.swift /Users/admin/builder/spi-builder-workspace/Classes/Extensions/DeclarativeProtocol+Swipe.swift /Users/admin/builder/spi-builder-workspace/Classes/Extensions/DeclarativeProtocol+Tag.swift /Users/admin/builder/spi-builder-workspace/Classes/Extensions/DeclarativeProtocol+Tap.swift /Users/admin/builder/spi-builder-workspace/Classes/Extensions/DeclarativeProtocol+Tint.swift /Users/admin/builder/spi-builder-workspace/Classes/Extensions/DeclarativeProtocol+UserInteraction.swift /Users/admin/builder/spi-builder-workspace/Classes/Extensions/NSEvent+Key.swift /Users/admin/builder/spi-builder-workspace/Classes/Extensions/NSLayoutConstraint+Activated.swift /Users/admin/builder/spi-builder-workspace/Classes/Extensions/NSLayoutConstraint+AllAttributes.swift /Users/admin/builder/spi-builder-workspace/Classes/Extensions/NSLayoutConstraint+Update.swift /Users/admin/builder/spi-builder-workspace/Classes/Extensions/NSSound+System.swift /Users/admin/builder/spi-builder-workspace/Classes/Extensions/NSView+BringToFront.swift /Users/admin/builder/spi-builder-workspace/Classes/Extensions/NavigationController+FadeTo.swift /Users/admin/builder/spi-builder-workspace/Classes/Extensions/NotificationCenter+Name.swift /Users/admin/builder/spi-builder-workspace/Classes/Extensions/Number+ConstraintValue.swift /Users/admin/builder/spi-builder-workspace/Classes/Extensions/Numeric+Device.swift /Users/admin/builder/spi-builder-workspace/Classes/Extensions/String+AttributedString.swift /Users/admin/builder/spi-builder-workspace/Classes/Extensions/String+LocalizedString.swift /Users/admin/builder/spi-builder-workspace/Classes/Extensions/String+SegmentControlable.swift /Users/admin/builder/spi-builder-workspace/Classes/Extensions/TableView+Cellable.swift /Users/admin/builder/spi-builder-workspace/Classes/Extensions/UIColor+Aplha.swift /Users/admin/builder/spi-builder-workspace/Classes/Extensions/UIColor+Dynamic.swift (in target 'UIKitPlus' from project 'UIKitPlus')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Classes/Extensions/DeclarativeProtocol+Rasterize.swift (in target 'UIKitPlus' from project 'UIKitPlus')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

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

/Users/admin/builder/spi-builder-workspace/Classes/Extensions/DeclarativeProtocol+Rotation.swift:47:26: warning: call to main actor-isolated initializer 'init(rotation:)' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
        let recognizer = RotationGestureRecognizer(rotation: rotation)
                         ^
/Users/admin/builder/spi-builder-workspace/Classes/Objects/RotationGestureRecognizer.swift:8:12: note: calls to initializer 'init(rotation:)' from outside of its actor context are implicitly asynchronous
    public init(rotation: CGFloat? = nil) {
           ^
/Users/admin/builder/spi-builder-workspace/Classes/Objects/RotationGestureRecognizer.swift:8:12: note: main actor isolation inferred from inheritance from class 'NSRotationGestureRecognizer'
    public init(rotation: CGFloat? = nil) {
           ^
/Users/admin/builder/spi-builder-workspace/Classes/Extensions/DeclarativeProtocol+Rotation.swift:46:17: note: add '@MainActor' to make instance method 'onRotationGesture(rotation:_:)' part of global actor 'MainActor'
    public func onRotationGesture(rotation: CGFloat? = nil, _ action: @escaping (Self, NSGestureRecognizer.State, RotationGestureRecognizer) -> Void) -> Self {
                ^
/Users/admin/builder/spi-builder-workspace/Classes/Extensions/DeclarativeProtocol+Rotation.swift:48:25: warning: call to main actor-isolated instance method 'addGestureRecognizer' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
        declarativeView.addGestureRecognizer(recognizer.trackState { [weak self, weak recognizer] in
                        ^
AppKit.NSView.addGestureRecognizer:3:24: note: calls to instance method 'addGestureRecognizer' from outside of its actor context are implicitly asynchronous
  @MainActor open func addGestureRecognizer(_ gestureRecognizer: NSGestureRecognizer)}
                       ^
AppKit.NSView.addGestureRecognizer:3:24: note: main actor isolation inferred from inheritance from class 'NSResponder'
  @MainActor open func addGestureRecognizer(_ gestureRecognizer: NSGestureRecognizer)}
                       ^
/Users/admin/builder/spi-builder-workspace/Classes/Extensions/DeclarativeProtocol+Rotation.swift:46:17: note: add '@MainActor' to make instance method 'onRotationGesture(rotation:_:)' part of global actor 'MainActor'
    public func onRotationGesture(rotation: CGFloat? = nil, _ action: @escaping (Self, NSGestureRecognizer.State, RotationGestureRecognizer) -> Void) -> Self {
                ^
/Users/admin/builder/spi-builder-workspace/Classes/Extensions/DeclarativeProtocol+Rotation.swift:104:26: warning: call to main actor-isolated initializer 'init(rotationInDegrees:)' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
        let recognizer = RotationGestureRecognizer(rotationInDegrees: rotationInDegrees)
                         ^
/Users/admin/builder/spi-builder-workspace/Classes/Objects/RotationGestureRecognizer.swift:16:12: note: calls to initializer 'init(rotationInDegrees:)' from outside of its actor context are implicitly asynchronous
    public init(rotationInDegrees: CGFloat) {
           ^
/Users/admin/builder/spi-builder-workspace/Classes/Objects/RotationGestureRecognizer.swift:16:12: note: main actor isolation inferred from inheritance from class 'NSRotationGestureRecognizer'
    public init(rotationInDegrees: CGFloat) {
           ^
/Users/admin/builder/spi-builder-workspace/Classes/Extensions/DeclarativeProtocol+Rotation.swift:103:17: note: add '@MainActor' to make instance method 'onRotationGesture(rotationInDegrees:_:)' part of global actor 'MainActor'
    public func onRotationGesture(rotationInDegrees: CGFloat, _ action: @escaping (Self, NSGestureRecognizer.State, RotationGestureRecognizer) -> Void) -> Self {
                ^
/Users/admin/builder/spi-builder-workspace/Classes/Extensions/DeclarativeProtocol+Rotation.swift:105:25: warning: call to main actor-isolated instance method 'addGestureRecognizer' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
        declarativeView.addGestureRecognizer(recognizer.trackState { [weak self, weak recognizer] in
                        ^
AppKit.NSView.addGestureRecognizer:3:24: note: calls to instance method 'addGestureRecognizer' from outside of its actor context are implicitly asynchronous
  @MainActor open func addGestureRecognizer(_ gestureRecognizer: NSGestureRecognizer)}
                       ^
AppKit.NSView.addGestureRecognizer:3:24: note: main actor isolation inferred from inheritance from class 'NSResponder'
  @MainActor open func addGestureRecognizer(_ gestureRecognizer: NSGestureRecognizer)}
                       ^
/Users/admin/builder/spi-builder-workspace/Classes/Extensions/DeclarativeProtocol+Rotation.swift:103:17: note: add '@MainActor' to make instance method 'onRotationGesture(rotationInDegrees:_:)' part of global actor 'MainActor'
    public func onRotationGesture(rotationInDegrees: CGFloat, _ action: @escaping (Self, NSGestureRecognizer.State, RotationGestureRecognizer) -> Void) -> Self {
                ^
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Classes/Extensions/DeclarativeProtocol+ScreenEdgePan.swift (in target 'UIKitPlus' from project 'UIKitPlus')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

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

/Users/admin/builder/spi-builder-workspace/Classes/Extensions/DeclarativeProtocol+Shadow.swift:26:25: warning: main actor-isolated property 'layer' can not be referenced from a nonisolated context; this is an error in the Swift 6 language mode
        declarativeView.layer?.shadowColor = color.wrappedValue.current.cgColor
                        ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSView.h:251:39: note: property declared here
@property (nullable, strong) CALayer *layer API_AVAILABLE(macos(10.5));
                                      ^
/Users/admin/builder/spi-builder-workspace/Classes/Extensions/DeclarativeProtocol+Shadow.swift:22:18: note: add '@MainActor' to make instance method '_setShadow(color:)' part of global actor 'MainActor'
    private func _setShadow(color: State<UColor>) {
                 ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Classes/Extensions/DeclarativeProtocol+Shadow.swift:28:35: warning: main actor-isolated property 'layer' can not be referenced from a nonisolated context; this is an error in the Swift 6 language mode
            self?.declarativeView.layer?.shadowColor = new.cgColor
                                  ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSView.h:251:39: note: property declared here
@property (nullable, strong) CALayer *layer API_AVAILABLE(macos(10.5));
                                      ^
/Users/admin/builder/spi-builder-workspace/Classes/Extensions/DeclarativeProtocol+Shadow.swift:38:25: warning: main actor-isolated property 'layer' can not be referenced from a nonisolated context; this is an error in the Swift 6 language mode
        declarativeView.layer?.shadowOpacity = opacity
                        ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSView.h:251:39: note: property declared here
@property (nullable, strong) CALayer *layer API_AVAILABLE(macos(10.5));
                                      ^
/Users/admin/builder/spi-builder-workspace/Classes/Extensions/DeclarativeProtocol+Shadow.swift:36:18: note: add '@MainActor' to make instance method '_setShadow(opacity:)' part of global actor 'MainActor'
    private func _setShadow(opacity: Float) {
                 ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Classes/Extensions/DeclarativeProtocol+Shadow.swift:46:25: warning: main actor-isolated property 'wantsLayer' can not be mutated from a nonisolated context; this is an error in the Swift 6 language mode
        declarativeView.wantsLayer = true
                        ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSView.h:247:16: note: mutation of this property is only permitted within the actor
@property BOOL wantsLayer API_AVAILABLE(macos(10.5));
               ^
/Users/admin/builder/spi-builder-workspace/Classes/Extensions/DeclarativeProtocol+Shadow.swift:44:18: note: add '@MainActor' to make instance method '_setShadow(x:y:)' part of global actor 'MainActor'
    private func _setShadow(x: CGFloat, y: CGFloat) {
                 ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Classes/Extensions/DeclarativeProtocol+Shadow.swift:47:25: warning: main actor-isolated property 'shadow' can not be mutated from a nonisolated context; this is an error in the Swift 6 language mode
        declarativeView.shadow = NSShadow()
                        ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSView.h:281:38: note: mutation of this property is only permitted within the actor
@property (nullable, copy) NSShadow *shadow API_AVAILABLE(macos(10.5));
                                     ^
/Users/admin/builder/spi-builder-workspace/Classes/Extensions/DeclarativeProtocol+Shadow.swift:44:18: note: add '@MainActor' to make instance method '_setShadow(x:y:)' part of global actor 'MainActor'
    private func _setShadow(x: CGFloat, y: CGFloat) {
                 ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Classes/Extensions/DeclarativeProtocol+Shadow.swift:48:25: warning: main actor-isolated property 'layer' can not be referenced from a nonisolated context; this is an error in the Swift 6 language mode
        declarativeView.layer?.shadowOffset = CGSize(width: x, height: y)
                        ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSView.h:251:39: note: property declared here
@property (nullable, strong) CALayer *layer API_AVAILABLE(macos(10.5));
                                      ^
/Users/admin/builder/spi-builder-workspace/Classes/Extensions/DeclarativeProtocol+Shadow.swift:44:18: note: add '@MainActor' to make instance method '_setShadow(x:y:)' part of global actor 'MainActor'
    private func _setShadow(x: CGFloat, y: CGFloat) {
                 ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Classes/Extensions/DeclarativeProtocol+Shadow.swift:56:25: warning: main actor-isolated property 'layer' can not be referenced from a nonisolated context; this is an error in the Swift 6 language mode
        declarativeView.layer?.shadowRadius = radius
                        ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSView.h:251:39: note: property declared here
@property (nullable, strong) CALayer *layer API_AVAILABLE(macos(10.5));
                                      ^
/Users/admin/builder/spi-builder-workspace/Classes/Extensions/DeclarativeProtocol+Shadow.swift:54:18: note: add '@MainActor' to make instance method '_setShadow(radius:)' part of global actor 'MainActor'
    private func _setShadow(radius: CGFloat) {
                 ^
    @MainActor
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Classes/Extensions/DeclarativeProtocol+Swipe.swift (in target 'UIKitPlus' from project 'UIKitPlus')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

/Users/admin/builder/spi-builder-workspace/Classes/Extensions/DeclarativeProtocol+Swipe.swift:84:25: warning: main actor-isolated property 'allowedTouchTypes' can not be mutated from a nonisolated context; this is an error in the Swift 6 language mode
        declarativeView.allowedTouchTypes = .init(arrayLiteral: .direct, .indirect)
                        ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSView.h:555:27: note: mutation of this property is only permitted within the actor
@property NSTouchTypeMask allowedTouchTypes API_AVAILABLE(macos(10.12.2));
                          ^
/Users/admin/builder/spi-builder-workspace/Classes/Extensions/DeclarativeProtocol+Swipe.swift:82:17: note: add '@MainActor' to make instance method 'onSwipeGesture(direction:touches:_:)' part of global actor 'MainActor'
    public func onSwipeGesture(direction: USwipeGestureRecognizer.Direction, touches: Int? = nil, _ action: @escaping (Self, GestureRecognizer.State, SwipeGestureRecognizer) -> Void) -> Self {
                ^
/Users/admin/builder/spi-builder-workspace/Classes/Extensions/DeclarativeProtocol+Swipe.swift:85:25: warning: main actor-isolated property 'wantsRestingTouches' can not be mutated from a nonisolated context; this is an error in the Swift 6 language mode
        declarativeView.wantsRestingTouches = true
                        ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSView.h:235:16: note: mutation of this property is only permitted within the actor
@property BOOL wantsRestingTouches API_AVAILABLE(macos(10.6));
               ^
/Users/admin/builder/spi-builder-workspace/Classes/Extensions/DeclarativeProtocol+Swipe.swift:82:17: note: add '@MainActor' to make instance method 'onSwipeGesture(direction:touches:_:)' part of global actor 'MainActor'
    public func onSwipeGesture(direction: USwipeGestureRecognizer.Direction, touches: Int? = nil, _ action: @escaping (Self, GestureRecognizer.State, SwipeGestureRecognizer) -> Void) -> Self {
                ^
/Users/admin/builder/spi-builder-workspace/Classes/Extensions/DeclarativeProtocol+Swipe.swift:87:26: warning: call to main actor-isolated initializer 'init(direction:touches:)' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
        let recognizer = SwipeGestureRecognizer(direction: direction, touches: touches)
                         ^
/Users/admin/builder/spi-builder-workspace/Classes/Objects/SwipeGestureRecognizer.swift:126:12: note: calls to initializer 'init(direction:touches:)' from outside of its actor context are implicitly asynchronous
    public init(direction d: USwipeGestureRecognizer.Direction, touches: Int? = nil) {
           ^
/Users/admin/builder/spi-builder-workspace/Classes/Objects/SwipeGestureRecognizer.swift:126:12: note: main actor isolation inferred from inheritance from class 'USwipeGestureRecognizer'
    public init(direction d: USwipeGestureRecognizer.Direction, touches: Int? = nil) {
           ^
/Users/admin/builder/spi-builder-workspace/Classes/Extensions/DeclarativeProtocol+Swipe.swift:82:17: note: add '@MainActor' to make instance method 'onSwipeGesture(direction:touches:_:)' part of global actor 'MainActor'
    public func onSwipeGesture(direction: USwipeGestureRecognizer.Direction, touches: Int? = nil, _ action: @escaping (Self, GestureRecognizer.State, SwipeGestureRecognizer) -> Void) -> Self {
                ^
/Users/admin/builder/spi-builder-workspace/Classes/Extensions/DeclarativeProtocol+Swipe.swift:88:25: warning: call to main actor-isolated instance method 'addGestureRecognizer' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
        declarativeView.addGestureRecognizer(recognizer.trackState { [weak self, weak recognizer] in
                        ^
AppKit.NSView.addGestureRecognizer:3:24: note: calls to instance method 'addGestureRecognizer' from outside of its actor context are implicitly asynchronous
  @MainActor open func addGestureRecognizer(_ gestureRecognizer: NSGestureRecognizer)}
                       ^
AppKit.NSView.addGestureRecognizer:3:24: note: main actor isolation inferred from inheritance from class 'NSResponder'
  @MainActor open func addGestureRecognizer(_ gestureRecognizer: NSGestureRecognizer)}
                       ^
/Users/admin/builder/spi-builder-workspace/Classes/Extensions/DeclarativeProtocol+Swipe.swift:82:17: note: add '@MainActor' to make instance method 'onSwipeGesture(direction:touches:_:)' part of global actor 'MainActor'
    public func onSwipeGesture(direction: USwipeGestureRecognizer.Direction, touches: Int? = nil, _ action: @escaping (Self, GestureRecognizer.State, SwipeGestureRecognizer) -> Void) -> Self {
                ^
/Users/admin/builder/spi-builder-workspace/Classes/Extensions/DeclarativeProtocol+Swipe.swift:87:26: warning: sending 'direction' risks causing data races; this is an error in the Swift 6 language mode
        let recognizer = SwipeGestureRecognizer(direction: direction, touches: touches)
                         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Classes/Extensions/DeclarativeProtocol+Swipe.swift:87:26: note: sending task-isolated 'direction' to main actor-isolated callee risks causing data races between main actor-isolated and task-isolated uses
        let recognizer = SwipeGestureRecognizer(direction: direction, touches: touches)
                         ^
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Classes/Extensions/DeclarativeProtocol+Tag.swift (in target 'UIKitPlus' from project 'UIKitPlus')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

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

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

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

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

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

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

/Users/admin/builder/spi-builder-workspace/Classes/Extensions/NSLayoutConstraint+AllAttributes.swift:9:16: warning: static property 'all' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    static var all: [NSLayoutConstraint.Attribute] = [.width,
               ^
/Users/admin/builder/spi-builder-workspace/Classes/Extensions/NSLayoutConstraint+AllAttributes.swift:9:16: note: convert 'all' to a 'let' constant to make 'Sendable' shared state immutable
    static var all: [NSLayoutConstraint.Attribute] = [.width,
           ~~~ ^
           let
/Users/admin/builder/spi-builder-workspace/Classes/Extensions/NSLayoutConstraint+AllAttributes.swift:9:16: note: add '@MainActor' to make static property 'all' part of global actor 'MainActor'
    static var all: [NSLayoutConstraint.Attribute] = [.width,
               ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Classes/Extensions/NSLayoutConstraint+AllAttributes.swift:9:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    static var all: [NSLayoutConstraint.Attribute] = [.width,
               ^
    nonisolated(unsafe)
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Classes/Extensions/NSLayoutConstraint+Update.swift (in target 'UIKitPlus' from project 'UIKitPlus')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

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

/Users/admin/builder/spi-builder-workspace/Classes/Extensions/NSSound+System.swift:5:23: warning: static property 'basso' is not concurrency-safe because non-'Sendable' type 'NSSound?' may have shared mutable state; this is an error in the Swift 6 language mode
    public static let basso = NSSound(named: .basso)
                      ^
Swift.Optional:1:21: note: generic enum 'Optional' does not conform to the 'Sendable' protocol
@frozen public enum Optional<Wrapped> : ~Copyable where Wrapped : ~Copyable {
                    ^
/Users/admin/builder/spi-builder-workspace/Classes/Extensions/NSSound+System.swift:5:23: note: add '@MainActor' to make static property 'basso' part of global actor 'MainActor'
    public static let basso = NSSound(named: .basso)
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Classes/Extensions/NSSound+System.swift:5:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let basso = NSSound(named: .basso)
                      ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Classes/Extensions/NSSound+System.swift:6:23: warning: static property 'blow' is not concurrency-safe because non-'Sendable' type 'NSSound?' may have shared mutable state; this is an error in the Swift 6 language mode
    public static let blow = NSSound(named: .blow)
                      ^
Swift.Optional:1:21: note: generic enum 'Optional' does not conform to the 'Sendable' protocol
@frozen public enum Optional<Wrapped> : ~Copyable where Wrapped : ~Copyable {
                    ^
/Users/admin/builder/spi-builder-workspace/Classes/Extensions/NSSound+System.swift:6:23: note: add '@MainActor' to make static property 'blow' part of global actor 'MainActor'
    public static let blow = NSSound(named: .blow)
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Classes/Extensions/NSSound+System.swift:6:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let blow = NSSound(named: .blow)
                      ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Classes/Extensions/NSSound+System.swift:7:23: warning: static property 'bottle' is not concurrency-safe because non-'Sendable' type 'NSSound?' may have shared mutable state; this is an error in the Swift 6 language mode
    public static let bottle = NSSound(named: .bottle)
                      ^
Swift.Optional:1:21: note: generic enum 'Optional' does not conform to the 'Sendable' protocol
@frozen public enum Optional<Wrapped> : ~Copyable where Wrapped : ~Copyable {
                    ^
/Users/admin/builder/spi-builder-workspace/Classes/Extensions/NSSound+System.swift:7:23: note: add '@MainActor' to make static property 'bottle' part of global actor 'MainActor'
    public static let bottle = NSSound(named: .bottle)
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Classes/Extensions/NSSound+System.swift:7:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let bottle = NSSound(named: .bottle)
                      ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Classes/Extensions/NSSound+System.swift:8:23: warning: static property 'frog' is not concurrency-safe because non-'Sendable' type 'NSSound?' may have shared mutable state; this is an error in the Swift 6 language mode
    public static let frog = NSSound(named: .frog)
                      ^
Swift.Optional:1:21: note: generic enum 'Optional' does not conform to the 'Sendable' protocol
@frozen public enum Optional<Wrapped> : ~Copyable where Wrapped : ~Copyable {
                    ^
/Users/admin/builder/spi-builder-workspace/Classes/Extensions/NSSound+System.swift:8:23: note: add '@MainActor' to make static property 'frog' part of global actor 'MainActor'
    public static let frog = NSSound(named: .frog)
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Classes/Extensions/NSSound+System.swift:8:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let frog = NSSound(named: .frog)
                      ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Classes/Extensions/NSSound+System.swift:9:23: warning: static property 'funk' is not concurrency-safe because non-'Sendable' type 'NSSound?' may have shared mutable state; this is an error in the Swift 6 language mode
    public static let funk = NSSound(named: .funk)
                      ^
Swift.Optional:1:21: note: generic enum 'Optional' does not conform to the 'Sendable' protocol
@frozen public enum Optional<Wrapped> : ~Copyable where Wrapped : ~Copyable {
                    ^
/Users/admin/builder/spi-builder-workspace/Classes/Extensions/NSSound+System.swift:9:23: note: add '@MainActor' to make static property 'funk' part of global actor 'MainActor'
    public static let funk = NSSound(named: .funk)
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Classes/Extensions/NSSound+System.swift:9:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let funk = NSSound(named: .funk)
                      ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Classes/Extensions/NSSound+System.swift:10:23: warning: static property 'glass' is not concurrency-safe because non-'Sendable' type 'NSSound?' may have shared mutable state; this is an error in the Swift 6 language mode
    public static let glass = NSSound(named: .glass)
                      ^
Swift.Optional:1:21: note: generic enum 'Optional' does not conform to the 'Sendable' protocol
@frozen public enum Optional<Wrapped> : ~Copyable where Wrapped : ~Copyable {
                    ^
/Users/admin/builder/spi-builder-workspace/Classes/Extensions/NSSound+System.swift:10:23: note: add '@MainActor' to make static property 'glass' part of global actor 'MainActor'
    public static let glass = NSSound(named: .glass)
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Classes/Extensions/NSSound+System.swift:10:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let glass = NSSound(named: .glass)
                      ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Classes/Extensions/NSSound+System.swift:11:23: warning: static property 'hero' is not concurrency-safe because non-'Sendable' type 'NSSound?' may have shared mutable state; this is an error in the Swift 6 language mode
    public static let hero = NSSound(named: .hero)
                      ^
Swift.Optional:1:21: note: generic enum 'Optional' does not conform to the 'Sendable' protocol
@frozen public enum Optional<Wrapped> : ~Copyable where Wrapped : ~Copyable {
                    ^
/Users/admin/builder/spi-builder-workspace/Classes/Extensions/NSSound+System.swift:11:23: note: add '@MainActor' to make static property 'hero' part of global actor 'MainActor'
    public static let hero = NSSound(named: .hero)
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Classes/Extensions/NSSound+System.swift:11:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let hero = NSSound(named: .hero)
                      ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Classes/Extensions/NSSound+System.swift:12:23: warning: static property 'morse' is not concurrency-safe because non-'Sendable' type 'NSSound?' may have shared mutable state; this is an error in the Swift 6 language mode
    public static let morse = NSSound(named: .morse)
                      ^
Swift.Optional:1:21: note: generic enum 'Optional' does not conform to the 'Sendable' protocol
@frozen public enum Optional<Wrapped> : ~Copyable where Wrapped : ~Copyable {
                    ^
/Users/admin/builder/spi-builder-workspace/Classes/Extensions/NSSound+System.swift:12:23: note: add '@MainActor' to make static property 'morse' part of global actor 'MainActor'
    public static let morse = NSSound(named: .morse)
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Classes/Extensions/NSSound+System.swift:12:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let morse = NSSound(named: .morse)
                      ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Classes/Extensions/NSSound+System.swift:13:23: warning: static property 'ping' is not concurrency-safe because non-'Sendable' type 'NSSound?' may have shared mutable state; this is an error in the Swift 6 language mode
    public static let ping = NSSound(named: .ping)
                      ^
Swift.Optional:1:21: note: generic enum 'Optional' does not conform to the 'Sendable' protocol
@frozen public enum Optional<Wrapped> : ~Copyable where Wrapped : ~Copyable {
                    ^
/Users/admin/builder/spi-builder-workspace/Classes/Extensions/NSSound+System.swift:13:23: note: add '@MainActor' to make static property 'ping' part of global actor 'MainActor'
    public static let ping = NSSound(named: .ping)
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Classes/Extensions/NSSound+System.swift:13:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let ping = NSSound(named: .ping)
                      ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Classes/Extensions/NSSound+System.swift:14:23: warning: static property 'pop' is not concurrency-safe because non-'Sendable' type 'NSSound?' may have shared mutable state; this is an error in the Swift 6 language mode
    public static let pop = NSSound(named: .pop)
                      ^
Swift.Optional:1:21: note: generic enum 'Optional' does not conform to the 'Sendable' protocol
@frozen public enum Optional<Wrapped> : ~Copyable where Wrapped : ~Copyable {
                    ^
/Users/admin/builder/spi-builder-workspace/Classes/Extensions/NSSound+System.swift:14:23: note: add '@MainActor' to make static property 'pop' part of global actor 'MainActor'
    public static let pop = NSSound(named: .pop)
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Classes/Extensions/NSSound+System.swift:14:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let pop = NSSound(named: .pop)
                      ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Classes/Extensions/NSSound+System.swift:15:23: warning: static property 'purr' is not concurrency-safe because non-'Sendable' type 'NSSound?' may have shared mutable state; this is an error in the Swift 6 language mode
    public static let purr = NSSound(named: .purr)
                      ^
Swift.Optional:1:21: note: generic enum 'Optional' does not conform to the 'Sendable' protocol
@frozen public enum Optional<Wrapped> : ~Copyable where Wrapped : ~Copyable {
                    ^
/Users/admin/builder/spi-builder-workspace/Classes/Extensions/NSSound+System.swift:15:23: note: add '@MainActor' to make static property 'purr' part of global actor 'MainActor'
    public static let purr = NSSound(named: .purr)
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Classes/Extensions/NSSound+System.swift:15:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let purr = NSSound(named: .purr)
                      ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Classes/Extensions/NSSound+System.swift:16:23: warning: static property 'sosumi' is not concurrency-safe because non-'Sendable' type 'NSSound?' may have shared mutable state; this is an error in the Swift 6 language mode
    public static let sosumi = NSSound(named: .sosumi)
                      ^
Swift.Optional:1:21: note: generic enum 'Optional' does not conform to the 'Sendable' protocol
@frozen public enum Optional<Wrapped> : ~Copyable where Wrapped : ~Copyable {
                    ^
/Users/admin/builder/spi-builder-workspace/Classes/Extensions/NSSound+System.swift:16:23: note: add '@MainActor' to make static property 'sosumi' part of global actor 'MainActor'
    public static let sosumi = NSSound(named: .sosumi)
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Classes/Extensions/NSSound+System.swift:16:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let sosumi = NSSound(named: .sosumi)
                      ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Classes/Extensions/NSSound+System.swift:17:23: warning: static property 'submarine' is not concurrency-safe because non-'Sendable' type 'NSSound?' may have shared mutable state; this is an error in the Swift 6 language mode
    public static let submarine = NSSound(named: .submarine)
                      ^
Swift.Optional:1:21: note: generic enum 'Optional' does not conform to the 'Sendable' protocol
@frozen public enum Optional<Wrapped> : ~Copyable where Wrapped : ~Copyable {
                    ^
/Users/admin/builder/spi-builder-workspace/Classes/Extensions/NSSound+System.swift:17:23: note: add '@MainActor' to make static property 'submarine' part of global actor 'MainActor'
    public static let submarine = NSSound(named: .submarine)
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Classes/Extensions/NSSound+System.swift:17:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let submarine = NSSound(named: .submarine)
                      ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Classes/Extensions/NSSound+System.swift:18:23: warning: static property 'tink' is not concurrency-safe because non-'Sendable' type 'NSSound?' may have shared mutable state; this is an error in the Swift 6 language mode
    public static let tink = NSSound(named: .tink)
                      ^
Swift.Optional:1:21: note: generic enum 'Optional' does not conform to the 'Sendable' protocol
@frozen public enum Optional<Wrapped> : ~Copyable where Wrapped : ~Copyable {
                    ^
/Users/admin/builder/spi-builder-workspace/Classes/Extensions/NSSound+System.swift:18:23: note: add '@MainActor' to make static property 'tink' part of global actor 'MainActor'
    public static let tink = NSSound(named: .tink)
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Classes/Extensions/NSSound+System.swift:18:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let tink = NSSound(named: .tink)
                      ^
    nonisolated(unsafe)
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Classes/Extensions/NSView+BringToFront.swift (in target 'UIKitPlus' from project 'UIKitPlus')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

/Users/admin/builder/spi-builder-workspace/Classes/Extensions/NSView+BringToFront.swift:24:25: warning: forming 'UnsafeMutableRawPointer' to a variable of type 'NSView'; this is likely incorrect because 'NSView' may contain an object reference.
            }, context: &theView)
                        ^
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Classes/Extensions/NavigationController+FadeTo.swift (in target 'UIKitPlus' from project 'UIKitPlus')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

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

/Users/admin/builder/spi-builder-workspace/Classes/Extensions/NotificationCenter+Name.swift:21:1: warning: extension declares a conformance of imported type 'Name' to imported protocol 'RawRepresentable'; this will not behave correctly if the owners of 'Foundation' introduce this conformance in the future
extension Notification.Name: RawRepresentable {}
^
/Users/admin/builder/spi-builder-workspace/Classes/Extensions/NotificationCenter+Name.swift:21:1: note: add '@retroactive' to silence this warning
extension Notification.Name: RawRepresentable {}
^                            ~~~~~~~~~~~~~~~~
                             @retroactive RawRepresentable
/Users/admin/builder/spi-builder-workspace/Classes/Extensions/NotificationCenter+Name.swift:60:13: warning: capture of 'callback' with non-sendable type '() -> Void' in a '@Sendable' closure
            callback()
            ^
/Users/admin/builder/spi-builder-workspace/Classes/Extensions/NotificationCenter+Name.swift:60:13: note: a function type must be marked '@Sendable' to conform to 'Sendable'
            callback()
            ^
/Users/admin/builder/spi-builder-workspace/Classes/Extensions/NotificationCenter+Name.swift:66:13: warning: capture of 'callback' with non-sendable type '() -> Void' in a '@Sendable' closure
            callback()
            ^
/Users/admin/builder/spi-builder-workspace/Classes/Extensions/NotificationCenter+Name.swift:66:13: note: a function type must be marked '@Sendable' to conform to 'Sendable'
            callback()
            ^
/Users/admin/builder/spi-builder-workspace/Classes/Extensions/NotificationCenter+Name.swift:71:74: warning: passing non-sendable parameter 'using' to function expecting a @Sendable closure
        addObserver(forName:  type.name, object: nil, queue: nil, using: using)
                                                                         ^
/Users/admin/builder/spi-builder-workspace/Classes/Extensions/NotificationCenter+Name.swift:70:57: note: parameter 'using' is implicitly non-sendable
    public func addObserver(for type: NotificationType, using: @escaping (Notification)->Void) {
                                                        ^
                                                               @Sendable
/Users/admin/builder/spi-builder-workspace/Classes/Extensions/NotificationCenter+Name.swift:75:91: warning: passing non-sendable parameter 'using' to function expecting a @Sendable closure
        addObserver(forName:  type.notificationType.name, object: nil, queue: nil, using: using)
                                                                                          ^
/Users/admin/builder/spi-builder-workspace/Classes/Extensions/NotificationCenter+Name.swift:74:59: note: parameter 'using' is implicitly non-sendable
    public func addObserver(for type: CustomNotification, using: @escaping (Notification)->Void) {
                                                          ^
                                                                 @Sendable
/Users/admin/builder/spi-builder-workspace/Classes/Extensions/NotificationCenter+Name.swift:79:88: warning: passing non-sendable parameter 'using' to function expecting a @Sendable closure
        addObserver(forName:  type.with(postfix: key), object: nil, queue: nil, using: using)
                                                                                       ^
/Users/admin/builder/spi-builder-workspace/Classes/Extensions/NotificationCenter+Name.swift:78:82: note: parameter 'using' is implicitly non-sendable
    public func addObserver(for type: NotificationType, typePostfix key: String, using: @escaping (Notification)->Void) {
                                                                                 ^
                                                                                        @Sendable
/Users/admin/builder/spi-builder-workspace/Classes/Extensions/NotificationCenter+Name.swift:83:105: warning: passing non-sendable parameter 'using' to function expecting a @Sendable closure
        addObserver(forName:  type.notificationType.with(postfix: key), object: nil, queue: nil, using: using)
                                                                                                        ^
/Users/admin/builder/spi-builder-workspace/Classes/Extensions/NotificationCenter+Name.swift:82:84: note: parameter 'using' is implicitly non-sendable
    public func addObserver(for type: CustomNotification, typePostfix key: String, using: @escaping (Notification)->Void) {
                                                                                   ^
                                                                                          @Sendable
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Classes/Extensions/Number+ConstraintValue.swift (in target 'UIKitPlus' from project 'UIKitPlus')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

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

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

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

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

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

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

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

/Users/admin/builder/spi-builder-workspace/Classes/Extensions/UIColor+Dynamic.swift:48:20: warning: main actor-isolated property '$theme' can not be referenced from a nonisolated context; this is an error in the Swift 6 language mode
        App.shared.$theme.listen { [weak self] old, new in
                   ^
/Users/admin/builder/spi-builder-workspace/Classes/Controllers/MacApp.swift:19:23: note: property declared here
    @State public var theme: Theme = App.currentTheme
                      ^
/Users/admin/builder/spi-builder-workspace/Classes/Extensions/UIColor+Dynamic.swift:46:18: note: add '@MainActor' to make instance method '_setup()' part of global actor 'MainActor'
    private func _setup() {
                 ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Classes/Extensions/UIColor+Dynamic.swift:48:13: warning: main actor-isolated static property 'shared' can not be referenced from a nonisolated context; this is an error in the Swift 6 language mode
        App.shared.$theme.listen { [weak self] old, new in
            ^
/Users/admin/builder/spi-builder-workspace/Classes/Controllers/MacApp.swift:13:32: note: static property declared here
    public static override var shared: App { super.shared as! App }
                               ^
/Users/admin/builder/spi-builder-workspace/Classes/Extensions/UIColor+Dynamic.swift:46:18: note: add '@MainActor' to make instance method '_setup()' part of global actor 'MainActor'
    private func _setup() {
                 ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Classes/Extensions/UIColor+Dynamic.swift:62:27: warning: main actor-isolated property 'theme' can not be referenced from a nonisolated context; this is an error in the Swift 6 language mode
        switch App.shared.theme {
                          ^
/Users/admin/builder/spi-builder-workspace/Classes/Controllers/MacApp.swift:19:23: note: property declared here
    @State public var theme: Theme = App.currentTheme
                      ^
/Users/admin/builder/spi-builder-workspace/Classes/Extensions/UIColor+Dynamic.swift:62:20: warning: main actor-isolated static property 'shared' can not be referenced from a nonisolated context; this is an error in the Swift 6 language mode
        switch App.shared.theme {
                   ^
/Users/admin/builder/spi-builder-workspace/Classes/Controllers/MacApp.swift:13:32: note: static property declared here
    public static override var shared: App { super.shared as! App }
                               ^
SwiftDriverJobDiscovery normal arm64 Compiling TextAutocorrectionable.swift, TextBindable.swift, TextFieldContentTypeable.swift, TextFieldDelegate.swift, TextFieldLeftViewable.swift, TextFieldRightViewable.swift, TextLineBreakModeable.swift, TextLineable.swift, TextScaleable.swift, Textable.swift, Tintable.swift, Titleable.swift, Typeable.swift, UIButtonable.swift, UICollectionViewable.swift, UILabelable.swift, UIScrollViewable.swift, UITableViewable.swift, UIViewable.swift, ViewTransitionable.swift, WrappedViewControllerable.swift, AppBuilder.swift, BodyBuilder.swift, BodyBuilderItems.swift (in target 'UIKitPlus' from project 'UIKitPlus')
SwiftDriverJobDiscovery normal arm64 Compiling BezelStyleable.swift, Bezeledable.swift, BodyBuilderItem.swift, Borderedable.swift, BulletsEchoable.swift, Cellable.swift, Cleanupable.swift, Colorable.swift, ConstraintValue.swift, Contextable.swift, Continuousable.swift, ControlStateable.swift, DeclarativeProtocol.swift, DeclarativeProtocolInternal.swift, EditableStackView.swift, Editableable.swift, Enableable.swift, FirstResponderRefusable.swift, FocusRingTypeable.swift, Fontable.swift, GestureDelegatorable.swift, GestureRecognizerable.swift, GestureTrackable.swift, Hiddenable.swift (in target 'UIKitPlus' from project 'UIKitPlus')
SwiftDriverJobDiscovery normal arm64 Compiling UIColor+Hex.swift, UIControl+ActionHandler.swift, UIDevice+Model.swift, UIDeviceOrientation+Description.swift, UIFont+Family.swift, UIFont+PrintAll.swift, UIGestureRecognizer+GestureRecognizerable.swift, UIImage+Blur.swift, UIImage+Resize.swift, UIImage+SegmentControlable.swift, UIInterfaceOrientation+Description.swift, UIViewController+Body.swift, UIVisualEffect+Effects.swift, UNAuthorizationStatus+Status.swift, View+Add.swift, View+Body.swift, View+Menuable.swift, View+SafeArea.swift, View+Shake.swift, View+ViewWithTag.swift, WrappedViewControllerable+Hidden.swift, Animation.swift, AttributedString.swift, ClickGestureRecognizer.swift, ForEach.swift (in target 'UIKitPlus' from project 'UIKitPlus')
SwiftMergeGeneratedHeaders /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps/UIKitPlus-Swift.h /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/UIKitPlus.build/Debug/UIKitPlus.build/Objects-normal/arm64/UIKitPlus-Swift.h (in target 'UIKitPlus' from project 'UIKitPlus')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-swiftHeaderTool -arch arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/UIKitPlus.build/Debug/UIKitPlus.build/Objects-normal/arm64/UIKitPlus-Swift.h -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps/UIKitPlus-Swift.h
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/UIKitPlus.swiftmodule/arm64-apple-macos.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/UIKitPlus.build/Debug/UIKitPlus.build/Objects-normal/arm64/UIKitPlus.swiftmodule (in target 'UIKitPlus' from project 'UIKitPlus')
    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/UIKitPlus.build/Debug/UIKitPlus.build/Objects-normal/arm64/UIKitPlus.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/UIKitPlus.swiftmodule/arm64-apple-macos.swiftmodule
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/UIKitPlus.swiftmodule/arm64-apple-macos.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/UIKitPlus.build/Debug/UIKitPlus.build/Objects-normal/arm64/UIKitPlus.swiftdoc (in target 'UIKitPlus' from project 'UIKitPlus')
    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/UIKitPlus.build/Debug/UIKitPlus.build/Objects-normal/arm64/UIKitPlus.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/UIKitPlus.swiftmodule/arm64-apple-macos.swiftdoc
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/UIKitPlus.swiftmodule/arm64-apple-macos.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/UIKitPlus.build/Debug/UIKitPlus.build/Objects-normal/arm64/UIKitPlus.abi.json (in target 'UIKitPlus' from project 'UIKitPlus')
    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/UIKitPlus.build/Debug/UIKitPlus.build/Objects-normal/arm64/UIKitPlus.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/UIKitPlus.swiftmodule/arm64-apple-macos.abi.json
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/UIKitPlus.swiftmodule/Project/arm64-apple-macos.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/UIKitPlus.build/Debug/UIKitPlus.build/Objects-normal/arm64/UIKitPlus.swiftsourceinfo (in target 'UIKitPlus' from project 'UIKitPlus')
    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/UIKitPlus.build/Debug/UIKitPlus.build/Objects-normal/arm64/UIKitPlus.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/UIKitPlus.swiftmodule/Project/arm64-apple-macos.swiftsourceinfo
SwiftDriverJobDiscovery normal arm64 Compiling DeclarativeConstraintCSide.swift, DeclarativeConstraintDSide.swift, DeclarativeConstraintXSide.swift, DeclarativeConstraintYSide.swift, Language.swift, LocalizedString.swift, MacOS+TextFieldContentType.swift, NavigationControllerStyle.swift, PushNotificationOption.swift, PushNotificationsAuthorizationStatus.swift, RootTransitionAnimation.swift, SegmentControlableItem.swift, StatusBarStyle.swift, TextFieldContentType.swift, TextItemInteraction.swift, Array+Diff.swift, AttrStr+Concat.swift, AttrStr+Joined.swift, ClosedRange+NSRange.swift, CollectionView+Cellable.swift, ConstraintValueType+Operators.swift, DeclarativeProtocol+Alpha.swift, DeclarativeProtocol+Apply.swift, DeclarativeProtocol+Background.swift, DeclarativeProtocol+Borders.swift (in target 'UIKitPlus' from project 'UIKitPlus')
SwiftDriverJobDiscovery normal arm64 Compiling AlertController.swift, BaseApp+MainScene.swift, BaseApp+Scene.swift, BaseApp+Shortcut.swift, BaseApp+Shortcuts.swift, BaseApp.swift, LifeCycle.swift, SceneScreenType.swift, _Scene.swift, _SceneDelegate.swift, Exports.swift, FormViewController.swift, MacApp.swift, MacOS+NavigationController.swift, MediaPicker.swift, Menu.swift, MenuItem.swift, NavigationController.swift, NotImplementedViewController.swift, StatusItem.swift, TabViewController.swift, ViewController.swift, Window.swift, ContentInsetAdjustment.swift, DeclarativeConstraintAnySide.swift (in target 'UIKitPlus' from project 'UIKitPlus')
SwiftDriverJobDiscovery normal arm64 Compiling DeclarativeProtocol+Bounds.swift, DeclarativeProtocol+Click.swift, DeclarativeProtocol+CompressionResistance.swift, DeclarativeProtocol+ConstraintLinks.swift, DeclarativeProtocol+Constraints.swift, DeclarativeProtocol+ConstraintsRelative.swift, DeclarativeProtocol+ConstraintsSolo.swift, DeclarativeProtocol+ConstraintsSuper.swift, DeclarativeProtocol+Corners.swift, DeclarativeProtocol+DeclarativeView.swift, DeclarativeProtocol+Gesture.swift, DeclarativeProtocol+Hidden.swift, DeclarativeProtocol+Hover.swift, DeclarativeProtocol+HuggingPriority.swift, DeclarativeProtocol+Itself.swift, DeclarativeProtocol+LayoutMargin.swift, DeclarativeProtocol+LayoutSubviews.swift, DeclarativeProtocol+LongPress.swift, DeclarativeProtocol+Magnification.swift, DeclarativeProtocol+MovedToSuperview.swift, DeclarativeProtocol+NextResponder.swift, DeclarativeProtocol+Opacity.swift, DeclarativeProtocol+Pan.swift, DeclarativeProtocol+Pinch.swift, DeclarativeProtocol+Press.swift (in target 'UIKitPlus' from project 'UIKitPlus')
SwiftDriverJobDiscovery normal arm64 Compiling MacOS+VisualEffectView.swift, PopupButton.swift, SecureTextField.swift, Button.swift, Collection.swift, CollectionDynamicCell.swift, CollectionView.swift, CollectionViewAlignedFlowLayout.swift, CollectionViewCell.swift, CollectionViewFlowLayout.swift, ControlView.swift, DatePickerView.swift, DynamicPickerView.swift, ImageView.swift, InputView.swift, LayerView.swift, List.swift, ListDynamicCell.swift, PickerView.swift, RefreshControl.swift, ScrollView.swift, SegmentedControl.swift, SliderView.swift, StaticListCell.swift (in target 'UIKitPlus' from project 'UIKitPlus')
SwiftDriverJobDiscovery normal arm64 Compiling Stepper.swift, TableView.swift, TableViewCell.swift, Text.swift, TextField.swift, TextView.swift, Toggle.swift, VerificationCodeView.swift, VisualEffectView.swift, WrappedViewControllerView.swift, ActivityIndicator.swift, BarButtonItemView.swift, BaseView.swift, HScrollStack.swift, HSpace.swift, HStack.swift, HUD.swift, Space.swift, StackView.swift, VScrollStack.swift, VSpace.swift, VStack.swift, View.swift, WrapperView.swift (in target 'UIKitPlus' from project 'UIKitPlus')
SwiftDriverJobDiscovery normal arm64 Compiling DeclarativeProtocol+Rasterize.swift, DeclarativeProtocol+Rotation.swift, DeclarativeProtocol+ScreenEdgePan.swift, DeclarativeProtocol+Shadow.swift, DeclarativeProtocol+Swipe.swift, DeclarativeProtocol+Tag.swift, DeclarativeProtocol+Tap.swift, DeclarativeProtocol+Tint.swift, DeclarativeProtocol+UserInteraction.swift, NSEvent+Key.swift, NSLayoutConstraint+Activated.swift, NSLayoutConstraint+AllAttributes.swift, NSLayoutConstraint+Update.swift, NSSound+System.swift, NSView+BringToFront.swift, NavigationController+FadeTo.swift, NotificationCenter+Name.swift, Number+ConstraintValue.swift, Numeric+Device.swift, String+AttributedString.swift, String+LocalizedString.swift, String+SegmentControlable.swift, TableView+Cellable.swift, UIColor+Aplha.swift, UIColor+Dynamic.swift (in target 'UIKitPlus' from project 'UIKitPlus')
SwiftDriverJobDiscovery normal arm64 Compiling Borders.swift, CodableState.swift, ConstraintValueType.swift, CustomCorners.swift, DeclarativeViewConstraints.swift, ExpressableState.swift, GesturesBuilder.swift, ImageReloadingStyle.swift, InnerState.swift, LivePreview.swift, PreviewBuilder.swift, PreviewBuilderItem.swift, ShortcutBuilder.swift, Spoken.swift, State.swift, StateStringBuilder.swift, UILayoutPriority.swift, ViewContext.swift, TextFieldStyle.swift, MacOS+Button.swift, MacOS+ImageView.swift, MacOS+ScrollView.swift, MacOS+Text.swift, MacOS+TextField.swift (in target 'UIKitPlus' from project 'UIKitPlus')
SwiftDriverJobDiscovery normal arm64 Compiling GestureDelegator.swift, GestureTracker.swift, HoverGestureRecognizer.swift, ImageLoader.swift, ImpactFeedback.swift, Localization.swift, LongPressGestureRecognizer.swift, MagnificationGestureRecognizer.swift, PanGestureRecognizer.swift, ParagraphStyle.swift, PinchGestureRecognizer.swift, PreConstraint.swift, PressGestureRecognizer.swift, Properties.swift, PropertiesInternal.swift, RotationGestureRecognizer.swift, ScreenEdgePanGestureRecognizer.swift, SwipeGestureRecognizer.swift, TapGestureRecognizer.swift, TextViewDelegate.swift, UIViewPropertyAnimator.swift, Alternateable.swift, AnyScene.swift, ArrowPositionable.swift, BackgroundColorable.swift (in target 'UIKitPlus' from project 'UIKitPlus')
SwiftDriver\ Compilation UIKitPlus normal arm64 com.apple.xcode.tools.swift.compiler (in target 'UIKitPlus' from project 'UIKitPlus')
    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 UIKitPlus -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/UIKitPlus.build/Debug/UIKitPlus.build/Objects-normal/arm64/UIKitPlus.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/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk -target arm64-apple-macos10.14 -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 -I /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/macosx15.4-24E241-8287b8f5db97e746a1562fbca0c9d29b.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/UIKitPlus.build/Debug/UIKitPlus.build/Objects-normal/arm64/UIKitPlus-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/UIKitPlus.build/Debug/UIKitPlus.build/Objects-normal/arm64/UIKitPlus.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/UIKitPlus.build/Debug/UIKitPlus.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/UIKitPlus.build/Debug/UIKitPlus.build/Objects-normal/arm64/UIKitPlus_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/UIKitPlus.build/Debug/UIKitPlus.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/UIKitPlus.build/Debug/UIKitPlus.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/UIKitPlus.build/Debug/UIKitPlus.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/UIKitPlus.build/Debug/UIKitPlus.build/Objects-normal/arm64/UIKitPlus-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/UIKitPlus.o normal (in target 'UIKitPlus' from project 'UIKitPlus')
    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-macos10.14 -r -isysroot /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk -O0 -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -L/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/lib -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -iframework /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/Library/Frameworks -filelist /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/UIKitPlus.build/Debug/UIKitPlus.build/Objects-normal/arm64/UIKitPlus.LinkFileList -nostdlib -Xlinker -object_path_lto -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/UIKitPlus.build/Debug/UIKitPlus.build/Objects-normal/arm64/UIKitPlus_lto.o -rdynamic -Xlinker -no_deduplicate -Xlinker -dependency_info -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/UIKitPlus.build/Debug/UIKitPlus.build/Objects-normal/arm64/UIKitPlus_dependency_info.dat -fobjc-link-runtime -L/Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx -L/usr/lib/swift -Xlinker -add_ast_path -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/UIKitPlus.build/Debug/UIKitPlus.build/Objects-normal/arm64/UIKitPlus.swiftmodule -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/UIKitPlus.o
ExtractAppIntentsMetadata (in target 'UIKitPlus' from project 'UIKitPlus')
    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 UIKitPlus --sdk-root /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk --xcode-version 16E140 --platform-family macOS --deployment-target 10.14 --bundle-identifier spi-builder-workspace.UIKitPlus --output /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/UIKitPlus.appintents --target-triple arm64-apple-macos10.14 --binary-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/UIKitPlus.o --dependency-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/UIKitPlus.build/Debug/UIKitPlus.build/Objects-normal/arm64/UIKitPlus_dependency_info.dat --stringsdata-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/UIKitPlus.build/Debug/UIKitPlus.build/Objects-normal/arm64/ExtractedAppShortcutsMetadata.stringsdata --source-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/UIKitPlus.build/Debug/UIKitPlus.build/Objects-normal/arm64/UIKitPlus.SwiftFileList --metadata-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/UIKitPlus.build/Debug/UIKitPlus.build/UIKitPlus.DependencyMetadataFileList --static-metadata-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/UIKitPlus.build/Debug/UIKitPlus.build/UIKitPlus.DependencyStaticMetadataFileList --swift-const-vals-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/UIKitPlus.build/Debug/UIKitPlus.build/Objects-normal/arm64/UIKitPlus.SwiftConstValuesFileList --force --compile-time-extraction --deployment-aware-processing --validate-assistant-intents --no-app-shortcuts-localization
2025-04-29 05:34:29.924 appintentsmetadataprocessor[722:4395] Starting appintentsmetadataprocessor export
2025-04-29 05:34:29.969 appintentsmetadataprocessor[722:4395] Extracted no relevant App Intents symbols, skipping writing output
RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/UIKitPlus.o (in target 'UIKitPlus' from project 'UIKitPlus')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/UIKitPlus.o
** BUILD SUCCEEDED **
--- xcodebuild: WARNING: Using the first of multiple matching destinations:
{ platform:macOS, arch:arm64, id:e74621d51b086beedb8f63e9576264b34e21c556, name:My Mac }
{ platform:macOS, arch:arm64, variant:Mac Catalyst, id:e74621d51b086beedb8f63e9576264b34e21c556, name:My Mac }
{ platform:macOS, arch:arm64, variant:DriverKit, id:e74621d51b086beedb8f63e9576264b34e21c556, name:My Mac }
{ platform:macOS, arch:arm64, variant:Designed for [iPad,iPhone], id:e74621d51b086beedb8f63e9576264b34e21c556, name:My Mac }
Build complete.
{
  "dependencies" : [
  ],
  "manifest_display_name" : "UIKitPlus",
  "name" : "UIKitPlus",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "10.14"
    },
    {
      "name" : "ios",
      "version" : "9.0"
    },
    {
      "name" : "tvos",
      "version" : "13.0"
    }
  ],
  "products" : [
    {
      "name" : "UIKitPlus",
      "targets" : [
        "UIKitPlus"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "UIKitPlus",
      "module_type" : "SwiftTarget",
      "name" : "UIKitPlus",
      "path" : "Classes",
      "product_memberships" : [
        "UIKitPlus"
      ],
      "sources" : [
        "Controllers/AlertController.swift",
        "Controllers/BaseApp/BaseApp+MainScene.swift",
        "Controllers/BaseApp/BaseApp+Scene.swift",
        "Controllers/BaseApp/BaseApp+Shortcut.swift",
        "Controllers/BaseApp/BaseApp+Shortcuts.swift",
        "Controllers/BaseApp/BaseApp.swift",
        "Controllers/BaseApp/LifeCycle.swift",
        "Controllers/BaseApp/SceneScreenType.swift",
        "Controllers/BaseApp/_Scene.swift",
        "Controllers/BaseApp/_SceneDelegate.swift",
        "Controllers/Exports.swift",
        "Controllers/FormViewController.swift",
        "Controllers/MacApp.swift",
        "Controllers/MacOS+NavigationController.swift",
        "Controllers/MediaPicker.swift",
        "Controllers/Menu.swift",
        "Controllers/MenuItem.swift",
        "Controllers/NavigationController.swift",
        "Controllers/NotImplementedViewController.swift",
        "Controllers/StatusItem.swift",
        "Controllers/TabViewController.swift",
        "Controllers/ViewController.swift",
        "Controllers/Window.swift",
        "Enums/ContentInsetAdjustment.swift",
        "Enums/DeclarativeConstraintAnySide.swift",
        "Enums/DeclarativeConstraintCSide.swift",
        "Enums/DeclarativeConstraintDSide.swift",
        "Enums/DeclarativeConstraintXSide.swift",
        "Enums/DeclarativeConstraintYSide.swift",
        "Enums/Language.swift",
        "Enums/LocalizedString.swift",
        "Enums/MacOS+TextFieldContentType.swift",
        "Enums/NavigationControllerStyle.swift",
        "Enums/PushNotificationOption.swift",
        "Enums/PushNotificationsAuthorizationStatus.swift",
        "Enums/RootTransitionAnimation.swift",
        "Enums/SegmentControlableItem.swift",
        "Enums/StatusBarStyle.swift",
        "Enums/TextFieldContentType.swift",
        "Enums/TextItemInteraction.swift",
        "Extensions/Array+Diff.swift",
        "Extensions/AttrStr+Concat.swift",
        "Extensions/AttrStr+Joined.swift",
        "Extensions/ClosedRange+NSRange.swift",
        "Extensions/CollectionView+Cellable.swift",
        "Extensions/ConstraintValueType+Operators.swift",
        "Extensions/DeclarativeProtocol+Alpha.swift",
        "Extensions/DeclarativeProtocol+Apply.swift",
        "Extensions/DeclarativeProtocol+Background.swift",
        "Extensions/DeclarativeProtocol+Borders.swift",
        "Extensions/DeclarativeProtocol+Bounds.swift",
        "Extensions/DeclarativeProtocol+Click.swift",
        "Extensions/DeclarativeProtocol+CompressionResistance.swift",
        "Extensions/DeclarativeProtocol+ConstraintLinks.swift",
        "Extensions/DeclarativeProtocol+Constraints.swift",
        "Extensions/DeclarativeProtocol+ConstraintsRelative.swift",
        "Extensions/DeclarativeProtocol+ConstraintsSolo.swift",
        "Extensions/DeclarativeProtocol+ConstraintsSuper.swift",
        "Extensions/DeclarativeProtocol+Corners.swift",
        "Extensions/DeclarativeProtocol+DeclarativeView.swift",
        "Extensions/DeclarativeProtocol+Gesture.swift",
        "Extensions/DeclarativeProtocol+Hidden.swift",
        "Extensions/DeclarativeProtocol+Hover.swift",
        "Extensions/DeclarativeProtocol+HuggingPriority.swift",
        "Extensions/DeclarativeProtocol+Itself.swift",
        "Extensions/DeclarativeProtocol+LayoutMargin.swift",
        "Extensions/DeclarativeProtocol+LayoutSubviews.swift",
        "Extensions/DeclarativeProtocol+LongPress.swift",
        "Extensions/DeclarativeProtocol+Magnification.swift",
        "Extensions/DeclarativeProtocol+MovedToSuperview.swift",
        "Extensions/DeclarativeProtocol+NextResponder.swift",
        "Extensions/DeclarativeProtocol+Opacity.swift",
        "Extensions/DeclarativeProtocol+Pan.swift",
        "Extensions/DeclarativeProtocol+Pinch.swift",
        "Extensions/DeclarativeProtocol+Press.swift",
        "Extensions/DeclarativeProtocol+Rasterize.swift",
        "Extensions/DeclarativeProtocol+Rotation.swift",
        "Extensions/DeclarativeProtocol+ScreenEdgePan.swift",
        "Extensions/DeclarativeProtocol+Shadow.swift",
        "Extensions/DeclarativeProtocol+Swipe.swift",
        "Extensions/DeclarativeProtocol+Tag.swift",
        "Extensions/DeclarativeProtocol+Tap.swift",
        "Extensions/DeclarativeProtocol+Tint.swift",
        "Extensions/DeclarativeProtocol+UserInteraction.swift",
        "Extensions/NSEvent+Key.swift",
        "Extensions/NSLayoutConstraint+Activated.swift",
        "Extensions/NSLayoutConstraint+AllAttributes.swift",
        "Extensions/NSLayoutConstraint+Update.swift",
        "Extensions/NSSound+System.swift",
        "Extensions/NSView+BringToFront.swift",
        "Extensions/NavigationController+FadeTo.swift",
        "Extensions/NotificationCenter+Name.swift",
        "Extensions/Number+ConstraintValue.swift",
        "Extensions/Numeric+Device.swift",
        "Extensions/String+AttributedString.swift",
        "Extensions/String+LocalizedString.swift",
        "Extensions/String+SegmentControlable.swift",
        "Extensions/TableView+Cellable.swift",
        "Extensions/UIColor+Aplha.swift",
        "Extensions/UIColor+Dynamic.swift",
        "Extensions/UIColor+Hex.swift",
        "Extensions/UIControl+ActionHandler.swift",
        "Extensions/UIDevice+Model.swift",
        "Extensions/UIDeviceOrientation+Description.swift",
        "Extensions/UIFont+Family.swift",
        "Extensions/UIFont+PrintAll.swift",
        "Extensions/UIGestureRecognizer+GestureRecognizerable.swift",
        "Extensions/UIImage+Blur.swift",
        "Extensions/UIImage+Resize.swift",
        "Extensions/UIImage+SegmentControlable.swift",
        "Extensions/UIInterfaceOrientation+Description.swift",
        "Extensions/UIViewController+Body.swift",
        "Extensions/UIVisualEffect+Effects.swift",
        "Extensions/UNAuthorizationStatus+Status.swift",
        "Extensions/View+Add.swift",
        "Extensions/View+Body.swift",
        "Extensions/View+Menuable.swift",
        "Extensions/View+SafeArea.swift",
        "Extensions/View+Shake.swift",
        "Extensions/View+ViewWithTag.swift",
        "Extensions/WrappedViewControllerable+Hidden.swift",
        "Objects/Animation.swift",
        "Objects/AttributedString.swift",
        "Objects/ClickGestureRecognizer.swift",
        "Objects/ForEach.swift",
        "Objects/GestureDelegator.swift",
        "Objects/GestureTracker.swift",
        "Objects/HoverGestureRecognizer.swift",
        "Objects/ImageLoader.swift",
        "Objects/ImpactFeedback.swift",
        "Objects/Localization.swift",
        "Objects/LongPressGestureRecognizer.swift",
        "Objects/MagnificationGestureRecognizer.swift",
        "Objects/PanGestureRecognizer.swift",
        "Objects/ParagraphStyle.swift",
        "Objects/PinchGestureRecognizer.swift",
        "Objects/PreConstraint.swift",
        "Objects/PressGestureRecognizer.swift",
        "Objects/Properties.swift",
        "Objects/PropertiesInternal.swift",
        "Objects/RotationGestureRecognizer.swift",
        "Objects/ScreenEdgePanGestureRecognizer.swift",
        "Objects/SwipeGestureRecognizer.swift",
        "Objects/TapGestureRecognizer.swift",
        "Objects/TextViewDelegate.swift",
        "Objects/UIViewPropertyAnimator.swift",
        "Protocols/Alternateable.swift",
        "Protocols/AnyScene.swift",
        "Protocols/ArrowPositionable.swift",
        "Protocols/BackgroundColorable.swift",
        "Protocols/BezelStyleable.swift",
        "Protocols/Bezeledable.swift",
        "Protocols/BodyBuilderItem.swift",
        "Protocols/Borderedable.swift",
        "Protocols/BulletsEchoable.swift",
        "Protocols/Cellable.swift",
        "Protocols/Cleanupable.swift",
        "Protocols/Colorable.swift",
        "Protocols/ConstraintValue.swift",
        "Protocols/Contextable.swift",
        "Protocols/Continuousable.swift",
        "Protocols/ControlStateable.swift",
        "Protocols/DeclarativeProtocol.swift",
        "Protocols/DeclarativeProtocolInternal.swift",
        "Protocols/EditableStackView.swift",
        "Protocols/Editableable.swift",
        "Protocols/Enableable.swift",
        "Protocols/FirstResponderRefusable.swift",
        "Protocols/FocusRingTypeable.swift",
        "Protocols/Fontable.swift",
        "Protocols/GestureDelegatorable.swift",
        "Protocols/GestureRecognizerable.swift",
        "Protocols/GestureTrackable.swift",
        "Protocols/Hiddenable.swift",
        "Protocols/Identable.swift",
        "Protocols/KeyMaskable.swift",
        "Protocols/Keyable.swift",
        "Protocols/Keyboardable.swift",
        "Protocols/Menuable.swift",
        "Protocols/Messageable.swift",
        "Protocols/MixedStateAllowable.swift",
        "Protocols/MultiClickIgnorable.swift",
        "Protocols/NavigationControllerable.swift",
        "Protocols/Placeholderable.swift",
        "Protocols/PullsDownable.swift",
        "Protocols/Refreshable.swift",
        "Protocols/Scrollable.swift",
        "Protocols/Secureable.swift",
        "Protocols/SegmentControlable.swift",
        "Protocols/SideViewProtocol.swift",
        "Protocols/Soundable.swift",
        "Protocols/StackForEach.swift",
        "Protocols/SwiftUIable.swift",
        "Protocols/Taggable.swift",
        "Protocols/TextAdjustsFontSizeable.swift",
        "Protocols/TextAligmentable.swift",
        "Protocols/TextAttributesEditingAllowable.swift",
        "Protocols/TextAutocapitalizationable.swift",
        "Protocols/TextAutocorrectionable.swift",
        "Protocols/TextBindable.swift",
        "Protocols/TextFieldContentTypeable.swift",
        "Protocols/TextFieldDelegate.swift",
        "Protocols/TextFieldLeftViewable.swift",
        "Protocols/TextFieldRightViewable.swift",
        "Protocols/TextLineBreakModeable.swift",
        "Protocols/TextLineable.swift",
        "Protocols/TextScaleable.swift",
        "Protocols/Textable.swift",
        "Protocols/Tintable.swift",
        "Protocols/Titleable.swift",
        "Protocols/Typeable.swift",
        "Protocols/UIButtonable.swift",
        "Protocols/UICollectionViewable.swift",
        "Protocols/UILabelable.swift",
        "Protocols/UIScrollViewable.swift",
        "Protocols/UITableViewable.swift",
        "Protocols/UIViewable.swift",
        "Protocols/ViewTransitionable.swift",
        "Protocols/WrappedViewControllerable.swift",
        "Structs/AppBuilder.swift",
        "Structs/BodyBuilder.swift",
        "Structs/BodyBuilderItems.swift",
        "Structs/Borders.swift",
        "Structs/CodableState.swift",
        "Structs/ConstraintValueType.swift",
        "Structs/CustomCorners.swift",
        "Structs/DeclarativeViewConstraints.swift",
        "Structs/ExpressableState.swift",
        "Structs/GesturesBuilder.swift",
        "Structs/ImageReloadingStyle.swift",
        "Structs/InnerState.swift",
        "Structs/LivePreview.swift",
        "Structs/PreviewBuilder.swift",
        "Structs/PreviewBuilderItem.swift",
        "Structs/ShortcutBuilder.swift",
        "Structs/Spoken.swift",
        "Structs/State.swift",
        "Structs/StateStringBuilder.swift",
        "Structs/UILayoutPriority.swift",
        "Structs/ViewContext.swift",
        "Styles/TextFieldStyle.swift",
        "Views/MacOS/MacOS+Button.swift",
        "Views/MacOS/MacOS+ImageView.swift",
        "Views/MacOS/MacOS+ScrollView.swift",
        "Views/MacOS/MacOS+Text.swift",
        "Views/MacOS/MacOS+TextField.swift",
        "Views/MacOS/MacOS+VisualEffectView.swift",
        "Views/MacOS/PopupButton.swift",
        "Views/MacOS/SecureTextField.swift",
        "Views/Not-MacOS/Button.swift",
        "Views/Not-MacOS/Collection.swift",
        "Views/Not-MacOS/CollectionDynamicCell.swift",
        "Views/Not-MacOS/CollectionView.swift",
        "Views/Not-MacOS/CollectionViewAlignedFlowLayout.swift",
        "Views/Not-MacOS/CollectionViewCell.swift",
        "Views/Not-MacOS/CollectionViewFlowLayout.swift",
        "Views/Not-MacOS/ControlView.swift",
        "Views/Not-MacOS/DatePickerView.swift",
        "Views/Not-MacOS/DynamicPickerView.swift",
        "Views/Not-MacOS/ImageView.swift",
        "Views/Not-MacOS/InputView.swift",
        "Views/Not-MacOS/LayerView.swift",
        "Views/Not-MacOS/List.swift",
        "Views/Not-MacOS/ListDynamicCell.swift",
        "Views/Not-MacOS/PickerView.swift",
        "Views/Not-MacOS/RefreshControl.swift",
        "Views/Not-MacOS/ScrollView.swift",
        "Views/Not-MacOS/SegmentedControl.swift",
        "Views/Not-MacOS/SliderView.swift",
        "Views/Not-MacOS/StaticListCell.swift",
        "Views/Not-MacOS/Stepper.swift",
        "Views/Not-MacOS/TableView.swift",
        "Views/Not-MacOS/TableViewCell.swift",
        "Views/Not-MacOS/Text.swift",
        "Views/Not-MacOS/TextField.swift",
        "Views/Not-MacOS/TextView.swift",
        "Views/Not-MacOS/Toggle.swift",
        "Views/Not-MacOS/VerificationCodeView.swift",
        "Views/Not-MacOS/VisualEffectView.swift",
        "Views/Not-MacOS/WrappedViewControllerView.swift",
        "Views/Universal/ActivityIndicator.swift",
        "Views/Universal/BarButtonItemView.swift",
        "Views/Universal/BaseView.swift",
        "Views/Universal/HScrollStack.swift",
        "Views/Universal/HSpace.swift",
        "Views/Universal/HStack.swift",
        "Views/Universal/HUD.swift",
        "Views/Universal/Space.swift",
        "Views/Universal/StackView.swift",
        "Views/Universal/VScrollStack.swift",
        "Views/Universal/VSpace.swift",
        "Views/Universal/VStack.swift",
        "Views/Universal/View.swift",
        "Views/Universal/WrapperView.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.1"
}
Done.