SwiftUI and Writing Tools

Am I missing something or is there anything anywhere about Writing Tools with SwiftUI Text and other objects:

https://developer.apple.com/wwdc24/10168

This entire talk seems to talk about UIKit and AppKit?

Just making sure I am not missing something obvious...

Writing Tools is available with SwiftUI's TextField and TextEditor by default.

If you create a macOS app in Xcode (I tested with Xcode 16.1 beta) that contains either of these, then run it and type some words in, you can highlight the text & right click to see "Writing Tools" in the menu.

SwiftUI and Writing Tools
 
 
Q