The Swift Package Index logo.Swift Package Index

Build Information

Failed to build RedShot, reference 0.8.5 (d610ad), with Swift 6.3 for watchOS using Xcode 26.4 on 14 Apr 2026 03:26:02 UTC.

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.70.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/OperatorFoundation/Redshot.git
Reference: 0.8.5
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/OperatorFoundation/Redshot
 * tag               0.8.5      -> FETCH_HEAD
HEAD is now at d610adb Merge branch 'master' of https://github.com/OperatorFoundation/Redshot
Cloned https://github.com/OperatorFoundation/Redshot.git
Revision (git rev-parse @):
d610adbedaa5273f7cd8c928816e4e8c3edc01af
SUCCESS checkout https://github.com/OperatorFoundation/Redshot.git at 0.8.5
========================================
Build
========================================
Selected platform:         watchOS
Swift version:             6.3
Building package at path:  $PWD
https://github.com/OperatorFoundation/Redshot.git
Command line invocation:
    /Applications/Xcode-26.4.0.app/Contents/Developer/usr/bin/xcodebuild -IDEClonedSourcePackagesDirPathOverride=/Users/admin/builder/spi-builder-workspace/.dependencies -resolvePackageDependencies
Resolve Package Graph
Fetching from https://github.com/OperatorFoundation/Datable.git
Creating working copy of package ‘Datable’
Checking out 3.1.5 of package ‘Datable’
Resolve Package Graph
Resolved source packages:
  Datable: https://github.com/OperatorFoundation/Datable.git @ 3.1.5
  RedShot: /Users/admin/builder/spi-builder-workspace
