RobertGummesson / BuildTimeAnalyzer-for-Xcode

Build Time Analyzer for Swift
MIT License
4.3k stars 260 forks source link

Project doesn't compile in older Xcode versions #86

Closed JIACCOPU-ford closed 6 years ago

JIACCOPU-ford commented 6 years ago

There is a function reference that doesn't exist

RobertGummesson commented 6 years ago

It builds fine for me. What is the missing function?

ovidiulaz7 commented 6 years ago

same issue here..

screen shot 2018-04-12 at 23 02 53
RobertGummesson commented 6 years ago

Right, this is Swift 4.1 code. If you update to the latest Xcode, this will compile.

JIACCOPU-ford commented 6 years ago

I see CI passes now, so it can be colsed.