Build Information
Successful build of UIKitPlus, reference 2.3.0 (f1d23d
), with Swift 6.1 for iOS using Xcode 16.3 on 15 Jun 2025 00:00:24 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
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/Not-MacOS/ImageView.swift:22:9: warning: main actor-isolated property '__top' cannot be used to satisfy nonisolated requirement from protocol 'DeclarativeProtocolInternal'; this is an error in the Swift 6 language mode
var __top: 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/Not-MacOS/ImageView.swift:23:9: warning: main actor-isolated property '__leading' cannot be used to satisfy nonisolated requirement from protocol 'DeclarativeProtocolInternal'; this is an error in the Swift 6 language mode
var __leading: 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/Not-MacOS/ImageView.swift:24:9: warning: main actor-isolated property '__left' cannot be used to satisfy nonisolated requirement from protocol 'DeclarativeProtocolInternal'; this is an error in the Swift 6 language mode
var __left: 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/Not-MacOS/ImageView.swift:25:9: warning: main actor-isolated property '__trailing' cannot be used to satisfy nonisolated requirement from protocol 'DeclarativeProtocolInternal'; this is an error in the Swift 6 language mode
var __trailing: 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/Not-MacOS/ImageView.swift:26:9: warning: main actor-isolated property '__right' cannot be used to satisfy nonisolated requirement from protocol 'DeclarativeProtocolInternal'; this is an error in the Swift 6 language mode
var __right: 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/Not-MacOS/ImageView.swift:27:9: warning: main actor-isolated property '__bottom' cannot be used to satisfy nonisolated requirement from protocol 'DeclarativeProtocolInternal'; this is an error in the Swift 6 language mode
var __bottom: 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/Not-MacOS/ImageView.swift:28:9: warning: main actor-isolated property '__centerX' cannot be used to satisfy nonisolated requirement from protocol 'DeclarativeProtocolInternal'; this is an error in the Swift 6 language mode
var __centerX: 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/Not-MacOS/ImageView.swift:29:9: warning: main actor-isolated property '__centerY' cannot be used to satisfy nonisolated requirement from protocol 'DeclarativeProtocolInternal'; this is an error in the Swift 6 language mode
var __centerY: 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/Not-MacOS/ImageView.swift:5:16: warning: main actor-isolated property 'declarativeView' cannot be used to satisfy nonisolated requirement from protocol 'DeclarativeProtocol'; this is an error in the Swift 6 language mode
public var declarativeView: UImage { 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/Not-MacOS/ImageView.swift:6:21: warning: main actor-isolated property 'properties' cannot be used to satisfy nonisolated requirement from protocol 'DeclarativeProtocol'; this is an error in the Swift 6 language mode
public lazy var properties = Properties<UImage>()
^
/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/Not-MacOS/ImageView.swift:9: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/Not-MacOS/ImageView.swift:10: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/Not-MacOS/ImageView.swift:11: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/Not-MacOS/ImageView.swift:12: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/Not-MacOS/ImageView.swift:13: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/Not-MacOS/ImageView.swift:14: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/Not-MacOS/ImageView.swift:15: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/Not-MacOS/ImageView.swift:16: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/Not-MacOS/ImageView.swift:17: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/Not-MacOS/ImageView.swift:18: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 }
^
/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/Not-MacOS/ImageView.swift:108:79: warning: variable 'self' was written to, but never read
registerForTraitChanges([UITraitUserInterfaceStyle.self]) { [weak self] (self: Self?, previousTraitCollection) in
^
/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/Not-MacOS/ImageView.swift:126:9: warning: cannot access property '_imageLoader' with a non-sendable type 'ImageLoader' from nonisolated deinit; this is an error in the Swift 6 language mode
_imageLoader.cancel()
^
/Users/admin/builder/spi-builder-workspace/Classes/Objects/ImageLoader.swift:24:12: note: class 'ImageLoader' does not conform to the 'Sendable' protocol
open class ImageLoader {
^
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Classes/Views/Not-MacOS/InputView.swift (in target 'UIKitPlus' from project 'UIKitPlus')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/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/Not-MacOS/InputView.swift:90:96: warning: 'InputView' is deprecated: renamed to 'UInputView'
private var _intrinsicContentSize: CGSize = .init(width: UIView.noIntrinsicMetric, height: InputView.defaultKeyboardHeight) {
^
/Users/admin/builder/spi-builder-workspace/Classes/Views/Not-MacOS/InputView.swift:90:96: note: use 'UInputView' instead
private var _intrinsicContentSize: CGSize = .init(width: UIView.noIntrinsicMetric, height: InputView.defaultKeyboardHeight) {
^~~~~~~~~
UInputView
/Users/admin/builder/spi-builder-workspace/Classes/Views/Not-MacOS/InputView.swift:12: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/Not-MacOS/InputView.swift:7:61: note: add '@preconcurrency' to the 'DeclarativeProtocolInternal' conformance to defer isolation checking to run time
open class UInputView: UIInputView, 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/Not-MacOS/InputView.swift:25: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/Not-MacOS/InputView.swift:26: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/Not-MacOS/InputView.swift:27: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/Not-MacOS/InputView.swift:28: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/Not-MacOS/InputView.swift:29: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/Not-MacOS/InputView.swift:30: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/Not-MacOS/InputView.swift:31: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/Not-MacOS/InputView.swift:32: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/Not-MacOS/InputView.swift:33: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/Not-MacOS/InputView.swift:34: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/Not-MacOS/InputView.swift:10: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: UInputView { 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/Not-MacOS/InputView.swift:11: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<UInputView>()
^
/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/Not-MacOS/InputView.swift:14: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/Not-MacOS/InputView.swift:15: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/Not-MacOS/InputView.swift:16: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/Not-MacOS/InputView.swift:17: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/Not-MacOS/InputView.swift:18: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/Not-MacOS/InputView.swift:19: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/Not-MacOS/InputView.swift:20: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/Not-MacOS/InputView.swift:21: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/Not-MacOS/InputView.swift:22: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/Not-MacOS/InputView.swift:23: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 }
^
/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/Not-MacOS/InputView.swift:148:80: warning: 'InputView' is deprecated: renamed to 'UInputView'
public static func subviews(@BodyBuilder block: BodyBuilder.SingleView) -> InputView {
^
/Users/admin/builder/spi-builder-workspace/Classes/Views/Not-MacOS/InputView.swift:148:80: note: use 'UInputView' instead
public static func subviews(@BodyBuilder block: BodyBuilder.SingleView) -> InputView {
^~~~~~~~~
UInputView
/Users/admin/builder/spi-builder-workspace/Classes/Views/Not-MacOS/InputView.swift:132:11: warning: 'InputView' is deprecated: renamed to 'UInputView'
extension InputView {
^
/Users/admin/builder/spi-builder-workspace/Classes/Views/Not-MacOS/InputView.swift:132:11: note: use 'UInputView' instead
extension InputView {
^~~~~~~~~
UInputView
/Users/admin/builder/spi-builder-workspace/Classes/Views/Not-MacOS/InputView.swift:62:79: warning: variable 'self' was written to, but never read
registerForTraitChanges([UITraitUserInterfaceStyle.self]) { [weak self] (self: Self?, previousTraitCollection) in
^
/Users/admin/builder/spi-builder-workspace/Classes/Views/Not-MacOS/InputView.swift:149:9: warning: 'InputView' is deprecated: renamed to 'UInputView'
InputView(block: block)
^
/Users/admin/builder/spi-builder-workspace/Classes/Views/Not-MacOS/InputView.swift:149:9: note: use 'UInputView' instead
InputView(block: block)
^~~~~~~~~
UInputView
/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 }
^
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Classes/Views/Not-MacOS/LayerView.swift (in target 'UIKitPlus' from project 'UIKitPlus')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/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 }
^
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Classes/Views/Not-MacOS/List.swift (in target 'UIKitPlus' from project 'UIKitPlus')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/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 }
^
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Classes/Views/Not-MacOS/ListDynamicCell.swift (in target 'UIKitPlus' from project 'UIKitPlus')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/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/Not-MacOS/ListDynamicCell.swift:4:25: warning: 'TableViewCell' is deprecated: renamed to 'UTableViewCell'
class UListDynamicCell: TableViewCell {
^
/Users/admin/builder/spi-builder-workspace/Classes/Views/Not-MacOS/ListDynamicCell.swift:4:25: note: use 'UTableViewCell' instead
class UListDynamicCell: TableViewCell {
^~~~~~~~~~~~~
UTableViewCell
/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 }
^
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Classes/Views/Not-MacOS/PickerView.swift (in target 'UIKitPlus' from project 'UIKitPlus')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/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/Not-MacOS/PickerView.swift:11: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/Not-MacOS/PickerView.swift:8:63: note: add '@preconcurrency' to the 'DeclarativeProtocolInternal' conformance to defer isolation checking to run time
open class UPickerView: UIPickerView, 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/Not-MacOS/PickerView.swift:24: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/Not-MacOS/PickerView.swift:25: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/Not-MacOS/PickerView.swift:26: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/Not-MacOS/PickerView.swift:27: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/Not-MacOS/PickerView.swift:28: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/Not-MacOS/PickerView.swift:29: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/Not-MacOS/PickerView.swift:30: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/Not-MacOS/PickerView.swift:31: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/Not-MacOS/PickerView.swift:32: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/Not-MacOS/PickerView.swift:33: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/Not-MacOS/PickerView.swift:9: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: UPickerView { 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/Not-MacOS/PickerView.swift:10: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<UPickerView>()
^
/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/Not-MacOS/PickerView.swift:13: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/Not-MacOS/PickerView.swift:14: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/Not-MacOS/PickerView.swift:15: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/Not-MacOS/PickerView.swift:16: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/Not-MacOS/PickerView.swift:17: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/Not-MacOS/PickerView.swift:18: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/Not-MacOS/PickerView.swift:19: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/Not-MacOS/PickerView.swift:20: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/Not-MacOS/PickerView.swift:21: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/Not-MacOS/PickerView.swift:22: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 }
^
/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/Not-MacOS/PickerView.swift:122:11: warning: 'PickerView' is deprecated: renamed to 'UPickerView'
extension PickerView: UIPickerViewDelegate {
^
/Users/admin/builder/spi-builder-workspace/Classes/Views/Not-MacOS/PickerView.swift:122:11: note: use 'UPickerView' instead
extension PickerView: UIPickerViewDelegate {
^~~~~~~~~~
UPickerView
/Users/admin/builder/spi-builder-workspace/Classes/Views/Not-MacOS/PickerView.swift:48:79: warning: variable 'self' was written to, but never read
registerForTraitChanges([UITraitUserInterfaceStyle.self]) { [weak self] (self: Self?, previousTraitCollection) in
^
/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 }
^
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Classes/Views/Not-MacOS/RefreshControl.swift (in target 'UIKitPlus' from project 'UIKitPlus')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/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/Not-MacOS/RefreshControl.swift:95:40: warning: 'RefreshControl' is deprecated: renamed to 'URefreshControl'
public func itself(_ itself: inout RefreshControl?) -> Self {
^
/Users/admin/builder/spi-builder-workspace/Classes/Views/Not-MacOS/RefreshControl.swift:95:40: note: use 'URefreshControl' instead
public func itself(_ itself: inout RefreshControl?) -> Self {
^~~~~~~~~~~~~~
URefreshControl
/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 }
^
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Classes/Views/Not-MacOS/ScrollView.swift (in target 'UIKitPlus' from project 'UIKitPlus')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/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/Not-MacOS/ScrollView.swift:7:14: warning: main actor-isolated property '_properties' cannot be used to satisfy nonisolated requirement from protocol 'DeclarativeProtocolInternal'; this is an error in the Swift 6 language mode
lazy var _properties = PropertiesInternal()
^
/Users/admin/builder/spi-builder-workspace/Classes/Views/Not-MacOS/ScrollView.swift:4:63: note: add '@preconcurrency' to the 'DeclarativeProtocolInternal' conformance to defer isolation checking to run time
open class UScrollView: UIScrollView, 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/Not-MacOS/ScrollView.swift:20:9: warning: main actor-isolated property '__height' cannot be used to satisfy nonisolated requirement from protocol 'DeclarativeProtocolInternal'; this is an error in the Swift 6 language mode
var __height: 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/Not-MacOS/ScrollView.swift:21:9: warning: main actor-isolated property '__width' cannot be used to satisfy nonisolated requirement from protocol 'DeclarativeProtocolInternal'; this is an error in the Swift 6 language mode
var __width: 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/Not-MacOS/ScrollView.swift:22:9: warning: main actor-isolated property '__top' cannot be used to satisfy nonisolated requirement from protocol 'DeclarativeProtocolInternal'; this is an error in the Swift 6 language mode
var __top: 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/Not-MacOS/ScrollView.swift:23:9: warning: main actor-isolated property '__leading' cannot be used to satisfy nonisolated requirement from protocol 'DeclarativeProtocolInternal'; this is an error in the Swift 6 language mode
var __leading: 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/Not-MacOS/ScrollView.swift:24:9: warning: main actor-isolated property '__left' cannot be used to satisfy nonisolated requirement from protocol 'DeclarativeProtocolInternal'; this is an error in the Swift 6 language mode
var __left: 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/Not-MacOS/ScrollView.swift:25:9: warning: main actor-isolated property '__trailing' cannot be used to satisfy nonisolated requirement from protocol 'DeclarativeProtocolInternal'; this is an error in the Swift 6 language mode
var __trailing: 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/Not-MacOS/ScrollView.swift:26:9: warning: main actor-isolated property '__right' cannot be used to satisfy nonisolated requirement from protocol 'DeclarativeProtocolInternal'; this is an error in the Swift 6 language mode
var __right: 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/Not-MacOS/ScrollView.swift:27:9: warning: main actor-isolated property '__bottom' cannot be used to satisfy nonisolated requirement from protocol 'DeclarativeProtocolInternal'; this is an error in the Swift 6 language mode
var __bottom: 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/Not-MacOS/ScrollView.swift:28:9: warning: main actor-isolated property '__centerX' cannot be used to satisfy nonisolated requirement from protocol 'DeclarativeProtocolInternal'; this is an error in the Swift 6 language mode
var __centerX: 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/Not-MacOS/ScrollView.swift:29:9: warning: main actor-isolated property '__centerY' cannot be used to satisfy nonisolated requirement from protocol 'DeclarativeProtocolInternal'; this is an error in the Swift 6 language mode
var __centerY: 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/Not-MacOS/ScrollView.swift:5:16: warning: main actor-isolated property 'declarativeView' cannot be used to satisfy nonisolated requirement from protocol 'DeclarativeProtocol'; this is an error in the Swift 6 language mode
public var declarativeView: UScrollView { 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/Not-MacOS/ScrollView.swift:6:21: warning: main actor-isolated property 'properties' cannot be used to satisfy nonisolated requirement from protocol 'DeclarativeProtocol'; this is an error in the Swift 6 language mode
public lazy var properties = Properties<UScrollView>()
^
/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/Not-MacOS/ScrollView.swift:9: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/Not-MacOS/ScrollView.swift:10: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/Not-MacOS/ScrollView.swift:11: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/Not-MacOS/ScrollView.swift:12: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/Not-MacOS/ScrollView.swift:13: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/Not-MacOS/ScrollView.swift:14: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/Not-MacOS/ScrollView.swift:15: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/Not-MacOS/ScrollView.swift:16: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/Not-MacOS/ScrollView.swift:17: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/Not-MacOS/ScrollView.swift:18: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 }
^
/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/Not-MacOS/ScrollView.swift:57:79: warning: variable 'self' was written to, but never read
registerForTraitChanges([UITraitUserInterfaceStyle.self]) { [weak self] (self: Self?, previousTraitCollection) in
^
/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 }
^
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Classes/Views/Not-MacOS/SegmentedControl.swift (in target 'UIKitPlus' from project 'UIKitPlus')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/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/Not-MacOS/SegmentedControl.swift:74:65: warning: 'SegmentedControl' is deprecated: renamed to 'USegmentedControl'
public static func items(_ items: SegmentControlable...) -> SegmentedControl {
^
/Users/admin/builder/spi-builder-workspace/Classes/Views/Not-MacOS/SegmentedControl.swift:74:65: note: use 'USegmentedControl' instead
public static func items(_ items: SegmentControlable...) -> SegmentedControl {
^~~~~~~~~~~~~~~~
USegmentedControl
/Users/admin/builder/spi-builder-workspace/Classes/Views/Not-MacOS/SegmentedControl.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/Not-MacOS/SegmentedControl.swift:7:75: note: add '@preconcurrency' to the 'DeclarativeProtocolInternal' conformance to defer isolation checking to run time
open class USegmentedControl: UISegmentedControl, 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/Not-MacOS/SegmentedControl.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: UIKitPlus.State<CGFloat> { $height }
^
/Users/admin/builder/spi-builder-workspace/Classes/Protocols/DeclarativeProtocolInternal.swift:10:9: note: requirement '__height' declared here
var __height: State<CGFloat> { get }
^
/Users/admin/builder/spi-builder-workspace/Classes/Views/Not-MacOS/SegmentedControl.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: UIKitPlus.State<CGFloat> { $width }
^
/Users/admin/builder/spi-builder-workspace/Classes/Protocols/DeclarativeProtocolInternal.swift:11:9: note: requirement '__width' declared here
var __width: State<CGFloat> { get }
^
/Users/admin/builder/spi-builder-workspace/Classes/Views/Not-MacOS/SegmentedControl.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: UIKitPlus.State<CGFloat> { $top }
^
/Users/admin/builder/spi-builder-workspace/Classes/Protocols/DeclarativeProtocolInternal.swift:12:9: note: requirement '__top' declared here
var __top: State<CGFloat> { get }
^
/Users/admin/builder/spi-builder-workspace/Classes/Views/Not-MacOS/SegmentedControl.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: UIKitPlus.State<CGFloat> { $leading }
^
/Users/admin/builder/spi-builder-workspace/Classes/Protocols/DeclarativeProtocolInternal.swift:13:9: note: requirement '__leading' declared here
var __leading: State<CGFloat> { get }
^
/Users/admin/builder/spi-builder-workspace/Classes/Views/Not-MacOS/SegmentedControl.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: UIKitPlus.State<CGFloat> { $left }
^
/Users/admin/builder/spi-builder-workspace/Classes/Protocols/DeclarativeProtocolInternal.swift:14:9: note: requirement '__left' declared here
var __left: State<CGFloat> { get }
^
/Users/admin/builder/spi-builder-workspace/Classes/Views/Not-MacOS/SegmentedControl.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: UIKitPlus.State<CGFloat> { $trailing }
^
/Users/admin/builder/spi-builder-workspace/Classes/Protocols/DeclarativeProtocolInternal.swift:15:9: note: requirement '__trailing' declared here
var __trailing: State<CGFloat> { get }
^
/Users/admin/builder/spi-builder-workspace/Classes/Views/Not-MacOS/SegmentedControl.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: UIKitPlus.State<CGFloat> { $right }
^
/Users/admin/builder/spi-builder-workspace/Classes/Protocols/DeclarativeProtocolInternal.swift:16:9: note: requirement '__right' declared here
var __right: State<CGFloat> { get }
^
/Users/admin/builder/spi-builder-workspace/Classes/Views/Not-MacOS/SegmentedControl.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: UIKitPlus.State<CGFloat> { $bottom }
^
/Users/admin/builder/spi-builder-workspace/Classes/Protocols/DeclarativeProtocolInternal.swift:17:9: note: requirement '__bottom' declared here
var __bottom: State<CGFloat> { get }
^
/Users/admin/builder/spi-builder-workspace/Classes/Views/Not-MacOS/SegmentedControl.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: UIKitPlus.State<CGFloat> { $centerX }
^
/Users/admin/builder/spi-builder-workspace/Classes/Protocols/DeclarativeProtocolInternal.swift:18:9: note: requirement '__centerX' declared here
var __centerX: State<CGFloat> { get }
^
/Users/admin/builder/spi-builder-workspace/Classes/Views/Not-MacOS/SegmentedControl.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: UIKitPlus.State<CGFloat> { $centerY }
^
/Users/admin/builder/spi-builder-workspace/Classes/Protocols/DeclarativeProtocolInternal.swift:19:9: note: requirement '__centerY' declared here
var __centerY: State<CGFloat> { get }
^
/Users/admin/builder/spi-builder-workspace/Classes/Views/Not-MacOS/SegmentedControl.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: USegmentedControl { 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/Not-MacOS/SegmentedControl.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<USegmentedControl>()
^
/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/Not-MacOS/SegmentedControl.swift:12:33: warning: main actor-isolated property 'height' cannot be used to satisfy nonisolated requirement from protocol 'DeclarativeProtocol'; this is an error in the Swift 6 language mode
@UIKitPlus.State public var height: CGFloat = 0
^
/Users/admin/builder/spi-builder-workspace/Classes/Protocols/DeclarativeProtocol.swift:15:9: note: requirement 'height' declared here
var height: CGFloat { get set }
^
/Users/admin/builder/spi-builder-workspace/Classes/Views/Not-MacOS/SegmentedControl.swift:13:33: warning: main actor-isolated property 'width' cannot be used to satisfy nonisolated requirement from protocol 'DeclarativeProtocol'; this is an error in the Swift 6 language mode
@UIKitPlus.State public var width: CGFloat = 0
^
/Users/admin/builder/spi-builder-workspace/Classes/Protocols/DeclarativeProtocol.swift:16:9: note: requirement 'width' declared here
var width: CGFloat { get set }
^
/Users/admin/builder/spi-builder-workspace/Classes/Views/Not-MacOS/SegmentedControl.swift:14:33: warning: main actor-isolated property 'top' cannot be used to satisfy nonisolated requirement from protocol 'DeclarativeProtocol'; this is an error in the Swift 6 language mode
@UIKitPlus.State public var top: CGFloat = 0
^
/Users/admin/builder/spi-builder-workspace/Classes/Protocols/DeclarativeProtocol.swift:17:9: note: requirement 'top' declared here
var top: CGFloat { get set }
^
/Users/admin/builder/spi-builder-workspace/Classes/Views/Not-MacOS/SegmentedControl.swift:15:33: warning: main actor-isolated property 'leading' cannot be used to satisfy nonisolated requirement from protocol 'DeclarativeProtocol'; this is an error in the Swift 6 language mode
@UIKitPlus.State public var leading: CGFloat = 0
^
/Users/admin/builder/spi-builder-workspace/Classes/Protocols/DeclarativeProtocol.swift:18:9: note: requirement 'leading' declared here
var leading: CGFloat { get set }
^
/Users/admin/builder/spi-builder-workspace/Classes/Views/Not-MacOS/SegmentedControl.swift:16:33: warning: main actor-isolated property 'left' cannot be used to satisfy nonisolated requirement from protocol 'DeclarativeProtocol'; this is an error in the Swift 6 language mode
@UIKitPlus.State public var left: CGFloat = 0
^
/Users/admin/builder/spi-builder-workspace/Classes/Protocols/DeclarativeProtocol.swift:19:9: note: requirement 'left' declared here
var left: CGFloat { get set }
^
/Users/admin/builder/spi-builder-workspace/Classes/Views/Not-MacOS/SegmentedControl.swift:17:33: warning: main actor-isolated property 'trailing' cannot be used to satisfy nonisolated requirement from protocol 'DeclarativeProtocol'; this is an error in the Swift 6 language mode
@UIKitPlus.State public var trailing: CGFloat = 0
^
/Users/admin/builder/spi-builder-workspace/Classes/Protocols/DeclarativeProtocol.swift:20:9: note: requirement 'trailing' declared here
var trailing: CGFloat { get set }
^
/Users/admin/builder/spi-builder-workspace/Classes/Views/Not-MacOS/SegmentedControl.swift:18:33: warning: main actor-isolated property 'right' cannot be used to satisfy nonisolated requirement from protocol 'DeclarativeProtocol'; this is an error in the Swift 6 language mode
@UIKitPlus.State public var right: CGFloat = 0
^
/Users/admin/builder/spi-builder-workspace/Classes/Protocols/DeclarativeProtocol.swift:21:9: note: requirement 'right' declared here
var right: CGFloat { get set }
^
/Users/admin/builder/spi-builder-workspace/Classes/Views/Not-MacOS/SegmentedControl.swift:19:33: warning: main actor-isolated property 'bottom' cannot be used to satisfy nonisolated requirement from protocol 'DeclarativeProtocol'; this is an error in the Swift 6 language mode
@UIKitPlus.State public var bottom: CGFloat = 0
^
/Users/admin/builder/spi-builder-workspace/Classes/Protocols/DeclarativeProtocol.swift:22:9: note: requirement 'bottom' declared here
var bottom: CGFloat { get set }
^
/Users/admin/builder/spi-builder-workspace/Classes/Views/Not-MacOS/SegmentedControl.swift:20:33: warning: main actor-isolated property 'centerX' cannot be used to satisfy nonisolated requirement from protocol 'DeclarativeProtocol'; this is an error in the Swift 6 language mode
@UIKitPlus.State public var centerX: CGFloat = 0
^
/Users/admin/builder/spi-builder-workspace/Classes/Protocols/DeclarativeProtocol.swift:23:9: note: requirement 'centerX' declared here
var centerX: CGFloat { get set }
^
/Users/admin/builder/spi-builder-workspace/Classes/Views/Not-MacOS/SegmentedControl.swift:21:33: warning: main actor-isolated property 'centerY' cannot be used to satisfy nonisolated requirement from protocol 'DeclarativeProtocol'; this is an error in the Swift 6 language mode
@UIKitPlus.State public var centerY: CGFloat = 0
^
/Users/admin/builder/spi-builder-workspace/Classes/Protocols/DeclarativeProtocol.swift:24:9: note: requirement 'centerY' declared here
var centerY: CGFloat { get set }
^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/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/Not-MacOS/SegmentedControl.swift:57:79: warning: variable 'self' was written to, but never read
registerForTraitChanges([UITraitUserInterfaceStyle.self]) { [weak self] (self: Self?, previousTraitCollection) in
^
/Users/admin/builder/spi-builder-workspace/Classes/Views/Not-MacOS/SegmentedControl.swift:75:9: warning: 'SegmentedControl' is deprecated: renamed to 'USegmentedControl'
SegmentedControl(items)
^
/Users/admin/builder/spi-builder-workspace/Classes/Views/Not-MacOS/SegmentedControl.swift:75:9: note: use 'USegmentedControl' instead
SegmentedControl(items)
^~~~~~~~~~~~~~~~
USegmentedControl
/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 }
^
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Classes/Views/Not-MacOS/SliderView.swift (in target 'UIKitPlus' from project 'UIKitPlus')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/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/Not-MacOS/SliderView.swift:13: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/Not-MacOS/SliderView.swift:10:55: note: add '@preconcurrency' to the 'DeclarativeProtocolInternal' conformance to defer isolation checking to run time
open class USlider: UISlider, 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/Not-MacOS/SliderView.swift:26:9: warning: main actor-isolated property '__height' cannot be used to satisfy nonisolated requirement from protocol 'DeclarativeProtocolInternal'; this is an error in the Swift 6 language mode
var __height: UIKitPlus.State<CGFloat> { $height }
^
/Users/admin/builder/spi-builder-workspace/Classes/Protocols/DeclarativeProtocolInternal.swift:10:9: note: requirement '__height' declared here
var __height: State<CGFloat> { get }
^
/Users/admin/builder/spi-builder-workspace/Classes/Views/Not-MacOS/SliderView.swift:27:9: warning: main actor-isolated property '__width' cannot be used to satisfy nonisolated requirement from protocol 'DeclarativeProtocolInternal'; this is an error in the Swift 6 language mode
var __width: UIKitPlus.State<CGFloat> { $width }
^
/Users/admin/builder/spi-builder-workspace/Classes/Protocols/DeclarativeProtocolInternal.swift:11:9: note: requirement '__width' declared here
var __width: State<CGFloat> { get }
^
/Users/admin/builder/spi-builder-workspace/Classes/Views/Not-MacOS/SliderView.swift:28:9: warning: main actor-isolated property '__top' cannot be used to satisfy nonisolated requirement from protocol 'DeclarativeProtocolInternal'; this is an error in the Swift 6 language mode
var __top: UIKitPlus.State<CGFloat> { $top }
^
/Users/admin/builder/spi-builder-workspace/Classes/Protocols/DeclarativeProtocolInternal.swift:12:9: note: requirement '__top' declared here
var __top: State<CGFloat> { get }
^
/Users/admin/builder/spi-builder-workspace/Classes/Views/Not-MacOS/SliderView.swift:29:9: warning: main actor-isolated property '__leading' cannot be used to satisfy nonisolated requirement from protocol 'DeclarativeProtocolInternal'; this is an error in the Swift 6 language mode
var __leading: UIKitPlus.State<CGFloat> { $leading }
^
/Users/admin/builder/spi-builder-workspace/Classes/Protocols/DeclarativeProtocolInternal.swift:13:9: note: requirement '__leading' declared here
var __leading: State<CGFloat> { get }
^
/Users/admin/builder/spi-builder-workspace/Classes/Views/Not-MacOS/SliderView.swift:30:9: warning: main actor-isolated property '__left' cannot be used to satisfy nonisolated requirement from protocol 'DeclarativeProtocolInternal'; this is an error in the Swift 6 language mode
var __left: UIKitPlus.State<CGFloat> { $left }
^
/Users/admin/builder/spi-builder-workspace/Classes/Protocols/DeclarativeProtocolInternal.swift:14:9: note: requirement '__left' declared here
var __left: State<CGFloat> { get }
^
/Users/admin/builder/spi-builder-workspace/Classes/Views/Not-MacOS/SliderView.swift:31:9: warning: main actor-isolated property '__trailing' cannot be used to satisfy nonisolated requirement from protocol 'DeclarativeProtocolInternal'; this is an error in the Swift 6 language mode
var __trailing: UIKitPlus.State<CGFloat> { $trailing }
^
/Users/admin/builder/spi-builder-workspace/Classes/Protocols/DeclarativeProtocolInternal.swift:15:9: note: requirement '__trailing' declared here
var __trailing: State<CGFloat> { get }
^
/Users/admin/builder/spi-builder-workspace/Classes/Views/Not-MacOS/SliderView.swift:32:9: warning: main actor-isolated property '__right' cannot be used to satisfy nonisolated requirement from protocol 'DeclarativeProtocolInternal'; this is an error in the Swift 6 language mode
var __right: UIKitPlus.State<CGFloat> { $right }
^
/Users/admin/builder/spi-builder-workspace/Classes/Protocols/DeclarativeProtocolInternal.swift:16:9: note: requirement '__right' declared here
var __right: State<CGFloat> { get }
^
/Users/admin/builder/spi-builder-workspace/Classes/Views/Not-MacOS/SliderView.swift:33:9: warning: main actor-isolated property '__bottom' cannot be used to satisfy nonisolated requirement from protocol 'DeclarativeProtocolInternal'; this is an error in the Swift 6 language mode
var __bottom: UIKitPlus.State<CGFloat> { $bottom }
^
/Users/admin/builder/spi-builder-workspace/Classes/Protocols/DeclarativeProtocolInternal.swift:17:9: note: requirement '__bottom' declared here
var __bottom: State<CGFloat> { get }
^
/Users/admin/builder/spi-builder-workspace/Classes/Views/Not-MacOS/SliderView.swift:34:9: warning: main actor-isolated property '__centerX' cannot be used to satisfy nonisolated requirement from protocol 'DeclarativeProtocolInternal'; this is an error in the Swift 6 language mode
var __centerX: UIKitPlus.State<CGFloat> { $centerX }
^
/Users/admin/builder/spi-builder-workspace/Classes/Protocols/DeclarativeProtocolInternal.swift:18:9: note: requirement '__centerX' declared here
var __centerX: State<CGFloat> { get }
^
/Users/admin/builder/spi-builder-workspace/Classes/Views/Not-MacOS/SliderView.swift:35:9: warning: main actor-isolated property '__centerY' cannot be used to satisfy nonisolated requirement from protocol 'DeclarativeProtocolInternal'; this is an error in the Swift 6 language mode
var __centerY: UIKitPlus.State<CGFloat> { $centerY }
^
/Users/admin/builder/spi-builder-workspace/Classes/Protocols/DeclarativeProtocolInternal.swift:19:9: note: requirement '__centerY' declared here
var __centerY: State<CGFloat> { get }
^
/Users/admin/builder/spi-builder-workspace/Classes/Views/Not-MacOS/SliderView.swift:11: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: USlider { 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/Not-MacOS/SliderView.swift:12: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<USlider>()
^
/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/Not-MacOS/SliderView.swift:15:33: warning: main actor-isolated property 'height' cannot be used to satisfy nonisolated requirement from protocol 'DeclarativeProtocol'; this is an error in the Swift 6 language mode
@UIKitPlus.State public var height: CGFloat = 0
^
/Users/admin/builder/spi-builder-workspace/Classes/Protocols/DeclarativeProtocol.swift:15:9: note: requirement 'height' declared here
var height: CGFloat { get set }
^
/Users/admin/builder/spi-builder-workspace/Classes/Views/Not-MacOS/SliderView.swift:16:33: warning: main actor-isolated property 'width' cannot be used to satisfy nonisolated requirement from protocol 'DeclarativeProtocol'; this is an error in the Swift 6 language mode
@UIKitPlus.State public var width: CGFloat = 0
^
/Users/admin/builder/spi-builder-workspace/Classes/Protocols/DeclarativeProtocol.swift:16:9: note: requirement 'width' declared here
var width: CGFloat { get set }
^
/Users/admin/builder/spi-builder-workspace/Classes/Views/Not-MacOS/SliderView.swift:17:33: warning: main actor-isolated property 'top' cannot be used to satisfy nonisolated requirement from protocol 'DeclarativeProtocol'; this is an error in the Swift 6 language mode
@UIKitPlus.State public var top: CGFloat = 0
^
/Users/admin/builder/spi-builder-workspace/Classes/Protocols/DeclarativeProtocol.swift:17:9: note: requirement 'top' declared here
var top: CGFloat { get set }
^
/Users/admin/builder/spi-builder-workspace/Classes/Views/Not-MacOS/SliderView.swift:18:33: warning: main actor-isolated property 'leading' cannot be used to satisfy nonisolated requirement from protocol 'DeclarativeProtocol'; this is an error in the Swift 6 language mode
@UIKitPlus.State public var leading: CGFloat = 0
^
/Users/admin/builder/spi-builder-workspace/Classes/Protocols/DeclarativeProtocol.swift:18:9: note: requirement 'leading' declared here
var leading: CGFloat { get set }
^
/Users/admin/builder/spi-builder-workspace/Classes/Views/Not-MacOS/SliderView.swift:19:33: warning: main actor-isolated property 'left' cannot be used to satisfy nonisolated requirement from protocol 'DeclarativeProtocol'; this is an error in the Swift 6 language mode
@UIKitPlus.State public var left: CGFloat = 0
^
/Users/admin/builder/spi-builder-workspace/Classes/Protocols/DeclarativeProtocol.swift:19:9: note: requirement 'left' declared here
var left: CGFloat { get set }
^
/Users/admin/builder/spi-builder-workspace/Classes/Views/Not-MacOS/SliderView.swift:20:33: warning: main actor-isolated property 'trailing' cannot be used to satisfy nonisolated requirement from protocol 'DeclarativeProtocol'; this is an error in the Swift 6 language mode
@UIKitPlus.State public var trailing: CGFloat = 0
^
/Users/admin/builder/spi-builder-workspace/Classes/Protocols/DeclarativeProtocol.swift:20:9: note: requirement 'trailing' declared here
var trailing: CGFloat { get set }
^
/Users/admin/builder/spi-builder-workspace/Classes/Views/Not-MacOS/SliderView.swift:21:33: warning: main actor-isolated property 'right' cannot be used to satisfy nonisolated requirement from protocol 'DeclarativeProtocol'; this is an error in the Swift 6 language mode
@UIKitPlus.State public var right: CGFloat = 0
^
/Users/admin/builder/spi-builder-workspace/Classes/Protocols/DeclarativeProtocol.swift:21:9: note: requirement 'right' declared here
var right: CGFloat { get set }
^
/Users/admin/builder/spi-builder-workspace/Classes/Views/Not-MacOS/SliderView.swift:22:33: warning: main actor-isolated property 'bottom' cannot be used to satisfy nonisolated requirement from protocol 'DeclarativeProtocol'; this is an error in the Swift 6 language mode
@UIKitPlus.State public var bottom: CGFloat = 0
^
/Users/admin/builder/spi-builder-workspace/Classes/Protocols/DeclarativeProtocol.swift:22:9: note: requirement 'bottom' declared here
var bottom: CGFloat { get set }
^
/Users/admin/builder/spi-builder-workspace/Classes/Views/Not-MacOS/SliderView.swift:23:33: warning: main actor-isolated property 'centerX' cannot be used to satisfy nonisolated requirement from protocol 'DeclarativeProtocol'; this is an error in the Swift 6 language mode
@UIKitPlus.State public var centerX: CGFloat = 0
^
/Users/admin/builder/spi-builder-workspace/Classes/Protocols/DeclarativeProtocol.swift:23:9: note: requirement 'centerX' declared here
var centerX: CGFloat { get set }
^
/Users/admin/builder/spi-builder-workspace/Classes/Views/Not-MacOS/SliderView.swift:24:33: warning: main actor-isolated property 'centerY' cannot be used to satisfy nonisolated requirement from protocol 'DeclarativeProtocol'; this is an error in the Swift 6 language mode
@UIKitPlus.State public var centerY: CGFloat = 0
^
/Users/admin/builder/spi-builder-workspace/Classes/Protocols/DeclarativeProtocol.swift:24:9: note: requirement 'centerY' declared here
var centerY: CGFloat { get set }
^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/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/Not-MacOS/SliderView.swift:51:79: warning: variable 'self' was written to, but never read
registerForTraitChanges([UITraitUserInterfaceStyle.self]) { [weak self] (self: Self?, previousTraitCollection) in
^
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Classes/Views/Not-MacOS/StaticListCell.swift (in target 'UIKitPlus' from project 'UIKitPlus')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/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 }
^
SwiftDriverJobDiscovery normal arm64 Compiling BezelStyleable.swift, Bezeledable.swift, BodyBuilderItem.swift, Borderedable.swift, BulletsEchoable.swift, Cellable.swift, Cleanupable.swift, Colorable.swift, ConstraintValue.swift, Contextable.swift, Continuousable.swift, ControlStateable.swift, DeclarativeProtocol.swift, DeclarativeProtocolInternal.swift, EditableStackView.swift, Editableable.swift, Enableable.swift, FirstResponderRefusable.swift, FocusRingTypeable.swift, Fontable.swift, GestureDelegatorable.swift, GestureRecognizerable.swift, GestureTrackable.swift, Hiddenable.swift (in target 'UIKitPlus' from project 'UIKitPlus')
SwiftDriverJobDiscovery normal arm64 Compiling DeclarativeProtocol+Rasterize.swift, DeclarativeProtocol+Rotation.swift, DeclarativeProtocol+ScreenEdgePan.swift, DeclarativeProtocol+Shadow.swift, DeclarativeProtocol+Swipe.swift, DeclarativeProtocol+Tag.swift, DeclarativeProtocol+Tap.swift, DeclarativeProtocol+Tint.swift, DeclarativeProtocol+UserInteraction.swift, NSEvent+Key.swift, NSLayoutConstraint+Activated.swift, NSLayoutConstraint+AllAttributes.swift, NSLayoutConstraint+Update.swift, NSSound+System.swift, NSView+BringToFront.swift, NavigationController+FadeTo.swift, NotificationCenter+Name.swift, Number+ConstraintValue.swift, Numeric+Device.swift, String+AttributedString.swift, String+LocalizedString.swift, String+SegmentControlable.swift, TableView+Cellable.swift, UIColor+Aplha.swift, UIColor+Dynamic.swift (in target 'UIKitPlus' from project 'UIKitPlus')
SwiftDriverJobDiscovery normal arm64 Compiling GestureDelegator.swift, GestureTracker.swift, HoverGestureRecognizer.swift, ImageLoader.swift, ImpactFeedback.swift, Localization.swift, LongPressGestureRecognizer.swift, MagnificationGestureRecognizer.swift, PanGestureRecognizer.swift, ParagraphStyle.swift, PinchGestureRecognizer.swift, PreConstraint.swift, PressGestureRecognizer.swift, Properties.swift, PropertiesInternal.swift, RotationGestureRecognizer.swift, ScreenEdgePanGestureRecognizer.swift, SwipeGestureRecognizer.swift, TapGestureRecognizer.swift, TextViewDelegate.swift, UIViewPropertyAnimator.swift, Alternateable.swift, AnyScene.swift, ArrowPositionable.swift, BackgroundColorable.swift (in target 'UIKitPlus' from project 'UIKitPlus')
SwiftDriverJobDiscovery normal arm64 Compiling 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')
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
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')
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.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/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/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 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 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')
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')
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-06-14 17:00:22.567 appintentsmetadataprocessor[721:4459] Starting appintentsmetadataprocessor export
2025-06-14 17:00:22.613 appintentsmetadataprocessor[721:4459] 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.