|
|
|
|
|
by ghayes
739 days ago
|
|
Try building a Swift project without Xcode. It works great. `swift build` and `swift test` all work significantly better than with Xcode, and there's no `xcodeproj` file. I am building in ST4 with good LSP and no problems at all. https://www.swift.org/getting-started/library-swiftpm/ † The doc is about building a library, but building an executable works the same. |
|