I created a fresh SwiftUI project and added a button with no code. I built and ran the app and clicked the do nothing button.
My app promptly crashed with the following complaint:
validateComputeFunctionArguments:830: failed assertion `Compute Function(ciKernelMain): writes texture ([0]) whose usage (0x00) doesn't specify MTLTextureUsageShaderWrite (0x02)'
Since the only unusual is that I am running under Parallels virtualization, it implies a conflict between it and a simple swift build.