resolved source packages: Datable, RedShot
2026-04-13 23:25:47.325 xcodebuild[525:3011] [MT] IDERunDestination: Supported platforms for the buildables in the current scheme is empty.
{
  "dependencies" : [
    {
      "identity" : "datable",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "3.0.2",
            "upper_bound" : "4.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/OperatorFoundation/Datable.git"
    }
  ],
  "manifest_display_name" : "RedShot",
  "name" : "RedShot",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "10.15"
    }
  ],
  "products" : [
    {
      "name" : "RedShot",
      "targets" : [
        "RedShot"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "RedShotTests",
      "module_type" : "SwiftTarget",
      "name" : "RedShotTests",
      "path" : "Tests/RedShotTests",
      "sources" : [
        "RedShotPerformanceTests.swift",
        "RedShotTests.swift"
      ],
      "target_dependencies" : [
        "RedShot"
      ],
      "type" : "test"
    },
    {
      "c99name" : "RedShot",
      "module_type" : "SwiftTarget",
      "name" : "RedShot",
      "path" : "Sources/RedShot",
      "product_dependencies" : [
        "Datable"
      ],
      "product_memberships" : [
        "RedShot"
      ],
      "sources" : [
        "Constants.swift",
        "Redis.swift",
        "RedisCommands.swift",
        "RedisSocket.swift",
        "RedisSubscribe.swift",
        "RedisType.swift",
        "ResponseParser.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.1"
}
{
  "workspace" : {
    "name" : "spi-builder-workspace",
    "schemes" : [
      "RedShot"
    ]
  }
}
2026-04-13 23:25:55.363 xcodebuild[659:3869] [MT] IDERunDestination: Supported platforms for the buildables in the current scheme is empty.
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.4.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme RedShot -destination generic/platform=watchOS
Command line invocation:
    /Applications/Xcode-26.4.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 RedShot -destination generic/platform=watchOS
Resolve Package Graph
Resolve Package Graph
Resolved source packages:
  RedShot: /Users/admin/builder/spi-builder-workspace
  Datable: https://github.com/OperatorFoundation/Datable.git @ 3.1.5
ComputePackagePrebuildTargetDependencyGraph
Prepare packages
CreateBuildRequest
SendProjectDescription
CreateBuildOperation
ComputeTargetDependencyGraph
note: Building targets in dependency order
note: Target dependency graph (4 targets)
    Target 'RedShot' in project 'RedShot'
        ➜ Explicit dependency on target 'RedShot' in project 'RedShot'
        ➜ Explicit dependency on target 'Datable' in project 'Datable'
    Target 'RedShot' in project 'RedShot'
        ➜ Explicit dependency on target 'Datable' in project 'Datable'
    Target 'Datable' in project 'Datable'
        ➜ Explicit dependency on target 'Datable' in project 'Datable'
    Target 'Datable' in project 'Datable' (no dependencies)
GatherProvisioningInputs
CreateBuildDescription
ExecuteExternalTool /Applications/Xcode-26.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -isysroot /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk -x c -c /dev/null
ExecuteExternalTool /Applications/Xcode-26.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc --version
ExecuteExternalTool /Applications/Xcode-26.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld -version_details
Build description signature: 9a7926f6851d12a66669b955625b47bf
Build description path: /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCBuildData/9a7926f6851d12a66669b955625b47bf.xcbuilddata
error: The package product 'Datable' requires minimum platform version 7.0 for the watchOS platform, but this target supports 5.0 (in target 'RedShot' from project 'RedShot')
2026-04-13 23:25:57.468 xcodebuild[666:3933] [MT] IDERunDestination: Supported platforms for the buildables in the current scheme is empty.
** BUILD FAILED **
The following build commands failed:
	Building workspace spi-builder-workspace with scheme RedShot
(1 failure)
Command line invocation:
    /Applications/Xcode-26.4.0.app/Contents/Developer/usr/bin/xcodebuild -IDEClonedSourcePackagesDirPathOverride=/Users/admin/builder/spi-builder-workspace/.dependencies -resolvePackageDependencies
Resolve Package Graph
Resolved source packages:
  Datable: https://github.com/OperatorFoundation/Datable.git @ 3.1.5
  RedShot: /Users/admin/builder/spi-builder-workspace
resolved source packages: Datable, RedShot
2026-04-13 23:25:59.460 xcodebuild[692:4103] [MT] IDERunDestination: Supported platforms for the buildables in the current scheme is empty.
{
  "dependencies" : [
    {
      "identity" : "datable",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "3.0.2",
            "upper_bound" : "4.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/OperatorFoundation/Datable.git"
    }
  ],
  "manifest_display_name" : "RedShot",
  "name" : "RedShot",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "10.15"
    }
  ],
  "products" : [
    {
      "name" : "RedShot",
      "targets" : [
        "RedShot"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "RedShotTests",
      "module_type" : "SwiftTarget",
      "name" : "RedShotTests",
      "path" : "Tests/RedShotTests",
      "sources" : [
        "RedShotPerformanceTests.swift",
        "RedShotTests.swift"
      ],
      "target_dependencies" : [
        "RedShot"
      ],
      "type" : "test"
    },
    {
      "c99name" : "RedShot",
      "module_type" : "SwiftTarget",
      "name" : "RedShot",
      "path" : "Sources/RedShot",
      "product_dependencies" : [
        "Datable"
      ],
      "product_memberships" : [
        "RedShot"
      ],
      "sources" : [
        "Constants.swift",
        "Redis.swift",
        "RedisCommands.swift",
        "RedisSocket.swift",
        "RedisSubscribe.swift",
        "RedisType.swift",
        "ResponseParser.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.1"
}
{
  "workspace" : {
    "name" : "spi-builder-workspace",
    "schemes" : [
      "RedShot"
    ]
  }
}
2026-04-13 23:26:00.869 xcodebuild[702:4175] [MT] IDERunDestination: Supported platforms for the buildables in the current scheme is empty.
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.4.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme RedShot -destination generic/platform=watchOS
Command line invocation:
    /Applications/Xcode-26.4.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 RedShot -destination generic/platform=watchOS
Resolve Package Graph
Resolved source packages:
  Datable: https://github.com/OperatorFoundation/Datable.git @ 3.1.5
  RedShot: /Users/admin/builder/spi-builder-workspace
ComputePackagePrebuildTargetDependencyGraph
Prepare packages
CreateBuildRequest
SendProjectDescription
CreateBuildOperation
ComputeTargetDependencyGraph
note: Building targets in dependency order
note: Target dependency graph (4 targets)
    Target 'RedShot' in project 'RedShot'
        ➜ Explicit dependency on target 'RedShot' in project 'RedShot'
        ➜ Explicit dependency on target 'Datable' in project 'Datable'
    Target 'RedShot' in project 'RedShot'
        ➜ Explicit dependency on target 'Datable' in project 'Datable'
    Target 'Datable' in project 'Datable'
        ➜ Explicit dependency on target 'Datable' in project 'Datable'
    Target 'Datable' in project 'Datable' (no dependencies)
GatherProvisioningInputs
CreateBuildDescription
ExecuteExternalTool /Applications/Xcode-26.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -isysroot /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk -x c -c /dev/null
ExecuteExternalTool /Applications/Xcode-26.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc --version
ExecuteExternalTool /Applications/Xcode-26.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld -version_details
Build description signature: 9a7926f6851d12a66669b955625b47bf
Build description path: /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCBuildData/9a7926f6851d12a66669b955625b47bf.xcbuilddata
error: The package product 'Datable' requires minimum platform version 7.0 for the watchOS platform, but this target supports 5.0 (in target 'RedShot' from project 'RedShot')
2026-04-13 23:26:01.917 xcodebuild[705:4209] [MT] IDERunDestination: Supported platforms for the buildables in the current scheme is empty.
** BUILD FAILED **
The following build commands failed:
	Building workspace spi-builder-workspace with scheme RedShot
(1 failure)
BUILD FAILURE 6.3 watchOS