The Swift programming language has come a long way since its first introduction, and in comparison to many other programming languages, it's still well within its infancy.
However, with this in mind, with every release of Swift and its place in the open source community, we've seen it grow from strength to strength over such a short period of time. We already covered server-side Swift back in Chapter 8, Server-Side Swift, another evolution that was again fueled by the open source community.
Another fast-moving train is that of machine learning, once again driven by the power of the community, and recognized giants in the industry, such as TensorFlow, now support the Swift programming language.
In this chapter, we're going to look at Apple's offering for machine learning – CoreML – and how we can build an app using...