Alex Taffe
Alex Taffe
Same issue here
@SimplyDanny @mildm8nnered if you could take a look at this when you get a chance, thanks!
Yeah I think I actually like that better, what're your thoughts on syntax? I kinda like [Dart's](https://dart.dev/tools/pub/dependencies). Traditional and caret. Then if we can't parse, just throw a fatal error....
Also what's the minimum version of macOS that SwiftLint supports? Would love to use new SwiftRegex but it's macOS 13 or newer only
In practice I’m guessing the less than or inclusive versions wouldn’t actually be used much (I doubt we ever will), but doesn’t seem like that much more work so might...
@SimplyDanny updated
@SimplyDanny how do you suggest I approach tests on this? AFAIK, XCTest can't handle pulling out info from stdout nor can it intercept calls to `abort()`. I could refactor the...
@SimplyDanny just seeing if you had any thoughts on this. Apologies for the follow up, this is just rapidly causing chaos amongst our 9000 internal branches (which is a whole...
@SimplyDanny yeah sorry I pushed a bunch of stuff earlier then got distracted with some fires at work, I was working on refactoring into a struct anyways
I filed FB14824841 with Apple on this one, Swift itself is crashing during compile ``` 1. Apple Swift version 6.0 (swiftlang-6.0.0.7.6 clang-1600.0.24.1) 2. Compiling with effective version 5.10 3. While...