'VsCode Swift on Windows "<unknown>:0: error: could not load the swift standard library"

I tried running a Swift Script on VsCode on Windows

    Import Swift
    print("Hello")

but I get this error

<unknown>:0: error: could not load the swift standard library



Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source