Skip to content

Add availability to ConstantAsyncSequence #107

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

Merged
merged 1 commit into from
May 21, 2025

Conversation

FranzBusch
Copy link
Collaborator

We were running into build issues like this

grpc-swift-nio-transport/Sources/GRPCNIOTransportCore/Internal/ConstantAsyncSequence.swift:37:17: error: concurrency is only available in macOS 10.15.0 or newer

when building this package on macOS. It looks like there is just a missing availability annotation.

We were running into build issues like this

> grpc-swift-nio-transport/Sources/GRPCNIOTransportCore/Internal/ConstantAsyncSequence.swift:37:17: error: concurrency is only available in macOS 10.15.0 or newer

when building this package on macOS. It looks like there is just a missing availability annotation.
@glbrntt glbrntt added the 🔨 semver/patch No public API change. label May 21, 2025
@glbrntt glbrntt enabled auto-merge (squash) May 21, 2025 16:16
@glbrntt glbrntt merged commit 7733a8e into main May 21, 2025
25 of 30 checks passed
@glbrntt glbrntt deleted the fb-availability-for-constant-async-sequence branch May 21, 2025 16:26
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🔨 semver/patch No public API change.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants