Clang has built-in support to output compile times to a Catapult/Perfetto json files via -ftime-trace. But Swift doesn't support this. Is there an alternative to see inside the compile and optimization of Swift code?
Seems quite valuable to me for C++, and I have a profiler that relies on these files.