Bump LineSDKSwift to ~> 5.16.1 for Xcode 26 / Swift 6 support#222
Merged
Conversation
joaguirrem
reviewed
May 21, 2026
| s.source_files = "ios/**/*.{h,m,mm,swift}" | ||
|
|
||
| s.dependency 'LineSDKSwift', '~> 5.14.0' | ||
| s.dependency 'LineSDKSwith', '~> 5.16.0' |
Collaborator
There was a problem hiding this comment.
Suggested change
| s.dependency 'LineSDKSwith', '~> 5.16.0' | |
| s.dependency 'LineSDKSwift', '~> 5.16.1' |
Contributor
Author
There was a problem hiding this comment.
Thanks for the review! Applied the typo fix and bumped to 5.16.1 in 8689e6d.
joaguirrem
approved these changes
May 22, 2026
Collaborator
|
Hey @ ayukoyamashita, just wanted to let you know that your fix has been included in the v6.0.1 release 🎉 Thanks for the contribution! |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Bump LineSDKSwift to
~> 5.16.1for Xcode 26 / Swift 6 support🔄 Type of change:
✏️ Description:
Building this library with Xcode 26 fails because the pinned
LineSDKSwift ~> 5.14.0is not compatible with Swift 6 strict concurrency, which is the default language mode in Xcode 26.Errors are emitted from
LineSDKUI/SharingUI/TargetSelecting/ShareTargetSelectingViewController.swift:(3 occurrences in the same file)
LINE has already addressed this on the SDK side:
LineSDKSwift 5.16.1(released 2026-04-03) ships with the Swift 6 concurrency fixes. Bumping the podspec dependency from~> 5.14.0to~> 5.16.1unblocks Xcode 26 builds without any source-level changes here.🎥 Screen record:
N/A — single-line dependency bump. Verified locally that the build succeeds.
📌 Notes:
Scope.OpenId) works as expected.✔️Tasks:
s.dependency 'LineSDKSwift', '~> 5.14.0'to'~> 5.16.1'inreact-native-line.podspec.Podfile.lockwill need to runpod update LineSDKSwiftonce after upgrading to pick up the new version.