-
Notifications
You must be signed in to change notification settings - Fork 1.5k
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
[Storage] Addressing Swift 6 issues with Storage
's instance management
#13445
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Generated by 🚫 Danger |
ncooke3
commented
Aug 1, 2024
paulb777
approved these changes
Aug 1, 2024
✅ No API diff detectedCommit: 81dca91 |
ncooke3
changed the title
[Swift 6] Marking unsafe
[Storage] Addressing Swift 6 issues with Aug 1, 2024
Storage
's instance management
paulb777
approved these changes
Aug 2, 2024
paulb777
reviewed
Aug 2, 2024
cgrindel-self-hosted-renovate bot
referenced
this pull request
in cgrindel/rules_swift_package_manager
Aug 25, 2024
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [firebase/firebase-ios-sdk](https://togithub.com/firebase/firebase-ios-sdk) | major | `from: "10.29.0"` -> `from: "11.1.0"` | --- ### Release Notes <details> <summary>firebase/firebase-ios-sdk (firebase/firebase-ios-sdk)</summary> ### [`v11.1.0`](https://togithub.com/firebase/firebase-ios-sdk/releases/tag/11.1.0): Firebase Apple 11.1.0 [Compare Source](https://togithub.com/firebase/firebase-ios-sdk/compare/11.0.0...11.1.0) The Firebase Apple SDK (11.1.0) is now available. For more details, see the [Firebase Apple SDK release notes.](https://firebase.google.com/support/release-notes/ios#11.1.0) To install this SDK, see [Add Firebase to your project.](https://firebase.google.com/docs/ios/setup) #### What's Changed - \[Infra] Fetch tags first when running firebase-releaser by [@​ncooke3](https://togithub.com/ncooke3) in [https://github.com/firebase/firebase-ios-sdk/pull/13411](https://togithub.com/firebase/firebase-ios-sdk/pull/13411) - Review FirebaseMessaging Tests files by [@​MojtabaHs](https://togithub.com/MojtabaHs) in [https://github.com/firebase/firebase-ios-sdk/pull/13402](https://togithub.com/firebase/firebase-ios-sdk/pull/13402) - Functions Serializer Updates by [@​yakovmanshin](https://togithub.com/yakovmanshin) in [https://github.com/firebase/firebase-ios-sdk/pull/13409](https://togithub.com/firebase/firebase-ios-sdk/pull/13409) - \[storage] Use async GTMSessionFetcher method by [@​paulb777](https://togithub.com/paulb777) in [https://github.com/firebase/firebase-ios-sdk/pull/13405](https://togithub.com/firebase/firebase-ios-sdk/pull/13405) - \[storage] Simplify callback implementation by [@​paulb777](https://togithub.com/paulb777) in [https://github.com/firebase/firebase-ios-sdk/pull/13413](https://togithub.com/firebase/firebase-ios-sdk/pull/13413) - Renamed `FUNSerializer` to `FunctionsSerializer` by [@​yakovmanshin](https://togithub.com/yakovmanshin) in [https://github.com/firebase/firebase-ios-sdk/pull/13410](https://togithub.com/firebase/firebase-ios-sdk/pull/13410) - \[Infra] Upload build-from-HEAD zips on failures by [@​ncooke3](https://togithub.com/ncooke3) in [https://github.com/firebase/firebase-ios-sdk/pull/13414](https://togithub.com/firebase/firebase-ios-sdk/pull/13414) - Move swiftformat options to a config file by [@​andrewheard](https://togithub.com/andrewheard) in [https://github.com/firebase/firebase-ios-sdk/pull/13423](https://togithub.com/firebase/firebase-ios-sdk/pull/13423) - \[v11] Upload Carthage artifacts by [@​ncooke3](https://togithub.com/ncooke3) in [https://github.com/firebase/firebase-ios-sdk/pull/13425](https://togithub.com/firebase/firebase-ios-sdk/pull/13425) - Update versions for Release 11.1.0 by [@​ncooke3](https://togithub.com/ncooke3) in [https://github.com/firebase/firebase-ios-sdk/pull/13426](https://togithub.com/firebase/firebase-ios-sdk/pull/13426) - Consistent Collections Coding in `FunctionsSerializer` by [@​yakovmanshin](https://togithub.com/yakovmanshin) in [https://github.com/firebase/firebase-ios-sdk/pull/13419](https://togithub.com/firebase/firebase-ios-sdk/pull/13419) - \[Auth] Add custom provider support for AuthProviderID by [@​paulb777](https://togithub.com/paulb777) in [https://github.com/firebase/firebase-ios-sdk/pull/13433](https://togithub.com/firebase/firebase-ios-sdk/pull/13433) - \[Infra] Attempt to fix some Crashlytics flakes by [@​ncooke3](https://togithub.com/ncooke3) in [https://github.com/firebase/firebase-ios-sdk/pull/13432](https://togithub.com/firebase/firebase-ios-sdk/pull/13432) - \[AuthErrorCode] should conform to Swift.Error by [@​paulb777](https://togithub.com/paulb777) in [https://github.com/firebase/firebase-ios-sdk/pull/13434](https://togithub.com/firebase/firebase-ios-sdk/pull/13434) - \[Infra] Fix auto-tagging in `release_testing_setup.sh` for prerelease.yml by [@​ncooke3](https://togithub.com/ncooke3) in [https://github.com/firebase/firebase-ios-sdk/pull/13427](https://togithub.com/firebase/firebase-ios-sdk/pull/13427) - \[AppCheck] Force link categories by [@​ncooke3](https://togithub.com/ncooke3) in [https://github.com/firebase/firebase-ios-sdk/pull/13435](https://togithub.com/firebase/firebase-ios-sdk/pull/13435) - \[Infra] Quiet the git fetch ([#​13436](https://togithub.com/firebase/firebase-ios-sdk/issues/13436)) by [@​ncooke3](https://togithub.com/ncooke3) in [https://github.com/firebase/firebase-ios-sdk/pull/13437](https://togithub.com/firebase/firebase-ios-sdk/pull/13437) - \[Infra] Attempt to fix post-merge tagging in prerelease.yml by [@​ncooke3](https://togithub.com/ncooke3) in [https://github.com/firebase/firebase-ios-sdk/pull/13438](https://togithub.com/firebase/firebase-ios-sdk/pull/13438) - \[Infra] Cleanup and small fixes for prerelease.yml by [@​ncooke3](https://togithub.com/ncooke3) in [https://github.com/firebase/firebase-ios-sdk/pull/13439](https://togithub.com/firebase/firebase-ios-sdk/pull/13439) - \[Infra] Remove unneeded debug code by [@​ncooke3](https://togithub.com/ncooke3) in [https://github.com/firebase/firebase-ios-sdk/pull/13441](https://togithub.com/firebase/firebase-ios-sdk/pull/13441) - \[Infra] Extend expectation wait time in FIRCLSSettingsTests.m by [@​ncooke3](https://togithub.com/ncooke3) in [https://github.com/firebase/firebase-ios-sdk/pull/13442](https://togithub.com/firebase/firebase-ios-sdk/pull/13442) - \[Infra] Apply [#​13438](https://togithub.com/firebase/firebase-ios-sdk/issues/13438) fix to other job in 'prerelease.yml' by [@​ncooke3](https://togithub.com/ncooke3) in [https://github.com/firebase/firebase-ios-sdk/pull/13443](https://togithub.com/firebase/firebase-ios-sdk/pull/13443) - Add basic EditorConfig file for repo by [@​andrewheard](https://togithub.com/andrewheard) in [https://github.com/firebase/firebase-ios-sdk/pull/13444](https://togithub.com/firebase/firebase-ios-sdk/pull/13444) - \[storage] Migrate to actor to fix a potential data race in initialization by [@​paulb777](https://togithub.com/paulb777) in [https://github.com/firebase/firebase-ios-sdk/pull/13428](https://togithub.com/firebase/firebase-ios-sdk/pull/13428) - \[Storage] Addressing Swift 6 issues with `Storage`'s instance management by [@​ncooke3](https://togithub.com/ncooke3) in [https://github.com/firebase/firebase-ios-sdk/pull/13445](https://togithub.com/firebase/firebase-ios-sdk/pull/13445) - Functions Cleanup by [@​yakovmanshin](https://togithub.com/yakovmanshin) in [https://github.com/firebase/firebase-ios-sdk/pull/13449](https://togithub.com/firebase/firebase-ios-sdk/pull/13449) - \[Infra] Removing 'release.yml' special casing in 'scripts/release_testing_setup.sh' by [@​ncooke3](https://togithub.com/ncooke3) in [https://github.com/firebase/firebase-ios-sdk/pull/13447](https://togithub.com/firebase/firebase-ios-sdk/pull/13447) - \[Storage] Manage fetcherService from a data race safe singleton by [@​paulb777](https://togithub.com/paulb777) in [https://github.com/firebase/firebase-ios-sdk/pull/13446](https://togithub.com/firebase/firebase-ios-sdk/pull/13446) - Update to xcodeproj 1.25.0 by [@​paulb777](https://togithub.com/paulb777) in [https://github.com/firebase/firebase-ios-sdk/pull/13462](https://togithub.com/firebase/firebase-ios-sdk/pull/13462) - Bump rexml from 3.2.8 to 3.3.3 in /.github/actions/notices_generation by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/firebase/firebase-ios-sdk/pull/13463](https://togithub.com/firebase/firebase-ios-sdk/pull/13463) - \[Auth] Fix async/await crash from implicitly unwrapped nil error by [@​ncooke3](https://togithub.com/ncooke3) in [https://github.com/firebase/firebase-ios-sdk/pull/13472](https://togithub.com/firebase/firebase-ios-sdk/pull/13472) - Refactored Function Calling by [@​yakovmanshin](https://togithub.com/yakovmanshin) in [https://github.com/firebase/firebase-ios-sdk/pull/13476](https://togithub.com/firebase/firebase-ios-sdk/pull/13476) - Firestore VectorValue type by [@​MarkDuckworth](https://togithub.com/MarkDuckworth) in [https://github.com/firebase/firebase-ios-sdk/pull/13404](https://togithub.com/firebase/firebase-ios-sdk/pull/13404) - \[CoreInternal] Address Swift 6 warnings (1) by [@​ncooke3](https://togithub.com/ncooke3) in [https://github.com/firebase/firebase-ios-sdk/pull/13454](https://togithub.com/firebase/firebase-ios-sdk/pull/13454) - \[Firestore] Update Firestore SPM binary to fix spm-binary workflow by [@​ncooke3](https://togithub.com/ncooke3) in [https://github.com/firebase/firebase-ios-sdk/pull/13485](https://togithub.com/firebase/firebase-ios-sdk/pull/13485) - \[Firestore] Resolve protocol conformance warnings by [@​ncooke3](https://togithub.com/ncooke3) in [https://github.com/firebase/firebase-ios-sdk/pull/13484](https://togithub.com/firebase/firebase-ios-sdk/pull/13484) - \[Auth] Update sample plist to have URL scheme for phone auth by [@​ncooke3](https://togithub.com/ncooke3) in [https://github.com/firebase/firebase-ios-sdk/pull/13487](https://togithub.com/firebase/firebase-ios-sdk/pull/13487) - \[Infra] Force link remaining categories after [#​13435](https://togithub.com/firebase/firebase-ios-sdk/issues/13435) by [@​ncooke3](https://togithub.com/ncooke3) in [https://github.com/firebase/firebase-ios-sdk/pull/13491](https://togithub.com/firebase/firebase-ios-sdk/pull/13491) - \[Firestore] Add Sendable annotation to VectorValue by [@​ncooke3](https://togithub.com/ncooke3) in [https://github.com/firebase/firebase-ios-sdk/pull/13483](https://togithub.com/firebase/firebase-ios-sdk/pull/13483) - Analytics 11.1.0 by [@​htcgh](https://togithub.com/htcgh) in [https://github.com/firebase/firebase-ios-sdk/pull/13492](https://togithub.com/firebase/firebase-ios-sdk/pull/13492) - Revert "\[Auth] Update sample plist to have URL scheme for phone auth" by [@​ncooke3](https://togithub.com/ncooke3) in [https://github.com/firebase/firebase-ios-sdk/pull/13493](https://togithub.com/firebase/firebase-ios-sdk/pull/13493) - Update Firestore SPM for 11.1.0 by [@​paulb777](https://togithub.com/paulb777) in [https://github.com/firebase/firebase-ios-sdk/pull/13497](https://togithub.com/firebase/firebase-ios-sdk/pull/13497) - 11.1.0 Changelog update by [@​paulb777](https://togithub.com/paulb777) in [https://github.com/firebase/firebase-ios-sdk/pull/13500](https://togithub.com/firebase/firebase-ios-sdk/pull/13500) - Fix and Regression Test for FirebaseUI 1199 by [@​paulb777](https://togithub.com/paulb777) in [https://github.com/firebase/firebase-ios-sdk/pull/13505](https://togithub.com/firebase/firebase-ios-sdk/pull/13505) **Full Changelog**: firebase/firebase-ios-sdk@11.0.0...11.1.0 ### [`v11.0.0`](https://togithub.com/firebase/firebase-ios-sdk/releases/tag/11.0.0): Firebase Apple 11.0.0 [Compare Source](https://togithub.com/firebase/firebase-ios-sdk/compare/10.29.0...11.0.0) The Firebase Apple SDK (11.0.0) is now available. For more details, see the [Firebase Apple SDK release notes.](https://firebase.google.com/support/release-notes/ios#11.0.0) To install this SDK, see [Add Firebase to your project.](https://firebase.google.com/docs/ios/setup) </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR is behind base branch, or you tick the rebase/retry checkbox. 👻 **Immortal**: This PR will be recreated if closed unmerged. Get [config help](https://togithub.com/renovatebot/renovate/discussions) if that's undesired. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://togithub.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOC4xOC4xIiwidXBkYXRlZEluVmVyIjoiMzguNTIuMCIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOltdfQ==--> Co-authored-by: cgrindel-self-hosted-renovate[bot] <139595543+cgrindel-self-hosted-renovate[bot]@users.noreply.github.com>
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
For context, the original error was:
The important takeaway is that if you synchronize something with an actor (e.g. instance management) in a method that isn't async like:
you'd have to change the signature of the public function which would be breaking.
So I avoided the formal route by decorating the property with
nonisolated(unsafe)
which tells the compiler that we know what we are doing (which we do with the locking mechanism in place). But usingnonisolated(unsafe)
(3f1ba97) on static properties does not work in Swift 5.5 (pitch revision). I'm not sure why it works on Swift 6.0, but the only way around this was to do it both ways for each property and differentiate with a#if swift(>=6.0)
which seemed hacky.So the next stop was to remove the properties from global state by making them instance properties. We can't do so on
Storage
though because there can be multiple instances of Storage (e.g. for multiple Firebase apps), so I made a new class that offers a singleton (so all Storage instances must access the same instance cache).I couldn't make it an actor because of the first learning at the top (the actor would bubble up the added asynchronous-ness). I then ran into:
which makes sense. I added
Sendable
conformance, but the class doesn't meet all requirements. Particularly:I tried working around this by changing the
var
s tolet
s. I tried usingNSLock
because it has reference semantics and we can therefore use thelet
:But, this strategy has no corresponding solution for the
var instances: [String: Storage]
. I tried making it of typeNSDictionary
, butNSDictionary
, does not conform toSendable
. We could box it the dictionary on a reference type, but you're just moving the problem down one abstraction.So, the last option is to mark it with
@unchecked Sendable
which I believe means "I know what I'm doing in this type's implementation so don't worry": https://www.swift.org/migration/documentation/swift-6-concurrency-migration-guide/commonproblems/#Retroactive-Sendable-ConformanceUnfortunately, using
@unchecked Sendable
doesn't offer any improvements in terms of compile time safety. Since the instance cache management is used in a few places (here, GTMSessionFetcher mapping, heartbeat storage), it may make sense to carefully refactor the functionality in a generic type that lives inFirebaseSharedSwift
.