This has come up several times during code review, so let's just enforce it using a new clang-format 20 option.
LibCore's list of ignored header files for Swift was missing the Apple only files on non-Apple platforms. Additionally, any generic glue code cannot use -fobjc-arc, so we need to rely on -fblocks only.