The Swift Package Index logo.Swift Package Index

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

Build Information

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

Swift 6 data race errors: 713

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 generic/platform=iOS OTHER_SWIFT_FLAGS=-stats-output-dir .stats -strict-concurrency=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures

Build Log

                                                                                  @preconcurrency
/Users/admin/builder/spi-builder-workspace/Classes/Protocols/EditableStackView.swift:8:9: note: requirement 'arrangedSubviews' declared here
    var arrangedSubviews: [BaseView] { get }
        ^
UIKit.UIStackView.addArrangedSubview:2:22: 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: UIView)}
                     ^
UIKit.UIStackView.addArrangedSubview:2:22: note: add 'nonisolated' to 'addArrangedSubview' to make this instance method not isolated to the actor
@MainActor open func addArrangedSubview(_ view: UIView)}
                     ^
/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/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:153:64: 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(nonatomic)                                 NSInteger tag;                // default is 0
                                                               ^
/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/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:153:64: 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(nonatomic)                                 NSInteger tag;                // default is 0
                                                               ^
/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/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:153:64: 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(nonatomic)                                 NSInteger tag;                // default is 0
                                                               ^
/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/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:153:64: 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(nonatomic)                                 NSInteger tag;                // default is 0
                                                               ^
/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/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:153:64: 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(nonatomic)                                 NSInteger tag;                // default is 0
                                                               ^
/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/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:153:64: 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(nonatomic)                                 NSInteger tag;                // default is 0
                                                               ^
/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/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:153:64: 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(nonatomic)                                 NSInteger tag;                // default is 0
                                                               ^
/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/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:153:64: 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(nonatomic)                                 NSInteger tag;                // default is 0
                                                               ^
/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/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:153:64: 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(nonatomic)                                 NSInteger tag;                // default is 0
                                                               ^
/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/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:153:64: 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(nonatomic)                                 NSInteger tag;                // default is 0
                                                               ^
/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/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:153:64: 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(nonatomic)                                 NSInteger tag;                // default is 0
                                                               ^
/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/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIStackView.h:139:64: 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(nonatomic,readonly,copy) NSArray<__kindof UIView *> *arrangedSubviews;
                                                               ^
/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 }
        ^
UIKit.UIStackView.addArrangedSubview:2:22: 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: UIView)}
                     ^
UIKit.UIStackView.addArrangedSubview:2:22: note: add 'nonisolated' to 'addArrangedSubview' to make this instance method not isolated to the actor
@MainActor open func addArrangedSubview(_ view: UIView)}
                     ^
/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/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:153:64: 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(nonatomic)                                 NSInteger tag;                // default is 0
                                                               ^
/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/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:153:64: 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(nonatomic)                                 NSInteger tag;                // default is 0
                                                               ^
/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/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:153:64: 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(nonatomic)                                 NSInteger tag;                // default is 0
                                                               ^
/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/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:153:64: 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(nonatomic)                                 NSInteger tag;                // default is 0
                                                               ^
/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/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:153:64: 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(nonatomic)                                 NSInteger tag;                // default is 0
                                                               ^
/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/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:153:64: 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(nonatomic)                                 NSInteger tag;                // default is 0
                                                               ^
/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/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:153:64: 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(nonatomic)                                 NSInteger tag;                // default is 0
                                                               ^
/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/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:153:64: 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(nonatomic)                                 NSInteger tag;                // default is 0
                                                               ^
/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/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:153:64: 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(nonatomic)                                 NSInteger tag;                // default is 0
                                                               ^
/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/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:153:64: 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(nonatomic)                                 NSInteger tag;                // default is 0
                                                               ^
/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/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:153:64: 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(nonatomic)                                 NSInteger tag;                // default is 0
                                                               ^
/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/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIStackView.h:139:64: 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(nonatomic,readonly,copy) NSArray<__kindof UIView *> *arrangedSubviews;
                                                               ^
/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 }
        ^
UIKit.UIStackView.addArrangedSubview:2:22: 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: UIView)}
                     ^
