The Swift Package Index logo.Swift Package Index

Build Information

Failed to build DesignReviewer with Swift 5.10 for watchOS using Xcode 15.3 at 1.2.0.

Build Command

env DEVELOPER_DIR=/Applications/Xcode-15.3.0-Beta.2.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$workDir/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $workDir/.derivedData build -scheme DesignReviewer -destination generic/platform=watchos

Build Log

@class UIView;
^
/Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DesignReviewer/Inspector/TableViewCells/DesignReviewInspectorTableViewCell.swift:15:43: error: cannot find type 'UITableViewCell' in scope
class DesignReviewInspectorTableViewCell: UITableViewCell {
                                          ^~~~~~~~~~~~~~~
/Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DesignReviewer/Spuddle/Keys.swift:19:15: error: cannot find type 'UIWindow' in scope
  var window: UIWindow? {
              ^~~~~~~~
/Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DesignReviewer/Spuddle/Keys.swift:29:23: error: cannot find type 'UIWindow' in scope
    typealias Value = UIWindow?
                      ^~~~~~~~
/Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DesignReviewer/Spuddle/Keys.swift:30:30: error: cannot find type 'UIWindow' in scope
    static var defaultValue: UIWindow? = nil
                             ^~~~~~~~
/Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DesignReviewer/Spuddle/Keys.swift:28:18: error: type 'EnvironmentValues.WindowEnvironmentKey' does not conform to protocol 'EnvironmentKey'
  private struct WindowEnvironmentKey: EnvironmentKey {
                 ^
/Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DesignReviewer/Spuddle/Keys.swift:28:18: note: add stubs for conformance
  private struct WindowEnvironmentKey: EnvironmentKey {
                 ^
/Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DesignReviewer/Spuddle/Spuddle.swift:85:27: error: cannot find type 'UIWindow' in scope
  func present(in window: UIWindow) {
                          ^~~~~~~~
/Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DesignReviewer/Spuddle/Spuddle.swift:122:100: error: cannot find type 'UIWindow' in scope
  private func showSpuddle(in fakeWindow: SpuddleFakeWindowView, transaction: Transaction, window: UIWindow) {
                                                                                                   ^~~~~~~~
/Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DesignReviewer/Spuddle/SpuddleFakeWindowView.swift:20:12: error: initializer does not override a designated initializer from its superclass
  override init(frame: CGRect) {
  ~~~~~~~~ ^
/Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DesignReviewer/Spuddle/SpuddleFakeWindowView.swift:25:17: error: method does not override any method from its superclass
  override func didMoveToWindow() {
  ~~~~~~~~      ^
/Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DesignReviewer/Spuddle/SpuddleFakeWindowView.swift:44:68: error: cannot find type 'UIView' in scope
  override func hitTest(_ point: CGPoint, with event: UIEvent?) -> UIView? {
                                                                   ^~~~~~
/Applications/Xcode-15.3.0-Beta.2.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
@class UIView;
^
/Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DesignReviewer/Spuddle/SpuddleFakeWindowView.swift:44:55: error: cannot find type 'UIEvent' in scope
  override func hitTest(_ point: CGPoint, with event: UIEvent?) -> UIView? {
                                                      ^~~~~~~
/Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DesignReviewer/Spuddle/SpuddleFakeWindowView.swift:44:17: error: method does not override any method from its superclass
  override func hitTest(_ point: CGPoint, with event: UIEvent?) -> UIView? {
  ~~~~~~~~      ^
/Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DesignReviewer/Spuddle/SpuddleFakeWindowView.swift:13:30: error: cannot find type 'UIView' in scope
class SpuddleFakeWindowView: UIView {
                             ^~~~~~
/Applications/Xcode-15.3.0-Beta.2.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
@class UIView;
^
/Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DesignReviewer/Spuddle/SpuddleStepperModifier/SpuddleStepperCoordinator.swift:13:36: error: cannot find type 'UIViewController' in scope
  private weak var viewController: UIViewController?
                                   ^~~~~~~~~~~~~~~~
/Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DesignReviewer/Spuddle/SpuddleStepperModifier/SpuddleStepperCoordinator.swift:16:24: error: cannot find type 'UIViewController' in scope
  init(viewController: UIViewController) {
                       ^~~~~~~~~~~~~~~~
/Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DesignReviewer/Spuddle/SpuddleStepperModifier/SpuddleStepperModiferView.swift:86:11: error: cannot find type 'UILabel' in scope
extension UILabel {
          ^~~~~~~
/Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DesignReviewer/Spuddle/SpuddleStepperModifier/SpuddleStepperModiferView.swift:15:21: error: cannot find type 'UIBlurEffect' in scope
  public var style: UIBlurEffect.Style
                    ^~~~~~~~~~~~
/Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DesignReviewer/Spuddle/SpuddleStepperModifier/SpuddleStepperModiferView.swift:18:24: error: cannot find type 'UIBlurEffect' in scope
  public init(_ style: UIBlurEffect.Style) {
                       ^~~~~~~~~~~~
/Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DesignReviewer/Spuddle/SpuddleStepperModifier/SpuddleStepperModiferView.swift:22:74: error: cannot find type 'UIVisualEffectView' in scope
  public func makeUIView(context _: UIViewRepresentableContext<Self>) -> UIVisualEffectView {
                                                                         ^~~~~~~~~~~~~~~~~~
/Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DesignReviewer/Spuddle/SpuddleStepperModifier/SpuddleStepperModiferView.swift:22:37: error: cannot find type 'UIViewRepresentableContext' in scope
  public func makeUIView(context _: UIViewRepresentableContext<Self>) -> UIVisualEffectView {
                                    ^~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DesignReviewer/Spuddle/SpuddleStepperModifier/SpuddleStepperModiferView.swift:26:38: error: cannot find type 'UIVisualEffectView' in scope
  public func updateUIView(_ uiView: UIVisualEffectView, context _: UIViewRepresentableContext<Self>) {
                                     ^~~~~~~~~~~~~~~~~~
/Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DesignReviewer/Spuddle/SpuddleStepperModifier/SpuddleStepperModiferView.swift:26:69: error: cannot find type 'UIViewRepresentableContext' in scope
  public func updateUIView(_ uiView: UIVisualEffectView, context _: UIViewRepresentableContext<Self>) {
                                                                    ^~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DesignReviewer/Spuddle/SpuddleStepperModifier/SpuddleStepperModiferView.swift:13:24: error: cannot find type 'UIViewRepresentable' in scope
struct VisualEffecter: UIViewRepresentable {
                       ^~~~~~~~~~~~~~~~~~~
/Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DesignReviewer/Spuddle/SpuddleStepperModifier/SpuddleStepperModiferView.swift:113:30: error: cannot find 'UILabel' in scope
  private static let label = UILabel()
                             ^~~~~~~
/Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DesignReviewer/Spuddle/SpuddleWindowManager.swift:26:45: error: cannot find type 'UIWindow' in scope
  private var mappedViewModels = [Weakified<UIWindow>: SpuddlePresentedViewModel]()
                                            ^~~~~~~~
/Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DesignReviewer/Spuddle/SpuddleWindowManager.swift:30:30: error: cannot find type 'UIWindow' in scope
  func viewModel(for window: UIWindow) -> SpuddlePresentedViewModel {
                             ^~~~~~~~
/Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DesignReviewer/Spuddle/SpuddleWindowManager.swift:47:46: error: cannot find type 'UIWindow' in scope
  private func setupNewViewModel(for window: UIWindow) -> SpuddlePresentedViewModel {
                                             ^~~~~~~~
/Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DesignReviewer/Spuddle/UIResponder+Extensions.swift:11:11: error: cannot find type 'UIResponder' in scope
extension UIResponder {
          ^~~~~~~~~~~
/Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DesignReviewer/Spuddle/UIView+Extensions.swift:11:11: error: cannot find type 'UIView' in scope
extension UIView {
          ^~~~~~
/Applications/Xcode-15.3.0-Beta.2.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
@class UIView;
^
/Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DesignReviewer/Spuddle/UIView+Extensions.swift:28:35: error: cannot find type 'UIView' in scope
extension Optional where Wrapped: UIView {
                                  ^~~~~~
/Applications/Xcode-15.3.0-Beta.2.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
@class UIView;
^
/Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DesignReviewer/Spuddle/UIViewController+Extensions.swift:11:11: error: cannot find type 'UIViewController' in scope
extension UIViewController {
          ^~~~~~~~~~~~~~~~
/Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DesignReviewer/Utility Extensions/NSLayoutConstraint+StringBuilding.swift:11:11: error: cannot find type 'NSLayoutConstraint' in scope
extension NSLayoutConstraint {
          ^~~~~~~~~~~~~~~~~~
/Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DesignReviewer/Utility Extensions/TextContainingView.swift:25:11: error: cannot find type 'UILabel' in scope
extension UILabel: TextContainingView {
          ^~~~~~~
/Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DesignReviewer/Utility Extensions/TextContainingView.swift:29:11: error: cannot find type 'UITextView' in scope
extension UITextView: TextContainingView {
          ^~~~~~~~~~
/Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DesignReviewer/Utility Extensions/TextContainingView.swift:33:11: error: cannot find type 'UITextField' in scope
extension UITextField: TextContainingView {
          ^~~~~~~~~~~
/Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DesignReviewer/Utility Extensions/TextContainingView.swift:37:11: error: cannot find type 'UIButton' in scope
extension UIButton: TextContainingView {
          ^~~~~~~~
/Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DesignReviewer/Utility Extensions/TextContainingView.swift:12:30: error: cannot find type 'UIView' in scope
protocol TextContainingView: UIView {
                             ^~~~~~
/Applications/Xcode-15.3.0-Beta.2.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
@class UIView;
^
/Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DesignReviewer/Utility Extensions/UITableView+EmptyCell.swift:10:11: error: cannot find type 'UITableView' in scope
extension UITableView {
          ^~~~~~~~~~~
/Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DesignReviewer/Utility Extensions/UITableView+EmptyCell.swift:28:11: error: cannot find type 'UITableViewCell' in scope
extension UITableViewCell {
          ^~~~~~~~~~~~~~~
/Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DesignReviewer/Utility Extensions/UIView+Constraints.swift:10:11: error: cannot find type 'UIView' in scope
extension UIView {
          ^~~~~~
/Applications/Xcode-15.3.0-Beta.2.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
@class UIView;
^
/Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DesignReviewer/Utility Extensions/UIView+StringBuilding.swift:11:11: error: cannot find type 'UIView' in scope
extension UIView {
          ^~~~~~
/Applications/Xcode-15.3.0-Beta.2.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
@class UIView;
^
SwiftEmitModule normal arm64 Emitting\ module\ for\ DesignReviewer (in target 'DesignReviewer' from project 'DesignReviewer')
    cd /Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace
    builtin-swiftTaskExecution -- /Applications/Xcode-15.3.0-Beta.2.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift-frontend -frontend -emit-module -experimental-skip-non-inlinable-function-bodies-without-types /Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DesignReviewer.build/Debug-watchos/DesignReviewer.build/DerivedSources/resource_bundle_accessor.swift /Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DesignReviewer/DesignReviewContainerView.swift /Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DesignReviewer/DesignReviewCoordinator.swift /Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DesignReviewer/DesignReviewCoordinatorProtocol.swift /Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DesignReviewer/DesignReviewHUD.swift /Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DesignReviewer/DesignReviewImageCapturer.swift /Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DesignReviewer/DesignReviewInspectorAttribute/CustomAttributes/DesignReviewCustomEnumAttribute.swift /Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DesignReviewer/DesignReviewInspectorAttribute/CustomAttributes/DesignReviewCustomMutableAttribute.swift /Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DesignReviewer/DesignReviewInspectorAttribute/DesignReviewEnumAttribute.swift /Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DesignReviewer/DesignReviewInspectorAttribute/DesignReviewImmutableAttribute.swift /Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DesignReviewer/DesignReviewInspectorAttribute/DesignReviewInspectorAttribute.swift /Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DesignReviewer/DesignReviewInspectorAttribute/DesignReviewMutableAttribute.swift /Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DesignReviewer/DesignReviewInspectorAttribute/DesignReviewScreenshotAttribute.swift /Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DesignReviewer/DesignReviewInspectorAttribute/DesignReviewSummaryAttribute.swift /Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DesignReviewer/DesignReviewInspectorAttribute/ReviewableDescribings/NSLayoutConstraint+ReviewableDescribing.swift /Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DesignReviewer/DesignReviewInspectorAttribute/ReviewableDescribings/UIImage+ReviewableDescribing.swift /Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DesignReviewer/DesignReviewInspectorAttribute/ReviewableDescribings/UILabel+ReviewableDescribing.swift /Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DesignReviewer/DesignReviewInspectorAttribute/ReviewableDescribings/UIStackView+ReviewableDescribing.swift /Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DesignReviewer/DesignReviewInspectorAttribute/ReviewableDescribings/UIView+ReviewableDescribing.swift /Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DesignReviewer/DesignReviewSelectableView.swift /Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DesignReviewer/DesignReviewSpecContainerView.swift /Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DesignReviewer/DesignReviewSpecView.swift /Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DesignReviewer/DesignReviewSuboptimalAlert/DesignReviewHairlineView.swift /Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DesignReviewer/DesignReviewSuboptimalAlert/DesignReviewSuboptimalAlertCoordinator.swift /Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DesignReviewer/DesignReviewSuboptimalAlert/DesignReviewSuboptimalAlertView.swift /Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DesignReviewer/DesignReviewSuboptimalAlert/DesignReviewSuboptimalAlertViewController.swift /Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DesignReviewer/DesignReviewSuboptimalAlert/DesignReviewSuboptimalAlertViewModelProtocol.swift /Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DesignReviewer/DesignReviewViewController.swift /Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DesignReviewer/DesignReviewViewModel.swift /Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DesignReviewer/DesignReviewables/DesignReviewable.swift /Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DesignReviewer/DesignReviewables/NSLayoutConstraint+DesignReviewable.swift /Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DesignReviewer/DesignReviewables/NSString+DesignReviewable.swift /Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DesignReviewer/DesignReviewables/UIColor+DesignReviewable.swift /Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DesignReviewer/DesignReviewables/UIImage+DesignReviewable.swift /Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DesignReviewer/DesignReviewables/UIView+DesignReviewable.swift /Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DesignReviewer/DesignReviewer.swift /Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DesignReviewer/Exploded\ Hierarchy/DesignReviewExplodedHierarchyContainerView.swift /Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DesignReviewer/Exploded\ Hierarchy/DesignReviewExplodedHierarchyView.swift /Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DesignReviewer/Exploded\ Hierarchy/DesignReviewExplodedHierarchyViewController.swift /Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DesignReviewer/Exploded\ Hierarchy/DesignReviewExplodedHierarchyViewModel.swift /Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DesignReviewer/Exploded\ Hierarchy/DesignReviewSolidButton.swift /Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DesignReviewer/Inspector/DesignReviewInspectorCoordinator.swift /Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DesignReviewer/Inspector/DesignReviewInspectorViewController.swift /Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DesignReviewer/Inspector/DesignReviewInspectorViewModel.swift /Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DesignReviewer/Inspector/TableViewCells/Custom\ Accessories/DesignReviewUIColorAccessoryView.swift /Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DesignReviewer/Inspector/TableViewCells/Custom\ Accessories/DesignReviewUIImageAccessoryView.swift /Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DesignReviewer/Inspector/TableViewCells/DesignReviewCollapsibleHeaderView.swift /Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DesignReviewer/Inspector/TableViewCells/DesignReviewInspectorScreenshotTableViewCell.swift /Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DesignReviewer/Inspector/TableViewCells/DesignReviewInspectorSummaryTableViewCell.swift /Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DesignReviewer/Inspector/TableViewCells/DesignReviewInspectorTableViewCell.swift /Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DesignReviewer/Spuddle/Keys.swift /Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DesignReviewer/Spuddle/Spuddle.swift /Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DesignReviewer/Spuddle/SpuddleContainerView.swift /Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DesignReviewer/Spuddle/SpuddleFakeWindowView.swift /Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DesignReviewer/Spuddle/SpuddleOptionsModifier/SpuddleOptionsCoordinator.swift /Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DesignReviewer/Spuddle/SpuddleOptionsModifier/SpuddleOptionsModifierView.swift /Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DesignReviewer/Spuddle/SpuddleOptionsModifier/SpuddleOptionsModifierViewModel.swift /Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DesignReviewer/Spuddle/SpuddlePlacement.swift /Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DesignReviewer/Spuddle/SpuddlePresentedViewModel.swift /Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DesignReviewer/Spuddle/SpuddleStepperModifier/SpuddleStepperCoordinator.swift /Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DesignReviewer/Spuddle/SpuddleStepperModifier/SpuddleStepperModiferView.swift /Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DesignReviewer/Spuddle/SpuddleStepperModifier/SpuddleStepperModifierViewModel.swift /Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DesignReviewer/Spuddle/SpuddleTextModifier/SpuddleTextCoordinator.swift /Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DesignReviewer/Spuddle/SpuddleTextModifier/SpuddleTextModifierView.swift /Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DesignReviewer/Spuddle/SpuddleTextModifier/SpuddleTextModifierViewModel.swift /Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DesignReviewer/Spuddle/SpuddleViewModel.swift /Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DesignReviewer/Spuddle/SpuddleWindowManager.swift /Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DesignReviewer/Spuddle/SpuddledAnimations/Animation+Extensions.swift /Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DesignReviewer/Spuddle/UIResponder+Extensions.swift /Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DesignReviewer/Spuddle/UIView+Extensions.swift /Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DesignReviewer/Spuddle/UIViewController+Extensions.swift /Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DesignReviewer/Spuddle/View+Extensions.swift /Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DesignReviewer/Utility\ Extensions/CGFloat+Convenience.swift /Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DesignReviewer/Utility\ Extensions/NSLayoutConstraint+StringBuilding.swift /Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DesignReviewer/Utility\ Extensions/TextContainingView.swift /Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DesignReviewer/Utility\ Extensions/UIColor+ColorAssets.swift /Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DesignReviewer/Utility\ Extensions/UIEdgeInsets+Convenience.swift /Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DesignReviewer/Utility\ Extensions/UIFont+Presets.swift /Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DesignReviewer/Utility\ Extensions/UITableView+EmptyCell.swift /Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DesignReviewer/Utility\ Extensions/UIView+Constraints.swift /Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DesignReviewer/Utility\ Extensions/UIView+StringBuilding.swift /Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DesignReviewer.build/Debug-watchos/DesignReviewer.build/DerivedSources/GeneratedAssetSymbols.swift -target arm64-apple-watchos7.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -stack-check -sdk /Applications/Xcode-15.3.0-Beta.2.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.4.sdk -I /Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -I /Applications/Xcode-15.3.0-Beta.2.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib -F /Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F /Applications/Xcode-15.3.0-Beta.2.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-15.3.0-Beta.2.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.4.sdk/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -module-cache-path /Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -swift-version 5 -enforce-exclusivity\=checked -Onone -D SWIFT_PACKAGE -D DEBUG -D Xcode -serialize-debugging-options -const-gather-protocols-file /Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DesignReviewer.build/Debug-watchos/DesignReviewer.build/Objects-normal/arm64/DesignReviewer_const_extract_protocols.json -empty-abi-descriptor -validate-clang-modules-once -clang-build-session-file /Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace -resource-dir /Applications/Xcode-15.3.0-Beta.2.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -Xcc -ivfsstatcache -Xcc /Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos10.4-21T5196c-188b4c5c5639cdba02b95625249bd203.sdkstatcache -Xcc -I/Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DesignReviewer.build/Debug-watchos/DesignReviewer.build/swift-overrides.hmap -Xcc -I/Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/include -Xcc -I/Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DesignReviewer.build/Debug-watchos/DesignReviewer.build/DerivedSources-normal/arm64 -Xcc -I/Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DesignReviewer.build/Debug-watchos/DesignReviewer.build/DerivedSources/arm64 -Xcc -I/Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DesignReviewer.build/Debug-watchos/DesignReviewer.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name DesignReviewer -disable-clang-spi -target-sdk-version 10.4 -target-sdk-name watchos10.4 -external-plugin-path /Applications/Xcode-15.3.0-Beta.2.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.4.sdk/usr/lib/swift/host/plugins\#/Applications/Xcode-15.3.0-Beta.2.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.4.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0-Beta.2.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.4.sdk/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.3.0-Beta.2.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.4.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0-Beta.2.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-15.3.0-Beta.2.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0-Beta.2.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.3.0-Beta.2.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Applications/Xcode-15.3.0-Beta.2.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Applications/Xcode-15.3.0-Beta.2.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/local/lib/swift/host/plugins -emit-module-doc-path /Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DesignReviewer.build/Debug-watchos/DesignReviewer.build/Objects-normal/arm64/DesignReviewer.swiftdoc -emit-module-source-info-path /Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DesignReviewer.build/Debug-watchos/DesignReviewer.build/Objects-normal/arm64/DesignReviewer.swiftsourceinfo -emit-objc-header-path /Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DesignReviewer.build/Debug-watchos/DesignReviewer.build/Objects-normal/arm64/DesignReviewer-Swift.h -serialize-diagnostics-path /Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DesignReviewer.build/Debug-watchos/DesignReviewer.build/Objects-normal/arm64/DesignReviewer-master-emit-module.dia -emit-dependencies-path /Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DesignReviewer.build/Debug-watchos/DesignReviewer.build/Objects-normal/arm64/DesignReviewer-master-emit-module.d -o /Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DesignReviewer.build/Debug-watchos/DesignReviewer.build/Objects-normal/arm64/DesignReviewer.swiftmodule -emit-abi-descriptor-path /Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DesignReviewer.build/Debug-watchos/DesignReviewer.build/Objects-normal/arm64/DesignReviewer.abi.json
Command SwiftEmitModule failed with a nonzero exit code
SwiftEmitModule normal armv7k Emitting\ module\ for\ DesignReviewer (in target 'DesignReviewer' from project 'DesignReviewer')
    cd /Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace
    builtin-swiftTaskExecution -- /Applications/Xcode-15.3.0-Beta.2.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift-frontend -frontend -emit-module -experimental-skip-non-inlinable-function-bodies-without-types /Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DesignReviewer.build/Debug-watchos/DesignReviewer.build/DerivedSources/resource_bundle_accessor.swift /Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DesignReviewer/DesignReviewContainerView.swift /Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DesignReviewer/DesignReviewCoordinator.swift /Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DesignReviewer/DesignReviewCoordinatorProtocol.swift /Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DesignReviewer/DesignReviewHUD.swift /Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DesignReviewer/DesignReviewImageCapturer.swift /Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DesignReviewer/DesignReviewInspectorAttribute/CustomAttributes/DesignReviewCustomEnumAttribute.swift /Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DesignReviewer/DesignReviewInspectorAttribute/CustomAttributes/DesignReviewCustomMutableAttribute.swift /Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DesignReviewer/DesignReviewInspectorAttribute/DesignReviewEnumAttribute.swift /Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DesignReviewer/DesignReviewInspectorAttribute/DesignReviewImmutableAttribute.swift /Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DesignReviewer/DesignReviewInspectorAttribute/DesignReviewInspectorAttribute.swift /Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DesignReviewer/DesignReviewInspectorAttribute/DesignReviewMutableAttribute.swift /Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DesignReviewer/DesignReviewInspectorAttribute/DesignReviewScreenshotAttribute.swift /Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DesignReviewer/DesignReviewInspectorAttribute/DesignReviewSummaryAttribute.swift /Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DesignReviewer/DesignReviewInspectorAttribute/ReviewableDescribings/NSLayoutConstraint+ReviewableDescribing.swift /Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DesignReviewer/DesignReviewInspectorAttribute/ReviewableDescribings/UIImage+ReviewableDescribing.swift /Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DesignReviewer/DesignReviewInspectorAttribute/ReviewableDescribings/UILabel+ReviewableDescribing.swift /Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DesignReviewer/DesignReviewInspectorAttribute/ReviewableDescribings/UIStackView+ReviewableDescribing.swift /Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DesignReviewer/DesignReviewInspectorAttribute/ReviewableDescribings/UIView+ReviewableDescribing.swift /Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DesignReviewer/DesignReviewSelectableView.swift /Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DesignReviewer/DesignReviewSpecContainerView.swift /Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DesignReviewer/DesignReviewSpecView.swift /Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DesignReviewer/DesignReviewSuboptimalAlert/DesignReviewHairlineView.swift /Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DesignReviewer/DesignReviewSuboptimalAlert/DesignReviewSuboptimalAlertCoordinator.swift /Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DesignReviewer/DesignReviewSuboptimalAlert/DesignReviewSuboptimalAlertView.swift /Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DesignReviewer/DesignReviewSuboptimalAlert/DesignReviewSuboptimalAlertViewController.swift /Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DesignReviewer/DesignReviewSuboptimalAlert/DesignReviewSuboptimalAlertViewModelProtocol.swift /Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DesignReviewer/DesignReviewViewController.swift /Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DesignReviewer/DesignReviewViewModel.swift /Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DesignReviewer/DesignReviewables/DesignReviewable.swift /Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DesignReviewer/DesignReviewables/NSLayoutConstraint+DesignReviewable.swift /Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DesignReviewer/DesignReviewables/NSString+DesignReviewable.swift /Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DesignReviewer/DesignReviewables/UIColor+DesignReviewable.swift /Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DesignReviewer/DesignReviewables/UIImage+DesignReviewable.swift /Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DesignReviewer/DesignReviewables/UIView+DesignReviewable.swift /Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DesignReviewer/DesignReviewer.swift /Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DesignReviewer/Exploded\ Hierarchy/DesignReviewExplodedHierarchyContainerView.swift /Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DesignReviewer/Exploded\ Hierarchy/DesignReviewExplodedHierarchyView.swift /Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DesignReviewer/Exploded\ Hierarchy/DesignReviewExplodedHierarchyViewController.swift /Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DesignReviewer/Exploded\ Hierarchy/DesignReviewExplodedHierarchyViewModel.swift /Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DesignReviewer/Exploded\ Hierarchy/DesignReviewSolidButton.swift /Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DesignReviewer/Inspector/DesignReviewInspectorCoordinator.swift /Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DesignReviewer/Inspector/DesignReviewInspectorViewController.swift /Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DesignReviewer/Inspector/DesignReviewInspectorViewModel.swift /Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DesignReviewer/Inspector/TableViewCells/Custom\ Accessories/DesignReviewUIColorAccessoryView.swift /Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DesignReviewer/Inspector/TableViewCells/Custom\ Accessories/DesignReviewUIImageAccessoryView.swift /Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DesignReviewer/Inspector/TableViewCells/DesignReviewCollapsibleHeaderView.swift /Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DesignReviewer/Inspector/TableViewCells/DesignReviewInspectorScreenshotTableViewCell.swift /Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DesignReviewer/Inspector/TableViewCells/DesignReviewInspectorSummaryTableViewCell.swift /Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DesignReviewer/Inspector/TableViewCells/DesignReviewInspectorTableViewCell.swift /Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DesignReviewer/Spuddle/Keys.swift /Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DesignReviewer/Spuddle/Spuddle.swift /Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DesignReviewer/Spuddle/SpuddleContainerView.swift /Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DesignReviewer/Spuddle/SpuddleFakeWindowView.swift /Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DesignReviewer/Spuddle/SpuddleOptionsModifier/SpuddleOptionsCoordinator.swift /Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DesignReviewer/Spuddle/SpuddleOptionsModifier/SpuddleOptionsModifierView.swift /Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DesignReviewer/Spuddle/SpuddleOptionsModifier/SpuddleOptionsModifierViewModel.swift /Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DesignReviewer/Spuddle/SpuddlePlacement.swift /Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DesignReviewer/Spuddle/SpuddlePresentedViewModel.swift /Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DesignReviewer/Spuddle/SpuddleStepperModifier/SpuddleStepperCoordinator.swift /Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DesignReviewer/Spuddle/SpuddleStepperModifier/SpuddleStepperModiferView.swift /Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DesignReviewer/Spuddle/SpuddleStepperModifier/SpuddleStepperModifierViewModel.swift /Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DesignReviewer/Spuddle/SpuddleTextModifier/SpuddleTextCoordinator.swift /Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DesignReviewer/Spuddle/SpuddleTextModifier/SpuddleTextModifierView.swift /Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DesignReviewer/Spuddle/SpuddleTextModifier/SpuddleTextModifierViewModel.swift /Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DesignReviewer/Spuddle/SpuddleViewModel.swift /Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DesignReviewer/Spuddle/SpuddleWindowManager.swift /Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DesignReviewer/Spuddle/SpuddledAnimations/Animation+Extensions.swift /Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DesignReviewer/Spuddle/UIResponder+Extensions.swift /Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DesignReviewer/Spuddle/UIView+Extensions.swift /Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DesignReviewer/Spuddle/UIViewController+Extensions.swift /Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DesignReviewer/Spuddle/View+Extensions.swift /Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DesignReviewer/Utility\ Extensions/CGFloat+Convenience.swift /Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DesignReviewer/Utility\ Extensions/NSLayoutConstraint+StringBuilding.swift /Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DesignReviewer/Utility\ Extensions/TextContainingView.swift /Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DesignReviewer/Utility\ Extensions/UIColor+ColorAssets.swift /Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DesignReviewer/Utility\ Extensions/UIEdgeInsets+Convenience.swift /Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DesignReviewer/Utility\ Extensions/UIFont+Presets.swift /Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DesignReviewer/Utility\ Extensions/UITableView+EmptyCell.swift /Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DesignReviewer/Utility\ Extensions/UIView+Constraints.swift /Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DesignReviewer/Utility\ Extensions/UIView+StringBuilding.swift /Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DesignReviewer.build/Debug-watchos/DesignReviewer.build/DerivedSources/GeneratedAssetSymbols.swift -target armv7k-apple-watchos7.0 -enable-objc-interop -stack-check -sdk /Applications/Xcode-15.3.0-Beta.2.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.4.sdk -I /Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -I /Applications/Xcode-15.3.0-Beta.2.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib -F /Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F /Applications/Xcode-15.3.0-Beta.2.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-15.3.0-Beta.2.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.4.sdk/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -module-cache-path /Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -swift-version 5 -enforce-exclusivity\=checked -Onone -D SWIFT_PACKAGE -D DEBUG -D Xcode -serialize-debugging-options -const-gather-protocols-file /Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DesignReviewer.build/Debug-watchos/DesignReviewer.build/Objects-normal/armv7k/DesignReviewer_const_extract_protocols.json -empty-abi-descriptor -validate-clang-modules-once -clang-build-session-file /Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace -resource-dir /Applications/Xcode-15.3.0-Beta.2.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -Xcc -ivfsstatcache -Xcc /Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos10.4-21T5196c-188b4c5c5639cdba02b95625249bd203.sdkstatcache -Xcc -I/Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DesignReviewer.build/Debug-watchos/DesignReviewer.build/swift-overrides.hmap -Xcc -I/Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/include -Xcc -I/Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DesignReviewer.build/Debug-watchos/DesignReviewer.build/DerivedSources-normal/armv7k -Xcc -I/Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DesignReviewer.build/Debug-watchos/DesignReviewer.build/DerivedSources/armv7k -Xcc -I/Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DesignReviewer.build/Debug-watchos/DesignReviewer.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name DesignReviewer -disable-clang-spi -target-sdk-version 10.4 -target-sdk-name watchos10.4 -external-plugin-path /Applications/Xcode-15.3.0-Beta.2.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.4.sdk/usr/lib/swift/host/plugins\#/Applications/Xcode-15.3.0-Beta.2.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.4.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0-Beta.2.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.4.sdk/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.3.0-Beta.2.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.4.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0-Beta.2.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-15.3.0-Beta.2.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0-Beta.2.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.3.0-Beta.2.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Applications/Xcode-15.3.0-Beta.2.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Applications/Xcode-15.3.0-Beta.2.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/local/lib/swift/host/plugins -emit-module-doc-path /Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DesignReviewer.build/Debug-watchos/DesignReviewer.build/Objects-normal/armv7k/DesignReviewer.swiftdoc -emit-module-source-info-path /Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DesignReviewer.build/Debug-watchos/DesignReviewer.build/Objects-normal/armv7k/DesignReviewer.swiftsourceinfo -emit-objc-header-path /Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DesignReviewer.build/Debug-watchos/DesignReviewer.build/Objects-normal/armv7k/DesignReviewer-Swift.h -serialize-diagnostics-path /Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DesignReviewer.build/Debug-watchos/DesignReviewer.build/Objects-normal/armv7k/DesignReviewer-master-emit-module.dia -emit-dependencies-path /Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DesignReviewer.build/Debug-watchos/DesignReviewer.build/Objects-normal/armv7k/DesignReviewer-master-emit-module.d -o /Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DesignReviewer.build/Debug-watchos/DesignReviewer.build/Objects-normal/armv7k/DesignReviewer.swiftmodule -emit-abi-descriptor-path /Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DesignReviewer.build/Debug-watchos/DesignReviewer.build/Objects-normal/armv7k/DesignReviewer.abi.json
Command SwiftEmitModule failed with a nonzero exit code
SwiftCompile normal arm64_32 Compiling\ SpuddleContainerView.swift,\ SpuddleFakeWindowView.swift,\ SpuddleOptionsCoordinator.swift,\ SpuddleOptionsModifierView.swift,\ SpuddleOptionsModifierViewModel.swift,\ SpuddlePlacement.swift,\ SpuddlePresentedViewModel.swift,\ SpuddleStepperCoordinator.swift,\ SpuddleStepperModiferView.swift,\ SpuddleStepperModifierViewModel.swift /Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DesignReviewer/Spuddle/SpuddleContainerView.swift /Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DesignReviewer/Spuddle/SpuddleFakeWindowView.swift /Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DesignReviewer/Spuddle/SpuddleOptionsModifier/SpuddleOptionsCoordinator.swift /Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DesignReviewer/Spuddle/SpuddleOptionsModifier/SpuddleOptionsModifierView.swift /Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DesignReviewer/Spuddle/SpuddleOptionsModifier/SpuddleOptionsModifierViewModel.swift /Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DesignReviewer/Spuddle/SpuddlePlacement.swift /Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DesignReviewer/Spuddle/SpuddlePresentedViewModel.swift /Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DesignReviewer/Spuddle/SpuddleStepperModifier/SpuddleStepperCoordinator.swift /Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DesignReviewer/Spuddle/SpuddleStepperModifier/SpuddleStepperModiferView.swift /Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DesignReviewer/Spuddle/SpuddleStepperModifier/SpuddleStepperModifierViewModel.swift (in target 'DesignReviewer' from project 'DesignReviewer')
    cd /Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace
    builtin-swiftTaskExecution -- /Applications/Xcode-15.3.0-Beta.2.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift-frontend -frontend -c /Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DesignReviewer.build/Debug-watchos/DesignReviewer.build/DerivedSources/resource_bundle_accessor.swift /Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DesignReviewer/DesignReviewContainerView.swift /Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DesignReviewer/DesignReviewCoordinator.swift /Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DesignReviewer/DesignReviewCoordinatorProtocol.swift /Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DesignReviewer/DesignReviewHUD.swift /Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DesignReviewer/DesignReviewImageCapturer.swift /Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DesignReviewer/DesignReviewInspectorAttribute/CustomAttributes/DesignReviewCustomEnumAttribute.swift /Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DesignReviewer/DesignReviewInspectorAttribute/CustomAttributes/DesignReviewCustomMutableAttribute.swift /Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DesignReviewer/DesignReviewInspectorAttribute/DesignReviewEnumAttribute.swift /Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DesignReviewer/DesignReviewInspectorAttribute/DesignReviewImmutableAttribute.swift /Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DesignReviewer/DesignReviewInspectorAttribute/DesignReviewInspectorAttribute.swift /Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DesignReviewer/DesignReviewInspectorAttribute/DesignReviewMutableAttribute.swift /Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DesignReviewer/DesignReviewInspectorAttribute/DesignReviewScreenshotAttribute.swift /Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DesignReviewer/DesignReviewInspectorAttribute/DesignReviewSummaryAttribute.swift /Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DesignReviewer/DesignReviewInspectorAttribute/ReviewableDescribings/NSLayoutConstraint+ReviewableDescribing.swift /Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DesignReviewer/DesignReviewInspectorAttribute/ReviewableDescribings/UIImage+ReviewableDescribing.swift /Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DesignReviewer/DesignReviewInspectorAttribute/ReviewableDescribings/UILabel+ReviewableDescribing.swift /Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DesignReviewer/DesignReviewInspectorAttribute/ReviewableDescribings/UIStackView+ReviewableDescribing.swift /Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DesignReviewer/DesignReviewInspectorAttribute/ReviewableDescribings/UIView+ReviewableDescribing.swift /Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DesignReviewer/DesignReviewSelectableView.swift /Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DesignReviewer/DesignReviewSpecContainerView.swift /Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DesignReviewer/DesignReviewSpecView.swift /Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DesignReviewer/DesignReviewSuboptimalAlert/DesignReviewHairlineView.swift /Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DesignReviewer/DesignReviewSuboptimalAlert/DesignReviewSuboptimalAlertCoordinator.swift /Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DesignReviewer/DesignReviewSuboptimalAlert/DesignReviewSuboptimalAlertView.swift /Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DesignReviewer/DesignReviewSuboptimalAlert/DesignReviewSuboptimalAlertViewController.swift /Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DesignReviewer/DesignReviewSuboptimalAlert/DesignReviewSuboptimalAlertViewModelProtocol.swift /Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DesignReviewer/DesignReviewViewController.swift /Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DesignReviewer/DesignReviewViewModel.swift /Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DesignReviewer/DesignReviewables/DesignReviewable.swift /Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DesignReviewer/DesignReviewables/NSLayoutConstraint+DesignReviewable.swift /Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DesignReviewer/DesignReviewables/NSString+DesignReviewable.swift /Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DesignReviewer/DesignReviewables/UIColor+DesignReviewable.swift /Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DesignReviewer/DesignReviewables/UIImage+DesignReviewable.swift /Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DesignReviewer/DesignReviewables/UIView+DesignReviewable.swift /Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DesignReviewer/DesignReviewer.swift /Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DesignReviewer/Exploded\ Hierarchy/DesignReviewExplodedHierarchyContainerView.swift /Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DesignReviewer/Exploded\ Hierarchy/DesignReviewExplodedHierarchyView.swift /Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DesignReviewer/Exploded\ Hierarchy/DesignReviewExplodedHierarchyViewController.swift /Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DesignReviewer/Exploded\ Hierarchy/DesignReviewExplodedHierarchyViewModel.swift /Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DesignReviewer/Exploded\ Hierarchy/DesignReviewSolidButton.swift /Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DesignReviewer/Inspector/DesignReviewInspectorCoordinator.swift /Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DesignReviewer/Inspector/DesignReviewInspectorViewController.swift /Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DesignReviewer/Inspector/DesignReviewInspectorViewModel.swift /Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DesignReviewer/Inspector/TableViewCells/Custom\ Accessories/DesignReviewUIColorAccessoryView.swift /Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DesignReviewer/Inspector/TableViewCells/Custom\ Accessories/DesignReviewUIImageAccessoryView.swift /Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DesignReviewer/Inspector/TableViewCells/DesignReviewCollapsibleHeaderView.swift /Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DesignReviewer/Inspector/TableViewCells/DesignReviewInspectorScreenshotTableViewCell.swift /Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DesignReviewer/Inspector/TableViewCells/DesignReviewInspectorSummaryTableViewCell.swift /Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DesignReviewer/Inspector/TableViewCells/DesignReviewInspectorTableViewCell.swift /Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DesignReviewer/Spuddle/Keys.swift /Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DesignReviewer/Spuddle/Spuddle.swift -primary-file /Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DesignReviewer/Spuddle/SpuddleContainerView.swift -primary-file /Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DesignReviewer/Spuddle/SpuddleFakeWindowView.swift -primary-file /Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DesignReviewer/Spuddle/SpuddleOptionsModifier/SpuddleOptionsCoordinator.swift -primary-file /Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DesignReviewer/Spuddle/SpuddleOptionsModifier/SpuddleOptionsModifierView.swift -primary-file /Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DesignReviewer/Spuddle/SpuddleOptionsModifier/SpuddleOptionsModifierViewModel.swift -primary-file /Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DesignReviewer/Spuddle/SpuddlePlacement.swift -primary-file /Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DesignReviewer/Spuddle/SpuddlePresentedViewModel.swift -primary-file /Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DesignReviewer/Spuddle/SpuddleStepperModifier/SpuddleStepperCoordinator.swift -primary-file /Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DesignReviewer/Spuddle/SpuddleStepperModifier/SpuddleStepperModiferView.swift -primary-file /Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DesignReviewer/Spuddle/SpuddleStepperModifier/SpuddleStepperModifierViewModel.swift /Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DesignReviewer/Spuddle/SpuddleTextModifier/SpuddleTextCoordinator.swift /Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DesignReviewer/Spuddle/SpuddleTextModifier/SpuddleTextModifierView.swift /Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DesignReviewer/Spuddle/SpuddleTextModifier/SpuddleTextModifierViewModel.swift /Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DesignReviewer/Spuddle/SpuddleViewModel.swift /Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DesignReviewer/Spuddle/SpuddleWindowManager.swift /Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DesignReviewer/Spuddle/SpuddledAnimations/Animation+Extensions.swift /Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DesignReviewer/Spuddle/UIResponder+Extensions.swift /Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DesignReviewer/Spuddle/UIView+Extensions.swift /Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DesignReviewer/Spuddle/UIViewController+Extensions.swift /Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DesignReviewer/Spuddle/View+Extensions.swift /Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DesignReviewer/Utility\ Extensions/CGFloat+Convenience.swift /Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DesignReviewer/Utility\ Extensions/NSLayoutConstraint+StringBuilding.swift /Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DesignReviewer/Utility\ Extensions/TextContainingView.swift /Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DesignReviewer/Utility\ Extensions/UIColor+ColorAssets.swift /Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DesignReviewer/Utility\ Extensions/UIEdgeInsets+Convenience.swift /Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DesignReviewer/Utility\ Extensions/UIFont+Presets.swift /Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DesignReviewer/Utility\ Extensions/UITableView+EmptyCell.swift /Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DesignReviewer/Utility\ Extensions/UIView+Constraints.swift /Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DesignReviewer/Utility\ Extensions/UIView+StringBuilding.swift /Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DesignReviewer.build/Debug-watchos/DesignReviewer.build/DerivedSources/GeneratedAssetSymbols.swift -supplementary-output-file-map /Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DesignReviewer.build/Debug-watchos/DesignReviewer.build/Objects-normal/arm64_32/supplementaryOutputs-21 -target arm64_32-apple-watchos7.0 -enable-objc-interop -sdk /Applications/Xcode-15.3.0-Beta.2.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.4.sdk -I /Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -I /Applications/Xcode-15.3.0-Beta.2.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib -F /Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F /Applications/Xcode-15.3.0-Beta.2.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-15.3.0-Beta.2.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.4.sdk/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -module-cache-path /Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -swift-version 5 -enforce-exclusivity\=checked -Onone -D SWIFT_PACKAGE -D DEBUG -D Xcode -serialize-debugging-options -const-gather-protocols-file /Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DesignReviewer.build/Debug-watchos/DesignReviewer.build/Objects-normal/arm64_32/DesignReviewer_const_extract_protocols.json -empty-abi-descriptor -validate-clang-modules-once -clang-build-session-file /Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace -resource-dir /Applications/Xcode-15.3.0-Beta.2.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -Xcc -ivfsstatcache -Xcc /Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos10.4-21T5196c-188b4c5c5639cdba02b95625249bd203.sdkstatcache -Xcc -I/Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DesignReviewer.build/Debug-watchos/DesignReviewer.build/swift-overrides.hmap -Xcc -I/Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/include -Xcc -I/Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DesignReviewer.build/Debug-watchos/DesignReviewer.build/DerivedSources-normal/arm64_32 -Xcc -I/Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DesignReviewer.build/Debug-watchos/DesignReviewer.build/DerivedSources/arm64_32 -Xcc -I/Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DesignReviewer.build/Debug-watchos/DesignReviewer.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name DesignReviewer -frontend-parseable-output -disable-clang-spi -target-sdk-version 10.4 -target-sdk-name watchos10.4 -external-plugin-path /Applications/Xcode-15.3.0-Beta.2.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.4.sdk/usr/lib/swift/host/plugins\#/Applications/Xcode-15.3.0-Beta.2.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.4.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0-Beta.2.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.4.sdk/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.3.0-Beta.2.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.4.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0-Beta.2.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-15.3.0-Beta.2.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0-Beta.2.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.3.0-Beta.2.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Applications/Xcode-15.3.0-Beta.2.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Applications/Xcode-15.3.0-Beta.2.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/local/lib/swift/host/plugins -o /Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DesignReviewer.build/Debug-watchos/DesignReviewer.build/Objects-normal/arm64_32/SpuddleContainerView.o -o /Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DesignReviewer.build/Debug-watchos/DesignReviewer.build/Objects-normal/arm64_32/SpuddleFakeWindowView.o -o /Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DesignReviewer.build/Debug-watchos/DesignReviewer.build/Objects-normal/arm64_32/SpuddleOptionsCoordinator.o -o /Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DesignReviewer.build/Debug-watchos/DesignReviewer.build/Objects-normal/arm64_32/SpuddleOptionsModifierView.o -o /Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DesignReviewer.build/Debug-watchos/DesignReviewer.build/Objects-normal/arm64_32/SpuddleOptionsModifierViewModel.o -o /Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DesignReviewer.build/Debug-watchos/DesignReviewer.build/Objects-normal/arm64_32/SpuddlePlacement.o -o /Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DesignReviewer.build/Debug-watchos/DesignReviewer.build/Objects-normal/arm64_32/SpuddlePresentedViewModel.o -o /Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DesignReviewer.build/Debug-watchos/DesignReviewer.build/Objects-normal/arm64_32/SpuddleStepperCoordinator.o -o /Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DesignReviewer.build/Debug-watchos/DesignReviewer.build/Objects-normal/arm64_32/SpuddleStepperModiferView.o -o /Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DesignReviewer.build/Debug-watchos/DesignReviewer.build/Objects-normal/arm64_32/SpuddleStepperModifierViewModel.o -index-unit-output-path /DesignReviewer.build/Debug-watchos/DesignReviewer.build/Objects-normal/arm64_32/SpuddleContainerView.o -index-unit-output-path /DesignReviewer.build/Debug-watchos/DesignReviewer.build/Objects-normal/arm64_32/SpuddleFakeWindowView.o -index-unit-output-path /DesignReviewer.build/Debug-watchos/DesignReviewer.build/Objects-normal/arm64_32/SpuddleOptionsCoordinator.o -index-unit-output-path /DesignReviewer.build/Debug-watchos/DesignReviewer.build/Objects-normal/arm64_32/SpuddleOptionsModifierView.o -index-unit-output-path /DesignReviewer.build/Debug-watchos/DesignReviewer.build/Objects-normal/arm64_32/SpuddleOptionsModifierViewModel.o -index-unit-output-path /DesignReviewer.build/Debug-watchos/DesignReviewer.build/Objects-normal/arm64_32/SpuddlePlacement.o -index-unit-output-path /DesignReviewer.build/Debug-watchos/DesignReviewer.build/Objects-normal/arm64_32/SpuddlePresentedViewModel.o -index-unit-output-path /DesignReviewer.build/Debug-watchos/DesignReviewer.build/Objects-normal/arm64_32/SpuddleStepperCoordinator.o -index-unit-output-path /DesignReviewer.build/Debug-watchos/DesignReviewer.build/Objects-normal/arm64_32/SpuddleStepperModiferView.o -index-unit-output-path /DesignReviewer.build/Debug-watchos/DesignReviewer.build/Objects-normal/arm64_32/SpuddleStepperModifierViewModel.o -index-store-path /Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
Command SwiftCompile failed with a nonzero exit code
SwiftCompile normal armv7k Compiling\ DesignReviewHairlineView.swift,\ DesignReviewSuboptimalAlertCoordinator.swift,\ DesignReviewSuboptimalAlertView.swift,\ DesignReviewSuboptimalAlertViewController.swift,\ DesignReviewSuboptimalAlertViewModelProtocol.swift,\ DesignReviewViewController.swift,\ DesignReviewViewModel.swift,\ DesignReviewable.swift,\ NSLayoutConstraint+DesignReviewable.swift,\ NSString+DesignReviewable.swift /Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DesignReviewer/DesignReviewSuboptimalAlert/DesignReviewHairlineView.swift /Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DesignReviewer/DesignReviewSuboptimalAlert/DesignReviewSuboptimalAlertCoordinator.swift /Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DesignReviewer/DesignReviewSuboptimalAlert/DesignReviewSuboptimalAlertView.swift /Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DesignReviewer/DesignReviewSuboptimalAlert/DesignReviewSuboptimalAlertViewController.swift /Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DesignReviewer/DesignReviewSuboptimalAlert/DesignReviewSuboptimalAlertViewModelProtocol.swift /Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DesignReviewer/DesignReviewViewController.swift /Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DesignReviewer/DesignReviewViewModel.swift /Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DesignReviewer/DesignReviewables/DesignReviewable.swift /Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DesignReviewer/DesignReviewables/NSLayoutConstraint+DesignReviewable.swift /Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DesignReviewer/DesignReviewables/NSString+DesignReviewable.swift (in target 'DesignReviewer' from project 'DesignReviewer')
    cd /Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace
    builtin-swiftTaskExecution -- /Applications/Xcode-15.3.0-Beta.2.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift-frontend -frontend -c /Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DesignReviewer.build/Debug-watchos/DesignReviewer.build/DerivedSources/resource_bundle_accessor.swift /Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DesignReviewer/DesignReviewContainerView.swift /Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DesignReviewer/DesignReviewCoordinator.swift /Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DesignReviewer/DesignReviewCoordinatorProtocol.swift /Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DesignReviewer/DesignReviewHUD.swift /Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DesignReviewer/DesignReviewImageCapturer.swift /Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DesignReviewer/DesignReviewInspectorAttribute/CustomAttributes/DesignReviewCustomEnumAttribute.swift /Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DesignReviewer/DesignReviewInspectorAttribute/CustomAttributes/DesignReviewCustomMutableAttribute.swift /Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DesignReviewer/DesignReviewInspectorAttribute/DesignReviewEnumAttribute.swift /Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DesignReviewer/DesignReviewInspectorAttribute/DesignReviewImmutableAttribute.swift /Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DesignReviewer/DesignReviewInspectorAttribute/DesignReviewInspectorAttribute.swift /Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DesignReviewer/DesignReviewInspectorAttribute/DesignReviewMutableAttribute.swift /Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DesignReviewer/DesignReviewInspectorAttribute/DesignReviewScreenshotAttribute.swift /Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DesignReviewer/DesignReviewInspectorAttribute/DesignReviewSummaryAttribute.swift /Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DesignReviewer/DesignReviewInspectorAttribute/ReviewableDescribings/NSLayoutConstraint+ReviewableDescribing.swift /Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DesignReviewer/DesignReviewInspectorAttribute/ReviewableDescribings/UIImage+ReviewableDescribing.swift /Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DesignReviewer/DesignReviewInspectorAttribute/ReviewableDescribings/UILabel+ReviewableDescribing.swift /Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DesignReviewer/DesignReviewInspectorAttribute/ReviewableDescribings/UIStackView+ReviewableDescribing.swift /Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DesignReviewer/DesignReviewInspectorAttribute/ReviewableDescribings/UIView+ReviewableDescribing.swift /Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DesignReviewer/DesignReviewSelectableView.swift /Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DesignReviewer/DesignReviewSpecContainerView.swift /Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DesignReviewer/DesignReviewSpecView.swift -primary-file /Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DesignReviewer/DesignReviewSuboptimalAlert/DesignReviewHairlineView.swift -primary-file /Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DesignReviewer/DesignReviewSuboptimalAlert/DesignReviewSuboptimalAlertCoordinator.swift -primary-file /Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DesignReviewer/DesignReviewSuboptimalAlert/DesignReviewSuboptimalAlertView.swift -primary-file /Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DesignReviewer/DesignReviewSuboptimalAlert/DesignReviewSuboptimalAlertViewController.swift -primary-file /Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DesignReviewer/DesignReviewSuboptimalAlert/DesignReviewSuboptimalAlertViewModelProtocol.swift -primary-file /Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DesignReviewer/DesignReviewViewController.swift -primary-file /Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DesignReviewer/DesignReviewViewModel.swift -primary-file /Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DesignReviewer/DesignReviewables/DesignReviewable.swift -primary-file /Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DesignReviewer/DesignReviewables/NSLayoutConstraint+DesignReviewable.swift -primary-file /Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DesignReviewer/DesignReviewables/NSString+DesignReviewable.swift /Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DesignReviewer/DesignReviewables/UIColor+DesignReviewable.swift /Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DesignReviewer/DesignReviewables/UIImage+DesignReviewable.swift /Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DesignReviewer/DesignReviewables/UIView+DesignReviewable.swift /Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DesignReviewer/DesignReviewer.swift /Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DesignReviewer/Exploded\ Hierarchy/DesignReviewExplodedHierarchyContainerView.swift /Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DesignReviewer/Exploded\ Hierarchy/DesignReviewExplodedHierarchyView.swift /Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DesignReviewer/Exploded\ Hierarchy/DesignReviewExplodedHierarchyViewController.swift /Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DesignReviewer/Exploded\ Hierarchy/DesignReviewExplodedHierarchyViewModel.swift /Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DesignReviewer/Exploded\ Hierarchy/DesignReviewSolidButton.swift /Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DesignReviewer/Inspector/DesignReviewInspectorCoordinator.swift /Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DesignReviewer/Inspector/DesignReviewInspectorViewController.swift /Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DesignReviewer/Inspector/DesignReviewInspectorViewModel.swift /Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DesignReviewer/Inspector/TableViewCells/Custom\ Accessories/DesignReviewUIColorAccessoryView.swift /Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DesignReviewer/Inspector/TableViewCells/Custom\ Accessories/DesignReviewUIImageAccessoryView.swift /Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DesignReviewer/Inspector/TableViewCells/DesignReviewCollapsibleHeaderView.swift /Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DesignReviewer/Inspector/TableViewCells/DesignReviewInspectorScreenshotTableViewCell.swift /Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DesignReviewer/Inspector/TableViewCells/DesignReviewInspectorSummaryTableViewCell.swift /Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DesignReviewer/Inspector/TableViewCells/DesignReviewInspectorTableViewCell.swift /Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DesignReviewer/Spuddle/Keys.swift /Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DesignReviewer/Spuddle/Spuddle.swift /Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DesignReviewer/Spuddle/SpuddleContainerView.swift /Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DesignReviewer/Spuddle/SpuddleFakeWindowView.swift /Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DesignReviewer/Spuddle/SpuddleOptionsModifier/SpuddleOptionsCoordinator.swift /Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DesignReviewer/Spuddle/SpuddleOptionsModifier/SpuddleOptionsModifierView.swift /Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DesignReviewer/Spuddle/SpuddleOptionsModifier/SpuddleOptionsModifierViewModel.swift /Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DesignReviewer/Spuddle/SpuddlePlacement.swift /Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DesignReviewer/Spuddle/SpuddlePresentedViewModel.swift /Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DesignReviewer/Spuddle/SpuddleStepperModifier/SpuddleStepperCoordinator.swift /Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DesignReviewer/Spuddle/SpuddleStepperModifier/SpuddleStepperModiferView.swift /Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DesignReviewer/Spuddle/SpuddleStepperModifier/SpuddleStepperModifierViewModel.swift /Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DesignReviewer/Spuddle/SpuddleTextModifier/SpuddleTextCoordinator.swift /Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DesignReviewer/Spuddle/SpuddleTextModifier/SpuddleTextModifierView.swift /Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DesignReviewer/Spuddle/SpuddleTextModifier/SpuddleTextModifierViewModel.swift /Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DesignReviewer/Spuddle/SpuddleViewModel.swift /Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DesignReviewer/Spuddle/SpuddleWindowManager.swift /Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DesignReviewer/Spuddle/SpuddledAnimations/Animation+Extensions.swift /Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DesignReviewer/Spuddle/UIResponder+Extensions.swift /Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DesignReviewer/Spuddle/UIView+Extensions.swift /Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DesignReviewer/Spuddle/UIViewController+Extensions.swift /Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DesignReviewer/Spuddle/View+Extensions.swift /Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DesignReviewer/Utility\ Extensions/CGFloat+Convenience.swift /Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DesignReviewer/Utility\ Extensions/NSLayoutConstraint+StringBuilding.swift /Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DesignReviewer/Utility\ Extensions/TextContainingView.swift /Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DesignReviewer/Utility\ Extensions/UIColor+ColorAssets.swift /Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DesignReviewer/Utility\ Extensions/UIEdgeInsets+Convenience.swift /Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DesignReviewer/Utility\ Extensions/UIFont+Presets.swift /Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DesignReviewer/Utility\ Extensions/UITableView+EmptyCell.swift /Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DesignReviewer/Utility\ Extensions/UIView+Constraints.swift /Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DesignReviewer/Utility\ Extensions/UIView+StringBuilding.swift /Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DesignReviewer.build/Debug-watchos/DesignReviewer.build/DerivedSources/GeneratedAssetSymbols.swift -supplementary-output-file-map /Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DesignReviewer.build/Debug-watchos/DesignReviewer.build/Objects-normal/armv7k/supplementaryOutputs-9 -target armv7k-apple-watchos7.0 -enable-objc-interop -stack-check -sdk /Applications/Xcode-15.3.0-Beta.2.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.4.sdk -I /Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -I /Applications/Xcode-15.3.0-Beta.2.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib -F /Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F /Applications/Xcode-15.3.0-Beta.2.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-15.3.0-Beta.2.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.4.sdk/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -module-cache-path /Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -swift-version 5 -enforce-exclusivity\=checked -Onone -D SWIFT_PACKAGE -D DEBUG -D Xcode -serialize-debugging-options -const-gather-protocols-file /Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DesignReviewer.build/Debug-watchos/DesignReviewer.build/Objects-normal/armv7k/DesignReviewer_const_extract_protocols.json -empty-abi-descriptor -validate-clang-modules-once -clang-build-session-file /Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace -resource-dir /Applications/Xcode-15.3.0-Beta.2.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -Xcc -ivfsstatcache -Xcc /Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos10.4-21T5196c-188b4c5c5639cdba02b95625249bd203.sdkstatcache -Xcc -I/Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DesignReviewer.build/Debug-watchos/DesignReviewer.build/swift-overrides.hmap -Xcc -I/Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/include -Xcc -I/Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DesignReviewer.build/Debug-watchos/DesignReviewer.build/DerivedSources-normal/armv7k -Xcc -I/Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DesignReviewer.build/Debug-watchos/DesignReviewer.build/DerivedSources/armv7k -Xcc -I/Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DesignReviewer.build/Debug-watchos/DesignReviewer.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name DesignReviewer -frontend-parseable-output -disable-clang-spi -target-sdk-version 10.4 -target-sdk-name watchos10.4 -external-plugin-path /Applications/Xcode-15.3.0-Beta.2.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.4.sdk/usr/lib/swift/host/plugins\#/Applications/Xcode-15.3.0-Beta.2.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.4.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0-Beta.2.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.4.sdk/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.3.0-Beta.2.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.4.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0-Beta.2.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-15.3.0-Beta.2.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0-Beta.2.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.3.0-Beta.2.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Applications/Xcode-15.3.0-Beta.2.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Applications/Xcode-15.3.0-Beta.2.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/local/lib/swift/host/plugins -o /Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DesignReviewer.build/Debug-watchos/DesignReviewer.build/Objects-normal/armv7k/DesignReviewHairlineView.o -o /Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DesignReviewer.build/Debug-watchos/DesignReviewer.build/Objects-normal/armv7k/DesignReviewSuboptimalAlertCoordinator.o -o /Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DesignReviewer.build/Debug-watchos/DesignReviewer.build/Objects-normal/armv7k/DesignReviewSuboptimalAlertView.o -o /Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DesignReviewer.build/Debug-watchos/DesignReviewer.build/Objects-normal/armv7k/DesignReviewSuboptimalAlertViewController.o -o /Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DesignReviewer.build/Debug-watchos/DesignReviewer.build/Objects-normal/armv7k/DesignReviewSuboptimalAlertViewModelProtocol.o -o /Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DesignReviewer.build/Debug-watchos/DesignReviewer.build/Objects-normal/armv7k/DesignReviewViewController.o -o /Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DesignReviewer.build/Debug-watchos/DesignReviewer.build/Objects-normal/armv7k/DesignReviewViewModel.o -o /Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DesignReviewer.build/Debug-watchos/DesignReviewer.build/Objects-normal/armv7k/DesignReviewable.o -o /Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DesignReviewer.build/Debug-watchos/DesignReviewer.build/Objects-normal/armv7k/NSLayoutConstraint+DesignReviewable.o -o /Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DesignReviewer.build/Debug-watchos/DesignReviewer.build/Objects-normal/armv7k/NSString+DesignReviewable.o -index-unit-output-path /DesignReviewer.build/Debug-watchos/DesignReviewer.build/Objects-normal/armv7k/DesignReviewHairlineView.o -index-unit-output-path /DesignReviewer.build/Debug-watchos/DesignReviewer.build/Objects-normal/armv7k/DesignReviewSuboptimalAlertCoordinator.o -index-unit-output-path /DesignReviewer.build/Debug-watchos/DesignReviewer.build/Objects-normal/armv7k/DesignReviewSuboptimalAlertView.o -index-unit-output-path /DesignReviewer.build/Debug-watchos/DesignReviewer.build/Objects-normal/armv7k/DesignReviewSuboptimalAlertViewController.o -index-unit-output-path /DesignReviewer.build/Debug-watchos/DesignReviewer.build/Objects-normal/armv7k/DesignReviewSuboptimalAlertViewModelProtocol.o -index-unit-output-path /DesignReviewer.build/Debug-watchos/DesignReviewer.build/Objects-normal/armv7k/DesignReviewViewController.o -index-unit-output-path /DesignReviewer.build/Debug-watchos/DesignReviewer.build/Objects-normal/armv7k/DesignReviewViewModel.o -index-unit-output-path /DesignReviewer.build/Debug-watchos/DesignReviewer.build/Objects-normal/armv7k/DesignReviewable.o -index-unit-output-path /DesignReviewer.build/Debug-watchos/DesignReviewer.build/Objects-normal/armv7k/NSLayoutConstraint+DesignReviewable.o -index-unit-output-path /DesignReviewer.build/Debug-watchos/DesignReviewer.build/Objects-normal/armv7k/NSString+DesignReviewable.o -index-store-path /Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
Command SwiftCompile failed with a nonzero exit code
SwiftCompile normal arm64 Compiling\ SpuddleContainerView.swift,\ SpuddleFakeWindowView.swift,\ SpuddleOptionsCoordinator.swift,\ SpuddleOptionsModifierView.swift,\ SpuddleOptionsModifierViewModel.swift,\ SpuddlePlacement.swift,\ SpuddlePresentedViewModel.swift,\ SpuddleStepperCoordinator.swift,\ SpuddleStepperModiferView.swift,\ SpuddleStepperModifierViewModel.swift /Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DesignReviewer/Spuddle/SpuddleContainerView.swift /Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DesignReviewer/Spuddle/SpuddleFakeWindowView.swift /Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DesignReviewer/Spuddle/SpuddleOptionsModifier/SpuddleOptionsCoordinator.swift /Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DesignReviewer/Spuddle/SpuddleOptionsModifier/SpuddleOptionsModifierView.swift /Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DesignReviewer/Spuddle/SpuddleOptionsModifier/SpuddleOptionsModifierViewModel.swift /Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DesignReviewer/Spuddle/SpuddlePlacement.swift /Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DesignReviewer/Spuddle/SpuddlePresentedViewModel.swift /Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DesignReviewer/Spuddle/SpuddleStepperModifier/SpuddleStepperCoordinator.swift /Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DesignReviewer/Spuddle/SpuddleStepperModifier/SpuddleStepperModiferView.swift /Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DesignReviewer/Spuddle/SpuddleStepperModifier/SpuddleStepperModifierViewModel.swift (in target 'DesignReviewer' from project 'DesignReviewer')
    cd /Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace
    builtin-swiftTaskExecution -- /Applications/Xcode-15.3.0-Beta.2.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift-frontend -frontend -c /Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DesignReviewer.build/Debug-watchos/DesignReviewer.build/DerivedSources/resource_bundle_accessor.swift /Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DesignReviewer/DesignReviewContainerView.swift /Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DesignReviewer/DesignReviewCoordinator.swift /Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DesignReviewer/DesignReviewCoordinatorProtocol.swift /Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DesignReviewer/DesignReviewHUD.swift /Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DesignReviewer/DesignReviewImageCapturer.swift /Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DesignReviewer/DesignReviewInspectorAttribute/CustomAttributes/DesignReviewCustomEnumAttribute.swift /Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DesignReviewer/DesignReviewInspectorAttribute/CustomAttributes/DesignReviewCustomMutableAttribute.swift /Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DesignReviewer/DesignReviewInspectorAttribute/DesignReviewEnumAttribute.swift /Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DesignReviewer/DesignReviewInspectorAttribute/DesignReviewImmutableAttribute.swift /Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DesignReviewer/DesignReviewInspectorAttribute/DesignReviewInspectorAttribute.swift /Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DesignReviewer/DesignReviewInspectorAttribute/DesignReviewMutableAttribute.swift /Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DesignReviewer/DesignReviewInspectorAttribute/DesignReviewScreenshotAttribute.swift /Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DesignReviewer/DesignReviewInspectorAttribute/DesignReviewSummaryAttribute.swift /Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DesignReviewer/DesignReviewInspectorAttribute/ReviewableDescribings/NSLayoutConstraint+ReviewableDescribing.swift /Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DesignReviewer/DesignReviewInspectorAttribute/ReviewableDescribings/UIImage+ReviewableDescribing.swift /Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DesignReviewer/DesignReviewInspectorAttribute/ReviewableDescribings/UILabel+ReviewableDescribing.swift /Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DesignReviewer/DesignReviewInspectorAttribute/ReviewableDescribings/UIStackView+ReviewableDescribing.swift /Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DesignReviewer/DesignReviewInspectorAttribute/ReviewableDescribings/UIView+ReviewableDescribing.swift /Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DesignReviewer/DesignReviewSelectableView.swift /Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DesignReviewer/DesignReviewSpecContainerView.swift /Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DesignReviewer/DesignReviewSpecView.swift /Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DesignReviewer/DesignReviewSuboptimalAlert/DesignReviewHairlineView.swift /Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DesignReviewer/DesignReviewSuboptimalAlert/DesignReviewSuboptimalAlertCoordinator.swift /Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DesignReviewer/DesignReviewSuboptimalAlert/DesignReviewSuboptimalAlertView.swift /Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DesignReviewer/DesignReviewSuboptimalAlert/DesignReviewSuboptimalAlertViewController.swift /Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DesignReviewer/DesignReviewSuboptimalAlert/DesignReviewSuboptimalAlertViewModelProtocol.swift /Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DesignReviewer/DesignReviewViewController.swift /Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DesignReviewer/DesignReviewViewModel.swift /Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DesignReviewer/DesignReviewables/DesignReviewable.swift /Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DesignReviewer/DesignReviewables/NSLayoutConstraint+DesignReviewable.swift /Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DesignReviewer/DesignReviewables/NSString+DesignReviewable.swift /Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DesignReviewer/DesignReviewables/UIColor+DesignReviewable.swift /Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DesignReviewer/DesignReviewables/UIImage+DesignReviewable.swift /Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DesignReviewer/DesignReviewables/UIView+DesignReviewable.swift /Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DesignReviewer/DesignReviewer.swift /Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DesignReviewer/Exploded\ Hierarchy/DesignReviewExplodedHierarchyContainerView.swift /Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DesignReviewer/Exploded\ Hierarchy/DesignReviewExplodedHierarchyView.swift /Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DesignReviewer/Exploded\ Hierarchy/DesignReviewExplodedHierarchyViewController.swift /Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DesignReviewer/Exploded\ Hierarchy/DesignReviewExplodedHierarchyViewModel.swift /Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DesignReviewer/Exploded\ Hierarchy/DesignReviewSolidButton.swift /Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DesignReviewer/Inspector/DesignReviewInspectorCoordinator.swift /Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DesignReviewer/Inspector/DesignReviewInspectorViewController.swift /Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DesignReviewer/Inspector/DesignReviewInspectorViewModel.swift /Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DesignReviewer/Inspector/TableViewCells/Custom\ Accessories/DesignReviewUIColorAccessoryView.swift /Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DesignReviewer/Inspector/TableViewCells/Custom\ Accessories/DesignReviewUIImageAccessoryView.swift /Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DesignReviewer/Inspector/TableViewCells/DesignReviewCollapsibleHeaderView.swift /Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DesignReviewer/Inspector/TableViewCells/DesignReviewInspectorScreenshotTableViewCell.swift /Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DesignReviewer/Inspector/TableViewCells/DesignReviewInspectorSummaryTableViewCell.swift /Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DesignReviewer/Inspector/TableViewCells/DesignReviewInspectorTableViewCell.swift /Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DesignReviewer/Spuddle/Keys.swift /Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DesignReviewer/Spuddle/Spuddle.swift -primary-file /Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DesignReviewer/Spuddle/SpuddleContainerView.swift -primary-file /Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DesignReviewer/Spuddle/SpuddleFakeWindowView.swift -primary-file /Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DesignReviewer/Spuddle/SpuddleOptionsModifier/SpuddleOptionsCoordinator.swift -primary-file /Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DesignReviewer/Spuddle/SpuddleOptionsModifier/SpuddleOptionsModifierView.swift -primary-file /Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DesignReviewer/Spuddle/SpuddleOptionsModifier/SpuddleOptionsModifierViewModel.swift -primary-file /Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DesignReviewer/Spuddle/SpuddlePlacement.swift -primary-file /Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DesignReviewer/Spuddle/SpuddlePresentedViewModel.swift -primary-file /Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DesignReviewer/Spuddle/SpuddleStepperModifier/SpuddleStepperCoordinator.swift -primary-file /Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DesignReviewer/Spuddle/SpuddleStepperModifier/SpuddleStepperModiferView.swift -primary-file /Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DesignReviewer/Spuddle/SpuddleStepperModifier/SpuddleStepperModifierViewModel.swift /Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DesignReviewer/Spuddle/SpuddleTextModifier/SpuddleTextCoordinator.swift /Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DesignReviewer/Spuddle/SpuddleTextModifier/SpuddleTextModifierView.swift /Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DesignReviewer/Spuddle/SpuddleTextModifier/SpuddleTextModifierViewModel.swift /Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DesignReviewer/Spuddle/SpuddleViewModel.swift /Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DesignReviewer/Spuddle/SpuddleWindowManager.swift /Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DesignReviewer/Spuddle/SpuddledAnimations/Animation+Extensions.swift /Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DesignReviewer/Spuddle/UIResponder+Extensions.swift /Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DesignReviewer/Spuddle/UIView+Extensions.swift /Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DesignReviewer/Spuddle/UIViewController+Extensions.swift /Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DesignReviewer/Spuddle/View+Extensions.swift /Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DesignReviewer/Utility\ Extensions/CGFloat+Convenience.swift /Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DesignReviewer/Utility\ Extensions/NSLayoutConstraint+StringBuilding.swift /Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DesignReviewer/Utility\ Extensions/TextContainingView.swift /Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DesignReviewer/Utility\ Extensions/UIColor+ColorAssets.swift /Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DesignReviewer/Utility\ Extensions/UIEdgeInsets+Convenience.swift /Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DesignReviewer/Utility\ Extensions/UIFont+Presets.swift /Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DesignReviewer/Utility\ Extensions/UITableView+EmptyCell.swift /Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DesignReviewer/Utility\ Extensions/UIView+Constraints.swift /Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DesignReviewer/Utility\ Extensions/UIView+StringBuilding.swift /Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DesignReviewer.build/Debug-watchos/DesignReviewer.build/DerivedSources/GeneratedAssetSymbols.swift -supplementary-output-file-map /Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DesignReviewer.build/Debug-watchos/DesignReviewer.build/Objects-normal/arm64/supplementaryOutputs-13 -target arm64-apple-watchos7.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -stack-check -sdk /Applications/Xcode-15.3.0-Beta.2.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.4.sdk -I /Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -I /Applications/Xcode-15.3.0-Beta.2.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib -F /Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F /Applications/Xcode-15.3.0-Beta.2.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-15.3.0-Beta.2.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.4.sdk/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -module-cache-path /Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -swift-version 5 -enforce-exclusivity\=checked -Onone -D SWIFT_PACKAGE -D DEBUG -D Xcode -serialize-debugging-options -const-gather-protocols-file /Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DesignReviewer.build/Debug-watchos/DesignReviewer.build/Objects-normal/arm64/DesignReviewer_const_extract_protocols.json -empty-abi-descriptor -validate-clang-modules-once -clang-build-session-file /Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace -resource-dir /Applications/Xcode-15.3.0-Beta.2.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -Xcc -ivfsstatcache -Xcc /Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos10.4-21T5196c-188b4c5c5639cdba02b95625249bd203.sdkstatcache -Xcc -I/Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DesignReviewer.build/Debug-watchos/DesignReviewer.build/swift-overrides.hmap -Xcc -I/Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/include -Xcc -I/Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DesignReviewer.build/Debug-watchos/DesignReviewer.build/DerivedSources-normal/arm64 -Xcc -I/Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DesignReviewer.build/Debug-watchos/DesignReviewer.build/DerivedSources/arm64 -Xcc -I/Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DesignReviewer.build/Debug-watchos/DesignReviewer.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name DesignReviewer -frontend-parseable-output -disable-clang-spi -target-sdk-version 10.4 -target-sdk-name watchos10.4 -external-plugin-path /Applications/Xcode-15.3.0-Beta.2.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.4.sdk/usr/lib/swift/host/plugins\#/Applications/Xcode-15.3.0-Beta.2.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.4.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0-Beta.2.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.4.sdk/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.3.0-Beta.2.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.4.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0-Beta.2.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-15.3.0-Beta.2.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0-Beta.2.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.3.0-Beta.2.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Applications/Xcode-15.3.0-Beta.2.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Applications/Xcode-15.3.0-Beta.2.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/local/lib/swift/host/plugins -o /Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DesignReviewer.build/Debug-watchos/DesignReviewer.build/Objects-normal/arm64/SpuddleContainerView.o -o /Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DesignReviewer.build/Debug-watchos/DesignReviewer.build/Objects-normal/arm64/SpuddleFakeWindowView.o -o /Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DesignReviewer.build/Debug-watchos/DesignReviewer.build/Objects-normal/arm64/SpuddleOptionsCoordinator.o -o /Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DesignReviewer.build/Debug-watchos/DesignReviewer.build/Objects-normal/arm64/SpuddleOptionsModifierView.o -o /Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DesignReviewer.build/Debug-watchos/DesignReviewer.build/Objects-normal/arm64/SpuddleOptionsModifierViewModel.o -o /Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DesignReviewer.build/Debug-watchos/DesignReviewer.build/Objects-normal/arm64/SpuddlePlacement.o -o /Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DesignReviewer.build/Debug-watchos/DesignReviewer.build/Objects-normal/arm64/SpuddlePresentedViewModel.o -o /Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DesignReviewer.build/Debug-watchos/DesignReviewer.build/Objects-normal/arm64/SpuddleStepperCoordinator.o -o /Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DesignReviewer.build/Debug-watchos/DesignReviewer.build/Objects-normal/arm64/SpuddleStepperModiferView.o -o /Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DesignReviewer.build/Debug-watchos/DesignReviewer.build/Objects-normal/arm64/SpuddleStepperModifierViewModel.o -index-unit-output-path /DesignReviewer.build/Debug-watchos/DesignReviewer.build/Objects-normal/arm64/SpuddleContainerView.o -index-unit-output-path /DesignReviewer.build/Debug-watchos/DesignReviewer.build/Objects-normal/arm64/SpuddleFakeWindowView.o -index-unit-output-path /DesignReviewer.build/Debug-watchos/DesignReviewer.build/Objects-normal/arm64/SpuddleOptionsCoordinator.o -index-unit-output-path /DesignReviewer.build/Debug-watchos/DesignReviewer.build/Objects-normal/arm64/SpuddleOptionsModifierView.o -index-unit-output-path /DesignReviewer.build/Debug-watchos/DesignReviewer.build/Objects-normal/arm64/SpuddleOptionsModifierViewModel.o -index-unit-output-path /DesignReviewer.build/Debug-watchos/DesignReviewer.build/Objects-normal/arm64/SpuddlePlacement.o -index-unit-output-path /DesignReviewer.build/Debug-watchos/DesignReviewer.build/Objects-normal/arm64/SpuddlePresentedViewModel.o -index-unit-output-path /DesignReviewer.build/Debug-watchos/DesignReviewer.build/Objects-normal/arm64/SpuddleStepperCoordinator.o -index-unit-output-path /DesignReviewer.build/Debug-watchos/DesignReviewer.build/Objects-normal/arm64/SpuddleStepperModiferView.o -index-unit-output-path /DesignReviewer.build/Debug-watchos/DesignReviewer.build/Objects-normal/arm64/SpuddleStepperModifierViewModel.o -index-store-path /Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
Command SwiftCompile failed with a nonzero exit code
SwiftCompile normal arm64 Compiling\ SpuddleTextCoordinator.swift,\ SpuddleTextModifierView.swift,\ SpuddleTextModifierViewModel.swift,\ SpuddleViewModel.swift,\ SpuddleWindowManager.swift,\ Animation+Extensions.swift,\ UIResponder+Extensions.swift,\ UIView+Extensions.swift,\ UIViewController+Extensions.swift,\ View+Extensions.swift /Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DesignReviewer/Spuddle/SpuddleTextModifier/SpuddleTextCoordinator.swift /Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DesignReviewer/Spuddle/SpuddleTextModifier/SpuddleTextModifierView.swift /Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DesignReviewer/Spuddle/SpuddleTextModifier/SpuddleTextModifierViewModel.swift /Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DesignReviewer/Spuddle/SpuddleViewModel.swift /Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DesignReviewer/Spuddle/SpuddleWindowManager.swift /Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DesignReviewer/Spuddle/SpuddledAnimations/Animation+Extensions.swift /Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DesignReviewer/Spuddle/UIResponder+Extensions.swift /Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DesignReviewer/Spuddle/UIView+Extensions.swift /Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DesignReviewer/Spuddle/UIViewController+Extensions.swift /Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DesignReviewer/Spuddle/View+Extensions.swift (in target 'DesignReviewer' from project 'DesignReviewer')
    cd /Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace
    builtin-swiftTaskExecution -- /Applications/Xcode-15.3.0-Beta.2.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift-frontend -frontend -c /Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DesignReviewer.build/Debug-watchos/DesignReviewer.build/DerivedSources/resource_bundle_accessor.swift /Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DesignReviewer/DesignReviewContainerView.swift /Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DesignReviewer/DesignReviewCoordinator.swift /Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DesignReviewer/DesignReviewCoordinatorProtocol.swift /Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DesignReviewer/DesignReviewHUD.swift /Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DesignReviewer/DesignReviewImageCapturer.swift /Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DesignReviewer/DesignReviewInspectorAttribute/CustomAttributes/DesignReviewCustomEnumAttribute.swift /Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DesignReviewer/DesignReviewInspectorAttribute/CustomAttributes/DesignReviewCustomMutableAttribute.swift /Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DesignReviewer/DesignReviewInspectorAttribute/DesignReviewEnumAttribute.swift /Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DesignReviewer/DesignReviewInspectorAttribute/DesignReviewImmutableAttribute.swift /Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DesignReviewer/DesignReviewInspectorAttribute/DesignReviewInspectorAttribute.swift /Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DesignReviewer/DesignReviewInspectorAttribute/DesignReviewMutableAttribute.swift /Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DesignReviewer/DesignReviewInspectorAttribute/DesignReviewScreenshotAttribute.swift /Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DesignReviewer/DesignReviewInspectorAttribute/DesignReviewSummaryAttribute.swift /Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DesignReviewer/DesignReviewInspectorAttribute/ReviewableDescribings/NSLayoutConstraint+ReviewableDescribing.swift /Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DesignReviewer/DesignReviewInspectorAttribute/ReviewableDescribings/UIImage+ReviewableDescribing.swift /Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DesignReviewer/DesignReviewInspectorAttribute/ReviewableDescribings/UILabel+ReviewableDescribing.swift /Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DesignReviewer/DesignReviewInspectorAttribute/ReviewableDescribings/UIStackView+ReviewableDescribing.swift /Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DesignReviewer/DesignReviewInspectorAttribute/ReviewableDescribings/UIView+ReviewableDescribing.swift /Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DesignReviewer/DesignReviewSelectableView.swift /Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DesignReviewer/DesignReviewSpecContainerView.swift /Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DesignReviewer/DesignReviewSpecView.swift /Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DesignReviewer/DesignReviewSuboptimalAlert/DesignReviewHairlineView.swift /Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DesignReviewer/DesignReviewSuboptimalAlert/DesignReviewSuboptimalAlertCoordinator.swift /Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DesignReviewer/DesignReviewSuboptimalAlert/DesignReviewSuboptimalAlertView.swift /Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DesignReviewer/DesignReviewSuboptimalAlert/DesignReviewSuboptimalAlertViewController.swift /Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DesignReviewer/DesignReviewSuboptimalAlert/DesignReviewSuboptimalAlertViewModelProtocol.swift /Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DesignReviewer/DesignReviewViewController.swift /Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DesignReviewer/DesignReviewViewModel.swift /Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DesignReviewer/DesignReviewables/DesignReviewable.swift /Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DesignReviewer/DesignReviewables/NSLayoutConstraint+DesignReviewable.swift /Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DesignReviewer/DesignReviewables/NSString+DesignReviewable.swift /Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DesignReviewer/DesignReviewables/UIColor+DesignReviewable.swift /Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DesignReviewer/DesignReviewables/UIImage+DesignReviewable.swift /Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DesignReviewer/DesignReviewables/UIView+DesignReviewable.swift /Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DesignReviewer/DesignReviewer.swift /Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DesignReviewer/Exploded\ Hierarchy/DesignReviewExplodedHierarchyContainerView.swift /Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DesignReviewer/Exploded\ Hierarchy/DesignReviewExplodedHierarchyView.swift /Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DesignReviewer/Exploded\ Hierarchy/DesignReviewExplodedHierarchyViewController.swift /Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DesignReviewer/Exploded\ Hierarchy/DesignReviewExplodedHierarchyViewModel.swift /Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DesignReviewer/Exploded\ Hierarchy/DesignReviewSolidButton.swift /Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DesignReviewer/Inspector/DesignReviewInspectorCoordinator.swift /Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DesignReviewer/Inspector/DesignReviewInspectorViewController.swift /Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DesignReviewer/Inspector/DesignReviewInspectorViewModel.swift /Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DesignReviewer/Inspector/TableViewCells/Custom\ Accessories/DesignReviewUIColorAccessoryView.swift /Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DesignReviewer/Inspector/TableViewCells/Custom\ Accessories/DesignReviewUIImageAccessoryView.swift /Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DesignReviewer/Inspector/TableViewCells/DesignReviewCollapsibleHeaderView.swift /Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DesignReviewer/Inspector/TableViewCells/DesignReviewInspectorScreenshotTableViewCell.swift /Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DesignReviewer/Inspector/TableViewCells/DesignReviewInspectorSummaryTableViewCell.swift /Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DesignReviewer/Inspector/TableViewCells/DesignReviewInspectorTableViewCell.swift /Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DesignReviewer/Spuddle/Keys.swift /Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DesignReviewer/Spuddle/Spuddle.swift /Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DesignReviewer/Spuddle/SpuddleContainerView.swift /Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DesignReviewer/Spuddle/SpuddleFakeWindowView.swift /Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DesignReviewer/Spuddle/SpuddleOptionsModifier/SpuddleOptionsCoordinator.swift /Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DesignReviewer/Spuddle/SpuddleOptionsModifier/SpuddleOptionsModifierView.swift /Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DesignReviewer/Spuddle/SpuddleOptionsModifier/SpuddleOptionsModifierViewModel.swift /Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DesignReviewer/Spuddle/SpuddlePlacement.swift /Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DesignReviewer/Spuddle/SpuddlePresentedViewModel.swift /Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DesignReviewer/Spuddle/SpuddleStepperModifier/SpuddleStepperCoordinator.swift /Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DesignReviewer/Spuddle/SpuddleStepperModifier/SpuddleStepperModiferView.swift /Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DesignReviewer/Spuddle/SpuddleStepperModifier/SpuddleStepperModifierViewModel.swift -primary-file /Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DesignReviewer/Spuddle/SpuddleTextModifier/SpuddleTextCoordinator.swift -primary-file /Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DesignReviewer/Spuddle/SpuddleTextModifier/SpuddleTextModifierView.swift -primary-file /Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DesignReviewer/Spuddle/SpuddleTextModifier/SpuddleTextModifierViewModel.swift -primary-file /Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DesignReviewer/Spuddle/SpuddleViewModel.swift -primary-file /Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DesignReviewer/Spuddle/SpuddleWindowManager.swift -primary-file /Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DesignReviewer/Spuddle/SpuddledAnimations/Animation+Extensions.swift -primary-file /Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DesignReviewer/Spuddle/UIResponder+Extensions.swift -primary-file /Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DesignReviewer/Spuddle/UIView+Extensions.swift -primary-file /Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DesignReviewer/Spuddle/UIViewController+Extensions.swift -primary-file /Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DesignReviewer/Spuddle/View+Extensions.swift /Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DesignReviewer/Utility\ Extensions/CGFloat+Convenience.swift /Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DesignReviewer/Utility\ Extensions/NSLayoutConstraint+StringBuilding.swift /Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DesignReviewer/Utility\ Extensions/TextContainingView.swift /Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DesignReviewer/Utility\ Extensions/UIColor+ColorAssets.swift /Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DesignReviewer/Utility\ Extensions/UIEdgeInsets+Convenience.swift /Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DesignReviewer/Utility\ Extensions/UIFont+Presets.swift /Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DesignReviewer/Utility\ Extensions/UITableView+EmptyCell.swift /Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DesignReviewer/Utility\ Extensions/UIView+Constraints.swift /Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DesignReviewer/Utility\ Extensions/UIView+StringBuilding.swift /Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DesignReviewer.build/Debug-watchos/DesignReviewer.build/DerivedSources/GeneratedAssetSymbols.swift -supplementary-output-file-map /Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DesignReviewer.build/Debug-watchos/DesignReviewer.build/Objects-normal/arm64/supplementaryOutputs-16 -target arm64-apple-watchos7.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -stack-check -sdk /Applications/Xcode-15.3.0-Beta.2.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.4.sdk -I /Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -I /Applications/Xcode-15.3.0-Beta.2.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib -F /Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F /Applications/Xcode-15.3.0-Beta.2.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-15.3.0-Beta.2.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.4.sdk/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -module-cache-path /Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -swift-version 5 -enforce-exclusivity\=checked -Onone -D SWIFT_PACKAGE -D DEBUG -D Xcode -serialize-debugging-options -const-gather-protocols-file /Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DesignReviewer.build/Debug-watchos/DesignReviewer.build/Objects-normal/arm64/DesignReviewer_const_extract_protocols.json -empty-abi-descriptor -validate-clang-modules-once -clang-build-session-file /Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace -resource-dir /Applications/Xcode-15.3.0-Beta.2.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -Xcc -ivfsstatcache -Xcc /Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos10.4-21T5196c-188b4c5c5639cdba02b95625249bd203.sdkstatcache -Xcc -I/Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DesignReviewer.build/Debug-watchos/DesignReviewer.build/swift-overrides.hmap -Xcc -I/Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/include -Xcc -I/Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DesignReviewer.build/Debug-watchos/DesignReviewer.build/DerivedSources-normal/arm64 -Xcc -I/Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DesignReviewer.build/Debug-watchos/DesignReviewer.build/DerivedSources/arm64 -Xcc -I/Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DesignReviewer.build/Debug-watchos/DesignReviewer.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name DesignReviewer -frontend-parseable-output -disable-clang-spi -target-sdk-version 10.4 -target-sdk-name watchos10.4 -external-plugin-path /Applications/Xcode-15.3.0-Beta.2.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.4.sdk/usr/lib/swift/host/plugins\#/Applications/Xcode-15.3.0-Beta.2.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.4.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0-Beta.2.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.4.sdk/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.3.0-Beta.2.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.4.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0-Beta.2.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-15.3.0-Beta.2.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0-Beta.2.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.3.0-Beta.2.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Applications/Xcode-15.3.0-Beta.2.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Applications/Xcode-15.3.0-Beta.2.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/local/lib/swift/host/plugins -o /Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DesignReviewer.build/Debug-watchos/DesignReviewer.build/Objects-normal/arm64/SpuddleTextCoordinator.o -o /Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DesignReviewer.build/Debug-watchos/DesignReviewer.build/Objects-normal/arm64/SpuddleTextModifierView.o -o /Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DesignReviewer.build/Debug-watchos/DesignReviewer.build/Objects-normal/arm64/SpuddleTextModifierViewModel.o -o /Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DesignReviewer.build/Debug-watchos/DesignReviewer.build/Objects-normal/arm64/SpuddleViewModel.o -o /Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DesignReviewer.build/Debug-watchos/DesignReviewer.build/Objects-normal/arm64/SpuddleWindowManager.o -o /Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DesignReviewer.build/Debug-watchos/DesignReviewer.build/Objects-normal/arm64/Animation+Extensions.o -o /Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DesignReviewer.build/Debug-watchos/DesignReviewer.build/Objects-normal/arm64/UIResponder+Extensions.o -o /Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DesignReviewer.build/Debug-watchos/DesignReviewer.build/Objects-normal/arm64/UIView+Extensions.o -o /Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DesignReviewer.build/Debug-watchos/DesignReviewer.build/Objects-normal/arm64/UIViewController+Extensions.o -o /Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DesignReviewer.build/Debug-watchos/DesignReviewer.build/Objects-normal/arm64/View+Extensions.o -index-unit-output-path /DesignReviewer.build/Debug-watchos/DesignReviewer.build/Objects-normal/arm64/SpuddleTextCoordinator.o -index-unit-output-path /DesignReviewer.build/Debug-watchos/DesignReviewer.build/Objects-normal/arm64/SpuddleTextModifierView.o -index-unit-output-path /DesignReviewer.build/Debug-watchos/DesignReviewer.build/Objects-normal/arm64/SpuddleTextModifierViewModel.o -index-unit-output-path /DesignReviewer.build/Debug-watchos/DesignReviewer.build/Objects-normal/arm64/SpuddleViewModel.o -index-unit-output-path /DesignReviewer.build/Debug-watchos/DesignReviewer.build/Objects-normal/arm64/SpuddleWindowManager.o -index-unit-output-path /DesignReviewer.build/Debug-watchos/DesignReviewer.build/Objects-normal/arm64/Animation+Extensions.o -index-unit-output-path /DesignReviewer.build/Debug-watchos/DesignReviewer.build/Objects-normal/arm64/UIResponder+Extensions.o -index-unit-output-path /DesignReviewer.build/Debug-watchos/DesignReviewer.build/Objects-normal/arm64/UIView+Extensions.o -index-unit-output-path /DesignReviewer.build/Debug-watchos/DesignReviewer.build/Objects-normal/arm64/UIViewController+Extensions.o -index-unit-output-path /DesignReviewer.build/Debug-watchos/DesignReviewer.build/Objects-normal/arm64/View+Extensions.o -index-store-path /Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
Command SwiftCompile failed with a nonzero exit code
SwiftCompile normal armv7k Compiling\ DesignReviewInspectorViewController.swift,\ DesignReviewInspectorViewModel.swift,\ DesignReviewUIColorAccessoryView.swift,\ DesignReviewUIImageAccessoryView.swift,\ DesignReviewCollapsibleHeaderView.swift,\ DesignReviewInspectorScreenshotTableViewCell.swift,\ DesignReviewInspectorSummaryTableViewCell.swift,\ DesignReviewInspectorTableViewCell.swift,\ Keys.swift,\ Spuddle.swift /Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DesignReviewer/Inspector/DesignReviewInspectorViewController.swift /Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DesignReviewer/Inspector/DesignReviewInspectorViewModel.swift /Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DesignReviewer/Inspector/TableViewCells/Custom\ Accessories/DesignReviewUIColorAccessoryView.swift /Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DesignReviewer/Inspector/TableViewCells/Custom\ Accessories/DesignReviewUIImageAccessoryView.swift /Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DesignReviewer/Inspector/TableViewCells/DesignReviewCollapsibleHeaderView.swift /Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DesignReviewer/Inspector/TableViewCells/DesignReviewInspectorScreenshotTableViewCell.swift /Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DesignReviewer/Inspector/TableViewCells/DesignReviewInspectorSummaryTableViewCell.swift /Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DesignReviewer/Inspector/TableViewCells/DesignReviewInspectorTableViewCell.swift /Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DesignReviewer/Spuddle/Keys.swift /Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DesignReviewer/Spuddle/Spuddle.swift (in target 'DesignReviewer' from project 'DesignReviewer')
    cd /Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace
    builtin-swiftTaskExecution -- /Applications/Xcode-15.3.0-Beta.2.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift-frontend -frontend -c /Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DesignReviewer.build/Debug-watchos/DesignReviewer.build/DerivedSources/resource_bundle_accessor.swift /Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DesignReviewer/DesignReviewContainerView.swift /Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DesignReviewer/DesignReviewCoordinator.swift /Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DesignReviewer/DesignReviewCoordinatorProtocol.swift /Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DesignReviewer/DesignReviewHUD.swift /Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DesignReviewer/DesignReviewImageCapturer.swift /Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DesignReviewer/DesignReviewInspectorAttribute/CustomAttributes/DesignReviewCustomEnumAttribute.swift /Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DesignReviewer/DesignReviewInspectorAttribute/CustomAttributes/DesignReviewCustomMutableAttribute.swift /Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DesignReviewer/DesignReviewInspectorAttribute/DesignReviewEnumAttribute.swift /Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DesignReviewer/DesignReviewInspectorAttribute/DesignReviewImmutableAttribute.swift /Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DesignReviewer/DesignReviewInspectorAttribute/DesignReviewInspectorAttribute.swift /Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DesignReviewer/DesignReviewInspectorAttribute/DesignReviewMutableAttribute.swift /Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DesignReviewer/DesignReviewInspectorAttribute/DesignReviewScreenshotAttribute.swift /Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DesignReviewer/DesignReviewInspectorAttribute/DesignReviewSummaryAttribute.swift /Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DesignReviewer/DesignReviewInspectorAttribute/ReviewableDescribings/NSLayoutConstraint+ReviewableDescribing.swift /Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DesignReviewer/DesignReviewInspectorAttribute/ReviewableDescribings/UIImage+ReviewableDescribing.swift /Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DesignReviewer/DesignReviewInspectorAttribute/ReviewableDescribings/UILabel+ReviewableDescribing.swift /Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DesignReviewer/DesignReviewInspectorAttribute/ReviewableDescribings/UIStackView+ReviewableDescribing.swift /Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DesignReviewer/DesignReviewInspectorAttribute/ReviewableDescribings/UIView+ReviewableDescribing.swift /Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DesignReviewer/DesignReviewSelectableView.swift /Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DesignReviewer/DesignReviewSpecContainerView.swift /Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DesignReviewer/DesignReviewSpecView.swift /Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DesignReviewer/DesignReviewSuboptimalAlert/DesignReviewHairlineView.swift /Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DesignReviewer/DesignReviewSuboptimalAlert/DesignReviewSuboptimalAlertCoordinator.swift /Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DesignReviewer/DesignReviewSuboptimalAlert/DesignReviewSuboptimalAlertView.swift /Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DesignReviewer/DesignReviewSuboptimalAlert/DesignReviewSuboptimalAlertViewController.swift /Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DesignReviewer/DesignReviewSuboptimalAlert/DesignReviewSuboptimalAlertViewModelProtocol.swift /Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DesignReviewer/DesignReviewViewController.swift /Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DesignReviewer/DesignReviewViewModel.swift /Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DesignReviewer/DesignReviewables/DesignReviewable.swift /Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DesignReviewer/DesignReviewables/NSLayoutConstraint+DesignReviewable.swift /Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DesignReviewer/DesignReviewables/NSString+DesignReviewable.swift /Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DesignReviewer/DesignReviewables/UIColor+DesignReviewable.swift /Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DesignReviewer/DesignReviewables/UIImage+DesignReviewable.swift /Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DesignReviewer/DesignReviewables/UIView+DesignReviewable.swift /Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DesignReviewer/DesignReviewer.swift /Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DesignReviewer/Exploded\ Hierarchy/DesignReviewExplodedHierarchyContainerView.swift /Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DesignReviewer/Exploded\ Hierarchy/DesignReviewExplodedHierarchyView.swift /Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DesignReviewer/Exploded\ Hierarchy/DesignReviewExplodedHierarchyViewController.swift /Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DesignReviewer/Exploded\ Hierarchy/DesignReviewExplodedHierarchyViewModel.swift /Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DesignReviewer/Exploded\ Hierarchy/DesignReviewSolidButton.swift /Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DesignReviewer/Inspector/DesignReviewInspectorCoordinator.swift -primary-file /Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DesignReviewer/Inspector/DesignReviewInspectorViewController.swift -primary-file /Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DesignReviewer/Inspector/DesignReviewInspectorViewModel.swift -primary-file /Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DesignReviewer/Inspector/TableViewCells/Custom\ Accessories/DesignReviewUIColorAccessoryView.swift -primary-file /Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DesignReviewer/Inspector/TableViewCells/Custom\ Accessories/DesignReviewUIImageAccessoryView.swift -primary-file /Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DesignReviewer/Inspector/TableViewCells/DesignReviewCollapsibleHeaderView.swift -primary-file /Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DesignReviewer/Inspector/TableViewCells/DesignReviewInspectorScreenshotTableViewCell.swift -primary-file /Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DesignReviewer/Inspector/TableViewCells/DesignReviewInspectorSummaryTableViewCell.swift -primary-file /Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DesignReviewer/Inspector/TableViewCells/DesignReviewInspectorTableViewCell.swift -primary-file /Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DesignReviewer/Spuddle/Keys.swift -primary-file /Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DesignReviewer/Spuddle/Spuddle.swift /Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DesignReviewer/Spuddle/SpuddleContainerView.swift /Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DesignReviewer/Spuddle/SpuddleFakeWindowView.swift /Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DesignReviewer/Spuddle/SpuddleOptionsModifier/SpuddleOptionsCoordinator.swift /Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DesignReviewer/Spuddle/SpuddleOptionsModifier/SpuddleOptionsModifierView.swift /Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DesignReviewer/Spuddle/SpuddleOptionsModifier/SpuddleOptionsModifierViewModel.swift /Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DesignReviewer/Spuddle/SpuddlePlacement.swift /Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DesignReviewer/Spuddle/SpuddlePresentedViewModel.swift /Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DesignReviewer/Spuddle/SpuddleStepperModifier/SpuddleStepperCoordinator.swift /Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DesignReviewer/Spuddle/SpuddleStepperModifier/SpuddleStepperModiferView.swift /Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DesignReviewer/Spuddle/SpuddleStepperModifier/SpuddleStepperModifierViewModel.swift /Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DesignReviewer/Spuddle/SpuddleTextModifier/SpuddleTextCoordinator.swift /Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DesignReviewer/Spuddle/SpuddleTextModifier/SpuddleTextModifierView.swift /Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DesignReviewer/Spuddle/SpuddleTextModifier/SpuddleTextModifierViewModel.swift /Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DesignReviewer/Spuddle/SpuddleViewModel.swift /Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DesignReviewer/Spuddle/SpuddleWindowManager.swift /Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DesignReviewer/Spuddle/SpuddledAnimations/Animation+Extensions.swift /Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DesignReviewer/Spuddle/UIResponder+Extensions.swift /Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DesignReviewer/Spuddle/UIView+Extensions.swift /Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DesignReviewer/Spuddle/UIViewController+Extensions.swift /Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DesignReviewer/Spuddle/View+Extensions.swift /Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DesignReviewer/Utility\ Extensions/CGFloat+Convenience.swift /Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DesignReviewer/Utility\ Extensions/NSLayoutConstraint+StringBuilding.swift /Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DesignReviewer/Utility\ Extensions/TextContainingView.swift /Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DesignReviewer/Utility\ Extensions/UIColor+ColorAssets.swift /Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DesignReviewer/Utility\ Extensions/UIEdgeInsets+Convenience.swift /Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DesignReviewer/Utility\ Extensions/UIFont+Presets.swift /Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DesignReviewer/Utility\ Extensions/UITableView+EmptyCell.swift /Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DesignReviewer/Utility\ Extensions/UIView+Constraints.swift /Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DesignReviewer/Utility\ Extensions/UIView+StringBuilding.swift /Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DesignReviewer.build/Debug-watchos/DesignReviewer.build/DerivedSources/GeneratedAssetSymbols.swift -supplementary-output-file-map /Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DesignReviewer.build/Debug-watchos/DesignReviewer.build/Objects-normal/armv7k/supplementaryOutputs-15 -target armv7k-apple-watchos7.0 -enable-objc-interop -stack-check -sdk /Applications/Xcode-15.3.0-Beta.2.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.4.sdk -I /Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -I /Applications/Xcode-15.3.0-Beta.2.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib -F /Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F /Applications/Xcode-15.3.0-Beta.2.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-15.3.0-Beta.2.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.4.sdk/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -module-cache-path /Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -swift-version 5 -enforce-exclusivity\=checked -Onone -D SWIFT_PACKAGE -D DEBUG -D Xcode -serialize-debugging-options -const-gather-protocols-file /Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DesignReviewer.build/Debug-watchos/DesignReviewer.build/Objects-normal/armv7k/DesignReviewer_const_extract_protocols.json -empty-abi-descriptor -validate-clang-modules-once -clang-build-session-file /Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace -resource-dir /Applications/Xcode-15.3.0-Beta.2.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -Xcc -ivfsstatcache -Xcc /Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos10.4-21T5196c-188b4c5c5639cdba02b95625249bd203.sdkstatcache -Xcc -I/Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DesignReviewer.build/Debug-watchos/DesignReviewer.build/swift-overrides.hmap -Xcc -I/Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/include -Xcc -I/Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DesignReviewer.build/Debug-watchos/DesignReviewer.build/DerivedSources-normal/armv7k -Xcc -I/Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DesignReviewer.build/Debug-watchos/DesignReviewer.build/DerivedSources/armv7k -Xcc -I/Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DesignReviewer.build/Debug-watchos/DesignReviewer.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name DesignReviewer -frontend-parseable-output -disable-clang-spi -target-sdk-version 10.4 -target-sdk-name watchos10.4 -external-plugin-path /Applications/Xcode-15.3.0-Beta.2.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.4.sdk/usr/lib/swift/host/plugins\#/Applications/Xcode-15.3.0-Beta.2.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.4.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0-Beta.2.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.4.sdk/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.3.0-Beta.2.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.4.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0-Beta.2.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-15.3.0-Beta.2.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0-Beta.2.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.3.0-Beta.2.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Applications/Xcode-15.3.0-Beta.2.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Applications/Xcode-15.3.0-Beta.2.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/local/lib/swift/host/plugins -o /Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DesignReviewer.build/Debug-watchos/DesignReviewer.build/Objects-normal/armv7k/DesignReviewInspectorViewController.o -o /Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DesignReviewer.build/Debug-watchos/DesignReviewer.build/Objects-normal/armv7k/DesignReviewInspectorViewModel.o -o /Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DesignReviewer.build/Debug-watchos/DesignReviewer.build/Objects-normal/armv7k/DesignReviewUIColorAccessoryView.o -o /Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DesignReviewer.build/Debug-watchos/DesignReviewer.build/Objects-normal/armv7k/DesignReviewUIImageAccessoryView.o -o /Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DesignReviewer.build/Debug-watchos/DesignReviewer.build/Objects-normal/armv7k/DesignReviewCollapsibleHeaderView.o -o /Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DesignReviewer.build/Debug-watchos/DesignReviewer.build/Objects-normal/armv7k/DesignReviewInspectorScreenshotTableViewCell.o -o /Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DesignReviewer.build/Debug-watchos/DesignReviewer.build/Objects-normal/armv7k/DesignReviewInspectorSummaryTableViewCell.o -o /Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DesignReviewer.build/Debug-watchos/DesignReviewer.build/Objects-normal/armv7k/DesignReviewInspectorTableViewCell.o -o /Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DesignReviewer.build/Debug-watchos/DesignReviewer.build/Objects-normal/armv7k/Keys.o -o /Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DesignReviewer.build/Debug-watchos/DesignReviewer.build/Objects-normal/armv7k/Spuddle.o -index-unit-output-path /DesignReviewer.build/Debug-watchos/DesignReviewer.build/Objects-normal/armv7k/DesignReviewInspectorViewController.o -index-unit-output-path /DesignReviewer.build/Debug-watchos/DesignReviewer.build/Objects-normal/armv7k/DesignReviewInspectorViewModel.o -index-unit-output-path /DesignReviewer.build/Debug-watchos/DesignReviewer.build/Objects-normal/armv7k/DesignReviewUIColorAccessoryView.o -index-unit-output-path /DesignReviewer.build/Debug-watchos/DesignReviewer.build/Objects-normal/armv7k/DesignReviewUIImageAccessoryView.o -index-unit-output-path /DesignReviewer.build/Debug-watchos/DesignReviewer.build/Objects-normal/armv7k/DesignReviewCollapsibleHeaderView.o -index-unit-output-path /DesignReviewer.build/Debug-watchos/DesignReviewer.build/Objects-normal/armv7k/DesignReviewInspectorScreenshotTableViewCell.o -index-unit-output-path /DesignReviewer.build/Debug-watchos/DesignReviewer.build/Objects-normal/armv7k/DesignReviewInspectorSummaryTableViewCell.o -index-unit-output-path /DesignReviewer.build/Debug-watchos/DesignReviewer.build/Objects-normal/armv7k/DesignReviewInspectorTableViewCell.o -index-unit-output-path /DesignReviewer.build/Debug-watchos/DesignReviewer.build/Objects-normal/armv7k/Keys.o -index-unit-output-path /DesignReviewer.build/Debug-watchos/DesignReviewer.build/Objects-normal/armv7k/Spuddle.o -index-store-path /Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
Command SwiftCompile failed with a nonzero exit code
2024-02-15 20:46:13.821 xcodebuild[14661:19113138] Requested but did not find extension point with identifier Xcode.DVTDeviceFoundation.Aspect for extension Xcode.IDEiOSSupportCore.Aspect.NBDD of plug-in com.apple.dt.IDE.IDEiOSSupportCore
2024-02-15 20:46:14.162 xcodebuild[14661:19113138] [MT] DVTPlugInQuery: Requested but did not find extension point with identifier 'Xcode.DVTDeviceFoundation.CompatibleDeviceFamilyPair'. This is programmer error; code should only request extension points that are defined by itself or its dependencies.
** BUILD FAILED **
The following build commands failed:
	SwiftEmitModule normal arm64_32 Emitting\ module\ for\ DesignReviewer (in target 'DesignReviewer' from project 'DesignReviewer')
	SwiftEmitModule normal arm64 Emitting\ module\ for\ DesignReviewer (in target 'DesignReviewer' from project 'DesignReviewer')
	SwiftEmitModule normal armv7k Emitting\ module\ for\ DesignReviewer (in target 'DesignReviewer' from project 'DesignReviewer')
	SwiftCompile normal arm64_32 Compiling\ SpuddleContainerView.swift,\ SpuddleFakeWindowView.swift,\ SpuddleOptionsCoordinator.swift,\ SpuddleOptionsModifierView.swift,\ SpuddleOptionsModifierViewModel.swift,\ SpuddlePlacement.swift,\ SpuddlePresentedViewModel.swift,\ SpuddleStepperCoordinator.swift,\ SpuddleStepperModiferView.swift,\ SpuddleStepperModifierViewModel.swift /Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DesignReviewer/Spuddle/SpuddleContainerView.swift /Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DesignReviewer/Spuddle/SpuddleFakeWindowView.swift /Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DesignReviewer/Spuddle/SpuddleOptionsModifier/SpuddleOptionsCoordinator.swift /Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DesignReviewer/Spuddle/SpuddleOptionsModifier/SpuddleOptionsModifierView.swift /Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DesignReviewer/Spuddle/SpuddleOptionsModifier/SpuddleOptionsModifierViewModel.swift /Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DesignReviewer/Spuddle/SpuddlePlacement.swift /Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DesignReviewer/Spuddle/SpuddlePresentedViewModel.swift /Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DesignReviewer/Spuddle/SpuddleStepperModifier/SpuddleStepperCoordinator.swift /Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DesignReviewer/Spuddle/SpuddleStepperModifier/SpuddleStepperModiferView.swift /Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DesignReviewer/Spuddle/SpuddleStepperModifier/SpuddleStepperModifierViewModel.swift (in target 'DesignReviewer' from project 'DesignReviewer')
	SwiftCompile normal armv7k Compiling\ DesignReviewHairlineView.swift,\ DesignReviewSuboptimalAlertCoordinator.swift,\ DesignReviewSuboptimalAlertView.swift,\ DesignReviewSuboptimalAlertViewController.swift,\ DesignReviewSuboptimalAlertViewModelProtocol.swift,\ DesignReviewViewController.swift,\ DesignReviewViewModel.swift,\ DesignReviewable.swift,\ NSLayoutConstraint+DesignReviewable.swift,\ NSString+DesignReviewable.swift /Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DesignReviewer/DesignReviewSuboptimalAlert/DesignReviewHairlineView.swift /Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DesignReviewer/DesignReviewSuboptimalAlert/DesignReviewSuboptimalAlertCoordinator.swift /Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DesignReviewer/DesignReviewSuboptimalAlert/DesignReviewSuboptimalAlertView.swift /Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DesignReviewer/DesignReviewSuboptimalAlert/DesignReviewSuboptimalAlertViewController.swift /Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DesignReviewer/DesignReviewSuboptimalAlert/DesignReviewSuboptimalAlertViewModelProtocol.swift /Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DesignReviewer/DesignReviewViewController.swift /Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DesignReviewer/DesignReviewViewModel.swift /Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DesignReviewer/DesignReviewables/DesignReviewable.swift /Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DesignReviewer/DesignReviewables/NSLayoutConstraint+DesignReviewable.swift /Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DesignReviewer/DesignReviewables/NSString+DesignReviewable.swift (in target 'DesignReviewer' from project 'DesignReviewer')
	SwiftCompile normal arm64 Compiling\ SpuddleContainerView.swift,\ SpuddleFakeWindowView.swift,\ SpuddleOptionsCoordinator.swift,\ SpuddleOptionsModifierView.swift,\ SpuddleOptionsModifierViewModel.swift,\ SpuddlePlacement.swift,\ SpuddlePresentedViewModel.swift,\ SpuddleStepperCoordinator.swift,\ SpuddleStepperModiferView.swift,\ SpuddleStepperModifierViewModel.swift /Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DesignReviewer/Spuddle/SpuddleContainerView.swift /Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DesignReviewer/Spuddle/SpuddleFakeWindowView.swift /Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DesignReviewer/Spuddle/SpuddleOptionsModifier/SpuddleOptionsCoordinator.swift /Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DesignReviewer/Spuddle/SpuddleOptionsModifier/SpuddleOptionsModifierView.swift /Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DesignReviewer/Spuddle/SpuddleOptionsModifier/SpuddleOptionsModifierViewModel.swift /Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DesignReviewer/Spuddle/SpuddlePlacement.swift /Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DesignReviewer/Spuddle/SpuddlePresentedViewModel.swift /Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DesignReviewer/Spuddle/SpuddleStepperModifier/SpuddleStepperCoordinator.swift /Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DesignReviewer/Spuddle/SpuddleStepperModifier/SpuddleStepperModiferView.swift /Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DesignReviewer/Spuddle/SpuddleStepperModifier/SpuddleStepperModifierViewModel.swift (in target 'DesignReviewer' from project 'DesignReviewer')
	SwiftCompile normal arm64 Compiling\ SpuddleTextCoordinator.swift,\ SpuddleTextModifierView.swift,\ SpuddleTextModifierViewModel.swift,\ SpuddleViewModel.swift,\ SpuddleWindowManager.swift,\ Animation+Extensions.swift,\ UIResponder+Extensions.swift,\ UIView+Extensions.swift,\ UIViewController+Extensions.swift,\ View+Extensions.swift /Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DesignReviewer/Spuddle/SpuddleTextModifier/SpuddleTextCoordinator.swift /Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DesignReviewer/Spuddle/SpuddleTextModifier/SpuddleTextModifierView.swift /Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DesignReviewer/Spuddle/SpuddleTextModifier/SpuddleTextModifierViewModel.swift /Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DesignReviewer/Spuddle/SpuddleViewModel.swift /Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DesignReviewer/Spuddle/SpuddleWindowManager.swift /Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DesignReviewer/Spuddle/SpuddledAnimations/Animation+Extensions.swift /Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DesignReviewer/Spuddle/UIResponder+Extensions.swift /Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DesignReviewer/Spuddle/UIView+Extensions.swift /Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DesignReviewer/Spuddle/UIViewController+Extensions.swift /Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DesignReviewer/Spuddle/View+Extensions.swift (in target 'DesignReviewer' from project 'DesignReviewer')
	SwiftCompile normal armv7k Compiling\ DesignReviewInspectorViewController.swift,\ DesignReviewInspectorViewModel.swift,\ DesignReviewUIColorAccessoryView.swift,\ DesignReviewUIImageAccessoryView.swift,\ DesignReviewCollapsibleHeaderView.swift,\ DesignReviewInspectorScreenshotTableViewCell.swift,\ DesignReviewInspectorSummaryTableViewCell.swift,\ DesignReviewInspectorTableViewCell.swift,\ Keys.swift,\ Spuddle.swift /Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DesignReviewer/Inspector/DesignReviewInspectorViewController.swift /Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DesignReviewer/Inspector/DesignReviewInspectorViewModel.swift /Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DesignReviewer/Inspector/TableViewCells/Custom\ Accessories/DesignReviewUIColorAccessoryView.swift /Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DesignReviewer/Inspector/TableViewCells/Custom\ Accessories/DesignReviewUIImageAccessoryView.swift /Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DesignReviewer/Inspector/TableViewCells/DesignReviewCollapsibleHeaderView.swift /Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DesignReviewer/Inspector/TableViewCells/DesignReviewInspectorScreenshotTableViewCell.swift /Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DesignReviewer/Inspector/TableViewCells/DesignReviewInspectorSummaryTableViewCell.swift /Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DesignReviewer/Inspector/TableViewCells/DesignReviewInspectorTableViewCell.swift /Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DesignReviewer/Spuddle/Keys.swift /Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DesignReviewer/Spuddle/Spuddle.swift (in target 'DesignReviewer' from project 'DesignReviewer')
(8 failures)
BUILD FAILURE 5.10 watchOS

Build Machine: Mac 7