You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
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