A few things:
I omitted the "recommended" and "In order to make the Windows SDK accessible to Swift" parts since they seemed to be not needed for a basic installation. Now I follows the instructions by word and get the following errors:
- "swift bla.swift":
:0: error: could not load the swift standard library
- "swiftc bla.swift":
C:\Users\Gon Solo\tmp\swift>swiftc bla.swift
clang: error: no such file or directory: 'C:\Library\Developer\Toolchains\unknown-Asserts-development.xctoolchain\usr\lib\swift\windows\x86_64\swiftrt.obj'
:0: error: link command failed with exit code 1 (use -v to see invocation)
I note that there is no directory "C:\Library\Developer\Toolchains\unknown-Asserts-development.xctoolchain\usr\lib\swift\windows".