Skip to content

Releases: swiftlang/swift-tools-support-core

0.4.1

07 Feb 07:01
Compare
Choose a tag to compare

0.4.0

07 Dec 22:37
284a418
Compare
Choose a tag to compare

0.2.7

08 Aug 17:58
Compare
Choose a tag to compare
Lowered macOS deployment target for continuity of the 0.2.x release

0.3.0

08 Aug 17:59
0b77e67
Compare
Choose a tag to compare
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

05 Aug 23:14
79be291
Compare
Choose a tag to compare
Clarify when we're creating a TSC Thread and not a Foundation Thread …

0.2.5

19 Feb 19:29
b7667f3
Compare
Choose a tag to compare

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

21 Nov 20:27
f9bbd6b
Compare
Choose a tag to compare

0.2.3

08 Jul 02:45
3b6b97d
Compare
Choose a tag to compare

0.2.2: Merge pull request #202 from sergiocampama/kaipi/dev

25 Mar 23:47
ab6339b
Compare
Choose a tag to compare
Don't cache executable paths for custom working directory

0.2.1: Merge pull request #201 from sergiocampama/kaipi/dev

24 Mar 21:16
616073f
Compare
Choose a tag to compare
Support executable lookup relative to workingDirectory