Colab starter kit for swift for tensorflow (swift4tf)

Good point! You can try to use python GDrive library from S4TF:

from google.colab import drive

Becomes

let colab = Python.import("google.colab")

Then use colab.drive in S4TF.

For more details on how to use GDrive on Colab see @JennyCai guide: