jkandzi/Progress.swift

Add support of Swift 4

Closed this issue · 2 comments

botov commented

Compilation time errors occur during project building with Swift 4.

Just for instance:

/depot/Learning/Progress.swift/Sources/Progress.swift:81:17: Overlapping accesses to 'self.printer', but modification requires exclusive access; consider copying to a local variable

/depot/Learning/Progress.swift/Sources/Progress.swift:88:17: Overlapping accesses to 'self.printer', but modification requires exclusive access; consider copying to a local variable

just merged your PR, thanks a lot for contributing 😻

botov commented

Thank you! Great project 👍 Use it in diagnostics tool for progress indication.