Swift 'transitively import'
Open
lang:swift
- Dominant language
- HTML
- Stars
- 39.6k
- Forks
- 12.9k
- Avg merge
- 42m
- Merged PRs (30d)
- 15
Description
> it imports both explicitly; it does not rely on the fact that some Apple frameworks transitively import others as an implementation detail.
Do you think that it will be some side effects if we'll use explicit export instead?
```
@_exported
import CoreLocation.CLLocation
```
In this case we only need to import the tool and all dependencies will be imported automatically
Contributor guide
Assessment
This issue has not been assessed yet.