Add a shared platform support pattern to Apple platforms, Linux, and Windows - #132
Open
heckj wants to merge 2 commits into
Open
Add a shared platform support pattern to Apple platforms, Linux, and Windows#132heckj wants to merge 2 commits into
heckj wants to merge 2 commits into
Conversation
…Windows Each catalog now states its SP-0001 tier, minimum supported versions/architectures, available tools, and platform owner, then links out to swift.org/platform-support for the full cross-platform comparison.
Member
Author
shahmishal
reviewed
Aug 7, 2026
Co-authored-by: Mishal Shah <mishal_shah@apple.com>
compnerd
reviewed
Aug 28, 2026
| and a toolchain host — the Swift compiler, Swift Package Manager, and | ||
| SourceKit-LSP all run natively on Windows 10.0 and later. | ||
|
|
||
| The LLDB debugger is available on Windows, but the Swift REPL isn't |
Member
There was a problem hiding this comment.
Turns out that this is no longer accurate 😅 We have actually managed to get the REPL working and Charles (Zablit) has managed to fix a few LLDB issues that fixed the last few issues I believe.
Member
|
Will Android's status be added to this list on the website somewhere? The Android workgroup submitted our application in January and were told our status was approved soon after, with that to be published on the website sometime later. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.



Summary
### Platform supportsubsection to each ofapple-platforms/,linux/, andwindows/'sDocumentation.md, following one shared shape: an SP-0001 tier statement, a minimum version/architecture table, an available-tools note, a platform-owner note, and a closing link to https://www.swift.org/platform-support/ for the full cross-platform comparison.scripts/sources.jsonorscripts/navigation.json; the existing three-catalog wiring under the "Platforms" nav group is unchanged.Test plan
swift package generate-documentation --analyze --warnings-as-errorspasses inapple-platforms/,linux/, andwindows/swift package --disable-sandbox preview-documentationin each catalog