Mapbox Navigation SDK version
3.12.1
Steps to reproduce
- Clone
git clone https://github.com/mapbox/mapbox-navigation-native-ios
- Fetch git tags
- Checkout
git checkout v324.15.2
- Execute
swift package describe
NOTE: This is fixed on main branch but requires a new release of both navigation-ios and navigation-native-ios packages.
Background
We are using bazel as our build system and rules_swift_package_manager to pull in Swift packages. Problem is that rules_swift_package_manager relies on swift package describe command to construct the BUILD files for bazel which in this case does not work.
Expected behavior
The Swift Package Manager should have printed out the JSON description of the package.
Actual behavior
error: Source files for target MapboxNavigationNativeTests should be located under 'Tests/MapboxNavigationNativeTests', or a custom sources path can be set with the 'path' property in Package.swift
Is this a one-time issue or a repeatable issue?
repeatable
Mapbox Navigation SDK version
3.12.1
Steps to reproduce
git clone https://github.com/mapbox/mapbox-navigation-native-iosgit checkout v324.15.2swift package describeNOTE: This is fixed on main branch but requires a new release of both navigation-ios and navigation-native-ios packages.
Background
We are using bazel as our build system and rules_swift_package_manager to pull in Swift packages. Problem is that rules_swift_package_manager relies on
swift package describecommand to construct the BUILD files for bazel which in this case does not work.Expected behavior
The Swift Package Manager should have printed out the JSON description of the package.
Actual behavior
Is this a one-time issue or a repeatable issue?
repeatable