vknabel / vscode-swiftformat

SwiftFormat for VS Code
https://marketplace.visualstudio.com/items?itemName=vknabel.vscode-swiftformat
MIT License
39 stars 7 forks source link

What is Package.swift #7

Closed tgerk closed 5 years ago

tgerk commented 5 years ago

Your instructions call out a file "Package.swift" Which app owns this file, or where are common locations to find it?

vknabel commented 5 years ago

@tgerk the Package.swift file is the project declaration file for Swift Package Manager projects. You can find an official introduction at swift.org/package-manager

It’s mandatory for non apple platforms like Linux, and is great for building CLIs or servers.