-
Notifications
You must be signed in to change notification settings - Fork 154
[Add] ACHNBrowserUI #424
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
[Add] ACHNBrowserUI #424
Conversation
@swift-ci test |
Anything I should do? |
Ah, this isn't related to your changes at all. Restarting testing. |
@swift-ci test |
@swift-ci test |
It's the silly header error again, ugh.
I thought that was already fixed. Let's see what we can do here... Btw, is there a typo in the name (ACHNBrowserUI instead of ACNHBrowserUI)? |
Busted.... yes I’ve made a typo when I created the repository and the project and now it’s too late haha... |
I think this has been fixed; bunch of PRs against apple/swift are passing, instead of falling over with the header error. @swift-ci please clean test |
Oh boy, I was not expecting this to trigger a crash in the compiler. Filed SR-12824. |
So basically, we’re actually seeing a regression then 😄 |
It's not clear if it's a regression. For example, we disable assertions in the toolchain shipping in Xcode, but the compiler being used in the tests here has assertions on. I think (not 100% sure) that this is also true for some verifier passes. Since the crash is happening during a verifier pass, it's possible that this issue is present even in shipping toolchains, but it isn't getting triggered because it's off by default. If you want to try it out, you could try building the project using additional compiler flags |
Awesome I’ll try, maybe I’m doing something a bit off and I can fix it for this PR to pass. |
Thanks for checking, then that's probably a regression. |
Looks like this was just fixed yesterday: swiftlang/swift#31832 @swift-ci please clean test |
Nice! I'll also update both MovieSwiftUI and this project commit once this PR pass. Quite a lot of more SwiftUI in both projects. |
The failure right now is when building another project ( |
Cannot reproduce the @swift-ci please test |
Maybe one more time ? :p |
@swift-ci please test |
🥳 WOOOOW |
🚢 |
Pull Request Description
Add ACHNBrowserUI a full featured SwiftUI application
Acceptance Criteria
To be accepted into the Swift source compatibility test suite, a project must:
./project_precommit_check
script runEnsure project meets all listed requirements before submitting a pull request.