Hi,
How often do you tend to update the Swift compiler version that you distribute with the toolset? It appears that the current release supports 5.5.1, whereas the official release is now using 5.6.1.
The reason I am asking is because I was investigating using the new StoreKit API which only seems to have a Switft interface. I started figuring out how to write an Obj-C wrapper to allow me to call it from our code but with the current toolset I would be unable to compile this on Win64 as the Swift compiler version doesn't match the version that the Apple frameworks were built with.
Thanks,
Graeme