The Swift Package Index logo.Swift Package Index

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

Build Information

Failed to build Styleable, reference main (78f351), with Swift 6.0 for watchOS using Xcode 16.0 on 1 Nov 2024 22:25:33 UTC.

Build Command

env DEVELOPER_DIR=/Applications/Xcode-16.1.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme Styleable -destination generic/platform=watchOS OTHER_SWIFT_FLAGS=-stats-output-dir .stats -strict-concurrency=complete

Build Log

                                                                      ^~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/Styleable/UIKit+Additions/UIView+Styleable.swift:121:101: error: cannot find type 'NSLayoutDimension' in scope
                                             lessThanOrEqualTo anchor: @autoclosure @escaping () -> NSLayoutDimension,
                                                                                                    ^~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/Styleable/UIKit+Additions/UIView+Styleable.swift:123:59: error: cannot find type 'UILayoutPriority' in scope
                                             at priority: UILayoutPriority = .required) -> Self {
                                                          ^~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/Styleable/UIKit+Additions/UIView+Styleable.swift:138:71: error: cannot find type 'NSLayoutDimension' in scope
    @discardableResult public func constrain(_ keyPath: KeyPath<Self, NSLayoutDimension>,
                                                                      ^~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/Styleable/UIKit+Additions/UIView+Styleable.swift:140:59: error: cannot find type 'UILayoutPriority' in scope
                                             at priority: UILayoutPriority = .required) -> Self {
                                                          ^~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/Styleable/UIKit+Additions/UIView+Styleable.swift:153:71: error: cannot find type 'NSLayoutDimension' in scope
    @discardableResult public func constrain(_ keyPath: KeyPath<Self, NSLayoutDimension>,
                                                                      ^~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/Styleable/UIKit+Additions/UIView+Styleable.swift:155:59: error: cannot find type 'UILayoutPriority' in scope
                                             at priority: UILayoutPriority = .required) -> Self {
                                                          ^~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/Styleable/UIKit+Additions/UIView+Styleable.swift:168:71: error: cannot find type 'NSLayoutDimension' in scope
    @discardableResult public func constrain(_ keyPath: KeyPath<Self, NSLayoutDimension>,
                                                                      ^~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/Styleable/UIKit+Additions/UIView+Styleable.swift:170:59: error: cannot find type 'UILayoutPriority' in scope
                                             at priority: UILayoutPriority = .required) -> Self {
                                                          ^~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/Styleable/UIKit+Additions/UIView+Styleable.swift:176:87: error: cannot find type 'NSLayoutConstraint' in scope
    private func activateConstraint(_ constraintBuilder: @escaping @autoclosure () -> NSLayoutConstraint, priority: UILayoutPriority, onNextRunLoop: Bool = false) -> Self {
                                                                                      ^~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/Styleable/UIKit+Additions/UIView+Styleable.swift:176:58: error: @escaping attribute only applies to function types
    private func activateConstraint(_ constraintBuilder: @escaping @autoclosure () -> NSLayoutConstraint, priority: UILayoutPriority, onNextRunLoop: Bool = false) -> Self {
                                                         ^~~~~~~~~~

/Users/admin/builder/spi-builder-workspace/Sources/Styleable/UIKit+Additions/UIView+Styleable.swift:176:117: error: cannot find type 'UILayoutPriority' in scope
    private func activateConstraint(_ constraintBuilder: @escaping @autoclosure () -> NSLayoutConstraint, priority: UILayoutPriority, onNextRunLoop: Bool = false) -> Self {
                                                                                                                    ^~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/Styleable/UIKit+Additions/UIView+Styleable.swift:194:67: error: cannot find type 'NSLayoutDimension' in scope
    @discardableResult public func fixed(_ keyPath: KeyPath<Self, NSLayoutDimension>, _ relation: NSLayoutConstraint.Relation = .equal, value: CGFloat, at priority: UILayoutPriority = .required) -> Self {
                                                                  ^~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/Styleable/UIKit+Additions/UIView+Styleable.swift:194:99: error: cannot find type 'NSLayoutConstraint' in scope
    @discardableResult public func fixed(_ keyPath: KeyPath<Self, NSLayoutDimension>, _ relation: NSLayoutConstraint.Relation = .equal, value: CGFloat, at priority: UILayoutPriority = .required) -> Self {
                                                                                                  ^~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/Styleable/UIKit+Additions/UIView+Styleable.swift:194:166: error: cannot find type 'UILayoutPriority' in scope
    @discardableResult public func fixed(_ keyPath: KeyPath<Self, NSLayoutDimension>, _ relation: NSLayoutConstraint.Relation = .equal, value: CGFloat, at priority: UILayoutPriority = .required) -> Self {
                                                                                                                                                                     ^~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/Styleable/UIKit+Additions/UIView+Styleable.swift:199:74: error: cannot find type 'NSLayoutDimension' in scope
    @discardableResult public func proportional(_ keyPath: KeyPath<Self, NSLayoutDimension>, _ relation: NSLayoutConstraint.Relation = .equal, to anchor: @autoclosure @escaping () -> NSLayoutDimension, multiplier: CGFloat = 1.0, at priority: UILayoutPriority = .required) -> Self {
                                                                         ^~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/Styleable/UIKit+Additions/UIView+Styleable.swift:199:106: error: cannot find type 'NSLayoutConstraint' in scope
    @discardableResult public func proportional(_ keyPath: KeyPath<Self, NSLayoutDimension>, _ relation: NSLayoutConstraint.Relation = .equal, to anchor: @autoclosure @escaping () -> NSLayoutDimension, multiplier: CGFloat = 1.0, at priority: UILayoutPriority = .required) -> Self {
                                                                                                         ^~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/Styleable/UIKit+Additions/UIView+Styleable.swift:199:184: error: cannot find type 'NSLayoutDimension' in scope
    @discardableResult public func proportional(_ keyPath: KeyPath<Self, NSLayoutDimension>, _ relation: NSLayoutConstraint.Relation = .equal, to anchor: @autoclosure @escaping () -> NSLayoutDimension, multiplier: CGFloat = 1.0, at priority: UILayoutPriority = .required) -> Self {
                                                                                                                                                                                       ^~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/Styleable/UIKit+Additions/UIView+Styleable.swift:199:243: error: cannot find type 'UILayoutPriority' in scope
    @discardableResult public func proportional(_ keyPath: KeyPath<Self, NSLayoutDimension>, _ relation: NSLayoutConstraint.Relation = .equal, to anchor: @autoclosure @escaping () -> NSLayoutDimension, multiplier: CGFloat = 1.0, at priority: UILayoutPriority = .required) -> Self {
                                                                                                                                                                                                                                                  ^~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/Styleable/UIKit+Additions/UIVisualEffectsView+DSL.swift:11:11: error: cannot find type 'UIVisualEffectView' in scope
extension UIVisualEffectView {
          ^~~~~~~~~~~~~~~~~~
SwiftCompile normal armv7k Compiling\ VScrollView.swift,\ HStackView.swift /Users/admin/builder/spi-builder-workspace/Sources/Styleable/Scrolls/VScrollView.swift /Users/admin/builder/spi-builder-workspace/Sources/Styleable/Stacks/HStackView.swift (in target 'Styleable' from project 'Styleable')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-swiftTaskExecution -- /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift-frontend -frontend -c /Users/admin/builder/spi-builder-workspace/Sources/Styleable/DSL/ArrayBuilder.swift /Users/admin/builder/spi-builder-workspace/Sources/Styleable/Layout/LayoutGuide.swift /Users/admin/builder/spi-builder-workspace/Sources/Styleable/Layout/NSLayoutConstraint+DSL.swift /Users/admin/builder/spi-builder-workspace/Sources/Styleable/Layout/Padding.swift /Users/admin/builder/spi-builder-workspace/Sources/Styleable/Layout/UIView+Layout.swift /Users/admin/builder/spi-builder-workspace/Sources/Styleable/Scrolls/HScrollView.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/Styleable/Scrolls/VScrollView.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/Styleable/Stacks/HStackView.swift /Users/admin/builder/spi-builder-workspace/Sources/Styleable/Stacks/VStackView.swift /Users/admin/builder/spi-builder-workspace/Sources/Styleable/Stacks/ZStackView.swift /Users/admin/builder/spi-builder-workspace/Sources/Styleable/Style/Style.swift /Users/admin/builder/spi-builder-workspace/Sources/Styleable/Styleable.swift /Users/admin/builder/spi-builder-workspace/Sources/Styleable/UIKit+Additions/StyleableControl.swift /Users/admin/builder/spi-builder-workspace/Sources/Styleable/UIKit+Additions/StyleableView.swift /Users/admin/builder/spi-builder-workspace/Sources/Styleable/UIKit+Additions/UIControl+Additions.swift /Users/admin/builder/spi-builder-workspace/Sources/Styleable/UIKit+Additions/UIEdgeInsets+Additions.swift /Users/admin/builder/spi-builder-workspace/Sources/Styleable/UIKit+Additions/UIView+Styleable.swift /Users/admin/builder/spi-builder-workspace/Sources/Styleable/UIKit+Additions/UIVisualEffectsView+DSL.swift -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Styleable.build/Debug-watchos/Styleable.build/Objects-normal/armv7k/VScrollView.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Styleable.build/Debug-watchos/Styleable.build/Objects-normal/armv7k/VScrollView.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Styleable.build/Debug-watchos/Styleable.build/Objects-normal/armv7k/VScrollView.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Styleable.build/Debug-watchos/Styleable.build/Objects-normal/armv7k/VScrollView.dia -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Styleable.build/Debug-watchos/Styleable.build/Objects-normal/armv7k/HStackView.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Styleable.build/Debug-watchos/Styleable.build/Objects-normal/armv7k/HStackView.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Styleable.build/Debug-watchos/Styleable.build/Objects-normal/armv7k/HStackView.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Styleable.build/Debug-watchos/Styleable.build/Objects-normal/armv7k/HStackView.dia -target armv7k-apple-watchos5.0 -enable-objc-interop -sdk /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.1.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -I /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.1.sdk/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -debug-info-format\=dwarf -dwarf-version\=4 -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -profile-generate -profile-coverage-mapping -swift-version 5 -enforce-exclusivity\=checked -stats-output-dir /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode/.stats -Onone -D SWIFT_PACKAGE -D DEBUG -serialize-debugging-options -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Styleable.build/Debug-watchos/Styleable.build/Objects-normal/armv7k/Styleable_const_extract_protocols.json -enable-experimental-feature DebugDescriptionMacro -enable-experimental-feature OpaqueTypeErasure -strict-concurrency\=complete -empty-abi-descriptor -plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -resource-dir /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -file-compilation-dir /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -Xcc -D_LIBCPP_HARDENING_MODE\=_LIBCPP_HARDENING_MODE_DEBUG -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos11.1-22R574-7b9df0bda16bb4641b33636c68f04660.sdkstatcache -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Styleable.build/Debug-watchos/Styleable.build/swift-overrides.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Styleable.build/Debug-watchos/Styleable.build/DerivedSources-normal/armv7k -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Styleable.build/Debug-watchos/Styleable.build/DerivedSources/armv7k -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Styleable.build/Debug-watchos/Styleable.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name Styleable -frontend-parseable-output -disable-clang-spi -target-sdk-version 11.1 -target-sdk-name watchos11.1 -external-plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/local/lib/swift/host/plugins -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Styleable.build/Debug-watchos/Styleable.build/Objects-normal/armv7k/VScrollView.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Styleable.build/Debug-watchos/Styleable.build/Objects-normal/armv7k/HStackView.o -index-unit-output-path /Styleable.build/Debug-watchos/Styleable.build/Objects-normal/armv7k/VScrollView.o -index-unit-output-path /Styleable.build/Debug-watchos/Styleable.build/Objects-normal/armv7k/HStackView.o -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/Styleable/Scrolls/VScrollView.swift (in target 'Styleable' from project 'Styleable')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift-frontend -c /Users/admin/builder/spi-builder-workspace/Sources/Styleable/DSL/ArrayBuilder.swift /Users/admin/builder/spi-builder-workspace/Sources/Styleable/Layout/LayoutGuide.swift /Users/admin/builder/spi-builder-workspace/Sources/Styleable/Layout/NSLayoutConstraint+DSL.swift /Users/admin/builder/spi-builder-workspace/Sources/Styleable/Layout/Padding.swift /Users/admin/builder/spi-builder-workspace/Sources/Styleable/Layout/UIView+Layout.swift /Users/admin/builder/spi-builder-workspace/Sources/Styleable/Scrolls/HScrollView.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/Styleable/Scrolls/VScrollView.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/Styleable/Stacks/HStackView.swift /Users/admin/builder/spi-builder-workspace/Sources/Styleable/Stacks/VStackView.swift /Users/admin/builder/spi-builder-workspace/Sources/Styleable/Stacks/ZStackView.swift /Users/admin/builder/spi-builder-workspace/Sources/Styleable/Style/Style.swift /Users/admin/builder/spi-builder-workspace/Sources/Styleable/Styleable.swift /Users/admin/builder/spi-builder-workspace/Sources/Styleable/UIKit+Additions/StyleableControl.swift /Users/admin/builder/spi-builder-workspace/Sources/Styleable/UIKit+Additions/StyleableView.swift /Users/admin/builder/spi-builder-workspace/Sources/Styleable/UIKit+Additions/UIControl+Additions.swift /Users/admin/builder/spi-builder-workspace/Sources/Styleable/UIKit+Additions/UIEdgeInsets+Additions.swift /Users/admin/builder/spi-builder-workspace/Sources/Styleable/UIKit+Additions/UIView+Styleable.swift /Users/admin/builder/spi-builder-workspace/Sources/Styleable/UIKit+Additions/UIVisualEffectsView+DSL.swift -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Styleable.build/Debug-watchos/Styleable.build/Objects-normal/armv7k/VScrollView.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Styleable.build/Debug-watchos/Styleable.build/Objects-normal/armv7k/VScrollView.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Styleable.build/Debug-watchos/Styleable.build/Objects-normal/armv7k/VScrollView.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Styleable.build/Debug-watchos/Styleable.build/Objects-normal/armv7k/VScrollView.dia -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Styleable.build/Debug-watchos/Styleable.build/Objects-normal/armv7k/HStackView.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Styleable.build/Debug-watchos/Styleable.build/Objects-normal/armv7k/HStackView.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Styleable.build/Debug-watchos/Styleable.build/Objects-normal/armv7k/HStackView.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Styleable.build/Debug-watchos/Styleable.build/Objects-normal/armv7k/HStackView.dia -target armv7k-apple-watchos5.0 -enable-objc-interop -sdk /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.1.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -I /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.1.sdk/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -debug-info-format\=dwarf -dwarf-version\=4 -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -profile-generate -profile-coverage-mapping -swift-version 5 -enforce-exclusivity\=checked -stats-output-dir /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode/.stats -Onone -D SWIFT_PACKAGE -D DEBUG -serialize-debugging-options -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Styleable.build/Debug-watchos/Styleable.build/Objects-normal/armv7k/Styleable_const_extract_protocols.json -enable-experimental-feature DebugDescriptionMacro -enable-experimental-feature OpaqueTypeErasure -strict-concurrency\=complete -empty-abi-descriptor -plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -resource-dir /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -file-compilation-dir /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -Xcc -D_LIBCPP_HARDENING_MODE\=_LIBCPP_HARDENING_MODE_DEBUG -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos11.1-22R574-7b9df0bda16bb4641b33636c68f04660.sdkstatcache -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Styleable.build/Debug-watchos/Styleable.build/swift-overrides.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Styleable.build/Debug-watchos/Styleable.build/DerivedSources-normal/armv7k -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Styleable.build/Debug-watchos/Styleable.build/DerivedSources/armv7k -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Styleable.build/Debug-watchos/Styleable.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name Styleable -frontend-parseable-output -disable-clang-spi -target-sdk-version 11.1 -target-sdk-name watchos11.1 -external-plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/local/lib/swift/host/plugins -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Styleable.build/Debug-watchos/Styleable.build/Objects-normal/armv7k/VScrollView.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Styleable.build/Debug-watchos/Styleable.build/Objects-normal/armv7k/HStackView.o -index-unit-output-path /Styleable.build/Debug-watchos/Styleable.build/Objects-normal/armv7k/VScrollView.o -index-unit-output-path /Styleable.build/Debug-watchos/Styleable.build/Objects-normal/armv7k/HStackView.o -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/Styleable/Stacks/HStackView.swift (in target 'Styleable' from project 'Styleable')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift-frontend -c /Users/admin/builder/spi-builder-workspace/Sources/Styleable/DSL/ArrayBuilder.swift /Users/admin/builder/spi-builder-workspace/Sources/Styleable/Layout/LayoutGuide.swift /Users/admin/builder/spi-builder-workspace/Sources/Styleable/Layout/NSLayoutConstraint+DSL.swift /Users/admin/builder/spi-builder-workspace/Sources/Styleable/Layout/Padding.swift /Users/admin/builder/spi-builder-workspace/Sources/Styleable/Layout/UIView+Layout.swift /Users/admin/builder/spi-builder-workspace/Sources/Styleable/Scrolls/HScrollView.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/Styleable/Scrolls/VScrollView.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/Styleable/Stacks/HStackView.swift /Users/admin/builder/spi-builder-workspace/Sources/Styleable/Stacks/VStackView.swift /Users/admin/builder/spi-builder-workspace/Sources/Styleable/Stacks/ZStackView.swift /Users/admin/builder/spi-builder-workspace/Sources/Styleable/Style/Style.swift /Users/admin/builder/spi-builder-workspace/Sources/Styleable/Styleable.swift /Users/admin/builder/spi-builder-workspace/Sources/Styleable/UIKit+Additions/StyleableControl.swift /Users/admin/builder/spi-builder-workspace/Sources/Styleable/UIKit+Additions/StyleableView.swift /Users/admin/builder/spi-builder-workspace/Sources/Styleable/UIKit+Additions/UIControl+Additions.swift /Users/admin/builder/spi-builder-workspace/Sources/Styleable/UIKit+Additions/UIEdgeInsets+Additions.swift /Users/admin/builder/spi-builder-workspace/Sources/Styleable/UIKit+Additions/UIView+Styleable.swift /Users/admin/builder/spi-builder-workspace/Sources/Styleable/UIKit+Additions/UIVisualEffectsView+DSL.swift -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Styleable.build/Debug-watchos/Styleable.build/Objects-normal/armv7k/VScrollView.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Styleable.build/Debug-watchos/Styleable.build/Objects-normal/armv7k/VScrollView.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Styleable.build/Debug-watchos/Styleable.build/Objects-normal/armv7k/VScrollView.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Styleable.build/Debug-watchos/Styleable.build/Objects-normal/armv7k/VScrollView.dia -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Styleable.build/Debug-watchos/Styleable.build/Objects-normal/armv7k/HStackView.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Styleable.build/Debug-watchos/Styleable.build/Objects-normal/armv7k/HStackView.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Styleable.build/Debug-watchos/Styleable.build/Objects-normal/armv7k/HStackView.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Styleable.build/Debug-watchos/Styleable.build/Objects-normal/armv7k/HStackView.dia -target armv7k-apple-watchos5.0 -enable-objc-interop -sdk /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.1.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -I /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.1.sdk/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -debug-info-format\=dwarf -dwarf-version\=4 -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -profile-generate -profile-coverage-mapping -swift-version 5 -enforce-exclusivity\=checked -stats-output-dir /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode/.stats -Onone -D SWIFT_PACKAGE -D DEBUG -serialize-debugging-options -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Styleable.build/Debug-watchos/Styleable.build/Objects-normal/armv7k/Styleable_const_extract_protocols.json -enable-experimental-feature DebugDescriptionMacro -enable-experimental-feature OpaqueTypeErasure -strict-concurrency\=complete -empty-abi-descriptor -plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -resource-dir /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -file-compilation-dir /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -Xcc -D_LIBCPP_HARDENING_MODE\=_LIBCPP_HARDENING_MODE_DEBUG -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos11.1-22R574-7b9df0bda16bb4641b33636c68f04660.sdkstatcache -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Styleable.build/Debug-watchos/Styleable.build/swift-overrides.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Styleable.build/Debug-watchos/Styleable.build/DerivedSources-normal/armv7k -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Styleable.build/Debug-watchos/Styleable.build/DerivedSources/armv7k -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Styleable.build/Debug-watchos/Styleable.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name Styleable -frontend-parseable-output -disable-clang-spi -target-sdk-version 11.1 -target-sdk-name watchos11.1 -external-plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/local/lib/swift/host/plugins -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Styleable.build/Debug-watchos/Styleable.build/Objects-normal/armv7k/VScrollView.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Styleable.build/Debug-watchos/Styleable.build/Objects-normal/armv7k/HStackView.o -index-unit-output-path /Styleable.build/Debug-watchos/Styleable.build/Objects-normal/armv7k/VScrollView.o -index-unit-output-path /Styleable.build/Debug-watchos/Styleable.build/Objects-normal/armv7k/HStackView.o -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
SwiftCompile normal armv7k Compiling\ NSLayoutConstraint+DSL.swift,\ Padding.swift /Users/admin/builder/spi-builder-workspace/Sources/Styleable/Layout/NSLayoutConstraint+DSL.swift /Users/admin/builder/spi-builder-workspace/Sources/Styleable/Layout/Padding.swift (in target 'Styleable' from project 'Styleable')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-swiftTaskExecution -- /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift-frontend -frontend -c /Users/admin/builder/spi-builder-workspace/Sources/Styleable/DSL/ArrayBuilder.swift /Users/admin/builder/spi-builder-workspace/Sources/Styleable/Layout/LayoutGuide.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/Styleable/Layout/NSLayoutConstraint+DSL.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/Styleable/Layout/Padding.swift /Users/admin/builder/spi-builder-workspace/Sources/Styleable/Layout/UIView+Layout.swift /Users/admin/builder/spi-builder-workspace/Sources/Styleable/Scrolls/HScrollView.swift /Users/admin/builder/spi-builder-workspace/Sources/Styleable/Scrolls/VScrollView.swift /Users/admin/builder/spi-builder-workspace/Sources/Styleable/Stacks/HStackView.swift /Users/admin/builder/spi-builder-workspace/Sources/Styleable/Stacks/VStackView.swift /Users/admin/builder/spi-builder-workspace/Sources/Styleable/Stacks/ZStackView.swift /Users/admin/builder/spi-builder-workspace/Sources/Styleable/Style/Style.swift /Users/admin/builder/spi-builder-workspace/Sources/Styleable/Styleable.swift /Users/admin/builder/spi-builder-workspace/Sources/Styleable/UIKit+Additions/StyleableControl.swift /Users/admin/builder/spi-builder-workspace/Sources/Styleable/UIKit+Additions/StyleableView.swift /Users/admin/builder/spi-builder-workspace/Sources/Styleable/UIKit+Additions/UIControl+Additions.swift /Users/admin/builder/spi-builder-workspace/Sources/Styleable/UIKit+Additions/UIEdgeInsets+Additions.swift /Users/admin/builder/spi-builder-workspace/Sources/Styleable/UIKit+Additions/UIView+Styleable.swift /Users/admin/builder/spi-builder-workspace/Sources/Styleable/UIKit+Additions/UIVisualEffectsView+DSL.swift -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Styleable.build/Debug-watchos/Styleable.build/Objects-normal/armv7k/NSLayoutConstraint+DSL.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Styleable.build/Debug-watchos/Styleable.build/Objects-normal/armv7k/NSLayoutConstraint+DSL.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Styleable.build/Debug-watchos/Styleable.build/Objects-normal/armv7k/NSLayoutConstraint+DSL.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Styleable.build/Debug-watchos/Styleable.build/Objects-normal/armv7k/NSLayoutConstraint+DSL.dia -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Styleable.build/Debug-watchos/Styleable.build/Objects-normal/armv7k/Padding.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Styleable.build/Debug-watchos/Styleable.build/Objects-normal/armv7k/Padding.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Styleable.build/Debug-watchos/Styleable.build/Objects-normal/armv7k/Padding.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Styleable.build/Debug-watchos/Styleable.build/Objects-normal/armv7k/Padding.dia -target armv7k-apple-watchos5.0 -enable-objc-interop -sdk /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.1.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -I /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.1.sdk/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -debug-info-format\=dwarf -dwarf-version\=4 -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -profile-generate -profile-coverage-mapping -swift-version 5 -enforce-exclusivity\=checked -stats-output-dir /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode/.stats -Onone -D SWIFT_PACKAGE -D DEBUG -serialize-debugging-options -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Styleable.build/Debug-watchos/Styleable.build/Objects-normal/armv7k/Styleable_const_extract_protocols.json -enable-experimental-feature DebugDescriptionMacro -enable-experimental-feature OpaqueTypeErasure -strict-concurrency\=complete -empty-abi-descriptor -plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -resource-dir /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -file-compilation-dir /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -Xcc -D_LIBCPP_HARDENING_MODE\=_LIBCPP_HARDENING_MODE_DEBUG -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos11.1-22R574-7b9df0bda16bb4641b33636c68f04660.sdkstatcache -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Styleable.build/Debug-watchos/Styleable.build/swift-overrides.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Styleable.build/Debug-watchos/Styleable.build/DerivedSources-normal/armv7k -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Styleable.build/Debug-watchos/Styleable.build/DerivedSources/armv7k -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Styleable.build/Debug-watchos/Styleable.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name Styleable -frontend-parseable-output -disable-clang-spi -target-sdk-version 11.1 -target-sdk-name watchos11.1 -external-plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/local/lib/swift/host/plugins -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Styleable.build/Debug-watchos/Styleable.build/Objects-normal/armv7k/NSLayoutConstraint+DSL.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Styleable.build/Debug-watchos/Styleable.build/Objects-normal/armv7k/Padding.o -index-unit-output-path /Styleable.build/Debug-watchos/Styleable.build/Objects-normal/armv7k/NSLayoutConstraint+DSL.o -index-unit-output-path /Styleable.build/Debug-watchos/Styleable.build/Objects-normal/armv7k/Padding.o -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/Styleable/Layout/NSLayoutConstraint+DSL.swift (in target 'Styleable' from project 'Styleable')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift-frontend -c /Users/admin/builder/spi-builder-workspace/Sources/Styleable/DSL/ArrayBuilder.swift /Users/admin/builder/spi-builder-workspace/Sources/Styleable/Layout/LayoutGuide.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/Styleable/Layout/NSLayoutConstraint+DSL.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/Styleable/Layout/Padding.swift /Users/admin/builder/spi-builder-workspace/Sources/Styleable/Layout/UIView+Layout.swift /Users/admin/builder/spi-builder-workspace/Sources/Styleable/Scrolls/HScrollView.swift /Users/admin/builder/spi-builder-workspace/Sources/Styleable/Scrolls/VScrollView.swift /Users/admin/builder/spi-builder-workspace/Sources/Styleable/Stacks/HStackView.swift /Users/admin/builder/spi-builder-workspace/Sources/Styleable/Stacks/VStackView.swift /Users/admin/builder/spi-builder-workspace/Sources/Styleable/Stacks/ZStackView.swift /Users/admin/builder/spi-builder-workspace/Sources/Styleable/Style/Style.swift /Users/admin/builder/spi-builder-workspace/Sources/Styleable/Styleable.swift /Users/admin/builder/spi-builder-workspace/Sources/Styleable/UIKit+Additions/StyleableControl.swift /Users/admin/builder/spi-builder-workspace/Sources/Styleable/UIKit+Additions/StyleableView.swift /Users/admin/builder/spi-builder-workspace/Sources/Styleable/UIKit+Additions/UIControl+Additions.swift /Users/admin/builder/spi-builder-workspace/Sources/Styleable/UIKit+Additions/UIEdgeInsets+Additions.swift /Users/admin/builder/spi-builder-workspace/Sources/Styleable/UIKit+Additions/UIView+Styleable.swift /Users/admin/builder/spi-builder-workspace/Sources/Styleable/UIKit+Additions/UIVisualEffectsView+DSL.swift -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Styleable.build/Debug-watchos/Styleable.build/Objects-normal/armv7k/NSLayoutConstraint+DSL.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Styleable.build/Debug-watchos/Styleable.build/Objects-normal/armv7k/NSLayoutConstraint+DSL.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Styleable.build/Debug-watchos/Styleable.build/Objects-normal/armv7k/NSLayoutConstraint+DSL.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Styleable.build/Debug-watchos/Styleable.build/Objects-normal/armv7k/NSLayoutConstraint+DSL.dia -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Styleable.build/Debug-watchos/Styleable.build/Objects-normal/armv7k/Padding.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Styleable.build/Debug-watchos/Styleable.build/Objects-normal/armv7k/Padding.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Styleable.build/Debug-watchos/Styleable.build/Objects-normal/armv7k/Padding.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Styleable.build/Debug-watchos/Styleable.build/Objects-normal/armv7k/Padding.dia -target armv7k-apple-watchos5.0 -enable-objc-interop -sdk /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.1.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -I /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.1.sdk/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -debug-info-format\=dwarf -dwarf-version\=4 -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -profile-generate -profile-coverage-mapping -swift-version 5 -enforce-exclusivity\=checked -stats-output-dir /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode/.stats -Onone -D SWIFT_PACKAGE -D DEBUG -serialize-debugging-options -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Styleable.build/Debug-watchos/Styleable.build/Objects-normal/armv7k/Styleable_const_extract_protocols.json -enable-experimental-feature DebugDescriptionMacro -enable-experimental-feature OpaqueTypeErasure -strict-concurrency\=complete -empty-abi-descriptor -plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -resource-dir /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -file-compilation-dir /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -Xcc -D_LIBCPP_HARDENING_MODE\=_LIBCPP_HARDENING_MODE_DEBUG -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos11.1-22R574-7b9df0bda16bb4641b33636c68f04660.sdkstatcache -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Styleable.build/Debug-watchos/Styleable.build/swift-overrides.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Styleable.build/Debug-watchos/Styleable.build/DerivedSources-normal/armv7k -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Styleable.build/Debug-watchos/Styleable.build/DerivedSources/armv7k -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Styleable.build/Debug-watchos/Styleable.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name Styleable -frontend-parseable-output -disable-clang-spi -target-sdk-version 11.1 -target-sdk-name watchos11.1 -external-plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/local/lib/swift/host/plugins -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Styleable.build/Debug-watchos/Styleable.build/Objects-normal/armv7k/NSLayoutConstraint+DSL.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Styleable.build/Debug-watchos/Styleable.build/Objects-normal/armv7k/Padding.o -index-unit-output-path /Styleable.build/Debug-watchos/Styleable.build/Objects-normal/armv7k/NSLayoutConstraint+DSL.o -index-unit-output-path /Styleable.build/Debug-watchos/Styleable.build/Objects-normal/armv7k/Padding.o -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/Styleable/Layout/Padding.swift (in target 'Styleable' from project 'Styleable')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift-frontend -c /Users/admin/builder/spi-builder-workspace/Sources/Styleable/DSL/ArrayBuilder.swift /Users/admin/builder/spi-builder-workspace/Sources/Styleable/Layout/LayoutGuide.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/Styleable/Layout/NSLayoutConstraint+DSL.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/Styleable/Layout/Padding.swift /Users/admin/builder/spi-builder-workspace/Sources/Styleable/Layout/UIView+Layout.swift /Users/admin/builder/spi-builder-workspace/Sources/Styleable/Scrolls/HScrollView.swift /Users/admin/builder/spi-builder-workspace/Sources/Styleable/Scrolls/VScrollView.swift /Users/admin/builder/spi-builder-workspace/Sources/Styleable/Stacks/HStackView.swift /Users/admin/builder/spi-builder-workspace/Sources/Styleable/Stacks/VStackView.swift /Users/admin/builder/spi-builder-workspace/Sources/Styleable/Stacks/ZStackView.swift /Users/admin/builder/spi-builder-workspace/Sources/Styleable/Style/Style.swift /Users/admin/builder/spi-builder-workspace/Sources/Styleable/Styleable.swift /Users/admin/builder/spi-builder-workspace/Sources/Styleable/UIKit+Additions/StyleableControl.swift /Users/admin/builder/spi-builder-workspace/Sources/Styleable/UIKit+Additions/StyleableView.swift /Users/admin/builder/spi-builder-workspace/Sources/Styleable/UIKit+Additions/UIControl+Additions.swift /Users/admin/builder/spi-builder-workspace/Sources/Styleable/UIKit+Additions/UIEdgeInsets+Additions.swift /Users/admin/builder/spi-builder-workspace/Sources/Styleable/UIKit+Additions/UIView+Styleable.swift /Users/admin/builder/spi-builder-workspace/Sources/Styleable/UIKit+Additions/UIVisualEffectsView+DSL.swift -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Styleable.build/Debug-watchos/Styleable.build/Objects-normal/armv7k/NSLayoutConstraint+DSL.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Styleable.build/Debug-watchos/Styleable.build/Objects-normal/armv7k/NSLayoutConstraint+DSL.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Styleable.build/Debug-watchos/Styleable.build/Objects-normal/armv7k/NSLayoutConstraint+DSL.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Styleable.build/Debug-watchos/Styleable.build/Objects-normal/armv7k/NSLayoutConstraint+DSL.dia -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Styleable.build/Debug-watchos/Styleable.build/Objects-normal/armv7k/Padding.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Styleable.build/Debug-watchos/Styleable.build/Objects-normal/armv7k/Padding.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Styleable.build/Debug-watchos/Styleable.build/Objects-normal/armv7k/Padding.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Styleable.build/Debug-watchos/Styleable.build/Objects-normal/armv7k/Padding.dia -target armv7k-apple-watchos5.0 -enable-objc-interop -sdk /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.1.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -I /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.1.sdk/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -debug-info-format\=dwarf -dwarf-version\=4 -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -profile-generate -profile-coverage-mapping -swift-version 5 -enforce-exclusivity\=checked -stats-output-dir /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode/.stats -Onone -D SWIFT_PACKAGE -D DEBUG -serialize-debugging-options -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Styleable.build/Debug-watchos/Styleable.build/Objects-normal/armv7k/Styleable_const_extract_protocols.json -enable-experimental-feature DebugDescriptionMacro -enable-experimental-feature OpaqueTypeErasure -strict-concurrency\=complete -empty-abi-descriptor -plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -resource-dir /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -file-compilation-dir /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -Xcc -D_LIBCPP_HARDENING_MODE\=_LIBCPP_HARDENING_MODE_DEBUG -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos11.1-22R574-7b9df0bda16bb4641b33636c68f04660.sdkstatcache -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Styleable.build/Debug-watchos/Styleable.build/swift-overrides.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Styleable.build/Debug-watchos/Styleable.build/DerivedSources-normal/armv7k -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Styleable.build/Debug-watchos/Styleable.build/DerivedSources/armv7k -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Styleable.build/Debug-watchos/Styleable.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name Styleable -frontend-parseable-output -disable-clang-spi -target-sdk-version 11.1 -target-sdk-name watchos11.1 -external-plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/local/lib/swift/host/plugins -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Styleable.build/Debug-watchos/Styleable.build/Objects-normal/armv7k/NSLayoutConstraint+DSL.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Styleable.build/Debug-watchos/Styleable.build/Objects-normal/armv7k/Padding.o -index-unit-output-path /Styleable.build/Debug-watchos/Styleable.build/Objects-normal/armv7k/NSLayoutConstraint+DSL.o -index-unit-output-path /Styleable.build/Debug-watchos/Styleable.build/Objects-normal/armv7k/Padding.o -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
SwiftCompile normal armv7k Compiling\ UIView+Styleable.swift /Users/admin/builder/spi-builder-workspace/Sources/Styleable/UIKit+Additions/UIView+Styleable.swift (in target 'Styleable' from project 'Styleable')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-swiftTaskExecution -- /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift-frontend -frontend -c /Users/admin/builder/spi-builder-workspace/Sources/Styleable/DSL/ArrayBuilder.swift /Users/admin/builder/spi-builder-workspace/Sources/Styleable/Layout/LayoutGuide.swift /Users/admin/builder/spi-builder-workspace/Sources/Styleable/Layout/NSLayoutConstraint+DSL.swift /Users/admin/builder/spi-builder-workspace/Sources/Styleable/Layout/Padding.swift /Users/admin/builder/spi-builder-workspace/Sources/Styleable/Layout/UIView+Layout.swift /Users/admin/builder/spi-builder-workspace/Sources/Styleable/Scrolls/HScrollView.swift /Users/admin/builder/spi-builder-workspace/Sources/Styleable/Scrolls/VScrollView.swift /Users/admin/builder/spi-builder-workspace/Sources/Styleable/Stacks/HStackView.swift /Users/admin/builder/spi-builder-workspace/Sources/Styleable/Stacks/VStackView.swift /Users/admin/builder/spi-builder-workspace/Sources/Styleable/Stacks/ZStackView.swift /Users/admin/builder/spi-builder-workspace/Sources/Styleable/Style/Style.swift /Users/admin/builder/spi-builder-workspace/Sources/Styleable/Styleable.swift /Users/admin/builder/spi-builder-workspace/Sources/Styleable/UIKit+Additions/StyleableControl.swift /Users/admin/builder/spi-builder-workspace/Sources/Styleable/UIKit+Additions/StyleableView.swift /Users/admin/builder/spi-builder-workspace/Sources/Styleable/UIKit+Additions/UIControl+Additions.swift /Users/admin/builder/spi-builder-workspace/Sources/Styleable/UIKit+Additions/UIEdgeInsets+Additions.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/Styleable/UIKit+Additions/UIView+Styleable.swift /Users/admin/builder/spi-builder-workspace/Sources/Styleable/UIKit+Additions/UIVisualEffectsView+DSL.swift -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Styleable.build/Debug-watchos/Styleable.build/Objects-normal/armv7k/UIView+Styleable.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Styleable.build/Debug-watchos/Styleable.build/Objects-normal/armv7k/UIView+Styleable.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Styleable.build/Debug-watchos/Styleable.build/Objects-normal/armv7k/UIView+Styleable.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Styleable.build/Debug-watchos/Styleable.build/Objects-normal/armv7k/UIView+Styleable.dia -target armv7k-apple-watchos5.0 -enable-objc-interop -sdk /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.1.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -I /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.1.sdk/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -debug-info-format\=dwarf -dwarf-version\=4 -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -profile-generate -profile-coverage-mapping -swift-version 5 -enforce-exclusivity\=checked -stats-output-dir /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode/.stats -Onone -D SWIFT_PACKAGE -D DEBUG -serialize-debugging-options -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Styleable.build/Debug-watchos/Styleable.build/Objects-normal/armv7k/Styleable_const_extract_protocols.json -enable-experimental-feature DebugDescriptionMacro -enable-experimental-feature OpaqueTypeErasure -strict-concurrency\=complete -empty-abi-descriptor -plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -resource-dir /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -file-compilation-dir /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -Xcc -D_LIBCPP_HARDENING_MODE\=_LIBCPP_HARDENING_MODE_DEBUG -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos11.1-22R574-7b9df0bda16bb4641b33636c68f04660.sdkstatcache -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Styleable.build/Debug-watchos/Styleable.build/swift-overrides.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Styleable.build/Debug-watchos/Styleable.build/DerivedSources-normal/armv7k -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Styleable.build/Debug-watchos/Styleable.build/DerivedSources/armv7k -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Styleable.build/Debug-watchos/Styleable.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name Styleable -frontend-parseable-output -disable-clang-spi -target-sdk-version 11.1 -target-sdk-name watchos11.1 -external-plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/local/lib/swift/host/plugins -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Styleable.build/Debug-watchos/Styleable.build/Objects-normal/armv7k/UIView+Styleable.o -index-unit-output-path /Styleable.build/Debug-watchos/Styleable.build/Objects-normal/armv7k/UIView+Styleable.o -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/Styleable/UIKit+Additions/UIView+Styleable.swift (in target 'Styleable' from project 'Styleable')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift-frontend -c /Users/admin/builder/spi-builder-workspace/Sources/Styleable/DSL/ArrayBuilder.swift /Users/admin/builder/spi-builder-workspace/Sources/Styleable/Layout/LayoutGuide.swift /Users/admin/builder/spi-builder-workspace/Sources/Styleable/Layout/NSLayoutConstraint+DSL.swift /Users/admin/builder/spi-builder-workspace/Sources/Styleable/Layout/Padding.swift /Users/admin/builder/spi-builder-workspace/Sources/Styleable/Layout/UIView+Layout.swift /Users/admin/builder/spi-builder-workspace/Sources/Styleable/Scrolls/HScrollView.swift /Users/admin/builder/spi-builder-workspace/Sources/Styleable/Scrolls/VScrollView.swift /Users/admin/builder/spi-builder-workspace/Sources/Styleable/Stacks/HStackView.swift /Users/admin/builder/spi-builder-workspace/Sources/Styleable/Stacks/VStackView.swift /Users/admin/builder/spi-builder-workspace/Sources/Styleable/Stacks/ZStackView.swift /Users/admin/builder/spi-builder-workspace/Sources/Styleable/Style/Style.swift /Users/admin/builder/spi-builder-workspace/Sources/Styleable/Styleable.swift /Users/admin/builder/spi-builder-workspace/Sources/Styleable/UIKit+Additions/StyleableControl.swift /Users/admin/builder/spi-builder-workspace/Sources/Styleable/UIKit+Additions/StyleableView.swift /Users/admin/builder/spi-builder-workspace/Sources/Styleable/UIKit+Additions/UIControl+Additions.swift /Users/admin/builder/spi-builder-workspace/Sources/Styleable/UIKit+Additions/UIEdgeInsets+Additions.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/Styleable/UIKit+Additions/UIView+Styleable.swift /Users/admin/builder/spi-builder-workspace/Sources/Styleable/UIKit+Additions/UIVisualEffectsView+DSL.swift -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Styleable.build/Debug-watchos/Styleable.build/Objects-normal/armv7k/UIView+Styleable.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Styleable.build/Debug-watchos/Styleable.build/Objects-normal/armv7k/UIView+Styleable.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Styleable.build/Debug-watchos/Styleable.build/Objects-normal/armv7k/UIView+Styleable.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Styleable.build/Debug-watchos/Styleable.build/Objects-normal/armv7k/UIView+Styleable.dia -target armv7k-apple-watchos5.0 -enable-objc-interop -sdk /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.1.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -I /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.1.sdk/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -debug-info-format\=dwarf -dwarf-version\=4 -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -profile-generate -profile-coverage-mapping -swift-version 5 -enforce-exclusivity\=checked -stats-output-dir /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode/.stats -Onone -D SWIFT_PACKAGE -D DEBUG -serialize-debugging-options -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Styleable.build/Debug-watchos/Styleable.build/Objects-normal/armv7k/Styleable_const_extract_protocols.json -enable-experimental-feature DebugDescriptionMacro -enable-experimental-feature OpaqueTypeErasure -strict-concurrency\=complete -empty-abi-descriptor -plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -resource-dir /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -file-compilation-dir /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -Xcc -D_LIBCPP_HARDENING_MODE\=_LIBCPP_HARDENING_MODE_DEBUG -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos11.1-22R574-7b9df0bda16bb4641b33636c68f04660.sdkstatcache -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Styleable.build/Debug-watchos/Styleable.build/swift-overrides.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Styleable.build/Debug-watchos/Styleable.build/DerivedSources-normal/armv7k -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Styleable.build/Debug-watchos/Styleable.build/DerivedSources/armv7k -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Styleable.build/Debug-watchos/Styleable.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name Styleable -frontend-parseable-output -disable-clang-spi -target-sdk-version 11.1 -target-sdk-name watchos11.1 -external-plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/local/lib/swift/host/plugins -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Styleable.build/Debug-watchos/Styleable.build/Objects-normal/armv7k/UIView+Styleable.o -index-unit-output-path /Styleable.build/Debug-watchos/Styleable.build/Objects-normal/armv7k/UIView+Styleable.o -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
SwiftCompile normal armv7k Compiling\ VStackView.swift,\ ZStackView.swift /Users/admin/builder/spi-builder-workspace/Sources/Styleable/Stacks/VStackView.swift /Users/admin/builder/spi-builder-workspace/Sources/Styleable/Stacks/ZStackView.swift (in target 'Styleable' from project 'Styleable')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-swiftTaskExecution -- /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift-frontend -frontend -c /Users/admin/builder/spi-builder-workspace/Sources/Styleable/DSL/ArrayBuilder.swift /Users/admin/builder/spi-builder-workspace/Sources/Styleable/Layout/LayoutGuide.swift /Users/admin/builder/spi-builder-workspace/Sources/Styleable/Layout/NSLayoutConstraint+DSL.swift /Users/admin/builder/spi-builder-workspace/Sources/Styleable/Layout/Padding.swift /Users/admin/builder/spi-builder-workspace/Sources/Styleable/Layout/UIView+Layout.swift /Users/admin/builder/spi-builder-workspace/Sources/Styleable/Scrolls/HScrollView.swift /Users/admin/builder/spi-builder-workspace/Sources/Styleable/Scrolls/VScrollView.swift /Users/admin/builder/spi-builder-workspace/Sources/Styleable/Stacks/HStackView.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/Styleable/Stacks/VStackView.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/Styleable/Stacks/ZStackView.swift /Users/admin/builder/spi-builder-workspace/Sources/Styleable/Style/Style.swift /Users/admin/builder/spi-builder-workspace/Sources/Styleable/Styleable.swift /Users/admin/builder/spi-builder-workspace/Sources/Styleable/UIKit+Additions/StyleableControl.swift /Users/admin/builder/spi-builder-workspace/Sources/Styleable/UIKit+Additions/StyleableView.swift /Users/admin/builder/spi-builder-workspace/Sources/Styleable/UIKit+Additions/UIControl+Additions.swift /Users/admin/builder/spi-builder-workspace/Sources/Styleable/UIKit+Additions/UIEdgeInsets+Additions.swift /Users/admin/builder/spi-builder-workspace/Sources/Styleable/UIKit+Additions/UIView+Styleable.swift /Users/admin/builder/spi-builder-workspace/Sources/Styleable/UIKit+Additions/UIVisualEffectsView+DSL.swift -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Styleable.build/Debug-watchos/Styleable.build/Objects-normal/armv7k/VStackView.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Styleable.build/Debug-watchos/Styleable.build/Objects-normal/armv7k/VStackView.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Styleable.build/Debug-watchos/Styleable.build/Objects-normal/armv7k/VStackView.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Styleable.build/Debug-watchos/Styleable.build/Objects-normal/armv7k/VStackView.dia -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Styleable.build/Debug-watchos/Styleable.build/Objects-normal/armv7k/ZStackView.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Styleable.build/Debug-watchos/Styleable.build/Objects-normal/armv7k/ZStackView.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Styleable.build/Debug-watchos/Styleable.build/Objects-normal/armv7k/ZStackView.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Styleable.build/Debug-watchos/Styleable.build/Objects-normal/armv7k/ZStackView.dia -target armv7k-apple-watchos5.0 -enable-objc-interop -sdk /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.1.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -I /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.1.sdk/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -debug-info-format\=dwarf -dwarf-version\=4 -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -profile-generate -profile-coverage-mapping -swift-version 5 -enforce-exclusivity\=checked -stats-output-dir /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode/.stats -Onone -D SWIFT_PACKAGE -D DEBUG -serialize-debugging-options -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Styleable.build/Debug-watchos/Styleable.build/Objects-normal/armv7k/Styleable_const_extract_protocols.json -enable-experimental-feature DebugDescriptionMacro -enable-experimental-feature OpaqueTypeErasure -strict-concurrency\=complete -empty-abi-descriptor -plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -resource-dir /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -file-compilation-dir /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -Xcc -D_LIBCPP_HARDENING_MODE\=_LIBCPP_HARDENING_MODE_DEBUG -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos11.1-22R574-7b9df0bda16bb4641b33636c68f04660.sdkstatcache -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Styleable.build/Debug-watchos/Styleable.build/swift-overrides.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Styleable.build/Debug-watchos/Styleable.build/DerivedSources-normal/armv7k -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Styleable.build/Debug-watchos/Styleable.build/DerivedSources/armv7k -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Styleable.build/Debug-watchos/Styleable.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name Styleable -frontend-parseable-output -disable-clang-spi -target-sdk-version 11.1 -target-sdk-name watchos11.1 -external-plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/local/lib/swift/host/plugins -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Styleable.build/Debug-watchos/Styleable.build/Objects-normal/armv7k/VStackView.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Styleable.build/Debug-watchos/Styleable.build/Objects-normal/armv7k/ZStackView.o -index-unit-output-path /Styleable.build/Debug-watchos/Styleable.build/Objects-normal/armv7k/VStackView.o -index-unit-output-path /Styleable.build/Debug-watchos/Styleable.build/Objects-normal/armv7k/ZStackView.o -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/Styleable/Stacks/VStackView.swift (in target 'Styleable' from project 'Styleable')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift-frontend -c /Users/admin/builder/spi-builder-workspace/Sources/Styleable/DSL/ArrayBuilder.swift /Users/admin/builder/spi-builder-workspace/Sources/Styleable/Layout/LayoutGuide.swift /Users/admin/builder/spi-builder-workspace/Sources/Styleable/Layout/NSLayoutConstraint+DSL.swift /Users/admin/builder/spi-builder-workspace/Sources/Styleable/Layout/Padding.swift /Users/admin/builder/spi-builder-workspace/Sources/Styleable/Layout/UIView+Layout.swift /Users/admin/builder/spi-builder-workspace/Sources/Styleable/Scrolls/HScrollView.swift /Users/admin/builder/spi-builder-workspace/Sources/Styleable/Scrolls/VScrollView.swift /Users/admin/builder/spi-builder-workspace/Sources/Styleable/Stacks/HStackView.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/Styleable/Stacks/VStackView.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/Styleable/Stacks/ZStackView.swift /Users/admin/builder/spi-builder-workspace/Sources/Styleable/Style/Style.swift /Users/admin/builder/spi-builder-workspace/Sources/Styleable/Styleable.swift /Users/admin/builder/spi-builder-workspace/Sources/Styleable/UIKit+Additions/StyleableControl.swift /Users/admin/builder/spi-builder-workspace/Sources/Styleable/UIKit+Additions/StyleableView.swift /Users/admin/builder/spi-builder-workspace/Sources/Styleable/UIKit+Additions/UIControl+Additions.swift /Users/admin/builder/spi-builder-workspace/Sources/Styleable/UIKit+Additions/UIEdgeInsets+Additions.swift /Users/admin/builder/spi-builder-workspace/Sources/Styleable/UIKit+Additions/UIView+Styleable.swift /Users/admin/builder/spi-builder-workspace/Sources/Styleable/UIKit+Additions/UIVisualEffectsView+DSL.swift -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Styleable.build/Debug-watchos/Styleable.build/Objects-normal/armv7k/VStackView.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Styleable.build/Debug-watchos/Styleable.build/Objects-normal/armv7k/VStackView.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Styleable.build/Debug-watchos/Styleable.build/Objects-normal/armv7k/VStackView.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Styleable.build/Debug-watchos/Styleable.build/Objects-normal/armv7k/VStackView.dia -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Styleable.build/Debug-watchos/Styleable.build/Objects-normal/armv7k/ZStackView.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Styleable.build/Debug-watchos/Styleable.build/Objects-normal/armv7k/ZStackView.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Styleable.build/Debug-watchos/Styleable.build/Objects-normal/armv7k/ZStackView.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Styleable.build/Debug-watchos/Styleable.build/Objects-normal/armv7k/ZStackView.dia -target armv7k-apple-watchos5.0 -enable-objc-interop -sdk /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.1.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -I /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.1.sdk/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -debug-info-format\=dwarf -dwarf-version\=4 -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -profile-generate -profile-coverage-mapping -swift-version 5 -enforce-exclusivity\=checked -stats-output-dir /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode/.stats -Onone -D SWIFT_PACKAGE -D DEBUG -serialize-debugging-options -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Styleable.build/Debug-watchos/Styleable.build/Objects-normal/armv7k/Styleable_const_extract_protocols.json -enable-experimental-feature DebugDescriptionMacro -enable-experimental-feature OpaqueTypeErasure -strict-concurrency\=complete -empty-abi-descriptor -plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -resource-dir /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -file-compilation-dir /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -Xcc -D_LIBCPP_HARDENING_MODE\=_LIBCPP_HARDENING_MODE_DEBUG -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos11.1-22R574-7b9df0bda16bb4641b33636c68f04660.sdkstatcache -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Styleable.build/Debug-watchos/Styleable.build/swift-overrides.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Styleable.build/Debug-watchos/Styleable.build/DerivedSources-normal/armv7k -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Styleable.build/Debug-watchos/Styleable.build/DerivedSources/armv7k -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Styleable.build/Debug-watchos/Styleable.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name Styleable -frontend-parseable-output -disable-clang-spi -target-sdk-version 11.1 -target-sdk-name watchos11.1 -external-plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/local/lib/swift/host/plugins -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Styleable.build/Debug-watchos/Styleable.build/Objects-normal/armv7k/VStackView.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Styleable.build/Debug-watchos/Styleable.build/Objects-normal/armv7k/ZStackView.o -index-unit-output-path /Styleable.build/Debug-watchos/Styleable.build/Objects-normal/armv7k/VStackView.o -index-unit-output-path /Styleable.build/Debug-watchos/Styleable.build/Objects-normal/armv7k/ZStackView.o -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/Styleable/Stacks/ZStackView.swift (in target 'Styleable' from project 'Styleable')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift-frontend -c /Users/admin/builder/spi-builder-workspace/Sources/Styleable/DSL/ArrayBuilder.swift /Users/admin/builder/spi-builder-workspace/Sources/Styleable/Layout/LayoutGuide.swift /Users/admin/builder/spi-builder-workspace/Sources/Styleable/Layout/NSLayoutConstraint+DSL.swift /Users/admin/builder/spi-builder-workspace/Sources/Styleable/Layout/Padding.swift /Users/admin/builder/spi-builder-workspace/Sources/Styleable/Layout/UIView+Layout.swift /Users/admin/builder/spi-builder-workspace/Sources/Styleable/Scrolls/HScrollView.swift /Users/admin/builder/spi-builder-workspace/Sources/Styleable/Scrolls/VScrollView.swift /Users/admin/builder/spi-builder-workspace/Sources/Styleable/Stacks/HStackView.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/Styleable/Stacks/VStackView.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/Styleable/Stacks/ZStackView.swift /Users/admin/builder/spi-builder-workspace/Sources/Styleable/Style/Style.swift /Users/admin/builder/spi-builder-workspace/Sources/Styleable/Styleable.swift /Users/admin/builder/spi-builder-workspace/Sources/Styleable/UIKit+Additions/StyleableControl.swift /Users/admin/builder/spi-builder-workspace/Sources/Styleable/UIKit+Additions/StyleableView.swift /Users/admin/builder/spi-builder-workspace/Sources/Styleable/UIKit+Additions/UIControl+Additions.swift /Users/admin/builder/spi-builder-workspace/Sources/Styleable/UIKit+Additions/UIEdgeInsets+Additions.swift /Users/admin/builder/spi-builder-workspace/Sources/Styleable/UIKit+Additions/UIView+Styleable.swift /Users/admin/builder/spi-builder-workspace/Sources/Styleable/UIKit+Additions/UIVisualEffectsView+DSL.swift -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Styleable.build/Debug-watchos/Styleable.build/Objects-normal/armv7k/VStackView.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Styleable.build/Debug-watchos/Styleable.build/Objects-normal/armv7k/VStackView.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Styleable.build/Debug-watchos/Styleable.build/Objects-normal/armv7k/VStackView.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Styleable.build/Debug-watchos/Styleable.build/Objects-normal/armv7k/VStackView.dia -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Styleable.build/Debug-watchos/Styleable.build/Objects-normal/armv7k/ZStackView.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Styleable.build/Debug-watchos/Styleable.build/Objects-normal/armv7k/ZStackView.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Styleable.build/Debug-watchos/Styleable.build/Objects-normal/armv7k/ZStackView.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Styleable.build/Debug-watchos/Styleable.build/Objects-normal/armv7k/ZStackView.dia -target armv7k-apple-watchos5.0 -enable-objc-interop -sdk /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.1.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -I /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.1.sdk/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -debug-info-format\=dwarf -dwarf-version\=4 -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -profile-generate -profile-coverage-mapping -swift-version 5 -enforce-exclusivity\=checked -stats-output-dir /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode/.stats -Onone -D SWIFT_PACKAGE -D DEBUG -serialize-debugging-options -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Styleable.build/Debug-watchos/Styleable.build/Objects-normal/armv7k/Styleable_const_extract_protocols.json -enable-experimental-feature DebugDescriptionMacro -enable-experimental-feature OpaqueTypeErasure -strict-concurrency\=complete -empty-abi-descriptor -plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -resource-dir /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -file-compilation-dir /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -Xcc -D_LIBCPP_HARDENING_MODE\=_LIBCPP_HARDENING_MODE_DEBUG -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos11.1-22R574-7b9df0bda16bb4641b33636c68f04660.sdkstatcache -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Styleable.build/Debug-watchos/Styleable.build/swift-overrides.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Styleable.build/Debug-watchos/Styleable.build/DerivedSources-normal/armv7k -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Styleable.build/Debug-watchos/Styleable.build/DerivedSources/armv7k -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Styleable.build/Debug-watchos/Styleable.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name Styleable -frontend-parseable-output -disable-clang-spi -target-sdk-version 11.1 -target-sdk-name watchos11.1 -external-plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/local/lib/swift/host/plugins -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Styleable.build/Debug-watchos/Styleable.build/Objects-normal/armv7k/VStackView.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Styleable.build/Debug-watchos/Styleable.build/Objects-normal/armv7k/ZStackView.o -index-unit-output-path /Styleable.build/Debug-watchos/Styleable.build/Objects-normal/armv7k/VStackView.o -index-unit-output-path /Styleable.build/Debug-watchos/Styleable.build/Objects-normal/armv7k/ZStackView.o -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
SwiftCompile normal armv7k Compiling\ UIVisualEffectsView+DSL.swift /Users/admin/builder/spi-builder-workspace/Sources/Styleable/UIKit+Additions/UIVisualEffectsView+DSL.swift (in target 'Styleable' from project 'Styleable')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-swiftTaskExecution -- /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift-frontend -frontend -c /Users/admin/builder/spi-builder-workspace/Sources/Styleable/DSL/ArrayBuilder.swift /Users/admin/builder/spi-builder-workspace/Sources/Styleable/Layout/LayoutGuide.swift /Users/admin/builder/spi-builder-workspace/Sources/Styleable/Layout/NSLayoutConstraint+DSL.swift /Users/admin/builder/spi-builder-workspace/Sources/Styleable/Layout/Padding.swift /Users/admin/builder/spi-builder-workspace/Sources/Styleable/Layout/UIView+Layout.swift /Users/admin/builder/spi-builder-workspace/Sources/Styleable/Scrolls/HScrollView.swift /Users/admin/builder/spi-builder-workspace/Sources/Styleable/Scrolls/VScrollView.swift /Users/admin/builder/spi-builder-workspace/Sources/Styleable/Stacks/HStackView.swift /Users/admin/builder/spi-builder-workspace/Sources/Styleable/Stacks/VStackView.swift /Users/admin/builder/spi-builder-workspace/Sources/Styleable/Stacks/ZStackView.swift /Users/admin/builder/spi-builder-workspace/Sources/Styleable/Style/Style.swift /Users/admin/builder/spi-builder-workspace/Sources/Styleable/Styleable.swift /Users/admin/builder/spi-builder-workspace/Sources/Styleable/UIKit+Additions/StyleableControl.swift /Users/admin/builder/spi-builder-workspace/Sources/Styleable/UIKit+Additions/StyleableView.swift /Users/admin/builder/spi-builder-workspace/Sources/Styleable/UIKit+Additions/UIControl+Additions.swift /Users/admin/builder/spi-builder-workspace/Sources/Styleable/UIKit+Additions/UIEdgeInsets+Additions.swift /Users/admin/builder/spi-builder-workspace/Sources/Styleable/UIKit+Additions/UIView+Styleable.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/Styleable/UIKit+Additions/UIVisualEffectsView+DSL.swift -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Styleable.build/Debug-watchos/Styleable.build/Objects-normal/armv7k/UIVisualEffectsView+DSL.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Styleable.build/Debug-watchos/Styleable.build/Objects-normal/armv7k/UIVisualEffectsView+DSL.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Styleable.build/Debug-watchos/Styleable.build/Objects-normal/armv7k/UIVisualEffectsView+DSL.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Styleable.build/Debug-watchos/Styleable.build/Objects-normal/armv7k/UIVisualEffectsView+DSL.dia -target armv7k-apple-watchos5.0 -enable-objc-interop -sdk /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.1.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -I /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.1.sdk/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -debug-info-format\=dwarf -dwarf-version\=4 -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -profile-generate -profile-coverage-mapping -swift-version 5 -enforce-exclusivity\=checked -stats-output-dir /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode/.stats -Onone -D SWIFT_PACKAGE -D DEBUG -serialize-debugging-options -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Styleable.build/Debug-watchos/Styleable.build/Objects-normal/armv7k/Styleable_const_extract_protocols.json -enable-experimental-feature DebugDescriptionMacro -enable-experimental-feature OpaqueTypeErasure -strict-concurrency\=complete -empty-abi-descriptor -plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -resource-dir /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -file-compilation-dir /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -Xcc -D_LIBCPP_HARDENING_MODE\=_LIBCPP_HARDENING_MODE_DEBUG -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos11.1-22R574-7b9df0bda16bb4641b33636c68f04660.sdkstatcache -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Styleable.build/Debug-watchos/Styleable.build/swift-overrides.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Styleable.build/Debug-watchos/Styleable.build/DerivedSources-normal/armv7k -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Styleable.build/Debug-watchos/Styleable.build/DerivedSources/armv7k -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Styleable.build/Debug-watchos/Styleable.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name Styleable -frontend-parseable-output -disable-clang-spi -target-sdk-version 11.1 -target-sdk-name watchos11.1 -external-plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/local/lib/swift/host/plugins -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Styleable.build/Debug-watchos/Styleable.build/Objects-normal/armv7k/UIVisualEffectsView+DSL.o -index-unit-output-path /Styleable.build/Debug-watchos/Styleable.build/Objects-normal/armv7k/UIVisualEffectsView+DSL.o -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/Styleable/UIKit+Additions/UIVisualEffectsView+DSL.swift (in target 'Styleable' from project 'Styleable')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift-frontend -c /Users/admin/builder/spi-builder-workspace/Sources/Styleable/DSL/ArrayBuilder.swift /Users/admin/builder/spi-builder-workspace/Sources/Styleable/Layout/LayoutGuide.swift /Users/admin/builder/spi-builder-workspace/Sources/Styleable/Layout/NSLayoutConstraint+DSL.swift /Users/admin/builder/spi-builder-workspace/Sources/Styleable/Layout/Padding.swift /Users/admin/builder/spi-builder-workspace/Sources/Styleable/Layout/UIView+Layout.swift /Users/admin/builder/spi-builder-workspace/Sources/Styleable/Scrolls/HScrollView.swift /Users/admin/builder/spi-builder-workspace/Sources/Styleable/Scrolls/VScrollView.swift /Users/admin/builder/spi-builder-workspace/Sources/Styleable/Stacks/HStackView.swift /Users/admin/builder/spi-builder-workspace/Sources/Styleable/Stacks/VStackView.swift /Users/admin/builder/spi-builder-workspace/Sources/Styleable/Stacks/ZStackView.swift /Users/admin/builder/spi-builder-workspace/Sources/Styleable/Style/Style.swift /Users/admin/builder/spi-builder-workspace/Sources/Styleable/Styleable.swift /Users/admin/builder/spi-builder-workspace/Sources/Styleable/UIKit+Additions/StyleableControl.swift /Users/admin/builder/spi-builder-workspace/Sources/Styleable/UIKit+Additions/StyleableView.swift /Users/admin/builder/spi-builder-workspace/Sources/Styleable/UIKit+Additions/UIControl+Additions.swift /Users/admin/builder/spi-builder-workspace/Sources/Styleable/UIKit+Additions/UIEdgeInsets+Additions.swift /Users/admin/builder/spi-builder-workspace/Sources/Styleable/UIKit+Additions/UIView+Styleable.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/Styleable/UIKit+Additions/UIVisualEffectsView+DSL.swift -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Styleable.build/Debug-watchos/Styleable.build/Objects-normal/armv7k/UIVisualEffectsView+DSL.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Styleable.build/Debug-watchos/Styleable.build/Objects-normal/armv7k/UIVisualEffectsView+DSL.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Styleable.build/Debug-watchos/Styleable.build/Objects-normal/armv7k/UIVisualEffectsView+DSL.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Styleable.build/Debug-watchos/Styleable.build/Objects-normal/armv7k/UIVisualEffectsView+DSL.dia -target armv7k-apple-watchos5.0 -enable-objc-interop -sdk /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.1.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -I /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.1.sdk/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -debug-info-format\=dwarf -dwarf-version\=4 -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -profile-generate -profile-coverage-mapping -swift-version 5 -enforce-exclusivity\=checked -stats-output-dir /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode/.stats -Onone -D SWIFT_PACKAGE -D DEBUG -serialize-debugging-options -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Styleable.build/Debug-watchos/Styleable.build/Objects-normal/armv7k/Styleable_const_extract_protocols.json -enable-experimental-feature DebugDescriptionMacro -enable-experimental-feature OpaqueTypeErasure -strict-concurrency\=complete -empty-abi-descriptor -plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -resource-dir /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -file-compilation-dir /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -Xcc -D_LIBCPP_HARDENING_MODE\=_LIBCPP_HARDENING_MODE_DEBUG -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos11.1-22R574-7b9df0bda16bb4641b33636c68f04660.sdkstatcache -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Styleable.build/Debug-watchos/Styleable.build/swift-overrides.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Styleable.build/Debug-watchos/Styleable.build/DerivedSources-normal/armv7k -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Styleable.build/Debug-watchos/Styleable.build/DerivedSources/armv7k -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Styleable.build/Debug-watchos/Styleable.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name Styleable -frontend-parseable-output -disable-clang-spi -target-sdk-version 11.1 -target-sdk-name watchos11.1 -external-plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/local/lib/swift/host/plugins -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Styleable.build/Debug-watchos/Styleable.build/Objects-normal/armv7k/UIVisualEffectsView+DSL.o -index-unit-output-path /Styleable.build/Debug-watchos/Styleable.build/Objects-normal/armv7k/UIVisualEffectsView+DSL.o -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
SwiftCompile normal armv7k Compiling\ UIView+Layout.swift,\ HScrollView.swift /Users/admin/builder/spi-builder-workspace/Sources/Styleable/Layout/UIView+Layout.swift /Users/admin/builder/spi-builder-workspace/Sources/Styleable/Scrolls/HScrollView.swift (in target 'Styleable' from project 'Styleable')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-swiftTaskExecution -- /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift-frontend -frontend -c /Users/admin/builder/spi-builder-workspace/Sources/Styleable/DSL/ArrayBuilder.swift /Users/admin/builder/spi-builder-workspace/Sources/Styleable/Layout/LayoutGuide.swift /Users/admin/builder/spi-builder-workspace/Sources/Styleable/Layout/NSLayoutConstraint+DSL.swift /Users/admin/builder/spi-builder-workspace/Sources/Styleable/Layout/Padding.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/Styleable/Layout/UIView+Layout.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/Styleable/Scrolls/HScrollView.swift /Users/admin/builder/spi-builder-workspace/Sources/Styleable/Scrolls/VScrollView.swift /Users/admin/builder/spi-builder-workspace/Sources/Styleable/Stacks/HStackView.swift /Users/admin/builder/spi-builder-workspace/Sources/Styleable/Stacks/VStackView.swift /Users/admin/builder/spi-builder-workspace/Sources/Styleable/Stacks/ZStackView.swift /Users/admin/builder/spi-builder-workspace/Sources/Styleable/Style/Style.swift /Users/admin/builder/spi-builder-workspace/Sources/Styleable/Styleable.swift /Users/admin/builder/spi-builder-workspace/Sources/Styleable/UIKit+Additions/StyleableControl.swift /Users/admin/builder/spi-builder-workspace/Sources/Styleable/UIKit+Additions/StyleableView.swift /Users/admin/builder/spi-builder-workspace/Sources/Styleable/UIKit+Additions/UIControl+Additions.swift /Users/admin/builder/spi-builder-workspace/Sources/Styleable/UIKit+Additions/UIEdgeInsets+Additions.swift /Users/admin/builder/spi-builder-workspace/Sources/Styleable/UIKit+Additions/UIView+Styleable.swift /Users/admin/builder/spi-builder-workspace/Sources/Styleable/UIKit+Additions/UIVisualEffectsView+DSL.swift -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Styleable.build/Debug-watchos/Styleable.build/Objects-normal/armv7k/UIView+Layout.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Styleable.build/Debug-watchos/Styleable.build/Objects-normal/armv7k/UIView+Layout.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Styleable.build/Debug-watchos/Styleable.build/Objects-normal/armv7k/UIView+Layout.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Styleable.build/Debug-watchos/Styleable.build/Objects-normal/armv7k/UIView+Layout.dia -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Styleable.build/Debug-watchos/Styleable.build/Objects-normal/armv7k/HScrollView.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Styleable.build/Debug-watchos/Styleable.build/Objects-normal/armv7k/HScrollView.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Styleable.build/Debug-watchos/Styleable.build/Objects-normal/armv7k/HScrollView.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Styleable.build/Debug-watchos/Styleable.build/Objects-normal/armv7k/HScrollView.dia -target armv7k-apple-watchos5.0 -enable-objc-interop -sdk /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.1.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -I /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.1.sdk/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -debug-info-format\=dwarf -dwarf-version\=4 -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -profile-generate -profile-coverage-mapping -swift-version 5 -enforce-exclusivity\=checked -stats-output-dir /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode/.stats -Onone -D SWIFT_PACKAGE -D DEBUG -serialize-debugging-options -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Styleable.build/Debug-watchos/Styleable.build/Objects-normal/armv7k/Styleable_const_extract_protocols.json -enable-experimental-feature DebugDescriptionMacro -enable-experimental-feature OpaqueTypeErasure -strict-concurrency\=complete -empty-abi-descriptor -plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -resource-dir /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -file-compilation-dir /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -Xcc -D_LIBCPP_HARDENING_MODE\=_LIBCPP_HARDENING_MODE_DEBUG -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos11.1-22R574-7b9df0bda16bb4641b33636c68f04660.sdkstatcache -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Styleable.build/Debug-watchos/Styleable.build/swift-overrides.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Styleable.build/Debug-watchos/Styleable.build/DerivedSources-normal/armv7k -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Styleable.build/Debug-watchos/Styleable.build/DerivedSources/armv7k -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Styleable.build/Debug-watchos/Styleable.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name Styleable -frontend-parseable-output -disable-clang-spi -target-sdk-version 11.1 -target-sdk-name watchos11.1 -external-plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/local/lib/swift/host/plugins -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Styleable.build/Debug-watchos/Styleable.build/Objects-normal/armv7k/UIView+Layout.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Styleable.build/Debug-watchos/Styleable.build/Objects-normal/armv7k/HScrollView.o -index-unit-output-path /Styleable.build/Debug-watchos/Styleable.build/Objects-normal/armv7k/UIView+Layout.o -index-unit-output-path /Styleable.build/Debug-watchos/Styleable.build/Objects-normal/armv7k/HScrollView.o -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/Styleable/Layout/UIView+Layout.swift (in target 'Styleable' from project 'Styleable')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift-frontend -c /Users/admin/builder/spi-builder-workspace/Sources/Styleable/DSL/ArrayBuilder.swift /Users/admin/builder/spi-builder-workspace/Sources/Styleable/Layout/LayoutGuide.swift /Users/admin/builder/spi-builder-workspace/Sources/Styleable/Layout/NSLayoutConstraint+DSL.swift /Users/admin/builder/spi-builder-workspace/Sources/Styleable/Layout/Padding.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/Styleable/Layout/UIView+Layout.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/Styleable/Scrolls/HScrollView.swift /Users/admin/builder/spi-builder-workspace/Sources/Styleable/Scrolls/VScrollView.swift /Users/admin/builder/spi-builder-workspace/Sources/Styleable/Stacks/HStackView.swift /Users/admin/builder/spi-builder-workspace/Sources/Styleable/Stacks/VStackView.swift /Users/admin/builder/spi-builder-workspace/Sources/Styleable/Stacks/ZStackView.swift /Users/admin/builder/spi-builder-workspace/Sources/Styleable/Style/Style.swift /Users/admin/builder/spi-builder-workspace/Sources/Styleable/Styleable.swift /Users/admin/builder/spi-builder-workspace/Sources/Styleable/UIKit+Additions/StyleableControl.swift /Users/admin/builder/spi-builder-workspace/Sources/Styleable/UIKit+Additions/StyleableView.swift /Users/admin/builder/spi-builder-workspace/Sources/Styleable/UIKit+Additions/UIControl+Additions.swift /Users/admin/builder/spi-builder-workspace/Sources/Styleable/UIKit+Additions/UIEdgeInsets+Additions.swift /Users/admin/builder/spi-builder-workspace/Sources/Styleable/UIKit+Additions/UIView+Styleable.swift /Users/admin/builder/spi-builder-workspace/Sources/Styleable/UIKit+Additions/UIVisualEffectsView+DSL.swift -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Styleable.build/Debug-watchos/Styleable.build/Objects-normal/armv7k/UIView+Layout.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Styleable.build/Debug-watchos/Styleable.build/Objects-normal/armv7k/UIView+Layout.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Styleable.build/Debug-watchos/Styleable.build/Objects-normal/armv7k/UIView+Layout.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Styleable.build/Debug-watchos/Styleable.build/Objects-normal/armv7k/UIView+Layout.dia -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Styleable.build/Debug-watchos/Styleable.build/Objects-normal/armv7k/HScrollView.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Styleable.build/Debug-watchos/Styleable.build/Objects-normal/armv7k/HScrollView.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Styleable.build/Debug-watchos/Styleable.build/Objects-normal/armv7k/HScrollView.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Styleable.build/Debug-watchos/Styleable.build/Objects-normal/armv7k/HScrollView.dia -target armv7k-apple-watchos5.0 -enable-objc-interop -sdk /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.1.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -I /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.1.sdk/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -debug-info-format\=dwarf -dwarf-version\=4 -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -profile-generate -profile-coverage-mapping -swift-version 5 -enforce-exclusivity\=checked -stats-output-dir /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode/.stats -Onone -D SWIFT_PACKAGE -D DEBUG -serialize-debugging-options -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Styleable.build/Debug-watchos/Styleable.build/Objects-normal/armv7k/Styleable_const_extract_protocols.json -enable-experimental-feature DebugDescriptionMacro -enable-experimental-feature OpaqueTypeErasure -strict-concurrency\=complete -empty-abi-descriptor -plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -resource-dir /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -file-compilation-dir /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -Xcc -D_LIBCPP_HARDENING_MODE\=_LIBCPP_HARDENING_MODE_DEBUG -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos11.1-22R574-7b9df0bda16bb4641b33636c68f04660.sdkstatcache -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Styleable.build/Debug-watchos/Styleable.build/swift-overrides.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Styleable.build/Debug-watchos/Styleable.build/DerivedSources-normal/armv7k -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Styleable.build/Debug-watchos/Styleable.build/DerivedSources/armv7k -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Styleable.build/Debug-watchos/Styleable.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name Styleable -frontend-parseable-output -disable-clang-spi -target-sdk-version 11.1 -target-sdk-name watchos11.1 -external-plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/local/lib/swift/host/plugins -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Styleable.build/Debug-watchos/Styleable.build/Objects-normal/armv7k/UIView+Layout.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Styleable.build/Debug-watchos/Styleable.build/Objects-normal/armv7k/HScrollView.o -index-unit-output-path /Styleable.build/Debug-watchos/Styleable.build/Objects-normal/armv7k/UIView+Layout.o -index-unit-output-path /Styleable.build/Debug-watchos/Styleable.build/Objects-normal/armv7k/HScrollView.o -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/Styleable/Scrolls/HScrollView.swift (in target 'Styleable' from project 'Styleable')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift-frontend -c /Users/admin/builder/spi-builder-workspace/Sources/Styleable/DSL/ArrayBuilder.swift /Users/admin/builder/spi-builder-workspace/Sources/Styleable/Layout/LayoutGuide.swift /Users/admin/builder/spi-builder-workspace/Sources/Styleable/Layout/NSLayoutConstraint+DSL.swift /Users/admin/builder/spi-builder-workspace/Sources/Styleable/Layout/Padding.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/Styleable/Layout/UIView+Layout.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/Styleable/Scrolls/HScrollView.swift /Users/admin/builder/spi-builder-workspace/Sources/Styleable/Scrolls/VScrollView.swift /Users/admin/builder/spi-builder-workspace/Sources/Styleable/Stacks/HStackView.swift /Users/admin/builder/spi-builder-workspace/Sources/Styleable/Stacks/VStackView.swift /Users/admin/builder/spi-builder-workspace/Sources/Styleable/Stacks/ZStackView.swift /Users/admin/builder/spi-builder-workspace/Sources/Styleable/Style/Style.swift /Users/admin/builder/spi-builder-workspace/Sources/Styleable/Styleable.swift /Users/admin/builder/spi-builder-workspace/Sources/Styleable/UIKit+Additions/StyleableControl.swift /Users/admin/builder/spi-builder-workspace/Sources/Styleable/UIKit+Additions/StyleableView.swift /Users/admin/builder/spi-builder-workspace/Sources/Styleable/UIKit+Additions/UIControl+Additions.swift /Users/admin/builder/spi-builder-workspace/Sources/Styleable/UIKit+Additions/UIEdgeInsets+Additions.swift /Users/admin/builder/spi-builder-workspace/Sources/Styleable/UIKit+Additions/UIView+Styleable.swift /Users/admin/builder/spi-builder-workspace/Sources/Styleable/UIKit+Additions/UIVisualEffectsView+DSL.swift -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Styleable.build/Debug-watchos/Styleable.build/Objects-normal/armv7k/UIView+Layout.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Styleable.build/Debug-watchos/Styleable.build/Objects-normal/armv7k/UIView+Layout.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Styleable.build/Debug-watchos/Styleable.build/Objects-normal/armv7k/UIView+Layout.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Styleable.build/Debug-watchos/Styleable.build/Objects-normal/armv7k/UIView+Layout.dia -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Styleable.build/Debug-watchos/Styleable.build/Objects-normal/armv7k/HScrollView.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Styleable.build/Debug-watchos/Styleable.build/Objects-normal/armv7k/HScrollView.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Styleable.build/Debug-watchos/Styleable.build/Objects-normal/armv7k/HScrollView.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Styleable.build/Debug-watchos/Styleable.build/Objects-normal/armv7k/HScrollView.dia -target armv7k-apple-watchos5.0 -enable-objc-interop -sdk /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.1.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -I /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.1.sdk/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -debug-info-format\=dwarf -dwarf-version\=4 -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -profile-generate -profile-coverage-mapping -swift-version 5 -enforce-exclusivity\=checked -stats-output-dir /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode/.stats -Onone -D SWIFT_PACKAGE -D DEBUG -serialize-debugging-options -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Styleable.build/Debug-watchos/Styleable.build/Objects-normal/armv7k/Styleable_const_extract_protocols.json -enable-experimental-feature DebugDescriptionMacro -enable-experimental-feature OpaqueTypeErasure -strict-concurrency\=complete -empty-abi-descriptor -plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -resource-dir /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -file-compilation-dir /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -Xcc -D_LIBCPP_HARDENING_MODE\=_LIBCPP_HARDENING_MODE_DEBUG -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos11.1-22R574-7b9df0bda16bb4641b33636c68f04660.sdkstatcache -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Styleable.build/Debug-watchos/Styleable.build/swift-overrides.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Styleable.build/Debug-watchos/Styleable.build/DerivedSources-normal/armv7k -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Styleable.build/Debug-watchos/Styleable.build/DerivedSources/armv7k -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Styleable.build/Debug-watchos/Styleable.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name Styleable -frontend-parseable-output -disable-clang-spi -target-sdk-version 11.1 -target-sdk-name watchos11.1 -external-plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/local/lib/swift/host/plugins -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Styleable.build/Debug-watchos/Styleable.build/Objects-normal/armv7k/UIView+Layout.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Styleable.build/Debug-watchos/Styleable.build/Objects-normal/armv7k/HScrollView.o -index-unit-output-path /Styleable.build/Debug-watchos/Styleable.build/Objects-normal/armv7k/UIView+Layout.o -index-unit-output-path /Styleable.build/Debug-watchos/Styleable.build/Objects-normal/armv7k/HScrollView.o -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
SwiftCompile normal arm64_32 Compiling\ UIVisualEffectsView+DSL.swift /Users/admin/builder/spi-builder-workspace/Sources/Styleable/UIKit+Additions/UIVisualEffectsView+DSL.swift (in target 'Styleable' from project 'Styleable')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-swiftTaskExecution -- /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift-frontend -frontend -c /Users/admin/builder/spi-builder-workspace/Sources/Styleable/DSL/ArrayBuilder.swift /Users/admin/builder/spi-builder-workspace/Sources/Styleable/Layout/LayoutGuide.swift /Users/admin/builder/spi-builder-workspace/Sources/Styleable/Layout/NSLayoutConstraint+DSL.swift /Users/admin/builder/spi-builder-workspace/Sources/Styleable/Layout/Padding.swift /Users/admin/builder/spi-builder-workspace/Sources/Styleable/Layout/UIView+Layout.swift /Users/admin/builder/spi-builder-workspace/Sources/Styleable/Scrolls/HScrollView.swift /Users/admin/builder/spi-builder-workspace/Sources/Styleable/Scrolls/VScrollView.swift /Users/admin/builder/spi-builder-workspace/Sources/Styleable/Stacks/HStackView.swift /Users/admin/builder/spi-builder-workspace/Sources/Styleable/Stacks/VStackView.swift /Users/admin/builder/spi-builder-workspace/Sources/Styleable/Stacks/ZStackView.swift /Users/admin/builder/spi-builder-workspace/Sources/Styleable/Style/Style.swift /Users/admin/builder/spi-builder-workspace/Sources/Styleable/Styleable.swift /Users/admin/builder/spi-builder-workspace/Sources/Styleable/UIKit+Additions/StyleableControl.swift /Users/admin/builder/spi-builder-workspace/Sources/Styleable/UIKit+Additions/StyleableView.swift /Users/admin/builder/spi-builder-workspace/Sources/Styleable/UIKit+Additions/UIControl+Additions.swift /Users/admin/builder/spi-builder-workspace/Sources/Styleable/UIKit+Additions/UIEdgeInsets+Additions.swift /Users/admin/builder/spi-builder-workspace/Sources/Styleable/UIKit+Additions/UIView+Styleable.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/Styleable/UIKit+Additions/UIVisualEffectsView+DSL.swift -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Styleable.build/Debug-watchos/Styleable.build/Objects-normal/arm64_32/UIVisualEffectsView+DSL.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Styleable.build/Debug-watchos/Styleable.build/Objects-normal/arm64_32/UIVisualEffectsView+DSL.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Styleable.build/Debug-watchos/Styleable.build/Objects-normal/arm64_32/UIVisualEffectsView+DSL.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Styleable.build/Debug-watchos/Styleable.build/Objects-normal/arm64_32/UIVisualEffectsView+DSL.dia -target arm64_32-apple-watchos5.0 -enable-objc-interop -sdk /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.1.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -I /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.1.sdk/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -debug-info-format\=dwarf -dwarf-version\=4 -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -profile-generate -profile-coverage-mapping -swift-version 5 -enforce-exclusivity\=checked -stats-output-dir /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode/.stats -Onone -D SWIFT_PACKAGE -D DEBUG -serialize-debugging-options -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Styleable.build/Debug-watchos/Styleable.build/Objects-normal/arm64_32/Styleable_const_extract_protocols.json -enable-experimental-feature DebugDescriptionMacro -enable-experimental-feature OpaqueTypeErasure -strict-concurrency\=complete -empty-abi-descriptor -plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -resource-dir /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -file-compilation-dir /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -Xcc -D_LIBCPP_HARDENING_MODE\=_LIBCPP_HARDENING_MODE_DEBUG -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos11.1-22R574-7b9df0bda16bb4641b33636c68f04660.sdkstatcache -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Styleable.build/Debug-watchos/Styleable.build/swift-overrides.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Styleable.build/Debug-watchos/Styleable.build/DerivedSources-normal/arm64_32 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Styleable.build/Debug-watchos/Styleable.build/DerivedSources/arm64_32 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Styleable.build/Debug-watchos/Styleable.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name Styleable -frontend-parseable-output -disable-clang-spi -target-sdk-version 11.1 -target-sdk-name watchos11.1 -external-plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/local/lib/swift/host/plugins -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Styleable.build/Debug-watchos/Styleable.build/Objects-normal/arm64_32/UIVisualEffectsView+DSL.o -index-unit-output-path /Styleable.build/Debug-watchos/Styleable.build/Objects-normal/arm64_32/UIVisualEffectsView+DSL.o -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/Styleable/UIKit+Additions/UIVisualEffectsView+DSL.swift (in target 'Styleable' from project 'Styleable')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift-frontend -c /Users/admin/builder/spi-builder-workspace/Sources/Styleable/DSL/ArrayBuilder.swift /Users/admin/builder/spi-builder-workspace/Sources/Styleable/Layout/LayoutGuide.swift /Users/admin/builder/spi-builder-workspace/Sources/Styleable/Layout/NSLayoutConstraint+DSL.swift /Users/admin/builder/spi-builder-workspace/Sources/Styleable/Layout/Padding.swift /Users/admin/builder/spi-builder-workspace/Sources/Styleable/Layout/UIView+Layout.swift /Users/admin/builder/spi-builder-workspace/Sources/Styleable/Scrolls/HScrollView.swift /Users/admin/builder/spi-builder-workspace/Sources/Styleable/Scrolls/VScrollView.swift /Users/admin/builder/spi-builder-workspace/Sources/Styleable/Stacks/HStackView.swift /Users/admin/builder/spi-builder-workspace/Sources/Styleable/Stacks/VStackView.swift /Users/admin/builder/spi-builder-workspace/Sources/Styleable/Stacks/ZStackView.swift /Users/admin/builder/spi-builder-workspace/Sources/Styleable/Style/Style.swift /Users/admin/builder/spi-builder-workspace/Sources/Styleable/Styleable.swift /Users/admin/builder/spi-builder-workspace/Sources/Styleable/UIKit+Additions/StyleableControl.swift /Users/admin/builder/spi-builder-workspace/Sources/Styleable/UIKit+Additions/StyleableView.swift /Users/admin/builder/spi-builder-workspace/Sources/Styleable/UIKit+Additions/UIControl+Additions.swift /Users/admin/builder/spi-builder-workspace/Sources/Styleable/UIKit+Additions/UIEdgeInsets+Additions.swift /Users/admin/builder/spi-builder-workspace/Sources/Styleable/UIKit+Additions/UIView+Styleable.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/Styleable/UIKit+Additions/UIVisualEffectsView+DSL.swift -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Styleable.build/Debug-watchos/Styleable.build/Objects-normal/arm64_32/UIVisualEffectsView+DSL.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Styleable.build/Debug-watchos/Styleable.build/Objects-normal/arm64_32/UIVisualEffectsView+DSL.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Styleable.build/Debug-watchos/Styleable.build/Objects-normal/arm64_32/UIVisualEffectsView+DSL.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Styleable.build/Debug-watchos/Styleable.build/Objects-normal/arm64_32/UIVisualEffectsView+DSL.dia -target arm64_32-apple-watchos5.0 -enable-objc-interop -sdk /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.1.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -I /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.1.sdk/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -debug-info-format\=dwarf -dwarf-version\=4 -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -profile-generate -profile-coverage-mapping -swift-version 5 -enforce-exclusivity\=checked -stats-output-dir /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode/.stats -Onone -D SWIFT_PACKAGE -D DEBUG -serialize-debugging-options -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Styleable.build/Debug-watchos/Styleable.build/Objects-normal/arm64_32/Styleable_const_extract_protocols.json -enable-experimental-feature DebugDescriptionMacro -enable-experimental-feature OpaqueTypeErasure -strict-concurrency\=complete -empty-abi-descriptor -plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -resource-dir /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -file-compilation-dir /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -Xcc -D_LIBCPP_HARDENING_MODE\=_LIBCPP_HARDENING_MODE_DEBUG -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos11.1-22R574-7b9df0bda16bb4641b33636c68f04660.sdkstatcache -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Styleable.build/Debug-watchos/Styleable.build/swift-overrides.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Styleable.build/Debug-watchos/Styleable.build/DerivedSources-normal/arm64_32 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Styleable.build/Debug-watchos/Styleable.build/DerivedSources/arm64_32 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Styleable.build/Debug-watchos/Styleable.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name Styleable -frontend-parseable-output -disable-clang-spi -target-sdk-version 11.1 -target-sdk-name watchos11.1 -external-plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/local/lib/swift/host/plugins -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Styleable.build/Debug-watchos/Styleable.build/Objects-normal/arm64_32/UIVisualEffectsView+DSL.o -index-unit-output-path /Styleable.build/Debug-watchos/Styleable.build/Objects-normal/arm64_32/UIVisualEffectsView+DSL.o -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
SwiftEmitModule normal arm64_32 Emitting\ module\ for\ Styleable (in target 'Styleable' from project 'Styleable')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-swiftTaskExecution -- /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift-frontend -frontend -emit-module -experimental-skip-non-inlinable-function-bodies-without-types /Users/admin/builder/spi-builder-workspace/Sources/Styleable/DSL/ArrayBuilder.swift /Users/admin/builder/spi-builder-workspace/Sources/Styleable/Layout/LayoutGuide.swift /Users/admin/builder/spi-builder-workspace/Sources/Styleable/Layout/NSLayoutConstraint+DSL.swift /Users/admin/builder/spi-builder-workspace/Sources/Styleable/Layout/Padding.swift /Users/admin/builder/spi-builder-workspace/Sources/Styleable/Layout/UIView+Layout.swift /Users/admin/builder/spi-builder-workspace/Sources/Styleable/Scrolls/HScrollView.swift /Users/admin/builder/spi-builder-workspace/Sources/Styleable/Scrolls/VScrollView.swift /Users/admin/builder/spi-builder-workspace/Sources/Styleable/Stacks/HStackView.swift /Users/admin/builder/spi-builder-workspace/Sources/Styleable/Stacks/VStackView.swift /Users/admin/builder/spi-builder-workspace/Sources/Styleable/Stacks/ZStackView.swift /Users/admin/builder/spi-builder-workspace/Sources/Styleable/Style/Style.swift /Users/admin/builder/spi-builder-workspace/Sources/Styleable/Styleable.swift /Users/admin/builder/spi-builder-workspace/Sources/Styleable/UIKit+Additions/StyleableControl.swift /Users/admin/builder/spi-builder-workspace/Sources/Styleable/UIKit+Additions/StyleableView.swift /Users/admin/builder/spi-builder-workspace/Sources/Styleable/UIKit+Additions/UIControl+Additions.swift /Users/admin/builder/spi-builder-workspace/Sources/Styleable/UIKit+Additions/UIEdgeInsets+Additions.swift /Users/admin/builder/spi-builder-workspace/Sources/Styleable/UIKit+Additions/UIView+Styleable.swift /Users/admin/builder/spi-builder-workspace/Sources/Styleable/UIKit+Additions/UIVisualEffectsView+DSL.swift -target arm64_32-apple-watchos5.0 -enable-objc-interop -sdk /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.1.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -I /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.1.sdk/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -debug-info-format\=dwarf -dwarf-version\=4 -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -profile-generate -profile-coverage-mapping -swift-version 5 -enforce-exclusivity\=checked -stats-output-dir /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode/.stats -Onone -D SWIFT_PACKAGE -D DEBUG -serialize-debugging-options -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Styleable.build/Debug-watchos/Styleable.build/Objects-normal/arm64_32/Styleable_const_extract_protocols.json -enable-experimental-feature DebugDescriptionMacro -enable-experimental-feature OpaqueTypeErasure -strict-concurrency\=complete -empty-abi-descriptor -plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -resource-dir /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -file-compilation-dir /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -Xcc -D_LIBCPP_HARDENING_MODE\=_LIBCPP_HARDENING_MODE_DEBUG -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos11.1-22R574-7b9df0bda16bb4641b33636c68f04660.sdkstatcache -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Styleable.build/Debug-watchos/Styleable.build/swift-overrides.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Styleable.build/Debug-watchos/Styleable.build/DerivedSources-normal/arm64_32 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Styleable.build/Debug-watchos/Styleable.build/DerivedSources/arm64_32 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Styleable.build/Debug-watchos/Styleable.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name Styleable -frontend-parseable-output -disable-clang-spi -target-sdk-version 11.1 -target-sdk-name watchos11.1 -external-plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/local/lib/swift/host/plugins -emit-module-doc-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Styleable.build/Debug-watchos/Styleable.build/Objects-normal/arm64_32/Styleable.swiftdoc -emit-module-source-info-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Styleable.build/Debug-watchos/Styleable.build/Objects-normal/arm64_32/Styleable.swiftsourceinfo -emit-objc-header-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Styleable.build/Debug-watchos/Styleable.build/Objects-normal/arm64_32/Styleable-Swift.h -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Styleable.build/Debug-watchos/Styleable.build/Objects-normal/arm64_32/Styleable-master-emit-module.dia -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Styleable.build/Debug-watchos/Styleable.build/Objects-normal/arm64_32/Styleable-master-emit-module.d -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Styleable.build/Debug-watchos/Styleable.build/Objects-normal/arm64_32/Styleable.swiftmodule -emit-abi-descriptor-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Styleable.build/Debug-watchos/Styleable.build/Objects-normal/arm64_32/Styleable.abi.json
EmitSwiftModule normal arm64_32 (in target 'Styleable' from project 'Styleable')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift-frontend -emit-module -experimental-skip-non-inlinable-function-bodies-without-types /Users/admin/builder/spi-builder-workspace/Sources/Styleable/DSL/ArrayBuilder.swift /Users/admin/builder/spi-builder-workspace/Sources/Styleable/Layout/LayoutGuide.swift /Users/admin/builder/spi-builder-workspace/Sources/Styleable/Layout/NSLayoutConstraint+DSL.swift /Users/admin/builder/spi-builder-workspace/Sources/Styleable/Layout/Padding.swift /Users/admin/builder/spi-builder-workspace/Sources/Styleable/Layout/UIView+Layout.swift /Users/admin/builder/spi-builder-workspace/Sources/Styleable/Scrolls/HScrollView.swift /Users/admin/builder/spi-builder-workspace/Sources/Styleable/Scrolls/VScrollView.swift /Users/admin/builder/spi-builder-workspace/Sources/Styleable/Stacks/HStackView.swift /Users/admin/builder/spi-builder-workspace/Sources/Styleable/Stacks/VStackView.swift /Users/admin/builder/spi-builder-workspace/Sources/Styleable/Stacks/ZStackView.swift /Users/admin/builder/spi-builder-workspace/Sources/Styleable/Style/Style.swift /Users/admin/builder/spi-builder-workspace/Sources/Styleable/Styleable.swift /Users/admin/builder/spi-builder-workspace/Sources/Styleable/UIKit+Additions/StyleableControl.swift /Users/admin/builder/spi-builder-workspace/Sources/Styleable/UIKit+Additions/StyleableView.swift /Users/admin/builder/spi-builder-workspace/Sources/Styleable/UIKit+Additions/UIControl+Additions.swift /Users/admin/builder/spi-builder-workspace/Sources/Styleable/UIKit+Additions/UIEdgeInsets+Additions.swift /Users/admin/builder/spi-builder-workspace/Sources/Styleable/UIKit+Additions/UIView+Styleable.swift /Users/admin/builder/spi-builder-workspace/Sources/Styleable/UIKit+Additions/UIVisualEffectsView+DSL.swift -target arm64_32-apple-watchos5.0 -enable-objc-interop -sdk /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.1.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -I /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.1.sdk/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -debug-info-format\=dwarf -dwarf-version\=4 -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -profile-generate -profile-coverage-mapping -swift-version 5 -enforce-exclusivity\=checked -stats-output-dir /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode/.stats -Onone -D SWIFT_PACKAGE -D DEBUG -serialize-debugging-options -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Styleable.build/Debug-watchos/Styleable.build/Objects-normal/arm64_32/Styleable_const_extract_protocols.json -enable-experimental-feature DebugDescriptionMacro -enable-experimental-feature OpaqueTypeErasure -strict-concurrency\=complete -empty-abi-descriptor -plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -resource-dir /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -file-compilation-dir /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -Xcc -D_LIBCPP_HARDENING_MODE\=_LIBCPP_HARDENING_MODE_DEBUG -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos11.1-22R574-7b9df0bda16bb4641b33636c68f04660.sdkstatcache -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Styleable.build/Debug-watchos/Styleable.build/swift-overrides.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Styleable.build/Debug-watchos/Styleable.build/DerivedSources-normal/arm64_32 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Styleable.build/Debug-watchos/Styleable.build/DerivedSources/arm64_32 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Styleable.build/Debug-watchos/Styleable.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name Styleable -frontend-parseable-output -disable-clang-spi -target-sdk-version 11.1 -target-sdk-name watchos11.1 -external-plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/local/lib/swift/host/plugins -emit-module-doc-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Styleable.build/Debug-watchos/Styleable.build/Objects-normal/arm64_32/Styleable.swiftdoc -emit-module-source-info-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Styleable.build/Debug-watchos/Styleable.build/Objects-normal/arm64_32/Styleable.swiftsourceinfo -emit-objc-header-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Styleable.build/Debug-watchos/Styleable.build/Objects-normal/arm64_32/Styleable-Swift.h -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Styleable.build/Debug-watchos/Styleable.build/Objects-normal/arm64_32/Styleable-master-emit-module.dia -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Styleable.build/Debug-watchos/Styleable.build/Objects-normal/arm64_32/Styleable-master-emit-module.d -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Styleable.build/Debug-watchos/Styleable.build/Objects-normal/arm64_32/Styleable.swiftmodule -emit-abi-descriptor-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Styleable.build/Debug-watchos/Styleable.build/Objects-normal/arm64_32/Styleable.abi.json
SwiftCompile normal armv7k Compiling\ UIControl+Additions.swift,\ UIEdgeInsets+Additions.swift /Users/admin/builder/spi-builder-workspace/Sources/Styleable/UIKit+Additions/UIControl+Additions.swift /Users/admin/builder/spi-builder-workspace/Sources/Styleable/UIKit+Additions/UIEdgeInsets+Additions.swift (in target 'Styleable' from project 'Styleable')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-swiftTaskExecution -- /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift-frontend -frontend -c /Users/admin/builder/spi-builder-workspace/Sources/Styleable/DSL/ArrayBuilder.swift /Users/admin/builder/spi-builder-workspace/Sources/Styleable/Layout/LayoutGuide.swift /Users/admin/builder/spi-builder-workspace/Sources/Styleable/Layout/NSLayoutConstraint+DSL.swift /Users/admin/builder/spi-builder-workspace/Sources/Styleable/Layout/Padding.swift /Users/admin/builder/spi-builder-workspace/Sources/Styleable/Layout/UIView+Layout.swift /Users/admin/builder/spi-builder-workspace/Sources/Styleable/Scrolls/HScrollView.swift /Users/admin/builder/spi-builder-workspace/Sources/Styleable/Scrolls/VScrollView.swift /Users/admin/builder/spi-builder-workspace/Sources/Styleable/Stacks/HStackView.swift /Users/admin/builder/spi-builder-workspace/Sources/Styleable/Stacks/VStackView.swift /Users/admin/builder/spi-builder-workspace/Sources/Styleable/Stacks/ZStackView.swift /Users/admin/builder/spi-builder-workspace/Sources/Styleable/Style/Style.swift /Users/admin/builder/spi-builder-workspace/Sources/Styleable/Styleable.swift /Users/admin/builder/spi-builder-workspace/Sources/Styleable/UIKit+Additions/StyleableControl.swift /Users/admin/builder/spi-builder-workspace/Sources/Styleable/UIKit+Additions/StyleableView.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/Styleable/UIKit+Additions/UIControl+Additions.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/Styleable/UIKit+Additions/UIEdgeInsets+Additions.swift /Users/admin/builder/spi-builder-workspace/Sources/Styleable/UIKit+Additions/UIView+Styleable.swift /Users/admin/builder/spi-builder-workspace/Sources/Styleable/UIKit+Additions/UIVisualEffectsView+DSL.swift -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Styleable.build/Debug-watchos/Styleable.build/Objects-normal/armv7k/UIControl+Additions.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Styleable.build/Debug-watchos/Styleable.build/Objects-normal/armv7k/UIControl+Additions.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Styleable.build/Debug-watchos/Styleable.build/Objects-normal/armv7k/UIControl+Additions.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Styleable.build/Debug-watchos/Styleable.build/Objects-normal/armv7k/UIControl+Additions.dia -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Styleable.build/Debug-watchos/Styleable.build/Objects-normal/armv7k/UIEdgeInsets+Additions.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Styleable.build/Debug-watchos/Styleable.build/Objects-normal/armv7k/UIEdgeInsets+Additions.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Styleable.build/Debug-watchos/Styleable.build/Objects-normal/armv7k/UIEdgeInsets+Additions.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Styleable.build/Debug-watchos/Styleable.build/Objects-normal/armv7k/UIEdgeInsets+Additions.dia -target armv7k-apple-watchos5.0 -enable-objc-interop -sdk /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.1.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -I /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.1.sdk/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -debug-info-format\=dwarf -dwarf-version\=4 -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -profile-generate -profile-coverage-mapping -swift-version 5 -enforce-exclusivity\=checked -stats-output-dir /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode/.stats -Onone -D SWIFT_PACKAGE -D DEBUG -serialize-debugging-options -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Styleable.build/Debug-watchos/Styleable.build/Objects-normal/armv7k/Styleable_const_extract_protocols.json -enable-experimental-feature DebugDescriptionMacro -enable-experimental-feature OpaqueTypeErasure -strict-concurrency\=complete -empty-abi-descriptor -plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -resource-dir /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -file-compilation-dir /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -Xcc -D_LIBCPP_HARDENING_MODE\=_LIBCPP_HARDENING_MODE_DEBUG -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos11.1-22R574-7b9df0bda16bb4641b33636c68f04660.sdkstatcache -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Styleable.build/Debug-watchos/Styleable.build/swift-overrides.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Styleable.build/Debug-watchos/Styleable.build/DerivedSources-normal/armv7k -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Styleable.build/Debug-watchos/Styleable.build/DerivedSources/armv7k -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Styleable.build/Debug-watchos/Styleable.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name Styleable -frontend-parseable-output -disable-clang-spi -target-sdk-version 11.1 -target-sdk-name watchos11.1 -external-plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/local/lib/swift/host/plugins -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Styleable.build/Debug-watchos/Styleable.build/Objects-normal/armv7k/UIControl+Additions.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Styleable.build/Debug-watchos/Styleable.build/Objects-normal/armv7k/UIEdgeInsets+Additions.o -index-unit-output-path /Styleable.build/Debug-watchos/Styleable.build/Objects-normal/armv7k/UIControl+Additions.o -index-unit-output-path /Styleable.build/Debug-watchos/Styleable.build/Objects-normal/armv7k/UIEdgeInsets+Additions.o -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/Styleable/UIKit+Additions/UIControl+Additions.swift (in target 'Styleable' from project 'Styleable')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift-frontend -c /Users/admin/builder/spi-builder-workspace/Sources/Styleable/DSL/ArrayBuilder.swift /Users/admin/builder/spi-builder-workspace/Sources/Styleable/Layout/LayoutGuide.swift /Users/admin/builder/spi-builder-workspace/Sources/Styleable/Layout/NSLayoutConstraint+DSL.swift /Users/admin/builder/spi-builder-workspace/Sources/Styleable/Layout/Padding.swift /Users/admin/builder/spi-builder-workspace/Sources/Styleable/Layout/UIView+Layout.swift /Users/admin/builder/spi-builder-workspace/Sources/Styleable/Scrolls/HScrollView.swift /Users/admin/builder/spi-builder-workspace/Sources/Styleable/Scrolls/VScrollView.swift /Users/admin/builder/spi-builder-workspace/Sources/Styleable/Stacks/HStackView.swift /Users/admin/builder/spi-builder-workspace/Sources/Styleable/Stacks/VStackView.swift /Users/admin/builder/spi-builder-workspace/Sources/Styleable/Stacks/ZStackView.swift /Users/admin/builder/spi-builder-workspace/Sources/Styleable/Style/Style.swift /Users/admin/builder/spi-builder-workspace/Sources/Styleable/Styleable.swift /Users/admin/builder/spi-builder-workspace/Sources/Styleable/UIKit+Additions/StyleableControl.swift /Users/admin/builder/spi-builder-workspace/Sources/Styleable/UIKit+Additions/StyleableView.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/Styleable/UIKit+Additions/UIControl+Additions.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/Styleable/UIKit+Additions/UIEdgeInsets+Additions.swift /Users/admin/builder/spi-builder-workspace/Sources/Styleable/UIKit+Additions/UIView+Styleable.swift /Users/admin/builder/spi-builder-workspace/Sources/Styleable/UIKit+Additions/UIVisualEffectsView+DSL.swift -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Styleable.build/Debug-watchos/Styleable.build/Objects-normal/armv7k/UIControl+Additions.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Styleable.build/Debug-watchos/Styleable.build/Objects-normal/armv7k/UIControl+Additions.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Styleable.build/Debug-watchos/Styleable.build/Objects-normal/armv7k/UIControl+Additions.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Styleable.build/Debug-watchos/Styleable.build/Objects-normal/armv7k/UIControl+Additions.dia -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Styleable.build/Debug-watchos/Styleable.build/Objects-normal/armv7k/UIEdgeInsets+Additions.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Styleable.build/Debug-watchos/Styleable.build/Objects-normal/armv7k/UIEdgeInsets+Additions.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Styleable.build/Debug-watchos/Styleable.build/Objects-normal/armv7k/UIEdgeInsets+Additions.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Styleable.build/Debug-watchos/Styleable.build/Objects-normal/armv7k/UIEdgeInsets+Additions.dia -target armv7k-apple-watchos5.0 -enable-objc-interop -sdk /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.1.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -I /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.1.sdk/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -debug-info-format\=dwarf -dwarf-version\=4 -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -profile-generate -profile-coverage-mapping -swift-version 5 -enforce-exclusivity\=checked -stats-output-dir /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode/.stats -Onone -D SWIFT_PACKAGE -D DEBUG -serialize-debugging-options -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Styleable.build/Debug-watchos/Styleable.build/Objects-normal/armv7k/Styleable_const_extract_protocols.json -enable-experimental-feature DebugDescriptionMacro -enable-experimental-feature OpaqueTypeErasure -strict-concurrency\=complete -empty-abi-descriptor -plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -resource-dir /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -file-compilation-dir /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -Xcc -D_LIBCPP_HARDENING_MODE\=_LIBCPP_HARDENING_MODE_DEBUG -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos11.1-22R574-7b9df0bda16bb4641b33636c68f04660.sdkstatcache -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Styleable.build/Debug-watchos/Styleable.build/swift-overrides.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Styleable.build/Debug-watchos/Styleable.build/DerivedSources-normal/armv7k -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Styleable.build/Debug-watchos/Styleable.build/DerivedSources/armv7k -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Styleable.build/Debug-watchos/Styleable.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name Styleable -frontend-parseable-output -disable-clang-spi -target-sdk-version 11.1 -target-sdk-name watchos11.1 -external-plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/local/lib/swift/host/plugins -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Styleable.build/Debug-watchos/Styleable.build/Objects-normal/armv7k/UIControl+Additions.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Styleable.build/Debug-watchos/Styleable.build/Objects-normal/armv7k/UIEdgeInsets+Additions.o -index-unit-output-path /Styleable.build/Debug-watchos/Styleable.build/Objects-normal/armv7k/UIControl+Additions.o -index-unit-output-path /Styleable.build/Debug-watchos/Styleable.build/Objects-normal/armv7k/UIEdgeInsets+Additions.o -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/Styleable/UIKit+Additions/UIEdgeInsets+Additions.swift (in target 'Styleable' from project 'Styleable')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift-frontend -c /Users/admin/builder/spi-builder-workspace/Sources/Styleable/DSL/ArrayBuilder.swift /Users/admin/builder/spi-builder-workspace/Sources/Styleable/Layout/LayoutGuide.swift /Users/admin/builder/spi-builder-workspace/Sources/Styleable/Layout/NSLayoutConstraint+DSL.swift /Users/admin/builder/spi-builder-workspace/Sources/Styleable/Layout/Padding.swift /Users/admin/builder/spi-builder-workspace/Sources/Styleable/Layout/UIView+Layout.swift /Users/admin/builder/spi-builder-workspace/Sources/Styleable/Scrolls/HScrollView.swift /Users/admin/builder/spi-builder-workspace/Sources/Styleable/Scrolls/VScrollView.swift /Users/admin/builder/spi-builder-workspace/Sources/Styleable/Stacks/HStackView.swift /Users/admin/builder/spi-builder-workspace/Sources/Styleable/Stacks/VStackView.swift /Users/admin/builder/spi-builder-workspace/Sources/Styleable/Stacks/ZStackView.swift /Users/admin/builder/spi-builder-workspace/Sources/Styleable/Style/Style.swift /Users/admin/builder/spi-builder-workspace/Sources/Styleable/Styleable.swift /Users/admin/builder/spi-builder-workspace/Sources/Styleable/UIKit+Additions/StyleableControl.swift /Users/admin/builder/spi-builder-workspace/Sources/Styleable/UIKit+Additions/StyleableView.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/Styleable/UIKit+Additions/UIControl+Additions.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/Styleable/UIKit+Additions/UIEdgeInsets+Additions.swift /Users/admin/builder/spi-builder-workspace/Sources/Styleable/UIKit+Additions/UIView+Styleable.swift /Users/admin/builder/spi-builder-workspace/Sources/Styleable/UIKit+Additions/UIVisualEffectsView+DSL.swift -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Styleable.build/Debug-watchos/Styleable.build/Objects-normal/armv7k/UIControl+Additions.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Styleable.build/Debug-watchos/Styleable.build/Objects-normal/armv7k/UIControl+Additions.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Styleable.build/Debug-watchos/Styleable.build/Objects-normal/armv7k/UIControl+Additions.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Styleable.build/Debug-watchos/Styleable.build/Objects-normal/armv7k/UIControl+Additions.dia -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Styleable.build/Debug-watchos/Styleable.build/Objects-normal/armv7k/UIEdgeInsets+Additions.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Styleable.build/Debug-watchos/Styleable.build/Objects-normal/armv7k/UIEdgeInsets+Additions.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Styleable.build/Debug-watchos/Styleable.build/Objects-normal/armv7k/UIEdgeInsets+Additions.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Styleable.build/Debug-watchos/Styleable.build/Objects-normal/armv7k/UIEdgeInsets+Additions.dia -target armv7k-apple-watchos5.0 -enable-objc-interop -sdk /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.1.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -I /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.1.sdk/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -debug-info-format\=dwarf -dwarf-version\=4 -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -profile-generate -profile-coverage-mapping -swift-version 5 -enforce-exclusivity\=checked -stats-output-dir /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode/.stats -Onone -D SWIFT_PACKAGE -D DEBUG -serialize-debugging-options -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Styleable.build/Debug-watchos/Styleable.build/Objects-normal/armv7k/Styleable_const_extract_protocols.json -enable-experimental-feature DebugDescriptionMacro -enable-experimental-feature OpaqueTypeErasure -strict-concurrency\=complete -empty-abi-descriptor -plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -resource-dir /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -file-compilation-dir /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -Xcc -D_LIBCPP_HARDENING_MODE\=_LIBCPP_HARDENING_MODE_DEBUG -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos11.1-22R574-7b9df0bda16bb4641b33636c68f04660.sdkstatcache -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Styleable.build/Debug-watchos/Styleable.build/swift-overrides.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Styleable.build/Debug-watchos/Styleable.build/DerivedSources-normal/armv7k -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Styleable.build/Debug-watchos/Styleable.build/DerivedSources/armv7k -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Styleable.build/Debug-watchos/Styleable.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name Styleable -frontend-parseable-output -disable-clang-spi -target-sdk-version 11.1 -target-sdk-name watchos11.1 -external-plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/local/lib/swift/host/plugins -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Styleable.build/Debug-watchos/Styleable.build/Objects-normal/armv7k/UIControl+Additions.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Styleable.build/Debug-watchos/Styleable.build/Objects-normal/armv7k/UIEdgeInsets+Additions.o -index-unit-output-path /Styleable.build/Debug-watchos/Styleable.build/Objects-normal/armv7k/UIControl+Additions.o -index-unit-output-path /Styleable.build/Debug-watchos/Styleable.build/Objects-normal/armv7k/UIEdgeInsets+Additions.o -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
SwiftEmitModule normal arm64 Emitting\ module\ for\ Styleable (in target 'Styleable' from project 'Styleable')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-swiftTaskExecution -- /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift-frontend -frontend -emit-module -experimental-skip-non-inlinable-function-bodies-without-types /Users/admin/builder/spi-builder-workspace/Sources/Styleable/DSL/ArrayBuilder.swift /Users/admin/builder/spi-builder-workspace/Sources/Styleable/Layout/LayoutGuide.swift /Users/admin/builder/spi-builder-workspace/Sources/Styleable/Layout/NSLayoutConstraint+DSL.swift /Users/admin/builder/spi-builder-workspace/Sources/Styleable/Layout/Padding.swift /Users/admin/builder/spi-builder-workspace/Sources/Styleable/Layout/UIView+Layout.swift /Users/admin/builder/spi-builder-workspace/Sources/Styleable/Scrolls/HScrollView.swift /Users/admin/builder/spi-builder-workspace/Sources/Styleable/Scrolls/VScrollView.swift /Users/admin/builder/spi-builder-workspace/Sources/Styleable/Stacks/HStackView.swift /Users/admin/builder/spi-builder-workspace/Sources/Styleable/Stacks/VStackView.swift /Users/admin/builder/spi-builder-workspace/Sources/Styleable/Stacks/ZStackView.swift /Users/admin/builder/spi-builder-workspace/Sources/Styleable/Style/Style.swift /Users/admin/builder/spi-builder-workspace/Sources/Styleable/Styleable.swift /Users/admin/builder/spi-builder-workspace/Sources/Styleable/UIKit+Additions/StyleableControl.swift /Users/admin/builder/spi-builder-workspace/Sources/Styleable/UIKit+Additions/StyleableView.swift /Users/admin/builder/spi-builder-workspace/Sources/Styleable/UIKit+Additions/UIControl+Additions.swift /Users/admin/builder/spi-builder-workspace/Sources/Styleable/UIKit+Additions/UIEdgeInsets+Additions.swift /Users/admin/builder/spi-builder-workspace/Sources/Styleable/UIKit+Additions/UIView+Styleable.swift /Users/admin/builder/spi-builder-workspace/Sources/Styleable/UIKit+Additions/UIVisualEffectsView+DSL.swift -target arm64-apple-watchos5.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -sdk /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.1.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -I /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.1.sdk/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -debug-info-format\=dwarf -dwarf-version\=4 -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -profile-generate -profile-coverage-mapping -swift-version 5 -enforce-exclusivity\=checked -stats-output-dir /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode/.stats -Onone -D SWIFT_PACKAGE -D DEBUG -serialize-debugging-options -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Styleable.build/Debug-watchos/Styleable.build/Objects-normal/arm64/Styleable_const_extract_protocols.json -enable-experimental-feature DebugDescriptionMacro -enable-experimental-feature OpaqueTypeErasure -strict-concurrency\=complete -empty-abi-descriptor -plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -resource-dir /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -file-compilation-dir /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -Xcc -D_LIBCPP_HARDENING_MODE\=_LIBCPP_HARDENING_MODE_DEBUG -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos11.1-22R574-7b9df0bda16bb4641b33636c68f04660.sdkstatcache -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Styleable.build/Debug-watchos/Styleable.build/swift-overrides.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Styleable.build/Debug-watchos/Styleable.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Styleable.build/Debug-watchos/Styleable.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Styleable.build/Debug-watchos/Styleable.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name Styleable -frontend-parseable-output -disable-clang-spi -target-sdk-version 11.1 -target-sdk-name watchos11.1 -external-plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/local/lib/swift/host/plugins -emit-module-doc-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Styleable.build/Debug-watchos/Styleable.build/Objects-normal/arm64/Styleable.swiftdoc -emit-module-source-info-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Styleable.build/Debug-watchos/Styleable.build/Objects-normal/arm64/Styleable.swiftsourceinfo -emit-objc-header-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Styleable.build/Debug-watchos/Styleable.build/Objects-normal/arm64/Styleable-Swift.h -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Styleable.build/Debug-watchos/Styleable.build/Objects-normal/arm64/Styleable-master-emit-module.dia -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Styleable.build/Debug-watchos/Styleable.build/Objects-normal/arm64/Styleable-master-emit-module.d -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Styleable.build/Debug-watchos/Styleable.build/Objects-normal/arm64/Styleable.swiftmodule -emit-abi-descriptor-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Styleable.build/Debug-watchos/Styleable.build/Objects-normal/arm64/Styleable.abi.json
Command SwiftEmitModule failed with a nonzero exit code
** BUILD FAILED **
The following build commands failed:
	EmitSwiftModule normal armv7k (in target 'Styleable' from project 'Styleable')
	SwiftEmitModule normal armv7k Emitting\ module\ for\ Styleable (in target 'Styleable' from project 'Styleable')
	SwiftEmitModule normal arm64 Emitting\ module\ for\ Styleable (in target 'Styleable' from project 'Styleable')
	Building workspace spi-builder-workspace with scheme Styleable
(4 failures)
BUILD FAILURE 6.0 watchOS