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 2.2.0 (6932b7), with Swift 6.1 for macOS (Xcode) using Xcode 16.3 on 29 Apr 2025 12:32:28 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

/Users/admin/builder/spi-builder-workspace/Classes/Views/Universal/StackView.swift:66:83: note: add '@preconcurrency' to the 'EditableStackView' conformance to defer isolation checking to run time
open class _StackView: _STV, AnyDeclarativeProtocol, DeclarativeProtocolInternal, EditableStackView {
                                                                                  ^
                                                                                  @preconcurrency
/Users/admin/builder/spi-builder-workspace/Classes/Protocols/EditableStackView.swift:8:9: note: requirement 'arrangedSubviews' declared here
    var arrangedSubviews: [BaseView] { get }
        ^
AppKit.NSStackView.addArrangedSubview:3:24: warning: main actor-isolated instance method 'addArrangedSubview' cannot be used to satisfy nonisolated requirement from protocol 'EditableStackView'; this is an error in the Swift 6 language mode
  @MainActor open func addArrangedSubview(_ view: NSView)}
                       ^
AppKit.NSStackView.addArrangedSubview:3:24: note: add 'nonisolated' to 'addArrangedSubview' to make this instance method not isolated to the actor
  @MainActor open func addArrangedSubview(_ view: NSView)}
                       ^
/Users/admin/builder/spi-builder-workspace/Classes/Protocols/EditableStackView.swift:9:10: note: mark the protocol requirement 'addArrangedSubview' 'async' to allow actor-isolated conformances
    func addArrangedSubview(_ view: BaseView)
         ^
                                              async
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Classes/Views/Not-MacOS/Toggle.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/NSStackView.h:146:56: warning: main actor-isolated property 'arrangedSubviews' cannot be used to satisfy nonisolated requirement from protocol 'EditableStackView'; this is an error in the Swift 6 language mode
@property (readonly, copy) NSArray<__kindof NSView *> *arrangedSubviews API_AVAILABLE(macos(10.11));
                                                       ^
/Users/admin/builder/spi-builder-workspace/Classes/Views/Universal/StackView.swift:66:83: note: add '@preconcurrency' to the 'EditableStackView' conformance to defer isolation checking to run time
open class _StackView: _STV, AnyDeclarativeProtocol, DeclarativeProtocolInternal, EditableStackView {
                                                                                  ^
                                                                                  @preconcurrency
/Users/admin/builder/spi-builder-workspace/Classes/Protocols/EditableStackView.swift:8:9: note: requirement 'arrangedSubviews' declared here
    var arrangedSubviews: [BaseView] { get }
        ^
AppKit.NSStackView.addArrangedSubview:3:24: warning: main actor-isolated instance method 'addArrangedSubview' cannot be used to satisfy nonisolated requirement from protocol 'EditableStackView'; this is an error in the Swift 6 language mode
  @MainActor open func addArrangedSubview(_ view: NSView)}
                       ^
AppKit.NSStackView.addArrangedSubview:3:24: note: add 'nonisolated' to 'addArrangedSubview' to make this instance method not isolated to the actor
  @MainActor open func addArrangedSubview(_ view: NSView)}
                       ^
/Users/admin/builder/spi-builder-workspace/Classes/Protocols/EditableStackView.swift:9:10: note: mark the protocol requirement 'addArrangedSubview' 'async' to allow actor-isolated conformances
    func addArrangedSubview(_ view: BaseView)
         ^
                                              async
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Classes/Views/Not-MacOS/VerificationCodeView.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/NSStackView.h:146:56: warning: main actor-isolated property 'arrangedSubviews' cannot be used to satisfy nonisolated requirement from protocol 'EditableStackView'; this is an error in the Swift 6 language mode
@property (readonly, copy) NSArray<__kindof NSView *> *arrangedSubviews API_AVAILABLE(macos(10.11));
                                                       ^
/Users/admin/builder/spi-builder-workspace/Classes/Views/Universal/StackView.swift:66:83: note: add '@preconcurrency' to the 'EditableStackView' conformance to defer isolation checking to run time
open class _StackView: _STV, AnyDeclarativeProtocol, DeclarativeProtocolInternal, EditableStackView {
                                                                                  ^
                                                                                  @preconcurrency
/Users/admin/builder/spi-builder-workspace/Classes/Protocols/EditableStackView.swift:8:9: note: requirement 'arrangedSubviews' declared here
    var arrangedSubviews: [BaseView] { get }
        ^
AppKit.NSStackView.addArrangedSubview:3:24: warning: main actor-isolated instance method 'addArrangedSubview' cannot be used to satisfy nonisolated requirement from protocol 'EditableStackView'; this is an error in the Swift 6 language mode
  @MainActor open func addArrangedSubview(_ view: NSView)}
                       ^
AppKit.NSStackView.addArrangedSubview:3:24: note: add 'nonisolated' to 'addArrangedSubview' to make this instance method not isolated to the actor
  @MainActor open func addArrangedSubview(_ view: NSView)}
                       ^
/Users/admin/builder/spi-builder-workspace/Classes/Protocols/EditableStackView.swift:9:10: note: mark the protocol requirement 'addArrangedSubview' 'async' to allow actor-isolated conformances
    func addArrangedSubview(_ view: BaseView)
         ^
                                              async
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Classes/Views/Not-MacOS/VisualEffectView.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/NSStackView.h:146:56: warning: main actor-isolated property 'arrangedSubviews' cannot be used to satisfy nonisolated requirement from protocol 'EditableStackView'; this is an error in the Swift 6 language mode
@property (readonly, copy) NSArray<__kindof NSView *> *arrangedSubviews API_AVAILABLE(macos(10.11));
                                                       ^
/Users/admin/builder/spi-builder-workspace/Classes/Views/Universal/StackView.swift:66:83: note: add '@preconcurrency' to the 'EditableStackView' conformance to defer isolation checking to run time
open class _StackView: _STV, AnyDeclarativeProtocol, DeclarativeProtocolInternal, EditableStackView {
                                                                                  ^
                                                                                  @preconcurrency
/Users/admin/builder/spi-builder-workspace/Classes/Protocols/EditableStackView.swift:8:9: note: requirement 'arrangedSubviews' declared here
    var arrangedSubviews: [BaseView] { get }
        ^
AppKit.NSStackView.addArrangedSubview:3:24: warning: main actor-isolated instance method 'addArrangedSubview' cannot be used to satisfy nonisolated requirement from protocol 'EditableStackView'; this is an error in the Swift 6 language mode
  @MainActor open func addArrangedSubview(_ view: NSView)}
                       ^
AppKit.NSStackView.addArrangedSubview:3:24: note: add 'nonisolated' to 'addArrangedSubview' to make this instance method not isolated to the actor
  @MainActor open func addArrangedSubview(_ view: NSView)}
                       ^
