Closed philipperemy closed 7 years ago
Seems like it's trying to compile with a legacy Swift version. String.padding
was introduced in Swift 3. Guessing it's the Use Legacy Swift Language Version build setting for the project that should be set to No.
yeah, it looks like @niklasberglund is right. @philipperemy Could you plese check the version of Swfit?
xcrun swift -version
p.s. we are going to remove xcode dependency soon (https://github.com/slash-hq/slash/issues/1).