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
we have a Package.resolved (solo or with a Package.swift source)
we do not have a Package.resolved, only Package.swift
We would need to run the swiftpm with either options:
swift package show-dependencies
swift package dump-package
And get a JSON output.
Running these commands should be only documented for now. The general approach will be tracked in this issue to run package managers outside of ScanCode.
If you add the Swift package as a package dependency to an app for an Apple platform, you can find the Package.resolved file inside your .xcodeproj or .xcworkspace.
See https://swift.org/package-manager/
See also some references:
The text was updated successfully, but these errors were encountered: