Change theme
Help
Press space for more information.
Show links for this issue (Shortcut: i, l)
Copy issue ID
Previous Issue (Shortcut: k)
Next Issue (Shortcut: j)
Sign in to use full features.
Vote: I am impacted
Notification menu
Refresh (Shortcut: Shift+r)
Go home (Shortcut: u)
Pending code changes (auto-populated)
Needs more info comment that > 10 days [ID: 963198]
Comment such as: SPAM, non-actionable [ID: 963127]
Resolved actionable follow-up comments [ID: 963027]
View issue level access limits(Press Alt + Right arrow for more information)
Unintended behavior
View staffing
Description
### **What is the incorrect behavior that you are experiencing?**
When integrating Google Maps iOS SDK (v9.1.1) in a SwiftUI app targeting iOS 16+, the following message appears in the console:
```
Multiple instances of CCTClearcutUploader were instantiated. Multiple uploaders function correctly but have an adverse effect on battery performance due to lock contention.
```
This warning suggests that battery performance may be degraded due to lock contention.
---
### **What should happen instead?**
No warnings related to `CCTClearcutUploader` should appear, and there should be no adverse impact on battery performance.
---
### **Link to the Demo Application:**
Unable to provide
---
### **Steps to reproduce the problem:**
1. Integrate Google Maps iOS SDK v9.1.1 in a SwiftUI project targeting iOS 16+.
2. Create a `UIViewRepresentable` wrapper for a `GMSMapView`.
3. Present the map in a SwiftUI view.
---
### **Operating system version:**
iOS 16+
---
### **Google Maps SDK for iOS version:**
9.1.1
---
### **Hardware model:**
iphone 11 ios 18.1.1
iphone 15 pro ios 18.1
---