In AppleUtils.swift, line 253: ``` if isUnitTesting == false { ``` `isUnitTesting` is defined in Utils.swift, but only in DEBUG mode. So, the build fails for all non-debug builds. Bug introduced in v1.5.6 Platform: macOS