UIKit.UIStackView.addArrangedSubview:2:22: note: add 'nonisolated' to 'addArrangedSubview' to make this instance method not isolated to the actor
@MainActor open func addArrangedSubview(_ view: UIView)}
                     ^
/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

/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:153:64: 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(nonatomic)                                 NSInteger tag;                // default is 0
                                                               ^
/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/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:153:64: 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(nonatomic)                                 NSInteger tag;                // default is 0
                                                               ^
/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/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:153:64: 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(nonatomic)                                 NSInteger tag;                // default is 0
                                                               ^
/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/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:153:64: 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(nonatomic)                                 NSInteger tag;                // default is 0
                                                               ^
/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/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:153:64: 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(nonatomic)                                 NSInteger tag;                // default is 0
                                                               ^
/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/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:153:64: 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(nonatomic)                                 NSInteger tag;                // default is 0
                                                               ^
/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/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:153:64: 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(nonatomic)                                 NSInteger tag;                // default is 0
                                                               ^
/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/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:153:64: 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(nonatomic)                                 NSInteger tag;                // default is 0
                                                               ^
/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/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:153:64: 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(nonatomic)                                 NSInteger tag;                // default is 0
                                                               ^
/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/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:153:64: 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(nonatomic)                                 NSInteger tag;                // default is 0
                                                               ^
/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/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:153:64: 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(nonatomic)                                 NSInteger tag;                // default is 0
                                                               ^
/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/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 'UIView'
    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 'UIView'
    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/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIStackView.h:139:64: 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(nonatomic,readonly,copy) NSArray<__kindof UIView *> *arrangedSubviews;
                                                               ^
/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 }
        ^
UIKit.UIStackView.addArrangedSubview:2:22: 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: UIView)}
                     ^
UIKit.UIStackView.addArrangedSubview:2:22: note: add 'nonisolated' to 'addArrangedSubview' to make this instance method not isolated to the actor
@MainActor open func addArrangedSubview(_ view: UIView)}
                     ^
/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/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:153:64: 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(nonatomic)                                 NSInteger tag;                // default is 0
                                                               ^
/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/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:153:64: 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(nonatomic)                                 NSInteger tag;                // default is 0
                                                               ^
/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/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:153:64: 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(nonatomic)                                 NSInteger tag;                // default is 0
                                                               ^
/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/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:153:64: 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(nonatomic)                                 NSInteger tag;                // default is 0
                                                               ^
/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/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:153:64: 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(nonatomic)                                 NSInteger tag;                // default is 0
                                                               ^
/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/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:153:64: 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(nonatomic)                                 NSInteger tag;                // default is 0
                                                               ^
/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/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:153:64: 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(nonatomic)                                 NSInteger tag;                // default is 0
                                                               ^
/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/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:153:64: 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(nonatomic)                                 NSInteger tag;                // default is 0
                                                               ^
/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/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:153:64: 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(nonatomic)                                 NSInteger tag;                // default is 0
                                                               ^
/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/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:153:64: 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(nonatomic)                                 NSInteger tag;                // default is 0
                                                               ^
/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/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:153:64: 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(nonatomic)                                 NSInteger tag;                // default is 0
                                                               ^
/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/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIStackView.h:139:64: 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(nonatomic,readonly,copy) NSArray<__kindof UIView *> *arrangedSubviews;
                                                               ^
/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 }
        ^
UIKit.UIStackView.addArrangedSubview:2:22: 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: UIView)}
                     ^
UIKit.UIStackView.addArrangedSubview:2:22: note: add 'nonisolated' to 'addArrangedSubview' to make this instance method not isolated to the actor
@MainActor open func addArrangedSubview(_ view: UIView)}
                     ^
/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

/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:153:64: 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(nonatomic)                                 NSInteger tag;                // default is 0
                                                               ^
/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/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:153:64: 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(nonatomic)                                 NSInteger tag;                // default is 0
                                                               ^
/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/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:153:64: 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(nonatomic)                                 NSInteger tag;                // default is 0
                                                               ^
/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/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:153:64: 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(nonatomic)                                 NSInteger tag;                // default is 0
                                                               ^
