Skip to content

Update App-Auth-iOS for Swift 6 Strict Concurrency Compatibility#943

Open
wcharysz wants to merge 4 commits intoopenid:masterfrom
wcharysz:SendableModels
Open

Update App-Auth-iOS for Swift 6 Strict Concurrency Compatibility#943
wcharysz wants to merge 4 commits intoopenid:masterfrom
wcharysz:SendableModels

Conversation

@wcharysz
Copy link

This PR updates the App-Auth-iOS Objective-C library to support Swift 6's strict concurrency model. Key changes include:

  • Marked response models as Sendable to ensure safe usage across concurrency domains.

  • Refactored code involving UIWindow and UIAccessibilityIsGuidedAccessEnabled() to allow invocation outside of the GCD main queue, improving flexibility and concurrency safety.

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.

2 participants