Skip to content

[CI] Revert -Osize flag implementation#3899

Merged
testableapple merged 1 commit into
developfrom
ci/size-flag
Dec 18, 2025
Merged

[CI] Revert -Osize flag implementation#3899
testableapple merged 1 commit into
developfrom
ci/size-flag

Conversation

@testableapple
Copy link
Copy Markdown
Contributor

@testableapple testableapple commented Dec 18, 2025

🎯 Goal

Resolve:

.unsafeFlags are not allowed for dependencies specified with a version. The workaround is to specify the version with a commit hash.

Summary by CodeRabbit

  • Chores
    • Updated CI workflows to explicitly specify Xcode version 16.4
    • Modified release build configurations to use default optimization settings

✏️ Tip: You can customize this high-level summary in your review settings.

@testableapple testableapple requested a review from a team as a code owner December 18, 2025 17:46
@testableapple testableapple added the 🤖 CI/CD Any work related to CI/CD label Dec 18, 2025
@coderabbitai
Copy link
Copy Markdown

coderabbitai Bot commented Dec 18, 2025

Walkthrough

Standardizes Xcode version to 16.4 across three GitHub Actions workflows and removes explicit Swift size optimization settings (SWIFT_OPTIMIZATION_LEVEL = -Osize) from Package.swift, podspecs, and the Xcode project configuration, reverting to default compiler optimization behavior for release builds.

Changes

Cohort / File(s) Summary
GitHub Actions Workflows – Xcode Version
.github/workflows/release-publish.yml, .github/workflows/sdk-performance-metrics.yml, .github/workflows/sdk-size-metrics.yml
Added top-level environment variable XCODE_VERSION set to "16.4" in each workflow file; no changes to triggers or job logic.
Build Configuration – Size Optimization Removal
Package.swift, StreamChat.podspec, StreamChat-XCFramework.podspec
Removed explicit Swift optimization level setting (SWIFT_OPTIMIZATION_LEVEL = -Osize) from build configurations; builds now default to compiler's standard optimization level.
Xcode Project Configuration
StreamChat.xcodeproj/project.pbxproj
Removed SWIFT_OPTIMIZATION_LEVEL = "-Osize" setting from Release build configurations across multiple targets (DemoAppPush, StreamChatUI, StreamChat, and others); falls back to default compiler optimization behavior.

Estimated code review effort

🎯 2 (Simple) | ⏱️ ~10 minutes

  • Areas of attention: The StreamChat.xcodeproj/project.pbxproj file is a complex project configuration file affecting multiple targets; verify that the removal of optimization settings is applied consistently across all intended build configurations and that no unintended deletions occurred in the binary-format project file.

Possibly related PRs

Suggested reviewers

  • laevandus
  • martinmitrevski

Poem

🐰 Size limits swept away, Xcode 16.4 holds sway!
No more cramped builds in the night,
Default compilers set things right.
A Swift tale of optimization's flight! 🚀

Pre-merge checks and finishing touches

✅ Passed checks (3 passed)
Check name Status Explanation
Description Check ✅ Passed Check skipped - CodeRabbit’s high-level summary is enabled.
Title check ✅ Passed The title accurately describes the main change: reverting the -Osize flag optimization across multiple build configuration files and workflows.
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check.
✨ Finishing touches
  • 📝 Generate docstrings
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Post copyable unit tests in a comment
  • Commit unit tests in branch ci/size-flag

📜 Recent review details

Configuration used: defaults

Review profile: CHILL

Plan: Pro

Disabled knowledge base sources:

  • Linear integration is disabled by default for public repositories

You can enable these sources in your CodeRabbit configuration.

📥 Commits

Reviewing files that changed from the base of the PR and between 2592f16 and d7a4065.

📒 Files selected for processing (7)
  • .github/workflows/release-publish.yml (1 hunks)
  • .github/workflows/sdk-performance-metrics.yml (1 hunks)
  • .github/workflows/sdk-size-metrics.yml (1 hunks)
  • Package.swift (1 hunks)
  • StreamChat-XCFramework.podspec (0 hunks)
  • StreamChat.podspec (0 hunks)
  • StreamChat.xcodeproj/project.pbxproj (0 hunks)
