Unwanted deprecation warning for changed initializer parameter optionality

Why am I getting a deprecation warning here? And what can I do to make the warning go away?

You can see in CloudKit header that an initializer parameter changed from optional to non-optional.

The compiler to chooses to warn me about the older initializer with optional parameter, and doesn’t realize that there is a newer initializer with non-optional parameter.

I would just suppress this warning, but looks like there is no way for me to do that.

Xcode Version 26.1.1 (17B100)