From 6c7dca47c828d2c6db83e37640f0ce327b800e11 Mon Sep 17 00:00:00 2001 From: Adam Fowler Date: Wed, 8 Apr 2026 12:58:13 +0100 Subject: [PATCH] Add Swift 6.3, force swift path (#34) --- src/swift/.devcontainer/devcontainer.json | 1 + src/swift/devcontainer-template.json | 5 +++-- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/src/swift/.devcontainer/devcontainer.json b/src/swift/.devcontainer/devcontainer.json index acbf5d7..665a958 100644 --- a/src/swift/.devcontainer/devcontainer.json +++ b/src/swift/.devcontainer/devcontainer.json @@ -23,6 +23,7 @@ "vscode": { // Set *default* container specific settings.json values on container create. "settings": { + "swift.path": "/usr/bin", "lldb.library": "/usr/lib/liblldb.so" }, // Add the IDs of extensions you want installed when the container is created. diff --git a/src/swift/devcontainer-template.json b/src/swift/devcontainer-template.json index fd8f495..313935e 100644 --- a/src/swift/devcontainer-template.json +++ b/src/swift/devcontainer-template.json @@ -1,6 +1,6 @@ { "id": "swift", - "version": "2.7.0", + "version": "2.8.0", "name": "Swift", "description": "Develop Swift based applications. Includes everything you need to get up and running.", "documentationURL": "https://github.com/swift-server/swift-devcontainer-template/tree/main/README.md", @@ -11,6 +11,7 @@ "type": "string", "description": "Swift version:", "proposals": [ + "6.3", "6.2", "6.1", "6.0", @@ -25,7 +26,7 @@ "5.2", "5.1" ], - "default": "6.2" + "default": "6.3" } }, "platforms": [