An example of how to deny Ptrace attach in swift 3 project. Ptrace Ptrace provide a way to monitor your code, so we should disable the ptrace in our program. How to do? Open your project, create themain.swiftfile, and paste the code snippet below: ...