Releases: swiftlang/swift-tools-support-core
Releases · swiftlang/swift-tools-support-core
0.5.0
0.4.2
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