Hi! I'm new to Swift development   Using swift run is really slow for me whereas swift build and then running the binary isn't. Why is that?  Note that I'm using VSCode + the swift CLI, not xcode  swift run takes 3-ish seconds:  $ time swift run Building for debugging... Build complete! (0.09s) Hel…