Skip to content

Update iOS minimum deployment target to 13#494

Merged
mattpolzin merged 1 commit intomattpolzin:mainfrom
victorpuga-forks:fix-ios-min-version
Apr 9, 2026
Merged

Update iOS minimum deployment target to 13#494
mattpolzin merged 1 commit intomattpolzin:mainfrom
victorpuga-forks:fix-ios-min-version

Conversation

@VictorPuga
Copy link
Copy Markdown
Contributor

Fixes compiler errors caused by Swift concurrency features (async/await) that require iOS 13.0 or later. The codebase uses async/await extensively but Package.swift was declaring iOS 11 or 12 as minimum, causing build failures when adding OpenAPIKit as a dependency.

Fixes: #493

Fixes compiler errors caused by Swift concurrency features (async/await)
that require iOS 13.0 or later. The codebase uses async/await extensively
but Package.swift was declaring iOS 11 or 12 as minimum, causing build
failures when adding OpenAPIKit as a dependency.

Co-Authored-By: Claude Haiku 4.5 <noreply@anthropic.com>
Copy link
Copy Markdown
Owner

@mattpolzin mattpolzin left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Indeed. Thanks!

@mattpolzin mattpolzin merged commit fb0c5d4 into mattpolzin:main Apr 9, 2026
34 of 40 checks passed
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.

Package.swift declares iOS 11/12 minimum but code uses iOS 13+ concurrency features

2 participants