💤 Files with no reviewable changes (3)
  • StreamChat.xcodeproj/project.pbxproj
  • StreamChat.podspec
  • StreamChat-XCFramework.podspec
🧰 Additional context used
📓 Path-based instructions (1)
**/*.swift

📄 CodeRabbit inference engine (AGENTS.md)

**/*.swift: Write Swift code compatible with iOS deployment targets specified in Package.swift and podspec files; do not lower deployment targets without approval
Use SwiftLint with strict mode and respect .swiftlint.yml rules; justify and scope any exceptions rather than suppressing rules broadly
Run SwiftFormat for code formatting and respect repository-specific style conventions
Never commit API keys or customer data; use obvious placeholders (e.g., YOUR_STREAM_KEY) in example code
Follow the project's zero-warnings policy: fix new warnings and avoid introducing any

Files:

  • Package.swift
🧠 Learnings (9)
📓 Common learnings
Learnt from: CR
Repo: GetStream/stream-chat-swift PR: 0
File: AGENTS.md:0-0
Timestamp: 2025-11-25T12:17:18.459Z
Learning: Applies to **/*.swift : Write Swift code compatible with iOS deployment targets specified in Package.swift and podspec files; do not lower deployment targets without approval
Learnt from: CR
Repo: GetStream/stream-chat-swift PR: 0
File: AGENTS.md:0-0
Timestamp: 2025-11-25T12:17:18.459Z
Learning: Applies to **/*.swift : Run SwiftFormat for code formatting and respect repository-specific style conventions
📚 Learning: 2025-11-25T12:17:18.459Z
Learnt from: CR
Repo: GetStream/stream-chat-swift PR: 0
File: AGENTS.md:0-0
Timestamp: 2025-11-25T12:17:18.459Z
Learning: Applies to Sources/StreamChat/**/*.swift : Ensure public API changes in StreamChat and StreamChatUI include inline documentation and migration notes

Applied to files:

  • Package.swift
📚 Learning: 2025-11-25T12:17:18.459Z
Learnt from: CR
Repo: GetStream/stream-chat-swift PR: 0
File: AGENTS.md:0-0
Timestamp: 2025-11-25T12:17:18.459Z
Learning: Applies to Sources/StreamChatUI/**/*.swift : Ensure public API changes in StreamChatUI include inline documentation and migration notes

Applied to files:

  • Package.swift
📚 Learning: 2025-11-25T12:17:18.459Z
Learnt from: CR
Repo: GetStream/stream-chat-swift PR: 0
File: AGENTS.md:0-0
Timestamp: 2025-11-25T12:17:18.459Z
Learning: Applies to CHANGELOG* : Update CHANGELOG entries for user-visible SDK changes in StreamChat and StreamChatUI

Applied to files:

  • Package.swift
📚 Learning: 2025-11-25T12:17:18.459Z
Learnt from: CR
Repo: GetStream/stream-chat-swift PR: 0
File: AGENTS.md:0-0
Timestamp: 2025-11-25T12:17:18.459Z
Learning: Applies to **/*.swift : Write Swift code compatible with iOS deployment targets specified in Package.swift and podspec files; do not lower deployment targets without approval

Applied to files:

  • Package.swift
📚 Learning: 2025-11-25T12:17:18.459Z
Learnt from: CR
Repo: GetStream/stream-chat-swift PR: 0
File: AGENTS.md:0-0
Timestamp: 2025-11-25T12:17:18.459Z
Learning: Prefer additive changes and avoid breaking public APIs in StreamChat and StreamChatUI

Applied to files:

  • Package.swift
📚 Learning: 2025-11-25T12:17:18.459Z
Learnt from: CR
Repo: GetStream/stream-chat-swift PR: 0
File: AGENTS.md:0-0
Timestamp: 2025-11-25T12:17:18.459Z
Learning: Applies to Tests/**/*.swift : Add or extend tests in the matching module's Tests/ folder for changes to StreamChat or StreamChatUI code, covering core models, API surfaces, and view controller behaviors; use fakes/mocks from test helpers provided by the repo

