Make a shallow git clone of the official Swift repo and make a symbolic link from Swift's utils vim directory into ~/.vim/pack/bundle/start
:
mkdir -p ~/.vim/pack/bundle/start
cd ~/Developer
git clone --depth 1 [email protected]:apple/swift.git
cd swift
ln -s ~/Developer/swift/utils/vim ~/.vim/pack/bundle/start/swift