The Swift Package Index logo.Swift Package Index

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

Build Information

Failed to build WrkstrmColor, reference main (5a3495), with Swift 6.1 for watchOS using Xcode 16.3 on 25 Sep 2025 23:31:24 UTC.

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.67.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/wrkstrm/WrkstrmColor.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/wrkstrm/WrkstrmColor
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at 5a34955 Update Package.resolved
Cloned https://github.com/wrkstrm/WrkstrmColor.git
Revision (git rev-parse @):
5a34955a0158ec71b0ca95bced6feff766c53b19
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/wrkstrm/WrkstrmColor.git at main
========================================
Build
========================================
Selected platform:         watchOS
Swift version:             6.1
Building package at path:  $PWD
https://github.com/wrkstrm/WrkstrmColor.git
https://github.com/wrkstrm/WrkstrmColor.git
{
  "dependencies" : [
    {
      "identity" : "wrkstrmfoundation",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "2.0.0",
            "upper_bound" : "3.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/wrkstrm/WrkstrmFoundation.git"
    }
  ],
  "manifest_display_name" : "WrkstrmColor",
  "name" : "WrkstrmColor",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "16.0"
    },
    {
      "name" : "macos",
      "version" : "13.0"
    },
    {
      "name" : "tvos",
      "version" : "16.0"
    },
    {
      "name" : "watchos",
      "version" : "9.0"
    }
  ],
  "products" : [
    {
      "name" : "WrkstrmColor",
      "targets" : [
        "WrkstrmColor"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "WrkstrmColorTests",
      "module_type" : "SwiftTarget",
      "name" : "WrkstrmColorTests",
      "path" : "Tests/WrkstrmColorTests",
      "product_dependencies" : [
        "WrkstrmFoundation"
      ],
      "resources" : [
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Tests/WrkstrmColorTests/Resources/snapshot-rev4.json",
          "rule" : {
            "process" : {
            }
          }
        }
      ],
      "sources" : [
        "ConstantTests.swift",
        "HSLuvTests.swift",
        "KitTests.swift",
        "Snapshot.swift"
      ],
      "target_dependencies" : [
        "WrkstrmColor"
      ],
      "type" : "test"
    },
    {
      "c99name" : "WrkstrmColor",
      "module_type" : "SwiftTarget",
      "name" : "WrkstrmColor",
      "path" : "Sources/WrkstrmColor",
      "product_memberships" : [
        "WrkstrmColor"
      ],
      "sources" : [
        "Color+Extensions.swift",
        "Encodings+Conversions.swift",
        "Encodings.swift",
        "GradientDescriptor+Sequence.swift",
        "GradientDescriptor.swift",
        "HSLuv+GradientDescriptor.swift",
        "Math.swift",
        "Palette+HSLuv.swift",
        "Palette+Legacy.swift",
        "Palette.swift",
        "RGBEncodable+ContrastRatio.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "6.1"
}
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/wrkstrm/WrkstrmFoundation.git
Fetching from https://github.com/wrkstrm/WrkstrmMain.git
Fetching from https://github.com/wrkstrm/WrkstrmLog.git
Fetching from https://github.com/apple/swift-log.git (cached)
Creating working copy of package ‘WrkstrmFoundation’
Checking out 2.6.0 of package ‘WrkstrmFoundation’
Creating working copy of package ‘WrkstrmMain’
Checking out 2.5.0 of package ‘WrkstrmMain’
Creating working copy of package ‘swift-log’
Checking out 1.6.4 of package ‘swift-log’
Creating working copy of package ‘WrkstrmLog’
Checking out 2.2.4 of package ‘WrkstrmLog’
Resolve Package Graph
Resolved source packages:
  WrkstrmColor: /Users/admin/builder/spi-builder-workspace
  WrkstrmFoundation: https://github.com/wrkstrm/WrkstrmFoundation.git @ 2.6.0
  WrkstrmLog: https://github.com/wrkstrm/WrkstrmLog.git @ 2.2.4
  swift-log: https://github.com/apple/swift-log.git @ 1.6.4
  WrkstrmMain: https://github.com/wrkstrm/WrkstrmMain.git @ 2.5.0
resolved source packages: WrkstrmColor, WrkstrmFoundation, WrkstrmLog, swift-log, WrkstrmMain
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme ComposableArchitecture_watchOS -destination generic/platform=watchOS OTHER_SWIFT_FLAGS=-stats-output-dir .stats -strict-concurrency=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures
Command line invocation:
    /Applications/Xcode-16.3.0.app/Contents/Developer/usr/bin/xcodebuild -IDEClonedSourcePackagesDirPathOverride=/Users/admin/builder/spi-builder-workspace/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath /Users/admin/builder/spi-builder-workspace/.derivedData build -scheme ComposableArchitecture_watchOS -destination generic/platform=watchOS "OTHER_SWIFT_FLAGS=-stats-output-dir .stats -strict-concurrency=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures"
Build settings from command line:
    OTHER_SWIFT_FLAGS = -stats-output-dir .stats -strict-concurrency=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures
Resolve Package Graph
Resolve Package Graph
Resolved source packages:
  WrkstrmLog: https://github.com/wrkstrm/WrkstrmLog.git @ 2.2.4
  WrkstrmMain: https://github.com/wrkstrm/WrkstrmMain.git @ 2.5.0
  WrkstrmFoundation: https://github.com/wrkstrm/WrkstrmFoundation.git @ 2.6.0
  swift-log: https://github.com/apple/swift-log.git @ 1.6.4
  WrkstrmColor: /Users/admin/builder/spi-builder-workspace
2025-09-25 16:31:22.829 xcodebuild[861:4680] Writing error result bundle to /var/folders/5k/5yc19ymj0jqd5v0zvgfqz0xw0000gn/T/ResultBundle_2025-25-09_16-31-0022.xcresult
xcodebuild: error: The workspace named "spi-builder-workspace" does not contain a scheme named "ComposableArchitecture_watchOS". The "-list" option can be used to find the names of the schemes in the workspace.
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:
  WrkstrmColor: /Users/admin/builder/spi-builder-workspace
  WrkstrmMain: https://github.com/wrkstrm/WrkstrmMain.git @ 2.5.0
  swift-log: https://github.com/apple/swift-log.git @ 1.6.4
  WrkstrmLog: https://github.com/wrkstrm/WrkstrmLog.git @ 2.2.4
  WrkstrmFoundation: https://github.com/wrkstrm/WrkstrmFoundation.git @ 2.6.0
resolved source packages: WrkstrmColor, WrkstrmMain, swift-log, WrkstrmLog, WrkstrmFoundation
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme ComposableArchitecture_watchOS -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 ComposableArchitecture_watchOS -destination generic/platform=watchOS
Resolve Package Graph
Resolved source packages:
  swift-log: https://github.com/apple/swift-log.git @ 1.6.4
  WrkstrmColor: /Users/admin/builder/spi-builder-workspace
  WrkstrmMain: https://github.com/wrkstrm/WrkstrmMain.git @ 2.5.0
  WrkstrmLog: https://github.com/wrkstrm/WrkstrmLog.git @ 2.2.4
  WrkstrmFoundation: https://github.com/wrkstrm/WrkstrmFoundation.git @ 2.6.0
2025-09-25 16:31:24.338 xcodebuild[934:5009] Writing error result bundle to /var/folders/5k/5yc19ymj0jqd5v0zvgfqz0xw0000gn/T/ResultBundle_2025-25-09_16-31-0024.xcresult
xcodebuild: error: The workspace named "spi-builder-workspace" does not contain a scheme named "ComposableArchitecture_watchOS". The "-list" option can be used to find the names of the schemes in the workspace.
BUILD FAILURE 6.1 watchOS