/Users/admin/builder/spi-builder-workspace/Classes/Protocols/EditableStackView.swift:9:10: note: mark the protocol requirement 'addArrangedSubview' 'async' to allow actor-isolated conformances
    func addArrangedSubview(_ view: BaseView)
         ^
                                              async
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Classes/Views/Not-MacOS/WrappedViewControllerView.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/NSStackView.h:146:56: warning: main actor-isolated property 'arrangedSubviews' cannot be used to satisfy nonisolated requirement from protocol 'EditableStackView'; this is an error in the Swift 6 language mode
@property (readonly, copy) NSArray<__kindof NSView *> *arrangedSubviews API_AVAILABLE(macos(10.11));
                                                       ^
/Users/admin/builder/spi-builder-workspace/Classes/Views/Universal/StackView.swift:66:83: note: add '@preconcurrency' to the 'EditableStackView' conformance to defer isolation checking to run time
open class _StackView: _STV, AnyDeclarativeProtocol, DeclarativeProtocolInternal, EditableStackView {
                                                                                  ^
                                                                                  @preconcurrency
/Users/admin/builder/spi-builder-workspace/Classes/Protocols/EditableStackView.swift:8:9: note: requirement 'arrangedSubviews' declared here
    var arrangedSubviews: [BaseView] { get }
        ^
AppKit.NSStackView.addArrangedSubview:3:24: warning: main actor-isolated instance method 'addArrangedSubview' cannot be used to satisfy nonisolated requirement from protocol 'EditableStackView'; this is an error in the Swift 6 language mode
  @MainActor open func addArrangedSubview(_ view: NSView)}
                       ^
AppKit.NSStackView.addArrangedSubview:3:24: note: add 'nonisolated' to 'addArrangedSubview' to make this instance method not isolated to the actor
  @MainActor open func addArrangedSubview(_ view: NSView)}
                       ^
/Users/admin/builder/spi-builder-workspace/Classes/Protocols/EditableStackView.swift:9:10: note: mark the protocol requirement 'addArrangedSubview' 'async' to allow actor-isolated conformances
    func addArrangedSubview(_ view: BaseView)
         ^
                                              async
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Classes/Views/Universal/ActivityIndicator.swift (in target 'UIKitPlus' from project 'UIKitPlus')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

/Users/admin/builder/spi-builder-workspace/Classes/Views/Universal/ActivityIndicator.swift:10: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/Universal/ActivityIndicator.swift:7:77: note: add '@preconcurrency' to the 'DeclarativeProtocolInternal' conformance to defer isolation checking to run time
open class UActivityIndicator: NSProgressIndicator, 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/Universal/ActivityIndicator.swift:23: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: 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/Universal/ActivityIndicator.swift:24: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: 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/Universal/ActivityIndicator.swift:25: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: 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/Universal/ActivityIndicator.swift:26: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: 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/Universal/ActivityIndicator.swift:27: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: 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/Universal/ActivityIndicator.swift:28: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: 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/Universal/ActivityIndicator.swift:29: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: 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/Universal/ActivityIndicator.swift:30: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: 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/Universal/ActivityIndicator.swift:31: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: 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/Universal/ActivityIndicator.swift:32: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: 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/Universal/ActivityIndicator.swift:8: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: UActivityIndicator { 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/Universal/ActivityIndicator.swift:9: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<UActivityIndicator>()
                    ^
/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/Universal/ActivityIndicator.swift:12:23: 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
    @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/Universal/ActivityIndicator.swift:13:23: 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
    @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/Universal/ActivityIndicator.swift:14:23: 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
    @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/Universal/ActivityIndicator.swift:15:23: 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
    @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/Universal/ActivityIndicator.swift:16:23: 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
    @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/Universal/ActivityIndicator.swift:17:23: 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
    @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/Universal/ActivityIndicator.swift:18:23: 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
    @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/Universal/ActivityIndicator.swift:19:23: 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
    @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/Universal/ActivityIndicator.swift:20:23: 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
    @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/Universal/ActivityIndicator.swift:21:23: 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
    @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 }
        ^
/Users/admin/builder/spi-builder-workspace/Classes/Views/Universal/ActivityIndicator.swift:35:25: 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
    public override var tag: Int {
                        ^
/Users/admin/builder/spi-builder-workspace/Classes/Protocols/DeclarativeProtocol.swift:26:9: note: requirement 'tag' declared here
    var tag: Int { get set }
        ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSStackView.h:146:56: warning: main actor-isolated property 'arrangedSubviews' cannot be used to satisfy nonisolated requirement from protocol 'EditableStackView'; this is an error in the Swift 6 language mode
@property (readonly, copy) NSArray<__kindof NSView *> *arrangedSubviews API_AVAILABLE(macos(10.11));
                                                       ^
/Users/admin/builder/spi-builder-workspace/Classes/Views/Universal/StackView.swift:66:83: note: add '@preconcurrency' to the 'EditableStackView' conformance to defer isolation checking to run time
open class _StackView: _STV, AnyDeclarativeProtocol, DeclarativeProtocolInternal, EditableStackView {
                                                                                  ^
                                                                                  @preconcurrency
/Users/admin/builder/spi-builder-workspace/Classes/Protocols/EditableStackView.swift:8:9: note: requirement 'arrangedSubviews' declared here
    var arrangedSubviews: [BaseView] { get }
        ^
AppKit.NSStackView.addArrangedSubview:3:24: warning: main actor-isolated instance method 'addArrangedSubview' cannot be used to satisfy nonisolated requirement from protocol 'EditableStackView'; this is an error in the Swift 6 language mode
  @MainActor open func addArrangedSubview(_ view: NSView)}
                       ^
AppKit.NSStackView.addArrangedSubview:3:24: note: add 'nonisolated' to 'addArrangedSubview' to make this instance method not isolated to the actor
  @MainActor open func addArrangedSubview(_ view: NSView)}
                       ^
/Users/admin/builder/spi-builder-workspace/Classes/Protocols/EditableStackView.swift:9:10: note: mark the protocol requirement 'addArrangedSubview' 'async' to allow actor-isolated conformances
    func addArrangedSubview(_ view: BaseView)
         ^
                                              async
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Classes/Views/Universal/BarButtonItemView.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/NSStackView.h:146:56: warning: main actor-isolated property 'arrangedSubviews' cannot be used to satisfy nonisolated requirement from protocol 'EditableStackView'; this is an error in the Swift 6 language mode
@property (readonly, copy) NSArray<__kindof NSView *> *arrangedSubviews API_AVAILABLE(macos(10.11));
                                                       ^
/Users/admin/builder/spi-builder-workspace/Classes/Views/Universal/StackView.swift:66:83: note: add '@preconcurrency' to the 'EditableStackView' conformance to defer isolation checking to run time
open class _StackView: _STV, AnyDeclarativeProtocol, DeclarativeProtocolInternal, EditableStackView {
                                                                                  ^
                                                                                  @preconcurrency
/Users/admin/builder/spi-builder-workspace/Classes/Protocols/EditableStackView.swift:8:9: note: requirement 'arrangedSubviews' declared here
    var arrangedSubviews: [BaseView] { get }
        ^
AppKit.NSStackView.addArrangedSubview:3:24: warning: main actor-isolated instance method 'addArrangedSubview' cannot be used to satisfy nonisolated requirement from protocol 'EditableStackView'; this is an error in the Swift 6 language mode
  @MainActor open func addArrangedSubview(_ view: NSView)}
                       ^
