Cursor pagination hotfix #817
Merged
Xcode Cloud / Mlem | Testflight | Archive - iOS
succeeded
Dec 17, 2023 in 9m 6s
22 warnings
Report Summary | |
---|---|
Errors | 0 |
Test Failures | 0 |
Analysis Issues | 0 |
Warnings | 22 |
Details
22 Warnings
Details
- Mlem/Views/Tabs/Inbox/Feed/Item Types/Inbox Reply View.swift:49
'init(person:serverInstanceLocation:overrideShowAvatar:postContext:commentContext:)' is deprecated: Provide a UserModel rather than an APIPerson.
- Mlem/Views/Shared/Comments/Components/CommentBodyView.swift:60
'init(person:serverInstanceLocation:overrideShowAvatar:postContext:commentContext:)' is deprecated: Provide a UserModel rather than an APIPerson.
- Mlem/Views/Tabs/Inbox/Feed/Item Types/Inbox Mention View.swift:47
'init(person:serverInstanceLocation:overrideShowAvatar:postContext:commentContext:)' is deprecated: Provide a UserModel rather than an APIPerson.
- Mlem/Views/Tabs/Inbox/Feed/Item Types/Inbox Mention View.swift:63
'init(community:serverInstanceLocation:overrideShowAvatar:extraText:)' is deprecated: Provide a CommunityModel rather than an APICommunity.
- Mlem/Views/Tabs/Feeds/Components/Sidebar View.swift:85
'init(person:serverInstanceLocation:overrideShowAvatar:postContext:commentContext:communityContext:)' is deprecated: Provide a UserModel rather than an APIPerson.
- Mlem/API/APIClient/APIClient.swift:179
Variable 'encoder' was never mutated; consider changing to 'let' constant
- Mlem/Views/Tabs/Profile/User Moderator View.swift:21
'init(community:serverInstanceLocation:overrideShowAvatar:extraText:)' is deprecated: Provide a CommunityModel rather than an APICommunity.
- Mlem/Repositories/PictrsRespository.swift:75
Enum case 'decoding' has 2 associated values; matching them as a tuple is deprecated
- Mlem/Views/Tabs/Profile/UserFeedView.swift:27
'Hashable.hashValue' is deprecated as a protocol requirement; conform type 'UserFeedView.FeedItem' to 'Hashable' by implementing 'hash(into:)' instead
-
Accent color ‘AccentColor’ is not present in any asset catalogs.
-
SwiftLint not installed, download from https://github.com/realm/SwiftLint
- Mlem/Views/Tabs/Feeds/Components/Sidebar View.swift:83
'apiPerson' is deprecated: Use .userProfile instead.
- Mlem/Views/Tabs/Feeds/Feed View Logic.swift:211
'community' is deprecated: Use attributes of the CommunityModel directly instead.
- Mlem/Views/Tabs/Feeds/Feed View Logic.swift:223
'community' is deprecated: Use attributes of the CommunityModel directly instead.
- Mlem/Views/Tabs/Feeds/Feed View Logic.swift:204
'community' is deprecated: Use attributes of the CommunityModel directly instead.
- Mlem/Models/Content/User/UserModel.swift:77
'person' is deprecated: Use attributes of the UserModel directly instead.
- Mlem/Models/Content/Community/CommunityModel.swift:84
'community' is deprecated: Use attributes of the CommunityModel directly instead.
- Mlem/Repositories/PictrsRespository.swift:36
String interpolation produces a debug description for an optional value; did you mean to make this explicit?
- Mlem/Views/Tabs/Inbox/Feed/Item Types/Inbox Message View.swift:53
'init(person:serverInstanceLocation:overrideShowAvatar:postContext:commentContext:)' is deprecated: Provide a UserModel rather than an APIPerson.
- Mlem/API/Models/Common/SuccessResponse.swift:19
Value 'postView' was defined but never used; consider replacing with boolean test
- Mlem/Views/Tabs/Inbox/Feed/Item Types/Inbox Reply View.swift:61
'init(community:serverInstanceLocation:overrideShowAvatar:extraText:)' is deprecated: Provide a CommunityModel rather than an APICommunity.
- Mlem/Navigation/Routes/AppRoutes.swift:52
'apiPerson' is deprecated: Use .userProfile instead.
Loading