vapor / leaf

🍃 An expressive, performant, and extensible templating language built for Swift.
https://docs.vapor.codes/4.0/leaf/getting-started
MIT License
434 stars 81 forks source link

Bugs on Xcode 13.3 #204

Closed underthestars-zhy closed 2 years ago

underthestars-zhy commented 2 years ago

Describe the bug

'self' refers to the method 'LeafKeyword.self', which may be unexpected

To Reproduce

Just add leaf package

Steps to reproduce the behavior:

  1. Add package with configuration '4.1.5.'
  2. See error

Environment

0xTim commented 2 years ago

Closing in favour of vapor/leaf-kit#99