@@ -31,11 +31,11 @@ of_unichar_t shortOption; /*! * The long version (e.g. `--verbose`) of the option or `nil` for none. */ - OFString *_Nullable longOption; + OFString *__unsafe_unretained _Nullable longOption; /*! * Whether the option takes an argument. * * 0 means it takes no argument.@n