Xcode 16 has a new requirement for some build targets (eg. those using previews) to produce a .DEBUG.dylib file.
If you have an externally managed build process that invokes swiftc, what options are needed to produce such a file?
Xcode 16 has a new requirement for some build targets (eg. those using previews) to produce a .DEBUG.dylib file.
If you have an externally managed build process that invokes swiftc, what options are needed to produce such a file?