JohnSundell / SwiftPlate

Easily generate cross platform Swift framework projects from the command line
MIT License
1.77k stars 88 forks source link

Missing path in target (swift-tools-version:4.0) #66

Open jcislinsky opened 6 years ago

jcislinsky commented 6 years ago

If I will generate project using swiftplate there isn't path attribute in target in Package.swift. Because of that I am unable to install framework as dependency through package manager.

After adding path: "Sources" installation is possible.

Source https://github.com/apple/swift-evolution/blob/master/proposals/0162-package-manager-custom-target-layouts.md