-
Notifications
You must be signed in to change notification settings - Fork 440
[SR-9038] Swift Syntax requires the use of dynamic linking #442
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
Comment by tanner0101 (JIRA) |
As far as I understand, Swift Syntax still dynamically links to |
rdar://90554334 |
This is no longer true as of #616. You can now consume SwiftSyntax and the SwiftParser as static libraries without any superfluous dependencies. |
Add a rule that prevents assignment from appearing in expression contexts.
Additional Detail from JIRA
md5: 9bbab7716cc05fa62a1f9472abf24ed4
Issue Description:
Currently Swift Syntax vends a dynamic product (https://github.com/apple/swift-syntax/blob/master/Package.swift#L8).
This creates issues when trying to link a static executable that uses Swift Syntax. Is there any way this could be changed to a normal product?
The text was updated successfully, but these errors were encountered: