In this version, Swift AST dump is supported as the source for building dependencies graph.
While it's more proof of concept, results can be really cool :)
./generate-objc-dependencies-to-json.rb --ast-file file.ast
./generate-objc-dependencies-to-json.rb --ast-file file.ast --inheritance-only
More detailed info can be found on wiki