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.1 for watchOS using Xcode 16.3 on 26 Apr 2025 15:42:10 UTC.

Build Command

env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme Styleable -destination generic/platform=watchOS

Build Log

@objc public class ZStackView: UIView {
~^~~~~
/Users/admin/builder/spi-builder-workspace/Sources/Styleable/Stacks/ZStackView.swift:13:20: note: inherit from 'NSObject' to silence this error
@objc public class ZStackView: UIView {
                   ^
                               NSObject,
/Users/admin/builder/spi-builder-workspace/Sources/Styleable/UIKit+Additions/StyleableControl.swift:11:30: error: cannot find type 'UIControl' in scope
open class StyleableControl: UIControl {
                             ^~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/Styleable/UIKit+Additions/StyleableView.swift:12:27: error: cannot find type 'UIView' in scope
open class StyleableView: UIView {
                          ^~~~~~
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSTextAttachment.h:23:1: note: interface 'UIView' forward declared here
@class UIView;
^
/Users/admin/builder/spi-builder-workspace/Sources/Styleable/UIKit+Additions/UIControl+Additions.swift:11:33: error: cannot find type 'UIControl' in scope
extension Styleable where Self: UIControl {
                                ^~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/Styleable/UIKit+Additions/UIControl+Additions.swift:19:48: error: cannot find type 'UIControl' in scope
    @discardableResult public func on(_ event: UIControl.Event, call selector: Selector, on target: Any?) -> Self {
                                               ^~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/Styleable/UIKit+Additions/UIControl+Additions.swift:33:48: error: cannot find type 'UIControl' in scope
    @discardableResult public func on(_ event: UIControl.Event, action: @escaping () -> Void) -> Self {
                                               ^~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/Styleable/UIKit+Additions/UIEdgeInsets+Additions.swift:11:1: warning: extension declares a conformance of imported type 'UIEdgeInsets' to imported protocol 'ExpressibleByFloatLiteral'; this will not behave correctly if the owners of 'UIKit' introduce this conformance in the future
extension UIEdgeInsets: ExpressibleByFloatLiteral {
^
/Users/admin/builder/spi-builder-workspace/Sources/Styleable/UIKit+Additions/UIEdgeInsets+Additions.swift:11:1: note: add '@retroactive' to silence this warning
extension UIEdgeInsets: ExpressibleByFloatLiteral {
^                       ~~~~~~~~~~~~~~~~~~~~~~~~~
                        @retroactive ExpressibleByFloatLiteral
/Users/admin/builder/spi-builder-workspace/Sources/Styleable/UIKit+Additions/UIEdgeInsets+Additions.swift:18:1: warning: extension declares a conformance of imported type 'UIEdgeInsets' to imported protocol 'ExpressibleByIntegerLiteral'; this will not behave correctly if the owners of 'UIKit' introduce this conformance in the future
extension UIEdgeInsets: ExpressibleByIntegerLiteral {
^
/Users/admin/builder/spi-builder-workspace/Sources/Styleable/UIKit+Additions/UIEdgeInsets+Additions.swift:18:1: note: add '@retroactive' to silence this warning
extension UIEdgeInsets: ExpressibleByIntegerLiteral {
^                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~
                        @retroactive ExpressibleByIntegerLiteral
/Users/admin/builder/spi-builder-workspace/Sources/Styleable/UIKit+Additions/UIView+Styleable.swift:11:11: error: cannot find type 'UIView' in scope
extension UIView: Styleable { }
          ^~~~~~
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSTextAttachment.h:23:1: note: interface 'UIView' forward declared here
@class UIView;
^
/Users/admin/builder/spi-builder-workspace/Sources/Styleable/UIKit+Additions/UIView+Styleable.swift:13:33: error: cannot find type 'UIView' in scope
extension Styleable where Self: UIView {
                                ^~~~~~
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSTextAttachment.h:23:1: note: interface 'UIView' forward declared here
@class UIView;
^
/Users/admin/builder/spi-builder-workspace/Sources/Styleable/UIKit+Additions/UIView+Styleable.swift:22:33: error: cannot find type 'UIView' in scope
extension Styleable where Self: UIView {
                                ^~~~~~
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSTextAttachment.h:23:1: note: interface 'UIView' forward declared here
@class UIView;
^
/Users/admin/builder/spi-builder-workspace/Sources/Styleable/UIKit+Additions/UIView+Styleable.swift:26:71: error: cannot find type 'NSLayoutXAxisAnchor' in scope
    @discardableResult public func constrain(_ keyPath: KeyPath<Self, NSLayoutXAxisAnchor>,
                                                                      ^~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/Styleable/UIKit+Additions/UIView+Styleable.swift:27:91: error: cannot find type 'NSLayoutXAxisAnchor' in scope
                                             equalTo anchor: @autoclosure @escaping () -> NSLayoutXAxisAnchor,
                                                                                          ^~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/Styleable/UIKit+Additions/UIView+Styleable.swift:29: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:33:71: error: cannot find type 'NSLayoutXAxisAnchor' in scope
    @discardableResult public func constrain(_ keyPath: KeyPath<Self, NSLayoutXAxisAnchor>,
                                                                      ^~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/Styleable/UIKit+Additions/UIView+Styleable.swift:34:101: error: cannot find type 'NSLayoutXAxisAnchor' in scope
                                             lessThanOrEqualTo anchor: @autoclosure @escaping () -> NSLayoutXAxisAnchor,
                                                                                                    ^~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/Styleable/UIKit+Additions/UIView+Styleable.swift:36: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:40:71: error: cannot find type 'NSLayoutXAxisAnchor' in scope
    @discardableResult public func constrain(_ keyPath: KeyPath<Self, NSLayoutXAxisAnchor>,
                                                                      ^~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/Styleable/UIKit+Additions/UIView+Styleable.swift:41:104: error: cannot find type 'NSLayoutXAxisAnchor' in scope
                                             greaterThanOrEqualTo anchor: @autoclosure @escaping () -> NSLayoutXAxisAnchor,
                                                                                                       ^~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/Styleable/UIKit+Additions/UIView+Styleable.swift:43: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:47:71: error: cannot find type 'NSLayoutYAxisAnchor' in scope
    @discardableResult public func constrain(_ keyPath: KeyPath<Self, NSLayoutYAxisAnchor>,
                                                                      ^~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/Styleable/UIKit+Additions/UIView+Styleable.swift:48:91: error: cannot find type 'NSLayoutYAxisAnchor' in scope
                                             equalTo anchor: @autoclosure @escaping () -> NSLayoutYAxisAnchor,
                                                                                          ^~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/Styleable/UIKit+Additions/UIView+Styleable.swift:50: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:54:71: error: cannot find type 'NSLayoutYAxisAnchor' in scope
    @discardableResult public func constrain(_ keyPath: KeyPath<Self, NSLayoutYAxisAnchor>,
                                                                      ^~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/Styleable/UIKit+Additions/UIView+Styleable.swift:55:101: error: cannot find type 'NSLayoutYAxisAnchor' in scope
                                             lessThanOrEqualTo anchor: @autoclosure @escaping () -> NSLayoutYAxisAnchor,
                                                                                                    ^~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/Styleable/UIKit+Additions/UIView+Styleable.swift:57: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:61:71: error: cannot find type 'NSLayoutYAxisAnchor' in scope
    @discardableResult public func constrain(_ keyPath: KeyPath<Self, NSLayoutYAxisAnchor>,
                                                                      ^~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/Styleable/UIKit+Additions/UIView+Styleable.swift:62:104: error: cannot find type 'NSLayoutYAxisAnchor' in scope
                                             greaterThanOrEqualTo anchor: @autoclosure @escaping () -> NSLayoutYAxisAnchor,
                                                                                                       ^~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/Styleable/UIKit+Additions/UIView+Styleable.swift:64: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:80: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:81:91: error: cannot find type 'NSLayoutDimension' in scope
                                             equalTo anchor: @autoclosure @escaping () -> NSLayoutDimension,
                                                                                          ^~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/Styleable/UIKit+Additions/UIView+Styleable.swift:83: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:99: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:100:104: error: cannot find type 'NSLayoutDimension' in scope
                                             greaterThanOrEqualTo anchor: @autoclosure @escaping () -> NSLayoutDimension,
                                                                                                       ^~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/Styleable/UIKit+Additions/UIView+Styleable.swift:102: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:120: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: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 {
          ^~~~~~~~~~~~~~~~~~
Failed frontend command:
/Applications/Xcode-16.3.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.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -I /Applications/Xcode-16.3.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.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.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-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures -enable-experimental-feature DebugDescriptionMacro -strict-concurrency\=complete -empty-abi-descriptor -plugin-path /Applications/Xcode-16.3.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.3.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 -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos11.4-22T246-43efb940ff07ba2497b70ec94253f576.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.4 -target-sdk-name watchos11.4 -external-plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/bin/swift-plugin-server -in-process-plugin-server-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/libSwiftInProcPluginServer.dylib -plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Applications/Xcode-16.3.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
SwiftEmitModule normal armv7k Emitting\ module\ for\ Styleable (in target 'Styleable' from project 'Styleable')
EmitSwiftModule normal armv7k (in target 'Styleable' from project 'Styleable')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

/Users/admin/builder/spi-builder-workspace/Sources/Styleable/Layout/Padding.swift:58:54: error: cannot find type 'UIView' in scope
    public static func buildExpression(_ expression: UIView) -> ArrayBuilder<T>.Component {
                                                     ^~~~~~
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSTextAttachment.h:23:1: note: interface 'UIView' forward declared here
@class UIView;
^
/Users/admin/builder/spi-builder-workspace/Sources/Styleable/Layout/Padding.swift:65:33: error: cannot find type 'UIView' in scope
extension ArrayBuilder where T: UIView {
                                ^~~~~~
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSTextAttachment.h:23:1: note: interface 'UIView' forward declared here
@class UIView;
^
/Users/admin/builder/spi-builder-workspace/Sources/Styleable/Layout/LayoutGuide.swift:13:24: error: cannot find type 'NSLayoutXAxisAnchor' in scope
    var leadingAnchor: NSLayoutXAxisAnchor { get }
                       ^~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/Styleable/Layout/LayoutGuide.swift:14:25: error: cannot find type 'NSLayoutXAxisAnchor' in scope
    var trailingAnchor: NSLayoutXAxisAnchor { get }
                        ^~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/Styleable/Layout/LayoutGuide.swift:15:21: error: cannot find type 'NSLayoutXAxisAnchor' in scope
    var leftAnchor: NSLayoutXAxisAnchor { get }
                    ^~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/Styleable/Layout/LayoutGuide.swift:16:22: error: cannot find type 'NSLayoutXAxisAnchor' in scope
    var rightAnchor: NSLayoutXAxisAnchor { get }
                     ^~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/Styleable/Layout/LayoutGuide.swift:17:20: error: cannot find type 'NSLayoutYAxisAnchor' in scope
    var topAnchor: NSLayoutYAxisAnchor { get }
                   ^~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/Styleable/Layout/LayoutGuide.swift:18:23: error: cannot find type 'NSLayoutYAxisAnchor' in scope
    var bottomAnchor: NSLayoutYAxisAnchor { get }
                      ^~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/Styleable/Layout/LayoutGuide.swift:19:22: error: cannot find type 'NSLayoutDimension' in scope
    var widthAnchor: NSLayoutDimension { get }
                     ^~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/Styleable/Layout/LayoutGuide.swift:20:23: error: cannot find type 'NSLayoutDimension' in scope
    var heightAnchor: NSLayoutDimension { get }
                      ^~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/Styleable/Layout/LayoutGuide.swift:21:24: error: cannot find type 'NSLayoutXAxisAnchor' in scope
    var centerXAnchor: NSLayoutXAxisAnchor { get }
                       ^~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/Styleable/Layout/LayoutGuide.swift:22:24: error: cannot find type 'NSLayoutYAxisAnchor' in scope
    var centerYAnchor: NSLayoutYAxisAnchor { get }
                       ^~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/Styleable/Layout/LayoutGuide.swift:25:11: error: cannot find type 'UIView' in scope
extension UIView: LayoutGuide { }
          ^~~~~~
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSTextAttachment.h:23:1: note: interface 'UIView' forward declared here
@class UIView;
^
/Users/admin/builder/spi-builder-workspace/Sources/Styleable/Layout/LayoutGuide.swift:26:11: error: cannot find type 'UILayoutGuide' in scope
extension UILayoutGuide: LayoutGuide { }
          ^~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/Styleable/Layout/LayoutGuide.swift:28:11: error: cannot find type 'UIView' in scope
extension UIView {
          ^~~~~~
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSTextAttachment.h:23:1: note: interface 'UIView' forward declared here
@class UIView;
^
/Users/admin/builder/spi-builder-workspace/Sources/Styleable/Layout/NSLayoutConstraint+DSL.swift:11:11: error: cannot find type 'NSLayoutConstraint' in scope
extension NSLayoutConstraint {
          ^~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/Styleable/Layout/Padding.swift:14:34: error: 'Guide' is not a member type of class 'Styleable.ZStackView'
    public var guide: ZStackView.Guide?
                      ~~~~~~~~~~ ^
/Users/admin/builder/spi-builder-workspace/Sources/Styleable/Stacks/ZStackView.swift:13:20: note: 'ZStackView' declared here
@objc public class ZStackView: UIView {
                   ^
/Users/admin/builder/spi-builder-workspace/Sources/Styleable/Layout/Padding.swift:15:24: error: cannot find type 'UIView' in scope
    public var views: [UIView]
                       ^~~~~~
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSTextAttachment.h:23:1: note: interface 'UIView' forward declared here
@class UIView;
^
/Users/admin/builder/spi-builder-workspace/Sources/Styleable/Layout/Padding.swift:17:76: error: 'Guide' is not a member type of class 'Styleable.ZStackView'
    public init(insets: UIEdgeInsets = .zero, relativeTo guide: ZStackView.Guide? = .edges, @ArrayBuilder<UIView> _ views: () -> [UIView]) {
                                                                ~~~~~~~~~~ ^
/Users/admin/builder/spi-builder-workspace/Sources/Styleable/Stacks/ZStackView.swift:13:20: note: 'ZStackView' declared here
@objc public class ZStackView: UIView {
                   ^
/Users/admin/builder/spi-builder-workspace/Sources/Styleable/Layout/Padding.swift:17:131: error: cannot find type 'UIView' in scope
    public init(insets: UIEdgeInsets = .zero, relativeTo guide: ZStackView.Guide? = .edges, @ArrayBuilder<UIView> _ views: () -> [UIView]) {
                                                                                                                                  ^~~~~~
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSTextAttachment.h:23:1: note: interface 'UIView' forward declared here
@class UIView;
^
/Users/admin/builder/spi-builder-workspace/Sources/Styleable/Layout/Padding.swift:17:107: error: cannot find type 'UIView' in scope
    public init(insets: UIEdgeInsets = .zero, relativeTo guide: ZStackView.Guide? = .edges, @ArrayBuilder<UIView> _ views: () -> [UIView]) {
                                                                                                          ^~~~~~
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSTextAttachment.h:23:1: note: interface 'UIView' forward declared here
@class UIView;
^
/Users/admin/builder/spi-builder-workspace/Sources/Styleable/Layout/Padding.swift:24:33: error: cannot find type 'UIView' in scope
extension Styleable where Self: UIView {
                                ^~~~~~
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSTextAttachment.h:23:1: note: interface 'UIView' forward declared here
@class UIView;
^
/Users/admin/builder/spi-builder-workspace/Sources/Styleable/Layout/Padding.swift:25:75: error: cannot find type 'UIView' in scope
    public func padding(_ insets: UIEdgeInsets = .zero, relativeTo guide: UIView.Guide) -> Padding {
                                                                          ^~~~~~
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSTextAttachment.h:23:1: note: interface 'UIView' forward declared here
@class UIView;
^
/Users/admin/builder/spi-builder-workspace/Sources/Styleable/Layout/Padding.swift:29:48: error: cannot find type 'UIView' in scope
    public func centeredHorizontally(in guide: UIView.Guide) -> Padding {
                                               ^~~~~~
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSTextAttachment.h:23:1: note: interface 'UIView' forward declared here
@class UIView;
^
/Users/admin/builder/spi-builder-workspace/Sources/Styleable/Layout/Padding.swift:38:46: error: cannot find type 'UIView' in scope
    public func centeredVertically(in guide: UIView.Guide) -> Padding {
                                             ^~~~~~
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSTextAttachment.h:23:1: note: interface 'UIView' forward declared here
@class UIView;
^
/Users/admin/builder/spi-builder-workspace/Sources/Styleable/Layout/Padding.swift:47:36: error: cannot find type 'UIView' in scope
    public func centered(in guide: UIView.Guide) -> Padding {
                                   ^~~~~~
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSTextAttachment.h:23:1: note: interface 'UIView' forward declared here
@class UIView;
^
/Users/admin/builder/spi-builder-workspace/Sources/Styleable/Layout/UIView+Layout.swift:13:11: error: cannot find type 'UIView' in scope
extension UIView {
          ^~~~~~
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSTextAttachment.h:23:1: note: interface 'UIView' forward declared here
@class UIView;
^
/Users/admin/builder/spi-builder-workspace/Sources/Styleable/Scrolls/HScrollView.swift:13:43: error: cannot find type 'UIView' in scope
    public init(_ buildContentView: () -> UIView) {
                                          ^~~~~~
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSTextAttachment.h:23:1: note: interface 'UIView' forward declared here
@class UIView;
^
/Users/admin/builder/spi-builder-workspace/Sources/Styleable/Scrolls/HScrollView.swift:12:27: error: cannot find type 'UIScrollView' in scope
public class HScrollView: UIScrollView {
                          ^~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/Styleable/Scrolls/VScrollView.swift:13:43: error: cannot find type 'UIView' in scope
    public init(_ buildContentView: () -> UIView) {
                                          ^~~~~~
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSTextAttachment.h:23:1: note: interface 'UIView' forward declared here
@class UIView;
^
/Users/admin/builder/spi-builder-workspace/Sources/Styleable/Scrolls/VScrollView.swift:12:27: error: cannot find type 'UIScrollView' in scope
public class VScrollView: UIScrollView {
                          ^~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/Styleable/Stacks/HStackView.swift:14:31: error: cannot find type 'NSLayoutConstraint' in scope
    public override var axis: NSLayoutConstraint.Axis {
                              ^~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/Styleable/Stacks/HStackView.swift:19:31: error: cannot find type 'UIStackView' in scope
    public init(distribution: UIStackView.Distribution = .fill, spacing: CGFloat = 0, alignment: UIStackView.Alignment = .fill, @ArrayBuilder<UIView> _ arrangedSubviewsBuilder: () -> [UIView] = { [] }) {
                              ^~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/Styleable/Stacks/HStackView.swift:19:98: error: cannot find type 'UIStackView' in scope
    public init(distribution: UIStackView.Distribution = .fill, spacing: CGFloat = 0, alignment: UIStackView.Alignment = .fill, @ArrayBuilder<UIView> _ arrangedSubviewsBuilder: () -> [UIView] = { [] }) {
                                                                                                 ^~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/Styleable/Stacks/HStackView.swift:19:185: error: cannot find type 'UIView' in scope
    public init(distribution: UIStackView.Distribution = .fill, spacing: CGFloat = 0, alignment: UIStackView.Alignment = .fill, @ArrayBuilder<UIView> _ arrangedSubviewsBuilder: () -> [UIView] = { [] }) {
                                                                                                                                                                                        ^~~~~~
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSTextAttachment.h:23:1: note: interface 'UIView' forward declared here
@class UIView;
^
/Users/admin/builder/spi-builder-workspace/Sources/Styleable/Stacks/HStackView.swift:19:143: error: cannot find type 'UIView' in scope
    public init(distribution: UIStackView.Distribution = .fill, spacing: CGFloat = 0, alignment: UIStackView.Alignment = .fill, @ArrayBuilder<UIView> _ arrangedSubviewsBuilder: () -> [UIView] = { [] }) {
                                                                                                                                              ^~~~~~
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSTextAttachment.h:23:1: note: interface 'UIView' forward declared here
@class UIView;
^
/Users/admin/builder/spi-builder-workspace/Sources/Styleable/Stacks/HStackView.swift:12:32: error: cannot find type 'UIStackView' in scope
@objc public class HStackView: UIStackView {
                               ^~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/Styleable/Stacks/HStackView.swift:12:2: error: only classes that inherit from NSObject can be declared @objc
@objc public class HStackView: UIStackView {
~^~~~~
/Users/admin/builder/spi-builder-workspace/Sources/Styleable/Stacks/HStackView.swift:12:20: note: inherit from 'NSObject' to silence this error
@objc public class HStackView: UIStackView {
                   ^
                               NSObject,
/Users/admin/builder/spi-builder-workspace/Sources/Styleable/Stacks/VStackView.swift:14:31: error: cannot find type 'NSLayoutConstraint' in scope
    public override var axis: NSLayoutConstraint.Axis {
                              ^~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/Styleable/Stacks/VStackView.swift:19:31: error: cannot find type 'UIStackView' in scope
    public init(distribution: UIStackView.Distribution = .fill, spacing: CGFloat = 0, alignment: UIStackView.Alignment = .fill, @ArrayBuilder<UIView> _ arrangedSubviewsBuilder: () -> [UIView] = { [] }) {
                              ^~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/Styleable/Stacks/VStackView.swift:19:98: error: cannot find type 'UIStackView' in scope
    public init(distribution: UIStackView.Distribution = .fill, spacing: CGFloat = 0, alignment: UIStackView.Alignment = .fill, @ArrayBuilder<UIView> _ arrangedSubviewsBuilder: () -> [UIView] = { [] }) {
                                                                                                 ^~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/Styleable/Stacks/VStackView.swift:19:185: error: cannot find type 'UIView' in scope
    public init(distribution: UIStackView.Distribution = .fill, spacing: CGFloat = 0, alignment: UIStackView.Alignment = .fill, @ArrayBuilder<UIView> _ arrangedSubviewsBuilder: () -> [UIView] = { [] }) {
                                                                                                                                                                                        ^~~~~~
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSTextAttachment.h:23:1: note: interface 'UIView' forward declared here
@class UIView;
^
/Users/admin/builder/spi-builder-workspace/Sources/Styleable/Stacks/VStackView.swift:19:143: error: cannot find type 'UIView' in scope
    public init(distribution: UIStackView.Distribution = .fill, spacing: CGFloat = 0, alignment: UIStackView.Alignment = .fill, @ArrayBuilder<UIView> _ arrangedSubviewsBuilder: () -> [UIView] = { [] }) {
                                                                                                                                              ^~~~~~
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSTextAttachment.h:23:1: note: interface 'UIView' forward declared here
@class UIView;
^
/Users/admin/builder/spi-builder-workspace/Sources/Styleable/Stacks/VStackView.swift:12:32: error: cannot find type 'UIStackView' in scope
@objc public class VStackView: UIStackView {
                               ^~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/Styleable/Stacks/VStackView.swift:12:2: error: only classes that inherit from NSObject can be declared @objc
@objc public class VStackView: UIStackView {
~^~~~~
/Users/admin/builder/spi-builder-workspace/Sources/Styleable/Stacks/VStackView.swift:12:20: note: inherit from 'NSObject' to silence this error
@objc public class VStackView: UIStackView {
                   ^
                               NSObject,
/Users/admin/builder/spi-builder-workspace/Sources/Styleable/Stacks/ZStackView.swift:13:32: error: cannot find type 'UIView' in scope
@objc public class ZStackView: UIView {
                               ^~~~~~
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSTextAttachment.h:23:1: note: interface 'UIView' forward declared here
@class UIView;
^
/Users/admin/builder/spi-builder-workspace/Sources/Styleable/Stacks/ZStackView.swift:13:2: error: only classes that inherit from NSObject can be declared @objc
@objc public class ZStackView: UIView {
~^~~~~
/Users/admin/builder/spi-builder-workspace/Sources/Styleable/Stacks/ZStackView.swift:13:20: note: inherit from 'NSObject' to silence this error
@objc public class ZStackView: UIView {
                   ^
                               NSObject,
/Users/admin/builder/spi-builder-workspace/Sources/Styleable/UIKit+Additions/StyleableControl.swift:11:30: error: cannot find type 'UIControl' in scope
open class StyleableControl: UIControl {
                             ^~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/Styleable/UIKit+Additions/StyleableView.swift:12:27: error: cannot find type 'UIView' in scope
open class StyleableView: UIView {
                          ^~~~~~
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSTextAttachment.h:23:1: note: interface 'UIView' forward declared here
@class UIView;
^
/Users/admin/builder/spi-builder-workspace/Sources/Styleable/UIKit+Additions/UIControl+Additions.swift:11:33: error: cannot find type 'UIControl' in scope
extension Styleable where Self: UIControl {
                                ^~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/Styleable/UIKit+Additions/UIControl+Additions.swift:19:48: error: cannot find type 'UIControl' in scope
    @discardableResult public func on(_ event: UIControl.Event, call selector: Selector, on target: Any?) -> Self {
                                               ^~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/Styleable/UIKit+Additions/UIControl+Additions.swift:33:48: error: cannot find type 'UIControl' in scope
    @discardableResult public func on(_ event: UIControl.Event, action: @escaping () -> Void) -> Self {
                                               ^~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/Styleable/UIKit+Additions/UIEdgeInsets+Additions.swift:11:1: warning: extension declares a conformance of imported type 'UIEdgeInsets' to imported protocol 'ExpressibleByFloatLiteral'; this will not behave correctly if the owners of 'UIKit' introduce this conformance in the future
extension UIEdgeInsets: ExpressibleByFloatLiteral {
^
/Users/admin/builder/spi-builder-workspace/Sources/Styleable/UIKit+Additions/UIEdgeInsets+Additions.swift:11:1: note: add '@retroactive' to silence this warning
extension UIEdgeInsets: ExpressibleByFloatLiteral {
^                       ~~~~~~~~~~~~~~~~~~~~~~~~~
                        @retroactive ExpressibleByFloatLiteral
/Users/admin/builder/spi-builder-workspace/Sources/Styleable/UIKit+Additions/UIEdgeInsets+Additions.swift:18:1: warning: extension declares a conformance of imported type 'UIEdgeInsets' to imported protocol 'ExpressibleByIntegerLiteral'; this will not behave correctly if the owners of 'UIKit' introduce this conformance in the future
extension UIEdgeInsets: ExpressibleByIntegerLiteral {
^
/Users/admin/builder/spi-builder-workspace/Sources/Styleable/UIKit+Additions/UIEdgeInsets+Additions.swift:18:1: note: add '@retroactive' to silence this warning
extension UIEdgeInsets: ExpressibleByIntegerLiteral {
^                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~
                        @retroactive ExpressibleByIntegerLiteral
/Users/admin/builder/spi-builder-workspace/Sources/Styleable/UIKit+Additions/UIView+Styleable.swift:11:11: error: cannot find type 'UIView' in scope
extension UIView: Styleable { }
          ^~~~~~
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSTextAttachment.h:23:1: note: interface 'UIView' forward declared here
@class UIView;
^
/Users/admin/builder/spi-builder-workspace/Sources/Styleable/UIKit+Additions/UIView+Styleable.swift:13:33: error: cannot find type 'UIView' in scope
extension Styleable where Self: UIView {
                                ^~~~~~
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSTextAttachment.h:23:1: note: interface 'UIView' forward declared here
@class UIView;
^
/Users/admin/builder/spi-builder-workspace/Sources/Styleable/UIKit+Additions/UIView+Styleable.swift:22:33: error: cannot find type 'UIView' in scope
extension Styleable where Self: UIView {
                                ^~~~~~
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSTextAttachment.h:23:1: note: interface 'UIView' forward declared here
@class UIView;
^
/Users/admin/builder/spi-builder-workspace/Sources/Styleable/UIKit+Additions/UIView+Styleable.swift:26:71: error: cannot find type 'NSLayoutXAxisAnchor' in scope
    @discardableResult public func constrain(_ keyPath: KeyPath<Self, NSLayoutXAxisAnchor>,
                                                                      ^~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/Styleable/UIKit+Additions/UIView+Styleable.swift:27:91: error: cannot find type 'NSLayoutXAxisAnchor' in scope
                                             equalTo anchor: @autoclosure @escaping () -> NSLayoutXAxisAnchor,
                                                                                          ^~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/Styleable/UIKit+Additions/UIView+Styleable.swift:29: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:33:71: error: cannot find type 'NSLayoutXAxisAnchor' in scope
    @discardableResult public func constrain(_ keyPath: KeyPath<Self, NSLayoutXAxisAnchor>,
                                                                      ^~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/Styleable/UIKit+Additions/UIView+Styleable.swift:34:101: error: cannot find type 'NSLayoutXAxisAnchor' in scope
                                             lessThanOrEqualTo anchor: @autoclosure @escaping () -> NSLayoutXAxisAnchor,
                                                                                                    ^~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/Styleable/UIKit+Additions/UIView+Styleable.swift:36: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:40:71: error: cannot find type 'NSLayoutXAxisAnchor' in scope
    @discardableResult public func constrain(_ keyPath: KeyPath<Self, NSLayoutXAxisAnchor>,
                                                                      ^~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/Styleable/UIKit+Additions/UIView+Styleable.swift:41:104: error: cannot find type 'NSLayoutXAxisAnchor' in scope
                                             greaterThanOrEqualTo anchor: @autoclosure @escaping () -> NSLayoutXAxisAnchor,
                                                                                                       ^~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/Styleable/UIKit+Additions/UIView+Styleable.swift:43: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:47:71: error: cannot find type 'NSLayoutYAxisAnchor' in scope
    @discardableResult public func constrain(_ keyPath: KeyPath<Self, NSLayoutYAxisAnchor>,
                                                                      ^~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/Styleable/UIKit+Additions/UIView+Styleable.swift:48:91: error: cannot find type 'NSLayoutYAxisAnchor' in scope
                                             equalTo anchor: @autoclosure @escaping () -> NSLayoutYAxisAnchor,
                                                                                          ^~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/Styleable/UIKit+Additions/UIView+Styleable.swift:50: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:54:71: error: cannot find type 'NSLayoutYAxisAnchor' in scope
    @discardableResult public func constrain(_ keyPath: KeyPath<Self, NSLayoutYAxisAnchor>,
                                                                      ^~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/Styleable/UIKit+Additions/UIView+Styleable.swift:55:101: error: cannot find type 'NSLayoutYAxisAnchor' in scope
                                             lessThanOrEqualTo anchor: @autoclosure @escaping () -> NSLayoutYAxisAnchor,
                                                                                                    ^~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/Styleable/UIKit+Additions/UIView+Styleable.swift:57: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:61:71: error: cannot find type 'NSLayoutYAxisAnchor' in scope
    @discardableResult public func constrain(_ keyPath: KeyPath<Self, NSLayoutYAxisAnchor>,
                                                                      ^~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/Styleable/UIKit+Additions/UIView+Styleable.swift:62:104: error: cannot find type 'NSLayoutYAxisAnchor' in scope
                                             greaterThanOrEqualTo anchor: @autoclosure @escaping () -> NSLayoutYAxisAnchor,
                                                                                                       ^~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/Styleable/UIKit+Additions/UIView+Styleable.swift:64: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:80: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:81:91: error: cannot find type 'NSLayoutDimension' in scope
                                             equalTo anchor: @autoclosure @escaping () -> NSLayoutDimension,
                                                                                          ^~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/Styleable/UIKit+Additions/UIView+Styleable.swift:83: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:99: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:100:104: error: cannot find type 'NSLayoutDimension' in scope
                                             greaterThanOrEqualTo anchor: @autoclosure @escaping () -> NSLayoutDimension,
                                                                                                       ^~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/Styleable/UIKit+Additions/UIView+Styleable.swift:102: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:120: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: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 {
          ^~~~~~~~~~~~~~~~~~
Failed frontend command:
/Applications/Xcode-16.3.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 armv7k-apple-watchos5.0 -enable-objc-interop -sdk /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -I /Applications/Xcode-16.3.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.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.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-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures -enable-experimental-feature DebugDescriptionMacro -strict-concurrency\=complete -empty-abi-descriptor -plugin-path /Applications/Xcode-16.3.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.3.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 -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos11.4-22T246-43efb940ff07ba2497b70ec94253f576.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.4 -target-sdk-name watchos11.4 -external-plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/bin/swift-plugin-server -in-process-plugin-server-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/libSwiftInProcPluginServer.dylib -plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Applications/Xcode-16.3.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/armv7k/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/armv7k/Styleable.swiftsourceinfo -emit-objc-header-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Styleable.build/Debug-watchos/Styleable.build/Objects-normal/armv7k/Styleable-Swift.h -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Styleable.build/Debug-watchos/Styleable.build/Objects-normal/armv7k/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/armv7k/Styleable-master-emit-module.d -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Styleable.build/Debug-watchos/Styleable.build/Objects-normal/armv7k/Styleable.swiftmodule -emit-abi-descriptor-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Styleable.build/Debug-watchos/Styleable.build/Objects-normal/armv7k/Styleable.abi.json
SwiftEmitModule normal arm64 Emitting\ module\ for\ Styleable (in target 'Styleable' from project 'Styleable')
Failed frontend command:
/Applications/Xcode-16.3.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.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -I /Applications/Xcode-16.3.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.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.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-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures -enable-experimental-feature DebugDescriptionMacro -strict-concurrency\=complete -empty-abi-descriptor -plugin-path /Applications/Xcode-16.3.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.3.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 -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos11.4-22T246-43efb940ff07ba2497b70ec94253f576.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.4 -target-sdk-name watchos11.4 -external-plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/bin/swift-plugin-server -in-process-plugin-server-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/libSwiftInProcPluginServer.dylib -plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Applications/Xcode-16.3.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
EmitSwiftModule normal arm64 (in target 'Styleable' from project 'Styleable')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

/Users/admin/builder/spi-builder-workspace/Sources/Styleable/Layout/Padding.swift:58:54: error: cannot find type 'UIView' in scope
    public static func buildExpression(_ expression: UIView) -> ArrayBuilder<T>.Component {
                                                     ^~~~~~
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSTextAttachment.h:23:1: note: interface 'UIView' forward declared here
@class UIView;
^
/Users/admin/builder/spi-builder-workspace/Sources/Styleable/Layout/Padding.swift:65:33: error: cannot find type 'UIView' in scope
extension ArrayBuilder where T: UIView {
                                ^~~~~~
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSTextAttachment.h:23:1: note: interface 'UIView' forward declared here
@class UIView;
^
/Users/admin/builder/spi-builder-workspace/Sources/Styleable/Layout/LayoutGuide.swift:13:24: error: cannot find type 'NSLayoutXAxisAnchor' in scope
    var leadingAnchor: NSLayoutXAxisAnchor { get }
                       ^~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/Styleable/Layout/LayoutGuide.swift:14:25: error: cannot find type 'NSLayoutXAxisAnchor' in scope
    var trailingAnchor: NSLayoutXAxisAnchor { get }
                        ^~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/Styleable/Layout/LayoutGuide.swift:15:21: error: cannot find type 'NSLayoutXAxisAnchor' in scope
    var leftAnchor: NSLayoutXAxisAnchor { get }
                    ^~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/Styleable/Layout/LayoutGuide.swift:16:22: error: cannot find type 'NSLayoutXAxisAnchor' in scope
    var rightAnchor: NSLayoutXAxisAnchor { get }
                     ^~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/Styleable/Layout/LayoutGuide.swift:17:20: error: cannot find type 'NSLayoutYAxisAnchor' in scope
    var topAnchor: NSLayoutYAxisAnchor { get }
                   ^~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/Styleable/Layout/LayoutGuide.swift:18:23: error: cannot find type 'NSLayoutYAxisAnchor' in scope
    var bottomAnchor: NSLayoutYAxisAnchor { get }
                      ^~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/Styleable/Layout/LayoutGuide.swift:19:22: error: cannot find type 'NSLayoutDimension' in scope
    var widthAnchor: NSLayoutDimension { get }
                     ^~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/Styleable/Layout/LayoutGuide.swift:20:23: error: cannot find type 'NSLayoutDimension' in scope
    var heightAnchor: NSLayoutDimension { get }
                      ^~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/Styleable/Layout/LayoutGuide.swift:21:24: error: cannot find type 'NSLayoutXAxisAnchor' in scope
    var centerXAnchor: NSLayoutXAxisAnchor { get }
                       ^~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/Styleable/Layout/LayoutGuide.swift:22:24: error: cannot find type 'NSLayoutYAxisAnchor' in scope
    var centerYAnchor: NSLayoutYAxisAnchor { get }
                       ^~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/Styleable/Layout/LayoutGuide.swift:25:11: error: cannot find type 'UIView' in scope
extension UIView: LayoutGuide { }
          ^~~~~~
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSTextAttachment.h:23:1: note: interface 'UIView' forward declared here
@class UIView;
^
/Users/admin/builder/spi-builder-workspace/Sources/Styleable/Layout/LayoutGuide.swift:26:11: error: cannot find type 'UILayoutGuide' in scope
extension UILayoutGuide: LayoutGuide { }
          ^~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/Styleable/Layout/LayoutGuide.swift:28:11: error: cannot find type 'UIView' in scope
extension UIView {
          ^~~~~~
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSTextAttachment.h:23:1: note: interface 'UIView' forward declared here
@class UIView;
^
/Users/admin/builder/spi-builder-workspace/Sources/Styleable/Layout/NSLayoutConstraint+DSL.swift:11:11: error: cannot find type 'NSLayoutConstraint' in scope
extension NSLayoutConstraint {
          ^~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/Styleable/Layout/Padding.swift:14:34: error: 'Guide' is not a member type of class 'Styleable.ZStackView'
    public var guide: ZStackView.Guide?
                      ~~~~~~~~~~ ^
/Users/admin/builder/spi-builder-workspace/Sources/Styleable/Stacks/ZStackView.swift:13:20: note: 'ZStackView' declared here
@objc public class ZStackView: UIView {
                   ^
/Users/admin/builder/spi-builder-workspace/Sources/Styleable/Layout/Padding.swift:15:24: error: cannot find type 'UIView' in scope
    public var views: [UIView]
                       ^~~~~~
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSTextAttachment.h:23:1: note: interface 'UIView' forward declared here
@class UIView;
^
/Users/admin/builder/spi-builder-workspace/Sources/Styleable/Layout/Padding.swift:17:76: error: 'Guide' is not a member type of class 'Styleable.ZStackView'
    public init(insets: UIEdgeInsets = .zero, relativeTo guide: ZStackView.Guide? = .edges, @ArrayBuilder<UIView> _ views: () -> [UIView]) {
                                                                ~~~~~~~~~~ ^
/Users/admin/builder/spi-builder-workspace/Sources/Styleable/Stacks/ZStackView.swift:13:20: note: 'ZStackView' declared here
@objc public class ZStackView: UIView {
                   ^
/Users/admin/builder/spi-builder-workspace/Sources/Styleable/Layout/Padding.swift:17:131: error: cannot find type 'UIView' in scope
    public init(insets: UIEdgeInsets = .zero, relativeTo guide: ZStackView.Guide? = .edges, @ArrayBuilder<UIView> _ views: () -> [UIView]) {
                                                                                                                                  ^~~~~~
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSTextAttachment.h:23:1: note: interface 'UIView' forward declared here
@class UIView;
^
/Users/admin/builder/spi-builder-workspace/Sources/Styleable/Layout/Padding.swift:17:107: error: cannot find type 'UIView' in scope
    public init(insets: UIEdgeInsets = .zero, relativeTo guide: ZStackView.Guide? = .edges, @ArrayBuilder<UIView> _ views: () -> [UIView]) {
                                                                                                          ^~~~~~
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSTextAttachment.h:23:1: note: interface 'UIView' forward declared here
@class UIView;
^
/Users/admin/builder/spi-builder-workspace/Sources/Styleable/Layout/Padding.swift:24:33: error: cannot find type 'UIView' in scope
extension Styleable where Self: UIView {
                                ^~~~~~
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSTextAttachment.h:23:1: note: interface 'UIView' forward declared here
@class UIView;
^
/Users/admin/builder/spi-builder-workspace/Sources/Styleable/Layout/Padding.swift:25:75: error: cannot find type 'UIView' in scope
    public func padding(_ insets: UIEdgeInsets = .zero, relativeTo guide: UIView.Guide) -> Padding {
                                                                          ^~~~~~
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSTextAttachment.h:23:1: note: interface 'UIView' forward declared here
@class UIView;
^
/Users/admin/builder/spi-builder-workspace/Sources/Styleable/Layout/Padding.swift:29:48: error: cannot find type 'UIView' in scope
    public func centeredHorizontally(in guide: UIView.Guide) -> Padding {
                                               ^~~~~~
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSTextAttachment.h:23:1: note: interface 'UIView' forward declared here
@class UIView;
^
/Users/admin/builder/spi-builder-workspace/Sources/Styleable/Layout/Padding.swift:38:46: error: cannot find type 'UIView' in scope
    public func centeredVertically(in guide: UIView.Guide) -> Padding {
                                             ^~~~~~
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSTextAttachment.h:23:1: note: interface 'UIView' forward declared here
@class UIView;
^
/Users/admin/builder/spi-builder-workspace/Sources/Styleable/Layout/Padding.swift:47:36: error: cannot find type 'UIView' in scope
    public func centered(in guide: UIView.Guide) -> Padding {
                                   ^~~~~~
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSTextAttachment.h:23:1: note: interface 'UIView' forward declared here
@class UIView;
^
/Users/admin/builder/spi-builder-workspace/Sources/Styleable/Layout/UIView+Layout.swift:13:11: error: cannot find type 'UIView' in scope
extension UIView {
          ^~~~~~
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSTextAttachment.h:23:1: note: interface 'UIView' forward declared here
@class UIView;
^
/Users/admin/builder/spi-builder-workspace/Sources/Styleable/Scrolls/HScrollView.swift:13:43: error: cannot find type 'UIView' in scope
    public init(_ buildContentView: () -> UIView) {
                                          ^~~~~~
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSTextAttachment.h:23:1: note: interface 'UIView' forward declared here
@class UIView;
^
/Users/admin/builder/spi-builder-workspace/Sources/Styleable/Scrolls/HScrollView.swift:12:27: error: cannot find type 'UIScrollView' in scope
public class HScrollView: UIScrollView {
                          ^~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/Styleable/Scrolls/VScrollView.swift:13:43: error: cannot find type 'UIView' in scope
    public init(_ buildContentView: () -> UIView) {
                                          ^~~~~~
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSTextAttachment.h:23:1: note: interface 'UIView' forward declared here
@class UIView;
^
/Users/admin/builder/spi-builder-workspace/Sources/Styleable/Scrolls/VScrollView.swift:12:27: error: cannot find type 'UIScrollView' in scope
public class VScrollView: UIScrollView {
                          ^~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/Styleable/Stacks/HStackView.swift:14:31: error: cannot find type 'NSLayoutConstraint' in scope
    public override var axis: NSLayoutConstraint.Axis {
                              ^~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/Styleable/Stacks/HStackView.swift:19:31: error: cannot find type 'UIStackView' in scope
    public init(distribution: UIStackView.Distribution = .fill, spacing: CGFloat = 0, alignment: UIStackView.Alignment = .fill, @ArrayBuilder<UIView> _ arrangedSubviewsBuilder: () -> [UIView] = { [] }) {
                              ^~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/Styleable/Stacks/HStackView.swift:19:98: error: cannot find type 'UIStackView' in scope
    public init(distribution: UIStackView.Distribution = .fill, spacing: CGFloat = 0, alignment: UIStackView.Alignment = .fill, @ArrayBuilder<UIView> _ arrangedSubviewsBuilder: () -> [UIView] = { [] }) {
                                                                                                 ^~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/Styleable/Stacks/HStackView.swift:19:185: error: cannot find type 'UIView' in scope
    public init(distribution: UIStackView.Distribution = .fill, spacing: CGFloat = 0, alignment: UIStackView.Alignment = .fill, @ArrayBuilder<UIView> _ arrangedSubviewsBuilder: () -> [UIView] = { [] }) {
                                                                                                                                                                                        ^~~~~~
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSTextAttachment.h:23:1: note: interface 'UIView' forward declared here
@class UIView;
^
/Users/admin/builder/spi-builder-workspace/Sources/Styleable/Stacks/HStackView.swift:19:143: error: cannot find type 'UIView' in scope
    public init(distribution: UIStackView.Distribution = .fill, spacing: CGFloat = 0, alignment: UIStackView.Alignment = .fill, @ArrayBuilder<UIView> _ arrangedSubviewsBuilder: () -> [UIView] = { [] }) {
                                                                                                                                              ^~~~~~
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSTextAttachment.h:23:1: note: interface 'UIView' forward declared here
@class UIView;
^
/Users/admin/builder/spi-builder-workspace/Sources/Styleable/Stacks/HStackView.swift:12:32: error: cannot find type 'UIStackView' in scope
@objc public class HStackView: UIStackView {
                               ^~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/Styleable/Stacks/HStackView.swift:12:2: error: only classes that inherit from NSObject can be declared @objc
@objc public class HStackView: UIStackView {
~^~~~~
/Users/admin/builder/spi-builder-workspace/Sources/Styleable/Stacks/HStackView.swift:12:20: note: inherit from 'NSObject' to silence this error
@objc public class HStackView: UIStackView {
                   ^
                               NSObject,
/Users/admin/builder/spi-builder-workspace/Sources/Styleable/Stacks/VStackView.swift:14:31: error: cannot find type 'NSLayoutConstraint' in scope
    public override var axis: NSLayoutConstraint.Axis {
                              ^~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/Styleable/Stacks/VStackView.swift:19:31: error: cannot find type 'UIStackView' in scope
    public init(distribution: UIStackView.Distribution = .fill, spacing: CGFloat = 0, alignment: UIStackView.Alignment = .fill, @ArrayBuilder<UIView> _ arrangedSubviewsBuilder: () -> [UIView] = { [] }) {
                              ^~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/Styleable/Stacks/VStackView.swift:19:98: error: cannot find type 'UIStackView' in scope
    public init(distribution: UIStackView.Distribution = .fill, spacing: CGFloat = 0, alignment: UIStackView.Alignment = .fill, @ArrayBuilder<UIView> _ arrangedSubviewsBuilder: () -> [UIView] = { [] }) {
                                                                                                 ^~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/Styleable/Stacks/VStackView.swift:19:185: error: cannot find type 'UIView' in scope
    public init(distribution: UIStackView.Distribution = .fill, spacing: CGFloat = 0, alignment: UIStackView.Alignment = .fill, @ArrayBuilder<UIView> _ arrangedSubviewsBuilder: () -> [UIView] = { [] }) {
                                                                                                                                                                                        ^~~~~~
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSTextAttachment.h:23:1: note: interface 'UIView' forward declared here
@class UIView;
^
/Users/admin/builder/spi-builder-workspace/Sources/Styleable/Stacks/VStackView.swift:19:143: error: cannot find type 'UIView' in scope
    public init(distribution: UIStackView.Distribution = .fill, spacing: CGFloat = 0, alignment: UIStackView.Alignment = .fill, @ArrayBuilder<UIView> _ arrangedSubviewsBuilder: () -> [UIView] = { [] }) {
                                                                                                                                              ^~~~~~
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSTextAttachment.h:23:1: note: interface 'UIView' forward declared here
@class UIView;
^
/Users/admin/builder/spi-builder-workspace/Sources/Styleable/Stacks/VStackView.swift:12:32: error: cannot find type 'UIStackView' in scope
@objc public class VStackView: UIStackView {
                               ^~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/Styleable/Stacks/VStackView.swift:12:2: error: only classes that inherit from NSObject can be declared @objc
@objc public class VStackView: UIStackView {
~^~~~~
/Users/admin/builder/spi-builder-workspace/Sources/Styleable/Stacks/VStackView.swift:12:20: note: inherit from 'NSObject' to silence this error
@objc public class VStackView: UIStackView {
                   ^
                               NSObject,
/Users/admin/builder/spi-builder-workspace/Sources/Styleable/Stacks/ZStackView.swift:13:32: error: cannot find type 'UIView' in scope
@objc public class ZStackView: UIView {
                               ^~~~~~
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSTextAttachment.h:23:1: note: interface 'UIView' forward declared here
@class UIView;
^
/Users/admin/builder/spi-builder-workspace/Sources/Styleable/Stacks/ZStackView.swift:13:2: error: only classes that inherit from NSObject can be declared @objc
@objc public class ZStackView: UIView {
~^~~~~
/Users/admin/builder/spi-builder-workspace/Sources/Styleable/Stacks/ZStackView.swift:13:20: note: inherit from 'NSObject' to silence this error
@objc public class ZStackView: UIView {
                   ^
                               NSObject,
/Users/admin/builder/spi-builder-workspace/Sources/Styleable/UIKit+Additions/StyleableControl.swift:11:30: error: cannot find type 'UIControl' in scope
open class StyleableControl: UIControl {
                             ^~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/Styleable/UIKit+Additions/StyleableView.swift:12:27: error: cannot find type 'UIView' in scope
open class StyleableView: UIView {
                          ^~~~~~
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSTextAttachment.h:23:1: note: interface 'UIView' forward declared here
@class UIView;
^
/Users/admin/builder/spi-builder-workspace/Sources/Styleable/UIKit+Additions/UIControl+Additions.swift:11:33: error: cannot find type 'UIControl' in scope
extension Styleable where Self: UIControl {
                                ^~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/Styleable/UIKit+Additions/UIControl+Additions.swift:19:48: error: cannot find type 'UIControl' in scope
    @discardableResult public func on(_ event: UIControl.Event, call selector: Selector, on target: Any?) -> Self {
                                               ^~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/Styleable/UIKit+Additions/UIControl+Additions.swift:33:48: error: cannot find type 'UIControl' in scope
    @discardableResult public func on(_ event: UIControl.Event, action: @escaping () -> Void) -> Self {
                                               ^~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/Styleable/UIKit+Additions/UIEdgeInsets+Additions.swift:11:1: warning: extension declares a conformance of imported type 'UIEdgeInsets' to imported protocol 'ExpressibleByFloatLiteral'; this will not behave correctly if the owners of 'UIKit' introduce this conformance in the future
extension UIEdgeInsets: ExpressibleByFloatLiteral {
^
/Users/admin/builder/spi-builder-workspace/Sources/Styleable/UIKit+Additions/UIEdgeInsets+Additions.swift:11:1: note: add '@retroactive' to silence this warning
extension UIEdgeInsets: ExpressibleByFloatLiteral {
^                       ~~~~~~~~~~~~~~~~~~~~~~~~~
                        @retroactive ExpressibleByFloatLiteral
/Users/admin/builder/spi-builder-workspace/Sources/Styleable/UIKit+Additions/UIEdgeInsets+Additions.swift:18:1: warning: extension declares a conformance of imported type 'UIEdgeInsets' to imported protocol 'ExpressibleByIntegerLiteral'; this will not behave correctly if the owners of 'UIKit' introduce this conformance in the future
extension UIEdgeInsets: ExpressibleByIntegerLiteral {
^
/Users/admin/builder/spi-builder-workspace/Sources/Styleable/UIKit+Additions/UIEdgeInsets+Additions.swift:18:1: note: add '@retroactive' to silence this warning
extension UIEdgeInsets: ExpressibleByIntegerLiteral {
^                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~
                        @retroactive ExpressibleByIntegerLiteral
/Users/admin/builder/spi-builder-workspace/Sources/Styleable/UIKit+Additions/UIView+Styleable.swift:11:11: error: cannot find type 'UIView' in scope
extension UIView: Styleable { }
          ^~~~~~
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSTextAttachment.h:23:1: note: interface 'UIView' forward declared here
@class UIView;
^
/Users/admin/builder/spi-builder-workspace/Sources/Styleable/UIKit+Additions/UIView+Styleable.swift:13:33: error: cannot find type 'UIView' in scope
extension Styleable where Self: UIView {
                                ^~~~~~
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSTextAttachment.h:23:1: note: interface 'UIView' forward declared here
@class UIView;
^
/Users/admin/builder/spi-builder-workspace/Sources/Styleable/UIKit+Additions/UIView+Styleable.swift:22:33: error: cannot find type 'UIView' in scope
extension Styleable where Self: UIView {
                                ^~~~~~
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSTextAttachment.h:23:1: note: interface 'UIView' forward declared here
@class UIView;
^
/Users/admin/builder/spi-builder-workspace/Sources/Styleable/UIKit+Additions/UIView+Styleable.swift:26:71: error: cannot find type 'NSLayoutXAxisAnchor' in scope
    @discardableResult public func constrain(_ keyPath: KeyPath<Self, NSLayoutXAxisAnchor>,
                                                                      ^~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/Styleable/UIKit+Additions/UIView+Styleable.swift:27:91: error: cannot find type 'NSLayoutXAxisAnchor' in scope
                                             equalTo anchor: @autoclosure @escaping () -> NSLayoutXAxisAnchor,
                                                                                          ^~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/Styleable/UIKit+Additions/UIView+Styleable.swift:29: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:33:71: error: cannot find type 'NSLayoutXAxisAnchor' in scope
    @discardableResult public func constrain(_ keyPath: KeyPath<Self, NSLayoutXAxisAnchor>,
                                                                      ^~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/Styleable/UIKit+Additions/UIView+Styleable.swift:34:101: error: cannot find type 'NSLayoutXAxisAnchor' in scope
                                             lessThanOrEqualTo anchor: @autoclosure @escaping () -> NSLayoutXAxisAnchor,
                                                                                                    ^~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/Styleable/UIKit+Additions/UIView+Styleable.swift:36: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:40:71: error: cannot find type 'NSLayoutXAxisAnchor' in scope
    @discardableResult public func constrain(_ keyPath: KeyPath<Self, NSLayoutXAxisAnchor>,
                                                                      ^~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/Styleable/UIKit+Additions/UIView+Styleable.swift:41:104: error: cannot find type 'NSLayoutXAxisAnchor' in scope
                                             greaterThanOrEqualTo anchor: @autoclosure @escaping () -> NSLayoutXAxisAnchor,
                                                                                                       ^~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/Styleable/UIKit+Additions/UIView+Styleable.swift:43: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:47:71: error: cannot find type 'NSLayoutYAxisAnchor' in scope
    @discardableResult public func constrain(_ keyPath: KeyPath<Self, NSLayoutYAxisAnchor>,
                                                                      ^~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/Styleable/UIKit+Additions/UIView+Styleable.swift:48:91: error: cannot find type 'NSLayoutYAxisAnchor' in scope
                                             equalTo anchor: @autoclosure @escaping () -> NSLayoutYAxisAnchor,
                                                                                          ^~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/Styleable/UIKit+Additions/UIView+Styleable.swift:50: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:54:71: error: cannot find type 'NSLayoutYAxisAnchor' in scope
    @discardableResult public func constrain(_ keyPath: KeyPath<Self, NSLayoutYAxisAnchor>,
                                                                      ^~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/Styleable/UIKit+Additions/UIView+Styleable.swift:55:101: error: cannot find type 'NSLayoutYAxisAnchor' in scope
                                             lessThanOrEqualTo anchor: @autoclosure @escaping () -> NSLayoutYAxisAnchor,
                                                                                                    ^~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/Styleable/UIKit+Additions/UIView+Styleable.swift:57: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:61:71: error: cannot find type 'NSLayoutYAxisAnchor' in scope
    @discardableResult public func constrain(_ keyPath: KeyPath<Self, NSLayoutYAxisAnchor>,
                                                                      ^~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/Styleable/UIKit+Additions/UIView+Styleable.swift:62:104: error: cannot find type 'NSLayoutYAxisAnchor' in scope
                                             greaterThanOrEqualTo anchor: @autoclosure @escaping () -> NSLayoutYAxisAnchor,
                                                                                                       ^~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/Styleable/UIKit+Additions/UIView+Styleable.swift:64: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:80: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:81:91: error: cannot find type 'NSLayoutDimension' in scope
                                             equalTo anchor: @autoclosure @escaping () -> NSLayoutDimension,
                                                                                          ^~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/Styleable/UIKit+Additions/UIView+Styleable.swift:83: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:99: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:100:104: error: cannot find type 'NSLayoutDimension' in scope
                                             greaterThanOrEqualTo anchor: @autoclosure @escaping () -> NSLayoutDimension,
                                                                                                       ^~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/Styleable/UIKit+Additions/UIView+Styleable.swift:102: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:120: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: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\ ArrayBuilder.swift,\ LayoutGuide.swift /Users/admin/builder/spi-builder-workspace/Sources/Styleable/DSL/ArrayBuilder.swift /Users/admin/builder/spi-builder-workspace/Sources/Styleable/Layout/LayoutGuide.swift (in target 'Styleable' from project 'Styleable')
Command SwiftCompile failed with a nonzero exit code
** BUILD FAILED **
The following build commands failed:
	EmitSwiftModule normal arm64_32 (in target 'Styleable' from project 'Styleable')
	SwiftEmitModule normal arm64_32 Emitting\ module\ for\ Styleable (in target 'Styleable' from project 'Styleable')
	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')
	EmitSwiftModule normal arm64 (in target 'Styleable' from project 'Styleable')
	SwiftCompile normal armv7k Compiling\ ArrayBuilder.swift,\ LayoutGuide.swift /Users/admin/builder/spi-builder-workspace/Sources/Styleable/DSL/ArrayBuilder.swift /Users/admin/builder/spi-builder-workspace/Sources/Styleable/Layout/LayoutGuide.swift (in target 'Styleable' from project 'Styleable')
	Building workspace spi-builder-workspace with scheme Styleable
(8 failures)
Command line invocation:
    /Applications/Xcode-16.3.0.app/Contents/Developer/usr/bin/xcodebuild -IDEClonedSourcePackagesDirPathOverride=/Users/admin/builder/spi-builder-workspace/.dependencies -resolvePackageDependencies
Resolve Package Graph
Resolved source packages:
  Styleable: /Users/admin/builder/spi-builder-workspace
resolved source packages: Styleable
{
  "dependencies" : [
  ],
  "manifest_display_name" : "Styleable",
  "name" : "Styleable",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "11.0"
    }
  ],
  "products" : [
    {
      "name" : "Styleable",
      "targets" : [
        "Styleable"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "StyleableTests",
      "module_type" : "SwiftTarget",
      "name" : "StyleableTests",
      "path" : "Tests/StyleableTests",
      "sources" : [
        "StyleableTests.swift"
      ],
      "target_dependencies" : [
        "Styleable"
      ],
      "type" : "test"
    },
    {
      "c99name" : "Styleable",
      "module_type" : "SwiftTarget",
      "name" : "Styleable",
      "path" : "Sources/Styleable",
      "product_memberships" : [
        "Styleable"
      ],
      "sources" : [
        "DSL/ArrayBuilder.swift",
        "Layout/LayoutGuide.swift",
        "Layout/NSLayoutConstraint+DSL.swift",
        "Layout/Padding.swift",
        "Layout/UIView+Layout.swift",
        "Scrolls/HScrollView.swift",
        "Scrolls/VScrollView.swift",
        "Stacks/HStackView.swift",
        "Stacks/VStackView.swift",
        "Stacks/ZStackView.swift",
        "Style/Style.swift",
        "Styleable.swift",
        "UIKit+Additions/StyleableControl.swift",
        "UIKit+Additions/StyleableView.swift",
        "UIKit+Additions/UIControl+Additions.swift",
        "UIKit+Additions/UIEdgeInsets+Additions.swift",
        "UIKit+Additions/UIView+Styleable.swift",
        "UIKit+Additions/UIVisualEffectsView+DSL.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.3"
}
{
  "workspace" : {
    "name" : "spi-builder-workspace",
    "schemes" : [
      "Styleable"
    ]
  }
}
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme Styleable -destination generic/platform=watchOS
Command line invocation:
    /Applications/Xcode-16.3.0.app/Contents/Developer/usr/bin/xcodebuild -IDEClonedSourcePackagesDirPathOverride=/Users/admin/builder/spi-builder-workspace/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath /Users/admin/builder/spi-builder-workspace/.derivedData build -scheme Styleable -destination generic/platform=watchOS
Resolve Package Graph
Resolved source packages:
  Styleable: /Users/admin/builder/spi-builder-workspace
ComputePackagePrebuildTargetDependencyGraph
Prepare packages
CreateBuildRequest
SendProjectDescription
CreateBuildOperation
ComputeTargetDependencyGraph
note: Building targets in dependency order
note: Target dependency graph (2 targets)
    Target 'Styleable' in project 'Styleable'
        ➜ Explicit dependency on target 'Styleable' in project 'Styleable'
    Target 'Styleable' in project 'Styleable' (no dependencies)
GatherProvisioningInputs
CreateBuildDescription
ExecuteExternalTool /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -isysroot /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk -x c -c /dev/null
ExecuteExternalTool /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc --version
ExecuteExternalTool /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld -version_details
Build description signature: 22923363c5140793c9567697ea2b7755
Build description path: /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCBuildData/22923363c5140793c9567697ea2b7755.xcbuilddata
ClangStatCache /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang-stat-cache /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos11.4-22T246-43efb940ff07ba2497b70ec94253f576.sdkstatcache
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang-stat-cache /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk -o /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos11.4-22T246-43efb940ff07ba2497b70ec94253f576.sdkstatcache
SwiftDriver Styleable normal arm64 com.apple.xcode.tools.swift.compiler (in target 'Styleable' from project 'Styleable')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-SwiftDriver -- /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name Styleable -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Styleable.build/Debug-watchos/Styleable.build/Objects-normal/arm64/Styleable.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -DXcode -plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk -target arm64-apple-watchos5.0 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -profile-coverage-mapping -profile-generate -enable-testing -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -swift-version 5 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -I /Applications/Xcode-16.3.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.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos11.4-22T246-43efb940ff07ba2497b70ec94253f576.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Styleable.build/Debug-watchos/Styleable.build/Objects-normal/arm64/Styleable-OutputFileMap.json -use-frontend-parseable-output -save-temps -no-color-diagnostics -serialize-diagnostics -emit-dependencies -emit-module -emit-module-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Styleable.build/Debug-watchos/Styleable.build/Objects-normal/arm64/Styleable.swiftmodule -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Styleable.build/Debug-watchos/Styleable.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Styleable.build/Debug-watchos/Styleable.build/Objects-normal/arm64/Styleable_const_extract_protocols.json -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 -emit-objc-header -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 -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
SwiftDriver Styleable normal armv7k com.apple.xcode.tools.swift.compiler (in target 'Styleable' from project 'Styleable')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-SwiftDriver -- /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name Styleable -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Styleable.build/Debug-watchos/Styleable.build/Objects-normal/armv7k/Styleable.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -DXcode -plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk -target armv7k-apple-watchos5.0 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -profile-coverage-mapping -profile-generate -enable-testing -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -swift-version 5 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -I /Applications/Xcode-16.3.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.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos11.4-22T246-43efb940ff07ba2497b70ec94253f576.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Styleable.build/Debug-watchos/Styleable.build/Objects-normal/armv7k/Styleable-OutputFileMap.json -use-frontend-parseable-output -save-temps -no-color-diagnostics -serialize-diagnostics -emit-dependencies -emit-module -emit-module-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Styleable.build/Debug-watchos/Styleable.build/Objects-normal/armv7k/Styleable.swiftmodule -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Styleable.build/Debug-watchos/Styleable.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Styleable.build/Debug-watchos/Styleable.build/Objects-normal/armv7k/Styleable_const_extract_protocols.json -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 -emit-objc-header -emit-objc-header-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Styleable.build/Debug-watchos/Styleable.build/Objects-normal/armv7k/Styleable-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
SwiftDriver Styleable normal arm64_32 com.apple.xcode.tools.swift.compiler (in target 'Styleable' from project 'Styleable')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-SwiftDriver -- /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name Styleable -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Styleable.build/Debug-watchos/Styleable.build/Objects-normal/arm64_32/Styleable.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -DXcode -plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk -target arm64_32-apple-watchos5.0 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -profile-coverage-mapping -profile-generate -enable-testing -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -swift-version 5 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -I /Applications/Xcode-16.3.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.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos11.4-22T246-43efb940ff07ba2497b70ec94253f576.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Styleable.build/Debug-watchos/Styleable.build/Objects-normal/arm64_32/Styleable-OutputFileMap.json -use-frontend-parseable-output -save-temps -no-color-diagnostics -serialize-diagnostics -emit-dependencies -emit-module -emit-module-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Styleable.build/Debug-watchos/Styleable.build/Objects-normal/arm64_32/Styleable.swiftmodule -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Styleable.build/Debug-watchos/Styleable.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /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 -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 -emit-objc-header -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 -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
SwiftEmitModule normal armv7k Emitting\ module\ for\ Styleable (in target 'Styleable' from project 'Styleable')
EmitSwiftModule normal armv7k (in target 'Styleable' from project 'Styleable')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

/Users/admin/builder/spi-builder-workspace/Sources/Styleable/Layout/Padding.swift:58:54: error: cannot find type 'UIView' in scope
    public static func buildExpression(_ expression: UIView) -> ArrayBuilder<T>.Component {
                                                     ^~~~~~
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSTextAttachment.h:23:1: note: interface 'UIView' forward declared here
@class UIView;
^
/Users/admin/builder/spi-builder-workspace/Sources/Styleable/Layout/Padding.swift:65:33: error: cannot find type 'UIView' in scope
extension ArrayBuilder where T: UIView {
                                ^~~~~~
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSTextAttachment.h:23:1: note: interface 'UIView' forward declared here
@class UIView;
^
/Users/admin/builder/spi-builder-workspace/Sources/Styleable/Layout/LayoutGuide.swift:13:24: error: cannot find type 'NSLayoutXAxisAnchor' in scope
    var leadingAnchor: NSLayoutXAxisAnchor { get }
                       ^~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/Styleable/Layout/LayoutGuide.swift:14:25: error: cannot find type 'NSLayoutXAxisAnchor' in scope
    var trailingAnchor: NSLayoutXAxisAnchor { get }
                        ^~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/Styleable/Layout/LayoutGuide.swift:15:21: error: cannot find type 'NSLayoutXAxisAnchor' in scope
    var leftAnchor: NSLayoutXAxisAnchor { get }
                    ^~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/Styleable/Layout/LayoutGuide.swift:16:22: error: cannot find type 'NSLayoutXAxisAnchor' in scope
    var rightAnchor: NSLayoutXAxisAnchor { get }
                     ^~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/Styleable/Layout/LayoutGuide.swift:17:20: error: cannot find type 'NSLayoutYAxisAnchor' in scope
    var topAnchor: NSLayoutYAxisAnchor { get }
                   ^~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/Styleable/Layout/LayoutGuide.swift:18:23: error: cannot find type 'NSLayoutYAxisAnchor' in scope
    var bottomAnchor: NSLayoutYAxisAnchor { get }
                      ^~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/Styleable/Layout/LayoutGuide.swift:19:22: error: cannot find type 'NSLayoutDimension' in scope
    var widthAnchor: NSLayoutDimension { get }
                     ^~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/Styleable/Layout/LayoutGuide.swift:20:23: error: cannot find type 'NSLayoutDimension' in scope
    var heightAnchor: NSLayoutDimension { get }
                      ^~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/Styleable/Layout/LayoutGuide.swift:21:24: error: cannot find type 'NSLayoutXAxisAnchor' in scope
    var centerXAnchor: NSLayoutXAxisAnchor { get }
                       ^~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/Styleable/Layout/LayoutGuide.swift:22:24: error: cannot find type 'NSLayoutYAxisAnchor' in scope
    var centerYAnchor: NSLayoutYAxisAnchor { get }
                       ^~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/Styleable/Layout/LayoutGuide.swift:25:11: error: cannot find type 'UIView' in scope
extension UIView: LayoutGuide { }
          ^~~~~~
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSTextAttachment.h:23:1: note: interface 'UIView' forward declared here
@class UIView;
^
/Users/admin/builder/spi-builder-workspace/Sources/Styleable/Layout/LayoutGuide.swift:26:11: error: cannot find type 'UILayoutGuide' in scope
extension UILayoutGuide: LayoutGuide { }
          ^~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/Styleable/Layout/LayoutGuide.swift:28:11: error: cannot find type 'UIView' in scope
extension UIView {
          ^~~~~~
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSTextAttachment.h:23:1: note: interface 'UIView' forward declared here
@class UIView;
^
/Users/admin/builder/spi-builder-workspace/Sources/Styleable/Layout/NSLayoutConstraint+DSL.swift:11:11: error: cannot find type 'NSLayoutConstraint' in scope
extension NSLayoutConstraint {
          ^~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/Styleable/Layout/Padding.swift:14:34: error: 'Guide' is not a member type of class 'Styleable.ZStackView'
    public var guide: ZStackView.Guide?
                      ~~~~~~~~~~ ^
/Users/admin/builder/spi-builder-workspace/Sources/Styleable/Stacks/ZStackView.swift:13:20: note: 'ZStackView' declared here
@objc public class ZStackView: UIView {
                   ^
/Users/admin/builder/spi-builder-workspace/Sources/Styleable/Layout/Padding.swift:15:24: error: cannot find type 'UIView' in scope
    public var views: [UIView]
                       ^~~~~~
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSTextAttachment.h:23:1: note: interface 'UIView' forward declared here
@class UIView;
^
/Users/admin/builder/spi-builder-workspace/Sources/Styleable/Layout/Padding.swift:17:76: error: 'Guide' is not a member type of class 'Styleable.ZStackView'
    public init(insets: UIEdgeInsets = .zero, relativeTo guide: ZStackView.Guide? = .edges, @ArrayBuilder<UIView> _ views: () -> [UIView]) {
                                                                ~~~~~~~~~~ ^
/Users/admin/builder/spi-builder-workspace/Sources/Styleable/Stacks/ZStackView.swift:13:20: note: 'ZStackView' declared here
@objc public class ZStackView: UIView {
                   ^
/Users/admin/builder/spi-builder-workspace/Sources/Styleable/Layout/Padding.swift:17:131: error: cannot find type 'UIView' in scope
    public init(insets: UIEdgeInsets = .zero, relativeTo guide: ZStackView.Guide? = .edges, @ArrayBuilder<UIView> _ views: () -> [UIView]) {
                                                                                                                                  ^~~~~~
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSTextAttachment.h:23:1: note: interface 'UIView' forward declared here
@class UIView;
^
/Users/admin/builder/spi-builder-workspace/Sources/Styleable/Layout/Padding.swift:17:107: error: cannot find type 'UIView' in scope
    public init(insets: UIEdgeInsets = .zero, relativeTo guide: ZStackView.Guide? = .edges, @ArrayBuilder<UIView> _ views: () -> [UIView]) {
                                                                                                          ^~~~~~
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSTextAttachment.h:23:1: note: interface 'UIView' forward declared here
@class UIView;
^
/Users/admin/builder/spi-builder-workspace/Sources/Styleable/Layout/Padding.swift:24:33: error: cannot find type 'UIView' in scope
extension Styleable where Self: UIView {
                                ^~~~~~
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSTextAttachment.h:23:1: note: interface 'UIView' forward declared here
@class UIView;
^
/Users/admin/builder/spi-builder-workspace/Sources/Styleable/Layout/Padding.swift:25:75: error: cannot find type 'UIView' in scope
    public func padding(_ insets: UIEdgeInsets = .zero, relativeTo guide: UIView.Guide) -> Padding {
                                                                          ^~~~~~
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSTextAttachment.h:23:1: note: interface 'UIView' forward declared here
@class UIView;
^
/Users/admin/builder/spi-builder-workspace/Sources/Styleable/Layout/Padding.swift:29:48: error: cannot find type 'UIView' in scope
    public func centeredHorizontally(in guide: UIView.Guide) -> Padding {
                                               ^~~~~~
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSTextAttachment.h:23:1: note: interface 'UIView' forward declared here
@class UIView;
^
/Users/admin/builder/spi-builder-workspace/Sources/Styleable/Layout/Padding.swift:38:46: error: cannot find type 'UIView' in scope
    public func centeredVertically(in guide: UIView.Guide) -> Padding {
                                             ^~~~~~
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSTextAttachment.h:23:1: note: interface 'UIView' forward declared here
@class UIView;
^
/Users/admin/builder/spi-builder-workspace/Sources/Styleable/Layout/Padding.swift:47:36: error: cannot find type 'UIView' in scope
    public func centered(in guide: UIView.Guide) -> Padding {
                                   ^~~~~~
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSTextAttachment.h:23:1: note: interface 'UIView' forward declared here
@class UIView;
^
/Users/admin/builder/spi-builder-workspace/Sources/Styleable/Layout/UIView+Layout.swift:13:11: error: cannot find type 'UIView' in scope
extension UIView {
          ^~~~~~
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSTextAttachment.h:23:1: note: interface 'UIView' forward declared here
@class UIView;
^
/Users/admin/builder/spi-builder-workspace/Sources/Styleable/Scrolls/HScrollView.swift:13:43: error: cannot find type 'UIView' in scope
    public init(_ buildContentView: () -> UIView) {
                                          ^~~~~~
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSTextAttachment.h:23:1: note: interface 'UIView' forward declared here
@class UIView;
^
/Users/admin/builder/spi-builder-workspace/Sources/Styleable/Scrolls/HScrollView.swift:12:27: error: cannot find type 'UIScrollView' in scope
public class HScrollView: UIScrollView {
                          ^~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/Styleable/Scrolls/VScrollView.swift:13:43: error: cannot find type 'UIView' in scope
    public init(_ buildContentView: () -> UIView) {
                                          ^~~~~~
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSTextAttachment.h:23:1: note: interface 'UIView' forward declared here
@class UIView;
^
/Users/admin/builder/spi-builder-workspace/Sources/Styleable/Scrolls/VScrollView.swift:12:27: error: cannot find type 'UIScrollView' in scope
public class VScrollView: UIScrollView {
                          ^~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/Styleable/Stacks/HStackView.swift:14:31: error: cannot find type 'NSLayoutConstraint' in scope
    public override var axis: NSLayoutConstraint.Axis {
                              ^~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/Styleable/Stacks/HStackView.swift:19:31: error: cannot find type 'UIStackView' in scope
    public init(distribution: UIStackView.Distribution = .fill, spacing: CGFloat = 0, alignment: UIStackView.Alignment = .fill, @ArrayBuilder<UIView> _ arrangedSubviewsBuilder: () -> [UIView] = { [] }) {
                              ^~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/Styleable/Stacks/HStackView.swift:19:98: error: cannot find type 'UIStackView' in scope
    public init(distribution: UIStackView.Distribution = .fill, spacing: CGFloat = 0, alignment: UIStackView.Alignment = .fill, @ArrayBuilder<UIView> _ arrangedSubviewsBuilder: () -> [UIView] = { [] }) {
                                                                                                 ^~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/Styleable/Stacks/HStackView.swift:19:185: error: cannot find type 'UIView' in scope
    public init(distribution: UIStackView.Distribution = .fill, spacing: CGFloat = 0, alignment: UIStackView.Alignment = .fill, @ArrayBuilder<UIView> _ arrangedSubviewsBuilder: () -> [UIView] = { [] }) {
                                                                                                                                                                                        ^~~~~~
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSTextAttachment.h:23:1: note: interface 'UIView' forward declared here
@class UIView;
^
/Users/admin/builder/spi-builder-workspace/Sources/Styleable/Stacks/HStackView.swift:19:143: error: cannot find type 'UIView' in scope
    public init(distribution: UIStackView.Distribution = .fill, spacing: CGFloat = 0, alignment: UIStackView.Alignment = .fill, @ArrayBuilder<UIView> _ arrangedSubviewsBuilder: () -> [UIView] = { [] }) {
                                                                                                                                              ^~~~~~
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSTextAttachment.h:23:1: note: interface 'UIView' forward declared here
@class UIView;
^
/Users/admin/builder/spi-builder-workspace/Sources/Styleable/Stacks/HStackView.swift:12:32: error: cannot find type 'UIStackView' in scope
@objc public class HStackView: UIStackView {
                               ^~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/Styleable/Stacks/HStackView.swift:12:2: error: only classes that inherit from NSObject can be declared @objc
@objc public class HStackView: UIStackView {
~^~~~~
/Users/admin/builder/spi-builder-workspace/Sources/Styleable/Stacks/HStackView.swift:12:20: note: inherit from 'NSObject' to silence this error
@objc public class HStackView: UIStackView {
                   ^
                               NSObject,
/Users/admin/builder/spi-builder-workspace/Sources/Styleable/Stacks/VStackView.swift:14:31: error: cannot find type 'NSLayoutConstraint' in scope
    public override var axis: NSLayoutConstraint.Axis {
                              ^~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/Styleable/Stacks/VStackView.swift:19:31: error: cannot find type 'UIStackView' in scope
    public init(distribution: UIStackView.Distribution = .fill, spacing: CGFloat = 0, alignment: UIStackView.Alignment = .fill, @ArrayBuilder<UIView> _ arrangedSubviewsBuilder: () -> [UIView] = { [] }) {
                              ^~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/Styleable/Stacks/VStackView.swift:19:98: error: cannot find type 'UIStackView' in scope
    public init(distribution: UIStackView.Distribution = .fill, spacing: CGFloat = 0, alignment: UIStackView.Alignment = .fill, @ArrayBuilder<UIView> _ arrangedSubviewsBuilder: () -> [UIView] = { [] }) {
                                                                                                 ^~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/Styleable/Stacks/VStackView.swift:19:185: error: cannot find type 'UIView' in scope
    public init(distribution: UIStackView.Distribution = .fill, spacing: CGFloat = 0, alignment: UIStackView.Alignment = .fill, @ArrayBuilder<UIView> _ arrangedSubviewsBuilder: () -> [UIView] = { [] }) {
                                                                                                                                                                                        ^~~~~~
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSTextAttachment.h:23:1: note: interface 'UIView' forward declared here
@class UIView;
^
/Users/admin/builder/spi-builder-workspace/Sources/Styleable/Stacks/VStackView.swift:19:143: error: cannot find type 'UIView' in scope
    public init(distribution: UIStackView.Distribution = .fill, spacing: CGFloat = 0, alignment: UIStackView.Alignment = .fill, @ArrayBuilder<UIView> _ arrangedSubviewsBuilder: () -> [UIView] = { [] }) {
                                                                                                                                              ^~~~~~
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSTextAttachment.h:23:1: note: interface 'UIView' forward declared here
@class UIView;
^
/Users/admin/builder/spi-builder-workspace/Sources/Styleable/Stacks/VStackView.swift:12:32: error: cannot find type 'UIStackView' in scope
@objc public class VStackView: UIStackView {
                               ^~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/Styleable/Stacks/VStackView.swift:12:2: error: only classes that inherit from NSObject can be declared @objc
@objc public class VStackView: UIStackView {
~^~~~~
/Users/admin/builder/spi-builder-workspace/Sources/Styleable/Stacks/VStackView.swift:12:20: note: inherit from 'NSObject' to silence this error
@objc public class VStackView: UIStackView {
                   ^
                               NSObject,
/Users/admin/builder/spi-builder-workspace/Sources/Styleable/Stacks/ZStackView.swift:13:32: error: cannot find type 'UIView' in scope
@objc public class ZStackView: UIView {
                               ^~~~~~
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSTextAttachment.h:23:1: note: interface 'UIView' forward declared here
@class UIView;
^
/Users/admin/builder/spi-builder-workspace/Sources/Styleable/Stacks/ZStackView.swift:13:2: error: only classes that inherit from NSObject can be declared @objc
@objc public class ZStackView: UIView {
~^~~~~
/Users/admin/builder/spi-builder-workspace/Sources/Styleable/Stacks/ZStackView.swift:13:20: note: inherit from 'NSObject' to silence this error
@objc public class ZStackView: UIView {
                   ^
                               NSObject,
/Users/admin/builder/spi-builder-workspace/Sources/Styleable/UIKit+Additions/StyleableControl.swift:11:30: error: cannot find type 'UIControl' in scope
open class StyleableControl: UIControl {
                             ^~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/Styleable/UIKit+Additions/StyleableView.swift:12:27: error: cannot find type 'UIView' in scope
open class StyleableView: UIView {
                          ^~~~~~
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSTextAttachment.h:23:1: note: interface 'UIView' forward declared here
@class UIView;
^
/Users/admin/builder/spi-builder-workspace/Sources/Styleable/UIKit+Additions/UIControl+Additions.swift:11:33: error: cannot find type 'UIControl' in scope
extension Styleable where Self: UIControl {
                                ^~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/Styleable/UIKit+Additions/UIControl+Additions.swift:19:48: error: cannot find type 'UIControl' in scope
    @discardableResult public func on(_ event: UIControl.Event, call selector: Selector, on target: Any?) -> Self {
                                               ^~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/Styleable/UIKit+Additions/UIControl+Additions.swift:33:48: error: cannot find type 'UIControl' in scope
    @discardableResult public func on(_ event: UIControl.Event, action: @escaping () -> Void) -> Self {
                                               ^~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/Styleable/UIKit+Additions/UIEdgeInsets+Additions.swift:11:1: warning: extension declares a conformance of imported type 'UIEdgeInsets' to imported protocol 'ExpressibleByFloatLiteral'; this will not behave correctly if the owners of 'UIKit' introduce this conformance in the future
extension UIEdgeInsets: ExpressibleByFloatLiteral {
^
/Users/admin/builder/spi-builder-workspace/Sources/Styleable/UIKit+Additions/UIEdgeInsets+Additions.swift:11:1: note: add '@retroactive' to silence this warning
extension UIEdgeInsets: ExpressibleByFloatLiteral {
^                       ~~~~~~~~~~~~~~~~~~~~~~~~~
                        @retroactive ExpressibleByFloatLiteral
/Users/admin/builder/spi-builder-workspace/Sources/Styleable/UIKit+Additions/UIEdgeInsets+Additions.swift:18:1: warning: extension declares a conformance of imported type 'UIEdgeInsets' to imported protocol 'ExpressibleByIntegerLiteral'; this will not behave correctly if the owners of 'UIKit' introduce this conformance in the future
extension UIEdgeInsets: ExpressibleByIntegerLiteral {
^
/Users/admin/builder/spi-builder-workspace/Sources/Styleable/UIKit+Additions/UIEdgeInsets+Additions.swift:18:1: note: add '@retroactive' to silence this warning
extension UIEdgeInsets: ExpressibleByIntegerLiteral {
^                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~
                        @retroactive ExpressibleByIntegerLiteral
/Users/admin/builder/spi-builder-workspace/Sources/Styleable/UIKit+Additions/UIView+Styleable.swift:11:11: error: cannot find type 'UIView' in scope
extension UIView: Styleable { }
          ^~~~~~
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSTextAttachment.h:23:1: note: interface 'UIView' forward declared here
@class UIView;
^
/Users/admin/builder/spi-builder-workspace/Sources/Styleable/UIKit+Additions/UIView+Styleable.swift:13:33: error: cannot find type 'UIView' in scope
extension Styleable where Self: UIView {
                                ^~~~~~
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSTextAttachment.h:23:1: note: interface 'UIView' forward declared here
@class UIView;
^
/Users/admin/builder/spi-builder-workspace/Sources/Styleable/UIKit+Additions/UIView+Styleable.swift:22:33: error: cannot find type 'UIView' in scope
extension Styleable where Self: UIView {
                                ^~~~~~
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSTextAttachment.h:23:1: note: interface 'UIView' forward declared here
@class UIView;
^
/Users/admin/builder/spi-builder-workspace/Sources/Styleable/UIKit+Additions/UIView+Styleable.swift:26:71: error: cannot find type 'NSLayoutXAxisAnchor' in scope
    @discardableResult public func constrain(_ keyPath: KeyPath<Self, NSLayoutXAxisAnchor>,
                                                                      ^~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/Styleable/UIKit+Additions/UIView+Styleable.swift:27:91: error: cannot find type 'NSLayoutXAxisAnchor' in scope
                                             equalTo anchor: @autoclosure @escaping () -> NSLayoutXAxisAnchor,
                                                                                          ^~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/Styleable/UIKit+Additions/UIView+Styleable.swift:29: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:33:71: error: cannot find type 'NSLayoutXAxisAnchor' in scope
    @discardableResult public func constrain(_ keyPath: KeyPath<Self, NSLayoutXAxisAnchor>,
                                                                      ^~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/Styleable/UIKit+Additions/UIView+Styleable.swift:34:101: error: cannot find type 'NSLayoutXAxisAnchor' in scope
                                             lessThanOrEqualTo anchor: @autoclosure @escaping () -> NSLayoutXAxisAnchor,
                                                                                                    ^~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/Styleable/UIKit+Additions/UIView+Styleable.swift:36: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:40:71: error: cannot find type 'NSLayoutXAxisAnchor' in scope
    @discardableResult public func constrain(_ keyPath: KeyPath<Self, NSLayoutXAxisAnchor>,
                                                                      ^~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/Styleable/UIKit+Additions/UIView+Styleable.swift:41:104: error: cannot find type 'NSLayoutXAxisAnchor' in scope
                                             greaterThanOrEqualTo anchor: @autoclosure @escaping () -> NSLayoutXAxisAnchor,
                                                                                                       ^~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/Styleable/UIKit+Additions/UIView+Styleable.swift:43: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:47:71: error: cannot find type 'NSLayoutYAxisAnchor' in scope
    @discardableResult public func constrain(_ keyPath: KeyPath<Self, NSLayoutYAxisAnchor>,
                                                                      ^~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/Styleable/UIKit+Additions/UIView+Styleable.swift:48:91: error: cannot find type 'NSLayoutYAxisAnchor' in scope
                                             equalTo anchor: @autoclosure @escaping () -> NSLayoutYAxisAnchor,
                                                                                          ^~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/Styleable/UIKit+Additions/UIView+Styleable.swift:50: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:54:71: error: cannot find type 'NSLayoutYAxisAnchor' in scope
    @discardableResult public func constrain(_ keyPath: KeyPath<Self, NSLayoutYAxisAnchor>,
                                                                      ^~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/Styleable/UIKit+Additions/UIView+Styleable.swift:55:101: error: cannot find type 'NSLayoutYAxisAnchor' in scope
                                             lessThanOrEqualTo anchor: @autoclosure @escaping () -> NSLayoutYAxisAnchor,
                                                                                                    ^~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/Styleable/UIKit+Additions/UIView+Styleable.swift:57: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:61:71: error: cannot find type 'NSLayoutYAxisAnchor' in scope
    @discardableResult public func constrain(_ keyPath: KeyPath<Self, NSLayoutYAxisAnchor>,
                                                                      ^~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/Styleable/UIKit+Additions/UIView+Styleable.swift:62:104: error: cannot find type 'NSLayoutYAxisAnchor' in scope
                                             greaterThanOrEqualTo anchor: @autoclosure @escaping () -> NSLayoutYAxisAnchor,
                                                                                                       ^~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/Styleable/UIKit+Additions/UIView+Styleable.swift:64: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:80: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:81:91: error: cannot find type 'NSLayoutDimension' in scope
                                             equalTo anchor: @autoclosure @escaping () -> NSLayoutDimension,
                                                                                          ^~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/Styleable/UIKit+Additions/UIView+Styleable.swift:83: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:99: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:100:104: error: cannot find type 'NSLayoutDimension' in scope
                                             greaterThanOrEqualTo anchor: @autoclosure @escaping () -> NSLayoutDimension,
                                                                                                       ^~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/Styleable/UIKit+Additions/UIView+Styleable.swift:102: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:120: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: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 {
          ^~~~~~~~~~~~~~~~~~
Failed frontend command:
/Applications/Xcode-16.3.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 armv7k-apple-watchos5.0 -enable-objc-interop -sdk /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -I /Applications/Xcode-16.3.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.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.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 -Onone -D SWIFT_PACKAGE -D DEBUG -D Xcode -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 -empty-abi-descriptor -plugin-path /Applications/Xcode-16.3.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.3.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 -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos11.4-22T246-43efb940ff07ba2497b70ec94253f576.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.4 -target-sdk-name watchos11.4 -external-plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/bin/swift-plugin-server -in-process-plugin-server-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/libSwiftInProcPluginServer.dylib -plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Applications/Xcode-16.3.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/armv7k/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/armv7k/Styleable.swiftsourceinfo -emit-objc-header-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Styleable.build/Debug-watchos/Styleable.build/Objects-normal/armv7k/Styleable-Swift.h -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Styleable.build/Debug-watchos/Styleable.build/Objects-normal/armv7k/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/armv7k/Styleable-master-emit-module.d -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Styleable.build/Debug-watchos/Styleable.build/Objects-normal/armv7k/Styleable.swiftmodule -emit-abi-descriptor-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Styleable.build/Debug-watchos/Styleable.build/Objects-normal/armv7k/Styleable.abi.json
SwiftCompile normal armv7k Compiling\ ArrayBuilder.swift,\ LayoutGuide.swift /Users/admin/builder/spi-builder-workspace/Sources/Styleable/DSL/ArrayBuilder.swift /Users/admin/builder/spi-builder-workspace/Sources/Styleable/Layout/LayoutGuide.swift (in target 'Styleable' from project 'Styleable')
SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/Styleable/DSL/ArrayBuilder.swift (in target 'Styleable' from project 'Styleable')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/Styleable/Layout/LayoutGuide.swift (in target 'Styleable' from project 'Styleable')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

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')
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

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

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')
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

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

SwiftCompile normal armv7k Compiling\ Style.swift,\ Styleable.swift /Users/admin/builder/spi-builder-workspace/Sources/Styleable/Style/Style.swift /Users/admin/builder/spi-builder-workspace/Sources/Styleable/Styleable.swift (in target 'Styleable' from project 'Styleable')
SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/Styleable/Style/Style.swift (in target 'Styleable' from project 'Styleable')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/Styleable/Styleable.swift (in target 'Styleable' from project 'Styleable')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

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')
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

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

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')
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

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

SwiftCompile normal armv7k Compiling\ StyleableControl.swift,\ StyleableView.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 (in target 'Styleable' from project 'Styleable')
SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/Styleable/UIKit+Additions/StyleableControl.swift (in target 'Styleable' from project 'Styleable')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/Styleable/UIKit+Additions/StyleableView.swift (in target 'Styleable' from project 'Styleable')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

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')
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

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

SwiftEmitModule normal arm64 Emitting\ module\ for\ Styleable (in target 'Styleable' from project 'Styleable')
EmitSwiftModule normal arm64 (in target 'Styleable' from project 'Styleable')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftEmitModule normal arm64_32 Emitting\ module\ for\ Styleable (in target 'Styleable' from project 'Styleable')
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_32 Emitting\ module\ for\ Styleable (in target 'Styleable' from project 'Styleable')
	Building workspace spi-builder-workspace with scheme Styleable
(4 failures)
BUILD FAILURE 6.1 watchOS