Unknown leaks

Hi, Why am I getting these leaks :

Malloc 512 Bytes10x10504b2b0512 BytesiTunesCloud-[ICCloudClientAvailabilityService canShowCloudVideo]
Malloc 256 Bytes10x281a30600256 BytesiTunesCloud-[ICCloudClient listenerEndpointForService:error:]
Malloc 64 Bytes10x283341a4064 BytesFoundation-[NSXPCConnection synchronousRemoteObjectProxyWithErrorHandler:]

when i just call songs in ipod library :

MPMediaQuery *query = [MPMediaQuery songsQuery];

NSArray *songsMediaItems = [[NSArray alloc] initWithArray:[query items]];

I testing this on IOS 13.2 ,Iphone 8 Plus. The instrument "Leaks" shows that leaks are created in this method:MPMediaQuery *query = [MPMediaQuery songsQuery];

Malloc 512 Bytes10x100a1ef50512 BytesSceneKit-[SCNRenderer setScene:completionHandler:]
Malloc 512 Bytes10x100a8c410512 BytesFoundation-[NSXPCConnection remoteObjectProxyWithErrorHandler:]
Malloc 64 Bytes10x2808d800064 BytesFoundation-[NSXPCConnection remoteObjectProxyWithErrorHandler:]
Malloc 64 Bytes10x28064ee4064 BytesFoundation-[NSObject(NSKeyValueCoding) valueForKey:]


App does not leak in iOS12.4.5, but in iOS 13.3.1 i am receiving following leaks above in "Leaks Instrument". Deinit is called in all my views and viewControllers without an issue.

I have it occuring in iOS 13.1.3, iOS 13.4.

Unknown leaks
 
 
Q