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
UTI-based file type detection — On Apple platforms, you can now detect file types directly from Uniform Type Identifier strings or UTType values using the new FileType.detect(uti:) and FileType.detect(utType:) APIs. Available when UniformTypeIdentifiers can be imported (macOS 11+, iOS 14+, tvOS 14+, watchOS 7+, visionOS 1+).
Improvements
Platform and language configuration — Package now declares minimum platform versions and explicitly opts into Swift 6 language mode via swiftLanguageModes: [.v6], removing the need for per-declaration @available annotations.