Skip to content

patricknixon/spm-transitive

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 

Repository files navigation

spm-transitive

Try to compile MyFrameworkC. It will fail with

🛑 MyFrameworkB-Swift.h: Module 'MySwiftLibrary' not found

There are 3 XCode frameworks and one SPM library. The dependency graph is simply:

MyFrameworkC -> MyFrameworkB -> MyFrameworkA -> MySwiftLibrary
  • MySwiftLibrary declares a single @objc public protocol and that's it.

  • MyFrameworkA is empty.

  • MyFrameworkB imports MySwiftModule and defines a public @objc class that conforms to the protocol declared in MySwiftLibrary.

  • MyFrameworkC simply attempts to import MyFrameworkB.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published