Skip to content
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

Swift 6 migration #38

Draft
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

dtsiflit
Copy link
Collaborator

@dtsiflit dtsiflit commented Oct 8, 2024

Description of change

Migrate codebase to Swift 6

Checklist:

  • I have performed a self-review of my own code
  • I have commented my code, particularly in hard-to-understand areas
  • I have made corresponding changes to the readme
  • My changes generate no new warnings
  • I have added unit tests that prove my fix is effective or that my feature works
  • New and existing unit tests pass locally with my changes

@dtsiflit dtsiflit self-assigned this Oct 8, 2024
@@ -15,11 +15,11 @@
*/
import Foundation
import SwiftyJSON
import JSONWebKey
@preconcurrency import JSONWebKey
Copy link
Contributor

Choose a reason for hiding this comment

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

Hey @dtsiflit . I think version 4.0.1 already has swift 6 support ;) so this would not be needed.

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

Thanks so much @goncalo-frade-iohk :) I've updated the PR to reflect this.

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