Ockey12 / RAGESS

This is a tool for macOS that statically analyzes code bases implemented in Swift and visualizes their static structure.
MIT License
6 stars 0 forks source link

Stop using SourceKit and extract dependencies from IndexStore #36

Open Ockey12 opened 2 days ago

Ockey12 commented 2 days ago

Reference

Ockey12 commented 2 days ago

I tried sending parallel requests to SourceKit and the processing time remained the same.

Also, out of approximately 1,700 requests to SourceKit, only about 100 were successful, showing a lack of stability.