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 ColorWell, reference main (5063ae), with Swift 6.2 (beta) for watchOS using Xcode 26.0 on 20 Jun 2025 05:43:56 UTC.

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.64.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/jordanbaird/ColorWell.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/jordanbaird/ColorWell
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at 5063ae4 Add deprecation notice to README
Cloned https://github.com/jordanbaird/ColorWell.git
Revision (git rev-parse @):
5063ae4afcf6a2c417e7631eec032bca844fa936
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/jordanbaird/ColorWell.git at main
========================================
Build
========================================
Selected platform:         watchOS
Swift version:             6.2
Building package at path:  $PWD
https://github.com/jordanbaird/ColorWell.git
Command line invocation:
    /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/usr/bin/xcodebuild -IDEClonedSourcePackagesDirPathOverride=/Users/admin/builder/spi-builder-workspace/.dependencies -resolvePackageDependencies
Resolve Package Graph
Resolve Package Graph
Resolved source packages:
  ColorWell: /Users/admin/builder/spi-builder-workspace
resolved source packages: ColorWell
{
  "dependencies" : [
  ],
  "manifest_display_name" : "ColorWell",
  "name" : "ColorWell",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "10.13"
    }
  ],
  "products" : [
    {
      "name" : "ColorWell",
      "targets" : [
        "ColorWell"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "ColorWellTests",
      "module_type" : "SwiftTarget",
      "name" : "ColorWellTests",
      "path" : "Tests/ColorWellTests",
      "sources" : [
        "ColorWellTests.swift"
      ],
      "target_dependencies" : [
        "ColorWell"
      ],
      "type" : "test"
    },
    {
      "c99name" : "ColorWell",
      "module_type" : "SwiftTarget",
      "name" : "ColorWell",
      "path" : "Sources/ColorWell",
      "product_memberships" : [
        "ColorWell"
      ],
      "sources" : [
        "Utilities/ActionButton.swift",
        "Utilities/Cache.swift",
        "Utilities/ColorComponents.swift",
        "Utilities/ConstructablePath.swift",
        "Utilities/Deprecated.swift",
        "Utilities/DrawingStyle.swift",
        "Utilities/Extensions.swift",
        "Utilities/Storage.swift",
        "Views/Cocoa/ColorWell.swift",
        "Views/Cocoa/ColorWellBaseView.swift",
        "Views/Cocoa/ColorWellLayoutView.swift",
        "Views/Cocoa/Popover/ColorSwatch.swift",
        "Views/Cocoa/Popover/ColorWellPopover.swift",
        "Views/Cocoa/Popover/ColorWellPopoverContainerView.swift",
        "Views/Cocoa/Popover/ColorWellPopoverContext.swift",
        "Views/Cocoa/Popover/ColorWellPopoverLayoutView.swift",
        "Views/Cocoa/Popover/ColorWellPopoverSwatchView.swift",
        "Views/Cocoa/Popover/ColorWellPopoverViewController.swift",
        "Views/Cocoa/Segments/ColorWellBorderedSwatchSegment.swift",
        "Views/Cocoa/Segments/ColorWellPullDownSwatchSegment.swift",
        "Views/Cocoa/Segments/ColorWellSegment.swift",
        "Views/Cocoa/Segments/ColorWellSwatchSegment.swift",
        "Views/Cocoa/Segments/ColorWellToggleSegment.swift",
        "Views/Cocoa/Style.swift",
        "Views/SwiftUI/ColorWellConfiguration.swift",
        "Views/SwiftUI/ColorWellRepresentable.swift",
        "Views/SwiftUI/ColorWellStyle.swift",
        "Views/SwiftUI/ColorWellView.swift",
        "Views/SwiftUI/EnvironmentValues.swift",
        "Views/SwiftUI/ViewModifiers.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.7"
}
{
  "workspace" : {
    "name" : "spi-builder-workspace",
    "schemes" : [
      "ColorWell"
    ]
  }
}
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme ColorWell -destination generic/platform=watchOS
Command line invocation:
    /Applications/Xcode-26.0.0-Beta.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 ColorWell -destination generic/platform=watchOS
Resolve Package Graph
Resolved source packages:
  ColorWell: /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 'ColorWell' in project 'ColorWell'
        ➜ Explicit dependency on target 'ColorWell' in project 'ColorWell'
    Target 'ColorWell' in project 'ColorWell' (no dependencies)
GatherProvisioningInputs
CreateBuildDescription
ExecuteExternalTool /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -isysroot /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk -x c -c /dev/null
ExecuteExternalTool /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc --version
ExecuteExternalTool /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld -version_details
ReadFileContents /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/share/docc/features.json
Build description signature: 40e30adb7f712a7c11a9f3fc82a411b3
Build description path: /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCBuildData/40e30adb7f712a7c11a9f3fc82a411b3.xcbuilddata
ClangStatCache /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang-stat-cache /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos26.0-23R5280j-041894b46d26f03ea1587ab1cb6ac97e.sdkstatcache
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang-stat-cache /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk -o /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos26.0-23R5280j-041894b46d26f03ea1587ab1cb6ac97e.sdkstatcache
CreateBuildDirectory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-create-build-directory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products
CreateBuildDirectory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/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/ColorWell.build/Debug-watchos/ColorWell.build/ColorWell.modulemap (in target 'ColorWell' from project 'ColorWell')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ColorWell.build/Debug-watchos/ColorWell.build/ColorWell.modulemap
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ColorWell.build/Debug-watchos/ColorWell.build/Objects-normal/armv7k/ColorWell.SwiftConstValuesFileList (in target 'ColorWell' from project 'ColorWell')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ColorWell.build/Debug-watchos/ColorWell.build/Objects-normal/armv7k/ColorWell.SwiftConstValuesFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ColorWell.build/Debug-watchos/ColorWell.build/Objects-normal/armv7k/ColorWell-OutputFileMap.json (in target 'ColorWell' from project 'ColorWell')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ColorWell.build/Debug-watchos/ColorWell.build/Objects-normal/armv7k/ColorWell-OutputFileMap.json
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ColorWell.build/Debug-watchos/ColorWell.build/Objects-normal/armv7k/ColorWell_const_extract_protocols.json (in target 'ColorWell' from project 'ColorWell')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ColorWell.build/Debug-watchos/ColorWell.build/Objects-normal/armv7k/ColorWell_const_extract_protocols.json
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ColorWell.build/Debug-watchos/ColorWell.build/Objects-normal/arm64/ColorWell_const_extract_protocols.json (in target 'ColorWell' from project 'ColorWell')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ColorWell.build/Debug-watchos/ColorWell.build/Objects-normal/arm64/ColorWell_const_extract_protocols.json
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ColorWell.build/Debug-watchos/ColorWell.build/Objects-normal/armv7k/ColorWell.LinkFileList (in target 'ColorWell' from project 'ColorWell')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ColorWell.build/Debug-watchos/ColorWell.build/Objects-normal/armv7k/ColorWell.LinkFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ColorWell.build/Debug-watchos/ColorWell.build/Objects-normal/armv7k/ColorWell.SwiftFileList (in target 'ColorWell' from project 'ColorWell')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ColorWell.build/Debug-watchos/ColorWell.build/Objects-normal/armv7k/ColorWell.SwiftFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ColorWell.build/Debug-watchos/ColorWell.build/Objects-normal/arm64_32/ColorWell-OutputFileMap.json (in target 'ColorWell' from project 'ColorWell')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ColorWell.build/Debug-watchos/ColorWell.build/Objects-normal/arm64_32/ColorWell-OutputFileMap.json
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ColorWell.build/Debug-watchos/ColorWell.build/Objects-normal/arm64_32/ColorWell_const_extract_protocols.json (in target 'ColorWell' from project 'ColorWell')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ColorWell.build/Debug-watchos/ColorWell.build/Objects-normal/arm64_32/ColorWell_const_extract_protocols.json
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ColorWell.build/Debug-watchos/ColorWell.build/Objects-normal/arm64_32/ColorWell.SwiftFileList (in target 'ColorWell' from project 'ColorWell')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ColorWell.build/Debug-watchos/ColorWell.build/Objects-normal/arm64_32/ColorWell.SwiftFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ColorWell.build/Debug-watchos/ColorWell.build/Objects-normal/arm64_32/ColorWell.SwiftConstValuesFileList (in target 'ColorWell' from project 'ColorWell')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ColorWell.build/Debug-watchos/ColorWell.build/Objects-normal/arm64_32/ColorWell.SwiftConstValuesFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ColorWell.build/Debug-watchos/ColorWell.build/Objects-normal/arm64_32/ColorWell.LinkFileList (in target 'ColorWell' from project 'ColorWell')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ColorWell.build/Debug-watchos/ColorWell.build/Objects-normal/arm64_32/ColorWell.LinkFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ColorWell.build/Debug-watchos/ColorWell.build/Objects-normal/arm64/ColorWell.SwiftFileList (in target 'ColorWell' from project 'ColorWell')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ColorWell.build/Debug-watchos/ColorWell.build/Objects-normal/arm64/ColorWell.SwiftFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ColorWell.build/Debug-watchos/ColorWell.build/Objects-normal/arm64/ColorWell.SwiftConstValuesFileList (in target 'ColorWell' from project 'ColorWell')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ColorWell.build/Debug-watchos/ColorWell.build/Objects-normal/arm64/ColorWell.SwiftConstValuesFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ColorWell.build/Debug-watchos/ColorWell.build/Objects-normal/arm64/ColorWell.LinkFileList (in target 'ColorWell' from project 'ColorWell')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ColorWell.build/Debug-watchos/ColorWell.build/Objects-normal/arm64/ColorWell.LinkFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ColorWell.build/Debug-watchos/ColorWell.build/Objects-normal/arm64/ColorWell-OutputFileMap.json (in target 'ColorWell' from project 'ColorWell')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ColorWell.build/Debug-watchos/ColorWell.build/Objects-normal/arm64/ColorWell-OutputFileMap.json
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ColorWell.build/Debug-watchos/ColorWell.build/ColorWell.DependencyStaticMetadataFileList (in target 'ColorWell' from project 'ColorWell')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ColorWell.build/Debug-watchos/ColorWell.build/ColorWell.DependencyStaticMetadataFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ColorWell.build/Debug-watchos/ColorWell.build/ColorWell.DependencyMetadataFileList (in target 'ColorWell' from project 'ColorWell')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ColorWell.build/Debug-watchos/ColorWell.build/ColorWell.DependencyMetadataFileList
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-watchos/ColorWell.modulemap /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ColorWell.build/Debug-watchos/ColorWell.build/ColorWell.modulemap (in target 'ColorWell' from project 'ColorWell')
    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/ColorWell.build/Debug-watchos/ColorWell.build/ColorWell.modulemap /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-watchos
SwiftDriver ColorWell normal arm64 com.apple.xcode.tools.swift.compiler (in target 'ColorWell' from project 'ColorWell')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-SwiftDriver -- /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name ColorWell -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ColorWell.build/Debug-watchos/ColorWell.build/Objects-normal/arm64/ColorWell.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -DSWIFT_MODULE_RESOURCE_BUNDLE_UNAVAILABLE -DXcode -plugin-path /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.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-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos26.0-23R5280j-041894b46d26f03ea1587ab1cb6ac97e.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ColorWell.build/Debug-watchos/ColorWell.build/Objects-normal/arm64/ColorWell-OutputFileMap.json -use-frontend-parseable-output -save-temps -no-color-diagnostics -explicit-module-build -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftExplicitPrecompiledModules -clang-scanner-module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -sdk-module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -serialize-diagnostics -emit-dependencies -emit-module -emit-module-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ColorWell.build/Debug-watchos/ColorWell.build/Objects-normal/arm64/ColorWell.swiftmodule -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ColorWell.build/Debug-watchos/ColorWell.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ColorWell.build/Debug-watchos/ColorWell.build/Objects-normal/arm64/ColorWell_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/ColorWell.build/Debug-watchos/ColorWell.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ColorWell.build/Debug-watchos/ColorWell.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ColorWell.build/Debug-watchos/ColorWell.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/ColorWell.build/Debug-watchos/ColorWell.build/Objects-normal/arm64/ColorWell-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
/Users/admin/builder/spi-builder-workspace/Sources/ColorWell/Utilities/ActionButton.swift:6:8: error: Unable to find module dependency: 'Cocoa'
import Cocoa
       ^ (in target 'ColorWell' from project 'ColorWell')
/Users/admin/builder/spi-builder-workspace/Sources/ColorWell/Utilities/ActionButton.swift:6:8: note: A dependency of main module 'ColorWell'
import Cocoa
       ^ (in target 'ColorWell' from project 'ColorWell')
/Users/admin/builder/spi-builder-workspace/Sources/ColorWell/Utilities/ColorComponents.swift:6:8: note: Also imported here
import Cocoa
       ^ (in target 'ColorWell' from project 'ColorWell')
/Users/admin/builder/spi-builder-workspace/Sources/ColorWell/Utilities/ConstructablePath.swift:6:8: note: Also imported here
import Cocoa
       ^ (in target 'ColorWell' from project 'ColorWell')
/Users/admin/builder/spi-builder-workspace/Sources/ColorWell/Utilities/Deprecated.swift:6:8: note: Also imported here
import Cocoa
       ^ (in target 'ColorWell' from project 'ColorWell')
/Users/admin/builder/spi-builder-workspace/Sources/ColorWell/Utilities/DrawingStyle.swift:6:8: note: Also imported here
import Cocoa
       ^ (in target 'ColorWell' from project 'ColorWell')
/Users/admin/builder/spi-builder-workspace/Sources/ColorWell/Utilities/Extensions.swift:6:8: note: Also imported here
import Cocoa
       ^ (in target 'ColorWell' from project 'ColorWell')
/Users/admin/builder/spi-builder-workspace/Sources/ColorWell/Views/Cocoa/ColorWell.swift:6:8: note: Also imported here
import Cocoa
       ^ (in target 'ColorWell' from project 'ColorWell')
/Users/admin/builder/spi-builder-workspace/Sources/ColorWell/Views/Cocoa/ColorWellBaseView.swift:6:8: note: Also imported here
import Cocoa
       ^ (in target 'ColorWell' from project 'ColorWell')
/Users/admin/builder/spi-builder-workspace/Sources/ColorWell/Views/Cocoa/ColorWellLayoutView.swift:6:8: note: Also imported here
import Cocoa
       ^ (in target 'ColorWell' from project 'ColorWell')
/Users/admin/builder/spi-builder-workspace/Sources/ColorWell/Views/Cocoa/Popover/ColorSwatch.swift:6:8: note: Also imported here
import Cocoa
       ^ (in target 'ColorWell' from project 'ColorWell')
/Users/admin/builder/spi-builder-workspace/Sources/ColorWell/Views/Cocoa/Popover/ColorWellPopover.swift:6:8: note: Also imported here
import Cocoa
       ^ (in target 'ColorWell' from project 'ColorWell')
/Users/admin/builder/spi-builder-workspace/Sources/ColorWell/Views/Cocoa/Popover/ColorWellPopoverContainerView.swift:6:8: note: Also imported here
import Cocoa
       ^ (in target 'ColorWell' from project 'ColorWell')
/Users/admin/builder/spi-builder-workspace/Sources/ColorWell/Views/Cocoa/Popover/ColorWellPopoverContext.swift:6:8: note: Also imported here
import Cocoa
       ^ (in target 'ColorWell' from project 'ColorWell')
/Users/admin/builder/spi-builder-workspace/Sources/ColorWell/Views/Cocoa/Popover/ColorWellPopoverLayoutView.swift:6:8: note: Also imported here
import Cocoa
       ^ (in target 'ColorWell' from project 'ColorWell')
/Users/admin/builder/spi-builder-workspace/Sources/ColorWell/Views/Cocoa/Popover/ColorWellPopoverSwatchView.swift:6:8: note: Also imported here
import Cocoa
       ^ (in target 'ColorWell' from project 'ColorWell')
/Users/admin/builder/spi-builder-workspace/Sources/ColorWell/Views/Cocoa/Popover/ColorWellPopoverViewController.swift:6:8: note: Also imported here
import Cocoa
       ^ (in target 'ColorWell' from project 'ColorWell')
/Users/admin/builder/spi-builder-workspace/Sources/ColorWell/Views/Cocoa/Segments/ColorWellBorderedSwatchSegment.swift:6:8: note: Also imported here
import Cocoa
       ^ (in target 'ColorWell' from project 'ColorWell')
/Users/admin/builder/spi-builder-workspace/Sources/ColorWell/Views/Cocoa/Segments/ColorWellPullDownSwatchSegment.swift:6:8: note: Also imported here
import Cocoa
       ^ (in target 'ColorWell' from project 'ColorWell')
/Users/admin/builder/spi-builder-workspace/Sources/ColorWell/Views/Cocoa/Segments/ColorWellSegment.swift:6:8: note: Also imported here
import Cocoa
       ^ (in target 'ColorWell' from project 'ColorWell')
/Users/admin/builder/spi-builder-workspace/Sources/ColorWell/Views/Cocoa/Segments/ColorWellSwatchSegment.swift:6:8: note: Also imported here
import Cocoa
       ^ (in target 'ColorWell' from project 'ColorWell')
/Users/admin/builder/spi-builder-workspace/Sources/ColorWell/Views/Cocoa/Segments/ColorWellToggleSegment.swift:6:8: note: Also imported here
import Cocoa
       ^ (in target 'ColorWell' from project 'ColorWell')
SwiftDriver ColorWell normal armv7k com.apple.xcode.tools.swift.compiler (in target 'ColorWell' from project 'ColorWell')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-SwiftDriver -- /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name ColorWell -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ColorWell.build/Debug-watchos/ColorWell.build/Objects-normal/armv7k/ColorWell.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -DSWIFT_MODULE_RESOURCE_BUNDLE_UNAVAILABLE -DXcode -plugin-path /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.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-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos26.0-23R5280j-041894b46d26f03ea1587ab1cb6ac97e.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ColorWell.build/Debug-watchos/ColorWell.build/Objects-normal/armv7k/ColorWell-OutputFileMap.json -use-frontend-parseable-output -save-temps -no-color-diagnostics -explicit-module-build -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftExplicitPrecompiledModules -clang-scanner-module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -sdk-module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -serialize-diagnostics -emit-dependencies -emit-module -emit-module-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ColorWell.build/Debug-watchos/ColorWell.build/Objects-normal/armv7k/ColorWell.swiftmodule -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ColorWell.build/Debug-watchos/ColorWell.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ColorWell.build/Debug-watchos/ColorWell.build/Objects-normal/armv7k/ColorWell_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/ColorWell.build/Debug-watchos/ColorWell.build/DerivedSources-normal/armv7k -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ColorWell.build/Debug-watchos/ColorWell.build/DerivedSources/armv7k -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ColorWell.build/Debug-watchos/ColorWell.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/ColorWell.build/Debug-watchos/ColorWell.build/Objects-normal/armv7k/ColorWell-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
/Users/admin/builder/spi-builder-workspace/Sources/ColorWell/Utilities/ActionButton.swift:6:8: error: Unable to find module dependency: 'Cocoa'
import Cocoa
       ^ (in target 'ColorWell' from project 'ColorWell')
/Users/admin/builder/spi-builder-workspace/Sources/ColorWell/Utilities/ActionButton.swift:6:8: note: A dependency of main module 'ColorWell'
import Cocoa
       ^ (in target 'ColorWell' from project 'ColorWell')
/Users/admin/builder/spi-builder-workspace/Sources/ColorWell/Utilities/ColorComponents.swift:6:8: note: Also imported here
import Cocoa
       ^ (in target 'ColorWell' from project 'ColorWell')
/Users/admin/builder/spi-builder-workspace/Sources/ColorWell/Utilities/ConstructablePath.swift:6:8: note: Also imported here
import Cocoa
       ^ (in target 'ColorWell' from project 'ColorWell')
/Users/admin/builder/spi-builder-workspace/Sources/ColorWell/Utilities/Deprecated.swift:6:8: note: Also imported here
import Cocoa
       ^ (in target 'ColorWell' from project 'ColorWell')
/Users/admin/builder/spi-builder-workspace/Sources/ColorWell/Utilities/DrawingStyle.swift:6:8: note: Also imported here
import Cocoa
       ^ (in target 'ColorWell' from project 'ColorWell')
/Users/admin/builder/spi-builder-workspace/Sources/ColorWell/Utilities/Extensions.swift:6:8: note: Also imported here
import Cocoa
       ^ (in target 'ColorWell' from project 'ColorWell')
/Users/admin/builder/spi-builder-workspace/Sources/ColorWell/Views/Cocoa/ColorWell.swift:6:8: note: Also imported here
import Cocoa
       ^ (in target 'ColorWell' from project 'ColorWell')
/Users/admin/builder/spi-builder-workspace/Sources/ColorWell/Views/Cocoa/ColorWellBaseView.swift:6:8: note: Also imported here
import Cocoa
       ^ (in target 'ColorWell' from project 'ColorWell')
/Users/admin/builder/spi-builder-workspace/Sources/ColorWell/Views/Cocoa/ColorWellLayoutView.swift:6:8: note: Also imported here
import Cocoa
       ^ (in target 'ColorWell' from project 'ColorWell')
/Users/admin/builder/spi-builder-workspace/Sources/ColorWell/Views/Cocoa/Popover/ColorSwatch.swift:6:8: note: Also imported here
import Cocoa
       ^ (in target 'ColorWell' from project 'ColorWell')
/Users/admin/builder/spi-builder-workspace/Sources/ColorWell/Views/Cocoa/Popover/ColorWellPopover.swift:6:8: note: Also imported here
import Cocoa
       ^ (in target 'ColorWell' from project 'ColorWell')
/Users/admin/builder/spi-builder-workspace/Sources/ColorWell/Views/Cocoa/Popover/ColorWellPopoverContainerView.swift:6:8: note: Also imported here
import Cocoa
       ^ (in target 'ColorWell' from project 'ColorWell')
/Users/admin/builder/spi-builder-workspace/Sources/ColorWell/Views/Cocoa/Popover/ColorWellPopoverContext.swift:6:8: note: Also imported here
import Cocoa
       ^ (in target 'ColorWell' from project 'ColorWell')
/Users/admin/builder/spi-builder-workspace/Sources/ColorWell/Views/Cocoa/Popover/ColorWellPopoverLayoutView.swift:6:8: note: Also imported here
import Cocoa
       ^ (in target 'ColorWell' from project 'ColorWell')
/Users/admin/builder/spi-builder-workspace/Sources/ColorWell/Views/Cocoa/Popover/ColorWellPopoverSwatchView.swift:6:8: note: Also imported here
import Cocoa
       ^ (in target 'ColorWell' from project 'ColorWell')
/Users/admin/builder/spi-builder-workspace/Sources/ColorWell/Views/Cocoa/Popover/ColorWellPopoverViewController.swift:6:8: note: Also imported here
import Cocoa
       ^ (in target 'ColorWell' from project 'ColorWell')
/Users/admin/builder/spi-builder-workspace/Sources/ColorWell/Views/Cocoa/Segments/ColorWellBorderedSwatchSegment.swift:6:8: note: Also imported here
import Cocoa
       ^ (in target 'ColorWell' from project 'ColorWell')
/Users/admin/builder/spi-builder-workspace/Sources/ColorWell/Views/Cocoa/Segments/ColorWellPullDownSwatchSegment.swift:6:8: note: Also imported here
import Cocoa
       ^ (in target 'ColorWell' from project 'ColorWell')
/Users/admin/builder/spi-builder-workspace/Sources/ColorWell/Views/Cocoa/Segments/ColorWellSegment.swift:6:8: note: Also imported here
import Cocoa
       ^ (in target 'ColorWell' from project 'ColorWell')
/Users/admin/builder/spi-builder-workspace/Sources/ColorWell/Views/Cocoa/Segments/ColorWellSwatchSegment.swift:6:8: note: Also imported here
import Cocoa
       ^ (in target 'ColorWell' from project 'ColorWell')
/Users/admin/builder/spi-builder-workspace/Sources/ColorWell/Views/Cocoa/Segments/ColorWellToggleSegment.swift:6:8: note: Also imported here
import Cocoa
       ^ (in target 'ColorWell' from project 'ColorWell')
SwiftDriver ColorWell normal arm64_32 com.apple.xcode.tools.swift.compiler (in target 'ColorWell' from project 'ColorWell')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-SwiftDriver -- /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name ColorWell -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ColorWell.build/Debug-watchos/ColorWell.build/Objects-normal/arm64_32/ColorWell.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -DSWIFT_MODULE_RESOURCE_BUNDLE_UNAVAILABLE -DXcode -plugin-path /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.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-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos26.0-23R5280j-041894b46d26f03ea1587ab1cb6ac97e.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ColorWell.build/Debug-watchos/ColorWell.build/Objects-normal/arm64_32/ColorWell-OutputFileMap.json -use-frontend-parseable-output -save-temps -no-color-diagnostics -explicit-module-build -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftExplicitPrecompiledModules -clang-scanner-module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -sdk-module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -serialize-diagnostics -emit-dependencies -emit-module -emit-module-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ColorWell.build/Debug-watchos/ColorWell.build/Objects-normal/arm64_32/ColorWell.swiftmodule -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ColorWell.build/Debug-watchos/ColorWell.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ColorWell.build/Debug-watchos/ColorWell.build/Objects-normal/arm64_32/ColorWell_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/ColorWell.build/Debug-watchos/ColorWell.build/DerivedSources-normal/arm64_32 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ColorWell.build/Debug-watchos/ColorWell.build/DerivedSources/arm64_32 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ColorWell.build/Debug-watchos/ColorWell.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/ColorWell.build/Debug-watchos/ColorWell.build/Objects-normal/arm64_32/ColorWell-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
/Users/admin/builder/spi-builder-workspace/Sources/ColorWell/Utilities/ActionButton.swift:6:8: error: Unable to find module dependency: 'Cocoa'
import Cocoa
       ^ (in target 'ColorWell' from project 'ColorWell')
/Users/admin/builder/spi-builder-workspace/Sources/ColorWell/Utilities/ActionButton.swift:6:8: note: A dependency of main module 'ColorWell'
import Cocoa
       ^ (in target 'ColorWell' from project 'ColorWell')
/Users/admin/builder/spi-builder-workspace/Sources/ColorWell/Utilities/ColorComponents.swift:6:8: note: Also imported here
import Cocoa
       ^ (in target 'ColorWell' from project 'ColorWell')
/Users/admin/builder/spi-builder-workspace/Sources/ColorWell/Utilities/ConstructablePath.swift:6:8: note: Also imported here
import Cocoa
       ^ (in target 'ColorWell' from project 'ColorWell')
/Users/admin/builder/spi-builder-workspace/Sources/ColorWell/Utilities/Deprecated.swift:6:8: note: Also imported here
import Cocoa
       ^ (in target 'ColorWell' from project 'ColorWell')
/Users/admin/builder/spi-builder-workspace/Sources/ColorWell/Utilities/DrawingStyle.swift:6:8: note: Also imported here
import Cocoa
       ^ (in target 'ColorWell' from project 'ColorWell')
/Users/admin/builder/spi-builder-workspace/Sources/ColorWell/Utilities/Extensions.swift:6:8: note: Also imported here
import Cocoa
       ^ (in target 'ColorWell' from project 'ColorWell')
/Users/admin/builder/spi-builder-workspace/Sources/ColorWell/Views/Cocoa/ColorWell.swift:6:8: note: Also imported here
import Cocoa
       ^ (in target 'ColorWell' from project 'ColorWell')
/Users/admin/builder/spi-builder-workspace/Sources/ColorWell/Views/Cocoa/ColorWellBaseView.swift:6:8: note: Also imported here
import Cocoa
       ^ (in target 'ColorWell' from project 'ColorWell')
/Users/admin/builder/spi-builder-workspace/Sources/ColorWell/Views/Cocoa/ColorWellLayoutView.swift:6:8: note: Also imported here
import Cocoa
       ^ (in target 'ColorWell' from project 'ColorWell')
/Users/admin/builder/spi-builder-workspace/Sources/ColorWell/Views/Cocoa/Popover/ColorSwatch.swift:6:8: note: Also imported here
import Cocoa
       ^ (in target 'ColorWell' from project 'ColorWell')
/Users/admin/builder/spi-builder-workspace/Sources/ColorWell/Views/Cocoa/Popover/ColorWellPopover.swift:6:8: note: Also imported here
import Cocoa
       ^ (in target 'ColorWell' from project 'ColorWell')
/Users/admin/builder/spi-builder-workspace/Sources/ColorWell/Views/Cocoa/Popover/ColorWellPopoverContainerView.swift:6:8: note: Also imported here
import Cocoa
       ^ (in target 'ColorWell' from project 'ColorWell')
/Users/admin/builder/spi-builder-workspace/Sources/ColorWell/Views/Cocoa/Popover/ColorWellPopoverContext.swift:6:8: note: Also imported here
import Cocoa
       ^ (in target 'ColorWell' from project 'ColorWell')
/Users/admin/builder/spi-builder-workspace/Sources/ColorWell/Views/Cocoa/Popover/ColorWellPopoverLayoutView.swift:6:8: note: Also imported here
import Cocoa
       ^ (in target 'ColorWell' from project 'ColorWell')
/Users/admin/builder/spi-builder-workspace/Sources/ColorWell/Views/Cocoa/Popover/ColorWellPopoverSwatchView.swift:6:8: note: Also imported here
import Cocoa
       ^ (in target 'ColorWell' from project 'ColorWell')
/Users/admin/builder/spi-builder-workspace/Sources/ColorWell/Views/Cocoa/Popover/ColorWellPopoverViewController.swift:6:8: note: Also imported here
import Cocoa
       ^ (in target 'ColorWell' from project 'ColorWell')
/Users/admin/builder/spi-builder-workspace/Sources/ColorWell/Views/Cocoa/Segments/ColorWellBorderedSwatchSegment.swift:6:8: note: Also imported here
import Cocoa
       ^ (in target 'ColorWell' from project 'ColorWell')
/Users/admin/builder/spi-builder-workspace/Sources/ColorWell/Views/Cocoa/Segments/ColorWellPullDownSwatchSegment.swift:6:8: note: Also imported here
import Cocoa
       ^ (in target 'ColorWell' from project 'ColorWell')
/Users/admin/builder/spi-builder-workspace/Sources/ColorWell/Views/Cocoa/Segments/ColorWellSegment.swift:6:8: note: Also imported here
import Cocoa
       ^ (in target 'ColorWell' from project 'ColorWell')
/Users/admin/builder/spi-builder-workspace/Sources/ColorWell/Views/Cocoa/Segments/ColorWellSwatchSegment.swift:6:8: note: Also imported here
import Cocoa
       ^ (in target 'ColorWell' from project 'ColorWell')
/Users/admin/builder/spi-builder-workspace/Sources/ColorWell/Views/Cocoa/Segments/ColorWellToggleSegment.swift:6:8: note: Also imported here
import Cocoa
       ^ (in target 'ColorWell' from project 'ColorWell')
/Users/admin/builder/spi-builder-workspace/Sources/ColorWell/Utilities/ActionButton.swift:6:8: error: Unable to find module dependency: 'Cocoa'
import Cocoa
       ^
/Users/admin/builder/spi-builder-workspace/Sources/ColorWell/Utilities/ActionButton.swift:6:8: error: Unable to find module dependency: 'Cocoa'
import Cocoa
       ^
/Users/admin/builder/spi-builder-workspace/Sources/ColorWell/Utilities/ActionButton.swift:6:8: note: a dependency of main module 'ColorWell'
import Cocoa
       ^
/Users/admin/builder/spi-builder-workspace/Sources/ColorWell/Utilities/ActionButton.swift:6:8: note: a dependency of main module 'ColorWell'
import Cocoa
       ^
/Users/admin/builder/spi-builder-workspace/Sources/ColorWell/Utilities/ColorComponents.swift:6:8: note: also imported here
import Cocoa
       ^
/Users/admin/builder/spi-builder-workspace/Sources/ColorWell/Utilities/ColorComponents.swift:6:8: note: also imported here
import Cocoa
       ^
/Users/admin/builder/spi-builder-workspace/Sources/ColorWell/Utilities/ConstructablePath.swift:6:8: note: also imported here
import Cocoa
       ^
/Users/admin/builder/spi-builder-workspace/Sources/ColorWell/Utilities/ConstructablePath.swift:6:8: note: also imported here
import Cocoa
       ^
/Users/admin/builder/spi-builder-workspace/Sources/ColorWell/Utilities/Deprecated.swift:6:8: note: also imported here
import Cocoa
       ^
/Users/admin/builder/spi-builder-workspace/Sources/ColorWell/Utilities/Deprecated.swift:6:8: note: also imported here
import Cocoa
       ^
/Users/admin/builder/spi-builder-workspace/Sources/ColorWell/Utilities/DrawingStyle.swift:6:8: note: also imported here
import Cocoa
       ^
/Users/admin/builder/spi-builder-workspace/Sources/ColorWell/Utilities/DrawingStyle.swift:6:8: note: also imported here
import Cocoa
       ^
/Users/admin/builder/spi-builder-workspace/Sources/ColorWell/Utilities/Extensions.swift:6:8: note: also imported here
import Cocoa
       ^
/Users/admin/builder/spi-builder-workspace/Sources/ColorWell/Utilities/Extensions.swift:6:8: note: also imported here
import Cocoa
       ^
/Users/admin/builder/spi-builder-workspace/Sources/ColorWell/Views/Cocoa/ColorWell.swift:6:8: note: also imported here
import Cocoa
       ^
/Users/admin/builder/spi-builder-workspace/Sources/ColorWell/Views/Cocoa/ColorWell.swift:6:8: note: also imported here
import Cocoa
       ^
/Users/admin/builder/spi-builder-workspace/Sources/ColorWell/Views/Cocoa/ColorWellBaseView.swift:6:8: note: also imported here
import Cocoa
       ^
/Users/admin/builder/spi-builder-workspace/Sources/ColorWell/Views/Cocoa/ColorWellBaseView.swift:6:8: note: also imported here
import Cocoa
       ^
/Users/admin/builder/spi-builder-workspace/Sources/ColorWell/Views/Cocoa/ColorWellLayoutView.swift:6:8: note: also imported here
import Cocoa
       ^
/Users/admin/builder/spi-builder-workspace/Sources/ColorWell/Views/Cocoa/ColorWellLayoutView.swift:6:8: note: also imported here
import Cocoa
       ^
/Users/admin/builder/spi-builder-workspace/Sources/ColorWell/Utilities/ActionButton.swift:6:8: error: Unable to find module dependency: 'Cocoa'
import Cocoa
       ^
/Users/admin/builder/spi-builder-workspace/Sources/ColorWell/Views/Cocoa/Popover/ColorSwatch.swift:6:8: note: also imported here
import Cocoa
       ^
/Users/admin/builder/spi-builder-workspace/Sources/ColorWell/Views/Cocoa/Popover/ColorSwatch.swift:6:8: note: also imported here
import Cocoa
       ^
/Users/admin/builder/spi-builder-workspace/Sources/ColorWell/Utilities/ActionButton.swift:6:8: note: a dependency of main module 'ColorWell'
import Cocoa
       ^
/Users/admin/builder/spi-builder-workspace/Sources/ColorWell/Views/Cocoa/Popover/ColorWellPopover.swift:6:8: note: also imported here
import Cocoa
       ^
/Users/admin/builder/spi-builder-workspace/Sources/ColorWell/Views/Cocoa/Popover/ColorWellPopover.swift:6:8: note: also imported here
import Cocoa
       ^
/Users/admin/builder/spi-builder-workspace/Sources/ColorWell/Utilities/ColorComponents.swift:6:8: note: also imported here
import Cocoa
       ^
/Users/admin/builder/spi-builder-workspace/Sources/ColorWell/Views/Cocoa/Popover/ColorWellPopoverContainerView.swift:6:8: note: also imported here
import Cocoa
       ^
/Users/admin/builder/spi-builder-workspace/Sources/ColorWell/Views/Cocoa/Popover/ColorWellPopoverContainerView.swift:6:8: note: also imported here
import Cocoa
       ^
/Users/admin/builder/spi-builder-workspace/Sources/ColorWell/Utilities/ConstructablePath.swift:6:8: note: also imported here
import Cocoa
       ^
/Users/admin/builder/spi-builder-workspace/Sources/ColorWell/Views/Cocoa/Popover/ColorWellPopoverContext.swift:6:8: note: also imported here
import Cocoa
       ^
/Users/admin/builder/spi-builder-workspace/Sources/ColorWell/Views/Cocoa/Popover/ColorWellPopoverContext.swift:6:8: note: also imported here
import Cocoa
       ^
/Users/admin/builder/spi-builder-workspace/Sources/ColorWell/Utilities/Deprecated.swift:6:8: note: also imported here
import Cocoa
       ^
/Users/admin/builder/spi-builder-workspace/Sources/ColorWell/Views/Cocoa/Popover/ColorWellPopoverLayoutView.swift:6:8: note: also imported here
import Cocoa
       ^
/Users/admin/builder/spi-builder-workspace/Sources/ColorWell/Views/Cocoa/Popover/ColorWellPopoverLayoutView.swift:6:8: note: also imported here
import Cocoa
       ^
/Users/admin/builder/spi-builder-workspace/Sources/ColorWell/Utilities/DrawingStyle.swift:6:8: note: also imported here
import Cocoa
       ^
/Users/admin/builder/spi-builder-workspace/Sources/ColorWell/Views/Cocoa/Popover/ColorWellPopoverSwatchView.swift:6:8: note: also imported here
import Cocoa
       ^
/Users/admin/builder/spi-builder-workspace/Sources/ColorWell/Views/Cocoa/Popover/ColorWellPopoverSwatchView.swift:6:8: note: also imported here
import Cocoa
       ^
/Users/admin/builder/spi-builder-workspace/Sources/ColorWell/Utilities/Extensions.swift:6:8: note: also imported here
import Cocoa
       ^
/Users/admin/builder/spi-builder-workspace/Sources/ColorWell/Views/Cocoa/Popover/ColorWellPopoverViewController.swift:6:8: note: also imported here
import Cocoa
       ^
/Users/admin/builder/spi-builder-workspace/Sources/ColorWell/Views/Cocoa/Popover/ColorWellPopoverViewController.swift:6:8: note: also imported here
import Cocoa
       ^
/Users/admin/builder/spi-builder-workspace/Sources/ColorWell/Views/Cocoa/ColorWell.swift:6:8: note: also imported here
import Cocoa
       ^
/Users/admin/builder/spi-builder-workspace/Sources/ColorWell/Views/Cocoa/Segments/ColorWellBorderedSwatchSegment.swift:6:8: note: also imported here
import Cocoa
       ^
/Users/admin/builder/spi-builder-workspace/Sources/ColorWell/Views/Cocoa/Segments/ColorWellBorderedSwatchSegment.swift:6:8: note: also imported here
import Cocoa
       ^
/Users/admin/builder/spi-builder-workspace/Sources/ColorWell/Views/Cocoa/ColorWellBaseView.swift:6:8: note: also imported here
import Cocoa
       ^
/Users/admin/builder/spi-builder-workspace/Sources/ColorWell/Views/Cocoa/Segments/ColorWellPullDownSwatchSegment.swift:6:8: note: also imported here
import Cocoa
       ^
/Users/admin/builder/spi-builder-workspace/Sources/ColorWell/Views/Cocoa/Segments/ColorWellPullDownSwatchSegment.swift:6:8: note: also imported here
import Cocoa
       ^
/Users/admin/builder/spi-builder-workspace/Sources/ColorWell/Views/Cocoa/ColorWellLayoutView.swift:6:8: note: also imported here
import Cocoa
       ^
/Users/admin/builder/spi-builder-workspace/Sources/ColorWell/Views/Cocoa/Segments/ColorWellSegment.swift:6:8: note: also imported here
import Cocoa
       ^
/Users/admin/builder/spi-builder-workspace/Sources/ColorWell/Views/Cocoa/Segments/ColorWellSegment.swift:6:8: note: also imported here
import Cocoa
       ^
/Users/admin/builder/spi-builder-workspace/Sources/ColorWell/Views/Cocoa/Popover/ColorSwatch.swift:6:8: note: also imported here
import Cocoa
       ^
/Users/admin/builder/spi-builder-workspace/Sources/ColorWell/Views/Cocoa/Segments/ColorWellSwatchSegment.swift:6:8: note: also imported here
import Cocoa
       ^
/Users/admin/builder/spi-builder-workspace/Sources/ColorWell/Views/Cocoa/Segments/ColorWellSwatchSegment.swift:6:8: note: also imported here
import Cocoa
       ^
/Users/admin/builder/spi-builder-workspace/Sources/ColorWell/Views/Cocoa/Popover/ColorWellPopover.swift:6:8: note: also imported here
import Cocoa
       ^
/Users/admin/builder/spi-builder-workspace/Sources/ColorWell/Views/Cocoa/Segments/ColorWellToggleSegment.swift:6:8: note: also imported here
import Cocoa
       ^
/Users/admin/builder/spi-builder-workspace/Sources/ColorWell/Views/Cocoa/Segments/ColorWellToggleSegment.swift:6:8: note: also imported here
import Cocoa
       ^
/Users/admin/builder/spi-builder-workspace/Sources/ColorWell/Views/Cocoa/Popover/ColorWellPopoverContainerView.swift:6:8: note: also imported here
import Cocoa
       ^
/Users/admin/builder/spi-builder-workspace/Sources/ColorWell/Views/Cocoa/Popover/ColorWellPopoverContext.swift:6:8: note: also imported here
import Cocoa
       ^
/Users/admin/builder/spi-builder-workspace/Sources/ColorWell/Views/Cocoa/Popover/ColorWellPopoverLayoutView.swift:6:8: note: also imported here
import Cocoa
       ^
/Users/admin/builder/spi-builder-workspace/Sources/ColorWell/Views/Cocoa/Popover/ColorWellPopoverSwatchView.swift:6:8: note: also imported here
import Cocoa
       ^
/Users/admin/builder/spi-builder-workspace/Sources/ColorWell/Views/Cocoa/Popover/ColorWellPopoverViewController.swift:6:8: note: also imported here
import Cocoa
       ^
/Users/admin/builder/spi-builder-workspace/Sources/ColorWell/Views/Cocoa/Segments/ColorWellBorderedSwatchSegment.swift:6:8: note: also imported here
import Cocoa
       ^
/Users/admin/builder/spi-builder-workspace/Sources/ColorWell/Views/Cocoa/Segments/ColorWellPullDownSwatchSegment.swift:6:8: note: also imported here
import Cocoa
       ^
/Users/admin/builder/spi-builder-workspace/Sources/ColorWell/Views/Cocoa/Segments/ColorWellSegment.swift:6:8: note: also imported here
import Cocoa
       ^
/Users/admin/builder/spi-builder-workspace/Sources/ColorWell/Views/Cocoa/Segments/ColorWellSwatchSegment.swift:6:8: note: also imported here
import Cocoa
       ^
/Users/admin/builder/spi-builder-workspace/Sources/ColorWell/Views/Cocoa/Segments/ColorWellToggleSegment.swift:6:8: note: also imported here
import Cocoa
       ^
** BUILD FAILED **
The following build commands failed:
	SwiftDriver ColorWell normal arm64 com.apple.xcode.tools.swift.compiler (in target 'ColorWell' from project 'ColorWell')
	SwiftDriver ColorWell normal armv7k com.apple.xcode.tools.swift.compiler (in target 'ColorWell' from project 'ColorWell')
	SwiftDriver ColorWell normal arm64_32 com.apple.xcode.tools.swift.compiler (in target 'ColorWell' from project 'ColorWell')
	Building workspace spi-builder-workspace with scheme ColorWell
(4 failures)
Command line invocation:
    /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/usr/bin/xcodebuild -IDEClonedSourcePackagesDirPathOverride=/Users/admin/builder/spi-builder-workspace/.dependencies -resolvePackageDependencies
Resolve Package Graph
Resolved source packages:
  ColorWell: /Users/admin/builder/spi-builder-workspace
resolved source packages: ColorWell
{
  "dependencies" : [
  ],
  "manifest_display_name" : "ColorWell",
  "name" : "ColorWell",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "10.13"
    }
  ],
  "products" : [
    {
      "name" : "ColorWell",
      "targets" : [
        "ColorWell"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "ColorWellTests",
      "module_type" : "SwiftTarget",
      "name" : "ColorWellTests",
      "path" : "Tests/ColorWellTests",
      "sources" : [
        "ColorWellTests.swift"
      ],
      "target_dependencies" : [
        "ColorWell"
      ],
      "type" : "test"
    },
    {
      "c99name" : "ColorWell",
      "module_type" : "SwiftTarget",
      "name" : "ColorWell",
      "path" : "Sources/ColorWell",
      "product_memberships" : [
        "ColorWell"
      ],
      "sources" : [
        "Utilities/ActionButton.swift",
        "Utilities/Cache.swift",
        "Utilities/ColorComponents.swift",
        "Utilities/ConstructablePath.swift",
        "Utilities/Deprecated.swift",
        "Utilities/DrawingStyle.swift",
        "Utilities/Extensions.swift",
        "Utilities/Storage.swift",
        "Views/Cocoa/ColorWell.swift",
        "Views/Cocoa/ColorWellBaseView.swift",
        "Views/Cocoa/ColorWellLayoutView.swift",
        "Views/Cocoa/Popover/ColorSwatch.swift",
        "Views/Cocoa/Popover/ColorWellPopover.swift",
        "Views/Cocoa/Popover/ColorWellPopoverContainerView.swift",
        "Views/Cocoa/Popover/ColorWellPopoverContext.swift",
        "Views/Cocoa/Popover/ColorWellPopoverLayoutView.swift",
        "Views/Cocoa/Popover/ColorWellPopoverSwatchView.swift",
        "Views/Cocoa/Popover/ColorWellPopoverViewController.swift",
        "Views/Cocoa/Segments/ColorWellBorderedSwatchSegment.swift",
        "Views/Cocoa/Segments/ColorWellPullDownSwatchSegment.swift",
        "Views/Cocoa/Segments/ColorWellSegment.swift",
        "Views/Cocoa/Segments/ColorWellSwatchSegment.swift",
        "Views/Cocoa/Segments/ColorWellToggleSegment.swift",
        "Views/Cocoa/Style.swift",
        "Views/SwiftUI/ColorWellConfiguration.swift",
        "Views/SwiftUI/ColorWellRepresentable.swift",
        "Views/SwiftUI/ColorWellStyle.swift",
        "Views/SwiftUI/ColorWellView.swift",
        "Views/SwiftUI/EnvironmentValues.swift",
        "Views/SwiftUI/ViewModifiers.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.7"
}
{
  "workspace" : {
    "name" : "spi-builder-workspace",
    "schemes" : [
      "ColorWell"
    ]
  }
}
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme ColorWell -destination generic/platform=watchOS
Command line invocation:
    /Applications/Xcode-26.0.0-Beta.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 ColorWell -destination generic/platform=watchOS
Resolve Package Graph
Resolved source packages:
  ColorWell: /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 'ColorWell' in project 'ColorWell'
        ➜ Explicit dependency on target 'ColorWell' in project 'ColorWell'
    Target 'ColorWell' in project 'ColorWell' (no dependencies)
GatherProvisioningInputs
CreateBuildDescription
ClangStatCache /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang-stat-cache /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos26.0-23R5280j-041894b46d26f03ea1587ab1cb6ac97e.sdkstatcache
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang-stat-cache /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk -o /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos26.0-23R5280j-041894b46d26f03ea1587ab1cb6ac97e.sdkstatcache
SwiftDriver ColorWell normal arm64_32 com.apple.xcode.tools.swift.compiler (in target 'ColorWell' from project 'ColorWell')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-SwiftDriver -- /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name ColorWell -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ColorWell.build/Debug-watchos/ColorWell.build/Objects-normal/arm64_32/ColorWell.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -DSWIFT_MODULE_RESOURCE_BUNDLE_UNAVAILABLE -DXcode -plugin-path /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.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-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos26.0-23R5280j-041894b46d26f03ea1587ab1cb6ac97e.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ColorWell.build/Debug-watchos/ColorWell.build/Objects-normal/arm64_32/ColorWell-OutputFileMap.json -use-frontend-parseable-output -save-temps -no-color-diagnostics -explicit-module-build -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftExplicitPrecompiledModules -clang-scanner-module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -sdk-module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -serialize-diagnostics -emit-dependencies -emit-module -emit-module-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ColorWell.build/Debug-watchos/ColorWell.build/Objects-normal/arm64_32/ColorWell.swiftmodule -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ColorWell.build/Debug-watchos/ColorWell.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ColorWell.build/Debug-watchos/ColorWell.build/Objects-normal/arm64_32/ColorWell_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/ColorWell.build/Debug-watchos/ColorWell.build/DerivedSources-normal/arm64_32 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ColorWell.build/Debug-watchos/ColorWell.build/DerivedSources/arm64_32 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ColorWell.build/Debug-watchos/ColorWell.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/ColorWell.build/Debug-watchos/ColorWell.build/Objects-normal/arm64_32/ColorWell-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
/Users/admin/builder/spi-builder-workspace/Sources/ColorWell/Utilities/ActionButton.swift:6:8: error: Unable to find module dependency: 'Cocoa'
import Cocoa
       ^ (in target 'ColorWell' from project 'ColorWell')
/Users/admin/builder/spi-builder-workspace/Sources/ColorWell/Utilities/ActionButton.swift:6:8: note: A dependency of main module 'ColorWell'
import Cocoa
       ^ (in target 'ColorWell' from project 'ColorWell')
/Users/admin/builder/spi-builder-workspace/Sources/ColorWell/Utilities/ColorComponents.swift:6:8: note: Also imported here
import Cocoa
       ^ (in target 'ColorWell' from project 'ColorWell')
/Users/admin/builder/spi-builder-workspace/Sources/ColorWell/Utilities/ConstructablePath.swift:6:8: note: Also imported here
import Cocoa
       ^ (in target 'ColorWell' from project 'ColorWell')
/Users/admin/builder/spi-builder-workspace/Sources/ColorWell/Utilities/Deprecated.swift:6:8: note: Also imported here
import Cocoa
       ^ (in target 'ColorWell' from project 'ColorWell')
/Users/admin/builder/spi-builder-workspace/Sources/ColorWell/Utilities/DrawingStyle.swift:6:8: note: Also imported here
import Cocoa
       ^ (in target 'ColorWell' from project 'ColorWell')
/Users/admin/builder/spi-builder-workspace/Sources/ColorWell/Utilities/Extensions.swift:6:8: note: Also imported here
import Cocoa
       ^ (in target 'ColorWell' from project 'ColorWell')
/Users/admin/builder/spi-builder-workspace/Sources/ColorWell/Views/Cocoa/ColorWell.swift:6:8: note: Also imported here
import Cocoa
       ^ (in target 'ColorWell' from project 'ColorWell')
/Users/admin/builder/spi-builder-workspace/Sources/ColorWell/Views/Cocoa/ColorWellBaseView.swift:6:8: note: Also imported here
import Cocoa
       ^ (in target 'ColorWell' from project 'ColorWell')
/Users/admin/builder/spi-builder-workspace/Sources/ColorWell/Views/Cocoa/ColorWellLayoutView.swift:6:8: note: Also imported here
import Cocoa
       ^ (in target 'ColorWell' from project 'ColorWell')
/Users/admin/builder/spi-builder-workspace/Sources/ColorWell/Views/Cocoa/Popover/ColorSwatch.swift:6:8: note: Also imported here
import Cocoa
       ^ (in target 'ColorWell' from project 'ColorWell')
/Users/admin/builder/spi-builder-workspace/Sources/ColorWell/Views/Cocoa/Popover/ColorWellPopover.swift:6:8: note: Also imported here
import Cocoa
       ^ (in target 'ColorWell' from project 'ColorWell')
/Users/admin/builder/spi-builder-workspace/Sources/ColorWell/Views/Cocoa/Popover/ColorWellPopoverContainerView.swift:6:8: note: Also imported here
import Cocoa
       ^ (in target 'ColorWell' from project 'ColorWell')
/Users/admin/builder/spi-builder-workspace/Sources/ColorWell/Views/Cocoa/Popover/ColorWellPopoverContext.swift:6:8: note: Also imported here
import Cocoa
       ^ (in target 'ColorWell' from project 'ColorWell')
/Users/admin/builder/spi-builder-workspace/Sources/ColorWell/Views/Cocoa/Popover/ColorWellPopoverLayoutView.swift:6:8: note: Also imported here
import Cocoa
       ^ (in target 'ColorWell' from project 'ColorWell')
/Users/admin/builder/spi-builder-workspace/Sources/ColorWell/Views/Cocoa/Popover/ColorWellPopoverSwatchView.swift:6:8: note: Also imported here
import Cocoa
       ^ (in target 'ColorWell' from project 'ColorWell')
/Users/admin/builder/spi-builder-workspace/Sources/ColorWell/Views/Cocoa/Popover/ColorWellPopoverViewController.swift:6:8: note: Also imported here
import Cocoa
       ^ (in target 'ColorWell' from project 'ColorWell')
/Users/admin/builder/spi-builder-workspace/Sources/ColorWell/Views/Cocoa/Segments/ColorWellBorderedSwatchSegment.swift:6:8: note: Also imported here
import Cocoa
       ^ (in target 'ColorWell' from project 'ColorWell')
/Users/admin/builder/spi-builder-workspace/Sources/ColorWell/Views/Cocoa/Segments/ColorWellPullDownSwatchSegment.swift:6:8: note: Also imported here
import Cocoa
       ^ (in target 'ColorWell' from project 'ColorWell')
/Users/admin/builder/spi-builder-workspace/Sources/ColorWell/Views/Cocoa/Segments/ColorWellSegment.swift:6:8: note: Also imported here
import Cocoa
       ^ (in target 'ColorWell' from project 'ColorWell')
/Users/admin/builder/spi-builder-workspace/Sources/ColorWell/Views/Cocoa/Segments/ColorWellSwatchSegment.swift:6:8: note: Also imported here
import Cocoa
       ^ (in target 'ColorWell' from project 'ColorWell')
/Users/admin/builder/spi-builder-workspace/Sources/ColorWell/Views/Cocoa/Segments/ColorWellToggleSegment.swift:6:8: note: Also imported here
import Cocoa
       ^ (in target 'ColorWell' from project 'ColorWell')
SwiftDriver ColorWell normal armv7k com.apple.xcode.tools.swift.compiler (in target 'ColorWell' from project 'ColorWell')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-SwiftDriver -- /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name ColorWell -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ColorWell.build/Debug-watchos/ColorWell.build/Objects-normal/armv7k/ColorWell.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -DSWIFT_MODULE_RESOURCE_BUNDLE_UNAVAILABLE -DXcode -plugin-path /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.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-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos26.0-23R5280j-041894b46d26f03ea1587ab1cb6ac97e.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ColorWell.build/Debug-watchos/ColorWell.build/Objects-normal/armv7k/ColorWell-OutputFileMap.json -use-frontend-parseable-output -save-temps -no-color-diagnostics -explicit-module-build -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftExplicitPrecompiledModules -clang-scanner-module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -sdk-module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -serialize-diagnostics -emit-dependencies -emit-module -emit-module-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ColorWell.build/Debug-watchos/ColorWell.build/Objects-normal/armv7k/ColorWell.swiftmodule -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ColorWell.build/Debug-watchos/ColorWell.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ColorWell.build/Debug-watchos/ColorWell.build/Objects-normal/armv7k/ColorWell_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/ColorWell.build/Debug-watchos/ColorWell.build/DerivedSources-normal/armv7k -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ColorWell.build/Debug-watchos/ColorWell.build/DerivedSources/armv7k -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ColorWell.build/Debug-watchos/ColorWell.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/ColorWell.build/Debug-watchos/ColorWell.build/Objects-normal/armv7k/ColorWell-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
/Users/admin/builder/spi-builder-workspace/Sources/ColorWell/Utilities/ActionButton.swift:6:8: error: Unable to find module dependency: 'Cocoa'
import Cocoa
       ^ (in target 'ColorWell' from project 'ColorWell')
/Users/admin/builder/spi-builder-workspace/Sources/ColorWell/Utilities/ActionButton.swift:6:8: note: A dependency of main module 'ColorWell'
import Cocoa
       ^ (in target 'ColorWell' from project 'ColorWell')
/Users/admin/builder/spi-builder-workspace/Sources/ColorWell/Utilities/ColorComponents.swift:6:8: note: Also imported here
import Cocoa
       ^ (in target 'ColorWell' from project 'ColorWell')
/Users/admin/builder/spi-builder-workspace/Sources/ColorWell/Utilities/ConstructablePath.swift:6:8: note: Also imported here
import Cocoa
       ^ (in target 'ColorWell' from project 'ColorWell')
/Users/admin/builder/spi-builder-workspace/Sources/ColorWell/Utilities/Deprecated.swift:6:8: note: Also imported here
import Cocoa
       ^ (in target 'ColorWell' from project 'ColorWell')
/Users/admin/builder/spi-builder-workspace/Sources/ColorWell/Utilities/DrawingStyle.swift:6:8: note: Also imported here
import Cocoa
       ^ (in target 'ColorWell' from project 'ColorWell')
/Users/admin/builder/spi-builder-workspace/Sources/ColorWell/Utilities/Extensions.swift:6:8: note: Also imported here
import Cocoa
       ^ (in target 'ColorWell' from project 'ColorWell')
/Users/admin/builder/spi-builder-workspace/Sources/ColorWell/Views/Cocoa/ColorWell.swift:6:8: note: Also imported here
import Cocoa
       ^ (in target 'ColorWell' from project 'ColorWell')
/Users/admin/builder/spi-builder-workspace/Sources/ColorWell/Views/Cocoa/ColorWellBaseView.swift:6:8: note: Also imported here
import Cocoa
       ^ (in target 'ColorWell' from project 'ColorWell')
/Users/admin/builder/spi-builder-workspace/Sources/ColorWell/Views/Cocoa/ColorWellLayoutView.swift:6:8: note: Also imported here
import Cocoa
       ^ (in target 'ColorWell' from project 'ColorWell')
/Users/admin/builder/spi-builder-workspace/Sources/ColorWell/Views/Cocoa/Popover/ColorSwatch.swift:6:8: note: Also imported here
import Cocoa
       ^ (in target 'ColorWell' from project 'ColorWell')
/Users/admin/builder/spi-builder-workspace/Sources/ColorWell/Views/Cocoa/Popover/ColorWellPopover.swift:6:8: note: Also imported here
import Cocoa
       ^ (in target 'ColorWell' from project 'ColorWell')
/Users/admin/builder/spi-builder-workspace/Sources/ColorWell/Views/Cocoa/Popover/ColorWellPopoverContainerView.swift:6:8: note: Also imported here
import Cocoa
       ^ (in target 'ColorWell' from project 'ColorWell')
/Users/admin/builder/spi-builder-workspace/Sources/ColorWell/Views/Cocoa/Popover/ColorWellPopoverContext.swift:6:8: note: Also imported here
import Cocoa
       ^ (in target 'ColorWell' from project 'ColorWell')
/Users/admin/builder/spi-builder-workspace/Sources/ColorWell/Views/Cocoa/Popover/ColorWellPopoverLayoutView.swift:6:8: note: Also imported here
import Cocoa
       ^ (in target 'ColorWell' from project 'ColorWell')
/Users/admin/builder/spi-builder-workspace/Sources/ColorWell/Views/Cocoa/Popover/ColorWellPopoverSwatchView.swift:6:8: note: Also imported here
import Cocoa
       ^ (in target 'ColorWell' from project 'ColorWell')
/Users/admin/builder/spi-builder-workspace/Sources/ColorWell/Views/Cocoa/Popover/ColorWellPopoverViewController.swift:6:8: note: Also imported here
import Cocoa
       ^ (in target 'ColorWell' from project 'ColorWell')
/Users/admin/builder/spi-builder-workspace/Sources/ColorWell/Views/Cocoa/Segments/ColorWellBorderedSwatchSegment.swift:6:8: note: Also imported here
import Cocoa
       ^ (in target 'ColorWell' from project 'ColorWell')
/Users/admin/builder/spi-builder-workspace/Sources/ColorWell/Views/Cocoa/Segments/ColorWellPullDownSwatchSegment.swift:6:8: note: Also imported here
import Cocoa
       ^ (in target 'ColorWell' from project 'ColorWell')
/Users/admin/builder/spi-builder-workspace/Sources/ColorWell/Views/Cocoa/Segments/ColorWellSegment.swift:6:8: note: Also imported here
import Cocoa
       ^ (in target 'ColorWell' from project 'ColorWell')
/Users/admin/builder/spi-builder-workspace/Sources/ColorWell/Views/Cocoa/Segments/ColorWellSwatchSegment.swift:6:8: note: Also imported here
import Cocoa
       ^ (in target 'ColorWell' from project 'ColorWell')
/Users/admin/builder/spi-builder-workspace/Sources/ColorWell/Views/Cocoa/Segments/ColorWellToggleSegment.swift:6:8: note: Also imported here
import Cocoa
       ^ (in target 'ColorWell' from project 'ColorWell')
SwiftDriver ColorWell normal arm64 com.apple.xcode.tools.swift.compiler (in target 'ColorWell' from project 'ColorWell')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-SwiftDriver -- /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name ColorWell -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ColorWell.build/Debug-watchos/ColorWell.build/Objects-normal/arm64/ColorWell.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -DSWIFT_MODULE_RESOURCE_BUNDLE_UNAVAILABLE -DXcode -plugin-path /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.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-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos26.0-23R5280j-041894b46d26f03ea1587ab1cb6ac97e.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ColorWell.build/Debug-watchos/ColorWell.build/Objects-normal/arm64/ColorWell-OutputFileMap.json -use-frontend-parseable-output -save-temps -no-color-diagnostics -explicit-module-build -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftExplicitPrecompiledModules -clang-scanner-module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -sdk-module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -serialize-diagnostics -emit-dependencies -emit-module -emit-module-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ColorWell.build/Debug-watchos/ColorWell.build/Objects-normal/arm64/ColorWell.swiftmodule -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ColorWell.build/Debug-watchos/ColorWell.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ColorWell.build/Debug-watchos/ColorWell.build/Objects-normal/arm64/ColorWell_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/ColorWell.build/Debug-watchos/ColorWell.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ColorWell.build/Debug-watchos/ColorWell.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ColorWell.build/Debug-watchos/ColorWell.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/ColorWell.build/Debug-watchos/ColorWell.build/Objects-normal/arm64/ColorWell-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
/Users/admin/builder/spi-builder-workspace/Sources/ColorWell/Utilities/ActionButton.swift:6:8: error: Unable to find module dependency: 'Cocoa'
import Cocoa
       ^ (in target 'ColorWell' from project 'ColorWell')
/Users/admin/builder/spi-builder-workspace/Sources/ColorWell/Utilities/ActionButton.swift:6:8: note: A dependency of main module 'ColorWell'
import Cocoa
       ^ (in target 'ColorWell' from project 'ColorWell')
/Users/admin/builder/spi-builder-workspace/Sources/ColorWell/Utilities/ColorComponents.swift:6:8: note: Also imported here
import Cocoa
       ^ (in target 'ColorWell' from project 'ColorWell')
/Users/admin/builder/spi-builder-workspace/Sources/ColorWell/Utilities/ConstructablePath.swift:6:8: note: Also imported here
import Cocoa
       ^ (in target 'ColorWell' from project 'ColorWell')
/Users/admin/builder/spi-builder-workspace/Sources/ColorWell/Utilities/Deprecated.swift:6:8: note: Also imported here
import Cocoa
       ^ (in target 'ColorWell' from project 'ColorWell')
/Users/admin/builder/spi-builder-workspace/Sources/ColorWell/Utilities/DrawingStyle.swift:6:8: note: Also imported here
import Cocoa
       ^ (in target 'ColorWell' from project 'ColorWell')
/Users/admin/builder/spi-builder-workspace/Sources/ColorWell/Utilities/Extensions.swift:6:8: note: Also imported here
import Cocoa
       ^ (in target 'ColorWell' from project 'ColorWell')
/Users/admin/builder/spi-builder-workspace/Sources/ColorWell/Views/Cocoa/ColorWell.swift:6:8: note: Also imported here
import Cocoa
       ^ (in target 'ColorWell' from project 'ColorWell')
/Users/admin/builder/spi-builder-workspace/Sources/ColorWell/Views/Cocoa/ColorWellBaseView.swift:6:8: note: Also imported here
import Cocoa
       ^ (in target 'ColorWell' from project 'ColorWell')
/Users/admin/builder/spi-builder-workspace/Sources/ColorWell/Views/Cocoa/ColorWellLayoutView.swift:6:8: note: Also imported here
import Cocoa
       ^ (in target 'ColorWell' from project 'ColorWell')
/Users/admin/builder/spi-builder-workspace/Sources/ColorWell/Views/Cocoa/Popover/ColorSwatch.swift:6:8: note: Also imported here
import Cocoa
       ^ (in target 'ColorWell' from project 'ColorWell')
/Users/admin/builder/spi-builder-workspace/Sources/ColorWell/Views/Cocoa/Popover/ColorWellPopover.swift:6:8: note: Also imported here
import Cocoa
       ^ (in target 'ColorWell' from project 'ColorWell')
/Users/admin/builder/spi-builder-workspace/Sources/ColorWell/Views/Cocoa/Popover/ColorWellPopoverContainerView.swift:6:8: note: Also imported here
import Cocoa
       ^ (in target 'ColorWell' from project 'ColorWell')
/Users/admin/builder/spi-builder-workspace/Sources/ColorWell/Views/Cocoa/Popover/ColorWellPopoverContext.swift:6:8: note: Also imported here
import Cocoa
       ^ (in target 'ColorWell' from project 'ColorWell')
/Users/admin/builder/spi-builder-workspace/Sources/ColorWell/Views/Cocoa/Popover/ColorWellPopoverLayoutView.swift:6:8: note: Also imported here
import Cocoa
       ^ (in target 'ColorWell' from project 'ColorWell')
/Users/admin/builder/spi-builder-workspace/Sources/ColorWell/Views/Cocoa/Popover/ColorWellPopoverSwatchView.swift:6:8: note: Also imported here
import Cocoa
       ^ (in target 'ColorWell' from project 'ColorWell')
/Users/admin/builder/spi-builder-workspace/Sources/ColorWell/Views/Cocoa/Popover/ColorWellPopoverViewController.swift:6:8: note: Also imported here
import Cocoa
       ^ (in target 'ColorWell' from project 'ColorWell')
/Users/admin/builder/spi-builder-workspace/Sources/ColorWell/Views/Cocoa/Segments/ColorWellBorderedSwatchSegment.swift:6:8: note: Also imported here
import Cocoa
       ^ (in target 'ColorWell' from project 'ColorWell')
/Users/admin/builder/spi-builder-workspace/Sources/ColorWell/Views/Cocoa/Segments/ColorWellPullDownSwatchSegment.swift:6:8: note: Also imported here
import Cocoa
       ^ (in target 'ColorWell' from project 'ColorWell')
/Users/admin/builder/spi-builder-workspace/Sources/ColorWell/Views/Cocoa/Segments/ColorWellSegment.swift:6:8: note: Also imported here
import Cocoa
       ^ (in target 'ColorWell' from project 'ColorWell')
/Users/admin/builder/spi-builder-workspace/Sources/ColorWell/Views/Cocoa/Segments/ColorWellSwatchSegment.swift:6:8: note: Also imported here
import Cocoa
       ^ (in target 'ColorWell' from project 'ColorWell')
/Users/admin/builder/spi-builder-workspace/Sources/ColorWell/Views/Cocoa/Segments/ColorWellToggleSegment.swift:6:8: note: Also imported here
import Cocoa
       ^ (in target 'ColorWell' from project 'ColorWell')
/Users/admin/builder/spi-builder-workspace/Sources/ColorWell/Utilities/ActionButton.swift:6:8: error: Unable to find module dependency: 'Cocoa'
import Cocoa
       ^
/Users/admin/builder/spi-builder-workspace/Sources/ColorWell/Utilities/ActionButton.swift:6:8: note: a dependency of main module 'ColorWell'
import Cocoa
       ^
/Users/admin/builder/spi-builder-workspace/Sources/ColorWell/Utilities/ColorComponents.swift:6:8: note: also imported here
import Cocoa
       ^
/Users/admin/builder/spi-builder-workspace/Sources/ColorWell/Utilities/ConstructablePath.swift:6:8: note: also imported here
import Cocoa
       ^
/Users/admin/builder/spi-builder-workspace/Sources/ColorWell/Utilities/Deprecated.swift:6:8: note: also imported here
import Cocoa
       ^
/Users/admin/builder/spi-builder-workspace/Sources/ColorWell/Utilities/DrawingStyle.swift:6:8: note: also imported here
import Cocoa
       ^
/Users/admin/builder/spi-builder-workspace/Sources/ColorWell/Utilities/Extensions.swift:6:8: note: also imported here
import Cocoa
       ^
/Users/admin/builder/spi-builder-workspace/Sources/ColorWell/Views/Cocoa/ColorWell.swift:6:8: note: also imported here
import Cocoa
       ^
/Users/admin/builder/spi-builder-workspace/Sources/ColorWell/Views/Cocoa/ColorWellBaseView.swift:6:8: note: also imported here
import Cocoa
       ^
/Users/admin/builder/spi-builder-workspace/Sources/ColorWell/Views/Cocoa/ColorWellLayoutView.swift:6:8: note: also imported here
import Cocoa
       ^
/Users/admin/builder/spi-builder-workspace/Sources/ColorWell/Views/Cocoa/Popover/ColorSwatch.swift:6:8: note: also imported here
import Cocoa
       ^
/Users/admin/builder/spi-builder-workspace/Sources/ColorWell/Views/Cocoa/Popover/ColorWellPopover.swift:6:8: note: also imported here
import Cocoa
       ^
/Users/admin/builder/spi-builder-workspace/Sources/ColorWell/Views/Cocoa/Popover/ColorWellPopoverContainerView.swift:6:8: note: also imported here
import Cocoa
       ^
/Users/admin/builder/spi-builder-workspace/Sources/ColorWell/Views/Cocoa/Popover/ColorWellPopoverContext.swift:6:8: note: also imported here
import Cocoa
       ^
/Users/admin/builder/spi-builder-workspace/Sources/ColorWell/Views/Cocoa/Popover/ColorWellPopoverLayoutView.swift:6:8: note: also imported here
import Cocoa
       ^
/Users/admin/builder/spi-builder-workspace/Sources/ColorWell/Views/Cocoa/Popover/ColorWellPopoverSwatchView.swift:6:8: note: also imported here
import Cocoa
       ^
/Users/admin/builder/spi-builder-workspace/Sources/ColorWell/Views/Cocoa/Popover/ColorWellPopoverViewController.swift:6:8: note: also imported here
import Cocoa
       ^
/Users/admin/builder/spi-builder-workspace/Sources/ColorWell/Views/Cocoa/Segments/ColorWellBorderedSwatchSegment.swift:6:8: note: also imported here
import Cocoa
       ^
/Users/admin/builder/spi-builder-workspace/Sources/ColorWell/Views/Cocoa/Segments/ColorWellPullDownSwatchSegment.swift:6:8: note: also imported here
import Cocoa
       ^
/Users/admin/builder/spi-builder-workspace/Sources/ColorWell/Views/Cocoa/Segments/ColorWellSegment.swift:6:8: note: also imported here
import Cocoa
       ^
/Users/admin/builder/spi-builder-workspace/Sources/ColorWell/Views/Cocoa/Segments/ColorWellSwatchSegment.swift:6:8: note: also imported here
import Cocoa
       ^
/Users/admin/builder/spi-builder-workspace/Sources/ColorWell/Views/Cocoa/Segments/ColorWellToggleSegment.swift:6:8: note: also imported here
import Cocoa
       ^
/Users/admin/builder/spi-builder-workspace/Sources/ColorWell/Utilities/ActionButton.swift:6:8: error: Unable to find module dependency: 'Cocoa'
import Cocoa
       ^
/Users/admin/builder/spi-builder-workspace/Sources/ColorWell/Utilities/ActionButton.swift:6:8: note: a dependency of main module 'ColorWell'
import Cocoa
       ^
/Users/admin/builder/spi-builder-workspace/Sources/ColorWell/Utilities/ColorComponents.swift:6:8: note: also imported here
import Cocoa
       ^
/Users/admin/builder/spi-builder-workspace/Sources/ColorWell/Utilities/ConstructablePath.swift:6:8: note: also imported here
import Cocoa
       ^
/Users/admin/builder/spi-builder-workspace/Sources/ColorWell/Utilities/Deprecated.swift:6:8: note: also imported here
import Cocoa
       ^
/Users/admin/builder/spi-builder-workspace/Sources/ColorWell/Utilities/DrawingStyle.swift:6:8: note: also imported here
import Cocoa
       ^
/Users/admin/builder/spi-builder-workspace/Sources/ColorWell/Utilities/Extensions.swift:6:8: note: also imported here
import Cocoa
       ^
/Users/admin/builder/spi-builder-workspace/Sources/ColorWell/Views/Cocoa/ColorWell.swift:6:8: note: also imported here
import Cocoa
       ^
/Users/admin/builder/spi-builder-workspace/Sources/ColorWell/Views/Cocoa/ColorWellBaseView.swift:6:8: note: also imported here
import Cocoa
       ^
/Users/admin/builder/spi-builder-workspace/Sources/ColorWell/Views/Cocoa/ColorWellLayoutView.swift:6:8: note: also imported here
import Cocoa
       ^
/Users/admin/builder/spi-builder-workspace/Sources/ColorWell/Views/Cocoa/Popover/ColorSwatch.swift:6:8: note: also imported here
import Cocoa
       ^
/Users/admin/builder/spi-builder-workspace/Sources/ColorWell/Views/Cocoa/Popover/ColorWellPopover.swift:6:8: note: also imported here
import Cocoa
       ^
/Users/admin/builder/spi-builder-workspace/Sources/ColorWell/Views/Cocoa/Popover/ColorWellPopoverContainerView.swift:6:8: note: also imported here
import Cocoa
       ^
/Users/admin/builder/spi-builder-workspace/Sources/ColorWell/Views/Cocoa/Popover/ColorWellPopoverContext.swift:6:8: note: also imported here
import Cocoa
       ^
/Users/admin/builder/spi-builder-workspace/Sources/ColorWell/Views/Cocoa/Popover/ColorWellPopoverLayoutView.swift:6:8: note: also imported here
import Cocoa
       ^
/Users/admin/builder/spi-builder-workspace/Sources/ColorWell/Views/Cocoa/Popover/ColorWellPopoverSwatchView.swift:6:8: note: also imported here
import Cocoa
       ^
/Users/admin/builder/spi-builder-workspace/Sources/ColorWell/Views/Cocoa/Popover/ColorWellPopoverViewController.swift:6:8: note: also imported here
import Cocoa
       ^
/Users/admin/builder/spi-builder-workspace/Sources/ColorWell/Views/Cocoa/Segments/ColorWellBorderedSwatchSegment.swift:6:8: note: also imported here
import Cocoa
       ^
/Users/admin/builder/spi-builder-workspace/Sources/ColorWell/Views/Cocoa/Segments/ColorWellPullDownSwatchSegment.swift:6:8: note: also imported here
import Cocoa
       ^
/Users/admin/builder/spi-builder-workspace/Sources/ColorWell/Views/Cocoa/Segments/ColorWellSegment.swift:6:8: note: also imported here
import Cocoa
       ^
/Users/admin/builder/spi-builder-workspace/Sources/ColorWell/Views/Cocoa/Segments/ColorWellSwatchSegment.swift:6:8: note: also imported here
import Cocoa
       ^
/Users/admin/builder/spi-builder-workspace/Sources/ColorWell/Views/Cocoa/Segments/ColorWellToggleSegment.swift:6:8: note: also imported here
import Cocoa
       ^
/Users/admin/builder/spi-builder-workspace/Sources/ColorWell/Utilities/ActionButton.swift:6:8: error: Unable to find module dependency: 'Cocoa'
import Cocoa
       ^
/Users/admin/builder/spi-builder-workspace/Sources/ColorWell/Utilities/ActionButton.swift:6:8: note: a dependency of main module 'ColorWell'
import Cocoa
       ^
/Users/admin/builder/spi-builder-workspace/Sources/ColorWell/Utilities/ColorComponents.swift:6:8: note: also imported here
import Cocoa
       ^
/Users/admin/builder/spi-builder-workspace/Sources/ColorWell/Utilities/ConstructablePath.swift:6:8: note: also imported here
import Cocoa
       ^
/Users/admin/builder/spi-builder-workspace/Sources/ColorWell/Utilities/Deprecated.swift:6:8: note: also imported here
import Cocoa
       ^
/Users/admin/builder/spi-builder-workspace/Sources/ColorWell/Utilities/DrawingStyle.swift:6:8: note: also imported here
import Cocoa
       ^
/Users/admin/builder/spi-builder-workspace/Sources/ColorWell/Utilities/Extensions.swift:6:8: note: also imported here
import Cocoa
       ^
/Users/admin/builder/spi-builder-workspace/Sources/ColorWell/Views/Cocoa/ColorWell.swift:6:8: note: also imported here
import Cocoa
       ^
/Users/admin/builder/spi-builder-workspace/Sources/ColorWell/Views/Cocoa/ColorWellBaseView.swift:6:8: note: also imported here
import Cocoa
       ^
/Users/admin/builder/spi-builder-workspace/Sources/ColorWell/Views/Cocoa/ColorWellLayoutView.swift:6:8: note: also imported here
import Cocoa
       ^
/Users/admin/builder/spi-builder-workspace/Sources/ColorWell/Views/Cocoa/Popover/ColorSwatch.swift:6:8: note: also imported here
import Cocoa
       ^
/Users/admin/builder/spi-builder-workspace/Sources/ColorWell/Views/Cocoa/Popover/ColorWellPopover.swift:6:8: note: also imported here
import Cocoa
       ^
/Users/admin/builder/spi-builder-workspace/Sources/ColorWell/Views/Cocoa/Popover/ColorWellPopoverContainerView.swift:6:8: note: also imported here
import Cocoa
       ^
/Users/admin/builder/spi-builder-workspace/Sources/ColorWell/Views/Cocoa/Popover/ColorWellPopoverContext.swift:6:8: note: also imported here
import Cocoa
       ^
/Users/admin/builder/spi-builder-workspace/Sources/ColorWell/Views/Cocoa/Popover/ColorWellPopoverLayoutView.swift:6:8: note: also imported here
import Cocoa
       ^
/Users/admin/builder/spi-builder-workspace/Sources/ColorWell/Views/Cocoa/Popover/ColorWellPopoverSwatchView.swift:6:8: note: also imported here
import Cocoa
       ^
/Users/admin/builder/spi-builder-workspace/Sources/ColorWell/Views/Cocoa/Popover/ColorWellPopoverViewController.swift:6:8: note: also imported here
import Cocoa
       ^
/Users/admin/builder/spi-builder-workspace/Sources/ColorWell/Views/Cocoa/Segments/ColorWellBorderedSwatchSegment.swift:6:8: note: also imported here
import Cocoa
       ^
/Users/admin/builder/spi-builder-workspace/Sources/ColorWell/Views/Cocoa/Segments/ColorWellPullDownSwatchSegment.swift:6:8: note: also imported here
import Cocoa
       ^
/Users/admin/builder/spi-builder-workspace/Sources/ColorWell/Views/Cocoa/Segments/ColorWellSegment.swift:6:8: note: also imported here
import Cocoa
       ^
/Users/admin/builder/spi-builder-workspace/Sources/ColorWell/Views/Cocoa/Segments/ColorWellSwatchSegment.swift:6:8: note: also imported here
import Cocoa
       ^
/Users/admin/builder/spi-builder-workspace/Sources/ColorWell/Views/Cocoa/Segments/ColorWellToggleSegment.swift:6:8: note: also imported here
import Cocoa
       ^
** BUILD FAILED **
The following build commands failed:
	SwiftDriver ColorWell normal arm64_32 com.apple.xcode.tools.swift.compiler (in target 'ColorWell' from project 'ColorWell')
	SwiftDriver ColorWell normal armv7k com.apple.xcode.tools.swift.compiler (in target 'ColorWell' from project 'ColorWell')
	SwiftDriver ColorWell normal arm64 com.apple.xcode.tools.swift.compiler (in target 'ColorWell' from project 'ColorWell')
	Building workspace spi-builder-workspace with scheme ColorWell
(4 failures)
BUILD FAILURE 6.2 watchOS