Posts

Post not yet marked as solved
5 Replies
4.3k Views
Xcode 11 now supports swift packages... neat.Is there a way to use xcode's spm integration and put a package into edit mode e.g. `swift package edit xyz`? This is very useful for building out packages along side apps. I see that you can ref a package on the file system but that resolves the package into your deps instead of just using the sources in place meaning that you'd have to commit your changes and re-resolve your dependencies to get the changes. Feature request?
Posted
by nicoss.
Last updated
.