AppKit.NSStackView.addArrangedSubview:3:24: note: add 'nonisolated' to 'addArrangedSubview' to make this instance method not isolated to the actor
  @MainActor open func addArrangedSubview(_ view: NSView)}
                       ^
/Users/admin/builder/spi-builder-workspace/Classes/Protocols/EditableStackView.swift:9:10: note: mark the protocol requirement 'addArrangedSubview' 'async' to allow actor-isolated conformances
    func addArrangedSubview(_ view: BaseView)
         ^
                                              async
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Classes/Views/Universal/BaseView.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/NSStackView.h:146:56: warning: main actor-isolated property 'arrangedSubviews' cannot be used to satisfy nonisolated requirement from protocol 'EditableStackView'; this is an error in the Swift 6 language mode
@property (readonly, copy) NSArray<__kindof NSView *> *arrangedSubviews API_AVAILABLE(macos(10.11));
                                                       ^
/Users/admin/builder/spi-builder-workspace/Classes/Views/Universal/StackView.swift:66:83: note: add '@preconcurrency' to the 'EditableStackView' conformance to defer isolation checking to run time
open class _StackView: _STV, AnyDeclarativeProtocol, DeclarativeProtocolInternal, EditableStackView {
                                                                                  ^
                                                                                  @preconcurrency
/Users/admin/builder/spi-builder-workspace/Classes/Protocols/EditableStackView.swift:8:9: note: requirement 'arrangedSubviews' declared here
    var arrangedSubviews: [BaseView] { get }
        ^
AppKit.NSStackView.addArrangedSubview:3:24: warning: main actor-isolated instance method 'addArrangedSubview' cannot be used to satisfy nonisolated requirement from protocol 'EditableStackView'; this is an error in the Swift 6 language mode
  @MainActor open func addArrangedSubview(_ view: NSView)}
                       ^
AppKit.NSStackView.addArrangedSubview:3:24: note: add 'nonisolated' to 'addArrangedSubview' to make this instance method not isolated to the actor
  @MainActor open func addArrangedSubview(_ view: NSView)}
                       ^
/Users/admin/builder/spi-builder-workspace/Classes/Protocols/EditableStackView.swift:9:10: note: mark the protocol requirement 'addArrangedSubview' 'async' to allow actor-isolated conformances
    func addArrangedSubview(_ view: BaseView)
         ^
                                              async
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Classes/Views/Universal/HScrollStack.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/NSStackView.h:146:56: warning: main actor-isolated property 'arrangedSubviews' cannot be used to satisfy nonisolated requirement from protocol 'EditableStackView'; this is an error in the Swift 6 language mode
@property (readonly, copy) NSArray<__kindof NSView *> *arrangedSubviews API_AVAILABLE(macos(10.11));
                                                       ^
/Users/admin/builder/spi-builder-workspace/Classes/Views/Universal/StackView.swift:66:83: note: add '@preconcurrency' to the 'EditableStackView' conformance to defer isolation checking to run time
open class _StackView: _STV, AnyDeclarativeProtocol, DeclarativeProtocolInternal, EditableStackView {
                                                                                  ^
                                                                                  @preconcurrency
/Users/admin/builder/spi-builder-workspace/Classes/Protocols/EditableStackView.swift:8:9: note: requirement 'arrangedSubviews' declared here
    var arrangedSubviews: [BaseView] { get }
        ^
AppKit.NSStackView.addArrangedSubview:3:24: warning: main actor-isolated instance method 'addArrangedSubview' cannot be used to satisfy nonisolated requirement from protocol 'EditableStackView'; this is an error in the Swift 6 language mode
  @MainActor open func addArrangedSubview(_ view: NSView)}
                       ^
AppKit.NSStackView.addArrangedSubview:3:24: note: add 'nonisolated' to 'addArrangedSubview' to make this instance method not isolated to the actor
  @MainActor open func addArrangedSubview(_ view: NSView)}
                       ^
/Users/admin/builder/spi-builder-workspace/Classes/Protocols/EditableStackView.swift:9:10: note: mark the protocol requirement 'addArrangedSubview' 'async' to allow actor-isolated conformances
    func addArrangedSubview(_ view: BaseView)
         ^
                                              async
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Classes/Views/Universal/HSpace.swift (in target 'UIKitPlus' from project 'UIKitPlus')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

/Users/admin/builder/spi-builder-workspace/Classes/Views/Universal/HSpace.swift:12:50: warning: call to main actor-isolated initializer 'init()' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
public func UHSpace(_ width: CGFloat) -> UView { UView().width(width) }
                                                 ^
