You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Stencil still depends on PathKit 0.8 with Cocoapods, which makes it incompatible with SMP, which allows to define dependencies for different versions of Swift.
This does not let to update Sourcery to use latest version of Stencil as it either causes conflicts in SMP versions or Cocoapods versions (also affected by other dependencies which also require newer version of PathKit)
We either need to finally drop Swift 3 support and update to latest dependencies, or to find a way to do support both (maybe with subspec?)