Configuration
Configuration copied to clipboard
Swift 4 Migration
- [ ] SPM is changing executable location again.
BasePath.projectwill be removed along with implicit Xcode support. - [x] Update
Package.swiftto Swift 4 format. - [ ] Add new APIs to support
Codable.
@youming-lin I am using BasePath.project to load project files. What should I use instead?
@svanimpe Depends on your use case, but I lean towards .pwd now. It is the method least affected by changes in build process. As it is currently,swift build --build-path can break .project as .project assumes the existence of a Package.swift somewhere in a parent folder of the executable.