This started in the new Beta 6 of Xcode.
typealias DatePickerCellUpdateBlock = (calendar: Calendar, date: Date, locale: Locale?, timeZone: TimeZone?) -> Void
Produces:
Function types cannot have argument label 'calendar'; use '_' instead
Function types cannot have argument label 'date'; use '_' instead
Function types cannot have argument label 'locale'; use '_' instead
Function types cannot have argument label 'timeZone'; use '_' instead
I now have over 100 of these. Worked fine in Beta 5 and ealier.
Anyone else getting these or know how to fix it in the advent I missed a change to the syntax?
Thanks,
Rob
This is discussed in the release notes.