Conversation
SPM recommends `Package.swift` point to the latest version, but we're doing the opposite.
|
@marcprux Do you know if there are any changes to the Android action you contributed that may have led to it start failing here? Both this PR and a PR on its dependency, pointfreeco/swift-macro-testing#51 have started to see failing Android CI. |
Comment out the Android CI job in the workflow file.
|
@marcprux Going to disable Android CI for now but will happily take a PR to restore it in the future! |
|
Hrm … nothing should have changed there. That linking error looks vaguely familiar, but I don't recall exactly when I've seen it. I'll look into it and file a PR if I can get it working on a fork. I suspect that updating the SDK from 6.0.2 to something more recent (like 6.2) might help. |
|
@marcprux Thanks! I can give that a quick shot, and if it still fails would appreciate any help whenever your time allows. |
|
I tried |
SPM recommends
Package.swiftpoint to the latest version, but we're doing the opposite.