We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d06af37 commit b1f17bcCopy full SHA for b1f17bc
CHANGELOG.rst
@@ -34,6 +34,15 @@ v33.0.0 (next next, roadmap)
34
of these in other summary plugins.
35
See https://github.com/nexB/scancode-toolkit/issues/1745
36
37
+- We now support parsing the Swift manifest JSON dump and the ``Package.resolved`` file https://github.com/nexB/scancode-toolkit/issues/2657.
38
+- Run the commands below on your local Swift project before running the scan.
39
+ - ::
40
+
41
+ swift package dump-package > Package.swift.json
42
43
44
+ swift package resolve
45
46
v32.1.0 (next, roadmap)
47
----------------------------
48
0 commit comments