Closed hi2gage closed 1 week ago
Fixes #8079
Allows unsafe flags for edited packages
Edited packages in SwiftPM should be allowed to use unsafe flags.
Adjusted logic in unsafeAllowedPackages to add .edited packages to the allowed list, alongside the root package and .fileSystem packages
unsafeAllowedPackages
.edited
.fileSystem
After this change, edited packages will be permitted to use unsafe flags.
Awesome. That really annoyed me :).
@swift-ci please test
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
packagesResult:
After this change, edited packages will be permitted to use unsafe flags.