Skip to content

Conversation

@megastep
Copy link

The Qonversion SDK v6 fails to build while targeting macOS 10.13 because of Swift Concurrency used in the NoCodes library that requires 10.15 at least. This breaks applications relying on it even if they target a more recent macOS version because the package itself can't build.

This may be a good argument to split the NoCodes into its own sub library but in the meantime this simple patch allows to use the library on macOS again.

Copilot AI review requested due to automatic review settings December 16, 2025 00:12
Copy link

Copilot AI left a comment

Choose a reason for hiding this comment

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

Pull request overview

This PR updates the minimum macOS deployment target from 10.13 to 10.15 in Package.swift to resolve build failures caused by Swift Concurrency features used in the NoCodes library. Swift Concurrency (async/await) requires macOS 10.15 or later, and without this change, the SDK cannot build when targeting macOS 10.13.

Key Changes

  • Updated minimum macOS version from 10.13 to 10.15 in Package.swift platform requirements

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Development

Successfully merging this pull request may close these issues.

1 participant