Skip to content

[Enhancement]Increase Swift Version to 6.0 #791

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 3 commits into
base: develop
Choose a base branch
from

Conversation

ipavlidakis
Copy link
Contributor

🔗 Issue Links

Resolves https://linear.app/stream/issue/IOS-834/[enhancement]increase-swift-version-to-60

🎯 Goal

Increase Swift version to 6.0 in preparation for moving to Xcode 16.0

☑️ Contributor Checklist

  • I have signed the Stream CLA (required)
  • This change follows zero ⚠️ policy (required)
  • This change should receive manual QA
  • Changelog is updated with client-facing changes
  • New code is covered by unit tests
  • Comparison screenshots added for visual changes
  • Affected documentation updated (tutorial, CMS)

@ipavlidakis ipavlidakis added the enhancement New feature or request label Apr 30, 2025
@ipavlidakis ipavlidakis self-assigned this Apr 30, 2025
@ipavlidakis ipavlidakis requested a review from a team as a code owner April 30, 2025 08:52
Copy link

Public Interface

🚀 No changes affecting the public interface.

@Stream-SDK-Bot
Copy link
Collaborator

Stream-SDK-Bot commented Apr 30, 2025

SDK Size

title develop branch diff status
StreamVideo 7.54 MB 7.54 MB 0 KB 🟢
StreamVideoSwiftUI 2.25 MB 2.25 MB 0 KB 🟢
StreamVideoUIKit 2.38 MB 2.38 MB 0 KB 🟢
StreamWebRTC 9.85 MB 9.85 MB 0 KB 🟢

@ipavlidakis ipavlidakis force-pushed the enhancement/increase-spm-swift-version branch from 5ff92cf to 8e456e9 Compare April 30, 2025 13:32
Copy link

Public Interface

- @propertyWrapper @available(iOS, introduced: 13, obsoleted: 14) public final class BackportStateObject: DynamicProperty, @unchecked Sendable  
+ @propertyWrapper @available(iOS, introduced: 13, obsoleted: 14) @MainActor public final class BackportStateObject: DynamicProperty, @unchecked Sendable  

1 similar comment
Copy link

github-actions bot commented May 2, 2025

Public Interface

- @propertyWrapper @available(iOS, introduced: 13, obsoleted: 14) public final class BackportStateObject: DynamicProperty, @unchecked Sendable  
+ @propertyWrapper @available(iOS, introduced: 13, obsoleted: 14) @MainActor public final class BackportStateObject: DynamicProperty, @unchecked Sendable  

@ipavlidakis ipavlidakis force-pushed the enhancement/increase-spm-swift-version branch from f0064c4 to 8721b34 Compare May 2, 2025 10:44
Copy link

github-actions bot commented May 2, 2025

Public Interface

- @propertyWrapper @available(iOS, introduced: 13, obsoleted: 14) public final class BackportStateObject: DynamicProperty, @unchecked Sendable  
+ @propertyWrapper @available(iOS, introduced: 13, obsoleted: 14) @MainActor public final class BackportStateObject: DynamicProperty, @unchecked Sendable  

Copy link

sonarqubecloud bot commented May 2, 2025

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants