Skip to content

Releases: swiftlang/swift-tools-support-core

0.1.6

Choose a tag to compare

@sergiocampama sergiocampama released this 30 Jun 23:13
d28e9e3

New support code incoming from llbuild2.

0.1.5

Choose a tag to compare

@sergiocampama sergiocampama released this 16 Jun 17:50

Add typealias for any typed dictionary to store arbitrary context-dependent data.

0.1.4

Choose a tag to compare

@aciidgh aciidgh released this 08 Jun 16:55
Add support for redirecting stderr to stdout.

0.1.3

Choose a tag to compare

@aciidgh aciidgh released this 20 Apr 01:23
[TSCUtility] Use a separate array property wrapper for PolymorphicCod…

0.1.2: [TSCUtility] Introduce PolymorphicCodable property wrapper (#67)

Choose a tag to compare

@aciidgh aciidgh released this 20 Apr 00:53
39fb181
* [TSCUtility] Introduce PolymorphicCodable property wrapper

This allows encoding and decoding polymorphic types without writing
a bunch of boilerplate code.

* [TSCUtility] Conditionally conform Array to PolymorphicCodable

0.1.1: [TSCBasic] Don't delete empty tmpdir

Choose a tag to compare

@aciidgh aciidgh released this 03 Apr 15:23
Only delete tmpdir when explicitly asked by clients.

0.0.1: Merge pull request #8 from apple/update

Choose a tag to compare

@aciidgh aciidgh released this 11 Nov 16:41
693aba4
Sync with SwiftPM trunk