Is it possible to play already existing system sounds without importing your own?
List of all system sounds: iOSSystemSoundsLibrary
After you import AVKit, you can play all this sounds with:
import AVKit
AudioServicesPlaySystemSound (systemSoundID);