Even when applying the highest level of stripping to my Swift binary, I can still see that the compiler embeds filenames as strings into the app binary, which I can then view using Hopper.
I'm not necessarily convinced that anyone could do anything particularly nefarious with this information, but equally I'd rather strip the filenames from the binary if I possibly can to make reverse-engineering as difficult as possible.
Any ideas?