Fetching Featured Artists for a Playlist no longer working in iOS 26.1 beta

Fetching the featured artists in a playlist, no longer works in iOS 26.1 beta

 let detailedPlaylist = try await playlist.with([.tracks, .featuredArtists], preferredSource: .library)

Throws error when using .library and using .catalog returns empty array.

This works correctly in iOS 26.0 and iOS 18 versions

Fetching Featured Artists for a Playlist no longer working in iOS 26.1 beta
 
 
Q