Ok i resolved it. As i am new i asked chatgpt to give richtext and it giving me broken code. Fix was this
let scrollView = NSTextView.scrollableTextView()
let textView = scrollView.documentView as! NSTextView
chat gpt gave this
let scrollView = NSScrollView()
That was wrong