The Swift Package Index logo.Swift Package Index

Build Information

Successful build of NavigatorUI, reference 2.0.2 (0f7ee4), with Swift 6.3 for macOS (SPM) on 10 Apr 2026 10:44:35 UTC.

Swift 6 data race errors: 0

Build Command

env DEVELOPER_DIR=/Applications/Xcode-26.4.0.app xcrun swift build --arch arm64

Build Log

========================================
RunAll
========================================
Builder version: 4.70.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/hmlongco/Navigator.git
Reference: 2.0.2
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/hmlongco/Navigator
 * tag               2.0.2      -> FETCH_HEAD
HEAD is now at 0f7ee43 Adds presentationName to protocol
Cloned https://github.com/hmlongco/Navigator.git
Revision (git rev-parse @):
0f7ee436350ac8594dc2ccaad5b76899ed271526
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/hmlongco/Navigator.git at 2.0.2
Fetching https://github.com/swiftlang/swift-docc-symbolkit
Fetching https://github.com/apple/swift-docc-plugin
[1/2271] Fetching swift-docc-plugin
[251/5943] Fetching swift-docc-plugin, swift-docc-symbolkit
Fetched https://github.com/apple/swift-docc-plugin from cache (1.26s)
Computing version for https://github.com/apple/swift-docc-plugin
Fetched https://github.com/swiftlang/swift-docc-symbolkit from cache (1.26s)
Computed https://github.com/apple/swift-docc-plugin at 1.4.3 (4.50s)
Computing version for https://github.com/swiftlang/swift-docc-symbolkit
Computed https://github.com/swiftlang/swift-docc-symbolkit at 1.0.0 (0.72s)
Creating working copy for https://github.com/apple/swift-docc-plugin
Working copy of https://github.com/apple/swift-docc-plugin resolved at 1.4.3
Creating working copy for https://github.com/swiftlang/swift-docc-symbolkit
Working copy of https://github.com/swiftlang/swift-docc-symbolkit resolved at 1.0.0
========================================
ResolveProductDependencies
========================================
Resolving dependencies ...
{
  "identity": ".resolve-product-dependencies",
  "name": "resolve-dependencies",
  "url": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies",
  "version": "unspecified",
  "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies",
  "traits": [
    "default"
  ],
  "dependencies": [
    {
      "identity": "navigator",
      "name": "NavigatorUI",
      "url": "https://github.com/hmlongco/Navigator.git",
      "version": "unspecified",
      "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/Navigator",
      "traits": [
        "default"
      ],
      "dependencies": [
      ]
    }
  ]
}
Fetching https://github.com/hmlongco/Navigator.git
[1/34997] Fetching navigator
Fetched https://github.com/hmlongco/Navigator.git from cache (3.39s)
Creating working copy for https://github.com/hmlongco/Navigator.git
Working copy of https://github.com/hmlongco/Navigator.git resolved at 2.0.2 (0f7ee43)
warning: '.resolve-product-dependencies': dependency 'navigator' is not used by any target
Found 0 product dependencies
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.3
Building package at path:  $PWD
https://github.com/hmlongco/Navigator.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.4.0.app xcrun swift build --arch arm64
[1/1] Compiling plugin Swift-DocC Preview
[2/2] Compiling plugin Swift-DocC
Building for debugging...
[2/5] Copying PrivacyInfo.xcprivacy
[3/5] Write sources
[4/5] Write swift-version--6988338F2F200930.txt
[6/34] Compiling NavigatorUI NavigationMethod.swift
[7/34] Compiling NavigatorUI NavigationModifiers.swift
[8/34] Compiling NavigatorUI NavigationOperations.swift
[9/37] Compiling NavigatorUI NavigationDestination.swift
[10/37] Compiling NavigatorUI NavigationDismiss.swift
[11/37] Compiling NavigatorUI NavigationEventLogging.swift
[12/37] Compiling NavigatorUI LazyState.swift
[13/37] Compiling NavigatorUI NavigationLink+Navigator.swift
[14/37] Compiling NavigatorUI AsyncCallback.swift
[15/37] Compiling NavigatorUI NavigationFind.swift
[16/37] Compiling NavigatorUI NavigationFlow.swift
[17/37] Compiling NavigatorUI NavigationLocked.swift
[18/37] Compiling NavigatorUI NavigationViewProviding.swift
[19/37] Compiling NavigatorUI NavigationViewRouting.swift
[20/37] Compiling NavigatorUI ManagedNavigationStack.swift
[21/37] Emitting module NavigatorUI
[22/37] Compiling NavigatorUI AnyNavigationDestination.swift
[23/37] Compiling NavigatorUI NavigationAction.swift
[24/37] Compiling NavigatorUI NavigationCheckpoint.swift
[25/37] Compiling NavigatorUI NavigationConfiguration.swift
[26/37] Compiling NavigatorUI Binding+Extension.swift
[27/37] Compiling NavigatorUI Callback.swift
[28/37] Compiling NavigatorUI NavigationURLHandler.swift
[29/37] Compiling NavigatorUI NavigationPresentation.swift
/Users/admin/builder/spi-builder-workspace/Sources/NavigatorUI/NavigatorUI/Core/NavigationPresentation.swift:56:39: warning: use of protocol 'NavigationDestination' as a type must be written 'any NavigationDestination'; this will be an error in a future Swift language mode [#ExistentialAny]
 54 |     /// Returns NavigationDestination of sheet or cover we're currently presenting, if any.
 55 |     public var presentingSheetOrCover: (any NavigationDestination)? {
 56 |         (sheet ?? cover)?.wrapped as? NavigationDestination
    |                                       `- warning: use of protocol 'NavigationDestination' as a type must be written 'any NavigationDestination'; this will be an error in a future Swift language mode [#ExistentialAny]
 57 |     }
 58 | }
[#ExistentialAny]: <https://docs.swift.org/compiler/documentation/diagnostics/existential-any>
[30/37] Compiling NavigatorUI NavigationProvidedDestination.swift
/Users/admin/builder/spi-builder-workspace/Sources/NavigatorUI/NavigatorUI/Core/NavigationPresentation.swift:56:39: warning: use of protocol 'NavigationDestination' as a type must be written 'any NavigationDestination'; this will be an error in a future Swift language mode [#ExistentialAny]
 54 |     /// Returns NavigationDestination of sheet or cover we're currently presenting, if any.
 55 |     public var presentingSheetOrCover: (any NavigationDestination)? {
 56 |         (sheet ?? cover)?.wrapped as? NavigationDestination
    |                                       `- warning: use of protocol 'NavigationDestination' as a type must be written 'any NavigationDestination'; this will be an error in a future Swift language mode [#ExistentialAny]
 57 |     }
 58 | }
[#ExistentialAny]: <https://docs.swift.org/compiler/documentation/diagnostics/existential-any>
[31/37] Compiling NavigatorUI NavigationRoutes.swift
/Users/admin/builder/spi-builder-workspace/Sources/NavigatorUI/NavigatorUI/Core/NavigationPresentation.swift:56:39: warning: use of protocol 'NavigationDestination' as a type must be written 'any NavigationDestination'; this will be an error in a future Swift language mode [#ExistentialAny]
 54 |     /// Returns NavigationDestination of sheet or cover we're currently presenting, if any.
 55 |     public var presentingSheetOrCover: (any NavigationDestination)? {
 56 |         (sheet ?? cover)?.wrapped as? NavigationDestination
    |                                       `- warning: use of protocol 'NavigationDestination' as a type must be written 'any NavigationDestination'; this will be an error in a future Swift language mode [#ExistentialAny]
 57 |     }
 58 | }
[#ExistentialAny]: <https://docs.swift.org/compiler/documentation/diagnostics/existential-any>
[32/37] Compiling NavigatorUI NavigationSceneStorage.swift
[33/37] Compiling NavigatorUI NavigationSend.swift
[34/37] Compiling NavigatorUI Navigator.swift
[35/37] Compiling NavigatorUI ManagedPresentationView.swift
/Users/admin/builder/spi-builder-workspace/Sources/NavigatorUI/NavigatorUI/Views/NavigationProvidedView.swift:70:41: warning: 'appendInterpolation' is deprecated: Localized string interpolation produces an unlocalized, debug description for this type of value. Use a type supported by LocalizedStringKey.StringInterpolation or initialize a LocalizedStringResource instead with an interpolated value that conforms to CustomLocalizedStringResourceConvertible. [#DeprecatedDeclaration]
68 |         } else {
69 |             #if DEBUG
70 |             Text("Missing Provider for \(type(of: self)).\(self)")
   |                                         `- warning: 'appendInterpolation' is deprecated: Localized string interpolation produces an unlocalized, debug description for this type of value. Use a type supported by LocalizedStringKey.StringInterpolation or initialize a LocalizedStringResource instead with an interpolated value that conforms to CustomLocalizedStringResourceConvertible. [#DeprecatedDeclaration]
71 |             #else
72 |             EmptyView()
/Users/admin/builder/spi-builder-workspace/Sources/NavigatorUI/NavigatorUI/Views/NavigationProvidedView.swift:70:59: warning: 'appendInterpolation' is deprecated: Localized string interpolation produces an unlocalized, debug description for this type of value. Use a type supported by LocalizedStringKey.StringInterpolation or initialize a LocalizedStringResource instead with an interpolated value that conforms to CustomLocalizedStringResourceConvertible. [#DeprecatedDeclaration]
68 |         } else {
69 |             #if DEBUG
70 |             Text("Missing Provider for \(type(of: self)).\(self)")
   |                                                           `- warning: 'appendInterpolation' is deprecated: Localized string interpolation produces an unlocalized, debug description for this type of value. Use a type supported by LocalizedStringKey.StringInterpolation or initialize a LocalizedStringResource instead with an interpolated value that conforms to CustomLocalizedStringResourceConvertible. [#DeprecatedDeclaration]
71 |             #else
72 |             EmptyView()
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
[36/37] Compiling NavigatorUI NavigationProvidedView.swift
/Users/admin/builder/spi-builder-workspace/Sources/NavigatorUI/NavigatorUI/Views/NavigationProvidedView.swift:70:41: warning: 'appendInterpolation' is deprecated: Localized string interpolation produces an unlocalized, debug description for this type of value. Use a type supported by LocalizedStringKey.StringInterpolation or initialize a LocalizedStringResource instead with an interpolated value that conforms to CustomLocalizedStringResourceConvertible. [#DeprecatedDeclaration]
68 |         } else {
69 |             #if DEBUG
70 |             Text("Missing Provider for \(type(of: self)).\(self)")
   |                                         `- warning: 'appendInterpolation' is deprecated: Localized string interpolation produces an unlocalized, debug description for this type of value. Use a type supported by LocalizedStringKey.StringInterpolation or initialize a LocalizedStringResource instead with an interpolated value that conforms to CustomLocalizedStringResourceConvertible. [#DeprecatedDeclaration]
71 |             #else
72 |             EmptyView()
/Users/admin/builder/spi-builder-workspace/Sources/NavigatorUI/NavigatorUI/Views/NavigationProvidedView.swift:70:59: warning: 'appendInterpolation' is deprecated: Localized string interpolation produces an unlocalized, debug description for this type of value. Use a type supported by LocalizedStringKey.StringInterpolation or initialize a LocalizedStringResource instead with an interpolated value that conforms to CustomLocalizedStringResourceConvertible. [#DeprecatedDeclaration]
68 |         } else {
69 |             #if DEBUG
70 |             Text("Missing Provider for \(type(of: self)).\(self)")
   |                                                           `- warning: 'appendInterpolation' is deprecated: Localized string interpolation produces an unlocalized, debug description for this type of value. Use a type supported by LocalizedStringKey.StringInterpolation or initialize a LocalizedStringResource instead with an interpolated value that conforms to CustomLocalizedStringResourceConvertible. [#DeprecatedDeclaration]
71 |             #else
72 |             EmptyView()
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
[37/37] Compiling NavigatorUI resource_bundle_accessor.swift
/Users/admin/builder/spi-builder-workspace/Sources/NavigatorUI/NavigatorUI/Views/NavigationProvidedView.swift:70:41: warning: 'appendInterpolation' is deprecated: Localized string interpolation produces an unlocalized, debug description for this type of value. Use a type supported by LocalizedStringKey.StringInterpolation or initialize a LocalizedStringResource instead with an interpolated value that conforms to CustomLocalizedStringResourceConvertible. [#DeprecatedDeclaration]
68 |         } else {
69 |             #if DEBUG
70 |             Text("Missing Provider for \(type(of: self)).\(self)")
   |                                         `- warning: 'appendInterpolation' is deprecated: Localized string interpolation produces an unlocalized, debug description for this type of value. Use a type supported by LocalizedStringKey.StringInterpolation or initialize a LocalizedStringResource instead with an interpolated value that conforms to CustomLocalizedStringResourceConvertible. [#DeprecatedDeclaration]
71 |             #else
72 |             EmptyView()
/Users/admin/builder/spi-builder-workspace/Sources/NavigatorUI/NavigatorUI/Views/NavigationProvidedView.swift:70:59: warning: 'appendInterpolation' is deprecated: Localized string interpolation produces an unlocalized, debug description for this type of value. Use a type supported by LocalizedStringKey.StringInterpolation or initialize a LocalizedStringResource instead with an interpolated value that conforms to CustomLocalizedStringResourceConvertible. [#DeprecatedDeclaration]
68 |         } else {
69 |             #if DEBUG
70 |             Text("Missing Provider for \(type(of: self)).\(self)")
   |                                                           `- warning: 'appendInterpolation' is deprecated: Localized string interpolation produces an unlocalized, debug description for this type of value. Use a type supported by LocalizedStringKey.StringInterpolation or initialize a LocalizedStringResource instead with an interpolated value that conforms to CustomLocalizedStringResourceConvertible. [#DeprecatedDeclaration]
71 |             #else
72 |             EmptyView()
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
Build complete! (18.37s)
Build complete.
{
  "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" : "17.0"
    },
    {
      "name" : "macos",
      "version" : "14.0"
    },
    {
      "name" : "tvos",
      "version" : "17.0"
    },
    {
      "name" : "watchos",
      "version" : "10.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/NavigationFlow.swift",
        "NavigatorUI/Core/NavigationLocked.swift",
        "NavigatorUI/Core/NavigationMethod.swift",
        "NavigatorUI/Core/NavigationModifiers.swift",
        "NavigatorUI/Core/NavigationOperations.swift",
        "NavigatorUI/Core/NavigationPresentation.swift",
        "NavigatorUI/Core/NavigationProvidedDestination.swift",
        "NavigatorUI/Core/NavigationRoutes.swift",
        "NavigatorUI/Core/NavigationSceneStorage.swift",
        "NavigatorUI/Core/NavigationSend.swift",
        "NavigatorUI/Core/Navigator.swift",
        "NavigatorUI/Extensions/LazyState.swift",
        "NavigatorUI/Extensions/NavigationLink+Navigator.swift",
        "NavigatorUI/Protocols/AsyncCallback.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",
        "NavigatorUI/Views/NavigationProvidedView.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.9"
}
Done.