Dynamically link command line tool against swift libraries

I have a bunch of command line tools all installed together (via an installer package) and I would like to avoid having 5MB of swift libraries embedded in each one of them. Is it possible for all my binaries to dynamically link against the same set of libraries? I looked into the build settings but can't find any switch from static to dynamic linking.

Dynamically link command line tool against swift libraries
 
 
Q