The Swift Package Index logo.Swift Package Index

Build Information

Failed to build FlowPilotInfoBar, reference 3.0.0 (165e0c), with Swift 6.3 for watchOS using Xcode 26.4 on 19 Apr 2026 03:17:08 UTC.

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.70.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/lvalenta/FlowPilotInfoBar.git
Reference: 3.0.0
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/lvalenta/FlowPilotInfoBar
 * tag               3.0.0      -> FETCH_HEAD
HEAD is now at 165e0c2 3.0.0
Cloned https://github.com/lvalenta/FlowPilotInfoBar.git
Revision (git rev-parse @):
165e0c2c401b408dc477ed0cc819028f627231e3
SUCCESS checkout https://github.com/lvalenta/FlowPilotInfoBar.git at 3.0.0
========================================
Build
========================================
Selected platform:         watchOS
Swift version:             6.3
Building package at path:  $PWD
https://github.com/lvalenta/FlowPilotInfoBar.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/cleevio/CleevioUI.git
Fetching from https://github.com/cleevio/FlowPilot.git
Fetching from https://github.com/cleevio/CleevioCore.git
Fetching from https://github.com/scenee/FloatingPanel
Fetching from https://github.com/apple/swift-collections
Creating working copy of package ‘FlowPilot’
Checking out 3.2.2 of package ‘FlowPilot’
Creating working copy of package ‘FloatingPanel’
Checking out 3.0.1 of package ‘FloatingPanel’
Creating working copy of package ‘CleevioCore’
Checking out 2.2.0 of package ‘CleevioCore’
Creating working copy of package ‘swift-collections’
Checking out 1.4.1 of package ‘swift-collections’
Creating working copy of package ‘CleevioUI’
Checking out 3.2.0 of package ‘CleevioUI’
Resolve Package Graph
Resolved source packages:
  FlowPilotInfoBar: /Users/admin/builder/spi-builder-workspace
  swift-collections: https://github.com/apple/swift-collections @ 1.4.1
  FlowPilot: https://github.com/cleevio/FlowPilot.git @ 3.2.2
  CleevioCore: https://github.com/cleevio/CleevioCore.git @ 2.2.0
  CleevioUI: https://github.com/cleevio/CleevioUI.git @ 3.2.0
  FloatingPanel: https://github.com/scenee/FloatingPanel @ 3.0.1
