- [x] Rewrite Touch ID test app in Swift (to feel out pain points in the current Objective-C API) - [x] Migrate unit tests to Swift - [x] Move to Framework only builds and bump minimum iOS version to 8.0 - [x] Use .modulemaps to move to a mixed Swift/Objective-C framework - [x] Swift API shim (using Objective-C implementation under the hood) - [x] Objective-C interop test - [x] Swift implementation