Skip to content

Tags: pointfreeco/swift-macro-testing

Tags

0.6.3

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Make our use of SwiftSyntax APIs more resilient to precompiled SwiftS…

…yntax (#49)

* Support newest SwiftSyntax.

* Update android CI to 6.0.3

0.6.2

Run swift-format

0.6.1

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Compile for Android (#34)

* Compile for Android

* Compile for Android

* Add CI

---------

Co-authored-by: Stephen Celis <stephen@stephencelis.com>

0.6.0

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Support array of macros in test trait. (#37)

0.5.3

Run swift-format

0.5.2

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Xcode 16 beta 5: Fix test trait (#28)

* Fix test trait

We can't yet leverage custom execution traits, and in fact Xcode 16 beta
5 removed access to them. Instead we can use the task's current test to
access trait information directly from our helpers.

* wip

0.5.1

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Thread fileID through to all assertInlineSnapshot calls (#26)

This issue and fix should only affect the new Swift Testing framework.

0.5.0

Run swift-format

0.4.2

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Fix resolution of SwiftSyntax 600 (#23)

* Fix SwiftSyntax 600 resolution

* preserve original semantics

0.4.1

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Support swift-syntax from 600.0.0-latest (#22)

* Support swift-syntax from 600.0.0-latest

The Xcode 16 beta generates macro projects using these swift-syntax
snapshots. Luckily things seem to be backwards compatible, so we can
expand our supported range.

* Fix warnings