swift-custom-dump icon indicating copy to clipboard operation
swift-custom-dump copied to clipboard

Android CI

Open johankool opened this issue 9 months ago • 1 comments

Simplify Android CI by using a GitHub action instead.

Ran successfully here: https://github.com/johankool/swift-custom-dump/actions/runs/13340335125

Except wasm fails, but that's not due to these changes.

johankool avatar Feb 15 '25 01:02 johankool

Looks like this wasm step is quite old (Swift 5.9.2). You could try updating based on our most up-to-date library: https://github.com/pointfreeco/swift-sharing/blob/10ba53dd428aed9fc4a1543d3271860a6d4b8dd2/.github/workflows/ci.yml#L44-L60

Or we can look into it soon.

mbrandonw avatar Feb 15 '25 01:02 mbrandonw

@johankool Sorry for the delay here! I've rebased things and tried to address a few issues, but I'm a little stumped with the current failure. Is it possible swift-issue-reporting has some Android compatibility issues?

stephencelis avatar Nov 14 '25 20:11 stephencelis

@johankool Sorry for the delay here! I've rebased things and tried to address a few issues, but I'm a little stumped with the current failure. Is it possible swift-issue-reporting has some Android compatibility issues?

According to the Swift Package Index the main branch works, but 1.7.0 not? https://swiftpackageindex.com/pointfreeco/swift-issue-reporting/builds It all doesn't make much sense to me either. I'll have a poke around this weekend.

johankool avatar Nov 14 '25 20:11 johankool

Thanks! And no rush, if/whenever you have time :smile:

stephencelis avatar Nov 14 '25 20:11 stephencelis