/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/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:153:64: 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(nonatomic)                                 NSInteger tag;                // default is 0
                                                               ^
/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/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:153:64: 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(nonatomic)                                 NSInteger tag;                // default is 0
                                                               ^
/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/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:153:64: 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(nonatomic)                                 NSInteger tag;                // default is 0
                                                               ^
/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/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:153:64: 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(nonatomic)                                 NSInteger tag;                // default is 0
                                                               ^
/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/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:153:64: 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(nonatomic)                                 NSInteger tag;                // default is 0
                                                               ^
/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/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:153:64: 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(nonatomic)                                 NSInteger tag;                // default is 0
                                                               ^
/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/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:153:64: 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(nonatomic)                                 NSInteger tag;                // default is 0
                                                               ^
/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/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/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIStackView.h:139:64: 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(nonatomic,readonly,copy) NSArray<__kindof UIView *> *arrangedSubviews;
                                                               ^
/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 }
        ^
UIKit.UIStackView.addArrangedSubview:2:22: 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: UIView)}
                     ^
UIKit.UIStackView.addArrangedSubview:2:22: note: add 'nonisolated' to 'addArrangedSubview' to make this instance method not isolated to the actor
@MainActor open func addArrangedSubview(_ view: UIView)}
                     ^
/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

/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:153:64: 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(nonatomic)                                 NSInteger tag;                // default is 0
                                                               ^
/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/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:153:64: 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(nonatomic)                                 NSInteger tag;                // default is 0
                                                               ^
/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/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:153:64: 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(nonatomic)                                 NSInteger tag;                // default is 0
                                                               ^
/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/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:153:64: 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(nonatomic)                                 NSInteger tag;                // default is 0
                                                               ^
/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/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:153:64: 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(nonatomic)                                 NSInteger tag;                // default is 0
                                                               ^
/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/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:153:64: 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(nonatomic)                                 NSInteger tag;                // default is 0
                                                               ^
/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/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:153:64: 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(nonatomic)                                 NSInteger tag;                // default is 0
                                                               ^
/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/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:153:64: 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(nonatomic)                                 NSInteger tag;                // default is 0
                                                               ^
/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/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:153:64: 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(nonatomic)                                 NSInteger tag;                // default is 0
                                                               ^
/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/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:153:64: 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(nonatomic)                                 NSInteger tag;                // default is 0
                                                               ^
/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/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:153:64: 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(nonatomic)                                 NSInteger tag;                // default is 0
                                                               ^
/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/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 'UIView'
    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/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIStackView.h:139:64: 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(nonatomic,readonly,copy) NSArray<__kindof UIView *> *arrangedSubviews;
                                                               ^
/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 }
        ^
UIKit.UIStackView.addArrangedSubview:2:22: 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: UIView)}
                     ^
UIKit.UIStackView.addArrangedSubview:2:22: note: add 'nonisolated' to 'addArrangedSubview' to make this instance method not isolated to the actor
@MainActor open func addArrangedSubview(_ view: UIView)}
                     ^
/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

/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:153:64: 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(nonatomic)                                 NSInteger tag;                // default is 0
                                                               ^
/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/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:153:64: 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(nonatomic)                                 NSInteger tag;                // default is 0
                                                               ^
/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/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:153:64: 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(nonatomic)                                 NSInteger tag;                // default is 0
                                                               ^
/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/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:153:64: 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(nonatomic)                                 NSInteger tag;                // default is 0
                                                               ^
/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/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:153:64: 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(nonatomic)                                 NSInteger tag;                // default is 0
                                                               ^
/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/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:153:64: 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(nonatomic)                                 NSInteger tag;                // default is 0
                                                               ^
/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/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:153:64: 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(nonatomic)                                 NSInteger tag;                // default is 0
                                                               ^
/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/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:153:64: 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(nonatomic)                                 NSInteger tag;                // default is 0
                                                               ^
/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/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:153:64: 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(nonatomic)                                 NSInteger tag;                // default is 0
                                                               ^
