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
Only automatically link snippets to product libraries (#5929)
Snippets illustrate how to use a package's products by design, so they shouldn't link to library targets that aren't exported as products.
If snippets link to all library targets, one negative result would be inadvertently linking to test support libraries, which could cause failures due to automatic linking of `@rpath/libXCTestSwiftSupport.dylib`, a library not available to snippets at runtime.
rdar://102746374
0 commit comments