Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Discover a crazy swift toolchain bug.
* It would appear that attempting to use moduleAliases on macOS with the vanilla non-xcode swift toolchain, specific to the module aliasing of the SwiftUI module; even for a product that is conditionally removed for this platform, it causes the compiler to suddenly throw: error: failed to build module 'SwiftUI'; this SDK is not supported by the compiler --- on top of that, it ballooned the build time from what typically takes 29m 11s all the way up to 1h 44m 58s before finally erroring!!!!?!!!?!
- Loading branch information