The Swift Package Index logo.Swift Package Index

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

Build Information

Failed to build color-components, reference 1.13.0 (40fc54), with Swift 6.1 for watchOS using Xcode 16.3 on 29 Apr 2025 11:07:29 UTC.

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.61.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/sersoft-gmbh/color-components.git
Reference: 1.13.0
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/sersoft-gmbh/color-components
 * tag               1.13.0     -> FETCH_HEAD
HEAD is now at 40fc541 Fix tests on older Xcodes
Cloned https://github.com/sersoft-gmbh/color-components.git
Revision (git rev-parse @):
40fc541e9b31e9ddfb40f2143c9e84384ba1ad6b
SUCCESS checkout https://github.com/sersoft-gmbh/color-components.git at 1.13.0
========================================
Build
========================================
Selected platform:         watchOS
Swift version:             6.1
Building package at path:  $PWD
https://github.com/sersoft-gmbh/color-components.git
https://github.com/sersoft-gmbh/color-components.git
{
  "dependencies" : [
    {
      "identity" : "swift-docc-plugin",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.0.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-docc-plugin"
    }
  ],
  "manifest_display_name" : "color-components",
  "name" : "color-components",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
  ],
  "products" : [
    {
      "name" : "ColorComponents",
      "targets" : [
        "ColorComponents"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "ColorCalculations",
      "targets" : [
        "ColorCalculations"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "XCHelpers",
      "module_type" : "SwiftTarget",
      "name" : "XCHelpers",
      "path" : "Sources/XCHelpers",
      "sources" : [
        "UnsupportedPlatform.swift"
      ],
      "type" : "library"
    },
    {
      "c99name" : "ColorComponentsTests",
      "module_type" : "SwiftTarget",
      "name" : "ColorComponentsTests",
      "path" : "Tests/ColorComponentsTests",
      "sources" : [
        "BWA/BWATests.swift",
        "BWA/Platforms/BWA+AppKitTests.swift",
        "BWA/Platforms/BWA+CoreGraphicsTests.swift",
        "BWA/Platforms/BWA+PlaygroundTests.swift",
        "BWA/Platforms/BWA+SwiftUITests.swift",
        "BWA/Platforms/BWA+UIKitTests.swift",
        "CIE/XYZ/CIEXYZA+RGBATests.swift",
        "CIE/XYZ/CIEXYZATests.swift",
        "CIE/XYZ/Platforms/CIEXYZA+AppKitTests.swift",
        "CIE/XYZ/Platforms/CIEXYZA+CoreGraphicsTests.swift",
        "CIE/XYZ/Platforms/CIEXYZA+PlaygroundTests.swift",
        "CIE/XYZ/Platforms/CIEXYZA+SwiftUITests.swift",
        "CIE/XYZ/Platforms/CIEXYZA+UIKitTests.swift",
        "ColorComponentsTests.swift",
        "HSBA/HSBA+HSLATests.swift",
        "HSBA/HSBA+RGBATests.swift",
        "HSBA/HSBATests.swift",
        "HSBA/Platforms/HSBA+AppKitTests.swift",
        "HSBA/Platforms/HSBA+CoreGraphicsTests.swift",
        "HSBA/Platforms/HSBA+PlaygroundTests.swift",
        "HSBA/Platforms/HSBA+SwiftUITests.swift",
        "HSBA/Platforms/HSBA+UIKitTests.swift",
        "HSLA/HSLA+HSBATests.swift",
        "HSLA/HSLA+RGBATests.swift",
        "HSLA/HSLATests.swift",
        "HSLA/Platforms/HSLA+AppKitTests.swift",
        "HSLA/Platforms/HSLA+CoreGraphicsTests.swift",
        "HSLA/Platforms/HSLA+PlaygroundTests.swift",
        "HSLA/Platforms/HSLA+SwiftUITests.swift",
        "HSLA/Platforms/HSLA+UIKitTests.swift",
        "RGBA/Platforms/RGBA+AppKitTests.swift",
        "RGBA/Platforms/RGBA+CoreGraphicsTests.swift",
        "RGBA/Platforms/RGBA+PlaygroundTests.swift",
        "RGBA/Platforms/RGBA+SwiftUITests.swift",
        "RGBA/Platforms/RGBA+UIKitTests.swift",
        "RGBA/RGBA+CIEXYZATests.swift",
        "RGBA/RGBA+HSBATests.swift",
        "RGBA/RGBA+HSLATests.swift",
        "RGBA/RGBA+HexTests.swift",
        "RGBA/RGBATests.swift",
        "XCHelpers/AssertViewBody.swift",
        "XCHelpers/DummyNumeric.swift",
        "XCHelpers/InexactFloat.swift",
        "XCHelpers/NoCompsUIColor.swift"
      ],
      "target_dependencies" : [
        "ColorComponents",
        "XCHelpers"
      ],
      "type" : "test"
    },
    {
      "c99name" : "ColorComponents",
      "module_type" : "SwiftTarget",
      "name" : "ColorComponents",
      "path" : "Sources/ColorComponents",
      "product_memberships" : [
        "ColorComponents",
        "ColorCalculations"
      ],
      "sources" : [
        "BWA/BWA.swift",
        "BWA/Platforms/BWA+AppKit.swift",
        "BWA/Platforms/BWA+CoreGraphics.swift",
        "BWA/Platforms/BWA+Playground.swift",
        "BWA/Platforms/BWA+SwiftUI.swift",
        "BWA/Platforms/BWA+UIKit.swift",
        "CIE/CIE.swift",
        "CIE/XYZ/CIEXYZA+RGBA.swift",
        "CIE/XYZ/CIEXYZA.swift",
        "CIE/XYZ/Platforms/CIEXYZA+AppKit.swift",
        "CIE/XYZ/Platforms/CIEXYZA+CoreGraphics.swift",
        "CIE/XYZ/Platforms/CIEXYZA+Playground.swift",
        "CIE/XYZ/Platforms/CIEXYZA+SwiftUI.swift",
        "CIE/XYZ/Platforms/CIEXYZA+UIKit.swift",
        "ColorComponents.swift",
        "HSBA/HSBA+HSLA.swift",
        "HSBA/HSBA+RGBA.swift",
        "HSBA/HSBA.swift",
        "HSBA/Platforms/HSBA+AppKit.swift",
        "HSBA/Platforms/HSBA+CoreGraphics.swift",
        "HSBA/Platforms/HSBA+Playground.swift",
        "HSBA/Platforms/HSBA+SwiftUI.swift",
        "HSBA/Platforms/HSBA+UIKit.swift",
        "HSLA/HSLA+HSBA.swift",
        "HSLA/HSLA+RGBA.swift",
        "HSLA/HSLA.swift",
        "HSLA/Platforms/HSLA+AppKit.swift",
        "HSLA/Platforms/HSLA+CoreGraphics.swift",
        "HSLA/Platforms/HSLA+Playground.swift",
        "HSLA/Platforms/HSLA+SwiftUI.swift",
        "HSLA/Platforms/HSLA+UIKit.swift",
        "Helpers/CGColor+RequireColorSpace.swift",
        "Helpers/NSColor+RequireColorSpace.swift",
        "Helpers/PlaygroundSupport.swift",
        "Helpers/SwiftUIPlatformColor.swift",
        "RGBA/Platforms/RGBA+AppKit.swift",
        "RGBA/Platforms/RGBA+CoreGraphics.swift",
        "RGBA/Platforms/RGBA+Playground.swift",
        "RGBA/Platforms/RGBA+SwiftUI.swift",
        "RGBA/Platforms/RGBA+UIKit.swift",
        "RGBA/RGBA+CIEXYZA.swift",
        "RGBA/RGBA+HSBA.swift",
        "RGBA/RGBA+HSBVHelpers.swift",
        "RGBA/RGBA+HSLA.swift",
        "RGBA/RGBA+Hex.swift",
        "RGBA/RGBA.swift"
      ],
      "type" : "library"
    },
    {
      "c99name" : "ColorCalculationsTests",
      "module_type" : "SwiftTarget",
      "name" : "ColorCalculationsTests",
      "path" : "Tests/ColorCalculationsTests",
      "resources" : [
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Tests/ColorCalculationsTests/TestImages",
          "rule" : {
            "copy" : {
            }
          }
        }
      ],
      "sources" : [
        "ImageColorsCalculatorTests.swift"
      ],
      "target_dependencies" : [
        "ColorCalculations",
        "XCHelpers"
      ],
      "type" : "test"
    },
    {
      "c99name" : "ColorCalculations",
      "module_type" : "SwiftTarget",
      "name" : "ColorCalculations",
      "path" : "Sources/ColorCalculations",
      "product_memberships" : [
        "ColorCalculations"
      ],
      "sources" : [
        "ImageColorsCalculator+Platforms.swift",
        "ImageColorsCalculator+ProminentColors.swift",
        "ImageColorsCalculator.swift"
      ],
      "target_dependencies" : [
        "ColorComponents"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "6.0"
}
Command line invocation:
    /Applications/Xcode-16.3.0.app/Contents/Developer/usr/bin/xcodebuild -IDEClonedSourcePackagesDirPathOverride=/Users/admin/builder/spi-builder-workspace/.dependencies -resolvePackageDependencies
Resolve Package Graph
Fetching from https://github.com/apple/swift-docc-plugin
Fetching from https://github.com/swiftlang/swift-docc-symbolkit (cached)
Creating working copy of package ‘swift-docc-plugin’
Checking out 1.4.3 of package ‘swift-docc-plugin’
Creating working copy of package ‘swift-docc-symbolkit’
Checking out 1.0.0 of package ‘swift-docc-symbolkit’
Resolve Package Graph
Resolved source packages:
  SymbolKit: https://github.com/swiftlang/swift-docc-symbolkit @ 1.0.0
  SwiftDocCPlugin: https://github.com/apple/swift-docc-plugin @ 1.4.3
  color-components: /Users/admin/builder/spi-builder-workspace
resolved source packages: SymbolKit, SwiftDocCPlugin, color-components
{
  "dependencies" : [
    {
      "identity" : "swift-docc-plugin",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.0.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-docc-plugin"
    }
  ],
  "manifest_display_name" : "color-components",
  "name" : "color-components",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
  ],
  "products" : [
    {
      "name" : "ColorComponents",
      "targets" : [
        "ColorComponents"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "ColorCalculations",
      "targets" : [
        "ColorCalculations"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "XCHelpers",
      "module_type" : "SwiftTarget",
      "name" : "XCHelpers",
      "path" : "Sources/XCHelpers",
      "sources" : [
        "UnsupportedPlatform.swift"
      ],
      "type" : "library"
    },
    {
      "c99name" : "ColorComponentsTests",
      "module_type" : "SwiftTarget",
      "name" : "ColorComponentsTests",
      "path" : "Tests/ColorComponentsTests",
      "sources" : [
        "BWA/BWATests.swift",
        "BWA/Platforms/BWA+AppKitTests.swift",
        "BWA/Platforms/BWA+CoreGraphicsTests.swift",
        "BWA/Platforms/BWA+PlaygroundTests.swift",
        "BWA/Platforms/BWA+SwiftUITests.swift",
        "BWA/Platforms/BWA+UIKitTests.swift",
        "CIE/XYZ/CIEXYZA+RGBATests.swift",
        "CIE/XYZ/CIEXYZATests.swift",
        "CIE/XYZ/Platforms/CIEXYZA+AppKitTests.swift",
        "CIE/XYZ/Platforms/CIEXYZA+CoreGraphicsTests.swift",
        "CIE/XYZ/Platforms/CIEXYZA+PlaygroundTests.swift",
        "CIE/XYZ/Platforms/CIEXYZA+SwiftUITests.swift",
        "CIE/XYZ/Platforms/CIEXYZA+UIKitTests.swift",
        "ColorComponentsTests.swift",
        "HSBA/HSBA+HSLATests.swift",
        "HSBA/HSBA+RGBATests.swift",
        "HSBA/HSBATests.swift",
        "HSBA/Platforms/HSBA+AppKitTests.swift",
        "HSBA/Platforms/HSBA+CoreGraphicsTests.swift",
        "HSBA/Platforms/HSBA+PlaygroundTests.swift",
        "HSBA/Platforms/HSBA+SwiftUITests.swift",
        "HSBA/Platforms/HSBA+UIKitTests.swift",
        "HSLA/HSLA+HSBATests.swift",
        "HSLA/HSLA+RGBATests.swift",
        "HSLA/HSLATests.swift",
        "HSLA/Platforms/HSLA+AppKitTests.swift",
        "HSLA/Platforms/HSLA+CoreGraphicsTests.swift",
        "HSLA/Platforms/HSLA+PlaygroundTests.swift",
        "HSLA/Platforms/HSLA+SwiftUITests.swift",
        "HSLA/Platforms/HSLA+UIKitTests.swift",
        "RGBA/Platforms/RGBA+AppKitTests.swift",
        "RGBA/Platforms/RGBA+CoreGraphicsTests.swift",
        "RGBA/Platforms/RGBA+PlaygroundTests.swift",
        "RGBA/Platforms/RGBA+SwiftUITests.swift",
        "RGBA/Platforms/RGBA+UIKitTests.swift",
        "RGBA/RGBA+CIEXYZATests.swift",
        "RGBA/RGBA+HSBATests.swift",
        "RGBA/RGBA+HSLATests.swift",
        "RGBA/RGBA+HexTests.swift",
        "RGBA/RGBATests.swift",
        "XCHelpers/AssertViewBody.swift",
        "XCHelpers/DummyNumeric.swift",
        "XCHelpers/InexactFloat.swift",
        "XCHelpers/NoCompsUIColor.swift"
      ],
      "target_dependencies" : [
        "ColorComponents",
        "XCHelpers"
      ],
      "type" : "test"
    },
    {
      "c99name" : "ColorComponents",
      "module_type" : "SwiftTarget",
      "name" : "ColorComponents",
      "path" : "Sources/ColorComponents",
      "product_memberships" : [
        "ColorComponents",
        "ColorCalculations"
      ],
      "sources" : [
        "BWA/BWA.swift",
        "BWA/Platforms/BWA+AppKit.swift",
        "BWA/Platforms/BWA+CoreGraphics.swift",
        "BWA/Platforms/BWA+Playground.swift",
        "BWA/Platforms/BWA+SwiftUI.swift",
        "BWA/Platforms/BWA+UIKit.swift",
        "CIE/CIE.swift",
        "CIE/XYZ/CIEXYZA+RGBA.swift",
        "CIE/XYZ/CIEXYZA.swift",
        "CIE/XYZ/Platforms/CIEXYZA+AppKit.swift",
        "CIE/XYZ/Platforms/CIEXYZA+CoreGraphics.swift",
        "CIE/XYZ/Platforms/CIEXYZA+Playground.swift",
        "CIE/XYZ/Platforms/CIEXYZA+SwiftUI.swift",
        "CIE/XYZ/Platforms/CIEXYZA+UIKit.swift",
        "ColorComponents.swift",
        "HSBA/HSBA+HSLA.swift",
        "HSBA/HSBA+RGBA.swift",
        "HSBA/HSBA.swift",
        "HSBA/Platforms/HSBA+AppKit.swift",
        "HSBA/Platforms/HSBA+CoreGraphics.swift",
        "HSBA/Platforms/HSBA+Playground.swift",
        "HSBA/Platforms/HSBA+SwiftUI.swift",
        "HSBA/Platforms/HSBA+UIKit.swift",
        "HSLA/HSLA+HSBA.swift",
        "HSLA/HSLA+RGBA.swift",
        "HSLA/HSLA.swift",
        "HSLA/Platforms/HSLA+AppKit.swift",
        "HSLA/Platforms/HSLA+CoreGraphics.swift",
        "HSLA/Platforms/HSLA+Playground.swift",
        "HSLA/Platforms/HSLA+SwiftUI.swift",
        "HSLA/Platforms/HSLA+UIKit.swift",
        "Helpers/CGColor+RequireColorSpace.swift",
        "Helpers/NSColor+RequireColorSpace.swift",
        "Helpers/PlaygroundSupport.swift",
        "Helpers/SwiftUIPlatformColor.swift",
        "RGBA/Platforms/RGBA+AppKit.swift",
        "RGBA/Platforms/RGBA+CoreGraphics.swift",
        "RGBA/Platforms/RGBA+Playground.swift",
        "RGBA/Platforms/RGBA+SwiftUI.swift",
        "RGBA/Platforms/RGBA+UIKit.swift",
        "RGBA/RGBA+CIEXYZA.swift",
        "RGBA/RGBA+HSBA.swift",
        "RGBA/RGBA+HSBVHelpers.swift",
        "RGBA/RGBA+HSLA.swift",
        "RGBA/RGBA+Hex.swift",
        "RGBA/RGBA.swift"
      ],
      "type" : "library"
    },
    {
      "c99name" : "ColorCalculationsTests",
      "module_type" : "SwiftTarget",
      "name" : "ColorCalculationsTests",
      "path" : "Tests/ColorCalculationsTests",
      "resources" : [
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Tests/ColorCalculationsTests/TestImages",
          "rule" : {
            "copy" : {
            }
          }
        }
      ],
      "sources" : [
        "ImageColorsCalculatorTests.swift"
      ],
      "target_dependencies" : [
        "ColorCalculations",
        "XCHelpers"
      ],
      "type" : "test"
    },
    {
      "c99name" : "ColorCalculations",
      "module_type" : "SwiftTarget",
      "name" : "ColorCalculations",
      "path" : "Sources/ColorCalculations",
      "product_memberships" : [
        "ColorCalculations"
      ],
      "sources" : [
        "ImageColorsCalculator+Platforms.swift",
        "ImageColorsCalculator+ProminentColors.swift",
        "ImageColorsCalculator.swift"
      ],
      "target_dependencies" : [
        "ColorComponents"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "6.0"
}
{
  "workspace" : {
    "name" : "spi-builder-workspace",
    "schemes" : [
      "color-components-Package",
      "ColorCalculations",
      "ColorComponents"
    ]
  }
}
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme color-components-Package -destination generic/platform=watchOS OTHER_SWIFT_FLAGS=-stats-output-dir .stats
Command line invocation:
    /Applications/Xcode-16.3.0.app/Contents/Developer/usr/bin/xcodebuild -IDEClonedSourcePackagesDirPathOverride=/Users/admin/builder/spi-builder-workspace/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath /Users/admin/builder/spi-builder-workspace/.derivedData build -scheme color-components-Package -destination generic/platform=watchOS "OTHER_SWIFT_FLAGS=-stats-output-dir .stats"
Build settings from command line:
    OTHER_SWIFT_FLAGS = -stats-output-dir .stats
Resolve Package Graph
Resolve Package Graph
Resolved source packages:
  color-components: /Users/admin/builder/spi-builder-workspace
  SymbolKit: https://github.com/swiftlang/swift-docc-symbolkit @ 1.0.0
  SwiftDocCPlugin: https://github.com/apple/swift-docc-plugin @ 1.4.3
ComputePackagePrebuildTargetDependencyGraph
Prepare packages
CreateBuildRequest
SendProjectDescription
CreateBuildOperation
ComputeTargetDependencyGraph
note: Building targets in dependency order
note: Target dependency graph (4 targets)
    Target 'ColorComponents' in project 'color-components'
        ➜ Explicit dependency on target 'ColorComponents' in project 'color-components'
    Target 'ColorCalculations' in project 'color-components'
        ➜ Explicit dependency on target 'ColorCalculations' in project 'color-components'
        ➜ Explicit dependency on target 'ColorComponents' in project 'color-components'
    Target 'ColorCalculations' in project 'color-components'
        ➜ Explicit dependency on target 'ColorComponents' in project 'color-components'
    Target 'ColorComponents' in project 'color-components' (no dependencies)
GatherProvisioningInputs
CreateBuildDescription
ExecuteExternalTool /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc --version
ExecuteExternalTool /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -isysroot /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk -x c -c /dev/null
ExecuteExternalTool /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld -version_details
Build description signature: c44a20634194caca820be04f24382683
Build description path: /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCBuildData/c44a20634194caca820be04f24382683.xcbuilddata
ClangStatCache /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang-stat-cache /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos11.4-22T246-43efb940ff07ba2497b70ec94253f576.sdkstatcache
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang-stat-cache /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk -o /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos11.4-22T246-43efb940ff07ba2497b70ec94253f576.sdkstatcache
CreateBuildDirectory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/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/color-components.build/Debug-watchos/ColorComponents.build/Objects-normal/armv7k/ColorComponents-OutputFileMap.json (in target 'ColorComponents' from project 'color-components')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/color-components.build/Debug-watchos/ColorComponents.build/Objects-normal/armv7k/ColorComponents-OutputFileMap.json
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/color-components.build/Debug-watchos/ColorComponents.build/Objects-normal/armv7k/ColorComponents.LinkFileList (in target 'ColorComponents' from project 'color-components')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/color-components.build/Debug-watchos/ColorComponents.build/Objects-normal/armv7k/ColorComponents.LinkFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/color-components.build/Debug-watchos/ColorComponents.build/Objects-normal/armv7k/ColorComponents.SwiftFileList (in target 'ColorComponents' from project 'color-components')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/color-components.build/Debug-watchos/ColorComponents.build/Objects-normal/armv7k/ColorComponents.SwiftFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/color-components.build/Debug-watchos/ColorComponents.build/Objects-normal/armv7k/ColorComponents.SwiftConstValuesFileList (in target 'ColorComponents' from project 'color-components')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/color-components.build/Debug-watchos/ColorComponents.build/Objects-normal/armv7k/ColorComponents.SwiftConstValuesFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/color-components.build/Debug-watchos/ColorComponents.build/Objects-normal/armv7k/ColorComponents_const_extract_protocols.json (in target 'ColorComponents' from project 'color-components')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/color-components.build/Debug-watchos/ColorComponents.build/Objects-normal/armv7k/ColorComponents_const_extract_protocols.json
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/color-components.build/Debug-watchos/ColorComponents.build/Objects-normal/arm64/ColorComponents_const_extract_protocols.json (in target 'ColorComponents' from project 'color-components')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/color-components.build/Debug-watchos/ColorComponents.build/Objects-normal/arm64/ColorComponents_const_extract_protocols.json
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/color-components.build/Debug-watchos/ColorComponents.build/Objects-normal/arm64_32/ColorComponents_const_extract_protocols.json (in target 'ColorComponents' from project 'color-components')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/color-components.build/Debug-watchos/ColorComponents.build/Objects-normal/arm64_32/ColorComponents_const_extract_protocols.json
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/color-components.build/Debug-watchos/ColorComponents.build/Objects-normal/arm64_32/ColorComponents.SwiftFileList (in target 'ColorComponents' from project 'color-components')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/color-components.build/Debug-watchos/ColorComponents.build/Objects-normal/arm64_32/ColorComponents.SwiftFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/color-components.build/Debug-watchos/ColorComponents.build/Objects-normal/arm64_32/ColorComponents-OutputFileMap.json (in target 'ColorComponents' from project 'color-components')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/color-components.build/Debug-watchos/ColorComponents.build/Objects-normal/arm64_32/ColorComponents-OutputFileMap.json
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/color-components.build/Debug-watchos/ColorComponents.build/Objects-normal/arm64_32/ColorComponents.SwiftConstValuesFileList (in target 'ColorComponents' from project 'color-components')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/color-components.build/Debug-watchos/ColorComponents.build/Objects-normal/arm64_32/ColorComponents.SwiftConstValuesFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/color-components.build/Debug-watchos/ColorComponents.build/Objects-normal/arm64_32/ColorComponents.LinkFileList (in target 'ColorComponents' from project 'color-components')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/color-components.build/Debug-watchos/ColorComponents.build/Objects-normal/arm64_32/ColorComponents.LinkFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/color-components.build/Debug-watchos/ColorComponents.build/Objects-normal/arm64/ColorComponents.SwiftFileList (in target 'ColorComponents' from project 'color-components')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/color-components.build/Debug-watchos/ColorComponents.build/Objects-normal/arm64/ColorComponents.SwiftFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/color-components.build/Debug-watchos/ColorComponents.build/Objects-normal/arm64/ColorComponents.SwiftConstValuesFileList (in target 'ColorComponents' from project 'color-components')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/color-components.build/Debug-watchos/ColorComponents.build/Objects-normal/arm64/ColorComponents.SwiftConstValuesFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/color-components.build/Debug-watchos/ColorComponents.build/Objects-normal/arm64/ColorComponents.LinkFileList (in target 'ColorComponents' from project 'color-components')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/color-components.build/Debug-watchos/ColorComponents.build/Objects-normal/arm64/ColorComponents.LinkFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/color-components.build/Debug-watchos/ColorComponents.build/Objects-normal/arm64/ColorComponents-OutputFileMap.json (in target 'ColorComponents' from project 'color-components')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/color-components.build/Debug-watchos/ColorComponents.build/Objects-normal/arm64/ColorComponents-OutputFileMap.json
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/color-components.build/Debug-watchos/ColorComponents.build/ColorComponents.modulemap (in target 'ColorComponents' from project 'color-components')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/color-components.build/Debug-watchos/ColorComponents.build/ColorComponents.modulemap
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/color-components.build/Debug-watchos/ColorComponents.build/ColorComponents.DependencyStaticMetadataFileList (in target 'ColorComponents' from project 'color-components')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/color-components.build/Debug-watchos/ColorComponents.build/ColorComponents.DependencyStaticMetadataFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/color-components.build/Debug-watchos/ColorComponents.build/ColorComponents.DependencyMetadataFileList (in target 'ColorComponents' from project 'color-components')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/color-components.build/Debug-watchos/ColorComponents.build/ColorComponents.DependencyMetadataFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/color-components.build/Debug-watchos/ColorCalculations.build/Objects-normal/armv7k/ColorCalculations_const_extract_protocols.json (in target 'ColorCalculations' from project 'color-components')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/color-components.build/Debug-watchos/ColorCalculations.build/Objects-normal/armv7k/ColorCalculations_const_extract_protocols.json
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/color-components.build/Debug-watchos/ColorCalculations.build/Objects-normal/armv7k/ColorCalculations.SwiftFileList (in target 'ColorCalculations' from project 'color-components')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/color-components.build/Debug-watchos/ColorCalculations.build/Objects-normal/armv7k/ColorCalculations.SwiftFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/color-components.build/Debug-watchos/ColorCalculations.build/Objects-normal/armv7k/ColorCalculations.SwiftConstValuesFileList (in target 'ColorCalculations' from project 'color-components')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/color-components.build/Debug-watchos/ColorCalculations.build/Objects-normal/armv7k/ColorCalculations.SwiftConstValuesFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/color-components.build/Debug-watchos/ColorCalculations.build/Objects-normal/armv7k/ColorCalculations.LinkFileList (in target 'ColorCalculations' from project 'color-components')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/color-components.build/Debug-watchos/ColorCalculations.build/Objects-normal/armv7k/ColorCalculations.LinkFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/color-components.build/Debug-watchos/ColorCalculations.build/Objects-normal/armv7k/ColorCalculations-OutputFileMap.json (in target 'ColorCalculations' from project 'color-components')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/color-components.build/Debug-watchos/ColorCalculations.build/Objects-normal/armv7k/ColorCalculations-OutputFileMap.json
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/color-components.build/Debug-watchos/ColorCalculations.build/Objects-normal/arm64_32/ColorCalculations_const_extract_protocols.json (in target 'ColorCalculations' from project 'color-components')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/color-components.build/Debug-watchos/ColorCalculations.build/Objects-normal/arm64_32/ColorCalculations_const_extract_protocols.json
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/color-components.build/Debug-watchos/ColorCalculations.build/Objects-normal/arm64_32/ColorCalculations.SwiftFileList (in target 'ColorCalculations' from project 'color-components')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/color-components.build/Debug-watchos/ColorCalculations.build/Objects-normal/arm64_32/ColorCalculations.SwiftFileList
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-watchos/ColorComponents.modulemap /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/color-components.build/Debug-watchos/ColorComponents.build/ColorComponents.modulemap (in target 'ColorComponents' from project 'color-components')
    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/color-components.build/Debug-watchos/ColorComponents.build/ColorComponents.modulemap /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-watchos
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/color-components.build/Debug-watchos/ColorCalculations.build/Objects-normal/arm64_32/ColorCalculations.SwiftConstValuesFileList (in target 'ColorCalculations' from project 'color-components')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/color-components.build/Debug-watchos/ColorCalculations.build/Objects-normal/arm64_32/ColorCalculations.SwiftConstValuesFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/color-components.build/Debug-watchos/ColorCalculations.build/Objects-normal/arm64_32/ColorCalculations.LinkFileList (in target 'ColorCalculations' from project 'color-components')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/color-components.build/Debug-watchos/ColorCalculations.build/Objects-normal/arm64_32/ColorCalculations.LinkFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/color-components.build/Debug-watchos/ColorCalculations.build/Objects-normal/arm64_32/ColorCalculations-OutputFileMap.json (in target 'ColorCalculations' from project 'color-components')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/color-components.build/Debug-watchos/ColorCalculations.build/Objects-normal/arm64_32/ColorCalculations-OutputFileMap.json
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/color-components.build/Debug-watchos/ColorCalculations.build/Objects-normal/arm64/ColorCalculations_const_extract_protocols.json (in target 'ColorCalculations' from project 'color-components')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/color-components.build/Debug-watchos/ColorCalculations.build/Objects-normal/arm64/ColorCalculations_const_extract_protocols.json
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/color-components.build/Debug-watchos/ColorCalculations.build/Objects-normal/arm64/ColorCalculations.SwiftFileList (in target 'ColorCalculations' from project 'color-components')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/color-components.build/Debug-watchos/ColorCalculations.build/Objects-normal/arm64/ColorCalculations.SwiftFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/color-components.build/Debug-watchos/ColorCalculations.build/Objects-normal/arm64/ColorCalculations.SwiftConstValuesFileList (in target 'ColorCalculations' from project 'color-components')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/color-components.build/Debug-watchos/ColorCalculations.build/Objects-normal/arm64/ColorCalculations.SwiftConstValuesFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/color-components.build/Debug-watchos/ColorCalculations.build/Objects-normal/arm64/ColorCalculations.LinkFileList (in target 'ColorCalculations' from project 'color-components')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/color-components.build/Debug-watchos/ColorCalculations.build/Objects-normal/arm64/ColorCalculations.LinkFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/color-components.build/Debug-watchos/ColorCalculations.build/Objects-normal/arm64/ColorCalculations-OutputFileMap.json (in target 'ColorCalculations' from project 'color-components')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/color-components.build/Debug-watchos/ColorCalculations.build/Objects-normal/arm64/ColorCalculations-OutputFileMap.json
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/color-components.build/Debug-watchos/ColorCalculations.build/ColorCalculations.modulemap (in target 'ColorCalculations' from project 'color-components')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/color-components.build/Debug-watchos/ColorCalculations.build/ColorCalculations.modulemap
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/color-components.build/Debug-watchos/ColorCalculations.build/ColorCalculations.DependencyStaticMetadataFileList (in target 'ColorCalculations' from project 'color-components')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/color-components.build/Debug-watchos/ColorCalculations.build/ColorCalculations.DependencyStaticMetadataFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/color-components.build/Debug-watchos/ColorCalculations.build/ColorCalculations.DependencyMetadataFileList (in target 'ColorCalculations' from project 'color-components')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/color-components.build/Debug-watchos/ColorCalculations.build/ColorCalculations.DependencyMetadataFileList
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-watchos/ColorCalculations.modulemap /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/color-components.build/Debug-watchos/ColorCalculations.build/ColorCalculations.modulemap (in target 'ColorCalculations' from project 'color-components')
    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/color-components.build/Debug-watchos/ColorCalculations.build/ColorCalculations.modulemap /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-watchos
SwiftDriver ColorComponents normal arm64 com.apple.xcode.tools.swift.compiler (in target 'ColorComponents' from project 'color-components')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-SwiftDriver -- /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name ColorComponents -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/color-components.build/Debug-watchos/ColorComponents.build/Objects-normal/arm64/ColorComponents.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -stats-output-dir .stats -plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk -target arm64-apple-watchos5.0 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -profile-coverage-mapping -profile-generate -enable-testing -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -swift-version 6 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -I /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos11.4-22T246-43efb940ff07ba2497b70ec94253f576.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/color-components.build/Debug-watchos/ColorComponents.build/Objects-normal/arm64/ColorComponents-OutputFileMap.json -use-frontend-parseable-output -save-temps -no-color-diagnostics -serialize-diagnostics -emit-dependencies -emit-module -emit-module-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/color-components.build/Debug-watchos/ColorComponents.build/Objects-normal/arm64/ColorComponents.swiftmodule -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -package-name spi_builder_workspace -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/color-components.build/Debug-watchos/ColorComponents.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/color-components.build/Debug-watchos/ColorComponents.build/Objects-normal/arm64/ColorComponents_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/color-components.build/Debug-watchos/ColorComponents.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/color-components.build/Debug-watchos/ColorComponents.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/color-components.build/Debug-watchos/ColorComponents.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/color-components.build/Debug-watchos/ColorComponents.build/Objects-normal/arm64/ColorComponents-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
SwiftDriver ColorComponents normal armv7k com.apple.xcode.tools.swift.compiler (in target 'ColorComponents' from project 'color-components')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-SwiftDriver -- /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name ColorComponents -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/color-components.build/Debug-watchos/ColorComponents.build/Objects-normal/armv7k/ColorComponents.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -stats-output-dir .stats -plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk -target armv7k-apple-watchos5.0 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -profile-coverage-mapping -profile-generate -enable-testing -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -swift-version 6 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -I /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos11.4-22T246-43efb940ff07ba2497b70ec94253f576.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/color-components.build/Debug-watchos/ColorComponents.build/Objects-normal/armv7k/ColorComponents-OutputFileMap.json -use-frontend-parseable-output -save-temps -no-color-diagnostics -serialize-diagnostics -emit-dependencies -emit-module -emit-module-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/color-components.build/Debug-watchos/ColorComponents.build/Objects-normal/armv7k/ColorComponents.swiftmodule -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -package-name spi_builder_workspace -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/color-components.build/Debug-watchos/ColorComponents.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/color-components.build/Debug-watchos/ColorComponents.build/Objects-normal/armv7k/ColorComponents_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/color-components.build/Debug-watchos/ColorComponents.build/DerivedSources-normal/armv7k -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/color-components.build/Debug-watchos/ColorComponents.build/DerivedSources/armv7k -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/color-components.build/Debug-watchos/ColorComponents.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/color-components.build/Debug-watchos/ColorComponents.build/Objects-normal/armv7k/ColorComponents-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
SwiftDriver ColorComponents normal arm64_32 com.apple.xcode.tools.swift.compiler (in target 'ColorComponents' from project 'color-components')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-SwiftDriver -- /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name ColorComponents -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/color-components.build/Debug-watchos/ColorComponents.build/Objects-normal/arm64_32/ColorComponents.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -stats-output-dir .stats -plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk -target arm64_32-apple-watchos5.0 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -profile-coverage-mapping -profile-generate -enable-testing -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -swift-version 6 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -I /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos11.4-22T246-43efb940ff07ba2497b70ec94253f576.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/color-components.build/Debug-watchos/ColorComponents.build/Objects-normal/arm64_32/ColorComponents-OutputFileMap.json -use-frontend-parseable-output -save-temps -no-color-diagnostics -serialize-diagnostics -emit-dependencies -emit-module -emit-module-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/color-components.build/Debug-watchos/ColorComponents.build/Objects-normal/arm64_32/ColorComponents.swiftmodule -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -package-name spi_builder_workspace -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/color-components.build/Debug-watchos/ColorComponents.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/color-components.build/Debug-watchos/ColorComponents.build/Objects-normal/arm64_32/ColorComponents_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/color-components.build/Debug-watchos/ColorComponents.build/DerivedSources-normal/arm64_32 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/color-components.build/Debug-watchos/ColorComponents.build/DerivedSources/arm64_32 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/color-components.build/Debug-watchos/ColorComponents.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/color-components.build/Debug-watchos/ColorComponents.build/Objects-normal/arm64_32/ColorComponents-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
SwiftCompile normal armv7k Compiling\ BWA+UIKit.swift,\ CIE.swift,\ CIEXYZA+RGBA.swift,\ CIEXYZA.swift,\ CIEXYZA+AppKit.swift /Users/admin/builder/spi-builder-workspace/Sources/ColorComponents/BWA/Platforms/BWA+UIKit.swift /Users/admin/builder/spi-builder-workspace/Sources/ColorComponents/CIE/CIE.swift /Users/admin/builder/spi-builder-workspace/Sources/ColorComponents/CIE/XYZ/CIEXYZA+RGBA.swift /Users/admin/builder/spi-builder-workspace/Sources/ColorComponents/CIE/XYZ/CIEXYZA.swift /Users/admin/builder/spi-builder-workspace/Sources/ColorComponents/CIE/XYZ/Platforms/CIEXYZA+AppKit.swift (in target 'ColorComponents' from project 'color-components')
SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/ColorComponents/BWA/Platforms/BWA+UIKit.swift (in target 'ColorComponents' from project 'color-components')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/ColorComponents/CIE/CIE.swift (in target 'ColorComponents' from project 'color-components')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/ColorComponents/CIE/XYZ/CIEXYZA+RGBA.swift (in target 'ColorComponents' from project 'color-components')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/ColorComponents/CIE/XYZ/CIEXYZA.swift (in target 'ColorComponents' from project 'color-components')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/ColorComponents/CIE/XYZ/Platforms/CIEXYZA+AppKit.swift (in target 'ColorComponents' from project 'color-components')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftEmitModule normal armv7k Emitting\ module\ for\ ColorComponents (in target 'ColorComponents' from project 'color-components')
Failed frontend command:
/Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift-frontend -frontend -emit-module -experimental-skip-non-inlinable-function-bodies-without-types /Users/admin/builder/spi-builder-workspace/Sources/ColorComponents/BWA/BWA.swift /Users/admin/builder/spi-builder-workspace/Sources/ColorComponents/BWA/Platforms/BWA+AppKit.swift /Users/admin/builder/spi-builder-workspace/Sources/ColorComponents/BWA/Platforms/BWA+CoreGraphics.swift /Users/admin/builder/spi-builder-workspace/Sources/ColorComponents/BWA/Platforms/BWA+Playground.swift /Users/admin/builder/spi-builder-workspace/Sources/ColorComponents/BWA/Platforms/BWA+SwiftUI.swift /Users/admin/builder/spi-builder-workspace/Sources/ColorComponents/BWA/Platforms/BWA+UIKit.swift /Users/admin/builder/spi-builder-workspace/Sources/ColorComponents/CIE/CIE.swift /Users/admin/builder/spi-builder-workspace/Sources/ColorComponents/CIE/XYZ/CIEXYZA+RGBA.swift /Users/admin/builder/spi-builder-workspace/Sources/ColorComponents/CIE/XYZ/CIEXYZA.swift /Users/admin/builder/spi-builder-workspace/Sources/ColorComponents/CIE/XYZ/Platforms/CIEXYZA+AppKit.swift /Users/admin/builder/spi-builder-workspace/Sources/ColorComponents/CIE/XYZ/Platforms/CIEXYZA+CoreGraphics.swift /Users/admin/builder/spi-builder-workspace/Sources/ColorComponents/CIE/XYZ/Platforms/CIEXYZA+Playground.swift /Users/admin/builder/spi-builder-workspace/Sources/ColorComponents/CIE/XYZ/Platforms/CIEXYZA+SwiftUI.swift /Users/admin/builder/spi-builder-workspace/Sources/ColorComponents/CIE/XYZ/Platforms/CIEXYZA+UIKit.swift /Users/admin/builder/spi-builder-workspace/Sources/ColorComponents/ColorComponents.swift /Users/admin/builder/spi-builder-workspace/Sources/ColorComponents/HSBA/HSBA+HSLA.swift /Users/admin/builder/spi-builder-workspace/Sources/ColorComponents/HSBA/HSBA+RGBA.swift /Users/admin/builder/spi-builder-workspace/Sources/ColorComponents/HSBA/HSBA.swift /Users/admin/builder/spi-builder-workspace/Sources/ColorComponents/HSBA/Platforms/HSBA+AppKit.swift /Users/admin/builder/spi-builder-workspace/Sources/ColorComponents/HSBA/Platforms/HSBA+CoreGraphics.swift /Users/admin/builder/spi-builder-workspace/Sources/ColorComponents/HSBA/Platforms/HSBA+Playground.swift /Users/admin/builder/spi-builder-workspace/Sources/ColorComponents/HSBA/Platforms/HSBA+SwiftUI.swift /Users/admin/builder/spi-builder-workspace/Sources/ColorComponents/HSBA/Platforms/HSBA+UIKit.swift /Users/admin/builder/spi-builder-workspace/Sources/ColorComponents/HSLA/HSLA+HSBA.swift /Users/admin/builder/spi-builder-workspace/Sources/ColorComponents/HSLA/HSLA+RGBA.swift /Users/admin/builder/spi-builder-workspace/Sources/ColorComponents/HSLA/HSLA.swift /Users/admin/builder/spi-builder-workspace/Sources/ColorComponents/HSLA/Platforms/HSLA+AppKit.swift /Users/admin/builder/spi-builder-workspace/Sources/ColorComponents/HSLA/Platforms/HSLA+CoreGraphics.swift /Users/admin/builder/spi-builder-workspace/Sources/ColorComponents/HSLA/Platforms/HSLA+Playground.swift /Users/admin/builder/spi-builder-workspace/Sources/ColorComponents/HSLA/Platforms/HSLA+SwiftUI.swift /Users/admin/builder/spi-builder-workspace/Sources/ColorComponents/HSLA/Platforms/HSLA+UIKit.swift /Users/admin/builder/spi-builder-workspace/Sources/ColorComponents/Helpers/CGColor+RequireColorSpace.swift /Users/admin/builder/spi-builder-workspace/Sources/ColorComponents/Helpers/NSColor+RequireColorSpace.swift /Users/admin/builder/spi-builder-workspace/Sources/ColorComponents/Helpers/PlaygroundSupport.swift /Users/admin/builder/spi-builder-workspace/Sources/ColorComponents/Helpers/SwiftUIPlatformColor.swift /Users/admin/builder/spi-builder-workspace/Sources/ColorComponents/RGBA/Platforms/RGBA+AppKit.swift /Users/admin/builder/spi-builder-workspace/Sources/ColorComponents/RGBA/Platforms/RGBA+CoreGraphics.swift /Users/admin/builder/spi-builder-workspace/Sources/ColorComponents/RGBA/Platforms/RGBA+Playground.swift /Users/admin/builder/spi-builder-workspace/Sources/ColorComponents/RGBA/Platforms/RGBA+SwiftUI.swift /Users/admin/builder/spi-builder-workspace/Sources/ColorComponents/RGBA/Platforms/RGBA+UIKit.swift /Users/admin/builder/spi-builder-workspace/Sources/ColorComponents/RGBA/RGBA+CIEXYZA.swift /Users/admin/builder/spi-builder-workspace/Sources/ColorComponents/RGBA/RGBA+HSBA.swift /Users/admin/builder/spi-builder-workspace/Sources/ColorComponents/RGBA/RGBA+HSBVHelpers.swift /Users/admin/builder/spi-builder-workspace/Sources/ColorComponents/RGBA/RGBA+HSLA.swift /Users/admin/builder/spi-builder-workspace/Sources/ColorComponents/RGBA/RGBA+Hex.swift /Users/admin/builder/spi-builder-workspace/Sources/ColorComponents/RGBA/RGBA.swift -target armv7k-apple-watchos5.0 -enable-objc-interop -sdk /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -I /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -debug-info-format\=dwarf -dwarf-version\=4 -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -profile-generate -profile-coverage-mapping -swift-version 6 -enforce-exclusivity\=checked -stats-output-dir /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode/.stats -Onone -D SWIFT_PACKAGE -D DEBUG -serialize-debugging-options -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/color-components.build/Debug-watchos/ColorComponents.build/Objects-normal/armv7k/ColorComponents_const_extract_protocols.json -enable-experimental-feature DebugDescriptionMacro -empty-abi-descriptor -plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -resource-dir /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -file-compilation-dir /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos11.4-22T246-43efb940ff07ba2497b70ec94253f576.sdkstatcache -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/color-components.build/Debug-watchos/ColorComponents.build/swift-overrides.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/color-components.build/Debug-watchos/ColorComponents.build/DerivedSources-normal/armv7k -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/color-components.build/Debug-watchos/ColorComponents.build/DerivedSources/armv7k -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/color-components.build/Debug-watchos/ColorComponents.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name ColorComponents -package-name spi_builder_workspace -frontend-parseable-output -disable-clang-spi -target-sdk-version 11.4 -target-sdk-name watchos11.4 -external-plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/bin/swift-plugin-server -in-process-plugin-server-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/libSwiftInProcPluginServer.dylib -plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/local/lib/swift/host/plugins -emit-module-doc-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/color-components.build/Debug-watchos/ColorComponents.build/Objects-normal/armv7k/ColorComponents.swiftdoc -emit-module-source-info-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/color-components.build/Debug-watchos/ColorComponents.build/Objects-normal/armv7k/ColorComponents.swiftsourceinfo -emit-objc-header-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/color-components.build/Debug-watchos/ColorComponents.build/Objects-normal/armv7k/ColorComponents-Swift.h -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/color-components.build/Debug-watchos/ColorComponents.build/Objects-normal/armv7k/ColorComponents-master-emit-module.dia -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/color-components.build/Debug-watchos/ColorComponents.build/Objects-normal/armv7k/ColorComponents-master-emit-module.d -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/color-components.build/Debug-watchos/ColorComponents.build/Objects-normal/armv7k/ColorComponents.swiftmodule -emit-abi-descriptor-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/color-components.build/Debug-watchos/ColorComponents.build/Objects-normal/armv7k/ColorComponents.abi.json
EmitSwiftModule normal armv7k (in target 'ColorComponents' from project 'color-components')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

/Users/admin/builder/spi-builder-workspace/Sources/ColorComponents/Helpers/PlaygroundSupport.swift:2:30: error: cannot find type '_PlatformColor' in scope
typealias _PlaygroundColor = _PlatformColor
                             ^~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/ColorComponents/HSLA/Platforms/HSLA+SwiftUI.swift:10:14: error: initializer 'init(_:)' requires that 'HSB<Value>' conform to 'ShapeStyle'
        self.init(HSB(hsl: hsl))
             ^
SwiftUICore.Color.init:3:10: note: where 'T' = 'HSB<Value>'
  public init<T>(_ color: T) where T : Hashable, T : ShapeStyle, T.Resolved == Color.Resolved}
         ^
/Users/admin/builder/spi-builder-workspace/Sources/ColorComponents/HSLA/Platforms/HSLA+SwiftUI.swift:17:14: error: initializer 'init(_:)' requires that 'HSBA<Value>' conform to 'ShapeStyle'
        self.init(HSBA(hsla: hsla))
             ^
SwiftUICore.Color.init:3:10: note: where 'T' = 'HSBA<Value>'
  public init<T>(_ color: T) where T : Hashable, T : ShapeStyle, T.Resolved == Color.Resolved}
         ^
/Users/admin/builder/spi-builder-workspace/Sources/ColorComponents/HSLA/Platforms/HSLA+SwiftUI.swift:56:19: error: cannot find '_PlatformColor' in scope
        self.init(_PlatformColor(color))
                  ^~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/ColorComponents/HSLA/Platforms/HSLA+SwiftUI.swift:66:28: error: cannot find '_PlatformColor' in scope
        self.init(exactly: _PlatformColor(color))
                           ^~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/ColorComponents/HSLA/Platforms/HSLA+SwiftUI.swift:78:19: error: cannot find '_PlatformColor' in scope
        self.init(_PlatformColor(color))
                  ^~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/ColorComponents/HSLA/Platforms/HSLA+SwiftUI.swift:88:28: error: cannot find '_PlatformColor' in scope
        self.init(exactly: _PlatformColor(color))
                           ^~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/ColorComponents/HSLA/Platforms/HSLA+SwiftUI.swift:100:19: error: cannot find '_PlatformColor' in scope
        self.init(_PlatformColor(color))
                  ^~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/ColorComponents/HSLA/Platforms/HSLA+SwiftUI.swift:110:28: error: cannot find '_PlatformColor' in scope
        self.init(exactly: _PlatformColor(color))
                           ^~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/ColorComponents/HSLA/Platforms/HSLA+SwiftUI.swift:122:19: error: cannot find '_PlatformColor' in scope
        self.init(_PlatformColor(color))
                  ^~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/ColorComponents/HSLA/Platforms/HSLA+SwiftUI.swift:132:28: error: cannot find '_PlatformColor' in scope
        self.init(exactly: _PlatformColor(color))
                           ^~~~~~~~~~~~~~
SwiftCompile normal armv7k Compiling\ BWA.swift,\ BWA+AppKit.swift,\ BWA+CoreGraphics.swift,\ BWA+Playground.swift,\ BWA+SwiftUI.swift /Users/admin/builder/spi-builder-workspace/Sources/ColorComponents/BWA/BWA.swift /Users/admin/builder/spi-builder-workspace/Sources/ColorComponents/BWA/Platforms/BWA+AppKit.swift /Users/admin/builder/spi-builder-workspace/Sources/ColorComponents/BWA/Platforms/BWA+CoreGraphics.swift /Users/admin/builder/spi-builder-workspace/Sources/ColorComponents/BWA/Platforms/BWA+Playground.swift /Users/admin/builder/spi-builder-workspace/Sources/ColorComponents/BWA/Platforms/BWA+SwiftUI.swift (in target 'ColorComponents' from project 'color-components')
SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/ColorComponents/BWA/BWA.swift (in target 'ColorComponents' from project 'color-components')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/ColorComponents/BWA/Platforms/BWA+AppKit.swift (in target 'ColorComponents' from project 'color-components')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/ColorComponents/BWA/Platforms/BWA+CoreGraphics.swift (in target 'ColorComponents' from project 'color-components')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/ColorComponents/BWA/Platforms/BWA+Playground.swift (in target 'ColorComponents' from project 'color-components')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/ColorComponents/BWA/Platforms/BWA+SwiftUI.swift (in target 'ColorComponents' from project 'color-components')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal armv7k Compiling\ CIEXYZA+CoreGraphics.swift,\ CIEXYZA+Playground.swift,\ CIEXYZA+SwiftUI.swift,\ CIEXYZA+UIKit.swift,\ ColorComponents.swift /Users/admin/builder/spi-builder-workspace/Sources/ColorComponents/CIE/XYZ/Platforms/CIEXYZA+CoreGraphics.swift /Users/admin/builder/spi-builder-workspace/Sources/ColorComponents/CIE/XYZ/Platforms/CIEXYZA+Playground.swift /Users/admin/builder/spi-builder-workspace/Sources/ColorComponents/CIE/XYZ/Platforms/CIEXYZA+SwiftUI.swift /Users/admin/builder/spi-builder-workspace/Sources/ColorComponents/CIE/XYZ/Platforms/CIEXYZA+UIKit.swift /Users/admin/builder/spi-builder-workspace/Sources/ColorComponents/ColorComponents.swift (in target 'ColorComponents' from project 'color-components')
SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/ColorComponents/CIE/XYZ/Platforms/CIEXYZA+CoreGraphics.swift (in target 'ColorComponents' from project 'color-components')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/ColorComponents/CIE/XYZ/Platforms/CIEXYZA+Playground.swift (in target 'ColorComponents' from project 'color-components')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/ColorComponents/CIE/XYZ/Platforms/CIEXYZA+SwiftUI.swift (in target 'ColorComponents' from project 'color-components')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/ColorComponents/CIE/XYZ/Platforms/CIEXYZA+UIKit.swift (in target 'ColorComponents' from project 'color-components')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

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

SwiftCompile normal armv7k Compiling\ SwiftUIPlatformColor.swift,\ RGBA+AppKit.swift,\ RGBA+CoreGraphics.swift,\ RGBA+Playground.swift /Users/admin/builder/spi-builder-workspace/Sources/ColorComponents/Helpers/SwiftUIPlatformColor.swift /Users/admin/builder/spi-builder-workspace/Sources/ColorComponents/RGBA/Platforms/RGBA+AppKit.swift /Users/admin/builder/spi-builder-workspace/Sources/ColorComponents/RGBA/Platforms/RGBA+CoreGraphics.swift /Users/admin/builder/spi-builder-workspace/Sources/ColorComponents/RGBA/Platforms/RGBA+Playground.swift (in target 'ColorComponents' from project 'color-components')
SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/ColorComponents/Helpers/SwiftUIPlatformColor.swift (in target 'ColorComponents' from project 'color-components')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/ColorComponents/RGBA/Platforms/RGBA+AppKit.swift (in target 'ColorComponents' from project 'color-components')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/ColorComponents/RGBA/Platforms/RGBA+CoreGraphics.swift (in target 'ColorComponents' from project 'color-components')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/ColorComponents/RGBA/Platforms/RGBA+Playground.swift (in target 'ColorComponents' from project 'color-components')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal armv7k Compiling\ RGBA+SwiftUI.swift,\ RGBA+UIKit.swift,\ RGBA+CIEXYZA.swift,\ RGBA+HSBA.swift /Users/admin/builder/spi-builder-workspace/Sources/ColorComponents/RGBA/Platforms/RGBA+SwiftUI.swift /Users/admin/builder/spi-builder-workspace/Sources/ColorComponents/RGBA/Platforms/RGBA+UIKit.swift /Users/admin/builder/spi-builder-workspace/Sources/ColorComponents/RGBA/RGBA+CIEXYZA.swift /Users/admin/builder/spi-builder-workspace/Sources/ColorComponents/RGBA/RGBA+HSBA.swift (in target 'ColorComponents' from project 'color-components')
SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/ColorComponents/RGBA/Platforms/RGBA+SwiftUI.swift (in target 'ColorComponents' from project 'color-components')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/ColorComponents/RGBA/Platforms/RGBA+UIKit.swift (in target 'ColorComponents' from project 'color-components')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/ColorComponents/RGBA/RGBA+CIEXYZA.swift (in target 'ColorComponents' from project 'color-components')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/ColorComponents/RGBA/RGBA+HSBA.swift (in target 'ColorComponents' from project 'color-components')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal armv7k Compiling\ HSLA+UIKit.swift,\ CGColor+RequireColorSpace.swift,\ NSColor+RequireColorSpace.swift,\ PlaygroundSupport.swift /Users/admin/builder/spi-builder-workspace/Sources/ColorComponents/HSLA/Platforms/HSLA+UIKit.swift /Users/admin/builder/spi-builder-workspace/Sources/ColorComponents/Helpers/CGColor+RequireColorSpace.swift /Users/admin/builder/spi-builder-workspace/Sources/ColorComponents/Helpers/NSColor+RequireColorSpace.swift /Users/admin/builder/spi-builder-workspace/Sources/ColorComponents/Helpers/PlaygroundSupport.swift (in target 'ColorComponents' from project 'color-components')
SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/ColorComponents/HSLA/Platforms/HSLA+UIKit.swift (in target 'ColorComponents' from project 'color-components')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/ColorComponents/Helpers/CGColor+RequireColorSpace.swift (in target 'ColorComponents' from project 'color-components')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/ColorComponents/Helpers/NSColor+RequireColorSpace.swift (in target 'ColorComponents' from project 'color-components')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/ColorComponents/Helpers/PlaygroundSupport.swift (in target 'ColorComponents' from project 'color-components')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal armv7k Compiling\ HSLA.swift,\ HSLA+AppKit.swift,\ HSLA+CoreGraphics.swift,\ HSLA+Playground.swift,\ HSLA+SwiftUI.swift /Users/admin/builder/spi-builder-workspace/Sources/ColorComponents/HSLA/HSLA.swift /Users/admin/builder/spi-builder-workspace/Sources/ColorComponents/HSLA/Platforms/HSLA+AppKit.swift /Users/admin/builder/spi-builder-workspace/Sources/ColorComponents/HSLA/Platforms/HSLA+CoreGraphics.swift /Users/admin/builder/spi-builder-workspace/Sources/ColorComponents/HSLA/Platforms/HSLA+Playground.swift /Users/admin/builder/spi-builder-workspace/Sources/ColorComponents/HSLA/Platforms/HSLA+SwiftUI.swift (in target 'ColorComponents' from project 'color-components')
SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/ColorComponents/HSLA/HSLA.swift (in target 'ColorComponents' from project 'color-components')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/ColorComponents/HSLA/Platforms/HSLA+AppKit.swift (in target 'ColorComponents' from project 'color-components')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/ColorComponents/HSLA/Platforms/HSLA+CoreGraphics.swift (in target 'ColorComponents' from project 'color-components')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/ColorComponents/HSLA/Platforms/HSLA+Playground.swift (in target 'ColorComponents' from project 'color-components')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/ColorComponents/HSLA/Platforms/HSLA+SwiftUI.swift (in target 'ColorComponents' from project 'color-components')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal armv7k Compiling\ RGBA+HSBVHelpers.swift,\ RGBA+HSLA.swift,\ RGBA+Hex.swift,\ RGBA.swift /Users/admin/builder/spi-builder-workspace/Sources/ColorComponents/RGBA/RGBA+HSBVHelpers.swift /Users/admin/builder/spi-builder-workspace/Sources/ColorComponents/RGBA/RGBA+HSLA.swift /Users/admin/builder/spi-builder-workspace/Sources/ColorComponents/RGBA/RGBA+Hex.swift /Users/admin/builder/spi-builder-workspace/Sources/ColorComponents/RGBA/RGBA.swift (in target 'ColorComponents' from project 'color-components')
SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/ColorComponents/RGBA/RGBA+HSBVHelpers.swift (in target 'ColorComponents' from project 'color-components')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/ColorComponents/RGBA/RGBA+HSLA.swift (in target 'ColorComponents' from project 'color-components')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/ColorComponents/RGBA/RGBA+Hex.swift (in target 'ColorComponents' from project 'color-components')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/ColorComponents/RGBA/RGBA.swift (in target 'ColorComponents' from project 'color-components')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

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

SwiftEmitModule normal arm64_32 Emitting\ module\ for\ ColorComponents (in target 'ColorComponents' from project 'color-components')
Command SwiftEmitModule failed with a nonzero exit code
** BUILD FAILED **
The following build commands failed:
	SwiftEmitModule normal armv7k Emitting\ module\ for\ ColorComponents (in target 'ColorComponents' from project 'color-components')
	EmitSwiftModule normal armv7k (in target 'ColorComponents' from project 'color-components')
	SwiftEmitModule normal arm64_32 Emitting\ module\ for\ ColorComponents (in target 'ColorComponents' from project 'color-components')
	Building workspace spi-builder-workspace with scheme color-components-Package
(4 failures)
Command line invocation:
    /Applications/Xcode-16.3.0.app/Contents/Developer/usr/bin/xcodebuild -IDEClonedSourcePackagesDirPathOverride=/Users/admin/builder/spi-builder-workspace/.dependencies -resolvePackageDependencies
Resolve Package Graph
Resolved source packages:
  SymbolKit: https://github.com/swiftlang/swift-docc-symbolkit @ 1.0.0
  color-components: /Users/admin/builder/spi-builder-workspace
  SwiftDocCPlugin: https://github.com/apple/swift-docc-plugin @ 1.4.3
resolved source packages: SymbolKit, color-components, SwiftDocCPlugin
{
  "dependencies" : [
    {
      "identity" : "swift-docc-plugin",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.0.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-docc-plugin"
    }
  ],
  "manifest_display_name" : "color-components",
  "name" : "color-components",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
  ],
  "products" : [
    {
      "name" : "ColorComponents",
      "targets" : [
        "ColorComponents"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "ColorCalculations",
      "targets" : [
        "ColorCalculations"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "XCHelpers",
      "module_type" : "SwiftTarget",
      "name" : "XCHelpers",
      "path" : "Sources/XCHelpers",
      "sources" : [
        "UnsupportedPlatform.swift"
      ],
      "type" : "library"
    },
    {
      "c99name" : "ColorComponentsTests",
      "module_type" : "SwiftTarget",
      "name" : "ColorComponentsTests",
      "path" : "Tests/ColorComponentsTests",
      "sources" : [
        "BWA/BWATests.swift",
        "BWA/Platforms/BWA+AppKitTests.swift",
        "BWA/Platforms/BWA+CoreGraphicsTests.swift",
        "BWA/Platforms/BWA+PlaygroundTests.swift",
        "BWA/Platforms/BWA+SwiftUITests.swift",
        "BWA/Platforms/BWA+UIKitTests.swift",
        "CIE/XYZ/CIEXYZA+RGBATests.swift",
        "CIE/XYZ/CIEXYZATests.swift",
        "CIE/XYZ/Platforms/CIEXYZA+AppKitTests.swift",
        "CIE/XYZ/Platforms/CIEXYZA+CoreGraphicsTests.swift",
        "CIE/XYZ/Platforms/CIEXYZA+PlaygroundTests.swift",
        "CIE/XYZ/Platforms/CIEXYZA+SwiftUITests.swift",
        "CIE/XYZ/Platforms/CIEXYZA+UIKitTests.swift",
        "ColorComponentsTests.swift",
        "HSBA/HSBA+HSLATests.swift",
        "HSBA/HSBA+RGBATests.swift",
        "HSBA/HSBATests.swift",
        "HSBA/Platforms/HSBA+AppKitTests.swift",
        "HSBA/Platforms/HSBA+CoreGraphicsTests.swift",
        "HSBA/Platforms/HSBA+PlaygroundTests.swift",
        "HSBA/Platforms/HSBA+SwiftUITests.swift",
        "HSBA/Platforms/HSBA+UIKitTests.swift",
        "HSLA/HSLA+HSBATests.swift",
        "HSLA/HSLA+RGBATests.swift",
        "HSLA/HSLATests.swift",
        "HSLA/Platforms/HSLA+AppKitTests.swift",
        "HSLA/Platforms/HSLA+CoreGraphicsTests.swift",
        "HSLA/Platforms/HSLA+PlaygroundTests.swift",
        "HSLA/Platforms/HSLA+SwiftUITests.swift",
        "HSLA/Platforms/HSLA+UIKitTests.swift",
        "RGBA/Platforms/RGBA+AppKitTests.swift",
        "RGBA/Platforms/RGBA+CoreGraphicsTests.swift",
        "RGBA/Platforms/RGBA+PlaygroundTests.swift",
        "RGBA/Platforms/RGBA+SwiftUITests.swift",
        "RGBA/Platforms/RGBA+UIKitTests.swift",
        "RGBA/RGBA+CIEXYZATests.swift",
        "RGBA/RGBA+HSBATests.swift",
        "RGBA/RGBA+HSLATests.swift",
        "RGBA/RGBA+HexTests.swift",
        "RGBA/RGBATests.swift",
        "XCHelpers/AssertViewBody.swift",
        "XCHelpers/DummyNumeric.swift",
        "XCHelpers/InexactFloat.swift",
        "XCHelpers/NoCompsUIColor.swift"
      ],
      "target_dependencies" : [
        "ColorComponents",
        "XCHelpers"
      ],
      "type" : "test"
    },
    {
      "c99name" : "ColorComponents",
      "module_type" : "SwiftTarget",
      "name" : "ColorComponents",
      "path" : "Sources/ColorComponents",
      "product_memberships" : [
        "ColorComponents",
        "ColorCalculations"
      ],
      "sources" : [
        "BWA/BWA.swift",
        "BWA/Platforms/BWA+AppKit.swift",
        "BWA/Platforms/BWA+CoreGraphics.swift",
        "BWA/Platforms/BWA+Playground.swift",
        "BWA/Platforms/BWA+SwiftUI.swift",
        "BWA/Platforms/BWA+UIKit.swift",
        "CIE/CIE.swift",
        "CIE/XYZ/CIEXYZA+RGBA.swift",
        "CIE/XYZ/CIEXYZA.swift",
        "CIE/XYZ/Platforms/CIEXYZA+AppKit.swift",
        "CIE/XYZ/Platforms/CIEXYZA+CoreGraphics.swift",
        "CIE/XYZ/Platforms/CIEXYZA+Playground.swift",
        "CIE/XYZ/Platforms/CIEXYZA+SwiftUI.swift",
        "CIE/XYZ/Platforms/CIEXYZA+UIKit.swift",
        "ColorComponents.swift",
        "HSBA/HSBA+HSLA.swift",
        "HSBA/HSBA+RGBA.swift",
        "HSBA/HSBA.swift",
        "HSBA/Platforms/HSBA+AppKit.swift",
        "HSBA/Platforms/HSBA+CoreGraphics.swift",
        "HSBA/Platforms/HSBA+Playground.swift",
        "HSBA/Platforms/HSBA+SwiftUI.swift",
        "HSBA/Platforms/HSBA+UIKit.swift",
        "HSLA/HSLA+HSBA.swift",
        "HSLA/HSLA+RGBA.swift",
        "HSLA/HSLA.swift",
        "HSLA/Platforms/HSLA+AppKit.swift",
        "HSLA/Platforms/HSLA+CoreGraphics.swift",
        "HSLA/Platforms/HSLA+Playground.swift",
        "HSLA/Platforms/HSLA+SwiftUI.swift",
        "HSLA/Platforms/HSLA+UIKit.swift",
        "Helpers/CGColor+RequireColorSpace.swift",
        "Helpers/NSColor+RequireColorSpace.swift",
        "Helpers/PlaygroundSupport.swift",
        "Helpers/SwiftUIPlatformColor.swift",
        "RGBA/Platforms/RGBA+AppKit.swift",
        "RGBA/Platforms/RGBA+CoreGraphics.swift",
        "RGBA/Platforms/RGBA+Playground.swift",
        "RGBA/Platforms/RGBA+SwiftUI.swift",
        "RGBA/Platforms/RGBA+UIKit.swift",
        "RGBA/RGBA+CIEXYZA.swift",
        "RGBA/RGBA+HSBA.swift",
        "RGBA/RGBA+HSBVHelpers.swift",
        "RGBA/RGBA+HSLA.swift",
        "RGBA/RGBA+Hex.swift",
        "RGBA/RGBA.swift"
      ],
      "type" : "library"
    },
    {
      "c99name" : "ColorCalculationsTests",
      "module_type" : "SwiftTarget",
      "name" : "ColorCalculationsTests",
      "path" : "Tests/ColorCalculationsTests",
      "resources" : [
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Tests/ColorCalculationsTests/TestImages",
          "rule" : {
            "copy" : {
            }
          }
        }
      ],
      "sources" : [
        "ImageColorsCalculatorTests.swift"
      ],
      "target_dependencies" : [
        "ColorCalculations",
        "XCHelpers"
      ],
      "type" : "test"
    },
    {
      "c99name" : "ColorCalculations",
      "module_type" : "SwiftTarget",
      "name" : "ColorCalculations",
      "path" : "Sources/ColorCalculations",
      "product_memberships" : [
        "ColorCalculations"
      ],
      "sources" : [
        "ImageColorsCalculator+Platforms.swift",
        "ImageColorsCalculator+ProminentColors.swift",
        "ImageColorsCalculator.swift"
      ],
      "target_dependencies" : [
        "ColorComponents"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "6.0"
}
{
  "workspace" : {
    "name" : "spi-builder-workspace",
    "schemes" : [
      "color-components-Package",
      "ColorCalculations",
      "ColorComponents"
    ]
  }
}
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme color-components-Package -destination generic/platform=watchOS
Command line invocation:
    /Applications/Xcode-16.3.0.app/Contents/Developer/usr/bin/xcodebuild -IDEClonedSourcePackagesDirPathOverride=/Users/admin/builder/spi-builder-workspace/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath /Users/admin/builder/spi-builder-workspace/.derivedData build -scheme color-components-Package -destination generic/platform=watchOS
Resolve Package Graph
Resolved source packages:
  color-components: /Users/admin/builder/spi-builder-workspace
  SwiftDocCPlugin: https://github.com/apple/swift-docc-plugin @ 1.4.3
  SymbolKit: https://github.com/swiftlang/swift-docc-symbolkit @ 1.0.0
ComputePackagePrebuildTargetDependencyGraph
Prepare packages
CreateBuildRequest
SendProjectDescription
CreateBuildOperation
ComputeTargetDependencyGraph
note: Building targets in dependency order
note: Target dependency graph (4 targets)
    Target 'ColorComponents' in project 'color-components'
        ➜ Explicit dependency on target 'ColorComponents' in project 'color-components'
    Target 'ColorCalculations' in project 'color-components'
        ➜ Explicit dependency on target 'ColorCalculations' in project 'color-components'
        ➜ Explicit dependency on target 'ColorComponents' in project 'color-components'
    Target 'ColorCalculations' in project 'color-components'
        ➜ Explicit dependency on target 'ColorComponents' in project 'color-components'
    Target 'ColorComponents' in project 'color-components' (no dependencies)
GatherProvisioningInputs
CreateBuildDescription
ExecuteExternalTool /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc --version
ExecuteExternalTool /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -isysroot /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk -x c -c /dev/null
ExecuteExternalTool /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld -version_details
Build description signature: c095305c10958e4c7ce27c9f47ddf44d
Build description path: /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCBuildData/c095305c10958e4c7ce27c9f47ddf44d.xcbuilddata
ClangStatCache /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang-stat-cache /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos11.4-22T246-43efb940ff07ba2497b70ec94253f576.sdkstatcache
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang-stat-cache /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk -o /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos11.4-22T246-43efb940ff07ba2497b70ec94253f576.sdkstatcache
SwiftDriver ColorComponents normal arm64_32 com.apple.xcode.tools.swift.compiler (in target 'ColorComponents' from project 'color-components')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-SwiftDriver -- /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name ColorComponents -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/color-components.build/Debug-watchos/ColorComponents.build/Objects-normal/arm64_32/ColorComponents.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -DXcode -enable-upcoming-feature ExistentialAny -enable-upcoming-feature InternalImportsByDefault -enable-experimental-feature GlobalConcurrency -plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk -target arm64_32-apple-watchos5.0 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -profile-coverage-mapping -profile-generate -enable-testing -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -swift-version 6 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -I /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos11.4-22T246-43efb940ff07ba2497b70ec94253f576.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/color-components.build/Debug-watchos/ColorComponents.build/Objects-normal/arm64_32/ColorComponents-OutputFileMap.json -use-frontend-parseable-output -save-temps -no-color-diagnostics -serialize-diagnostics -emit-dependencies -emit-module -emit-module-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/color-components.build/Debug-watchos/ColorComponents.build/Objects-normal/arm64_32/ColorComponents.swiftmodule -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -package-name spi_builder_workspace -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/color-components.build/Debug-watchos/ColorComponents.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/color-components.build/Debug-watchos/ColorComponents.build/Objects-normal/arm64_32/ColorComponents_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/color-components.build/Debug-watchos/ColorComponents.build/DerivedSources-normal/arm64_32 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/color-components.build/Debug-watchos/ColorComponents.build/DerivedSources/arm64_32 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/color-components.build/Debug-watchos/ColorComponents.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/color-components.build/Debug-watchos/ColorComponents.build/Objects-normal/arm64_32/ColorComponents-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
SwiftDriver ColorComponents normal arm64 com.apple.xcode.tools.swift.compiler (in target 'ColorComponents' from project 'color-components')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-SwiftDriver -- /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name ColorComponents -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/color-components.build/Debug-watchos/ColorComponents.build/Objects-normal/arm64/ColorComponents.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -DXcode -enable-upcoming-feature ExistentialAny -enable-upcoming-feature InternalImportsByDefault -enable-experimental-feature GlobalConcurrency -plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk -target arm64-apple-watchos5.0 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -profile-coverage-mapping -profile-generate -enable-testing -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -swift-version 6 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -I /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos11.4-22T246-43efb940ff07ba2497b70ec94253f576.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/color-components.build/Debug-watchos/ColorComponents.build/Objects-normal/arm64/ColorComponents-OutputFileMap.json -use-frontend-parseable-output -save-temps -no-color-diagnostics -serialize-diagnostics -emit-dependencies -emit-module -emit-module-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/color-components.build/Debug-watchos/ColorComponents.build/Objects-normal/arm64/ColorComponents.swiftmodule -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -package-name spi_builder_workspace -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/color-components.build/Debug-watchos/ColorComponents.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/color-components.build/Debug-watchos/ColorComponents.build/Objects-normal/arm64/ColorComponents_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/color-components.build/Debug-watchos/ColorComponents.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/color-components.build/Debug-watchos/ColorComponents.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/color-components.build/Debug-watchos/ColorComponents.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/color-components.build/Debug-watchos/ColorComponents.build/Objects-normal/arm64/ColorComponents-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
SwiftDriver ColorComponents normal armv7k com.apple.xcode.tools.swift.compiler (in target 'ColorComponents' from project 'color-components')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-SwiftDriver -- /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name ColorComponents -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/color-components.build/Debug-watchos/ColorComponents.build/Objects-normal/armv7k/ColorComponents.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -DXcode -enable-upcoming-feature ExistentialAny -enable-upcoming-feature InternalImportsByDefault -enable-experimental-feature GlobalConcurrency -plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk -target armv7k-apple-watchos5.0 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -profile-coverage-mapping -profile-generate -enable-testing -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -swift-version 6 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -I /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos11.4-22T246-43efb940ff07ba2497b70ec94253f576.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/color-components.build/Debug-watchos/ColorComponents.build/Objects-normal/armv7k/ColorComponents-OutputFileMap.json -use-frontend-parseable-output -save-temps -no-color-diagnostics -serialize-diagnostics -emit-dependencies -emit-module -emit-module-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/color-components.build/Debug-watchos/ColorComponents.build/Objects-normal/armv7k/ColorComponents.swiftmodule -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -package-name spi_builder_workspace -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/color-components.build/Debug-watchos/ColorComponents.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/color-components.build/Debug-watchos/ColorComponents.build/Objects-normal/armv7k/ColorComponents_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/color-components.build/Debug-watchos/ColorComponents.build/DerivedSources-normal/armv7k -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/color-components.build/Debug-watchos/ColorComponents.build/DerivedSources/armv7k -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/color-components.build/Debug-watchos/ColorComponents.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/color-components.build/Debug-watchos/ColorComponents.build/Objects-normal/armv7k/ColorComponents-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
SwiftEmitModule normal armv7k Emitting\ module\ for\ ColorComponents (in target 'ColorComponents' from project 'color-components')
EmitSwiftModule normal armv7k (in target 'ColorComponents' from project 'color-components')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

/Users/admin/builder/spi-builder-workspace/Sources/ColorComponents/Helpers/PlaygroundSupport.swift:2:30: error: cannot find type '_PlatformColor' in scope
typealias _PlaygroundColor = _PlatformColor
                             ^~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/ColorComponents/HSLA/Platforms/HSLA+SwiftUI.swift:10:14: error: initializer 'init(_:)' requires that 'HSB<Value>' conform to 'ShapeStyle'
        self.init(HSB(hsl: hsl))
             ^
SwiftUICore.Color.init:3:10: note: where 'T' = 'HSB<Value>'
  public init<T>(_ color: T) where T : Hashable, T : ShapeStyle, T.Resolved == Color.Resolved}
         ^
/Users/admin/builder/spi-builder-workspace/Sources/ColorComponents/HSLA/Platforms/HSLA+SwiftUI.swift:17:14: error: initializer 'init(_:)' requires that 'HSBA<Value>' conform to 'ShapeStyle'
        self.init(HSBA(hsla: hsla))
             ^
SwiftUICore.Color.init:3:10: note: where 'T' = 'HSBA<Value>'
  public init<T>(_ color: T) where T : Hashable, T : ShapeStyle, T.Resolved == Color.Resolved}
         ^
/Users/admin/builder/spi-builder-workspace/Sources/ColorComponents/HSLA/Platforms/HSLA+SwiftUI.swift:56:19: error: cannot find '_PlatformColor' in scope
        self.init(_PlatformColor(color))
                  ^~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/ColorComponents/HSLA/Platforms/HSLA+SwiftUI.swift:66:28: error: cannot find '_PlatformColor' in scope
        self.init(exactly: _PlatformColor(color))
                           ^~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/ColorComponents/HSLA/Platforms/HSLA+SwiftUI.swift:78:19: error: cannot find '_PlatformColor' in scope
        self.init(_PlatformColor(color))
                  ^~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/ColorComponents/HSLA/Platforms/HSLA+SwiftUI.swift:88:28: error: cannot find '_PlatformColor' in scope
        self.init(exactly: _PlatformColor(color))
                           ^~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/ColorComponents/HSLA/Platforms/HSLA+SwiftUI.swift:100:19: error: cannot find '_PlatformColor' in scope
        self.init(_PlatformColor(color))
                  ^~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/ColorComponents/HSLA/Platforms/HSLA+SwiftUI.swift:110:28: error: cannot find '_PlatformColor' in scope
        self.init(exactly: _PlatformColor(color))
                           ^~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/ColorComponents/HSLA/Platforms/HSLA+SwiftUI.swift:122:19: error: cannot find '_PlatformColor' in scope
        self.init(_PlatformColor(color))
                  ^~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/ColorComponents/HSLA/Platforms/HSLA+SwiftUI.swift:132:28: error: cannot find '_PlatformColor' in scope
        self.init(exactly: _PlatformColor(color))
                           ^~~~~~~~~~~~~~
<unknown>:0: warning: upcoming feature 'GlobalConcurrency' is already enabled as of Swift version 6
Failed frontend command:
/Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift-frontend -frontend -emit-module -experimental-skip-non-inlinable-function-bodies-without-types /Users/admin/builder/spi-builder-workspace/Sources/ColorComponents/BWA/BWA.swift /Users/admin/builder/spi-builder-workspace/Sources/ColorComponents/BWA/Platforms/BWA+AppKit.swift /Users/admin/builder/spi-builder-workspace/Sources/ColorComponents/BWA/Platforms/BWA+CoreGraphics.swift /Users/admin/builder/spi-builder-workspace/Sources/ColorComponents/BWA/Platforms/BWA+Playground.swift /Users/admin/builder/spi-builder-workspace/Sources/ColorComponents/BWA/Platforms/BWA+SwiftUI.swift /Users/admin/builder/spi-builder-workspace/Sources/ColorComponents/BWA/Platforms/BWA+UIKit.swift /Users/admin/builder/spi-builder-workspace/Sources/ColorComponents/CIE/CIE.swift /Users/admin/builder/spi-builder-workspace/Sources/ColorComponents/CIE/XYZ/CIEXYZA+RGBA.swift /Users/admin/builder/spi-builder-workspace/Sources/ColorComponents/CIE/XYZ/CIEXYZA.swift /Users/admin/builder/spi-builder-workspace/Sources/ColorComponents/CIE/XYZ/Platforms/CIEXYZA+AppKit.swift /Users/admin/builder/spi-builder-workspace/Sources/ColorComponents/CIE/XYZ/Platforms/CIEXYZA+CoreGraphics.swift /Users/admin/builder/spi-builder-workspace/Sources/ColorComponents/CIE/XYZ/Platforms/CIEXYZA+Playground.swift /Users/admin/builder/spi-builder-workspace/Sources/ColorComponents/CIE/XYZ/Platforms/CIEXYZA+SwiftUI.swift /Users/admin/builder/spi-builder-workspace/Sources/ColorComponents/CIE/XYZ/Platforms/CIEXYZA+UIKit.swift /Users/admin/builder/spi-builder-workspace/Sources/ColorComponents/ColorComponents.swift /Users/admin/builder/spi-builder-workspace/Sources/ColorComponents/HSBA/HSBA+HSLA.swift /Users/admin/builder/spi-builder-workspace/Sources/ColorComponents/HSBA/HSBA+RGBA.swift /Users/admin/builder/spi-builder-workspace/Sources/ColorComponents/HSBA/HSBA.swift /Users/admin/builder/spi-builder-workspace/Sources/ColorComponents/HSBA/Platforms/HSBA+AppKit.swift /Users/admin/builder/spi-builder-workspace/Sources/ColorComponents/HSBA/Platforms/HSBA+CoreGraphics.swift /Users/admin/builder/spi-builder-workspace/Sources/ColorComponents/HSBA/Platforms/HSBA+Playground.swift /Users/admin/builder/spi-builder-workspace/Sources/ColorComponents/HSBA/Platforms/HSBA+SwiftUI.swift /Users/admin/builder/spi-builder-workspace/Sources/ColorComponents/HSBA/Platforms/HSBA+UIKit.swift /Users/admin/builder/spi-builder-workspace/Sources/ColorComponents/HSLA/HSLA+HSBA.swift /Users/admin/builder/spi-builder-workspace/Sources/ColorComponents/HSLA/HSLA+RGBA.swift /Users/admin/builder/spi-builder-workspace/Sources/ColorComponents/HSLA/HSLA.swift /Users/admin/builder/spi-builder-workspace/Sources/ColorComponents/HSLA/Platforms/HSLA+AppKit.swift /Users/admin/builder/spi-builder-workspace/Sources/ColorComponents/HSLA/Platforms/HSLA+CoreGraphics.swift /Users/admin/builder/spi-builder-workspace/Sources/ColorComponents/HSLA/Platforms/HSLA+Playground.swift /Users/admin/builder/spi-builder-workspace/Sources/ColorComponents/HSLA/Platforms/HSLA+SwiftUI.swift /Users/admin/builder/spi-builder-workspace/Sources/ColorComponents/HSLA/Platforms/HSLA+UIKit.swift /Users/admin/builder/spi-builder-workspace/Sources/ColorComponents/Helpers/CGColor+RequireColorSpace.swift /Users/admin/builder/spi-builder-workspace/Sources/ColorComponents/Helpers/NSColor+RequireColorSpace.swift /Users/admin/builder/spi-builder-workspace/Sources/ColorComponents/Helpers/PlaygroundSupport.swift /Users/admin/builder/spi-builder-workspace/Sources/ColorComponents/Helpers/SwiftUIPlatformColor.swift /Users/admin/builder/spi-builder-workspace/Sources/ColorComponents/RGBA/Platforms/RGBA+AppKit.swift /Users/admin/builder/spi-builder-workspace/Sources/ColorComponents/RGBA/Platforms/RGBA+CoreGraphics.swift /Users/admin/builder/spi-builder-workspace/Sources/ColorComponents/RGBA/Platforms/RGBA+Playground.swift /Users/admin/builder/spi-builder-workspace/Sources/ColorComponents/RGBA/Platforms/RGBA+SwiftUI.swift /Users/admin/builder/spi-builder-workspace/Sources/ColorComponents/RGBA/Platforms/RGBA+UIKit.swift /Users/admin/builder/spi-builder-workspace/Sources/ColorComponents/RGBA/RGBA+CIEXYZA.swift /Users/admin/builder/spi-builder-workspace/Sources/ColorComponents/RGBA/RGBA+HSBA.swift /Users/admin/builder/spi-builder-workspace/Sources/ColorComponents/RGBA/RGBA+HSBVHelpers.swift /Users/admin/builder/spi-builder-workspace/Sources/ColorComponents/RGBA/RGBA+HSLA.swift /Users/admin/builder/spi-builder-workspace/Sources/ColorComponents/RGBA/RGBA+Hex.swift /Users/admin/builder/spi-builder-workspace/Sources/ColorComponents/RGBA/RGBA.swift -target armv7k-apple-watchos5.0 -enable-objc-interop -sdk /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -I /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -debug-info-format\=dwarf -dwarf-version\=4 -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -profile-generate -profile-coverage-mapping -swift-version 6 -enforce-exclusivity\=checked -Onone -D SWIFT_PACKAGE -D DEBUG -D Xcode -serialize-debugging-options -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/color-components.build/Debug-watchos/ColorComponents.build/Objects-normal/armv7k/ColorComponents_const_extract_protocols.json -enable-upcoming-feature ExistentialAny -enable-upcoming-feature InternalImportsByDefault -enable-experimental-feature GlobalConcurrency -enable-experimental-feature DebugDescriptionMacro -empty-abi-descriptor -plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -resource-dir /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -file-compilation-dir /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos11.4-22T246-43efb940ff07ba2497b70ec94253f576.sdkstatcache -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/color-components.build/Debug-watchos/ColorComponents.build/swift-overrides.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/color-components.build/Debug-watchos/ColorComponents.build/DerivedSources-normal/armv7k -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/color-components.build/Debug-watchos/ColorComponents.build/DerivedSources/armv7k -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/color-components.build/Debug-watchos/ColorComponents.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name ColorComponents -package-name spi_builder_workspace -frontend-parseable-output -disable-clang-spi -target-sdk-version 11.4 -target-sdk-name watchos11.4 -external-plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/bin/swift-plugin-server -in-process-plugin-server-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/libSwiftInProcPluginServer.dylib -plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/local/lib/swift/host/plugins -emit-module-doc-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/color-components.build/Debug-watchos/ColorComponents.build/Objects-normal/armv7k/ColorComponents.swiftdoc -emit-module-source-info-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/color-components.build/Debug-watchos/ColorComponents.build/Objects-normal/armv7k/ColorComponents.swiftsourceinfo -emit-objc-header-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/color-components.build/Debug-watchos/ColorComponents.build/Objects-normal/armv7k/ColorComponents-Swift.h -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/color-components.build/Debug-watchos/ColorComponents.build/Objects-normal/armv7k/ColorComponents-master-emit-module.dia -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/color-components.build/Debug-watchos/ColorComponents.build/Objects-normal/armv7k/ColorComponents-master-emit-module.d -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/color-components.build/Debug-watchos/ColorComponents.build/Objects-normal/armv7k/ColorComponents.swiftmodule -emit-abi-descriptor-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/color-components.build/Debug-watchos/ColorComponents.build/Objects-normal/armv7k/ColorComponents.abi.json
SwiftCompile normal armv7k Compiling\ BWA.swift,\ BWA+AppKit.swift,\ BWA+CoreGraphics.swift,\ BWA+Playground.swift,\ BWA+SwiftUI.swift /Users/admin/builder/spi-builder-workspace/Sources/ColorComponents/BWA/BWA.swift /Users/admin/builder/spi-builder-workspace/Sources/ColorComponents/BWA/Platforms/BWA+AppKit.swift /Users/admin/builder/spi-builder-workspace/Sources/ColorComponents/BWA/Platforms/BWA+CoreGraphics.swift /Users/admin/builder/spi-builder-workspace/Sources/ColorComponents/BWA/Platforms/BWA+Playground.swift /Users/admin/builder/spi-builder-workspace/Sources/ColorComponents/BWA/Platforms/BWA+SwiftUI.swift (in target 'ColorComponents' from project 'color-components')
SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/ColorComponents/BWA/BWA.swift (in target 'ColorComponents' from project 'color-components')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/ColorComponents/BWA/Platforms/BWA+AppKit.swift (in target 'ColorComponents' from project 'color-components')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/ColorComponents/BWA/Platforms/BWA+CoreGraphics.swift (in target 'ColorComponents' from project 'color-components')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/ColorComponents/BWA/Platforms/BWA+Playground.swift (in target 'ColorComponents' from project 'color-components')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/ColorComponents/BWA/Platforms/BWA+SwiftUI.swift (in target 'ColorComponents' from project 'color-components')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

<unknown>:0: warning: upcoming feature 'GlobalConcurrency' is already enabled as of Swift version 6
SwiftCompile normal armv7k Compiling\ HSBA+HSLA.swift,\ HSBA+RGBA.swift,\ HSBA.swift,\ HSBA+AppKit.swift,\ HSBA+CoreGraphics.swift /Users/admin/builder/spi-builder-workspace/Sources/ColorComponents/HSBA/HSBA+HSLA.swift /Users/admin/builder/spi-builder-workspace/Sources/ColorComponents/HSBA/HSBA+RGBA.swift /Users/admin/builder/spi-builder-workspace/Sources/ColorComponents/HSBA/HSBA.swift /Users/admin/builder/spi-builder-workspace/Sources/ColorComponents/HSBA/Platforms/HSBA+AppKit.swift /Users/admin/builder/spi-builder-workspace/Sources/ColorComponents/HSBA/Platforms/HSBA+CoreGraphics.swift (in target 'ColorComponents' from project 'color-components')
<unknown>:0: warning: upcoming feature 'GlobalConcurrency' is already enabled as of Swift version 6
SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/ColorComponents/HSBA/HSBA+HSLA.swift (in target 'ColorComponents' from project 'color-components')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/ColorComponents/HSBA/HSBA+RGBA.swift (in target 'ColorComponents' from project 'color-components')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/ColorComponents/HSBA/HSBA.swift (in target 'ColorComponents' from project 'color-components')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/ColorComponents/HSBA/Platforms/HSBA+AppKit.swift (in target 'ColorComponents' from project 'color-components')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/ColorComponents/HSBA/Platforms/HSBA+CoreGraphics.swift (in target 'ColorComponents' from project 'color-components')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal armv7k Compiling\ HSBA+Playground.swift,\ HSBA+SwiftUI.swift,\ HSBA+UIKit.swift,\ HSLA+HSBA.swift,\ HSLA+RGBA.swift /Users/admin/builder/spi-builder-workspace/Sources/ColorComponents/HSBA/Platforms/HSBA+Playground.swift /Users/admin/builder/spi-builder-workspace/Sources/ColorComponents/HSBA/Platforms/HSBA+SwiftUI.swift /Users/admin/builder/spi-builder-workspace/Sources/ColorComponents/HSBA/Platforms/HSBA+UIKit.swift /Users/admin/builder/spi-builder-workspace/Sources/ColorComponents/HSLA/HSLA+HSBA.swift /Users/admin/builder/spi-builder-workspace/Sources/ColorComponents/HSLA/HSLA+RGBA.swift (in target 'ColorComponents' from project 'color-components')
SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/ColorComponents/HSBA/Platforms/HSBA+Playground.swift (in target 'ColorComponents' from project 'color-components')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/ColorComponents/HSBA/Platforms/HSBA+SwiftUI.swift (in target 'ColorComponents' from project 'color-components')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/ColorComponents/HSBA/Platforms/HSBA+UIKit.swift (in target 'ColorComponents' from project 'color-components')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/ColorComponents/HSLA/HSLA+HSBA.swift (in target 'ColorComponents' from project 'color-components')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/ColorComponents/HSLA/HSLA+RGBA.swift (in target 'ColorComponents' from project 'color-components')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

<unknown>:0: warning: upcoming feature 'GlobalConcurrency' is already enabled as of Swift version 6
SwiftCompile normal armv7k Compiling\ BWA+UIKit.swift,\ CIE.swift,\ CIEXYZA+RGBA.swift,\ CIEXYZA.swift,\ CIEXYZA+AppKit.swift /Users/admin/builder/spi-builder-workspace/Sources/ColorComponents/BWA/Platforms/BWA+UIKit.swift /Users/admin/builder/spi-builder-workspace/Sources/ColorComponents/CIE/CIE.swift /Users/admin/builder/spi-builder-workspace/Sources/ColorComponents/CIE/XYZ/CIEXYZA+RGBA.swift /Users/admin/builder/spi-builder-workspace/Sources/ColorComponents/CIE/XYZ/CIEXYZA.swift /Users/admin/builder/spi-builder-workspace/Sources/ColorComponents/CIE/XYZ/Platforms/CIEXYZA+AppKit.swift (in target 'ColorComponents' from project 'color-components')
SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/ColorComponents/BWA/Platforms/BWA+UIKit.swift (in target 'ColorComponents' from project 'color-components')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/ColorComponents/CIE/CIE.swift (in target 'ColorComponents' from project 'color-components')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/ColorComponents/CIE/XYZ/CIEXYZA+RGBA.swift (in target 'ColorComponents' from project 'color-components')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/ColorComponents/CIE/XYZ/CIEXYZA.swift (in target 'ColorComponents' from project 'color-components')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/ColorComponents/CIE/XYZ/Platforms/CIEXYZA+AppKit.swift (in target 'ColorComponents' from project 'color-components')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

<unknown>:0: warning: upcoming feature 'GlobalConcurrency' is already enabled as of Swift version 6
SwiftCompile normal armv7k Compiling\ CIEXYZA+CoreGraphics.swift,\ CIEXYZA+Playground.swift,\ CIEXYZA+SwiftUI.swift,\ CIEXYZA+UIKit.swift,\ ColorComponents.swift /Users/admin/builder/spi-builder-workspace/Sources/ColorComponents/CIE/XYZ/Platforms/CIEXYZA+CoreGraphics.swift /Users/admin/builder/spi-builder-workspace/Sources/ColorComponents/CIE/XYZ/Platforms/CIEXYZA+Playground.swift /Users/admin/builder/spi-builder-workspace/Sources/ColorComponents/CIE/XYZ/Platforms/CIEXYZA+SwiftUI.swift /Users/admin/builder/spi-builder-workspace/Sources/ColorComponents/CIE/XYZ/Platforms/CIEXYZA+UIKit.swift /Users/admin/builder/spi-builder-workspace/Sources/ColorComponents/ColorComponents.swift (in target 'ColorComponents' from project 'color-components')
<unknown>:0: warning: upcoming feature 'GlobalConcurrency' is already enabled as of Swift version 6
SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/ColorComponents/CIE/XYZ/Platforms/CIEXYZA+CoreGraphics.swift (in target 'ColorComponents' from project 'color-components')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/ColorComponents/CIE/XYZ/Platforms/CIEXYZA+Playground.swift (in target 'ColorComponents' from project 'color-components')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/ColorComponents/CIE/XYZ/Platforms/CIEXYZA+SwiftUI.swift (in target 'ColorComponents' from project 'color-components')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/ColorComponents/CIE/XYZ/Platforms/CIEXYZA+UIKit.swift (in target 'ColorComponents' from project 'color-components')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

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

SwiftCompile normal armv7k Compiling\ HSLA.swift,\ HSLA+AppKit.swift,\ HSLA+CoreGraphics.swift,\ HSLA+Playground.swift,\ HSLA+SwiftUI.swift /Users/admin/builder/spi-builder-workspace/Sources/ColorComponents/HSLA/HSLA.swift /Users/admin/builder/spi-builder-workspace/Sources/ColorComponents/HSLA/Platforms/HSLA+AppKit.swift /Users/admin/builder/spi-builder-workspace/Sources/ColorComponents/HSLA/Platforms/HSLA+CoreGraphics.swift /Users/admin/builder/spi-builder-workspace/Sources/ColorComponents/HSLA/Platforms/HSLA+Playground.swift /Users/admin/builder/spi-builder-workspace/Sources/ColorComponents/HSLA/Platforms/HSLA+SwiftUI.swift (in target 'ColorComponents' from project 'color-components')
<unknown>:0: warning: upcoming feature 'GlobalConcurrency' is already enabled as of Swift version 6
SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/ColorComponents/HSLA/HSLA.swift (in target 'ColorComponents' from project 'color-components')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/ColorComponents/HSLA/Platforms/HSLA+AppKit.swift (in target 'ColorComponents' from project 'color-components')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/ColorComponents/HSLA/Platforms/HSLA+CoreGraphics.swift (in target 'ColorComponents' from project 'color-components')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/ColorComponents/HSLA/Platforms/HSLA+Playground.swift (in target 'ColorComponents' from project 'color-components')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/ColorComponents/HSLA/Platforms/HSLA+SwiftUI.swift (in target 'ColorComponents' from project 'color-components')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftEmitModule normal arm64_32 Emitting\ module\ for\ ColorComponents (in target 'ColorComponents' from project 'color-components')
<unknown>:0: warning: upcoming feature 'GlobalConcurrency' is already enabled as of Swift version 6
EmitSwiftModule normal arm64_32 (in target 'ColorComponents' from project 'color-components')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64_32 Compiling\ BWA+UIKit.swift,\ CIE.swift,\ CIEXYZA+RGBA.swift,\ CIEXYZA.swift,\ CIEXYZA+AppKit.swift /Users/admin/builder/spi-builder-workspace/Sources/ColorComponents/BWA/Platforms/BWA+UIKit.swift /Users/admin/builder/spi-builder-workspace/Sources/ColorComponents/CIE/CIE.swift /Users/admin/builder/spi-builder-workspace/Sources/ColorComponents/CIE/XYZ/CIEXYZA+RGBA.swift /Users/admin/builder/spi-builder-workspace/Sources/ColorComponents/CIE/XYZ/CIEXYZA.swift /Users/admin/builder/spi-builder-workspace/Sources/ColorComponents/CIE/XYZ/Platforms/CIEXYZA+AppKit.swift (in target 'ColorComponents' from project 'color-components')
<unknown>:0: warning: upcoming feature 'GlobalConcurrency' is already enabled as of Swift version 6
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/ColorComponents/BWA/Platforms/BWA+UIKit.swift (in target 'ColorComponents' from project 'color-components')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/ColorComponents/CIE/CIE.swift (in target 'ColorComponents' from project 'color-components')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/ColorComponents/CIE/XYZ/CIEXYZA+RGBA.swift (in target 'ColorComponents' from project 'color-components')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/ColorComponents/CIE/XYZ/CIEXYZA.swift (in target 'ColorComponents' from project 'color-components')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/ColorComponents/CIE/XYZ/Platforms/CIEXYZA+AppKit.swift (in target 'ColorComponents' from project 'color-components')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64_32 Compiling\ HSLA+UIKit.swift,\ CGColor+RequireColorSpace.swift,\ NSColor+RequireColorSpace.swift,\ PlaygroundSupport.swift /Users/admin/builder/spi-builder-workspace/Sources/ColorComponents/HSLA/Platforms/HSLA+UIKit.swift /Users/admin/builder/spi-builder-workspace/Sources/ColorComponents/Helpers/CGColor+RequireColorSpace.swift /Users/admin/builder/spi-builder-workspace/Sources/ColorComponents/Helpers/NSColor+RequireColorSpace.swift /Users/admin/builder/spi-builder-workspace/Sources/ColorComponents/Helpers/PlaygroundSupport.swift (in target 'ColorComponents' from project 'color-components')
<unknown>:0: warning: upcoming feature 'GlobalConcurrency' is already enabled as of Swift version 6
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/ColorComponents/HSLA/Platforms/HSLA+UIKit.swift (in target 'ColorComponents' from project 'color-components')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/ColorComponents/Helpers/CGColor+RequireColorSpace.swift (in target 'ColorComponents' from project 'color-components')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/ColorComponents/Helpers/NSColor+RequireColorSpace.swift (in target 'ColorComponents' from project 'color-components')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/ColorComponents/Helpers/PlaygroundSupport.swift (in target 'ColorComponents' from project 'color-components')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

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