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 main (5606f2), with Swift 6.1 for iOS using Xcode 16.3 on 31 May 2025 23:24:03 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=iOS

Build Log

========================================
RunAll
========================================
Builder version: 4.63.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/hmlongco/Navigator.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/hmlongco/Navigator
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at 5606f24 Merge pull request #51 from minsson/docs/readme-typo-fix
Cloned https://github.com/hmlongco/Navigator.git
Revision (git rev-parse @):
5606f245f03c98c62b6a650c48b7e5c3447d273e
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/hmlongco/Navigator.git at main
========================================
Build
========================================
Selected platform:         iOS
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/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.3 of package ‘swift-docc-plugin’
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.3
resolved source packages: SymbolKit, NavigatorUI, SwiftDocCPlugin
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=iOS 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=iOS "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:
  SymbolKit: https://github.com/swiftlang/swift-docc-symbolkit @ 1.0.0
  SwiftDocCPlugin: https://github.com/apple/swift-docc-plugin @ 1.4.3
  NavigatorUI: /Users/admin/builder/spi-builder-workspace
2025-05-31 16:23:41.132 xcodebuild[849:4768] Writing error result bundle to /var/folders/5k/5yc19ymj0jqd5v0zvgfqz0xw0000gn/T/ResultBundle_2025-31-05_16-23-0041.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
  SymbolKit: https://github.com/swiftlang/swift-docc-symbolkit @ 1.0.0
  SwiftDocCPlugin: https://github.com/apple/swift-docc-plugin @ 1.4.3
resolved source packages: NavigatorUI, SymbolKit, SwiftDocCPlugin
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=iOS
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=iOS
Resolve Package Graph
Resolved source packages:
  SwiftDocCPlugin: https://github.com/apple/swift-docc-plugin @ 1.4.3
  NavigatorUI: /Users/admin/builder/spi-builder-workspace
  SymbolKit: https://github.com/swiftlang/swift-docc-symbolkit @ 1.0.0
2025-05-31 16:24:03.565 xcodebuild[1067:6248] Writing error result bundle to /var/folders/5k/5yc19ymj0jqd5v0zvgfqz0xw0000gn/T/ResultBundle_2025-31-05_16-24-0003.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 iOS