-
Notifications
You must be signed in to change notification settings - Fork 10.5k
Add _getMetadataSection{,Count,Name} to API digester allow list #33138
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 smoke test |
See non-asserts build failure here: https://ci.swift.org/job/oss-swift-package-osx/5007/consoleText |
@vedantk I think this will fail to build in Linux release builds, because of the
|
@swift-ci smoke test |
|
@swift-ci smoke test OS X platform |
Also, I'm not sure why it's failing to build on OS X now. It looks like There are these two lines in
My guess is that we're adding our functions twice to the list, and that's why it's failing (I'm not 100% sure on this though) |
It looks @natecook1000 and I both tried to address the issue by removing these APIs in non-asserts builds (Nate's change is 014918c). |
@swift-ci smoke test |
These APIs are needed to build SwiftReflectionTest.swift when testing Release builds. This rolls back 014918c, which hid these APIs in non-asserts builds causing a failure: https://ci-external.swift.org/job/oss-swift-RA-linux-ubuntu-16.04-android-arm64/5708/consoleText rdar://66103895
@swift-ci smoke test |
These APIs facilitate building SwiftReflectionTest.swift when testing Release builds.
rdar://66103895