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 NavigatorUI, reference 1.2.0 (31399c), with Swift 6.1 for watchOS using Xcode 16.3 on 11 Sep 2025 07:50:54 UTC.

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.67.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/hmlongco/Navigator.git
Reference: 1.2.0
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/hmlongco/Navigator
 * tag               1.2.0      -> FETCH_HEAD
HEAD is now at 31399c4 Update CHANGELOG
Cloned https://github.com/hmlongco/Navigator.git
Revision (git rev-parse @):
31399c4cfc1b9c63ed260369176a01d327f8fa0f
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/hmlongco/Navigator.git at 1.2.0
========================================
Build
========================================
Selected platform:         watchOS
Swift version:             6.1
Building package at path:  $PWD
https://github.com/hmlongco/Navigator.git
https://github.com/hmlongco/Navigator.git
{
  "dependencies" : [
    {
      "identity" : "swift-docc-plugin",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.0.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-docc-plugin"
    }
  ],
  "manifest_display_name" : "NavigatorUI",
  "name" : "NavigatorUI",
  "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"
    },
    {
      "name" : "visionos",
      "version" : "1.0"
    }
  ],
  "products" : [
    {
      "name" : "NavigatorUI",
      "targets" : [
        "NavigatorUI"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "swift_languages_versions" : [
    "6",
    "5"
  ],
  "targets" : [
    {
      "c99name" : "NavigatorUITests",
      "module_type" : "SwiftTarget",
      "name" : "NavigatorUITests",
      "path" : "Tests/NavigatorUITests",
      "sources" : [
        "Helpers/MockDestination.swift",
        "NavigatorCoreTests.swift",
        "NavigatorOperationTests.swift"
      ],
      "target_dependencies" : [
        "NavigatorUI"
      ],
      "type" : "test"
    },
    {
      "c99name" : "NavigatorUI",
      "module_type" : "SwiftTarget",
      "name" : "NavigatorUI",
      "path" : "Sources/NavigatorUI",
      "product_memberships" : [
        "NavigatorUI"
      ],
      "resources" : [
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Sources/NavigatorUI/PrivacyInfo.xcprivacy",
          "rule" : {
            "copy" : {
            }
          }
        }
      ],
      "sources" : [
        "NavigatorUI/Core/AnyNavigationDestination.swift",
        "NavigatorUI/Core/NavigationAction.swift",
        "NavigatorUI/Core/NavigationCheckpoint.swift",
        "NavigatorUI/Core/NavigationConfiguration.swift",
        "NavigatorUI/Core/NavigationDestination.swift",
        "NavigatorUI/Core/NavigationDismiss.swift",
        "NavigatorUI/Core/NavigationEventLogging.swift",
        "NavigatorUI/Core/NavigationFind.swift",
        "NavigatorUI/Core/NavigationLocked.swift",
        "NavigatorUI/Core/NavigationMethod.swift",
        "NavigatorUI/Core/NavigationOperations.swift",
        "NavigatorUI/Core/NavigationPresentation.swift",
        "NavigatorUI/Core/NavigationRoutes.swift",
        "NavigatorUI/Core/NavigationSceneStorage.swift",
        "NavigatorUI/Core/NavigationSend.swift",
        "NavigatorUI/Core/NavigationState.swift",
        "NavigatorUI/Core/Navigator.swift",
        "NavigatorUI/Extensions/NavigationLink+Navigator.swift",
        "NavigatorUI/Protocols/Binding+Extension.swift",
        "NavigatorUI/Protocols/Callback.swift",
        "NavigatorUI/Protocols/NavigationURLHandler.swift",
        "NavigatorUI/Protocols/NavigationViewProviding.swift",
        "NavigatorUI/Protocols/NavigationViewRouting.swift",
        "NavigatorUI/Views/ManagedNavigationStack.swift",
        "NavigatorUI/Views/ManagedPresentationView.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.9"
}
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/apple/swift-docc-plugin
Fetching from https://github.com/swiftlang/swift-docc-symbolkit (cached)
Creating working copy of package ‘swift-docc-symbolkit’
Checking out 1.0.0 of package ‘swift-docc-symbolkit’
Creating working copy of package ‘swift-docc-plugin’
Checking out 1.4.5 of package ‘swift-docc-plugin’
Resolve Package Graph
Resolved source packages:
  NavigatorUI: /Users/admin/builder/spi-builder-workspace
  SwiftDocCPlugin: https://github.com/apple/swift-docc-plugin @ 1.4.5
  SymbolKit: https://github.com/swiftlang/swift-docc-symbolkit @ 1.0.0
resolved source packages: NavigatorUI, SwiftDocCPlugin, SymbolKit
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme Navigator -destination generic/platform=watchOS OTHER_SWIFT_FLAGS=-stats-output-dir .stats
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 Navigator -destination generic/platform=watchOS "OTHER_SWIFT_FLAGS=-stats-output-dir .stats"
Build settings from command line:
    OTHER_SWIFT_FLAGS = -stats-output-dir .stats
Resolve Package Graph
Resolve Package Graph
Resolved source packages:
  SwiftDocCPlugin: https://github.com/apple/swift-docc-plugin @ 1.4.5
  NavigatorUI: /Users/admin/builder/spi-builder-workspace
  SymbolKit: https://github.com/swiftlang/swift-docc-symbolkit @ 1.0.0
2025-09-11 00:50:32.534 xcodebuild[849:4735] Writing error result bundle to /var/folders/5k/5yc19ymj0jqd5v0zvgfqz0xw0000gn/T/ResultBundle_2025-11-09_00-50-0032.xcresult
xcodebuild: error: The workspace named "spi-builder-workspace" does not contain a scheme named "Navigator". 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:
  NavigatorUI: /Users/admin/builder/spi-builder-workspace
  SwiftDocCPlugin: https://github.com/apple/swift-docc-plugin @ 1.4.5
  SymbolKit: https://github.com/swiftlang/swift-docc-symbolkit @ 1.0.0
resolved source packages: NavigatorUI, SwiftDocCPlugin, SymbolKit
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme Navigator -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 Navigator -destination generic/platform=watchOS
Resolve Package Graph
Resolved source packages:
  SymbolKit: https://github.com/swiftlang/swift-docc-symbolkit @ 1.0.0
  NavigatorUI: /Users/admin/builder/spi-builder-workspace
  SwiftDocCPlugin: https://github.com/apple/swift-docc-plugin @ 1.4.5
2025-09-11 00:50:54.808 xcodebuild[1078:6269] Writing error result bundle to /var/folders/5k/5yc19ymj0jqd5v0zvgfqz0xw0000gn/T/ResultBundle_2025-11-09_00-50-0054.xcresult
xcodebuild: error: The workspace named "spi-builder-workspace" does not contain a scheme named "Navigator". The "-list" option can be used to find the names of the schemes in the workspace.
BUILD FAILURE 6.1 watchOS