yonaskolb / XcodeGen

A Swift command line tool for generating your Xcode project
MIT License
6.88k stars 809 forks source link

Remove GraphViz feature #1485

Closed giginet closed 2 days ago

giginet commented 2 days ago

closes #1483 closes #1462

I found XcodeGen can't build with Xcode 16 and Swift 6 compilers due to GraphViz.

It might be caused by Swift compiler's bug so it will be fixed until the stable release. However, GraphViz is no longer maintained, so I suggest dropping this dependency for future maintainability.

This PR drops dump --type graphviz feature.

giginet commented 2 days ago

I found there is graphviz in

I checked this test fixture. It depends on XcodeGenKit itself, so it's better to update them for the current situation.