Hi Guys,
I am using Xcode 11+ and my app supports iOS 12+. I wonder if it is safe to use @_functionBuilder
in my code without my app getting rejected in app store reviews.
Hi Guys,
I am using Xcode 11+ and my app supports iOS 12+. I wonder if it is safe to use @_functionBuilder
in my code without my app getting rejected in app store reviews.
That would be better asked at the Apple Developer Forums.
My hunch is that @_functionBuilder
probably only has a sourceālevel effect and that it is already dealt with and gone by the time compilation is complete. They probably cannot tell whether you used it or not. But itās only a guess; I havenāt looked at the implementation.