This is an great example

import SwiftUI

public SwiftUIView: View {
   var body {
      Text("This is test") 
   } 
}