Skip to content

Commit d6dbb4f

Browse files
Update minimum supported version
1 parent 69e0963 commit d6dbb4f

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
lines changed
881 KB
Loading

src/getting-started/testing.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ subdirectory when you build in release mode.
7373

7474
## Code coverage with `SwiftPM`
7575

76-
> **Note**: Code coverage support is available only in nightly toolchains for now.
76+
> **Note**: Code coverage support is available only in 6.1 and later.
7777
7878
You can also generate code coverage reports for your test suite. To do this, you need to build your
7979
test suite with the `--enable-code-coverage` and linker options `-Xlinker -lwasi-emulated-getpid`:
@@ -95,6 +95,8 @@ $ llvm-cov show .build/wasm32-unknown-wasi/debug/ExamplePackageTests.wasm -instr
9595
$ open coverage/index.html
9696
```
9797

98+
![](./coverage-support.png)
99+
98100
## Building and running the test suite with `carton`
99101

100102
If you use [`carton`](https://carton.dev) to develop and build your app, as described in [our guide

src/getting-started/vscode.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ This guide will help you configure Visual Studio Code (VSCode) to use the Swift
88

99
- [Visual Studio Code](https://code.visualstudio.com/)
1010
- [Swift for Visual Studio Code](https://marketplace.visualstudio.com/items?itemName=sswg.swift-lang)
11-
- [Swift Development Snapshot](https://swift.org/install) (`swift-DEVELOPMENT-SNAPSHOT-2024-09-04-a` or later)
11+
- [Swift OSS Toolchain](https://swift.org/install) (6.1 or later)
1212
- [Swift SDK for WebAssembly](./setup-snapshot.md)
1313

1414

0 commit comments

Comments
 (0)