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
Add Package edit support for packages with unsafe flags (#8120)
Fixes#8079
Allows unsafe flags for edited packages
### Motivation:
Edited packages in SwiftPM should be allowed to use unsafe flags.
### Modifications:
Adjusted logic in `unsafeAllowedPackages` to add `.edited` packages to
the allowed list, alongside the root package and `.fileSystem` packages
### Result:
After this change, edited packages will be permitted to use unsafe
flags.
0 commit comments