SetFocusFilterIntent broken in macOS 26.5

Since the update to macOS 26.5, SetFocusFilterIntent is broken in two ways:

  • When using a SetFocusFilterIntent where the user can select one AppEntity out of a list, the selection is broken. Instead of the selected item, the first or two items at the same time are highlighted.

  • The perform method of the SetFocusFilterIntent is never called.

On iOS there seems to be a strange fix when the focus filter doesn't work, just conform the focus filter to a LiveActivityIntent: struct FocusFilter: SetFocusFilterIntent, LiveActivityIntent

No solution for macOS yet.

SetFocusFilterIntent broken in macOS 26.5
 
 
Q