Skip to content

Package Swift stdlib #5

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

Merged
merged 3 commits into from
Dec 13, 2022
Merged

Package Swift stdlib #5

merged 3 commits into from
Dec 13, 2022

Conversation

AlexDenisov
Copy link
Contributor

No description provided.

@AlexDenisov AlexDenisov marked this pull request as ready for review December 13, 2022 13:11
@AlexDenisov AlexDenisov requested a review from redsun82 December 13, 2022 13:11
Copy link
Contributor

@redsun82 redsun82 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We could have probably also packaged the .a files into our big single-file library, but it's not that important. 👍

@AlexDenisov
Copy link
Contributor Author

AlexDenisov commented Dec 13, 2022

We could have probably also packaged the .a files into our big single-file library, but it's not that important. 👍

Yes, but

  1. They are not exposed via CMake, instead there are a bunch of libswiftSomething-platform-arch.
  2. For some reason, even when I bundle those platform specific archives, later extractor still cannot link to them instead showing warnings like:
ld: warning: Could not find or use auto-linked library 'swiftCompatibilityDynamicReplacements'
ld: warning: Could not find or use auto-linked library 'swiftCompatibility51'
ld: warning: Could not find or use auto-linked library 'swiftCompatibilityConcurrency'
ld: warning: Could not find or use auto-linked library 'swiftCompatibility50'

@AlexDenisov AlexDenisov merged commit 6fa3c81 into main Dec 13, 2022
@AlexDenisov AlexDenisov deleted the alexdenisov/package-swift-stdlib branch December 13, 2022 14:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants