refactor: Remove extra Hashable conformance for ParseObject #693
Annotations
10 warnings
Build-Test:
Tests/ParseSwiftTests/ParseObjectAsyncTests.swift#L159
stored property 'objectId' of 'Sendable'-conforming class 'GameScoreClass' is mutable
|
Build-Test:
Tests/ParseSwiftTests/ParseObjectAsyncTests.swift#L200
stored property 'objectId' of 'Sendable'-conforming class 'GameClass' is mutable
|
Build-Test:
Tests/ParseSwiftTests/ParseObjectTests.swift#L144
stored property 'objectId' of 'Sendable'-conforming class 'GameScoreClass' is mutable
|
Build-Test:
Tests/ParseSwiftTests/ParseObjectTests.swift#L185
stored property 'objectId' of 'Sendable'-conforming class 'GameClass' is mutable
|
Build-Test:
Tests/ParseSwiftTests/ParseQueryTests.swift#L2956
'withinPolygon(key:points:)' is deprecated: renamed to 'geoPoint'
|
Build-Test:
Tests/ParseSwiftTests/ParseQueryTests.swift#L2974
'withinPolygon(key:polygon:)' is deprecated: renamed to 'geoPoint'
|
Build-Test:
Tests/ParseSwiftTests/ParseQueryTests.swift#L2988
'polygonContains(key:point:)' is deprecated: renamed to 'polygon'
|
Build-Test:
Tests/ParseSwiftTests/ParseServerAsyncTests.swift#L56
'ParseHealth' is deprecated: renamed to 'ParseServer'
|
Build-Test:
Tests/ParseSwiftTests/ParseServerAsyncTests.swift#L56
'check(options:)' is deprecated: renamed to 'health'
|
Build-Test:
Tests/ParseSwiftTests/ParseServerCombineTests.swift#L58
'checkPublisher(options:)' is deprecated: renamed to 'healthPublisher'
|
Loading