Formatting ```swift #if true @MainActor #endif class Foo { } ``` produces ```swift #if true @MainActor #endif class Foo {} ``` Which is not valid Swift because `#endif` is not on its own line. rdar://150646759