You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As of swiftlang/swift-package-manager#3053 and Swift 5.4, SPM now supports automatic test discovery on Linux. LinuxMain.swift is now deprecated. We should remove that file and XCTestManifests.swift to take advantage of automatic test discovery, which will eliminate the need to maintain a list of tests by hand.
1. Rerun `swift test --generate-linuxmain`, which updates [XCTestManifests.swift](./Tests/MapboxDirectionsTests/XCTestManifests.swift) for builds that use Swift Package Manager.
We’ll need to wait until Swift 5.4 makes it into an Xcode image on CircleCI before we can depend on these changes:
As of swiftlang/swift-package-manager#3053 and Swift 5.4, SPM now supports automatic test discovery on Linux. LinuxMain.swift is now deprecated. We should remove that file and XCTestManifests.swift to take advantage of automatic test discovery, which will eliminate the need to maintain a list of tests by hand.
mapbox-directions-swift/CONTRIBUTING.md
Line 57 in 2ffc5f0
We’ll need to wait until Swift 5.4 makes it into an Xcode image on CircleCI before we can depend on these changes:
mapbox-directions-swift/.circleci/config.yml
Line 42 in 2ffc5f0
/cc @mapbox/navigation-ios
The text was updated successfully, but these errors were encountered: