In Release/Distribution builds for macOS/iOS/visionOS, INTERPROCEDURAL_OPTIMIZATION is ON so bitcode is enabled.
I would like to see bitcode disabled by default as it has been deprecated since Xcode14.
Also, there are cases where bitcode is required for older models, so I think it would be better to be able to enable it as an option.
Probably related to the following issue and pull req.
#418
#357