안녕하세요. 이번에는 SDK 개발자 입장에서 async/await 용 public API를 추가할 때 고려해야 할 사항에 대해 정리해볼게요. 이번 글은 아래 글을 토대로 작성하였습니다. - https://swiftindepth.com/articles/async-await-modules/ Xcode 13.2부터 async/await 구문을 iOS 13에서도 사용할 수 있게 된 것 알고 계신가요?? https://developer.apple.com/documentation/xcode-release-notes/xcode-13_2-release-notes#Swift Apple Developer Documentation developer.apple.com (Xcode 13.1을 사용할 경우엔 iOS 15 이상만 ..