Closed tayloraswift closed 3 months ago
make it slightly easier to use multiple Swift toolchains
from unidoc-preview, this removes the --swift-runtime and --swift-path options, and replaces them with --swift-toolchain, which takes a path to Swift’s ‘usr/’ directory.
unidoc-preview
--swift-runtime
--swift-path
--swift-toolchain
usr/
make it slightly easier to use multiple Swift toolchains
from
unidoc-preview
, this removes the--swift-runtime
and--swift-path
options, and replaces them with--swift-toolchain
, which takes a path to Swift’s ‘usr/
’ directory.