-
Notifications
You must be signed in to change notification settings - Fork 1
Add Swift workflow #3
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
@JannThomas please check the build error. Is this a valid error? |
There was a valid error in the iOS target (fixed with 63bf898). But none for the macOS target afaics. |
The target SDK version seems to be 10.15.6. That is wrong. It should be 10.16 or 11.0, depending upon which is available. Can you do that? Doesn't make sense still that it does not compile, as the line in question is marked with |
I guess we'll just have to wait 🤷🏻♂️ |
Create GitHub action workflow for building and testing SchafKit on macOS.
Issues
Currently these tests are failing because the Swift distribution used in the workflow doesn't recognize new features of SwiftUI, which cause it to break. I'm looking into whether this can be fixed.After updating the workflow, we're getting another error.
The issue is being tracked at: swift-actions/setup-swift#133
Generally, another issue is that this only tests the macOS-specific code.
Not sure if there's any way to actually test the iOS-specific code in an automated fashion.