swift is not added to runtime. installed on self-hosting.
I have configured to github, I want to create a starter project on swift. but the list will not be selected, swift-5.8 was added to .env.
The user had a question about creating a Swift function with GitHub integration in Appwrite. The solution provided was to create a new repository and connect it to Appwrite using the CLI or referring to the documentation. The user also mentioned that they were unable to select the Swift option in the list of runtime options. The solution suggested checking the .env file to ensure that swift-5.8 was added to the runtimes.
Drake
Nov 3, 2023, 06:40
Did you deploy the change by running docker compose up -d?
erikkamalov
Rank 2: Process
Nov 3, 2023, 06:47
yes
erikkamalov
Rank 2: Process
Nov 3, 2023, 06:49
when I create a manual there shows swift-5.8
erikkamalov
Rank 2: Process
Nov 3, 2023, 06:49
erikkamalov
Rank 2: Process
Nov 3, 2023, 06:50
but when the creation of a quick start not shows
erikkamalov
Rank 2: Process
Nov 3, 2023, 06:50
Drake
Nov 3, 2023, 14:30
Oh we don't have that version/runtime for the quickstart
erikkamalov
Rank 2: Process
Nov 4, 2023, 17:59
Do I have to create only manually? And in general, how are swift functions supported?
erikkamalov
Rank 2: Process
Nov 4, 2023, 18:01
I wanted to use a function written in swift and have it work with github integration.
Drake
Nov 4, 2023, 18:07
You can use the Appwrite CLI or refer to the docs
erikkamalov
Rank 2: Process
Nov 9, 2023, 13:54
But does it support integration with the github repository?
Drake
Nov 11, 2023, 03:09
You can create a new repo yourself, populate it with the CLI, and then connect it to Appwrite