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 (6bfd74), with Swift 6.1 for watchOS using Xcode 16.3 on 31 Aug 2025 17:55:41 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 6bfd741 Update README.md
Cloned https://github.com/wrkstrm/WrkstrmColor.git
Revision (git rev-parse @):
6bfd741ea3096381b2357b84efdf72bbadf5688f
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 ‘swift-log’
Checking out 1.6.4 of package ‘swift-log’
Creating working copy of package ‘WrkstrmMain’
Checking out 2.4.1 of package ‘WrkstrmMain’
Creating working copy of package ‘WrkstrmLog’
Checking out 2.1.0 of package ‘WrkstrmLog’
Creating working copy of package ‘WrkstrmFoundation’
Checking out 2.3.1 of package ‘WrkstrmFoundation’
Resolve Package Graph
Resolved source packages:
  WrkstrmColor: /Users/admin/builder/spi-builder-workspace
  WrkstrmMain: https://github.com/wrkstrm/WrkstrmMain.git @ 2.4.1
  swift-log: https://github.com/apple/swift-log.git @ 1.6.4
  WrkstrmLog: https://github.com/wrkstrm/WrkstrmLog.git @ 2.1.0
  WrkstrmFoundation: https://github.com/wrkstrm/WrkstrmFoundation.git @ 2.3.1
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 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:
  swift-log: https://github.com/apple/swift-log.git @ 1.6.4
  WrkstrmColor: /Users/admin/builder/spi-builder-workspace
  WrkstrmLog: https://github.com/wrkstrm/WrkstrmLog.git @ 2.1.0
  WrkstrmFoundation: https://github.com/wrkstrm/WrkstrmFoundation.git @ 2.3.1
  WrkstrmMain: https://github.com/wrkstrm/WrkstrmMain.git @ 2.4.1
2025-08-31 10:55:40.149 xcodebuild[826:4483] Writing error result bundle to /var/folders/5k/5yc19ymj0jqd5v0zvgfqz0xw0000gn/T/ResultBundle_2025-31-08_10-55-0040.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:
  WrkstrmFoundation: https://github.com/wrkstrm/WrkstrmFoundation.git @ 2.3.1
  WrkstrmMain: https://github.com/wrkstrm/WrkstrmMain.git @ 2.4.1
  swift-log: https://github.com/apple/swift-log.git @ 1.6.4
  WrkstrmColor: /Users/admin/builder/spi-builder-workspace
  WrkstrmLog: https://github.com/wrkstrm/WrkstrmLog.git @ 2.1.0
resolved source packages: WrkstrmFoundation, WrkstrmMain, swift-log, WrkstrmColor, WrkstrmLog
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:
  WrkstrmMain: https://github.com/wrkstrm/WrkstrmMain.git @ 2.4.1
  WrkstrmFoundation: https://github.com/wrkstrm/WrkstrmFoundation.git @ 2.3.1
  WrkstrmColor: /Users/admin/builder/spi-builder-workspace
  WrkstrmLog: https://github.com/wrkstrm/WrkstrmLog.git @ 2.1.0
  swift-log: https://github.com/apple/swift-log.git @ 1.6.4
2025-08-31 10:55:41.789 xcodebuild[899:4802] Writing error result bundle to /var/folders/5k/5yc19ymj0jqd5v0zvgfqz0xw0000gn/T/ResultBundle_2025-31-08_10-55-0041.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