/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/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:153:64: 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(nonatomic)                                 NSInteger tag;                // default is 0
                                                               ^
/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/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:153:64: 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(nonatomic)                                 NSInteger tag;                // default is 0
                                                               ^
/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: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/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIStackView.h:139:64: 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(nonatomic,readonly,copy) NSArray<__kindof UIView *> *arrangedSubviews;
                                                               ^
/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 }
        ^
UIKit.UIStackView.addArrangedSubview:2:22: 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: UIView)}
                     ^
UIKit.UIStackView.addArrangedSubview:2:22: note: add 'nonisolated' to 'addArrangedSubview' to make this instance method not isolated to the actor
@MainActor open func addArrangedSubview(_ view: UIView)}
                     ^
/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:237:38: warning: call to main actor-isolated instance method 'axis' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
        let stackView = UStackView().axis(axis)
                                     ^
/Users/admin/builder/spi-builder-workspace/Classes/Views/Universal/StackView.swift:53:17: note: calls to instance method 'axis' from outside of its actor context are implicitly asynchronous
    public func axis(_ axis: NSLayoutConstraint.Axis) -> UStackView {
                ^
/Users/admin/builder/spi-builder-workspace/Classes/Views/Universal/StackView.swift:53:17: note: main actor isolation inferred from inheritance from class '_StackView'
    public func axis(_ axis: NSLayoutConstraint.Axis) -> UStackView {
                ^
/Users/admin/builder/spi-builder-workspace/Classes/Views/Universal/StackView.swift:236:22: note: add '@MainActor' to make instance method 'flatten' part of global actor 'MainActor'
    fileprivate func flatten(_ axis: NSLayoutConstraint.Axis) -> BaseView {
                     ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Classes/Views/Universal/StackView.swift:237: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 = UStackView().axis(axis)
                        ^
/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:236:22: note: add '@MainActor' to make instance method 'flatten' part of global actor 'MainActor'
    fileprivate func flatten(_ axis: NSLayoutConstraint.Axis) -> BaseView {
                     ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Classes/Views/Universal/StackView.swift:238: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 'UIStackView'
    func add(item: BodyBuilderItemable) {
         ^
/Users/admin/builder/spi-builder-workspace/Classes/Views/Universal/StackView.swift:238: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:238: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/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:153:64: 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(nonatomic)                                 NSInteger tag;                // default is 0
                                                               ^
/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/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:153:64: 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(nonatomic)                                 NSInteger tag;                // default is 0
                                                               ^
/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/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:153:64: 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(nonatomic)                                 NSInteger tag;                // default is 0
                                                               ^
/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/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:153:64: 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(nonatomic)                                 NSInteger tag;                // default is 0
                                                               ^
/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/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:153:64: 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(nonatomic)                                 NSInteger tag;                // default is 0
                                                               ^
/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/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:153:64: 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(nonatomic)                                 NSInteger tag;                // default is 0
                                                               ^
/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/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:153:64: 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(nonatomic)                                 NSInteger tag;                // default is 0
                                                               ^
/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/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:153:64: 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(nonatomic)                                 NSInteger tag;                // default is 0
                                                               ^
/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/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:153:64: 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(nonatomic)                                 NSInteger tag;                // default is 0
                                                               ^
/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/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:153:64: 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(nonatomic)                                 NSInteger tag;                // default is 0
                                                               ^
/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/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:153:64: 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(nonatomic)                                 NSInteger tag;                // default is 0
                                                               ^
/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/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIStackView.h:139:64: 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(nonatomic,readonly,copy) NSArray<__kindof UIView *> *arrangedSubviews;
                                                               ^
/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 }
        ^
UIKit.UIStackView.addArrangedSubview:2:22: 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: UIView)}
                     ^
UIKit.UIStackView.addArrangedSubview:2:22: note: add 'nonisolated' to 'addArrangedSubview' to make this instance method not isolated to the actor
@MainActor open func addArrangedSubview(_ view: UIView)}
                     ^
/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/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:153:64: 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(nonatomic)                                 NSInteger tag;                // default is 0
                                                               ^
/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/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:153:64: 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(nonatomic)                                 NSInteger tag;                // default is 0
                                                               ^
/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/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:153:64: 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(nonatomic)                                 NSInteger tag;                // default is 0
                                                               ^
/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/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:153:64: 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(nonatomic)                                 NSInteger tag;                // default is 0
                                                               ^
/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/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:153:64: 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(nonatomic)                                 NSInteger tag;                // default is 0
                                                               ^
/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/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:153:64: 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(nonatomic)                                 NSInteger tag;                // default is 0
                                                               ^
/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/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:153:64: 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(nonatomic)                                 NSInteger tag;                // default is 0
                                                               ^
/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/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:153:64: 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(nonatomic)                                 NSInteger tag;                // default is 0
                                                               ^
/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/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:153:64: 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(nonatomic)                                 NSInteger tag;                // default is 0
                                                               ^
/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/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:153:64: 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(nonatomic)                                 NSInteger tag;                // default is 0
                                                               ^
/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/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:153:64: 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(nonatomic)                                 NSInteger tag;                // default is 0
                                                               ^
/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/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIStackView.h:139:64: 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(nonatomic,readonly,copy) NSArray<__kindof UIView *> *arrangedSubviews;
                                                               ^
/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 }
        ^
