Most of my Xcode previews are crashing very often on Xcode 16 beta. I receive the following errors:
Fatal Error in UVJITAgent.swift: Failed linking pseudodylib <path> during initial JIT link. dlopen(<path>, 0x0002): Library not loaded: /System/Library/Frameworks/_ClockKit_SwiftUI.framework/_ClockKit_SwiftUI
LLVMError(description: "Duplicate definition of symbol ...")
AppCannotRunOnTargetDestination: This app cannot run on the selected target device.
I can get all previews to work by performing an incremental build and resuming the preview. Sometimes, I have to repeat this process multiple times. As soon as I switch to another view, the errors return.
I've submitted a feedback report and attached diagnostics for all errors (FB13865079).