The foreach construct is a principal means of expressing concurrency in Swift. The body of the foreach is executed in
parallel for every element of the array specified by the in clause. In this example, all three invocations of the analyze function
are invoked concurrently.