Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,13 @@ The following table maps package releases to their minimum required Swift toolch
| swift-subprocess 0.2.x | >= Swift 6.1 | >= Xcode 16.3 |
| swift-subprocess 0.3.x | >= Swift 6.1 | >= Xcode 16.3 |
| swift-subprocess 0.4.x | >= Swift 6.1 | >= Xcode 16.3 |
| swift-subprocess 0.5.x | >= Swift 6.2 | >= Xcode 26 |
| swift-subprocess 1.0.x | >= Swift 6.2 | >= Xcode 26 |
| main | >= Swift 6.2 | >= Xcode 26 |

> [!NOTE]
> On Darwin, the Xcode column states an SDK requirement as well as a toolchain requirement. Foundation and the other SDK modules come from the active Xcode, so a toolchain installed from swift.org still needs the listed Xcode selected through `xcode-select` or `DEVELOPER_DIR`.


## Feature Overview

Expand Down