Is there an equivalent file listing all dependencies of a Swift project like requirements.txt or environment.yml for python or package.json for javascript ?
list of dependencies of a swift project
I've found the answer for my question in case anyone is looking for it.
It is the Package.swift file that contains dependencies like requirements.txt for python.