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
I'd like the --package-path option to support a passing a Package.swift file thats not named "Package.swift".
I have an ancillary Package in a CMake project to make writing tests easy. I do not want IDEs to automatically latch onto the package, so I tried naming the file _Package.swift, but that prevents running tests.
Expected behavior
No response
Actual behavior
No response
Steps to reproduce
No response
Swift Package Manager version/commit hash
No response
Swift & OS version (output of swift --version && uname -a)
No response
The text was updated successfully, but these errors were encountered:
Description
I'd like the
--package-path
option to support a passing a Package.swift file thats not named "Package.swift".I have an ancillary Package in a CMake project to make writing tests easy. I do not want IDEs to automatically latch onto the package, so I tried naming the file
_Package.swift
, but that prevents running tests.Expected behavior
No response
Actual behavior
No response
Steps to reproduce
No response
Swift Package Manager version/commit hash
No response
Swift & OS version (output of
swift --version && uname -a
)No response
The text was updated successfully, but these errors were encountered: