list of dependencies of a swift project

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 ?

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.

list of dependencies of a swift project
 
 
Q