Applied to files:

  • Package.swift
📚 Learning: 2025-11-25T12:17:18.459Z
Learnt from: CR
Repo: GetStream/stream-chat-swift PR: 0
File: AGENTS.md:0-0
Timestamp: 2025-11-25T12:17:18.459Z
Learning: Prioritize backwards compatibility and API stability when changing code in the Stream iOS Chat SDK

Applied to files:

  • Package.swift
📚 Learning: 2025-11-25T12:17:18.459Z
Learnt from: CR
Repo: GetStream/stream-chat-swift PR: 0
File: AGENTS.md:0-0
Timestamp: 2025-11-25T12:17:18.459Z
Learning: Maintain high test coverage when changing code in the Stream iOS Chat SDK

Applied to files:

  • Package.swift
⏰ Context from checks skipped due to timeout of 90000ms. You can increase the timeout in your CodeRabbit configuration to a maximum of 15 minutes (900000ms). (3)
  • GitHub Check: Build SDKs (Old Xcode)
  • GitHub Check: Metrics
  • GitHub Check: Metrics
🔇 Additional comments (4)
.github/workflows/sdk-performance-metrics.yml (1)

17-17: LGTM! Consistent with other workflow changes.

The XCODE_VERSION environment variable is added consistently across workflows. Ensure this is verified alongside the similar change in sdk-size-metrics.yml.

.github/workflows/release-publish.yml (1)

6-8: LGTM! Standardizes Xcode version across workflows.

The addition of the XCODE_VERSION environment variable is consistent with the changes in sdk-size-metrics.yml and sdk-performance-metrics.yml, providing a single source of truth for the Xcode version across all CI workflows.

.github/workflows/sdk-size-metrics.yml (1)

14-14: The XCODE_VERSION environment variable is actively used. fastlane/Fastfile line 10 reads the variable via ENV['XCODE_VERSION'] with a fallback default, so the environment variable defined in the workflow is properly consumed.

Likely an incorrect or invalid review comment.

Package.swift (1)

34-34: Removal of -Osize optimization addresses the PR objective.

The removal of the swiftSettings block with -Osize optimization directly resolves the issue where ".unsafeFlags are not allowed for dependencies specified with a version." This reverts to default compiler optimization behavior. No downstream dependencies or other targets reference this optimization setting.

The sdk-size-metrics.yml workflow will continue to function, but binary size measurements may increase without the size optimization flag. If strict size constraints are enforced, consider notifying relevant teams of the baseline change in measurements.


Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands and usage tips.

@Stream-SDK-Bot
Copy link
Copy Markdown
Collaborator

SDK Size

title develop branch diff status
StreamChat 6.76 MB 7.28 MB +539 KB 🔴
StreamChatUI 4.91 MB 4.89 MB -15 KB 🚀

@testableapple testableapple merged commit 89fa86c into develop Dec 18, 2025
11 of 12 checks passed
@testableapple testableapple deleted the ci/size-flag branch December 18, 2025 17:58
@Stream-SDK-Bot
Copy link
Copy Markdown
Collaborator

StreamChat XCSize

