Skip to content

Releases: swiftlang/swift-tools-support-core

0.1.11

07 Oct 16:48
Compare
Choose a tag to compare
[TSCBasic] Add iOS availability to CryptoKitSHA256

0.1.10

27 Jul 23:12
Compare
Choose a tag to compare
Conform TracingEvent to Codable

0.1.9: Merge pull request #93 from apple/persistent-cache

27 Jul 21:20
8d8d07c
Compare
Choose a tag to compare
[TSCUtility] Add support for creating a persistent cache

0.1.8

04 Jul 18:11
Compare
Choose a tag to compare
[TSCBasic] Add RelativePath.appending(components:) method

0.1.7

02 Jul 20:14
Compare
Choose a tag to compare
Update Context.swift

0.1.6

30 Jun 23:13
d28e9e3
Compare
Choose a tag to compare

New support code incoming from llbuild2.

0.1.5

16 Jun 17:50
Compare
Choose a tag to compare

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

0.1.4

08 Jun 16:55
Compare
Choose a tag to compare
Add support for redirecting stderr to stdout.

0.1.3: [TSCUtility] Use a separate array property wrapper for PolymorphicCod…

20 Apr 01:23
Compare
Choose a tag to compare
…able

Conditional conformance doesn't seem to work that well.

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

20 Apr 00:53
39fb181
Compare
Choose a tag to compare
* [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