mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
We have various pieces of SPI that are getting used in tests that are failing occasionally. The swiftmodule file has the SPI, so if the compiler loads from the swiftmodule file, everything works fine. If the compiler loads the interface from the swiftinterface file, it fails to find the `startOnMainActor` declaration.