/Users/admin/builder/spi-builder-workspace/Classes/Views/Universal/View.swift:55:24: note: calls to initializer 'init()' from outside of its actor context are implicitly asynchronous
    public convenience init () {
                       ^
/Users/admin/builder/spi-builder-workspace/Classes/Views/Universal/View.swift:55:24: note: main actor isolation inferred from inheritance from class 'NSView'
    public convenience init () {
                       ^
/Users/admin/builder/spi-builder-workspace/Classes/Views/Universal/HSpace.swift:12:13: note: add '@MainActor' to make global function 'UHSpace' part of global actor 'MainActor'
public func UHSpace(_ width: CGFloat) -> UView { UView().width(width) }
            ^
@MainActor
/Users/admin/builder/spi-builder-workspace/Classes/Views/Universal/HSpace.swift:13:57: warning: call to main actor-isolated initializer 'init()' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
public func UHSpace(_ width: State<CGFloat>) -> UView { UView().width(width) }
                                                        ^
/Users/admin/builder/spi-builder-workspace/Classes/Views/Universal/View.swift:55:24: note: calls to initializer 'init()' from outside of its actor context are implicitly asynchronous
    public convenience init () {
                       ^
/Users/admin/builder/spi-builder-workspace/Classes/Views/Universal/View.swift:55:24: note: main actor isolation inferred from inheritance from class 'NSView'
    public convenience init () {
                       ^
/Users/admin/builder/spi-builder-workspace/Classes/Views/Universal/HSpace.swift:13:13: note: add '@MainActor' to make global function 'UHSpace' part of global actor 'MainActor'
public func UHSpace(_ width: State<CGFloat>) -> UView { UView().width(width) }
            ^
@MainActor
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSStackView.h:146:56: warning: main actor-isolated property 'arrangedSubviews' cannot be used to satisfy nonisolated requirement from protocol 'EditableStackView'; this is an error in the Swift 6 language mode
@property (readonly, copy) NSArray<__kindof NSView *> *arrangedSubviews API_AVAILABLE(macos(10.11));
                                                       ^
/Users/admin/builder/spi-builder-workspace/Classes/Views/Universal/StackView.swift:66:83: note: add '@preconcurrency' to the 'EditableStackView' conformance to defer isolation checking to run time
open class _StackView: _STV, AnyDeclarativeProtocol, DeclarativeProtocolInternal, EditableStackView {
                                                                                  ^
                                                                                  @preconcurrency
/Users/admin/builder/spi-builder-workspace/Classes/Protocols/EditableStackView.swift:8:9: note: requirement 'arrangedSubviews' declared here
    var arrangedSubviews: [BaseView] { get }
        ^
AppKit.NSStackView.addArrangedSubview:3:24: warning: main actor-isolated instance method 'addArrangedSubview' cannot be used to satisfy nonisolated requirement from protocol 'EditableStackView'; this is an error in the Swift 6 language mode
  @MainActor open func addArrangedSubview(_ view: NSView)}
                       ^
AppKit.NSStackView.addArrangedSubview:3:24: note: add 'nonisolated' to 'addArrangedSubview' to make this instance method not isolated to the actor
  @MainActor open func addArrangedSubview(_ view: NSView)}
                       ^
/Users/admin/builder/spi-builder-workspace/Classes/Protocols/EditableStackView.swift:9:10: note: mark the protocol requirement 'addArrangedSubview' 'async' to allow actor-isolated conformances
    func addArrangedSubview(_ view: BaseView)
         ^
                                              async
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Classes/Views/Universal/HStack.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/NSStackView.h:146:56: warning: main actor-isolated property 'arrangedSubviews' cannot be used to satisfy nonisolated requirement from protocol 'EditableStackView'; this is an error in the Swift 6 language mode
@property (readonly, copy) NSArray<__kindof NSView *> *arrangedSubviews API_AVAILABLE(macos(10.11));
                                                       ^
/Users/admin/builder/spi-builder-workspace/Classes/Views/Universal/StackView.swift:66:83: note: add '@preconcurrency' to the 'EditableStackView' conformance to defer isolation checking to run time
open class _StackView: _STV, AnyDeclarativeProtocol, DeclarativeProtocolInternal, EditableStackView {
                                                                                  ^
                                                                                  @preconcurrency
/Users/admin/builder/spi-builder-workspace/Classes/Protocols/EditableStackView.swift:8:9: note: requirement 'arrangedSubviews' declared here
    var arrangedSubviews: [BaseView] { get }
        ^
AppKit.NSStackView.addArrangedSubview:3:24: warning: main actor-isolated instance method 'addArrangedSubview' cannot be used to satisfy nonisolated requirement from protocol 'EditableStackView'; this is an error in the Swift 6 language mode
  @MainActor open func addArrangedSubview(_ view: NSView)}
                       ^
AppKit.NSStackView.addArrangedSubview:3:24: note: add 'nonisolated' to 'addArrangedSubview' to make this instance method not isolated to the actor
  @MainActor open func addArrangedSubview(_ view: NSView)}
                       ^
/Users/admin/builder/spi-builder-workspace/Classes/Protocols/EditableStackView.swift:9:10: note: mark the protocol requirement 'addArrangedSubview' 'async' to allow actor-isolated conformances
    func addArrangedSubview(_ view: BaseView)
         ^
                                              async
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Classes/Views/Universal/HUD.swift (in target 'UIKitPlus' from project 'UIKitPlus')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

/Users/admin/builder/spi-builder-workspace/Classes/Views/Universal/HUD.swift:11:42: warning: 'HUD' is deprecated: renamed to 'UHUD'
    override public var declarativeView: HUD { return self }
                                         ^
/Users/admin/builder/spi-builder-workspace/Classes/Views/Universal/HUD.swift:11:42: note: use 'UHUD' instead
    override public var declarativeView: HUD { return self }
                                         ^~~
                                         UHUD
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSStackView.h:146:56: warning: main actor-isolated property 'arrangedSubviews' cannot be used to satisfy nonisolated requirement from protocol 'EditableStackView'; this is an error in the Swift 6 language mode
@property (readonly, copy) NSArray<__kindof NSView *> *arrangedSubviews API_AVAILABLE(macos(10.11));
                                                       ^
/Users/admin/builder/spi-builder-workspace/Classes/Views/Universal/StackView.swift:66:83: note: add '@preconcurrency' to the 'EditableStackView' conformance to defer isolation checking to run time
open class _StackView: _STV, AnyDeclarativeProtocol, DeclarativeProtocolInternal, EditableStackView {
                                                                                  ^
                                                                                  @preconcurrency
/Users/admin/builder/spi-builder-workspace/Classes/Protocols/EditableStackView.swift:8:9: note: requirement 'arrangedSubviews' declared here
    var arrangedSubviews: [BaseView] { get }
        ^
AppKit.NSStackView.addArrangedSubview:3:24: warning: main actor-isolated instance method 'addArrangedSubview' cannot be used to satisfy nonisolated requirement from protocol 'EditableStackView'; this is an error in the Swift 6 language mode
  @MainActor open func addArrangedSubview(_ view: NSView)}
                       ^
AppKit.NSStackView.addArrangedSubview:3:24: note: add 'nonisolated' to 'addArrangedSubview' to make this instance method not isolated to the actor
  @MainActor open func addArrangedSubview(_ view: NSView)}
                       ^
/Users/admin/builder/spi-builder-workspace/Classes/Protocols/EditableStackView.swift:9:10: note: mark the protocol requirement 'addArrangedSubview' 'async' to allow actor-isolated conformances
    func addArrangedSubview(_ view: BaseView)
         ^
                                              async
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Classes/Views/Universal/Space.swift (in target 'UIKitPlus' from project 'UIKitPlus')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

/Users/admin/builder/spi-builder-workspace/Classes/Views/Universal/Space.swift:10:33: warning: call to main actor-isolated initializer 'init()' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
public func USpace() -> UView { UView() }
                                ^
/Users/admin/builder/spi-builder-workspace/Classes/Views/Universal/View.swift:55:24: note: calls to initializer 'init()' from outside of its actor context are implicitly asynchronous
    public convenience init () {
                       ^
/Users/admin/builder/spi-builder-workspace/Classes/Views/Universal/View.swift:55:24: note: main actor isolation inferred from inheritance from class 'NSView'
    public convenience init () {
                       ^
/Users/admin/builder/spi-builder-workspace/Classes/Views/Universal/Space.swift:10:13: note: add '@MainActor' to make global function 'USpace()' part of global actor 'MainActor'
public func USpace() -> UView { UView() }
            ^
@MainActor
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSStackView.h:146:56: warning: main actor-isolated property 'arrangedSubviews' cannot be used to satisfy nonisolated requirement from protocol 'EditableStackView'; this is an error in the Swift 6 language mode
@property (readonly, copy) NSArray<__kindof NSView *> *arrangedSubviews API_AVAILABLE(macos(10.11));
                                                       ^
/Users/admin/builder/spi-builder-workspace/Classes/Views/Universal/StackView.swift:66:83: note: add '@preconcurrency' to the 'EditableStackView' conformance to defer isolation checking to run time
open class _StackView: _STV, AnyDeclarativeProtocol, DeclarativeProtocolInternal, EditableStackView {
                                                                                  ^
                                                                                  @preconcurrency
/Users/admin/builder/spi-builder-workspace/Classes/Protocols/EditableStackView.swift:8:9: note: requirement 'arrangedSubviews' declared here
    var arrangedSubviews: [BaseView] { get }
        ^
AppKit.NSStackView.addArrangedSubview:3:24: warning: main actor-isolated instance method 'addArrangedSubview' cannot be used to satisfy nonisolated requirement from protocol 'EditableStackView'; this is an error in the Swift 6 language mode
  @MainActor open func addArrangedSubview(_ view: NSView)}
                       ^
AppKit.NSStackView.addArrangedSubview:3:24: note: add 'nonisolated' to 'addArrangedSubview' to make this instance method not isolated to the actor
  @MainActor open func addArrangedSubview(_ view: NSView)}
                       ^
/Users/admin/builder/spi-builder-workspace/Classes/Protocols/EditableStackView.swift:9:10: note: mark the protocol requirement 'addArrangedSubview' 'async' to allow actor-isolated conformances
    func addArrangedSubview(_ view: BaseView)
         ^
                                              async
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Classes/Views/Universal/StackView.swift (in target 'UIKitPlus' from project 'UIKitPlus')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

/Users/admin/builder/spi-builder-workspace/Classes/Views/Universal/StackView.swift:69: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/Universal/StackView.swift:66:54: note: add '@preconcurrency' to the 'DeclarativeProtocolInternal' conformance to defer isolation checking to run time
open class _StackView: _STV, AnyDeclarativeProtocol, DeclarativeProtocolInternal, EditableStackView {
                                                     ^
                                                     @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/Universal/StackView.swift:82: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: 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/Universal/StackView.swift:83: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: 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/Universal/StackView.swift:84: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: 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/Universal/StackView.swift:85: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: 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/Universal/StackView.swift:86: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: 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/Universal/StackView.swift:87: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: 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/Universal/StackView.swift:88: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: 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/Universal/StackView.swift:89: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: 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/Universal/StackView.swift:90: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: 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/Universal/StackView.swift:91: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: 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 }
        ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSStackView.h:146:56: warning: main actor-isolated property 'arrangedSubviews' cannot be used to satisfy nonisolated requirement from protocol 'EditableStackView'; this is an error in the Swift 6 language mode
@property (readonly, copy) NSArray<__kindof NSView *> *arrangedSubviews API_AVAILABLE(macos(10.11));
                                                       ^
/Users/admin/builder/spi-builder-workspace/Classes/Views/Universal/StackView.swift:66:83: note: add '@preconcurrency' to the 'EditableStackView' conformance to defer isolation checking to run time
open class _StackView: _STV, AnyDeclarativeProtocol, DeclarativeProtocolInternal, EditableStackView {
                                                                                  ^
                                                                                  @preconcurrency
/Users/admin/builder/spi-builder-workspace/Classes/Protocols/EditableStackView.swift:8:9: note: requirement 'arrangedSubviews' declared here
    var arrangedSubviews: [BaseView] { get }
        ^
AppKit.NSStackView.addArrangedSubview:3:24: warning: main actor-isolated instance method 'addArrangedSubview' cannot be used to satisfy nonisolated requirement from protocol 'EditableStackView'; this is an error in the Swift 6 language mode
  @MainActor open func addArrangedSubview(_ view: NSView)}
                       ^
AppKit.NSStackView.addArrangedSubview:3:24: note: add 'nonisolated' to 'addArrangedSubview' to make this instance method not isolated to the actor
  @MainActor open func addArrangedSubview(_ view: NSView)}
                       ^
/Users/admin/builder/spi-builder-workspace/Classes/Protocols/EditableStackView.swift:9:10: note: mark the protocol requirement 'addArrangedSubview' 'async' to allow actor-isolated conformances
    func addArrangedSubview(_ view: BaseView)
         ^
                                              async
/Users/admin/builder/spi-builder-workspace/Classes/Views/Universal/StackView.swift:67: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: _StackView { 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/Universal/StackView.swift:68: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<_StackView>()
                    ^
/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/Universal/StackView.swift:71:23: 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
    @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/Universal/StackView.swift:72:23: 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
    @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/Universal/StackView.swift:73:23: 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
    @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/Universal/StackView.swift:74:23: 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
    @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/Universal/StackView.swift:75:23: 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
    @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/Universal/StackView.swift:76:23: 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
    @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/Universal/StackView.swift:77:23: 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
    @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/Universal/StackView.swift:78:23: 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
    @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/Universal/StackView.swift:79:23: 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
    @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/Universal/StackView.swift:80:23: 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
    @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 }
        ^
/Users/admin/builder/spi-builder-workspace/Classes/Views/Universal/StackView.swift:93:23: 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
    open override var tag: Int {
                      ^
/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/Universal/StackView.swift:231:25: warning: 'StackView' is deprecated: renamed to 'UStackView'
        let stackView = StackView().orientation(orientation)
                        ^
/Users/admin/builder/spi-builder-workspace/Classes/Views/Universal/StackView.swift:231:25: note: use 'UStackView' instead
        let stackView = StackView().orientation(orientation)
                        ^~~~~~~~~
                        UStackView
/Users/admin/builder/spi-builder-workspace/Classes/Views/Universal/StackView.swift:231:37: warning: call to main actor-isolated instance method 'orientation' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
        let stackView = StackView().orientation(orientation)
                                    ^
/Users/admin/builder/spi-builder-workspace/Classes/Views/Universal/StackView.swift:47:17: note: calls to instance method 'orientation' from outside of its actor context are implicitly asynchronous
    public func orientation(_ orientation: NSUserInterfaceLayoutOrientation) -> UStackView {
                ^
/Users/admin/builder/spi-builder-workspace/Classes/Views/Universal/StackView.swift:47:17: note: main actor isolation inferred from inheritance from class '_StackView'
    public func orientation(_ orientation: NSUserInterfaceLayoutOrientation) -> UStackView {
                ^
/Users/admin/builder/spi-builder-workspace/Classes/Views/Universal/StackView.swift:230:22: note: add '@MainActor' to make instance method 'flatten' part of global actor 'MainActor'
    fileprivate func flatten(_ orientation: NSUserInterfaceLayoutOrientation) -> BaseView {
                     ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Classes/Views/Universal/StackView.swift:231:25: warning: call to main actor-isolated initializer 'init()' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
        let stackView = StackView().orientation(orientation)
                        ^
/Users/admin/builder/spi-builder-workspace/Classes/Views/Universal/StackView.swift:11:21: note: calls to initializer 'init()' from outside of its actor context are implicitly asynchronous
    public override init () {
                    ^
/Users/admin/builder/spi-builder-workspace/Classes/Views/Universal/StackView.swift:11:21: note: main actor isolation inferred from inheritance from class '_StackView'
    public override init () {
                    ^
/Users/admin/builder/spi-builder-workspace/Classes/Views/Universal/StackView.swift:230:22: note: add '@MainActor' to make instance method 'flatten' part of global actor 'MainActor'
    fileprivate func flatten(_ orientation: NSUserInterfaceLayoutOrientation) -> BaseView {
                     ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Classes/Views/Universal/StackView.swift:232:29: warning: call to main actor-isolated instance method 'add(item:)' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
        forEach { stackView.add(item: $0) }
                            ^
/Users/admin/builder/spi-builder-workspace/Classes/Views/Universal/StackView.swift:186:10: note: calls to instance method 'add(item:)' from outside of its actor context are implicitly asynchronous
    func add(item: BodyBuilderItemable) {
         ^
/Users/admin/builder/spi-builder-workspace/Classes/Views/Universal/StackView.swift:186:10: note: main actor isolation inferred from inheritance from class 'NSStackView'
    func add(item: BodyBuilderItemable) {
         ^
/Users/admin/builder/spi-builder-workspace/Classes/Views/Universal/StackView.swift:232:29: warning: sending '$0' risks causing data races; this is an error in the Swift 6 language mode
        forEach { stackView.add(item: $0) }
                  ~~~~~~~~~~^~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Classes/Views/Universal/StackView.swift:232:29: note: sending task-isolated '$0' to main actor-isolated instance method 'add(item:)' risks causing data races between main actor-isolated and task-isolated uses
        forEach { stackView.add(item: $0) }
                            ^
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Classes/Views/Universal/VScrollStack.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/NSStackView.h:146:56: warning: main actor-isolated property 'arrangedSubviews' cannot be used to satisfy nonisolated requirement from protocol 'EditableStackView'; this is an error in the Swift 6 language mode
@property (readonly, copy) NSArray<__kindof NSView *> *arrangedSubviews API_AVAILABLE(macos(10.11));
                                                       ^
/Users/admin/builder/spi-builder-workspace/Classes/Views/Universal/StackView.swift:66:83: note: add '@preconcurrency' to the 'EditableStackView' conformance to defer isolation checking to run time
open class _StackView: _STV, AnyDeclarativeProtocol, DeclarativeProtocolInternal, EditableStackView {
                                                                                  ^
                                                                                  @preconcurrency
/Users/admin/builder/spi-builder-workspace/Classes/Protocols/EditableStackView.swift:8:9: note: requirement 'arrangedSubviews' declared here
    var arrangedSubviews: [BaseView] { get }
        ^
AppKit.NSStackView.addArrangedSubview:3:24: warning: main actor-isolated instance method 'addArrangedSubview' cannot be used to satisfy nonisolated requirement from protocol 'EditableStackView'; this is an error in the Swift 6 language mode
  @MainActor open func addArrangedSubview(_ view: NSView)}
                       ^
AppKit.NSStackView.addArrangedSubview:3:24: note: add 'nonisolated' to 'addArrangedSubview' to make this instance method not isolated to the actor
  @MainActor open func addArrangedSubview(_ view: NSView)}
                       ^
/Users/admin/builder/spi-builder-workspace/Classes/Protocols/EditableStackView.swift:9:10: note: mark the protocol requirement 'addArrangedSubview' 'async' to allow actor-isolated conformances
    func addArrangedSubview(_ view: BaseView)
         ^
                                              async
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Classes/Views/Universal/VSpace.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/NSStackView.h:146:56: warning: main actor-isolated property 'arrangedSubviews' cannot be used to satisfy nonisolated requirement from protocol 'EditableStackView'; this is an error in the Swift 6 language mode
@property (readonly, copy) NSArray<__kindof NSView *> *arrangedSubviews API_AVAILABLE(macos(10.11));
                                                       ^
/Users/admin/builder/spi-builder-workspace/Classes/Views/Universal/StackView.swift:66:83: note: add '@preconcurrency' to the 'EditableStackView' conformance to defer isolation checking to run time
open class _StackView: _STV, AnyDeclarativeProtocol, DeclarativeProtocolInternal, EditableStackView {
                                                                                  ^
                                                                                  @preconcurrency
/Users/admin/builder/spi-builder-workspace/Classes/Protocols/EditableStackView.swift:8:9: note: requirement 'arrangedSubviews' declared here
    var arrangedSubviews: [BaseView] { get }
        ^
AppKit.NSStackView.addArrangedSubview:3:24: warning: main actor-isolated instance method 'addArrangedSubview' cannot be used to satisfy nonisolated requirement from protocol 'EditableStackView'; this is an error in the Swift 6 language mode
  @MainActor open func addArrangedSubview(_ view: NSView)}
                       ^
AppKit.NSStackView.addArrangedSubview:3:24: note: add 'nonisolated' to 'addArrangedSubview' to make this instance method not isolated to the actor
  @MainActor open func addArrangedSubview(_ view: NSView)}
                       ^
/Users/admin/builder/spi-builder-workspace/Classes/Protocols/EditableStackView.swift:9:10: note: mark the protocol requirement 'addArrangedSubview' 'async' to allow actor-isolated conformances
    func addArrangedSubview(_ view: BaseView)
         ^
                                              async
/Users/admin/builder/spi-builder-workspace/Classes/Views/Universal/VSpace.swift:12:51: warning: call to main actor-isolated initializer 'init()' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
public func UVSpace(_ height: CGFloat) -> UView { UView().height(height) }
                                                  ^
/Users/admin/builder/spi-builder-workspace/Classes/Views/Universal/View.swift:55:24: note: calls to initializer 'init()' from outside of its actor context are implicitly asynchronous
    public convenience init () {
                       ^
/Users/admin/builder/spi-builder-workspace/Classes/Views/Universal/View.swift:55:24: note: main actor isolation inferred from inheritance from class 'NSView'
    public convenience init () {
                       ^
/Users/admin/builder/spi-builder-workspace/Classes/Views/Universal/VSpace.swift:12:13: note: add '@MainActor' to make global function 'UVSpace' part of global actor 'MainActor'
public func UVSpace(_ height: CGFloat) -> UView { UView().height(height) }
            ^
@MainActor
/Users/admin/builder/spi-builder-workspace/Classes/Views/Universal/VSpace.swift:13:58: warning: call to main actor-isolated initializer 'init()' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
public func UVSpace(_ height: State<CGFloat>) -> UView { UView().height(height) }
                                                         ^
/Users/admin/builder/spi-builder-workspace/Classes/Views/Universal/View.swift:55:24: note: calls to initializer 'init()' from outside of its actor context are implicitly asynchronous
    public convenience init () {
                       ^
/Users/admin/builder/spi-builder-workspace/Classes/Views/Universal/View.swift:55:24: note: main actor isolation inferred from inheritance from class 'NSView'
    public convenience init () {
                       ^
/Users/admin/builder/spi-builder-workspace/Classes/Views/Universal/VSpace.swift:13:13: note: add '@MainActor' to make global function 'UVSpace' part of global actor 'MainActor'
public func UVSpace(_ height: State<CGFloat>) -> UView { UView().height(height) }
            ^
@MainActor
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Classes/Views/Universal/VStack.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/NSStackView.h:146:56: warning: main actor-isolated property 'arrangedSubviews' cannot be used to satisfy nonisolated requirement from protocol 'EditableStackView'; this is an error in the Swift 6 language mode
@property (readonly, copy) NSArray<__kindof NSView *> *arrangedSubviews API_AVAILABLE(macos(10.11));
                                                       ^
/Users/admin/builder/spi-builder-workspace/Classes/Views/Universal/StackView.swift:66:83: note: add '@preconcurrency' to the 'EditableStackView' conformance to defer isolation checking to run time
open class _StackView: _STV, AnyDeclarativeProtocol, DeclarativeProtocolInternal, EditableStackView {
                                                                                  ^
                                                                                  @preconcurrency
/Users/admin/builder/spi-builder-workspace/Classes/Protocols/EditableStackView.swift:8:9: note: requirement 'arrangedSubviews' declared here
    var arrangedSubviews: [BaseView] { get }
        ^
AppKit.NSStackView.addArrangedSubview:3:24: warning: main actor-isolated instance method 'addArrangedSubview' cannot be used to satisfy nonisolated requirement from protocol 'EditableStackView'; this is an error in the Swift 6 language mode
  @MainActor open func addArrangedSubview(_ view: NSView)}
                       ^
AppKit.NSStackView.addArrangedSubview:3:24: note: add 'nonisolated' to 'addArrangedSubview' to make this instance method not isolated to the actor
  @MainActor open func addArrangedSubview(_ view: NSView)}
                       ^
/Users/admin/builder/spi-builder-workspace/Classes/Protocols/EditableStackView.swift:9:10: note: mark the protocol requirement 'addArrangedSubview' 'async' to allow actor-isolated conformances
    func addArrangedSubview(_ view: BaseView)
         ^
                                              async
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Classes/Views/Universal/View.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/NSStackView.h:146:56: warning: main actor-isolated property 'arrangedSubviews' cannot be used to satisfy nonisolated requirement from protocol 'EditableStackView'; this is an error in the Swift 6 language mode
@property (readonly, copy) NSArray<__kindof NSView *> *arrangedSubviews API_AVAILABLE(macos(10.11));
                                                       ^
/Users/admin/builder/spi-builder-workspace/Classes/Views/Universal/StackView.swift:66:83: note: add '@preconcurrency' to the 'EditableStackView' conformance to defer isolation checking to run time
open class _StackView: _STV, AnyDeclarativeProtocol, DeclarativeProtocolInternal, EditableStackView {
                                                                                  ^
                                                                                  @preconcurrency
/Users/admin/builder/spi-builder-workspace/Classes/Protocols/EditableStackView.swift:8:9: note: requirement 'arrangedSubviews' declared here
    var arrangedSubviews: [BaseView] { get }
        ^
AppKit.NSStackView.addArrangedSubview:3:24: warning: main actor-isolated instance method 'addArrangedSubview' cannot be used to satisfy nonisolated requirement from protocol 'EditableStackView'; this is an error in the Swift 6 language mode
  @MainActor open func addArrangedSubview(_ view: NSView)}
                       ^
AppKit.NSStackView.addArrangedSubview:3:24: note: add 'nonisolated' to 'addArrangedSubview' to make this instance method not isolated to the actor
  @MainActor open func addArrangedSubview(_ view: NSView)}
                       ^
/Users/admin/builder/spi-builder-workspace/Classes/Protocols/EditableStackView.swift:9:10: note: mark the protocol requirement 'addArrangedSubview' 'async' to allow actor-isolated conformances
    func addArrangedSubview(_ view: BaseView)
         ^
                                              async
/Users/admin/builder/spi-builder-workspace/Classes/Views/Universal/View.swift:10: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/Universal/View.swift:7:65: note: add '@preconcurrency' to the 'DeclarativeProtocolInternal' conformance to defer isolation checking to run time
open class UView: BaseView, UIViewable, 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/Universal/View.swift:23: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: 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/Universal/View.swift:24: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: 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/Universal/View.swift:25: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: 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/Universal/View.swift:26: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: 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/Universal/View.swift:27: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: 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/Universal/View.swift:28: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: 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/Universal/View.swift:29: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: 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/Universal/View.swift:30: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: 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/Universal/View.swift:31: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: 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/Universal/View.swift:32: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: 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/Universal/View.swift:8: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: UView { 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/Universal/View.swift:9: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<UView>()
                    ^
/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/Universal/View.swift:12:23: 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
    @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/Universal/View.swift:13:23: 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
    @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/Universal/View.swift:14:23: 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
    @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/Universal/View.swift:15:23: 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
    @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/Universal/View.swift:16:23: 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
    @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/Universal/View.swift:17:23: 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
    @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/Universal/View.swift:18:23: 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
    @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/Universal/View.swift:19:23: 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
    @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/Universal/View.swift:20:23: 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
    @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/Universal/View.swift:21:23: 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
    @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 }
        ^
/Users/admin/builder/spi-builder-workspace/Classes/Views/Universal/View.swift:34:23: 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
    open override var tag: Int {
                      ^
/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/Universal/View.swift:186:20: warning: value 'scrollBeganPoint' was defined but never used; consider replacing with boolean test
            if let scrollBeganPoint = scrollBeganPoint {
               ~~~~^~~~~~~~~~~~~~~~~~~
                                                       != nil
/Users/admin/builder/spi-builder-workspace/Classes/Views/Universal/View.swift:192:20: warning: value 'scrollBeganPoint' was defined but never used; consider replacing with boolean test
            if let scrollBeganPoint = scrollBeganPoint {
               ~~~~^~~~~~~~~~~~~~~~~~~
                                                       != nil
/Users/admin/builder/spi-builder-workspace/Classes/Views/Universal/View.swift:203:20: warning: value 'scrollBeganPoint' was defined but never used; consider replacing with boolean test
            if let scrollBeganPoint = scrollBeganPoint {
               ~~~~^~~~~~~~~~~~~~~~~~~
                                                       != nil
/Users/admin/builder/spi-builder-workspace/Classes/Views/Universal/View.swift:212:20: warning: value 'scrollBeganPoint' was defined but never used; consider replacing with boolean test
            if let scrollBeganPoint = scrollBeganPoint {
               ~~~~^~~~~~~~~~~~~~~~~~~
                                                       != nil
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Classes/Views/Universal/WrapperView.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/NSStackView.h:146:56: warning: main actor-isolated property 'arrangedSubviews' cannot be used to satisfy nonisolated requirement from protocol 'EditableStackView'; this is an error in the Swift 6 language mode
@property (readonly, copy) NSArray<__kindof NSView *> *arrangedSubviews API_AVAILABLE(macos(10.11));
                                                       ^
/Users/admin/builder/spi-builder-workspace/Classes/Views/Universal/StackView.swift:66:83: note: add '@preconcurrency' to the 'EditableStackView' conformance to defer isolation checking to run time
open class _StackView: _STV, AnyDeclarativeProtocol, DeclarativeProtocolInternal, EditableStackView {
                                                                                  ^
                                                                                  @preconcurrency
/Users/admin/builder/spi-builder-workspace/Classes/Protocols/EditableStackView.swift:8:9: note: requirement 'arrangedSubviews' declared here
    var arrangedSubviews: [BaseView] { get }
        ^
AppKit.NSStackView.addArrangedSubview:3:24: warning: main actor-isolated instance method 'addArrangedSubview' cannot be used to satisfy nonisolated requirement from protocol 'EditableStackView'; this is an error in the Swift 6 language mode
  @MainActor open func addArrangedSubview(_ view: NSView)}
                       ^
AppKit.NSStackView.addArrangedSubview:3:24: note: add 'nonisolated' to 'addArrangedSubview' to make this instance method not isolated to the actor
  @MainActor open func addArrangedSubview(_ view: NSView)}
                       ^
/Users/admin/builder/spi-builder-workspace/Classes/Protocols/EditableStackView.swift:9:10: note: mark the protocol requirement 'addArrangedSubview' 'async' to allow actor-isolated conformances
    func addArrangedSubview(_ view: BaseView)
         ^
                                              async
SwiftCompile 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 /Users/admin/builder/spi-builder-workspace/Classes/Views/MacOS/MacOS+VisualEffectView.swift /Users/admin/builder/spi-builder-workspace/Classes/Views/MacOS/PopupButton.swift /Users/admin/builder/spi-builder-workspace/Classes/Views/MacOS/SecureTextField.swift /Users/admin/builder/spi-builder-workspace/Classes/Views/Not-MacOS/Button.swift /Users/admin/builder/spi-builder-workspace/Classes/Views/Not-MacOS/Collection.swift /Users/admin/builder/spi-builder-workspace/Classes/Views/Not-MacOS/CollectionDynamicCell.swift /Users/admin/builder/spi-builder-workspace/Classes/Views/Not-MacOS/CollectionView.swift /Users/admin/builder/spi-builder-workspace/Classes/Views/Not-MacOS/CollectionViewAlignedFlowLayout.swift /Users/admin/builder/spi-builder-workspace/Classes/Views/Not-MacOS/CollectionViewCell.swift /Users/admin/builder/spi-builder-workspace/Classes/Views/Not-MacOS/CollectionViewFlowLayout.swift /Users/admin/builder/spi-builder-workspace/Classes/Views/Not-MacOS/ControlView.swift /Users/admin/builder/spi-builder-workspace/Classes/Views/Not-MacOS/DatePickerView.swift /Users/admin/builder/spi-builder-workspace/Classes/Views/Not-MacOS/DynamicPickerView.swift /Users/admin/builder/spi-builder-workspace/Classes/Views/Not-MacOS/ImageView.swift /Users/admin/builder/spi-builder-workspace/Classes/Views/Not-MacOS/InputView.swift /Users/admin/builder/spi-builder-workspace/Classes/Views/Not-MacOS/LayerView.swift /Users/admin/builder/spi-builder-workspace/Classes/Views/Not-MacOS/List.swift /Users/admin/builder/spi-builder-workspace/Classes/Views/Not-MacOS/ListDynamicCell.swift /Users/admin/builder/spi-builder-workspace/Classes/Views/Not-MacOS/PickerView.swift /Users/admin/builder/spi-builder-workspace/Classes/Views/Not-MacOS/RefreshControl.swift /Users/admin/builder/spi-builder-workspace/Classes/Views/Not-MacOS/ScrollView.swift /Users/admin/builder/spi-builder-workspace/Classes/Views/Not-MacOS/SegmentedControl.swift /Users/admin/builder/spi-builder-workspace/Classes/Views/Not-MacOS/SliderView.swift /Users/admin/builder/spi-builder-workspace/Classes/Views/Not-MacOS/StaticListCell.swift (in target 'UIKitPlus' from project 'UIKitPlus')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Classes/Views/MacOS/MacOS+VisualEffectView.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/MacOS+VisualEffectView.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/MacOS+VisualEffectView.swift:4:75: note: add '@preconcurrency' to the 'DeclarativeProtocolInternal' conformance to defer isolation checking to run time
open class UVisualEffectView: NSVisualEffectView, 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/MacOS+VisualEffectView.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: UState<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/MacOS+VisualEffectView.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: UState<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/MacOS+VisualEffectView.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: UState<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/MacOS+VisualEffectView.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: UState<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/MacOS+VisualEffectView.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: UState<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/MacOS+VisualEffectView.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: UState<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/MacOS+VisualEffectView.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: UState<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/MacOS+VisualEffectView.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: UState<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/MacOS+VisualEffectView.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: UState<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/MacOS+VisualEffectView.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: UState<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/MacOS+VisualEffectView.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: UVisualEffectView { 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/MacOS+VisualEffectView.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<UVisualEffectView>()
                    ^
/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/MacOS+VisualEffectView.swift:9:24: 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
    @UState 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/MacOS+VisualEffectView.swift:10:24: 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
    @UState 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/MacOS+VisualEffectView.swift:11:24: 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
    @UState 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/MacOS+VisualEffectView.swift:12:24: 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
    @UState 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/MacOS+VisualEffectView.swift:13:24: 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
    @UState 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/MacOS+VisualEffectView.swift:14:24: 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
    @UState 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/MacOS+VisualEffectView.swift:15:24: 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
    @UState 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/MacOS+VisualEffectView.swift:16:24: 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
    @UState 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/MacOS+VisualEffectView.swift:17:24: 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
    @UState 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/MacOS+VisualEffectView.swift:18:24: 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
    @UState 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 }
        ^
/Users/admin/builder/spi-builder-workspace/Classes/Views/MacOS/MacOS+VisualEffectView.swift:32:25: 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
    public override var tag: Int {
                        ^
/Users/admin/builder/spi-builder-workspace/Classes/Protocols/DeclarativeProtocol.swift:26:9: note: requirement 'tag' declared here
    var tag: Int { 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 }
        ^
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 }
        ^
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 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 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')
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 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')
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 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 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 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 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
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.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/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/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 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')
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:32:26.730 appintentsmetadataprocessor[721:4375] Starting appintentsmetadataprocessor export
2025-04-29 05:32:26.776 appintentsmetadataprocessor[721:4375] 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:03f60a891cec7374c9d3678b8838b16abb8e5d51, name:My Mac }
{ platform:macOS, arch:arm64, variant:Mac Catalyst, id:03f60a891cec7374c9d3678b8838b16abb8e5d51, name:My Mac }
{ platform:macOS, arch:arm64, variant:DriverKit, id:03f60a891cec7374c9d3678b8838b16abb8e5d51, name:My Mac }
{ platform:macOS, arch:arm64, variant:Designed for [iPad,iPhone], id:03f60a891cec7374c9d3678b8838b16abb8e5d51, 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.