Torino is a caching tool for XCFrameworks built by Carthage. Torino is considered an evolution to Rome as its features are heavily inspired from its past usage, but focused strictly on XCFrameworks. Also big credit goes to @LukasHromadnik as quite a lot of code was based on his private work.
The simplest usage is to use Mint, just add Torino to your Mintfile and you are ready to go.
olejnjak/Torino@main
Torino currently supports several commands that all take --prefix
parameter that is used for caching binaries with correct Swift version. This parameter is optional and if ommited, Torino will try to get appropriate prefix for you, based on selected swift version (swift -version
).
Upload command has single option --prefix
. This way you can for example distinguish between compilers that created uploaded builds.
Torino upload --prefix "Swift-5.5"
Download command has single option --prefix
.
Torino download --prefix "Swift-5.5"
Torino currently supports remote cache stored in GCP buckets. To support that you need to provide an environment variables:
TORINO_GCP_BUCKET
- name of bucket that will be used for storage
For authorization you can either use TORINO_GCP_SERVICE_ACCOUNT_PATH
or Application Default Credentials
TORINO_GCP_SERVICE_ACCOUNT_PATH
- location of service account that will be used for access to specified bucket
Here you can find additional environment variables that can configure Torino behavior
TORINO_LOG_LEVEL
- set to debug
if you want to increase verbosity of output
If you wonder why is Torino named after this Italian 🇮🇹 city, it is quite simple. As it works on top of Carthage 🇹🇳 and is inspired by Rome 🇮🇹 and I am a fan of Juventus FC 🖤🤍 it was quite natural to name it this way 😎