I've added NSAlarmKitUsageDescription to Info.plist and InfoPlist.xcstrings.
The localized string is being used when I run the app, but Xcode is marking the string as "stale" in InfoPlist.xcstrings.
This doesn't occur for any of the other UsageDescription strings in our app, such as NSPhotoLibraryUsageDescription and NSSiriUsageDescription.
This occurs in both Xcode 26.2 and Xcode 26.3 RC.
Is this a known issue? Should I just mark the string as being managed "Manually" instead of "Automatically" to make the warning go away?