Some pointer aritmetic in Swift i found it painful to do when calling some C library - it was much easier to create some wrapper in ObjC and do low lever pointer manipulation there. This is what I call it seamless - if I have to do some low level image/texture preprocessing it's still easier to do it in ObjC