Build Information
Successful build of DHDeclarable, reference main (06f674
), with Swift 6.1 for iOS using Xcode 16.3 on 8 May 2025 21:23:21 UTC.
Swift 6 data race errors: 5
Build Command
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme DHDeclarable -destination generic/platform=iOS
Build Log
let label = UILabel().alignedLeft
^
/Users/admin/builder/spi-builder-workspace/Sources/DHDeclarable/Extensions/UIKit/UILabel/UILabel+Style.swift:32:13: note: property declared here
var alignedLeft: UILabel {
^
/Users/admin/builder/spi-builder-workspace/Tests/DHDeclarableTests/ExtensionTests/UIKitTests/UILabelTests/UILabel+StyleTests.swift:24:14: note: add '@MainActor' to make instance method 'testAlignedLeft()' part of global actor 'MainActor'
func testAlignedLeft() {
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Tests/DHDeclarableTests/ExtensionTests/UIKitTests/UILabelTests/UILabel+StyleTests.swift:25: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 label = UILabel().alignedLeft
^
/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/DHDeclarableTests/ExtensionTests/UIKitTests/UILabelTests/UILabel+StyleTests.swift:24:14: note: add '@MainActor' to make instance method 'testAlignedLeft()' part of global actor 'MainActor'
func testAlignedLeft() {
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Tests/DHDeclarableTests/ExtensionTests/UIKitTests/UILabelTests/UILabel+StyleTests.swift:26:34: warning: main actor-isolated property 'textAlignment' can not be referenced from a nonisolated autoclosure; this is an error in the Swift 6 language mode
XCTAssertEqual(label.textAlignment, .left)
^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UILabel.h:56:48: note: property declared here
@property(nonatomic) NSTextAlignment textAlignment; // default is NSTextAlignmentNatural (before iOS 9, the default was NSTextAlignmentLeft)
^
/Users/admin/builder/spi-builder-workspace/Tests/DHDeclarableTests/ExtensionTests/UIKitTests/UILabelTests/UILabel+StyleTests.swift:30:35: warning: main actor-isolated property 'multiline' can not be referenced from a nonisolated context; this is an error in the Swift 6 language mode
let label = UILabel().multiline
^
/Users/admin/builder/spi-builder-workspace/Sources/DHDeclarable/Extensions/UIKit/UILabel/UILabel+Style.swift:39:13: note: property declared here
var multiline: UILabel {
^
/Users/admin/builder/spi-builder-workspace/Tests/DHDeclarableTests/ExtensionTests/UIKitTests/UILabelTests/UILabel+StyleTests.swift:29:14: note: add '@MainActor' to make instance method 'testMultiline()' part of global actor 'MainActor'
func testMultiline() {
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Tests/DHDeclarableTests/ExtensionTests/UIKitTests/UILabelTests/UILabel+StyleTests.swift:30: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 label = UILabel().multiline
^
/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/DHDeclarableTests/ExtensionTests/UIKitTests/UILabelTests/UILabel+StyleTests.swift:29:14: note: add '@MainActor' to make instance method 'testMultiline()' part of global actor 'MainActor'
func testMultiline() {
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Tests/DHDeclarableTests/ExtensionTests/UIKitTests/UILabelTests/UILabel+StyleTests.swift:31:34: warning: main actor-isolated property 'numberOfLines' can not be referenced from a nonisolated autoclosure; this is an error in the Swift 6 language mode
XCTAssertEqual(label.numberOfLines, 0)
^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UILabel.h:74:32: note: property declared here
@property(nonatomic) NSInteger numberOfLines;
^
/Users/admin/builder/spi-builder-workspace/Tests/DHDeclarableTests/ExtensionTests/UIKitTests/UILabelTests/UILabel+StyleTests.swift:35:35: warning: call to main actor-isolated instance method 'font' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
let label = UILabel().font(.preferredFont(forTextStyle: .body))
^
/Users/admin/builder/spi-builder-workspace/Sources/DHDeclarable/Extensions/UIKit/UILabel/UILabel+Style.swift:48:33: note: calls to instance method 'font' from outside of its actor context are implicitly asynchronous
@discardableResult func font(_ font: UIFont) -> Self {
^
/Users/admin/builder/spi-builder-workspace/Tests/DHDeclarableTests/ExtensionTests/UIKitTests/UILabelTests/UILabel+StyleTests.swift:34:14: note: add '@MainActor' to make instance method 'testFont()' part of global actor 'MainActor'
func testFont() {
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Tests/DHDeclarableTests/ExtensionTests/UIKitTests/UILabelTests/UILabel+StyleTests.swift:35: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 label = UILabel().font(.preferredFont(forTextStyle: .body))
^
/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/DHDeclarableTests/ExtensionTests/UIKitTests/UILabelTests/UILabel+StyleTests.swift:34:14: note: add '@MainActor' to make instance method 'testFont()' part of global actor 'MainActor'
func testFont() {
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Tests/DHDeclarableTests/ExtensionTests/UIKitTests/UILabelTests/UILabel+StyleTests.swift:36:34: warning: main actor-isolated property 'font' can not be referenced from a nonisolated autoclosure; this is an error in the Swift 6 language mode
XCTAssertEqual(label.font, .preferredFont(forTextStyle: .body))
^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UILabel.h:36:59: note: property declared here
@property(null_resettable, nonatomic,strong) UIFont *font UI_APPEARANCE_SELECTOR; // default is nil (system font 17 plain)
^
/Users/admin/builder/spi-builder-workspace/Tests/DHDeclarableTests/ExtensionTests/UIKitTests/UILabelTests/UILabel+StyleTests.swift:40:41: warning: call to main actor-isolated instance method 'textStyle' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
let label = "Hello".asLabel.textStyle(.title1)
^
/Users/admin/builder/spi-builder-workspace/Sources/DHDeclarable/Extensions/UIKit/UILabel/UILabel+Style.swift:55:33: note: calls to instance method 'textStyle' from outside of its actor context are implicitly asynchronous
@discardableResult func textStyle(_ style: UIFont.TextStyle) -> Self {
^
/Users/admin/builder/spi-builder-workspace/Tests/DHDeclarableTests/ExtensionTests/UIKitTests/UILabelTests/UILabel+StyleTests.swift:39:14: note: add '@MainActor' to make instance method 'testTextStyle()' part of global actor 'MainActor'
func testTextStyle() {
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Tests/DHDeclarableTests/ExtensionTests/UIKitTests/UILabelTests/UILabel+StyleTests.swift:41:34: warning: main actor-isolated property 'font' can not be referenced from a nonisolated autoclosure; this is an error in the Swift 6 language mode
XCTAssertEqual(label.font, .preferredFont(forTextStyle: .title1))
^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UILabel.h:36:59: note: property declared here
@property(null_resettable, nonatomic,strong) UIFont *font UI_APPEARANCE_SELECTOR; // default is nil (system font 17 plain)
^
/Users/admin/builder/spi-builder-workspace/Tests/DHDeclarableTests/ExtensionTests/UIKitTests/UILabelTests/UILabel+StyleTests.swift:45:35: warning: call to main actor-isolated instance method 'textColor' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
let label = UILabel().textColor(.red)
^
/Users/admin/builder/spi-builder-workspace/Sources/DHDeclarable/Extensions/UIKit/UILabel/UILabel+Style.swift:62:33: note: calls to instance method 'textColor' from outside of its actor context are implicitly asynchronous
@discardableResult func textColor(_ color: UIColor) -> Self {
^
/Users/admin/builder/spi-builder-workspace/Tests/DHDeclarableTests/ExtensionTests/UIKitTests/UILabelTests/UILabel+StyleTests.swift:44:14: note: add '@MainActor' to make instance method 'testTextColor()' part of global actor 'MainActor'
func testTextColor() {
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Tests/DHDeclarableTests/ExtensionTests/UIKitTests/UILabelTests/UILabel+StyleTests.swift:45: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 label = UILabel().textColor(.red)
^
/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/DHDeclarableTests/ExtensionTests/UIKitTests/UILabelTests/UILabel+StyleTests.swift:44:14: note: add '@MainActor' to make instance method 'testTextColor()' part of global actor 'MainActor'
func testTextColor() {
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Tests/DHDeclarableTests/ExtensionTests/UIKitTests/UILabelTests/UILabel+StyleTests.swift:46:34: warning: main actor-isolated property 'textColor' can not be referenced from a nonisolated autoclosure; this is an error in the Swift 6 language mode
XCTAssertEqual(label.textColor, .red)
^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UILabel.h:37:59: note: property declared here
@property(null_resettable, nonatomic,strong) UIColor *textColor UI_APPEARANCE_SELECTOR; // default is labelColor
^
/Users/admin/builder/spi-builder-workspace/Tests/DHDeclarableTests/ExtensionTests/UIKitTests/UILabelTests/UILabel+StyleTests.swift:50:35: warning: call to main actor-isolated instance method 'alignment' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
let label = UILabel().alignment(.justified)
^
/Users/admin/builder/spi-builder-workspace/Sources/DHDeclarable/Extensions/UIKit/UILabel/UILabel+Style.swift:69:33: note: calls to instance method 'alignment' from outside of its actor context are implicitly asynchronous
@discardableResult func alignment(_ alignment: NSTextAlignment) -> Self {
^
/Users/admin/builder/spi-builder-workspace/Tests/DHDeclarableTests/ExtensionTests/UIKitTests/UILabelTests/UILabel+StyleTests.swift:49:14: note: add '@MainActor' to make instance method 'testAlignment()' part of global actor 'MainActor'
func testAlignment() {
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Tests/DHDeclarableTests/ExtensionTests/UIKitTests/UILabelTests/UILabel+StyleTests.swift:50: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 label = UILabel().alignment(.justified)
^
/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/DHDeclarableTests/ExtensionTests/UIKitTests/UILabelTests/UILabel+StyleTests.swift:49:14: note: add '@MainActor' to make instance method 'testAlignment()' part of global actor 'MainActor'
func testAlignment() {
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Tests/DHDeclarableTests/ExtensionTests/UIKitTests/UILabelTests/UILabel+StyleTests.swift:51:34: warning: main actor-isolated property 'textAlignment' can not be referenced from a nonisolated autoclosure; this is an error in the Swift 6 language mode
XCTAssertEqual(label.textAlignment, .justified)
^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UILabel.h:56:48: note: property declared here
@property(nonatomic) NSTextAlignment textAlignment; // default is NSTextAlignmentNatural (before iOS 9, the default was NSTextAlignmentLeft)
^
/Users/admin/builder/spi-builder-workspace/Tests/DHDeclarableTests/ExtensionTests/UIKitTests/UILabelTests/UILabel+StyleTests.swift:58:18: warning: main actor-isolated property 'alignedRight' can not be referenced from a nonisolated context; this is an error in the Swift 6 language mode
.alignedRight
^
/Users/admin/builder/spi-builder-workspace/Sources/DHDeclarable/Extensions/UIKit/UILabel/UILabel+Style.swift:25:13: note: property declared here
var alignedRight: UILabel {
^
/Users/admin/builder/spi-builder-workspace/Tests/DHDeclarableTests/ExtensionTests/UIKitTests/UILabelTests/UILabel+StyleTests.swift:54:14: note: add '@MainActor' to make instance method 'testLineSpacing()' part of global actor 'MainActor'
func testLineSpacing() {
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Tests/DHDeclarableTests/ExtensionTests/UIKitTests/UILabelTests/UILabel+StyleTests.swift:57:18: warning: call to main actor-isolated instance method 'lineSpacing' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
.lineSpacing(20)
^
/Users/admin/builder/spi-builder-workspace/Sources/DHDeclarable/Extensions/UIKit/UILabel/UILabel+Style.swift:76:33: note: calls to instance method 'lineSpacing' from outside of its actor context are implicitly asynchronous
@discardableResult func lineSpacing(_ lineSpacing: CGFloat) -> Self {
^
/Users/admin/builder/spi-builder-workspace/Tests/DHDeclarableTests/ExtensionTests/UIKitTests/UILabelTests/UILabel+StyleTests.swift:54:14: note: add '@MainActor' to make instance method 'testLineSpacing()' part of global actor 'MainActor'
func testLineSpacing() {
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Tests/DHDeclarableTests/ExtensionTests/UIKitTests/UILabelTests/UILabel+StyleTests.swift:56:18: warning: call to main actor-isolated instance method 'declaredWith(text:)' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
.declaredWith(text: "This \n is \n a \n multiline \n string")
^
/Users/admin/builder/spi-builder-workspace/Sources/DHDeclarable/Extensions/UIKit/UILabel/UILabel+Style.swift:97:33: note: calls to instance method 'declaredWith(text:)' from outside of its actor context are implicitly asynchronous
@discardableResult func declaredWith(text: String?) -> Self {
^
/Users/admin/builder/spi-builder-workspace/Tests/DHDeclarableTests/ExtensionTests/UIKitTests/UILabelTests/UILabel+StyleTests.swift:54:14: note: add '@MainActor' to make instance method 'testLineSpacing()' part of global actor 'MainActor'
func testLineSpacing() {
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Tests/DHDeclarableTests/ExtensionTests/UIKitTests/UILabelTests/UILabel+StyleTests.swift:55: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 label = UILabel()
^
/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/DHDeclarableTests/ExtensionTests/UIKitTests/UILabelTests/UILabel+StyleTests.swift:54:14: note: add '@MainActor' to make instance method 'testLineSpacing()' part of global actor 'MainActor'
func testLineSpacing() {
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Tests/DHDeclarableTests/ExtensionTests/UIKitTests/UILabelTests/UILabel+StyleTests.swift:61:19: warning: main actor-isolated property 'attributedText' can not be referenced from a nonisolated context; this is an error in the Swift 6 language mode
label.attributedText?.enumerateAttributes(in: NSRange(location: 0,
^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UILabel.h:60:59: note: property declared here
@property(nullable, nonatomic,copy) NSAttributedString *attributedText API_AVAILABLE(ios(6.0)); // default is nil
^
/Users/admin/builder/spi-builder-workspace/Tests/DHDeclarableTests/ExtensionTests/UIKitTests/UILabelTests/UILabel+StyleTests.swift:54:14: note: add '@MainActor' to make instance method 'testLineSpacing()' part of global actor 'MainActor'
func testLineSpacing() {
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Tests/DHDeclarableTests/ExtensionTests/UIKitTests/UILabelTests/UILabel+StyleTests.swift:62:81: warning: main actor-isolated property 'attributedText' can not be referenced from a nonisolated context; this is an error in the Swift 6 language mode
length: label.attributedText?.length ?? 0),
^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UILabel.h:60:59: note: property declared here
@property(nullable, nonatomic,copy) NSAttributedString *attributedText API_AVAILABLE(ios(6.0)); // default is nil
^
/Users/admin/builder/spi-builder-workspace/Tests/DHDeclarableTests/ExtensionTests/UIKitTests/UILabelTests/UILabel+StyleTests.swift:54:14: note: add '@MainActor' to make instance method 'testLineSpacing()' part of global actor 'MainActor'
func testLineSpacing() {
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Tests/DHDeclarableTests/ExtensionTests/UIKitTests/UILabelTests/UILabel+StyleTests.swift:76:35: warning: call to main actor-isolated instance method 'declaredWith(text:)' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
let label = UILabel().declaredWith(text: "Hello, World!")
^
/Users/admin/builder/spi-builder-workspace/Sources/DHDeclarable/Extensions/UIKit/UILabel/UILabel+Style.swift:97:33: note: calls to instance method 'declaredWith(text:)' from outside of its actor context are implicitly asynchronous
@discardableResult func declaredWith(text: String?) -> Self {
^
/Users/admin/builder/spi-builder-workspace/Tests/DHDeclarableTests/ExtensionTests/UIKitTests/UILabelTests/UILabel+StyleTests.swift:75:14: note: add '@MainActor' to make instance method 'testText()' part of global actor 'MainActor'
func testText() {
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Tests/DHDeclarableTests/ExtensionTests/UIKitTests/UILabelTests/UILabel+StyleTests.swift:76: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 label = UILabel().declaredWith(text: "Hello, World!")
^
/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/DHDeclarableTests/ExtensionTests/UIKitTests/UILabelTests/UILabel+StyleTests.swift:75:14: note: add '@MainActor' to make instance method 'testText()' part of global actor 'MainActor'
func testText() {
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Tests/DHDeclarableTests/ExtensionTests/UIKitTests/UILabelTests/UILabel+StyleTests.swift:77:34: warning: main actor-isolated property 'text' can not be referenced from a nonisolated autoclosure; this is an error in the Swift 6 language mode
XCTAssertEqual(label.text, "Hello, World!")
^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UILabel.h:35:59: note: property declared here
@property(nullable, nonatomic,copy) NSString *text; // default is nil
^
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Tests/DHDeclarableTests/ExtensionTests/UIKitTests/UIStackViewTests/UIStackView+AxisTests.swift (in target 'DHDeclarableTests' from project 'DHDeclarable')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
/Users/admin/builder/spi-builder-workspace/Tests/DHDeclarableTests/ExtensionTests/UIKitTests/UIStackViewTests/UIStackView+AxisTests.swift:15:33: warning: call to main actor-isolated initializer 'init()' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
let verticalStack = UIStackView().declaredWith { stack in
^
/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/DHDeclarableTests/ExtensionTests/UIKitTests/UIStackViewTests/UIStackView+AxisTests.swift:14:14: note: add '@MainActor' to make instance method 'testAxisVertical()' part of global actor 'MainActor'
func testAxisVertical() {
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Tests/DHDeclarableTests/ExtensionTests/UIKitTests/UIStackViewTests/UIStackView+AxisTests.swift:16:23: warning: main actor-isolated property 'axis' can not be mutated from a nonisolated context; this is an error in the Swift 6 language mode
stack.axis = .vertical
^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIStackView.h:167:45: note: mutation of this property is only permitted within the actor
@property(nonatomic) UILayoutConstraintAxis axis;
^
/Users/admin/builder/spi-builder-workspace/Tests/DHDeclarableTests/ExtensionTests/UIKitTests/UIStackViewTests/UIStackView+AxisTests.swift:18:42: warning: main actor-isolated property 'axis' can not be referenced from a nonisolated autoclosure; this is an error in the Swift 6 language mode
XCTAssertEqual(verticalStack.axis, .vertical)
^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIStackView.h:167:45: note: property declared here
@property(nonatomic) UILayoutConstraintAxis axis;
^
/Users/admin/builder/spi-builder-workspace/Tests/DHDeclarableTests/ExtensionTests/UIKitTests/UIStackViewTests/UIStackView+AxisTests.swift:22:35: warning: call to main actor-isolated initializer 'init()' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
let horizontalStack = UIStackView().declaredWith { stack in
^
/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/DHDeclarableTests/ExtensionTests/UIKitTests/UIStackViewTests/UIStackView+AxisTests.swift:21:14: note: add '@MainActor' to make instance method 'testAxisHorizontal()' part of global actor 'MainActor'
func testAxisHorizontal() {
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Tests/DHDeclarableTests/ExtensionTests/UIKitTests/UIStackViewTests/UIStackView+AxisTests.swift:23:23: warning: main actor-isolated property 'axis' can not be mutated from a nonisolated context; this is an error in the Swift 6 language mode
stack.axis = .horizontal
^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIStackView.h:167:45: note: mutation of this property is only permitted within the actor
@property(nonatomic) UILayoutConstraintAxis axis;
^
/Users/admin/builder/spi-builder-workspace/Tests/DHDeclarableTests/ExtensionTests/UIKitTests/UIStackViewTests/UIStackView+AxisTests.swift:25:44: warning: main actor-isolated property 'axis' can not be referenced from a nonisolated autoclosure; this is an error in the Swift 6 language mode
XCTAssertEqual(horizontalStack.axis, .horizontal)
^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIStackView.h:167:45: note: property declared here
@property(nonatomic) UILayoutConstraintAxis axis;
^
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Tests/DHDeclarableTests/ExtensionTests/UIKitTests/UIStackViewTests/UIStackView+LayoutTests.swift (in target 'DHDeclarableTests' from project 'DHDeclarable')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
/Users/admin/builder/spi-builder-workspace/Tests/DHDeclarableTests/ExtensionTests/UIKitTests/UIStackViewTests/UIStackView+LayoutTests.swift:14:39: warning: main actor-isolated property 'layoutMarginRelative' can not be referenced from a nonisolated context; this is an error in the Swift 6 language mode
let stack = UIStackView().layoutMarginRelative
^
/Users/admin/builder/spi-builder-workspace/Sources/DHDeclarable/Extensions/UIKit/UIStackView/UIStackView+Layout.swift:16:13: note: property declared here
var layoutMarginRelative: Self {
^
/Users/admin/builder/spi-builder-workspace/Tests/DHDeclarableTests/ExtensionTests/UIKitTests/UIStackViewTests/UIStackView+LayoutTests.swift:13:14: note: add '@MainActor' to make instance method 'testLayoutMarginRelative()' part of global actor 'MainActor'
func testLayoutMarginRelative() {
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Tests/DHDeclarableTests/ExtensionTests/UIKitTests/UIStackViewTests/UIStackView+LayoutTests.swift:14: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 stack = UIStackView().layoutMarginRelative
^
/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/DHDeclarableTests/ExtensionTests/UIKitTests/UIStackViewTests/UIStackView+LayoutTests.swift:13:14: note: add '@MainActor' to make instance method 'testLayoutMarginRelative()' part of global actor 'MainActor'
func testLayoutMarginRelative() {
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Tests/DHDeclarableTests/ExtensionTests/UIKitTests/UIStackViewTests/UIStackView+LayoutTests.swift:15:34: warning: main actor-isolated property 'isLayoutMarginsRelativeArrangement' can not be referenced from a nonisolated autoclosure; this is an error in the Swift 6 language mode
XCTAssertEqual(stack.isLayoutMarginsRelativeArrangement, true)
^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIStackView.h:229:69: note: property declared here
@property(nonatomic,getter=isLayoutMarginsRelativeArrangement) BOOL layoutMarginsRelativeArrangement;
^
/Users/admin/builder/spi-builder-workspace/Tests/DHDeclarableTests/ExtensionTests/UIKitTests/UIStackViewTests/UIStackView+LayoutTests.swift:19:39: warning: call to main actor-isolated instance method 'horizontal(spacing:)' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
let stack = UIStackView().horizontal(spacing: 10)
^
/Users/admin/builder/spi-builder-workspace/Sources/DHDeclarable/Extensions/UIKit/UIStackView/UIStackView+Layout.swift:27:33: note: calls to instance method 'horizontal(spacing:)' from outside of its actor context are implicitly asynchronous
@discardableResult func horizontal(spacing: CGFloat = 0) -> Self {
^
/Users/admin/builder/spi-builder-workspace/Tests/DHDeclarableTests/ExtensionTests/UIKitTests/UIStackViewTests/UIStackView+LayoutTests.swift:18:14: note: add '@MainActor' to make instance method 'testHorizontal()' part of global actor 'MainActor'
func testHorizontal() {
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Tests/DHDeclarableTests/ExtensionTests/UIKitTests/UIStackViewTests/UIStackView+LayoutTests.swift:19: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 stack = UIStackView().horizontal(spacing: 10)
^
/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/DHDeclarableTests/ExtensionTests/UIKitTests/UIStackViewTests/UIStackView+LayoutTests.swift:18:14: note: add '@MainActor' to make instance method 'testHorizontal()' part of global actor 'MainActor'
func testHorizontal() {
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Tests/DHDeclarableTests/ExtensionTests/UIKitTests/UIStackViewTests/UIStackView+LayoutTests.swift:20:34: warning: main actor-isolated property 'axis' can not be referenced from a nonisolated autoclosure; this is an error in the Swift 6 language mode
XCTAssertEqual(stack.axis, .horizontal)
^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIStackView.h:167:45: note: property declared here
@property(nonatomic) UILayoutConstraintAxis axis;
^
/Users/admin/builder/spi-builder-workspace/Tests/DHDeclarableTests/ExtensionTests/UIKitTests/UIStackViewTests/UIStackView+LayoutTests.swift:21:34: warning: main actor-isolated property 'spacing' can not be referenced from a nonisolated autoclosure; this is an error in the Swift 6 language mode
XCTAssertEqual(stack.spacing, 10)
^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIStackView.h:193:30: note: property declared here
@property(nonatomic) CGFloat spacing;
^
/Users/admin/builder/spi-builder-workspace/Tests/DHDeclarableTests/ExtensionTests/UIKitTests/UIStackViewTests/UIStackView+LayoutTests.swift:25:39: warning: call to main actor-isolated instance method 'vertical(spacing:)' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
let stack = UIStackView().vertical(spacing: 10)
^
/Users/admin/builder/spi-builder-workspace/Sources/DHDeclarable/Extensions/UIKit/UIStackView/UIStackView+Layout.swift:37:33: note: calls to instance method 'vertical(spacing:)' from outside of its actor context are implicitly asynchronous
@discardableResult func vertical(spacing: CGFloat = 0) -> Self {
^
/Users/admin/builder/spi-builder-workspace/Tests/DHDeclarableTests/ExtensionTests/UIKitTests/UIStackViewTests/UIStackView+LayoutTests.swift:24:14: note: add '@MainActor' to make instance method 'testVertical()' part of global actor 'MainActor'
func testVertical() {
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Tests/DHDeclarableTests/ExtensionTests/UIKitTests/UIStackViewTests/UIStackView+LayoutTests.swift:25: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 stack = UIStackView().vertical(spacing: 10)
^
/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/DHDeclarableTests/ExtensionTests/UIKitTests/UIStackViewTests/UIStackView+LayoutTests.swift:24:14: note: add '@MainActor' to make instance method 'testVertical()' part of global actor 'MainActor'
func testVertical() {
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Tests/DHDeclarableTests/ExtensionTests/UIKitTests/UIStackViewTests/UIStackView+LayoutTests.swift:26:34: warning: main actor-isolated property 'axis' can not be referenced from a nonisolated autoclosure; this is an error in the Swift 6 language mode
XCTAssertEqual(stack.axis, .vertical)
^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIStackView.h:167:45: note: property declared here
@property(nonatomic) UILayoutConstraintAxis axis;
^
/Users/admin/builder/spi-builder-workspace/Tests/DHDeclarableTests/ExtensionTests/UIKitTests/UIStackViewTests/UIStackView+LayoutTests.swift:27:34: warning: main actor-isolated property 'spacing' can not be referenced from a nonisolated autoclosure; this is an error in the Swift 6 language mode
XCTAssertEqual(stack.spacing, 10)
^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIStackView.h:193:30: note: property declared here
@property(nonatomic) CGFloat spacing;
^
/Users/admin/builder/spi-builder-workspace/Tests/DHDeclarableTests/ExtensionTests/UIKitTests/UIStackViewTests/UIStackView+LayoutTests.swift:31:39: warning: call to main actor-isolated instance method 'spacing' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
let stack = UIStackView().spacing(42)
^
/Users/admin/builder/spi-builder-workspace/Sources/DHDeclarable/Extensions/UIKit/UIStackView/UIStackView+Layout.swift:47:33: note: calls to instance method 'spacing' from outside of its actor context are implicitly asynchronous
@discardableResult func spacing(_ amount: CGFloat) -> Self {
^
/Users/admin/builder/spi-builder-workspace/Tests/DHDeclarableTests/ExtensionTests/UIKitTests/UIStackViewTests/UIStackView+LayoutTests.swift:30:14: note: add '@MainActor' to make instance method 'testSpacing()' part of global actor 'MainActor'
func testSpacing() {
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Tests/DHDeclarableTests/ExtensionTests/UIKitTests/UIStackViewTests/UIStackView+LayoutTests.swift:31: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 stack = UIStackView().spacing(42)
^
/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/DHDeclarableTests/ExtensionTests/UIKitTests/UIStackViewTests/UIStackView+LayoutTests.swift:30:14: note: add '@MainActor' to make instance method 'testSpacing()' part of global actor 'MainActor'
func testSpacing() {
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Tests/DHDeclarableTests/ExtensionTests/UIKitTests/UIStackViewTests/UIStackView+LayoutTests.swift:32:34: warning: main actor-isolated property 'spacing' can not be referenced from a nonisolated autoclosure; this is an error in the Swift 6 language mode
XCTAssertEqual(stack.spacing, 42)
^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIStackView.h:193:30: note: property declared here
@property(nonatomic) CGFloat spacing;
^
/Users/admin/builder/spi-builder-workspace/Tests/DHDeclarableTests/ExtensionTests/UIKitTests/UIStackViewTests/UIStackView+LayoutTests.swift:36:39: warning: call to main actor-isolated instance method 'distribution' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
let stack = UIStackView().distribution(.equalCentering)
^
/Users/admin/builder/spi-builder-workspace/Sources/DHDeclarable/Extensions/UIKit/UIStackView/UIStackView+Layout.swift:56:33: note: calls to instance method 'distribution' from outside of its actor context are implicitly asynchronous
@discardableResult func distribution(_ style: Distribution) -> Self {
^
/Users/admin/builder/spi-builder-workspace/Tests/DHDeclarableTests/ExtensionTests/UIKitTests/UIStackViewTests/UIStackView+LayoutTests.swift:35:14: note: add '@MainActor' to make instance method 'testDistribution()' part of global actor 'MainActor'
func testDistribution() {
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Tests/DHDeclarableTests/ExtensionTests/UIKitTests/UIStackViewTests/UIStackView+LayoutTests.swift:36: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 stack = UIStackView().distribution(.equalCentering)
^
/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/DHDeclarableTests/ExtensionTests/UIKitTests/UIStackViewTests/UIStackView+LayoutTests.swift:35:14: note: add '@MainActor' to make instance method 'testDistribution()' part of global actor 'MainActor'
func testDistribution() {
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Tests/DHDeclarableTests/ExtensionTests/UIKitTests/UIStackViewTests/UIStackView+LayoutTests.swift:37:34: warning: main actor-isolated property 'distribution' can not be referenced from a nonisolated autoclosure; this is an error in the Swift 6 language mode
XCTAssertEqual(stack.distribution, .equalCentering)
^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIStackView.h:171:46: note: property declared here
@property(nonatomic) UIStackViewDistribution distribution;
^
/Users/admin/builder/spi-builder-workspace/Tests/DHDeclarableTests/ExtensionTests/UIKitTests/UIStackViewTests/UIStackView+LayoutTests.swift:41:39: warning: call to main actor-isolated instance method 'add(arrangedSubviews:)' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
let stack = UIStackView().add(arrangedSubviews: [
^
/Users/admin/builder/spi-builder-workspace/Sources/DHDeclarable/Extensions/UIKit/UIStackView/UIStackView+Layout.swift:65:33: note: calls to instance method 'add(arrangedSubviews:)' from outside of its actor context are implicitly asynchronous
@discardableResult func add(arrangedSubviews: [UIView?]) -> Self {
^
/Users/admin/builder/spi-builder-workspace/Tests/DHDeclarableTests/ExtensionTests/UIKitTests/UIStackViewTests/UIStackView+LayoutTests.swift:40:14: note: add '@MainActor' to make instance method 'testAddArrangedSubviews()' part of global actor 'MainActor'
func testAddArrangedSubviews() {
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Tests/DHDeclarableTests/ExtensionTests/UIKitTests/UIStackViewTests/UIStackView+LayoutTests.swift:41: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 stack = UIStackView().add(arrangedSubviews: [
^
/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/DHDeclarableTests/ExtensionTests/UIKitTests/UIStackViewTests/UIStackView+LayoutTests.swift:40:14: note: add '@MainActor' to make instance method 'testAddArrangedSubviews()' part of global actor 'MainActor'
func testAddArrangedSubviews() {
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Tests/DHDeclarableTests/ExtensionTests/UIKitTests/UIStackViewTests/UIStackView+LayoutTests.swift:42:26: warning: call to main actor-isolated instance method 'tagged' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
UIView().tagged(45789),
^
/Users/admin/builder/spi-builder-workspace/Sources/DHDeclarable/Extensions/UIKit/UIView/UIView+tag.swift:16:33: note: calls to instance method 'tagged' from outside of its actor context are implicitly asynchronous
@discardableResult func tagged(_ tag: Int) -> Self {
^
/Users/admin/builder/spi-builder-workspace/Tests/DHDeclarableTests/ExtensionTests/UIKitTests/UIStackViewTests/UIStackView+LayoutTests.swift:40:14: note: add '@MainActor' to make instance method 'testAddArrangedSubviews()' part of global actor 'MainActor'
func testAddArrangedSubviews() {
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Tests/DHDeclarableTests/ExtensionTests/UIKitTests/UIStackViewTests/UIStackView+LayoutTests.swift:42:17: warning: call to main actor-isolated initializer 'init()' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
UIView().tagged(45789),
^
/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/DHDeclarableTests/ExtensionTests/UIKitTests/UIStackViewTests/UIStackView+LayoutTests.swift:40:14: note: add '@MainActor' to make instance method 'testAddArrangedSubviews()' part of global actor 'MainActor'
func testAddArrangedSubviews() {
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Tests/DHDeclarableTests/ExtensionTests/UIKitTests/UIStackViewTests/UIStackView+LayoutTests.swift:44:26: warning: call to main actor-isolated instance method 'tagged' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
UIView().tagged(42),
^
/Users/admin/builder/spi-builder-workspace/Sources/DHDeclarable/Extensions/UIKit/UIView/UIView+tag.swift:16:33: note: calls to instance method 'tagged' from outside of its actor context are implicitly asynchronous
@discardableResult func tagged(_ tag: Int) -> Self {
^
/Users/admin/builder/spi-builder-workspace/Tests/DHDeclarableTests/ExtensionTests/UIKitTests/UIStackViewTests/UIStackView+LayoutTests.swift:40:14: note: add '@MainActor' to make instance method 'testAddArrangedSubviews()' part of global actor 'MainActor'
func testAddArrangedSubviews() {
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Tests/DHDeclarableTests/ExtensionTests/UIKitTests/UIStackViewTests/UIStackView+LayoutTests.swift:44:17: warning: call to main actor-isolated initializer 'init()' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
UIView().tagged(42),
^
/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/DHDeclarableTests/ExtensionTests/UIKitTests/UIStackViewTests/UIStackView+LayoutTests.swift:40:14: note: add '@MainActor' to make instance method 'testAddArrangedSubviews()' part of global actor 'MainActor'
func testAddArrangedSubviews() {
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Tests/DHDeclarableTests/ExtensionTests/UIKitTests/UIStackViewTests/UIStackView+LayoutTests.swift:46:34: warning: main actor-isolated property 'arrangedSubviews' can not be referenced from a nonisolated autoclosure; this is an error in the Swift 6 language mode
XCTAssertEqual(stack.arrangedSubviews.count, 2)
^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIStackView.h:139:64: note: property declared here
@property(nonatomic,readonly,copy) NSArray<__kindof UIView *> *arrangedSubviews;
^
/Users/admin/builder/spi-builder-workspace/Tests/DHDeclarableTests/ExtensionTests/UIKitTests/UIStackViewTests/UIStackView+LayoutTests.swift:47:58: warning: main actor-isolated property 'tag' can not be referenced from a nonisolated autoclosure; this is an error in the Swift 6 language mode
XCTAssertEqual(stack.arrangedSubview(at: 0)?.tag, 45789)
^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:153:64: note: property declared here
@property(nonatomic) NSInteger tag; // default is 0
^
/Users/admin/builder/spi-builder-workspace/Tests/DHDeclarableTests/ExtensionTests/UIKitTests/UIStackViewTests/UIStackView+LayoutTests.swift:47:34: warning: call to main actor-isolated instance method 'arrangedSubview(at:)' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
XCTAssertEqual(stack.arrangedSubview(at: 0)?.tag, 45789)
^
/Users/admin/builder/spi-builder-workspace/Sources/DHDeclarable/Extensions/UIKit/UIStackView/UIStackView+arrangedSubviewAtIndex.swift:16:14: note: calls to instance method 'arrangedSubview(at:)' from outside of its actor context are implicitly asynchronous
func arrangedSubview(at index: Int) -> UIView? {
^
/Users/admin/builder/spi-builder-workspace/Tests/DHDeclarableTests/ExtensionTests/UIKitTests/UIStackViewTests/UIStackView+LayoutTests.swift:48:58: warning: main actor-isolated property 'tag' can not be referenced from a nonisolated autoclosure; this is an error in the Swift 6 language mode
XCTAssertEqual(stack.arrangedSubview(at: 1)?.tag, 42)
^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:153:64: note: property declared here
@property(nonatomic) NSInteger tag; // default is 0
^
/Users/admin/builder/spi-builder-workspace/Tests/DHDeclarableTests/ExtensionTests/UIKitTests/UIStackViewTests/UIStackView+LayoutTests.swift:48:34: warning: call to main actor-isolated instance method 'arrangedSubview(at:)' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
XCTAssertEqual(stack.arrangedSubview(at: 1)?.tag, 42)
^
/Users/admin/builder/spi-builder-workspace/Sources/DHDeclarable/Extensions/UIKit/UIStackView/UIStackView+arrangedSubviewAtIndex.swift:16:14: note: calls to instance method 'arrangedSubview(at:)' from outside of its actor context are implicitly asynchronous
func arrangedSubview(at index: Int) -> UIView? {
^
/Users/admin/builder/spi-builder-workspace/Tests/DHDeclarableTests/ExtensionTests/UIKitTests/UIStackViewTests/UIStackView+LayoutTests.swift:52:39: warning: call to main actor-isolated instance method 'add(if:arrangedSubviews:)' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
let stack = UIStackView().add(if: true, arrangedSubviews: [
^
/Users/admin/builder/spi-builder-workspace/Sources/DHDeclarable/Extensions/UIKit/UIStackView/UIStackView+Layout.swift:81:33: note: calls to instance method 'add(if:arrangedSubviews:)' from outside of its actor context are implicitly asynchronous
@discardableResult func add(if condition: Bool, arrangedSubviews: [UIView?]) -> Self {
^
/Users/admin/builder/spi-builder-workspace/Tests/DHDeclarableTests/ExtensionTests/UIKitTests/UIStackViewTests/UIStackView+LayoutTests.swift:51:14: note: add '@MainActor' to make instance method 'testAddIfSuccess()' part of global actor 'MainActor'
func testAddIfSuccess() {
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Tests/DHDeclarableTests/ExtensionTests/UIKitTests/UIStackViewTests/UIStackView+LayoutTests.swift:52: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 stack = UIStackView().add(if: true, arrangedSubviews: [
^
/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/DHDeclarableTests/ExtensionTests/UIKitTests/UIStackViewTests/UIStackView+LayoutTests.swift:51:14: note: add '@MainActor' to make instance method 'testAddIfSuccess()' part of global actor 'MainActor'
func testAddIfSuccess() {
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Tests/DHDeclarableTests/ExtensionTests/UIKitTests/UIStackViewTests/UIStackView+LayoutTests.swift:53:17: warning: call to main actor-isolated initializer 'init()' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
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/DHDeclarableTests/ExtensionTests/UIKitTests/UIStackViewTests/UIStackView+LayoutTests.swift:51:14: note: add '@MainActor' to make instance method 'testAddIfSuccess()' part of global actor 'MainActor'
func testAddIfSuccess() {
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Tests/DHDeclarableTests/ExtensionTests/UIKitTests/UIStackViewTests/UIStackView+LayoutTests.swift:55:34: warning: main actor-isolated property 'arrangedSubviews' can not be referenced from a nonisolated autoclosure; this is an error in the Swift 6 language mode
XCTAssertEqual(stack.arrangedSubviews.count, 1)
^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIStackView.h:139:64: note: property declared here
@property(nonatomic,readonly,copy) NSArray<__kindof UIView *> *arrangedSubviews;
^
/Users/admin/builder/spi-builder-workspace/Tests/DHDeclarableTests/ExtensionTests/UIKitTests/UIStackViewTests/UIStackView+LayoutTests.swift:59:39: warning: call to main actor-isolated instance method 'add(if:arrangedSubviews:)' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
let stack = UIStackView().add(if: false, arrangedSubviews: [
^
/Users/admin/builder/spi-builder-workspace/Sources/DHDeclarable/Extensions/UIKit/UIStackView/UIStackView+Layout.swift:81:33: note: calls to instance method 'add(if:arrangedSubviews:)' from outside of its actor context are implicitly asynchronous
@discardableResult func add(if condition: Bool, arrangedSubviews: [UIView?]) -> Self {
^
/Users/admin/builder/spi-builder-workspace/Tests/DHDeclarableTests/ExtensionTests/UIKitTests/UIStackViewTests/UIStackView+LayoutTests.swift:58:14: note: add '@MainActor' to make instance method 'testAddIfFailure()' part of global actor 'MainActor'
func testAddIfFailure() {
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Tests/DHDeclarableTests/ExtensionTests/UIKitTests/UIStackViewTests/UIStackView+LayoutTests.swift:59: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 stack = UIStackView().add(if: false, arrangedSubviews: [
^
/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/DHDeclarableTests/ExtensionTests/UIKitTests/UIStackViewTests/UIStackView+LayoutTests.swift:58:14: note: add '@MainActor' to make instance method 'testAddIfFailure()' part of global actor 'MainActor'
func testAddIfFailure() {
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Tests/DHDeclarableTests/ExtensionTests/UIKitTests/UIStackViewTests/UIStackView+LayoutTests.swift:60:17: warning: call to main actor-isolated initializer 'init()' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
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/DHDeclarableTests/ExtensionTests/UIKitTests/UIStackViewTests/UIStackView+LayoutTests.swift:58:14: note: add '@MainActor' to make instance method 'testAddIfFailure()' part of global actor 'MainActor'
func testAddIfFailure() {
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Tests/DHDeclarableTests/ExtensionTests/UIKitTests/UIStackViewTests/UIStackView+LayoutTests.swift:62:34: warning: main actor-isolated property 'arrangedSubviews' can not be referenced from a nonisolated autoclosure; this is an error in the Swift 6 language mode
XCTAssertEqual(stack.arrangedSubviews.count, 0)
^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIStackView.h:139:64: note: property declared here
@property(nonatomic,readonly,copy) NSArray<__kindof UIView *> *arrangedSubviews;
^
SwiftDriverJobDiscovery normal arm64 Compiling UIView+Preview.swift, UIViewController+Preview.swift, ResettableLazy.swift, DHDStringRepresentable.swift (in target 'DHDeclarable' from project 'DHDeclarable')
SwiftCompile normal arm64 Compiling\ UIStackView+removeAllArrangedSubviewsTests.swift,\ UIViewController+asTests.swift,\ UIView+StyleTests.swift /Users/admin/builder/spi-builder-workspace/Tests/DHDeclarableTests/ExtensionTests/UIKitTests/UIStackViewTests/UIStackView+removeAllArrangedSubviewsTests.swift /Users/admin/builder/spi-builder-workspace/Tests/DHDeclarableTests/ExtensionTests/UIKitTests/UIViewControllerTests/UIViewController+asTests.swift /Users/admin/builder/spi-builder-workspace/Tests/DHDeclarableTests/ExtensionTests/UIKitTests/UIViewTests/UIView+StyleTests.swift (in target 'DHDeclarableTests' from project 'DHDeclarable')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Tests/DHDeclarableTests/ExtensionTests/UIKitTests/UIStackViewTests/UIStackView+removeAllArrangedSubviewsTests.swift (in target 'DHDeclarableTests' from project 'DHDeclarable')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
/Users/admin/builder/spi-builder-workspace/Tests/DHDeclarableTests/ExtensionTests/UIKitTests/UIStackViewTests/UIStackView+removeAllArrangedSubviewsTests.swift:14: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 stack = DHDVStack {
^
/Users/admin/builder/spi-builder-workspace/Sources/DHDeclarable/Classes/DHDStack/DHDStack.swift:21:28: note: calls to initializer 'init(_:)' from outside of its actor context are implicitly asynchronous
public convenience init(_ byAddingArrangedSubviews: @escaping () -> [UIView?]) {
^
/Users/admin/builder/spi-builder-workspace/Tests/DHDeclarableTests/ExtensionTests/UIKitTests/UIStackViewTests/UIStackView+removeAllArrangedSubviewsTests.swift:13:14: note: add '@MainActor' to make instance method 'testRemoveAllArrangedSubviews()' part of global actor 'MainActor'
func testRemoveAllArrangedSubviews() {
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Tests/DHDeclarableTests/ExtensionTests/UIKitTests/UIStackViewTests/UIStackView+removeAllArrangedSubviewsTests.swift:17:34: warning: main actor-isolated property 'arrangedSubviews' can not be referenced from a nonisolated autoclosure; this is an error in the Swift 6 language mode
XCTAssertEqual(stack.arrangedSubviews.count, 1)
^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIStackView.h:139:64: note: property declared here
@property(nonatomic,readonly,copy) NSArray<__kindof UIView *> *arrangedSubviews;
^
/Users/admin/builder/spi-builder-workspace/Tests/DHDeclarableTests/ExtensionTests/UIKitTests/UIStackViewTests/UIStackView+removeAllArrangedSubviewsTests.swift:18:19: warning: call to main actor-isolated instance method 'removeAllArrangedSubviews()' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
stack.removeAllArrangedSubviews()
^
/Users/admin/builder/spi-builder-workspace/Sources/DHDeclarable/Extensions/UIKit/UIStackView/UIStackView+removeAllArrangedSubviews.swift:14:14: note: calls to instance method 'removeAllArrangedSubviews()' from outside of its actor context are implicitly asynchronous
func removeAllArrangedSubviews() {
^
/Users/admin/builder/spi-builder-workspace/Tests/DHDeclarableTests/ExtensionTests/UIKitTests/UIStackViewTests/UIStackView+removeAllArrangedSubviewsTests.swift:13:14: note: add '@MainActor' to make instance method 'testRemoveAllArrangedSubviews()' part of global actor 'MainActor'
func testRemoveAllArrangedSubviews() {
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Tests/DHDeclarableTests/ExtensionTests/UIKitTests/UIStackViewTests/UIStackView+removeAllArrangedSubviewsTests.swift:19:34: warning: main actor-isolated property 'arrangedSubviews' can not be referenced from a nonisolated autoclosure; this is an error in the Swift 6 language mode
XCTAssertEqual(stack.arrangedSubviews.count, 0)
^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIStackView.h:139:64: note: property declared here
@property(nonatomic,readonly,copy) NSArray<__kindof UIView *> *arrangedSubviews;
^
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Tests/DHDeclarableTests/ExtensionTests/UIKitTests/UIViewControllerTests/UIViewController+asTests.swift (in target 'DHDeclarableTests' from project 'DHDeclarable')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
/Users/admin/builder/spi-builder-workspace/Tests/DHDeclarableTests/ExtensionTests/UIKitTests/UIViewControllerTests/UIViewController+asTests.swift:14:34: warning: call to main actor-isolated initializer 'init()' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
let viewController = UIViewController()
^
/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/DHDeclarableTests/ExtensionTests/UIKitTests/UIViewControllerTests/UIViewController+asTests.swift:13:14: note: add '@MainActor' to make instance method 'testViewControllerAsNavigationController()' part of global actor 'MainActor'
func testViewControllerAsNavigationController() {
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Tests/DHDeclarableTests/ExtensionTests/UIKitTests/UIViewControllerTests/UIViewController+asTests.swift:15:28: warning: main actor-isolated property 'title' can not be mutated from a nonisolated context; this is an error in the Swift 6 language mode
viewController.title = "Root"
^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIViewController.h:195:47: note: mutation of this property is only permitted within the actor
@property(nullable, nonatomic,copy) NSString *title; // Localized title for use by a parent controller.
^
/Users/admin/builder/spi-builder-workspace/Tests/DHDeclarableTests/ExtensionTests/UIKitTests/UIViewControllerTests/UIViewController+asTests.swift:13:14: note: add '@MainActor' to make instance method 'testViewControllerAsNavigationController()' part of global actor 'MainActor'
func testViewControllerAsNavigationController() {
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Tests/DHDeclarableTests/ExtensionTests/UIKitTests/UIViewControllerTests/UIViewController+asTests.swift:16:48: warning: main actor-isolated property 'inNavigationController' can not be referenced from a nonisolated context; this is an error in the Swift 6 language mode
let navController = viewController.inNavigationController
^
/Users/admin/builder/spi-builder-workspace/Sources/DHDeclarable/Extensions/UIKit/UIViewController/UIViewController+as.swift:14:13: note: property declared here
var inNavigationController: UINavigationController {
^
/Users/admin/builder/spi-builder-workspace/Tests/DHDeclarableTests/ExtensionTests/UIKitTests/UIViewControllerTests/UIViewController+asTests.swift:13:14: note: add '@MainActor' to make instance method 'testViewControllerAsNavigationController()' part of global actor 'MainActor'
func testViewControllerAsNavigationController() {
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Tests/DHDeclarableTests/ExtensionTests/UIKitTests/UIViewControllerTests/UIViewController+asTests.swift:18:27: warning: call to main actor-isolated instance method 'pushViewController(_:animated:)' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
navController.pushViewController(UIViewController().declaredWith { $0.title = "not root" }, animated: false)
^
UIKit.UINavigationController.pushViewController:2:22: note: calls to instance method 'pushViewController(_:animated:)' from outside of its actor context are implicitly asynchronous
@MainActor open func pushViewController(_ viewController: UIViewController, animated: Bool)}
^
/Users/admin/builder/spi-builder-workspace/Tests/DHDeclarableTests/ExtensionTests/UIKitTests/UIViewControllerTests/UIViewController+asTests.swift:13:14: note: add '@MainActor' to make instance method 'testViewControllerAsNavigationController()' part of global actor 'MainActor'
func testViewControllerAsNavigationController() {
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Tests/DHDeclarableTests/ExtensionTests/UIKitTests/UIViewControllerTests/UIViewController+asTests.swift:18:46: warning: call to main actor-isolated initializer 'init()' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
navController.pushViewController(UIViewController().declaredWith { $0.title = "not root" }, animated: false)
^
/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/DHDeclarableTests/ExtensionTests/UIKitTests/UIViewControllerTests/UIViewController+asTests.swift:13:14: note: add '@MainActor' to make instance method 'testViewControllerAsNavigationController()' part of global actor 'MainActor'
func testViewControllerAsNavigationController() {
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Tests/DHDeclarableTests/ExtensionTests/UIKitTests/UIViewControllerTests/UIViewController+asTests.swift:18:83: warning: main actor-isolated property 'title' can not be mutated from a nonisolated context; this is an error in the Swift 6 language mode
navController.pushViewController(UIViewController().declaredWith { $0.title = "not root" }, animated: false)
^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIViewController.h:195:47: note: mutation of this property is only permitted within the actor
@property(nullable, nonatomic,copy) NSString *title; // Localized title for use by a parent controller.
^
/Users/admin/builder/spi-builder-workspace/Tests/DHDeclarableTests/ExtensionTests/UIKitTests/UIViewControllerTests/UIViewController+asTests.swift:19:61: warning: main actor-isolated property 'title' can not be referenced from a nonisolated autoclosure; this is an error in the Swift 6 language mode
XCTAssertEqual(navController.topViewController?.title, "not root")
^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIViewController.h:195:47: note: property declared here
@property(nullable, nonatomic,copy) NSString *title; // Localized title for use by a parent controller.
^
/Users/admin/builder/spi-builder-workspace/Tests/DHDeclarableTests/ExtensionTests/UIKitTests/UIViewControllerTests/UIViewController+asTests.swift:19:42: warning: main actor-isolated property 'topViewController' can not be referenced from a nonisolated autoclosure; this is an error in the Swift 6 language mode
XCTAssertEqual(navController.topViewController?.title, "not root")
^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UINavigationController.h:67:66: note: property declared here
@property(nullable, nonatomic,readonly,strong) UIViewController *topViewController; // The top view controller on the stack.
^
/Users/admin/builder/spi-builder-workspace/Tests/DHDeclarableTests/ExtensionTests/UIKitTests/UIViewControllerTests/UIViewController+asTests.swift:20:27: warning: call to main actor-isolated instance method 'popToRootViewController(animated:)' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
navController.popToRootViewController(animated: false)
^
UIKit.UINavigationController.popToRootViewController:2:22: note: calls to instance method 'popToRootViewController(animated:)' from outside of its actor context are implicitly asynchronous
@MainActor open func popToRootViewController(animated: Bool) -> [UIViewController]?}
^
/Users/admin/builder/spi-builder-workspace/Tests/DHDeclarableTests/ExtensionTests/UIKitTests/UIViewControllerTests/UIViewController+asTests.swift:13:14: note: add '@MainActor' to make instance method 'testViewControllerAsNavigationController()' part of global actor 'MainActor'
func testViewControllerAsNavigationController() {
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Tests/DHDeclarableTests/ExtensionTests/UIKitTests/UIViewControllerTests/UIViewController+asTests.swift:21:61: warning: main actor-isolated property 'title' can not be referenced from a nonisolated autoclosure; this is an error in the Swift 6 language mode
XCTAssertEqual(navController.topViewController?.title, "Root")
^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIViewController.h:195:47: note: property declared here
@property(nullable, nonatomic,copy) NSString *title; // Localized title for use by a parent controller.
^
/Users/admin/builder/spi-builder-workspace/Tests/DHDeclarableTests/ExtensionTests/UIKitTests/UIViewControllerTests/UIViewController+asTests.swift:21:42: warning: main actor-isolated property 'topViewController' can not be referenced from a nonisolated autoclosure; this is an error in the Swift 6 language mode
XCTAssertEqual(navController.topViewController?.title, "Root")
^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UINavigationController.h:67:66: note: property declared here
@property(nullable, nonatomic,readonly,strong) UIViewController *topViewController; // The top view controller on the stack.
^
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Tests/DHDeclarableTests/ExtensionTests/UIKitTests/UIViewTests/UIView+StyleTests.swift (in target 'DHDeclarableTests' from project 'DHDeclarable')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
/Users/admin/builder/spi-builder-workspace/Tests/DHDeclarableTests/ExtensionTests/UIKitTests/UIViewTests/UIView+StyleTests.swift:14:33: warning: call to main actor-isolated instance method 'background(color:)' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
let view = UIView().background(color: .red)
^
/Users/admin/builder/spi-builder-workspace/Sources/DHDeclarable/Extensions/UIKit/UIView/UIView+Style.swift:16:33: note: calls to instance method 'background(color:)' from outside of its actor context are implicitly asynchronous
@discardableResult func background(color: UIColor?) -> Self {
^
/Users/admin/builder/spi-builder-workspace/Tests/DHDeclarableTests/ExtensionTests/UIKitTests/UIViewTests/UIView+StyleTests.swift:13:14: note: add '@MainActor' to make instance method 'testBackground()' part of global actor 'MainActor'
func testBackground() {
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Tests/DHDeclarableTests/ExtensionTests/UIKitTests/UIViewTests/UIView+StyleTests.swift:14:24: warning: call to main actor-isolated initializer 'init()' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
let view = UIView().background(color: .red)
^
/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/DHDeclarableTests/ExtensionTests/UIKitTests/UIViewTests/UIView+StyleTests.swift:13:14: note: add '@MainActor' to make instance method 'testBackground()' part of global actor 'MainActor'
func testBackground() {
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Tests/DHDeclarableTests/ExtensionTests/UIKitTests/UIViewTests/UIView+StyleTests.swift:15:33: warning: main actor-isolated property 'backgroundColor' can not be referenced from a nonisolated autoclosure; this is an error in the Swift 6 language mode
XCTAssertEqual(view.backgroundColor, .red)
^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:303:66: note: property declared here
@property(nullable, nonatomic,copy) UIColor *backgroundColor UI_APPEARANCE_SELECTOR; // default is nil. Can be useful with the appearance proxy on custom UIView subclasses.
^
/Users/admin/builder/spi-builder-workspace/Tests/DHDeclarableTests/ExtensionTests/UIKitTests/UIViewTests/UIView+StyleTests.swift:19:33: warning: call to main actor-isolated instance method 'identified' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
let view = UIView().identified("ID")
^
/Users/admin/builder/spi-builder-workspace/Sources/DHDeclarable/Extensions/UIKit/UIView/UIView+Style.swift:25:39: note: calls to instance method 'identified' from outside of its actor context are implicitly asynchronous
@objc @discardableResult func identified(_ value: String) -> Self {
^
/Users/admin/builder/spi-builder-workspace/Tests/DHDeclarableTests/ExtensionTests/UIKitTests/UIViewTests/UIView+StyleTests.swift:18:14: note: add '@MainActor' to make instance method 'testIdentified()' part of global actor 'MainActor'
func testIdentified() {
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Tests/DHDeclarableTests/ExtensionTests/UIKitTests/UIViewTests/UIView+StyleTests.swift:19:24: warning: call to main actor-isolated initializer 'init()' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
let view = UIView().identified("ID")
^
/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/DHDeclarableTests/ExtensionTests/UIKitTests/UIViewTests/UIView+StyleTests.swift:18:14: note: add '@MainActor' to make instance method 'testIdentified()' part of global actor 'MainActor'
func testIdentified() {
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Tests/DHDeclarableTests/ExtensionTests/UIKitTests/UIViewTests/UIView+StyleTests.swift:20:33: warning: main actor-isolated property 'accessibilityIdentifier' can not be referenced from a nonisolated autoclosure; this is an error in the Swift 6 language mode
XCTAssertEqual(view.accessibilityIdentifier, "ID")
^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIAccessibilityIdentification.h:25:48: note: property declared here
@property(nullable, nonatomic, copy) NSString *accessibilityIdentifier API_AVAILABLE(ios(5.0)) NS_SWIFT_UI_ACTOR;
^
/Users/admin/builder/spi-builder-workspace/Tests/DHDeclarableTests/ExtensionTests/UIKitTests/UIViewTests/UIView+StyleTests.swift:24:33: warning: call to main actor-isolated instance method 'margin(top:right:bottom:left:)' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
let view = UIView().margin(top: 1, right: 2, bottom: 3, left: 4)
^
/Users/admin/builder/spi-builder-workspace/Sources/DHDeclarable/Extensions/UIKit/UIView/UIView+Style.swift:47:33: note: calls to instance method 'margin(top:right:bottom:left:)' from outside of its actor context are implicitly asynchronous
@discardableResult func margin(top: CGFloat, right: CGFloat, bottom: CGFloat, left: CGFloat) -> Self {
^
/Users/admin/builder/spi-builder-workspace/Tests/DHDeclarableTests/ExtensionTests/UIKitTests/UIViewTests/UIView+StyleTests.swift:23:14: note: add '@MainActor' to make instance method 'testMargin()' part of global actor 'MainActor'
func testMargin() {
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Tests/DHDeclarableTests/ExtensionTests/UIKitTests/UIViewTests/UIView+StyleTests.swift:24:24: warning: call to main actor-isolated initializer 'init()' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
let view = UIView().margin(top: 1, right: 2, bottom: 3, left: 4)
^
/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/DHDeclarableTests/ExtensionTests/UIKitTests/UIViewTests/UIView+StyleTests.swift:23:14: note: add '@MainActor' to make instance method 'testMargin()' part of global actor 'MainActor'
func testMargin() {
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Tests/DHDeclarableTests/ExtensionTests/UIKitTests/UIViewTests/UIView+StyleTests.swift:25:33: warning: main actor-isolated property 'layoutMargins' can not be referenced from a nonisolated autoclosure; this is an error in the Swift 6 language mode
XCTAssertEqual(view.layoutMargins.top, 1)
^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:263:36: note: property declared here
@property (nonatomic) UIEdgeInsets layoutMargins API_AVAILABLE(ios(8.0));
^
/Users/admin/builder/spi-builder-workspace/Tests/DHDeclarableTests/ExtensionTests/UIKitTests/UIViewTests/UIView+StyleTests.swift:26:33: warning: main actor-isolated property 'layoutMargins' can not be referenced from a nonisolated autoclosure; this is an error in the Swift 6 language mode
XCTAssertEqual(view.layoutMargins.right, 2)
^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:263:36: note: property declared here
@property (nonatomic) UIEdgeInsets layoutMargins API_AVAILABLE(ios(8.0));
^
/Users/admin/builder/spi-builder-workspace/Tests/DHDeclarableTests/ExtensionTests/UIKitTests/UIViewTests/UIView+StyleTests.swift:27:33: warning: main actor-isolated property 'layoutMargins' can not be referenced from a nonisolated autoclosure; this is an error in the Swift 6 language mode
XCTAssertEqual(view.layoutMargins.bottom, 3)
^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:263:36: note: property declared here
@property (nonatomic) UIEdgeInsets layoutMargins API_AVAILABLE(ios(8.0));
^
/Users/admin/builder/spi-builder-workspace/Tests/DHDeclarableTests/ExtensionTests/UIKitTests/UIViewTests/UIView+StyleTests.swift:28:33: warning: main actor-isolated property 'layoutMargins' can not be referenced from a nonisolated autoclosure; this is an error in the Swift 6 language mode
XCTAssertEqual(view.layoutMargins.left, 4)
^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:263:36: note: property declared here
@property (nonatomic) UIEdgeInsets layoutMargins API_AVAILABLE(ios(8.0));
^
/Users/admin/builder/spi-builder-workspace/Tests/DHDeclarableTests/ExtensionTests/UIKitTests/UIViewTests/UIView+StyleTests.swift:32:33: warning: call to main actor-isolated instance method 'margin(horizontal:vertical:)' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
let view = UIView().margin(horizontal: 10, vertical: 20)
^
/Users/admin/builder/spi-builder-workspace/Sources/DHDeclarable/Extensions/UIKit/UIView/UIView+Style.swift:36:33: note: calls to instance method 'margin(horizontal:vertical:)' from outside of its actor context are implicitly asynchronous
@discardableResult func margin(horizontal: CGFloat, vertical: CGFloat) -> Self {
^
/Users/admin/builder/spi-builder-workspace/Tests/DHDeclarableTests/ExtensionTests/UIKitTests/UIViewTests/UIView+StyleTests.swift:31:14: note: add '@MainActor' to make instance method 'testAxisMargin()' part of global actor 'MainActor'
func testAxisMargin() {
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Tests/DHDeclarableTests/ExtensionTests/UIKitTests/UIViewTests/UIView+StyleTests.swift:32:24: warning: call to main actor-isolated initializer 'init()' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
let view = UIView().margin(horizontal: 10, vertical: 20)
^
/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/DHDeclarableTests/ExtensionTests/UIKitTests/UIViewTests/UIView+StyleTests.swift:31:14: note: add '@MainActor' to make instance method 'testAxisMargin()' part of global actor 'MainActor'
func testAxisMargin() {
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Tests/DHDeclarableTests/ExtensionTests/UIKitTests/UIViewTests/UIView+StyleTests.swift:33:33: warning: main actor-isolated property 'layoutMargins' can not be referenced from a nonisolated autoclosure; this is an error in the Swift 6 language mode
XCTAssertEqual(view.layoutMargins.top, 20)
^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:263:36: note: property declared here
@property (nonatomic) UIEdgeInsets layoutMargins API_AVAILABLE(ios(8.0));
^
/Users/admin/builder/spi-builder-workspace/Tests/DHDeclarableTests/ExtensionTests/UIKitTests/UIViewTests/UIView+StyleTests.swift:34:33: warning: main actor-isolated property 'layoutMargins' can not be referenced from a nonisolated autoclosure; this is an error in the Swift 6 language mode
XCTAssertEqual(view.layoutMargins.right, 10)
^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:263:36: note: property declared here
@property (nonatomic) UIEdgeInsets layoutMargins API_AVAILABLE(ios(8.0));
^
/Users/admin/builder/spi-builder-workspace/Tests/DHDeclarableTests/ExtensionTests/UIKitTests/UIViewTests/UIView+StyleTests.swift:35:33: warning: main actor-isolated property 'layoutMargins' can not be referenced from a nonisolated autoclosure; this is an error in the Swift 6 language mode
XCTAssertEqual(view.layoutMargins.bottom, 20)
^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:263:36: note: property declared here
@property (nonatomic) UIEdgeInsets layoutMargins API_AVAILABLE(ios(8.0));
^
/Users/admin/builder/spi-builder-workspace/Tests/DHDeclarableTests/ExtensionTests/UIKitTests/UIViewTests/UIView+StyleTests.swift:36:33: warning: main actor-isolated property 'layoutMargins' can not be referenced from a nonisolated autoclosure; this is an error in the Swift 6 language mode
XCTAssertEqual(view.layoutMargins.left, 10)
^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:263:36: note: property declared here
@property (nonatomic) UIEdgeInsets layoutMargins API_AVAILABLE(ios(8.0));
^
SwiftDriverJobDiscovery normal arm64 Emitting module for DHDeclarableTests (in target 'DHDeclarableTests' from project 'DHDeclarable')
SwiftDriverJobDiscovery normal arm64 Compiling UIView+roundedTests.swift, UIView+tagTests.swift (in target 'DHDeclarableTests' from project 'DHDeclarable')
SwiftDriver\ Compilation\ Requirements DHDeclarableTests normal arm64 com.apple.xcode.tools.swift.compiler (in target 'DHDeclarableTests' from project 'DHDeclarable')
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 DHDeclarableTests -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DHDeclarable.build/Debug-iphoneos/DHDeclarableTests.build/Objects-normal/arm64/DHDeclarableTests.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-ios13.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 -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/DHDeclarable.build/Debug-iphoneos/DHDeclarableTests.build/Objects-normal/arm64/DHDeclarableTests-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/DHDeclarable.build/Debug-iphoneos/DHDeclarableTests.build/Objects-normal/arm64/DHDeclarableTests.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/DHDeclarable.build/Debug-iphoneos/DHDeclarableTests.build/Objects-normal/arm64/DHDeclarableTests_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/DHDeclarable.build/Debug-iphoneos/DHDeclarableTests.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DHDeclarable.build/Debug-iphoneos/DHDeclarableTests.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DHDeclarable.build/Debug-iphoneos/DHDeclarableTests.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
SwiftDriver\ Compilation DHDeclarable normal arm64 com.apple.xcode.tools.swift.compiler (in target 'DHDeclarable' from project 'DHDeclarable')
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 DHDeclarable -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DHDeclarable.build/Debug-iphoneos/DHDeclarable.build/Objects-normal/arm64/DHDeclarable.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -stats-output-dir .stats -strict-concurrency\=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures -plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk -target arm64-apple-ios12.0 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -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 -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/DHDeclarable.build/Debug-iphoneos/DHDeclarable.build/Objects-normal/arm64/DHDeclarable-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/DHDeclarable.build/Debug-iphoneos/DHDeclarable.build/Objects-normal/arm64/DHDeclarable.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/DHDeclarable.build/Debug-iphoneos/DHDeclarable.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DHDeclarable.build/Debug-iphoneos/DHDeclarable.build/Objects-normal/arm64/DHDeclarable_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/DHDeclarable.build/Debug-iphoneos/DHDeclarable.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DHDeclarable.build/Debug-iphoneos/DHDeclarable.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DHDeclarable.build/Debug-iphoneos/DHDeclarable.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/DHDeclarable.build/Debug-iphoneos/DHDeclarable.build/Objects-normal/arm64/DHDeclarable-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
** BUILD FAILED **
The following build commands failed:
SwiftCompile normal arm64 Compiling\ DHDTwoLabelRowComponentTests.swift,\ DHDLabelTests.swift,\ DHDScrollViewTests.swift /Users/admin/builder/spi-builder-workspace/Tests/DHDeclarableTests/ClassTests/DHComponentTests/DHDTwoLabelRowComponentTests.swift /Users/admin/builder/spi-builder-workspace/Tests/DHDeclarableTests/ClassTests/DHDLabelTests/DHDLabelTests.swift /Users/admin/builder/spi-builder-workspace/Tests/DHDeclarableTests/ClassTests/DHDScrollViewTests/DHDScrollViewTests.swift (in target 'DHDeclarableTests' from project 'DHDeclarable')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Tests/DHDeclarableTests/ClassTests/DHDScrollViewTests/DHDScrollViewTests.swift (in target 'DHDeclarableTests' from project 'DHDeclarable')
Building workspace spi-builder-workspace with scheme DHDeclarable
(3 failures)
Command line invocation:
/Applications/Xcode-16.3.0.app/Contents/Developer/usr/bin/xcodebuild -IDEClonedSourcePackagesDirPathOverride=/Users/admin/builder/spi-builder-workspace/.dependencies -resolvePackageDependencies
Resolve Package Graph
Resolved source packages:
SWXMLHash: https://github.com/drmohundro/SWXMLHash.git @ 7.0.2
SwiftyTextTable: https://github.com/scottrhoyt/SwiftyTextTable.git @ 0.9.0
Komondor: https://github.com/shibapm/Komondor.git @ 1.1.4
ShellOut: https://github.com/JohnSundell/ShellOut.git @ 2.3.0
SwiftShell: https://github.com/kareman/SwiftShell @ 5.1.0
SwiftLint: https://github.com/Realm/SwiftLint.git @ 0.59.1
swift-argument-parser: https://github.com/apple/swift-argument-parser.git @ 1.5.0
DHDeclarable: /Users/admin/builder/spi-builder-workspace
SwiftFormat: https://github.com/nicklockwood/SwiftFormat.git @ 0.55.6
Logger: https://github.com/shibapm/Logger @ 0.2.3
PackageConfig: https://github.com/shibapm/PackageConfig.git @ 1.1.3
CollectionConcurrencyKit: https://github.com/JohnSundell/CollectionConcurrencyKit.git @ 0.2.0
SourceKitten: https://github.com/jpsim/SourceKitten.git @ 0.37.0
swift-syntax: https://github.com/swiftlang/swift-syntax.git @ 601.0.0
Rocket: https://github.com/f-meloni/Rocket @ 1.3.0
CryptoSwift: https://github.com/krzyzanowskim/CryptoSwift.git @ 1.8.4
Yams: https://github.com/jpsim/Yams @ 5.3.1
resolved source packages: SWXMLHash, SwiftyTextTable, Komondor, ShellOut, SwiftShell, SwiftLint, swift-argument-parser, DHDeclarable, SwiftFormat, Logger, PackageConfig, CollectionConcurrencyKit, SourceKitten, swift-syntax, Rocket, CryptoSwift, Yams
{
"dependencies" : [
{
"identity" : "komondor",
"requirement" : {
"range" : [
{
"lower_bound" : "1.0.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/shibapm/Komondor.git"
}
],
"manifest_display_name" : "DHDeclarable",
"name" : "DHDeclarable",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "ios",
"version" : "12.0"
}
],
"products" : [
{
"name" : "DHDeclarable",
"targets" : [
"DHDeclarable"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "DHDeclarableTests",
"module_type" : "SwiftTarget",
"name" : "DHDeclarableTests",
"path" : "Tests/DHDeclarableTests",
"sources" : [
"ClassTests/DHComponentTests/DHDTwoLabelRowComponentTests.swift",
"ClassTests/DHDLabelTests/DHDLabelTests.swift",
"ClassTests/DHDScrollViewTests/DHDScrollViewTests.swift",
"ClassTests/DHDStackTests/DHDStackTests.swift",
"ClassTests/DHDViewControllerTests/DHDViewControllerTests.swift",
"ClassTests/DHDViewTests/DHDViewTests.swift",
"DHDeclarable+ValueTypeTests.swift",
"DHDeclarable+declaredIfTests.swift",
"ExtensionTests/Collection+optionalTests.swift",
"ExtensionTests/StringTests/String+asLabelTests.swift",
"ExtensionTests/StringTests/String+inQuotesTests.swift",
"ExtensionTests/UIKitTests/UIKit+DHDStringRepresentableTests.swift",
"ExtensionTests/UIKitTests/UILabelTests/UILabel+StyleTests.swift",
"ExtensionTests/UIKitTests/UIStackViewTests/UIStackView+AxisTests.swift",
"ExtensionTests/UIKitTests/UIStackViewTests/UIStackView+LayoutTests.swift",
"ExtensionTests/UIKitTests/UIStackViewTests/UIStackView+RecursiveTests.swift",
"ExtensionTests/UIKitTests/UIStackViewTests/UIStackView+arrangedSubviewAtIndexTests.swift",
"ExtensionTests/UIKitTests/UIStackViewTests/UIStackView+hierarchyTests.swift",
"ExtensionTests/UIKitTests/UIStackViewTests/UIStackView+removeAllArrangedSubviewsTests.swift",
"ExtensionTests/UIKitTests/UIViewControllerTests/UIViewController+asTests.swift",
"ExtensionTests/UIKitTests/UIViewTests/UIView+StyleTests.swift",
"ExtensionTests/UIKitTests/UIViewTests/UIView+addDividerTests.swift",
"ExtensionTests/UIKitTests/UIViewTests/UIView+centerTests.swift",
"ExtensionTests/UIKitTests/UIViewTests/UIView+declaredWithRedLinesTests.swift",
"ExtensionTests/UIKitTests/UIViewTests/UIView+roundedTests.swift",
"ExtensionTests/UIKitTests/UIViewTests/UIView+tagTests.swift",
"PreviewTests/PreviewTests.swift",
"PropertyWrapperTests/ResettableLazyTests.swift"
],
"target_dependencies" : [
"DHDeclarable"
],
"type" : "test"
},
{
"c99name" : "DHDeclarable",
"module_type" : "SwiftTarget",
"name" : "DHDeclarable",
"path" : "Sources/DHDeclarable",
"product_memberships" : [
"DHDeclarable"
],
"sources" : [
"Classes/DHDComponent/BaseClasses/DHDComponentable.swift",
"Classes/DHDComponent/BaseClasses/DHDStackViewComponent.swift",
"Classes/DHDComponent/BaseClasses/DHDViewComponent.swift",
"Classes/DHDComponent/DHDTwoLabelRowComponent.swift",
"Classes/DHDLabel/DHDLabel.swift",
"Classes/DHDScrollView/DHDScrollView.swift",
"Classes/DHDStack/DHDHStack.swift",
"Classes/DHDStack/DHDStack.swift",
"Classes/DHDStack/DHDVStack.swift",
"Classes/DHDView/DHDView+divider.swift",
"Classes/DHDView/DHDView+spacer.swift",
"Classes/DHDView/DHDView.swift",
"Classes/DHDViewController/DHDViewController.swift",
"Classes/DHDViewController/DHDViewControllerContentRenderingMode.swift",
"Classes/DHDViewController/DHDViewControlling.swift",
"DHDIdentifier.swift",
"DHDeclarable.swift",
"Extensions/Collection+optional.swift",
"Extensions/String/String+asLabel.swift",
"Extensions/String/String+inQuotes.swift",
"Extensions/UIKit/UIKit+DHDStringRepresentable.swift",
"Extensions/UIKit/UILabel/UILabel+Style.swift",
"Extensions/UIKit/UIStackView/UIStackView+Layout.swift",
"Extensions/UIKit/UIStackView/UIStackView+Rrecursive.swift",
"Extensions/UIKit/UIStackView/UIStackView+arrangedSubviewAtIndex.swift",
"Extensions/UIKit/UIStackView/UIStackView+forEach.swift",
"Extensions/UIKit/UIStackView/UIStackView+removeAllArrangedSubviews.swift",
"Extensions/UIKit/UIView/UIView+Divider.swift",
"Extensions/UIKit/UIView/UIView+Style.swift",
"Extensions/UIKit/UIView/UIView+as.swift",
"Extensions/UIKit/UIView/UIView+center.swift",
"Extensions/UIKit/UIView/UIView+declaredWithRedLines.swift",
"Extensions/UIKit/UIView/UIView+pin.swift",
"Extensions/UIKit/UIView/UIView+rounded.swift",
"Extensions/UIKit/UIView/UIView+tag.swift",
"Extensions/UIKit/UIViewController/UIViewController+as.swift",
"Previews/UIView+Preview.swift",
"Previews/UIViewController+Preview.swift",
"PropertyWrappers/ResettableLazy.swift",
"Protocols/DHDStringRepresentable.swift"
],
"type" : "library"
}
],
"tools_version" : "5.0"
}
{
"workspace" : {
"name" : "spi-builder-workspace",
"schemes" : [
"DHDeclarable",
"SwiftShell"
]
}
}
{
"workspace" : {
"name" : "spi-builder-workspace",
"schemes" : [
"DHDeclarable",
"SwiftShell"
]
}
}
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme DHDeclarable -destination generic/platform=iOS
Command line invocation:
/Applications/Xcode-16.3.0.app/Contents/Developer/usr/bin/xcodebuild -IDEClonedSourcePackagesDirPathOverride=/Users/admin/builder/spi-builder-workspace/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath /Users/admin/builder/spi-builder-workspace/.derivedData build -scheme DHDeclarable -destination generic/platform=iOS
Resolve Package Graph
Resolved source packages:
PackageConfig: https://github.com/shibapm/PackageConfig.git @ 1.1.3
CollectionConcurrencyKit: https://github.com/JohnSundell/CollectionConcurrencyKit.git @ 0.2.0
SwiftShell: https://github.com/kareman/SwiftShell @ 5.1.0
DHDeclarable: /Users/admin/builder/spi-builder-workspace
Rocket: https://github.com/f-meloni/Rocket @ 1.3.0
SWXMLHash: https://github.com/drmohundro/SWXMLHash.git @ 7.0.2
swift-argument-parser: https://github.com/apple/swift-argument-parser.git @ 1.5.0
SwiftFormat: https://github.com/nicklockwood/SwiftFormat.git @ 0.55.6
SwiftLint: https://github.com/Realm/SwiftLint.git @ 0.59.1
Logger: https://github.com/shibapm/Logger @ 0.2.3
CryptoSwift: https://github.com/krzyzanowskim/CryptoSwift.git @ 1.8.4
Yams: https://github.com/jpsim/Yams @ 5.3.1
SourceKitten: https://github.com/jpsim/SourceKitten.git @ 0.37.0
swift-syntax: https://github.com/swiftlang/swift-syntax.git @ 601.0.0
ShellOut: https://github.com/JohnSundell/ShellOut.git @ 2.3.0
Komondor: https://github.com/shibapm/Komondor.git @ 1.1.4
SwiftyTextTable: https://github.com/scottrhoyt/SwiftyTextTable.git @ 0.9.0
ComputePackagePrebuildTargetDependencyGraph
Prepare packages
CreateBuildRequest
SendProjectDescription
CreateBuildOperation
ComputeTargetDependencyGraph
note: Building targets in dependency order
note: Target dependency graph (3 targets)
Target 'DHDeclarableTests' in project 'DHDeclarable'
➜ Explicit dependency on target 'DHDeclarable' in project 'DHDeclarable'
Target 'DHDeclarable' in project 'DHDeclarable'
➜ Explicit dependency on target 'DHDeclarable' in project 'DHDeclarable'
Target 'DHDeclarable' in project 'DHDeclarable' (no dependencies)
GatherProvisioningInputs
CreateBuildDescription
ExecuteExternalTool /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -isysroot /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk -x c -c /dev/null
ExecuteExternalTool /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc --version
ExecuteExternalTool /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld -version_details
Build description signature: c5457dac599f541b38da46414d90cdf5
Build description path: /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCBuildData/c5457dac599f541b38da46414d90cdf5.xcbuilddata
ClangStatCache /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang-stat-cache /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/iphoneos18.4-22E235-339d34bc69d7fc736c3220795c36f340.sdkstatcache
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
/Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang-stat-cache /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk -o /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/iphoneos18.4-22E235-339d34bc69d7fc736c3220795c36f340.sdkstatcache
SwiftDriver DHDeclarable normal arm64 com.apple.xcode.tools.swift.compiler (in target 'DHDeclarable' from project 'DHDeclarable')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
builtin-SwiftDriver -- /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name DHDeclarable -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DHDeclarable.build/Debug-iphoneos/DHDeclarable.build/Objects-normal/arm64/DHDeclarable.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -DXcode -plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk -target arm64-apple-ios12.0 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -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 -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/DHDeclarable.build/Debug-iphoneos/DHDeclarable.build/Objects-normal/arm64/DHDeclarable-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/DHDeclarable.build/Debug-iphoneos/DHDeclarable.build/Objects-normal/arm64/DHDeclarable.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/DHDeclarable.build/Debug-iphoneos/DHDeclarable.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DHDeclarable.build/Debug-iphoneos/DHDeclarable.build/Objects-normal/arm64/DHDeclarable_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/DHDeclarable.build/Debug-iphoneos/DHDeclarable.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DHDeclarable.build/Debug-iphoneos/DHDeclarable.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DHDeclarable.build/Debug-iphoneos/DHDeclarable.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/DHDeclarable.build/Debug-iphoneos/DHDeclarable.build/Objects-normal/arm64/DHDeclarable-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
SwiftCompile normal arm64 Compiling\ DHDLabel.swift,\ DHDScrollView.swift,\ DHDHStack.swift,\ DHDStack.swift /Users/admin/builder/spi-builder-workspace/Sources/DHDeclarable/Classes/DHDLabel/DHDLabel.swift /Users/admin/builder/spi-builder-workspace/Sources/DHDeclarable/Classes/DHDScrollView/DHDScrollView.swift /Users/admin/builder/spi-builder-workspace/Sources/DHDeclarable/Classes/DHDStack/DHDHStack.swift /Users/admin/builder/spi-builder-workspace/Sources/DHDeclarable/Classes/DHDStack/DHDStack.swift (in target 'DHDeclarable' from project 'DHDeclarable')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/DHDeclarable/Classes/DHDLabel/DHDLabel.swift (in target 'DHDeclarable' from project 'DHDeclarable')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/DHDeclarable/Classes/DHDScrollView/DHDScrollView.swift (in target 'DHDeclarable' from project 'DHDeclarable')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/DHDeclarable/Classes/DHDStack/DHDHStack.swift (in target 'DHDeclarable' from project 'DHDeclarable')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/DHDeclarable/Classes/DHDStack/DHDStack.swift (in target 'DHDeclarable' from project 'DHDeclarable')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 Compiling\ DHDComponentable.swift,\ DHDStackViewComponent.swift,\ DHDViewComponent.swift,\ DHDTwoLabelRowComponent.swift /Users/admin/builder/spi-builder-workspace/Sources/DHDeclarable/Classes/DHDComponent/BaseClasses/DHDComponentable.swift /Users/admin/builder/spi-builder-workspace/Sources/DHDeclarable/Classes/DHDComponent/BaseClasses/DHDStackViewComponent.swift /Users/admin/builder/spi-builder-workspace/Sources/DHDeclarable/Classes/DHDComponent/BaseClasses/DHDViewComponent.swift /Users/admin/builder/spi-builder-workspace/Sources/DHDeclarable/Classes/DHDComponent/DHDTwoLabelRowComponent.swift (in target 'DHDeclarable' from project 'DHDeclarable')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/DHDeclarable/Classes/DHDComponent/BaseClasses/DHDComponentable.swift (in target 'DHDeclarable' from project 'DHDeclarable')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/DHDeclarable/Classes/DHDComponent/BaseClasses/DHDStackViewComponent.swift (in target 'DHDeclarable' from project 'DHDeclarable')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/DHDeclarable/Classes/DHDComponent/BaseClasses/DHDViewComponent.swift (in target 'DHDeclarable' from project 'DHDeclarable')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/DHDeclarable/Classes/DHDComponent/DHDTwoLabelRowComponent.swift (in target 'DHDeclarable' from project 'DHDeclarable')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 Compiling\ DHDViewController.swift,\ DHDViewControllerContentRenderingMode.swift,\ DHDViewControlling.swift,\ DHDIdentifier.swift /Users/admin/builder/spi-builder-workspace/Sources/DHDeclarable/Classes/DHDViewController/DHDViewController.swift /Users/admin/builder/spi-builder-workspace/Sources/DHDeclarable/Classes/DHDViewController/DHDViewControllerContentRenderingMode.swift /Users/admin/builder/spi-builder-workspace/Sources/DHDeclarable/Classes/DHDViewController/DHDViewControlling.swift /Users/admin/builder/spi-builder-workspace/Sources/DHDeclarable/DHDIdentifier.swift (in target 'DHDeclarable' from project 'DHDeclarable')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/DHDeclarable/Classes/DHDViewController/DHDViewController.swift (in target 'DHDeclarable' from project 'DHDeclarable')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/DHDeclarable/Classes/DHDViewController/DHDViewControllerContentRenderingMode.swift (in target 'DHDeclarable' from project 'DHDeclarable')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/DHDeclarable/Classes/DHDViewController/DHDViewControlling.swift (in target 'DHDeclarable' from project 'DHDeclarable')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/DHDeclarable/DHDIdentifier.swift (in target 'DHDeclarable' from project 'DHDeclarable')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 Compiling\ UIView+Style.swift,\ UIView+as.swift,\ UIView+center.swift,\ UIView+declaredWithRedLines.swift /Users/admin/builder/spi-builder-workspace/Sources/DHDeclarable/Extensions/UIKit/UIView/UIView+Style.swift /Users/admin/builder/spi-builder-workspace/Sources/DHDeclarable/Extensions/UIKit/UIView/UIView+as.swift /Users/admin/builder/spi-builder-workspace/Sources/DHDeclarable/Extensions/UIKit/UIView/UIView+center.swift /Users/admin/builder/spi-builder-workspace/Sources/DHDeclarable/Extensions/UIKit/UIView/UIView+declaredWithRedLines.swift (in target 'DHDeclarable' from project 'DHDeclarable')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/DHDeclarable/Extensions/UIKit/UIView/UIView+Style.swift (in target 'DHDeclarable' from project 'DHDeclarable')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/DHDeclarable/Extensions/UIKit/UIView/UIView+as.swift (in target 'DHDeclarable' from project 'DHDeclarable')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/DHDeclarable/Extensions/UIKit/UIView/UIView+center.swift (in target 'DHDeclarable' from project 'DHDeclarable')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/DHDeclarable/Extensions/UIKit/UIView/UIView+declaredWithRedLines.swift (in target 'DHDeclarable' from project 'DHDeclarable')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 Compiling\ UIView+pin.swift,\ UIView+rounded.swift,\ UIView+tag.swift,\ UIViewController+as.swift /Users/admin/builder/spi-builder-workspace/Sources/DHDeclarable/Extensions/UIKit/UIView/UIView+pin.swift /Users/admin/builder/spi-builder-workspace/Sources/DHDeclarable/Extensions/UIKit/UIView/UIView+rounded.swift /Users/admin/builder/spi-builder-workspace/Sources/DHDeclarable/Extensions/UIKit/UIView/UIView+tag.swift /Users/admin/builder/spi-builder-workspace/Sources/DHDeclarable/Extensions/UIKit/UIViewController/UIViewController+as.swift (in target 'DHDeclarable' from project 'DHDeclarable')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/DHDeclarable/Extensions/UIKit/UIView/UIView+pin.swift (in target 'DHDeclarable' from project 'DHDeclarable')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/DHDeclarable/Extensions/UIKit/UIView/UIView+rounded.swift (in target 'DHDeclarable' from project 'DHDeclarable')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/DHDeclarable/Extensions/UIKit/UIView/UIView+tag.swift (in target 'DHDeclarable' from project 'DHDeclarable')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/DHDeclarable/Extensions/UIKit/UIViewController/UIViewController+as.swift (in target 'DHDeclarable' from project 'DHDeclarable')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 Compiling\ UIStackView+arrangedSubviewAtIndex.swift,\ UIStackView+forEach.swift,\ UIStackView+removeAllArrangedSubviews.swift,\ UIView+Divider.swift /Users/admin/builder/spi-builder-workspace/Sources/DHDeclarable/Extensions/UIKit/UIStackView/UIStackView+arrangedSubviewAtIndex.swift /Users/admin/builder/spi-builder-workspace/Sources/DHDeclarable/Extensions/UIKit/UIStackView/UIStackView+forEach.swift /Users/admin/builder/spi-builder-workspace/Sources/DHDeclarable/Extensions/UIKit/UIStackView/UIStackView+removeAllArrangedSubviews.swift /Users/admin/builder/spi-builder-workspace/Sources/DHDeclarable/Extensions/UIKit/UIView/UIView+Divider.swift (in target 'DHDeclarable' from project 'DHDeclarable')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/DHDeclarable/Extensions/UIKit/UIStackView/UIStackView+arrangedSubviewAtIndex.swift (in target 'DHDeclarable' from project 'DHDeclarable')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/DHDeclarable/Extensions/UIKit/UIStackView/UIStackView+forEach.swift (in target 'DHDeclarable' from project 'DHDeclarable')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/DHDeclarable/Extensions/UIKit/UIStackView/UIStackView+removeAllArrangedSubviews.swift (in target 'DHDeclarable' from project 'DHDeclarable')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/DHDeclarable/Extensions/UIKit/UIView/UIView+Divider.swift (in target 'DHDeclarable' from project 'DHDeclarable')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 Compiling\ UIKit+DHDStringRepresentable.swift,\ UILabel+Style.swift,\ UIStackView+Layout.swift,\ UIStackView+Rrecursive.swift /Users/admin/builder/spi-builder-workspace/Sources/DHDeclarable/Extensions/UIKit/UIKit+DHDStringRepresentable.swift /Users/admin/builder/spi-builder-workspace/Sources/DHDeclarable/Extensions/UIKit/UILabel/UILabel+Style.swift /Users/admin/builder/spi-builder-workspace/Sources/DHDeclarable/Extensions/UIKit/UIStackView/UIStackView+Layout.swift /Users/admin/builder/spi-builder-workspace/Sources/DHDeclarable/Extensions/UIKit/UIStackView/UIStackView+Rrecursive.swift (in target 'DHDeclarable' from project 'DHDeclarable')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/DHDeclarable/Extensions/UIKit/UIKit+DHDStringRepresentable.swift (in target 'DHDeclarable' from project 'DHDeclarable')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/DHDeclarable/Extensions/UIKit/UILabel/UILabel+Style.swift (in target 'DHDeclarable' from project 'DHDeclarable')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/DHDeclarable/Extensions/UIKit/UIStackView/UIStackView+Layout.swift (in target 'DHDeclarable' from project 'DHDeclarable')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/DHDeclarable/Extensions/UIKit/UIStackView/UIStackView+Rrecursive.swift (in target 'DHDeclarable' from project 'DHDeclarable')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 Compiling\ DHDeclarable.swift,\ Collection+optional.swift,\ String+asLabel.swift,\ String+inQuotes.swift /Users/admin/builder/spi-builder-workspace/Sources/DHDeclarable/DHDeclarable.swift /Users/admin/builder/spi-builder-workspace/Sources/DHDeclarable/Extensions/Collection+optional.swift /Users/admin/builder/spi-builder-workspace/Sources/DHDeclarable/Extensions/String/String+asLabel.swift /Users/admin/builder/spi-builder-workspace/Sources/DHDeclarable/Extensions/String/String+inQuotes.swift (in target 'DHDeclarable' from project 'DHDeclarable')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/DHDeclarable/DHDeclarable.swift (in target 'DHDeclarable' from project 'DHDeclarable')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/DHDeclarable/Extensions/Collection+optional.swift (in target 'DHDeclarable' from project 'DHDeclarable')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/DHDeclarable/Extensions/String/String+asLabel.swift (in target 'DHDeclarable' from project 'DHDeclarable')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/DHDeclarable/Extensions/String/String+inQuotes.swift (in target 'DHDeclarable' from project 'DHDeclarable')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 Compiling\ UIView+Preview.swift,\ UIViewController+Preview.swift,\ ResettableLazy.swift,\ DHDStringRepresentable.swift /Users/admin/builder/spi-builder-workspace/Sources/DHDeclarable/Previews/UIView+Preview.swift /Users/admin/builder/spi-builder-workspace/Sources/DHDeclarable/Previews/UIViewController+Preview.swift /Users/admin/builder/spi-builder-workspace/Sources/DHDeclarable/PropertyWrappers/ResettableLazy.swift /Users/admin/builder/spi-builder-workspace/Sources/DHDeclarable/Protocols/DHDStringRepresentable.swift (in target 'DHDeclarable' from project 'DHDeclarable')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/DHDeclarable/Previews/UIView+Preview.swift (in target 'DHDeclarable' from project 'DHDeclarable')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/DHDeclarable/Previews/UIViewController+Preview.swift (in target 'DHDeclarable' from project 'DHDeclarable')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/DHDeclarable/PropertyWrappers/ResettableLazy.swift (in target 'DHDeclarable' from project 'DHDeclarable')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/DHDeclarable/Protocols/DHDStringRepresentable.swift (in target 'DHDeclarable' from project 'DHDeclarable')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 Compiling\ DHDVStack.swift,\ DHDView+divider.swift,\ DHDView+spacer.swift,\ DHDView.swift /Users/admin/builder/spi-builder-workspace/Sources/DHDeclarable/Classes/DHDStack/DHDVStack.swift /Users/admin/builder/spi-builder-workspace/Sources/DHDeclarable/Classes/DHDView/DHDView+divider.swift /Users/admin/builder/spi-builder-workspace/Sources/DHDeclarable/Classes/DHDView/DHDView+spacer.swift /Users/admin/builder/spi-builder-workspace/Sources/DHDeclarable/Classes/DHDView/DHDView.swift (in target 'DHDeclarable' from project 'DHDeclarable')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/DHDeclarable/Classes/DHDStack/DHDVStack.swift (in target 'DHDeclarable' from project 'DHDeclarable')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/DHDeclarable/Classes/DHDView/DHDView+divider.swift (in target 'DHDeclarable' from project 'DHDeclarable')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/DHDeclarable/Classes/DHDView/DHDView+spacer.swift (in target 'DHDeclarable' from project 'DHDeclarable')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/DHDeclarable/Classes/DHDView/DHDView.swift (in target 'DHDeclarable' from project 'DHDeclarable')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftEmitModule normal arm64 Emitting\ module\ for\ DHDeclarable (in target 'DHDeclarable' from project 'DHDeclarable')
EmitSwiftModule normal arm64 (in target 'DHDeclarable' from project 'DHDeclarable')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftDriverJobDiscovery normal arm64 Compiling DHDeclarable.swift, Collection+optional.swift, String+asLabel.swift, String+inQuotes.swift (in target 'DHDeclarable' from project 'DHDeclarable')
SwiftDriverJobDiscovery normal arm64 Compiling DHDComponentable.swift, DHDStackViewComponent.swift, DHDViewComponent.swift, DHDTwoLabelRowComponent.swift (in target 'DHDeclarable' from project 'DHDeclarable')
SwiftDriverJobDiscovery normal arm64 Compiling UIView+Preview.swift, UIViewController+Preview.swift, ResettableLazy.swift, DHDStringRepresentable.swift (in target 'DHDeclarable' from project 'DHDeclarable')
SwiftDriverJobDiscovery normal arm64 Compiling UIView+Style.swift, UIView+as.swift, UIView+center.swift, UIView+declaredWithRedLines.swift (in target 'DHDeclarable' from project 'DHDeclarable')
SwiftDriverJobDiscovery normal arm64 Compiling UIView+pin.swift, UIView+rounded.swift, UIView+tag.swift, UIViewController+as.swift (in target 'DHDeclarable' from project 'DHDeclarable')
SwiftDriverJobDiscovery normal arm64 Compiling DHDVStack.swift, DHDView+divider.swift, DHDView+spacer.swift, DHDView.swift (in target 'DHDeclarable' from project 'DHDeclarable')
SwiftDriverJobDiscovery normal arm64 Compiling UIStackView+arrangedSubviewAtIndex.swift, UIStackView+forEach.swift, UIStackView+removeAllArrangedSubviews.swift, UIView+Divider.swift (in target 'DHDeclarable' from project 'DHDeclarable')
SwiftDriverJobDiscovery normal arm64 Compiling DHDViewController.swift, DHDViewControllerContentRenderingMode.swift, DHDViewControlling.swift, DHDIdentifier.swift (in target 'DHDeclarable' from project 'DHDeclarable')
SwiftDriverJobDiscovery normal arm64 Compiling UIKit+DHDStringRepresentable.swift, UILabel+Style.swift, UIStackView+Layout.swift, UIStackView+Rrecursive.swift (in target 'DHDeclarable' from project 'DHDeclarable')
SwiftDriverJobDiscovery normal arm64 Compiling DHDLabel.swift, DHDScrollView.swift, DHDHStack.swift, DHDStack.swift (in target 'DHDeclarable' from project 'DHDeclarable')
SwiftDriverJobDiscovery normal arm64 Emitting module for DHDeclarable (in target 'DHDeclarable' from project 'DHDeclarable')
SwiftDriver\ Compilation\ Requirements DHDeclarable normal arm64 com.apple.xcode.tools.swift.compiler (in target 'DHDeclarable' from project 'DHDeclarable')
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 DHDeclarable -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DHDeclarable.build/Debug-iphoneos/DHDeclarable.build/Objects-normal/arm64/DHDeclarable.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -DXcode -plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk -target arm64-apple-ios12.0 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -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 -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/DHDeclarable.build/Debug-iphoneos/DHDeclarable.build/Objects-normal/arm64/DHDeclarable-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/DHDeclarable.build/Debug-iphoneos/DHDeclarable.build/Objects-normal/arm64/DHDeclarable.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/DHDeclarable.build/Debug-iphoneos/DHDeclarable.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DHDeclarable.build/Debug-iphoneos/DHDeclarable.build/Objects-normal/arm64/DHDeclarable_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/DHDeclarable.build/Debug-iphoneos/DHDeclarable.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DHDeclarable.build/Debug-iphoneos/DHDeclarable.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DHDeclarable.build/Debug-iphoneos/DHDeclarable.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/DHDeclarable.build/Debug-iphoneos/DHDeclarable.build/Objects-normal/arm64/DHDeclarable-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
SwiftDriver\ Compilation DHDeclarable normal arm64 com.apple.xcode.tools.swift.compiler (in target 'DHDeclarable' from project 'DHDeclarable')
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 DHDeclarable -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DHDeclarable.build/Debug-iphoneos/DHDeclarable.build/Objects-normal/arm64/DHDeclarable.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -DXcode -plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk -target arm64-apple-ios12.0 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -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 -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/DHDeclarable.build/Debug-iphoneos/DHDeclarable.build/Objects-normal/arm64/DHDeclarable-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/DHDeclarable.build/Debug-iphoneos/DHDeclarable.build/Objects-normal/arm64/DHDeclarable.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/DHDeclarable.build/Debug-iphoneos/DHDeclarable.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DHDeclarable.build/Debug-iphoneos/DHDeclarable.build/Objects-normal/arm64/DHDeclarable_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/DHDeclarable.build/Debug-iphoneos/DHDeclarable.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DHDeclarable.build/Debug-iphoneos/DHDeclarable.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DHDeclarable.build/Debug-iphoneos/DHDeclarable.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/DHDeclarable.build/Debug-iphoneos/DHDeclarable.build/Objects-normal/arm64/DHDeclarable-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
Ld /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/DHDeclarable.o normal (in target 'DHDeclarable' from project 'DHDeclarable')
cd /Users/admin/builder/spi-builder-workspace
/Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -Xlinker -reproducible -target arm64-apple-ios12.0 -r -isysroot /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk -O0 -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-iphoneos -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -L/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/lib -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-iphoneos -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -iframework /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/Frameworks -iframework /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/Developer/Library/Frameworks -filelist /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DHDeclarable.build/Debug-iphoneos/DHDeclarable.build/Objects-normal/arm64/DHDeclarable.LinkFileList -nostdlib -Xlinker -object_path_lto -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DHDeclarable.build/Debug-iphoneos/DHDeclarable.build/Objects-normal/arm64/DHDeclarable_lto.o -rdynamic -Xlinker -no_deduplicate -Xlinker -debug_variant -Xlinker -dependency_info -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DHDeclarable.build/Debug-iphoneos/DHDeclarable.build/Objects-normal/arm64/DHDeclarable_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/DHDeclarable.build/Debug-iphoneos/DHDeclarable.build/Objects-normal/arm64/DHDeclarable.swiftmodule -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/DHDeclarable.o
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/DHDeclarable.swiftmodule/arm64-apple-ios.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DHDeclarable.build/Debug-iphoneos/DHDeclarable.build/Objects-normal/arm64/DHDeclarable.abi.json (in target 'DHDeclarable' from project 'DHDeclarable')
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/DHDeclarable.build/Debug-iphoneos/DHDeclarable.build/Objects-normal/arm64/DHDeclarable.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/DHDeclarable.swiftmodule/arm64-apple-ios.abi.json
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/DHDeclarable.swiftmodule/arm64-apple-ios.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DHDeclarable.build/Debug-iphoneos/DHDeclarable.build/Objects-normal/arm64/DHDeclarable.swiftmodule (in target 'DHDeclarable' from project 'DHDeclarable')
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/DHDeclarable.build/Debug-iphoneos/DHDeclarable.build/Objects-normal/arm64/DHDeclarable.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/DHDeclarable.swiftmodule/arm64-apple-ios.swiftmodule
SwiftDriver DHDeclarableTests normal arm64 com.apple.xcode.tools.swift.compiler (in target 'DHDeclarableTests' from project 'DHDeclarable')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
builtin-SwiftDriver -- /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name DHDeclarableTests -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DHDeclarable.build/Debug-iphoneos/DHDeclarableTests.build/Objects-normal/arm64/DHDeclarableTests.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -DXcode -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-ios13.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 -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/DHDeclarable.build/Debug-iphoneos/DHDeclarableTests.build/Objects-normal/arm64/DHDeclarableTests-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/DHDeclarable.build/Debug-iphoneos/DHDeclarableTests.build/Objects-normal/arm64/DHDeclarableTests.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/DHDeclarable.build/Debug-iphoneos/DHDeclarableTests.build/Objects-normal/arm64/DHDeclarableTests_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/DHDeclarable.build/Debug-iphoneos/DHDeclarableTests.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DHDeclarable.build/Debug-iphoneos/DHDeclarableTests.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DHDeclarable.build/Debug-iphoneos/DHDeclarableTests.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
SwiftCompile normal arm64 Compiling\ DHDStackTests.swift,\ DHDViewControllerTests.swift,\ DHDViewTests.swift /Users/admin/builder/spi-builder-workspace/Tests/DHDeclarableTests/ClassTests/DHDStackTests/DHDStackTests.swift /Users/admin/builder/spi-builder-workspace/Tests/DHDeclarableTests/ClassTests/DHDViewControllerTests/DHDViewControllerTests.swift /Users/admin/builder/spi-builder-workspace/Tests/DHDeclarableTests/ClassTests/DHDViewTests/DHDViewTests.swift (in target 'DHDeclarableTests' from project 'DHDeclarable')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Tests/DHDeclarableTests/ClassTests/DHDStackTests/DHDStackTests.swift (in target 'DHDeclarableTests' from project 'DHDeclarable')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Tests/DHDeclarableTests/ClassTests/DHDViewControllerTests/DHDViewControllerTests.swift (in target 'DHDeclarableTests' from project 'DHDeclarable')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Tests/DHDeclarableTests/ClassTests/DHDViewTests/DHDViewTests.swift (in target 'DHDeclarableTests' from project 'DHDeclarable')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 Compiling\ String+asLabelTests.swift,\ String+inQuotesTests.swift,\ UIKit+DHDStringRepresentableTests.swift /Users/admin/builder/spi-builder-workspace/Tests/DHDeclarableTests/ExtensionTests/StringTests/String+asLabelTests.swift /Users/admin/builder/spi-builder-workspace/Tests/DHDeclarableTests/ExtensionTests/StringTests/String+inQuotesTests.swift /Users/admin/builder/spi-builder-workspace/Tests/DHDeclarableTests/ExtensionTests/UIKitTests/UIKit+DHDStringRepresentableTests.swift (in target 'DHDeclarableTests' from project 'DHDeclarable')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Tests/DHDeclarableTests/ExtensionTests/StringTests/String+asLabelTests.swift (in target 'DHDeclarableTests' from project 'DHDeclarable')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Tests/DHDeclarableTests/ExtensionTests/StringTests/String+inQuotesTests.swift (in target 'DHDeclarableTests' from project 'DHDeclarable')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Tests/DHDeclarableTests/ExtensionTests/UIKitTests/UIKit+DHDStringRepresentableTests.swift (in target 'DHDeclarableTests' from project 'DHDeclarable')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 Compiling\ UIView+roundedTests.swift,\ UIView+tagTests.swift /Users/admin/builder/spi-builder-workspace/Tests/DHDeclarableTests/ExtensionTests/UIKitTests/UIViewTests/UIView+roundedTests.swift /Users/admin/builder/spi-builder-workspace/Tests/DHDeclarableTests/ExtensionTests/UIKitTests/UIViewTests/UIView+tagTests.swift (in target 'DHDeclarableTests' from project 'DHDeclarable')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Tests/DHDeclarableTests/ExtensionTests/UIKitTests/UIViewTests/UIView+roundedTests.swift (in target 'DHDeclarableTests' from project 'DHDeclarable')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Tests/DHDeclarableTests/ExtensionTests/UIKitTests/UIViewTests/UIView+tagTests.swift (in target 'DHDeclarableTests' from project 'DHDeclarable')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 Compiling\ UIView+addDividerTests.swift,\ UIView+centerTests.swift,\ UIView+declaredWithRedLinesTests.swift /Users/admin/builder/spi-builder-workspace/Tests/DHDeclarableTests/ExtensionTests/UIKitTests/UIViewTests/UIView+addDividerTests.swift /Users/admin/builder/spi-builder-workspace/Tests/DHDeclarableTests/ExtensionTests/UIKitTests/UIViewTests/UIView+centerTests.swift /Users/admin/builder/spi-builder-workspace/Tests/DHDeclarableTests/ExtensionTests/UIKitTests/UIViewTests/UIView+declaredWithRedLinesTests.swift (in target 'DHDeclarableTests' from project 'DHDeclarable')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Tests/DHDeclarableTests/ExtensionTests/UIKitTests/UIViewTests/UIView+addDividerTests.swift (in target 'DHDeclarableTests' from project 'DHDeclarable')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Tests/DHDeclarableTests/ExtensionTests/UIKitTests/UIViewTests/UIView+centerTests.swift (in target 'DHDeclarableTests' from project 'DHDeclarable')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Tests/DHDeclarableTests/ExtensionTests/UIKitTests/UIViewTests/UIView+declaredWithRedLinesTests.swift (in target 'DHDeclarableTests' from project 'DHDeclarable')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 Compiling\ PreviewTests.swift,\ ResettableLazyTests.swift /Users/admin/builder/spi-builder-workspace/Tests/DHDeclarableTests/PreviewTests/PreviewTests.swift /Users/admin/builder/spi-builder-workspace/Tests/DHDeclarableTests/PropertyWrapperTests/ResettableLazyTests.swift (in target 'DHDeclarableTests' from project 'DHDeclarable')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Tests/DHDeclarableTests/PreviewTests/PreviewTests.swift (in target 'DHDeclarableTests' from project 'DHDeclarable')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Tests/DHDeclarableTests/PropertyWrapperTests/ResettableLazyTests.swift (in target 'DHDeclarableTests' from project 'DHDeclarable')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 Compiling\ DHDeclarable+ValueTypeTests.swift,\ DHDeclarable+declaredIfTests.swift,\ Collection+optionalTests.swift /Users/admin/builder/spi-builder-workspace/Tests/DHDeclarableTests/DHDeclarable+ValueTypeTests.swift /Users/admin/builder/spi-builder-workspace/Tests/DHDeclarableTests/DHDeclarable+declaredIfTests.swift /Users/admin/builder/spi-builder-workspace/Tests/DHDeclarableTests/ExtensionTests/Collection+optionalTests.swift (in target 'DHDeclarableTests' from project 'DHDeclarable')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Tests/DHDeclarableTests/DHDeclarable+ValueTypeTests.swift (in target 'DHDeclarableTests' from project 'DHDeclarable')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Tests/DHDeclarableTests/DHDeclarable+declaredIfTests.swift (in target 'DHDeclarableTests' from project 'DHDeclarable')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Tests/DHDeclarableTests/ExtensionTests/Collection+optionalTests.swift (in target 'DHDeclarableTests' from project 'DHDeclarable')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 Compiling\ UIStackView+removeAllArrangedSubviewsTests.swift,\ UIViewController+asTests.swift,\ UIView+StyleTests.swift /Users/admin/builder/spi-builder-workspace/Tests/DHDeclarableTests/ExtensionTests/UIKitTests/UIStackViewTests/UIStackView+removeAllArrangedSubviewsTests.swift /Users/admin/builder/spi-builder-workspace/Tests/DHDeclarableTests/ExtensionTests/UIKitTests/UIViewControllerTests/UIViewController+asTests.swift /Users/admin/builder/spi-builder-workspace/Tests/DHDeclarableTests/ExtensionTests/UIKitTests/UIViewTests/UIView+StyleTests.swift (in target 'DHDeclarableTests' from project 'DHDeclarable')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Tests/DHDeclarableTests/ExtensionTests/UIKitTests/UIStackViewTests/UIStackView+removeAllArrangedSubviewsTests.swift (in target 'DHDeclarableTests' from project 'DHDeclarable')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Tests/DHDeclarableTests/ExtensionTests/UIKitTests/UIViewControllerTests/UIViewController+asTests.swift (in target 'DHDeclarableTests' from project 'DHDeclarable')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Tests/DHDeclarableTests/ExtensionTests/UIKitTests/UIViewTests/UIView+StyleTests.swift (in target 'DHDeclarableTests' from project 'DHDeclarable')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 Compiling\ UIStackView+RecursiveTests.swift,\ UIStackView+arrangedSubviewAtIndexTests.swift,\ UIStackView+hierarchyTests.swift /Users/admin/builder/spi-builder-workspace/Tests/DHDeclarableTests/ExtensionTests/UIKitTests/UIStackViewTests/UIStackView+RecursiveTests.swift /Users/admin/builder/spi-builder-workspace/Tests/DHDeclarableTests/ExtensionTests/UIKitTests/UIStackViewTests/UIStackView+arrangedSubviewAtIndexTests.swift /Users/admin/builder/spi-builder-workspace/Tests/DHDeclarableTests/ExtensionTests/UIKitTests/UIStackViewTests/UIStackView+hierarchyTests.swift (in target 'DHDeclarableTests' from project 'DHDeclarable')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Tests/DHDeclarableTests/ExtensionTests/UIKitTests/UIStackViewTests/UIStackView+RecursiveTests.swift (in target 'DHDeclarableTests' from project 'DHDeclarable')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Tests/DHDeclarableTests/ExtensionTests/UIKitTests/UIStackViewTests/UIStackView+arrangedSubviewAtIndexTests.swift (in target 'DHDeclarableTests' from project 'DHDeclarable')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Tests/DHDeclarableTests/ExtensionTests/UIKitTests/UIStackViewTests/UIStackView+hierarchyTests.swift (in target 'DHDeclarableTests' from project 'DHDeclarable')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 Compiling\ UILabel+StyleTests.swift,\ UIStackView+AxisTests.swift,\ UIStackView+LayoutTests.swift /Users/admin/builder/spi-builder-workspace/Tests/DHDeclarableTests/ExtensionTests/UIKitTests/UILabelTests/UILabel+StyleTests.swift /Users/admin/builder/spi-builder-workspace/Tests/DHDeclarableTests/ExtensionTests/UIKitTests/UIStackViewTests/UIStackView+AxisTests.swift /Users/admin/builder/spi-builder-workspace/Tests/DHDeclarableTests/ExtensionTests/UIKitTests/UIStackViewTests/UIStackView+LayoutTests.swift (in target 'DHDeclarableTests' from project 'DHDeclarable')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Tests/DHDeclarableTests/ExtensionTests/UIKitTests/UILabelTests/UILabel+StyleTests.swift (in target 'DHDeclarableTests' from project 'DHDeclarable')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Tests/DHDeclarableTests/ExtensionTests/UIKitTests/UIStackViewTests/UIStackView+AxisTests.swift (in target 'DHDeclarableTests' from project 'DHDeclarable')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Tests/DHDeclarableTests/ExtensionTests/UIKitTests/UIStackViewTests/UIStackView+LayoutTests.swift (in target 'DHDeclarableTests' from project 'DHDeclarable')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftEmitModule normal arm64 Emitting\ module\ for\ DHDeclarableTests (in target 'DHDeclarableTests' from project 'DHDeclarable')
EmitSwiftModule normal arm64 (in target 'DHDeclarableTests' from project 'DHDeclarable')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 Compiling\ DHDTwoLabelRowComponentTests.swift,\ DHDLabelTests.swift,\ DHDScrollViewTests.swift /Users/admin/builder/spi-builder-workspace/Tests/DHDeclarableTests/ClassTests/DHComponentTests/DHDTwoLabelRowComponentTests.swift /Users/admin/builder/spi-builder-workspace/Tests/DHDeclarableTests/ClassTests/DHDLabelTests/DHDLabelTests.swift /Users/admin/builder/spi-builder-workspace/Tests/DHDeclarableTests/ClassTests/DHDScrollViewTests/DHDScrollViewTests.swift (in target 'DHDeclarableTests' from project 'DHDeclarable')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Tests/DHDeclarableTests/ClassTests/DHComponentTests/DHDTwoLabelRowComponentTests.swift (in target 'DHDeclarableTests' from project 'DHDeclarable')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Tests/DHDeclarableTests/ClassTests/DHDLabelTests/DHDLabelTests.swift (in target 'DHDeclarableTests' from project 'DHDeclarable')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Tests/DHDeclarableTests/ClassTests/DHDScrollViewTests/DHDScrollViewTests.swift (in target 'DHDeclarableTests' from project 'DHDeclarable')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftDriverJobDiscovery normal arm64 Compiling UIView+roundedTests.swift, UIView+tagTests.swift (in target 'DHDeclarableTests' from project 'DHDeclarable')
SwiftDriverJobDiscovery normal arm64 Compiling UIStackView+removeAllArrangedSubviewsTests.swift, UIViewController+asTests.swift, UIView+StyleTests.swift (in target 'DHDeclarableTests' from project 'DHDeclarable')
SwiftDriverJobDiscovery normal arm64 Compiling PreviewTests.swift, ResettableLazyTests.swift (in target 'DHDeclarableTests' from project 'DHDeclarable')
SwiftDriverJobDiscovery normal arm64 Compiling String+asLabelTests.swift, String+inQuotesTests.swift, UIKit+DHDStringRepresentableTests.swift (in target 'DHDeclarableTests' from project 'DHDeclarable')
ExtractAppIntentsMetadata (in target 'DHDeclarable' from project 'DHDeclarable')
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 DHDeclarable --sdk-root /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk --xcode-version 16E140 --platform-family iOS --deployment-target 12.0 --bundle-identifier spi-builder-workspace.DHDeclarable --output /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/DHDeclarable.appintents --target-triple arm64-apple-ios12.0 --binary-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/DHDeclarable.o --dependency-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DHDeclarable.build/Debug-iphoneos/DHDeclarable.build/Objects-normal/arm64/DHDeclarable_dependency_info.dat --stringsdata-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DHDeclarable.build/Debug-iphoneos/DHDeclarable.build/Objects-normal/arm64/ExtractedAppShortcutsMetadata.stringsdata --source-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DHDeclarable.build/Debug-iphoneos/DHDeclarable.build/Objects-normal/arm64/DHDeclarable.SwiftFileList --metadata-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DHDeclarable.build/Debug-iphoneos/DHDeclarable.build/DHDeclarable.DependencyMetadataFileList --static-metadata-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DHDeclarable.build/Debug-iphoneos/DHDeclarable.build/DHDeclarable.DependencyStaticMetadataFileList --swift-const-vals-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DHDeclarable.build/Debug-iphoneos/DHDeclarable.build/Objects-normal/arm64/DHDeclarable.SwiftConstValuesFileList --force --compile-time-extraction --deployment-aware-processing --validate-assistant-intents --no-app-shortcuts-localization
2025-05-08 14:23:19.540 appintentsmetadataprocessor[1614:8872] Starting appintentsmetadataprocessor export
2025-05-08 14:23:19.588 appintentsmetadataprocessor[1614:8872] Extracted no relevant App Intents symbols, skipping writing output
SwiftDriverJobDiscovery normal arm64 Emitting module for DHDeclarableTests (in target 'DHDeclarableTests' from project 'DHDeclarable')
SwiftDriver\ Compilation\ Requirements DHDeclarableTests normal arm64 com.apple.xcode.tools.swift.compiler (in target 'DHDeclarableTests' from project 'DHDeclarable')
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 DHDeclarableTests -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DHDeclarable.build/Debug-iphoneos/DHDeclarableTests.build/Objects-normal/arm64/DHDeclarableTests.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -DXcode -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-ios13.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 -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/DHDeclarable.build/Debug-iphoneos/DHDeclarableTests.build/Objects-normal/arm64/DHDeclarableTests-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/DHDeclarable.build/Debug-iphoneos/DHDeclarableTests.build/Objects-normal/arm64/DHDeclarableTests.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/DHDeclarable.build/Debug-iphoneos/DHDeclarableTests.build/Objects-normal/arm64/DHDeclarableTests_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/DHDeclarable.build/Debug-iphoneos/DHDeclarableTests.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DHDeclarable.build/Debug-iphoneos/DHDeclarableTests.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DHDeclarable.build/Debug-iphoneos/DHDeclarableTests.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/DHDeclarableTests.swiftmodule/arm64-apple-ios.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DHDeclarable.build/Debug-iphoneos/DHDeclarableTests.build/Objects-normal/arm64/DHDeclarableTests.abi.json (in target 'DHDeclarableTests' from project 'DHDeclarable')
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/DHDeclarable.build/Debug-iphoneos/DHDeclarableTests.build/Objects-normal/arm64/DHDeclarableTests.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/DHDeclarableTests.swiftmodule/arm64-apple-ios.abi.json
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/DHDeclarableTests.swiftmodule/arm64-apple-ios.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DHDeclarable.build/Debug-iphoneos/DHDeclarableTests.build/Objects-normal/arm64/DHDeclarableTests.swiftdoc (in target 'DHDeclarableTests' from project 'DHDeclarable')
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/DHDeclarable.build/Debug-iphoneos/DHDeclarableTests.build/Objects-normal/arm64/DHDeclarableTests.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/DHDeclarableTests.swiftmodule/arm64-apple-ios.swiftdoc
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/DHDeclarableTests.swiftmodule/arm64-apple-ios.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DHDeclarable.build/Debug-iphoneos/DHDeclarableTests.build/Objects-normal/arm64/DHDeclarableTests.swiftmodule (in target 'DHDeclarableTests' from project 'DHDeclarable')
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/DHDeclarable.build/Debug-iphoneos/DHDeclarableTests.build/Objects-normal/arm64/DHDeclarableTests.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/DHDeclarableTests.swiftmodule/arm64-apple-ios.swiftmodule
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/DHDeclarableTests.swiftmodule/Project/arm64-apple-ios.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DHDeclarable.build/Debug-iphoneos/DHDeclarableTests.build/Objects-normal/arm64/DHDeclarableTests.swiftsourceinfo (in target 'DHDeclarableTests' from project 'DHDeclarable')
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/DHDeclarable.build/Debug-iphoneos/DHDeclarableTests.build/Objects-normal/arm64/DHDeclarableTests.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/DHDeclarableTests.swiftmodule/Project/arm64-apple-ios.swiftsourceinfo
SwiftDriverJobDiscovery normal arm64 Compiling UIView+addDividerTests.swift, UIView+centerTests.swift, UIView+declaredWithRedLinesTests.swift (in target 'DHDeclarableTests' from project 'DHDeclarable')
SwiftDriverJobDiscovery normal arm64 Compiling DHDeclarable+ValueTypeTests.swift, DHDeclarable+declaredIfTests.swift, Collection+optionalTests.swift (in target 'DHDeclarableTests' from project 'DHDeclarable')
SwiftDriverJobDiscovery normal arm64 Compiling UIStackView+RecursiveTests.swift, UIStackView+arrangedSubviewAtIndexTests.swift, UIStackView+hierarchyTests.swift (in target 'DHDeclarableTests' from project 'DHDeclarable')
SwiftDriverJobDiscovery normal arm64 Compiling DHDStackTests.swift, DHDViewControllerTests.swift, DHDViewTests.swift (in target 'DHDeclarableTests' from project 'DHDeclarable')
SwiftDriverJobDiscovery normal arm64 Compiling UILabel+StyleTests.swift, UIStackView+AxisTests.swift, UIStackView+LayoutTests.swift (in target 'DHDeclarableTests' from project 'DHDeclarable')
RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/DHDeclarable.o (in target 'DHDeclarable' from project 'DHDeclarable')
cd /Users/admin/builder/spi-builder-workspace
builtin-RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/DHDeclarable.o
ProcessInfoPlistFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/DHDeclarableTests.xctest/Info.plist /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DHDeclarable.build/Debug-iphoneos/DHDeclarableTests.build/empty-DHDeclarableTests.plist (in target 'DHDeclarableTests' from project 'DHDeclarable')
cd /Users/admin/builder/spi-builder-workspace
builtin-infoPlistUtility /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DHDeclarable.build/Debug-iphoneos/DHDeclarableTests.build/empty-DHDeclarableTests.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/DHDeclarableTests.xctest/Info.plist
SwiftDriverJobDiscovery normal arm64 Compiling DHDTwoLabelRowComponentTests.swift, DHDLabelTests.swift, DHDScrollViewTests.swift (in target 'DHDeclarableTests' from project 'DHDeclarable')
SwiftDriver\ Compilation DHDeclarableTests normal arm64 com.apple.xcode.tools.swift.compiler (in target 'DHDeclarableTests' from project 'DHDeclarable')
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 DHDeclarableTests -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DHDeclarable.build/Debug-iphoneos/DHDeclarableTests.build/Objects-normal/arm64/DHDeclarableTests.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -DXcode -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-ios13.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 -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/DHDeclarable.build/Debug-iphoneos/DHDeclarableTests.build/Objects-normal/arm64/DHDeclarableTests-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/DHDeclarable.build/Debug-iphoneos/DHDeclarableTests.build/Objects-normal/arm64/DHDeclarableTests.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/DHDeclarable.build/Debug-iphoneos/DHDeclarableTests.build/Objects-normal/arm64/DHDeclarableTests_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/DHDeclarable.build/Debug-iphoneos/DHDeclarableTests.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DHDeclarable.build/Debug-iphoneos/DHDeclarableTests.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DHDeclarable.build/Debug-iphoneos/DHDeclarableTests.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/DHDeclarableTests.xctest/DHDeclarableTests normal (in target 'DHDeclarableTests' from project 'DHDeclarable')
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-ios13.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/DHDeclarable.build/Debug-iphoneos/DHDeclarableTests.build/Objects-normal/arm64/DHDeclarableTests.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/DHDeclarable.build/Debug-iphoneos/DHDeclarableTests.build/Objects-normal/arm64/DHDeclarableTests_lto.o -rdynamic -Xlinker -no_deduplicate -Xlinker -debug_variant -Xlinker -dependency_info -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DHDeclarable.build/Debug-iphoneos/DHDeclarableTests.build/Objects-normal/arm64/DHDeclarableTests_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/DHDeclarable.build/Debug-iphoneos/DHDeclarableTests.build/Objects-normal/arm64/DHDeclarableTests.swiftmodule -Wl,-no_warn_duplicate_libraries -framework XCTest -lXCTestSwiftSupport -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/DHDeclarableTests.xctest/DHDeclarableTests -Xlinker -add_ast_path -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DHDeclarable.build/Debug-iphoneos/DHDeclarable.build/Objects-normal/arm64/DHDeclarable.swiftmodule
CopySwiftLibs /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/DHDeclarableTests.xctest (in target 'DHDeclarableTests' from project 'DHDeclarable')
cd /Users/admin/builder/spi-builder-workspace
builtin-swiftStdLibTool --copy --verbose --scan-executable /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/DHDeclarableTests.xctest/DHDeclarableTests --scan-folder /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/DHDeclarableTests.xctest/Frameworks --scan-folder /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/DHDeclarableTests.xctest/PlugIns --scan-folder /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/DHDeclarableTests.xctest/SystemExtensions --scan-folder /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/DHDeclarableTests.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/DHDeclarableTests.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/DHDeclarable.build/Debug-iphoneos/DHDeclarableTests.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/DHDeclarableTests.xctest/Frameworks/libswift_Concurrency.dylib
ExtractAppIntentsMetadata (in target 'DHDeclarableTests' from project 'DHDeclarable')
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 DHDeclarableTests --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 13.0 --bundle-identifier spi-builder-workspace.DHDeclarableTests --output /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/DHDeclarableTests.xctest --target-triple arm64-apple-ios13.0 --binary-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/DHDeclarableTests.xctest/DHDeclarableTests --dependency-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DHDeclarable.build/Debug-iphoneos/DHDeclarableTests.build/Objects-normal/arm64/DHDeclarableTests_dependency_info.dat --stringsdata-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DHDeclarable.build/Debug-iphoneos/DHDeclarableTests.build/Objects-normal/arm64/ExtractedAppShortcutsMetadata.stringsdata --source-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DHDeclarable.build/Debug-iphoneos/DHDeclarableTests.build/Objects-normal/arm64/DHDeclarableTests.SwiftFileList --metadata-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DHDeclarable.build/Debug-iphoneos/DHDeclarableTests.build/DHDeclarableTests.DependencyMetadataFileList --static-metadata-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DHDeclarable.build/Debug-iphoneos/DHDeclarableTests.build/DHDeclarableTests.DependencyStaticMetadataFileList --swift-const-vals-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DHDeclarable.build/Debug-iphoneos/DHDeclarableTests.build/Objects-normal/arm64/DHDeclarableTests.SwiftConstValuesFileList --compile-time-extraction --deployment-aware-processing --validate-assistant-intents --no-app-shortcuts-localization
2025-05-08 14:23:20.082 appintentsmetadataprocessor[1617:8915] Starting appintentsmetadataprocessor export
2025-05-08 14:23:20.084 appintentsmetadataprocessor[1617:8915] warning: Metadata extraction skipped. No AppIntents.framework dependency found.
GenerateDSYMFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/DHDeclarableTests.xctest.dSYM /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/DHDeclarableTests.xctest/DHDeclarableTests (in target 'DHDeclarableTests' from project 'DHDeclarable')
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/DHDeclarableTests.xctest/DHDeclarableTests -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/DHDeclarableTests.xctest.dSYM
AppIntentsSSUTraining (in target 'DHDeclarableTests' from project 'DHDeclarable')
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/DHDeclarableTests.xctest/Info.plist --temp-dir-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DHDeclarable.build/Debug-iphoneos/DHDeclarableTests.build/ssu --bundle-id spi-builder-workspace.DHDeclarableTests --product-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/DHDeclarableTests.xctest --extracted-metadata-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/DHDeclarableTests.xctest/Metadata.appintents --metadata-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DHDeclarable.build/Debug-iphoneos/DHDeclarableTests.build/DHDeclarableTests.DependencyMetadataFileList --archive-ssu-assets
2025-05-08 14:23:20.114 appintentsnltrainingprocessor[1619:8917] Parsing options for appintentsnltrainingprocessor
2025-05-08 14:23:20.115 appintentsnltrainingprocessor[1619:8917] No AppShortcuts found - Skipping.
RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/DHDeclarableTests.xctest (in target 'DHDeclarableTests' from project 'DHDeclarable')
cd /Users/admin/builder/spi-builder-workspace
builtin-RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/DHDeclarableTests.xctest
Touch /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/DHDeclarableTests.xctest (in target 'DHDeclarableTests' from project 'DHDeclarable')
cd /Users/admin/builder/spi-builder-workspace
/usr/bin/touch -c /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/DHDeclarableTests.xctest
** BUILD SUCCEEDED **
Build complete.
{
"dependencies" : [
{
"identity" : "komondor",
"requirement" : {
"range" : [
{
"lower_bound" : "1.0.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/shibapm/Komondor.git"
}
],
"manifest_display_name" : "DHDeclarable",
"name" : "DHDeclarable",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "ios",
"version" : "12.0"
}
],
"products" : [
{
"name" : "DHDeclarable",
"targets" : [
"DHDeclarable"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "DHDeclarableTests",
"module_type" : "SwiftTarget",
"name" : "DHDeclarableTests",
"path" : "Tests/DHDeclarableTests",
"sources" : [
"ClassTests/DHComponentTests/DHDTwoLabelRowComponentTests.swift",
"ClassTests/DHDLabelTests/DHDLabelTests.swift",
"ClassTests/DHDScrollViewTests/DHDScrollViewTests.swift",
"ClassTests/DHDStackTests/DHDStackTests.swift",
"ClassTests/DHDViewControllerTests/DHDViewControllerTests.swift",
"ClassTests/DHDViewTests/DHDViewTests.swift",
"DHDeclarable+ValueTypeTests.swift",
"DHDeclarable+declaredIfTests.swift",
"ExtensionTests/Collection+optionalTests.swift",
"ExtensionTests/StringTests/String+asLabelTests.swift",
"ExtensionTests/StringTests/String+inQuotesTests.swift",
"ExtensionTests/UIKitTests/UIKit+DHDStringRepresentableTests.swift",
"ExtensionTests/UIKitTests/UILabelTests/UILabel+StyleTests.swift",
"ExtensionTests/UIKitTests/UIStackViewTests/UIStackView+AxisTests.swift",
"ExtensionTests/UIKitTests/UIStackViewTests/UIStackView+LayoutTests.swift",
"ExtensionTests/UIKitTests/UIStackViewTests/UIStackView+RecursiveTests.swift",
"ExtensionTests/UIKitTests/UIStackViewTests/UIStackView+arrangedSubviewAtIndexTests.swift",
"ExtensionTests/UIKitTests/UIStackViewTests/UIStackView+hierarchyTests.swift",
"ExtensionTests/UIKitTests/UIStackViewTests/UIStackView+removeAllArrangedSubviewsTests.swift",
"ExtensionTests/UIKitTests/UIViewControllerTests/UIViewController+asTests.swift",
"ExtensionTests/UIKitTests/UIViewTests/UIView+StyleTests.swift",
"ExtensionTests/UIKitTests/UIViewTests/UIView+addDividerTests.swift",
"ExtensionTests/UIKitTests/UIViewTests/UIView+centerTests.swift",
"ExtensionTests/UIKitTests/UIViewTests/UIView+declaredWithRedLinesTests.swift",
"ExtensionTests/UIKitTests/UIViewTests/UIView+roundedTests.swift",
"ExtensionTests/UIKitTests/UIViewTests/UIView+tagTests.swift",
"PreviewTests/PreviewTests.swift",
"PropertyWrapperTests/ResettableLazyTests.swift"
],
"target_dependencies" : [
"DHDeclarable"
],
"type" : "test"
},
{
"c99name" : "DHDeclarable",
"module_type" : "SwiftTarget",
"name" : "DHDeclarable",
"path" : "Sources/DHDeclarable",
"product_memberships" : [
"DHDeclarable"
],
"sources" : [
"Classes/DHDComponent/BaseClasses/DHDComponentable.swift",
"Classes/DHDComponent/BaseClasses/DHDStackViewComponent.swift",
"Classes/DHDComponent/BaseClasses/DHDViewComponent.swift",
"Classes/DHDComponent/DHDTwoLabelRowComponent.swift",
"Classes/DHDLabel/DHDLabel.swift",
"Classes/DHDScrollView/DHDScrollView.swift",
"Classes/DHDStack/DHDHStack.swift",
"Classes/DHDStack/DHDStack.swift",
"Classes/DHDStack/DHDVStack.swift",
"Classes/DHDView/DHDView+divider.swift",
"Classes/DHDView/DHDView+spacer.swift",
"Classes/DHDView/DHDView.swift",
"Classes/DHDViewController/DHDViewController.swift",
"Classes/DHDViewController/DHDViewControllerContentRenderingMode.swift",
"Classes/DHDViewController/DHDViewControlling.swift",
"DHDIdentifier.swift",
"DHDeclarable.swift",
"Extensions/Collection+optional.swift",
"Extensions/String/String+asLabel.swift",
"Extensions/String/String+inQuotes.swift",
"Extensions/UIKit/UIKit+DHDStringRepresentable.swift",
"Extensions/UIKit/UILabel/UILabel+Style.swift",
"Extensions/UIKit/UIStackView/UIStackView+Layout.swift",
"Extensions/UIKit/UIStackView/UIStackView+Rrecursive.swift",
"Extensions/UIKit/UIStackView/UIStackView+arrangedSubviewAtIndex.swift",
"Extensions/UIKit/UIStackView/UIStackView+forEach.swift",
"Extensions/UIKit/UIStackView/UIStackView+removeAllArrangedSubviews.swift",
"Extensions/UIKit/UIView/UIView+Divider.swift",
"Extensions/UIKit/UIView/UIView+Style.swift",
"Extensions/UIKit/UIView/UIView+as.swift",
"Extensions/UIKit/UIView/UIView+center.swift",
"Extensions/UIKit/UIView/UIView+declaredWithRedLines.swift",
"Extensions/UIKit/UIView/UIView+pin.swift",
"Extensions/UIKit/UIView/UIView+rounded.swift",
"Extensions/UIKit/UIView/UIView+tag.swift",
"Extensions/UIKit/UIViewController/UIViewController+as.swift",
"Previews/UIView+Preview.swift",
"Previews/UIViewController+Preview.swift",
"PropertyWrappers/ResettableLazy.swift",
"Protocols/DHDStringRepresentable.swift"
],
"type" : "library"
}
],
"tools_version" : "5.0"
}
Done.