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