@@ -1056,7 +1056,7 @@ ERROR(iboutlet_non_optional,none,
1056
1056
NOTE(note_make_optional,none,
1057
1057
" add '?' to form the optional type %0" , (Type))
1058
1058
NOTE(note_make_implicitly_unwrapped_optional,none,
1059
- " add '!' to form the implicitly unwrapped optional type %0 " , (Type ))
1059
+ " add '!' to form an implicitly unwrapped optional" , ())
1060
1060
1061
1061
ERROR(invalid_ibdesignable_extension,none,
1062
1062
" @IBDesignable can only be applied to classes and extensions "
@@ -3129,32 +3129,11 @@ ERROR(tuple_single_element,none,
3129
3129
ERROR(tuple_ellipsis,none,
3130
3130
" cannot create a variadic tuple" , ())
3131
3131
3132
- WARNING(implicitly_unwrapped_optional_spelling_deprecated,none,
3133
- " the spelling 'ImplicitlyUnwrappedOptional' is deprecated; use an explicit type followed by '!'" , ())
3134
-
3135
- WARNING(implicitly_unwrapped_optional_spelling_deprecated_with_fixit,none,
3136
- " the spelling 'ImplicitlyUnwrappedOptional' is deprecated; use '!' after the type name" , ())
3137
-
3138
- WARNING(implicitly_unwrapped_optional_spelling_suggest_optional,none,
3139
- " using 'ImplicitlyUnwrappedOptional' in this location is deprecated and will be removed in a future release; consider changing this to 'Optional' instead" , ())
3140
-
3141
- WARNING(implicitly_unwrapped_optional_in_illegal_position_suggest_optional,none,
3142
- " using '!' in this location is deprecated and will be removed in a future release; consider changing this to '?' instead" , ())
3143
-
3144
- ERROR(implicitly_unwrapped_optional_spelling_error,none,
3145
- " the spelling 'ImplicitlyUnwrappedOptional' is unsupported; use an explicit type followed by '!'" , ())
3146
-
3147
- ERROR(implicitly_unwrapped_optional_spelling_error_with_bang_fixit,none,
3148
- " the spelling 'ImplicitlyUnwrappedOptional' is unsupported; use '!' after the type name" , ())
3149
-
3150
- ERROR(implicitly_unwrapped_optional_spelling_error_with_optional_fixit,none,
3151
- " the spelling 'ImplicitlyUnwrappedOptional' is unsupported; use 'Optional' instead" , ())
3152
-
3153
- ERROR(implicitly_unwrapped_optional_spelling_in_illegal_position,none,
3154
- " 'ImplicitlyUnwrappedOptional' is not allowed here; perhaps 'Optional' was intended?" , ())
3132
+ WARNING(implicitly_unwrapped_optional_in_illegal_position_interpreted_as_optional,none,
3133
+ " using '!' is not allowed here; treating this as '?' instead" , ())
3155
3134
3156
3135
ERROR(implicitly_unwrapped_optional_in_illegal_position,none,
3157
- " '!' is not allowed here; perhaps '?' was intended?" , ())
3136
+ " using '!' is not allowed here; perhaps '?' was intended?" , ())
3158
3137
3159
3138
// Ownership
3160
3139
ERROR(invalid_ownership_type,none,
0 commit comments