I tried to initialize a UICollectionView:
import UIKit
import PlaygroundSupport
let collectionView = UICollectionView(frame: CGRect(x: 0, y: 0, width: 100, height: 100))
But all I'm getting is
error: Execution is interrupted, reason: signal SIGBART