Object Diff (bytes)
RequestEncoder.o +149972
ChannelController.o +121410
Controller.o -105294
OfflineRequestsRepository.o +85178
ChatMessage.o +75908
Show 368 more objects
Object Diff (bytes)
Logger.o +65490
MessageController.o +65461
CDNClient.o +60238
ChatClient+ChannelController.o -41413
MessageDTO.o +41234
ChannelEditDetailPayload.o +38059
Chat.o +36993
SyncOperations.o +35885
ChatClient.o -31288
MessageEditor.o +28829
MessagePayloads.o +27954
MessageUpdater.o +23218
QueryOptions.o -22700
ChannelListPayload.o -20338
CurrentUserController.o +17621
APIClient.o -16657
MessageSearchQuery.o +16439
ChatRemoteNotificationHandler.o +14449
AttachmentQueueUploader.o +14433
Sequence+CompactMapLoggingError.o -14193
NotificationEvents.o +13368
ChannelListController+Combine.o -12912
ChannelUpdater.o +12360
ChannelListLinker.o +11144
MemberController.o +11142
IdentifiablePayload.o +11112
ErrorPayload.o +10767
EndpointPath.o +10740
ChatChannelWatcherListController.o +10729
EventsController.o +10470
UserController.o -9500
Filter+predicate.o +7910
AttachmentTypes.o -7826
ChatMessageGiphyAttachment.o -7716
Channel.o +7480
ConnectionController.o -7431
PollController.o +7333
ChannelListController.o +7177
Atomic.o -7062
UserDTO.o +7001
ReadStateHandler.o +6938
MessageTranslationsPayload.o -6493
ThreadListController.o +6152
UnknownUserEvent.o -6000
MemberListController.o +5804
ChannelEvents.o +5768
MessageEvents.o +5744
ThreadQuery.o +5560
UnknownChannelEvent.o -5296
MessageReminderListController.o +5180
ChatMessageVideoAttachment.o +5154
LivestreamChannelController.o -5152
MessageRepository.o +4906
PollVoteListController.o +4668
User.o -4356
AudioAnalysing.o +4284
ChatState.o +3942
ReactionListController.o +3736
PollVoteDTO.o +3654
PollsRepository.o +3568
MemberModelDTO.o +3522
MessageSender.o +3490
UserUpdater.o +3350
CurrentUserUpdater.o +3290
ChannelListQuery.o +3158
WebSocketClient.o +3149
LivestreamChannelController+Combine.o +3002
ChannelEventsController.o +2888
RemindersRepository.o +2864
PollsPayloads.o +2862
AudioPlaying.o +2843
MessageSearchController.o +2831
AnyAttachmentUpdater.o +2830
AppSettings.o +2812
ChatState+Observer.o +2659
ThreadListPayload.o +2650
ManualEventHandler.o +2638
ChatClient+Factory.o +2636
MulticastDelegate.o -2632
ConnectionRepository.o -2572
UserPayloads.o +2556
EventType.o +2554
AudioRecording.o +2552
EventPayload.o +2528
CurrentUserDTO.o +2520
ChannelController+Combine.o +2476
AuthenticationRepository.o -2444
MessagesPaginationStateHandling.o +2372
UserSearchController.o -2343
AppStateObserving.o +2341
QueuedRequestDTO.o -2338
MessageReactionGroupDTO.o -2216
ChatMessageAttachment.o +2200
MemberEventMiddleware.o +2172
ReactionEvents.o +2168
MemberEvents.o +2124
Thread.o +2040
DatabaseContainer.o +2022
MessageSearch.o +2017
PollsEvents.o +2008
UserListController.o +2006
PollVoteListController+Combine.o +1974
ChannelDTO.o -1918
Poll.o +1887
MessageController+Combine.o +1852
ChannelListUpdater.o -1768
ChannelReadDTO.o +1756
CurrentUserController+Combine.o +1754
URLRequest+cURL.o +1709
ChatClient+Environment.o +1698
ChannelList.o +1684
MessageReminder.o +1664
AnyAttachmentPayload.o +1624
DatabaseSession.o +1612
ThreadDTO.o +1568
Codable+Extensions.o -1568
ChannelReadUpdaterMiddleware.o +1540
DraftMessagesRepository.o +1506
BlockedUserPayload.o +1500
AudioSamplesProcessor.o -1492
ChatMessageVoiceRecordingAttachment.o +1484
ReminderEvents.o +1416
DataController.o +1398
PollController+Combine.o +1396
LocationPayloads.o +1379
ChannelConfigDTO.o +1378
ChatClientConfig.o +1303
ReminderPayloads.o +1292
UserController+Combine.o +1286
MemberController+Combine.o +1276
ReactionListController+Combine.o +1276
MessageReminderListController+Combine.o +1252
ChannelType.o +1240
ChannelMemberListQuery.o +1224
PushPreferencePayloads.o -1216
ChatMessageImageAttachment.o +1216
ConnectionRecoveryHandler.o +1168
MessageReminderDTO.o +1160
ChatMessageLinkAttachment.o +1160
ChatChannelWatcherListController+Combine.o +1145
MemberListController+Combine.o +1145
MessageSearchController+Combine.o +1145
AttachmentDTO.o +1118
UserSearch.o +1084
Pagination.o +1082
UserSearchState.o +1074
MessageReminderListQuery.o +1070
CurrentUserController+SwiftUI.o +1066
ChannelQuery.o +1060
MessageReactionRequestPayload.o +1058
UserListState+Observer.o +1058
ListChange.o +1048
TextLinkDetector.o +1048
PollVoteListController+SwiftUI.o +1048
MessageState+Observer.o +1047
ThreadEvents.o +1044
BackgroundTaskScheduler.o +1013
ThreadReadDTO.o +1012
PollDTO.o +1001
PushDevice.o +1000
ReactionListState+Observer.o +988
Array+Sampling.o -960
MemberListState+Observer.o +951
PinnedMessagesQuery.o +912
ChannelId.o +896
ChatMessageAudioAttachment.o +888
ChatMessageFileAttachment.o +884
UserListController+Combine.o +856
UpdatePartialRequestBody.o +806
ConnectedUser.o +804
DraftEvents.o +792
ActiveLiveLocationsEndTimeTracker.o +792
MessageController+SwiftUI.o +790
MemberPayload.o +784
Device.o -768
MarkdownParser.o +752
CastPollVoteRequestBody.o +744
TypingEvent.o +740
UserEvents.o +740
RawJSON.o +704
InternetConnection.o -700
ChannelController+SwiftUI.o +660
WebSocketConnectPayload.o -656
PollVoteListQuery.o +644
UserChannelBanEventsMiddleware.o +637
ChannelMemberListQueryDTO.o +628
ChannelTruncateRequestPayload.o +616
AttachmentActionRequestBody.o +610
ChannelListSortingKey.o +608
UserListSortingKey.o +600
CreatePollOptionRequestBody.o +594
NSManagedObject+Extensions.o +586
MutedChannelPayload.o +585
DraftMessage.o +568
ChannelMemberListSortingKey.o +564
SendMessageInterceptor.o +552
IdentifiableModel.o -552
MultipartFormData.o -532
CountdownTracker.o +504
SharedLocationDTO.o +492
AudioAnalysisEngine.o +489
CreatePollRequestBody.o +489
URLSessionWebSocketEngine.o -482
Deprecations.o +480
UserWatchingEventMiddleware.o +468
StreamCollection.o +466
FlagRequestBody.o +464
ConnectionStatus.o +460
NSManagedObject+Validation.o -447
TypingEventsSender.o +444
ThreadsRepository.o +442
TypingStartCleanupMiddleware.o +434
MessagePayload+asModel.o -424
ThreadUpdaterMiddleware.o +424
MessageEndpoints.o +422
Endpoint.o +420
PinnedMessagesPagination.o +420
DraftPayloads.o -416
LazyCachedMapCollection.o -416
EventBatcher.o -416
AttachmentId.o +416
CurrentUserPayloads.o +414
UserListQuery.o +400
WebSocketPingController.o -399
ChannelWatcherHandler.o +396
ChannelMemberUpdater.o -392
ThreadParticipantDTO.o +392
ChannelPayload+asModel.o +388
ThreadEndpoints.o -380
CommandDTO.o -379
ThreadListController+SwiftUI.o +377
Bundle+Extensions.o -374
AttachmentDownloader.o -366
ChatChannelWatcherListController+SwiftUI.o +366
ClientError.o -364
BaseLogDestination.o +352
EventNotificationCenter.o +348
MessageReactionType.o +344
MessageSearchController+SwiftUI.o +342
ChannelListState+Observer.o +341
RetryStrategy.o +340
MessageSearchState.o +336
Member.o +336
ChannelListController+SwiftUI.o +334
MemberListController+SwiftUI.o +334
AssetPropertyLoading.o +332
AudioValuePercentageNormaliser.o -324
MarkUnreadPayload.o +322
ChannelCodingKeys.o +318
Filter.o +315
SyncRepository.o +312
AVAsset+TotalAudioSamples.o +312
MessageModerationDetailsPayload.o +311
MessageReactionDTO.o -304
GuestUserTokenRequestPayload.o +292
AppSettingsPayload.o +286
ChannelDeliveryTracker.o -286
PollController+SwiftUI.o +282
AudioQueuePlayer.o +276
AudioSamplesExtractor.o -272
KeyedDecodingContainer+Array.o +272
MessageReactionPayload.o +268
MessageReaction.o +268
AudioRecordingContext.o +268
ChannelRepository.o +264
PollVoteListQueryDTO.o +260
UnreadMessageLookup.o +256
HTTPHeader.o +256
ChannelVisibilityEventMiddleware.o +248
MessageState.o +248
ReminderUpdaterMiddleware.o +248
GuestUserTokenPayload.o +244
ChatClientFactory.o -236
DevicePayloads.o -236
PollOptionDTO.o -235
UserListState.o -228
FlagUserPayload.o +228
UserListQueryDTO.o -224
SharedLocation.o +224
ChannelMemberUnbanRequestPayload.o +222
UserList.o +222
ThreadListQuery.o +220
TranslationLanguage.o +216
ChannelMemberListPayload.o -210
UserListController+SwiftUI.o +210
ReactionListController+SwiftUI.o +210
UserListPayload.o -210
MessageReactionGroupPayload.o -206
FlagMessagePayload.o +202
CurrentUser.o +196
AudioPlaybackContext.o +192
PollVote.o +184
UserController+SwiftUI.o +182
AsyncOperation.o -180
MessageAttachmentPayload.o +178
FileUploadPayload.o +176
ConnectionController+SwiftUI.o +174
ChannelListQueryDTO.o +172
ChannelTruncatedEventMiddleware.o +172
BaseURL.o +172
MessageSearchState+Observer.o +170
MemberUpdatePayload.o +170
EventsController+Combine.o -168
MemberController+SwiftUI.o +166
MissingEventsRequestBody.o +166
ConnectionController+Combine.o +164
ChannelListState.o +164
MissingEventsPayload.o -160
ScheduledStreamTimer.o +160
AudioPlayerObserving.o -157
ChannelDeliveredPayload.o +156
AudioRecordingContextAccessor.o -152
PinnedMessagesSortingKey.o +152
LogDestination.o -152
UserListUpdater.o -150
DraftListQuery.o -150
AudioSessionConfiguring.o +149
EventDecoder.o +148
CustomEventRequestBody.o +134
AudioPlaybackState.o +132
ChannelMemberBanRequestPayload.o +132
DeviceDTO.o +132
MessagePinning.o +132
UnreadCount.o +128
AudioSessionProtocol.o -124
ChannelArchivingScope.o -120
ReactionListQueryDTO.o -116
UserInfo.o -116
ChannelEndpoints.o +114
AttachmentUploader.o +114
AITypingEvents.o -112
ChannelDeliveredMiddleware.o +108
PushPreferenceDTO.o +104
BackgroundEntityDatabaseObserver.o -103
MessageReactionGroup.o +100
Timers.o -96
ChannelMuteDTO.o -93
MessageSearchQueryDTO.o +92
AudioPlaybackContextAccessor.o -86
DeliveredMessageInfo.o +84
BlockedUserDetails.o -80
Sorting.o -76
UploadedAttachment.o +76
OptionalDecodable.o +76
UserTypingStateUpdaterMiddleware.o +72
MessageDeliveryCriteriaValidator.o +68
AudioRecordingState.o -68
ChannelMemberListUpdater.o -66
ConnectionEvents.o +64
ReactionList.o -64
EntityChange.o +60
ThreadParticipant.o +60
EventsController+SwiftUI.o +60
ConnectedUserState.o +56
StringInterpolation+Extensions.o +56
ChatClient+ReactionListController.o +52
Error+InternetNotAvailable.o +52
DraftUpdaterMiddleware.o +52
MemberEventObserver.o -48
EventSender.o -48
PushPreference.o +48
MessageModerationDetailsDTO.o -48
ConnectedUserState+Observer.o -48
ThreadRead.o +48
ConsoleLogDestination.o -48
SystemEnvironment.o -44
Reachability_Vendor.o -44
Token.o -43

