The Swift Package Index logo.Swift Package Index

Build Information

Failed to build AlamoFuzi, reference 3.0.0 (841609), with Swift 6.3 for watchOS using Xcode 26.4 on 11 Apr 2026 17:01:35 UTC.

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.70.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/thebluepotato/AlamoFuzi.git
Reference: 3.0.0
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/thebluepotato/AlamoFuzi
 * tag               3.0.0      -> FETCH_HEAD
HEAD is now at 841609f Update Package.swift
Cloned https://github.com/thebluepotato/AlamoFuzi.git
Revision (git rev-parse @):
841609f2d93e460f009cc8770e23400f0e3f5160
SUCCESS checkout https://github.com/thebluepotato/AlamoFuzi.git at 3.0.0
========================================
Build
========================================
Selected platform:         watchOS
Swift version:             6.3
Building package at path:  $PWD
https://github.com/thebluepotato/AlamoFuzi.git
Command line invocation:
    /Applications/Xcode-26.4.0.app/Contents/Developer/usr/bin/xcodebuild -IDEClonedSourcePackagesDirPathOverride=/Users/admin/builder/spi-builder-workspace/.dependencies -resolvePackageDependencies
resolved source packages:
{
  "dependencies" : [
    {
      "identity" : "alamofire",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "5.0.0",
            "upper_bound" : "6.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/Alamofire/Alamofire"
    },
    {
      "identity" : "fuzi",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "3.1.2",
            "upper_bound" : "4.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/cezheng/Fuzi"
    }
  ],
  "manifest_display_name" : "AlamoFuzi",
  "name" : "AlamoFuzi",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "10.12"
    },
    {
      "name" : "ios",
      "version" : "10.0"
    },
    {
      "name" : "tvos",
      "version" : "10.0"
    },
    {
      "name" : "watchos",
      "version" : "3.0"
    }
  ],
  "products" : [
    {
      "name" : "AlamoFuzi",
      "targets" : [
        "AlamoFuzi"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "AlamoFuziTests",
      "module_type" : "SwiftTarget",
      "name" : "AlamoFuziTests",
      "path" : "Tests",
      "sources" : [
        "AlamoFuziTests.swift"
      ],
      "target_dependencies" : [
        "AlamoFuzi"
      ],
      "type" : "test"
    },
    {
      "c99name" : "AlamoFuzi",
      "module_type" : "SwiftTarget",
      "name" : "AlamoFuzi",
      "path" : "Sources",
      "product_dependencies" : [
        "Alamofire",
        "Fuzi"
      ],
      "product_memberships" : [
        "AlamoFuzi"
      ],
      "sources" : [
        "AlamoFuzi.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.1"
}
{
  "project" : {
    "configurations" : [
      "Debug",
      "Release"
    ],
    "name" : "AlamoFuzi",
    "schemes" : [
      "AlamoFuzi-iOS",
      "AlamoFuzi-OSX",
      "AlamoFuzi-tvOS",
      "AlamoFuzi-watchOS"
    ],
    "targets" : [
      "AlamoFuzi-iOS",
      "AlamoFuzi-OSX",
      "AlamoFuzi-watchOS",
      "AlamoFuzi-tvOS",
      "AlamoFuziTests"
    ]
  }
}
{
  "workspace" : {
    "name" : "spi-builder-workspace",
    "schemes" : [
      "AlamoFuzi"
    ]
  }
}
2026-04-11 13:01:26.590 xcodebuild[625:3780] [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 AlamoFuzi -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 AlamoFuzi -destination generic/platform=watchOS
Resolve Package Graph
Resolve Package Graph
Resolved source packages:
  AlamoFuzi: /Users/admin/builder/spi-builder-workspace
  Alamofire: https://github.com/Alamofire/Alamofire @ 5.11.2
  Fuzi: https://github.com/cezheng/Fuzi @ 3.1.3
ComputePackagePrebuildTargetDependencyGraph
Prepare packages
CreateBuildRequest
SendProjectDescription
CreateBuildOperation
ComputeTargetDependencyGraph
note: Building targets in dependency order
note: Target dependency graph (7 targets)
    Target 'AlamoFuzi' in project 'AlamoFuzi'
        ➜ Explicit dependency on target 'AlamoFuzi' in project 'AlamoFuzi'
        ➜ Explicit dependency on target 'Alamofire' in project 'Alamofire'
        ➜ Explicit dependency on target 'Fuzi' in project 'Fuzi'
    Target 'AlamoFuzi' in project 'AlamoFuzi'
        ➜ Explicit dependency on target 'Alamofire' in project 'Alamofire'
        ➜ Explicit dependency on target 'Fuzi' in project 'Fuzi'
    Target 'Fuzi' in project 'Fuzi'
        ➜ Explicit dependency on target 'Fuzi' in project 'Fuzi'
    Target 'Fuzi' in project 'Fuzi' (no dependencies)
    Target 'Alamofire' in project 'Alamofire'
        ➜ Explicit dependency on target 'Alamofire' in project 'Alamofire'
        ➜ Explicit dependency on target 'Alamofire_Alamofire' in project 'Alamofire'
    Target 'Alamofire' in project 'Alamofire'
        ➜ Explicit dependency on target 'Alamofire_Alamofire' in project 'Alamofire'
    Target 'Alamofire_Alamofire' in project 'Alamofire' (no dependencies)
GatherProvisioningInputs
CreateBuildDescription
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/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/ld -version_details
Build description signature: 46cc6b9cb8fe554dff03df014f5ddbea
Build description path: /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCBuildData/46cc6b9cb8fe554dff03df014f5ddbea.xcbuilddata
error: The package product 'Fuzi' requires minimum platform version 5.0 for the watchOS platform, but this target supports 4.0 (in target 'AlamoFuzi' from project 'AlamoFuzi')
2026-04-11 13:01:29.885 xcodebuild[705:4267] [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 AlamoFuzi
(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:
  Fuzi: https://github.com/cezheng/Fuzi @ 3.1.3
  AlamoFuzi: /Users/admin/builder/spi-builder-workspace
  Alamofire: https://github.com/Alamofire/Alamofire @ 5.11.2
resolved source packages: Fuzi, AlamoFuzi, Alamofire
2026-04-11 13:01:32.386 xcodebuild[757:4658] [MT] IDERunDestination: Supported platforms for the buildables in the current scheme is empty.
{
  "dependencies" : [
    {
      "identity" : "alamofire",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "5.0.0",
            "upper_bound" : "6.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/Alamofire/Alamofire"
    },
    {
      "identity" : "fuzi",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "3.1.2",
            "upper_bound" : "4.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/cezheng/Fuzi"
    }
  ],
  "manifest_display_name" : "AlamoFuzi",
  "name" : "AlamoFuzi",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "10.12"
    },
    {
      "name" : "ios",
      "version" : "10.0"
    },
    {
      "name" : "tvos",
      "version" : "10.0"
    },
    {
      "name" : "watchos",
      "version" : "3.0"
    }
  ],
  "products" : [
    {
      "name" : "AlamoFuzi",
      "targets" : [
        "AlamoFuzi"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "AlamoFuziTests",
      "module_type" : "SwiftTarget",
      "name" : "AlamoFuziTests",
      "path" : "Tests",
      "sources" : [
        "AlamoFuziTests.swift"
      ],
      "target_dependencies" : [
        "AlamoFuzi"
      ],
      "type" : "test"
    },
    {
      "c99name" : "AlamoFuzi",
      "module_type" : "SwiftTarget",
      "name" : "AlamoFuzi",
      "path" : "Sources",
      "product_dependencies" : [
        "Alamofire",
        "Fuzi"
      ],
      "product_memberships" : [
        "AlamoFuzi"
      ],
      "sources" : [
        "AlamoFuzi.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.1"
}
{
  "workspace" : {
    "name" : "spi-builder-workspace",
    "schemes" : [
      "AlamoFuzi"
    ]
  }
}
2026-04-11 13:01:33.692 xcodebuild[785:4830] [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 AlamoFuzi -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 AlamoFuzi -destination generic/platform=watchOS
Resolve Package Graph
Resolved source packages:
  AlamoFuzi: /Users/admin/builder/spi-builder-workspace
  Fuzi: https://github.com/cezheng/Fuzi @ 3.1.3
  Alamofire: https://github.com/Alamofire/Alamofire @ 5.11.2
ComputePackagePrebuildTargetDependencyGraph
Prepare packages
CreateBuildRequest
SendProjectDescription
CreateBuildOperation
ComputeTargetDependencyGraph
note: Building targets in dependency order
note: Target dependency graph (7 targets)
    Target 'AlamoFuzi' in project 'AlamoFuzi'
        ➜ Explicit dependency on target 'AlamoFuzi' in project 'AlamoFuzi'
        ➜ Explicit dependency on target 'Alamofire' in project 'Alamofire'
        ➜ Explicit dependency on target 'Fuzi' in project 'Fuzi'
    Target 'AlamoFuzi' in project 'AlamoFuzi'
        ➜ Explicit dependency on target 'Alamofire' in project 'Alamofire'
        ➜ Explicit dependency on target 'Fuzi' in project 'Fuzi'
    Target 'Fuzi' in project 'Fuzi'
        ➜ Explicit dependency on target 'Fuzi' in project 'Fuzi'
    Target 'Fuzi' in project 'Fuzi' (no dependencies)
    Target 'Alamofire' in project 'Alamofire'
        ➜ Explicit dependency on target 'Alamofire' in project 'Alamofire'
        ➜ Explicit dependency on target 'Alamofire_Alamofire' in project 'Alamofire'
    Target 'Alamofire' in project 'Alamofire'
        ➜ Explicit dependency on target 'Alamofire_Alamofire' in project 'Alamofire'
    Target 'Alamofire_Alamofire' in project 'Alamofire' (no dependencies)
GatherProvisioningInputs
CreateBuildDescription
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/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/ld -version_details
Build description signature: 46cc6b9cb8fe554dff03df014f5ddbea
Build description path: /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCBuildData/46cc6b9cb8fe554dff03df014f5ddbea.xcbuilddata
error: The package product 'Fuzi' requires minimum platform version 5.0 for the watchOS platform, but this target supports 4.0 (in target 'AlamoFuzi' from project 'AlamoFuzi')
2026-04-11 13:01:34.720 xcodebuild[787:4859] [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 AlamoFuzi
(1 failure)
BUILD FAILURE 6.3 watchOS