Javal Nandajavalnanda.com·Jan 24, 2024Adding test target to Swift Package (--type executable)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...49 readsSwift