swiftlang / swift-package-manager

The Package Manager for the Swift Programming Language
Apache License 2.0
9.71k stars 1.33k forks source link

[SR-5467] The .build/debug symlink doesn't work for SwiftPM development #4983

Open hartbit opened 7 years ago

hartbit commented 7 years ago
Previous ID SR-5467
Radar None
Original Reporter @hartbit
Type Bug
Additional Detail from JIRA | | | |------------------|-----------------| |Votes | 0 | |Component/s | Package Manager | |Labels | Bug, StarterBug | |Assignee | None | |Priority | Medium | md5: 296f6ad61384e581dee3f17ac4f6cd47

relates to:

Issue Description:

The reason is that SwiftPM will incorrectly expect to find the library folder at .build/lib but it's now in .build/target/lib. The bootstrap script should probably create a symlink.

JGiola commented 6 years ago

This bug is still open to grub? Or the fix in the documentation has rendered it useless?

aciidgh commented 6 years ago

This bug is more for documenting the issue. We shouldn't really invest time in fixing this.