UIKit.UIStackView.addArrangedSubview:2:22: 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: UIView)}
                     ^
UIKit.UIStackView.addArrangedSubview:2:22: note: add 'nonisolated' to 'addArrangedSubview' to make this instance method not isolated to the actor
@MainActor open func addArrangedSubview(_ view: UIView)}
                     ^
/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 'UIView'
    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 'UIView'
    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/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:153:64: 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(nonatomic)                                 NSInteger tag;                // default is 0
                                                               ^
/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/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:153:64: 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(nonatomic)                                 NSInteger tag;                // default is 0
                                                               ^
/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/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:153:64: 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(nonatomic)                                 NSInteger tag;                // default is 0
                                                               ^
/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/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:153:64: 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(nonatomic)                                 NSInteger tag;                // default is 0
                                                               ^
/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/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:153:64: 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(nonatomic)                                 NSInteger tag;                // default is 0
                                                               ^
/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/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:153:64: 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(nonatomic)                                 NSInteger tag;                // default is 0
                                                               ^
/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/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:153:64: 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(nonatomic)                                 NSInteger tag;                // default is 0
                                                               ^
/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/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:153:64: 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(nonatomic)                                 NSInteger tag;                // default is 0
                                                               ^
/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/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:153:64: 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(nonatomic)                                 NSInteger tag;                // default is 0
                                                               ^
/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/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:153:64: 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(nonatomic)                                 NSInteger tag;                // default is 0
                                                               ^
/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/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:153:64: 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(nonatomic)                                 NSInteger tag;                // default is 0
                                                               ^
/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/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIStackView.h:139:64: 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(nonatomic,readonly,copy) NSArray<__kindof UIView *> *arrangedSubviews;
                                                               ^
/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 }
        ^
UIKit.UIStackView.addArrangedSubview:2:22: 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: UIView)}
                     ^
UIKit.UIStackView.addArrangedSubview:2:22: note: add 'nonisolated' to 'addArrangedSubview' to make this instance method not isolated to the actor
@MainActor open func addArrangedSubview(_ view: UIView)}
                     ^
/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/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:153:64: 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(nonatomic)                                 NSInteger tag;                // default is 0
                                                               ^
/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/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:153:64: 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(nonatomic)                                 NSInteger tag;                // default is 0
                                                               ^
/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/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:153:64: 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(nonatomic)                                 NSInteger tag;                // default is 0
                                                               ^
/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/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:153:64: 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(nonatomic)                                 NSInteger tag;                // default is 0
                                                               ^
/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/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:153:64: 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(nonatomic)                                 NSInteger tag;                // default is 0
                                                               ^
/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/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:153:64: 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(nonatomic)                                 NSInteger tag;                // default is 0
                                                               ^
