Just use the .lineLimit and the .fixedSize Modifier like follows:
Text("I am a very very long Text that wants to be displayed on the screen")
.fixedSize(horizontal: false, vertical: true)
.lineLimit(3)
That should display the text in 2 lines .. max 3 lines