This is a staging environment. For live and up-to-date package information, visit swiftpackageindex.com.

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 YVAnchor with Swift 6.0 for watchOS using Xcode 16.0.

Build Command

env DEVELOPER_DIR=/Applications/Xcode-15.3.0.app xcrun --toolchain org.swift.600202405261a xcodebuild -IDEClonedSourcePackagesDirPathOverride=$workDir/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $workDir/.derivedData build -scheme YVAnchor -destination generic/platform=watchos OTHER_SWIFT_FLAGS=-stats-output-dir .stats -strict-concurrency=complete

Build Log

 21 | @class NSLayoutManager;
 22 | @class UIImage;
 23 | @class UIView;
    | `- note: interface 'UIView' forward declared here
 24 | @class NSFileWrapper;
 25 | @class NSTextAttachmentViewProvider;
/Users/admin/builder/spi-builder-workspace/Sources/YVAnchor/YVAnchor.swift:175:50: error: cannot find type 'NSLayoutConstraint' in scope
173 |
174 |     @discardableResult
175 |     public func height(_ height: CGFloat = 0) -> NSLayoutConstraint {
    |                                                  `- error: cannot find type 'NSLayoutConstraint' in scope
176 |         translatesAutoresizingMaskIntoConstraints = false
177 |         let constraint = heightAnchor.constraint(equalToConstant: height)
/Users/admin/builder/spi-builder-workspace/Sources/YVAnchor/YVAnchor.swift:183:90: error: cannot find type 'NSLayoutConstraint' in scope
181 |
182 |     @discardableResult
183 |     public func height(equalTo dimension: NSLayoutDimension, multiplier: CGFloat = 1) -> NSLayoutConstraint {
    |                                                                                          `- error: cannot find type 'NSLayoutConstraint' in scope
184 |         translatesAutoresizingMaskIntoConstraints = false
185 |         let constraint = heightAnchor.constraint(equalTo: dimension, multiplier: multiplier)
/Users/admin/builder/spi-builder-workspace/Sources/YVAnchor/YVAnchor.swift:183:43: error: cannot find type 'NSLayoutDimension' in scope
181 |
182 |     @discardableResult
183 |     public func height(equalTo dimension: NSLayoutDimension, multiplier: CGFloat = 1) -> NSLayoutConstraint {
    |                                           `- error: cannot find type 'NSLayoutDimension' in scope
184 |         translatesAutoresizingMaskIntoConstraints = false
185 |         let constraint = heightAnchor.constraint(equalTo: dimension, multiplier: multiplier)
/Users/admin/builder/spi-builder-workspace/Sources/YVAnchor/YVAnchor.swift:191:102: error: cannot find type 'NSLayoutConstraint' in scope
189 |
190 |     @discardableResult
191 |     public func height(lessThanOrEqualTo dimension: NSLayoutDimension, multiplier m: CGFloat = 1) -> NSLayoutConstraint {
    |                                                                                                      `- error: cannot find type 'NSLayoutConstraint' in scope
192 |         translatesAutoresizingMaskIntoConstraints = false
193 |         let constraint = heightAnchor.constraint(lessThanOrEqualTo: dimension, multiplier: m)
/Users/admin/builder/spi-builder-workspace/Sources/YVAnchor/YVAnchor.swift:191:53: error: cannot find type 'NSLayoutDimension' in scope
189 |
190 |     @discardableResult
191 |     public func height(lessThanOrEqualTo dimension: NSLayoutDimension, multiplier m: CGFloat = 1) -> NSLayoutConstraint {
    |                                                     `- error: cannot find type 'NSLayoutDimension' in scope
192 |         translatesAutoresizingMaskIntoConstraints = false
193 |         let constraint = heightAnchor.constraint(lessThanOrEqualTo: dimension, multiplier: m)
/Users/admin/builder/spi-builder-workspace/Sources/YVAnchor/YVAnchor.swift:199:76: error: cannot find type 'NSLayoutConstraint' in scope
197 |
198 |     @discardableResult
199 |     public func height(lessThanOrEqualToConstant constant: CGFloat = 1) -> NSLayoutConstraint {
    |                                                                            `- error: cannot find type 'NSLayoutConstraint' in scope
200 |         translatesAutoresizingMaskIntoConstraints = false
201 |         let constraint = heightAnchor.constraint(lessThanOrEqualToConstant: constant)
/Users/admin/builder/spi-builder-workspace/Sources/YVAnchor/YVAnchor.swift:207:105: error: cannot find type 'NSLayoutConstraint' in scope
205 |
206 |     @discardableResult
207 |     public func height(greaterThanOrEqualTo dimension: NSLayoutDimension, multiplier m: CGFloat = 1) -> NSLayoutConstraint {
    |                                                                                                         `- error: cannot find type 'NSLayoutConstraint' in scope
208 |         translatesAutoresizingMaskIntoConstraints = false
209 |         let constraint = heightAnchor.constraint(greaterThanOrEqualTo: dimension, multiplier: m)
/Users/admin/builder/spi-builder-workspace/Sources/YVAnchor/YVAnchor.swift:207:56: error: cannot find type 'NSLayoutDimension' in scope
205 |
206 |     @discardableResult
207 |     public func height(greaterThanOrEqualTo dimension: NSLayoutDimension, multiplier m: CGFloat = 1) -> NSLayoutConstraint {
    |                                                        `- error: cannot find type 'NSLayoutDimension' in scope
208 |         translatesAutoresizingMaskIntoConstraints = false
209 |         let constraint = heightAnchor.constraint(greaterThanOrEqualTo: dimension, multiplier: m)
/Users/admin/builder/spi-builder-workspace/Sources/YVAnchor/YVAnchor.swift:215:79: error: cannot find type 'NSLayoutConstraint' in scope
213 |
214 |     @discardableResult
215 |     public func height(greaterThanOrEqualToConstant constant: CGFloat = 1) -> NSLayoutConstraint {
    |                                                                               `- error: cannot find type 'NSLayoutConstraint' in scope
216 |         translatesAutoresizingMaskIntoConstraints = false
217 |         let constraint = heightAnchor.constraint(greaterThanOrEqualToConstant: constant)
SwiftEmitModule normal arm64 Emitting\ module\ for\ YVAnchor (in target 'YVAnchor' from project 'YVAnchor')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-swiftTaskExecution -- /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/bin/swift-frontend -frontend -emit-module -experimental-skip-non-inlinable-function-bodies-without-types /Users/admin/builder/spi-builder-workspace/Sources/YVAnchor/YVAnchor.swift -target arm64-apple-watchos5.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -sdk /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.4.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -I /Applications/Xcode-15.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-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.4.sdk/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -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/.stats -Onone -D SWIFT_PACKAGE -D DEBUG -serialize-debugging-options -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/YVAnchor.build/Debug-watchos/YVAnchor.build/Objects-normal/arm64/YVAnchor_const_extract_protocols.json -strict-concurrency\=complete -empty-abi-descriptor -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 -resource-dir /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/YVAnchor.build/Debug-watchos/YVAnchor.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/YVAnchor.build/Debug-watchos/YVAnchor.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/YVAnchor.build/Debug-watchos/YVAnchor.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/YVAnchor.build/Debug-watchos/YVAnchor.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name YVAnchor -disable-clang-spi -target-sdk-version 10.4 -target-sdk-name watchos10.4 -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.4.sdk/usr/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.4.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.4.sdk/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.4.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/local/lib/swift/host/plugins -emit-module-doc-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/YVAnchor.build/Debug-watchos/YVAnchor.build/Objects-normal/arm64/YVAnchor.swiftdoc -emit-module-source-info-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/YVAnchor.build/Debug-watchos/YVAnchor.build/Objects-normal/arm64/YVAnchor.swiftsourceinfo -emit-objc-header-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/YVAnchor.build/Debug-watchos/YVAnchor.build/Objects-normal/arm64/YVAnchor-Swift.h -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/YVAnchor.build/Debug-watchos/YVAnchor.build/Objects-normal/arm64/YVAnchor-master-emit-module.dia -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/YVAnchor.build/Debug-watchos/YVAnchor.build/Objects-normal/arm64/YVAnchor-master-emit-module.d -parse-as-library -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/YVAnchor.build/Debug-watchos/YVAnchor.build/Objects-normal/arm64/YVAnchor.swiftmodule -emit-abi-descriptor-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/YVAnchor.build/Debug-watchos/YVAnchor.build/Objects-normal/arm64/YVAnchor.abi.json
SwiftEmitModule normal armv7k Emitting\ module\ for\ YVAnchor (in target 'YVAnchor' from project 'YVAnchor')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-swiftTaskExecution -- /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/bin/swift-frontend -frontend -emit-module -experimental-skip-non-inlinable-function-bodies-without-types /Users/admin/builder/spi-builder-workspace/Sources/YVAnchor/YVAnchor.swift -target armv7k-apple-watchos5.0 -enable-objc-interop -sdk /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.4.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -I /Applications/Xcode-15.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-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.4.sdk/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -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/.stats -Onone -D SWIFT_PACKAGE -D DEBUG -serialize-debugging-options -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/YVAnchor.build/Debug-watchos/YVAnchor.build/Objects-normal/armv7k/YVAnchor_const_extract_protocols.json -strict-concurrency\=complete -empty-abi-descriptor -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 -resource-dir /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/YVAnchor.build/Debug-watchos/YVAnchor.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/YVAnchor.build/Debug-watchos/YVAnchor.build/DerivedSources-normal/armv7k -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/YVAnchor.build/Debug-watchos/YVAnchor.build/DerivedSources/armv7k -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/YVAnchor.build/Debug-watchos/YVAnchor.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name YVAnchor -disable-clang-spi -target-sdk-version 10.4 -target-sdk-name watchos10.4 -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.4.sdk/usr/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.4.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.4.sdk/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.4.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/local/lib/swift/host/plugins -emit-module-doc-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/YVAnchor.build/Debug-watchos/YVAnchor.build/Objects-normal/armv7k/YVAnchor.swiftdoc -emit-module-source-info-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/YVAnchor.build/Debug-watchos/YVAnchor.build/Objects-normal/armv7k/YVAnchor.swiftsourceinfo -emit-objc-header-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/YVAnchor.build/Debug-watchos/YVAnchor.build/Objects-normal/armv7k/YVAnchor-Swift.h -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/YVAnchor.build/Debug-watchos/YVAnchor.build/Objects-normal/armv7k/YVAnchor-master-emit-module.dia -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/YVAnchor.build/Debug-watchos/YVAnchor.build/Objects-normal/armv7k/YVAnchor-master-emit-module.d -parse-as-library -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/YVAnchor.build/Debug-watchos/YVAnchor.build/Objects-normal/armv7k/YVAnchor.swiftmodule -emit-abi-descriptor-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/YVAnchor.build/Debug-watchos/YVAnchor.build/Objects-normal/armv7k/YVAnchor.abi.json
/Users/admin/builder/spi-builder-workspace/Sources/YVAnchor/YVAnchor.swift:5:11: error: cannot find type 'UIView' in scope
  3 | public protocol YVAnchor {}
  4 |
  5 | extension UIView: YVAnchor {}
    |           `- error: cannot find type 'UIView' in scope
  6 |
  7 | extension YVAnchor where Self: UIView {
/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSTextAttachment.h:23:1: note: interface 'UIView' forward declared here
 21 | @class NSLayoutManager;
 22 | @class UIImage;
 23 | @class UIView;
    | `- note: interface 'UIView' forward declared here
 24 | @class NSFileWrapper;
 25 | @class NSTextAttachmentViewProvider;
/Users/admin/builder/spi-builder-workspace/Sources/YVAnchor/YVAnchor.swift:7:32: error: cannot find type 'UIView' in scope
  5 | extension UIView: YVAnchor {}
  6 |
  7 | extension YVAnchor where Self: UIView {
    |                                `- error: cannot find type 'UIView' in scope
  8 |
  9 |     public var leading : NSLayoutXAxisAnchor { get { return leadingAnchor } }
/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSTextAttachment.h:23:1: note: interface 'UIView' forward declared here
 21 | @class NSLayoutManager;
 22 | @class UIImage;
 23 | @class UIView;
    | `- note: interface 'UIView' forward declared here
 24 | @class NSFileWrapper;
 25 | @class NSTextAttachmentViewProvider;
/Users/admin/builder/spi-builder-workspace/Sources/YVAnchor/YVAnchor.swift:9:26: error: cannot find type 'NSLayoutXAxisAnchor' in scope
  7 | extension YVAnchor where Self: UIView {
  8 |
  9 |     public var leading : NSLayoutXAxisAnchor { get { return leadingAnchor } }
    |                          `- error: cannot find type 'NSLayoutXAxisAnchor' in scope
 10 |     public var trailing: NSLayoutXAxisAnchor { get { return trailingAnchor } }
 11 |     public var top     : NSLayoutYAxisAnchor { get { return topAnchor } }
/Users/admin/builder/spi-builder-workspace/Sources/YVAnchor/YVAnchor.swift:10:26: error: cannot find type 'NSLayoutXAxisAnchor' in scope
  8 |
  9 |     public var leading : NSLayoutXAxisAnchor { get { return leadingAnchor } }
 10 |     public var trailing: NSLayoutXAxisAnchor { get { return trailingAnchor } }
    |                          `- error: cannot find type 'NSLayoutXAxisAnchor' in scope
 11 |     public var top     : NSLayoutYAxisAnchor { get { return topAnchor } }
 12 |     public var bottom  : NSLayoutYAxisAnchor { get { return bottomAnchor } }
/Users/admin/builder/spi-builder-workspace/Sources/YVAnchor/YVAnchor.swift:11:26: error: cannot find type 'NSLayoutYAxisAnchor' in scope
  9 |     public var leading : NSLayoutXAxisAnchor { get { return leadingAnchor } }
 10 |     public var trailing: NSLayoutXAxisAnchor { get { return trailingAnchor } }
 11 |     public var top     : NSLayoutYAxisAnchor { get { return topAnchor } }
    |                          `- error: cannot find type 'NSLayoutYAxisAnchor' in scope
 12 |     public var bottom  : NSLayoutYAxisAnchor { get { return bottomAnchor } }
 13 |     public var left    : NSLayoutXAxisAnchor { get { return leftAnchor } }
/Users/admin/builder/spi-builder-workspace/Sources/YVAnchor/YVAnchor.swift:12:26: error: cannot find type 'NSLayoutYAxisAnchor' in scope
 10 |     public var trailing: NSLayoutXAxisAnchor { get { return trailingAnchor } }
 11 |     public var top     : NSLayoutYAxisAnchor { get { return topAnchor } }
 12 |     public var bottom  : NSLayoutYAxisAnchor { get { return bottomAnchor } }
    |                          `- error: cannot find type 'NSLayoutYAxisAnchor' in scope
 13 |     public var left    : NSLayoutXAxisAnchor { get { return leftAnchor } }
 14 |     public var right   : NSLayoutXAxisAnchor { get { return rightAnchor } }
/Users/admin/builder/spi-builder-workspace/Sources/YVAnchor/YVAnchor.swift:13:26: error: cannot find type 'NSLayoutXAxisAnchor' in scope
 11 |     public var top     : NSLayoutYAxisAnchor { get { return topAnchor } }
 12 |     public var bottom  : NSLayoutYAxisAnchor { get { return bottomAnchor } }
 13 |     public var left    : NSLayoutXAxisAnchor { get { return leftAnchor } }
    |                          `- error: cannot find type 'NSLayoutXAxisAnchor' in scope
 14 |     public var right   : NSLayoutXAxisAnchor { get { return rightAnchor } }
 15 |     public var xAxis   : NSLayoutXAxisAnchor { get { return centerXAnchor } }
/Users/admin/builder/spi-builder-workspace/Sources/YVAnchor/YVAnchor.swift:14:26: error: cannot find type 'NSLayoutXAxisAnchor' in scope
 12 |     public var bottom  : NSLayoutYAxisAnchor { get { return bottomAnchor } }
 13 |     public var left    : NSLayoutXAxisAnchor { get { return leftAnchor } }
 14 |     public var right   : NSLayoutXAxisAnchor { get { return rightAnchor } }
    |                          `- error: cannot find type 'NSLayoutXAxisAnchor' in scope
 15 |     public var xAxis   : NSLayoutXAxisAnchor { get { return centerXAnchor } }
 16 |     public var yAxis   : NSLayoutYAxisAnchor { get { return centerYAnchor } }
/Users/admin/builder/spi-builder-workspace/Sources/YVAnchor/YVAnchor.swift:15:26: error: cannot find type 'NSLayoutXAxisAnchor' in scope
 13 |     public var left    : NSLayoutXAxisAnchor { get { return leftAnchor } }
 14 |     public var right   : NSLayoutXAxisAnchor { get { return rightAnchor } }
 15 |     public var xAxis   : NSLayoutXAxisAnchor { get { return centerXAnchor } }
    |                          `- error: cannot find type 'NSLayoutXAxisAnchor' in scope
 16 |     public var yAxis   : NSLayoutYAxisAnchor { get { return centerYAnchor } }
 17 |     public var centerX : NSLayoutXAxisAnchor { get { return centerXAnchor } }
/Users/admin/builder/spi-builder-workspace/Sources/YVAnchor/YVAnchor.swift:16:26: error: cannot find type 'NSLayoutYAxisAnchor' in scope
 14 |     public var right   : NSLayoutXAxisAnchor { get { return rightAnchor } }
 15 |     public var xAxis   : NSLayoutXAxisAnchor { get { return centerXAnchor } }
 16 |     public var yAxis   : NSLayoutYAxisAnchor { get { return centerYAnchor } }
    |                          `- error: cannot find type 'NSLayoutYAxisAnchor' in scope
 17 |     public var centerX : NSLayoutXAxisAnchor { get { return centerXAnchor } }
 18 |     public var centerY : NSLayoutYAxisAnchor { get { return centerYAnchor } }
/Users/admin/builder/spi-builder-workspace/Sources/YVAnchor/YVAnchor.swift:17:26: error: cannot find type 'NSLayoutXAxisAnchor' in scope
 15 |     public var xAxis   : NSLayoutXAxisAnchor { get { return centerXAnchor } }
 16 |     public var yAxis   : NSLayoutYAxisAnchor { get { return centerYAnchor } }
 17 |     public var centerX : NSLayoutXAxisAnchor { get { return centerXAnchor } }
    |                          `- error: cannot find type 'NSLayoutXAxisAnchor' in scope
 18 |     public var centerY : NSLayoutYAxisAnchor { get { return centerYAnchor } }
 19 |     public var width   : NSLayoutDimension   { get { return widthAnchor } }
/Users/admin/builder/spi-builder-workspace/Sources/YVAnchor/YVAnchor.swift:18:26: error: cannot find type 'NSLayoutYAxisAnchor' in scope
 16 |     public var yAxis   : NSLayoutYAxisAnchor { get { return centerYAnchor } }
 17 |     public var centerX : NSLayoutXAxisAnchor { get { return centerXAnchor } }
 18 |     public var centerY : NSLayoutYAxisAnchor { get { return centerYAnchor } }
    |                          `- error: cannot find type 'NSLayoutYAxisAnchor' in scope
 19 |     public var width   : NSLayoutDimension   { get { return widthAnchor } }
 20 |     public var height  : NSLayoutDimension   { get { return heightAnchor } }
/Users/admin/builder/spi-builder-workspace/Sources/YVAnchor/YVAnchor.swift:19:26: error: cannot find type 'NSLayoutDimension' in scope
 17 |     public var centerX : NSLayoutXAxisAnchor { get { return centerXAnchor } }
 18 |     public var centerY : NSLayoutYAxisAnchor { get { return centerYAnchor } }
 19 |     public var width   : NSLayoutDimension   { get { return widthAnchor } }
    |                          `- error: cannot find type 'NSLayoutDimension' in scope
 20 |     public var height  : NSLayoutDimension   { get { return heightAnchor } }
 21 |
/Users/admin/builder/spi-builder-workspace/Sources/YVAnchor/YVAnchor.swift:20:26: error: cannot find type 'NSLayoutDimension' in scope
 18 |     public var centerY : NSLayoutYAxisAnchor { get { return centerYAnchor } }
 19 |     public var width   : NSLayoutDimension   { get { return widthAnchor } }
 20 |     public var height  : NSLayoutDimension   { get { return heightAnchor } }
    |                          `- error: cannot find type 'NSLayoutDimension' in scope
 21 |
 22 |     public var safeTop     : NSLayoutYAxisAnchor { get { return safeAreaLayoutGuide.topAnchor } }
/Users/admin/builder/spi-builder-workspace/Sources/YVAnchor/YVAnchor.swift:22:30: error: cannot find type 'NSLayoutYAxisAnchor' in scope
 20 |     public var height  : NSLayoutDimension   { get { return heightAnchor } }
 21 |
 22 |     public var safeTop     : NSLayoutYAxisAnchor { get { return safeAreaLayoutGuide.topAnchor } }
    |                              `- error: cannot find type 'NSLayoutYAxisAnchor' in scope
 23 |     public var safeBottom  : NSLayoutYAxisAnchor { get { return safeAreaLayoutGuide.bottomAnchor } }
 24 |     public var safeLeading : NSLayoutXAxisAnchor { get { return safeAreaLayoutGuide.leadingAnchor } }
/Users/admin/builder/spi-builder-workspace/Sources/YVAnchor/YVAnchor.swift:23:30: error: cannot find type 'NSLayoutYAxisAnchor' in scope
 21 |
 22 |     public var safeTop     : NSLayoutYAxisAnchor { get { return safeAreaLayoutGuide.topAnchor } }
 23 |     public var safeBottom  : NSLayoutYAxisAnchor { get { return safeAreaLayoutGuide.bottomAnchor } }
    |                              `- error: cannot find type 'NSLayoutYAxisAnchor' in scope
 24 |     public var safeLeading : NSLayoutXAxisAnchor { get { return safeAreaLayoutGuide.leadingAnchor } }
 25 |     public var safeTrailing: NSLayoutXAxisAnchor { get { return safeAreaLayoutGuide.trailingAnchor } }
/Users/admin/builder/spi-builder-workspace/Sources/YVAnchor/YVAnchor.swift:24:30: error: cannot find type 'NSLayoutXAxisAnchor' in scope
 22 |     public var safeTop     : NSLayoutYAxisAnchor { get { return safeAreaLayoutGuide.topAnchor } }
 23 |     public var safeBottom  : NSLayoutYAxisAnchor { get { return safeAreaLayoutGuide.bottomAnchor } }
 24 |     public var safeLeading : NSLayoutXAxisAnchor { get { return safeAreaLayoutGuide.leadingAnchor } }
    |                              `- error: cannot find type 'NSLayoutXAxisAnchor' in scope
 25 |     public var safeTrailing: NSLayoutXAxisAnchor { get { return safeAreaLayoutGuide.trailingAnchor } }
 26 |
/Users/admin/builder/spi-builder-workspace/Sources/YVAnchor/YVAnchor.swift:25:30: error: cannot find type 'NSLayoutXAxisAnchor' in scope
 23 |     public var safeBottom  : NSLayoutYAxisAnchor { get { return safeAreaLayoutGuide.bottomAnchor } }
 24 |     public var safeLeading : NSLayoutXAxisAnchor { get { return safeAreaLayoutGuide.leadingAnchor } }
 25 |     public var safeTrailing: NSLayoutXAxisAnchor { get { return safeAreaLayoutGuide.trailingAnchor } }
    |                              `- error: cannot find type 'NSLayoutXAxisAnchor' in scope
 26 |
 27 |     @discardableResult
/Users/admin/builder/spi-builder-workspace/Sources/YVAnchor/YVAnchor.swift:28:32: error: cannot find type 'NSLayoutConstraint' in scope
 26 |
 27 |     @discardableResult
 28 |     public func pin<T>(_ side: NSLayoutConstraint.Attribute, to: NSLayoutAnchor<T>, constant: CGFloat = 0) -> NSLayoutConstraint {
    |                                `- error: cannot find type 'NSLayoutConstraint' in scope
 29 |         translatesAutoresizingMaskIntoConstraints = false
 30 |         var constraint = NSLayoutConstraint()
/Users/admin/builder/spi-builder-workspace/Sources/YVAnchor/YVAnchor.swift:28:66: error: cannot find type 'NSLayoutAnchor' in scope
 26 |
 27 |     @discardableResult
 28 |     public func pin<T>(_ side: NSLayoutConstraint.Attribute, to: NSLayoutAnchor<T>, constant: CGFloat = 0) -> NSLayoutConstraint {
    |                                                                  `- error: cannot find type 'NSLayoutAnchor' in scope
 29 |         translatesAutoresizingMaskIntoConstraints = false
 30 |         var constraint = NSLayoutConstraint()
/Users/admin/builder/spi-builder-workspace/Sources/YVAnchor/YVAnchor.swift:28:111: error: cannot find type 'NSLayoutConstraint' in scope
 26 |
 27 |     @discardableResult
 28 |     public func pin<T>(_ side: NSLayoutConstraint.Attribute, to: NSLayoutAnchor<T>, constant: CGFloat = 0) -> NSLayoutConstraint {
    |                                                                                                               `- error: cannot find type 'NSLayoutConstraint' in scope
 29 |         translatesAutoresizingMaskIntoConstraints = false
 30 |         var constraint = NSLayoutConstraint()
/Users/admin/builder/spi-builder-workspace/Sources/YVAnchor/YVAnchor.swift:47:74: error: cannot find type 'NSLayoutConstraint' in scope
 45 |
 46 |     @discardableResult
 47 |     public func size(width: CGFloat = 0, height: CGFloat = 0) -> (width: NSLayoutConstraint?, height: NSLayoutConstraint?) {
    |                                                                          `- error: cannot find type 'NSLayoutConstraint' in scope
 48 |         translatesAutoresizingMaskIntoConstraints = false
 49 |         var widthConstraint: NSLayoutConstraint!
/Users/admin/builder/spi-builder-workspace/Sources/YVAnchor/YVAnchor.swift:47:103: error: cannot find type 'NSLayoutConstraint' in scope
 45 |
 46 |     @discardableResult
 47 |     public func size(width: CGFloat = 0, height: CGFloat = 0) -> (width: NSLayoutConstraint?, height: NSLayoutConstraint?) {
    |                                                                                                       `- error: cannot find type 'NSLayoutConstraint' in scope
 48 |         translatesAutoresizingMaskIntoConstraints = false
 49 |         var widthConstraint: NSLayoutConstraint!
/Users/admin/builder/spi-builder-workspace/Sources/YVAnchor/YVAnchor.swift:63:49: error: cannot find type 'NSLayoutConstraint' in scope
 61 |
 62 |     @discardableResult
 63 |     public func size(_ size: CGSize) -> (width: NSLayoutConstraint?, height: NSLayoutConstraint?) {
    |                                                 `- error: cannot find type 'NSLayoutConstraint' in scope
 64 |         return self.size(width: size.width, height: size.height)
 65 |     }
/Users/admin/builder/spi-builder-workspace/Sources/YVAnchor/YVAnchor.swift:63:78: error: cannot find type 'NSLayoutConstraint' in scope
 61 |
 62 |     @discardableResult
 63 |     public func size(_ size: CGSize) -> (width: NSLayoutConstraint?, height: NSLayoutConstraint?) {
    |                                                                              `- error: cannot find type 'NSLayoutConstraint' in scope
 64 |         return self.size(width: size.width, height: size.height)
 65 |     }
SwiftCompile normal arm64_32 Compiling\ YVAnchor.swift /Users/admin/builder/spi-builder-workspace/Sources/YVAnchor/YVAnchor.swift (in target 'YVAnchor' from project 'YVAnchor')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-swiftTaskExecution -- /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/bin/swift-frontend -frontend -c -primary-file /Users/admin/builder/spi-builder-workspace/Sources/YVAnchor/YVAnchor.swift -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/YVAnchor.build/Debug-watchos/YVAnchor.build/Objects-normal/arm64_32/YVAnchor.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/YVAnchor.build/Debug-watchos/YVAnchor.build/Objects-normal/arm64_32/YVAnchor.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/YVAnchor.build/Debug-watchos/YVAnchor.build/Objects-normal/arm64_32/YVAnchor.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/YVAnchor.build/Debug-watchos/YVAnchor.build/Objects-normal/arm64_32/YVAnchor.dia -target arm64_32-apple-watchos5.0 -enable-objc-interop -sdk /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.4.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -I /Applications/Xcode-15.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-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.4.sdk/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -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/.stats -Onone -D SWIFT_PACKAGE -D DEBUG -serialize-debugging-options -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/YVAnchor.build/Debug-watchos/YVAnchor.build/Objects-normal/arm64_32/YVAnchor_const_extract_protocols.json -strict-concurrency\=complete -empty-abi-descriptor -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 -resource-dir /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/YVAnchor.build/Debug-watchos/YVAnchor.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/YVAnchor.build/Debug-watchos/YVAnchor.build/DerivedSources-normal/arm64_32 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/YVAnchor.build/Debug-watchos/YVAnchor.build/DerivedSources/arm64_32 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/YVAnchor.build/Debug-watchos/YVAnchor.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name YVAnchor -frontend-parseable-output -disable-clang-spi -target-sdk-version 10.4 -target-sdk-name watchos10.4 -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.4.sdk/usr/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.4.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.4.sdk/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.4.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/local/lib/swift/host/plugins -parse-as-library -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/YVAnchor.build/Debug-watchos/YVAnchor.build/Objects-normal/arm64_32/YVAnchor.o -index-unit-output-path /YVAnchor.build/Debug-watchos/YVAnchor.build/Objects-normal/arm64_32/YVAnchor.o -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/YVAnchor/YVAnchor.swift (in target 'YVAnchor' from project 'YVAnchor')
    cd /Users/admin/builder/spi-builder-workspace
    /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/bin/swift-frontend -c -primary-file /Users/admin/builder/spi-builder-workspace/Sources/YVAnchor/YVAnchor.swift -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/YVAnchor.build/Debug-watchos/YVAnchor.build/Objects-normal/arm64_32/YVAnchor.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/YVAnchor.build/Debug-watchos/YVAnchor.build/Objects-normal/arm64_32/YVAnchor.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/YVAnchor.build/Debug-watchos/YVAnchor.build/Objects-normal/arm64_32/YVAnchor.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/YVAnchor.build/Debug-watchos/YVAnchor.build/Objects-normal/arm64_32/YVAnchor.dia -target arm64_32-apple-watchos5.0 -enable-objc-interop -sdk /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.4.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -I /Applications/Xcode-15.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-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.4.sdk/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -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/.stats -Onone -D SWIFT_PACKAGE -D DEBUG -serialize-debugging-options -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/YVAnchor.build/Debug-watchos/YVAnchor.build/Objects-normal/arm64_32/YVAnchor_const_extract_protocols.json -strict-concurrency\=complete -empty-abi-descriptor -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 -resource-dir /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/YVAnchor.build/Debug-watchos/YVAnchor.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/YVAnchor.build/Debug-watchos/YVAnchor.build/DerivedSources-normal/arm64_32 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/YVAnchor.build/Debug-watchos/YVAnchor.build/DerivedSources/arm64_32 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/YVAnchor.build/Debug-watchos/YVAnchor.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name YVAnchor -frontend-parseable-output -disable-clang-spi -target-sdk-version 10.4 -target-sdk-name watchos10.4 -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.4.sdk/usr/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.4.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.4.sdk/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.4.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/local/lib/swift/host/plugins -parse-as-library -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/YVAnchor.build/Debug-watchos/YVAnchor.build/Objects-normal/arm64_32/YVAnchor.o -index-unit-output-path /YVAnchor.build/Debug-watchos/YVAnchor.build/Objects-normal/arm64_32/YVAnchor.o -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
SwiftCompile normal armv7k Compiling\ YVAnchor.swift /Users/admin/builder/spi-builder-workspace/Sources/YVAnchor/YVAnchor.swift (in target 'YVAnchor' from project 'YVAnchor')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-swiftTaskExecution -- /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/bin/swift-frontend -frontend -c -primary-file /Users/admin/builder/spi-builder-workspace/Sources/YVAnchor/YVAnchor.swift -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/YVAnchor.build/Debug-watchos/YVAnchor.build/Objects-normal/armv7k/YVAnchor.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/YVAnchor.build/Debug-watchos/YVAnchor.build/Objects-normal/armv7k/YVAnchor.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/YVAnchor.build/Debug-watchos/YVAnchor.build/Objects-normal/armv7k/YVAnchor.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/YVAnchor.build/Debug-watchos/YVAnchor.build/Objects-normal/armv7k/YVAnchor.dia -target armv7k-apple-watchos5.0 -enable-objc-interop -sdk /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.4.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -I /Applications/Xcode-15.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-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.4.sdk/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -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/.stats -Onone -D SWIFT_PACKAGE -D DEBUG -serialize-debugging-options -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/YVAnchor.build/Debug-watchos/YVAnchor.build/Objects-normal/armv7k/YVAnchor_const_extract_protocols.json -strict-concurrency\=complete -empty-abi-descriptor -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 -resource-dir /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/YVAnchor.build/Debug-watchos/YVAnchor.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/YVAnchor.build/Debug-watchos/YVAnchor.build/DerivedSources-normal/armv7k -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/YVAnchor.build/Debug-watchos/YVAnchor.build/DerivedSources/armv7k -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/YVAnchor.build/Debug-watchos/YVAnchor.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name YVAnchor -frontend-parseable-output -disable-clang-spi -target-sdk-version 10.4 -target-sdk-name watchos10.4 -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.4.sdk/usr/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.4.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.4.sdk/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.4.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/local/lib/swift/host/plugins -parse-as-library -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/YVAnchor.build/Debug-watchos/YVAnchor.build/Objects-normal/armv7k/YVAnchor.o -index-unit-output-path /YVAnchor.build/Debug-watchos/YVAnchor.build/Objects-normal/armv7k/YVAnchor.o -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/YVAnchor/YVAnchor.swift (in target 'YVAnchor' from project 'YVAnchor')
    cd /Users/admin/builder/spi-builder-workspace
    /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/bin/swift-frontend -c -primary-file /Users/admin/builder/spi-builder-workspace/Sources/YVAnchor/YVAnchor.swift -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/YVAnchor.build/Debug-watchos/YVAnchor.build/Objects-normal/armv7k/YVAnchor.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/YVAnchor.build/Debug-watchos/YVAnchor.build/Objects-normal/armv7k/YVAnchor.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/YVAnchor.build/Debug-watchos/YVAnchor.build/Objects-normal/armv7k/YVAnchor.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/YVAnchor.build/Debug-watchos/YVAnchor.build/Objects-normal/armv7k/YVAnchor.dia -target armv7k-apple-watchos5.0 -enable-objc-interop -sdk /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.4.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -I /Applications/Xcode-15.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-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.4.sdk/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -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/.stats -Onone -D SWIFT_PACKAGE -D DEBUG -serialize-debugging-options -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/YVAnchor.build/Debug-watchos/YVAnchor.build/Objects-normal/armv7k/YVAnchor_const_extract_protocols.json -strict-concurrency\=complete -empty-abi-descriptor -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 -resource-dir /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/YVAnchor.build/Debug-watchos/YVAnchor.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/YVAnchor.build/Debug-watchos/YVAnchor.build/DerivedSources-normal/armv7k -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/YVAnchor.build/Debug-watchos/YVAnchor.build/DerivedSources/armv7k -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/YVAnchor.build/Debug-watchos/YVAnchor.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name YVAnchor -frontend-parseable-output -disable-clang-spi -target-sdk-version 10.4 -target-sdk-name watchos10.4 -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.4.sdk/usr/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.4.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.4.sdk/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.4.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/local/lib/swift/host/plugins -parse-as-library -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/YVAnchor.build/Debug-watchos/YVAnchor.build/Objects-normal/armv7k/YVAnchor.o -index-unit-output-path /YVAnchor.build/Debug-watchos/YVAnchor.build/Objects-normal/armv7k/YVAnchor.o -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
SwiftCompile normal arm64 Compiling\ YVAnchor.swift /Users/admin/builder/spi-builder-workspace/Sources/YVAnchor/YVAnchor.swift (in target 'YVAnchor' from project 'YVAnchor')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-swiftTaskExecution -- /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/bin/swift-frontend -frontend -c -primary-file /Users/admin/builder/spi-builder-workspace/Sources/YVAnchor/YVAnchor.swift -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/YVAnchor.build/Debug-watchos/YVAnchor.build/Objects-normal/arm64/YVAnchor.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/YVAnchor.build/Debug-watchos/YVAnchor.build/Objects-normal/arm64/YVAnchor.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/YVAnchor.build/Debug-watchos/YVAnchor.build/Objects-normal/arm64/YVAnchor.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/YVAnchor.build/Debug-watchos/YVAnchor.build/Objects-normal/arm64/YVAnchor.dia -target arm64-apple-watchos5.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -sdk /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.4.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -I /Applications/Xcode-15.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-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.4.sdk/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -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/.stats -Onone -D SWIFT_PACKAGE -D DEBUG -serialize-debugging-options -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/YVAnchor.build/Debug-watchos/YVAnchor.build/Objects-normal/arm64/YVAnchor_const_extract_protocols.json -strict-concurrency\=complete -empty-abi-descriptor -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 -resource-dir /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/YVAnchor.build/Debug-watchos/YVAnchor.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/YVAnchor.build/Debug-watchos/YVAnchor.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/YVAnchor.build/Debug-watchos/YVAnchor.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/YVAnchor.build/Debug-watchos/YVAnchor.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name YVAnchor -frontend-parseable-output -disable-clang-spi -target-sdk-version 10.4 -target-sdk-name watchos10.4 -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.4.sdk/usr/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.4.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.4.sdk/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.4.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/local/lib/swift/host/plugins -parse-as-library -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/YVAnchor.build/Debug-watchos/YVAnchor.build/Objects-normal/arm64/YVAnchor.o -index-unit-output-path /YVAnchor.build/Debug-watchos/YVAnchor.build/Objects-normal/arm64/YVAnchor.o -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/YVAnchor/YVAnchor.swift (in target 'YVAnchor' from project 'YVAnchor')
    cd /Users/admin/builder/spi-builder-workspace
    /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/bin/swift-frontend -c -primary-file /Users/admin/builder/spi-builder-workspace/Sources/YVAnchor/YVAnchor.swift -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/YVAnchor.build/Debug-watchos/YVAnchor.build/Objects-normal/arm64/YVAnchor.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/YVAnchor.build/Debug-watchos/YVAnchor.build/Objects-normal/arm64/YVAnchor.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/YVAnchor.build/Debug-watchos/YVAnchor.build/Objects-normal/arm64/YVAnchor.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/YVAnchor.build/Debug-watchos/YVAnchor.build/Objects-normal/arm64/YVAnchor.dia -target arm64-apple-watchos5.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -sdk /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.4.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -I /Applications/Xcode-15.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-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.4.sdk/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -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/.stats -Onone -D SWIFT_PACKAGE -D DEBUG -serialize-debugging-options -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/YVAnchor.build/Debug-watchos/YVAnchor.build/Objects-normal/arm64/YVAnchor_const_extract_protocols.json -strict-concurrency\=complete -empty-abi-descriptor -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 -resource-dir /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/YVAnchor.build/Debug-watchos/YVAnchor.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/YVAnchor.build/Debug-watchos/YVAnchor.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/YVAnchor.build/Debug-watchos/YVAnchor.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/YVAnchor.build/Debug-watchos/YVAnchor.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name YVAnchor -frontend-parseable-output -disable-clang-spi -target-sdk-version 10.4 -target-sdk-name watchos10.4 -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.4.sdk/usr/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.4.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.4.sdk/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.4.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/local/lib/swift/host/plugins -parse-as-library -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/YVAnchor.build/Debug-watchos/YVAnchor.build/Objects-normal/arm64/YVAnchor.o -index-unit-output-path /YVAnchor.build/Debug-watchos/YVAnchor.build/Objects-normal/arm64/YVAnchor.o -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
note: Using global toolchain override 'Swift 6.0 Development Snapshot 2024-05-26 (a)'. (in target 'YVAnchor' from project 'YVAnchor')
** BUILD FAILED **
The following build commands failed:
	SwiftEmitModule normal arm64_32 Emitting\ module\ for\ YVAnchor (in target 'YVAnchor' from project 'YVAnchor')
(1 failure)
Command line invocation:
    /Applications/Xcode-15.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 YVAnchor -destination generic/platform=watchos "OTHER_SWIFT_FLAGS=-stats-output-dir .stats -strict-concurrency=complete"
User defaults from command line:
    IDEClonedSourcePackagesDirPathOverride = /Users/admin/builder/spi-builder-workspace/.dependencies
    IDEDerivedDataPathOverride = /Users/admin/builder/spi-builder-workspace/.derivedData
    IDEPackageSupportToolchainOverrideForManifestLoading = org.swift.600202405261a
    IDEPackageSupportUseBuiltinSCM = YES
Build settings from command line:
    OTHER_SWIFT_FLAGS = -stats-output-dir .stats -strict-concurrency=complete
    TOOLCHAINS = org.swift.600202405261a
Resolve Package Graph
Resolved source packages:
  YVAnchor: /Users/admin/builder/spi-builder-workspace
Prepare packages
ComputeTargetDependencyGraph
note: Building targets in dependency order
note: Target dependency graph (2 targets)
    Target 'YVAnchor' in project 'YVAnchor'
        ➜ Explicit dependency on target 'YVAnchor' in project 'YVAnchor'
    Target 'YVAnchor' in project 'YVAnchor' (no dependencies)
GatherProvisioningInputs
CreateBuildDescription
note: Using global toolchain override 'Swift 6.0 Development Snapshot 2024-05-26 (a)'.
note: Using global toolchain override 'Swift 6.0 Development Snapshot 2024-05-26 (a)'. (in target 'YVAnchor' from project 'YVAnchor')
SwiftDriver YVAnchor normal armv7k com.apple.xcode.tools.swift.compiler (in target 'YVAnchor' from project 'YVAnchor')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-SwiftDriver -- /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/bin/swiftc -module-name YVAnchor -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/YVAnchor.build/Debug-watchos/YVAnchor.build/Objects-normal/armv7k/YVAnchor.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -stats-output-dir .stats -strict-concurrency\=complete -sdk /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.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-15.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-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.4.sdk/Developer/Library/Frameworks -parse-as-library -c -j10 -enable-batch-mode -incremental -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/YVAnchor.build/Debug-watchos/YVAnchor.build/Objects-normal/armv7k/YVAnchor-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/YVAnchor.build/Debug-watchos/YVAnchor.build/Objects-normal/armv7k/YVAnchor.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/YVAnchor.build/Debug-watchos/YVAnchor.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/YVAnchor.build/Debug-watchos/YVAnchor.build/Objects-normal/armv7k/YVAnchor_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/YVAnchor.build/Debug-watchos/YVAnchor.build/DerivedSources-normal/armv7k -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/YVAnchor.build/Debug-watchos/YVAnchor.build/DerivedSources/armv7k -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/YVAnchor.build/Debug-watchos/YVAnchor.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/YVAnchor.build/Debug-watchos/YVAnchor.build/Objects-normal/armv7k/YVAnchor-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace -experimental-emit-module-separately -disable-cmo
SwiftDriver YVAnchor normal arm64 com.apple.xcode.tools.swift.compiler (in target 'YVAnchor' from project 'YVAnchor')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-SwiftDriver -- /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/bin/swiftc -module-name YVAnchor -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/YVAnchor.build/Debug-watchos/YVAnchor.build/Objects-normal/arm64/YVAnchor.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -stats-output-dir .stats -strict-concurrency\=complete -sdk /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.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-15.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-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.4.sdk/Developer/Library/Frameworks -parse-as-library -c -j10 -enable-batch-mode -incremental -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/YVAnchor.build/Debug-watchos/YVAnchor.build/Objects-normal/arm64/YVAnchor-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/YVAnchor.build/Debug-watchos/YVAnchor.build/Objects-normal/arm64/YVAnchor.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/YVAnchor.build/Debug-watchos/YVAnchor.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/YVAnchor.build/Debug-watchos/YVAnchor.build/Objects-normal/arm64/YVAnchor_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/YVAnchor.build/Debug-watchos/YVAnchor.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/YVAnchor.build/Debug-watchos/YVAnchor.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/YVAnchor.build/Debug-watchos/YVAnchor.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/YVAnchor.build/Debug-watchos/YVAnchor.build/Objects-normal/arm64/YVAnchor-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace -experimental-emit-module-separately -disable-cmo
SwiftDriver YVAnchor normal arm64_32 com.apple.xcode.tools.swift.compiler (in target 'YVAnchor' from project 'YVAnchor')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-SwiftDriver -- /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/bin/swiftc -module-name YVAnchor -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/YVAnchor.build/Debug-watchos/YVAnchor.build/Objects-normal/arm64_32/YVAnchor.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -stats-output-dir .stats -strict-concurrency\=complete -sdk /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.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-15.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-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.4.sdk/Developer/Library/Frameworks -parse-as-library -c -j10 -enable-batch-mode -incremental -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/YVAnchor.build/Debug-watchos/YVAnchor.build/Objects-normal/arm64_32/YVAnchor-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/YVAnchor.build/Debug-watchos/YVAnchor.build/Objects-normal/arm64_32/YVAnchor.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/YVAnchor.build/Debug-watchos/YVAnchor.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/YVAnchor.build/Debug-watchos/YVAnchor.build/Objects-normal/arm64_32/YVAnchor_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/YVAnchor.build/Debug-watchos/YVAnchor.build/DerivedSources-normal/arm64_32 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/YVAnchor.build/Debug-watchos/YVAnchor.build/DerivedSources/arm64_32 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/YVAnchor.build/Debug-watchos/YVAnchor.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/YVAnchor.build/Debug-watchos/YVAnchor.build/Objects-normal/arm64_32/YVAnchor-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace -experimental-emit-module-separately -disable-cmo
SwiftEmitModule normal armv7k Emitting\ module\ for\ YVAnchor (in target 'YVAnchor' from project 'YVAnchor')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-swiftTaskExecution -- /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/bin/swift-frontend -frontend -emit-module -experimental-skip-non-inlinable-function-bodies-without-types /Users/admin/builder/spi-builder-workspace/Sources/YVAnchor/YVAnchor.swift -target armv7k-apple-watchos5.0 -enable-objc-interop -sdk /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.4.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -I /Applications/Xcode-15.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-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.4.sdk/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -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/.stats -Onone -D SWIFT_PACKAGE -D DEBUG -serialize-debugging-options -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/YVAnchor.build/Debug-watchos/YVAnchor.build/Objects-normal/armv7k/YVAnchor_const_extract_protocols.json -strict-concurrency\=complete -empty-abi-descriptor -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 -resource-dir /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/YVAnchor.build/Debug-watchos/YVAnchor.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/YVAnchor.build/Debug-watchos/YVAnchor.build/DerivedSources-normal/armv7k -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/YVAnchor.build/Debug-watchos/YVAnchor.build/DerivedSources/armv7k -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/YVAnchor.build/Debug-watchos/YVAnchor.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name YVAnchor -disable-clang-spi -target-sdk-version 10.4 -target-sdk-name watchos10.4 -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.4.sdk/usr/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.4.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.4.sdk/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.4.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/local/lib/swift/host/plugins -emit-module-doc-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/YVAnchor.build/Debug-watchos/YVAnchor.build/Objects-normal/armv7k/YVAnchor.swiftdoc -emit-module-source-info-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/YVAnchor.build/Debug-watchos/YVAnchor.build/Objects-normal/armv7k/YVAnchor.swiftsourceinfo -emit-objc-header-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/YVAnchor.build/Debug-watchos/YVAnchor.build/Objects-normal/armv7k/YVAnchor-Swift.h -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/YVAnchor.build/Debug-watchos/YVAnchor.build/Objects-normal/armv7k/YVAnchor-master-emit-module.dia -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/YVAnchor.build/Debug-watchos/YVAnchor.build/Objects-normal/armv7k/YVAnchor-master-emit-module.d -parse-as-library -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/YVAnchor.build/Debug-watchos/YVAnchor.build/Objects-normal/armv7k/YVAnchor.swiftmodule -emit-abi-descriptor-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/YVAnchor.build/Debug-watchos/YVAnchor.build/Objects-normal/armv7k/YVAnchor.abi.json
/Users/admin/builder/spi-builder-workspace/Sources/YVAnchor/YVAnchor.swift:5:11: error: cannot find type 'UIView' in scope
  3 | public protocol YVAnchor {}
  4 |
  5 | extension UIView: YVAnchor {}
    |           `- error: cannot find type 'UIView' in scope
  6 |
  7 | extension YVAnchor where Self: UIView {
/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSTextAttachment.h:23:1: note: interface 'UIView' forward declared here
 21 | @class NSLayoutManager;
 22 | @class UIImage;
 23 | @class UIView;
    | `- note: interface 'UIView' forward declared here
 24 | @class NSFileWrapper;
 25 | @class NSTextAttachmentViewProvider;
/Users/admin/builder/spi-builder-workspace/Sources/YVAnchor/YVAnchor.swift:7:32: error: cannot find type 'UIView' in scope
  5 | extension UIView: YVAnchor {}
  6 |
  7 | extension YVAnchor where Self: UIView {
    |                                `- error: cannot find type 'UIView' in scope
  8 |
  9 |     public var leading : NSLayoutXAxisAnchor { get { return leadingAnchor } }
/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSTextAttachment.h:23:1: note: interface 'UIView' forward declared here
 21 | @class NSLayoutManager;
 22 | @class UIImage;
 23 | @class UIView;
    | `- note: interface 'UIView' forward declared here
 24 | @class NSFileWrapper;
 25 | @class NSTextAttachmentViewProvider;
/Users/admin/builder/spi-builder-workspace/Sources/YVAnchor/YVAnchor.swift:9:26: error: cannot find type 'NSLayoutXAxisAnchor' in scope
  7 | extension YVAnchor where Self: UIView {
  8 |
  9 |     public var leading : NSLayoutXAxisAnchor { get { return leadingAnchor } }
    |                          `- error: cannot find type 'NSLayoutXAxisAnchor' in scope
 10 |     public var trailing: NSLayoutXAxisAnchor { get { return trailingAnchor } }
 11 |     public var top     : NSLayoutYAxisAnchor { get { return topAnchor } }
/Users/admin/builder/spi-builder-workspace/Sources/YVAnchor/YVAnchor.swift:10:26: error: cannot find type 'NSLayoutXAxisAnchor' in scope
  8 |
  9 |     public var leading : NSLayoutXAxisAnchor { get { return leadingAnchor } }
 10 |     public var trailing: NSLayoutXAxisAnchor { get { return trailingAnchor } }
    |                          `- error: cannot find type 'NSLayoutXAxisAnchor' in scope
 11 |     public var top     : NSLayoutYAxisAnchor { get { return topAnchor } }
 12 |     public var bottom  : NSLayoutYAxisAnchor { get { return bottomAnchor } }
/Users/admin/builder/spi-builder-workspace/Sources/YVAnchor/YVAnchor.swift:11:26: error: cannot find type 'NSLayoutYAxisAnchor' in scope
  9 |     public var leading : NSLayoutXAxisAnchor { get { return leadingAnchor } }
 10 |     public var trailing: NSLayoutXAxisAnchor { get { return trailingAnchor } }
 11 |     public var top     : NSLayoutYAxisAnchor { get { return topAnchor } }
    |                          `- error: cannot find type 'NSLayoutYAxisAnchor' in scope
 12 |     public var bottom  : NSLayoutYAxisAnchor { get { return bottomAnchor } }
 13 |     public var left    : NSLayoutXAxisAnchor { get { return leftAnchor } }
/Users/admin/builder/spi-builder-workspace/Sources/YVAnchor/YVAnchor.swift:12:26: error: cannot find type 'NSLayoutYAxisAnchor' in scope
 10 |     public var trailing: NSLayoutXAxisAnchor { get { return trailingAnchor } }
 11 |     public var top     : NSLayoutYAxisAnchor { get { return topAnchor } }
 12 |     public var bottom  : NSLayoutYAxisAnchor { get { return bottomAnchor } }
    |                          `- error: cannot find type 'NSLayoutYAxisAnchor' in scope
 13 |     public var left    : NSLayoutXAxisAnchor { get { return leftAnchor } }
 14 |     public var right   : NSLayoutXAxisAnchor { get { return rightAnchor } }
/Users/admin/builder/spi-builder-workspace/Sources/YVAnchor/YVAnchor.swift:13:26: error: cannot find type 'NSLayoutXAxisAnchor' in scope
 11 |     public var top     : NSLayoutYAxisAnchor { get { return topAnchor } }
 12 |     public var bottom  : NSLayoutYAxisAnchor { get { return bottomAnchor } }
 13 |     public var left    : NSLayoutXAxisAnchor { get { return leftAnchor } }
    |                          `- error: cannot find type 'NSLayoutXAxisAnchor' in scope
 14 |     public var right   : NSLayoutXAxisAnchor { get { return rightAnchor } }
 15 |     public var xAxis   : NSLayoutXAxisAnchor { get { return centerXAnchor } }
/Users/admin/builder/spi-builder-workspace/Sources/YVAnchor/YVAnchor.swift:14:26: error: cannot find type 'NSLayoutXAxisAnchor' in scope
 12 |     public var bottom  : NSLayoutYAxisAnchor { get { return bottomAnchor } }
 13 |     public var left    : NSLayoutXAxisAnchor { get { return leftAnchor } }
 14 |     public var right   : NSLayoutXAxisAnchor { get { return rightAnchor } }
    |                          `- error: cannot find type 'NSLayoutXAxisAnchor' in scope
 15 |     public var xAxis   : NSLayoutXAxisAnchor { get { return centerXAnchor } }
 16 |     public var yAxis   : NSLayoutYAxisAnchor { get { return centerYAnchor } }
/Users/admin/builder/spi-builder-workspace/Sources/YVAnchor/YVAnchor.swift:15:26: error: cannot find type 'NSLayoutXAxisAnchor' in scope
 13 |     public var left    : NSLayoutXAxisAnchor { get { return leftAnchor } }
 14 |     public var right   : NSLayoutXAxisAnchor { get { return rightAnchor } }
 15 |     public var xAxis   : NSLayoutXAxisAnchor { get { return centerXAnchor } }
    |                          `- error: cannot find type 'NSLayoutXAxisAnchor' in scope
 16 |     public var yAxis   : NSLayoutYAxisAnchor { get { return centerYAnchor } }
 17 |     public var centerX : NSLayoutXAxisAnchor { get { return centerXAnchor } }
/Users/admin/builder/spi-builder-workspace/Sources/YVAnchor/YVAnchor.swift:16:26: error: cannot find type 'NSLayoutYAxisAnchor' in scope
 14 |     public var right   : NSLayoutXAxisAnchor { get { return rightAnchor } }
 15 |     public var xAxis   : NSLayoutXAxisAnchor { get { return centerXAnchor } }
 16 |     public var yAxis   : NSLayoutYAxisAnchor { get { return centerYAnchor } }
    |                          `- error: cannot find type 'NSLayoutYAxisAnchor' in scope
 17 |     public var centerX : NSLayoutXAxisAnchor { get { return centerXAnchor } }
 18 |     public var centerY : NSLayoutYAxisAnchor { get { return centerYAnchor } }
/Users/admin/builder/spi-builder-workspace/Sources/YVAnchor/YVAnchor.swift:17:26: error: cannot find type 'NSLayoutXAxisAnchor' in scope
 15 |     public var xAxis   : NSLayoutXAxisAnchor { get { return centerXAnchor } }
 16 |     public var yAxis   : NSLayoutYAxisAnchor { get { return centerYAnchor } }
 17 |     public var centerX : NSLayoutXAxisAnchor { get { return centerXAnchor } }
    |                          `- error: cannot find type 'NSLayoutXAxisAnchor' in scope
 18 |     public var centerY : NSLayoutYAxisAnchor { get { return centerYAnchor } }
 19 |     public var width   : NSLayoutDimension   { get { return widthAnchor } }
/Users/admin/builder/spi-builder-workspace/Sources/YVAnchor/YVAnchor.swift:18:26: error: cannot find type 'NSLayoutYAxisAnchor' in scope
 16 |     public var yAxis   : NSLayoutYAxisAnchor { get { return centerYAnchor } }
 17 |     public var centerX : NSLayoutXAxisAnchor { get { return centerXAnchor } }
 18 |     public var centerY : NSLayoutYAxisAnchor { get { return centerYAnchor } }
    |                          `- error: cannot find type 'NSLayoutYAxisAnchor' in scope
 19 |     public var width   : NSLayoutDimension   { get { return widthAnchor } }
 20 |     public var height  : NSLayoutDimension   { get { return heightAnchor } }
/Users/admin/builder/spi-builder-workspace/Sources/YVAnchor/YVAnchor.swift:19:26: error: cannot find type 'NSLayoutDimension' in scope
 17 |     public var centerX : NSLayoutXAxisAnchor { get { return centerXAnchor } }
 18 |     public var centerY : NSLayoutYAxisAnchor { get { return centerYAnchor } }
 19 |     public var width   : NSLayoutDimension   { get { return widthAnchor } }
    |                          `- error: cannot find type 'NSLayoutDimension' in scope
 20 |     public var height  : NSLayoutDimension   { get { return heightAnchor } }
 21 |
/Users/admin/builder/spi-builder-workspace/Sources/YVAnchor/YVAnchor.swift:20:26: error: cannot find type 'NSLayoutDimension' in scope
 18 |     public var centerY : NSLayoutYAxisAnchor { get { return centerYAnchor } }
 19 |     public var width   : NSLayoutDimension   { get { return widthAnchor } }
 20 |     public var height  : NSLayoutDimension   { get { return heightAnchor } }
    |                          `- error: cannot find type 'NSLayoutDimension' in scope
 21 |
 22 |     public var safeTop     : NSLayoutYAxisAnchor { get { return safeAreaLayoutGuide.topAnchor } }
/Users/admin/builder/spi-builder-workspace/Sources/YVAnchor/YVAnchor.swift:22:30: error: cannot find type 'NSLayoutYAxisAnchor' in scope
 20 |     public var height  : NSLayoutDimension   { get { return heightAnchor } }
 21 |
 22 |     public var safeTop     : NSLayoutYAxisAnchor { get { return safeAreaLayoutGuide.topAnchor } }
    |                              `- error: cannot find type 'NSLayoutYAxisAnchor' in scope
 23 |     public var safeBottom  : NSLayoutYAxisAnchor { get { return safeAreaLayoutGuide.bottomAnchor } }
 24 |     public var safeLeading : NSLayoutXAxisAnchor { get { return safeAreaLayoutGuide.leadingAnchor } }
/Users/admin/builder/spi-builder-workspace/Sources/YVAnchor/YVAnchor.swift:23:30: error: cannot find type 'NSLayoutYAxisAnchor' in scope
 21 |
 22 |     public var safeTop     : NSLayoutYAxisAnchor { get { return safeAreaLayoutGuide.topAnchor } }
 23 |     public var safeBottom  : NSLayoutYAxisAnchor { get { return safeAreaLayoutGuide.bottomAnchor } }
    |                              `- error: cannot find type 'NSLayoutYAxisAnchor' in scope
 24 |     public var safeLeading : NSLayoutXAxisAnchor { get { return safeAreaLayoutGuide.leadingAnchor } }
 25 |     public var safeTrailing: NSLayoutXAxisAnchor { get { return safeAreaLayoutGuide.trailingAnchor } }
/Users/admin/builder/spi-builder-workspace/Sources/YVAnchor/YVAnchor.swift:24:30: error: cannot find type 'NSLayoutXAxisAnchor' in scope
 22 |     public var safeTop     : NSLayoutYAxisAnchor { get { return safeAreaLayoutGuide.topAnchor } }
 23 |     public var safeBottom  : NSLayoutYAxisAnchor { get { return safeAreaLayoutGuide.bottomAnchor } }
 24 |     public var safeLeading : NSLayoutXAxisAnchor { get { return safeAreaLayoutGuide.leadingAnchor } }
    |                              `- error: cannot find type 'NSLayoutXAxisAnchor' in scope
 25 |     public var safeTrailing: NSLayoutXAxisAnchor { get { return safeAreaLayoutGuide.trailingAnchor } }
 26 |
/Users/admin/builder/spi-builder-workspace/Sources/YVAnchor/YVAnchor.swift:25:30: error: cannot find type 'NSLayoutXAxisAnchor' in scope
 23 |     public var safeBottom  : NSLayoutYAxisAnchor { get { return safeAreaLayoutGuide.bottomAnchor } }
 24 |     public var safeLeading : NSLayoutXAxisAnchor { get { return safeAreaLayoutGuide.leadingAnchor } }
 25 |     public var safeTrailing: NSLayoutXAxisAnchor { get { return safeAreaLayoutGuide.trailingAnchor } }
    |                              `- error: cannot find type 'NSLayoutXAxisAnchor' in scope
 26 |
 27 |     @discardableResult
/Users/admin/builder/spi-builder-workspace/Sources/YVAnchor/YVAnchor.swift:28:32: error: cannot find type 'NSLayoutConstraint' in scope
 26 |
 27 |     @discardableResult
 28 |     public func pin<T>(_ side: NSLayoutConstraint.Attribute, to: NSLayoutAnchor<T>, constant: CGFloat = 0) -> NSLayoutConstraint {
    |                                `- error: cannot find type 'NSLayoutConstraint' in scope
 29 |         translatesAutoresizingMaskIntoConstraints = false
 30 |         var constraint = NSLayoutConstraint()
/Users/admin/builder/spi-builder-workspace/Sources/YVAnchor/YVAnchor.swift:28:66: error: cannot find type 'NSLayoutAnchor' in scope
 26 |
 27 |     @discardableResult
 28 |     public func pin<T>(_ side: NSLayoutConstraint.Attribute, to: NSLayoutAnchor<T>, constant: CGFloat = 0) -> NSLayoutConstraint {
    |                                                                  `- error: cannot find type 'NSLayoutAnchor' in scope
 29 |         translatesAutoresizingMaskIntoConstraints = false
 30 |         var constraint = NSLayoutConstraint()
/Users/admin/builder/spi-builder-workspace/Sources/YVAnchor/YVAnchor.swift:28:111: error: cannot find type 'NSLayoutConstraint' in scope
 26 |
 27 |     @discardableResult
 28 |     public func pin<T>(_ side: NSLayoutConstraint.Attribute, to: NSLayoutAnchor<T>, constant: CGFloat = 0) -> NSLayoutConstraint {
    |                                                                                                               `- error: cannot find type 'NSLayoutConstraint' in scope
 29 |         translatesAutoresizingMaskIntoConstraints = false
 30 |         var constraint = NSLayoutConstraint()
/Users/admin/builder/spi-builder-workspace/Sources/YVAnchor/YVAnchor.swift:47:74: error: cannot find type 'NSLayoutConstraint' in scope
 45 |
 46 |     @discardableResult
 47 |     public func size(width: CGFloat = 0, height: CGFloat = 0) -> (width: NSLayoutConstraint?, height: NSLayoutConstraint?) {
    |                                                                          `- error: cannot find type 'NSLayoutConstraint' in scope
 48 |         translatesAutoresizingMaskIntoConstraints = false
 49 |         var widthConstraint: NSLayoutConstraint!
/Users/admin/builder/spi-builder-workspace/Sources/YVAnchor/YVAnchor.swift:47:103: error: cannot find type 'NSLayoutConstraint' in scope
 45 |
 46 |     @discardableResult
 47 |     public func size(width: CGFloat = 0, height: CGFloat = 0) -> (width: NSLayoutConstraint?, height: NSLayoutConstraint?) {
    |                                                                                                       `- error: cannot find type 'NSLayoutConstraint' in scope
 48 |         translatesAutoresizingMaskIntoConstraints = false
 49 |         var widthConstraint: NSLayoutConstraint!
/Users/admin/builder/spi-builder-workspace/Sources/YVAnchor/YVAnchor.swift:63:49: error: cannot find type 'NSLayoutConstraint' in scope
 61 |
 62 |     @discardableResult
 63 |     public func size(_ size: CGSize) -> (width: NSLayoutConstraint?, height: NSLayoutConstraint?) {
    |                                                 `- error: cannot find type 'NSLayoutConstraint' in scope
 64 |         return self.size(width: size.width, height: size.height)
 65 |     }
/Users/admin/builder/spi-builder-workspace/Sources/YVAnchor/YVAnchor.swift:63:78: error: cannot find type 'NSLayoutConstraint' in scope
 61 |
 62 |     @discardableResult
 63 |     public func size(_ size: CGSize) -> (width: NSLayoutConstraint?, height: NSLayoutConstraint?) {
    |                                                                              `- error: cannot find type 'NSLayoutConstraint' in scope
 64 |         return self.size(width: size.width, height: size.height)
 65 |     }
/Users/admin/builder/spi-builder-workspace/Sources/YVAnchor/YVAnchor.swift:67:35: error: cannot find type 'UIView' in scope
 65 |     }
 66 |
 67 |     public func centered(in view: UIView, constant: CGPoint = CGPoint(x: 0, y: 0)) {
    |                                   `- error: cannot find type 'UIView' in scope
 68 |         translatesAutoresizingMaskIntoConstraints = false
 69 |         centerXAnchor.constraint(equalTo: view.centerXAnchor, constant: constant.x).isActive = true
/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSTextAttachment.h:23:1: note: interface 'UIView' forward declared here
 21 | @class NSLayoutManager;
 22 | @class UIImage;
 23 | @class UIView;
    | `- note: interface 'UIView' forward declared here
 24 | @class NSFileWrapper;
 25 | @class NSTextAttachmentViewProvider;
/Users/admin/builder/spi-builder-workspace/Sources/YVAnchor/YVAnchor.swift:74:68: error: cannot find type 'NSLayoutConstraint' in scope
 72 |
 73 |     @discardableResult
 74 |     public func centerX(in view: UIView, constant: CGFloat = 0) -> NSLayoutConstraint {
    |                                                                    `- error: cannot find type 'NSLayoutConstraint' in scope
 75 |         translatesAutoresizingMaskIntoConstraints = false
 76 |         let constraint = centerXAnchor.constraint(equalTo: view.centerXAnchor, constant: constant)
/Users/admin/builder/spi-builder-workspace/Sources/YVAnchor/YVAnchor.swift:74:34: error: cannot find type 'UIView' in scope
 72 |
 73 |     @discardableResult
 74 |     public func centerX(in view: UIView, constant: CGFloat = 0) -> NSLayoutConstraint {
    |                                  `- error: cannot find type 'UIView' in scope
 75 |         translatesAutoresizingMaskIntoConstraints = false
 76 |         let constraint = centerXAnchor.constraint(equalTo: view.centerXAnchor, constant: constant)
/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSTextAttachment.h:23:1: note: interface 'UIView' forward declared here
 21 | @class NSLayoutManager;
 22 | @class UIImage;
 23 | @class UIView;
    | `- note: interface 'UIView' forward declared here
 24 | @class NSFileWrapper;
 25 | @class NSTextAttachmentViewProvider;
/Users/admin/builder/spi-builder-workspace/Sources/YVAnchor/YVAnchor.swift:82:68: error: cannot find type 'NSLayoutConstraint' in scope
 80 |
 81 |     @discardableResult
 82 |     public func centerY(in view: UIView, constant: CGFloat = 0) -> NSLayoutConstraint {
    |                                                                    `- error: cannot find type 'NSLayoutConstraint' in scope
 83 |         translatesAutoresizingMaskIntoConstraints = false
 84 |         let constraint = centerYAnchor.constraint(equalTo: view.centerYAnchor, constant: constant)
/Users/admin/builder/spi-builder-workspace/Sources/YVAnchor/YVAnchor.swift:82:34: error: cannot find type 'UIView' in scope
 80 |
 81 |     @discardableResult
 82 |     public func centerY(in view: UIView, constant: CGFloat = 0) -> NSLayoutConstraint {
    |                                  `- error: cannot find type 'UIView' in scope
 83 |         translatesAutoresizingMaskIntoConstraints = false
 84 |         let constraint = centerYAnchor.constraint(equalTo: view.centerYAnchor, constant: constant)
/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSTextAttachment.h:23:1: note: interface 'UIView' forward declared here
 21 | @class NSLayoutManager;
 22 | @class UIImage;
 23 | @class UIView;
    | `- note: interface 'UIView' forward declared here
 24 | @class NSFileWrapper;
 25 | @class NSTextAttachmentViewProvider;
/Users/admin/builder/spi-builder-workspace/Sources/YVAnchor/YVAnchor.swift:90:52: error: cannot find type 'NSLayoutConstraint' in scope
 88 |
 89 |     @discardableResult
 90 |     public func square(_ side: CGFloat) -> (width: NSLayoutConstraint?, height: NSLayoutConstraint?) {
    |                                                    `- error: cannot find type 'NSLayoutConstraint' in scope
 91 |         return size(width: side, height: side)
 92 |     }
/Users/admin/builder/spi-builder-workspace/Sources/YVAnchor/YVAnchor.swift:90:81: error: cannot find type 'NSLayoutConstraint' in scope
 88 |
 89 |     @discardableResult
 90 |     public func square(_ side: CGFloat) -> (width: NSLayoutConstraint?, height: NSLayoutConstraint?) {
    |                                                                                 `- error: cannot find type 'NSLayoutConstraint' in scope
 91 |         return size(width: side, height: side)
 92 |     }
/Users/admin/builder/spi-builder-workspace/Sources/YVAnchor/YVAnchor.swift:95:82: error: cannot find type 'NSLayoutConstraint' in scope
 93 |
 94 |     @discardableResult
 95 |     public func square(_ side: CGFloat, cornerRadius radius: CGFloat) -> (width: NSLayoutConstraint?, height: NSLayoutConstraint?) {
    |                                                                                  `- error: cannot find type 'NSLayoutConstraint' in scope
 96 |         layer.cornerRadius = radius
 97 |         layer.masksToBounds = true
/Users/admin/builder/spi-builder-workspace/Sources/YVAnchor/YVAnchor.swift:95:111: error: cannot find type 'NSLayoutConstraint' in scope
 93 |
 94 |     @discardableResult
 95 |     public func square(_ side: CGFloat, cornerRadius radius: CGFloat) -> (width: NSLayoutConstraint?, height: NSLayoutConstraint?) {
    |                                                                                                               `- error: cannot find type 'NSLayoutConstraint' in scope
 96 |         layer.cornerRadius = radius
 97 |         layer.masksToBounds = true
/Users/admin/builder/spi-builder-workspace/Sources/YVAnchor/YVAnchor.swift:102:54: error: cannot find type 'NSLayoutConstraint' in scope
100 |
101 |     @discardableResult
102 |     public func circle(_ radius: CGFloat) -> (width: NSLayoutConstraint?, height: NSLayoutConstraint?) {
    |                                                      `- error: cannot find type 'NSLayoutConstraint' in scope
103 |         layer.cornerRadius = radius
104 |         layer.masksToBounds = true
/Users/admin/builder/spi-builder-workspace/Sources/YVAnchor/YVAnchor.swift:102:83: error: cannot find type 'NSLayoutConstraint' in scope
100 |
101 |     @discardableResult
102 |     public func circle(_ radius: CGFloat) -> (width: NSLayoutConstraint?, height: NSLayoutConstraint?) {
    |                                                                                   `- error: cannot find type 'NSLayoutConstraint' in scope
103 |         layer.cornerRadius = radius
104 |         layer.masksToBounds = true
/Users/admin/builder/spi-builder-workspace/Sources/YVAnchor/YVAnchor.swift:108:31: error: cannot find type 'UIView' in scope
106 |     }
107 |
108 |     public func fill(in view: UIView, constants: UIEdgeInsets = UIEdgeInsets(top: 0, left: 0, bottom: 0, right: 0)) {
    |                               `- error: cannot find type 'UIView' in scope
109 |         pin(.top, to: view.top, constant: constants.top)
110 |         pin(.left, to: view.left, constant: constants.left)
/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSTextAttachment.h:23:1: note: interface 'UIView' forward declared here
 21 | @class NSLayoutManager;
 22 | @class UIImage;
 23 | @class UIView;
    | `- note: interface 'UIView' forward declared here
 24 | @class NSFileWrapper;
 25 | @class NSTextAttachmentViewProvider;
/Users/admin/builder/spi-builder-workspace/Sources/YVAnchor/YVAnchor.swift:118:32: error: cannot find type 'UIView' in scope
116 |
117 |
118 | extension YVAnchor where Self: UIView {
    |                                `- error: cannot find type 'UIView' in scope
119 |
120 |     @discardableResult
/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSTextAttachment.h:23:1: note: interface 'UIView' forward declared here
 21 | @class NSLayoutManager;
 22 | @class UIImage;
 23 | @class UIView;
    | `- note: interface 'UIView' forward declared here
 24 | @class NSFileWrapper;
 25 | @class NSTextAttachmentViewProvider;
/Users/admin/builder/spi-builder-workspace/Sources/YVAnchor/YVAnchor.swift:121:48: error: cannot find type 'NSLayoutConstraint' in scope
119 |
120 |     @discardableResult
121 |     public func width(_ width: CGFloat = 0) -> NSLayoutConstraint {
    |                                                `- error: cannot find type 'NSLayoutConstraint' in scope
122 |         translatesAutoresizingMaskIntoConstraints = false
123 |         let constraint = widthAnchor.constraint(equalToConstant: width)
/Users/admin/builder/spi-builder-workspace/Sources/YVAnchor/YVAnchor.swift:129:89: error: cannot find type 'NSLayoutConstraint' in scope
127 |
128 |     @discardableResult
129 |     public func width(equalTo dimension: NSLayoutDimension, multiplier: CGFloat = 1) -> NSLayoutConstraint {
    |                                                                                         `- error: cannot find type 'NSLayoutConstraint' in scope
130 |         translatesAutoresizingMaskIntoConstraints = false
131 |         let constraint = widthAnchor.constraint(equalTo: dimension, multiplier: multiplier)
/Users/admin/builder/spi-builder-workspace/Sources/YVAnchor/YVAnchor.swift:129:42: error: cannot find type 'NSLayoutDimension' in scope
127 |
128 |     @discardableResult
129 |     public func width(equalTo dimension: NSLayoutDimension, multiplier: CGFloat = 1) -> NSLayoutConstraint {
    |                                          `- error: cannot find type 'NSLayoutDimension' in scope
130 |         translatesAutoresizingMaskIntoConstraints = false
131 |         let constraint = widthAnchor.constraint(equalTo: dimension, multiplier: multiplier)
/Users/admin/builder/spi-builder-workspace/Sources/YVAnchor/YVAnchor.swift:137:101: error: cannot find type 'NSLayoutConstraint' in scope
135 |
136 |     @discardableResult
137 |     public func width(lessThanOrEqualTo dimension: NSLayoutDimension, multiplier m: CGFloat = 1) -> NSLayoutConstraint {
    |                                                                                                     `- error: cannot find type 'NSLayoutConstraint' in scope
138 |         translatesAutoresizingMaskIntoConstraints = false
139 |         let constraint = widthAnchor.constraint(lessThanOrEqualTo: dimension, multiplier: m)
/Users/admin/builder/spi-builder-workspace/Sources/YVAnchor/YVAnchor.swift:137:52: error: cannot find type 'NSLayoutDimension' in scope
135 |
136 |     @discardableResult
137 |     public func width(lessThanOrEqualTo dimension: NSLayoutDimension, multiplier m: CGFloat = 1) -> NSLayoutConstraint {
    |                                                    `- error: cannot find type 'NSLayoutDimension' in scope
138 |         translatesAutoresizingMaskIntoConstraints = false
139 |         let constraint = widthAnchor.constraint(lessThanOrEqualTo: dimension, multiplier: m)
/Users/admin/builder/spi-builder-workspace/Sources/YVAnchor/YVAnchor.swift:145:75: error: cannot find type 'NSLayoutConstraint' in scope
143 |
144 |     @discardableResult
145 |     public func width(lessThanOrEqualToConstant constant: CGFloat = 1) -> NSLayoutConstraint {
    |                                                                           `- error: cannot find type 'NSLayoutConstraint' in scope
146 |         translatesAutoresizingMaskIntoConstraints = false
147 |         let constraint = widthAnchor.constraint(lessThanOrEqualToConstant: constant)
/Users/admin/builder/spi-builder-workspace/Sources/YVAnchor/YVAnchor.swift:153:104: error: cannot find type 'NSLayoutConstraint' in scope
151 |
152 |     @discardableResult
153 |     public func width(greaterThanOrEqualTo dimension: NSLayoutDimension, multiplier m: CGFloat = 1) -> NSLayoutConstraint {
    |                                                                                                        `- error: cannot find type 'NSLayoutConstraint' in scope
154 |         translatesAutoresizingMaskIntoConstraints = false
155 |         let constraint = widthAnchor.constraint(greaterThanOrEqualTo: dimension, multiplier: m)
/Users/admin/builder/spi-builder-workspace/Sources/YVAnchor/YVAnchor.swift:153:55: error: cannot find type 'NSLayoutDimension' in scope
151 |
152 |     @discardableResult
153 |     public func width(greaterThanOrEqualTo dimension: NSLayoutDimension, multiplier m: CGFloat = 1) -> NSLayoutConstraint {
    |                                                       `- error: cannot find type 'NSLayoutDimension' in scope
154 |         translatesAutoresizingMaskIntoConstraints = false
155 |         let constraint = widthAnchor.constraint(greaterThanOrEqualTo: dimension, multiplier: m)
/Users/admin/builder/spi-builder-workspace/Sources/YVAnchor/YVAnchor.swift:161:78: error: cannot find type 'NSLayoutConstraint' in scope
159 |
160 |     @discardableResult
161 |     public func width(greaterThanOrEqualToConstant constant: CGFloat = 1) -> NSLayoutConstraint {
    |                                                                              `- error: cannot find type 'NSLayoutConstraint' in scope
162 |         translatesAutoresizingMaskIntoConstraints = false
163 |         let constraint = widthAnchor.constraint(greaterThanOrEqualToConstant: constant)
/Users/admin/builder/spi-builder-workspace/Sources/YVAnchor/YVAnchor.swift:172:32: error: cannot find type 'UIView' in scope
170 |
171 |
172 | extension YVAnchor where Self: UIView {
    |                                `- error: cannot find type 'UIView' in scope
173 |
174 |     @discardableResult
/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSTextAttachment.h:23:1: note: interface 'UIView' forward declared here
 21 | @class NSLayoutManager;
 22 | @class UIImage;
 23 | @class UIView;
    | `- note: interface 'UIView' forward declared here
 24 | @class NSFileWrapper;
 25 | @class NSTextAttachmentViewProvider;
/Users/admin/builder/spi-builder-workspace/Sources/YVAnchor/YVAnchor.swift:175:50: error: cannot find type 'NSLayoutConstraint' in scope
173 |
174 |     @discardableResult
175 |     public func height(_ height: CGFloat = 0) -> NSLayoutConstraint {
    |                                                  `- error: cannot find type 'NSLayoutConstraint' in scope
176 |         translatesAutoresizingMaskIntoConstraints = false
177 |         let constraint = heightAnchor.constraint(equalToConstant: height)
/Users/admin/builder/spi-builder-workspace/Sources/YVAnchor/YVAnchor.swift:183:90: error: cannot find type 'NSLayoutConstraint' in scope
181 |
182 |     @discardableResult
183 |     public func height(equalTo dimension: NSLayoutDimension, multiplier: CGFloat = 1) -> NSLayoutConstraint {
    |                                                                                          `- error: cannot find type 'NSLayoutConstraint' in scope
184 |         translatesAutoresizingMaskIntoConstraints = false
185 |         let constraint = heightAnchor.constraint(equalTo: dimension, multiplier: multiplier)
/Users/admin/builder/spi-builder-workspace/Sources/YVAnchor/YVAnchor.swift:183:43: error: cannot find type 'NSLayoutDimension' in scope
181 |
182 |     @discardableResult
183 |     public func height(equalTo dimension: NSLayoutDimension, multiplier: CGFloat = 1) -> NSLayoutConstraint {
    |                                           `- error: cannot find type 'NSLayoutDimension' in scope
184 |         translatesAutoresizingMaskIntoConstraints = false
185 |         let constraint = heightAnchor.constraint(equalTo: dimension, multiplier: multiplier)
/Users/admin/builder/spi-builder-workspace/Sources/YVAnchor/YVAnchor.swift:191:102: error: cannot find type 'NSLayoutConstraint' in scope
189 |
190 |     @discardableResult
191 |     public func height(lessThanOrEqualTo dimension: NSLayoutDimension, multiplier m: CGFloat = 1) -> NSLayoutConstraint {
    |                                                                                                      `- error: cannot find type 'NSLayoutConstraint' in scope
192 |         translatesAutoresizingMaskIntoConstraints = false
193 |         let constraint = heightAnchor.constraint(lessThanOrEqualTo: dimension, multiplier: m)
/Users/admin/builder/spi-builder-workspace/Sources/YVAnchor/YVAnchor.swift:191:53: error: cannot find type 'NSLayoutDimension' in scope
189 |
190 |     @discardableResult
191 |     public func height(lessThanOrEqualTo dimension: NSLayoutDimension, multiplier m: CGFloat = 1) -> NSLayoutConstraint {
    |                                                     `- error: cannot find type 'NSLayoutDimension' in scope
192 |         translatesAutoresizingMaskIntoConstraints = false
193 |         let constraint = heightAnchor.constraint(lessThanOrEqualTo: dimension, multiplier: m)
/Users/admin/builder/spi-builder-workspace/Sources/YVAnchor/YVAnchor.swift:199:76: error: cannot find type 'NSLayoutConstraint' in scope
197 |
198 |     @discardableResult
199 |     public func height(lessThanOrEqualToConstant constant: CGFloat = 1) -> NSLayoutConstraint {
    |                                                                            `- error: cannot find type 'NSLayoutConstraint' in scope
200 |         translatesAutoresizingMaskIntoConstraints = false
201 |         let constraint = heightAnchor.constraint(lessThanOrEqualToConstant: constant)
/Users/admin/builder/spi-builder-workspace/Sources/YVAnchor/YVAnchor.swift:207:105: error: cannot find type 'NSLayoutConstraint' in scope
205 |
206 |     @discardableResult
207 |     public func height(greaterThanOrEqualTo dimension: NSLayoutDimension, multiplier m: CGFloat = 1) -> NSLayoutConstraint {
    |                                                                                                         `- error: cannot find type 'NSLayoutConstraint' in scope
208 |         translatesAutoresizingMaskIntoConstraints = false
209 |         let constraint = heightAnchor.constraint(greaterThanOrEqualTo: dimension, multiplier: m)
/Users/admin/builder/spi-builder-workspace/Sources/YVAnchor/YVAnchor.swift:207:56: error: cannot find type 'NSLayoutDimension' in scope
205 |
206 |     @discardableResult
207 |     public func height(greaterThanOrEqualTo dimension: NSLayoutDimension, multiplier m: CGFloat = 1) -> NSLayoutConstraint {
    |                                                        `- error: cannot find type 'NSLayoutDimension' in scope
208 |         translatesAutoresizingMaskIntoConstraints = false
209 |         let constraint = heightAnchor.constraint(greaterThanOrEqualTo: dimension, multiplier: m)
/Users/admin/builder/spi-builder-workspace/Sources/YVAnchor/YVAnchor.swift:215:79: error: cannot find type 'NSLayoutConstraint' in scope
213 |
214 |     @discardableResult
215 |     public func height(greaterThanOrEqualToConstant constant: CGFloat = 1) -> NSLayoutConstraint {
    |                                                                               `- error: cannot find type 'NSLayoutConstraint' in scope
216 |         translatesAutoresizingMaskIntoConstraints = false
217 |         let constraint = heightAnchor.constraint(greaterThanOrEqualToConstant: constant)
SwiftEmitModule normal arm64_32 Emitting\ module\ for\ YVAnchor (in target 'YVAnchor' from project 'YVAnchor')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-swiftTaskExecution -- /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/bin/swift-frontend -frontend -emit-module -experimental-skip-non-inlinable-function-bodies-without-types /Users/admin/builder/spi-builder-workspace/Sources/YVAnchor/YVAnchor.swift -target arm64_32-apple-watchos5.0 -enable-objc-interop -sdk /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.4.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -I /Applications/Xcode-15.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-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.4.sdk/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -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/.stats -Onone -D SWIFT_PACKAGE -D DEBUG -serialize-debugging-options -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/YVAnchor.build/Debug-watchos/YVAnchor.build/Objects-normal/arm64_32/YVAnchor_const_extract_protocols.json -strict-concurrency\=complete -empty-abi-descriptor -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 -resource-dir /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/YVAnchor.build/Debug-watchos/YVAnchor.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/YVAnchor.build/Debug-watchos/YVAnchor.build/DerivedSources-normal/arm64_32 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/YVAnchor.build/Debug-watchos/YVAnchor.build/DerivedSources/arm64_32 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/YVAnchor.build/Debug-watchos/YVAnchor.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name YVAnchor -disable-clang-spi -target-sdk-version 10.4 -target-sdk-name watchos10.4 -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.4.sdk/usr/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.4.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.4.sdk/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.4.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/local/lib/swift/host/plugins -emit-module-doc-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/YVAnchor.build/Debug-watchos/YVAnchor.build/Objects-normal/arm64_32/YVAnchor.swiftdoc -emit-module-source-info-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/YVAnchor.build/Debug-watchos/YVAnchor.build/Objects-normal/arm64_32/YVAnchor.swiftsourceinfo -emit-objc-header-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/YVAnchor.build/Debug-watchos/YVAnchor.build/Objects-normal/arm64_32/YVAnchor-Swift.h -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/YVAnchor.build/Debug-watchos/YVAnchor.build/Objects-normal/arm64_32/YVAnchor-master-emit-module.dia -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/YVAnchor.build/Debug-watchos/YVAnchor.build/Objects-normal/arm64_32/YVAnchor-master-emit-module.d -parse-as-library -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/YVAnchor.build/Debug-watchos/YVAnchor.build/Objects-normal/arm64_32/YVAnchor.swiftmodule -emit-abi-descriptor-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/YVAnchor.build/Debug-watchos/YVAnchor.build/Objects-normal/arm64_32/YVAnchor.abi.json
/Users/admin/builder/spi-builder-workspace/Sources/YVAnchor/YVAnchor.swift:5:11: error: cannot find type 'UIView' in scope
  3 | public protocol YVAnchor {}
  4 |
  5 | extension UIView: YVAnchor {}
    |           `- error: cannot find type 'UIView' in scope
  6 |
  7 | extension YVAnchor where Self: UIView {
/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSTextAttachment.h:23:1: note: interface 'UIView' forward declared here
 21 | @class NSLayoutManager;
 22 | @class UIImage;
 23 | @class UIView;
    | `- note: interface 'UIView' forward declared here
 24 | @class NSFileWrapper;
 25 | @class NSTextAttachmentViewProvider;
/Users/admin/builder/spi-builder-workspace/Sources/YVAnchor/YVAnchor.swift:7:32: error: cannot find type 'UIView' in scope
  5 | extension UIView: YVAnchor {}
  6 |
  7 | extension YVAnchor where Self: UIView {
    |                                `- error: cannot find type 'UIView' in scope
  8 |
  9 |     public var leading : NSLayoutXAxisAnchor { get { return leadingAnchor } }
/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSTextAttachment.h:23:1: note: interface 'UIView' forward declared here
 21 | @class NSLayoutManager;
 22 | @class UIImage;
 23 | @class UIView;
    | `- note: interface 'UIView' forward declared here
 24 | @class NSFileWrapper;
 25 | @class NSTextAttachmentViewProvider;
/Users/admin/builder/spi-builder-workspace/Sources/YVAnchor/YVAnchor.swift:9:26: error: cannot find type 'NSLayoutXAxisAnchor' in scope
  7 | extension YVAnchor where Self: UIView {
  8 |
  9 |     public var leading : NSLayoutXAxisAnchor { get { return leadingAnchor } }
    |                          `- error: cannot find type 'NSLayoutXAxisAnchor' in scope
 10 |     public var trailing: NSLayoutXAxisAnchor { get { return trailingAnchor } }
 11 |     public var top     : NSLayoutYAxisAnchor { get { return topAnchor } }
/Users/admin/builder/spi-builder-workspace/Sources/YVAnchor/YVAnchor.swift:10:26: error: cannot find type 'NSLayoutXAxisAnchor' in scope
  8 |
  9 |     public var leading : NSLayoutXAxisAnchor { get { return leadingAnchor } }
 10 |     public var trailing: NSLayoutXAxisAnchor { get { return trailingAnchor } }
    |                          `- error: cannot find type 'NSLayoutXAxisAnchor' in scope
 11 |     public var top     : NSLayoutYAxisAnchor { get { return topAnchor } }
 12 |     public var bottom  : NSLayoutYAxisAnchor { get { return bottomAnchor } }
/Users/admin/builder/spi-builder-workspace/Sources/YVAnchor/YVAnchor.swift:11:26: error: cannot find type 'NSLayoutYAxisAnchor' in scope
  9 |     public var leading : NSLayoutXAxisAnchor { get { return leadingAnchor } }
 10 |     public var trailing: NSLayoutXAxisAnchor { get { return trailingAnchor } }
 11 |     public var top     : NSLayoutYAxisAnchor { get { return topAnchor } }
    |                          `- error: cannot find type 'NSLayoutYAxisAnchor' in scope
 12 |     public var bottom  : NSLayoutYAxisAnchor { get { return bottomAnchor } }
 13 |     public var left    : NSLayoutXAxisAnchor { get { return leftAnchor } }
/Users/admin/builder/spi-builder-workspace/Sources/YVAnchor/YVAnchor.swift:12:26: error: cannot find type 'NSLayoutYAxisAnchor' in scope
 10 |     public var trailing: NSLayoutXAxisAnchor { get { return trailingAnchor } }
 11 |     public var top     : NSLayoutYAxisAnchor { get { return topAnchor } }
 12 |     public var bottom  : NSLayoutYAxisAnchor { get { return bottomAnchor } }
    |                          `- error: cannot find type 'NSLayoutYAxisAnchor' in scope
 13 |     public var left    : NSLayoutXAxisAnchor { get { return leftAnchor } }
 14 |     public var right   : NSLayoutXAxisAnchor { get { return rightAnchor } }
/Users/admin/builder/spi-builder-workspace/Sources/YVAnchor/YVAnchor.swift:13:26: error: cannot find type 'NSLayoutXAxisAnchor' in scope
 11 |     public var top     : NSLayoutYAxisAnchor { get { return topAnchor } }
 12 |     public var bottom  : NSLayoutYAxisAnchor { get { return bottomAnchor } }
 13 |     public var left    : NSLayoutXAxisAnchor { get { return leftAnchor } }
    |                          `- error: cannot find type 'NSLayoutXAxisAnchor' in scope
 14 |     public var right   : NSLayoutXAxisAnchor { get { return rightAnchor } }
 15 |     public var xAxis   : NSLayoutXAxisAnchor { get { return centerXAnchor } }
/Users/admin/builder/spi-builder-workspace/Sources/YVAnchor/YVAnchor.swift:14:26: error: cannot find type 'NSLayoutXAxisAnchor' in scope
 12 |     public var bottom  : NSLayoutYAxisAnchor { get { return bottomAnchor } }
 13 |     public var left    : NSLayoutXAxisAnchor { get { return leftAnchor } }
 14 |     public var right   : NSLayoutXAxisAnchor { get { return rightAnchor } }
    |                          `- error: cannot find type 'NSLayoutXAxisAnchor' in scope
 15 |     public var xAxis   : NSLayoutXAxisAnchor { get { return centerXAnchor } }
 16 |     public var yAxis   : NSLayoutYAxisAnchor { get { return centerYAnchor } }
/Users/admin/builder/spi-builder-workspace/Sources/YVAnchor/YVAnchor.swift:15:26: error: cannot find type 'NSLayoutXAxisAnchor' in scope
 13 |     public var left    : NSLayoutXAxisAnchor { get { return leftAnchor } }
 14 |     public var right   : NSLayoutXAxisAnchor { get { return rightAnchor } }
 15 |     public var xAxis   : NSLayoutXAxisAnchor { get { return centerXAnchor } }
    |                          `- error: cannot find type 'NSLayoutXAxisAnchor' in scope
 16 |     public var yAxis   : NSLayoutYAxisAnchor { get { return centerYAnchor } }
 17 |     public var centerX : NSLayoutXAxisAnchor { get { return centerXAnchor } }
/Users/admin/builder/spi-builder-workspace/Sources/YVAnchor/YVAnchor.swift:16:26: error: cannot find type 'NSLayoutYAxisAnchor' in scope
 14 |     public var right   : NSLayoutXAxisAnchor { get { return rightAnchor } }
 15 |     public var xAxis   : NSLayoutXAxisAnchor { get { return centerXAnchor } }
 16 |     public var yAxis   : NSLayoutYAxisAnchor { get { return centerYAnchor } }
    |                          `- error: cannot find type 'NSLayoutYAxisAnchor' in scope
 17 |     public var centerX : NSLayoutXAxisAnchor { get { return centerXAnchor } }
 18 |     public var centerY : NSLayoutYAxisAnchor { get { return centerYAnchor } }
/Users/admin/builder/spi-builder-workspace/Sources/YVAnchor/YVAnchor.swift:17:26: error: cannot find type 'NSLayoutXAxisAnchor' in scope
 15 |     public var xAxis   : NSLayoutXAxisAnchor { get { return centerXAnchor } }
 16 |     public var yAxis   : NSLayoutYAxisAnchor { get { return centerYAnchor } }
 17 |     public var centerX : NSLayoutXAxisAnchor { get { return centerXAnchor } }
    |                          `- error: cannot find type 'NSLayoutXAxisAnchor' in scope
 18 |     public var centerY : NSLayoutYAxisAnchor { get { return centerYAnchor } }
 19 |     public var width   : NSLayoutDimension   { get { return widthAnchor } }
/Users/admin/builder/spi-builder-workspace/Sources/YVAnchor/YVAnchor.swift:18:26: error: cannot find type 'NSLayoutYAxisAnchor' in scope
 16 |     public var yAxis   : NSLayoutYAxisAnchor { get { return centerYAnchor } }
 17 |     public var centerX : NSLayoutXAxisAnchor { get { return centerXAnchor } }
 18 |     public var centerY : NSLayoutYAxisAnchor { get { return centerYAnchor } }
    |                          `- error: cannot find type 'NSLayoutYAxisAnchor' in scope
 19 |     public var width   : NSLayoutDimension   { get { return widthAnchor } }
 20 |     public var height  : NSLayoutDimension   { get { return heightAnchor } }
/Users/admin/builder/spi-builder-workspace/Sources/YVAnchor/YVAnchor.swift:19:26: error: cannot find type 'NSLayoutDimension' in scope
 17 |     public var centerX : NSLayoutXAxisAnchor { get { return centerXAnchor } }
 18 |     public var centerY : NSLayoutYAxisAnchor { get { return centerYAnchor } }
 19 |     public var width   : NSLayoutDimension   { get { return widthAnchor } }
    |                          `- error: cannot find type 'NSLayoutDimension' in scope
 20 |     public var height  : NSLayoutDimension   { get { return heightAnchor } }
 21 |
/Users/admin/builder/spi-builder-workspace/Sources/YVAnchor/YVAnchor.swift:20:26: error: cannot find type 'NSLayoutDimension' in scope
 18 |     public var centerY : NSLayoutYAxisAnchor { get { return centerYAnchor } }
 19 |     public var width   : NSLayoutDimension   { get { return widthAnchor } }
 20 |     public var height  : NSLayoutDimension   { get { return heightAnchor } }
    |                          `- error: cannot find type 'NSLayoutDimension' in scope
 21 |
 22 |     public var safeTop     : NSLayoutYAxisAnchor { get { return safeAreaLayoutGuide.topAnchor } }
/Users/admin/builder/spi-builder-workspace/Sources/YVAnchor/YVAnchor.swift:22:30: error: cannot find type 'NSLayoutYAxisAnchor' in scope
 20 |     public var height  : NSLayoutDimension   { get { return heightAnchor } }
 21 |
 22 |     public var safeTop     : NSLayoutYAxisAnchor { get { return safeAreaLayoutGuide.topAnchor } }
    |                              `- error: cannot find type 'NSLayoutYAxisAnchor' in scope
 23 |     public var safeBottom  : NSLayoutYAxisAnchor { get { return safeAreaLayoutGuide.bottomAnchor } }
 24 |     public var safeLeading : NSLayoutXAxisAnchor { get { return safeAreaLayoutGuide.leadingAnchor } }
/Users/admin/builder/spi-builder-workspace/Sources/YVAnchor/YVAnchor.swift:23:30: error: cannot find type 'NSLayoutYAxisAnchor' in scope
 21 |
 22 |     public var safeTop     : NSLayoutYAxisAnchor { get { return safeAreaLayoutGuide.topAnchor } }
 23 |     public var safeBottom  : NSLayoutYAxisAnchor { get { return safeAreaLayoutGuide.bottomAnchor } }
    |                              `- error: cannot find type 'NSLayoutYAxisAnchor' in scope
 24 |     public var safeLeading : NSLayoutXAxisAnchor { get { return safeAreaLayoutGuide.leadingAnchor } }
 25 |     public var safeTrailing: NSLayoutXAxisAnchor { get { return safeAreaLayoutGuide.trailingAnchor } }
/Users/admin/builder/spi-builder-workspace/Sources/YVAnchor/YVAnchor.swift:24:30: error: cannot find type 'NSLayoutXAxisAnchor' in scope
 22 |     public var safeTop     : NSLayoutYAxisAnchor { get { return safeAreaLayoutGuide.topAnchor } }
 23 |     public var safeBottom  : NSLayoutYAxisAnchor { get { return safeAreaLayoutGuide.bottomAnchor } }
 24 |     public var safeLeading : NSLayoutXAxisAnchor { get { return safeAreaLayoutGuide.leadingAnchor } }
    |                              `- error: cannot find type 'NSLayoutXAxisAnchor' in scope
 25 |     public var safeTrailing: NSLayoutXAxisAnchor { get { return safeAreaLayoutGuide.trailingAnchor } }
 26 |
/Users/admin/builder/spi-builder-workspace/Sources/YVAnchor/YVAnchor.swift:25:30: error: cannot find type 'NSLayoutXAxisAnchor' in scope
 23 |     public var safeBottom  : NSLayoutYAxisAnchor { get { return safeAreaLayoutGuide.bottomAnchor } }
 24 |     public var safeLeading : NSLayoutXAxisAnchor { get { return safeAreaLayoutGuide.leadingAnchor } }
 25 |     public var safeTrailing: NSLayoutXAxisAnchor { get { return safeAreaLayoutGuide.trailingAnchor } }
    |                              `- error: cannot find type 'NSLayoutXAxisAnchor' in scope
 26 |
 27 |     @discardableResult
/Users/admin/builder/spi-builder-workspace/Sources/YVAnchor/YVAnchor.swift:28:32: error: cannot find type 'NSLayoutConstraint' in scope
 26 |
 27 |     @discardableResult
 28 |     public func pin<T>(_ side: NSLayoutConstraint.Attribute, to: NSLayoutAnchor<T>, constant: CGFloat = 0) -> NSLayoutConstraint {
    |                                `- error: cannot find type 'NSLayoutConstraint' in scope
 29 |         translatesAutoresizingMaskIntoConstraints = false
 30 |         var constraint = NSLayoutConstraint()
/Users/admin/builder/spi-builder-workspace/Sources/YVAnchor/YVAnchor.swift:28:66: error: cannot find type 'NSLayoutAnchor' in scope
 26 |
 27 |     @discardableResult
 28 |     public func pin<T>(_ side: NSLayoutConstraint.Attribute, to: NSLayoutAnchor<T>, constant: CGFloat = 0) -> NSLayoutConstraint {
    |                                                                  `- error: cannot find type 'NSLayoutAnchor' in scope
 29 |         translatesAutoresizingMaskIntoConstraints = false
 30 |         var constraint = NSLayoutConstraint()
/Users/admin/builder/spi-builder-workspace/Sources/YVAnchor/YVAnchor.swift:28:111: error: cannot find type 'NSLayoutConstraint' in scope
 26 |
 27 |     @discardableResult
 28 |     public func pin<T>(_ side: NSLayoutConstraint.Attribute, to: NSLayoutAnchor<T>, constant: CGFloat = 0) -> NSLayoutConstraint {
    |                                                                                                               `- error: cannot find type 'NSLayoutConstraint' in scope
 29 |         translatesAutoresizingMaskIntoConstraints = false
 30 |         var constraint = NSLayoutConstraint()
/Users/admin/builder/spi-builder-workspace/Sources/YVAnchor/YVAnchor.swift:47:74: error: cannot find type 'NSLayoutConstraint' in scope
 45 |
 46 |     @discardableResult
 47 |     public func size(width: CGFloat = 0, height: CGFloat = 0) -> (width: NSLayoutConstraint?, height: NSLayoutConstraint?) {
    |                                                                          `- error: cannot find type 'NSLayoutConstraint' in scope
 48 |         translatesAutoresizingMaskIntoConstraints = false
 49 |         var widthConstraint: NSLayoutConstraint!
/Users/admin/builder/spi-builder-workspace/Sources/YVAnchor/YVAnchor.swift:47:103: error: cannot find type 'NSLayoutConstraint' in scope
 45 |
 46 |     @discardableResult
 47 |     public func size(width: CGFloat = 0, height: CGFloat = 0) -> (width: NSLayoutConstraint?, height: NSLayoutConstraint?) {
    |                                                                                                       `- error: cannot find type 'NSLayoutConstraint' in scope
 48 |         translatesAutoresizingMaskIntoConstraints = false
 49 |         var widthConstraint: NSLayoutConstraint!
/Users/admin/builder/spi-builder-workspace/Sources/YVAnchor/YVAnchor.swift:63:49: error: cannot find type 'NSLayoutConstraint' in scope
 61 |
 62 |     @discardableResult
 63 |     public func size(_ size: CGSize) -> (width: NSLayoutConstraint?, height: NSLayoutConstraint?) {
    |                                                 `- error: cannot find type 'NSLayoutConstraint' in scope
 64 |         return self.size(width: size.width, height: size.height)
 65 |     }
/Users/admin/builder/spi-builder-workspace/Sources/YVAnchor/YVAnchor.swift:63:78: error: cannot find type 'NSLayoutConstraint' in scope
 61 |
 62 |     @discardableResult
 63 |     public func size(_ size: CGSize) -> (width: NSLayoutConstraint?, height: NSLayoutConstraint?) {
    |                                                                              `- error: cannot find type 'NSLayoutConstraint' in scope
 64 |         return self.size(width: size.width, height: size.height)
 65 |     }
/Users/admin/builder/spi-builder-workspace/Sources/YVAnchor/YVAnchor.swift:67:35: error: cannot find type 'UIView' in scope
 65 |     }
 66 |
 67 |     public func centered(in view: UIView, constant: CGPoint = CGPoint(x: 0, y: 0)) {
    |                                   `- error: cannot find type 'UIView' in scope
 68 |         translatesAutoresizingMaskIntoConstraints = false
 69 |         centerXAnchor.constraint(equalTo: view.centerXAnchor, constant: constant.x).isActive = true
/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSTextAttachment.h:23:1: note: interface 'UIView' forward declared here
 21 | @class NSLayoutManager;
 22 | @class UIImage;
 23 | @class UIView;
    | `- note: interface 'UIView' forward declared here
 24 | @class NSFileWrapper;
 25 | @class NSTextAttachmentViewProvider;
/Users/admin/builder/spi-builder-workspace/Sources/YVAnchor/YVAnchor.swift:74:68: error: cannot find type 'NSLayoutConstraint' in scope
 72 |
 73 |     @discardableResult
 74 |     public func centerX(in view: UIView, constant: CGFloat = 0) -> NSLayoutConstraint {
    |                                                                    `- error: cannot find type 'NSLayoutConstraint' in scope
 75 |         translatesAutoresizingMaskIntoConstraints = false
 76 |         let constraint = centerXAnchor.constraint(equalTo: view.centerXAnchor, constant: constant)
/Users/admin/builder/spi-builder-workspace/Sources/YVAnchor/YVAnchor.swift:74:34: error: cannot find type 'UIView' in scope
 72 |
 73 |     @discardableResult
 74 |     public func centerX(in view: UIView, constant: CGFloat = 0) -> NSLayoutConstraint {
    |                                  `- error: cannot find type 'UIView' in scope
 75 |         translatesAutoresizingMaskIntoConstraints = false
 76 |         let constraint = centerXAnchor.constraint(equalTo: view.centerXAnchor, constant: constant)
/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSTextAttachment.h:23:1: note: interface 'UIView' forward declared here
 21 | @class NSLayoutManager;
 22 | @class UIImage;
 23 | @class UIView;
    | `- note: interface 'UIView' forward declared here
 24 | @class NSFileWrapper;
 25 | @class NSTextAttachmentViewProvider;
/Users/admin/builder/spi-builder-workspace/Sources/YVAnchor/YVAnchor.swift:82:68: error: cannot find type 'NSLayoutConstraint' in scope
 80 |
 81 |     @discardableResult
 82 |     public func centerY(in view: UIView, constant: CGFloat = 0) -> NSLayoutConstraint {
    |                                                                    `- error: cannot find type 'NSLayoutConstraint' in scope
 83 |         translatesAutoresizingMaskIntoConstraints = false
 84 |         let constraint = centerYAnchor.constraint(equalTo: view.centerYAnchor, constant: constant)
/Users/admin/builder/spi-builder-workspace/Sources/YVAnchor/YVAnchor.swift:82:34: error: cannot find type 'UIView' in scope
 80 |
 81 |     @discardableResult
 82 |     public func centerY(in view: UIView, constant: CGFloat = 0) -> NSLayoutConstraint {
    |                                  `- error: cannot find type 'UIView' in scope
 83 |         translatesAutoresizingMaskIntoConstraints = false
 84 |         let constraint = centerYAnchor.constraint(equalTo: view.centerYAnchor, constant: constant)
/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSTextAttachment.h:23:1: note: interface 'UIView' forward declared here
 21 | @class NSLayoutManager;
 22 | @class UIImage;
 23 | @class UIView;
    | `- note: interface 'UIView' forward declared here
 24 | @class NSFileWrapper;
 25 | @class NSTextAttachmentViewProvider;
/Users/admin/builder/spi-builder-workspace/Sources/YVAnchor/YVAnchor.swift:90:52: error: cannot find type 'NSLayoutConstraint' in scope
 88 |
 89 |     @discardableResult
 90 |     public func square(_ side: CGFloat) -> (width: NSLayoutConstraint?, height: NSLayoutConstraint?) {
    |                                                    `- error: cannot find type 'NSLayoutConstraint' in scope
 91 |         return size(width: side, height: side)
 92 |     }
/Users/admin/builder/spi-builder-workspace/Sources/YVAnchor/YVAnchor.swift:90:81: error: cannot find type 'NSLayoutConstraint' in scope
 88 |
 89 |     @discardableResult
 90 |     public func square(_ side: CGFloat) -> (width: NSLayoutConstraint?, height: NSLayoutConstraint?) {
    |                                                                                 `- error: cannot find type 'NSLayoutConstraint' in scope
 91 |         return size(width: side, height: side)
 92 |     }
/Users/admin/builder/spi-builder-workspace/Sources/YVAnchor/YVAnchor.swift:95:82: error: cannot find type 'NSLayoutConstraint' in scope
 93 |
 94 |     @discardableResult
 95 |     public func square(_ side: CGFloat, cornerRadius radius: CGFloat) -> (width: NSLayoutConstraint?, height: NSLayoutConstraint?) {
    |                                                                                  `- error: cannot find type 'NSLayoutConstraint' in scope
 96 |         layer.cornerRadius = radius
 97 |         layer.masksToBounds = true
/Users/admin/builder/spi-builder-workspace/Sources/YVAnchor/YVAnchor.swift:95:111: error: cannot find type 'NSLayoutConstraint' in scope
 93 |
 94 |     @discardableResult
 95 |     public func square(_ side: CGFloat, cornerRadius radius: CGFloat) -> (width: NSLayoutConstraint?, height: NSLayoutConstraint?) {
    |                                                                                                               `- error: cannot find type 'NSLayoutConstraint' in scope
 96 |         layer.cornerRadius = radius
 97 |         layer.masksToBounds = true
/Users/admin/builder/spi-builder-workspace/Sources/YVAnchor/YVAnchor.swift:102:54: error: cannot find type 'NSLayoutConstraint' in scope
100 |
101 |     @discardableResult
102 |     public func circle(_ radius: CGFloat) -> (width: NSLayoutConstraint?, height: NSLayoutConstraint?) {
    |                                                      `- error: cannot find type 'NSLayoutConstraint' in scope
103 |         layer.cornerRadius = radius
104 |         layer.masksToBounds = true
/Users/admin/builder/spi-builder-workspace/Sources/YVAnchor/YVAnchor.swift:102:83: error: cannot find type 'NSLayoutConstraint' in scope
100 |
101 |     @discardableResult
102 |     public func circle(_ radius: CGFloat) -> (width: NSLayoutConstraint?, height: NSLayoutConstraint?) {
    |                                                                                   `- error: cannot find type 'NSLayoutConstraint' in scope
103 |         layer.cornerRadius = radius
104 |         layer.masksToBounds = true
/Users/admin/builder/spi-builder-workspace/Sources/YVAnchor/YVAnchor.swift:108:31: error: cannot find type 'UIView' in scope
106 |     }
107 |
108 |     public func fill(in view: UIView, constants: UIEdgeInsets = UIEdgeInsets(top: 0, left: 0, bottom: 0, right: 0)) {
    |                               `- error: cannot find type 'UIView' in scope
109 |         pin(.top, to: view.top, constant: constants.top)
110 |         pin(.left, to: view.left, constant: constants.left)
/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSTextAttachment.h:23:1: note: interface 'UIView' forward declared here
 21 | @class NSLayoutManager;
 22 | @class UIImage;
 23 | @class UIView;
    | `- note: interface 'UIView' forward declared here
 24 | @class NSFileWrapper;
 25 | @class NSTextAttachmentViewProvider;
/Users/admin/builder/spi-builder-workspace/Sources/YVAnchor/YVAnchor.swift:118:32: error: cannot find type 'UIView' in scope
116 |
117 |
118 | extension YVAnchor where Self: UIView {
    |                                `- error: cannot find type 'UIView' in scope
119 |
120 |     @discardableResult
/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSTextAttachment.h:23:1: note: interface 'UIView' forward declared here
 21 | @class NSLayoutManager;
 22 | @class UIImage;
 23 | @class UIView;
    | `- note: interface 'UIView' forward declared here
 24 | @class NSFileWrapper;
 25 | @class NSTextAttachmentViewProvider;
/Users/admin/builder/spi-builder-workspace/Sources/YVAnchor/YVAnchor.swift:121:48: error: cannot find type 'NSLayoutConstraint' in scope
119 |
120 |     @discardableResult
121 |     public func width(_ width: CGFloat = 0) -> NSLayoutConstraint {
    |                                                `- error: cannot find type 'NSLayoutConstraint' in scope
122 |         translatesAutoresizingMaskIntoConstraints = false
123 |         let constraint = widthAnchor.constraint(equalToConstant: width)
/Users/admin/builder/spi-builder-workspace/Sources/YVAnchor/YVAnchor.swift:129:89: error: cannot find type 'NSLayoutConstraint' in scope
127 |
128 |     @discardableResult
129 |     public func width(equalTo dimension: NSLayoutDimension, multiplier: CGFloat = 1) -> NSLayoutConstraint {
    |                                                                                         `- error: cannot find type 'NSLayoutConstraint' in scope
130 |         translatesAutoresizingMaskIntoConstraints = false
131 |         let constraint = widthAnchor.constraint(equalTo: dimension, multiplier: multiplier)
/Users/admin/builder/spi-builder-workspace/Sources/YVAnchor/YVAnchor.swift:129:42: error: cannot find type 'NSLayoutDimension' in scope
127 |
128 |     @discardableResult
129 |     public func width(equalTo dimension: NSLayoutDimension, multiplier: CGFloat = 1) -> NSLayoutConstraint {
    |                                          `- error: cannot find type 'NSLayoutDimension' in scope
130 |         translatesAutoresizingMaskIntoConstraints = false
131 |         let constraint = widthAnchor.constraint(equalTo: dimension, multiplier: multiplier)
/Users/admin/builder/spi-builder-workspace/Sources/YVAnchor/YVAnchor.swift:137:101: error: cannot find type 'NSLayoutConstraint' in scope
135 |
136 |     @discardableResult
137 |     public func width(lessThanOrEqualTo dimension: NSLayoutDimension, multiplier m: CGFloat = 1) -> NSLayoutConstraint {
    |                                                                                                     `- error: cannot find type 'NSLayoutConstraint' in scope
138 |         translatesAutoresizingMaskIntoConstraints = false
139 |         let constraint = widthAnchor.constraint(lessThanOrEqualTo: dimension, multiplier: m)
/Users/admin/builder/spi-builder-workspace/Sources/YVAnchor/YVAnchor.swift:137:52: error: cannot find type 'NSLayoutDimension' in scope
135 |
136 |     @discardableResult
137 |     public func width(lessThanOrEqualTo dimension: NSLayoutDimension, multiplier m: CGFloat = 1) -> NSLayoutConstraint {
    |                                                    `- error: cannot find type 'NSLayoutDimension' in scope
138 |         translatesAutoresizingMaskIntoConstraints = false
139 |         let constraint = widthAnchor.constraint(lessThanOrEqualTo: dimension, multiplier: m)
/Users/admin/builder/spi-builder-workspace/Sources/YVAnchor/YVAnchor.swift:145:75: error: cannot find type 'NSLayoutConstraint' in scope
143 |
144 |     @discardableResult
145 |     public func width(lessThanOrEqualToConstant constant: CGFloat = 1) -> NSLayoutConstraint {
    |                                                                           `- error: cannot find type 'NSLayoutConstraint' in scope
146 |         translatesAutoresizingMaskIntoConstraints = false
147 |         let constraint = widthAnchor.constraint(lessThanOrEqualToConstant: constant)
/Users/admin/builder/spi-builder-workspace/Sources/YVAnchor/YVAnchor.swift:153:104: error: cannot find type 'NSLayoutConstraint' in scope
151 |
152 |     @discardableResult
153 |     public func width(greaterThanOrEqualTo dimension: NSLayoutDimension, multiplier m: CGFloat = 1) -> NSLayoutConstraint {
    |                                                                                                        `- error: cannot find type 'NSLayoutConstraint' in scope
154 |         translatesAutoresizingMaskIntoConstraints = false
155 |         let constraint = widthAnchor.constraint(greaterThanOrEqualTo: dimension, multiplier: m)
/Users/admin/builder/spi-builder-workspace/Sources/YVAnchor/YVAnchor.swift:153:55: error: cannot find type 'NSLayoutDimension' in scope
151 |
152 |     @discardableResult
153 |     public func width(greaterThanOrEqualTo dimension: NSLayoutDimension, multiplier m: CGFloat = 1) -> NSLayoutConstraint {
    |                                                       `- error: cannot find type 'NSLayoutDimension' in scope
154 |         translatesAutoresizingMaskIntoConstraints = false
155 |         let constraint = widthAnchor.constraint(greaterThanOrEqualTo: dimension, multiplier: m)
/Users/admin/builder/spi-builder-workspace/Sources/YVAnchor/YVAnchor.swift:161:78: error: cannot find type 'NSLayoutConstraint' in scope
159 |
160 |     @discardableResult
161 |     public func width(greaterThanOrEqualToConstant constant: CGFloat = 1) -> NSLayoutConstraint {
    |                                                                              `- error: cannot find type 'NSLayoutConstraint' in scope
162 |         translatesAutoresizingMaskIntoConstraints = false
163 |         let constraint = widthAnchor.constraint(greaterThanOrEqualToConstant: constant)
/Users/admin/builder/spi-builder-workspace/Sources/YVAnchor/YVAnchor.swift:172:32: error: cannot find type 'UIView' in scope
170 |
171 |
172 | extension YVAnchor where Self: UIView {
    |                                `- error: cannot find type 'UIView' in scope
173 |
174 |     @discardableResult
/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSTextAttachment.h:23:1: note: interface 'UIView' forward declared here
 21 | @class NSLayoutManager;
 22 | @class UIImage;
 23 | @class UIView;
    | `- note: interface 'UIView' forward declared here
 24 | @class NSFileWrapper;
 25 | @class NSTextAttachmentViewProvider;
/Users/admin/builder/spi-builder-workspace/Sources/YVAnchor/YVAnchor.swift:175:50: error: cannot find type 'NSLayoutConstraint' in scope
173 |
174 |     @discardableResult
175 |     public func height(_ height: CGFloat = 0) -> NSLayoutConstraint {
    |                                                  `- error: cannot find type 'NSLayoutConstraint' in scope
176 |         translatesAutoresizingMaskIntoConstraints = false
177 |         let constraint = heightAnchor.constraint(equalToConstant: height)
/Users/admin/builder/spi-builder-workspace/Sources/YVAnchor/YVAnchor.swift:183:90: error: cannot find type 'NSLayoutConstraint' in scope
181 |
182 |     @discardableResult
183 |     public func height(equalTo dimension: NSLayoutDimension, multiplier: CGFloat = 1) -> NSLayoutConstraint {
    |                                                                                          `- error: cannot find type 'NSLayoutConstraint' in scope
184 |         translatesAutoresizingMaskIntoConstraints = false
185 |         let constraint = heightAnchor.constraint(equalTo: dimension, multiplier: multiplier)
/Users/admin/builder/spi-builder-workspace/Sources/YVAnchor/YVAnchor.swift:183:43: error: cannot find type 'NSLayoutDimension' in scope
181 |
182 |     @discardableResult
183 |     public func height(equalTo dimension: NSLayoutDimension, multiplier: CGFloat = 1) -> NSLayoutConstraint {
    |                                           `- error: cannot find type 'NSLayoutDimension' in scope
184 |         translatesAutoresizingMaskIntoConstraints = false
185 |         let constraint = heightAnchor.constraint(equalTo: dimension, multiplier: multiplier)
/Users/admin/builder/spi-builder-workspace/Sources/YVAnchor/YVAnchor.swift:191:102: error: cannot find type 'NSLayoutConstraint' in scope
189 |
190 |     @discardableResult
191 |     public func height(lessThanOrEqualTo dimension: NSLayoutDimension, multiplier m: CGFloat = 1) -> NSLayoutConstraint {
    |                                                                                                      `- error: cannot find type 'NSLayoutConstraint' in scope
192 |         translatesAutoresizingMaskIntoConstraints = false
193 |         let constraint = heightAnchor.constraint(lessThanOrEqualTo: dimension, multiplier: m)
/Users/admin/builder/spi-builder-workspace/Sources/YVAnchor/YVAnchor.swift:191:53: error: cannot find type 'NSLayoutDimension' in scope
189 |
190 |     @discardableResult
191 |     public func height(lessThanOrEqualTo dimension: NSLayoutDimension, multiplier m: CGFloat = 1) -> NSLayoutConstraint {
    |                                                     `- error: cannot find type 'NSLayoutDimension' in scope
192 |         translatesAutoresizingMaskIntoConstraints = false
193 |         let constraint = heightAnchor.constraint(lessThanOrEqualTo: dimension, multiplier: m)
/Users/admin/builder/spi-builder-workspace/Sources/YVAnchor/YVAnchor.swift:199:76: error: cannot find type 'NSLayoutConstraint' in scope
197 |
198 |     @discardableResult
199 |     public func height(lessThanOrEqualToConstant constant: CGFloat = 1) -> NSLayoutConstraint {
    |                                                                            `- error: cannot find type 'NSLayoutConstraint' in scope
200 |         translatesAutoresizingMaskIntoConstraints = false
201 |         let constraint = heightAnchor.constraint(lessThanOrEqualToConstant: constant)
/Users/admin/builder/spi-builder-workspace/Sources/YVAnchor/YVAnchor.swift:207:105: error: cannot find type 'NSLayoutConstraint' in scope
205 |
206 |     @discardableResult
207 |     public func height(greaterThanOrEqualTo dimension: NSLayoutDimension, multiplier m: CGFloat = 1) -> NSLayoutConstraint {
    |                                                                                                         `- error: cannot find type 'NSLayoutConstraint' in scope
208 |         translatesAutoresizingMaskIntoConstraints = false
209 |         let constraint = heightAnchor.constraint(greaterThanOrEqualTo: dimension, multiplier: m)
/Users/admin/builder/spi-builder-workspace/Sources/YVAnchor/YVAnchor.swift:207:56: error: cannot find type 'NSLayoutDimension' in scope
205 |
206 |     @discardableResult
207 |     public func height(greaterThanOrEqualTo dimension: NSLayoutDimension, multiplier m: CGFloat = 1) -> NSLayoutConstraint {
    |                                                        `- error: cannot find type 'NSLayoutDimension' in scope
208 |         translatesAutoresizingMaskIntoConstraints = false
209 |         let constraint = heightAnchor.constraint(greaterThanOrEqualTo: dimension, multiplier: m)
/Users/admin/builder/spi-builder-workspace/Sources/YVAnchor/YVAnchor.swift:215:79: error: cannot find type 'NSLayoutConstraint' in scope
213 |
214 |     @discardableResult
215 |     public func height(greaterThanOrEqualToConstant constant: CGFloat = 1) -> NSLayoutConstraint {
    |                                                                               `- error: cannot find type 'NSLayoutConstraint' in scope
216 |         translatesAutoresizingMaskIntoConstraints = false
217 |         let constraint = heightAnchor.constraint(greaterThanOrEqualToConstant: constant)
SwiftEmitModule normal arm64 Emitting\ module\ for\ YVAnchor (in target 'YVAnchor' from project 'YVAnchor')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-swiftTaskExecution -- /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/bin/swift-frontend -frontend -emit-module -experimental-skip-non-inlinable-function-bodies-without-types /Users/admin/builder/spi-builder-workspace/Sources/YVAnchor/YVAnchor.swift -target arm64-apple-watchos5.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -sdk /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.4.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -I /Applications/Xcode-15.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-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.4.sdk/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -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/.stats -Onone -D SWIFT_PACKAGE -D DEBUG -serialize-debugging-options -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/YVAnchor.build/Debug-watchos/YVAnchor.build/Objects-normal/arm64/YVAnchor_const_extract_protocols.json -strict-concurrency\=complete -empty-abi-descriptor -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 -resource-dir /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/YVAnchor.build/Debug-watchos/YVAnchor.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/YVAnchor.build/Debug-watchos/YVAnchor.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/YVAnchor.build/Debug-watchos/YVAnchor.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/YVAnchor.build/Debug-watchos/YVAnchor.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name YVAnchor -disable-clang-spi -target-sdk-version 10.4 -target-sdk-name watchos10.4 -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.4.sdk/usr/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.4.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.4.sdk/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.4.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/local/lib/swift/host/plugins -emit-module-doc-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/YVAnchor.build/Debug-watchos/YVAnchor.build/Objects-normal/arm64/YVAnchor.swiftdoc -emit-module-source-info-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/YVAnchor.build/Debug-watchos/YVAnchor.build/Objects-normal/arm64/YVAnchor.swiftsourceinfo -emit-objc-header-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/YVAnchor.build/Debug-watchos/YVAnchor.build/Objects-normal/arm64/YVAnchor-Swift.h -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/YVAnchor.build/Debug-watchos/YVAnchor.build/Objects-normal/arm64/YVAnchor-master-emit-module.dia -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/YVAnchor.build/Debug-watchos/YVAnchor.build/Objects-normal/arm64/YVAnchor-master-emit-module.d -parse-as-library -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/YVAnchor.build/Debug-watchos/YVAnchor.build/Objects-normal/arm64/YVAnchor.swiftmodule -emit-abi-descriptor-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/YVAnchor.build/Debug-watchos/YVAnchor.build/Objects-normal/arm64/YVAnchor.abi.json
SwiftCompile normal arm64 Compiling\ YVAnchor.swift /Users/admin/builder/spi-builder-workspace/Sources/YVAnchor/YVAnchor.swift (in target 'YVAnchor' from project 'YVAnchor')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-swiftTaskExecution -- /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/bin/swift-frontend -frontend -c -primary-file /Users/admin/builder/spi-builder-workspace/Sources/YVAnchor/YVAnchor.swift -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/YVAnchor.build/Debug-watchos/YVAnchor.build/Objects-normal/arm64/YVAnchor.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/YVAnchor.build/Debug-watchos/YVAnchor.build/Objects-normal/arm64/YVAnchor.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/YVAnchor.build/Debug-watchos/YVAnchor.build/Objects-normal/arm64/YVAnchor.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/YVAnchor.build/Debug-watchos/YVAnchor.build/Objects-normal/arm64/YVAnchor.dia -target arm64-apple-watchos5.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -sdk /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.4.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -I /Applications/Xcode-15.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-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.4.sdk/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -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/.stats -Onone -D SWIFT_PACKAGE -D DEBUG -serialize-debugging-options -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/YVAnchor.build/Debug-watchos/YVAnchor.build/Objects-normal/arm64/YVAnchor_const_extract_protocols.json -strict-concurrency\=complete -empty-abi-descriptor -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 -resource-dir /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/YVAnchor.build/Debug-watchos/YVAnchor.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/YVAnchor.build/Debug-watchos/YVAnchor.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/YVAnchor.build/Debug-watchos/YVAnchor.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/YVAnchor.build/Debug-watchos/YVAnchor.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name YVAnchor -frontend-parseable-output -disable-clang-spi -target-sdk-version 10.4 -target-sdk-name watchos10.4 -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.4.sdk/usr/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.4.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.4.sdk/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.4.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/local/lib/swift/host/plugins -parse-as-library -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/YVAnchor.build/Debug-watchos/YVAnchor.build/Objects-normal/arm64/YVAnchor.o -index-unit-output-path /YVAnchor.build/Debug-watchos/YVAnchor.build/Objects-normal/arm64/YVAnchor.o -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/YVAnchor/YVAnchor.swift (in target 'YVAnchor' from project 'YVAnchor')
    cd /Users/admin/builder/spi-builder-workspace
    /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/bin/swift-frontend -c -primary-file /Users/admin/builder/spi-builder-workspace/Sources/YVAnchor/YVAnchor.swift -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/YVAnchor.build/Debug-watchos/YVAnchor.build/Objects-normal/arm64/YVAnchor.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/YVAnchor.build/Debug-watchos/YVAnchor.build/Objects-normal/arm64/YVAnchor.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/YVAnchor.build/Debug-watchos/YVAnchor.build/Objects-normal/arm64/YVAnchor.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/YVAnchor.build/Debug-watchos/YVAnchor.build/Objects-normal/arm64/YVAnchor.dia -target arm64-apple-watchos5.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -sdk /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.4.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -I /Applications/Xcode-15.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-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.4.sdk/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -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/.stats -Onone -D SWIFT_PACKAGE -D DEBUG -serialize-debugging-options -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/YVAnchor.build/Debug-watchos/YVAnchor.build/Objects-normal/arm64/YVAnchor_const_extract_protocols.json -strict-concurrency\=complete -empty-abi-descriptor -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 -resource-dir /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/YVAnchor.build/Debug-watchos/YVAnchor.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/YVAnchor.build/Debug-watchos/YVAnchor.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/YVAnchor.build/Debug-watchos/YVAnchor.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/YVAnchor.build/Debug-watchos/YVAnchor.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name YVAnchor -frontend-parseable-output -disable-clang-spi -target-sdk-version 10.4 -target-sdk-name watchos10.4 -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.4.sdk/usr/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.4.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.4.sdk/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.4.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/local/lib/swift/host/plugins -parse-as-library -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/YVAnchor.build/Debug-watchos/YVAnchor.build/Objects-normal/arm64/YVAnchor.o -index-unit-output-path /YVAnchor.build/Debug-watchos/YVAnchor.build/Objects-normal/arm64/YVAnchor.o -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
SwiftCompile normal arm64_32 Compiling\ YVAnchor.swift /Users/admin/builder/spi-builder-workspace/Sources/YVAnchor/YVAnchor.swift (in target 'YVAnchor' from project 'YVAnchor')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-swiftTaskExecution -- /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/bin/swift-frontend -frontend -c -primary-file /Users/admin/builder/spi-builder-workspace/Sources/YVAnchor/YVAnchor.swift -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/YVAnchor.build/Debug-watchos/YVAnchor.build/Objects-normal/arm64_32/YVAnchor.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/YVAnchor.build/Debug-watchos/YVAnchor.build/Objects-normal/arm64_32/YVAnchor.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/YVAnchor.build/Debug-watchos/YVAnchor.build/Objects-normal/arm64_32/YVAnchor.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/YVAnchor.build/Debug-watchos/YVAnchor.build/Objects-normal/arm64_32/YVAnchor.dia -target arm64_32-apple-watchos5.0 -enable-objc-interop -sdk /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.4.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -I /Applications/Xcode-15.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-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.4.sdk/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -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/.stats -Onone -D SWIFT_PACKAGE -D DEBUG -serialize-debugging-options -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/YVAnchor.build/Debug-watchos/YVAnchor.build/Objects-normal/arm64_32/YVAnchor_const_extract_protocols.json -strict-concurrency\=complete -empty-abi-descriptor -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 -resource-dir /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/YVAnchor.build/Debug-watchos/YVAnchor.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/YVAnchor.build/Debug-watchos/YVAnchor.build/DerivedSources-normal/arm64_32 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/YVAnchor.build/Debug-watchos/YVAnchor.build/DerivedSources/arm64_32 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/YVAnchor.build/Debug-watchos/YVAnchor.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name YVAnchor -frontend-parseable-output -disable-clang-spi -target-sdk-version 10.4 -target-sdk-name watchos10.4 -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.4.sdk/usr/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.4.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.4.sdk/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.4.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/local/lib/swift/host/plugins -parse-as-library -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/YVAnchor.build/Debug-watchos/YVAnchor.build/Objects-normal/arm64_32/YVAnchor.o -index-unit-output-path /YVAnchor.build/Debug-watchos/YVAnchor.build/Objects-normal/arm64_32/YVAnchor.o -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/YVAnchor/YVAnchor.swift (in target 'YVAnchor' from project 'YVAnchor')
    cd /Users/admin/builder/spi-builder-workspace
    /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/bin/swift-frontend -c -primary-file /Users/admin/builder/spi-builder-workspace/Sources/YVAnchor/YVAnchor.swift -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/YVAnchor.build/Debug-watchos/YVAnchor.build/Objects-normal/arm64_32/YVAnchor.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/YVAnchor.build/Debug-watchos/YVAnchor.build/Objects-normal/arm64_32/YVAnchor.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/YVAnchor.build/Debug-watchos/YVAnchor.build/Objects-normal/arm64_32/YVAnchor.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/YVAnchor.build/Debug-watchos/YVAnchor.build/Objects-normal/arm64_32/YVAnchor.dia -target arm64_32-apple-watchos5.0 -enable-objc-interop -sdk /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.4.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -I /Applications/Xcode-15.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-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.4.sdk/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -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/.stats -Onone -D SWIFT_PACKAGE -D DEBUG -serialize-debugging-options -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/YVAnchor.build/Debug-watchos/YVAnchor.build/Objects-normal/arm64_32/YVAnchor_const_extract_protocols.json -strict-concurrency\=complete -empty-abi-descriptor -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 -resource-dir /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/YVAnchor.build/Debug-watchos/YVAnchor.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/YVAnchor.build/Debug-watchos/YVAnchor.build/DerivedSources-normal/arm64_32 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/YVAnchor.build/Debug-watchos/YVAnchor.build/DerivedSources/arm64_32 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/YVAnchor.build/Debug-watchos/YVAnchor.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name YVAnchor -frontend-parseable-output -disable-clang-spi -target-sdk-version 10.4 -target-sdk-name watchos10.4 -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.4.sdk/usr/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.4.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.4.sdk/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.4.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/local/lib/swift/host/plugins -parse-as-library -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/YVAnchor.build/Debug-watchos/YVAnchor.build/Objects-normal/arm64_32/YVAnchor.o -index-unit-output-path /YVAnchor.build/Debug-watchos/YVAnchor.build/Objects-normal/arm64_32/YVAnchor.o -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
SwiftCompile normal armv7k Compiling\ YVAnchor.swift /Users/admin/builder/spi-builder-workspace/Sources/YVAnchor/YVAnchor.swift (in target 'YVAnchor' from project 'YVAnchor')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-swiftTaskExecution -- /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/bin/swift-frontend -frontend -c -primary-file /Users/admin/builder/spi-builder-workspace/Sources/YVAnchor/YVAnchor.swift -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/YVAnchor.build/Debug-watchos/YVAnchor.build/Objects-normal/armv7k/YVAnchor.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/YVAnchor.build/Debug-watchos/YVAnchor.build/Objects-normal/armv7k/YVAnchor.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/YVAnchor.build/Debug-watchos/YVAnchor.build/Objects-normal/armv7k/YVAnchor.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/YVAnchor.build/Debug-watchos/YVAnchor.build/Objects-normal/armv7k/YVAnchor.dia -target armv7k-apple-watchos5.0 -enable-objc-interop -sdk /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.4.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -I /Applications/Xcode-15.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-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.4.sdk/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -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/.stats -Onone -D SWIFT_PACKAGE -D DEBUG -serialize-debugging-options -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/YVAnchor.build/Debug-watchos/YVAnchor.build/Objects-normal/armv7k/YVAnchor_const_extract_protocols.json -strict-concurrency\=complete -empty-abi-descriptor -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 -resource-dir /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/YVAnchor.build/Debug-watchos/YVAnchor.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/YVAnchor.build/Debug-watchos/YVAnchor.build/DerivedSources-normal/armv7k -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/YVAnchor.build/Debug-watchos/YVAnchor.build/DerivedSources/armv7k -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/YVAnchor.build/Debug-watchos/YVAnchor.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name YVAnchor -frontend-parseable-output -disable-clang-spi -target-sdk-version 10.4 -target-sdk-name watchos10.4 -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.4.sdk/usr/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.4.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.4.sdk/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.4.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/local/lib/swift/host/plugins -parse-as-library -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/YVAnchor.build/Debug-watchos/YVAnchor.build/Objects-normal/armv7k/YVAnchor.o -index-unit-output-path /YVAnchor.build/Debug-watchos/YVAnchor.build/Objects-normal/armv7k/YVAnchor.o -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/YVAnchor/YVAnchor.swift (in target 'YVAnchor' from project 'YVAnchor')
    cd /Users/admin/builder/spi-builder-workspace
    /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/bin/swift-frontend -c -primary-file /Users/admin/builder/spi-builder-workspace/Sources/YVAnchor/YVAnchor.swift -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/YVAnchor.build/Debug-watchos/YVAnchor.build/Objects-normal/armv7k/YVAnchor.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/YVAnchor.build/Debug-watchos/YVAnchor.build/Objects-normal/armv7k/YVAnchor.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/YVAnchor.build/Debug-watchos/YVAnchor.build/Objects-normal/armv7k/YVAnchor.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/YVAnchor.build/Debug-watchos/YVAnchor.build/Objects-normal/armv7k/YVAnchor.dia -target armv7k-apple-watchos5.0 -enable-objc-interop -sdk /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.4.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -I /Applications/Xcode-15.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-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.4.sdk/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -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/.stats -Onone -D SWIFT_PACKAGE -D DEBUG -serialize-debugging-options -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/YVAnchor.build/Debug-watchos/YVAnchor.build/Objects-normal/armv7k/YVAnchor_const_extract_protocols.json -strict-concurrency\=complete -empty-abi-descriptor -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 -resource-dir /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/YVAnchor.build/Debug-watchos/YVAnchor.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/YVAnchor.build/Debug-watchos/YVAnchor.build/DerivedSources-normal/armv7k -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/YVAnchor.build/Debug-watchos/YVAnchor.build/DerivedSources/armv7k -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/YVAnchor.build/Debug-watchos/YVAnchor.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name YVAnchor -frontend-parseable-output -disable-clang-spi -target-sdk-version 10.4 -target-sdk-name watchos10.4 -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.4.sdk/usr/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.4.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.4.sdk/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.4.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/local/lib/swift/host/plugins -parse-as-library -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/YVAnchor.build/Debug-watchos/YVAnchor.build/Objects-normal/armv7k/YVAnchor.o -index-unit-output-path /YVAnchor.build/Debug-watchos/YVAnchor.build/Objects-normal/armv7k/YVAnchor.o -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
note: Using global toolchain override 'Swift 6.0 Development Snapshot 2024-05-26 (a)'. (in target 'YVAnchor' from project 'YVAnchor')
** BUILD FAILED **
The following build commands failed:
	SwiftEmitModule normal armv7k Emitting\ module\ for\ YVAnchor (in target 'YVAnchor' from project 'YVAnchor')
	SwiftEmitModule normal arm64_32 Emitting\ module\ for\ YVAnchor (in target 'YVAnchor' from project 'YVAnchor')
(2 failures)
BUILD FAILURE 6.0 watchOS
This is a staging environment. For live and up-to-date package information, visit swiftpackageindex.com.