@Stream-SDK-Bot
Copy link
Copy Markdown
Collaborator

StreamChatUI XCSize

Object Diff (bytes)
Appearance+Images.o +35613
ContainerStackView.o -26186
ChatMessageReactionAuthorsFlowLayout.o +20353
AppearanceProvider.o -16996
ComponentsProvider.o -14380
Show 185 more objects
Object Diff (bytes)
SwipeToReplyGestureHandler.o +10908
ChatMessageListView.o -7297
ChatMessageContentView.o +7011
ChatThreadListVC.o +4986
ImagePipeline.o -4892
ChatChannelListItemView.o -4860
QuotedChatMessageView.o -4420
ChatThreadListItemView.o -4148
InputChatMessageView.o -4012
UnsupportedAttachmentViewInjector.o +3894
TaskLoadImage.o +3780
ChatMessageGiphyView.o -3577
ChatMessageHeaderDecoratorView.o -3196
ChatChannelVC.o +3180
ChatMessageDeliveryStatusView.o -3116
ComposerVC.o -3112
ChatMessageSearchVC.o -2750
UIImageView+SwiftyGif.o +2544
MarkdownFormatter.o -2538
ViewContainerBuilder.o +2184
MessageActionsTransitionController.o +1956
ImageProcessing.o -1950
GalleryVC.o -1901
UITextView+Extensions.o -1779
AttachmentsPreviewVC.o +1660
ChatMessageGalleryView.o +1620
ImageCache.o +1460
ResumableData.o -1284
ChatMessage+Extensions.o +1240
NukeImageLoader.o -1084
DataLoader.o +1075
UploadingOverlayView.o +1072
ChatChannelAvatarView.o +1040
TaskFetchOriginalImageData.o -1036
InputTextView.o +976
ChatMessageReactionsPickerVC.o +972
ImagePipelineCache.o -948
ImageResultsMapper.o -948
ChatFileAttachmentListView+ItemView.o -944
ChatMessageLayoutOptionsResolver.o +940
ChatMessageListView+DiffKit.o +907
ChatMessageListVC.o +896
WaveformView.o -892
ImagePublisher.o -882
ChatSuggestionsVC.o +876
ChatMessageReactionsView.o -866
VoiceRecordingVC.o -848
ChatMessageActionsVC.o -836
ChatMessagePopupVC.o +832
TextViewMentionedUsersHandler.o -772
Changeset.o +706
ChatMessageVoiceRecordingAttachmentListView+ItemView.o -700
VideoAttachmentGalleryPreview.o -684
PollAttachmentView.o -664
PollAttachmentOptionListItemView.o -636
PollCommentListSectionFooterView.o -616
VideoPlaybackControlView.o +596
ChatMessageVoiceRecordingAttachmentListView+ItemViewPresenter.o -592
StagedChangeset.o +590
StackedUserAvatarsView.o +588
Task.o +568
DifferenceKit+Stream.o +537
ChatMessageImageGallery+ImagePreview.o -536
StreamCDN.o +496
ChatChannelNamer.o +464
PollResultsSectionHeaderView.o -444
ChatMessageCell.o -432
Deprecations.o +428
PollResultsTableHeaderView.o -424
DataCache.o +416
TaskFetchDecodedImage.o +401
ChatMessageLayoutOptions.o +400
PollResultsVC.o +380
ClampedView.o +376
BaseViews.o -352
ChatMessageReactionAuthorViewCell.o -352
ChatMessageReactionAuthorsVC.o +340
UIImage+SwiftyGif.o +340
PollCreationMultipleVotesFeatureCell.o -327
PollResultsSectionFooterView.o -314
ListCollectionViewLayout.o +312
PollAttachmentOptionListView.o -308
NukeImageProcessor.o -305
GalleryAttachmentViewInjector.o -303
PollCreationFeatureCell.o -296
ImageRequestKeys.o +282
ComposerKeyboardHandler.o -276
ImageResponse.o +272
MixedAttachmentViewInjector.o +260
LiveRecordingView.o +252
ImageViewExtensions.o +240
ImagePipelineConfiguration.o +236
Algorithm.o +236
ComposerLinkPreviewView.o -224
PollCreationNameCell.o -212
ChatMessageReactionItemView.o -212
ImageRequest.o -212
GiphyAttachmentViewInjector.o -208
SwiftyGifManager.o -208
BannerView.o -200
PollCommentListSectionHeaderView.o -200
AttachmentPreviewProvider.o -200
TaskLoadData.o -198
GradientView.o +184
ChatMessageReactions+Types.o -180
PollAttachmentViewInjector.o -168
VoiceRecordingAttachmentComposerPreview.o -168
ComposerView.o -164
FetchImage.o -164
PollCommentListVC.o -164
PollAllOptionsListVC.o -162
String+Extensions.o +160
ChatChannelHeaderView.o +160
UIViewController+Extensions.o -156
PollResultsVoteItemCell.o -156
PlayPauseButton.o -152
LinkAttachmentViewInjector.o -148
Appearance+ColorPalette.o +144
AlertsRouter.o -144
PollResultsVoteItemView.o -140
TypingIndicatorView.o -140
ImagePrefetcher.o +134
ImageAttachmentGalleryCell.o -132
ChatMessageListRouter.o +130
PollCreationOptionCell.o -128
CommandLabelView.o -124
ChatMentionSuggestionView.o -124
ChatChannelListLoadingViewCellContentView.o +120
RecordButton.o -120
ChatMessageActionControl.o -116
ZoomTransitionController.o -116
DateUtils.o +116
PollCommentListItemView.o -116
ImagePipelineTask.o +112
ChatMessageInteractiveAttachmentView.o +112
AttachmentViewCatalog.o +108
UIView+Extensions.o -108
PollCommentListItemCell.o -108
InvertedScrollViewPaginationHandler.o -104
ImageLoading.o -104
ChatChannelListVC.o -100
StatefulScrollViewPaginationHandler.o +96
VoiceRecordingAttachmentQuotedPreview.o -92
MediaButton.o +92
CheckboxControl.o -88
StreamChat.tbd -84
SwipeableView.o -84
PollResultsVoteListVC.o +84
ImageDecoding.o +84
AudioVisualizationView.o +84
GalleryCollectionViewCell.o -80
Calendar+StreamCalendar.o -80
ZoomDismissalInteractionController.o -76
PollCreationVC.o -76
ChannelListSearchStrategy.o -76
FileAttachmentViewInjector.o -76
PollCreationTextFieldView.o -72
ChatChannelListRouter.o +72
VideoAttachmentComposerPreview.o +72
ChatThreadHeaderView.o -72
ChatMessageInteractiveAttachmentView+ActionButton.o +72
ImageMerger.o +72
ChatChannelListSearchVC.o +72
CurrentChatUserAvatarView.o +72
ImageLoaderOptions.o -72
PollAllOptionsListItemCell.o -64
AudioQueuePlayerNextItemProvider.o -64
ChatMessageGiphyView+GiphyBadge.o -64
VideoLoading.o -62
ZoomAnimator.o -60
ChatThreadRepliesCountDecorationView.o -60
ChatAvatarView.o -60
JumpToUnreadMessagesButton.o +60
VideoAttachmentGalleryCell.o +60
ChatUserAvatarView.o +60
ChatPresenceAvatarView.o -56
ChatReactionPickerBubbleView.o +56
ChatReactionsBubbleView.o +56
StreamModalTransitioningDelegate.o +52
TextFieldView.o -48
ChatChannelListVC+SwiftUI.o -48
ChatMessageActionItem.o -48
ImageEncoding.o +48
ScrollViewPaginationHandler.o +44
Components+SwiftUI.o -44

@sonarqubecloud
Copy link
Copy Markdown

@Stream-SDK-Bot Stream-SDK-Bot mentioned this pull request Dec 18, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

🤖 CI/CD Any work related to CI/CD

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants