[swift-build-dev] [swift-evolution] [SwiftPM] Proposal: Add support for test-only dependencies

Brian Pratt brian at pratt.io
Fri Jan 13 10:35:04 CST 2017


Agree with Ankit's thought of `testDependencies` being a weird misnomer in
certain cases -- + 1 to something like `devDependencies` (Rust/Cargo/NPM
use this term) or `localDependencies`

Another thing I think that's important is the ability to clone/fetch all
your deps without building or without having to run a test process -- right
now we have `swift package fetch` -- it'd be great if this included these
local dependencies (or had an option flag to include them)
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.swift.org/pipermail/swift-build-dev/attachments/20170113/264df5a7/attachment.html>


More information about the swift-build-dev mailing list