Commits
Daniel Dunbar committed 14ef6e41f08
[dep] Stop hiding archives from swiftc with Xlinker. - This was previously needed because swift-autolink-extract wasn't able to handle static archives, but that has been fixed. - This fixes issues with us not properly finding dependencies in dependent packags. - Fixes SR-92.