pointfreeco / swift-macro-testing

Magical testing tools for Swift macros.
MIT License
266 stars 19 forks source link

Xcode 16 beta 5: Fix test trait #28

Closed stephencelis closed 1 month ago

stephencelis commented 1 month ago

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.