Display Timer in the UI with SwiftUI ?

What's the best way to display a timer in SwiftUI ?

I'm looking for something similar to WKInterfaceTimer but native to SwiftUI if possible.

I could have a binding to something I update in a RunLoop but it feels like a big overhead no ?