Skip to content

Swift 3 Conversion

tomnook requested to merge (removed):Swift-3 into Swift-3

I've ported the Experimental branch to Swift 3 syntax. Most of it was pretty easy, the only tricky bits were adopting the new pointer API for the LDAP class and marking some closures as @escaping as the default has changed to @NoEscape.

Please test it as I don't have an environment setup to do so.

Merge request reports