Text with date inside ScrollView

I found out that app is crashing if using Text with any date and relative style. Any workaround for that?

Code Block
struct ContentView: View {
  var body: some View {
    ScrollView {
      Text(Date(), style: .relative)
    }
  }
}

There's a thread written for an old beta.

Using Text(_ : Date, style: DateStyle) in ScrollView causes crash

Seems the issue is not fixed yet, and any workarounds are not found yet (at lease, not shared in the dev forums).
Better send a feedback for this issue. Yours may be categorized as duplicate, but someone says the number affects.
Text with date inside ScrollView
 
 
Q