Skip to content

Making APNSClient's Sendable conformance public #223

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

Closed
wants to merge 1 commit into from

Conversation

mergesort
Copy link
Contributor

Just a one-liner, but this was useful for me to inject APNSClient into Vapor's StorageKey as described in #222.

@0xTim
Copy link
Contributor

0xTim commented Jul 2, 2025

@mergesort does this work for you? This is failing CI because you can't mark protocol conformances as public

@0xTim 0xTim linked an issue Jul 2, 2025 that may be closed by this pull request
@mergesort
Copy link
Contributor Author

Sorry for this PR and issue, it looks like this was an Xcode issue all along. I implemented this change on my fork, and it seemed to work, but that turned out to be something related to build artifacts. After trying a clean build it's no longer working, and this error is definitely a bug on my part and should be closed. Worst of all, it looks like I should have never even opened this PR because things already work as I needed them to — not sure what was wrong before. 🤦🏻

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Can we make APNSClient's Sendable conformance public?
2 participants