MetalCompilerPlugin icon indicating copy to clipboard operation
MetalCompilerPlugin copied to clipboard

Swift Package Manager plug-in to compile Metal files that can be debugged in Xcode Metal Debugger.

Results 3 MetalCompilerPlugin issues
Sort by recently updated
recently updated
newest added

Infrequently causes build errors like: ``` LLVM Profile Error: Failed to write file "default. profraw": Operation not permitted error: unable to open output file '/var/folders/_ _s/z9z3sf_17xzfgzh64k6dx2_40000gn/C/clang/ModuleCache/BUC9JS2T5833/metal_types-UE83ZGITDR8A.pcm': 'Operation not permitted" ‹built-in>:1:10:...

I'm able to run the plugin just fine and load the debug library, and it runs fine on an actual device. But in the simulator I get an error when...

This runs metal compiler via scrum which is fine - BUT - this may not be the version of metal that the user is running (if the user has a...