Commits

Brad Erickson committed 6af7a0e0e70
[utils] Provide error message for missing build preset options Adds a try/catch block to utils/SwiftBuildSupport.py to catch ConfigParser.InterpolationMissingOptionError exceptions caused by missing required preset options. Stores all missing options to print before exit(1) in get_preset_options().