I need to use an external library that was compiled with an older Swift version.
How do I download an older toolchain? The toolchain I need is 5.9.2 but the swift.org website only contains version 6 and the Github site doesn't contain the .pkg file to install the toolchain.
Thanks