**Is your feature request related to a problem? Please describe.** When we define `static` function on protocol, Xcode show macro error.  <br> **Describe the solution you'd like** The generated property must also be `static`. ex - `static var xxx` <br> <br> I know you are busy, but I appreciate your help :)