Bluepill releases support a specific Xcode version and there might be unforeseen issues when used with a different Xcode version. For this reason, a config flag named unsafe-skip-xcode-version-check was introduced. When this config is set it would skip the Xcode version check so that Bluepill can be used with Xcode versions other than the one that is officially supported.
However, the check is not very valuable and could often times confuse to the developers. How about removing the check while somehow continuing to indicate which Xcode versions are supported by specific Bluepill versions? \cc @ob