[swift-users] Build specific Target instead of all
Max Howell
max.howell at apple.com
Wed Feb 3 17:18:19 CST 2016
> Hi everyone,
>
> I'm searching for a way to build only a specific Target(chain) instead of all targets in one build run.
This feature is not there yet (sorry, SwiftPM is super young still), but you can invoke swift-build-tool manually:
swift-build-tool -f .build/debug/llbuild.yaml TARGETNAME
Open up the file to figure out the target name.
More information about the swift-users
mailing list