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
Workaround SwiftPM bug for API breakage checks (#48)
Motivation:
SwiftPM has some issues with the API breakage checker when building
packages which contain an executable and/or a C target.
Modifications:
Don't compile the C target when running the breakage checker.
Result:
API breakage checking works
0 commit comments