v0.78.0: Fix use of object_set_instance_binding
We now only use object_set_instance_binding on objects we own, we do not race to take over objects that might have been created elsewhere (this in practice did not happen, except for the very rare case where there were two SwiftGodots in memory already, for example if you have multiple Godot Editor extensions).