I installed SipHash through BigInt 3.1 with Cocoapods and got 2 errors when building the project. I'm using XCode 9.2, deployment target is ios11.2 (Swift 4).
! Cannot invoke initializer for type 'UnsafeRawBufferPointer' with an argument list of type '(rebasing: Slice<UnsafeRawBufferPointer>)'
! Value of type 'UnsafeMutableRawBufferPointer' has no member 'copyMemory'


I both cleaned my build folder (Cmd+Shift+K) and did again a pod install but the issue persists.