This repository contains an Xcode project with the following dependency graph, App > A framework > B framework
, to check how this proposal works in practice.
- Clone the repository:
git clone [email protected]:tuist/implicit-import.git
- Run
./build.sh
I'd expect the compilation to fail the import B
from the App
target since A
is importing it with fileprivate import
, but the compilation succeeds.