Build Information
Successful build of YCoreUI, reference 1.7.0 (38f2a2
), with Swift 6.1 for iOS using Xcode 16.3 on 27 Apr 2025 22:08:03 UTC.
Swift 6 data race errors: 26
Build Command
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme YCoreUI -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
@property (readonly) CGFloat multiplier;
^
/Users/admin/builder/spi-builder-workspace/Tests/YCoreUITests/Extensions/UIKit/UIView+constrainAnchorTests.swift:108:43: warning: main actor-isolated property 'constant' can not be referenced from a nonisolated autoclosure; this is an error in the Swift 6 language mode
XCTAssertEqual(constraint.constant, offset)
^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSLayoutConstraint.h:178:19: note: property declared here
@property CGFloat constant;
^
/Users/admin/builder/spi-builder-workspace/Tests/YCoreUITests/Extensions/UIKit/UIView+constrainAnchorTests.swift:109:43: warning: main actor-isolated property 'priority' can not be referenced from a nonisolated autoclosure; this is an error in the Swift 6 language mode
XCTAssertEqual(constraint.priority, priority)
^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSLayoutConstraint.h:149:28: note: property declared here
@property UILayoutPriority priority;
^
/Users/admin/builder/spi-builder-workspace/Tests/YCoreUITests/Extensions/UIKit/UIView+constrainAnchorTests.swift:110:43: warning: main actor-isolated property 'isActive' can not be referenced from a nonisolated autoclosure; this is an error in the Swift 6 language mode
XCTAssertEqual(constraint.isActive, isActive)
^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSLayoutConstraint.h:181:34: note: property declared here
@property (getter=isActive) BOOL active API_AVAILABLE(macos(10.10), ios(8.0));
^
/Users/admin/builder/spi-builder-workspace/Tests/YCoreUITests/Extensions/UIKit/UIView+constrainAnchorTests.swift:115:34: warning: main actor-isolated property 'translatesAutoresizingMaskIntoConstraints' can not be referenced from a nonisolated autoclosure; this is an error in the Swift 6 language mode
XCTAssertFalse(sut.view1.translatesAutoresizingMaskIntoConstraints)
^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:464:27: note: property declared here
@property(nonatomic) BOOL translatesAutoresizingMaskIntoConstraints API_AVAILABLE(ios(6.0)); // Default YES
^
/Users/admin/builder/spi-builder-workspace/Tests/YCoreUITests/Extensions/UIKit/UIView+constrainAnchorTests.swift:121:36: warning: main actor-isolated property 'topAnchor' can not be referenced from a nonisolated context; this is an error in the Swift 6 language mode
(.topAnchor, sut.view2.topAnchor),
^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:576:59: note: property declared here
@property(nonatomic,readonly,strong) NSLayoutYAxisAnchor *topAnchor API_AVAILABLE(ios(9.0));
^
/Users/admin/builder/spi-builder-workspace/Tests/YCoreUITests/Extensions/UIKit/UIView+constrainAnchorTests.swift:118:10: note: add '@MainActor' to make instance method 'testYAxisConstraints()' part of global actor 'MainActor'
func testYAxisConstraints() {
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Tests/YCoreUITests/Extensions/UIKit/UIView+constrainAnchorTests.swift:122:40: warning: main actor-isolated property 'centerYAnchor' can not be referenced from a nonisolated context; this is an error in the Swift 6 language mode
(.centerYAnchor, sut.view2.centerYAnchor),
^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:581:59: note: property declared here
@property(nonatomic,readonly,strong) NSLayoutYAxisAnchor *centerYAnchor API_AVAILABLE(ios(9.0));
^
/Users/admin/builder/spi-builder-workspace/Tests/YCoreUITests/Extensions/UIKit/UIView+constrainAnchorTests.swift:118:10: note: add '@MainActor' to make instance method 'testYAxisConstraints()' part of global actor 'MainActor'
func testYAxisConstraints() {
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Tests/YCoreUITests/Extensions/UIKit/UIView+constrainAnchorTests.swift:123:39: warning: main actor-isolated property 'bottomAnchor' can not be referenced from a nonisolated context; this is an error in the Swift 6 language mode
(.bottomAnchor, sut.view2.bottomAnchor)
^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:577:59: note: property declared here
@property(nonatomic,readonly,strong) NSLayoutYAxisAnchor *bottomAnchor API_AVAILABLE(ios(9.0));
^
/Users/admin/builder/spi-builder-workspace/Tests/YCoreUITests/Extensions/UIKit/UIView+constrainAnchorTests.swift:118:10: note: add '@MainActor' to make instance method 'testYAxisConstraints()' part of global actor 'MainActor'
func testYAxisConstraints() {
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Tests/YCoreUITests/Extensions/UIKit/UIView+constrainAnchorTests.swift:126:29: warning: main actor-isolated property 'translatesAutoresizingMaskIntoConstraints' can not be referenced from a nonisolated autoclosure; this is an error in the Swift 6 language mode
XCTAssert(sut.view1.translatesAutoresizingMaskIntoConstraints)
^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:464:27: note: property declared here
@property(nonatomic) BOOL translatesAutoresizingMaskIntoConstraints API_AVAILABLE(ios(6.0)); // Default YES
^
/Users/admin/builder/spi-builder-workspace/Tests/YCoreUITests/Extensions/UIKit/UIView+constrainAnchorTests.swift:134:44: warning: call to main actor-isolated instance method 'constrain(_:to:relatedBy:constant:priority:isActive:)' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
let constraint = sut.view1.constrain(
^
/Users/admin/builder/spi-builder-workspace/Sources/YCoreUI/Extensions/UIKit/UIView+constrainAnchor.swift:151:36: note: calls to instance method 'constrain(_:to:relatedBy:constant:priority:isActive:)' from outside of its actor context are implicitly asynchronous
@discardableResult public func constrain(
^
/Users/admin/builder/spi-builder-workspace/Tests/YCoreUITests/Extensions/UIKit/UIView+constrainAnchorTests.swift:143:43: warning: main actor-isolated property 'firstItem' can not be referenced from a nonisolated autoclosure; this is an error in the Swift 6 language mode
XCTAssertEqual(constraint.firstItem as? UIView, sut.view1)
^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSLayoutConstraint.h:163:43: note: property declared here
@property (nullable, readonly, assign) id firstItem;
^
/Users/admin/builder/spi-builder-workspace/Tests/YCoreUITests/Extensions/UIKit/UIView+constrainAnchorTests.swift:144:43: warning: main actor-isolated property 'secondItem' can not be referenced from a nonisolated autoclosure; this is an error in the Swift 6 language mode
XCTAssertEqual(constraint.secondItem as? UIView, sut.view2)
^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSLayoutConstraint.h:164:43: note: property declared here
@property (nullable, readonly, assign) id secondItem;
^
/Users/admin/builder/spi-builder-workspace/Tests/YCoreUITests/Extensions/UIKit/UIView+constrainAnchorTests.swift:148:47: warning: main actor-isolated property 'firstAttribute' can not be referenced from a nonisolated autoclosure; this is an error in the Swift 6 language mode
XCTAssertEqual(constraint.firstAttribute, .top)
^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSLayoutConstraint.h:165:40: note: property declared here
@property (readonly) NSLayoutAttribute firstAttribute;
^
/Users/admin/builder/spi-builder-workspace/Tests/YCoreUITests/Extensions/UIKit/UIView+constrainAnchorTests.swift:150:47: warning: main actor-isolated property 'firstAttribute' can not be referenced from a nonisolated autoclosure; this is an error in the Swift 6 language mode
XCTAssertEqual(constraint.firstAttribute, .centerY)
^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSLayoutConstraint.h:165:40: note: property declared here
@property (readonly) NSLayoutAttribute firstAttribute;
^
/Users/admin/builder/spi-builder-workspace/Tests/YCoreUITests/Extensions/UIKit/UIView+constrainAnchorTests.swift:152:47: warning: main actor-isolated property 'firstAttribute' can not be referenced from a nonisolated autoclosure; this is an error in the Swift 6 language mode
XCTAssertEqual(constraint.firstAttribute, .bottom)
^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSLayoutConstraint.h:165:40: note: property declared here
@property (readonly) NSLayoutAttribute firstAttribute;
^
/Users/admin/builder/spi-builder-workspace/Tests/YCoreUITests/Extensions/UIKit/UIView+constrainAnchorTests.swift:157:43: warning: main actor-isolated property 'firstAttribute' can not be referenced from a nonisolated autoclosure; this is an error in the Swift 6 language mode
XCTAssertEqual(constraint.firstAttribute, constraint.secondAttribute)
^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSLayoutConstraint.h:165:40: note: property declared here
@property (readonly) NSLayoutAttribute firstAttribute;
^
/Users/admin/builder/spi-builder-workspace/Tests/YCoreUITests/Extensions/UIKit/UIView+constrainAnchorTests.swift:157:70: warning: main actor-isolated property 'secondAttribute' can not be referenced from a nonisolated autoclosure; this is an error in the Swift 6 language mode
XCTAssertEqual(constraint.firstAttribute, constraint.secondAttribute)
^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSLayoutConstraint.h:166:40: note: property declared here
@property (readonly) NSLayoutAttribute secondAttribute;
^
/Users/admin/builder/spi-builder-workspace/Tests/YCoreUITests/Extensions/UIKit/UIView+constrainAnchorTests.swift:158:43: warning: main actor-isolated property 'relation' can not be referenced from a nonisolated autoclosure; this is an error in the Swift 6 language mode
XCTAssertEqual(constraint.relation, relation)
^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSLayoutConstraint.h:173:39: note: property declared here
@property (readonly) NSLayoutRelation relation;
^
/Users/admin/builder/spi-builder-workspace/Tests/YCoreUITests/Extensions/UIKit/UIView+constrainAnchorTests.swift:159:43: warning: main actor-isolated property 'multiplier' can not be referenced from a nonisolated autoclosure; this is an error in the Swift 6 language mode
XCTAssertEqual(constraint.multiplier, 1)
^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSLayoutConstraint.h:174:30: note: property declared here
@property (readonly) CGFloat multiplier;
^
/Users/admin/builder/spi-builder-workspace/Tests/YCoreUITests/Extensions/UIKit/UIView+constrainAnchorTests.swift:160:43: warning: main actor-isolated property 'constant' can not be referenced from a nonisolated autoclosure; this is an error in the Swift 6 language mode
XCTAssertEqual(constraint.constant, offset)
^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSLayoutConstraint.h:178:19: note: property declared here
@property CGFloat constant;
^
/Users/admin/builder/spi-builder-workspace/Tests/YCoreUITests/Extensions/UIKit/UIView+constrainAnchorTests.swift:161:43: warning: main actor-isolated property 'priority' can not be referenced from a nonisolated autoclosure; this is an error in the Swift 6 language mode
XCTAssertEqual(constraint.priority, priority)
^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSLayoutConstraint.h:149:28: note: property declared here
@property UILayoutPriority priority;
^
/Users/admin/builder/spi-builder-workspace/Tests/YCoreUITests/Extensions/UIKit/UIView+constrainAnchorTests.swift:162:43: warning: main actor-isolated property 'isActive' can not be referenced from a nonisolated autoclosure; this is an error in the Swift 6 language mode
XCTAssertEqual(constraint.isActive, isActive)
^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSLayoutConstraint.h:181:34: note: property declared here
@property (getter=isActive) BOOL active API_AVAILABLE(macos(10.10), ios(8.0));
^
/Users/admin/builder/spi-builder-workspace/Tests/YCoreUITests/Extensions/UIKit/UIView+constrainAnchorTests.swift:167:34: warning: main actor-isolated property 'translatesAutoresizingMaskIntoConstraints' can not be referenced from a nonisolated autoclosure; this is an error in the Swift 6 language mode
XCTAssertFalse(sut.view1.translatesAutoresizingMaskIntoConstraints)
^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:464:27: note: property declared here
@property(nonatomic) BOOL translatesAutoresizingMaskIntoConstraints API_AVAILABLE(ios(6.0)); // Default YES
^
/Users/admin/builder/spi-builder-workspace/Tests/YCoreUITests/Extensions/UIKit/UIView+constrainAnchorTests.swift:173:61: warning: main actor-isolated property 'topAnchor' can not be referenced from a nonisolated context; this is an error in the Swift 6 language mode
(.topMarginAnchor, sut.view2.layoutMarginsGuide.topAnchor),
^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UILayoutGuide.h:50:59: note: property declared here
@property(nonatomic,readonly,strong) NSLayoutYAxisAnchor *topAnchor;
^
/Users/admin/builder/spi-builder-workspace/Tests/YCoreUITests/Extensions/UIKit/UIView+constrainAnchorTests.swift:170:10: note: add '@MainActor' to make instance method 'testYAxisMarginConstraints()' part of global actor 'MainActor'
func testYAxisMarginConstraints() {
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Tests/YCoreUITests/Extensions/UIKit/UIView+constrainAnchorTests.swift:173:42: warning: main actor-isolated property 'layoutMarginsGuide' can not be referenced from a nonisolated context; this is an error in the Swift 6 language mode
(.topMarginAnchor, sut.view2.layoutMarginsGuide.topAnchor),
^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:280:43: note: property declared here
@property(readonly,strong) UILayoutGuide *layoutMarginsGuide API_AVAILABLE(ios(9.0));
^
/Users/admin/builder/spi-builder-workspace/Tests/YCoreUITests/Extensions/UIKit/UIView+constrainAnchorTests.swift:170:10: note: add '@MainActor' to make instance method 'testYAxisMarginConstraints()' part of global actor 'MainActor'
func testYAxisMarginConstraints() {
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Tests/YCoreUITests/Extensions/UIKit/UIView+constrainAnchorTests.swift:174:65: warning: main actor-isolated property 'centerYAnchor' can not be referenced from a nonisolated context; this is an error in the Swift 6 language mode
(.centerYMarginAnchor, sut.view2.layoutMarginsGuide.centerYAnchor),
^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UILayoutGuide.h:55:59: note: property declared here
@property(nonatomic,readonly,strong) NSLayoutYAxisAnchor *centerYAnchor;
^
/Users/admin/builder/spi-builder-workspace/Tests/YCoreUITests/Extensions/UIKit/UIView+constrainAnchorTests.swift:170:10: note: add '@MainActor' to make instance method 'testYAxisMarginConstraints()' part of global actor 'MainActor'
func testYAxisMarginConstraints() {
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Tests/YCoreUITests/Extensions/UIKit/UIView+constrainAnchorTests.swift:174:46: warning: main actor-isolated property 'layoutMarginsGuide' can not be referenced from a nonisolated context; this is an error in the Swift 6 language mode
(.centerYMarginAnchor, sut.view2.layoutMarginsGuide.centerYAnchor),
^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:280:43: note: property declared here
@property(readonly,strong) UILayoutGuide *layoutMarginsGuide API_AVAILABLE(ios(9.0));
^
/Users/admin/builder/spi-builder-workspace/Tests/YCoreUITests/Extensions/UIKit/UIView+constrainAnchorTests.swift:170:10: note: add '@MainActor' to make instance method 'testYAxisMarginConstraints()' part of global actor 'MainActor'
func testYAxisMarginConstraints() {
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Tests/YCoreUITests/Extensions/UIKit/UIView+constrainAnchorTests.swift:175:64: warning: main actor-isolated property 'bottomAnchor' can not be referenced from a nonisolated context; this is an error in the Swift 6 language mode
(.bottomMarginAnchor, sut.view2.layoutMarginsGuide.bottomAnchor)
^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UILayoutGuide.h:51:59: note: property declared here
@property(nonatomic,readonly,strong) NSLayoutYAxisAnchor *bottomAnchor;
^
/Users/admin/builder/spi-builder-workspace/Tests/YCoreUITests/Extensions/UIKit/UIView+constrainAnchorTests.swift:170:10: note: add '@MainActor' to make instance method 'testYAxisMarginConstraints()' part of global actor 'MainActor'
func testYAxisMarginConstraints() {
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Tests/YCoreUITests/Extensions/UIKit/UIView+constrainAnchorTests.swift:175:45: warning: main actor-isolated property 'layoutMarginsGuide' can not be referenced from a nonisolated context; this is an error in the Swift 6 language mode
(.bottomMarginAnchor, sut.view2.layoutMarginsGuide.bottomAnchor)
^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:280:43: note: property declared here
@property(readonly,strong) UILayoutGuide *layoutMarginsGuide API_AVAILABLE(ios(9.0));
^
/Users/admin/builder/spi-builder-workspace/Tests/YCoreUITests/Extensions/UIKit/UIView+constrainAnchorTests.swift:170:10: note: add '@MainActor' to make instance method 'testYAxisMarginConstraints()' part of global actor 'MainActor'
func testYAxisMarginConstraints() {
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Tests/YCoreUITests/Extensions/UIKit/UIView+constrainAnchorTests.swift:178:29: warning: main actor-isolated property 'translatesAutoresizingMaskIntoConstraints' can not be referenced from a nonisolated autoclosure; this is an error in the Swift 6 language mode
XCTAssert(sut.view1.translatesAutoresizingMaskIntoConstraints)
^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:464:27: note: property declared here
@property(nonatomic) BOOL translatesAutoresizingMaskIntoConstraints API_AVAILABLE(ios(6.0)); // Default YES
^
/Users/admin/builder/spi-builder-workspace/Tests/YCoreUITests/Extensions/UIKit/UIView+constrainAnchorTests.swift:186:44: warning: call to main actor-isolated instance method 'constrain(_:to:relatedBy:constant:priority:isActive:)' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
let constraint = sut.view1.constrain(
^
/Users/admin/builder/spi-builder-workspace/Sources/YCoreUI/Extensions/UIKit/UIView+constrainAnchor.swift:151:36: note: calls to instance method 'constrain(_:to:relatedBy:constant:priority:isActive:)' from outside of its actor context are implicitly asynchronous
@discardableResult public func constrain(
^
/Users/admin/builder/spi-builder-workspace/Tests/YCoreUITests/Extensions/UIKit/UIView+constrainAnchorTests.swift:195:43: warning: main actor-isolated property 'firstItem' can not be referenced from a nonisolated autoclosure; this is an error in the Swift 6 language mode
XCTAssertEqual(constraint.firstItem as? UILayoutGuide, sut.view1.layoutMarginsGuide)
^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSLayoutConstraint.h:163:43: note: property declared here
@property (nullable, readonly, assign) id firstItem;
^
/Users/admin/builder/spi-builder-workspace/Tests/YCoreUITests/Extensions/UIKit/UIView+constrainAnchorTests.swift:195:82: warning: main actor-isolated property 'layoutMarginsGuide' can not be referenced from a nonisolated autoclosure; this is an error in the Swift 6 language mode
XCTAssertEqual(constraint.firstItem as? UILayoutGuide, sut.view1.layoutMarginsGuide)
^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:280:43: note: property declared here
@property(readonly,strong) UILayoutGuide *layoutMarginsGuide API_AVAILABLE(ios(9.0));
^
/Users/admin/builder/spi-builder-workspace/Tests/YCoreUITests/Extensions/UIKit/UIView+constrainAnchorTests.swift:196:43: warning: main actor-isolated property 'secondItem' can not be referenced from a nonisolated autoclosure; this is an error in the Swift 6 language mode
XCTAssertEqual(constraint.secondItem as? UILayoutGuide, sut.view2.layoutMarginsGuide)
^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSLayoutConstraint.h:164:43: note: property declared here
@property (nullable, readonly, assign) id secondItem;
^
/Users/admin/builder/spi-builder-workspace/Tests/YCoreUITests/Extensions/UIKit/UIView+constrainAnchorTests.swift:196:83: warning: main actor-isolated property 'layoutMarginsGuide' can not be referenced from a nonisolated autoclosure; this is an error in the Swift 6 language mode
XCTAssertEqual(constraint.secondItem as? UILayoutGuide, sut.view2.layoutMarginsGuide)
^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:280:43: note: property declared here
@property(readonly,strong) UILayoutGuide *layoutMarginsGuide API_AVAILABLE(ios(9.0));
^
/Users/admin/builder/spi-builder-workspace/Tests/YCoreUITests/Extensions/UIKit/UIView+constrainAnchorTests.swift:200:47: warning: main actor-isolated property 'firstAttribute' can not be referenced from a nonisolated autoclosure; this is an error in the Swift 6 language mode
XCTAssertEqual(constraint.firstAttribute, .top)
^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSLayoutConstraint.h:165:40: note: property declared here
@property (readonly) NSLayoutAttribute firstAttribute;
^
/Users/admin/builder/spi-builder-workspace/Tests/YCoreUITests/Extensions/UIKit/UIView+constrainAnchorTests.swift:202:47: warning: main actor-isolated property 'firstAttribute' can not be referenced from a nonisolated autoclosure; this is an error in the Swift 6 language mode
XCTAssertEqual(constraint.firstAttribute, .centerY)
^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSLayoutConstraint.h:165:40: note: property declared here
@property (readonly) NSLayoutAttribute firstAttribute;
^
/Users/admin/builder/spi-builder-workspace/Tests/YCoreUITests/Extensions/UIKit/UIView+constrainAnchorTests.swift:204:47: warning: main actor-isolated property 'firstAttribute' can not be referenced from a nonisolated autoclosure; this is an error in the Swift 6 language mode
XCTAssertEqual(constraint.firstAttribute, .bottom)
^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSLayoutConstraint.h:165:40: note: property declared here
@property (readonly) NSLayoutAttribute firstAttribute;
^
/Users/admin/builder/spi-builder-workspace/Tests/YCoreUITests/Extensions/UIKit/UIView+constrainAnchorTests.swift:209:43: warning: main actor-isolated property 'firstAttribute' can not be referenced from a nonisolated autoclosure; this is an error in the Swift 6 language mode
XCTAssertEqual(constraint.firstAttribute, constraint.secondAttribute)
^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSLayoutConstraint.h:165:40: note: property declared here
@property (readonly) NSLayoutAttribute firstAttribute;
^
/Users/admin/builder/spi-builder-workspace/Tests/YCoreUITests/Extensions/UIKit/UIView+constrainAnchorTests.swift:209:70: warning: main actor-isolated property 'secondAttribute' can not be referenced from a nonisolated autoclosure; this is an error in the Swift 6 language mode
XCTAssertEqual(constraint.firstAttribute, constraint.secondAttribute)
^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSLayoutConstraint.h:166:40: note: property declared here
@property (readonly) NSLayoutAttribute secondAttribute;
^
/Users/admin/builder/spi-builder-workspace/Tests/YCoreUITests/Extensions/UIKit/UIView+constrainAnchorTests.swift:210:43: warning: main actor-isolated property 'relation' can not be referenced from a nonisolated autoclosure; this is an error in the Swift 6 language mode
XCTAssertEqual(constraint.relation, relation)
^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSLayoutConstraint.h:173:39: note: property declared here
@property (readonly) NSLayoutRelation relation;
^
/Users/admin/builder/spi-builder-workspace/Tests/YCoreUITests/Extensions/UIKit/UIView+constrainAnchorTests.swift:211:43: warning: main actor-isolated property 'multiplier' can not be referenced from a nonisolated autoclosure; this is an error in the Swift 6 language mode
XCTAssertEqual(constraint.multiplier, 1)
^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSLayoutConstraint.h:174:30: note: property declared here
@property (readonly) CGFloat multiplier;
^
/Users/admin/builder/spi-builder-workspace/Tests/YCoreUITests/Extensions/UIKit/UIView+constrainAnchorTests.swift:212:43: warning: main actor-isolated property 'constant' can not be referenced from a nonisolated autoclosure; this is an error in the Swift 6 language mode
XCTAssertEqual(constraint.constant, offset)
^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSLayoutConstraint.h:178:19: note: property declared here
@property CGFloat constant;
^
/Users/admin/builder/spi-builder-workspace/Tests/YCoreUITests/Extensions/UIKit/UIView+constrainAnchorTests.swift:213:43: warning: main actor-isolated property 'priority' can not be referenced from a nonisolated autoclosure; this is an error in the Swift 6 language mode
XCTAssertEqual(constraint.priority, priority)
^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSLayoutConstraint.h:149:28: note: property declared here
@property UILayoutPriority priority;
^
/Users/admin/builder/spi-builder-workspace/Tests/YCoreUITests/Extensions/UIKit/UIView+constrainAnchorTests.swift:214:43: warning: main actor-isolated property 'isActive' can not be referenced from a nonisolated autoclosure; this is an error in the Swift 6 language mode
XCTAssertEqual(constraint.isActive, isActive)
^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSLayoutConstraint.h:181:34: note: property declared here
@property (getter=isActive) BOOL active API_AVAILABLE(macos(10.10), ios(8.0));
^
/Users/admin/builder/spi-builder-workspace/Tests/YCoreUITests/Extensions/UIKit/UIView+constrainAnchorTests.swift:219:34: warning: main actor-isolated property 'translatesAutoresizingMaskIntoConstraints' can not be referenced from a nonisolated autoclosure; this is an error in the Swift 6 language mode
XCTAssertFalse(sut.view1.translatesAutoresizingMaskIntoConstraints)
^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:464:27: note: property declared here
@property(nonatomic) BOOL translatesAutoresizingMaskIntoConstraints API_AVAILABLE(ios(6.0)); // Default YES
^
/Users/admin/builder/spi-builder-workspace/Tests/YCoreUITests/Extensions/UIKit/UIView+constrainAnchorTests.swift:226:29: warning: main actor-isolated property 'translatesAutoresizingMaskIntoConstraints' can not be referenced from a nonisolated autoclosure; this is an error in the Swift 6 language mode
XCTAssert(sut.view1.translatesAutoresizingMaskIntoConstraints)
^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:464:27: note: property declared here
@property(nonatomic) BOOL translatesAutoresizingMaskIntoConstraints API_AVAILABLE(ios(6.0)); // Default YES
^
/Users/admin/builder/spi-builder-workspace/Tests/YCoreUITests/Extensions/UIKit/UIView+constrainAnchorTests.swift:234:44: warning: call to main actor-isolated instance method 'constrain(_:relatedBy:constant:priority:isActive:)' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
let constraint = sut.view1.constrain(
^
/Users/admin/builder/spi-builder-workspace/Sources/YCoreUI/Extensions/UIKit/UIView+constrainAnchor.swift:207:36: note: calls to instance method 'constrain(_:relatedBy:constant:priority:isActive:)' from outside of its actor context are implicitly asynchronous
@discardableResult public func constrain(
^
/Users/admin/builder/spi-builder-workspace/Tests/YCoreUITests/Extensions/UIKit/UIView+constrainAnchorTests.swift:242:43: warning: main actor-isolated property 'firstItem' can not be referenced from a nonisolated autoclosure; this is an error in the Swift 6 language mode
XCTAssertEqual(constraint.firstItem as? UIView, sut.view1)
^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSLayoutConstraint.h:163:43: note: property declared here
@property (nullable, readonly, assign) id firstItem;
^
/Users/admin/builder/spi-builder-workspace/Tests/YCoreUITests/Extensions/UIKit/UIView+constrainAnchorTests.swift:243:41: warning: main actor-isolated property 'secondItem' can not be referenced from a nonisolated autoclosure; this is an error in the Swift 6 language mode
XCTAssertNil(constraint.secondItem as? UIView)
^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSLayoutConstraint.h:164:43: note: property declared here
@property (nullable, readonly, assign) id secondItem;
^
/Users/admin/builder/spi-builder-workspace/Tests/YCoreUITests/Extensions/UIKit/UIView+constrainAnchorTests.swift:247:47: warning: main actor-isolated property 'firstAttribute' can not be referenced from a nonisolated autoclosure; this is an error in the Swift 6 language mode
XCTAssertEqual(constraint.firstAttribute, .height)
^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSLayoutConstraint.h:165:40: note: property declared here
@property (readonly) NSLayoutAttribute firstAttribute;
^
/Users/admin/builder/spi-builder-workspace/Tests/YCoreUITests/Extensions/UIKit/UIView+constrainAnchorTests.swift:249:47: warning: main actor-isolated property 'firstAttribute' can not be referenced from a nonisolated autoclosure; this is an error in the Swift 6 language mode
XCTAssertEqual(constraint.firstAttribute, .width)
^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSLayoutConstraint.h:165:40: note: property declared here
@property (readonly) NSLayoutAttribute firstAttribute;
^
/Users/admin/builder/spi-builder-workspace/Tests/YCoreUITests/Extensions/UIKit/UIView+constrainAnchorTests.swift:252:43: warning: main actor-isolated property 'secondAttribute' can not be referenced from a nonisolated autoclosure; this is an error in the Swift 6 language mode
XCTAssertEqual(constraint.secondAttribute, .notAnAttribute)
^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSLayoutConstraint.h:166:40: note: property declared here
@property (readonly) NSLayoutAttribute secondAttribute;
^
/Users/admin/builder/spi-builder-workspace/Tests/YCoreUITests/Extensions/UIKit/UIView+constrainAnchorTests.swift:253:43: warning: main actor-isolated property 'relation' can not be referenced from a nonisolated autoclosure; this is an error in the Swift 6 language mode
XCTAssertEqual(constraint.relation, relation)
^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSLayoutConstraint.h:173:39: note: property declared here
@property (readonly) NSLayoutRelation relation;
^
/Users/admin/builder/spi-builder-workspace/Tests/YCoreUITests/Extensions/UIKit/UIView+constrainAnchorTests.swift:254:43: warning: main actor-isolated property 'multiplier' can not be referenced from a nonisolated autoclosure; this is an error in the Swift 6 language mode
XCTAssertEqual(constraint.multiplier, 1)
^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSLayoutConstraint.h:174:30: note: property declared here
@property (readonly) CGFloat multiplier;
^
/Users/admin/builder/spi-builder-workspace/Tests/YCoreUITests/Extensions/UIKit/UIView+constrainAnchorTests.swift:255:43: warning: main actor-isolated property 'constant' can not be referenced from a nonisolated autoclosure; this is an error in the Swift 6 language mode
XCTAssertEqual(constraint.constant, dimension)
^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSLayoutConstraint.h:178:19: note: property declared here
@property CGFloat constant;
^
/Users/admin/builder/spi-builder-workspace/Tests/YCoreUITests/Extensions/UIKit/UIView+constrainAnchorTests.swift:256:43: warning: main actor-isolated property 'priority' can not be referenced from a nonisolated autoclosure; this is an error in the Swift 6 language mode
XCTAssertEqual(constraint.priority, priority)
^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSLayoutConstraint.h:149:28: note: property declared here
@property UILayoutPriority priority;
^
/Users/admin/builder/spi-builder-workspace/Tests/YCoreUITests/Extensions/UIKit/UIView+constrainAnchorTests.swift:257:43: warning: main actor-isolated property 'isActive' can not be referenced from a nonisolated autoclosure; this is an error in the Swift 6 language mode
XCTAssertEqual(constraint.isActive, isActive)
^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSLayoutConstraint.h:181:34: note: property declared here
@property (getter=isActive) BOOL active API_AVAILABLE(macos(10.10), ios(8.0));
^
/Users/admin/builder/spi-builder-workspace/Tests/YCoreUITests/Extensions/UIKit/UIView+constrainAnchorTests.swift:262:34: warning: main actor-isolated property 'translatesAutoresizingMaskIntoConstraints' can not be referenced from a nonisolated autoclosure; this is an error in the Swift 6 language mode
XCTAssertFalse(sut.view1.translatesAutoresizingMaskIntoConstraints)
^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:464:27: note: property declared here
@property(nonatomic) BOOL translatesAutoresizingMaskIntoConstraints API_AVAILABLE(ios(6.0)); // Default YES
^
/Users/admin/builder/spi-builder-workspace/Tests/YCoreUITests/Extensions/UIKit/UIView+constrainAnchorTests.swift:269:33: warning: main actor-isolated property 'heightAnchor' can not be referenced from a nonisolated context; this is an error in the Swift 6 language mode
(.heightAnchor, sut.heightAnchor),
^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:579:57: note: property declared here
@property(nonatomic,readonly,strong) NSLayoutDimension *heightAnchor API_AVAILABLE(ios(9.0));
^
/Users/admin/builder/spi-builder-workspace/Tests/YCoreUITests/Extensions/UIKit/UIView+constrainAnchorTests.swift:265:10: note: add '@MainActor' to make instance method 'testLayoutDimensions()' part of global actor 'MainActor'
func testLayoutDimensions() {
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Tests/YCoreUITests/Extensions/UIKit/UIView+constrainAnchorTests.swift:270:32: warning: main actor-isolated property 'widthAnchor' can not be referenced from a nonisolated context; this is an error in the Swift 6 language mode
(.widthAnchor, sut.widthAnchor),
^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:578:57: note: property declared here
@property(nonatomic,readonly,strong) NSLayoutDimension *widthAnchor API_AVAILABLE(ios(9.0));
^
/Users/admin/builder/spi-builder-workspace/Tests/YCoreUITests/Extensions/UIKit/UIView+constrainAnchorTests.swift:265:10: note: add '@MainActor' to make instance method 'testLayoutDimensions()' part of global actor 'MainActor'
func testLayoutDimensions() {
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Tests/YCoreUITests/Extensions/UIKit/UIView+constrainAnchorTests.swift:272:39: warning: main actor-isolated property 'heightAnchor' can not be referenced from a nonisolated context; this is an error in the Swift 6 language mode
(.heightAnchor, sut.view2.heightAnchor),
^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:579:57: note: property declared here
@property(nonatomic,readonly,strong) NSLayoutDimension *heightAnchor API_AVAILABLE(ios(9.0));
^
/Users/admin/builder/spi-builder-workspace/Tests/YCoreUITests/Extensions/UIKit/UIView+constrainAnchorTests.swift:265:10: note: add '@MainActor' to make instance method 'testLayoutDimensions()' part of global actor 'MainActor'
func testLayoutDimensions() {
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Tests/YCoreUITests/Extensions/UIKit/UIView+constrainAnchorTests.swift:273:38: warning: main actor-isolated property 'widthAnchor' can not be referenced from a nonisolated context; this is an error in the Swift 6 language mode
(.widthAnchor, sut.view2.widthAnchor),
^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:578:57: note: property declared here
@property(nonatomic,readonly,strong) NSLayoutDimension *widthAnchor API_AVAILABLE(ios(9.0));
^
/Users/admin/builder/spi-builder-workspace/Tests/YCoreUITests/Extensions/UIKit/UIView+constrainAnchorTests.swift:265:10: note: add '@MainActor' to make instance method 'testLayoutDimensions()' part of global actor 'MainActor'
func testLayoutDimensions() {
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Tests/YCoreUITests/Extensions/UIKit/UIView+constrainAnchorTests.swift:275:39: warning: main actor-isolated property 'widthAnchor' can not be referenced from a nonisolated context; this is an error in the Swift 6 language mode
(.heightAnchor, sut.view1.widthAnchor),
^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:578:57: note: property declared here
@property(nonatomic,readonly,strong) NSLayoutDimension *widthAnchor API_AVAILABLE(ios(9.0));
^
/Users/admin/builder/spi-builder-workspace/Tests/YCoreUITests/Extensions/UIKit/UIView+constrainAnchorTests.swift:265:10: note: add '@MainActor' to make instance method 'testLayoutDimensions()' part of global actor 'MainActor'
func testLayoutDimensions() {
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Tests/YCoreUITests/Extensions/UIKit/UIView+constrainAnchorTests.swift:276:38: warning: main actor-isolated property 'heightAnchor' can not be referenced from a nonisolated context; this is an error in the Swift 6 language mode
(.widthAnchor, sut.view1.heightAnchor)
^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:579:57: note: property declared here
@property(nonatomic,readonly,strong) NSLayoutDimension *heightAnchor API_AVAILABLE(ios(9.0));
^
/Users/admin/builder/spi-builder-workspace/Tests/YCoreUITests/Extensions/UIKit/UIView+constrainAnchorTests.swift:265:10: note: add '@MainActor' to make instance method 'testLayoutDimensions()' part of global actor 'MainActor'
func testLayoutDimensions() {
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Tests/YCoreUITests/Extensions/UIKit/UIView+constrainAnchorTests.swift:279:29: warning: main actor-isolated property 'translatesAutoresizingMaskIntoConstraints' can not be referenced from a nonisolated autoclosure; this is an error in the Swift 6 language mode
XCTAssert(sut.view1.translatesAutoresizingMaskIntoConstraints)
^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:464:27: note: property declared here
@property(nonatomic) BOOL translatesAutoresizingMaskIntoConstraints API_AVAILABLE(ios(6.0)); // Default YES
^
/Users/admin/builder/spi-builder-workspace/Tests/YCoreUITests/Extensions/UIKit/UIView+constrainAnchorTests.swift:288:44: warning: call to main actor-isolated instance method 'constrain(_:to:relatedBy:multiplier:constant:priority:isActive:)' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
let constraint = sut.view1.constrain(
^
/Users/admin/builder/spi-builder-workspace/Sources/YCoreUI/Extensions/UIKit/UIView+constrainAnchor.swift:255:36: note: calls to instance method 'constrain(_:to:relatedBy:multiplier:constant:priority:isActive:)' from outside of its actor context are implicitly asynchronous
@discardableResult public func constrain(
^
/Users/admin/builder/spi-builder-workspace/Tests/YCoreUITests/Extensions/UIKit/UIView+constrainAnchorTests.swift:298:43: warning: main actor-isolated property 'firstItem' can not be referenced from a nonisolated autoclosure; this is an error in the Swift 6 language mode
XCTAssertEqual(constraint.firstItem as? UIView, sut.view1)
^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSLayoutConstraint.h:163:43: note: property declared here
@property (nullable, readonly, assign) id firstItem;
^
/Users/admin/builder/spi-builder-workspace/Tests/YCoreUITests/Extensions/UIKit/UIView+constrainAnchorTests.swift:299:44: warning: main actor-isolated property 'secondItem' can not be referenced from a nonisolated autoclosure; this is an error in the Swift 6 language mode
XCTAssertNotNil(constraint.secondItem)
^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSLayoutConstraint.h:164:43: note: property declared here
@property (nullable, readonly, assign) id secondItem;
^
/Users/admin/builder/spi-builder-workspace/Tests/YCoreUITests/Extensions/UIKit/UIView+constrainAnchorTests.swift:303:47: warning: main actor-isolated property 'firstAttribute' can not be referenced from a nonisolated autoclosure; this is an error in the Swift 6 language mode
XCTAssertEqual(constraint.firstAttribute, .height)
^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSLayoutConstraint.h:165:40: note: property declared here
@property (readonly) NSLayoutAttribute firstAttribute;
^
/Users/admin/builder/spi-builder-workspace/Tests/YCoreUITests/Extensions/UIKit/UIView+constrainAnchorTests.swift:305:47: warning: main actor-isolated property 'firstAttribute' can not be referenced from a nonisolated autoclosure; this is an error in the Swift 6 language mode
XCTAssertEqual(constraint.firstAttribute, .width)
^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSLayoutConstraint.h:165:40: note: property declared here
@property (readonly) NSLayoutAttribute firstAttribute;
^
/Users/admin/builder/spi-builder-workspace/Tests/YCoreUITests/Extensions/UIKit/UIView+constrainAnchorTests.swift:308:38: warning: main actor-isolated property 'secondAttribute' can not be referenced from a nonisolated autoclosure; this is an error in the Swift 6 language mode
XCTAssert(constraint.secondAttribute == .height || constraint.secondAttribute == .width)
^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSLayoutConstraint.h:166:40: note: property declared here
@property (readonly) NSLayoutAttribute secondAttribute;
^
/Users/admin/builder/spi-builder-workspace/Tests/YCoreUITests/Extensions/UIKit/UIView+constrainAnchorTests.swift:308:79: warning: main actor-isolated property 'secondAttribute' can not be referenced from a nonisolated autoclosure; this is an error in the Swift 6 language mode
XCTAssert(constraint.secondAttribute == .height || constraint.secondAttribute == .width)
^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSLayoutConstraint.h:166:40: note: property declared here
@property (readonly) NSLayoutAttribute secondAttribute;
^
/Users/admin/builder/spi-builder-workspace/Tests/YCoreUITests/Extensions/UIKit/UIView+constrainAnchorTests.swift:309:43: warning: main actor-isolated property 'relation' can not be referenced from a nonisolated autoclosure; this is an error in the Swift 6 language mode
XCTAssertEqual(constraint.relation, relation)
^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSLayoutConstraint.h:173:39: note: property declared here
@property (readonly) NSLayoutRelation relation;
^
/Users/admin/builder/spi-builder-workspace/Tests/YCoreUITests/Extensions/UIKit/UIView+constrainAnchorTests.swift:310:43: warning: main actor-isolated property 'multiplier' can not be referenced from a nonisolated autoclosure; this is an error in the Swift 6 language mode
XCTAssertEqual(constraint.multiplier, multiplier)
^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSLayoutConstraint.h:174:30: note: property declared here
@property (readonly) CGFloat multiplier;
^
/Users/admin/builder/spi-builder-workspace/Tests/YCoreUITests/Extensions/UIKit/UIView+constrainAnchorTests.swift:311:43: warning: main actor-isolated property 'constant' can not be referenced from a nonisolated autoclosure; this is an error in the Swift 6 language mode
XCTAssertEqual(constraint.constant, offset)
^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSLayoutConstraint.h:178:19: note: property declared here
@property CGFloat constant;
^
/Users/admin/builder/spi-builder-workspace/Tests/YCoreUITests/Extensions/UIKit/UIView+constrainAnchorTests.swift:312:43: warning: main actor-isolated property 'priority' can not be referenced from a nonisolated autoclosure; this is an error in the Swift 6 language mode
XCTAssertEqual(constraint.priority, priority)
^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSLayoutConstraint.h:149:28: note: property declared here
@property UILayoutPriority priority;
^
/Users/admin/builder/spi-builder-workspace/Tests/YCoreUITests/Extensions/UIKit/UIView+constrainAnchorTests.swift:313:43: warning: main actor-isolated property 'isActive' can not be referenced from a nonisolated autoclosure; this is an error in the Swift 6 language mode
XCTAssertEqual(constraint.isActive, isActive)
^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSLayoutConstraint.h:181:34: note: property declared here
@property (getter=isActive) BOOL active API_AVAILABLE(macos(10.10), ios(8.0));
^
/Users/admin/builder/spi-builder-workspace/Tests/YCoreUITests/Extensions/UIKit/UIView+constrainAnchorTests.swift:318:34: warning: main actor-isolated property 'translatesAutoresizingMaskIntoConstraints' can not be referenced from a nonisolated autoclosure; this is an error in the Swift 6 language mode
XCTAssertFalse(sut.view1.translatesAutoresizingMaskIntoConstraints)
^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:464:27: note: property declared here
@property(nonatomic) BOOL translatesAutoresizingMaskIntoConstraints API_AVAILABLE(ios(6.0)); // Default YES
^
/Users/admin/builder/spi-builder-workspace/Tests/YCoreUITests/Extensions/UIKit/UIView+constrainAnchorTests.swift:327:25: warning: call to main actor-isolated initializer 'init()' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
let container = MockLayoutContainer()
^
/Users/admin/builder/spi-builder-workspace/Tests/YCoreUITests/Extensions/UIKit/UIView+constrainAnchorTests.swift:364:5: note: calls to initializer 'init()' from outside of its actor context are implicitly asynchronous
init() {
^
/Users/admin/builder/spi-builder-workspace/Tests/YCoreUITests/Extensions/UIKit/UIView+constrainAnchorTests.swift:364:5: note: main actor isolation inferred from inheritance from class 'UIView'
init() {
^
/Users/admin/builder/spi-builder-workspace/Tests/YCoreUITests/Extensions/UIKit/UIView+constrainAnchorTests.swift:323:10: note: add '@MainActor' to make instance method 'makeSUT(file:line:)' part of global actor 'MainActor'
func makeSUT(
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Tests/YCoreUITests/Extensions/UIKit/UIView+constrainAnchorTests.swift:29:44: warning: sending '$0.0' risks causing data races; this is an error in the Swift 6 language mode
let constraint = sut.view1.constrain(
~~~~~~~~~~^~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Tests/YCoreUITests/Extensions/UIKit/UIView+constrainAnchorTests.swift:29:44: note: sending task-isolated '$0.0' to main actor-isolated callee risks causing data races between main actor-isolated and task-isolated uses
let constraint = sut.view1.constrain(
^
/Users/admin/builder/spi-builder-workspace/Tests/YCoreUITests/Extensions/UIKit/UIView+constrainAnchorTests.swift:82:44: warning: sending '$0.0' risks causing data races; this is an error in the Swift 6 language mode
let constraint = sut.view1.constrain(
~~~~~~~~~~^~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Tests/YCoreUITests/Extensions/UIKit/UIView+constrainAnchorTests.swift:82:44: note: sending task-isolated '$0.0' to main actor-isolated callee risks causing data races between main actor-isolated and task-isolated uses
let constraint = sut.view1.constrain(
^
/Users/admin/builder/spi-builder-workspace/Tests/YCoreUITests/Extensions/UIKit/UIView+constrainAnchorTests.swift:134:44: warning: sending '$0.0' risks causing data races; this is an error in the Swift 6 language mode
let constraint = sut.view1.constrain(
~~~~~~~~~~^~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Tests/YCoreUITests/Extensions/UIKit/UIView+constrainAnchorTests.swift:134:44: note: sending task-isolated '$0.0' to main actor-isolated callee risks causing data races between main actor-isolated and task-isolated uses
let constraint = sut.view1.constrain(
^
/Users/admin/builder/spi-builder-workspace/Tests/YCoreUITests/Extensions/UIKit/UIView+constrainAnchorTests.swift:186:44: warning: sending '$0.0' risks causing data races; this is an error in the Swift 6 language mode
let constraint = sut.view1.constrain(
~~~~~~~~~~^~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Tests/YCoreUITests/Extensions/UIKit/UIView+constrainAnchorTests.swift:186:44: note: sending task-isolated '$0.0' to main actor-isolated callee risks causing data races between main actor-isolated and task-isolated uses
let constraint = sut.view1.constrain(
^
/Users/admin/builder/spi-builder-workspace/Tests/YCoreUITests/Extensions/UIKit/UIView+constrainAnchorTests.swift:234:44: warning: sending '$0' risks causing data races; this is an error in the Swift 6 language mode
let constraint = sut.view1.constrain(
~~~~~~~~~~^~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Tests/YCoreUITests/Extensions/UIKit/UIView+constrainAnchorTests.swift:234:44: note: sending task-isolated '$0' to main actor-isolated callee risks causing data races between main actor-isolated and task-isolated uses
let constraint = sut.view1.constrain(
^
/Users/admin/builder/spi-builder-workspace/Tests/YCoreUITests/Extensions/UIKit/UIView+constrainAnchorTests.swift:288:44: warning: sending '$0.0' risks causing data races; this is an error in the Swift 6 language mode
let constraint = sut.view1.constrain(
~~~~~~~~~~^~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Tests/YCoreUITests/Extensions/UIKit/UIView+constrainAnchorTests.swift:288:44: note: sending task-isolated '$0.0' to main actor-isolated callee risks causing data races between main actor-isolated and task-isolated uses
let constraint = sut.view1.constrain(
^
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Tests/YCoreUITests/Extensions/UIKit/UIView+constrainAspectRatioTests.swift (in target 'YCoreUITests' from project 'YCoreUI')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
/Users/admin/builder/spi-builder-workspace/Tests/YCoreUITests/Extensions/UIKit/UIView+constrainAspectRatioTests.swift:17:30: warning: call to main actor-isolated instance method 'constrainAspectRatio(_:offset:relatedBy:priority:isActive:)' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
let constraint = sut.constrainAspectRatio(0.5)
^
/Users/admin/builder/spi-builder-workspace/Sources/YCoreUI/Extensions/UIKit/UIView+constrainAspectRatio.swift:30:36: note: calls to instance method 'constrainAspectRatio(_:offset:relatedBy:priority:isActive:)' from outside of its actor context are implicitly asynchronous
@discardableResult public func constrainAspectRatio(
^
/Users/admin/builder/spi-builder-workspace/Tests/YCoreUITests/Extensions/UIKit/UIView+constrainAspectRatioTests.swift:13:10: note: add '@MainActor' to make instance method 'test_constrainAspectRatio_deliversDefaultValues()' part of global actor 'MainActor'
func test_constrainAspectRatio_deliversDefaultValues() {
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Tests/YCoreUITests/Extensions/UIKit/UIView+constrainAspectRatioTests.swift:19:35: warning: main actor-isolated property 'constant' can not be referenced from a nonisolated autoclosure; this is an error in the Swift 6 language mode
XCTAssertEqual(constraint.constant, .zero)
^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSLayoutConstraint.h:178:19: note: property declared here
@property CGFloat constant;
^
/Users/admin/builder/spi-builder-workspace/Tests/YCoreUITests/Extensions/UIKit/UIView+constrainAspectRatioTests.swift:20:35: warning: main actor-isolated property 'priority' can not be referenced from a nonisolated autoclosure; this is an error in the Swift 6 language mode
XCTAssertEqual(constraint.priority, .required)
^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSLayoutConstraint.h:149:28: note: property declared here
@property UILayoutPriority priority;
^
/Users/admin/builder/spi-builder-workspace/Tests/YCoreUITests/Extensions/UIKit/UIView+constrainAspectRatioTests.swift:21:34: warning: main actor-isolated property 'isActive' can not be referenced from a nonisolated autoclosure; this is an error in the Swift 6 language mode
XCTAssertTrue(constraint.isActive)
^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSLayoutConstraint.h:181:34: note: property declared here
@property (getter=isActive) BOOL active API_AVAILABLE(macos(10.10), ios(8.0));
^
/Users/admin/builder/spi-builder-workspace/Tests/YCoreUITests/Extensions/UIKit/UIView+constrainAspectRatioTests.swift:22:35: warning: main actor-isolated property 'relation' can not be referenced from a nonisolated autoclosure; this is an error in the Swift 6 language mode
XCTAssertEqual(constraint.relation, .equal)
^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSLayoutConstraint.h:173:39: note: property declared here
@property (readonly) NSLayoutRelation relation;
^
/Users/admin/builder/spi-builder-workspace/Tests/YCoreUITests/Extensions/UIKit/UIView+constrainAspectRatioTests.swift:23:35: warning: main actor-isolated property 'firstAttribute' can not be referenced from a nonisolated autoclosure; this is an error in the Swift 6 language mode
XCTAssertEqual(constraint.firstAttribute, .width)
^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSLayoutConstraint.h:165:40: note: property declared here
@property (readonly) NSLayoutAttribute firstAttribute;
^
/Users/admin/builder/spi-builder-workspace/Tests/YCoreUITests/Extensions/UIKit/UIView+constrainAspectRatioTests.swift:24:35: warning: main actor-isolated property 'secondAttribute' can not be referenced from a nonisolated autoclosure; this is an error in the Swift 6 language mode
XCTAssertEqual(constraint.secondAttribute, .height)
^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSLayoutConstraint.h:166:40: note: property declared here
@property (readonly) NSLayoutAttribute secondAttribute;
^
/Users/admin/builder/spi-builder-workspace/Tests/YCoreUITests/Extensions/UIKit/UIView+constrainAspectRatioTests.swift:31:13: warning: call to main actor-isolated instance method 'constrainAspectRatio(_:offset:relatedBy:priority:isActive:)' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
sut.constrainAspectRatio(0.5)
^
/Users/admin/builder/spi-builder-workspace/Sources/YCoreUI/Extensions/UIKit/UIView+constrainAspectRatio.swift:30:36: note: calls to instance method 'constrainAspectRatio(_:offset:relatedBy:priority:isActive:)' from outside of its actor context are implicitly asynchronous
@discardableResult public func constrainAspectRatio(
^
/Users/admin/builder/spi-builder-workspace/Tests/YCoreUITests/Extensions/UIKit/UIView+constrainAspectRatioTests.swift:27:10: note: add '@MainActor' to make instance method 'test_constrainAspectRatio_translatesAutoresizingMaskIntoConstraintsIsFalse()' part of global actor 'MainActor'
func test_constrainAspectRatio_translatesAutoresizingMaskIntoConstraintsIsFalse() {
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Tests/YCoreUITests/Extensions/UIKit/UIView+constrainAspectRatioTests.swift:33:28: warning: main actor-isolated property 'translatesAutoresizingMaskIntoConstraints' can not be referenced from a nonisolated autoclosure; this is an error in the Swift 6 language mode
XCTAssertFalse(sut.translatesAutoresizingMaskIntoConstraints)
^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:464:27: note: property declared here
@property(nonatomic) BOOL translatesAutoresizingMaskIntoConstraints API_AVAILABLE(ios(6.0)); // Default YES
^
/Users/admin/builder/spi-builder-workspace/Tests/YCoreUITests/Extensions/UIKit/UIView+constrainAspectRatioTests.swift:41:30: warning: call to main actor-isolated instance method 'constrainAspectRatio(_:offset:relatedBy:priority:isActive:)' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
let constraint = sut.constrainAspectRatio(ratio)
^
/Users/admin/builder/spi-builder-workspace/Sources/YCoreUI/Extensions/UIKit/UIView+constrainAspectRatio.swift:30:36: note: calls to instance method 'constrainAspectRatio(_:offset:relatedBy:priority:isActive:)' from outside of its actor context are implicitly asynchronous
@discardableResult public func constrainAspectRatio(
^
/Users/admin/builder/spi-builder-workspace/Tests/YCoreUITests/Extensions/UIKit/UIView+constrainAspectRatioTests.swift:36:10: note: add '@MainActor' to make instance method 'test_constrainAspectRatio_multiplierAndRatioMatches()' part of global actor 'MainActor'
func test_constrainAspectRatio_multiplierAndRatioMatches() {
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Tests/YCoreUITests/Extensions/UIKit/UIView+constrainAspectRatioTests.swift:43:35: warning: main actor-isolated property 'multiplier' can not be referenced from a nonisolated autoclosure; this is an error in the Swift 6 language mode
XCTAssertEqual(constraint.multiplier, ratio)
^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSLayoutConstraint.h:174:30: note: property declared here
@property (readonly) CGFloat multiplier;
^
/Users/admin/builder/spi-builder-workspace/Tests/YCoreUITests/Extensions/UIKit/UIView+constrainAspectRatioTests.swift:48:29: warning: call to main actor-isolated initializer 'init(frame:)' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
let containerView = UIView(frame: CGRect(origin: .zero, size: CGSize(width: 500, height: 500)))
^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:149:1: note: calls to initializer 'init(frame:)' from outside of its actor context are implicitly asynchronous
- (instancetype)initWithFrame:(CGRect)frame NS_DESIGNATED_INITIALIZER;
^
/Users/admin/builder/spi-builder-workspace/Tests/YCoreUITests/Extensions/UIKit/UIView+constrainAspectRatioTests.swift:46:10: note: add '@MainActor' to make instance method 'test_constrainAspectRatio_resizesSUTWithGivenRatio()' part of global actor 'MainActor'
func test_constrainAspectRatio_resizesSUTWithGivenRatio() {
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Tests/YCoreUITests/Extensions/UIKit/UIView+constrainAspectRatioTests.swift:50:23: warning: call to main actor-isolated instance method 'addSubview' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
containerView.addSubview(sut)
^
UIKit.UIView.addSubview:2:22: note: calls to instance method 'addSubview' from outside of its actor context are implicitly asynchronous
@MainActor open func addSubview(_ view: UIView)}
^
/Users/admin/builder/spi-builder-workspace/Tests/YCoreUITests/Extensions/UIKit/UIView+constrainAspectRatioTests.swift:46:10: note: add '@MainActor' to make instance method 'test_constrainAspectRatio_resizesSUTWithGivenRatio()' part of global actor 'MainActor'
func test_constrainAspectRatio_resizesSUTWithGivenRatio() {
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Tests/YCoreUITests/Extensions/UIKit/UIView+constrainAspectRatioTests.swift:54:13: warning: call to main actor-isolated instance method 'constrain(_:relatedBy:constant:priority:isActive:)' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
sut.constrain(.heightAnchor, constant: height)
^
/Users/admin/builder/spi-builder-workspace/Sources/YCoreUI/Extensions/UIKit/UIView+constrainAnchor.swift:207:36: note: calls to instance method 'constrain(_:relatedBy:constant:priority:isActive:)' from outside of its actor context are implicitly asynchronous
@discardableResult public func constrain(
^
/Users/admin/builder/spi-builder-workspace/Tests/YCoreUITests/Extensions/UIKit/UIView+constrainAspectRatioTests.swift:46:10: note: add '@MainActor' to make instance method 'test_constrainAspectRatio_resizesSUTWithGivenRatio()' part of global actor 'MainActor'
func test_constrainAspectRatio_resizesSUTWithGivenRatio() {
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Tests/YCoreUITests/Extensions/UIKit/UIView+constrainAspectRatioTests.swift:56:13: warning: call to main actor-isolated instance method 'constrainAspectRatio(_:offset:relatedBy:priority:isActive:)' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
sut.constrainAspectRatio(ratio)
^
/Users/admin/builder/spi-builder-workspace/Sources/YCoreUI/Extensions/UIKit/UIView+constrainAspectRatio.swift:30:36: note: calls to instance method 'constrainAspectRatio(_:offset:relatedBy:priority:isActive:)' from outside of its actor context are implicitly asynchronous
@discardableResult public func constrainAspectRatio(
^
/Users/admin/builder/spi-builder-workspace/Tests/YCoreUITests/Extensions/UIKit/UIView+constrainAspectRatioTests.swift:46:10: note: add '@MainActor' to make instance method 'test_constrainAspectRatio_resizesSUTWithGivenRatio()' part of global actor 'MainActor'
func test_constrainAspectRatio_resizesSUTWithGivenRatio() {
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Tests/YCoreUITests/Extensions/UIKit/UIView+constrainAspectRatioTests.swift:57:13: warning: call to main actor-isolated instance method 'layoutIfNeeded()' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
sut.layoutIfNeeded()
^
UIKit.UIView.layoutIfNeeded:2:22: note: calls to instance method 'layoutIfNeeded()' from outside of its actor context are implicitly asynchronous
@MainActor open func layoutIfNeeded()}
^
/Users/admin/builder/spi-builder-workspace/Tests/YCoreUITests/Extensions/UIKit/UIView+constrainAspectRatioTests.swift:46:10: note: add '@MainActor' to make instance method 'test_constrainAspectRatio_resizesSUTWithGivenRatio()' part of global actor 'MainActor'
func test_constrainAspectRatio_resizesSUTWithGivenRatio() {
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Tests/YCoreUITests/Extensions/UIKit/UIView+constrainAspectRatioTests.swift:59:28: warning: main actor-isolated property 'bounds' can not be referenced from a nonisolated autoclosure; this is an error in the Swift 6 language mode
XCTAssertEqual(sut.bounds.width, ratio * sut.bounds.height)
^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:188:40: note: property declared here
@property(nonatomic) CGRect bounds; // default bounds is zero origin, frame size. animatable
^
/Users/admin/builder/spi-builder-workspace/Tests/YCoreUITests/Extensions/UIKit/UIView+constrainAspectRatioTests.swift:59:54: warning: main actor-isolated property 'bounds' can not be referenced from a nonisolated autoclosure; this is an error in the Swift 6 language mode
XCTAssertEqual(sut.bounds.width, ratio * sut.bounds.height)
^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:188:40: note: property declared here
@property(nonatomic) CGRect bounds; // default bounds is zero origin, frame size. animatable
^
/Users/admin/builder/spi-builder-workspace/Tests/YCoreUITests/Extensions/UIKit/UIView+constrainAspectRatioTests.swift:60:28: warning: main actor-isolated property 'bounds' can not be referenced from a nonisolated autoclosure; this is an error in the Swift 6 language mode
XCTAssertEqual(sut.bounds.height, height)
^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:188:40: note: property declared here
@property(nonatomic) CGRect bounds; // default bounds is zero origin, frame size. animatable
^
/Users/admin/builder/spi-builder-workspace/Tests/YCoreUITests/Extensions/UIKit/UIView+constrainAspectRatioTests.swift:69:19: warning: call to main actor-isolated initializer 'init()' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
let sut = UIView()
^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/usr/include/objc/NSObject.h:66:1: note: calls to initializer 'init()' from outside of its actor context are implicitly asynchronous
- (instancetype)init
^
/Users/admin/builder/spi-builder-workspace/Tests/YCoreUITests/Extensions/UIKit/UIView+constrainAspectRatioTests.swift:65:10: note: add '@MainActor' to make instance method 'makeSUT(file:line:)' part of global actor 'MainActor'
func makeSUT(
^
@MainActor
SwiftCompile normal arm64 Compiling\ UIView+constrainBelowTests.swift,\ UIView+constrainCenterTests.swift,\ UIView+constrainEdgesTests.swift /Users/admin/builder/spi-builder-workspace/Tests/YCoreUITests/Extensions/UIKit/UIView+constrainBelowTests.swift /Users/admin/builder/spi-builder-workspace/Tests/YCoreUITests/Extensions/UIKit/UIView+constrainCenterTests.swift /Users/admin/builder/spi-builder-workspace/Tests/YCoreUITests/Extensions/UIKit/UIView+constrainEdgesTests.swift (in target 'YCoreUITests' from project 'YCoreUI')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Tests/YCoreUITests/Extensions/UIKit/UIView+constrainBelowTests.swift (in target 'YCoreUITests' from project 'YCoreUI')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
/Users/admin/builder/spi-builder-workspace/Tests/YCoreUITests/Extensions/UIKit/UIView+constrainBelowTests.swift:15:29: warning: main actor-isolated property 'translatesAutoresizingMaskIntoConstraints' can not be referenced from a nonisolated autoclosure; this is an error in the Swift 6 language mode
XCTAssert(sut.view1.translatesAutoresizingMaskIntoConstraints)
^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:464:27: note: property declared here
@property(nonatomic) BOOL translatesAutoresizingMaskIntoConstraints API_AVAILABLE(ios(6.0)); // Default YES
^
/Users/admin/builder/spi-builder-workspace/Tests/YCoreUITests/Extensions/UIKit/UIView+constrainBelowTests.swift:22:40: warning: call to main actor-isolated instance method 'constrain(after:relatedBy:offset:priority:isActive:)' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
let constraint = sut.view1.constrain(
^
/Users/admin/builder/spi-builder-workspace/Sources/YCoreUI/Extensions/UIKit/UIView+constrainBelow.swift:72:36: note: calls to instance method 'constrain(after:relatedBy:offset:priority:isActive:)' from outside of its actor context are implicitly asynchronous
@discardableResult public func constrain(
^
/Users/admin/builder/spi-builder-workspace/Tests/YCoreUITests/Extensions/UIKit/UIView+constrainBelowTests.swift:13:10: note: add '@MainActor' to make instance method 'testAfter()' part of global actor 'MainActor'
func testAfter() {
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Tests/YCoreUITests/Extensions/UIKit/UIView+constrainBelowTests.swift:30:39: warning: main actor-isolated property 'firstItem' can not be referenced from a nonisolated autoclosure; this is an error in the Swift 6 language mode
XCTAssertEqual(constraint.firstItem as? UIView, sut.view1)
^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSLayoutConstraint.h:163:43: note: property declared here
@property (nullable, readonly, assign) id firstItem;
^
/Users/admin/builder/spi-builder-workspace/Tests/YCoreUITests/Extensions/UIKit/UIView+constrainBelowTests.swift:31:39: warning: main actor-isolated property 'secondItem' can not be referenced from a nonisolated autoclosure; this is an error in the Swift 6 language mode
XCTAssertEqual(constraint.secondItem as? UIView, sut.view2)
^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSLayoutConstraint.h:164:43: note: property declared here
@property (nullable, readonly, assign) id secondItem;
^
/Users/admin/builder/spi-builder-workspace/Tests/YCoreUITests/Extensions/UIKit/UIView+constrainBelowTests.swift:33:39: warning: main actor-isolated property 'firstAttribute' can not be referenced from a nonisolated autoclosure; this is an error in the Swift 6 language mode
XCTAssertEqual(constraint.firstAttribute, .leading)
^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSLayoutConstraint.h:165:40: note: property declared here
@property (readonly) NSLayoutAttribute firstAttribute;
^
/Users/admin/builder/spi-builder-workspace/Tests/YCoreUITests/Extensions/UIKit/UIView+constrainBelowTests.swift:35:39: warning: main actor-isolated property 'secondAttribute' can not be referenced from a nonisolated autoclosure; this is an error in the Swift 6 language mode
XCTAssertEqual(constraint.secondAttribute, .trailing)
^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSLayoutConstraint.h:166:40: note: property declared here
@property (readonly) NSLayoutAttribute secondAttribute;
^
/Users/admin/builder/spi-builder-workspace/Tests/YCoreUITests/Extensions/UIKit/UIView+constrainBelowTests.swift:36:39: warning: main actor-isolated property 'relation' can not be referenced from a nonisolated autoclosure; this is an error in the Swift 6 language mode
XCTAssertEqual(constraint.relation, relation)
^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSLayoutConstraint.h:173:39: note: property declared here
@property (readonly) NSLayoutRelation relation;
^
/Users/admin/builder/spi-builder-workspace/Tests/YCoreUITests/Extensions/UIKit/UIView+constrainBelowTests.swift:37:39: warning: main actor-isolated property 'multiplier' can not be referenced from a nonisolated autoclosure; this is an error in the Swift 6 language mode
XCTAssertEqual(constraint.multiplier, 1)
^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSLayoutConstraint.h:174:30: note: property declared here
@property (readonly) CGFloat multiplier;
^
/Users/admin/builder/spi-builder-workspace/Tests/YCoreUITests/Extensions/UIKit/UIView+constrainBelowTests.swift:38:39: warning: main actor-isolated property 'constant' can not be referenced from a nonisolated autoclosure; this is an error in the Swift 6 language mode
XCTAssertEqual(constraint.constant, offset)
^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSLayoutConstraint.h:178:19: note: property declared here
@property CGFloat constant;
^
/Users/admin/builder/spi-builder-workspace/Tests/YCoreUITests/Extensions/UIKit/UIView+constrainBelowTests.swift:39:39: warning: main actor-isolated property 'priority' can not be referenced from a nonisolated autoclosure; this is an error in the Swift 6 language mode
XCTAssertEqual(constraint.priority, priority)
^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSLayoutConstraint.h:149:28: note: property declared here
@property UILayoutPriority priority;
^
/Users/admin/builder/spi-builder-workspace/Tests/YCoreUITests/Extensions/UIKit/UIView+constrainBelowTests.swift:40:39: warning: main actor-isolated property 'isActive' can not be referenced from a nonisolated autoclosure; this is an error in the Swift 6 language mode
XCTAssertEqual(constraint.isActive, isActive)
^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSLayoutConstraint.h:181:34: note: property declared here
@property (getter=isActive) BOOL active API_AVAILABLE(macos(10.10), ios(8.0));
^
/Users/admin/builder/spi-builder-workspace/Tests/YCoreUITests/Extensions/UIKit/UIView+constrainBelowTests.swift:44:34: warning: main actor-isolated property 'translatesAutoresizingMaskIntoConstraints' can not be referenced from a nonisolated autoclosure; this is an error in the Swift 6 language mode
XCTAssertFalse(sut.view1.translatesAutoresizingMaskIntoConstraints)
^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:464:27: note: property declared here
@property(nonatomic) BOOL translatesAutoresizingMaskIntoConstraints API_AVAILABLE(ios(6.0)); // Default YES
^
/Users/admin/builder/spi-builder-workspace/Tests/YCoreUITests/Extensions/UIKit/UIView+constrainBelowTests.swift:49:29: warning: main actor-isolated property 'translatesAutoresizingMaskIntoConstraints' can not be referenced from a nonisolated autoclosure; this is an error in the Swift 6 language mode
XCTAssert(sut.view1.translatesAutoresizingMaskIntoConstraints)
^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:464:27: note: property declared here
@property(nonatomic) BOOL translatesAutoresizingMaskIntoConstraints API_AVAILABLE(ios(6.0)); // Default YES
^
/Users/admin/builder/spi-builder-workspace/Tests/YCoreUITests/Extensions/UIKit/UIView+constrainBelowTests.swift:56:40: warning: call to main actor-isolated instance method 'constrain(below:relatedBy:offset:priority:isActive:)' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
let constraint = sut.view1.constrain(
^
/Users/admin/builder/spi-builder-workspace/Sources/YCoreUI/Extensions/UIKit/UIView+constrainBelow.swift:47:36: note: calls to instance method 'constrain(below:relatedBy:offset:priority:isActive:)' from outside of its actor context are implicitly asynchronous
@discardableResult public func constrain(
^
/Users/admin/builder/spi-builder-workspace/Tests/YCoreUITests/Extensions/UIKit/UIView+constrainBelowTests.swift:47:10: note: add '@MainActor' to make instance method 'testBelow()' part of global actor 'MainActor'
func testBelow() {
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Tests/YCoreUITests/Extensions/UIKit/UIView+constrainBelowTests.swift:64:39: warning: main actor-isolated property 'firstItem' can not be referenced from a nonisolated autoclosure; this is an error in the Swift 6 language mode
XCTAssertEqual(constraint.firstItem as? UIView, sut.view1)
^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSLayoutConstraint.h:163:43: note: property declared here
@property (nullable, readonly, assign) id firstItem;
^
/Users/admin/builder/spi-builder-workspace/Tests/YCoreUITests/Extensions/UIKit/UIView+constrainBelowTests.swift:65:39: warning: main actor-isolated property 'secondItem' can not be referenced from a nonisolated autoclosure; this is an error in the Swift 6 language mode
XCTAssertEqual(constraint.secondItem as? UIView, sut.view2)
^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSLayoutConstraint.h:164:43: note: property declared here
@property (nullable, readonly, assign) id secondItem;
^
/Users/admin/builder/spi-builder-workspace/Tests/YCoreUITests/Extensions/UIKit/UIView+constrainBelowTests.swift:67:39: warning: main actor-isolated property 'firstAttribute' can not be referenced from a nonisolated autoclosure; this is an error in the Swift 6 language mode
XCTAssertEqual(constraint.firstAttribute, .top)
^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSLayoutConstraint.h:165:40: note: property declared here
@property (readonly) NSLayoutAttribute firstAttribute;
^
/Users/admin/builder/spi-builder-workspace/Tests/YCoreUITests/Extensions/UIKit/UIView+constrainBelowTests.swift:68:39: warning: main actor-isolated property 'secondAttribute' can not be referenced from a nonisolated autoclosure; this is an error in the Swift 6 language mode
XCTAssertEqual(constraint.secondAttribute, .bottom)
^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSLayoutConstraint.h:166:40: note: property declared here
@property (readonly) NSLayoutAttribute secondAttribute;
^
/Users/admin/builder/spi-builder-workspace/Tests/YCoreUITests/Extensions/UIKit/UIView+constrainBelowTests.swift:69:39: warning: main actor-isolated property 'relation' can not be referenced from a nonisolated autoclosure; this is an error in the Swift 6 language mode
XCTAssertEqual(constraint.relation, relation)
^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSLayoutConstraint.h:173:39: note: property declared here
@property (readonly) NSLayoutRelation relation;
^
/Users/admin/builder/spi-builder-workspace/Tests/YCoreUITests/Extensions/UIKit/UIView+constrainBelowTests.swift:70:39: warning: main actor-isolated property 'multiplier' can not be referenced from a nonisolated autoclosure; this is an error in the Swift 6 language mode
XCTAssertEqual(constraint.multiplier, 1)
^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSLayoutConstraint.h:174:30: note: property declared here
@property (readonly) CGFloat multiplier;
^
/Users/admin/builder/spi-builder-workspace/Tests/YCoreUITests/Extensions/UIKit/UIView+constrainBelowTests.swift:71:39: warning: main actor-isolated property 'constant' can not be referenced from a nonisolated autoclosure; this is an error in the Swift 6 language mode
XCTAssertEqual(constraint.constant, offset)
^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSLayoutConstraint.h:178:19: note: property declared here
@property CGFloat constant;
^
/Users/admin/builder/spi-builder-workspace/Tests/YCoreUITests/Extensions/UIKit/UIView+constrainBelowTests.swift:72:39: warning: main actor-isolated property 'priority' can not be referenced from a nonisolated autoclosure; this is an error in the Swift 6 language mode
XCTAssertEqual(constraint.priority, priority)
^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSLayoutConstraint.h:149:28: note: property declared here
@property UILayoutPriority priority;
^
/Users/admin/builder/spi-builder-workspace/Tests/YCoreUITests/Extensions/UIKit/UIView+constrainBelowTests.swift:73:39: warning: main actor-isolated property 'isActive' can not be referenced from a nonisolated autoclosure; this is an error in the Swift 6 language mode
XCTAssertEqual(constraint.isActive, isActive)
^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSLayoutConstraint.h:181:34: note: property declared here
@property (getter=isActive) BOOL active API_AVAILABLE(macos(10.10), ios(8.0));
^
/Users/admin/builder/spi-builder-workspace/Tests/YCoreUITests/Extensions/UIKit/UIView+constrainBelowTests.swift:77:34: warning: main actor-isolated property 'translatesAutoresizingMaskIntoConstraints' can not be referenced from a nonisolated autoclosure; this is an error in the Swift 6 language mode
XCTAssertFalse(sut.view1.translatesAutoresizingMaskIntoConstraints)
^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:464:27: note: property declared here
@property(nonatomic) BOOL translatesAutoresizingMaskIntoConstraints API_AVAILABLE(ios(6.0)); // Default YES
^
/Users/admin/builder/spi-builder-workspace/Tests/YCoreUITests/Extensions/UIKit/UIView+constrainBelowTests.swift:86:25: warning: call to main actor-isolated initializer 'init()' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
let container = MockLayoutContainer()
^
/Users/admin/builder/spi-builder-workspace/Tests/YCoreUITests/Extensions/UIKit/UIView+constrainAnchorTests.swift:364:5: note: calls to initializer 'init()' from outside of its actor context are implicitly asynchronous
init() {
^
/Users/admin/builder/spi-builder-workspace/Tests/YCoreUITests/Extensions/UIKit/UIView+constrainAnchorTests.swift:364:5: note: main actor isolation inferred from inheritance from class 'UIView'
init() {
^
/Users/admin/builder/spi-builder-workspace/Tests/YCoreUITests/Extensions/UIKit/UIView+constrainBelowTests.swift:82:10: note: add '@MainActor' to make instance method 'makeSUT(file:line:)' part of global actor 'MainActor'
func makeSUT(
^
@MainActor
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Tests/YCoreUITests/Extensions/UIKit/UIView+constrainCenterTests.swift (in target 'YCoreUITests' from project 'YCoreUI')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
/Users/admin/builder/spi-builder-workspace/Tests/YCoreUITests/Extensions/UIKit/UIView+constrainCenterTests.swift:16:37: warning: call to main actor-isolated instance method 'constrainCenter(_:to:relatedBy:offset:priority:isActive:)' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
let constraints = sut.view1.constrainCenter(.x, offset: offset)
^
/Users/admin/builder/spi-builder-workspace/Sources/YCoreUI/Extensions/UIKit/UIView+constrainCenter.swift:64:36: note: calls to instance method 'constrainCenter(_:to:relatedBy:offset:priority:isActive:)' from outside of its actor context are implicitly asynchronous
@discardableResult public func constrainCenter(
^
/Users/admin/builder/spi-builder-workspace/Tests/YCoreUITests/Extensions/UIKit/UIView+constrainCenterTests.swift:13:10: note: add '@MainActor' to make instance method 'testCenterX()' part of global actor 'MainActor'
func testCenterX() {
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Tests/YCoreUITests/Extensions/UIKit/UIView+constrainCenterTests.swift:19:34: warning: main actor-isolated property 'translatesAutoresizingMaskIntoConstraints' can not be referenced from a nonisolated autoclosure; this is an error in the Swift 6 language mode
XCTAssertFalse(sut.view1.translatesAutoresizingMaskIntoConstraints)
^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:464:27: note: property declared here
@property(nonatomic) BOOL translatesAutoresizingMaskIntoConstraints API_AVAILABLE(ios(6.0)); // Default YES
^
/Users/admin/builder/spi-builder-workspace/Tests/YCoreUITests/Extensions/UIKit/UIView+constrainCenterTests.swift:22:43: warning: main actor-isolated property 'firstItem' can not be referenced from a nonisolated autoclosure; this is an error in the Swift 6 language mode
XCTAssertEqual(centerXConstraint?.firstItem as? UIView, sut.view1)
^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSLayoutConstraint.h:163:43: note: property declared here
@property (nullable, readonly, assign) id firstItem;
^
/Users/admin/builder/spi-builder-workspace/Tests/YCoreUITests/Extensions/UIKit/UIView+constrainCenterTests.swift:23:43: warning: main actor-isolated property 'firstAttribute' can not be referenced from a nonisolated autoclosure; this is an error in the Swift 6 language mode
XCTAssertEqual(centerXConstraint?.firstAttribute, .centerX)
^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSLayoutConstraint.h:165:40: note: property declared here
@property (readonly) NSLayoutAttribute firstAttribute;
^
/Users/admin/builder/spi-builder-workspace/Tests/YCoreUITests/Extensions/UIKit/UIView+constrainCenterTests.swift:24:43: warning: main actor-isolated property 'secondItem' can not be referenced from a nonisolated autoclosure; this is an error in the Swift 6 language mode
XCTAssertEqual(centerXConstraint?.secondItem as? UIView, sut)
^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSLayoutConstraint.h:164:43: note: property declared here
@property (nullable, readonly, assign) id secondItem;
^
/Users/admin/builder/spi-builder-workspace/Tests/YCoreUITests/Extensions/UIKit/UIView+constrainCenterTests.swift:25:43: warning: main actor-isolated property 'secondAttribute' can not be referenced from a nonisolated autoclosure; this is an error in the Swift 6 language mode
XCTAssertEqual(centerXConstraint?.secondAttribute, .centerX)
^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSLayoutConstraint.h:166:40: note: property declared here
@property (readonly) NSLayoutAttribute secondAttribute;
^
/Users/admin/builder/spi-builder-workspace/Tests/YCoreUITests/Extensions/UIKit/UIView+constrainCenterTests.swift:26:43: warning: main actor-isolated property 'constant' can not be referenced from a nonisolated autoclosure; this is an error in the Swift 6 language mode
XCTAssertEqual(centerXConstraint?.constant, offset.horizontal)
^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSLayoutConstraint.h:178:19: note: property declared here
@property CGFloat constant;
^
/Users/admin/builder/spi-builder-workspace/Tests/YCoreUITests/Extensions/UIKit/UIView+constrainCenterTests.swift:32:37: warning: call to main actor-isolated instance method 'constrainCenter(_:to:relatedBy:offset:priority:isActive:)' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
let constraints = sut.view1.constrainCenter(.y, offset: offset)
^
/Users/admin/builder/spi-builder-workspace/Sources/YCoreUI/Extensions/UIKit/UIView+constrainCenter.swift:64:36: note: calls to instance method 'constrainCenter(_:to:relatedBy:offset:priority:isActive:)' from outside of its actor context are implicitly asynchronous
@discardableResult public func constrainCenter(
^
/Users/admin/builder/spi-builder-workspace/Tests/YCoreUITests/Extensions/UIKit/UIView+constrainCenterTests.swift:29:10: note: add '@MainActor' to make instance method 'testCenterY()' part of global actor 'MainActor'
func testCenterY() {
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Tests/YCoreUITests/Extensions/UIKit/UIView+constrainCenterTests.swift:35:34: warning: main actor-isolated property 'translatesAutoresizingMaskIntoConstraints' can not be referenced from a nonisolated autoclosure; this is an error in the Swift 6 language mode
XCTAssertFalse(sut.view1.translatesAutoresizingMaskIntoConstraints)
^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:464:27: note: property declared here
@property(nonatomic) BOOL translatesAutoresizingMaskIntoConstraints API_AVAILABLE(ios(6.0)); // Default YES
^
/Users/admin/builder/spi-builder-workspace/Tests/YCoreUITests/Extensions/UIKit/UIView+constrainCenterTests.swift:38:43: warning: main actor-isolated property 'firstItem' can not be referenced from a nonisolated autoclosure; this is an error in the Swift 6 language mode
XCTAssertEqual(centerYConstraint?.firstItem as? UIView, sut.view1)
^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSLayoutConstraint.h:163:43: note: property declared here
@property (nullable, readonly, assign) id firstItem;
^
/Users/admin/builder/spi-builder-workspace/Tests/YCoreUITests/Extensions/UIKit/UIView+constrainCenterTests.swift:39:43: warning: main actor-isolated property 'firstAttribute' can not be referenced from a nonisolated autoclosure; this is an error in the Swift 6 language mode
XCTAssertEqual(centerYConstraint?.firstAttribute, .centerY)
^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSLayoutConstraint.h:165:40: note: property declared here
@property (readonly) NSLayoutAttribute firstAttribute;
^
/Users/admin/builder/spi-builder-workspace/Tests/YCoreUITests/Extensions/UIKit/UIView+constrainCenterTests.swift:40:43: warning: main actor-isolated property 'secondItem' can not be referenced from a nonisolated autoclosure; this is an error in the Swift 6 language mode
XCTAssertEqual(centerYConstraint?.secondItem as? UIView, sut)
^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSLayoutConstraint.h:164:43: note: property declared here
@property (nullable, readonly, assign) id secondItem;
^
/Users/admin/builder/spi-builder-workspace/Tests/YCoreUITests/Extensions/UIKit/UIView+constrainCenterTests.swift:41:43: warning: main actor-isolated property 'secondAttribute' can not be referenced from a nonisolated autoclosure; this is an error in the Swift 6 language mode
XCTAssertEqual(centerYConstraint?.secondAttribute, .centerY)
^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSLayoutConstraint.h:166:40: note: property declared here
@property (readonly) NSLayoutAttribute secondAttribute;
^
/Users/admin/builder/spi-builder-workspace/Tests/YCoreUITests/Extensions/UIKit/UIView+constrainCenterTests.swift:42:43: warning: main actor-isolated property 'constant' can not be referenced from a nonisolated autoclosure; this is an error in the Swift 6 language mode
XCTAssertEqual(centerYConstraint?.constant, offset.vertical)
^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSLayoutConstraint.h:178:19: note: property declared here
@property CGFloat constant;
^
/Users/admin/builder/spi-builder-workspace/Tests/YCoreUITests/Extensions/UIKit/UIView+constrainCenterTests.swift:48:37: warning: call to main actor-isolated instance method 'constrainCenter(_:to:relatedBy:offset:priority:isActive:)' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
let constraints = sut.view1.constrainCenter(offset: offset)
^
/Users/admin/builder/spi-builder-workspace/Sources/YCoreUI/Extensions/UIKit/UIView+constrainCenter.swift:64:36: note: calls to instance method 'constrainCenter(_:to:relatedBy:offset:priority:isActive:)' from outside of its actor context are implicitly asynchronous
@discardableResult public func constrainCenter(
^
/Users/admin/builder/spi-builder-workspace/Tests/YCoreUITests/Extensions/UIKit/UIView+constrainCenterTests.swift:45:10: note: add '@MainActor' to make instance method 'testCenterBoth()' part of global actor 'MainActor'
func testCenterBoth() {
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Tests/YCoreUITests/Extensions/UIKit/UIView+constrainCenterTests.swift:57:34: warning: main actor-isolated property 'translatesAutoresizingMaskIntoConstraints' can not be referenced from a nonisolated autoclosure; this is an error in the Swift 6 language mode
XCTAssertFalse(sut.view1.translatesAutoresizingMaskIntoConstraints)
^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:464:27: note: property declared here
@property(nonatomic) BOOL translatesAutoresizingMaskIntoConstraints API_AVAILABLE(ios(6.0)); // Default YES
^
/Users/admin/builder/spi-builder-workspace/Tests/YCoreUITests/Extensions/UIKit/UIView+constrainCenterTests.swift:63:40: warning: main actor-isolated property 'firstItem' can not be referenced from a nonisolated autoclosure; this is an error in the Swift 6 language mode
XCTAssertEqual(constraint?.firstItem as? UIView, sut.view1)
^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSLayoutConstraint.h:163:43: note: property declared here
@property (nullable, readonly, assign) id firstItem;
^
/Users/admin/builder/spi-builder-workspace/Tests/YCoreUITests/Extensions/UIKit/UIView+constrainCenterTests.swift:64:40: warning: main actor-isolated property 'firstAttribute' can not be referenced from a nonisolated autoclosure; this is an error in the Swift 6 language mode
XCTAssertEqual(constraint?.firstAttribute, $0.0)
^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSLayoutConstraint.h:165:40: note: property declared here
@property (readonly) NSLayoutAttribute firstAttribute;
^
/Users/admin/builder/spi-builder-workspace/Tests/YCoreUITests/Extensions/UIKit/UIView+constrainCenterTests.swift:65:40: warning: main actor-isolated property 'secondItem' can not be referenced from a nonisolated autoclosure; this is an error in the Swift 6 language mode
XCTAssertEqual(constraint?.secondItem as? UIView, sut)
^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSLayoutConstraint.h:164:43: note: property declared here
@property (nullable, readonly, assign) id secondItem;
^
/Users/admin/builder/spi-builder-workspace/Tests/YCoreUITests/Extensions/UIKit/UIView+constrainCenterTests.swift:66:40: warning: main actor-isolated property 'secondAttribute' can not be referenced from a nonisolated autoclosure; this is an error in the Swift 6 language mode
XCTAssertEqual(constraint?.secondAttribute, $0.0)
^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSLayoutConstraint.h:166:40: note: property declared here
@property (readonly) NSLayoutAttribute secondAttribute;
^
/Users/admin/builder/spi-builder-workspace/Tests/YCoreUITests/Extensions/UIKit/UIView+constrainCenterTests.swift:67:40: warning: main actor-isolated property 'constant' can not be referenced from a nonisolated autoclosure; this is an error in the Swift 6 language mode
XCTAssertEqual(constraint?.constant, $0.1)
^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSLayoutConstraint.h:178:19: note: property declared here
@property CGFloat constant;
^
/Users/admin/builder/spi-builder-workspace/Tests/YCoreUITests/Extensions/UIKit/UIView+constrainCenterTests.swift:77:25: warning: call to main actor-isolated initializer 'init()' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
let container = MockLayoutContainer()
^
/Users/admin/builder/spi-builder-workspace/Tests/YCoreUITests/Extensions/UIKit/UIView+constrainAnchorTests.swift:364:5: note: calls to initializer 'init()' from outside of its actor context are implicitly asynchronous
init() {
^
/Users/admin/builder/spi-builder-workspace/Tests/YCoreUITests/Extensions/UIKit/UIView+constrainAnchorTests.swift:364:5: note: main actor isolation inferred from inheritance from class 'UIView'
init() {
^
/Users/admin/builder/spi-builder-workspace/Tests/YCoreUITests/Extensions/UIKit/UIView+constrainCenterTests.swift:73:10: note: add '@MainActor' to make instance method 'makeSUT(file:line:)' part of global actor 'MainActor'
func makeSUT(
^
@MainActor
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Tests/YCoreUITests/Extensions/UIKit/UIView+constrainEdgesTests.swift (in target 'YCoreUITests' from project 'YCoreUI')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
/Users/admin/builder/spi-builder-workspace/Tests/YCoreUITests/Extensions/UIKit/UIView+constrainEdgesTests.swift:14:37: warning: call to main actor-isolated instance method 'constrainEdges(_:to:relatedBy:with:priority:isActive:)' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
let constraints = sut.view1.constrainEdges(with: insets)
^
/Users/admin/builder/spi-builder-workspace/Sources/YCoreUI/Extensions/UIKit/UIView+constrainEdges.swift:62:36: note: calls to instance method 'constrainEdges(_:to:relatedBy:with:priority:isActive:)' from outside of its actor context are implicitly asynchronous
@discardableResult public func constrainEdges(
^
/Users/admin/builder/spi-builder-workspace/Tests/YCoreUITests/Extensions/UIKit/UIView+constrainEdgesTests.swift:12:10: note: add '@MainActor' to make instance method 'testSimple()' part of global actor 'MainActor'
func testSimple() {
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Tests/YCoreUITests/Extensions/UIKit/UIView+constrainEdgesTests.swift:29:29: warning: main actor-isolated property 'firstItem' can not be referenced from a nonisolated autoclosure; this is an error in the Swift 6 language mode
XCTAssertEqual(top?.firstItem as? UIView, sut.view1)
^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSLayoutConstraint.h:163:43: note: property declared here
@property (nullable, readonly, assign) id firstItem;
^
/Users/admin/builder/spi-builder-workspace/Tests/YCoreUITests/Extensions/UIKit/UIView+constrainEdgesTests.swift:30:29: warning: main actor-isolated property 'firstAttribute' can not be referenced from a nonisolated autoclosure; this is an error in the Swift 6 language mode
XCTAssertEqual(top?.firstAttribute, .top)
^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSLayoutConstraint.h:165:40: note: property declared here
@property (readonly) NSLayoutAttribute firstAttribute;
^
/Users/admin/builder/spi-builder-workspace/Tests/YCoreUITests/Extensions/UIKit/UIView+constrainEdgesTests.swift:31:29: warning: main actor-isolated property 'secondItem' can not be referenced from a nonisolated autoclosure; this is an error in the Swift 6 language mode
XCTAssertEqual(top?.secondItem as? UIView, sut)
^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSLayoutConstraint.h:164:43: note: property declared here
@property (nullable, readonly, assign) id secondItem;
^
/Users/admin/builder/spi-builder-workspace/Tests/YCoreUITests/Extensions/UIKit/UIView+constrainEdgesTests.swift:32:29: warning: main actor-isolated property 'secondAttribute' can not be referenced from a nonisolated autoclosure; this is an error in the Swift 6 language mode
XCTAssertEqual(top?.secondAttribute, .top)
^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSLayoutConstraint.h:166:40: note: property declared here
@property (readonly) NSLayoutAttribute secondAttribute;
^
/Users/admin/builder/spi-builder-workspace/Tests/YCoreUITests/Extensions/UIKit/UIView+constrainEdgesTests.swift:33:29: warning: main actor-isolated property 'constant' can not be referenced from a nonisolated autoclosure; this is an error in the Swift 6 language mode
XCTAssertEqual(top?.constant, insets.top)
^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSLayoutConstraint.h:178:19: note: property declared here
@property CGFloat constant;
^
/Users/admin/builder/spi-builder-workspace/Tests/YCoreUITests/Extensions/UIKit/UIView+constrainEdgesTests.swift:35:33: warning: main actor-isolated property 'firstItem' can not be referenced from a nonisolated autoclosure; this is an error in the Swift 6 language mode
XCTAssertEqual(leading?.firstItem as? UIView, sut.view1)
^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSLayoutConstraint.h:163:43: note: property declared here
@property (nullable, readonly, assign) id firstItem;
^
/Users/admin/builder/spi-builder-workspace/Tests/YCoreUITests/Extensions/UIKit/UIView+constrainEdgesTests.swift:36:33: warning: main actor-isolated property 'firstAttribute' can not be referenced from a nonisolated autoclosure; this is an error in the Swift 6 language mode
XCTAssertEqual(leading?.firstAttribute, .leading)
^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSLayoutConstraint.h:165:40: note: property declared here
@property (readonly) NSLayoutAttribute firstAttribute;
^
/Users/admin/builder/spi-builder-workspace/Tests/YCoreUITests/Extensions/UIKit/UIView+constrainEdgesTests.swift:37:33: warning: main actor-isolated property 'secondItem' can not be referenced from a nonisolated autoclosure; this is an error in the Swift 6 language mode
XCTAssertEqual(leading?.secondItem as? UIView, sut)
^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSLayoutConstraint.h:164:43: note: property declared here
@property (nullable, readonly, assign) id secondItem;
^
/Users/admin/builder/spi-builder-workspace/Tests/YCoreUITests/Extensions/UIKit/UIView+constrainEdgesTests.swift:38:33: warning: main actor-isolated property 'secondAttribute' can not be referenced from a nonisolated autoclosure; this is an error in the Swift 6 language mode
XCTAssertEqual(leading?.secondAttribute, .leading)
^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSLayoutConstraint.h:166:40: note: property declared here
@property (readonly) NSLayoutAttribute secondAttribute;
^
/Users/admin/builder/spi-builder-workspace/Tests/YCoreUITests/Extensions/UIKit/UIView+constrainEdgesTests.swift:39:33: warning: main actor-isolated property 'constant' can not be referenced from a nonisolated autoclosure; this is an error in the Swift 6 language mode
XCTAssertEqual(leading?.constant, insets.leading)
^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSLayoutConstraint.h:178:19: note: property declared here
@property CGFloat constant;
^
/Users/admin/builder/spi-builder-workspace/Tests/YCoreUITests/Extensions/UIKit/UIView+constrainEdgesTests.swift:41:32: warning: main actor-isolated property 'firstItem' can not be referenced from a nonisolated autoclosure; this is an error in the Swift 6 language mode
XCTAssertEqual(bottom?.firstItem as? UIView, sut.view1)
^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSLayoutConstraint.h:163:43: note: property declared here
@property (nullable, readonly, assign) id firstItem;
^
/Users/admin/builder/spi-builder-workspace/Tests/YCoreUITests/Extensions/UIKit/UIView+constrainEdgesTests.swift:42:32: warning: main actor-isolated property 'firstAttribute' can not be referenced from a nonisolated autoclosure; this is an error in the Swift 6 language mode
XCTAssertEqual(bottom?.firstAttribute, .bottom)
^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSLayoutConstraint.h:165:40: note: property declared here
@property (readonly) NSLayoutAttribute firstAttribute;
^
/Users/admin/builder/spi-builder-workspace/Tests/YCoreUITests/Extensions/UIKit/UIView+constrainEdgesTests.swift:43:32: warning: main actor-isolated property 'secondItem' can not be referenced from a nonisolated autoclosure; this is an error in the Swift 6 language mode
XCTAssertEqual(bottom?.secondItem as? UIView, sut)
^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSLayoutConstraint.h:164:43: note: property declared here
@property (nullable, readonly, assign) id secondItem;
^
/Users/admin/builder/spi-builder-workspace/Tests/YCoreUITests/Extensions/UIKit/UIView+constrainEdgesTests.swift:44:32: warning: main actor-isolated property 'secondAttribute' can not be referenced from a nonisolated autoclosure; this is an error in the Swift 6 language mode
XCTAssertEqual(bottom?.secondAttribute, .bottom)
^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSLayoutConstraint.h:166:40: note: property declared here
@property (readonly) NSLayoutAttribute secondAttribute;
^
/Users/admin/builder/spi-builder-workspace/Tests/YCoreUITests/Extensions/UIKit/UIView+constrainEdgesTests.swift:45:32: warning: main actor-isolated property 'constant' can not be referenced from a nonisolated autoclosure; this is an error in the Swift 6 language mode
XCTAssertEqual(bottom?.constant, -insets.bottom)
^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSLayoutConstraint.h:178:19: note: property declared here
@property CGFloat constant;
^
/Users/admin/builder/spi-builder-workspace/Tests/YCoreUITests/Extensions/UIKit/UIView+constrainEdgesTests.swift:47:34: warning: main actor-isolated property 'firstItem' can not be referenced from a nonisolated autoclosure; this is an error in the Swift 6 language mode
XCTAssertEqual(trailing?.firstItem as? UIView, sut.view1)
^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSLayoutConstraint.h:163:43: note: property declared here
@property (nullable, readonly, assign) id firstItem;
^
/Users/admin/builder/spi-builder-workspace/Tests/YCoreUITests/Extensions/UIKit/UIView+constrainEdgesTests.swift:48:34: warning: main actor-isolated property 'firstAttribute' can not be referenced from a nonisolated autoclosure; this is an error in the Swift 6 language mode
XCTAssertEqual(trailing?.firstAttribute, .trailing)
^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSLayoutConstraint.h:165:40: note: property declared here
@property (readonly) NSLayoutAttribute firstAttribute;
^
/Users/admin/builder/spi-builder-workspace/Tests/YCoreUITests/Extensions/UIKit/UIView+constrainEdgesTests.swift:49:34: warning: main actor-isolated property 'secondItem' can not be referenced from a nonisolated autoclosure; this is an error in the Swift 6 language mode
XCTAssertEqual(trailing?.secondItem as? UIView, sut)
^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSLayoutConstraint.h:164:43: note: property declared here
@property (nullable, readonly, assign) id secondItem;
^
/Users/admin/builder/spi-builder-workspace/Tests/YCoreUITests/Extensions/UIKit/UIView+constrainEdgesTests.swift:50:34: warning: main actor-isolated property 'secondAttribute' can not be referenced from a nonisolated autoclosure; this is an error in the Swift 6 language mode
XCTAssertEqual(trailing?.secondAttribute, .trailing)
^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSLayoutConstraint.h:166:40: note: property declared here
@property (readonly) NSLayoutAttribute secondAttribute;
^
/Users/admin/builder/spi-builder-workspace/Tests/YCoreUITests/Extensions/UIKit/UIView+constrainEdgesTests.swift:51:34: warning: main actor-isolated property 'constant' can not be referenced from a nonisolated autoclosure; this is an error in the Swift 6 language mode
XCTAssertEqual(trailing?.constant, -insets.trailing)
^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSLayoutConstraint.h:178:19: note: property declared here
@property CGFloat constant;
^
/Users/admin/builder/spi-builder-workspace/Tests/YCoreUITests/Extensions/UIKit/UIView+constrainEdgesTests.swift:70:22: warning: call to main actor-isolated initializer 'init()' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
let button = UIButton()
^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/usr/include/objc/NSObject.h:66:1: note: calls to initializer 'init()' from outside of its actor context are implicitly asynchronous
- (instancetype)init
^
/Users/admin/builder/spi-builder-workspace/Tests/YCoreUITests/Extensions/UIKit/UIView+constrainEdgesTests.swift:54:10: note: add '@MainActor' to make instance method 'testPartialEdges()' part of global actor 'MainActor'
func testPartialEdges() {
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Tests/YCoreUITests/Extensions/UIKit/UIView+constrainEdgesTests.swift:73:17: warning: call to main actor-isolated instance method 'addSubview' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
sut.addSubview(button)
^
UIKit.UIView.addSubview:2:22: note: calls to instance method 'addSubview' from outside of its actor context are implicitly asynchronous
@MainActor open func addSubview(_ view: UIView)}
^
/Users/admin/builder/spi-builder-workspace/Tests/YCoreUITests/Extensions/UIKit/UIView+constrainEdgesTests.swift:75:38: warning: call to main actor-isolated instance method 'constrainEdges(_:to:relatedBy:with:priority:isActive:)' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
let constraints = button.constrainEdges($0)
^
/Users/admin/builder/spi-builder-workspace/Sources/YCoreUI/Extensions/UIKit/UIView+constrainEdges.swift:62:36: note: calls to instance method 'constrainEdges(_:to:relatedBy:with:priority:isActive:)' from outside of its actor context are implicitly asynchronous
@discardableResult public func constrainEdges(
^
/Users/admin/builder/spi-builder-workspace/Tests/YCoreUITests/Extensions/UIKit/UIView+constrainEdgesTests.swift:114:20: warning: call to main actor-isolated instance method 'removeFromSuperview()' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
button.removeFromSuperview()
^
UIKit.UIView.removeFromSuperview:2:22: note: calls to instance method 'removeFromSuperview()' from outside of its actor context are implicitly asynchronous
@MainActor open func removeFromSuperview()}
^
/Users/admin/builder/spi-builder-workspace/Tests/YCoreUITests/Extensions/UIKit/UIView+constrainEdgesTests.swift:126:22: warning: call to main actor-isolated initializer 'init()' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
let button = UIButton()
^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/usr/include/objc/NSObject.h:66:1: note: calls to initializer 'init()' from outside of its actor context are implicitly asynchronous
- (instancetype)init
^
/Users/admin/builder/spi-builder-workspace/Tests/YCoreUITests/Extensions/UIKit/UIView+constrainEdgesTests.swift:118:10: note: add '@MainActor' to make instance method 'testRelation()' part of global actor 'MainActor'
func testRelation() {
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Tests/YCoreUITests/Extensions/UIKit/UIView+constrainEdgesTests.swift:129:17: warning: call to main actor-isolated instance method 'addSubview' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
sut.addSubview(button)
^
UIKit.UIView.addSubview:2:22: note: calls to instance method 'addSubview' from outside of its actor context are implicitly asynchronous
@MainActor open func addSubview(_ view: UIView)}
^
/Users/admin/builder/spi-builder-workspace/Tests/YCoreUITests/Extensions/UIKit/UIView+constrainEdgesTests.swift:131:38: warning: call to main actor-isolated instance method 'constrainEdges(_:to:relatedBy:with:priority:isActive:)' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
let constraints = button.constrainEdges(relatedBy: $0.input)
^
/Users/admin/builder/spi-builder-workspace/Sources/YCoreUI/Extensions/UIKit/UIView+constrainEdges.swift:62:36: note: calls to instance method 'constrainEdges(_:to:relatedBy:with:priority:isActive:)' from outside of its actor context are implicitly asynchronous
@discardableResult public func constrainEdges(
^
/Users/admin/builder/spi-builder-workspace/Tests/YCoreUITests/Extensions/UIKit/UIView+constrainEdgesTests.swift:138:33: warning: main actor-isolated property 'relation' can not be referenced from a nonisolated autoclosure; this is an error in the Swift 6 language mode
XCTAssertEqual(top?.relation, $0.input)
^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSLayoutConstraint.h:173:39: note: property declared here
@property (readonly) NSLayoutRelation relation;
^
/Users/admin/builder/spi-builder-workspace/Tests/YCoreUITests/Extensions/UIKit/UIView+constrainEdgesTests.swift:139:37: warning: main actor-isolated property 'relation' can not be referenced from a nonisolated autoclosure; this is an error in the Swift 6 language mode
XCTAssertEqual(leading?.relation, $0.input)
^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSLayoutConstraint.h:173:39: note: property declared here
@property (readonly) NSLayoutRelation relation;
^
/Users/admin/builder/spi-builder-workspace/Tests/YCoreUITests/Extensions/UIKit/UIView+constrainEdgesTests.swift:142:36: warning: main actor-isolated property 'relation' can not be referenced from a nonisolated autoclosure; this is an error in the Swift 6 language mode
XCTAssertEqual(bottom?.relation, $0.inverse)
^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSLayoutConstraint.h:173:39: note: property declared here
@property (readonly) NSLayoutRelation relation;
^
/Users/admin/builder/spi-builder-workspace/Tests/YCoreUITests/Extensions/UIKit/UIView+constrainEdgesTests.swift:143:38: warning: main actor-isolated property 'relation' can not be referenced from a nonisolated autoclosure; this is an error in the Swift 6 language mode
XCTAssertEqual(trailing?.relation, $0.inverse)
^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSLayoutConstraint.h:173:39: note: property declared here
@property (readonly) NSLayoutRelation relation;
^
/Users/admin/builder/spi-builder-workspace/Tests/YCoreUITests/Extensions/UIKit/UIView+constrainEdgesTests.swift:145:20: warning: call to main actor-isolated instance method 'removeFromSuperview()' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
button.removeFromSuperview()
^
UIKit.UIView.removeFromSuperview:2:22: note: calls to instance method 'removeFromSuperview()' from outside of its actor context are implicitly asynchronous
@MainActor open func removeFromSuperview()}
^
/Users/admin/builder/spi-builder-workspace/Tests/YCoreUITests/Extensions/UIKit/UIView+constrainEdgesTests.swift:152:37: warning: call to main actor-isolated instance method 'constrainEdges(_:to:relatedBy:outsets:priority:isActive:)' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
let constraints = sut.view1.constrainEdges(outsets: outsets)
^
/Users/admin/builder/spi-builder-workspace/Sources/YCoreUI/Extensions/UIKit/UIView+constrainEdges.swift:131:36: note: calls to instance method 'constrainEdges(_:to:relatedBy:outsets:priority:isActive:)' from outside of its actor context are implicitly asynchronous
@discardableResult public func constrainEdges(
^
/Users/admin/builder/spi-builder-workspace/Tests/YCoreUITests/Extensions/UIKit/UIView+constrainEdgesTests.swift:149:10: note: add '@MainActor' to make instance method 'testOutsets()' part of global actor 'MainActor'
func testOutsets() {
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Tests/YCoreUITests/Extensions/UIKit/UIView+constrainEdgesTests.swift:159:29: warning: main actor-isolated property 'constant' can not be referenced from a nonisolated autoclosure; this is an error in the Swift 6 language mode
XCTAssertEqual(top?.constant, -outsets.top)
^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSLayoutConstraint.h:178:19: note: property declared here
@property CGFloat constant;
^
/Users/admin/builder/spi-builder-workspace/Tests/YCoreUITests/Extensions/UIKit/UIView+constrainEdgesTests.swift:160:33: warning: main actor-isolated property 'constant' can not be referenced from a nonisolated autoclosure; this is an error in the Swift 6 language mode
XCTAssertEqual(leading?.constant, -outsets.leading)
^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSLayoutConstraint.h:178:19: note: property declared here
@property CGFloat constant;
^
/Users/admin/builder/spi-builder-workspace/Tests/YCoreUITests/Extensions/UIKit/UIView+constrainEdgesTests.swift:161:32: warning: main actor-isolated property 'constant' can not be referenced from a nonisolated autoclosure; this is an error in the Swift 6 language mode
XCTAssertEqual(bottom?.constant, outsets.bottom)
^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSLayoutConstraint.h:178:19: note: property declared here
@property CGFloat constant;
^
/Users/admin/builder/spi-builder-workspace/Tests/YCoreUITests/Extensions/UIKit/UIView+constrainEdgesTests.swift:162:34: warning: main actor-isolated property 'constant' can not be referenced from a nonisolated autoclosure; this is an error in the Swift 6 language mode
XCTAssertEqual(trailing?.constant, outsets.trailing)
^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSLayoutConstraint.h:178:19: note: property declared here
@property CGFloat constant;
^
/Users/admin/builder/spi-builder-workspace/Tests/YCoreUITests/Extensions/UIKit/UIView+constrainEdgesTests.swift:171:25: warning: call to main actor-isolated initializer 'init()' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
let container = MockLayoutContainer()
^
/Users/admin/builder/spi-builder-workspace/Tests/YCoreUITests/Extensions/UIKit/UIView+constrainAnchorTests.swift:364:5: note: calls to initializer 'init()' from outside of its actor context are implicitly asynchronous
init() {
^
/Users/admin/builder/spi-builder-workspace/Tests/YCoreUITests/Extensions/UIKit/UIView+constrainAnchorTests.swift:364:5: note: main actor isolation inferred from inheritance from class 'UIView'
init() {
^
/Users/admin/builder/spi-builder-workspace/Tests/YCoreUITests/Extensions/UIKit/UIView+constrainEdgesTests.swift:167:10: note: add '@MainActor' to make instance method 'makeSUT(file:line:)' part of global actor 'MainActor'
func makeSUT(
^
@MainActor
SwiftCompile normal arm64 Compiling\ UIColor+blendedTests.swift,\ UIColor+rgbComponentsTests.swift,\ UIColor+rgbTests.swift,\ UIColor+rgbValueTests.swift /Users/admin/builder/spi-builder-workspace/Tests/YCoreUITests/Extensions/UIKit/UIColor+blendedTests.swift /Users/admin/builder/spi-builder-workspace/Tests/YCoreUITests/Extensions/UIKit/UIColor+rgbComponentsTests.swift /Users/admin/builder/spi-builder-workspace/Tests/YCoreUITests/Extensions/UIKit/UIColor+rgbTests.swift /Users/admin/builder/spi-builder-workspace/Tests/YCoreUITests/Extensions/UIKit/UIColor+rgbValueTests.swift (in target 'YCoreUITests' from project 'YCoreUI')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Tests/YCoreUITests/Extensions/UIKit/UIColor+blendedTests.swift (in target 'YCoreUITests' from project 'YCoreUI')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Tests/YCoreUITests/Extensions/UIKit/UIColor+rgbComponentsTests.swift (in target 'YCoreUITests' from project 'YCoreUI')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Tests/YCoreUITests/Extensions/UIKit/UIColor+rgbTests.swift (in target 'YCoreUITests' from project 'YCoreUI')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Tests/YCoreUITests/Extensions/UIKit/UIColor+rgbValueTests.swift (in target 'YCoreUITests' from project 'YCoreUI')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
/Users/admin/builder/spi-builder-workspace/Tests/YCoreUITests/Extensions/UIKit/UIColor+rgbValueTests.swift:72:21: warning: reference to static property 'isLoggingEnabled' is not concurrency-safe because it involves shared mutable state; this is an error in the Swift 6 language mode
YCoreUI.isLoggingEnabled = false
^
/Users/admin/builder/spi-builder-workspace/Sources/YCoreUI/YCoreUI+Logging.swift:15:23: note: static property declared here
public static var isLoggingEnabled = true
^
/Users/admin/builder/spi-builder-workspace/Tests/YCoreUITests/Extensions/UIKit/UIColor+rgbValueTests.swift:75:17: warning: reference to static property 'isLoggingEnabled' is not concurrency-safe because it involves shared mutable state; this is an error in the Swift 6 language mode
YCoreUI.isLoggingEnabled = true
^
/Users/admin/builder/spi-builder-workspace/Sources/YCoreUI/YCoreUI+Logging.swift:15:23: note: static property declared here
public static var isLoggingEnabled = true
^
SwiftCompile normal arm64 Compiling\ String+LocalizedTests.swift,\ NSDirectionalEdgeInsets+horizontalTests.swift,\ NSDirectionalEdgeInsets+initTests.swift,\ UIColor+WCAGTests.swift /Users/admin/builder/spi-builder-workspace/Tests/YCoreUITests/Extensions/Foundation/String+LocalizedTests.swift /Users/admin/builder/spi-builder-workspace/Tests/YCoreUITests/Extensions/UIKit/NSDirectionalEdgeInsets+horizontalTests.swift /Users/admin/builder/spi-builder-workspace/Tests/YCoreUITests/Extensions/UIKit/NSDirectionalEdgeInsets+initTests.swift /Users/admin/builder/spi-builder-workspace/Tests/YCoreUITests/Extensions/UIKit/UIColor+WCAGTests.swift (in target 'YCoreUITests' from project 'YCoreUI')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Tests/YCoreUITests/Extensions/Foundation/String+LocalizedTests.swift (in target 'YCoreUITests' from project 'YCoreUI')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Tests/YCoreUITests/Extensions/UIKit/NSDirectionalEdgeInsets+horizontalTests.swift (in target 'YCoreUITests' from project 'YCoreUI')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Tests/YCoreUITests/Extensions/UIKit/NSDirectionalEdgeInsets+initTests.swift (in target 'YCoreUITests' from project 'YCoreUI')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Tests/YCoreUITests/Extensions/UIKit/UIColor+WCAGTests.swift (in target 'YCoreUITests' from project 'YCoreUI')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
/Users/admin/builder/spi-builder-workspace/Tests/YCoreUITests/Extensions/UIKit/UIColor+WCAGTests.swift:175:17: warning: reference to static property 'isLoggingEnabled' is not concurrency-safe because it involves shared mutable state; this is an error in the Swift 6 language mode
YCoreUI.isLoggingEnabled = false
^
/Users/admin/builder/spi-builder-workspace/Sources/YCoreUI/YCoreUI+Logging.swift:15:23: note: static property declared here
public static var isLoggingEnabled = true
^
/Users/admin/builder/spi-builder-workspace/Tests/YCoreUITests/Extensions/UIKit/UIColor+WCAGTests.swift:179:17: warning: reference to static property 'isLoggingEnabled' is not concurrency-safe because it involves shared mutable state; this is an error in the Swift 6 language mode
YCoreUI.isLoggingEnabled = true
^
/Users/admin/builder/spi-builder-workspace/Sources/YCoreUI/YCoreUI+Logging.swift:15:23: note: static property declared here
public static var isLoggingEnabled = true
^
SwiftEmitModule normal arm64 Emitting\ module\ for\ YCoreUITests (in target 'YCoreUITests' from project 'YCoreUI')
EmitSwiftModule normal arm64 (in target 'YCoreUITests' from project 'YCoreUI')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 Compiling\ SystemImageTests.swift,\ YCoreUI+LoggingTests.swift,\ GeneratedAssetSymbols.swift /Users/admin/builder/spi-builder-workspace/Tests/YCoreUITests/Protocols/SystemImageTests.swift /Users/admin/builder/spi-builder-workspace/Tests/YCoreUITests/YCoreUI+LoggingTests.swift /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/YCoreUI.build/Debug-iphoneos/YCoreUITests.build/DerivedSources/GeneratedAssetSymbols.swift (in target 'YCoreUITests' from project 'YCoreUI')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Tests/YCoreUITests/Protocols/SystemImageTests.swift (in target 'YCoreUITests' from project 'YCoreUI')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
/Users/admin/builder/spi-builder-workspace/Tests/YCoreUITests/Protocols/SystemImageTests.swift:26:17: warning: reference to static property 'isLoggingEnabled' is not concurrency-safe because it involves shared mutable state; this is an error in the Swift 6 language mode
YCoreUI.isLoggingEnabled = false
^
/Users/admin/builder/spi-builder-workspace/Sources/YCoreUI/YCoreUI+Logging.swift:15:23: note: static property declared here
public static var isLoggingEnabled = true
^
/Users/admin/builder/spi-builder-workspace/Tests/YCoreUITests/Protocols/SystemImageTests.swift:33:17: warning: reference to static property 'isLoggingEnabled' is not concurrency-safe because it involves shared mutable state; this is an error in the Swift 6 language mode
YCoreUI.isLoggingEnabled = true
^
/Users/admin/builder/spi-builder-workspace/Sources/YCoreUI/YCoreUI+Logging.swift:15:23: note: static property declared here
public static var isLoggingEnabled = true
^
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Tests/YCoreUITests/YCoreUI+LoggingTests.swift (in target 'YCoreUITests' from project 'YCoreUI')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
/Users/admin/builder/spi-builder-workspace/Tests/YCoreUITests/YCoreUI+LoggingTests.swift:14:31: warning: reference to static property 'isLoggingEnabled' is not concurrency-safe because it involves shared mutable state; this is an error in the Swift 6 language mode
XCTAssertTrue(YCoreUI.isLoggingEnabled)
^
/Users/admin/builder/spi-builder-workspace/Sources/YCoreUI/YCoreUI+Logging.swift:15:23: note: static property declared here
public static var isLoggingEnabled = true
^
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/YCoreUI.build/Debug-iphoneos/YCoreUITests.build/DerivedSources/GeneratedAssetSymbols.swift (in target 'YCoreUITests' from project 'YCoreUI')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftDriverJobDiscovery normal arm64 Compiling UIEdgeInsets+horizontal.swift, UIEdgeInsets+init.swift, UIScreen+scaleFactor.swift, UIScrollView+keyboardNotifications.swift (in target 'YCoreUI' from project 'YCoreUI')
SwiftCompile normal arm64 Compiling\ XCTestCase+MemoryLeakTracking.swift,\ ColorableTests.swift,\ ImageAssetTests.swift /Users/admin/builder/spi-builder-workspace/Tests/YCoreUITests/Helpers/XCTestCase+MemoryLeakTracking.swift /Users/admin/builder/spi-builder-workspace/Tests/YCoreUITests/Protocols/ColorableTests.swift /Users/admin/builder/spi-builder-workspace/Tests/YCoreUITests/Protocols/ImageAssetTests.swift (in target 'YCoreUITests' from project 'YCoreUI')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Tests/YCoreUITests/Helpers/XCTestCase+MemoryLeakTracking.swift (in target 'YCoreUITests' from project 'YCoreUI')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
/Users/admin/builder/spi-builder-workspace/Tests/YCoreUITests/Helpers/XCTestCase+MemoryLeakTracking.swift:15:17: warning: sending 'instance' risks causing data races; this is an error in the Swift 6 language mode
instance,
~~~~~~~~~~~~~~~~^~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Tests/YCoreUITests/Helpers/XCTestCase+MemoryLeakTracking.swift:15:17: note: task-isolated 'instance' is captured by a main actor-isolated closure. main actor-isolated uses in closure may race against later nonisolated uses
instance,
^~~~~~~~
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Tests/YCoreUITests/Protocols/ColorableTests.swift (in target 'YCoreUITests' from project 'YCoreUI')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
/Users/admin/builder/spi-builder-workspace/Tests/YCoreUITests/Protocols/ColorableTests.swift:44:17: warning: reference to static property 'isLoggingEnabled' is not concurrency-safe because it involves shared mutable state; this is an error in the Swift 6 language mode
YCoreUI.isLoggingEnabled = false
^
/Users/admin/builder/spi-builder-workspace/Sources/YCoreUI/YCoreUI+Logging.swift:15:23: note: static property declared here
public static var isLoggingEnabled = true
^
/Users/admin/builder/spi-builder-workspace/Tests/YCoreUITests/Protocols/ColorableTests.swift:51:17: warning: reference to static property 'isLoggingEnabled' is not concurrency-safe because it involves shared mutable state; this is an error in the Swift 6 language mode
YCoreUI.isLoggingEnabled = true
^
/Users/admin/builder/spi-builder-workspace/Sources/YCoreUI/YCoreUI+Logging.swift:15:23: note: static property declared here
public static var isLoggingEnabled = true
^
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Tests/YCoreUITests/Protocols/ImageAssetTests.swift (in target 'YCoreUITests' from project 'YCoreUI')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
/Users/admin/builder/spi-builder-workspace/Tests/YCoreUITests/Protocols/ImageAssetTests.swift:45:17: warning: reference to static property 'isLoggingEnabled' is not concurrency-safe because it involves shared mutable state; this is an error in the Swift 6 language mode
YCoreUI.isLoggingEnabled = false
^
/Users/admin/builder/spi-builder-workspace/Sources/YCoreUI/YCoreUI+Logging.swift:15:23: note: static property declared here
public static var isLoggingEnabled = true
^
/Users/admin/builder/spi-builder-workspace/Tests/YCoreUITests/Protocols/ImageAssetTests.swift:52:17: warning: reference to static property 'isLoggingEnabled' is not concurrency-safe because it involves shared mutable state; this is an error in the Swift 6 language mode
YCoreUI.isLoggingEnabled = true
^
/Users/admin/builder/spi-builder-workspace/Sources/YCoreUI/YCoreUI+Logging.swift:15:23: note: static property declared here
public static var isLoggingEnabled = true
^
SwiftDriverJobDiscovery normal arm64 Compiling UIEdgeInsets+directionalTests.swift, UIEdgeInsets+horizontalTests.swift, UIEdgeInsets+initTests.swift, UIScreen+scaleFactorTests.swift (in target 'YCoreUITests' from project 'YCoreUI')
SwiftDriver\ Compilation YCoreUI normal arm64 com.apple.xcode.tools.swift.compiler (in target 'YCoreUI' from project 'YCoreUI')
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 YCoreUI -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/YCoreUI.build/Debug-iphoneos/YCoreUI.build/Objects-normal/arm64/YCoreUI.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-ios14.0 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -profile-coverage-mapping -profile-generate -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 -emit-localized-strings -emit-localized-strings-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/YCoreUI.build/Debug-iphoneos/YCoreUI.build/Objects-normal/arm64 -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/YCoreUI.build/Debug-iphoneos/YCoreUI.build/Objects-normal/arm64/YCoreUI-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/YCoreUI.build/Debug-iphoneos/YCoreUI.build/Objects-normal/arm64/YCoreUI.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/YCoreUI.build/Debug-iphoneos/YCoreUI.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/YCoreUI.build/Debug-iphoneos/YCoreUI.build/Objects-normal/arm64/YCoreUI_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/YCoreUI.build/Debug-iphoneos/YCoreUI.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/YCoreUI.build/Debug-iphoneos/YCoreUI.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/YCoreUI.build/Debug-iphoneos/YCoreUI.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/YCoreUI.build/Debug-iphoneos/YCoreUI.build/Objects-normal/arm64/YCoreUI-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
SwiftDriverJobDiscovery normal arm64 Compiling resource_bundle_accessor.swift, FormViewControllerTests.swift, CGFloat+roundedTests.swift, CGSize+insetTests.swift (in target 'YCoreUITests' from project 'YCoreUI')
SwiftDriverJobDiscovery normal arm64 Compiling UIColor+blendedTests.swift, UIColor+rgbComponentsTests.swift, UIColor+rgbTests.swift, UIColor+rgbValueTests.swift (in target 'YCoreUITests' from project 'YCoreUI')
Ld /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/YCoreUI.o normal (in target 'YCoreUI' from project 'YCoreUI')
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-ios14.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/YCoreUI.build/Debug-iphoneos/YCoreUI.build/Objects-normal/arm64/YCoreUI.LinkFileList -nostdlib -Xlinker -object_path_lto -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/YCoreUI.build/Debug-iphoneos/YCoreUI.build/Objects-normal/arm64/YCoreUI_lto.o -rdynamic -Xlinker -no_deduplicate -Xlinker -debug_variant -Xlinker -dependency_info -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/YCoreUI.build/Debug-iphoneos/YCoreUI.build/Objects-normal/arm64/YCoreUI_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/YCoreUI.build/Debug-iphoneos/YCoreUI.build/Objects-normal/arm64/YCoreUI.swiftmodule -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/YCoreUI.o
SwiftDriverJobDiscovery normal arm64 Compiling String+LocalizedTests.swift, NSDirectionalEdgeInsets+horizontalTests.swift, NSDirectionalEdgeInsets+initTests.swift, UIColor+WCAGTests.swift (in target 'YCoreUITests' from project 'YCoreUI')
ExtractAppIntentsMetadata (in target 'YCoreUI' from project 'YCoreUI')
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 YCoreUI --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 14.0 --bundle-identifier spi-builder-workspace.YCoreUI --output /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/YCoreUI.appintents --target-triple arm64-apple-ios14.0 --binary-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/YCoreUI.o --dependency-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/YCoreUI.build/Debug-iphoneos/YCoreUI.build/Objects-normal/arm64/YCoreUI_dependency_info.dat --stringsdata-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/YCoreUI.build/Debug-iphoneos/YCoreUI.build/Objects-normal/arm64/ExtractedAppShortcutsMetadata.stringsdata --source-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/YCoreUI.build/Debug-iphoneos/YCoreUI.build/Objects-normal/arm64/YCoreUI.SwiftFileList --metadata-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/YCoreUI.build/Debug-iphoneos/YCoreUI.build/YCoreUI.DependencyMetadataFileList --static-metadata-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/YCoreUI.build/Debug-iphoneos/YCoreUI.build/YCoreUI.DependencyStaticMetadataFileList --swift-const-vals-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/YCoreUI.build/Debug-iphoneos/YCoreUI.build/Objects-normal/arm64/YCoreUI.SwiftConstValuesFileList --force --compile-time-extraction --deployment-aware-processing --validate-assistant-intents --no-app-shortcuts-localization
2025-04-27 15:08:01.427 appintentsmetadataprocessor[736:4296] Starting appintentsmetadataprocessor export
2025-04-27 15:08:01.473 appintentsmetadataprocessor[736:4296] Extracted no relevant App Intents symbols, skipping writing output
SwiftDriverJobDiscovery normal arm64 Compiling UIView+constrainBelowTests.swift, UIView+constrainCenterTests.swift, UIView+constrainEdgesTests.swift (in target 'YCoreUITests' from project 'YCoreUI')
SwiftDriverJobDiscovery normal arm64 Compiling UIScrollView+keyboardNotificationsTests.swift, UIView+AnimationTests.swift, UIView+constrainAnchorTests.swift, UIView+constrainAspectRatioTests.swift (in target 'YCoreUITests' from project 'YCoreUI')
SwiftDriverJobDiscovery normal arm64 Compiling AnimationTests.swift, ElevationTests.swift, UIColor+TestHarness.swift (in target 'YCoreUITests' from project 'YCoreUI')
RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/YCoreUI.o (in target 'YCoreUI' from project 'YCoreUI')
cd /Users/admin/builder/spi-builder-workspace
builtin-RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/YCoreUI.o
CpResource /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/YCoreUITests.xctest/YCoreUI_YCoreUITests.bundle /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/YCoreUI_YCoreUITests.bundle (in target 'YCoreUITests' from project 'YCoreUI')
cd /Users/admin/builder/spi-builder-workspace
builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/YCoreUI_YCoreUITests.bundle /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/YCoreUITests.xctest
ProcessInfoPlistFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/YCoreUITests.xctest/Info.plist /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/YCoreUI.build/Debug-iphoneos/YCoreUITests.build/empty-YCoreUITests.plist (in target 'YCoreUITests' from project 'YCoreUI')
cd /Users/admin/builder/spi-builder-workspace
builtin-infoPlistUtility /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/YCoreUI.build/Debug-iphoneos/YCoreUITests.build/empty-YCoreUITests.plist -producttype com.apple.product-type.bundle.unit-test -expandbuildsettings -format binary -platform iphoneos -requiredArchitecture arm64 -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/YCoreUITests.xctest/Info.plist
SwiftDriverJobDiscovery normal arm64 Compiling UIView+constrainEdgesToMarginsTests.swift, UIView+constrainSizeTests.swift, UIView+constrainTests.swift (in target 'YCoreUITests' from project 'YCoreUI')
SwiftDriverJobDiscovery normal arm64 Compiling XCTestCase+MemoryLeakTracking.swift, ColorableTests.swift, ImageAssetTests.swift (in target 'YCoreUITests' from project 'YCoreUI')
SwiftDriverJobDiscovery normal arm64 Emitting module for YCoreUITests (in target 'YCoreUITests' from project 'YCoreUI')
SwiftDriver\ Compilation\ Requirements YCoreUITests normal arm64 com.apple.xcode.tools.swift.compiler (in target 'YCoreUITests' from project 'YCoreUI')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
builtin-Swift-Compilation-Requirements -- /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name YCoreUITests -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/YCoreUI.build/Debug-iphoneos/YCoreUITests.build/Objects-normal/arm64/YCoreUITests.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-ios14.0 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -profile-coverage-mapping -profile-generate -enable-testing -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -swift-version 5 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -I /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -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 -emit-localized-strings -emit-localized-strings-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/YCoreUI.build/Debug-iphoneos/YCoreUITests.build/Objects-normal/arm64 -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/YCoreUI.build/Debug-iphoneos/YCoreUITests.build/Objects-normal/arm64/YCoreUITests-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/YCoreUI.build/Debug-iphoneos/YCoreUITests.build/Objects-normal/arm64/YCoreUITests.swiftmodule -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/YCoreUI.build/Debug-iphoneos/YCoreUITests.build/Objects-normal/arm64/YCoreUITests_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/YCoreUI.build/Debug-iphoneos/YCoreUITests.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/YCoreUI.build/Debug-iphoneos/YCoreUITests.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/YCoreUI.build/Debug-iphoneos/YCoreUITests.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/YCoreUITests.swiftmodule/arm64-apple-ios.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/YCoreUI.build/Debug-iphoneos/YCoreUITests.build/Objects-normal/arm64/YCoreUITests.abi.json (in target 'YCoreUITests' from project 'YCoreUI')
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/YCoreUI.build/Debug-iphoneos/YCoreUITests.build/Objects-normal/arm64/YCoreUITests.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/YCoreUITests.swiftmodule/arm64-apple-ios.abi.json
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/YCoreUITests.swiftmodule/arm64-apple-ios.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/YCoreUI.build/Debug-iphoneos/YCoreUITests.build/Objects-normal/arm64/YCoreUITests.swiftdoc (in target 'YCoreUITests' from project 'YCoreUI')
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/YCoreUI.build/Debug-iphoneos/YCoreUITests.build/Objects-normal/arm64/YCoreUITests.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/YCoreUITests.swiftmodule/arm64-apple-ios.swiftdoc
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/YCoreUITests.swiftmodule/arm64-apple-ios.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/YCoreUI.build/Debug-iphoneos/YCoreUITests.build/Objects-normal/arm64/YCoreUITests.swiftmodule (in target 'YCoreUITests' from project 'YCoreUI')
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/YCoreUI.build/Debug-iphoneos/YCoreUITests.build/Objects-normal/arm64/YCoreUITests.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/YCoreUITests.swiftmodule/arm64-apple-ios.swiftmodule
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/YCoreUITests.swiftmodule/Project/arm64-apple-ios.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/YCoreUI.build/Debug-iphoneos/YCoreUITests.build/Objects-normal/arm64/YCoreUITests.swiftsourceinfo (in target 'YCoreUITests' from project 'YCoreUI')
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/YCoreUI.build/Debug-iphoneos/YCoreUITests.build/Objects-normal/arm64/YCoreUITests.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/YCoreUITests.swiftmodule/Project/arm64-apple-ios.swiftsourceinfo
SwiftDriverJobDiscovery normal arm64 Compiling SystemImageTests.swift, YCoreUI+LoggingTests.swift, GeneratedAssetSymbols.swift (in target 'YCoreUITests' from project 'YCoreUI')
SwiftDriver\ Compilation YCoreUITests normal arm64 com.apple.xcode.tools.swift.compiler (in target 'YCoreUITests' from project 'YCoreUI')
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 YCoreUITests -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/YCoreUI.build/Debug-iphoneos/YCoreUITests.build/Objects-normal/arm64/YCoreUITests.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-ios14.0 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -profile-coverage-mapping -profile-generate -enable-testing -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -swift-version 5 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -I /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -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 -emit-localized-strings -emit-localized-strings-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/YCoreUI.build/Debug-iphoneos/YCoreUITests.build/Objects-normal/arm64 -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/YCoreUI.build/Debug-iphoneos/YCoreUITests.build/Objects-normal/arm64/YCoreUITests-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/YCoreUI.build/Debug-iphoneos/YCoreUITests.build/Objects-normal/arm64/YCoreUITests.swiftmodule -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/YCoreUI.build/Debug-iphoneos/YCoreUITests.build/Objects-normal/arm64/YCoreUITests_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/YCoreUI.build/Debug-iphoneos/YCoreUITests.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/YCoreUI.build/Debug-iphoneos/YCoreUITests.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/YCoreUI.build/Debug-iphoneos/YCoreUITests.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -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/YCoreUITests.xctest/YCoreUITests normal (in target 'YCoreUITests' from project 'YCoreUI')
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-ios14.0 -bundle -isysroot /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk -O0 -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-iphoneos -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -L/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/lib -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-iphoneos -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/PackageFrameworks -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -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/YCoreUI.build/Debug-iphoneos/YCoreUITests.build/Objects-normal/arm64/YCoreUITests.LinkFileList -Xlinker -rpath -Xlinker /usr/lib/swift -Xlinker -rpath -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/PackageFrameworks -Xlinker -rpath -Xlinker @loader_path/Frameworks -Xlinker -rpath -Xlinker @loader_path/../Frameworks -dead_strip -Xlinker -object_path_lto -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/YCoreUI.build/Debug-iphoneos/YCoreUITests.build/Objects-normal/arm64/YCoreUITests_lto.o -rdynamic -Xlinker -no_deduplicate -Xlinker -debug_variant -Xlinker -dependency_info -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/YCoreUI.build/Debug-iphoneos/YCoreUITests.build/Objects-normal/arm64/YCoreUITests_dependency_info.dat -fobjc-link-runtime -fprofile-instr-generate -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/YCoreUI.build/Debug-iphoneos/YCoreUITests.build/Objects-normal/arm64/YCoreUITests.swiftmodule -Wl,-no_warn_duplicate_libraries -framework XCTest -lXCTestSwiftSupport -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/YCoreUITests.xctest/YCoreUITests -Xlinker -add_ast_path -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/YCoreUI.build/Debug-iphoneos/YCoreUI.build/Objects-normal/arm64/YCoreUI.swiftmodule
CopySwiftLibs /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/YCoreUITests.xctest (in target 'YCoreUITests' from project 'YCoreUI')
cd /Users/admin/builder/spi-builder-workspace
builtin-swiftStdLibTool --copy --verbose --scan-executable /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/YCoreUITests.xctest/YCoreUITests --scan-folder /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/YCoreUITests.xctest/Frameworks --scan-folder /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/YCoreUITests.xctest/PlugIns --scan-folder /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/YCoreUITests.xctest/SystemExtensions --scan-folder /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/YCoreUITests.xctest/Extensions --platform iphoneos --toolchain /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain --destination /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/YCoreUITests.xctest/Frameworks --strip-bitcode --scan-executable /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/lib/libXCTestSwiftSupport.dylib --strip-bitcode-tool /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/bitcode_strip --emit-dependency-info /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/YCoreUI.build/Debug-iphoneos/YCoreUITests.build/SwiftStdLibToolInputDependencies.dep --filter-for-swift-os --back-deploy-swift-concurrency
Ignoring --strip-bitcode because --sign was not passed
Copying /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift-5.5/iphoneos/libswift_Concurrency.dylib to /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/YCoreUITests.xctest/Frameworks/libswift_Concurrency.dylib
ExtractAppIntentsMetadata (in target 'YCoreUITests' from project 'YCoreUI')
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 YCoreUITests --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 14.0 --bundle-identifier spi-builder-workspace.YCoreUITests --output /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/YCoreUITests.xctest --target-triple arm64-apple-ios14.0 --binary-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/YCoreUITests.xctest/YCoreUITests --dependency-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/YCoreUI.build/Debug-iphoneos/YCoreUITests.build/Objects-normal/arm64/YCoreUITests_dependency_info.dat --stringsdata-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/YCoreUI.build/Debug-iphoneos/YCoreUITests.build/Objects-normal/arm64/ExtractedAppShortcutsMetadata.stringsdata --source-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/YCoreUI.build/Debug-iphoneos/YCoreUITests.build/Objects-normal/arm64/YCoreUITests.SwiftFileList --metadata-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/YCoreUI.build/Debug-iphoneos/YCoreUITests.build/YCoreUITests.DependencyMetadataFileList --static-metadata-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/YCoreUI.build/Debug-iphoneos/YCoreUITests.build/YCoreUITests.DependencyStaticMetadataFileList --swift-const-vals-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/YCoreUI.build/Debug-iphoneos/YCoreUITests.build/Objects-normal/arm64/YCoreUITests.SwiftConstValuesFileList --compile-time-extraction --deployment-aware-processing --validate-assistant-intents --no-app-shortcuts-localization
2025-04-27 15:08:02.386 appintentsmetadataprocessor[739:4329] Starting appintentsmetadataprocessor export
2025-04-27 15:08:02.388 appintentsmetadataprocessor[739:4329] warning: Metadata extraction skipped. No AppIntents.framework dependency found.
GenerateDSYMFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/YCoreUITests.xctest.dSYM /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/YCoreUITests.xctest/YCoreUITests (in target 'YCoreUITests' from project 'YCoreUI')
cd /Users/admin/builder/spi-builder-workspace
/Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/dsymutil /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/YCoreUITests.xctest/YCoreUITests -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/YCoreUITests.xctest.dSYM
AppIntentsSSUTraining (in target 'YCoreUITests' from project 'YCoreUI')
cd /Users/admin/builder/spi-builder-workspace
/Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/appintentsnltrainingprocessor --infoplist-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/YCoreUITests.xctest/Info.plist --temp-dir-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/YCoreUI.build/Debug-iphoneos/YCoreUITests.build/ssu --bundle-id spi-builder-workspace.YCoreUITests --product-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/YCoreUITests.xctest --extracted-metadata-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/YCoreUITests.xctest/Metadata.appintents --metadata-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/YCoreUI.build/Debug-iphoneos/YCoreUITests.build/YCoreUITests.DependencyMetadataFileList --archive-ssu-assets
2025-04-27 15:08:02.414 appintentsnltrainingprocessor[741:4331] Parsing options for appintentsnltrainingprocessor
2025-04-27 15:08:02.415 appintentsnltrainingprocessor[741:4331] No AppShortcuts found - Skipping.
RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/YCoreUITests.xctest (in target 'YCoreUITests' from project 'YCoreUI')
cd /Users/admin/builder/spi-builder-workspace
builtin-RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/YCoreUITests.xctest
Touch /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/YCoreUITests.xctest (in target 'YCoreUITests' from project 'YCoreUI')
cd /Users/admin/builder/spi-builder-workspace
/usr/bin/touch -c /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/YCoreUITests.xctest
** BUILD SUCCEEDED **
Build complete.
{
"default_localization" : "en",
"dependencies" : [
],
"manifest_display_name" : "YCoreUI",
"name" : "YCoreUI",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "ios",
"version" : "14.0"
},
{
"name" : "tvos",
"version" : "14.0"
}
],
"products" : [
{
"name" : "YCoreUI",
"targets" : [
"YCoreUI"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "YCoreUITests",
"module_type" : "SwiftTarget",
"name" : "YCoreUITests",
"path" : "Tests/YCoreUITests",
"resources" : [
{
"path" : "/Users/admin/builder/spi-builder-workspace/Tests/YCoreUITests/Assets/Colors.xcassets",
"rule" : {
"process" : {
}
}
},
{
"path" : "/Users/admin/builder/spi-builder-workspace/Tests/YCoreUITests/Assets/Images.xcassets",
"rule" : {
"process" : {
}
}
},
{
"path" : "/Users/admin/builder/spi-builder-workspace/Tests/YCoreUITests/Assets/Strings/en.lproj/Localizable.strings",
"rule" : {
"process" : {
"localization" : "en"
}
}
},
{
"path" : "/Users/admin/builder/spi-builder-workspace/Tests/YCoreUITests/Assets/Strings/en.lproj/Settings.strings",
"rule" : {
"process" : {
"localization" : "en"
}
}
}
],
"sources" : [
"Components/FormViewControllerTests.swift",
"Extensions/Foundation/CGFloat+roundedTests.swift",
"Extensions/Foundation/CGSize+insetTests.swift",
"Extensions/Foundation/String+LocalizedTests.swift",
"Extensions/UIKit/NSDirectionalEdgeInsets+horizontalTests.swift",
"Extensions/UIKit/NSDirectionalEdgeInsets+initTests.swift",
"Extensions/UIKit/UIColor+WCAGTests.swift",
"Extensions/UIKit/UIColor+blendedTests.swift",
"Extensions/UIKit/UIColor+rgbComponentsTests.swift",
"Extensions/UIKit/UIColor+rgbTests.swift",
"Extensions/UIKit/UIColor+rgbValueTests.swift",
"Extensions/UIKit/UIEdgeInsets+directionalTests.swift",
"Extensions/UIKit/UIEdgeInsets+horizontalTests.swift",
"Extensions/UIKit/UIEdgeInsets+initTests.swift",
"Extensions/UIKit/UIScreen+scaleFactorTests.swift",
"Extensions/UIKit/UIScrollView+keyboardNotificationsTests.swift",
"Extensions/UIKit/UIView+AnimationTests.swift",
"Extensions/UIKit/UIView+constrainAnchorTests.swift",
"Extensions/UIKit/UIView+constrainAspectRatioTests.swift",
"Extensions/UIKit/UIView+constrainBelowTests.swift",
"Extensions/UIKit/UIView+constrainCenterTests.swift",
"Extensions/UIKit/UIView+constrainEdgesTests.swift",
"Extensions/UIKit/UIView+constrainEdgesToMarginsTests.swift",
"Extensions/UIKit/UIView+constrainSizeTests.swift",
"Extensions/UIKit/UIView+constrainTests.swift",
"Foundations/AnimationTests.swift",
"Foundations/ElevationTests.swift",
"Foundations/UIColor+TestHarness.swift",
"Helpers/XCTestCase+MemoryLeakTracking.swift",
"Protocols/ColorableTests.swift",
"Protocols/ImageAssetTests.swift",
"Protocols/SystemImageTests.swift",
"YCoreUI+LoggingTests.swift"
],
"target_dependencies" : [
"YCoreUI"
],
"type" : "test"
},
{
"c99name" : "YCoreUI",
"module_type" : "SwiftTarget",
"name" : "YCoreUI",
"path" : "Sources/YCoreUI",
"product_memberships" : [
"YCoreUI"
],
"sources" : [
"Components/FormViewController.swift",
"Extensions/Foundation/CGFloat+rounded.swift",
"Extensions/Foundation/CGSize+inset.swift",
"Extensions/Foundation/String+Localizable.swift",
"Extensions/UIKit/NSDirectionalEdgeInsets+horizontal.swift",
"Extensions/UIKit/NSDirectionalEdgeInsets+init.swift",
"Extensions/UIKit/UIColor+WCAG.swift",
"Extensions/UIKit/UIColor+blended.swift",
"Extensions/UIKit/UIColor+rgb.swift",
"Extensions/UIKit/UIColor+rgbComponents.swift",
"Extensions/UIKit/UIColor+rgbValue.swift",
"Extensions/UIKit/UIEdgeInsets+directional.swift",
"Extensions/UIKit/UIEdgeInsets+horizontal.swift",
"Extensions/UIKit/UIEdgeInsets+init.swift",
"Extensions/UIKit/UIScreen+scaleFactor.swift",
"Extensions/UIKit/UIScrollView+keyboardNotifications.swift",
"Extensions/UIKit/UITraitCollection+colorSpaces.swift",
"Extensions/UIKit/UIView+Animation.swift",
"Extensions/UIKit/UIView+constrain.swift",
"Extensions/UIKit/UIView+constrainAnchor.swift",
"Extensions/UIKit/UIView+constrainAspectRatio.swift",
"Extensions/UIKit/UIView+constrainBelow.swift",
"Extensions/UIKit/UIView+constrainCenter.swift",
"Extensions/UIKit/UIView+constrainEdges.swift",
"Extensions/UIKit/UIView+constrainEdgesToMargins.swift",
"Extensions/UIKit/UIView+constrainSize.swift",
"Foundations/Animation.swift",
"Foundations/Elevation.swift",
"Protocols/Anchorable.swift",
"Protocols/Colorable.swift",
"Protocols/ImageAsset.swift",
"Protocols/Localizable.swift",
"Protocols/SystemImage.swift",
"YCoreUI+Logging.swift"
],
"type" : "library"
}
],
"tools_version" : "5.5"
}
Done.