Open
Description
Previous ID | SR-2149 |
Radar | None |
Original Reporter | jdfergason (JIRA User) |
Type | Improvement |
Attachment: Download
Additional Detail from JIRA
Votes | 0 |
Component/s | Foundation, Standard Library, XCTest |
Labels | Improvement, BuildScript, Linux |
Assignee | None |
Priority | Medium |
md5: 66a51e7b642ee4f70f3b45c8fdd364ba
Issue Description:
Shared libraries in the swift distribution should be versioned with an SONAME under linux. This will help users upgrade libraries when ABI compatibility is not broken.
A good overview of shared library versioning is available here: http://packaging.ubuntu.com/html/libraries.html
I have attached a patch that adds versioning of shared libraries for the standard library, foundation, and xctest.