Binary size, build time and execution time could be improved a lot, if it wasn't depending on Godot's parser.
A fun thing to do would be to write something that could pull out the relevant parts of TSCN files, and then we could drop the SwiftGodotKit dependency.
TSCN file format
CPP File where Parser is implemented