Skip to content

Bump LineSDKSwift to 5.16 to fix Xcode 26 compilation#143

Merged
onevcat merged 1 commit into
masterfrom
fix/xcode-26-compilation
Apr 3, 2026
Merged

Bump LineSDKSwift to 5.16 to fix Xcode 26 compilation#143
onevcat merged 1 commit into
masterfrom
fix/xcode-26-compilation

Conversation

@onevcat

@onevcat onevcat commented Apr 3, 2026

Copy link
Copy Markdown
Member

Summary

  • Bump minimum LineSDKSwift dependency from ~> 5.13 to ~> 5.16
  • Bump plugin version to 2.7.1

Background

Xcode 26 enables Swift 6 strict concurrency by default, which causes compilation errors in LineSDKSwift versions prior to 5.16.0. The native SDK fix was merged in line/line-sdk-ios-swift#252 and released as 5.16.0.

This PR ensures Flutter plugin users get the fixed native SDK version.

Closes #140

The native LINE SDK 5.16.0 fixes Swift 6 strict concurrency errors
(data races in NotificationCenter observers) that cause compilation
failures on Xcode 26. Bump the minimum dependency to ensure users
pick up the fix.

Closes #140
@onevcat onevcat merged commit f88db60 into master Apr 3, 2026
2 checks passed
@onevcat onevcat deleted the fix/xcode-26-compilation branch April 3, 2026 03:02
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Xcode 26.4 compilation failed

1 participant