livekit / client-sdk-swift

LiveKit Swift Client SDK. Easily build live audio or video experiences into your mobile app, game or website.
https://livekit.io
Apache License 2.0
173 stars 84 forks source link

Use new internal import instead of `@_implementationOnly` #402

Closed hiroshihorie closed 2 weeks ago

hiroshihorie commented 3 weeks ago

This is giving compile time warnings.

Use Access-level modifiers on import declarations instead of @_implementationOnly. Spec: https://github.com/apple/swift-evolution/blob/main/proposals/0409-access-level-on-imports.md

Swift 5.9+