Skip to content

WiX: package up DocC conditionally #267

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Dec 14, 2023

Conversation

compnerd
Copy link
Member

Add support to package up DocC in the windows distribution. This is the last large component that was missing. At this point, the toolchain distribution is generally speaking complete with:

  • Preprocessor (clang)
  • Assembler (IAS)
  • C/C++/Swift Compiler (clang/clang++/swiftc)
  • Linker (lld)
  • Binary Utilities (LLVM)
  • Debugger (LLDB)
  • REPL
  • Package Manager (SwiftPM)
  • Runtime Inspection Tools (swift-inspect)
  • LSP (sourcekit-lsp)
  • Code Formatter (swift-format)
  • Documentation Tools (DocC)
  • Additional IDE integration Tools (lldb-vscode)
  • Redistributables (MSMs)
  • Runtime (host-only)
  • SDKs (AMD64, ARM64, X86)

Add support to package up DocC in the windows distribution.  This is the
last large component that was missing.  At this point, the toolchain
distribution is generally speaking complete with:
- Preprocessor (clang)
- Assembler (IAS)
- C/C++/Swift Compiler (clang/clang++/swiftc)
- Linker (lld)
- Binary Utilities (LLVM)
- Debugger (LLDB)
- REPL
- Package Manager (SwiftPM)
- Runtime Inspection Tools (swift-inspect)
- LSP (sourcekit-lsp)
- Code Formatter (swift-format)
- Documentation Tools (DocC)
- Additional IDE integration Tools (lldb-vscode)
- Redistributables (MSMs)
- Runtime (host-only)
- SDKs (AMD64, ARM64, X86)
@compnerd
Copy link
Member Author

@compnerd compnerd requested review from etcwilde and hyp December 14, 2023 20:17
@compnerd compnerd added swift 5.10 Windows Platform: Windows labels Dec 14, 2023
@compnerd compnerd merged commit 97669c5 into swiftlang:release/5.10 Dec 14, 2023
@compnerd compnerd deleted the 510-docc branch December 14, 2023 20:46
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
swift 5.10 Windows Platform: Windows
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants