chore(swift): migrate project to swift 6#68
Open
QiuZhiFei wants to merge 1 commit into
Open
Conversation
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.
变更概述
本 PR 将 FRDIntent 工程整体迁移到 Swift 6,并完成并发相关适配,使
FRDIntentTests在 Swift 6 配置下可通过 test build。主要修改
SWIFT_VERSION到 6.0,IPHONEOS_DEPLOYMENT_TARGET到 13.0,FRDIntent.podspec版本更新到0.10.6。FRDIntentReceivable的init(extras:)标注为@MainActor。FRDControllerManager与FRDURLRoutes补充必要的@MainActor隔离标注。@unchecked Sendable声明。测试结果
已执行:
xcodebuild -project FRDIntent.xcodeproj -scheme FRDIntentTests -configuration Debug -destination 'generic/platform=iOS Simulator' -derivedDataPath /private/tmp/FRDIntentTests-DD build-for-testing结果:
TEST BUILD SUCCEEDED。风险与说明
keyWindowdeprecated),不影响本次提交目标。