/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/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:153:64: 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(nonatomic)                                 NSInteger tag;                // default is 0
                                                               ^
/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/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:153:64: 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(nonatomic)                                 NSInteger tag;                // default is 0
                                                               ^
/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/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:153:64: 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(nonatomic)                                 NSInteger tag;                // default is 0
                                                               ^
/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/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:153:64: 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(nonatomic)                                 NSInteger tag;                // default is 0
                                                               ^
/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/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:153:64: 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(nonatomic)                                 NSInteger tag;                // default is 0
                                                               ^
/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/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIStackView.h:139:64: 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(nonatomic,readonly,copy) NSArray<__kindof UIView *> *arrangedSubviews;
                                                               ^
/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 }
        ^
UIKit.UIStackView.addArrangedSubview:2:22: 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: UIView)}
                     ^
UIKit.UIStackView.addArrangedSubview:2:22: note: add 'nonisolated' to 'addArrangedSubview' to make this instance method not isolated to the actor
@MainActor open func addArrangedSubview(_ view: UIView)}
                     ^
/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 }
        ^
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/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:153:64: 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(nonatomic)                                 NSInteger tag;                // default is 0
                                                               ^
/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/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:153:64: 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(nonatomic)                                 NSInteger tag;                // default is 0
                                                               ^
/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/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:153:64: 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(nonatomic)                                 NSInteger tag;                // default is 0
                                                               ^
/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/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:153:64: 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(nonatomic)                                 NSInteger tag;                // default is 0
                                                               ^
/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/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:153:64: 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(nonatomic)                                 NSInteger tag;                // default is 0
                                                               ^
/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/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:153:64: 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(nonatomic)                                 NSInteger tag;                // default is 0
                                                               ^
/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/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:153:64: 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(nonatomic)                                 NSInteger tag;                // default is 0
                                                               ^
/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/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:153:64: 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(nonatomic)                                 NSInteger tag;                // default is 0
                                                               ^
/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/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:153:64: 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(nonatomic)                                 NSInteger tag;                // default is 0
                                                               ^
/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/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:153:64: 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(nonatomic)                                 NSInteger tag;                // default is 0
                                                               ^
/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/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:153:64: 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(nonatomic)                                 NSInteger tag;                // default is 0
                                                               ^
/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/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIStackView.h:139:64: 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(nonatomic,readonly,copy) NSArray<__kindof UIView *> *arrangedSubviews;
                                                               ^
/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 }
        ^
UIKit.UIStackView.addArrangedSubview:2:22: 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: UIView)}
                     ^
UIKit.UIStackView.addArrangedSubview:2:22: note: add 'nonisolated' to 'addArrangedSubview' to make this instance method not isolated to the actor
@MainActor open func addArrangedSubview(_ view: UIView)}
                     ^
