last update jul 02 2023
wiki, doc, web oficial
- imagen oficial de swift en dockerhub
- tener en cuanta cada vez que corramos la imagen
sudo docker start swiftQUKI``sudo docker attach swiftQUKI
- podemos iniciar rapidamente un proyecto en swift ecribiendo en consola
swift package init
swift build
construimos el proyecto- pero por alguna razon este proyecto no es ejecutable
swift package init --type executable
swift build
swift run
- exe-01 tenemos un hola mundo
- exe-02 tenemos un readme con una breve expicacion de el Package.swift
wiki,doc
- 1/
- a/ create a hello worl doc.
- b/ include values in strings