Can ContactsUI be invoked from SwiftUI in a playground

I wanted to access the users contacts from within my SwiftUI app. Unfortunately, the statement:

import ContactsUI

Produces the following error:

No such module ‘ContactsUI’

Should I be able to import this module?

Can ContactsUI be invoked from SwiftUI in a playground
 
 
Q