Skip to content

Commit 2d28695

Browse files
committed
Removed support for Swift 6.0. Now Subprocess requires Swift 6.1.0 and above
1 parent 51e1805 commit 2d28695

File tree

2 files changed

+2
-78
lines changed

2 files changed

+2
-78
lines changed

[email protected]

-76
This file was deleted.

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ Then, adding the `Subprocess` module to your target dependencies:
2626
)
2727
```
2828

29-
On Swift 6.1 and above, `Subprocess` offers two [package traits](https://github.com/swiftlang/swift-evolution/blob/main/proposals/0450-swiftpm-package-traits.md):
29+
`Subprocess` offers two [package traits](https://github.com/swiftlang/swift-evolution/blob/main/proposals/0450-swiftpm-package-traits.md):
3030

3131
- `SubprocessFoundation`: includes a dependency on `Foundation` and adds extensions on Foundation types like `Data`. This trait is enabled by default.
3232
- `SubprocessSpan`: makes Subprocess’ API, mainly `OutputProtocol`, `RawSpan` based. This trait is enabled whenever `RawSpan` is available and should only be disabled when `RawSpan` is not available.
@@ -35,7 +35,7 @@ Please find the API proposal [here](https://github.com/swiftlang/swift-foundatio
3535

3636
### Swift Versions
3737

38-
The minimal supported Swift version is Swift 6.0.
38+
The minimal supported Swift version is **Swift 6.1**.
3939

4040
To experiment with the `SubprocessSpan` trait, Swift 6.2 is required. Currently, you can download the Swift 6.2 toolchain (`main` development snapshot) [here](https://www.swift.org/install/macos/#development-snapshots).
4141

0 commit comments

Comments
 (0)