The Swift Package Index logo.Swift Package Index

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

Build Information

Failed to build DHDeclarable, reference 0.0.9 (a490dc), with Swift 6.1 for watchOS using Xcode 16.3 on 27 Apr 2025 02:28:36 UTC.

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.61.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/dan-hart/DHDeclarable.git
Reference: 0.0.9
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/dan-hart/DHDeclarable
 * tag               0.0.9      -> FETCH_HEAD
HEAD is now at a490dc6 Update README.md
Cloned https://github.com/dan-hart/DHDeclarable.git
Revision (git rev-parse @):
a490dc6ffe3ce4170bc6d9fa564c24a11fe9f533
SUCCESS checkout https://github.com/dan-hart/DHDeclarable.git at 0.0.9
========================================
Build
========================================
Selected platform:         watchOS
Swift version:             6.1
Building package at path:  $PWD
https://github.com/dan-hart/DHDeclarable.git
https://github.com/dan-hart/DHDeclarable.git
{
  "dependencies" : [
    {
      "identity" : "komondor",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.0.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/shibapm/Komondor.git"
    }
  ],
  "manifest_display_name" : "DHDeclarable",
  "name" : "DHDeclarable",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "12.0"
    }
  ],
  "products" : [
    {
      "name" : "DHDeclarable",
      "targets" : [
        "DHDeclarable"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "DHDeclarableTests",
      "module_type" : "SwiftTarget",
      "name" : "DHDeclarableTests",
      "path" : "Tests/DHDeclarableTests",
      "sources" : [
        "ClassTests/DHComponentTests/DHDTwoLabelRowComponentTests.swift",
        "ClassTests/DHDLabelTests/DHDLabelTests.swift",
        "ClassTests/DHDScrollViewTests/DHDScrollViewTests.swift",
        "ClassTests/DHDStackTests/DHDStackTests.swift",
        "ClassTests/DHDViewControllerTests/DHDViewControllerTests.swift",
        "ClassTests/DHDViewTests/DHDViewTests.swift",
        "DHDeclarable+ValueTypeTests.swift",
        "DHDeclarable+declaredIfTests.swift",
        "ExtensionTests/Collection+optionalTests.swift",
        "ExtensionTests/StringTests/String+asLabelTests.swift",
        "ExtensionTests/StringTests/String+inQuotesTests.swift",
        "ExtensionTests/UIKitTests/UIKit+DHDStringRepresentableTests.swift",
        "ExtensionTests/UIKitTests/UILabelTests/UILabel+StyleTests.swift",
        "ExtensionTests/UIKitTests/UIStackViewTests/UIStackView+AxisTests.swift",
        "ExtensionTests/UIKitTests/UIStackViewTests/UIStackView+LayoutTests.swift",
        "ExtensionTests/UIKitTests/UIStackViewTests/UIStackView+RecursiveTests.swift",
        "ExtensionTests/UIKitTests/UIStackViewTests/UIStackView+arrangedSubviewAtIndexTests.swift",
        "ExtensionTests/UIKitTests/UIStackViewTests/UIStackView+hierarchyTests.swift",
        "ExtensionTests/UIKitTests/UIStackViewTests/UIStackView+removeAllArrangedSubviewsTests.swift",
        "ExtensionTests/UIKitTests/UIViewControllerTests/UIViewController+asTests.swift",
        "ExtensionTests/UIKitTests/UIViewTests/UIView+StyleTests.swift",
        "ExtensionTests/UIKitTests/UIViewTests/UIView+addDividerTests.swift",
        "ExtensionTests/UIKitTests/UIViewTests/UIView+centerTests.swift",
        "ExtensionTests/UIKitTests/UIViewTests/UIView+declaredWithRedLinesTests.swift",
        "ExtensionTests/UIKitTests/UIViewTests/UIView+roundedTests.swift",
        "ExtensionTests/UIKitTests/UIViewTests/UIView+tagTests.swift",
        "PreviewTests/PreviewTests.swift",
        "PropertyWrapperTests/ResettableLazyTests.swift"
      ],
      "target_dependencies" : [
        "DHDeclarable"
      ],
      "type" : "test"
    },
    {
      "c99name" : "DHDeclarable",
      "module_type" : "SwiftTarget",
      "name" : "DHDeclarable",
      "path" : "Sources/DHDeclarable",
      "product_memberships" : [
        "DHDeclarable"
      ],
      "sources" : [
        "Classes/DHDComponent/BaseClasses/DHDComponentable.swift",
        "Classes/DHDComponent/BaseClasses/DHDStackViewComponent.swift",
        "Classes/DHDComponent/BaseClasses/DHDViewComponent.swift",
        "Classes/DHDComponent/DHDTwoLabelRowComponent.swift",
        "Classes/DHDLabel/DHDLabel.swift",
        "Classes/DHDScrollView/DHDScrollView.swift",
        "Classes/DHDStack/DHDHStack.swift",
        "Classes/DHDStack/DHDStack.swift",
        "Classes/DHDStack/DHDVStack.swift",
        "Classes/DHDView/DHDView+divider.swift",
        "Classes/DHDView/DHDView+spacer.swift",
        "Classes/DHDView/DHDView.swift",
        "Classes/DHDViewController/DHDViewController.swift",
        "Classes/DHDViewController/DHDViewControllerContentRenderingMode.swift",
        "Classes/DHDViewController/DHDViewControlling.swift",
        "DHDIdentifier.swift",
        "DHDeclarable.swift",
        "Extensions/Collection+optional.swift",
        "Extensions/String/String+asLabel.swift",
        "Extensions/String/String+inQuotes.swift",
        "Extensions/UIKit/UIKit+DHDStringRepresentable.swift",
        "Extensions/UIKit/UILabel/UILabel+Style.swift",
        "Extensions/UIKit/UIStackView/UIStackView+Layout.swift",
        "Extensions/UIKit/UIStackView/UIStackView+Rrecursive.swift",
        "Extensions/UIKit/UIStackView/UIStackView+arrangedSubviewAtIndex.swift",
        "Extensions/UIKit/UIStackView/UIStackView+forEach.swift",
        "Extensions/UIKit/UIStackView/UIStackView+removeAllArrangedSubviews.swift",
        "Extensions/UIKit/UIView/UIView+Divider.swift",
        "Extensions/UIKit/UIView/UIView+Style.swift",
        "Extensions/UIKit/UIView/UIView+as.swift",
        "Extensions/UIKit/UIView/UIView+center.swift",
        "Extensions/UIKit/UIView/UIView+declaredWithRedLines.swift",
        "Extensions/UIKit/UIView/UIView+pin.swift",
        "Extensions/UIKit/UIView/UIView+rounded.swift",
        "Extensions/UIKit/UIView/UIView+tag.swift",
        "Extensions/UIKit/UIViewController/UIViewController+as.swift",
        "Previews/UIView+Preview.swift",
        "Previews/UIViewController+Preview.swift",
        "PropertyWrappers/ResettableLazy.swift",
        "Protocols/DHDStringRepresentable.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.0"
}
Command line invocation:
    /Applications/Xcode-16.3.0.app/Contents/Developer/usr/bin/xcodebuild -IDEClonedSourcePackagesDirPathOverride=/Users/admin/builder/spi-builder-workspace/.dependencies -resolvePackageDependencies
Resolve Package Graph
Fetching from https://github.com/shibapm/Komondor.git
Fetching from https://github.com/f-meloni/Rocket
Fetching from https://github.com/JohnSundell/ShellOut.git
Fetching from https://github.com/Realm/SwiftLint.git
Fetching from https://github.com/nicklockwood/SwiftFormat.git
Fetching from https://github.com/shibapm/PackageConfig.git
Fetching from https://github.com/kareman/SwiftShell
Fetching from https://github.com/shibapm/Logger
Fetching from https://github.com/jpsim/Yams (cached)
Fetching from https://github.com/scottrhoyt/SwiftyTextTable.git
Fetching from https://github.com/krzyzanowskim/CryptoSwift.git
Fetching from https://github.com/JohnSundell/CollectionConcurrencyKit.git
Fetching from https://github.com/jpsim/SourceKitten.git
Fetching from https://github.com/apple/swift-argument-parser.git (cached)
Fetching from https://github.com/swiftlang/swift-syntax.git (cached)
Fetching from https://github.com/drmohundro/SWXMLHash.git
Creating working copy of package ‘CollectionConcurrencyKit’
Checking out 0.2.0 of package ‘CollectionConcurrencyKit’
Creating working copy of package ‘SWXMLHash’
Checking out 7.0.2 of package ‘SWXMLHash’
Creating working copy of package ‘ShellOut’
Checking out 2.3.0 of package ‘ShellOut’
Creating working copy of package ‘PackageConfig’
Checking out 1.1.3 of package ‘PackageConfig’
Creating working copy of package ‘CryptoSwift’
Checking out 1.8.4 of package ‘CryptoSwift’
Creating working copy of package ‘SwiftyTextTable’
Checking out 0.9.0 of package ‘SwiftyTextTable’
Creating working copy of package ‘SourceKitten’
Checking out 0.37.0 of package ‘SourceKitten’
Creating working copy of package ‘SwiftFormat’
Checking out 0.55.5 of package ‘SwiftFormat’
Creating working copy of package ‘SwiftShell’
Checking out 5.1.0 of package ‘SwiftShell’
Creating working copy of package ‘Yams’
Checking out 5.3.1 of package ‘Yams’
Creating working copy of package ‘SwiftLint’
Checking out 0.59.1 of package ‘SwiftLint’
Creating working copy of package ‘swift-syntax’
Checking out 601.0.0 of package ‘swift-syntax’
Creating working copy of package ‘Logger’
Checking out 0.2.3 of package ‘Logger’
Creating working copy of package ‘swift-argument-parser’
Checking out 1.5.0 of package ‘swift-argument-parser’
Creating working copy of package ‘Komondor’
Checking out 1.1.4 of package ‘Komondor’
Creating working copy of package ‘Rocket’
Checking out 1.3.0 of package ‘Rocket’
Resolve Package Graph
Resolved source packages:
  SwiftLint: https://github.com/Realm/SwiftLint.git @ 0.59.1
  SwiftShell: https://github.com/kareman/SwiftShell @ 5.1.0
  Yams: https://github.com/jpsim/Yams @ 5.3.1
  swift-syntax: https://github.com/swiftlang/swift-syntax.git @ 601.0.0
  SourceKitten: https://github.com/jpsim/SourceKitten.git @ 0.37.0
  Komondor: https://github.com/shibapm/Komondor.git @ 1.1.4
  SWXMLHash: https://github.com/drmohundro/SWXMLHash.git @ 7.0.2
  Rocket: https://github.com/f-meloni/Rocket @ 1.3.0
  CryptoSwift: https://github.com/krzyzanowskim/CryptoSwift.git @ 1.8.4
  swift-argument-parser: https://github.com/apple/swift-argument-parser.git @ 1.5.0
  PackageConfig: https://github.com/shibapm/PackageConfig.git @ 1.1.3
  SwiftyTextTable: https://github.com/scottrhoyt/SwiftyTextTable.git @ 0.9.0
  DHDeclarable: /Users/admin/builder/spi-builder-workspace
  ShellOut: https://github.com/JohnSundell/ShellOut.git @ 2.3.0
  SwiftFormat: https://github.com/nicklockwood/SwiftFormat.git @ 0.55.5
  CollectionConcurrencyKit: https://github.com/JohnSundell/CollectionConcurrencyKit.git @ 0.2.0
  Logger: https://github.com/shibapm/Logger @ 0.2.3
resolved source packages: SwiftLint, SwiftShell, Yams, swift-syntax, SourceKitten, Komondor, SWXMLHash, Rocket, CryptoSwift, swift-argument-parser, PackageConfig, SwiftyTextTable, DHDeclarable, ShellOut, SwiftFormat, CollectionConcurrencyKit, Logger
{
  "dependencies" : [
    {
      "identity" : "komondor",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.0.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/shibapm/Komondor.git"
    }
  ],
  "manifest_display_name" : "DHDeclarable",
  "name" : "DHDeclarable",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "12.0"
    }
  ],
  "products" : [
    {
      "name" : "DHDeclarable",
      "targets" : [
        "DHDeclarable"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "DHDeclarableTests",
      "module_type" : "SwiftTarget",
      "name" : "DHDeclarableTests",
      "path" : "Tests/DHDeclarableTests",
      "sources" : [
        "ClassTests/DHComponentTests/DHDTwoLabelRowComponentTests.swift",
        "ClassTests/DHDLabelTests/DHDLabelTests.swift",
        "ClassTests/DHDScrollViewTests/DHDScrollViewTests.swift",
        "ClassTests/DHDStackTests/DHDStackTests.swift",
        "ClassTests/DHDViewControllerTests/DHDViewControllerTests.swift",
        "ClassTests/DHDViewTests/DHDViewTests.swift",
        "DHDeclarable+ValueTypeTests.swift",
        "DHDeclarable+declaredIfTests.swift",
        "ExtensionTests/Collection+optionalTests.swift",
        "ExtensionTests/StringTests/String+asLabelTests.swift",
        "ExtensionTests/StringTests/String+inQuotesTests.swift",
        "ExtensionTests/UIKitTests/UIKit+DHDStringRepresentableTests.swift",
        "ExtensionTests/UIKitTests/UILabelTests/UILabel+StyleTests.swift",
        "ExtensionTests/UIKitTests/UIStackViewTests/UIStackView+AxisTests.swift",
        "ExtensionTests/UIKitTests/UIStackViewTests/UIStackView+LayoutTests.swift",
        "ExtensionTests/UIKitTests/UIStackViewTests/UIStackView+RecursiveTests.swift",
        "ExtensionTests/UIKitTests/UIStackViewTests/UIStackView+arrangedSubviewAtIndexTests.swift",
        "ExtensionTests/UIKitTests/UIStackViewTests/UIStackView+hierarchyTests.swift",
        "ExtensionTests/UIKitTests/UIStackViewTests/UIStackView+removeAllArrangedSubviewsTests.swift",
        "ExtensionTests/UIKitTests/UIViewControllerTests/UIViewController+asTests.swift",
        "ExtensionTests/UIKitTests/UIViewTests/UIView+StyleTests.swift",
        "ExtensionTests/UIKitTests/UIViewTests/UIView+addDividerTests.swift",
        "ExtensionTests/UIKitTests/UIViewTests/UIView+centerTests.swift",
        "ExtensionTests/UIKitTests/UIViewTests/UIView+declaredWithRedLinesTests.swift",
        "ExtensionTests/UIKitTests/UIViewTests/UIView+roundedTests.swift",
        "ExtensionTests/UIKitTests/UIViewTests/UIView+tagTests.swift",
        "PreviewTests/PreviewTests.swift",
        "PropertyWrapperTests/ResettableLazyTests.swift"
      ],
      "target_dependencies" : [
        "DHDeclarable"
      ],
      "type" : "test"
    },
    {
      "c99name" : "DHDeclarable",
      "module_type" : "SwiftTarget",
      "name" : "DHDeclarable",
      "path" : "Sources/DHDeclarable",
      "product_memberships" : [
        "DHDeclarable"
      ],
      "sources" : [
        "Classes/DHDComponent/BaseClasses/DHDComponentable.swift",
        "Classes/DHDComponent/BaseClasses/DHDStackViewComponent.swift",
        "Classes/DHDComponent/BaseClasses/DHDViewComponent.swift",
        "Classes/DHDComponent/DHDTwoLabelRowComponent.swift",
        "Classes/DHDLabel/DHDLabel.swift",
        "Classes/DHDScrollView/DHDScrollView.swift",
        "Classes/DHDStack/DHDHStack.swift",
        "Classes/DHDStack/DHDStack.swift",
        "Classes/DHDStack/DHDVStack.swift",
        "Classes/DHDView/DHDView+divider.swift",
        "Classes/DHDView/DHDView+spacer.swift",
        "Classes/DHDView/DHDView.swift",
        "Classes/DHDViewController/DHDViewController.swift",
        "Classes/DHDViewController/DHDViewControllerContentRenderingMode.swift",
        "Classes/DHDViewController/DHDViewControlling.swift",
        "DHDIdentifier.swift",
        "DHDeclarable.swift",
        "Extensions/Collection+optional.swift",
        "Extensions/String/String+asLabel.swift",
        "Extensions/String/String+inQuotes.swift",
        "Extensions/UIKit/UIKit+DHDStringRepresentable.swift",
        "Extensions/UIKit/UILabel/UILabel+Style.swift",
        "Extensions/UIKit/UIStackView/UIStackView+Layout.swift",
        "Extensions/UIKit/UIStackView/UIStackView+Rrecursive.swift",
        "Extensions/UIKit/UIStackView/UIStackView+arrangedSubviewAtIndex.swift",
        "Extensions/UIKit/UIStackView/UIStackView+forEach.swift",
        "Extensions/UIKit/UIStackView/UIStackView+removeAllArrangedSubviews.swift",
        "Extensions/UIKit/UIView/UIView+Divider.swift",
        "Extensions/UIKit/UIView/UIView+Style.swift",
        "Extensions/UIKit/UIView/UIView+as.swift",
        "Extensions/UIKit/UIView/UIView+center.swift",
        "Extensions/UIKit/UIView/UIView+declaredWithRedLines.swift",
        "Extensions/UIKit/UIView/UIView+pin.swift",
        "Extensions/UIKit/UIView/UIView+rounded.swift",
        "Extensions/UIKit/UIView/UIView+tag.swift",
        "Extensions/UIKit/UIViewController/UIViewController+as.swift",
        "Previews/UIView+Preview.swift",
        "Previews/UIViewController+Preview.swift",
        "PropertyWrappers/ResettableLazy.swift",
        "Protocols/DHDStringRepresentable.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.0"
}
{
  "workspace" : {
    "name" : "spi-builder-workspace",
    "schemes" : [
      "DHDeclarable",
      "SwiftShell"
    ]
  }
}
{
  "workspace" : {
    "name" : "spi-builder-workspace",
    "schemes" : [
      "DHDeclarable",
      "SwiftShell"
    ]
  }
}
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme DHDeclarable -destination generic/platform=watchOS OTHER_SWIFT_FLAGS=-stats-output-dir .stats -strict-concurrency=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures
Command line invocation:
    /Applications/Xcode-16.3.0.app/Contents/Developer/usr/bin/xcodebuild -IDEClonedSourcePackagesDirPathOverride=/Users/admin/builder/spi-builder-workspace/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath /Users/admin/builder/spi-builder-workspace/.derivedData build -scheme DHDeclarable -destination generic/platform=watchOS "OTHER_SWIFT_FLAGS=-stats-output-dir .stats -strict-concurrency=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures"
Build settings from command line:
    OTHER_SWIFT_FLAGS = -stats-output-dir .stats -strict-concurrency=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures
Resolve Package Graph
Resolve Package Graph
Resolved source packages:
  CollectionConcurrencyKit: https://github.com/JohnSundell/CollectionConcurrencyKit.git @ 0.2.0
  swift-argument-parser: https://github.com/apple/swift-argument-parser.git @ 1.5.0
  SourceKitten: https://github.com/jpsim/SourceKitten.git @ 0.37.0
  SwiftFormat: https://github.com/nicklockwood/SwiftFormat.git @ 0.55.5
  SWXMLHash: https://github.com/drmohundro/SWXMLHash.git @ 7.0.2
  PackageConfig: https://github.com/shibapm/PackageConfig.git @ 1.1.3
  SwiftyTextTable: https://github.com/scottrhoyt/SwiftyTextTable.git @ 0.9.0
  ShellOut: https://github.com/JohnSundell/ShellOut.git @ 2.3.0
  CryptoSwift: https://github.com/krzyzanowskim/CryptoSwift.git @ 1.8.4
  SwiftLint: https://github.com/Realm/SwiftLint.git @ 0.59.1
  Logger: https://github.com/shibapm/Logger @ 0.2.3
  swift-syntax: https://github.com/swiftlang/swift-syntax.git @ 601.0.0
  Komondor: https://github.com/shibapm/Komondor.git @ 1.1.4
  Rocket: https://github.com/f-meloni/Rocket @ 1.3.0
  DHDeclarable: /Users/admin/builder/spi-builder-workspace
  SwiftShell: https://github.com/kareman/SwiftShell @ 5.1.0
  Yams: https://github.com/jpsim/Yams @ 5.3.1
ComputePackagePrebuildTargetDependencyGraph
Prepare packages
CreateBuildRequest
SendProjectDescription
CreateBuildOperation
ComputeTargetDependencyGraph
note: Building targets in dependency order
note: Target dependency graph (3 targets)
    Target 'DHDeclarableTests' in project 'DHDeclarable'
        ➜ Explicit dependency on target 'DHDeclarable' in project 'DHDeclarable'
    Target 'DHDeclarable' in project 'DHDeclarable'
        ➜ Explicit dependency on target 'DHDeclarable' in project 'DHDeclarable'
    Target 'DHDeclarable' in project 'DHDeclarable' (no dependencies)
GatherProvisioningInputs
CreateBuildDescription
ExecuteExternalTool /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -isysroot /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk -x c -c /dev/null
ExecuteExternalTool /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc --version
ExecuteExternalTool /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld -version_details
Build description signature: 793e6d74ef2eaebe128f5d297e69b78c
Build description path: /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCBuildData/793e6d74ef2eaebe128f5d297e69b78c.xcbuilddata
ClangStatCache /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang-stat-cache /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos11.4-22T246-43efb940ff07ba2497b70ec94253f576.sdkstatcache
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang-stat-cache /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk -o /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos11.4-22T246-43efb940ff07ba2497b70ec94253f576.sdkstatcache
CreateBuildDirectory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-create-build-directory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex
CreateBuildDirectory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-create-build-directory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products
CreateBuildDirectory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-create-build-directory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos
CreateBuildDirectory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-watchos
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-create-build-directory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-watchos
CreateBuildDirectory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/PackageFrameworks
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-create-build-directory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/PackageFrameworks
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DHDeclarable.build/Debug-watchos/DHDeclarableTests.build/empty-DHDeclarableTests.plist (in target 'DHDeclarableTests' from project 'DHDeclarable')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DHDeclarable.build/Debug-watchos/DHDeclarableTests.build/empty-DHDeclarableTests.plist
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DHDeclarable.build/Debug-watchos/DHDeclarable.build/DHDeclarable.modulemap (in target 'DHDeclarable' from project 'DHDeclarable')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DHDeclarable.build/Debug-watchos/DHDeclarable.build/DHDeclarable.modulemap
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DHDeclarable.build/Debug-watchos/DHDeclarable.build/Objects-normal/armv7k/DHDeclarable_const_extract_protocols.json (in target 'DHDeclarable' from project 'DHDeclarable')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DHDeclarable.build/Debug-watchos/DHDeclarable.build/Objects-normal/armv7k/DHDeclarable_const_extract_protocols.json
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DHDeclarable.build/Debug-watchos/DHDeclarableTests.build/Objects-normal/armv7k/DHDeclarableTests_const_extract_protocols.json (in target 'DHDeclarableTests' from project 'DHDeclarable')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DHDeclarable.build/Debug-watchos/DHDeclarableTests.build/Objects-normal/armv7k/DHDeclarableTests_const_extract_protocols.json
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DHDeclarable.build/Debug-watchos/DHDeclarable.build/Objects-normal/armv7k/DHDeclarable-OutputFileMap.json (in target 'DHDeclarable' from project 'DHDeclarable')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DHDeclarable.build/Debug-watchos/DHDeclarable.build/Objects-normal/armv7k/DHDeclarable-OutputFileMap.json
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DHDeclarable.build/Debug-watchos/DHDeclarableTests.build/Objects-normal/armv7k/DHDeclarableTests.LinkFileList (in target 'DHDeclarableTests' from project 'DHDeclarable')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DHDeclarable.build/Debug-watchos/DHDeclarableTests.build/Objects-normal/armv7k/DHDeclarableTests.LinkFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DHDeclarable.build/Debug-watchos/DHDeclarableTests.build/Objects-normal/armv7k/DHDeclarableTests-OutputFileMap.json (in target 'DHDeclarableTests' from project 'DHDeclarable')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DHDeclarable.build/Debug-watchos/DHDeclarableTests.build/Objects-normal/armv7k/DHDeclarableTests-OutputFileMap.json
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DHDeclarable.build/Debug-watchos/DHDeclarableTests.build/Objects-normal/armv7k/DHDeclarableTests.SwiftFileList (in target 'DHDeclarableTests' from project 'DHDeclarable')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DHDeclarable.build/Debug-watchos/DHDeclarableTests.build/Objects-normal/armv7k/DHDeclarableTests.SwiftFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DHDeclarable.build/Debug-watchos/DHDeclarable.build/Objects-normal/arm64_32/DHDeclarable_const_extract_protocols.json (in target 'DHDeclarable' from project 'DHDeclarable')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DHDeclarable.build/Debug-watchos/DHDeclarable.build/Objects-normal/arm64_32/DHDeclarable_const_extract_protocols.json
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DHDeclarable.build/Debug-watchos/DHDeclarableTests.build/Objects-normal/armv7k/DHDeclarableTests.SwiftConstValuesFileList (in target 'DHDeclarableTests' from project 'DHDeclarable')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DHDeclarable.build/Debug-watchos/DHDeclarableTests.build/Objects-normal/armv7k/DHDeclarableTests.SwiftConstValuesFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DHDeclarable.build/Debug-watchos/DHDeclarableTests.build/Objects-normal/arm64_32/DHDeclarableTests_const_extract_protocols.json (in target 'DHDeclarableTests' from project 'DHDeclarable')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DHDeclarable.build/Debug-watchos/DHDeclarableTests.build/Objects-normal/arm64_32/DHDeclarableTests_const_extract_protocols.json
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DHDeclarable.build/Debug-watchos/DHDeclarableTests.build/Objects-normal/arm64_32/DHDeclarableTests.SwiftFileList (in target 'DHDeclarableTests' from project 'DHDeclarable')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DHDeclarable.build/Debug-watchos/DHDeclarableTests.build/Objects-normal/arm64_32/DHDeclarableTests.SwiftFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DHDeclarable.build/Debug-watchos/DHDeclarableTests.build/Objects-normal/arm64_32/DHDeclarableTests.SwiftConstValuesFileList (in target 'DHDeclarableTests' from project 'DHDeclarable')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DHDeclarable.build/Debug-watchos/DHDeclarableTests.build/Objects-normal/arm64_32/DHDeclarableTests.SwiftConstValuesFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DHDeclarable.build/Debug-watchos/DHDeclarableTests.build/Objects-normal/arm64_32/DHDeclarableTests.LinkFileList (in target 'DHDeclarableTests' from project 'DHDeclarable')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DHDeclarable.build/Debug-watchos/DHDeclarableTests.build/Objects-normal/arm64_32/DHDeclarableTests.LinkFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DHDeclarable.build/Debug-watchos/DHDeclarableTests.build/Objects-normal/arm64_32/DHDeclarableTests-OutputFileMap.json (in target 'DHDeclarableTests' from project 'DHDeclarable')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DHDeclarable.build/Debug-watchos/DHDeclarableTests.build/Objects-normal/arm64_32/DHDeclarableTests-OutputFileMap.json
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DHDeclarable.build/Debug-watchos/DHDeclarableTests.build/Objects-normal/arm64/DHDeclarableTests.SwiftConstValuesFileList (in target 'DHDeclarableTests' from project 'DHDeclarable')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DHDeclarable.build/Debug-watchos/DHDeclarableTests.build/Objects-normal/arm64/DHDeclarableTests.SwiftConstValuesFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DHDeclarable.build/Debug-watchos/DHDeclarableTests.build/Objects-normal/arm64/DHDeclarableTests.SwiftFileList (in target 'DHDeclarableTests' from project 'DHDeclarable')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DHDeclarable.build/Debug-watchos/DHDeclarableTests.build/Objects-normal/arm64/DHDeclarableTests.SwiftFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DHDeclarable.build/Debug-watchos/DHDeclarableTests.build/Objects-normal/arm64/DHDeclarableTests_const_extract_protocols.json (in target 'DHDeclarableTests' from project 'DHDeclarable')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DHDeclarable.build/Debug-watchos/DHDeclarableTests.build/Objects-normal/arm64/DHDeclarableTests_const_extract_protocols.json
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DHDeclarable.build/Debug-watchos/DHDeclarableTests.build/Objects-normal/arm64/DHDeclarableTests.LinkFileList (in target 'DHDeclarableTests' from project 'DHDeclarable')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DHDeclarable.build/Debug-watchos/DHDeclarableTests.build/Objects-normal/arm64/DHDeclarableTests.LinkFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DHDeclarable.build/Debug-watchos/DHDeclarableTests.build/Objects-normal/arm64/DHDeclarableTests-OutputFileMap.json (in target 'DHDeclarableTests' from project 'DHDeclarable')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DHDeclarable.build/Debug-watchos/DHDeclarableTests.build/Objects-normal/arm64/DHDeclarableTests-OutputFileMap.json
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DHDeclarable.build/Debug-watchos/DHDeclarableTests.build/DHDeclarableTests.DependencyStaticMetadataFileList (in target 'DHDeclarableTests' from project 'DHDeclarable')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DHDeclarable.build/Debug-watchos/DHDeclarableTests.build/DHDeclarableTests.DependencyStaticMetadataFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DHDeclarable.build/Debug-watchos/DHDeclarableTests.build/DHDeclarableTests.DependencyMetadataFileList (in target 'DHDeclarableTests' from project 'DHDeclarable')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DHDeclarable.build/Debug-watchos/DHDeclarableTests.build/DHDeclarableTests.DependencyMetadataFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DHDeclarable.build/Debug-watchos/DHDeclarable.build/Objects-normal/armv7k/DHDeclarable.SwiftFileList (in target 'DHDeclarable' from project 'DHDeclarable')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DHDeclarable.build/Debug-watchos/DHDeclarable.build/Objects-normal/armv7k/DHDeclarable.SwiftFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DHDeclarable.build/Debug-watchos/DHDeclarable.build/Objects-normal/armv7k/DHDeclarable.SwiftConstValuesFileList (in target 'DHDeclarable' from project 'DHDeclarable')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DHDeclarable.build/Debug-watchos/DHDeclarable.build/Objects-normal/armv7k/DHDeclarable.SwiftConstValuesFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DHDeclarable.build/Debug-watchos/DHDeclarable.build/Objects-normal/armv7k/DHDeclarable.LinkFileList (in target 'DHDeclarable' from project 'DHDeclarable')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DHDeclarable.build/Debug-watchos/DHDeclarable.build/Objects-normal/armv7k/DHDeclarable.LinkFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DHDeclarable.build/Debug-watchos/DHDeclarable.build/Objects-normal/arm64_32/DHDeclarable.SwiftFileList (in target 'DHDeclarable' from project 'DHDeclarable')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DHDeclarable.build/Debug-watchos/DHDeclarable.build/Objects-normal/arm64_32/DHDeclarable.SwiftFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DHDeclarable.build/Debug-watchos/DHDeclarable.build/Objects-normal/arm64_32/DHDeclarable.SwiftConstValuesFileList (in target 'DHDeclarable' from project 'DHDeclarable')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DHDeclarable.build/Debug-watchos/DHDeclarable.build/Objects-normal/arm64_32/DHDeclarable.SwiftConstValuesFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DHDeclarable.build/Debug-watchos/DHDeclarable.build/Objects-normal/arm64_32/DHDeclarable.LinkFileList (in target 'DHDeclarable' from project 'DHDeclarable')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DHDeclarable.build/Debug-watchos/DHDeclarable.build/Objects-normal/arm64_32/DHDeclarable.LinkFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DHDeclarable.build/Debug-watchos/DHDeclarable.build/Objects-normal/arm64_32/DHDeclarable-OutputFileMap.json (in target 'DHDeclarable' from project 'DHDeclarable')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DHDeclarable.build/Debug-watchos/DHDeclarable.build/Objects-normal/arm64_32/DHDeclarable-OutputFileMap.json
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DHDeclarable.build/Debug-watchos/DHDeclarable.build/Objects-normal/arm64/DHDeclarable_const_extract_protocols.json (in target 'DHDeclarable' from project 'DHDeclarable')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DHDeclarable.build/Debug-watchos/DHDeclarable.build/Objects-normal/arm64/DHDeclarable_const_extract_protocols.json
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DHDeclarable.build/Debug-watchos/DHDeclarable.build/Objects-normal/arm64/DHDeclarable.SwiftFileList (in target 'DHDeclarable' from project 'DHDeclarable')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DHDeclarable.build/Debug-watchos/DHDeclarable.build/Objects-normal/arm64/DHDeclarable.SwiftFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DHDeclarable.build/Debug-watchos/DHDeclarable.build/Objects-normal/arm64/DHDeclarable.SwiftConstValuesFileList (in target 'DHDeclarable' from project 'DHDeclarable')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DHDeclarable.build/Debug-watchos/DHDeclarable.build/Objects-normal/arm64/DHDeclarable.SwiftConstValuesFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DHDeclarable.build/Debug-watchos/DHDeclarable.build/Objects-normal/arm64/DHDeclarable.LinkFileList (in target 'DHDeclarable' from project 'DHDeclarable')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DHDeclarable.build/Debug-watchos/DHDeclarable.build/Objects-normal/arm64/DHDeclarable.LinkFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DHDeclarable.build/Debug-watchos/DHDeclarable.build/Objects-normal/arm64/DHDeclarable-OutputFileMap.json (in target 'DHDeclarable' from project 'DHDeclarable')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DHDeclarable.build/Debug-watchos/DHDeclarable.build/Objects-normal/arm64/DHDeclarable-OutputFileMap.json
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DHDeclarable.build/Debug-watchos/DHDeclarable.build/DHDeclarable.DependencyStaticMetadataFileList (in target 'DHDeclarable' from project 'DHDeclarable')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DHDeclarable.build/Debug-watchos/DHDeclarable.build/DHDeclarable.DependencyStaticMetadataFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DHDeclarable.build/Debug-watchos/DHDeclarable.build/DHDeclarable.DependencyMetadataFileList (in target 'DHDeclarable' from project 'DHDeclarable')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DHDeclarable.build/Debug-watchos/DHDeclarable.build/DHDeclarable.DependencyMetadataFileList
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-watchos/DHDeclarable.modulemap /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DHDeclarable.build/Debug-watchos/DHDeclarable.build/DHDeclarable.modulemap (in target 'DHDeclarable' from project 'DHDeclarable')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DHDeclarable.build/Debug-watchos/DHDeclarable.build/DHDeclarable.modulemap /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-watchos
MkDir /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/DHDeclarableTests.xctest (in target 'DHDeclarableTests' from project 'DHDeclarable')
    cd /Users/admin/builder/spi-builder-workspace
    /bin/mkdir -p /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/DHDeclarableTests.xctest
SwiftDriver DHDeclarable normal arm64_32 com.apple.xcode.tools.swift.compiler (in target 'DHDeclarable' from project 'DHDeclarable')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-SwiftDriver -- /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name DHDeclarable -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DHDeclarable.build/Debug-watchos/DHDeclarable.build/Objects-normal/arm64_32/DHDeclarable.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -stats-output-dir .stats -strict-concurrency\=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures -plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk -target arm64_32-apple-watchos5.0 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -profile-coverage-mapping -profile-generate -enable-testing -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -swift-version 5 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -I /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos11.4-22T246-43efb940ff07ba2497b70ec94253f576.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DHDeclarable.build/Debug-watchos/DHDeclarable.build/Objects-normal/arm64_32/DHDeclarable-OutputFileMap.json -use-frontend-parseable-output -save-temps -no-color-diagnostics -serialize-diagnostics -emit-dependencies -emit-module -emit-module-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DHDeclarable.build/Debug-watchos/DHDeclarable.build/Objects-normal/arm64_32/DHDeclarable.swiftmodule -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DHDeclarable.build/Debug-watchos/DHDeclarable.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DHDeclarable.build/Debug-watchos/DHDeclarable.build/Objects-normal/arm64_32/DHDeclarable_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DHDeclarable.build/Debug-watchos/DHDeclarable.build/DerivedSources-normal/arm64_32 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DHDeclarable.build/Debug-watchos/DHDeclarable.build/DerivedSources/arm64_32 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DHDeclarable.build/Debug-watchos/DHDeclarable.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -emit-objc-header -emit-objc-header-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DHDeclarable.build/Debug-watchos/DHDeclarable.build/Objects-normal/arm64_32/DHDeclarable-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
SwiftDriver DHDeclarable normal armv7k com.apple.xcode.tools.swift.compiler (in target 'DHDeclarable' from project 'DHDeclarable')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-SwiftDriver -- /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name DHDeclarable -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DHDeclarable.build/Debug-watchos/DHDeclarable.build/Objects-normal/armv7k/DHDeclarable.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -stats-output-dir .stats -strict-concurrency\=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures -plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk -target armv7k-apple-watchos5.0 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -profile-coverage-mapping -profile-generate -enable-testing -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -swift-version 5 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -I /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos11.4-22T246-43efb940ff07ba2497b70ec94253f576.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DHDeclarable.build/Debug-watchos/DHDeclarable.build/Objects-normal/armv7k/DHDeclarable-OutputFileMap.json -use-frontend-parseable-output -save-temps -no-color-diagnostics -serialize-diagnostics -emit-dependencies -emit-module -emit-module-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DHDeclarable.build/Debug-watchos/DHDeclarable.build/Objects-normal/armv7k/DHDeclarable.swiftmodule -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DHDeclarable.build/Debug-watchos/DHDeclarable.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DHDeclarable.build/Debug-watchos/DHDeclarable.build/Objects-normal/armv7k/DHDeclarable_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DHDeclarable.build/Debug-watchos/DHDeclarable.build/DerivedSources-normal/armv7k -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DHDeclarable.build/Debug-watchos/DHDeclarable.build/DerivedSources/armv7k -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DHDeclarable.build/Debug-watchos/DHDeclarable.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -emit-objc-header -emit-objc-header-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DHDeclarable.build/Debug-watchos/DHDeclarable.build/Objects-normal/armv7k/DHDeclarable-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
SwiftDriver DHDeclarable normal arm64 com.apple.xcode.tools.swift.compiler (in target 'DHDeclarable' from project 'DHDeclarable')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-SwiftDriver -- /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name DHDeclarable -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DHDeclarable.build/Debug-watchos/DHDeclarable.build/Objects-normal/arm64/DHDeclarable.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -stats-output-dir .stats -strict-concurrency\=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures -plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk -target arm64-apple-watchos5.0 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -profile-coverage-mapping -profile-generate -enable-testing -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -swift-version 5 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -I /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos11.4-22T246-43efb940ff07ba2497b70ec94253f576.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DHDeclarable.build/Debug-watchos/DHDeclarable.build/Objects-normal/arm64/DHDeclarable-OutputFileMap.json -use-frontend-parseable-output -save-temps -no-color-diagnostics -serialize-diagnostics -emit-dependencies -emit-module -emit-module-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DHDeclarable.build/Debug-watchos/DHDeclarable.build/Objects-normal/arm64/DHDeclarable.swiftmodule -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DHDeclarable.build/Debug-watchos/DHDeclarable.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DHDeclarable.build/Debug-watchos/DHDeclarable.build/Objects-normal/arm64/DHDeclarable_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DHDeclarable.build/Debug-watchos/DHDeclarable.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DHDeclarable.build/Debug-watchos/DHDeclarable.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DHDeclarable.build/Debug-watchos/DHDeclarable.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -emit-objc-header -emit-objc-header-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DHDeclarable.build/Debug-watchos/DHDeclarable.build/Objects-normal/arm64/DHDeclarable-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
SwiftEmitModule normal armv7k Emitting\ module\ for\ DHDeclarable (in target 'DHDeclarable' from project 'DHDeclarable')
EmitSwiftModule normal armv7k (in target 'DHDeclarable' from project 'DHDeclarable')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

/Users/admin/builder/spi-builder-workspace/Sources/DHDeclarable/Classes/DHDComponent/BaseClasses/DHDStackViewComponent.swift:13:39: error: cannot find type 'UIStackView' in scope
    open class DHDStackViewComponent: UIStackView, DHDComponentable {}
                                      ^~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/DHDeclarable/Classes/DHDComponent/BaseClasses/DHDViewComponent.swift:13:34: error: cannot find type 'UIView' in scope
    open class DHDViewComponent: UIView, DHDComponentable {}
                                 ^~~~~~
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSTextAttachment.h:23:1: note: interface 'UIView' forward declared here
@class UIView;
^
/Users/admin/builder/spi-builder-workspace/Sources/DHDeclarable/Classes/DHDLabel/DHDLabel.swift:13:26: error: cannot find type 'UILabel' in scope
    open class DHDLabel: UILabel {
                         ^~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/DHDeclarable/Classes/DHDScrollView/DHDScrollView.swift:18:42: error: cannot find type 'UIView' in scope
        public init(fromSuper superView: UIView) {
                                         ^~~~~~
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSTextAttachment.h:23:1: note: interface 'UIView' forward declared here
@class UIView;
^
/Users/admin/builder/spi-builder-workspace/Sources/DHDeclarable/Classes/DHDScrollView/DHDScrollView.swift:30:54: error: cannot find type 'UIView' in scope
        public convenience init(fromSuper superView: UIView, _ byAddingArrangedSubviews: @escaping () -> [UIView?]) {
                                                     ^~~~~~
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSTextAttachment.h:23:1: note: interface 'UIView' forward declared here
@class UIView;
^
/Users/admin/builder/spi-builder-workspace/Sources/DHDeclarable/Classes/DHDScrollView/DHDScrollView.swift:30:107: error: cannot find type 'UIView' in scope
        public convenience init(fromSuper superView: UIView, _ byAddingArrangedSubviews: @escaping () -> [UIView?]) {
                                                                                                          ^~~~~~
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSTextAttachment.h:23:1: note: interface 'UIView' forward declared here
@class UIView;
^
/Users/admin/builder/spi-builder-workspace/Sources/DHDeclarable/Classes/DHDScrollView/DHDScrollView.swift:30:90: error: @escaping attribute only applies to function types
        public convenience init(fromSuper superView: UIView, _ byAddingArrangedSubviews: @escaping () -> [UIView?]) {
                                                                                         ^~~~~~~~~~

/Users/admin/builder/spi-builder-workspace/Sources/DHDeclarable/Classes/DHDScrollView/DHDScrollView.swift:39:54: error: cannot find type 'UIView' in scope
        public convenience init(fromSuper superView: UIView, with views: [UIView]) {
                                                     ^~~~~~
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSTextAttachment.h:23:1: note: interface 'UIView' forward declared here
@class UIView;
^
/Users/admin/builder/spi-builder-workspace/Sources/DHDeclarable/Classes/DHDScrollView/DHDScrollView.swift:39:75: error: cannot find type 'UIView' in scope
        public convenience init(fromSuper superView: UIView, with views: [UIView]) {
                                                                          ^~~~~~
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSTextAttachment.h:23:1: note: interface 'UIView' forward declared here
@class UIView;
^
/Users/admin/builder/spi-builder-workspace/Sources/DHDeclarable/Classes/DHDScrollView/DHDScrollView.swift:50:57: error: cannot find type 'UIView' in scope
        public convenience init<T>(fromSuper superView: UIView, forEach array: [T], style: UIStackView.DividerStyle = .innerOuter, convertToView: @escaping (T) -> UIView) {
                                                        ^~~~~~
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSTextAttachment.h:23:1: note: interface 'UIView' forward declared here
@class UIView;
^
/Users/admin/builder/spi-builder-workspace/Sources/DHDeclarable/Classes/DHDScrollView/DHDScrollView.swift:50:92: error: cannot find type 'UIStackView' in scope
        public convenience init<T>(fromSuper superView: UIView, forEach array: [T], style: UIStackView.DividerStyle = .innerOuter, convertToView: @escaping (T) -> UIView) {
                                                                                           ^~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/DHDeclarable/Classes/DHDScrollView/DHDScrollView.swift:50:164: error: cannot find type 'UIView' in scope
        public convenience init<T>(fromSuper superView: UIView, forEach array: [T], style: UIStackView.DividerStyle = .innerOuter, convertToView: @escaping (T) -> UIView) {
                                                                                                                                                                   ^~~~~~
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSTextAttachment.h:23:1: note: interface 'UIView' forward declared here
@class UIView;
^
/Users/admin/builder/spi-builder-workspace/Sources/DHDeclarable/Classes/DHDScrollView/DHDScrollView.swift:50:147: error: @escaping attribute only applies to function types
        public convenience init<T>(fromSuper superView: UIView, forEach array: [T], style: UIStackView.DividerStyle = .innerOuter, convertToView: @escaping (T) -> UIView) {
                                                                                                                                                  ^~~~~~~~~~

/Users/admin/builder/spi-builder-workspace/Sources/DHDeclarable/Classes/DHDScrollView/DHDScrollView.swift:56:46: error: cannot find type 'UIView' in scope
        public var viewsDidBecomeVisible: (([UIView]) -> Void)?
                                             ^~~~~~
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSTextAttachment.h:23:1: note: interface 'UIView' forward declared here
@class UIView;
^
/Users/admin/builder/spi-builder-workspace/Sources/DHDeclarable/Classes/DHDScrollView/DHDScrollView.swift:60:33: error: cannot find 'UIScrollView' in scope
        public var scrollView = UIScrollView(frame: CGRect.zero).declaredWith { instance in
                                ^~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/DHDeclarable/Classes/DHDScrollView/DHDScrollView.swift:62:39: error: cannot infer contextual base in reference to member 'zero'
            instance.layoutMargins = .zero
                                     ~^~~~
/Users/admin/builder/spi-builder-workspace/Sources/DHDeclarable/Classes/DHDScrollView/DHDScrollView.swift:65:28: error: cannot find 'UIStackView' in scope
        public var stack = UIStackView(frame: CGRect.zero).declaredWith { instance in
                           ^~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/DHDeclarable/Classes/DHDScrollView/DHDScrollView.swift:67:30: error: cannot infer contextual base in reference to member 'vertical'
            instance.axis = .vertical // ScrollableView is designed only to scroll on a vertical axis
                            ~^~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/DHDeclarable/Classes/DHDScrollView/DHDScrollView.swift:70:30: error: method does not override any method from its superclass
        override public func didMoveToSuperview() {
        ~~~~~~~~             ^
/Users/admin/builder/spi-builder-workspace/Sources/DHDeclarable/Classes/DHDScrollView/DHDScrollView.swift:84:30: error: method does not override any method from its superclass
        override public func updateConstraints() {
        ~~~~~~~~             ^
/Users/admin/builder/spi-builder-workspace/Sources/DHDeclarable/Classes/DHDScrollView/DHDScrollView.swift:14:31: error: cannot find type 'UIView' in scope
    open class DHDScrollView: UIView {
                              ^~~~~~
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSTextAttachment.h:23:1: note: interface 'UIView' forward declared here
@class UIView;
^
/Users/admin/builder/spi-builder-workspace/Sources/DHDeclarable/Classes/DHDScrollView/DHDScrollView.swift:121:30: error: cannot find type 'UIScrollViewDelegate' in scope
    extension DHDScrollView: UIScrollViewDelegate {
                             ^~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/DHDeclarable/Classes/DHDScrollView/DHDScrollView.swift:122:55: error: cannot find type 'UIScrollView' in scope
        public func scrollViewDidScroll(_ scrollView: UIScrollView) {
                                                      ^~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/DHDeclarable/Classes/DHDScrollView/DHDScrollView.swift:126:64: error: cannot find type 'UIScrollView' in scope
        public func scrollViewDidEndDecelerating(_ scrollView: UIScrollView) {
                                                               ^~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/DHDeclarable/Classes/DHDScrollView/DHDScrollView.swift:130:60: error: cannot find type 'UIScrollView' in scope
        public func scrollViewDidEndDragging(_ scrollView: UIScrollView, willDecelerate decelerate: Bool) {
                                                           ^~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/DHDeclarable/Classes/DHDScrollView/DHDScrollView.swift:136:61: error: cannot find type 'UIScrollView' in scope
        public func scrollViewDidEndScrolling(_ scrollView: UIScrollView) {
                                                            ^~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/DHDeclarable/Classes/DHDScrollView/DHDScrollView.swift:163:61: error: cannot find type 'UIStackView' in scope
        @discardableResult func distributed(_ distribution: UIStackView.Distribution) -> Self {
                                                            ^~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/DHDeclarable/Classes/DHDScrollView/DHDScrollView.swift:176:23: error: method does not override any method from its superclass
        override func identified(_ value: String) -> Self {
        ~~~~~~~~      ^
/Users/admin/builder/spi-builder-workspace/Sources/DHDeclarable/Classes/DHDStack/DHDStack.swift:15:47: error: cannot find type 'Distribution' in scope
        public convenience init(distribution: Distribution = .fill, spacing: CGFloat = 0, alignment: Alignment? = nil, tag: Int? = nil) {
                                              ^~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/DHDeclarable/Classes/DHDStack/DHDStack.swift:15:102: error: cannot find type 'Alignment' in scope
        public convenience init(distribution: Distribution = .fill, spacing: CGFloat = 0, alignment: Alignment? = nil, tag: Int? = nil) {
                                                                                                     ^~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/DHDeclarable/Classes/DHDStack/DHDStack.swift:21:78: error: cannot find type 'UIView' in scope
        public convenience init(_ byAddingArrangedSubviews: @escaping () -> [UIView?]) {
                                                                             ^~~~~~
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSTextAttachment.h:23:1: note: interface 'UIView' forward declared here
@class UIView;
^
/Users/admin/builder/spi-builder-workspace/Sources/DHDeclarable/Classes/DHDStack/DHDStack.swift:21:61: error: @escaping attribute only applies to function types
        public convenience init(_ byAddingArrangedSubviews: @escaping () -> [UIView?]) {
                                                            ^~~~~~~~~~

/Users/admin/builder/spi-builder-workspace/Sources/DHDeclarable/Classes/DHDStack/DHDHStack.swift:14:50: error: cannot find type 'UIStackView' in scope
        override public func setup(distribution: UIStackView.Distribution = .fill, spacing: CGFloat = 0, alignment: UIStackView.Alignment? = nil, tag: Int? = nil) {
                                                 ^~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/DHDeclarable/Classes/DHDStack/DHDHStack.swift:14:117: error: cannot find type 'UIStackView' in scope
        override public func setup(distribution: UIStackView.Distribution = .fill, spacing: CGFloat = 0, alignment: UIStackView.Alignment? = nil, tag: Int? = nil) {
                                                                                                                    ^~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/DHDeclarable/Classes/DHDStack/DHDStack.swift:27:41: error: cannot find type 'Distribution' in scope
        public func setup(distribution: Distribution = .fill, spacing: CGFloat = 0, alignment: Alignment? = nil, tag: Int? = nil) {
                                        ^~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/DHDeclarable/Classes/DHDStack/DHDStack.swift:27:96: error: cannot find type 'Alignment' in scope
        public func setup(distribution: Distribution = .fill, spacing: CGFloat = 0, alignment: Alignment? = nil, tag: Int? = nil) {
                                                                                               ^~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/DHDeclarable/Classes/DHDStack/DHDStack.swift:13:26: error: cannot find type 'UIStackView' in scope
    open class DHDStack: UIStackView {
                         ^~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/DHDeclarable/Classes/DHDStack/DHDVStack.swift:16:50: error: cannot find type 'UIStackView' in scope
        override public func setup(distribution: UIStackView.Distribution = .fill, spacing: CGFloat = 0, alignment: UIStackView.Alignment? = nil, tag: Int? = nil) {
                                                 ^~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/DHDeclarable/Classes/DHDStack/DHDVStack.swift:16:117: error: cannot find type 'UIStackView' in scope
        override public func setup(distribution: UIStackView.Distribution = .fill, spacing: CGFloat = 0, alignment: UIStackView.Alignment? = nil, tag: Int? = nil) {
                                                                                                                    ^~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/DHDeclarable/Classes/DHDView/DHDView.swift:13:25: error: cannot find type 'UIView' in scope
    open class DHDView: UIView {
                        ^~~~~~
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSTextAttachment.h:23:1: note: interface 'UIView' forward declared here
@class UIView;
^
/Users/admin/builder/spi-builder-workspace/Sources/DHDeclarable/Classes/DHDViewController/DHDViewController.swift:22:24: error: cannot find type 'UIView' in scope
        open var body: UIView
                       ^~~~~~
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSTextAttachment.h:23:1: note: interface 'UIView' forward declared here
@class UIView;
^
/Users/admin/builder/spi-builder-workspace/Sources/DHDeclarable/Classes/DHDViewController/DHDViewController.swift:48:30: error: method does not override any method from its superclass
        override public func loadView() {
        ~~~~~~~~             ^
/Users/admin/builder/spi-builder-workspace/Sources/DHDeclarable/Classes/DHDViewController/DHDViewController.swift:61:56: error: cannot find type 'UIView' in scope
        @discardableResult public func reloadView() -> UIView {
                                                       ^~~~~~
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSTextAttachment.h:23:1: note: interface 'UIView' forward declared here
@class UIView;
^
/Users/admin/builder/spi-builder-workspace/Sources/DHDeclarable/Classes/DHDViewController/DHDViewController.swift:85:82: error: cannot find type 'UITraitCollection' in scope
        override public func traitCollectionDidChange(_ previousTraitCollection: UITraitCollection?) {
                                                                                 ^~~~~~~~~~~~~~~~~
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIColor.h:20:1: note: interface 'UITraitCollection' forward declared here
@class UITraitCollection;
^
/Users/admin/builder/spi-builder-workspace/Sources/DHDeclarable/Classes/DHDViewController/DHDViewController.swift:100:60: error: cannot find type 'UITraitCollection' in scope
        static func systemBackground(from traitCollection: UITraitCollection, useSystemBackgroundIfAvailable: Bool = true) -> UIColor {
                                                           ^~~~~~~~~~~~~~~~~
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIColor.h:20:1: note: interface 'UITraitCollection' forward declared here
@class UITraitCollection;
^
/Users/admin/builder/spi-builder-workspace/Sources/DHDeclarable/Classes/DHDViewController/DHDViewController.swift:7:35: error: cannot find type 'UIViewController' in scope
    open class DHDViewController: UIViewController, DHDViewControlling {
                                  ^~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/DHDeclarable/Classes/DHDViewController/DHDViewControlling.swift:10:19: error: cannot find type 'UIView' in scope
        var body: UIView { get set }
                  ^~~~~~
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSTextAttachment.h:23:1: note: interface 'UIView' forward declared here
@class UIView;
^
/Users/admin/builder/spi-builder-workspace/Sources/DHDeclarable/Classes/DHDViewController/DHDViewControlling.swift:14:49: error: cannot find type 'UIView' in scope
        @discardableResult func reloadView() -> UIView
                                                ^~~~~~
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSTextAttachment.h:23:1: note: interface 'UIView' forward declared here
@class UIView;
^
/Users/admin/builder/spi-builder-workspace/Sources/DHDeclarable/Extensions/UIKit/UIKit+DHDStringRepresentable.swift:13:15: error: cannot find type 'UILabel' in scope
    extension UILabel: DHDStringRepresentable {
              ^~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/DHDeclarable/Extensions/UIKit/UIKit+DHDStringRepresentable.swift:20:15: error: cannot find type 'UIButton' in scope
    extension UIButton: DHDStringRepresentable {
              ^~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/DHDeclarable/Extensions/UIKit/UILabel/UILabel+Style.swift:12:22: error: cannot find type 'UILabel' in scope
    public extension UILabel {
                     ^~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/DHDeclarable/Extensions/UIKit/UIStackView/UIStackView+Layout.swift:12:22: error: cannot find type 'UIStackView' in scope
    public extension UIStackView {
                     ^~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/DHDeclarable/Extensions/UIKit/UIStackView/UIStackView+Rrecursive.swift:12:22: error: cannot find type 'UIStackView' in scope
    public extension UIStackView {
                     ^~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/DHDeclarable/Extensions/UIKit/UIStackView/UIStackView+arrangedSubviewAtIndex.swift:12:22: error: cannot find type 'UIStackView' in scope
    public extension UIStackView {
                     ^~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/DHDeclarable/Extensions/UIKit/UIStackView/UIStackView+forEach.swift:12:22: error: cannot find type 'UIStackView' in scope
    public extension UIStackView {
                     ^~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/DHDeclarable/Extensions/UIKit/UIStackView/UIStackView+removeAllArrangedSubviews.swift:12:22: error: cannot find type 'UIStackView' in scope
    public extension UIStackView {
                     ^~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/DHDeclarable/Extensions/UIKit/UIView/UIView+Divider.swift:12:22: error: cannot find type 'UIView' in scope
    public extension UIView {
                     ^~~~~~
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSTextAttachment.h:23:1: note: interface 'UIView' forward declared here
@class UIView;
^
/Users/admin/builder/spi-builder-workspace/Sources/DHDeclarable/Extensions/UIKit/UIView/UIView+Style.swift:12:22: error: cannot find type 'UIView' in scope
    public extension UIView {
                     ^~~~~~
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSTextAttachment.h:23:1: note: interface 'UIView' forward declared here
@class UIView;
^
/Users/admin/builder/spi-builder-workspace/Sources/DHDeclarable/Extensions/UIKit/UIView/UIView+as.swift:12:15: error: cannot find type 'UIView' in scope
    extension UIView {
              ^~~~~~
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSTextAttachment.h:23:1: note: interface 'UIView' forward declared here
@class UIView;
^
/Users/admin/builder/spi-builder-workspace/Sources/DHDeclarable/Extensions/UIKit/UIView/UIView+center.swift:12:22: error: cannot find type 'UIView' in scope
    public extension UIView {
                     ^~~~~~
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSTextAttachment.h:23:1: note: interface 'UIView' forward declared here
@class UIView;
^
/Users/admin/builder/spi-builder-workspace/Sources/DHDeclarable/Extensions/UIKit/UIView/UIView+declaredWithRedLines.swift:12:22: error: cannot find type 'UIView' in scope
    public extension UIView {
                     ^~~~~~
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSTextAttachment.h:23:1: note: interface 'UIView' forward declared here
@class UIView;
^
/Users/admin/builder/spi-builder-workspace/Sources/DHDeclarable/Extensions/UIKit/UIView/UIView+pin.swift:12:22: error: cannot find type 'UIView' in scope
    public extension UIView {
                     ^~~~~~
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSTextAttachment.h:23:1: note: interface 'UIView' forward declared here
@class UIView;
^
/Users/admin/builder/spi-builder-workspace/Sources/DHDeclarable/Extensions/UIKit/UIView/UIView+rounded.swift:12:22: error: cannot find type 'UIView' in scope
    public extension UIView {
                     ^~~~~~
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSTextAttachment.h:23:1: note: interface 'UIView' forward declared here
@class UIView;
^
/Users/admin/builder/spi-builder-workspace/Sources/DHDeclarable/Extensions/UIKit/UIView/UIView+tag.swift:12:22: error: cannot find type 'UIView' in scope
    public extension UIView {
                     ^~~~~~
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSTextAttachment.h:23:1: note: interface 'UIView' forward declared here
@class UIView;
^
/Users/admin/builder/spi-builder-workspace/Sources/DHDeclarable/Extensions/UIKit/UIViewController/UIViewController+as.swift:12:22: error: cannot find type 'UIViewController' in scope
    public extension UIViewController {
                     ^~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/DHDeclarable/Previews/UIView+Preview.swift:15:48: error: cannot find type 'UIView' in scope
        @available(iOS 13, *) public extension UIView {
                                               ^~~~~~
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSTextAttachment.h:23:1: note: interface 'UIView' forward declared here
@class UIView;
^
/Users/admin/builder/spi-builder-workspace/Sources/DHDeclarable/Previews/UIViewController+Preview.swift:16:48: error: cannot find type 'UIViewController' in scope
        @available(iOS 13, *) public extension UIViewController {
                                               ^~~~~~~~~~~~~~~~
Failed frontend command:
/Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift-frontend -frontend -emit-module -experimental-skip-non-inlinable-function-bodies-without-types /Users/admin/builder/spi-builder-workspace/Sources/DHDeclarable/Classes/DHDComponent/BaseClasses/DHDComponentable.swift /Users/admin/builder/spi-builder-workspace/Sources/DHDeclarable/Classes/DHDComponent/BaseClasses/DHDStackViewComponent.swift /Users/admin/builder/spi-builder-workspace/Sources/DHDeclarable/Classes/DHDComponent/BaseClasses/DHDViewComponent.swift /Users/admin/builder/spi-builder-workspace/Sources/DHDeclarable/Classes/DHDComponent/DHDTwoLabelRowComponent.swift /Users/admin/builder/spi-builder-workspace/Sources/DHDeclarable/Classes/DHDLabel/DHDLabel.swift /Users/admin/builder/spi-builder-workspace/Sources/DHDeclarable/Classes/DHDScrollView/DHDScrollView.swift /Users/admin/builder/spi-builder-workspace/Sources/DHDeclarable/Classes/DHDStack/DHDHStack.swift /Users/admin/builder/spi-builder-workspace/Sources/DHDeclarable/Classes/DHDStack/DHDStack.swift /Users/admin/builder/spi-builder-workspace/Sources/DHDeclarable/Classes/DHDStack/DHDVStack.swift /Users/admin/builder/spi-builder-workspace/Sources/DHDeclarable/Classes/DHDView/DHDView+divider.swift /Users/admin/builder/spi-builder-workspace/Sources/DHDeclarable/Classes/DHDView/DHDView+spacer.swift /Users/admin/builder/spi-builder-workspace/Sources/DHDeclarable/Classes/DHDView/DHDView.swift /Users/admin/builder/spi-builder-workspace/Sources/DHDeclarable/Classes/DHDViewController/DHDViewController.swift /Users/admin/builder/spi-builder-workspace/Sources/DHDeclarable/Classes/DHDViewController/DHDViewControllerContentRenderingMode.swift /Users/admin/builder/spi-builder-workspace/Sources/DHDeclarable/Classes/DHDViewController/DHDViewControlling.swift /Users/admin/builder/spi-builder-workspace/Sources/DHDeclarable/DHDIdentifier.swift /Users/admin/builder/spi-builder-workspace/Sources/DHDeclarable/DHDeclarable.swift /Users/admin/builder/spi-builder-workspace/Sources/DHDeclarable/Extensions/Collection+optional.swift /Users/admin/builder/spi-builder-workspace/Sources/DHDeclarable/Extensions/String/String+asLabel.swift /Users/admin/builder/spi-builder-workspace/Sources/DHDeclarable/Extensions/String/String+inQuotes.swift /Users/admin/builder/spi-builder-workspace/Sources/DHDeclarable/Extensions/UIKit/UIKit+DHDStringRepresentable.swift /Users/admin/builder/spi-builder-workspace/Sources/DHDeclarable/Extensions/UIKit/UILabel/UILabel+Style.swift /Users/admin/builder/spi-builder-workspace/Sources/DHDeclarable/Extensions/UIKit/UIStackView/UIStackView+Layout.swift /Users/admin/builder/spi-builder-workspace/Sources/DHDeclarable/Extensions/UIKit/UIStackView/UIStackView+Rrecursive.swift /Users/admin/builder/spi-builder-workspace/Sources/DHDeclarable/Extensions/UIKit/UIStackView/UIStackView+arrangedSubviewAtIndex.swift /Users/admin/builder/spi-builder-workspace/Sources/DHDeclarable/Extensions/UIKit/UIStackView/UIStackView+forEach.swift /Users/admin/builder/spi-builder-workspace/Sources/DHDeclarable/Extensions/UIKit/UIStackView/UIStackView+removeAllArrangedSubviews.swift /Users/admin/builder/spi-builder-workspace/Sources/DHDeclarable/Extensions/UIKit/UIView/UIView+Divider.swift /Users/admin/builder/spi-builder-workspace/Sources/DHDeclarable/Extensions/UIKit/UIView/UIView+Style.swift /Users/admin/builder/spi-builder-workspace/Sources/DHDeclarable/Extensions/UIKit/UIView/UIView+as.swift /Users/admin/builder/spi-builder-workspace/Sources/DHDeclarable/Extensions/UIKit/UIView/UIView+center.swift /Users/admin/builder/spi-builder-workspace/Sources/DHDeclarable/Extensions/UIKit/UIView/UIView+declaredWithRedLines.swift /Users/admin/builder/spi-builder-workspace/Sources/DHDeclarable/Extensions/UIKit/UIView/UIView+pin.swift /Users/admin/builder/spi-builder-workspace/Sources/DHDeclarable/Extensions/UIKit/UIView/UIView+rounded.swift /Users/admin/builder/spi-builder-workspace/Sources/DHDeclarable/Extensions/UIKit/UIView/UIView+tag.swift /Users/admin/builder/spi-builder-workspace/Sources/DHDeclarable/Extensions/UIKit/UIViewController/UIViewController+as.swift /Users/admin/builder/spi-builder-workspace/Sources/DHDeclarable/Previews/UIView+Preview.swift /Users/admin/builder/spi-builder-workspace/Sources/DHDeclarable/Previews/UIViewController+Preview.swift /Users/admin/builder/spi-builder-workspace/Sources/DHDeclarable/PropertyWrappers/ResettableLazy.swift /Users/admin/builder/spi-builder-workspace/Sources/DHDeclarable/Protocols/DHDStringRepresentable.swift -target armv7k-apple-watchos5.0 -enable-objc-interop -sdk /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -I /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -debug-info-format\=dwarf -dwarf-version\=4 -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -profile-generate -profile-coverage-mapping -swift-version 5 -enforce-exclusivity\=checked -stats-output-dir /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode/.stats -Onone -D SWIFT_PACKAGE -D DEBUG -serialize-debugging-options -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DHDeclarable.build/Debug-watchos/DHDeclarable.build/Objects-normal/armv7k/DHDeclarable_const_extract_protocols.json -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures -enable-experimental-feature DebugDescriptionMacro -strict-concurrency\=complete -empty-abi-descriptor -plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -resource-dir /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -file-compilation-dir /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos11.4-22T246-43efb940ff07ba2497b70ec94253f576.sdkstatcache -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DHDeclarable.build/Debug-watchos/DHDeclarable.build/swift-overrides.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DHDeclarable.build/Debug-watchos/DHDeclarable.build/DerivedSources-normal/armv7k -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DHDeclarable.build/Debug-watchos/DHDeclarable.build/DerivedSources/armv7k -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DHDeclarable.build/Debug-watchos/DHDeclarable.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name DHDeclarable -frontend-parseable-output -disable-clang-spi -target-sdk-version 11.4 -target-sdk-name watchos11.4 -external-plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/bin/swift-plugin-server -in-process-plugin-server-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/libSwiftInProcPluginServer.dylib -plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/local/lib/swift/host/plugins -emit-module-doc-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DHDeclarable.build/Debug-watchos/DHDeclarable.build/Objects-normal/armv7k/DHDeclarable.swiftdoc -emit-module-source-info-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DHDeclarable.build/Debug-watchos/DHDeclarable.build/Objects-normal/armv7k/DHDeclarable.swiftsourceinfo -emit-objc-header-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DHDeclarable.build/Debug-watchos/DHDeclarable.build/Objects-normal/armv7k/DHDeclarable-Swift.h -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DHDeclarable.build/Debug-watchos/DHDeclarable.build/Objects-normal/armv7k/DHDeclarable-master-emit-module.dia -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DHDeclarable.build/Debug-watchos/DHDeclarable.build/Objects-normal/armv7k/DHDeclarable-master-emit-module.d -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DHDeclarable.build/Debug-watchos/DHDeclarable.build/Objects-normal/armv7k/DHDeclarable.swiftmodule -emit-abi-descriptor-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DHDeclarable.build/Debug-watchos/DHDeclarable.build/Objects-normal/armv7k/DHDeclarable.abi.json
SwiftCompile normal armv7k Compiling\ DHDVStack.swift,\ DHDView+divider.swift,\ DHDView+spacer.swift,\ DHDView.swift /Users/admin/builder/spi-builder-workspace/Sources/DHDeclarable/Classes/DHDStack/DHDVStack.swift /Users/admin/builder/spi-builder-workspace/Sources/DHDeclarable/Classes/DHDView/DHDView+divider.swift /Users/admin/builder/spi-builder-workspace/Sources/DHDeclarable/Classes/DHDView/DHDView+spacer.swift /Users/admin/builder/spi-builder-workspace/Sources/DHDeclarable/Classes/DHDView/DHDView.swift (in target 'DHDeclarable' from project 'DHDeclarable')
SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/DHDeclarable/Classes/DHDStack/DHDVStack.swift (in target 'DHDeclarable' from project 'DHDeclarable')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/DHDeclarable/Classes/DHDView/DHDView+divider.swift (in target 'DHDeclarable' from project 'DHDeclarable')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/DHDeclarable/Classes/DHDView/DHDView+spacer.swift (in target 'DHDeclarable' from project 'DHDeclarable')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

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

SwiftCompile normal armv7k Compiling\ DHDComponentable.swift,\ DHDStackViewComponent.swift,\ DHDViewComponent.swift,\ DHDTwoLabelRowComponent.swift /Users/admin/builder/spi-builder-workspace/Sources/DHDeclarable/Classes/DHDComponent/BaseClasses/DHDComponentable.swift /Users/admin/builder/spi-builder-workspace/Sources/DHDeclarable/Classes/DHDComponent/BaseClasses/DHDStackViewComponent.swift /Users/admin/builder/spi-builder-workspace/Sources/DHDeclarable/Classes/DHDComponent/BaseClasses/DHDViewComponent.swift /Users/admin/builder/spi-builder-workspace/Sources/DHDeclarable/Classes/DHDComponent/DHDTwoLabelRowComponent.swift (in target 'DHDeclarable' from project 'DHDeclarable')
SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/DHDeclarable/Classes/DHDComponent/BaseClasses/DHDComponentable.swift (in target 'DHDeclarable' from project 'DHDeclarable')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/DHDeclarable/Classes/DHDComponent/BaseClasses/DHDStackViewComponent.swift (in target 'DHDeclarable' from project 'DHDeclarable')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/DHDeclarable/Classes/DHDComponent/BaseClasses/DHDViewComponent.swift (in target 'DHDeclarable' from project 'DHDeclarable')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

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

SwiftCompile normal armv7k Compiling\ DHDLabel.swift,\ DHDScrollView.swift,\ DHDHStack.swift,\ DHDStack.swift /Users/admin/builder/spi-builder-workspace/Sources/DHDeclarable/Classes/DHDLabel/DHDLabel.swift /Users/admin/builder/spi-builder-workspace/Sources/DHDeclarable/Classes/DHDScrollView/DHDScrollView.swift /Users/admin/builder/spi-builder-workspace/Sources/DHDeclarable/Classes/DHDStack/DHDHStack.swift /Users/admin/builder/spi-builder-workspace/Sources/DHDeclarable/Classes/DHDStack/DHDStack.swift (in target 'DHDeclarable' from project 'DHDeclarable')
SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/DHDeclarable/Classes/DHDLabel/DHDLabel.swift (in target 'DHDeclarable' from project 'DHDeclarable')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

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

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

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

SwiftCompile normal armv7k Compiling\ DHDeclarable.swift,\ Collection+optional.swift,\ String+asLabel.swift,\ String+inQuotes.swift /Users/admin/builder/spi-builder-workspace/Sources/DHDeclarable/DHDeclarable.swift /Users/admin/builder/spi-builder-workspace/Sources/DHDeclarable/Extensions/Collection+optional.swift /Users/admin/builder/spi-builder-workspace/Sources/DHDeclarable/Extensions/String/String+asLabel.swift /Users/admin/builder/spi-builder-workspace/Sources/DHDeclarable/Extensions/String/String+inQuotes.swift (in target 'DHDeclarable' from project 'DHDeclarable')
SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/DHDeclarable/DHDeclarable.swift (in target 'DHDeclarable' from project 'DHDeclarable')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/DHDeclarable/Extensions/Collection+optional.swift (in target 'DHDeclarable' from project 'DHDeclarable')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/DHDeclarable/Extensions/String/String+asLabel.swift (in target 'DHDeclarable' from project 'DHDeclarable')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/DHDeclarable/Extensions/String/String+inQuotes.swift (in target 'DHDeclarable' from project 'DHDeclarable')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal armv7k Compiling\ DHDViewController.swift,\ DHDViewControllerContentRenderingMode.swift,\ DHDViewControlling.swift,\ DHDIdentifier.swift /Users/admin/builder/spi-builder-workspace/Sources/DHDeclarable/Classes/DHDViewController/DHDViewController.swift /Users/admin/builder/spi-builder-workspace/Sources/DHDeclarable/Classes/DHDViewController/DHDViewControllerContentRenderingMode.swift /Users/admin/builder/spi-builder-workspace/Sources/DHDeclarable/Classes/DHDViewController/DHDViewControlling.swift /Users/admin/builder/spi-builder-workspace/Sources/DHDeclarable/DHDIdentifier.swift (in target 'DHDeclarable' from project 'DHDeclarable')
SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/DHDeclarable/Classes/DHDViewController/DHDViewController.swift (in target 'DHDeclarable' from project 'DHDeclarable')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

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

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

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

SwiftCompile normal armv7k Compiling\ UIStackView+arrangedSubviewAtIndex.swift,\ UIStackView+forEach.swift,\ UIStackView+removeAllArrangedSubviews.swift,\ UIView+Divider.swift /Users/admin/builder/spi-builder-workspace/Sources/DHDeclarable/Extensions/UIKit/UIStackView/UIStackView+arrangedSubviewAtIndex.swift /Users/admin/builder/spi-builder-workspace/Sources/DHDeclarable/Extensions/UIKit/UIStackView/UIStackView+forEach.swift /Users/admin/builder/spi-builder-workspace/Sources/DHDeclarable/Extensions/UIKit/UIStackView/UIStackView+removeAllArrangedSubviews.swift /Users/admin/builder/spi-builder-workspace/Sources/DHDeclarable/Extensions/UIKit/UIView/UIView+Divider.swift (in target 'DHDeclarable' from project 'DHDeclarable')
SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/DHDeclarable/Extensions/UIKit/UIStackView/UIStackView+arrangedSubviewAtIndex.swift (in target 'DHDeclarable' from project 'DHDeclarable')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/DHDeclarable/Extensions/UIKit/UIStackView/UIStackView+forEach.swift (in target 'DHDeclarable' from project 'DHDeclarable')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/DHDeclarable/Extensions/UIKit/UIStackView/UIStackView+removeAllArrangedSubviews.swift (in target 'DHDeclarable' from project 'DHDeclarable')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/DHDeclarable/Extensions/UIKit/UIView/UIView+Divider.swift (in target 'DHDeclarable' from project 'DHDeclarable')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal armv7k Compiling\ UIView+Style.swift,\ UIView+as.swift,\ UIView+center.swift,\ UIView+declaredWithRedLines.swift /Users/admin/builder/spi-builder-workspace/Sources/DHDeclarable/Extensions/UIKit/UIView/UIView+Style.swift /Users/admin/builder/spi-builder-workspace/Sources/DHDeclarable/Extensions/UIKit/UIView/UIView+as.swift /Users/admin/builder/spi-builder-workspace/Sources/DHDeclarable/Extensions/UIKit/UIView/UIView+center.swift /Users/admin/builder/spi-builder-workspace/Sources/DHDeclarable/Extensions/UIKit/UIView/UIView+declaredWithRedLines.swift (in target 'DHDeclarable' from project 'DHDeclarable')
SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/DHDeclarable/Extensions/UIKit/UIView/UIView+Style.swift (in target 'DHDeclarable' from project 'DHDeclarable')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/DHDeclarable/Extensions/UIKit/UIView/UIView+as.swift (in target 'DHDeclarable' from project 'DHDeclarable')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/DHDeclarable/Extensions/UIKit/UIView/UIView+center.swift (in target 'DHDeclarable' from project 'DHDeclarable')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/DHDeclarable/Extensions/UIKit/UIView/UIView+declaredWithRedLines.swift (in target 'DHDeclarable' from project 'DHDeclarable')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal armv7k Compiling\ UIView+Preview.swift,\ UIViewController+Preview.swift,\ ResettableLazy.swift,\ DHDStringRepresentable.swift /Users/admin/builder/spi-builder-workspace/Sources/DHDeclarable/Previews/UIView+Preview.swift /Users/admin/builder/spi-builder-workspace/Sources/DHDeclarable/Previews/UIViewController+Preview.swift /Users/admin/builder/spi-builder-workspace/Sources/DHDeclarable/PropertyWrappers/ResettableLazy.swift /Users/admin/builder/spi-builder-workspace/Sources/DHDeclarable/Protocols/DHDStringRepresentable.swift (in target 'DHDeclarable' from project 'DHDeclarable')
SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/DHDeclarable/Previews/UIView+Preview.swift (in target 'DHDeclarable' from project 'DHDeclarable')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/DHDeclarable/Previews/UIViewController+Preview.swift (in target 'DHDeclarable' from project 'DHDeclarable')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

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

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

SwiftCompile normal armv7k Compiling\ UIView+pin.swift,\ UIView+rounded.swift,\ UIView+tag.swift,\ UIViewController+as.swift /Users/admin/builder/spi-builder-workspace/Sources/DHDeclarable/Extensions/UIKit/UIView/UIView+pin.swift /Users/admin/builder/spi-builder-workspace/Sources/DHDeclarable/Extensions/UIKit/UIView/UIView+rounded.swift /Users/admin/builder/spi-builder-workspace/Sources/DHDeclarable/Extensions/UIKit/UIView/UIView+tag.swift /Users/admin/builder/spi-builder-workspace/Sources/DHDeclarable/Extensions/UIKit/UIViewController/UIViewController+as.swift (in target 'DHDeclarable' from project 'DHDeclarable')
SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/DHDeclarable/Extensions/UIKit/UIView/UIView+pin.swift (in target 'DHDeclarable' from project 'DHDeclarable')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/DHDeclarable/Extensions/UIKit/UIView/UIView+rounded.swift (in target 'DHDeclarable' from project 'DHDeclarable')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/DHDeclarable/Extensions/UIKit/UIView/UIView+tag.swift (in target 'DHDeclarable' from project 'DHDeclarable')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/DHDeclarable/Extensions/UIKit/UIViewController/UIViewController+as.swift (in target 'DHDeclarable' from project 'DHDeclarable')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftEmitModule normal arm64 Emitting\ module\ for\ DHDeclarable (in target 'DHDeclarable' from project 'DHDeclarable')
Command SwiftEmitModule failed with a nonzero exit code
** BUILD FAILED **
The following build commands failed:
	EmitSwiftModule normal armv7k (in target 'DHDeclarable' from project 'DHDeclarable')
	SwiftEmitModule normal armv7k Emitting\ module\ for\ DHDeclarable (in target 'DHDeclarable' from project 'DHDeclarable')
	SwiftEmitModule normal arm64 Emitting\ module\ for\ DHDeclarable (in target 'DHDeclarable' from project 'DHDeclarable')
	Building workspace spi-builder-workspace with scheme DHDeclarable
(4 failures)
Command line invocation:
    /Applications/Xcode-16.3.0.app/Contents/Developer/usr/bin/xcodebuild -IDEClonedSourcePackagesDirPathOverride=/Users/admin/builder/spi-builder-workspace/.dependencies -resolvePackageDependencies
Resolve Package Graph
Resolved source packages:
  SWXMLHash: https://github.com/drmohundro/SWXMLHash.git @ 7.0.2
  SourceKitten: https://github.com/jpsim/SourceKitten.git @ 0.37.0
  ShellOut: https://github.com/JohnSundell/ShellOut.git @ 2.3.0
  SwiftLint: https://github.com/Realm/SwiftLint.git @ 0.59.1
  Yams: https://github.com/jpsim/Yams @ 5.3.1
  Logger: https://github.com/shibapm/Logger @ 0.2.3
  Komondor: https://github.com/shibapm/Komondor.git @ 1.1.4
  swift-argument-parser: https://github.com/apple/swift-argument-parser.git @ 1.5.0
  SwiftFormat: https://github.com/nicklockwood/SwiftFormat.git @ 0.55.5
  swift-syntax: https://github.com/swiftlang/swift-syntax.git @ 601.0.0
  CollectionConcurrencyKit: https://github.com/JohnSundell/CollectionConcurrencyKit.git @ 0.2.0
  SwiftShell: https://github.com/kareman/SwiftShell @ 5.1.0
  DHDeclarable: /Users/admin/builder/spi-builder-workspace
  Rocket: https://github.com/f-meloni/Rocket @ 1.3.0
  SwiftyTextTable: https://github.com/scottrhoyt/SwiftyTextTable.git @ 0.9.0
  CryptoSwift: https://github.com/krzyzanowskim/CryptoSwift.git @ 1.8.4
  PackageConfig: https://github.com/shibapm/PackageConfig.git @ 1.1.3
resolved source packages: SWXMLHash, SourceKitten, ShellOut, SwiftLint, Yams, Logger, Komondor, swift-argument-parser, SwiftFormat, swift-syntax, CollectionConcurrencyKit, SwiftShell, DHDeclarable, Rocket, SwiftyTextTable, CryptoSwift, PackageConfig
{
  "dependencies" : [
    {
      "identity" : "komondor",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.0.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/shibapm/Komondor.git"
    }
  ],
  "manifest_display_name" : "DHDeclarable",
  "name" : "DHDeclarable",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "12.0"
    }
  ],
  "products" : [
    {
      "name" : "DHDeclarable",
      "targets" : [
        "DHDeclarable"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "DHDeclarableTests",
      "module_type" : "SwiftTarget",
      "name" : "DHDeclarableTests",
      "path" : "Tests/DHDeclarableTests",
      "sources" : [
        "ClassTests/DHComponentTests/DHDTwoLabelRowComponentTests.swift",
        "ClassTests/DHDLabelTests/DHDLabelTests.swift",
        "ClassTests/DHDScrollViewTests/DHDScrollViewTests.swift",
        "ClassTests/DHDStackTests/DHDStackTests.swift",
        "ClassTests/DHDViewControllerTests/DHDViewControllerTests.swift",
        "ClassTests/DHDViewTests/DHDViewTests.swift",
        "DHDeclarable+ValueTypeTests.swift",
        "DHDeclarable+declaredIfTests.swift",
        "ExtensionTests/Collection+optionalTests.swift",
        "ExtensionTests/StringTests/String+asLabelTests.swift",
        "ExtensionTests/StringTests/String+inQuotesTests.swift",
        "ExtensionTests/UIKitTests/UIKit+DHDStringRepresentableTests.swift",
        "ExtensionTests/UIKitTests/UILabelTests/UILabel+StyleTests.swift",
        "ExtensionTests/UIKitTests/UIStackViewTests/UIStackView+AxisTests.swift",
        "ExtensionTests/UIKitTests/UIStackViewTests/UIStackView+LayoutTests.swift",
        "ExtensionTests/UIKitTests/UIStackViewTests/UIStackView+RecursiveTests.swift",
        "ExtensionTests/UIKitTests/UIStackViewTests/UIStackView+arrangedSubviewAtIndexTests.swift",
        "ExtensionTests/UIKitTests/UIStackViewTests/UIStackView+hierarchyTests.swift",
        "ExtensionTests/UIKitTests/UIStackViewTests/UIStackView+removeAllArrangedSubviewsTests.swift",
        "ExtensionTests/UIKitTests/UIViewControllerTests/UIViewController+asTests.swift",
        "ExtensionTests/UIKitTests/UIViewTests/UIView+StyleTests.swift",
        "ExtensionTests/UIKitTests/UIViewTests/UIView+addDividerTests.swift",
        "ExtensionTests/UIKitTests/UIViewTests/UIView+centerTests.swift",
        "ExtensionTests/UIKitTests/UIViewTests/UIView+declaredWithRedLinesTests.swift",
        "ExtensionTests/UIKitTests/UIViewTests/UIView+roundedTests.swift",
        "ExtensionTests/UIKitTests/UIViewTests/UIView+tagTests.swift",
        "PreviewTests/PreviewTests.swift",
        "PropertyWrapperTests/ResettableLazyTests.swift"
      ],
      "target_dependencies" : [
        "DHDeclarable"
      ],
      "type" : "test"
    },
    {
      "c99name" : "DHDeclarable",
      "module_type" : "SwiftTarget",
      "name" : "DHDeclarable",
      "path" : "Sources/DHDeclarable",
      "product_memberships" : [
        "DHDeclarable"
      ],
      "sources" : [
        "Classes/DHDComponent/BaseClasses/DHDComponentable.swift",
        "Classes/DHDComponent/BaseClasses/DHDStackViewComponent.swift",
        "Classes/DHDComponent/BaseClasses/DHDViewComponent.swift",
        "Classes/DHDComponent/DHDTwoLabelRowComponent.swift",
        "Classes/DHDLabel/DHDLabel.swift",
        "Classes/DHDScrollView/DHDScrollView.swift",
        "Classes/DHDStack/DHDHStack.swift",
        "Classes/DHDStack/DHDStack.swift",
        "Classes/DHDStack/DHDVStack.swift",
        "Classes/DHDView/DHDView+divider.swift",
        "Classes/DHDView/DHDView+spacer.swift",
        "Classes/DHDView/DHDView.swift",
        "Classes/DHDViewController/DHDViewController.swift",
        "Classes/DHDViewController/DHDViewControllerContentRenderingMode.swift",
        "Classes/DHDViewController/DHDViewControlling.swift",
        "DHDIdentifier.swift",
        "DHDeclarable.swift",
        "Extensions/Collection+optional.swift",
        "Extensions/String/String+asLabel.swift",
        "Extensions/String/String+inQuotes.swift",
        "Extensions/UIKit/UIKit+DHDStringRepresentable.swift",
        "Extensions/UIKit/UILabel/UILabel+Style.swift",
        "Extensions/UIKit/UIStackView/UIStackView+Layout.swift",
        "Extensions/UIKit/UIStackView/UIStackView+Rrecursive.swift",
        "Extensions/UIKit/UIStackView/UIStackView+arrangedSubviewAtIndex.swift",
        "Extensions/UIKit/UIStackView/UIStackView+forEach.swift",
        "Extensions/UIKit/UIStackView/UIStackView+removeAllArrangedSubviews.swift",
        "Extensions/UIKit/UIView/UIView+Divider.swift",
        "Extensions/UIKit/UIView/UIView+Style.swift",
        "Extensions/UIKit/UIView/UIView+as.swift",
        "Extensions/UIKit/UIView/UIView+center.swift",
        "Extensions/UIKit/UIView/UIView+declaredWithRedLines.swift",
        "Extensions/UIKit/UIView/UIView+pin.swift",
        "Extensions/UIKit/UIView/UIView+rounded.swift",
        "Extensions/UIKit/UIView/UIView+tag.swift",
        "Extensions/UIKit/UIViewController/UIViewController+as.swift",
        "Previews/UIView+Preview.swift",
        "Previews/UIViewController+Preview.swift",
        "PropertyWrappers/ResettableLazy.swift",
        "Protocols/DHDStringRepresentable.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.0"
}
{
  "workspace" : {
    "name" : "spi-builder-workspace",
    "schemes" : [
      "DHDeclarable",
      "SwiftShell"
    ]
  }
}
{
  "workspace" : {
    "name" : "spi-builder-workspace",
    "schemes" : [
      "DHDeclarable",
      "SwiftShell"
    ]
  }
}
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme DHDeclarable -destination generic/platform=watchOS
Command line invocation:
    /Applications/Xcode-16.3.0.app/Contents/Developer/usr/bin/xcodebuild -IDEClonedSourcePackagesDirPathOverride=/Users/admin/builder/spi-builder-workspace/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath /Users/admin/builder/spi-builder-workspace/.derivedData build -scheme DHDeclarable -destination generic/platform=watchOS
Resolve Package Graph
Resolved source packages:
  ShellOut: https://github.com/JohnSundell/ShellOut.git @ 2.3.0
  PackageConfig: https://github.com/shibapm/PackageConfig.git @ 1.1.3
  SwiftLint: https://github.com/Realm/SwiftLint.git @ 0.59.1
  DHDeclarable: /Users/admin/builder/spi-builder-workspace
  Yams: https://github.com/jpsim/Yams @ 5.3.1
  swift-syntax: https://github.com/swiftlang/swift-syntax.git @ 601.0.0
  SwiftFormat: https://github.com/nicklockwood/SwiftFormat.git @ 0.55.5
  Logger: https://github.com/shibapm/Logger @ 0.2.3
  SWXMLHash: https://github.com/drmohundro/SWXMLHash.git @ 7.0.2
  SwiftShell: https://github.com/kareman/SwiftShell @ 5.1.0
  swift-argument-parser: https://github.com/apple/swift-argument-parser.git @ 1.5.0
  SwiftyTextTable: https://github.com/scottrhoyt/SwiftyTextTable.git @ 0.9.0
  Komondor: https://github.com/shibapm/Komondor.git @ 1.1.4
  SourceKitten: https://github.com/jpsim/SourceKitten.git @ 0.37.0
  CryptoSwift: https://github.com/krzyzanowskim/CryptoSwift.git @ 1.8.4
  Rocket: https://github.com/f-meloni/Rocket @ 1.3.0
  CollectionConcurrencyKit: https://github.com/JohnSundell/CollectionConcurrencyKit.git @ 0.2.0
ComputePackagePrebuildTargetDependencyGraph
Prepare packages
CreateBuildRequest
SendProjectDescription
CreateBuildOperation
ComputeTargetDependencyGraph
note: Building targets in dependency order
note: Target dependency graph (3 targets)
    Target 'DHDeclarableTests' in project 'DHDeclarable'
        ➜ Explicit dependency on target 'DHDeclarable' in project 'DHDeclarable'
    Target 'DHDeclarable' in project 'DHDeclarable'
        ➜ Explicit dependency on target 'DHDeclarable' in project 'DHDeclarable'
    Target 'DHDeclarable' in project 'DHDeclarable' (no dependencies)
GatherProvisioningInputs
CreateBuildDescription
ExecuteExternalTool /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -isysroot /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk -x c -c /dev/null
ExecuteExternalTool /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc --version
ExecuteExternalTool /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld -version_details
Build description signature: 036d312ef382fcf404168e661304ec29
Build description path: /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCBuildData/036d312ef382fcf404168e661304ec29.xcbuilddata
ClangStatCache /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang-stat-cache /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos11.4-22T246-43efb940ff07ba2497b70ec94253f576.sdkstatcache
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang-stat-cache /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk -o /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos11.4-22T246-43efb940ff07ba2497b70ec94253f576.sdkstatcache
SwiftDriver DHDeclarable normal armv7k com.apple.xcode.tools.swift.compiler (in target 'DHDeclarable' from project 'DHDeclarable')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-SwiftDriver -- /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name DHDeclarable -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DHDeclarable.build/Debug-watchos/DHDeclarable.build/Objects-normal/armv7k/DHDeclarable.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -DXcode -plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk -target armv7k-apple-watchos5.0 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -profile-coverage-mapping -profile-generate -enable-testing -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -swift-version 5 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -I /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos11.4-22T246-43efb940ff07ba2497b70ec94253f576.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DHDeclarable.build/Debug-watchos/DHDeclarable.build/Objects-normal/armv7k/DHDeclarable-OutputFileMap.json -use-frontend-parseable-output -save-temps -no-color-diagnostics -serialize-diagnostics -emit-dependencies -emit-module -emit-module-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DHDeclarable.build/Debug-watchos/DHDeclarable.build/Objects-normal/armv7k/DHDeclarable.swiftmodule -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DHDeclarable.build/Debug-watchos/DHDeclarable.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DHDeclarable.build/Debug-watchos/DHDeclarable.build/Objects-normal/armv7k/DHDeclarable_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DHDeclarable.build/Debug-watchos/DHDeclarable.build/DerivedSources-normal/armv7k -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DHDeclarable.build/Debug-watchos/DHDeclarable.build/DerivedSources/armv7k -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DHDeclarable.build/Debug-watchos/DHDeclarable.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -emit-objc-header -emit-objc-header-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DHDeclarable.build/Debug-watchos/DHDeclarable.build/Objects-normal/armv7k/DHDeclarable-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
SwiftDriver DHDeclarable normal arm64_32 com.apple.xcode.tools.swift.compiler (in target 'DHDeclarable' from project 'DHDeclarable')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-SwiftDriver -- /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name DHDeclarable -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DHDeclarable.build/Debug-watchos/DHDeclarable.build/Objects-normal/arm64_32/DHDeclarable.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -DXcode -plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk -target arm64_32-apple-watchos5.0 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -profile-coverage-mapping -profile-generate -enable-testing -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -swift-version 5 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -I /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos11.4-22T246-43efb940ff07ba2497b70ec94253f576.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DHDeclarable.build/Debug-watchos/DHDeclarable.build/Objects-normal/arm64_32/DHDeclarable-OutputFileMap.json -use-frontend-parseable-output -save-temps -no-color-diagnostics -serialize-diagnostics -emit-dependencies -emit-module -emit-module-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DHDeclarable.build/Debug-watchos/DHDeclarable.build/Objects-normal/arm64_32/DHDeclarable.swiftmodule -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DHDeclarable.build/Debug-watchos/DHDeclarable.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DHDeclarable.build/Debug-watchos/DHDeclarable.build/Objects-normal/arm64_32/DHDeclarable_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DHDeclarable.build/Debug-watchos/DHDeclarable.build/DerivedSources-normal/arm64_32 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DHDeclarable.build/Debug-watchos/DHDeclarable.build/DerivedSources/arm64_32 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DHDeclarable.build/Debug-watchos/DHDeclarable.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -emit-objc-header -emit-objc-header-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DHDeclarable.build/Debug-watchos/DHDeclarable.build/Objects-normal/arm64_32/DHDeclarable-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
SwiftDriver DHDeclarable normal arm64 com.apple.xcode.tools.swift.compiler (in target 'DHDeclarable' from project 'DHDeclarable')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-SwiftDriver -- /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name DHDeclarable -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DHDeclarable.build/Debug-watchos/DHDeclarable.build/Objects-normal/arm64/DHDeclarable.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -DXcode -plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk -target arm64-apple-watchos5.0 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -profile-coverage-mapping -profile-generate -enable-testing -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -swift-version 5 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -I /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos11.4-22T246-43efb940ff07ba2497b70ec94253f576.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DHDeclarable.build/Debug-watchos/DHDeclarable.build/Objects-normal/arm64/DHDeclarable-OutputFileMap.json -use-frontend-parseable-output -save-temps -no-color-diagnostics -serialize-diagnostics -emit-dependencies -emit-module -emit-module-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DHDeclarable.build/Debug-watchos/DHDeclarable.build/Objects-normal/arm64/DHDeclarable.swiftmodule -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DHDeclarable.build/Debug-watchos/DHDeclarable.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DHDeclarable.build/Debug-watchos/DHDeclarable.build/Objects-normal/arm64/DHDeclarable_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DHDeclarable.build/Debug-watchos/DHDeclarable.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DHDeclarable.build/Debug-watchos/DHDeclarable.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DHDeclarable.build/Debug-watchos/DHDeclarable.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -emit-objc-header -emit-objc-header-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DHDeclarable.build/Debug-watchos/DHDeclarable.build/Objects-normal/arm64/DHDeclarable-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
SwiftCompile normal arm64 Compiling\ DHDComponentable.swift,\ DHDStackViewComponent.swift,\ DHDViewComponent.swift,\ DHDTwoLabelRowComponent.swift /Users/admin/builder/spi-builder-workspace/Sources/DHDeclarable/Classes/DHDComponent/BaseClasses/DHDComponentable.swift /Users/admin/builder/spi-builder-workspace/Sources/DHDeclarable/Classes/DHDComponent/BaseClasses/DHDStackViewComponent.swift /Users/admin/builder/spi-builder-workspace/Sources/DHDeclarable/Classes/DHDComponent/BaseClasses/DHDViewComponent.swift /Users/admin/builder/spi-builder-workspace/Sources/DHDeclarable/Classes/DHDComponent/DHDTwoLabelRowComponent.swift (in target 'DHDeclarable' from project 'DHDeclarable')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/DHDeclarable/Classes/DHDComponent/BaseClasses/DHDComponentable.swift (in target 'DHDeclarable' from project 'DHDeclarable')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/DHDeclarable/Classes/DHDComponent/BaseClasses/DHDStackViewComponent.swift (in target 'DHDeclarable' from project 'DHDeclarable')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/DHDeclarable/Classes/DHDComponent/BaseClasses/DHDViewComponent.swift (in target 'DHDeclarable' from project 'DHDeclarable')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/DHDeclarable/Classes/DHDComponent/DHDTwoLabelRowComponent.swift (in target 'DHDeclarable' from project 'DHDeclarable')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 Compiling\ DHDViewController.swift,\ DHDViewControllerContentRenderingMode.swift,\ DHDViewControlling.swift,\ DHDIdentifier.swift /Users/admin/builder/spi-builder-workspace/Sources/DHDeclarable/Classes/DHDViewController/DHDViewController.swift /Users/admin/builder/spi-builder-workspace/Sources/DHDeclarable/Classes/DHDViewController/DHDViewControllerContentRenderingMode.swift /Users/admin/builder/spi-builder-workspace/Sources/DHDeclarable/Classes/DHDViewController/DHDViewControlling.swift /Users/admin/builder/spi-builder-workspace/Sources/DHDeclarable/DHDIdentifier.swift (in target 'DHDeclarable' from project 'DHDeclarable')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/DHDeclarable/Classes/DHDViewController/DHDViewController.swift (in target 'DHDeclarable' from project 'DHDeclarable')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/DHDeclarable/Classes/DHDViewController/DHDViewControllerContentRenderingMode.swift (in target 'DHDeclarable' from project 'DHDeclarable')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/DHDeclarable/Classes/DHDViewController/DHDViewControlling.swift (in target 'DHDeclarable' from project 'DHDeclarable')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

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

SwiftCompile normal arm64 Compiling\ DHDLabel.swift,\ DHDScrollView.swift,\ DHDHStack.swift,\ DHDStack.swift /Users/admin/builder/spi-builder-workspace/Sources/DHDeclarable/Classes/DHDLabel/DHDLabel.swift /Users/admin/builder/spi-builder-workspace/Sources/DHDeclarable/Classes/DHDScrollView/DHDScrollView.swift /Users/admin/builder/spi-builder-workspace/Sources/DHDeclarable/Classes/DHDStack/DHDHStack.swift /Users/admin/builder/spi-builder-workspace/Sources/DHDeclarable/Classes/DHDStack/DHDStack.swift (in target 'DHDeclarable' from project 'DHDeclarable')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/DHDeclarable/Classes/DHDLabel/DHDLabel.swift (in target 'DHDeclarable' from project 'DHDeclarable')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/DHDeclarable/Classes/DHDScrollView/DHDScrollView.swift (in target 'DHDeclarable' from project 'DHDeclarable')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/DHDeclarable/Classes/DHDStack/DHDHStack.swift (in target 'DHDeclarable' from project 'DHDeclarable')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/DHDeclarable/Classes/DHDStack/DHDStack.swift (in target 'DHDeclarable' from project 'DHDeclarable')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftEmitModule normal arm64 Emitting\ module\ for\ DHDeclarable (in target 'DHDeclarable' from project 'DHDeclarable')
Failed frontend command:
/Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift-frontend -frontend -emit-module -experimental-skip-non-inlinable-function-bodies-without-types /Users/admin/builder/spi-builder-workspace/Sources/DHDeclarable/Classes/DHDComponent/BaseClasses/DHDComponentable.swift /Users/admin/builder/spi-builder-workspace/Sources/DHDeclarable/Classes/DHDComponent/BaseClasses/DHDStackViewComponent.swift /Users/admin/builder/spi-builder-workspace/Sources/DHDeclarable/Classes/DHDComponent/BaseClasses/DHDViewComponent.swift /Users/admin/builder/spi-builder-workspace/Sources/DHDeclarable/Classes/DHDComponent/DHDTwoLabelRowComponent.swift /Users/admin/builder/spi-builder-workspace/Sources/DHDeclarable/Classes/DHDLabel/DHDLabel.swift /Users/admin/builder/spi-builder-workspace/Sources/DHDeclarable/Classes/DHDScrollView/DHDScrollView.swift /Users/admin/builder/spi-builder-workspace/Sources/DHDeclarable/Classes/DHDStack/DHDHStack.swift /Users/admin/builder/spi-builder-workspace/Sources/DHDeclarable/Classes/DHDStack/DHDStack.swift /Users/admin/builder/spi-builder-workspace/Sources/DHDeclarable/Classes/DHDStack/DHDVStack.swift /Users/admin/builder/spi-builder-workspace/Sources/DHDeclarable/Classes/DHDView/DHDView+divider.swift /Users/admin/builder/spi-builder-workspace/Sources/DHDeclarable/Classes/DHDView/DHDView+spacer.swift /Users/admin/builder/spi-builder-workspace/Sources/DHDeclarable/Classes/DHDView/DHDView.swift /Users/admin/builder/spi-builder-workspace/Sources/DHDeclarable/Classes/DHDViewController/DHDViewController.swift /Users/admin/builder/spi-builder-workspace/Sources/DHDeclarable/Classes/DHDViewController/DHDViewControllerContentRenderingMode.swift /Users/admin/builder/spi-builder-workspace/Sources/DHDeclarable/Classes/DHDViewController/DHDViewControlling.swift /Users/admin/builder/spi-builder-workspace/Sources/DHDeclarable/DHDIdentifier.swift /Users/admin/builder/spi-builder-workspace/Sources/DHDeclarable/DHDeclarable.swift /Users/admin/builder/spi-builder-workspace/Sources/DHDeclarable/Extensions/Collection+optional.swift /Users/admin/builder/spi-builder-workspace/Sources/DHDeclarable/Extensions/String/String+asLabel.swift /Users/admin/builder/spi-builder-workspace/Sources/DHDeclarable/Extensions/String/String+inQuotes.swift /Users/admin/builder/spi-builder-workspace/Sources/DHDeclarable/Extensions/UIKit/UIKit+DHDStringRepresentable.swift /Users/admin/builder/spi-builder-workspace/Sources/DHDeclarable/Extensions/UIKit/UILabel/UILabel+Style.swift /Users/admin/builder/spi-builder-workspace/Sources/DHDeclarable/Extensions/UIKit/UIStackView/UIStackView+Layout.swift /Users/admin/builder/spi-builder-workspace/Sources/DHDeclarable/Extensions/UIKit/UIStackView/UIStackView+Rrecursive.swift /Users/admin/builder/spi-builder-workspace/Sources/DHDeclarable/Extensions/UIKit/UIStackView/UIStackView+arrangedSubviewAtIndex.swift /Users/admin/builder/spi-builder-workspace/Sources/DHDeclarable/Extensions/UIKit/UIStackView/UIStackView+forEach.swift /Users/admin/builder/spi-builder-workspace/Sources/DHDeclarable/Extensions/UIKit/UIStackView/UIStackView+removeAllArrangedSubviews.swift /Users/admin/builder/spi-builder-workspace/Sources/DHDeclarable/Extensions/UIKit/UIView/UIView+Divider.swift /Users/admin/builder/spi-builder-workspace/Sources/DHDeclarable/Extensions/UIKit/UIView/UIView+Style.swift /Users/admin/builder/spi-builder-workspace/Sources/DHDeclarable/Extensions/UIKit/UIView/UIView+as.swift /Users/admin/builder/spi-builder-workspace/Sources/DHDeclarable/Extensions/UIKit/UIView/UIView+center.swift /Users/admin/builder/spi-builder-workspace/Sources/DHDeclarable/Extensions/UIKit/UIView/UIView+declaredWithRedLines.swift /Users/admin/builder/spi-builder-workspace/Sources/DHDeclarable/Extensions/UIKit/UIView/UIView+pin.swift /Users/admin/builder/spi-builder-workspace/Sources/DHDeclarable/Extensions/UIKit/UIView/UIView+rounded.swift /Users/admin/builder/spi-builder-workspace/Sources/DHDeclarable/Extensions/UIKit/UIView/UIView+tag.swift /Users/admin/builder/spi-builder-workspace/Sources/DHDeclarable/Extensions/UIKit/UIViewController/UIViewController+as.swift /Users/admin/builder/spi-builder-workspace/Sources/DHDeclarable/Previews/UIView+Preview.swift /Users/admin/builder/spi-builder-workspace/Sources/DHDeclarable/Previews/UIViewController+Preview.swift /Users/admin/builder/spi-builder-workspace/Sources/DHDeclarable/PropertyWrappers/ResettableLazy.swift /Users/admin/builder/spi-builder-workspace/Sources/DHDeclarable/Protocols/DHDStringRepresentable.swift -target arm64-apple-watchos5.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -sdk /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -I /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -debug-info-format\=dwarf -dwarf-version\=4 -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -profile-generate -profile-coverage-mapping -swift-version 5 -enforce-exclusivity\=checked -Onone -D SWIFT_PACKAGE -D DEBUG -D Xcode -serialize-debugging-options -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DHDeclarable.build/Debug-watchos/DHDeclarable.build/Objects-normal/arm64/DHDeclarable_const_extract_protocols.json -enable-experimental-feature DebugDescriptionMacro -empty-abi-descriptor -plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -resource-dir /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -file-compilation-dir /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos11.4-22T246-43efb940ff07ba2497b70ec94253f576.sdkstatcache -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DHDeclarable.build/Debug-watchos/DHDeclarable.build/swift-overrides.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DHDeclarable.build/Debug-watchos/DHDeclarable.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DHDeclarable.build/Debug-watchos/DHDeclarable.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DHDeclarable.build/Debug-watchos/DHDeclarable.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name DHDeclarable -frontend-parseable-output -disable-clang-spi -target-sdk-version 11.4 -target-sdk-name watchos11.4 -external-plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/bin/swift-plugin-server -in-process-plugin-server-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/libSwiftInProcPluginServer.dylib -plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/local/lib/swift/host/plugins -emit-module-doc-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DHDeclarable.build/Debug-watchos/DHDeclarable.build/Objects-normal/arm64/DHDeclarable.swiftdoc -emit-module-source-info-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DHDeclarable.build/Debug-watchos/DHDeclarable.build/Objects-normal/arm64/DHDeclarable.swiftsourceinfo -emit-objc-header-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DHDeclarable.build/Debug-watchos/DHDeclarable.build/Objects-normal/arm64/DHDeclarable-Swift.h -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DHDeclarable.build/Debug-watchos/DHDeclarable.build/Objects-normal/arm64/DHDeclarable-master-emit-module.dia -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DHDeclarable.build/Debug-watchos/DHDeclarable.build/Objects-normal/arm64/DHDeclarable-master-emit-module.d -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DHDeclarable.build/Debug-watchos/DHDeclarable.build/Objects-normal/arm64/DHDeclarable.swiftmodule -emit-abi-descriptor-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DHDeclarable.build/Debug-watchos/DHDeclarable.build/Objects-normal/arm64/DHDeclarable.abi.json
EmitSwiftModule normal arm64 (in target 'DHDeclarable' from project 'DHDeclarable')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

/Users/admin/builder/spi-builder-workspace/Sources/DHDeclarable/Classes/DHDComponent/BaseClasses/DHDStackViewComponent.swift:13:39: error: cannot find type 'UIStackView' in scope
    open class DHDStackViewComponent: UIStackView, DHDComponentable {}
                                      ^~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/DHDeclarable/Classes/DHDComponent/BaseClasses/DHDViewComponent.swift:13:34: error: cannot find type 'UIView' in scope
    open class DHDViewComponent: UIView, DHDComponentable {}
                                 ^~~~~~
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSTextAttachment.h:23:1: note: interface 'UIView' forward declared here
@class UIView;
^
/Users/admin/builder/spi-builder-workspace/Sources/DHDeclarable/Classes/DHDLabel/DHDLabel.swift:13:26: error: cannot find type 'UILabel' in scope
    open class DHDLabel: UILabel {
                         ^~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/DHDeclarable/Classes/DHDScrollView/DHDScrollView.swift:18:42: error: cannot find type 'UIView' in scope
        public init(fromSuper superView: UIView) {
                                         ^~~~~~
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSTextAttachment.h:23:1: note: interface 'UIView' forward declared here
@class UIView;
^
/Users/admin/builder/spi-builder-workspace/Sources/DHDeclarable/Classes/DHDScrollView/DHDScrollView.swift:30:54: error: cannot find type 'UIView' in scope
        public convenience init(fromSuper superView: UIView, _ byAddingArrangedSubviews: @escaping () -> [UIView?]) {
                                                     ^~~~~~
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSTextAttachment.h:23:1: note: interface 'UIView' forward declared here
@class UIView;
^
/Users/admin/builder/spi-builder-workspace/Sources/DHDeclarable/Classes/DHDScrollView/DHDScrollView.swift:30:107: error: cannot find type 'UIView' in scope
        public convenience init(fromSuper superView: UIView, _ byAddingArrangedSubviews: @escaping () -> [UIView?]) {
                                                                                                          ^~~~~~
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSTextAttachment.h:23:1: note: interface 'UIView' forward declared here
@class UIView;
^
/Users/admin/builder/spi-builder-workspace/Sources/DHDeclarable/Classes/DHDScrollView/DHDScrollView.swift:30:90: error: @escaping attribute only applies to function types
        public convenience init(fromSuper superView: UIView, _ byAddingArrangedSubviews: @escaping () -> [UIView?]) {
                                                                                         ^~~~~~~~~~

/Users/admin/builder/spi-builder-workspace/Sources/DHDeclarable/Classes/DHDScrollView/DHDScrollView.swift:39:54: error: cannot find type 'UIView' in scope
        public convenience init(fromSuper superView: UIView, with views: [UIView]) {
                                                     ^~~~~~
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSTextAttachment.h:23:1: note: interface 'UIView' forward declared here
@class UIView;
^
/Users/admin/builder/spi-builder-workspace/Sources/DHDeclarable/Classes/DHDScrollView/DHDScrollView.swift:39:75: error: cannot find type 'UIView' in scope
        public convenience init(fromSuper superView: UIView, with views: [UIView]) {
                                                                          ^~~~~~
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSTextAttachment.h:23:1: note: interface 'UIView' forward declared here
@class UIView;
^
/Users/admin/builder/spi-builder-workspace/Sources/DHDeclarable/Classes/DHDScrollView/DHDScrollView.swift:50:57: error: cannot find type 'UIView' in scope
        public convenience init<T>(fromSuper superView: UIView, forEach array: [T], style: UIStackView.DividerStyle = .innerOuter, convertToView: @escaping (T) -> UIView) {
                                                        ^~~~~~
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSTextAttachment.h:23:1: note: interface 'UIView' forward declared here
@class UIView;
^
/Users/admin/builder/spi-builder-workspace/Sources/DHDeclarable/Classes/DHDScrollView/DHDScrollView.swift:50:92: error: cannot find type 'UIStackView' in scope
        public convenience init<T>(fromSuper superView: UIView, forEach array: [T], style: UIStackView.DividerStyle = .innerOuter, convertToView: @escaping (T) -> UIView) {
                                                                                           ^~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/DHDeclarable/Classes/DHDScrollView/DHDScrollView.swift:50:164: error: cannot find type 'UIView' in scope
        public convenience init<T>(fromSuper superView: UIView, forEach array: [T], style: UIStackView.DividerStyle = .innerOuter, convertToView: @escaping (T) -> UIView) {
                                                                                                                                                                   ^~~~~~
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSTextAttachment.h:23:1: note: interface 'UIView' forward declared here
@class UIView;
^
/Users/admin/builder/spi-builder-workspace/Sources/DHDeclarable/Classes/DHDScrollView/DHDScrollView.swift:50:147: error: @escaping attribute only applies to function types
        public convenience init<T>(fromSuper superView: UIView, forEach array: [T], style: UIStackView.DividerStyle = .innerOuter, convertToView: @escaping (T) -> UIView) {
                                                                                                                                                  ^~~~~~~~~~

/Users/admin/builder/spi-builder-workspace/Sources/DHDeclarable/Classes/DHDScrollView/DHDScrollView.swift:56:46: error: cannot find type 'UIView' in scope
        public var viewsDidBecomeVisible: (([UIView]) -> Void)?
                                             ^~~~~~
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSTextAttachment.h:23:1: note: interface 'UIView' forward declared here
@class UIView;
^
/Users/admin/builder/spi-builder-workspace/Sources/DHDeclarable/Classes/DHDScrollView/DHDScrollView.swift:60:33: error: cannot find 'UIScrollView' in scope
        public var scrollView = UIScrollView(frame: CGRect.zero).declaredWith { instance in
                                ^~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/DHDeclarable/Classes/DHDScrollView/DHDScrollView.swift:62:39: error: cannot infer contextual base in reference to member 'zero'
            instance.layoutMargins = .zero
                                     ~^~~~
/Users/admin/builder/spi-builder-workspace/Sources/DHDeclarable/Classes/DHDScrollView/DHDScrollView.swift:65:28: error: cannot find 'UIStackView' in scope
        public var stack = UIStackView(frame: CGRect.zero).declaredWith { instance in
                           ^~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/DHDeclarable/Classes/DHDScrollView/DHDScrollView.swift:67:30: error: cannot infer contextual base in reference to member 'vertical'
            instance.axis = .vertical // ScrollableView is designed only to scroll on a vertical axis
                            ~^~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/DHDeclarable/Classes/DHDScrollView/DHDScrollView.swift:70:30: error: method does not override any method from its superclass
        override public func didMoveToSuperview() {
        ~~~~~~~~             ^
/Users/admin/builder/spi-builder-workspace/Sources/DHDeclarable/Classes/DHDScrollView/DHDScrollView.swift:84:30: error: method does not override any method from its superclass
        override public func updateConstraints() {
        ~~~~~~~~             ^
/Users/admin/builder/spi-builder-workspace/Sources/DHDeclarable/Classes/DHDScrollView/DHDScrollView.swift:14:31: error: cannot find type 'UIView' in scope
    open class DHDScrollView: UIView {
                              ^~~~~~
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSTextAttachment.h:23:1: note: interface 'UIView' forward declared here
@class UIView;
^
/Users/admin/builder/spi-builder-workspace/Sources/DHDeclarable/Classes/DHDScrollView/DHDScrollView.swift:121:30: error: cannot find type 'UIScrollViewDelegate' in scope
    extension DHDScrollView: UIScrollViewDelegate {
                             ^~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/DHDeclarable/Classes/DHDScrollView/DHDScrollView.swift:122:55: error: cannot find type 'UIScrollView' in scope
        public func scrollViewDidScroll(_ scrollView: UIScrollView) {
                                                      ^~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/DHDeclarable/Classes/DHDScrollView/DHDScrollView.swift:126:64: error: cannot find type 'UIScrollView' in scope
        public func scrollViewDidEndDecelerating(_ scrollView: UIScrollView) {
                                                               ^~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/DHDeclarable/Classes/DHDScrollView/DHDScrollView.swift:130:60: error: cannot find type 'UIScrollView' in scope
        public func scrollViewDidEndDragging(_ scrollView: UIScrollView, willDecelerate decelerate: Bool) {
                                                           ^~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/DHDeclarable/Classes/DHDScrollView/DHDScrollView.swift:136:61: error: cannot find type 'UIScrollView' in scope
        public func scrollViewDidEndScrolling(_ scrollView: UIScrollView) {
                                                            ^~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/DHDeclarable/Classes/DHDScrollView/DHDScrollView.swift:163:61: error: cannot find type 'UIStackView' in scope
        @discardableResult func distributed(_ distribution: UIStackView.Distribution) -> Self {
                                                            ^~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/DHDeclarable/Classes/DHDScrollView/DHDScrollView.swift:176:23: error: method does not override any method from its superclass
        override func identified(_ value: String) -> Self {
        ~~~~~~~~      ^
/Users/admin/builder/spi-builder-workspace/Sources/DHDeclarable/Classes/DHDStack/DHDStack.swift:15:47: error: cannot find type 'Distribution' in scope
        public convenience init(distribution: Distribution = .fill, spacing: CGFloat = 0, alignment: Alignment? = nil, tag: Int? = nil) {
                                              ^~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/DHDeclarable/Classes/DHDStack/DHDStack.swift:15:102: error: cannot find type 'Alignment' in scope
        public convenience init(distribution: Distribution = .fill, spacing: CGFloat = 0, alignment: Alignment? = nil, tag: Int? = nil) {
                                                                                                     ^~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/DHDeclarable/Classes/DHDStack/DHDStack.swift:21:78: error: cannot find type 'UIView' in scope
        public convenience init(_ byAddingArrangedSubviews: @escaping () -> [UIView?]) {
                                                                             ^~~~~~
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSTextAttachment.h:23:1: note: interface 'UIView' forward declared here
@class UIView;
^
/Users/admin/builder/spi-builder-workspace/Sources/DHDeclarable/Classes/DHDStack/DHDStack.swift:21:61: error: @escaping attribute only applies to function types
        public convenience init(_ byAddingArrangedSubviews: @escaping () -> [UIView?]) {
                                                            ^~~~~~~~~~

/Users/admin/builder/spi-builder-workspace/Sources/DHDeclarable/Classes/DHDStack/DHDHStack.swift:14:50: error: cannot find type 'UIStackView' in scope
        override public func setup(distribution: UIStackView.Distribution = .fill, spacing: CGFloat = 0, alignment: UIStackView.Alignment? = nil, tag: Int? = nil) {
                                                 ^~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/DHDeclarable/Classes/DHDStack/DHDHStack.swift:14:117: error: cannot find type 'UIStackView' in scope
        override public func setup(distribution: UIStackView.Distribution = .fill, spacing: CGFloat = 0, alignment: UIStackView.Alignment? = nil, tag: Int? = nil) {
                                                                                                                    ^~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/DHDeclarable/Classes/DHDStack/DHDStack.swift:27:41: error: cannot find type 'Distribution' in scope
        public func setup(distribution: Distribution = .fill, spacing: CGFloat = 0, alignment: Alignment? = nil, tag: Int? = nil) {
                                        ^~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/DHDeclarable/Classes/DHDStack/DHDStack.swift:27:96: error: cannot find type 'Alignment' in scope
        public func setup(distribution: Distribution = .fill, spacing: CGFloat = 0, alignment: Alignment? = nil, tag: Int? = nil) {
                                                                                               ^~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/DHDeclarable/Classes/DHDStack/DHDStack.swift:13:26: error: cannot find type 'UIStackView' in scope
    open class DHDStack: UIStackView {
                         ^~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/DHDeclarable/Classes/DHDStack/DHDVStack.swift:16:50: error: cannot find type 'UIStackView' in scope
        override public func setup(distribution: UIStackView.Distribution = .fill, spacing: CGFloat = 0, alignment: UIStackView.Alignment? = nil, tag: Int? = nil) {
                                                 ^~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/DHDeclarable/Classes/DHDStack/DHDVStack.swift:16:117: error: cannot find type 'UIStackView' in scope
        override public func setup(distribution: UIStackView.Distribution = .fill, spacing: CGFloat = 0, alignment: UIStackView.Alignment? = nil, tag: Int? = nil) {
                                                                                                                    ^~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/DHDeclarable/Classes/DHDView/DHDView.swift:13:25: error: cannot find type 'UIView' in scope
    open class DHDView: UIView {
                        ^~~~~~
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSTextAttachment.h:23:1: note: interface 'UIView' forward declared here
@class UIView;
^
/Users/admin/builder/spi-builder-workspace/Sources/DHDeclarable/Classes/DHDViewController/DHDViewController.swift:22:24: error: cannot find type 'UIView' in scope
        open var body: UIView
                       ^~~~~~
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSTextAttachment.h:23:1: note: interface 'UIView' forward declared here
@class UIView;
^
/Users/admin/builder/spi-builder-workspace/Sources/DHDeclarable/Classes/DHDViewController/DHDViewController.swift:48:30: error: method does not override any method from its superclass
        override public func loadView() {
        ~~~~~~~~             ^
/Users/admin/builder/spi-builder-workspace/Sources/DHDeclarable/Classes/DHDViewController/DHDViewController.swift:61:56: error: cannot find type 'UIView' in scope
        @discardableResult public func reloadView() -> UIView {
                                                       ^~~~~~
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSTextAttachment.h:23:1: note: interface 'UIView' forward declared here
@class UIView;
^
/Users/admin/builder/spi-builder-workspace/Sources/DHDeclarable/Classes/DHDViewController/DHDViewController.swift:85:82: error: cannot find type 'UITraitCollection' in scope
        override public func traitCollectionDidChange(_ previousTraitCollection: UITraitCollection?) {
                                                                                 ^~~~~~~~~~~~~~~~~
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIColor.h:20:1: note: interface 'UITraitCollection' forward declared here
@class UITraitCollection;
^
/Users/admin/builder/spi-builder-workspace/Sources/DHDeclarable/Classes/DHDViewController/DHDViewController.swift:100:60: error: cannot find type 'UITraitCollection' in scope
        static func systemBackground(from traitCollection: UITraitCollection, useSystemBackgroundIfAvailable: Bool = true) -> UIColor {
                                                           ^~~~~~~~~~~~~~~~~
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIColor.h:20:1: note: interface 'UITraitCollection' forward declared here
@class UITraitCollection;
^
/Users/admin/builder/spi-builder-workspace/Sources/DHDeclarable/Classes/DHDViewController/DHDViewController.swift:7:35: error: cannot find type 'UIViewController' in scope
    open class DHDViewController: UIViewController, DHDViewControlling {
                                  ^~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/DHDeclarable/Classes/DHDViewController/DHDViewControlling.swift:10:19: error: cannot find type 'UIView' in scope
        var body: UIView { get set }
                  ^~~~~~
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSTextAttachment.h:23:1: note: interface 'UIView' forward declared here
@class UIView;
^
/Users/admin/builder/spi-builder-workspace/Sources/DHDeclarable/Classes/DHDViewController/DHDViewControlling.swift:14:49: error: cannot find type 'UIView' in scope
        @discardableResult func reloadView() -> UIView
                                                ^~~~~~
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSTextAttachment.h:23:1: note: interface 'UIView' forward declared here
@class UIView;
^
/Users/admin/builder/spi-builder-workspace/Sources/DHDeclarable/Extensions/UIKit/UIKit+DHDStringRepresentable.swift:13:15: error: cannot find type 'UILabel' in scope
    extension UILabel: DHDStringRepresentable {
              ^~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/DHDeclarable/Extensions/UIKit/UIKit+DHDStringRepresentable.swift:20:15: error: cannot find type 'UIButton' in scope
    extension UIButton: DHDStringRepresentable {
              ^~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/DHDeclarable/Extensions/UIKit/UILabel/UILabel+Style.swift:12:22: error: cannot find type 'UILabel' in scope
    public extension UILabel {
                     ^~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/DHDeclarable/Extensions/UIKit/UIStackView/UIStackView+Layout.swift:12:22: error: cannot find type 'UIStackView' in scope
    public extension UIStackView {
                     ^~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/DHDeclarable/Extensions/UIKit/UIStackView/UIStackView+Rrecursive.swift:12:22: error: cannot find type 'UIStackView' in scope
    public extension UIStackView {
                     ^~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/DHDeclarable/Extensions/UIKit/UIStackView/UIStackView+arrangedSubviewAtIndex.swift:12:22: error: cannot find type 'UIStackView' in scope
    public extension UIStackView {
                     ^~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/DHDeclarable/Extensions/UIKit/UIStackView/UIStackView+forEach.swift:12:22: error: cannot find type 'UIStackView' in scope
    public extension UIStackView {
                     ^~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/DHDeclarable/Extensions/UIKit/UIStackView/UIStackView+removeAllArrangedSubviews.swift:12:22: error: cannot find type 'UIStackView' in scope
    public extension UIStackView {
                     ^~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/DHDeclarable/Extensions/UIKit/UIView/UIView+Divider.swift:12:22: error: cannot find type 'UIView' in scope
    public extension UIView {
                     ^~~~~~
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSTextAttachment.h:23:1: note: interface 'UIView' forward declared here
@class UIView;
^
/Users/admin/builder/spi-builder-workspace/Sources/DHDeclarable/Extensions/UIKit/UIView/UIView+Style.swift:12:22: error: cannot find type 'UIView' in scope
    public extension UIView {
                     ^~~~~~
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSTextAttachment.h:23:1: note: interface 'UIView' forward declared here
@class UIView;
^
/Users/admin/builder/spi-builder-workspace/Sources/DHDeclarable/Extensions/UIKit/UIView/UIView+as.swift:12:15: error: cannot find type 'UIView' in scope
    extension UIView {
              ^~~~~~
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSTextAttachment.h:23:1: note: interface 'UIView' forward declared here
@class UIView;
^
/Users/admin/builder/spi-builder-workspace/Sources/DHDeclarable/Extensions/UIKit/UIView/UIView+center.swift:12:22: error: cannot find type 'UIView' in scope
    public extension UIView {
                     ^~~~~~
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSTextAttachment.h:23:1: note: interface 'UIView' forward declared here
@class UIView;
^
/Users/admin/builder/spi-builder-workspace/Sources/DHDeclarable/Extensions/UIKit/UIView/UIView+declaredWithRedLines.swift:12:22: error: cannot find type 'UIView' in scope
    public extension UIView {
                     ^~~~~~
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSTextAttachment.h:23:1: note: interface 'UIView' forward declared here
@class UIView;
^
/Users/admin/builder/spi-builder-workspace/Sources/DHDeclarable/Extensions/UIKit/UIView/UIView+pin.swift:12:22: error: cannot find type 'UIView' in scope
    public extension UIView {
                     ^~~~~~
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSTextAttachment.h:23:1: note: interface 'UIView' forward declared here
@class UIView;
^
/Users/admin/builder/spi-builder-workspace/Sources/DHDeclarable/Extensions/UIKit/UIView/UIView+rounded.swift:12:22: error: cannot find type 'UIView' in scope
    public extension UIView {
                     ^~~~~~
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSTextAttachment.h:23:1: note: interface 'UIView' forward declared here
@class UIView;
^
/Users/admin/builder/spi-builder-workspace/Sources/DHDeclarable/Extensions/UIKit/UIView/UIView+tag.swift:12:22: error: cannot find type 'UIView' in scope
    public extension UIView {
                     ^~~~~~
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSTextAttachment.h:23:1: note: interface 'UIView' forward declared here
@class UIView;
^
/Users/admin/builder/spi-builder-workspace/Sources/DHDeclarable/Extensions/UIKit/UIViewController/UIViewController+as.swift:12:22: error: cannot find type 'UIViewController' in scope
    public extension UIViewController {
                     ^~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/DHDeclarable/Previews/UIView+Preview.swift:15:48: error: cannot find type 'UIView' in scope
        @available(iOS 13, *) public extension UIView {
                                               ^~~~~~
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSTextAttachment.h:23:1: note: interface 'UIView' forward declared here
@class UIView;
^
/Users/admin/builder/spi-builder-workspace/Sources/DHDeclarable/Previews/UIViewController+Preview.swift:16:48: error: cannot find type 'UIViewController' in scope
        @available(iOS 13, *) public extension UIViewController {
                                               ^~~~~~~~~~~~~~~~
SwiftCompile normal arm64 Compiling\ UIKit+DHDStringRepresentable.swift,\ UILabel+Style.swift,\ UIStackView+Layout.swift,\ UIStackView+Rrecursive.swift /Users/admin/builder/spi-builder-workspace/Sources/DHDeclarable/Extensions/UIKit/UIKit+DHDStringRepresentable.swift /Users/admin/builder/spi-builder-workspace/Sources/DHDeclarable/Extensions/UIKit/UILabel/UILabel+Style.swift /Users/admin/builder/spi-builder-workspace/Sources/DHDeclarable/Extensions/UIKit/UIStackView/UIStackView+Layout.swift /Users/admin/builder/spi-builder-workspace/Sources/DHDeclarable/Extensions/UIKit/UIStackView/UIStackView+Rrecursive.swift (in target 'DHDeclarable' from project 'DHDeclarable')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/DHDeclarable/Extensions/UIKit/UIKit+DHDStringRepresentable.swift (in target 'DHDeclarable' from project 'DHDeclarable')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/DHDeclarable/Extensions/UIKit/UILabel/UILabel+Style.swift (in target 'DHDeclarable' from project 'DHDeclarable')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/DHDeclarable/Extensions/UIKit/UIStackView/UIStackView+Layout.swift (in target 'DHDeclarable' from project 'DHDeclarable')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/DHDeclarable/Extensions/UIKit/UIStackView/UIStackView+Rrecursive.swift (in target 'DHDeclarable' from project 'DHDeclarable')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 Compiling\ DHDeclarable.swift,\ Collection+optional.swift,\ String+asLabel.swift,\ String+inQuotes.swift /Users/admin/builder/spi-builder-workspace/Sources/DHDeclarable/DHDeclarable.swift /Users/admin/builder/spi-builder-workspace/Sources/DHDeclarable/Extensions/Collection+optional.swift /Users/admin/builder/spi-builder-workspace/Sources/DHDeclarable/Extensions/String/String+asLabel.swift /Users/admin/builder/spi-builder-workspace/Sources/DHDeclarable/Extensions/String/String+inQuotes.swift (in target 'DHDeclarable' from project 'DHDeclarable')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/DHDeclarable/DHDeclarable.swift (in target 'DHDeclarable' from project 'DHDeclarable')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/DHDeclarable/Extensions/Collection+optional.swift (in target 'DHDeclarable' from project 'DHDeclarable')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/DHDeclarable/Extensions/String/String+asLabel.swift (in target 'DHDeclarable' from project 'DHDeclarable')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/DHDeclarable/Extensions/String/String+inQuotes.swift (in target 'DHDeclarable' from project 'DHDeclarable')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 Compiling\ UIView+pin.swift,\ UIView+rounded.swift,\ UIView+tag.swift,\ UIViewController+as.swift /Users/admin/builder/spi-builder-workspace/Sources/DHDeclarable/Extensions/UIKit/UIView/UIView+pin.swift /Users/admin/builder/spi-builder-workspace/Sources/DHDeclarable/Extensions/UIKit/UIView/UIView+rounded.swift /Users/admin/builder/spi-builder-workspace/Sources/DHDeclarable/Extensions/UIKit/UIView/UIView+tag.swift /Users/admin/builder/spi-builder-workspace/Sources/DHDeclarable/Extensions/UIKit/UIViewController/UIViewController+as.swift (in target 'DHDeclarable' from project 'DHDeclarable')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/DHDeclarable/Extensions/UIKit/UIView/UIView+pin.swift (in target 'DHDeclarable' from project 'DHDeclarable')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/DHDeclarable/Extensions/UIKit/UIView/UIView+rounded.swift (in target 'DHDeclarable' from project 'DHDeclarable')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/DHDeclarable/Extensions/UIKit/UIView/UIView+tag.swift (in target 'DHDeclarable' from project 'DHDeclarable')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/DHDeclarable/Extensions/UIKit/UIViewController/UIViewController+as.swift (in target 'DHDeclarable' from project 'DHDeclarable')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 Compiling\ UIView+Preview.swift,\ UIViewController+Preview.swift,\ ResettableLazy.swift,\ DHDStringRepresentable.swift /Users/admin/builder/spi-builder-workspace/Sources/DHDeclarable/Previews/UIView+Preview.swift /Users/admin/builder/spi-builder-workspace/Sources/DHDeclarable/Previews/UIViewController+Preview.swift /Users/admin/builder/spi-builder-workspace/Sources/DHDeclarable/PropertyWrappers/ResettableLazy.swift /Users/admin/builder/spi-builder-workspace/Sources/DHDeclarable/Protocols/DHDStringRepresentable.swift (in target 'DHDeclarable' from project 'DHDeclarable')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/DHDeclarable/Previews/UIView+Preview.swift (in target 'DHDeclarable' from project 'DHDeclarable')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/DHDeclarable/Previews/UIViewController+Preview.swift (in target 'DHDeclarable' from project 'DHDeclarable')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/DHDeclarable/PropertyWrappers/ResettableLazy.swift (in target 'DHDeclarable' from project 'DHDeclarable')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/DHDeclarable/Protocols/DHDStringRepresentable.swift (in target 'DHDeclarable' from project 'DHDeclarable')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 Compiling\ DHDVStack.swift,\ DHDView+divider.swift,\ DHDView+spacer.swift,\ DHDView.swift /Users/admin/builder/spi-builder-workspace/Sources/DHDeclarable/Classes/DHDStack/DHDVStack.swift /Users/admin/builder/spi-builder-workspace/Sources/DHDeclarable/Classes/DHDView/DHDView+divider.swift /Users/admin/builder/spi-builder-workspace/Sources/DHDeclarable/Classes/DHDView/DHDView+spacer.swift /Users/admin/builder/spi-builder-workspace/Sources/DHDeclarable/Classes/DHDView/DHDView.swift (in target 'DHDeclarable' from project 'DHDeclarable')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/DHDeclarable/Classes/DHDStack/DHDVStack.swift (in target 'DHDeclarable' from project 'DHDeclarable')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/DHDeclarable/Classes/DHDView/DHDView+divider.swift (in target 'DHDeclarable' from project 'DHDeclarable')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/DHDeclarable/Classes/DHDView/DHDView+spacer.swift (in target 'DHDeclarable' from project 'DHDeclarable')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/DHDeclarable/Classes/DHDView/DHDView.swift (in target 'DHDeclarable' from project 'DHDeclarable')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 Compiling\ UIStackView+arrangedSubviewAtIndex.swift,\ UIStackView+forEach.swift,\ UIStackView+removeAllArrangedSubviews.swift,\ UIView+Divider.swift /Users/admin/builder/spi-builder-workspace/Sources/DHDeclarable/Extensions/UIKit/UIStackView/UIStackView+arrangedSubviewAtIndex.swift /Users/admin/builder/spi-builder-workspace/Sources/DHDeclarable/Extensions/UIKit/UIStackView/UIStackView+forEach.swift /Users/admin/builder/spi-builder-workspace/Sources/DHDeclarable/Extensions/UIKit/UIStackView/UIStackView+removeAllArrangedSubviews.swift /Users/admin/builder/spi-builder-workspace/Sources/DHDeclarable/Extensions/UIKit/UIView/UIView+Divider.swift (in target 'DHDeclarable' from project 'DHDeclarable')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/DHDeclarable/Extensions/UIKit/UIStackView/UIStackView+arrangedSubviewAtIndex.swift (in target 'DHDeclarable' from project 'DHDeclarable')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/DHDeclarable/Extensions/UIKit/UIStackView/UIStackView+forEach.swift (in target 'DHDeclarable' from project 'DHDeclarable')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/DHDeclarable/Extensions/UIKit/UIStackView/UIStackView+removeAllArrangedSubviews.swift (in target 'DHDeclarable' from project 'DHDeclarable')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/DHDeclarable/Extensions/UIKit/UIView/UIView+Divider.swift (in target 'DHDeclarable' from project 'DHDeclarable')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftEmitModule normal armv7k Emitting\ module\ for\ DHDeclarable (in target 'DHDeclarable' from project 'DHDeclarable')
Command SwiftEmitModule failed with a nonzero exit code
** BUILD FAILED **
The following build commands failed:
	SwiftEmitModule normal arm64 Emitting\ module\ for\ DHDeclarable (in target 'DHDeclarable' from project 'DHDeclarable')
	EmitSwiftModule normal arm64 (in target 'DHDeclarable' from project 'DHDeclarable')
	SwiftEmitModule normal armv7k Emitting\ module\ for\ DHDeclarable (in target 'DHDeclarable' from project 'DHDeclarable')
	Building workspace spi-builder-workspace with scheme DHDeclarable
(4 failures)
BUILD FAILURE 6.1 watchOS