Adding test target to Swift Package (--type executable)
Jan 24, 2024 · 3 min read · If you have used SPM to create the command line application before Swift 5.9.0, the project structure used to be as follows: Package.swift README.md .gitignore Sources/ Sources/SamplePackage/main.swift Tests/ Tests/LinuxMain.swift Tests/SamplePackage...
RRoy commented