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

Fix warnings: Actor Isolated Property #771

Open
2 of 3 tasks
aaronbrethorst opened this issue Nov 30, 2024 · 0 comments
Open
2 of 3 tasks

Fix warnings: Actor Isolated Property #771

aaronbrethorst opened this issue Nov 30, 2024 · 0 comments

Comments

@aaronbrethorst
Copy link
Member

aaronbrethorst commented Nov 30, 2024

There's a new warning in Xcode 16: Actor-isolated property 'configuration' cannot be used to satisfy nonisolated protocol requirement; this is an error in the Swift 6 language mode

Let's fix the places where this warning occurs in our codebase:

  • ./OBAKitCore/Network/RESTAPIService/RESTAPIService.swift:13:16
  • ./OBAKitCore/Network/ObacoAPIService.swift:21:16
  • ./OBAKit/Search/SearchRequest.swift:113:47
aaronbrethorst added a commit that referenced this issue Dec 10, 2024
aaronbrethorst added a commit that referenced this issue Dec 12, 2024
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

No branches or pull requests

1 participant