Hi! I'm facing the same issue in Xcode 16.0 RC. Builds fail, but everything works fine on Xcode 15.4. I tried using the regex ^#import (?![<"]).* to find #import not followed by < or ", but got no results.
Am I misunderstanding something? What’s recommended? I’ve seen many others report similar problems but no solution. For example threads 760372, 760387, 763466 and 763428.