giginet / xcprofiler

:chart_with_upwards_trend: CLI to profile compilation time of Swift project
MIT License
332 stars 13 forks source link

Support Xcode 8.3 #8

Closed giginet closed 7 years ago

giginet commented 7 years ago

closes #7

In Xcode 8.3, completion times are represented in more detail.

The regular expression is wrong, so this issue was occurred.

Before Xcode 8.2

1.1ms   /path/to/project/Code.swift:41:9       get {}

After Xcode 8.3

1.10ms   /path/to/project/Code.swift:41:9       get {}