The Swift Package Index logo.Swift Package Index

Has it really been five years since Swift Package Index launched? Read our anniversary blog post!

Build Information

Failed to build SimpleConstraints, reference 0.2.2 (235bd5), with Swift 6.1 for watchOS using Xcode 16.3 on 5 May 2025 03:24:26 UTC.

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.61.3
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/nicolaischneider/SimpleConstraints.git
Reference: 0.2.2
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/nicolaischneider/SimpleConstraints
 * tag               0.2.2      -> FETCH_HEAD
HEAD is now at 235bd57 changed pod name
Cloned https://github.com/nicolaischneider/SimpleConstraints.git
Revision (git rev-parse @):
235bd57ccf7bb86381b4bed19bc6e9ed4bbc34aa
SUCCESS checkout https://github.com/nicolaischneider/SimpleConstraints.git at 0.2.2
========================================
Build
========================================
Selected platform:         watchOS
Swift version:             6.1
Building package at path:  $PWD
https://github.com/nicolaischneider/SimpleConstraints.git
https://github.com/nicolaischneider/SimpleConstraints.git
{
  "dependencies" : [
  ],
  "manifest_display_name" : "SimpleConstraints",
  "name" : "SimpleConstraints",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "12.0"
    },
    {
      "name" : "tvos",
      "version" : "12.0"
    }
  ],
  "products" : [
    {
      "name" : "SimpleConstraints",
      "targets" : [
        "SimpleConstraints"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "SimpleConstraintsTests",
      "module_type" : "SwiftTarget",
      "name" : "SimpleConstraintsTests",
      "path" : "Tests/SimpleConstraintsTests",
      "sources" : [
        "SimpleConstraintsTests.swift"
      ],
      "target_dependencies" : [
        "SimpleConstraints"
      ],
      "type" : "test"
    },
    {
      "c99name" : "SimpleConstraints",
      "module_type" : "SwiftTarget",
      "name" : "SimpleConstraints",
      "path" : "Sources/SimpleConstraints",
      "product_memberships" : [
        "SimpleConstraints"
      ],
      "sources" : [
        "Common/Logging.swift",
        "ConstraintAnchor.swift",
        "ConstraintAnchorUnsafe.swift",
        "Extensions/ConstraintHelper/UIView+ConstraintEdgesAndHeight.swift",
        "Extensions/ConstraintHelper/UIView+ConstraintEdgesAndRatio.swift",
        "Extensions/ConstraintHelper/UIView+ConstraintEdgesAndSize.swift",
        "Extensions/ConstraintHelper/UIView+ConstraintsAllEdges.swift",
        "Extensions/ConstraintHelper/UIView+ConstraintsCenterWithSize.swift",
        "Extensions/ConstraintHelper/UIView+ConstraintsEdgeCenterWithSize.swift",
        "Extensions/ConstraintHelperUnsafe/UIView+UnsafeConstraints.swift",
        "Extensions/UIView+Helper.swift",
        "SimpleConstraints.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.9"
}
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
Resolve Package Graph
Resolved source packages:
  SimpleConstraints: /Users/admin/builder/spi-builder-workspace
resolved source packages: SimpleConstraints
{
  "dependencies" : [
  ],
  "manifest_display_name" : "SimpleConstraints",
  "name" : "SimpleConstraints",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "12.0"
    },
    {
      "name" : "tvos",
      "version" : "12.0"
    }
  ],
  "products" : [
    {
      "name" : "SimpleConstraints",
      "targets" : [
        "SimpleConstraints"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "SimpleConstraintsTests",
      "module_type" : "SwiftTarget",
      "name" : "SimpleConstraintsTests",
      "path" : "Tests/SimpleConstraintsTests",
      "sources" : [
        "SimpleConstraintsTests.swift"
      ],
      "target_dependencies" : [
        "SimpleConstraints"
      ],
      "type" : "test"
    },
    {
      "c99name" : "SimpleConstraints",
      "module_type" : "SwiftTarget",
      "name" : "SimpleConstraints",
      "path" : "Sources/SimpleConstraints",
      "product_memberships" : [
        "SimpleConstraints"
      ],
      "sources" : [
        "Common/Logging.swift",
        "ConstraintAnchor.swift",
        "ConstraintAnchorUnsafe.swift",
        "Extensions/ConstraintHelper/UIView+ConstraintEdgesAndHeight.swift",
        "Extensions/ConstraintHelper/UIView+ConstraintEdgesAndRatio.swift",
        "Extensions/ConstraintHelper/UIView+ConstraintEdgesAndSize.swift",
        "Extensions/ConstraintHelper/UIView+ConstraintsAllEdges.swift",
        "Extensions/ConstraintHelper/UIView+ConstraintsCenterWithSize.swift",
        "Extensions/ConstraintHelper/UIView+ConstraintsEdgeCenterWithSize.swift",
        "Extensions/ConstraintHelperUnsafe/UIView+UnsafeConstraints.swift",
        "Extensions/UIView+Helper.swift",
        "SimpleConstraints.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.9"
}
{
  "workspace" : {
    "name" : "spi-builder-workspace",
    "schemes" : [
      "SimpleConstraints"
    ]
  }
}
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme SimpleConstraints -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 SimpleConstraints -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
Resolved source packages:
  SimpleConstraints: /Users/admin/builder/spi-builder-workspace
ComputePackagePrebuildTargetDependencyGraph
Prepare packages
CreateBuildRequest
SendProjectDescription
CreateBuildOperation
ComputeTargetDependencyGraph
note: Building targets in dependency order
note: Target dependency graph (2 targets)
    Target 'SimpleConstraints' in project 'SimpleConstraints'
        ➜ Explicit dependency on target 'SimpleConstraints' in project 'SimpleConstraints'
    Target 'SimpleConstraints' in project 'SimpleConstraints' (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: 2b30d9ec21c7a30fbf4cbd939925ec29
Build description path: /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCBuildData/2b30d9ec21c7a30fbf4cbd939925ec29.xcbuilddata
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
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/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/SimpleConstraints.build/Debug-watchos/SimpleConstraints.build/SimpleConstraints.DependencyStaticMetadataFileList (in target 'SimpleConstraints' from project 'SimpleConstraints')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SimpleConstraints.build/Debug-watchos/SimpleConstraints.build/SimpleConstraints.DependencyStaticMetadataFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SimpleConstraints.build/Debug-watchos/SimpleConstraints.build/SimpleConstraints.DependencyMetadataFileList (in target 'SimpleConstraints' from project 'SimpleConstraints')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SimpleConstraints.build/Debug-watchos/SimpleConstraints.build/SimpleConstraints.DependencyMetadataFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SimpleConstraints.build/Debug-watchos/SimpleConstraints.build/Objects-normal/armv7k/SimpleConstraints.SwiftFileList (in target 'SimpleConstraints' from project 'SimpleConstraints')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SimpleConstraints.build/Debug-watchos/SimpleConstraints.build/Objects-normal/armv7k/SimpleConstraints.SwiftFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SimpleConstraints.build/Debug-watchos/SimpleConstraints.build/SimpleConstraints.modulemap (in target 'SimpleConstraints' from project 'SimpleConstraints')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SimpleConstraints.build/Debug-watchos/SimpleConstraints.build/SimpleConstraints.modulemap
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SimpleConstraints.build/Debug-watchos/SimpleConstraints.build/Objects-normal/armv7k/SimpleConstraints.SwiftConstValuesFileList (in target 'SimpleConstraints' from project 'SimpleConstraints')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SimpleConstraints.build/Debug-watchos/SimpleConstraints.build/Objects-normal/armv7k/SimpleConstraints.SwiftConstValuesFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SimpleConstraints.build/Debug-watchos/SimpleConstraints.build/Objects-normal/armv7k/SimpleConstraints.LinkFileList (in target 'SimpleConstraints' from project 'SimpleConstraints')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SimpleConstraints.build/Debug-watchos/SimpleConstraints.build/Objects-normal/armv7k/SimpleConstraints.LinkFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SimpleConstraints.build/Debug-watchos/SimpleConstraints.build/Objects-normal/armv7k/SimpleConstraints_const_extract_protocols.json (in target 'SimpleConstraints' from project 'SimpleConstraints')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SimpleConstraints.build/Debug-watchos/SimpleConstraints.build/Objects-normal/armv7k/SimpleConstraints_const_extract_protocols.json
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SimpleConstraints.build/Debug-watchos/SimpleConstraints.build/Objects-normal/armv7k/SimpleConstraints-OutputFileMap.json (in target 'SimpleConstraints' from project 'SimpleConstraints')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SimpleConstraints.build/Debug-watchos/SimpleConstraints.build/Objects-normal/armv7k/SimpleConstraints-OutputFileMap.json
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SimpleConstraints.build/Debug-watchos/SimpleConstraints.build/Objects-normal/arm64_32/SimpleConstraints_const_extract_protocols.json (in target 'SimpleConstraints' from project 'SimpleConstraints')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SimpleConstraints.build/Debug-watchos/SimpleConstraints.build/Objects-normal/arm64_32/SimpleConstraints_const_extract_protocols.json
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SimpleConstraints.build/Debug-watchos/SimpleConstraints.build/Objects-normal/arm64_32/SimpleConstraints.SwiftFileList (in target 'SimpleConstraints' from project 'SimpleConstraints')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SimpleConstraints.build/Debug-watchos/SimpleConstraints.build/Objects-normal/arm64_32/SimpleConstraints.SwiftFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SimpleConstraints.build/Debug-watchos/SimpleConstraints.build/Objects-normal/arm64_32/SimpleConstraints.SwiftConstValuesFileList (in target 'SimpleConstraints' from project 'SimpleConstraints')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SimpleConstraints.build/Debug-watchos/SimpleConstraints.build/Objects-normal/arm64_32/SimpleConstraints.SwiftConstValuesFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SimpleConstraints.build/Debug-watchos/SimpleConstraints.build/Objects-normal/arm64_32/SimpleConstraints-OutputFileMap.json (in target 'SimpleConstraints' from project 'SimpleConstraints')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SimpleConstraints.build/Debug-watchos/SimpleConstraints.build/Objects-normal/arm64_32/SimpleConstraints-OutputFileMap.json
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SimpleConstraints.build/Debug-watchos/SimpleConstraints.build/Objects-normal/arm64_32/SimpleConstraints.LinkFileList (in target 'SimpleConstraints' from project 'SimpleConstraints')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SimpleConstraints.build/Debug-watchos/SimpleConstraints.build/Objects-normal/arm64_32/SimpleConstraints.LinkFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SimpleConstraints.build/Debug-watchos/SimpleConstraints.build/Objects-normal/arm64/SimpleConstraints.LinkFileList (in target 'SimpleConstraints' from project 'SimpleConstraints')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SimpleConstraints.build/Debug-watchos/SimpleConstraints.build/Objects-normal/arm64/SimpleConstraints.LinkFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SimpleConstraints.build/Debug-watchos/SimpleConstraints.build/Objects-normal/arm64/SimpleConstraints_const_extract_protocols.json (in target 'SimpleConstraints' from project 'SimpleConstraints')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SimpleConstraints.build/Debug-watchos/SimpleConstraints.build/Objects-normal/arm64/SimpleConstraints_const_extract_protocols.json
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SimpleConstraints.build/Debug-watchos/SimpleConstraints.build/Objects-normal/arm64/SimpleConstraints-OutputFileMap.json (in target 'SimpleConstraints' from project 'SimpleConstraints')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SimpleConstraints.build/Debug-watchos/SimpleConstraints.build/Objects-normal/arm64/SimpleConstraints-OutputFileMap.json
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SimpleConstraints.build/Debug-watchos/SimpleConstraints.build/Objects-normal/arm64/SimpleConstraints.SwiftFileList (in target 'SimpleConstraints' from project 'SimpleConstraints')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SimpleConstraints.build/Debug-watchos/SimpleConstraints.build/Objects-normal/arm64/SimpleConstraints.SwiftFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SimpleConstraints.build/Debug-watchos/SimpleConstraints.build/Objects-normal/arm64/SimpleConstraints.SwiftConstValuesFileList (in target 'SimpleConstraints' from project 'SimpleConstraints')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SimpleConstraints.build/Debug-watchos/SimpleConstraints.build/Objects-normal/arm64/SimpleConstraints.SwiftConstValuesFileList
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-watchos/SimpleConstraints.modulemap /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SimpleConstraints.build/Debug-watchos/SimpleConstraints.build/SimpleConstraints.modulemap (in target 'SimpleConstraints' from project 'SimpleConstraints')
    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/SimpleConstraints.build/Debug-watchos/SimpleConstraints.build/SimpleConstraints.modulemap /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-watchos
SwiftDriver SimpleConstraints normal arm64_32 com.apple.xcode.tools.swift.compiler (in target 'SimpleConstraints' from project 'SimpleConstraints')
    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 SimpleConstraints -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SimpleConstraints.build/Debug-watchos/SimpleConstraints.build/Objects-normal/arm64_32/SimpleConstraints.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/SimpleConstraints.build/Debug-watchos/SimpleConstraints.build/Objects-normal/arm64_32/SimpleConstraints-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/SimpleConstraints.build/Debug-watchos/SimpleConstraints.build/Objects-normal/arm64_32/SimpleConstraints.swiftmodule -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -package-name spi_builder_workspace -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SimpleConstraints.build/Debug-watchos/SimpleConstraints.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SimpleConstraints.build/Debug-watchos/SimpleConstraints.build/Objects-normal/arm64_32/SimpleConstraints_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/SimpleConstraints.build/Debug-watchos/SimpleConstraints.build/DerivedSources-normal/arm64_32 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SimpleConstraints.build/Debug-watchos/SimpleConstraints.build/DerivedSources/arm64_32 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SimpleConstraints.build/Debug-watchos/SimpleConstraints.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/SimpleConstraints.build/Debug-watchos/SimpleConstraints.build/Objects-normal/arm64_32/SimpleConstraints-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
SwiftDriver SimpleConstraints normal arm64 com.apple.xcode.tools.swift.compiler (in target 'SimpleConstraints' from project 'SimpleConstraints')
    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 SimpleConstraints -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SimpleConstraints.build/Debug-watchos/SimpleConstraints.build/Objects-normal/arm64/SimpleConstraints.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/SimpleConstraints.build/Debug-watchos/SimpleConstraints.build/Objects-normal/arm64/SimpleConstraints-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/SimpleConstraints.build/Debug-watchos/SimpleConstraints.build/Objects-normal/arm64/SimpleConstraints.swiftmodule -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -package-name spi_builder_workspace -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SimpleConstraints.build/Debug-watchos/SimpleConstraints.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SimpleConstraints.build/Debug-watchos/SimpleConstraints.build/Objects-normal/arm64/SimpleConstraints_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/SimpleConstraints.build/Debug-watchos/SimpleConstraints.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SimpleConstraints.build/Debug-watchos/SimpleConstraints.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SimpleConstraints.build/Debug-watchos/SimpleConstraints.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/SimpleConstraints.build/Debug-watchos/SimpleConstraints.build/Objects-normal/arm64/SimpleConstraints-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
SwiftDriver SimpleConstraints normal armv7k com.apple.xcode.tools.swift.compiler (in target 'SimpleConstraints' from project 'SimpleConstraints')
    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 SimpleConstraints -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SimpleConstraints.build/Debug-watchos/SimpleConstraints.build/Objects-normal/armv7k/SimpleConstraints.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/SimpleConstraints.build/Debug-watchos/SimpleConstraints.build/Objects-normal/armv7k/SimpleConstraints-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/SimpleConstraints.build/Debug-watchos/SimpleConstraints.build/Objects-normal/armv7k/SimpleConstraints.swiftmodule -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -package-name spi_builder_workspace -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SimpleConstraints.build/Debug-watchos/SimpleConstraints.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SimpleConstraints.build/Debug-watchos/SimpleConstraints.build/Objects-normal/armv7k/SimpleConstraints_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/SimpleConstraints.build/Debug-watchos/SimpleConstraints.build/DerivedSources-normal/armv7k -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SimpleConstraints.build/Debug-watchos/SimpleConstraints.build/DerivedSources/armv7k -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SimpleConstraints.build/Debug-watchos/SimpleConstraints.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/SimpleConstraints.build/Debug-watchos/SimpleConstraints.build/Objects-normal/armv7k/SimpleConstraints-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
SwiftEmitModule normal armv7k Emitting\ module\ for\ SimpleConstraints (in target 'SimpleConstraints' from project 'SimpleConstraints')
EmitSwiftModule normal armv7k (in target 'SimpleConstraints' from project 'SimpleConstraints')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

/Users/admin/builder/spi-builder-workspace/Sources/SimpleConstraints/ConstraintAnchor.swift:15:35: error: cannot find type 'NSLayoutDimension' in scope
    func anchor (view: UIView) -> NSLayoutDimension {
                                  ^~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/SimpleConstraints/ConstraintAnchor.swift:15:24: error: cannot find type 'UIView' in scope
    func anchor (view: UIView) -> NSLayoutDimension {
                       ^~~~~~
/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/SimpleConstraints/ConstraintAnchor.swift:26:14: error: cannot find type 'UIView' in scope
    case top(UIView, CGFloat)
             ^~~~~~
/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/SimpleConstraints/ConstraintAnchor.swift:27:18: error: cannot find type 'UIView' in scope
    case topSafe(UIView, CGFloat)
                 ^~~~~~
/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/SimpleConstraints/ConstraintAnchor.swift:28:17: error: cannot find type 'UIView' in scope
    case bottom(UIView, CGFloat)
                ^~~~~~
/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/SimpleConstraints/ConstraintAnchor.swift:29:21: error: cannot find type 'UIView' in scope
    case bottomSafe(UIView, CGFloat)
                    ^~~~~~
/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/SimpleConstraints/ConstraintAnchor.swift:30:18: error: cannot find type 'UIView' in scope
    case centerY(UIView, CGFloat)
                 ^~~~~~
/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/SimpleConstraints/ConstraintAnchor.swift:32:29: error: cannot find type 'UIView' in scope
    init(egde: EdgeY, view: 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/SimpleConstraints/ConstraintAnchor.swift:58:17: error: cannot find type 'NSLayoutYAxisAnchor' in scope
    var anchor: NSLayoutYAxisAnchor {
                ^~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/SimpleConstraints/ConstraintAnchor.swift:75:15: error: cannot find type 'UIView' in scope
    case left(UIView, CGFloat)
              ^~~~~~
/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/SimpleConstraints/ConstraintAnchor.swift:76:19: error: cannot find type 'UIView' in scope
    case leftSafe(UIView, CGFloat)
                  ^~~~~~
/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/SimpleConstraints/ConstraintAnchor.swift:77:16: error: cannot find type 'UIView' in scope
    case right(UIView, CGFloat)
               ^~~~~~
/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/SimpleConstraints/ConstraintAnchor.swift:78:20: error: cannot find type 'UIView' in scope
    case rightSafe(UIView, CGFloat)
                   ^~~~~~
/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/SimpleConstraints/ConstraintAnchor.swift:79:18: error: cannot find type 'UIView' in scope
    case centerX(UIView, CGFloat)
                 ^~~~~~
/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/SimpleConstraints/ConstraintAnchor.swift:81:29: error: cannot find type 'UIView' in scope
    init(egde: EdgeX, view: 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/SimpleConstraints/ConstraintAnchor.swift:107:17: error: cannot find type 'NSLayoutXAxisAnchor' in scope
    var anchor: NSLayoutXAxisAnchor {
                ^~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/SimpleConstraints/ConstraintAnchorUnsafe.swift:22:14: error: cannot find type 'UIView' in scope
    case top(UIView, CGFloat)
             ^~~~~~
/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/SimpleConstraints/ConstraintAnchorUnsafe.swift:23:18: error: cannot find type 'UIView' in scope
    case topSafe(UIView, CGFloat)
                 ^~~~~~
/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/SimpleConstraints/ConstraintAnchorUnsafe.swift:24:17: error: cannot find type 'UIView' in scope
    case bottom(UIView, CGFloat)
                ^~~~~~
/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/SimpleConstraints/ConstraintAnchorUnsafe.swift:25:21: error: cannot find type 'UIView' in scope
    case bottomSafe(UIView, CGFloat)
                    ^~~~~~
/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/SimpleConstraints/ConstraintAnchorUnsafe.swift:26:15: error: cannot find type 'UIView' in scope
    case left(UIView, CGFloat)
              ^~~~~~
/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/SimpleConstraints/ConstraintAnchorUnsafe.swift:27:19: error: cannot find type 'UIView' in scope
    case leftSafe(UIView, CGFloat)
                  ^~~~~~
/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/SimpleConstraints/ConstraintAnchorUnsafe.swift:28:16: error: cannot find type 'UIView' in scope
    case right(UIView, CGFloat)
               ^~~~~~
/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/SimpleConstraints/ConstraintAnchorUnsafe.swift:29:20: error: cannot find type 'UIView' in scope
    case rightSafe(UIView, CGFloat)
                   ^~~~~~
/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/SimpleConstraints/ConstraintAnchorUnsafe.swift:30:18: error: cannot find type 'UIView' in scope
    case centerX(UIView, CGFloat)
                 ^~~~~~
/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/SimpleConstraints/ConstraintAnchorUnsafe.swift:31:18: error: cannot find type 'UIView' in scope
    case centerY(UIView, CGFloat)
                 ^~~~~~
/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/SimpleConstraints/ConstraintAnchorUnsafe.swift:80:18: error: cannot find type 'NSLayoutYAxisAnchor' in scope
    var anchorY: NSLayoutYAxisAnchor? {
                 ^~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/SimpleConstraints/ConstraintAnchorUnsafe.swift:97:18: error: cannot find type 'NSLayoutXAxisAnchor' in scope
    var anchorX: NSLayoutXAxisAnchor? {
                 ^~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/SimpleConstraints/Extensions/ConstraintHelper/UIView+ConstraintEdgesAndHeight.swift:3:18: 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/SimpleConstraints/Extensions/ConstraintHelper/UIView+ConstraintEdgesAndRatio.swift:3:18: 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/SimpleConstraints/Extensions/ConstraintHelper/UIView+ConstraintEdgesAndSize.swift:3:18: 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/SimpleConstraints/Extensions/ConstraintHelper/UIView+ConstraintsAllEdges.swift:3:18: 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/SimpleConstraints/Extensions/ConstraintHelper/UIView+ConstraintsCenterWithSize.swift:3:18: 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/SimpleConstraints/Extensions/ConstraintHelper/UIView+ConstraintsEdgeCenterWithSize.swift:3:18: 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/SimpleConstraints/Extensions/ConstraintHelperUnsafe/UIView+UnsafeConstraints.swift:3:18: 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/SimpleConstraints/Extensions/ConstraintHelperUnsafe/UIView+UnsafeConstraints.swift:19:11: error: cannot find type 'UIView' in scope
extension UIView {
          ^~~~~~
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSTextAttachment.h:23:1: note: interface 'UIView' forward declared here
@class UIView;
^
/Users/admin/builder/spi-builder-workspace/Sources/SimpleConstraints/Extensions/UIView+Helper.swift:3:11: error: cannot find type 'UIView' in scope
extension UIView {
          ^~~~~~
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSTextAttachment.h:23:1: note: interface 'UIView' forward declared here
@class UIView;
^
/Users/admin/builder/spi-builder-workspace/Sources/SimpleConstraints/Extensions/UIView+Helper.swift:69:11: error: cannot find type 'UIView' in scope
extension UIView {
          ^~~~~~
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSTextAttachment.h:23:1: note: interface 'UIView' forward declared here
@class UIView;
^
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/SimpleConstraints/Common/Logging.swift /Users/admin/builder/spi-builder-workspace/Sources/SimpleConstraints/ConstraintAnchor.swift /Users/admin/builder/spi-builder-workspace/Sources/SimpleConstraints/ConstraintAnchorUnsafe.swift /Users/admin/builder/spi-builder-workspace/Sources/SimpleConstraints/Extensions/ConstraintHelper/UIView+ConstraintEdgesAndHeight.swift /Users/admin/builder/spi-builder-workspace/Sources/SimpleConstraints/Extensions/ConstraintHelper/UIView+ConstraintEdgesAndRatio.swift /Users/admin/builder/spi-builder-workspace/Sources/SimpleConstraints/Extensions/ConstraintHelper/UIView+ConstraintEdgesAndSize.swift /Users/admin/builder/spi-builder-workspace/Sources/SimpleConstraints/Extensions/ConstraintHelper/UIView+ConstraintsAllEdges.swift /Users/admin/builder/spi-builder-workspace/Sources/SimpleConstraints/Extensions/ConstraintHelper/UIView+ConstraintsCenterWithSize.swift /Users/admin/builder/spi-builder-workspace/Sources/SimpleConstraints/Extensions/ConstraintHelper/UIView+ConstraintsEdgeCenterWithSize.swift /Users/admin/builder/spi-builder-workspace/Sources/SimpleConstraints/Extensions/ConstraintHelperUnsafe/UIView+UnsafeConstraints.swift /Users/admin/builder/spi-builder-workspace/Sources/SimpleConstraints/Extensions/UIView+Helper.swift /Users/admin/builder/spi-builder-workspace/Sources/SimpleConstraints/SimpleConstraints.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/SimpleConstraints.build/Debug-watchos/SimpleConstraints.build/Objects-normal/armv7k/SimpleConstraints_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/SimpleConstraints.build/Debug-watchos/SimpleConstraints.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/SimpleConstraints.build/Debug-watchos/SimpleConstraints.build/DerivedSources-normal/armv7k -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SimpleConstraints.build/Debug-watchos/SimpleConstraints.build/DerivedSources/armv7k -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SimpleConstraints.build/Debug-watchos/SimpleConstraints.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name SimpleConstraints -package-name spi_builder_workspace -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/SimpleConstraints.build/Debug-watchos/SimpleConstraints.build/Objects-normal/armv7k/SimpleConstraints.swiftdoc -emit-module-source-info-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SimpleConstraints.build/Debug-watchos/SimpleConstraints.build/Objects-normal/armv7k/SimpleConstraints.swiftsourceinfo -emit-objc-header-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SimpleConstraints.build/Debug-watchos/SimpleConstraints.build/Objects-normal/armv7k/SimpleConstraints-Swift.h -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SimpleConstraints.build/Debug-watchos/SimpleConstraints.build/Objects-normal/armv7k/SimpleConstraints-master-emit-module.dia -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SimpleConstraints.build/Debug-watchos/SimpleConstraints.build/Objects-normal/armv7k/SimpleConstraints-master-emit-module.d -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SimpleConstraints.build/Debug-watchos/SimpleConstraints.build/Objects-normal/armv7k/SimpleConstraints.swiftmodule -emit-abi-descriptor-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SimpleConstraints.build/Debug-watchos/SimpleConstraints.build/Objects-normal/armv7k/SimpleConstraints.abi.json
SwiftCompile normal armv7k Compiling\ UIView+ConstraintsAllEdges.swift /Users/admin/builder/spi-builder-workspace/Sources/SimpleConstraints/Extensions/ConstraintHelper/UIView+ConstraintsAllEdges.swift (in target 'SimpleConstraints' from project 'SimpleConstraints')
SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/SimpleConstraints/Extensions/ConstraintHelper/UIView+ConstraintsAllEdges.swift (in target 'SimpleConstraints' from project 'SimpleConstraints')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal armv7k Compiling\ UIView+UnsafeConstraints.swift /Users/admin/builder/spi-builder-workspace/Sources/SimpleConstraints/Extensions/ConstraintHelperUnsafe/UIView+UnsafeConstraints.swift (in target 'SimpleConstraints' from project 'SimpleConstraints')
SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/SimpleConstraints/Extensions/ConstraintHelperUnsafe/UIView+UnsafeConstraints.swift (in target 'SimpleConstraints' from project 'SimpleConstraints')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal armv7k Compiling\ UIView+ConstraintEdgesAndRatio.swift /Users/admin/builder/spi-builder-workspace/Sources/SimpleConstraints/Extensions/ConstraintHelper/UIView+ConstraintEdgesAndRatio.swift (in target 'SimpleConstraints' from project 'SimpleConstraints')
SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/SimpleConstraints/Extensions/ConstraintHelper/UIView+ConstraintEdgesAndRatio.swift (in target 'SimpleConstraints' from project 'SimpleConstraints')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

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

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

SwiftCompile normal armv7k Compiling\ UIView+ConstraintsEdgeCenterWithSize.swift /Users/admin/builder/spi-builder-workspace/Sources/SimpleConstraints/Extensions/ConstraintHelper/UIView+ConstraintsEdgeCenterWithSize.swift (in target 'SimpleConstraints' from project 'SimpleConstraints')
SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/SimpleConstraints/Extensions/ConstraintHelper/UIView+ConstraintsEdgeCenterWithSize.swift (in target 'SimpleConstraints' from project 'SimpleConstraints')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal armv7k Compiling\ ConstraintAnchorUnsafe.swift,\ UIView+ConstraintEdgesAndHeight.swift /Users/admin/builder/spi-builder-workspace/Sources/SimpleConstraints/ConstraintAnchorUnsafe.swift /Users/admin/builder/spi-builder-workspace/Sources/SimpleConstraints/Extensions/ConstraintHelper/UIView+ConstraintEdgesAndHeight.swift (in target 'SimpleConstraints' from project 'SimpleConstraints')
SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/SimpleConstraints/ConstraintAnchorUnsafe.swift (in target 'SimpleConstraints' from project 'SimpleConstraints')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

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

SwiftCompile normal armv7k Compiling\ UIView+Helper.swift /Users/admin/builder/spi-builder-workspace/Sources/SimpleConstraints/Extensions/UIView+Helper.swift (in target 'SimpleConstraints' from project 'SimpleConstraints')
SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/SimpleConstraints/Extensions/UIView+Helper.swift (in target 'SimpleConstraints' from project 'SimpleConstraints')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

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

SwiftCompile normal armv7k Compiling\ UIView+ConstraintEdgesAndSize.swift /Users/admin/builder/spi-builder-workspace/Sources/SimpleConstraints/Extensions/ConstraintHelper/UIView+ConstraintEdgesAndSize.swift (in target 'SimpleConstraints' from project 'SimpleConstraints')
SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/SimpleConstraints/Extensions/ConstraintHelper/UIView+ConstraintEdgesAndSize.swift (in target 'SimpleConstraints' from project 'SimpleConstraints')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftEmitModule normal arm64_32 Emitting\ module\ for\ SimpleConstraints (in target 'SimpleConstraints' from project 'SimpleConstraints')
Command SwiftEmitModule failed with a nonzero exit code
** BUILD FAILED **
The following build commands failed:
	EmitSwiftModule normal armv7k (in target 'SimpleConstraints' from project 'SimpleConstraints')
	SwiftEmitModule normal armv7k Emitting\ module\ for\ SimpleConstraints (in target 'SimpleConstraints' from project 'SimpleConstraints')
	SwiftEmitModule normal arm64_32 Emitting\ module\ for\ SimpleConstraints (in target 'SimpleConstraints' from project 'SimpleConstraints')
	Building workspace spi-builder-workspace with scheme SimpleConstraints
(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:
  SimpleConstraints: /Users/admin/builder/spi-builder-workspace
resolved source packages: SimpleConstraints
{
  "dependencies" : [
  ],
  "manifest_display_name" : "SimpleConstraints",
  "name" : "SimpleConstraints",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "12.0"
    },
    {
      "name" : "tvos",
      "version" : "12.0"
    }
  ],
  "products" : [
    {
      "name" : "SimpleConstraints",
      "targets" : [
        "SimpleConstraints"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "SimpleConstraintsTests",
      "module_type" : "SwiftTarget",
      "name" : "SimpleConstraintsTests",
      "path" : "Tests/SimpleConstraintsTests",
      "sources" : [
        "SimpleConstraintsTests.swift"
      ],
      "target_dependencies" : [
        "SimpleConstraints"
      ],
      "type" : "test"
    },
    {
      "c99name" : "SimpleConstraints",
      "module_type" : "SwiftTarget",
      "name" : "SimpleConstraints",
      "path" : "Sources/SimpleConstraints",
      "product_memberships" : [
        "SimpleConstraints"
      ],
      "sources" : [
        "Common/Logging.swift",
        "ConstraintAnchor.swift",
        "ConstraintAnchorUnsafe.swift",
        "Extensions/ConstraintHelper/UIView+ConstraintEdgesAndHeight.swift",
        "Extensions/ConstraintHelper/UIView+ConstraintEdgesAndRatio.swift",
        "Extensions/ConstraintHelper/UIView+ConstraintEdgesAndSize.swift",
        "Extensions/ConstraintHelper/UIView+ConstraintsAllEdges.swift",
        "Extensions/ConstraintHelper/UIView+ConstraintsCenterWithSize.swift",
        "Extensions/ConstraintHelper/UIView+ConstraintsEdgeCenterWithSize.swift",
        "Extensions/ConstraintHelperUnsafe/UIView+UnsafeConstraints.swift",
        "Extensions/UIView+Helper.swift",
        "SimpleConstraints.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.9"
}
{
  "workspace" : {
    "name" : "spi-builder-workspace",
    "schemes" : [
      "SimpleConstraints"
    ]
  }
}
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme SimpleConstraints -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 SimpleConstraints -destination generic/platform=watchOS
Resolve Package Graph
Resolved source packages:
  SimpleConstraints: /Users/admin/builder/spi-builder-workspace
ComputePackagePrebuildTargetDependencyGraph
Prepare packages
CreateBuildRequest
SendProjectDescription
CreateBuildOperation
ComputeTargetDependencyGraph
note: Building targets in dependency order
note: Target dependency graph (2 targets)
    Target 'SimpleConstraints' in project 'SimpleConstraints'
        ➜ Explicit dependency on target 'SimpleConstraints' in project 'SimpleConstraints'
    Target 'SimpleConstraints' in project 'SimpleConstraints' (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: 83288924b3648ad855acb3b8b21f8ac3
Build description path: /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCBuildData/83288924b3648ad855acb3b8b21f8ac3.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 SimpleConstraints normal arm64 com.apple.xcode.tools.swift.compiler (in target 'SimpleConstraints' from project 'SimpleConstraints')
    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 SimpleConstraints -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SimpleConstraints.build/Debug-watchos/SimpleConstraints.build/Objects-normal/arm64/SimpleConstraints.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/SimpleConstraints.build/Debug-watchos/SimpleConstraints.build/Objects-normal/arm64/SimpleConstraints-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/SimpleConstraints.build/Debug-watchos/SimpleConstraints.build/Objects-normal/arm64/SimpleConstraints.swiftmodule -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -package-name spi_builder_workspace -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SimpleConstraints.build/Debug-watchos/SimpleConstraints.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SimpleConstraints.build/Debug-watchos/SimpleConstraints.build/Objects-normal/arm64/SimpleConstraints_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/SimpleConstraints.build/Debug-watchos/SimpleConstraints.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SimpleConstraints.build/Debug-watchos/SimpleConstraints.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SimpleConstraints.build/Debug-watchos/SimpleConstraints.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/SimpleConstraints.build/Debug-watchos/SimpleConstraints.build/Objects-normal/arm64/SimpleConstraints-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
SwiftDriver SimpleConstraints normal arm64_32 com.apple.xcode.tools.swift.compiler (in target 'SimpleConstraints' from project 'SimpleConstraints')
    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 SimpleConstraints -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SimpleConstraints.build/Debug-watchos/SimpleConstraints.build/Objects-normal/arm64_32/SimpleConstraints.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/SimpleConstraints.build/Debug-watchos/SimpleConstraints.build/Objects-normal/arm64_32/SimpleConstraints-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/SimpleConstraints.build/Debug-watchos/SimpleConstraints.build/Objects-normal/arm64_32/SimpleConstraints.swiftmodule -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -package-name spi_builder_workspace -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SimpleConstraints.build/Debug-watchos/SimpleConstraints.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SimpleConstraints.build/Debug-watchos/SimpleConstraints.build/Objects-normal/arm64_32/SimpleConstraints_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/SimpleConstraints.build/Debug-watchos/SimpleConstraints.build/DerivedSources-normal/arm64_32 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SimpleConstraints.build/Debug-watchos/SimpleConstraints.build/DerivedSources/arm64_32 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SimpleConstraints.build/Debug-watchos/SimpleConstraints.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/SimpleConstraints.build/Debug-watchos/SimpleConstraints.build/Objects-normal/arm64_32/SimpleConstraints-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
SwiftDriver SimpleConstraints normal armv7k com.apple.xcode.tools.swift.compiler (in target 'SimpleConstraints' from project 'SimpleConstraints')
    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 SimpleConstraints -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SimpleConstraints.build/Debug-watchos/SimpleConstraints.build/Objects-normal/armv7k/SimpleConstraints.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/SimpleConstraints.build/Debug-watchos/SimpleConstraints.build/Objects-normal/armv7k/SimpleConstraints-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/SimpleConstraints.build/Debug-watchos/SimpleConstraints.build/Objects-normal/armv7k/SimpleConstraints.swiftmodule -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -package-name spi_builder_workspace -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SimpleConstraints.build/Debug-watchos/SimpleConstraints.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SimpleConstraints.build/Debug-watchos/SimpleConstraints.build/Objects-normal/armv7k/SimpleConstraints_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/SimpleConstraints.build/Debug-watchos/SimpleConstraints.build/DerivedSources-normal/armv7k -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SimpleConstraints.build/Debug-watchos/SimpleConstraints.build/DerivedSources/armv7k -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SimpleConstraints.build/Debug-watchos/SimpleConstraints.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/SimpleConstraints.build/Debug-watchos/SimpleConstraints.build/Objects-normal/armv7k/SimpleConstraints-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
SwiftCompile normal arm64 Compiling\ Logging.swift,\ ConstraintAnchor.swift /Users/admin/builder/spi-builder-workspace/Sources/SimpleConstraints/Common/Logging.swift /Users/admin/builder/spi-builder-workspace/Sources/SimpleConstraints/ConstraintAnchor.swift (in target 'SimpleConstraints' from project 'SimpleConstraints')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/SimpleConstraints/Common/Logging.swift (in target 'SimpleConstraints' from project 'SimpleConstraints')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

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

SwiftCompile normal arm64 Compiling\ UIView+ConstraintsCenterWithSize.swift /Users/admin/builder/spi-builder-workspace/Sources/SimpleConstraints/Extensions/ConstraintHelper/UIView+ConstraintsCenterWithSize.swift (in target 'SimpleConstraints' from project 'SimpleConstraints')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/SimpleConstraints/Extensions/ConstraintHelper/UIView+ConstraintsCenterWithSize.swift (in target 'SimpleConstraints' from project 'SimpleConstraints')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 Compiling\ UIView+ConstraintsEdgeCenterWithSize.swift /Users/admin/builder/spi-builder-workspace/Sources/SimpleConstraints/Extensions/ConstraintHelper/UIView+ConstraintsEdgeCenterWithSize.swift (in target 'SimpleConstraints' from project 'SimpleConstraints')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/SimpleConstraints/Extensions/ConstraintHelper/UIView+ConstraintsEdgeCenterWithSize.swift (in target 'SimpleConstraints' from project 'SimpleConstraints')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 Compiling\ UIView+UnsafeConstraints.swift /Users/admin/builder/spi-builder-workspace/Sources/SimpleConstraints/Extensions/ConstraintHelperUnsafe/UIView+UnsafeConstraints.swift (in target 'SimpleConstraints' from project 'SimpleConstraints')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/SimpleConstraints/Extensions/ConstraintHelperUnsafe/UIView+UnsafeConstraints.swift (in target 'SimpleConstraints' from project 'SimpleConstraints')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 Compiling\ UIView+ConstraintEdgesAndRatio.swift /Users/admin/builder/spi-builder-workspace/Sources/SimpleConstraints/Extensions/ConstraintHelper/UIView+ConstraintEdgesAndRatio.swift (in target 'SimpleConstraints' from project 'SimpleConstraints')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/SimpleConstraints/Extensions/ConstraintHelper/UIView+ConstraintEdgesAndRatio.swift (in target 'SimpleConstraints' from project 'SimpleConstraints')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 Compiling\ ConstraintAnchorUnsafe.swift,\ UIView+ConstraintEdgesAndHeight.swift /Users/admin/builder/spi-builder-workspace/Sources/SimpleConstraints/ConstraintAnchorUnsafe.swift /Users/admin/builder/spi-builder-workspace/Sources/SimpleConstraints/Extensions/ConstraintHelper/UIView+ConstraintEdgesAndHeight.swift (in target 'SimpleConstraints' from project 'SimpleConstraints')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/SimpleConstraints/ConstraintAnchorUnsafe.swift (in target 'SimpleConstraints' from project 'SimpleConstraints')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

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

SwiftCompile normal arm64 Compiling\ UIView+ConstraintsAllEdges.swift /Users/admin/builder/spi-builder-workspace/Sources/SimpleConstraints/Extensions/ConstraintHelper/UIView+ConstraintsAllEdges.swift (in target 'SimpleConstraints' from project 'SimpleConstraints')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/SimpleConstraints/Extensions/ConstraintHelper/UIView+ConstraintsAllEdges.swift (in target 'SimpleConstraints' from project 'SimpleConstraints')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 Compiling\ UIView+ConstraintEdgesAndSize.swift /Users/admin/builder/spi-builder-workspace/Sources/SimpleConstraints/Extensions/ConstraintHelper/UIView+ConstraintEdgesAndSize.swift (in target 'SimpleConstraints' from project 'SimpleConstraints')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/SimpleConstraints/Extensions/ConstraintHelper/UIView+ConstraintEdgesAndSize.swift (in target 'SimpleConstraints' from project 'SimpleConstraints')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

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

SwiftEmitModule normal armv7k Emitting\ module\ for\ SimpleConstraints (in target 'SimpleConstraints' from project 'SimpleConstraints')
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/SimpleConstraints/Common/Logging.swift /Users/admin/builder/spi-builder-workspace/Sources/SimpleConstraints/ConstraintAnchor.swift /Users/admin/builder/spi-builder-workspace/Sources/SimpleConstraints/ConstraintAnchorUnsafe.swift /Users/admin/builder/spi-builder-workspace/Sources/SimpleConstraints/Extensions/ConstraintHelper/UIView+ConstraintEdgesAndHeight.swift /Users/admin/builder/spi-builder-workspace/Sources/SimpleConstraints/Extensions/ConstraintHelper/UIView+ConstraintEdgesAndRatio.swift /Users/admin/builder/spi-builder-workspace/Sources/SimpleConstraints/Extensions/ConstraintHelper/UIView+ConstraintEdgesAndSize.swift /Users/admin/builder/spi-builder-workspace/Sources/SimpleConstraints/Extensions/ConstraintHelper/UIView+ConstraintsAllEdges.swift /Users/admin/builder/spi-builder-workspace/Sources/SimpleConstraints/Extensions/ConstraintHelper/UIView+ConstraintsCenterWithSize.swift /Users/admin/builder/spi-builder-workspace/Sources/SimpleConstraints/Extensions/ConstraintHelper/UIView+ConstraintsEdgeCenterWithSize.swift /Users/admin/builder/spi-builder-workspace/Sources/SimpleConstraints/Extensions/ConstraintHelperUnsafe/UIView+UnsafeConstraints.swift /Users/admin/builder/spi-builder-workspace/Sources/SimpleConstraints/Extensions/UIView+Helper.swift /Users/admin/builder/spi-builder-workspace/Sources/SimpleConstraints/SimpleConstraints.swift -target armv7k-apple-watchos5.0 -enable-objc-interop -sdk /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -I /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -debug-info-format\=dwarf -dwarf-version\=4 -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -profile-generate -profile-coverage-mapping -swift-version 5 -enforce-exclusivity\=checked -Onone -D SWIFT_PACKAGE -D DEBUG -D Xcode -serialize-debugging-options -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SimpleConstraints.build/Debug-watchos/SimpleConstraints.build/Objects-normal/armv7k/SimpleConstraints_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/SimpleConstraints.build/Debug-watchos/SimpleConstraints.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/SimpleConstraints.build/Debug-watchos/SimpleConstraints.build/DerivedSources-normal/armv7k -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SimpleConstraints.build/Debug-watchos/SimpleConstraints.build/DerivedSources/armv7k -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SimpleConstraints.build/Debug-watchos/SimpleConstraints.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name SimpleConstraints -package-name spi_builder_workspace -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/SimpleConstraints.build/Debug-watchos/SimpleConstraints.build/Objects-normal/armv7k/SimpleConstraints.swiftdoc -emit-module-source-info-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SimpleConstraints.build/Debug-watchos/SimpleConstraints.build/Objects-normal/armv7k/SimpleConstraints.swiftsourceinfo -emit-objc-header-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SimpleConstraints.build/Debug-watchos/SimpleConstraints.build/Objects-normal/armv7k/SimpleConstraints-Swift.h -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SimpleConstraints.build/Debug-watchos/SimpleConstraints.build/Objects-normal/armv7k/SimpleConstraints-master-emit-module.dia -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SimpleConstraints.build/Debug-watchos/SimpleConstraints.build/Objects-normal/armv7k/SimpleConstraints-master-emit-module.d -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SimpleConstraints.build/Debug-watchos/SimpleConstraints.build/Objects-normal/armv7k/SimpleConstraints.swiftmodule -emit-abi-descriptor-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SimpleConstraints.build/Debug-watchos/SimpleConstraints.build/Objects-normal/armv7k/SimpleConstraints.abi.json
EmitSwiftModule normal armv7k (in target 'SimpleConstraints' from project 'SimpleConstraints')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

/Users/admin/builder/spi-builder-workspace/Sources/SimpleConstraints/ConstraintAnchor.swift:15:35: error: cannot find type 'NSLayoutDimension' in scope
    func anchor (view: UIView) -> NSLayoutDimension {
                                  ^~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/SimpleConstraints/ConstraintAnchor.swift:15:24: error: cannot find type 'UIView' in scope
    func anchor (view: UIView) -> NSLayoutDimension {
                       ^~~~~~
/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/SimpleConstraints/ConstraintAnchor.swift:26:14: error: cannot find type 'UIView' in scope
    case top(UIView, CGFloat)
             ^~~~~~
/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/SimpleConstraints/ConstraintAnchor.swift:27:18: error: cannot find type 'UIView' in scope
    case topSafe(UIView, CGFloat)
                 ^~~~~~
/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/SimpleConstraints/ConstraintAnchor.swift:28:17: error: cannot find type 'UIView' in scope
    case bottom(UIView, CGFloat)
                ^~~~~~
/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/SimpleConstraints/ConstraintAnchor.swift:29:21: error: cannot find type 'UIView' in scope
    case bottomSafe(UIView, CGFloat)
                    ^~~~~~
/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/SimpleConstraints/ConstraintAnchor.swift:30:18: error: cannot find type 'UIView' in scope
    case centerY(UIView, CGFloat)
                 ^~~~~~
/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/SimpleConstraints/ConstraintAnchor.swift:32:29: error: cannot find type 'UIView' in scope
    init(egde: EdgeY, view: 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/SimpleConstraints/ConstraintAnchor.swift:58:17: error: cannot find type 'NSLayoutYAxisAnchor' in scope
    var anchor: NSLayoutYAxisAnchor {
                ^~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/SimpleConstraints/ConstraintAnchor.swift:75:15: error: cannot find type 'UIView' in scope
    case left(UIView, CGFloat)
              ^~~~~~
/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/SimpleConstraints/ConstraintAnchor.swift:76:19: error: cannot find type 'UIView' in scope
    case leftSafe(UIView, CGFloat)
                  ^~~~~~
/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/SimpleConstraints/ConstraintAnchor.swift:77:16: error: cannot find type 'UIView' in scope
    case right(UIView, CGFloat)
               ^~~~~~
/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/SimpleConstraints/ConstraintAnchor.swift:78:20: error: cannot find type 'UIView' in scope
    case rightSafe(UIView, CGFloat)
                   ^~~~~~
/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/SimpleConstraints/ConstraintAnchor.swift:79:18: error: cannot find type 'UIView' in scope
    case centerX(UIView, CGFloat)
                 ^~~~~~
/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/SimpleConstraints/ConstraintAnchor.swift:81:29: error: cannot find type 'UIView' in scope
    init(egde: EdgeX, view: 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/SimpleConstraints/ConstraintAnchor.swift:107:17: error: cannot find type 'NSLayoutXAxisAnchor' in scope
    var anchor: NSLayoutXAxisAnchor {
                ^~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/SimpleConstraints/ConstraintAnchorUnsafe.swift:22:14: error: cannot find type 'UIView' in scope
    case top(UIView, CGFloat)
             ^~~~~~
/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/SimpleConstraints/ConstraintAnchorUnsafe.swift:23:18: error: cannot find type 'UIView' in scope
    case topSafe(UIView, CGFloat)
                 ^~~~~~
/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/SimpleConstraints/ConstraintAnchorUnsafe.swift:24:17: error: cannot find type 'UIView' in scope
    case bottom(UIView, CGFloat)
                ^~~~~~
/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/SimpleConstraints/ConstraintAnchorUnsafe.swift:25:21: error: cannot find type 'UIView' in scope
    case bottomSafe(UIView, CGFloat)
                    ^~~~~~
/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/SimpleConstraints/ConstraintAnchorUnsafe.swift:26:15: error: cannot find type 'UIView' in scope
    case left(UIView, CGFloat)
              ^~~~~~
/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/SimpleConstraints/ConstraintAnchorUnsafe.swift:27:19: error: cannot find type 'UIView' in scope
    case leftSafe(UIView, CGFloat)
                  ^~~~~~
/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/SimpleConstraints/ConstraintAnchorUnsafe.swift:28:16: error: cannot find type 'UIView' in scope
    case right(UIView, CGFloat)
               ^~~~~~
/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/SimpleConstraints/ConstraintAnchorUnsafe.swift:29:20: error: cannot find type 'UIView' in scope
    case rightSafe(UIView, CGFloat)
                   ^~~~~~
/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/SimpleConstraints/ConstraintAnchorUnsafe.swift:30:18: error: cannot find type 'UIView' in scope
    case centerX(UIView, CGFloat)
                 ^~~~~~
/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/SimpleConstraints/ConstraintAnchorUnsafe.swift:31:18: error: cannot find type 'UIView' in scope
    case centerY(UIView, CGFloat)
                 ^~~~~~
/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/SimpleConstraints/ConstraintAnchorUnsafe.swift:80:18: error: cannot find type 'NSLayoutYAxisAnchor' in scope
    var anchorY: NSLayoutYAxisAnchor? {
                 ^~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/SimpleConstraints/ConstraintAnchorUnsafe.swift:97:18: error: cannot find type 'NSLayoutXAxisAnchor' in scope
    var anchorX: NSLayoutXAxisAnchor? {
                 ^~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/SimpleConstraints/Extensions/ConstraintHelper/UIView+ConstraintEdgesAndHeight.swift:3:18: 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/SimpleConstraints/Extensions/ConstraintHelper/UIView+ConstraintEdgesAndRatio.swift:3:18: 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/SimpleConstraints/Extensions/ConstraintHelper/UIView+ConstraintEdgesAndSize.swift:3:18: 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/SimpleConstraints/Extensions/ConstraintHelper/UIView+ConstraintsAllEdges.swift:3:18: 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/SimpleConstraints/Extensions/ConstraintHelper/UIView+ConstraintsCenterWithSize.swift:3:18: 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/SimpleConstraints/Extensions/ConstraintHelper/UIView+ConstraintsEdgeCenterWithSize.swift:3:18: 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/SimpleConstraints/Extensions/ConstraintHelperUnsafe/UIView+UnsafeConstraints.swift:3:18: 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/SimpleConstraints/Extensions/ConstraintHelperUnsafe/UIView+UnsafeConstraints.swift:19:11: error: cannot find type 'UIView' in scope
extension UIView {
          ^~~~~~
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSTextAttachment.h:23:1: note: interface 'UIView' forward declared here
@class UIView;
^
/Users/admin/builder/spi-builder-workspace/Sources/SimpleConstraints/Extensions/UIView+Helper.swift:3:11: error: cannot find type 'UIView' in scope
extension UIView {
          ^~~~~~
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSTextAttachment.h:23:1: note: interface 'UIView' forward declared here
@class UIView;
^
/Users/admin/builder/spi-builder-workspace/Sources/SimpleConstraints/Extensions/UIView+Helper.swift:69:11: error: cannot find type 'UIView' in scope
extension UIView {
          ^~~~~~
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSTextAttachment.h:23:1: note: interface 'UIView' forward declared here
@class UIView;
^
SwiftEmitModule normal arm64_32 Emitting\ module\ for\ SimpleConstraints (in target 'SimpleConstraints' from project 'SimpleConstraints')
Command SwiftEmitModule failed with a nonzero exit code
** BUILD FAILED **
The following build commands failed:
	SwiftEmitModule normal armv7k Emitting\ module\ for\ SimpleConstraints (in target 'SimpleConstraints' from project 'SimpleConstraints')
	EmitSwiftModule normal armv7k (in target 'SimpleConstraints' from project 'SimpleConstraints')
	SwiftEmitModule normal arm64_32 Emitting\ module\ for\ SimpleConstraints (in target 'SimpleConstraints' from project 'SimpleConstraints')
	Building workspace spi-builder-workspace with scheme SimpleConstraints
(4 failures)
BUILD FAILURE 6.1 watchOS