Skip to content

Update FieldParser.swift availability guard #63

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
Mar 28, 2025
Merged

Update FieldParser.swift availability guard #63

merged 1 commit into from
Mar 28, 2025

Conversation

rnro
Copy link
Contributor

@rnro rnro commented Mar 28, 2025

Update FieldParser.swift availability guard for

String(unsafeUninitializedCapacity: unescapedBytes.count)

which is only available on Mac Catalyst 14.0 or later

Update FieldParser.swift availability guard for 
```
String(unsafeUninitializedCapacity: unescapedBytes.count)
```
which is only available on Mac Catalyst 14.0 or later
@rnro rnro added the 🔨 semver/patch No public API change. label Mar 28, 2025
@rnro rnro enabled auto-merge (squash) March 28, 2025 15:58
@rnro rnro merged commit 8e769fa into main Mar 28, 2025
23 checks passed
@rnro rnro deleted the rnro-patch-1 branch March 28, 2025 16:03
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