-
Notifications
You must be signed in to change notification settings - Fork 10.5k
Emit a remark when rebuilding the standard library interface #37126
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
Conversation
@swift-ci please test |
Build failed |
Build failed |
0ffe2a3
to
c7f1c03
Compare
@swift-ci please test |
Build failed |
Build failed |
c7f1c03
to
def55c0
Compare
@swift-ci please test |
Build failed |
Build failed |
def55c0
to
aebc403
Compare
@swift-ci please test and merge |
Although users should usually use a prebuilt standard library, in those rare configurations where one needs to be built, the compiler appears to hang for several minutes, even on a trivial compilation. This commit adds a remark that's emitted when this happens, explaining that the standard library is being rebuilt and it will take a few minutes.
aebc403
to
77117b0
Compare
@swift-ci please test and merge |
Although users should usually use a prebuilt standard library, in those rare configurations where one needs to be built, the compiler appears to hang for several minutes, even on a trivial compilation. This PR adds a remark that's emitted when this happens, explaining that the standard library is being rebuilt and it will take a few minutes.