You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
that provides the corresponding concurrency types.
41
-
On Apple platforms, set a deployment target
42
-
of at least iOS 13, macOS 10.15, tvOS 13, watchOS 6, or visionOS 1.
15
+
并发功能需要 Swift 5 版本以及提供相应并发类型的 Swift 标准库版本。在 Apple 平台上,部署的目标版本需设置为 iOS 13、macOS 10.15、tvOS 13、watchOS 6 或 visionOS 1 以上。
43
16
44
-
A target written in Swift 6 can depend on
45
-
a target that's written in Swift 5, Swift 4.2 or Swift 4,
46
-
and vice versa.
47
-
This means, if you have a large project
48
-
that's divided into multiple frameworks,
49
-
you can migrate your code to a newer language version
50
-
one framework at a time.
17
+
用 Swift 6 编写的项目可以依赖 Swift 5、Swift 4.2 或 Swift 4 编写的项目,反之亦然。这意味着,如果你有一个大型项目,并将其分为多个框架,你可以逐个框架地将代码迁移到新版本。
51
18
52
-
> Beta Software:
19
+
> Beta 版软件:
53
20
>
54
-
> This documentation contains preliminary information about an API or technology in development. This information is subject to change, and software implemented according to this documentation should be tested with final operating system software.
21
+
> 本文档包含关于正在开发的 API 或技术的初步信息。这些信息可能会发生变化,并且根据本文档实现的软件应与最终的操作系统软件一起进行测试。
55
22
>
56
-
> Learn more about using [Apple's beta software](https://developer.apple.com/support/beta-software/).
0 commit comments