Releases: swiftlang/swift-tools-support-core
Releases · swiftlang/swift-tools-support-core
0.4.1
0.4.0
0.2.7
0.3.0
TSCBasic: change spelling for `root` Unlike Unix, Windows does not have a singular unified file system root. Instead, you have a forest with up to 26 roots (A-Z). Due to the current design limitations of the Path API, use a drive-relative path as a root to terminate recursion when using the `InMemoryFileSystem` which is required to work towards enabling tests for SPM.
0.2.6
0.2.5
0.2.4: Merge pull request #247 from apple/remove-foundation-networking
Removed deprecated Downloader
0.2.3
0.2.2: Merge pull request #202 from sergiocampama/kaipi/dev
Don't cache executable paths for custom working directory
0.2.1: Merge pull request #201 from sergiocampama/kaipi/dev
Support executable lookup relative to workingDirectory