Oddbean new post about | logout
 Someone write me a Swiftlint rule that balances all my 

```
#if !os(visionOS)
#endif // !os(visionOS)
```

I am now sprinkling throughout my code.

Thanks! 
 @30a83efa Really not a fan of how ugly this is making things. That they aren't text-based preprocessor directives means there's now some duplication to accommodate them too.