Ok, heres a weird little project:
Dynamically compiled, runtime loaded Swift for live coding prototype.
This leverages a every so slighly modified Satin (a metal rendering engine) as a set of dylib libraries for the app, which also includes the modulemap and swiftmodule linker requirements.
We call swiftc on demand in a background process, compile, link, and hot load a renderer dylib, make an instance, and let Satin handle the rest.
I.. think this could be kind of awesome?