I've noticed that Toolchains comes with usr/lib/swift/macosx/libSwiftSyntax.dylib (and lib_InternalSwiftSyntaxParser.dylib), however there is no *.swiftmodule in usr/lib/swift/macosx/x86_64.
Wouldn't it be great to have *.swiftmodules and being able to use SwiftSyntax right from the tollchain?
It seems wrong to have it mixed with the stdlib dylibs. Can we move it to <TOOLCHAIN>/usr/lib/swift/SwiftSyntax/libSwiftSyntax.dylib or somewhere similar?