resolved source packages: FlowPilotInfoBar, swift-collections, FlowPilot, CleevioCore, CleevioUI, FloatingPanel
2026-04-18 23:16:47.388 xcodebuild[529:3081] [MT] IDERunDestination: Supported platforms for the buildables in the current scheme is empty.
{
  "dependencies" : [
    {
      "identity" : "cleeviocore",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "2.0.0",
            "upper_bound" : "3.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/cleevio/CleevioCore.git"
    },
    {
      "identity" : "flowpilot",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "3.0.0",
            "upper_bound" : "4.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/cleevio/FlowPilot.git"
    },
    {
      "identity" : "cleevioui",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "2.0.0",
            "upper_bound" : "4.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/cleevio/CleevioUI.git"
    }
  ],
  "manifest_display_name" : "FlowPilotInfoBar",
  "name" : "FlowPilotInfoBar",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "13.0"
    }
  ],
  "products" : [
    {
      "name" : "FlowPilotInfoBar",
      "targets" : [
        "FlowPilotInfoBar"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "swift_languages_versions" : [
    "5",
    "6"
  ],
  "targets" : [
    {
      "c99name" : "FlowPilotInfoBarTests",
      "module_type" : "SwiftTarget",
      "name" : "FlowPilotInfoBarTests",
      "path" : "Tests/FlowPilotInfoBarTests",
      "sources" : [
        "cleevioinfobarTests.swift"
      ],
      "target_dependencies" : [
        "FlowPilotInfoBar"
      ],
      "type" : "test"
    },
    {
      "c99name" : "FlowPilotInfoBar",
      "module_type" : "SwiftTarget",
      "name" : "FlowPilotInfoBar",
      "path" : "Sources/FlowPilotInfoBar",
      "product_dependencies" : [
        "CleevioCore",
        "FlowPilot",
        "CleevioUI"
      ],
      "product_memberships" : [
        "FlowPilotInfoBar"
      ],
      "sources" : [
        "InfoBarCoordinator.swift",
        "InfoBarView.swift",
        "InfoBarViewContent.swift",
        "InfoBarViewController.swift",
        "InfoBarViewModel.swift",
        "InfoBarWindowRouter.swift",
        "UIWindow+alertWindowRouter.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "6.0"
}
{
  "workspace" : {
    "name" : "spi-builder-workspace",
    "schemes" : [
      "FlowPilotInfoBar"
    ]
  }
}
2026-04-18 23:16:55.989 xcodebuild[818:4661] [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 FlowPilotInfoBar -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 FlowPilotInfoBar -destination generic/platform=watchOS
Resolve Package Graph
Resolve Package Graph
Resolved source packages:
  CleevioUI: https://github.com/cleevio/CleevioUI.git @ 3.2.0
  CleevioCore: https://github.com/cleevio/CleevioCore.git @ 2.2.0
  swift-collections: https://github.com/apple/swift-collections @ 1.4.1
  FlowPilotInfoBar: /Users/admin/builder/spi-builder-workspace
  FloatingPanel: https://github.com/scenee/FloatingPanel @ 3.0.1
  FlowPilot: https://github.com/cleevio/FlowPilot.git @ 3.2.2
ComputePackagePrebuildTargetDependencyGraph
Prepare packages
CreateBuildRequest
SendProjectDescription
CreateBuildOperation
ComputeTargetDependencyGraph
note: Building targets in dependency order
note: Target dependency graph (11 targets)
    Target 'FlowPilotInfoBar' in project 'FlowPilotInfoBar'
        ➜ Explicit dependency on target 'FlowPilotInfoBar' in project 'FlowPilotInfoBar'
        ➜ Explicit dependency on target 'CleevioCore' in project 'CleevioCore'
        ➜ Explicit dependency on target 'FlowPilot' in project 'FlowPilot'
        ➜ Explicit dependency on target 'CleevioUI' in project 'CleevioUI'
    Target 'FlowPilotInfoBar' in project 'FlowPilotInfoBar'
        ➜ Explicit dependency on target 'CleevioCore' in project 'CleevioCore'
        ➜ Explicit dependency on target 'FlowPilot' in project 'FlowPilot'
        ➜ Explicit dependency on target 'CleevioUI' in project 'CleevioUI'
    Target 'CleevioUI' in project 'CleevioUI'
        ➜ Explicit dependency on target 'CleevioUI' in project 'CleevioUI'
    Target 'CleevioUI' in project 'CleevioUI' (no dependencies)
    Target 'FlowPilot' in project 'FlowPilot'
        ➜ Explicit dependency on target 'FlowPilot' in project 'FlowPilot'
        ➜ Explicit dependency on target 'CleevioCore' in project 'CleevioCore'
        ➜ Explicit dependency on target 'OrderedCollections' in project 'swift-collections'
    Target 'FlowPilot' in project 'FlowPilot'
        ➜ Explicit dependency on target 'CleevioCore' in project 'CleevioCore'
        ➜ Explicit dependency on target 'OrderedCollections' in project 'swift-collections'
    Target 'OrderedCollections' in project 'swift-collections'
        ➜ Explicit dependency on target 'OrderedCollections' in project 'swift-collections'
        ➜ Explicit dependency on target 'InternalCollectionsUtilities' in project 'swift-collections'
    Target 'OrderedCollections' in project 'swift-collections'
        ➜ Explicit dependency on target 'InternalCollectionsUtilities' in project 'swift-collections'
    Target 'InternalCollectionsUtilities' in project 'swift-collections' (no dependencies)
    Target 'CleevioCore' in project 'CleevioCore'
        ➜ Explicit dependency on target 'CleevioCore' in project 'CleevioCore'
    Target 'CleevioCore' in project 'CleevioCore' (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
ReadFileContents /Applications/Xcode-26.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/share/docc/features.json
Build description signature: 71ed86d19f6a3ffe7a5ac9d99687766a
Build description path: /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCBuildData/71ed86d19f6a3ffe7a5ac9d99687766a.xcbuilddata
error: The package product 'CleevioUI' requires minimum platform version 8.0 for the watchOS platform, but this target supports 6.0 (in target 'FlowPilotInfoBar' from project 'FlowPilotInfoBar')
2026-04-18 23:17:00.734 xcodebuild[840:4772] [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 FlowPilotInfoBar
(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:
  FloatingPanel: https://github.com/scenee/FloatingPanel @ 3.0.1
  FlowPilot: https://github.com/cleevio/FlowPilot.git @ 3.2.2
  FlowPilotInfoBar: /Users/admin/builder/spi-builder-workspace
  CleevioUI: https://github.com/cleevio/CleevioUI.git @ 3.2.0
  CleevioCore: https://github.com/cleevio/CleevioCore.git @ 2.2.0
  swift-collections: https://github.com/apple/swift-collections @ 1.4.1
resolved source packages: FloatingPanel, FlowPilot, FlowPilotInfoBar, CleevioUI, CleevioCore, swift-collections
2026-04-18 23:17:04.373 xcodebuild[957:5407] [MT] IDERunDestination: Supported platforms for the buildables in the current scheme is empty.
{
  "dependencies" : [
    {
      "identity" : "cleeviocore",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "2.0.0",
            "upper_bound" : "3.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/cleevio/CleevioCore.git"
    },
    {
      "identity" : "flowpilot",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "3.0.0",
            "upper_bound" : "4.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/cleevio/FlowPilot.git"
    },
    {
      "identity" : "cleevioui",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "2.0.0",
            "upper_bound" : "4.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/cleevio/CleevioUI.git"
    }
  ],
  "manifest_display_name" : "FlowPilotInfoBar",
  "name" : "FlowPilotInfoBar",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "13.0"
    }
  ],
  "products" : [
    {
      "name" : "FlowPilotInfoBar",
      "targets" : [
        "FlowPilotInfoBar"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "swift_languages_versions" : [
    "5",
    "6"
  ],
  "targets" : [
    {
      "c99name" : "FlowPilotInfoBarTests",
      "module_type" : "SwiftTarget",
      "name" : "FlowPilotInfoBarTests",
      "path" : "Tests/FlowPilotInfoBarTests",
      "sources" : [
        "cleevioinfobarTests.swift"
      ],
      "target_dependencies" : [
        "FlowPilotInfoBar"
      ],
      "type" : "test"
    },
    {
      "c99name" : "FlowPilotInfoBar",
      "module_type" : "SwiftTarget",
      "name" : "FlowPilotInfoBar",
      "path" : "Sources/FlowPilotInfoBar",
      "product_dependencies" : [
        "CleevioCore",
        "FlowPilot",
        "CleevioUI"
      ],
      "product_memberships" : [
        "FlowPilotInfoBar"
      ],
      "sources" : [
        "InfoBarCoordinator.swift",
        "InfoBarView.swift",
        "InfoBarViewContent.swift",
        "InfoBarViewController.swift",
        "InfoBarViewModel.swift",
        "InfoBarWindowRouter.swift",
        "UIWindow+alertWindowRouter.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "6.0"
}
{
  "workspace" : {
    "name" : "spi-builder-workspace",
    "schemes" : [
      "FlowPilotInfoBar"
    ]
  }
}
2026-04-18 23:17:05.882 xcodebuild[982:5523] [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 FlowPilotInfoBar -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 FlowPilotInfoBar -destination generic/platform=watchOS
Resolve Package Graph
Resolved source packages:
  CleevioUI: https://github.com/cleevio/CleevioUI.git @ 3.2.0
  CleevioCore: https://github.com/cleevio/CleevioCore.git @ 2.2.0
  swift-collections: https://github.com/apple/swift-collections @ 1.4.1
  FloatingPanel: https://github.com/scenee/FloatingPanel @ 3.0.1
  FlowPilotInfoBar: /Users/admin/builder/spi-builder-workspace
  FlowPilot: https://github.com/cleevio/FlowPilot.git @ 3.2.2
ComputePackagePrebuildTargetDependencyGraph
Prepare packages
CreateBuildRequest
SendProjectDescription
CreateBuildOperation
ComputeTargetDependencyGraph
note: Building targets in dependency order
note: Target dependency graph (11 targets)
    Target 'FlowPilotInfoBar' in project 'FlowPilotInfoBar'
        ➜ Explicit dependency on target 'FlowPilotInfoBar' in project 'FlowPilotInfoBar'
        ➜ Explicit dependency on target 'CleevioCore' in project 'CleevioCore'
        ➜ Explicit dependency on target 'FlowPilot' in project 'FlowPilot'
        ➜ Explicit dependency on target 'CleevioUI' in project 'CleevioUI'
    Target 'FlowPilotInfoBar' in project 'FlowPilotInfoBar'
        ➜ Explicit dependency on target 'CleevioCore' in project 'CleevioCore'
        ➜ Explicit dependency on target 'FlowPilot' in project 'FlowPilot'
        ➜ Explicit dependency on target 'CleevioUI' in project 'CleevioUI'
    Target 'CleevioUI' in project 'CleevioUI'
        ➜ Explicit dependency on target 'CleevioUI' in project 'CleevioUI'
    Target 'CleevioUI' in project 'CleevioUI' (no dependencies)
    Target 'FlowPilot' in project 'FlowPilot'
        ➜ Explicit dependency on target 'FlowPilot' in project 'FlowPilot'
        ➜ Explicit dependency on target 'CleevioCore' in project 'CleevioCore'
        ➜ Explicit dependency on target 'OrderedCollections' in project 'swift-collections'
    Target 'FlowPilot' in project 'FlowPilot'
        ➜ Explicit dependency on target 'CleevioCore' in project 'CleevioCore'
        ➜ Explicit dependency on target 'OrderedCollections' in project 'swift-collections'
    Target 'OrderedCollections' in project 'swift-collections'
        ➜ Explicit dependency on target 'OrderedCollections' in project 'swift-collections'
        ➜ Explicit dependency on target 'InternalCollectionsUtilities' in project 'swift-collections'
    Target 'OrderedCollections' in project 'swift-collections'
        ➜ Explicit dependency on target 'InternalCollectionsUtilities' in project 'swift-collections'
    Target 'InternalCollectionsUtilities' in project 'swift-collections' (no dependencies)
    Target 'CleevioCore' in project 'CleevioCore'
        ➜ Explicit dependency on target 'CleevioCore' in project 'CleevioCore'
    Target 'CleevioCore' in project 'CleevioCore' (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
ReadFileContents /Applications/Xcode-26.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/share/docc/features.json
Build description signature: 71ed86d19f6a3ffe7a5ac9d99687766a
Build description path: /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCBuildData/71ed86d19f6a3ffe7a5ac9d99687766a.xcbuilddata
error: The package product 'CleevioUI' requires minimum platform version 8.0 for the watchOS platform, but this target supports 6.0 (in target 'FlowPilotInfoBar' from project 'FlowPilotInfoBar')
2026-04-18 23:17:07.093 xcodebuild[1000:5605] [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 FlowPilotInfoBar
(1 failure)
BUILD FAILURE 6.3 watchOS