I updated my SwiftFM repo for the FileMaker 19 Data API.
https://github.com/starsite/SwiftFM
Notable improvements include support for the new `validateSession()`, and moving the server `message` into the completion block. So now you can access the message in the closure, where it's more he...