Skip to content

Releases: swiftlang/swift-tools-support-core

0.5.1

Choose a tag to compare

@jakepetroules jakepetroules released this 10 Feb 23:36

0.5.0

Choose a tag to compare

@jakepetroules jakepetroules released this 08 Feb 19:44

0.4.2

Choose a tag to compare

@jakepetroules jakepetroules released this 07 Feb 11:39

0.4.1

Choose a tag to compare

@jakepetroules jakepetroules released this 07 Feb 07:01

0.4.0

Choose a tag to compare

@neonichu neonichu released this 07 Dec 22:37
284a418

0.2.7

Choose a tag to compare

@neonichu neonichu released this 08 Aug 17:58
Lowered macOS deployment target for continuity of the 0.2.x release

0.3.0

Choose a tag to compare

@neonichu neonichu released this 08 Aug 17:59
0b77e67
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

Choose a tag to compare

@neonichu neonichu released this 05 Aug 23:14
79be291
Clarify when we're creating a TSC Thread and not a Foundation Thread …

0.2.5

Choose a tag to compare

@jakepetroules jakepetroules released this 19 Feb 19:29
b7667f3

0.2.4: Merge pull request #247 from apple/remove-foundation-networking

Choose a tag to compare

@jakepetroules jakepetroules released this 21 Nov 20:27
f9bbd6b
Removed deprecated Downloader