pointfreeco / swift-navigation

Bringing simple and powerful navigation tools to all Swift platforms, inspired by SwiftUI.
http://pointfree.co
MIT License
1.96k stars 123 forks source link

Prefer scoped import over `@_implementationOnly` #226

Closed stephencelis closed 1 week ago

stephencelis commented 1 week ago

The @_implementationOnly attribute is effectively deprecated in favor of scoped imports.

stephencelis commented 1 week ago

Looks like for dynamic frameworks this doesn't work, so going to close for now.

TobiasRe commented 1 week ago

I can confirm that this scoped imports can't replace the @_implementationOnly imports for this usecase.