If I go to Swift.org - Install Swift and look at the Development Snapshots section, I see that there are links for nightly-noble
and nightly-6.1-noble
containers here. However, if I follow the link and look in the containers available, these are not there.
Any ideas when these containers will actually be generated so they can be used? I'd like to be able to use nightly snapshots for my devcontainers using Ubuntu 24.04, instead of being stuck using 22.04...
1 Like
Furthermore...seems like there are no nightly-6.1 containers available at all, even though the swift.org page shows the tags there:
Is this some sort of way to manifest something that will exist in the future?
Until recently, there were not even official snapshot toolchains for 6.1 and trunk for Ubuntu 24.04, so they're pretty new. I imagine the containers are next, but at least you have the 24.04 toolchains now, which I'm switching my Android CI over to use.
1 Like
So maybe I can just build my own Noble containers for now, using the snapshots...
This is for my devcontainer on my swift-stm32c011-examples project, which could benefit from using noble, which has the latest version of the st-flash utility for programming the board.