Swift KakaoSDKCommon deprecated 표시

문의 시 사용하시는 SDK 버전 정보를 알려주세요.

swift cocoapods version은 다음과 같습니다.

Kakao login

pod 'KakaoOpenSDK’
pod ‘KakaoSDKCommon’, '~> 2.0.2’
pod ‘KakaoSDKAuth’, '~> 2.0.2’
pod ‘KakaoSDKUser’, '~> 2.0.2’
pod ‘KakaoSDKNavi’, ‘~> 2.0.2’

app build시 KakaoSDKCommon 에서 Swift Compiler Warning이 발생합니다.
작동하는데 문제는 없지만 혹시나 해결 방법이 있나 해서 문의 드립니다.

발생하는 Warning는 UnsafeRawBufferPointer 변환 하는 부분이며 해당 메세지는 다음과 같습니다.

‘withUnsafeMutableBytes’ is deprecated: use withUnsafeMutableBytes<R>(_: (UnsafeMutableRawBufferPointer) throws -> R) rethrows -> R instead

‘withUnsafeBytes’ is deprecated: use withUnsafeBytes<R>(_: (UnsafeRawBufferPointer) throws -> R) rethrows -> R instead

해결 방법 혹은 업데이트 되서 알려주시면 감사하겠습니다.

사용하는 swift 버전과 xcode 버전 부탁드립니다.

swift 5 , xcode 12.1 입니다ㅎ