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
Current, SwiftPM sets the "OTHER_LDFLAGS" build setting to $(inherited) -Wl,-no_warn_duplicate_libraries so that the Apple platform linker won't emit this warning. However, this flag is unknown to linkers other than ld64 for Apple platforms.
There should be a higher-level build setting so that SwiftPM can set it and it takes effect on Apple platforms, and equivalent setting can be used for other linkers.
The text was updated successfully, but these errors were encountered:
Current, SwiftPM sets the "OTHER_LDFLAGS" build setting to
$(inherited) -Wl,-no_warn_duplicate_libraries
so that the Apple platform linker won't emit this warning. However, this flag is unknown to linkers other than ld64 for Apple platforms.There should be a higher-level build setting so that SwiftPM can set it and it takes effect on Apple platforms, and equivalent setting can be used for other linkers.
The text was updated successfully, but these errors were encountered: