한국어는 못해?
Generated on 8/22/2024
1 search
안녕하세요! WWDC에서 발표된 Apple의 콘텐츠에 대해 질문해 주시면 기쁘게 답변해 드리겠습니다. 예를 들어, Swift의 새로운 기능이나 Swift Testing에 대한 정보가 필요하시면 말씀해 주세요. WWDC에서 다룬 주제에 대해 궁금한 점이 있으시면 언제든지 질문해 주세요.
Consume noncopyable types in Swift
Get started with noncopyable types in Swift. Discover what copying means in Swift, when you might want to use a noncopyable type, and how value ownership lets you state your intentions clearly.
What’s new in Swift
Join us for an update on Swift. We’ll briefly go through a history of Swift over the past decade, and show you how the community has grown through workgroups, expanded the package ecosystem, and increased platform support. We’ll introduce you to a new language mode that achieves data-race safety by default, and a language subset that lets you run Swift on highly constrained systems. We’ll also explore some language updates including noncopyable types, typed throws, and improved C++ interoperability.
Meet Swift Testing
Introducing Swift Testing: a new package for testing your code using Swift. Explore the building blocks of its powerful new API, discover how it can be applied in common testing workflows, and learn how it relates to XCTest and open source Swift.
Go further with Swift Testing
Learn how to write a sweet set of (test) suites using Swift Testing’s baked-in features. Discover how to take the building blocks further and use them to help expand tests to cover more scenarios, organize your tests across different suites, and optimize your tests to run in parallel.