So happy that SwiftUI Previews are using the same objects made during build and run cycles. Should be way more consistent now 🤞
Might've spoke too soon: FailedToAnalyzeBuiltTargetDescription: Could not analyze the built target description for TestApp to create the preview.
Apparently it's flipping out about `-ld_classic` thinking I'm trying to link a library called `d_classic`
@b3ll whoa, sorry about that! Thanks for mentioning this but I’m really curious why you need the classic behavior.

@jonathanpenn all good! Just a legacy library I have to link with and can't update, which would fail with the "new" linker in Xcode 15.

That being said it looks like y'all fixed my feedback on it (FB13380625) in Xcode 16, so it doesn't seem to be necessary anyways now :)

@jonathanpenn spoke too soon again lol, it works on simulator but not device, still have to use -ld_classic for device
@b3ll ah bummer. We’re on this. Stay tuned. :)