/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
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')
SwiftCompile normal arm64 Compiling\ Identable.swift,\ KeyMaskable.swift,\ Keyable.swift,\ Keyboardable.swift,\ Menuable.swift,\ Messageable.swift,\ MixedStateAllowable.swift,\ MultiClickIgnorable.swift,\ NavigationControllerable.swift,\ Placeholderable.swift,\ PullsDownable.swift,\ Refreshable.swift,\ Scrollable.swift,\ Secureable.swift,\ SegmentControlable.swift,\ SideViewProtocol.swift,\ Soundable.swift,\ StackForEach.swift,\ SwiftUIable.swift,\ Taggable.swift,\ TextAdjustsFontSizeable.swift,\ TextAligmentable.swift,\ TextAttributesEditingAllowable.swift,\ TextAutocapitalizationable.swift /Users/admin/builder/spi-builder-workspace/Classes/Protocols/Identable.swift /Users/admin/builder/spi-builder-workspace/Classes/Protocols/KeyMaskable.swift /Users/admin/builder/spi-builder-workspace/Classes/Protocols/Keyable.swift /Users/admin/builder/spi-builder-workspace/Classes/Protocols/Keyboardable.swift /Users/admin/builder/spi-builder-workspace/Classes/Protocols/Menuable.swift /Users/admin/builder/spi-builder-workspace/Classes/Protocols/Messageable.swift /Users/admin/builder/spi-builder-workspace/Classes/Protocols/MixedStateAllowable.swift /Users/admin/builder/spi-builder-workspace/Classes/Protocols/MultiClickIgnorable.swift /Users/admin/builder/spi-builder-workspace/Classes/Protocols/NavigationControllerable.swift /Users/admin/builder/spi-builder-workspace/Classes/Protocols/Placeholderable.swift /Users/admin/builder/spi-builder-workspace/Classes/Protocols/PullsDownable.swift /Users/admin/builder/spi-builder-workspace/Classes/Protocols/Refreshable.swift /Users/admin/builder/spi-builder-workspace/Classes/Protocols/Scrollable.swift /Users/admin/builder/spi-builder-workspace/Classes/Protocols/Secureable.swift /Users/admin/builder/spi-builder-workspace/Classes/Protocols/SegmentControlable.swift /Users/admin/builder/spi-builder-workspace/Classes/Protocols/SideViewProtocol.swift /Users/admin/builder/spi-builder-workspace/Classes/Protocols/Soundable.swift /Users/admin/builder/spi-builder-workspace/Classes/Protocols/StackForEach.swift /Users/admin/builder/spi-builder-workspace/Classes/Protocols/SwiftUIable.swift /Users/admin/builder/spi-builder-workspace/Classes/Protocols/Taggable.swift /Users/admin/builder/spi-builder-workspace/Classes/Protocols/TextAdjustsFontSizeable.swift /Users/admin/builder/spi-builder-workspace/Classes/Protocols/TextAligmentable.swift /Users/admin/builder/spi-builder-workspace/Classes/Protocols/TextAttributesEditingAllowable.swift /Users/admin/builder/spi-builder-workspace/Classes/Protocols/TextAutocapitalizationable.swift (in target 'UIKitPlus' from project 'UIKitPlus')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Classes/Protocols/Identable.swift (in target 'UIKitPlus' from project 'UIKitPlus')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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 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 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 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 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 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 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')
SwiftMergeGeneratedHeaders /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-iphoneos/UIKitPlus-Swift.h /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/UIKitPlus.build/Debug-iphoneos/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-iphoneos/UIKitPlus.build/Objects-normal/arm64/UIKitPlus-Swift.h -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-iphoneos/UIKitPlus-Swift.h
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/UIKitPlus.swiftmodule/arm64-apple-ios.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/UIKitPlus.build/Debug-iphoneos/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-iphoneos/UIKitPlus.build/Objects-normal/arm64/UIKitPlus.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/UIKitPlus.swiftmodule/arm64-apple-ios.swiftmodule
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/UIKitPlus.swiftmodule/arm64-apple-ios.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/UIKitPlus.build/Debug-iphoneos/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-iphoneos/UIKitPlus.build/Objects-normal/arm64/UIKitPlus.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/UIKitPlus.swiftmodule/arm64-apple-ios.abi.json
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/UIKitPlus.swiftmodule/arm64-apple-ios.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/UIKitPlus.build/Debug-iphoneos/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-iphoneos/UIKitPlus.build/Objects-normal/arm64/UIKitPlus.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/UIKitPlus.swiftmodule/arm64-apple-ios.swiftdoc
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/UIKitPlus.swiftmodule/Project/arm64-apple-ios.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/UIKitPlus.build/Debug-iphoneos/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-iphoneos/UIKitPlus.build/Objects-normal/arm64/UIKitPlus.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/UIKitPlus.swiftmodule/Project/arm64-apple-ios.swiftsourceinfo
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 Identable.swift, KeyMaskable.swift, Keyable.swift, Keyboardable.swift, Menuable.swift, Messageable.swift, MixedStateAllowable.swift, MultiClickIgnorable.swift, NavigationControllerable.swift, Placeholderable.swift, PullsDownable.swift, Refreshable.swift, Scrollable.swift, Secureable.swift, SegmentControlable.swift, SideViewProtocol.swift, Soundable.swift, StackForEach.swift, SwiftUIable.swift, Taggable.swift, TextAdjustsFontSizeable.swift, TextAligmentable.swift, TextAttributesEditingAllowable.swift, TextAutocapitalizationable.swift (in target 'UIKitPlus' from project 'UIKitPlus')
SwiftDriverJobDiscovery normal arm64 Compiling Borders.swift, CodableState.swift, ConstraintValueType.swift, CustomCorners.swift, DeclarativeViewConstraints.swift, ExpressableState.swift, GesturesBuilder.swift, ImageReloadingStyle.swift, InnerState.swift, LivePreview.swift, PreviewBuilder.swift, PreviewBuilderItem.swift, ShortcutBuilder.swift, Spoken.swift, State.swift, StateStringBuilder.swift, UILayoutPriority.swift, ViewContext.swift, TextFieldStyle.swift, MacOS+Button.swift, MacOS+ImageView.swift, MacOS+ScrollView.swift, MacOS+Text.swift, MacOS+TextField.swift (in target 'UIKitPlus' from project 'UIKitPlus')
SwiftDriverJobDiscovery normal arm64 Compiling 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-iphoneos/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/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk -target arm64-apple-ios12.0 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -enable-testing -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -swift-version 5 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -I /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/iphoneos18.4-22E235-339d34bc69d7fc736c3220795c36f340.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/UIKitPlus.build/Debug-iphoneos/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-iphoneos/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-iphoneos/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-iphoneos/UIKitPlus.build/Objects-normal/arm64/UIKitPlus_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/UIKitPlus.build/Debug-iphoneos/UIKitPlus.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/UIKitPlus.build/Debug-iphoneos/UIKitPlus.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/UIKitPlus.build/Debug-iphoneos/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-iphoneos/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-iphoneos/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-ios12.0 -r -isysroot /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk -O0 -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-iphoneos -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -L/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/lib -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-iphoneos -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -iframework /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/Frameworks -iframework /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/Developer/Library/Frameworks -filelist /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/UIKitPlus.build/Debug-iphoneos/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-iphoneos/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-iphoneos/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/iphoneos -L/usr/lib/swift -Xlinker -add_ast_path -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/UIKitPlus.build/Debug-iphoneos/UIKitPlus.build/Objects-normal/arm64/UIKitPlus.swiftmodule -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/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/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk --xcode-version 16E140 --platform-family iOS --deployment-target 12.0 --bundle-identifier spi-builder-workspace.UIKitPlus --output /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/UIKitPlus.appintents --target-triple arm64-apple-ios12.0 --binary-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/UIKitPlus.o --dependency-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/UIKitPlus.build/Debug-iphoneos/UIKitPlus.build/Objects-normal/arm64/UIKitPlus_dependency_info.dat --stringsdata-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/UIKitPlus.build/Debug-iphoneos/UIKitPlus.build/Objects-normal/arm64/ExtractedAppShortcutsMetadata.stringsdata --source-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/UIKitPlus.build/Debug-iphoneos/UIKitPlus.build/Objects-normal/arm64/UIKitPlus.SwiftFileList --metadata-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/UIKitPlus.build/Debug-iphoneos/UIKitPlus.build/UIKitPlus.DependencyMetadataFileList --static-metadata-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/UIKitPlus.build/Debug-iphoneos/UIKitPlus.build/UIKitPlus.DependencyStaticMetadataFileList --swift-const-vals-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/UIKitPlus.build/Debug-iphoneos/UIKitPlus.build/Objects-normal/arm64/UIKitPlus.SwiftConstValuesFileList --force --compile-time-extraction --deployment-aware-processing --validate-assistant-intents --no-app-shortcuts-localization
2025-04-29 05:34:23.528 appintentsmetadataprocessor[718:4363] Starting appintentsmetadataprocessor export
2025-04-29 05:34:23.577 appintentsmetadataprocessor[718:4363] Extracted no relevant App Intents symbols, skipping writing output
RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/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-iphoneos/UIKitPlus.o
** BUILD SUCCEEDED **
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.