tvOS 18.2 Release Notes
Update your apps to use new features, and test your apps against API changes.
Overview
The tvOS 18.2 SDK provides support to develop tvOS apps for Apple TV devices running tvOS 18.2. The SDK comes bundled with Xcode 16.2, available from the Mac App Store. For information on the compatibility requirements for Xcode 16.2, see Xcode 16.2 Release Notes.
SwiftUI
Resolved Issues
Fixed: Compiling in the Swift 6 language mode might cause an
@Entryerror due to “static propertydefaultValueis not concurrency-safe because non-‘Sendable’ type”. (133885814)Fixed: Views won’t accept dropped directories if UTType.directory or UTType.fileURL are not in the list of accepted content types for drop. (138158126)