Build Information
Failed to build MusadoraKit, reference 10.1.0 (31ae61), with Swift 6.1 for macOS (SPM) on 2 Apr 2026 21:57:23 UTC.
Build Command
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun swift build --arch arm64Build Log
========================================
RunAll
========================================
Builder version: 4.69.2
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/rryam/MusadoraKit.git
Reference: 10.1.0
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/rryam/MusadoraKit
* tag 10.1.0 -> FETCH_HEAD
HEAD is now at 31ae617 docs: prep 10.1.0 release
Cloned https://github.com/rryam/MusadoraKit.git
Revision (git rev-parse @):
31ae617f2b1e8f5b7dc90b8744edae0d0871d28a
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/rryam/MusadoraKit.git at 10.1.0
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.1
Building package at path: $PWD
https://github.com/rryam/MusadoraKit.git
https://github.com/rryam/MusadoraKit.git
{
"dependencies" : [
{
"identity" : "swift-docc-plugin",
"requirement" : {
"range" : [
{
"lower_bound" : "1.4.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-docc-plugin"
}
],
"manifest_display_name" : "MusadoraKit",
"name" : "MusadoraKit",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "ios",
"version" : "15.0"
},
{
"name" : "macos",
"version" : "12.0"
},
{
"name" : "watchos",
"version" : "8.0"
},
{
"name" : "tvos",
"version" : "15.0"
},
{
"name" : "visionos",
"version" : "1.0"
}
],
"products" : [
{
"name" : "MusadoraKit",
"targets" : [
"MusadoraKit"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "MusadoraKitTests",
"module_type" : "SwiftTarget",
"name" : "MusadoraKitTests",
"path" : "Tests/MusadoraKitTests",
"resources" : [
{
"path" : "/Users/admin/builder/spi-builder-workspace/Tests/MusadoraKitTests/Fixtures/album_mock.json",
"rule" : {
"process" : {
}
}
},
{
"path" : "/Users/admin/builder/spi-builder-workspace/Tests/MusadoraKitTests/Fixtures/hundred_best_album_mock.json",
"rule" : {
"process" : {
}
}
},
{
"path" : "/Users/admin/builder/spi-builder-workspace/Tests/MusadoraKitTests/Fixtures/song_mock.json",
"rule" : {
"process" : {
}
}
},
{
"path" : "/Users/admin/builder/spi-builder-workspace/Tests/MusadoraKitTests/Fixtures/songs_mock.json",
"rule" : {
"process" : {
}
}
},
{
"path" : "/Users/admin/builder/spi-builder-workspace/Tests/MusadoraKitTests/Fixtures/station_mock.json",
"rule" : {
"process" : {
}
}
}
],
"sources" : [
"100BestAlbums/HundredBestAlbumRequestTests.swift",
"100BestAlbums/HundredBestAlbumTests.swift",
"AddResources/MusicAddResourcesRequestEndpointTests.swift",
"AppleMusicURLComponentsTests.swift",
"Catalog/CatalogChartTests.swift",
"Catalog/CatalogGenreEndpointTests.swift",
"Catalog/CatalogPlaylistEndpointTests.swift",
"Catalog/CatalogSearchTests.swift",
"Catalog/CatalogStationEndpointTests.swift",
"Catalog/CatalogStationGenreTests.swift",
"Catalog/CatalogStorefrontTests.swift",
"Catalog/CatalogSuggestionsTests.swift",
"CommonImageProcessingTests.swift",
"Equivalents/EquivalentItemsEndpointTests.swift",
"Favorites/FavoritesEndpointTests.swift",
"History/MHistoryRecentlyPlayedRequestTests.swift",
"History/MusicRecentlyAddedRequestTests.swift",
"Library/InFavoritesTests.swift",
"Library/LibraryResourceEndpointTests.swift",
"Library/MusicSearchLibraryRequestEndpointTests.swift",
"MultipleResources/MusicCatalogResourcesEndpointTests.swift",
"MultipleResources/MusicLibraryResourcesEndpointTests.swift",
"MusadoraKitTestEndpointTests.swift",
"MusadoraKitTests.swift",
"MusicHistoryRequestEndpointTests.swift",
"MusicItemPropertiesTests.swift",
"MusicItems/Album.swift",
"MusicItems/Song.swift",
"MusicItems/Station.swift",
"Ratings/MusicCatalogRatingRequestTests.swift",
"Ratings/MusicLibraryRatingRequestTests.swift",
"Ratings/MusicRatingMutationEndpointTests.swift",
"Recommendation/MRecommendationPersonalTests.swift",
"Recommendation/MusicRecommendationRequestEndpointTests.swift",
"Storefronts/StorefrontsEndpointTests.swift",
"Storefronts/StorefrontsLookupTests.swift",
"Summaries/MSummaryFacadeTests.swift",
"Summaries/MusicSummaryRequestEndpointTests.swift",
"Views/AnimatedArtworkViewTests.swift"
],
"target_dependencies" : [
"MusadoraKit"
],
"type" : "test"
},
{
"c99name" : "MusadoraKit",
"module_type" : "SwiftTarget",
"name" : "MusadoraKit",
"path" : "Sources/MusadoraKit",
"product_memberships" : [
"MusadoraKit"
],
"resources" : [
{
"path" : "/Users/admin/builder/spi-builder-workspace/Sources/MusadoraKit/PrivacyInfo.xcprivacy",
"rule" : {
"copy" : {
}
}
},
{
"path" : "/Users/admin/builder/spi-builder-workspace/Sources/MusadoraKit/Resources/storefront-ids.json",
"rule" : {
"process" : {
}
}
}
],
"sources" : [
"100BestAlbums/HundredBestAlbum.swift",
"100BestAlbums/HundredBestAlbumRequest.swift",
"100BestAlbums/MRecommendation+HundredBestAlbums.swift",
"AddResources/LibraryPlaylistCreationRequest.swift",
"AddResources/MLibrary+CreatePlaylist.swift",
"AddResources/MusicAddResourcesRequest.swift",
"Catalog/CatalogChart/ChartItemCollection.swift",
"Catalog/CatalogChart/MusicChartItem.swift",
"Catalog/CatalogChart/MusicChartRequest.swift",
"Catalog/CatalogChart/MusicChartResponse.swift",
"Catalog/CatalogChart/MusicCharts.swift",
"Catalog/CatalogSuggestions/MusicCatalogSearchable.swift",
"Catalog/CatalogSuggestions/MusicCatalogSuggestionsRequest.swift",
"Catalog/CatalogSuggestions/MusicCatalogSuggestionsResponse.swift",
"Catalog/CatalogSuggestions/SearchSuggestionItem.swift",
"Catalog/CatalogSuggestions/SuggestionKind.swift",
"Catalog/CatalogSuggestions/Suggestions.swift",
"Catalog/CatalogSuggestions/SuggestionsKind.swift",
"Catalog/CatalogSuggestions/TermSuggestion.swift",
"Catalog/CatalogSuggestions/TopResultsSuggestion.swift",
"Catalog/MCatalog+Album.swift",
"Catalog/MCatalog+Artist.swift",
"Catalog/MCatalog+Curator.swift",
"Catalog/MCatalog+Genre.swift",
"Catalog/MCatalog+MusicVideo.swift",
"Catalog/MCatalog+Playlist.swift",
"Catalog/MCatalog+RadioShow.swift",
"Catalog/MCatalog+RecordLabel.swift",
"Catalog/MCatalog+Search.swift",
"Catalog/MCatalog+Song.swift",
"Catalog/MCatalog+Station.swift",
"Catalog/MCatalog.swift",
"Catalog/MusicCatalogChartType.swift",
"Catalog/MusicCatalogSearchType.swift",
"Equivalents/EquivalentMusicItemType.swift",
"Equivalents/EquivalentRequestable+CleanEquivalent.swift",
"Equivalents/EquivalentRequestable+Equivalent.swift",
"Equivalents/EquivalentRequestable+FindEquivalents.swift",
"Equivalents/EquivalentRequestable.swift",
"Equivalents/MusicItemCollection+CleanEquivalents.swift",
"Equivalents/MusicItemCollection+Equivalents.swift",
"Extension/Array.swift",
"Extension/Artwork.swift",
"Extension/CommonImageProcessing.swift",
"Extension/Data.swift",
"Extension/NSColor.swift",
"Extension/NSImage.swift",
"Extension/UIColor.swift",
"Extension/UIImage.swift",
"Favorites/MCatalog+Favorites.swift",
"Favorites/MusicFavoritesRequest.swift",
"History/MHistory+RecentlyPlayed.swift",
"History/MHistory.swift",
"History/MusicHistoryEndpoints.swift",
"History/MusicHistoryRequest.swift",
"History/MusicHistoryResponse.swift",
"History/MusicRecentlyAddedRequest.swift",
"Library/FilterableLibraryItem+Catalog.swift",
"Library/InFavoritesParser.swift",
"Library/LibraryPlaylist.swift",
"Library/MLibrary+Album.swift",
"Library/MLibrary+Artist.swift",
"Library/MLibrary+Genre.swift",
"Library/MLibrary+Playlist.swift",
"Library/MLibrary+Search.swift",
"Library/MLibrary+Song.swift",
"Library/MLibrary.swift",
"Library/MusicItemCollection+Pagination.swift",
"Library/MusicLibrarySearchableItem.swift",
"Library/Playlist Folder Request/LibraryPlaylistFolder.swift",
"Library/Playlist Folder Request/MLibrary+PlaylistFolder.swift",
"Library/Resource Request/FilterableLibraryItem.swift",
"Library/Resource Request/LibraryMusicItemType.swift",
"Library/Resource Request/MusicLibraryResourceRequest.swift",
"Library/Resource Request/MusicLibraryResourceResponse.swift",
"Library/Search Request/MusicSearchLibraryRequest.swift",
"Library/Search Request/MusicSearchLibraryResponse.swift",
"Library/Search Request/MusicSearchLibraryResponseResults.swift",
"Library/Search Request/MusicSearchLibraryType.swift",
"Models/AppleMusicURLComponents.swift",
"Models/MusadoraKitError.swift",
"Models/RelationshipItem.swift",
"Models/SongsForAlbums.swift",
"Models/SongsForArtists.swift",
"Models/SongsForGenres.swift",
"Models/SongsForPlaylists.swift",
"Models/StationGenre.swift",
"Models/UserMusicItem.swift",
"MultipleResources/CatalogResourceIdentifiers.swift",
"MultipleResources/MusicCatalogResources/MusicCatalogResourcesRequest.swift",
"MultipleResources/MusicCatalogResources/MusicCatalogResourcesResponse.swift",
"MultipleResources/MusicCatalogResources/MusicCatalogResourcesType.swift",
"MultipleResources/MusicLibraryResources/MusicLibraryResourcesRequest.swift",
"MultipleResources/MusicLibraryResources/MusicLibraryResourcesResponse.swift",
"MultipleResources/MusicLibraryResources/MusicLibraryResourcesType.swift",
"MusadoraKit.swift",
"MusicItemProperties/AlbumProperties.swift",
"MusicItemProperties/ArtistProperties.swift",
"MusicItemProperties/CuratorProperties.swift",
"MusicItemProperties/MusicVideoProperties.swift",
"MusicItemProperties/PlaylistProperties.swift",
"MusicItemProperties/RadioShowProperties.swift",
"MusicItemProperties/RecordLabelProperties.swift",
"MusicItemProperties/SongProperties.swift",
"MusicItems/Albums.swift",
"MusicItems/Artists.swift",
"MusicItems/Curators.swift",
"MusicItems/Genres.swift",
"MusicItems/LibraryPlaylists.swift",
"MusicItems/MusicVideos.swift",
"MusicItems/Playlists.swift",
"MusicItems/RadioShows.swift",
"MusicItems/RecordLabels.swift",
"MusicItems/Songs.swift",
"MusicItems/StationGenres.swift",
"MusicItems/Stations.swift",
"MusicItems/Tracks.swift",
"MusicItems/UserMusicItems.swift",
"MusicPlayer/APlayer+TrackTimeBounds.swift",
"MusicPlayer/APlayer.swift",
"MusicPlayer/APlayerObserver.swift",
"MusicPlayer/SPlayer+TrackTimeBounds.swift",
"MusicPlayer/SPlayer.swift",
"MusicPlayer/SPlayerObserver.swift",
"MusicRequest.swift",
"MusicStorefront.swift",
"MusicSummaries/MSummary+Replay.swift",
"MusicSummaries/MSummary.swift",
"MusicSummaries/MusicSummaryPeriod.swift",
"MusicSummaries/MusicSummaryRequest.swift",
"MusicSummaries/MusicSummaryResponse.swift",
"Ratings/Catalog/CatalogRatingMusicItemType.swift",
"Ratings/Catalog/MCatalog+AddRating.swift",
"Ratings/Catalog/MCatalog+DeleteRating.swift",
"Ratings/Catalog/MCatalog+GetRating.swift",
"Ratings/Catalog/MusicCatalogRatingAddRequest.swift",
"Ratings/Catalog/MusicCatalogRatingDeleteRequest.swift",
"Ratings/Catalog/MusicCatalogRatingRequest.swift",
"Ratings/Library/LibraryRatingMusicItemType.swift",
"Ratings/Library/MLibrary+AddRating.swift",
"Ratings/Library/MLibrary+DeleteRating.swift",
"Ratings/Library/MLibrary+GetRating.swift",
"Ratings/Library/MusicLibraryRatingAddRequest.swift",
"Ratings/Library/MusicLibraryRatingDeleteRequest.swift",
"Ratings/Library/MusicLibraryRatingRequest.swift",
"Ratings/Models/Rating.swift",
"Ratings/Models/RatingRequest.swift",
"Ratings/Models/RatingType.swift",
"Ratings/Models/RatingsResponse.swift",
"Recommendations/MRecommendation+default.swift",
"Recommendations/MRecommendation+personal.swift",
"Recommendations/MRecommendation.swift",
"Recommendations/MusicRecommendationItem.swift",
"Recommendations/MusicRecommendationMusicItem.swift",
"Recommendations/MusicRecommendationRequest.swift",
"Recommendations/MusicRecommendationResponse.swift",
"Recommendations/MusicRecommendations.swift",
"Recommendations/PersonalRecommendations.swift",
"Requests/MDeveloperTokenProvider.swift",
"Requests/MusicDeleteRequest.swift",
"Requests/MusicDeveloperRequest.swift",
"Requests/MusicPostRequest.swift",
"Requests/MusicPutRequest.swift",
"Requests/MusicUserRequest.swift",
"Views/AnimatedArtworkView.swift"
],
"type" : "library"
}
],
"tools_version" : "6.0"
}
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats
[1/1] Compiling plugin Swift-DocC Preview
[2/2] Compiling plugin Swift-DocC
Building for debugging...
[2/6] Write sources
[3/6] Copying storefront-ids.json
[4/6] Copying PrivacyInfo.xcprivacy
[5/6] Write swift-version-2F0A5646E1D333AE.txt
[7/157] Emitting module MusadoraKit
[8/173] Compiling MusadoraKit MusicLibrarySearchableItem.swift
[9/173] Compiling MusadoraKit LibraryPlaylistFolder.swift
[10/173] Compiling MusadoraKit MLibrary+PlaylistFolder.swift
[11/173] Compiling MusadoraKit FilterableLibraryItem.swift
[12/173] Compiling MusadoraKit LibraryMusicItemType.swift
[13/173] Compiling MusadoraKit MusicLibraryResourceRequest.swift
[14/173] Compiling MusadoraKit MusicLibraryResourceResponse.swift
[15/173] Compiling MusadoraKit MusicSearchLibraryRequest.swift
[16/173] Compiling MusadoraKit MusicSearchLibraryResponse.swift
[17/173] Compiling MusadoraKit MusicSearchLibraryResponseResults.swift
[18/173] Compiling MusadoraKit MusicSearchLibraryType.swift
[19/173] Compiling MusadoraKit AppleMusicURLComponents.swift
[20/173] Compiling MusadoraKit MusadoraKitError.swift
[21/173] Compiling MusadoraKit RelationshipItem.swift
[22/173] Compiling MusadoraKit SongsForAlbums.swift
[23/173] Compiling MusadoraKit SongsForArtists.swift
[24/173] Compiling MusadoraKit SongsForGenres.swift
[25/173] Compiling MusadoraKit SuggestionsKind.swift
[26/173] Compiling MusadoraKit TermSuggestion.swift
[27/173] Compiling MusadoraKit TopResultsSuggestion.swift
[28/173] Compiling MusadoraKit MCatalog+Album.swift
[29/173] Compiling MusadoraKit MCatalog+Artist.swift
[30/173] Compiling MusadoraKit MCatalog+Curator.swift
[31/173] Compiling MusadoraKit MCatalog+Genre.swift
[32/173] Compiling MusadoraKit MCatalog+MusicVideo.swift
[33/173] Compiling MusadoraKit MCatalog+Playlist.swift
[34/173] Compiling MusadoraKit MCatalog+RadioShow.swift
[35/173] Compiling MusadoraKit MCatalog+RecordLabel.swift
[36/173] Compiling MusadoraKit MCatalog+Search.swift
[37/173] Compiling MusadoraKit MCatalog+Song.swift
[38/173] Compiling MusadoraKit MCatalog+Station.swift
[39/173] Compiling MusadoraKit MCatalog.swift
[40/173] Compiling MusadoraKit MusicCatalogChartType.swift
[41/173] Compiling MusadoraKit MusicCatalogSearchType.swift
[42/173] Compiling MusadoraKit MCatalog+GetRating.swift
[43/173] Compiling MusadoraKit MusicCatalogRatingAddRequest.swift
[44/173] Compiling MusadoraKit MusicCatalogRatingDeleteRequest.swift
[45/173] Compiling MusadoraKit MusicCatalogRatingRequest.swift
[46/173] Compiling MusadoraKit LibraryRatingMusicItemType.swift
[47/173] Compiling MusadoraKit MLibrary+AddRating.swift
[48/173] Compiling MusadoraKit MLibrary+DeleteRating.swift
[49/173] Compiling MusadoraKit MLibrary+GetRating.swift
[50/173] Compiling MusadoraKit MusicLibraryRatingAddRequest.swift
[51/173] Compiling MusadoraKit MusicLibraryRatingDeleteRequest.swift
[52/173] Compiling MusadoraKit MusicLibraryRatingRequest.swift
[53/173] Compiling MusadoraKit Rating.swift
[54/173] Compiling MusadoraKit RatingRequest.swift
[55/173] Compiling MusadoraKit RatingType.swift
[56/173] Compiling MusadoraKit RatingsResponse.swift
[57/173] Compiling MusadoraKit MRecommendation+default.swift
[58/173] Compiling MusadoraKit RecordLabelProperties.swift
[59/173] Compiling MusadoraKit SongProperties.swift
[60/173] Compiling MusadoraKit Albums.swift
[61/173] Compiling MusadoraKit Artists.swift
[62/173] Compiling MusadoraKit Curators.swift
[63/173] Compiling MusadoraKit Genres.swift
[64/173] Compiling MusadoraKit LibraryPlaylists.swift
[65/173] Compiling MusadoraKit MusicVideos.swift
[66/173] Compiling MusadoraKit Playlists.swift
[67/173] Compiling MusadoraKit RadioShows.swift
[68/173] Compiling MusadoraKit RecordLabels.swift
[69/173] Compiling MusadoraKit Songs.swift
[70/173] Compiling MusadoraKit StationGenres.swift
[71/173] Compiling MusadoraKit Stations.swift
[72/173] Compiling MusadoraKit Tracks.swift
[73/173] Compiling MusadoraKit UserMusicItems.swift
[74/173] Compiling MusadoraKit SongsForPlaylists.swift
[75/173] Compiling MusadoraKit StationGenre.swift
[76/173] Compiling MusadoraKit UserMusicItem.swift
[77/173] Compiling MusadoraKit CatalogResourceIdentifiers.swift
[78/173] Compiling MusadoraKit MusicCatalogResourcesRequest.swift
[79/173] Compiling MusadoraKit MusicCatalogResourcesResponse.swift
[80/173] Compiling MusadoraKit MusicCatalogResourcesType.swift
[81/173] Compiling MusadoraKit MusicLibraryResourcesRequest.swift
[82/173] Compiling MusadoraKit MusicLibraryResourcesResponse.swift
[83/173] Compiling MusadoraKit MusicLibraryResourcesType.swift
[84/173] Compiling MusadoraKit MusadoraKit.swift
[85/173] Compiling MusadoraKit AlbumProperties.swift
[86/173] Compiling MusadoraKit ArtistProperties.swift
[87/173] Compiling MusadoraKit CuratorProperties.swift
[88/173] Compiling MusadoraKit MusicVideoProperties.swift
[89/173] Compiling MusadoraKit PlaylistProperties.swift
[90/173] Compiling MusadoraKit RadioShowProperties.swift
[91/173] Compiling MusadoraKit HundredBestAlbum.swift
/Users/admin/builder/spi-builder-workspace/Sources/MusadoraKit/AddResources/MLibrary+CreatePlaylist.swift:393:15: error: 'MusicLibrary' is only available in macOS 14.0 or newer
391 | @discardableResult
392 | static func add(item: some MusicPlaylistAddable, to playlist: Playlist) async throws -> Playlist {
393 | try await MusicLibrary.shared.add(item, to: playlist)
| |- error: 'MusicLibrary' is only available in macOS 14.0 or newer
| `- note: add 'if #available' version check
394 | }
395 | }
[92/173] Compiling MusadoraKit HundredBestAlbumRequest.swift
/Users/admin/builder/spi-builder-workspace/Sources/MusadoraKit/AddResources/MLibrary+CreatePlaylist.swift:393:15: error: 'MusicLibrary' is only available in macOS 14.0 or newer
391 | @discardableResult
392 | static func add(item: some MusicPlaylistAddable, to playlist: Playlist) async throws -> Playlist {
393 | try await MusicLibrary.shared.add(item, to: playlist)
| |- error: 'MusicLibrary' is only available in macOS 14.0 or newer
| `- note: add 'if #available' version check
394 | }
395 | }
[93/173] Compiling MusadoraKit MRecommendation+HundredBestAlbums.swift
/Users/admin/builder/spi-builder-workspace/Sources/MusadoraKit/AddResources/MLibrary+CreatePlaylist.swift:393:15: error: 'MusicLibrary' is only available in macOS 14.0 or newer
391 | @discardableResult
392 | static func add(item: some MusicPlaylistAddable, to playlist: Playlist) async throws -> Playlist {
393 | try await MusicLibrary.shared.add(item, to: playlist)
| |- error: 'MusicLibrary' is only available in macOS 14.0 or newer
| `- note: add 'if #available' version check
394 | }
395 | }
[94/173] Compiling MusadoraKit LibraryPlaylistCreationRequest.swift
/Users/admin/builder/spi-builder-workspace/Sources/MusadoraKit/AddResources/MLibrary+CreatePlaylist.swift:393:15: error: 'MusicLibrary' is only available in macOS 14.0 or newer
391 | @discardableResult
392 | static func add(item: some MusicPlaylistAddable, to playlist: Playlist) async throws -> Playlist {
393 | try await MusicLibrary.shared.add(item, to: playlist)
| |- error: 'MusicLibrary' is only available in macOS 14.0 or newer
| `- note: add 'if #available' version check
394 | }
395 | }
[95/173] Compiling MusadoraKit MLibrary+CreatePlaylist.swift
/Users/admin/builder/spi-builder-workspace/Sources/MusadoraKit/AddResources/MLibrary+CreatePlaylist.swift:393:15: error: 'MusicLibrary' is only available in macOS 14.0 or newer
391 | @discardableResult
392 | static func add(item: some MusicPlaylistAddable, to playlist: Playlist) async throws -> Playlist {
393 | try await MusicLibrary.shared.add(item, to: playlist)
| |- error: 'MusicLibrary' is only available in macOS 14.0 or newer
| `- note: add 'if #available' version check
394 | }
395 | }
[96/173] Compiling MusadoraKit MusicAddResourcesRequest.swift
/Users/admin/builder/spi-builder-workspace/Sources/MusadoraKit/AddResources/MLibrary+CreatePlaylist.swift:393:15: error: 'MusicLibrary' is only available in macOS 14.0 or newer
391 | @discardableResult
392 | static func add(item: some MusicPlaylistAddable, to playlist: Playlist) async throws -> Playlist {
393 | try await MusicLibrary.shared.add(item, to: playlist)
| |- error: 'MusicLibrary' is only available in macOS 14.0 or newer
| `- note: add 'if #available' version check
394 | }
395 | }
[97/173] Compiling MusadoraKit ChartItemCollection.swift
/Users/admin/builder/spi-builder-workspace/Sources/MusadoraKit/AddResources/MLibrary+CreatePlaylist.swift:393:15: error: 'MusicLibrary' is only available in macOS 14.0 or newer
391 | @discardableResult
392 | static func add(item: some MusicPlaylistAddable, to playlist: Playlist) async throws -> Playlist {
393 | try await MusicLibrary.shared.add(item, to: playlist)
| |- error: 'MusicLibrary' is only available in macOS 14.0 or newer
| `- note: add 'if #available' version check
394 | }
395 | }
[98/173] Compiling MusadoraKit MusicChartItem.swift
/Users/admin/builder/spi-builder-workspace/Sources/MusadoraKit/AddResources/MLibrary+CreatePlaylist.swift:393:15: error: 'MusicLibrary' is only available in macOS 14.0 or newer
391 | @discardableResult
392 | static func add(item: some MusicPlaylistAddable, to playlist: Playlist) async throws -> Playlist {
393 | try await MusicLibrary.shared.add(item, to: playlist)
| |- error: 'MusicLibrary' is only available in macOS 14.0 or newer
| `- note: add 'if #available' version check
394 | }
395 | }
[99/173] Compiling MusadoraKit MusicChartRequest.swift
/Users/admin/builder/spi-builder-workspace/Sources/MusadoraKit/AddResources/MLibrary+CreatePlaylist.swift:393:15: error: 'MusicLibrary' is only available in macOS 14.0 or newer
391 | @discardableResult
392 | static func add(item: some MusicPlaylistAddable, to playlist: Playlist) async throws -> Playlist {
393 | try await MusicLibrary.shared.add(item, to: playlist)
| |- error: 'MusicLibrary' is only available in macOS 14.0 or newer
| `- note: add 'if #available' version check
394 | }
395 | }
[100/173] Compiling MusadoraKit MusicChartResponse.swift
/Users/admin/builder/spi-builder-workspace/Sources/MusadoraKit/AddResources/MLibrary+CreatePlaylist.swift:393:15: error: 'MusicLibrary' is only available in macOS 14.0 or newer
391 | @discardableResult
392 | static func add(item: some MusicPlaylistAddable, to playlist: Playlist) async throws -> Playlist {
393 | try await MusicLibrary.shared.add(item, to: playlist)
| |- error: 'MusicLibrary' is only available in macOS 14.0 or newer
| `- note: add 'if #available' version check
394 | }
395 | }
[101/173] Compiling MusadoraKit MusicCharts.swift
/Users/admin/builder/spi-builder-workspace/Sources/MusadoraKit/AddResources/MLibrary+CreatePlaylist.swift:393:15: error: 'MusicLibrary' is only available in macOS 14.0 or newer
391 | @discardableResult
392 | static func add(item: some MusicPlaylistAddable, to playlist: Playlist) async throws -> Playlist {
393 | try await MusicLibrary.shared.add(item, to: playlist)
| |- error: 'MusicLibrary' is only available in macOS 14.0 or newer
| `- note: add 'if #available' version check
394 | }
395 | }
[102/173] Compiling MusadoraKit MusicCatalogSearchable.swift
/Users/admin/builder/spi-builder-workspace/Sources/MusadoraKit/AddResources/MLibrary+CreatePlaylist.swift:393:15: error: 'MusicLibrary' is only available in macOS 14.0 or newer
391 | @discardableResult
392 | static func add(item: some MusicPlaylistAddable, to playlist: Playlist) async throws -> Playlist {
393 | try await MusicLibrary.shared.add(item, to: playlist)
| |- error: 'MusicLibrary' is only available in macOS 14.0 or newer
| `- note: add 'if #available' version check
394 | }
395 | }
[103/173] Compiling MusadoraKit MusicCatalogSuggestionsRequest.swift
/Users/admin/builder/spi-builder-workspace/Sources/MusadoraKit/AddResources/MLibrary+CreatePlaylist.swift:393:15: error: 'MusicLibrary' is only available in macOS 14.0 or newer
391 | @discardableResult
392 | static func add(item: some MusicPlaylistAddable, to playlist: Playlist) async throws -> Playlist {
393 | try await MusicLibrary.shared.add(item, to: playlist)
| |- error: 'MusicLibrary' is only available in macOS 14.0 or newer
| `- note: add 'if #available' version check
394 | }
395 | }
[104/173] Compiling MusadoraKit MusicCatalogSuggestionsResponse.swift
/Users/admin/builder/spi-builder-workspace/Sources/MusadoraKit/AddResources/MLibrary+CreatePlaylist.swift:393:15: error: 'MusicLibrary' is only available in macOS 14.0 or newer
391 | @discardableResult
392 | static func add(item: some MusicPlaylistAddable, to playlist: Playlist) async throws -> Playlist {
393 | try await MusicLibrary.shared.add(item, to: playlist)
| |- error: 'MusicLibrary' is only available in macOS 14.0 or newer
| `- note: add 'if #available' version check
394 | }
395 | }
[105/173] Compiling MusadoraKit SearchSuggestionItem.swift
/Users/admin/builder/spi-builder-workspace/Sources/MusadoraKit/AddResources/MLibrary+CreatePlaylist.swift:393:15: error: 'MusicLibrary' is only available in macOS 14.0 or newer
391 | @discardableResult
392 | static func add(item: some MusicPlaylistAddable, to playlist: Playlist) async throws -> Playlist {
393 | try await MusicLibrary.shared.add(item, to: playlist)
| |- error: 'MusicLibrary' is only available in macOS 14.0 or newer
| `- note: add 'if #available' version check
394 | }
395 | }
[106/173] Compiling MusadoraKit SuggestionKind.swift
/Users/admin/builder/spi-builder-workspace/Sources/MusadoraKit/AddResources/MLibrary+CreatePlaylist.swift:393:15: error: 'MusicLibrary' is only available in macOS 14.0 or newer
391 | @discardableResult
392 | static func add(item: some MusicPlaylistAddable, to playlist: Playlist) async throws -> Playlist {
393 | try await MusicLibrary.shared.add(item, to: playlist)
| |- error: 'MusicLibrary' is only available in macOS 14.0 or newer
| `- note: add 'if #available' version check
394 | }
395 | }
[107/173] Compiling MusadoraKit Suggestions.swift
/Users/admin/builder/spi-builder-workspace/Sources/MusadoraKit/AddResources/MLibrary+CreatePlaylist.swift:393:15: error: 'MusicLibrary' is only available in macOS 14.0 or newer
391 | @discardableResult
392 | static func add(item: some MusicPlaylistAddable, to playlist: Playlist) async throws -> Playlist {
393 | try await MusicLibrary.shared.add(item, to: playlist)
| |- error: 'MusicLibrary' is only available in macOS 14.0 or newer
| `- note: add 'if #available' version check
394 | }
395 | }
[108/173] Compiling MusadoraKit MHistory+RecentlyPlayed.swift
[109/173] Compiling MusadoraKit MHistory.swift
[110/173] Compiling MusadoraKit MusicHistoryEndpoints.swift
[111/173] Compiling MusadoraKit MusicHistoryRequest.swift
[112/173] Compiling MusadoraKit MusicHistoryResponse.swift
[113/173] Compiling MusadoraKit MusicRecentlyAddedRequest.swift
[114/173] Compiling MusadoraKit FilterableLibraryItem+Catalog.swift
[115/173] Compiling MusadoraKit InFavoritesParser.swift
[116/173] Compiling MusadoraKit LibraryPlaylist.swift
[117/173] Compiling MusadoraKit MLibrary+Album.swift
[118/173] Compiling MusadoraKit MLibrary+Artist.swift
[119/173] Compiling MusadoraKit MLibrary+Genre.swift
[120/173] Compiling MusadoraKit MLibrary+Playlist.swift
[121/173] Compiling MusadoraKit MLibrary+Search.swift
[122/173] Compiling MusadoraKit MLibrary+Song.swift
[123/173] Compiling MusadoraKit MLibrary.swift
[124/173] Compiling MusadoraKit MusicItemCollection+Pagination.swift
[125/173] Compiling MusadoraKit APlayer+TrackTimeBounds.swift
/Users/admin/builder/spi-builder-workspace/Sources/MusadoraKit/MusicPlayer/SPlayer+TrackTimeBounds.swift:29:14: error: conformance of 'Track' to 'PlayableMusicItem' is only available in macOS 14.0 or newer
17 | ///
18 | /// - Parameter track: The track to play.
19 | func play(track: Track) async throws {
| `- note: add @available attribute to enclosing instance method
20 | #if compiler(>=6.3)
21 | if #available(iOS 26.4, tvOS 26.4, visionOS 26.4, macCatalyst 26.4, *) {
:
27 | #endif
28 |
29 | queue = [track]
| |- error: conformance of 'Track' to 'PlayableMusicItem' is only available in macOS 14.0 or newer
| `- note: add 'if #available' version check
30 | try await play()
31 | }
/Users/admin/builder/spi-builder-workspace/Sources/MusadoraKit/MusicPlayer/SPlayer+TrackTimeBounds.swift:49:31: error: 'Queue' is only available in macOS 14.0 or newer
37 | ///
38 | /// - Parameter tracks: The collection of tracks to play.
39 | func play(tracks: Tracks) async throws {
| `- note: add @available attribute to enclosing instance method
40 | #if compiler(>=6.3)
41 | if #available(iOS 26.4, tvOS 26.4, visionOS 26.4, macCatalyst 26.4, *) {
:
47 | #endif
48 |
49 | queue = SystemMusicPlayer.Queue(for: tracks)
| |- error: 'Queue' is only available in macOS 14.0 or newer
| `- note: add 'if #available' version check
50 | try await play()
51 | }
/Users/admin/builder/spi-builder-workspace/Sources/MusadoraKit/MusicPlayer/SPlayer+TrackTimeBounds.swift:49:31: error: conformance of 'Track' to 'PlayableMusicItem' is only available in macOS 14.0 or newer
37 | ///
38 | /// - Parameter tracks: The collection of tracks to play.
39 | func play(tracks: Tracks) async throws {
| `- note: add @available attribute to enclosing instance method
40 | #if compiler(>=6.3)
41 | if #available(iOS 26.4, tvOS 26.4, visionOS 26.4, macCatalyst 26.4, *) {
:
47 | #endif
48 |
49 | queue = SystemMusicPlayer.Queue(for: tracks)
| |- error: conformance of 'Track' to 'PlayableMusicItem' is only available in macOS 14.0 or newer
| `- note: add 'if #available' version check
50 | try await play()
51 | }
[126/173] Compiling MusadoraKit APlayer.swift
/Users/admin/builder/spi-builder-workspace/Sources/MusadoraKit/MusicPlayer/SPlayer+TrackTimeBounds.swift:29:14: error: conformance of 'Track' to 'PlayableMusicItem' is only available in macOS 14.0 or newer
17 | ///
18 | /// - Parameter track: The track to play.
19 | func play(track: Track) async throws {
| `- note: add @available attribute to enclosing instance method
20 | #if compiler(>=6.3)
21 | if #available(iOS 26.4, tvOS 26.4, visionOS 26.4, macCatalyst 26.4, *) {
:
27 | #endif
28 |
29 | queue = [track]
| |- error: conformance of 'Track' to 'PlayableMusicItem' is only available in macOS 14.0 or newer
| `- note: add 'if #available' version check
30 | try await play()
31 | }
/Users/admin/builder/spi-builder-workspace/Sources/MusadoraKit/MusicPlayer/SPlayer+TrackTimeBounds.swift:49:31: error: 'Queue' is only available in macOS 14.0 or newer
37 | ///
38 | /// - Parameter tracks: The collection of tracks to play.
39 | func play(tracks: Tracks) async throws {
| `- note: add @available attribute to enclosing instance method
40 | #if compiler(>=6.3)
41 | if #available(iOS 26.4, tvOS 26.4, visionOS 26.4, macCatalyst 26.4, *) {
:
47 | #endif
48 |
49 | queue = SystemMusicPlayer.Queue(for: tracks)
| |- error: 'Queue' is only available in macOS 14.0 or newer
| `- note: add 'if #available' version check
50 | try await play()
51 | }
/Users/admin/builder/spi-builder-workspace/Sources/MusadoraKit/MusicPlayer/SPlayer+TrackTimeBounds.swift:49:31: error: conformance of 'Track' to 'PlayableMusicItem' is only available in macOS 14.0 or newer
37 | ///
38 | /// - Parameter tracks: The collection of tracks to play.
39 | func play(tracks: Tracks) async throws {
| `- note: add @available attribute to enclosing instance method
40 | #if compiler(>=6.3)
41 | if #available(iOS 26.4, tvOS 26.4, visionOS 26.4, macCatalyst 26.4, *) {
:
47 | #endif
48 |
49 | queue = SystemMusicPlayer.Queue(for: tracks)
| |- error: conformance of 'Track' to 'PlayableMusicItem' is only available in macOS 14.0 or newer
| `- note: add 'if #available' version check
50 | try await play()
51 | }
[127/173] Compiling MusadoraKit APlayerObserver.swift
/Users/admin/builder/spi-builder-workspace/Sources/MusadoraKit/MusicPlayer/SPlayer+TrackTimeBounds.swift:29:14: error: conformance of 'Track' to 'PlayableMusicItem' is only available in macOS 14.0 or newer
17 | ///
18 | /// - Parameter track: The track to play.
19 | func play(track: Track) async throws {
| `- note: add @available attribute to enclosing instance method
20 | #if compiler(>=6.3)
21 | if #available(iOS 26.4, tvOS 26.4, visionOS 26.4, macCatalyst 26.4, *) {
:
27 | #endif
28 |
29 | queue = [track]
| |- error: conformance of 'Track' to 'PlayableMusicItem' is only available in macOS 14.0 or newer
| `- note: add 'if #available' version check
30 | try await play()
31 | }
/Users/admin/builder/spi-builder-workspace/Sources/MusadoraKit/MusicPlayer/SPlayer+TrackTimeBounds.swift:49:31: error: 'Queue' is only available in macOS 14.0 or newer
37 | ///
38 | /// - Parameter tracks: The collection of tracks to play.
39 | func play(tracks: Tracks) async throws {
| `- note: add @available attribute to enclosing instance method
40 | #if compiler(>=6.3)
41 | if #available(iOS 26.4, tvOS 26.4, visionOS 26.4, macCatalyst 26.4, *) {
:
47 | #endif
48 |
49 | queue = SystemMusicPlayer.Queue(for: tracks)
| |- error: 'Queue' is only available in macOS 14.0 or newer
| `- note: add 'if #available' version check
50 | try await play()
51 | }
/Users/admin/builder/spi-builder-workspace/Sources/MusadoraKit/MusicPlayer/SPlayer+TrackTimeBounds.swift:49:31: error: conformance of 'Track' to 'PlayableMusicItem' is only available in macOS 14.0 or newer
37 | ///
38 | /// - Parameter tracks: The collection of tracks to play.
39 | func play(tracks: Tracks) async throws {
| `- note: add @available attribute to enclosing instance method
40 | #if compiler(>=6.3)
41 | if #available(iOS 26.4, tvOS 26.4, visionOS 26.4, macCatalyst 26.4, *) {
:
47 | #endif
48 |
49 | queue = SystemMusicPlayer.Queue(for: tracks)
| |- error: conformance of 'Track' to 'PlayableMusicItem' is only available in macOS 14.0 or newer
| `- note: add 'if #available' version check
50 | try await play()
51 | }
[128/173] Compiling MusadoraKit SPlayer+TrackTimeBounds.swift
/Users/admin/builder/spi-builder-workspace/Sources/MusadoraKit/MusicPlayer/SPlayer+TrackTimeBounds.swift:29:14: error: conformance of 'Track' to 'PlayableMusicItem' is only available in macOS 14.0 or newer
17 | ///
18 | /// - Parameter track: The track to play.
19 | func play(track: Track) async throws {
| `- note: add @available attribute to enclosing instance method
20 | #if compiler(>=6.3)
21 | if #available(iOS 26.4, tvOS 26.4, visionOS 26.4, macCatalyst 26.4, *) {
:
27 | #endif
28 |
29 | queue = [track]
| |- error: conformance of 'Track' to 'PlayableMusicItem' is only available in macOS 14.0 or newer
| `- note: add 'if #available' version check
30 | try await play()
31 | }
/Users/admin/builder/spi-builder-workspace/Sources/MusadoraKit/MusicPlayer/SPlayer+TrackTimeBounds.swift:49:31: error: 'Queue' is only available in macOS 14.0 or newer
37 | ///
38 | /// - Parameter tracks: The collection of tracks to play.
39 | func play(tracks: Tracks) async throws {
| `- note: add @available attribute to enclosing instance method
40 | #if compiler(>=6.3)
41 | if #available(iOS 26.4, tvOS 26.4, visionOS 26.4, macCatalyst 26.4, *) {
:
47 | #endif
48 |
49 | queue = SystemMusicPlayer.Queue(for: tracks)
| |- error: 'Queue' is only available in macOS 14.0 or newer
| `- note: add 'if #available' version check
50 | try await play()
51 | }
/Users/admin/builder/spi-builder-workspace/Sources/MusadoraKit/MusicPlayer/SPlayer+TrackTimeBounds.swift:49:31: error: conformance of 'Track' to 'PlayableMusicItem' is only available in macOS 14.0 or newer
37 | ///
38 | /// - Parameter tracks: The collection of tracks to play.
39 | func play(tracks: Tracks) async throws {
| `- note: add @available attribute to enclosing instance method
40 | #if compiler(>=6.3)
41 | if #available(iOS 26.4, tvOS 26.4, visionOS 26.4, macCatalyst 26.4, *) {
:
47 | #endif
48 |
49 | queue = SystemMusicPlayer.Queue(for: tracks)
| |- error: conformance of 'Track' to 'PlayableMusicItem' is only available in macOS 14.0 or newer
| `- note: add 'if #available' version check
50 | try await play()
51 | }
[129/173] Compiling MusadoraKit SPlayer.swift
/Users/admin/builder/spi-builder-workspace/Sources/MusadoraKit/MusicPlayer/SPlayer+TrackTimeBounds.swift:29:14: error: conformance of 'Track' to 'PlayableMusicItem' is only available in macOS 14.0 or newer
17 | ///
18 | /// - Parameter track: The track to play.
19 | func play(track: Track) async throws {
| `- note: add @available attribute to enclosing instance method
20 | #if compiler(>=6.3)
21 | if #available(iOS 26.4, tvOS 26.4, visionOS 26.4, macCatalyst 26.4, *) {
:
27 | #endif
28 |
29 | queue = [track]
| |- error: conformance of 'Track' to 'PlayableMusicItem' is only available in macOS 14.0 or newer
| `- note: add 'if #available' version check
30 | try await play()
31 | }
/Users/admin/builder/spi-builder-workspace/Sources/MusadoraKit/MusicPlayer/SPlayer+TrackTimeBounds.swift:49:31: error: 'Queue' is only available in macOS 14.0 or newer
37 | ///
38 | /// - Parameter tracks: The collection of tracks to play.
39 | func play(tracks: Tracks) async throws {
| `- note: add @available attribute to enclosing instance method
40 | #if compiler(>=6.3)
41 | if #available(iOS 26.4, tvOS 26.4, visionOS 26.4, macCatalyst 26.4, *) {
:
47 | #endif
48 |
49 | queue = SystemMusicPlayer.Queue(for: tracks)
| |- error: 'Queue' is only available in macOS 14.0 or newer
| `- note: add 'if #available' version check
50 | try await play()
51 | }
/Users/admin/builder/spi-builder-workspace/Sources/MusadoraKit/MusicPlayer/SPlayer+TrackTimeBounds.swift:49:31: error: conformance of 'Track' to 'PlayableMusicItem' is only available in macOS 14.0 or newer
37 | ///
38 | /// - Parameter tracks: The collection of tracks to play.
39 | func play(tracks: Tracks) async throws {
| `- note: add @available attribute to enclosing instance method
40 | #if compiler(>=6.3)
41 | if #available(iOS 26.4, tvOS 26.4, visionOS 26.4, macCatalyst 26.4, *) {
:
47 | #endif
48 |
49 | queue = SystemMusicPlayer.Queue(for: tracks)
| |- error: conformance of 'Track' to 'PlayableMusicItem' is only available in macOS 14.0 or newer
| `- note: add 'if #available' version check
50 | try await play()
51 | }
[130/173] Compiling MusadoraKit SPlayerObserver.swift
/Users/admin/builder/spi-builder-workspace/Sources/MusadoraKit/MusicPlayer/SPlayer+TrackTimeBounds.swift:29:14: error: conformance of 'Track' to 'PlayableMusicItem' is only available in macOS 14.0 or newer
17 | ///
18 | /// - Parameter track: The track to play.
19 | func play(track: Track) async throws {
| `- note: add @available attribute to enclosing instance method
20 | #if compiler(>=6.3)
21 | if #available(iOS 26.4, tvOS 26.4, visionOS 26.4, macCatalyst 26.4, *) {
:
27 | #endif
28 |
29 | queue = [track]
| |- error: conformance of 'Track' to 'PlayableMusicItem' is only available in macOS 14.0 or newer
| `- note: add 'if #available' version check
30 | try await play()
31 | }
/Users/admin/builder/spi-builder-workspace/Sources/MusadoraKit/MusicPlayer/SPlayer+TrackTimeBounds.swift:49:31: error: 'Queue' is only available in macOS 14.0 or newer
37 | ///
38 | /// - Parameter tracks: The collection of tracks to play.
39 | func play(tracks: Tracks) async throws {
| `- note: add @available attribute to enclosing instance method
40 | #if compiler(>=6.3)
41 | if #available(iOS 26.4, tvOS 26.4, visionOS 26.4, macCatalyst 26.4, *) {
:
47 | #endif
48 |
49 | queue = SystemMusicPlayer.Queue(for: tracks)
| |- error: 'Queue' is only available in macOS 14.0 or newer
| `- note: add 'if #available' version check
50 | try await play()
51 | }
/Users/admin/builder/spi-builder-workspace/Sources/MusadoraKit/MusicPlayer/SPlayer+TrackTimeBounds.swift:49:31: error: conformance of 'Track' to 'PlayableMusicItem' is only available in macOS 14.0 or newer
37 | ///
38 | /// - Parameter tracks: The collection of tracks to play.
39 | func play(tracks: Tracks) async throws {
| `- note: add @available attribute to enclosing instance method
40 | #if compiler(>=6.3)
41 | if #available(iOS 26.4, tvOS 26.4, visionOS 26.4, macCatalyst 26.4, *) {
:
47 | #endif
48 |
49 | queue = SystemMusicPlayer.Queue(for: tracks)
| |- error: conformance of 'Track' to 'PlayableMusicItem' is only available in macOS 14.0 or newer
| `- note: add 'if #available' version check
50 | try await play()
51 | }
[131/173] Compiling MusadoraKit MusicRequest.swift
/Users/admin/builder/spi-builder-workspace/Sources/MusadoraKit/MusicPlayer/SPlayer+TrackTimeBounds.swift:29:14: error: conformance of 'Track' to 'PlayableMusicItem' is only available in macOS 14.0 or newer
17 | ///
18 | /// - Parameter track: The track to play.
19 | func play(track: Track) async throws {
| `- note: add @available attribute to enclosing instance method
20 | #if compiler(>=6.3)
21 | if #available(iOS 26.4, tvOS 26.4, visionOS 26.4, macCatalyst 26.4, *) {
:
27 | #endif
28 |
29 | queue = [track]
| |- error: conformance of 'Track' to 'PlayableMusicItem' is only available in macOS 14.0 or newer
| `- note: add 'if #available' version check
30 | try await play()
31 | }
/Users/admin/builder/spi-builder-workspace/Sources/MusadoraKit/MusicPlayer/SPlayer+TrackTimeBounds.swift:49:31: error: 'Queue' is only available in macOS 14.0 or newer
37 | ///
38 | /// - Parameter tracks: The collection of tracks to play.
39 | func play(tracks: Tracks) async throws {
| `- note: add @available attribute to enclosing instance method
40 | #if compiler(>=6.3)
41 | if #available(iOS 26.4, tvOS 26.4, visionOS 26.4, macCatalyst 26.4, *) {
:
47 | #endif
48 |
49 | queue = SystemMusicPlayer.Queue(for: tracks)
| |- error: 'Queue' is only available in macOS 14.0 or newer
| `- note: add 'if #available' version check
50 | try await play()
51 | }
/Users/admin/builder/spi-builder-workspace/Sources/MusadoraKit/MusicPlayer/SPlayer+TrackTimeBounds.swift:49:31: error: conformance of 'Track' to 'PlayableMusicItem' is only available in macOS 14.0 or newer
37 | ///
38 | /// - Parameter tracks: The collection of tracks to play.
39 | func play(tracks: Tracks) async throws {
| `- note: add @available attribute to enclosing instance method
40 | #if compiler(>=6.3)
41 | if #available(iOS 26.4, tvOS 26.4, visionOS 26.4, macCatalyst 26.4, *) {
:
47 | #endif
48 |
49 | queue = SystemMusicPlayer.Queue(for: tracks)
| |- error: conformance of 'Track' to 'PlayableMusicItem' is only available in macOS 14.0 or newer
| `- note: add 'if #available' version check
50 | try await play()
51 | }
[132/173] Compiling MusadoraKit MusicStorefront.swift
/Users/admin/builder/spi-builder-workspace/Sources/MusadoraKit/MusicPlayer/SPlayer+TrackTimeBounds.swift:29:14: error: conformance of 'Track' to 'PlayableMusicItem' is only available in macOS 14.0 or newer
17 | ///
18 | /// - Parameter track: The track to play.
19 | func play(track: Track) async throws {
| `- note: add @available attribute to enclosing instance method
20 | #if compiler(>=6.3)
21 | if #available(iOS 26.4, tvOS 26.4, visionOS 26.4, macCatalyst 26.4, *) {
:
27 | #endif
28 |
29 | queue = [track]
| |- error: conformance of 'Track' to 'PlayableMusicItem' is only available in macOS 14.0 or newer
| `- note: add 'if #available' version check
30 | try await play()
31 | }
/Users/admin/builder/spi-builder-workspace/Sources/MusadoraKit/MusicPlayer/SPlayer+TrackTimeBounds.swift:49:31: error: 'Queue' is only available in macOS 14.0 or newer
37 | ///
38 | /// - Parameter tracks: The collection of tracks to play.
39 | func play(tracks: Tracks) async throws {
| `- note: add @available attribute to enclosing instance method
40 | #if compiler(>=6.3)
41 | if #available(iOS 26.4, tvOS 26.4, visionOS 26.4, macCatalyst 26.4, *) {
:
47 | #endif
48 |
49 | queue = SystemMusicPlayer.Queue(for: tracks)
| |- error: 'Queue' is only available in macOS 14.0 or newer
| `- note: add 'if #available' version check
50 | try await play()
51 | }
/Users/admin/builder/spi-builder-workspace/Sources/MusadoraKit/MusicPlayer/SPlayer+TrackTimeBounds.swift:49:31: error: conformance of 'Track' to 'PlayableMusicItem' is only available in macOS 14.0 or newer
37 | ///
38 | /// - Parameter tracks: The collection of tracks to play.
39 | func play(tracks: Tracks) async throws {
| `- note: add @available attribute to enclosing instance method
40 | #if compiler(>=6.3)
41 | if #available(iOS 26.4, tvOS 26.4, visionOS 26.4, macCatalyst 26.4, *) {
:
47 | #endif
48 |
49 | queue = SystemMusicPlayer.Queue(for: tracks)
| |- error: conformance of 'Track' to 'PlayableMusicItem' is only available in macOS 14.0 or newer
| `- note: add 'if #available' version check
50 | try await play()
51 | }
[133/173] Compiling MusadoraKit MSummary+Replay.swift
/Users/admin/builder/spi-builder-workspace/Sources/MusadoraKit/MusicPlayer/SPlayer+TrackTimeBounds.swift:29:14: error: conformance of 'Track' to 'PlayableMusicItem' is only available in macOS 14.0 or newer
17 | ///
18 | /// - Parameter track: The track to play.
19 | func play(track: Track) async throws {
| `- note: add @available attribute to enclosing instance method
20 | #if compiler(>=6.3)
21 | if #available(iOS 26.4, tvOS 26.4, visionOS 26.4, macCatalyst 26.4, *) {
:
27 | #endif
28 |
29 | queue = [track]
| |- error: conformance of 'Track' to 'PlayableMusicItem' is only available in macOS 14.0 or newer
| `- note: add 'if #available' version check
30 | try await play()
31 | }
/Users/admin/builder/spi-builder-workspace/Sources/MusadoraKit/MusicPlayer/SPlayer+TrackTimeBounds.swift:49:31: error: 'Queue' is only available in macOS 14.0 or newer
37 | ///
38 | /// - Parameter tracks: The collection of tracks to play.
39 | func play(tracks: Tracks) async throws {
| `- note: add @available attribute to enclosing instance method
40 | #if compiler(>=6.3)
41 | if #available(iOS 26.4, tvOS 26.4, visionOS 26.4, macCatalyst 26.4, *) {
:
47 | #endif
48 |
49 | queue = SystemMusicPlayer.Queue(for: tracks)
| |- error: 'Queue' is only available in macOS 14.0 or newer
| `- note: add 'if #available' version check
50 | try await play()
51 | }
/Users/admin/builder/spi-builder-workspace/Sources/MusadoraKit/MusicPlayer/SPlayer+TrackTimeBounds.swift:49:31: error: conformance of 'Track' to 'PlayableMusicItem' is only available in macOS 14.0 or newer
37 | ///
38 | /// - Parameter tracks: The collection of tracks to play.
39 | func play(tracks: Tracks) async throws {
| `- note: add @available attribute to enclosing instance method
40 | #if compiler(>=6.3)
41 | if #available(iOS 26.4, tvOS 26.4, visionOS 26.4, macCatalyst 26.4, *) {
:
47 | #endif
48 |
49 | queue = SystemMusicPlayer.Queue(for: tracks)
| |- error: conformance of 'Track' to 'PlayableMusicItem' is only available in macOS 14.0 or newer
| `- note: add 'if #available' version check
50 | try await play()
51 | }
[134/173] Compiling MusadoraKit MSummary.swift
/Users/admin/builder/spi-builder-workspace/Sources/MusadoraKit/MusicPlayer/SPlayer+TrackTimeBounds.swift:29:14: error: conformance of 'Track' to 'PlayableMusicItem' is only available in macOS 14.0 or newer
17 | ///
18 | /// - Parameter track: The track to play.
19 | func play(track: Track) async throws {
| `- note: add @available attribute to enclosing instance method
20 | #if compiler(>=6.3)
21 | if #available(iOS 26.4, tvOS 26.4, visionOS 26.4, macCatalyst 26.4, *) {
:
27 | #endif
28 |
29 | queue = [track]
| |- error: conformance of 'Track' to 'PlayableMusicItem' is only available in macOS 14.0 or newer
| `- note: add 'if #available' version check
30 | try await play()
31 | }
/Users/admin/builder/spi-builder-workspace/Sources/MusadoraKit/MusicPlayer/SPlayer+TrackTimeBounds.swift:49:31: error: 'Queue' is only available in macOS 14.0 or newer
37 | ///
38 | /// - Parameter tracks: The collection of tracks to play.
39 | func play(tracks: Tracks) async throws {
| `- note: add @available attribute to enclosing instance method
40 | #if compiler(>=6.3)
41 | if #available(iOS 26.4, tvOS 26.4, visionOS 26.4, macCatalyst 26.4, *) {
:
47 | #endif
48 |
49 | queue = SystemMusicPlayer.Queue(for: tracks)
| |- error: 'Queue' is only available in macOS 14.0 or newer
| `- note: add 'if #available' version check
50 | try await play()
51 | }
/Users/admin/builder/spi-builder-workspace/Sources/MusadoraKit/MusicPlayer/SPlayer+TrackTimeBounds.swift:49:31: error: conformance of 'Track' to 'PlayableMusicItem' is only available in macOS 14.0 or newer
37 | ///
38 | /// - Parameter tracks: The collection of tracks to play.
39 | func play(tracks: Tracks) async throws {
| `- note: add @available attribute to enclosing instance method
40 | #if compiler(>=6.3)
41 | if #available(iOS 26.4, tvOS 26.4, visionOS 26.4, macCatalyst 26.4, *) {
:
47 | #endif
48 |
49 | queue = SystemMusicPlayer.Queue(for: tracks)
| |- error: conformance of 'Track' to 'PlayableMusicItem' is only available in macOS 14.0 or newer
| `- note: add 'if #available' version check
50 | try await play()
51 | }
[135/173] Compiling MusadoraKit MusicSummaryPeriod.swift
/Users/admin/builder/spi-builder-workspace/Sources/MusadoraKit/MusicPlayer/SPlayer+TrackTimeBounds.swift:29:14: error: conformance of 'Track' to 'PlayableMusicItem' is only available in macOS 14.0 or newer
17 | ///
18 | /// - Parameter track: The track to play.
19 | func play(track: Track) async throws {
| `- note: add @available attribute to enclosing instance method
20 | #if compiler(>=6.3)
21 | if #available(iOS 26.4, tvOS 26.4, visionOS 26.4, macCatalyst 26.4, *) {
:
27 | #endif
28 |
29 | queue = [track]
| |- error: conformance of 'Track' to 'PlayableMusicItem' is only available in macOS 14.0 or newer
| `- note: add 'if #available' version check
30 | try await play()
31 | }
/Users/admin/builder/spi-builder-workspace/Sources/MusadoraKit/MusicPlayer/SPlayer+TrackTimeBounds.swift:49:31: error: 'Queue' is only available in macOS 14.0 or newer
37 | ///
38 | /// - Parameter tracks: The collection of tracks to play.
39 | func play(tracks: Tracks) async throws {
| `- note: add @available attribute to enclosing instance method
40 | #if compiler(>=6.3)
41 | if #available(iOS 26.4, tvOS 26.4, visionOS 26.4, macCatalyst 26.4, *) {
:
47 | #endif
48 |
49 | queue = SystemMusicPlayer.Queue(for: tracks)
| |- error: 'Queue' is only available in macOS 14.0 or newer
| `- note: add 'if #available' version check
50 | try await play()
51 | }
/Users/admin/builder/spi-builder-workspace/Sources/MusadoraKit/MusicPlayer/SPlayer+TrackTimeBounds.swift:49:31: error: conformance of 'Track' to 'PlayableMusicItem' is only available in macOS 14.0 or newer
37 | ///
38 | /// - Parameter tracks: The collection of tracks to play.
39 | func play(tracks: Tracks) async throws {
| `- note: add @available attribute to enclosing instance method
40 | #if compiler(>=6.3)
41 | if #available(iOS 26.4, tvOS 26.4, visionOS 26.4, macCatalyst 26.4, *) {
:
47 | #endif
48 |
49 | queue = SystemMusicPlayer.Queue(for: tracks)
| |- error: conformance of 'Track' to 'PlayableMusicItem' is only available in macOS 14.0 or newer
| `- note: add 'if #available' version check
50 | try await play()
51 | }
[136/173] Compiling MusadoraKit MusicSummaryRequest.swift
/Users/admin/builder/spi-builder-workspace/Sources/MusadoraKit/MusicPlayer/SPlayer+TrackTimeBounds.swift:29:14: error: conformance of 'Track' to 'PlayableMusicItem' is only available in macOS 14.0 or newer
17 | ///
18 | /// - Parameter track: The track to play.
19 | func play(track: Track) async throws {
| `- note: add @available attribute to enclosing instance method
20 | #if compiler(>=6.3)
21 | if #available(iOS 26.4, tvOS 26.4, visionOS 26.4, macCatalyst 26.4, *) {
:
27 | #endif
28 |
29 | queue = [track]
| |- error: conformance of 'Track' to 'PlayableMusicItem' is only available in macOS 14.0 or newer
| `- note: add 'if #available' version check
30 | try await play()
31 | }
/Users/admin/builder/spi-builder-workspace/Sources/MusadoraKit/MusicPlayer/SPlayer+TrackTimeBounds.swift:49:31: error: 'Queue' is only available in macOS 14.0 or newer
37 | ///
38 | /// - Parameter tracks: The collection of tracks to play.
39 | func play(tracks: Tracks) async throws {
| `- note: add @available attribute to enclosing instance method
40 | #if compiler(>=6.3)
41 | if #available(iOS 26.4, tvOS 26.4, visionOS 26.4, macCatalyst 26.4, *) {
:
47 | #endif
48 |
49 | queue = SystemMusicPlayer.Queue(for: tracks)
| |- error: 'Queue' is only available in macOS 14.0 or newer
| `- note: add 'if #available' version check
50 | try await play()
51 | }
/Users/admin/builder/spi-builder-workspace/Sources/MusadoraKit/MusicPlayer/SPlayer+TrackTimeBounds.swift:49:31: error: conformance of 'Track' to 'PlayableMusicItem' is only available in macOS 14.0 or newer
37 | ///
38 | /// - Parameter tracks: The collection of tracks to play.
39 | func play(tracks: Tracks) async throws {
| `- note: add @available attribute to enclosing instance method
40 | #if compiler(>=6.3)
41 | if #available(iOS 26.4, tvOS 26.4, visionOS 26.4, macCatalyst 26.4, *) {
:
47 | #endif
48 |
49 | queue = SystemMusicPlayer.Queue(for: tracks)
| |- error: conformance of 'Track' to 'PlayableMusicItem' is only available in macOS 14.0 or newer
| `- note: add 'if #available' version check
50 | try await play()
51 | }
[137/173] Compiling MusadoraKit MusicSummaryResponse.swift
/Users/admin/builder/spi-builder-workspace/Sources/MusadoraKit/MusicPlayer/SPlayer+TrackTimeBounds.swift:29:14: error: conformance of 'Track' to 'PlayableMusicItem' is only available in macOS 14.0 or newer
17 | ///
18 | /// - Parameter track: The track to play.
19 | func play(track: Track) async throws {
| `- note: add @available attribute to enclosing instance method
20 | #if compiler(>=6.3)
21 | if #available(iOS 26.4, tvOS 26.4, visionOS 26.4, macCatalyst 26.4, *) {
:
27 | #endif
28 |
29 | queue = [track]
| |- error: conformance of 'Track' to 'PlayableMusicItem' is only available in macOS 14.0 or newer
| `- note: add 'if #available' version check
30 | try await play()
31 | }
/Users/admin/builder/spi-builder-workspace/Sources/MusadoraKit/MusicPlayer/SPlayer+TrackTimeBounds.swift:49:31: error: 'Queue' is only available in macOS 14.0 or newer
37 | ///
38 | /// - Parameter tracks: The collection of tracks to play.
39 | func play(tracks: Tracks) async throws {
| `- note: add @available attribute to enclosing instance method
40 | #if compiler(>=6.3)
41 | if #available(iOS 26.4, tvOS 26.4, visionOS 26.4, macCatalyst 26.4, *) {
:
47 | #endif
48 |
49 | queue = SystemMusicPlayer.Queue(for: tracks)
| |- error: 'Queue' is only available in macOS 14.0 or newer
| `- note: add 'if #available' version check
50 | try await play()
51 | }
/Users/admin/builder/spi-builder-workspace/Sources/MusadoraKit/MusicPlayer/SPlayer+TrackTimeBounds.swift:49:31: error: conformance of 'Track' to 'PlayableMusicItem' is only available in macOS 14.0 or newer
37 | ///
38 | /// - Parameter tracks: The collection of tracks to play.
39 | func play(tracks: Tracks) async throws {
| `- note: add @available attribute to enclosing instance method
40 | #if compiler(>=6.3)
41 | if #available(iOS 26.4, tvOS 26.4, visionOS 26.4, macCatalyst 26.4, *) {
:
47 | #endif
48 |
49 | queue = SystemMusicPlayer.Queue(for: tracks)
| |- error: conformance of 'Track' to 'PlayableMusicItem' is only available in macOS 14.0 or newer
| `- note: add 'if #available' version check
50 | try await play()
51 | }
[138/173] Compiling MusadoraKit CatalogRatingMusicItemType.swift
/Users/admin/builder/spi-builder-workspace/Sources/MusadoraKit/MusicPlayer/SPlayer+TrackTimeBounds.swift:29:14: error: conformance of 'Track' to 'PlayableMusicItem' is only available in macOS 14.0 or newer
17 | ///
18 | /// - Parameter track: The track to play.
19 | func play(track: Track) async throws {
| `- note: add @available attribute to enclosing instance method
20 | #if compiler(>=6.3)
21 | if #available(iOS 26.4, tvOS 26.4, visionOS 26.4, macCatalyst 26.4, *) {
:
27 | #endif
28 |
29 | queue = [track]
| |- error: conformance of 'Track' to 'PlayableMusicItem' is only available in macOS 14.0 or newer
| `- note: add 'if #available' version check
30 | try await play()
31 | }
/Users/admin/builder/spi-builder-workspace/Sources/MusadoraKit/MusicPlayer/SPlayer+TrackTimeBounds.swift:49:31: error: 'Queue' is only available in macOS 14.0 or newer
37 | ///
38 | /// - Parameter tracks: The collection of tracks to play.
39 | func play(tracks: Tracks) async throws {
| `- note: add @available attribute to enclosing instance method
40 | #if compiler(>=6.3)
41 | if #available(iOS 26.4, tvOS 26.4, visionOS 26.4, macCatalyst 26.4, *) {
:
47 | #endif
48 |
49 | queue = SystemMusicPlayer.Queue(for: tracks)
| |- error: 'Queue' is only available in macOS 14.0 or newer
| `- note: add 'if #available' version check
50 | try await play()
51 | }
/Users/admin/builder/spi-builder-workspace/Sources/MusadoraKit/MusicPlayer/SPlayer+TrackTimeBounds.swift:49:31: error: conformance of 'Track' to 'PlayableMusicItem' is only available in macOS 14.0 or newer
37 | ///
38 | /// - Parameter tracks: The collection of tracks to play.
39 | func play(tracks: Tracks) async throws {
| `- note: add @available attribute to enclosing instance method
40 | #if compiler(>=6.3)
41 | if #available(iOS 26.4, tvOS 26.4, visionOS 26.4, macCatalyst 26.4, *) {
:
47 | #endif
48 |
49 | queue = SystemMusicPlayer.Queue(for: tracks)
| |- error: conformance of 'Track' to 'PlayableMusicItem' is only available in macOS 14.0 or newer
| `- note: add 'if #available' version check
50 | try await play()
51 | }
[139/173] Compiling MusadoraKit MCatalog+AddRating.swift
/Users/admin/builder/spi-builder-workspace/Sources/MusadoraKit/MusicPlayer/SPlayer+TrackTimeBounds.swift:29:14: error: conformance of 'Track' to 'PlayableMusicItem' is only available in macOS 14.0 or newer
17 | ///
18 | /// - Parameter track: The track to play.
19 | func play(track: Track) async throws {
| `- note: add @available attribute to enclosing instance method
20 | #if compiler(>=6.3)
21 | if #available(iOS 26.4, tvOS 26.4, visionOS 26.4, macCatalyst 26.4, *) {
:
27 | #endif
28 |
29 | queue = [track]
| |- error: conformance of 'Track' to 'PlayableMusicItem' is only available in macOS 14.0 or newer
| `- note: add 'if #available' version check
30 | try await play()
31 | }
/Users/admin/builder/spi-builder-workspace/Sources/MusadoraKit/MusicPlayer/SPlayer+TrackTimeBounds.swift:49:31: error: 'Queue' is only available in macOS 14.0 or newer
37 | ///
38 | /// - Parameter tracks: The collection of tracks to play.
39 | func play(tracks: Tracks) async throws {
| `- note: add @available attribute to enclosing instance method
40 | #if compiler(>=6.3)
41 | if #available(iOS 26.4, tvOS 26.4, visionOS 26.4, macCatalyst 26.4, *) {
:
47 | #endif
48 |
49 | queue = SystemMusicPlayer.Queue(for: tracks)
| |- error: 'Queue' is only available in macOS 14.0 or newer
| `- note: add 'if #available' version check
50 | try await play()
51 | }
/Users/admin/builder/spi-builder-workspace/Sources/MusadoraKit/MusicPlayer/SPlayer+TrackTimeBounds.swift:49:31: error: conformance of 'Track' to 'PlayableMusicItem' is only available in macOS 14.0 or newer
37 | ///
38 | /// - Parameter tracks: The collection of tracks to play.
39 | func play(tracks: Tracks) async throws {
| `- note: add @available attribute to enclosing instance method
40 | #if compiler(>=6.3)
41 | if #available(iOS 26.4, tvOS 26.4, visionOS 26.4, macCatalyst 26.4, *) {
:
47 | #endif
48 |
49 | queue = SystemMusicPlayer.Queue(for: tracks)
| |- error: conformance of 'Track' to 'PlayableMusicItem' is only available in macOS 14.0 or newer
| `- note: add 'if #available' version check
50 | try await play()
51 | }
[140/173] Compiling MusadoraKit MCatalog+DeleteRating.swift
/Users/admin/builder/spi-builder-workspace/Sources/MusadoraKit/MusicPlayer/SPlayer+TrackTimeBounds.swift:29:14: error: conformance of 'Track' to 'PlayableMusicItem' is only available in macOS 14.0 or newer
17 | ///
18 | /// - Parameter track: The track to play.
19 | func play(track: Track) async throws {
| `- note: add @available attribute to enclosing instance method
20 | #if compiler(>=6.3)
21 | if #available(iOS 26.4, tvOS 26.4, visionOS 26.4, macCatalyst 26.4, *) {
:
27 | #endif
28 |
29 | queue = [track]
| |- error: conformance of 'Track' to 'PlayableMusicItem' is only available in macOS 14.0 or newer
| `- note: add 'if #available' version check
30 | try await play()
31 | }
/Users/admin/builder/spi-builder-workspace/Sources/MusadoraKit/MusicPlayer/SPlayer+TrackTimeBounds.swift:49:31: error: 'Queue' is only available in macOS 14.0 or newer
37 | ///
38 | /// - Parameter tracks: The collection of tracks to play.
39 | func play(tracks: Tracks) async throws {
| `- note: add @available attribute to enclosing instance method
40 | #if compiler(>=6.3)
41 | if #available(iOS 26.4, tvOS 26.4, visionOS 26.4, macCatalyst 26.4, *) {
:
47 | #endif
48 |
49 | queue = SystemMusicPlayer.Queue(for: tracks)
| |- error: 'Queue' is only available in macOS 14.0 or newer
| `- note: add 'if #available' version check
50 | try await play()
51 | }
/Users/admin/builder/spi-builder-workspace/Sources/MusadoraKit/MusicPlayer/SPlayer+TrackTimeBounds.swift:49:31: error: conformance of 'Track' to 'PlayableMusicItem' is only available in macOS 14.0 or newer
37 | ///
38 | /// - Parameter tracks: The collection of tracks to play.
39 | func play(tracks: Tracks) async throws {
| `- note: add @available attribute to enclosing instance method
40 | #if compiler(>=6.3)
41 | if #available(iOS 26.4, tvOS 26.4, visionOS 26.4, macCatalyst 26.4, *) {
:
47 | #endif
48 |
49 | queue = SystemMusicPlayer.Queue(for: tracks)
| |- error: conformance of 'Track' to 'PlayableMusicItem' is only available in macOS 14.0 or newer
| `- note: add 'if #available' version check
50 | try await play()
51 | }
[141/173] Compiling MusadoraKit MRecommendation+personal.swift
[142/173] Compiling MusadoraKit MRecommendation.swift
[143/173] Compiling MusadoraKit MusicRecommendationItem.swift
[144/173] Compiling MusadoraKit MusicRecommendationMusicItem.swift
[145/173] Compiling MusadoraKit MusicRecommendationRequest.swift
[146/173] Compiling MusadoraKit MusicRecommendationResponse.swift
[147/173] Compiling MusadoraKit MusicRecommendations.swift
[148/173] Compiling MusadoraKit PersonalRecommendations.swift
[149/173] Compiling MusadoraKit MDeveloperTokenProvider.swift
[150/173] Compiling MusadoraKit MusicDeleteRequest.swift
[151/173] Compiling MusadoraKit MusicDeveloperRequest.swift
[152/173] Compiling MusadoraKit MusicPostRequest.swift
[153/173] Compiling MusadoraKit MusicPutRequest.swift
[154/173] Compiling MusadoraKit MusicUserRequest.swift
[155/173] Compiling MusadoraKit AnimatedArtworkView.swift
[156/173] Compiling MusadoraKit resource_bundle_accessor.swift
[157/173] Compiling MusadoraKit EquivalentMusicItemType.swift
[158/173] Compiling MusadoraKit EquivalentRequestable+CleanEquivalent.swift
[159/173] Compiling MusadoraKit EquivalentRequestable+Equivalent.swift
[160/173] Compiling MusadoraKit EquivalentRequestable+FindEquivalents.swift
[161/173] Compiling MusadoraKit EquivalentRequestable.swift
[162/173] Compiling MusadoraKit MusicItemCollection+CleanEquivalents.swift
[163/173] Compiling MusadoraKit MusicItemCollection+Equivalents.swift
[164/173] Compiling MusadoraKit Array.swift
[165/173] Compiling MusadoraKit Artwork.swift
[166/173] Compiling MusadoraKit CommonImageProcessing.swift
[167/173] Compiling MusadoraKit Data.swift
[168/173] Compiling MusadoraKit NSColor.swift
[169/173] Compiling MusadoraKit NSImage.swift
[170/173] Compiling MusadoraKit UIColor.swift
[171/173] Compiling MusadoraKit UIImage.swift
[172/173] Compiling MusadoraKit MCatalog+Favorites.swift
[173/173] Compiling MusadoraKit MusicFavoritesRequest.swift
Fetching https://github.com/apple/swift-docc-plugin
[1/2171] Fetching swift-docc-plugin
Fetched https://github.com/apple/swift-docc-plugin from cache (1.16s)
Computing version for https://github.com/apple/swift-docc-plugin
Computed https://github.com/apple/swift-docc-plugin at 1.4.6 (4.29s)
Fetching https://github.com/swiftlang/swift-docc-symbolkit from cache
Fetched https://github.com/swiftlang/swift-docc-symbolkit from cache (0.77s)
Computing version for https://github.com/swiftlang/swift-docc-symbolkit
Computed https://github.com/swiftlang/swift-docc-symbolkit at 1.0.0 (1.45s)
Creating working copy for https://github.com/apple/swift-docc-plugin
Working copy of https://github.com/apple/swift-docc-plugin resolved at 1.4.6
Creating working copy for https://github.com/swiftlang/swift-docc-symbolkit
Working copy of https://github.com/swiftlang/swift-docc-symbolkit resolved at 1.0.0
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun swift build --arch arm64
[0/1] Planning build
[1/1] Compiling plugin Swift-DocC Preview
[2/2] Compiling plugin Swift-DocC
Building for debugging...
[2/3] Write swift-version-2F0A5646E1D333AE.txt
[4/154] Compiling MusadoraKit APlayer+TrackTimeBounds.swift
/Users/admin/builder/spi-builder-workspace/Sources/MusadoraKit/MusicPlayer/SPlayer+TrackTimeBounds.swift:29:14: error: conformance of 'Track' to 'PlayableMusicItem' is only available in macOS 14.0 or newer
17 | ///
18 | /// - Parameter track: The track to play.
19 | func play(track: Track) async throws {
| `- note: add @available attribute to enclosing instance method
20 | #if compiler(>=6.3)
21 | if #available(iOS 26.4, tvOS 26.4, visionOS 26.4, macCatalyst 26.4, *) {
:
27 | #endif
28 |
29 | queue = [track]
| |- error: conformance of 'Track' to 'PlayableMusicItem' is only available in macOS 14.0 or newer
| `- note: add 'if #available' version check
30 | try await play()
31 | }
/Users/admin/builder/spi-builder-workspace/Sources/MusadoraKit/MusicPlayer/SPlayer+TrackTimeBounds.swift:49:31: error: 'Queue' is only available in macOS 14.0 or newer
37 | ///
38 | /// - Parameter tracks: The collection of tracks to play.
39 | func play(tracks: Tracks) async throws {
| `- note: add @available attribute to enclosing instance method
40 | #if compiler(>=6.3)
41 | if #available(iOS 26.4, tvOS 26.4, visionOS 26.4, macCatalyst 26.4, *) {
:
47 | #endif
48 |
49 | queue = SystemMusicPlayer.Queue(for: tracks)
| |- error: 'Queue' is only available in macOS 14.0 or newer
| `- note: add 'if #available' version check
50 | try await play()
51 | }
/Users/admin/builder/spi-builder-workspace/Sources/MusadoraKit/MusicPlayer/SPlayer+TrackTimeBounds.swift:49:31: error: conformance of 'Track' to 'PlayableMusicItem' is only available in macOS 14.0 or newer
37 | ///
38 | /// - Parameter tracks: The collection of tracks to play.
39 | func play(tracks: Tracks) async throws {
| `- note: add @available attribute to enclosing instance method
40 | #if compiler(>=6.3)
41 | if #available(iOS 26.4, tvOS 26.4, visionOS 26.4, macCatalyst 26.4, *) {
:
47 | #endif
48 |
49 | queue = SystemMusicPlayer.Queue(for: tracks)
| |- error: conformance of 'Track' to 'PlayableMusicItem' is only available in macOS 14.0 or newer
| `- note: add 'if #available' version check
50 | try await play()
51 | }
[5/154] Compiling MusadoraKit APlayer.swift
/Users/admin/builder/spi-builder-workspace/Sources/MusadoraKit/MusicPlayer/SPlayer+TrackTimeBounds.swift:29:14: error: conformance of 'Track' to 'PlayableMusicItem' is only available in macOS 14.0 or newer
17 | ///
18 | /// - Parameter track: The track to play.
19 | func play(track: Track) async throws {
| `- note: add @available attribute to enclosing instance method
20 | #if compiler(>=6.3)
21 | if #available(iOS 26.4, tvOS 26.4, visionOS 26.4, macCatalyst 26.4, *) {
:
27 | #endif
28 |
29 | queue = [track]
| |- error: conformance of 'Track' to 'PlayableMusicItem' is only available in macOS 14.0 or newer
| `- note: add 'if #available' version check
30 | try await play()
31 | }
/Users/admin/builder/spi-builder-workspace/Sources/MusadoraKit/MusicPlayer/SPlayer+TrackTimeBounds.swift:49:31: error: 'Queue' is only available in macOS 14.0 or newer
37 | ///
38 | /// - Parameter tracks: The collection of tracks to play.
39 | func play(tracks: Tracks) async throws {
| `- note: add @available attribute to enclosing instance method
40 | #if compiler(>=6.3)
41 | if #available(iOS 26.4, tvOS 26.4, visionOS 26.4, macCatalyst 26.4, *) {
:
47 | #endif
48 |
49 | queue = SystemMusicPlayer.Queue(for: tracks)
| |- error: 'Queue' is only available in macOS 14.0 or newer
| `- note: add 'if #available' version check
50 | try await play()
51 | }
/Users/admin/builder/spi-builder-workspace/Sources/MusadoraKit/MusicPlayer/SPlayer+TrackTimeBounds.swift:49:31: error: conformance of 'Track' to 'PlayableMusicItem' is only available in macOS 14.0 or newer
37 | ///
38 | /// - Parameter tracks: The collection of tracks to play.
39 | func play(tracks: Tracks) async throws {
| `- note: add @available attribute to enclosing instance method
40 | #if compiler(>=6.3)
41 | if #available(iOS 26.4, tvOS 26.4, visionOS 26.4, macCatalyst 26.4, *) {
:
47 | #endif
48 |
49 | queue = SystemMusicPlayer.Queue(for: tracks)
| |- error: conformance of 'Track' to 'PlayableMusicItem' is only available in macOS 14.0 or newer
| `- note: add 'if #available' version check
50 | try await play()
51 | }
[6/154] Compiling MusadoraKit APlayerObserver.swift
/Users/admin/builder/spi-builder-workspace/Sources/MusadoraKit/MusicPlayer/SPlayer+TrackTimeBounds.swift:29:14: error: conformance of 'Track' to 'PlayableMusicItem' is only available in macOS 14.0 or newer
17 | ///
18 | /// - Parameter track: The track to play.
19 | func play(track: Track) async throws {
| `- note: add @available attribute to enclosing instance method
20 | #if compiler(>=6.3)
21 | if #available(iOS 26.4, tvOS 26.4, visionOS 26.4, macCatalyst 26.4, *) {
:
27 | #endif
28 |
29 | queue = [track]
| |- error: conformance of 'Track' to 'PlayableMusicItem' is only available in macOS 14.0 or newer
| `- note: add 'if #available' version check
30 | try await play()
31 | }
/Users/admin/builder/spi-builder-workspace/Sources/MusadoraKit/MusicPlayer/SPlayer+TrackTimeBounds.swift:49:31: error: 'Queue' is only available in macOS 14.0 or newer
37 | ///
38 | /// - Parameter tracks: The collection of tracks to play.
39 | func play(tracks: Tracks) async throws {
| `- note: add @available attribute to enclosing instance method
40 | #if compiler(>=6.3)
41 | if #available(iOS 26.4, tvOS 26.4, visionOS 26.4, macCatalyst 26.4, *) {
:
47 | #endif
48 |
49 | queue = SystemMusicPlayer.Queue(for: tracks)
| |- error: 'Queue' is only available in macOS 14.0 or newer
| `- note: add 'if #available' version check
50 | try await play()
51 | }
/Users/admin/builder/spi-builder-workspace/Sources/MusadoraKit/MusicPlayer/SPlayer+TrackTimeBounds.swift:49:31: error: conformance of 'Track' to 'PlayableMusicItem' is only available in macOS 14.0 or newer
37 | ///
38 | /// - Parameter tracks: The collection of tracks to play.
39 | func play(tracks: Tracks) async throws {
| `- note: add @available attribute to enclosing instance method
40 | #if compiler(>=6.3)
41 | if #available(iOS 26.4, tvOS 26.4, visionOS 26.4, macCatalyst 26.4, *) {
:
47 | #endif
48 |
49 | queue = SystemMusicPlayer.Queue(for: tracks)
| |- error: conformance of 'Track' to 'PlayableMusicItem' is only available in macOS 14.0 or newer
| `- note: add 'if #available' version check
50 | try await play()
51 | }
[7/154] Compiling MusadoraKit SPlayer+TrackTimeBounds.swift
/Users/admin/builder/spi-builder-workspace/Sources/MusadoraKit/MusicPlayer/SPlayer+TrackTimeBounds.swift:29:14: error: conformance of 'Track' to 'PlayableMusicItem' is only available in macOS 14.0 or newer
17 | ///
18 | /// - Parameter track: The track to play.
19 | func play(track: Track) async throws {
| `- note: add @available attribute to enclosing instance method
20 | #if compiler(>=6.3)
21 | if #available(iOS 26.4, tvOS 26.4, visionOS 26.4, macCatalyst 26.4, *) {
:
27 | #endif
28 |
29 | queue = [track]
| |- error: conformance of 'Track' to 'PlayableMusicItem' is only available in macOS 14.0 or newer
| `- note: add 'if #available' version check
30 | try await play()
31 | }
/Users/admin/builder/spi-builder-workspace/Sources/MusadoraKit/MusicPlayer/SPlayer+TrackTimeBounds.swift:49:31: error: 'Queue' is only available in macOS 14.0 or newer
37 | ///
38 | /// - Parameter tracks: The collection of tracks to play.
39 | func play(tracks: Tracks) async throws {
| `- note: add @available attribute to enclosing instance method
40 | #if compiler(>=6.3)
41 | if #available(iOS 26.4, tvOS 26.4, visionOS 26.4, macCatalyst 26.4, *) {
:
47 | #endif
48 |
49 | queue = SystemMusicPlayer.Queue(for: tracks)
| |- error: 'Queue' is only available in macOS 14.0 or newer
| `- note: add 'if #available' version check
50 | try await play()
51 | }
/Users/admin/builder/spi-builder-workspace/Sources/MusadoraKit/MusicPlayer/SPlayer+TrackTimeBounds.swift:49:31: error: conformance of 'Track' to 'PlayableMusicItem' is only available in macOS 14.0 or newer
37 | ///
38 | /// - Parameter tracks: The collection of tracks to play.
39 | func play(tracks: Tracks) async throws {
| `- note: add @available attribute to enclosing instance method
40 | #if compiler(>=6.3)
41 | if #available(iOS 26.4, tvOS 26.4, visionOS 26.4, macCatalyst 26.4, *) {
:
47 | #endif
48 |
49 | queue = SystemMusicPlayer.Queue(for: tracks)
| |- error: conformance of 'Track' to 'PlayableMusicItem' is only available in macOS 14.0 or newer
| `- note: add 'if #available' version check
50 | try await play()
51 | }
[8/154] Compiling MusadoraKit SPlayer.swift
/Users/admin/builder/spi-builder-workspace/Sources/MusadoraKit/MusicPlayer/SPlayer+TrackTimeBounds.swift:29:14: error: conformance of 'Track' to 'PlayableMusicItem' is only available in macOS 14.0 or newer
17 | ///
18 | /// - Parameter track: The track to play.
19 | func play(track: Track) async throws {
| `- note: add @available attribute to enclosing instance method
20 | #if compiler(>=6.3)
21 | if #available(iOS 26.4, tvOS 26.4, visionOS 26.4, macCatalyst 26.4, *) {
:
27 | #endif
28 |
29 | queue = [track]
| |- error: conformance of 'Track' to 'PlayableMusicItem' is only available in macOS 14.0 or newer
| `- note: add 'if #available' version check
30 | try await play()
31 | }
/Users/admin/builder/spi-builder-workspace/Sources/MusadoraKit/MusicPlayer/SPlayer+TrackTimeBounds.swift:49:31: error: 'Queue' is only available in macOS 14.0 or newer
37 | ///
38 | /// - Parameter tracks: The collection of tracks to play.
39 | func play(tracks: Tracks) async throws {
| `- note: add @available attribute to enclosing instance method
40 | #if compiler(>=6.3)
41 | if #available(iOS 26.4, tvOS 26.4, visionOS 26.4, macCatalyst 26.4, *) {
:
47 | #endif
48 |
49 | queue = SystemMusicPlayer.Queue(for: tracks)
| |- error: 'Queue' is only available in macOS 14.0 or newer
| `- note: add 'if #available' version check
50 | try await play()
51 | }
/Users/admin/builder/spi-builder-workspace/Sources/MusadoraKit/MusicPlayer/SPlayer+TrackTimeBounds.swift:49:31: error: conformance of 'Track' to 'PlayableMusicItem' is only available in macOS 14.0 or newer
37 | ///
38 | /// - Parameter tracks: The collection of tracks to play.
39 | func play(tracks: Tracks) async throws {
| `- note: add @available attribute to enclosing instance method
40 | #if compiler(>=6.3)
41 | if #available(iOS 26.4, tvOS 26.4, visionOS 26.4, macCatalyst 26.4, *) {
:
47 | #endif
48 |
49 | queue = SystemMusicPlayer.Queue(for: tracks)
| |- error: conformance of 'Track' to 'PlayableMusicItem' is only available in macOS 14.0 or newer
| `- note: add 'if #available' version check
50 | try await play()
51 | }
[9/154] Compiling MusadoraKit SPlayerObserver.swift
/Users/admin/builder/spi-builder-workspace/Sources/MusadoraKit/MusicPlayer/SPlayer+TrackTimeBounds.swift:29:14: error: conformance of 'Track' to 'PlayableMusicItem' is only available in macOS 14.0 or newer
17 | ///
18 | /// - Parameter track: The track to play.
19 | func play(track: Track) async throws {
| `- note: add @available attribute to enclosing instance method
20 | #if compiler(>=6.3)
21 | if #available(iOS 26.4, tvOS 26.4, visionOS 26.4, macCatalyst 26.4, *) {
:
27 | #endif
28 |
29 | queue = [track]
| |- error: conformance of 'Track' to 'PlayableMusicItem' is only available in macOS 14.0 or newer
| `- note: add 'if #available' version check
30 | try await play()
31 | }
/Users/admin/builder/spi-builder-workspace/Sources/MusadoraKit/MusicPlayer/SPlayer+TrackTimeBounds.swift:49:31: error: 'Queue' is only available in macOS 14.0 or newer
37 | ///
38 | /// - Parameter tracks: The collection of tracks to play.
39 | func play(tracks: Tracks) async throws {
| `- note: add @available attribute to enclosing instance method
40 | #if compiler(>=6.3)
41 | if #available(iOS 26.4, tvOS 26.4, visionOS 26.4, macCatalyst 26.4, *) {
:
47 | #endif
48 |
49 | queue = SystemMusicPlayer.Queue(for: tracks)
| |- error: 'Queue' is only available in macOS 14.0 or newer
| `- note: add 'if #available' version check
50 | try await play()
51 | }
/Users/admin/builder/spi-builder-workspace/Sources/MusadoraKit/MusicPlayer/SPlayer+TrackTimeBounds.swift:49:31: error: conformance of 'Track' to 'PlayableMusicItem' is only available in macOS 14.0 or newer
37 | ///
38 | /// - Parameter tracks: The collection of tracks to play.
39 | func play(tracks: Tracks) async throws {
| `- note: add @available attribute to enclosing instance method
40 | #if compiler(>=6.3)
41 | if #available(iOS 26.4, tvOS 26.4, visionOS 26.4, macCatalyst 26.4, *) {
:
47 | #endif
48 |
49 | queue = SystemMusicPlayer.Queue(for: tracks)
| |- error: conformance of 'Track' to 'PlayableMusicItem' is only available in macOS 14.0 or newer
| `- note: add 'if #available' version check
50 | try await play()
51 | }
[10/154] Compiling MusadoraKit MusicRequest.swift
/Users/admin/builder/spi-builder-workspace/Sources/MusadoraKit/MusicPlayer/SPlayer+TrackTimeBounds.swift:29:14: error: conformance of 'Track' to 'PlayableMusicItem' is only available in macOS 14.0 or newer
17 | ///
18 | /// - Parameter track: The track to play.
19 | func play(track: Track) async throws {
| `- note: add @available attribute to enclosing instance method
20 | #if compiler(>=6.3)
21 | if #available(iOS 26.4, tvOS 26.4, visionOS 26.4, macCatalyst 26.4, *) {
:
27 | #endif
28 |
29 | queue = [track]
| |- error: conformance of 'Track' to 'PlayableMusicItem' is only available in macOS 14.0 or newer
| `- note: add 'if #available' version check
30 | try await play()
31 | }
/Users/admin/builder/spi-builder-workspace/Sources/MusadoraKit/MusicPlayer/SPlayer+TrackTimeBounds.swift:49:31: error: 'Queue' is only available in macOS 14.0 or newer
37 | ///
38 | /// - Parameter tracks: The collection of tracks to play.
39 | func play(tracks: Tracks) async throws {
| `- note: add @available attribute to enclosing instance method
40 | #if compiler(>=6.3)
41 | if #available(iOS 26.4, tvOS 26.4, visionOS 26.4, macCatalyst 26.4, *) {
:
47 | #endif
48 |
49 | queue = SystemMusicPlayer.Queue(for: tracks)
| |- error: 'Queue' is only available in macOS 14.0 or newer
| `- note: add 'if #available' version check
50 | try await play()
51 | }
/Users/admin/builder/spi-builder-workspace/Sources/MusadoraKit/MusicPlayer/SPlayer+TrackTimeBounds.swift:49:31: error: conformance of 'Track' to 'PlayableMusicItem' is only available in macOS 14.0 or newer
37 | ///
38 | /// - Parameter tracks: The collection of tracks to play.
39 | func play(tracks: Tracks) async throws {
| `- note: add @available attribute to enclosing instance method
40 | #if compiler(>=6.3)
41 | if #available(iOS 26.4, tvOS 26.4, visionOS 26.4, macCatalyst 26.4, *) {
:
47 | #endif
48 |
49 | queue = SystemMusicPlayer.Queue(for: tracks)
| |- error: conformance of 'Track' to 'PlayableMusicItem' is only available in macOS 14.0 or newer
| `- note: add 'if #available' version check
50 | try await play()
51 | }
[11/154] Compiling MusadoraKit MusicStorefront.swift
/Users/admin/builder/spi-builder-workspace/Sources/MusadoraKit/MusicPlayer/SPlayer+TrackTimeBounds.swift:29:14: error: conformance of 'Track' to 'PlayableMusicItem' is only available in macOS 14.0 or newer
17 | ///
18 | /// - Parameter track: The track to play.
19 | func play(track: Track) async throws {
| `- note: add @available attribute to enclosing instance method
20 | #if compiler(>=6.3)
21 | if #available(iOS 26.4, tvOS 26.4, visionOS 26.4, macCatalyst 26.4, *) {
:
27 | #endif
28 |
29 | queue = [track]
| |- error: conformance of 'Track' to 'PlayableMusicItem' is only available in macOS 14.0 or newer
| `- note: add 'if #available' version check
30 | try await play()
31 | }
/Users/admin/builder/spi-builder-workspace/Sources/MusadoraKit/MusicPlayer/SPlayer+TrackTimeBounds.swift:49:31: error: 'Queue' is only available in macOS 14.0 or newer
37 | ///
38 | /// - Parameter tracks: The collection of tracks to play.
39 | func play(tracks: Tracks) async throws {
| `- note: add @available attribute to enclosing instance method
40 | #if compiler(>=6.3)
41 | if #available(iOS 26.4, tvOS 26.4, visionOS 26.4, macCatalyst 26.4, *) {
:
47 | #endif
48 |
49 | queue = SystemMusicPlayer.Queue(for: tracks)
| |- error: 'Queue' is only available in macOS 14.0 or newer
| `- note: add 'if #available' version check
50 | try await play()
51 | }
/Users/admin/builder/spi-builder-workspace/Sources/MusadoraKit/MusicPlayer/SPlayer+TrackTimeBounds.swift:49:31: error: conformance of 'Track' to 'PlayableMusicItem' is only available in macOS 14.0 or newer
37 | ///
38 | /// - Parameter tracks: The collection of tracks to play.
39 | func play(tracks: Tracks) async throws {
| `- note: add @available attribute to enclosing instance method
40 | #if compiler(>=6.3)
41 | if #available(iOS 26.4, tvOS 26.4, visionOS 26.4, macCatalyst 26.4, *) {
:
47 | #endif
48 |
49 | queue = SystemMusicPlayer.Queue(for: tracks)
| |- error: conformance of 'Track' to 'PlayableMusicItem' is only available in macOS 14.0 or newer
| `- note: add 'if #available' version check
50 | try await play()
51 | }
[12/154] Compiling MusadoraKit MSummary+Replay.swift
/Users/admin/builder/spi-builder-workspace/Sources/MusadoraKit/MusicPlayer/SPlayer+TrackTimeBounds.swift:29:14: error: conformance of 'Track' to 'PlayableMusicItem' is only available in macOS 14.0 or newer
17 | ///
18 | /// - Parameter track: The track to play.
19 | func play(track: Track) async throws {
| `- note: add @available attribute to enclosing instance method
20 | #if compiler(>=6.3)
21 | if #available(iOS 26.4, tvOS 26.4, visionOS 26.4, macCatalyst 26.4, *) {
:
27 | #endif
28 |
29 | queue = [track]
| |- error: conformance of 'Track' to 'PlayableMusicItem' is only available in macOS 14.0 or newer
| `- note: add 'if #available' version check
30 | try await play()
31 | }
/Users/admin/builder/spi-builder-workspace/Sources/MusadoraKit/MusicPlayer/SPlayer+TrackTimeBounds.swift:49:31: error: 'Queue' is only available in macOS 14.0 or newer
37 | ///
38 | /// - Parameter tracks: The collection of tracks to play.
39 | func play(tracks: Tracks) async throws {
| `- note: add @available attribute to enclosing instance method
40 | #if compiler(>=6.3)
41 | if #available(iOS 26.4, tvOS 26.4, visionOS 26.4, macCatalyst 26.4, *) {
:
47 | #endif
48 |
49 | queue = SystemMusicPlayer.Queue(for: tracks)
| |- error: 'Queue' is only available in macOS 14.0 or newer
| `- note: add 'if #available' version check
50 | try await play()
51 | }
/Users/admin/builder/spi-builder-workspace/Sources/MusadoraKit/MusicPlayer/SPlayer+TrackTimeBounds.swift:49:31: error: conformance of 'Track' to 'PlayableMusicItem' is only available in macOS 14.0 or newer
37 | ///
38 | /// - Parameter tracks: The collection of tracks to play.
39 | func play(tracks: Tracks) async throws {
| `- note: add @available attribute to enclosing instance method
40 | #if compiler(>=6.3)
41 | if #available(iOS 26.4, tvOS 26.4, visionOS 26.4, macCatalyst 26.4, *) {
:
47 | #endif
48 |
49 | queue = SystemMusicPlayer.Queue(for: tracks)
| |- error: conformance of 'Track' to 'PlayableMusicItem' is only available in macOS 14.0 or newer
| `- note: add 'if #available' version check
50 | try await play()
51 | }
[13/154] Compiling MusadoraKit MSummary.swift
/Users/admin/builder/spi-builder-workspace/Sources/MusadoraKit/MusicPlayer/SPlayer+TrackTimeBounds.swift:29:14: error: conformance of 'Track' to 'PlayableMusicItem' is only available in macOS 14.0 or newer
17 | ///
18 | /// - Parameter track: The track to play.
19 | func play(track: Track) async throws {
| `- note: add @available attribute to enclosing instance method
20 | #if compiler(>=6.3)
21 | if #available(iOS 26.4, tvOS 26.4, visionOS 26.4, macCatalyst 26.4, *) {
:
27 | #endif
28 |
29 | queue = [track]
| |- error: conformance of 'Track' to 'PlayableMusicItem' is only available in macOS 14.0 or newer
| `- note: add 'if #available' version check
30 | try await play()
31 | }
/Users/admin/builder/spi-builder-workspace/Sources/MusadoraKit/MusicPlayer/SPlayer+TrackTimeBounds.swift:49:31: error: 'Queue' is only available in macOS 14.0 or newer
37 | ///
38 | /// - Parameter tracks: The collection of tracks to play.
39 | func play(tracks: Tracks) async throws {
| `- note: add @available attribute to enclosing instance method
40 | #if compiler(>=6.3)
41 | if #available(iOS 26.4, tvOS 26.4, visionOS 26.4, macCatalyst 26.4, *) {
:
47 | #endif
48 |
49 | queue = SystemMusicPlayer.Queue(for: tracks)
| |- error: 'Queue' is only available in macOS 14.0 or newer
| `- note: add 'if #available' version check
50 | try await play()
51 | }
/Users/admin/builder/spi-builder-workspace/Sources/MusadoraKit/MusicPlayer/SPlayer+TrackTimeBounds.swift:49:31: error: conformance of 'Track' to 'PlayableMusicItem' is only available in macOS 14.0 or newer
37 | ///
38 | /// - Parameter tracks: The collection of tracks to play.
39 | func play(tracks: Tracks) async throws {
| `- note: add @available attribute to enclosing instance method
40 | #if compiler(>=6.3)
41 | if #available(iOS 26.4, tvOS 26.4, visionOS 26.4, macCatalyst 26.4, *) {
:
47 | #endif
48 |
49 | queue = SystemMusicPlayer.Queue(for: tracks)
| |- error: conformance of 'Track' to 'PlayableMusicItem' is only available in macOS 14.0 or newer
| `- note: add 'if #available' version check
50 | try await play()
51 | }
[14/154] Compiling MusadoraKit MusicSummaryPeriod.swift
/Users/admin/builder/spi-builder-workspace/Sources/MusadoraKit/MusicPlayer/SPlayer+TrackTimeBounds.swift:29:14: error: conformance of 'Track' to 'PlayableMusicItem' is only available in macOS 14.0 or newer
17 | ///
18 | /// - Parameter track: The track to play.
19 | func play(track: Track) async throws {
| `- note: add @available attribute to enclosing instance method
20 | #if compiler(>=6.3)
21 | if #available(iOS 26.4, tvOS 26.4, visionOS 26.4, macCatalyst 26.4, *) {
:
27 | #endif
28 |
29 | queue = [track]
| |- error: conformance of 'Track' to 'PlayableMusicItem' is only available in macOS 14.0 or newer
| `- note: add 'if #available' version check
30 | try await play()
31 | }
/Users/admin/builder/spi-builder-workspace/Sources/MusadoraKit/MusicPlayer/SPlayer+TrackTimeBounds.swift:49:31: error: 'Queue' is only available in macOS 14.0 or newer
37 | ///
38 | /// - Parameter tracks: The collection of tracks to play.
39 | func play(tracks: Tracks) async throws {
| `- note: add @available attribute to enclosing instance method
40 | #if compiler(>=6.3)
41 | if #available(iOS 26.4, tvOS 26.4, visionOS 26.4, macCatalyst 26.4, *) {
:
47 | #endif
48 |
49 | queue = SystemMusicPlayer.Queue(for: tracks)
| |- error: 'Queue' is only available in macOS 14.0 or newer
| `- note: add 'if #available' version check
50 | try await play()
51 | }
/Users/admin/builder/spi-builder-workspace/Sources/MusadoraKit/MusicPlayer/SPlayer+TrackTimeBounds.swift:49:31: error: conformance of 'Track' to 'PlayableMusicItem' is only available in macOS 14.0 or newer
37 | ///
38 | /// - Parameter tracks: The collection of tracks to play.
39 | func play(tracks: Tracks) async throws {
| `- note: add @available attribute to enclosing instance method
40 | #if compiler(>=6.3)
41 | if #available(iOS 26.4, tvOS 26.4, visionOS 26.4, macCatalyst 26.4, *) {
:
47 | #endif
48 |
49 | queue = SystemMusicPlayer.Queue(for: tracks)
| |- error: conformance of 'Track' to 'PlayableMusicItem' is only available in macOS 14.0 or newer
| `- note: add 'if #available' version check
50 | try await play()
51 | }
[15/154] Compiling MusadoraKit MusicSummaryRequest.swift
/Users/admin/builder/spi-builder-workspace/Sources/MusadoraKit/MusicPlayer/SPlayer+TrackTimeBounds.swift:29:14: error: conformance of 'Track' to 'PlayableMusicItem' is only available in macOS 14.0 or newer
17 | ///
18 | /// - Parameter track: The track to play.
19 | func play(track: Track) async throws {
| `- note: add @available attribute to enclosing instance method
20 | #if compiler(>=6.3)
21 | if #available(iOS 26.4, tvOS 26.4, visionOS 26.4, macCatalyst 26.4, *) {
:
27 | #endif
28 |
29 | queue = [track]
| |- error: conformance of 'Track' to 'PlayableMusicItem' is only available in macOS 14.0 or newer
| `- note: add 'if #available' version check
30 | try await play()
31 | }
/Users/admin/builder/spi-builder-workspace/Sources/MusadoraKit/MusicPlayer/SPlayer+TrackTimeBounds.swift:49:31: error: 'Queue' is only available in macOS 14.0 or newer
37 | ///
38 | /// - Parameter tracks: The collection of tracks to play.
39 | func play(tracks: Tracks) async throws {
| `- note: add @available attribute to enclosing instance method
40 | #if compiler(>=6.3)
41 | if #available(iOS 26.4, tvOS 26.4, visionOS 26.4, macCatalyst 26.4, *) {
:
47 | #endif
48 |
49 | queue = SystemMusicPlayer.Queue(for: tracks)
| |- error: 'Queue' is only available in macOS 14.0 or newer
| `- note: add 'if #available' version check
50 | try await play()
51 | }
/Users/admin/builder/spi-builder-workspace/Sources/MusadoraKit/MusicPlayer/SPlayer+TrackTimeBounds.swift:49:31: error: conformance of 'Track' to 'PlayableMusicItem' is only available in macOS 14.0 or newer
37 | ///
38 | /// - Parameter tracks: The collection of tracks to play.
39 | func play(tracks: Tracks) async throws {
| `- note: add @available attribute to enclosing instance method
40 | #if compiler(>=6.3)
41 | if #available(iOS 26.4, tvOS 26.4, visionOS 26.4, macCatalyst 26.4, *) {
:
47 | #endif
48 |
49 | queue = SystemMusicPlayer.Queue(for: tracks)
| |- error: conformance of 'Track' to 'PlayableMusicItem' is only available in macOS 14.0 or newer
| `- note: add 'if #available' version check
50 | try await play()
51 | }
[16/154] Compiling MusadoraKit MusicSummaryResponse.swift
/Users/admin/builder/spi-builder-workspace/Sources/MusadoraKit/MusicPlayer/SPlayer+TrackTimeBounds.swift:29:14: error: conformance of 'Track' to 'PlayableMusicItem' is only available in macOS 14.0 or newer
17 | ///
18 | /// - Parameter track: The track to play.
19 | func play(track: Track) async throws {
| `- note: add @available attribute to enclosing instance method
20 | #if compiler(>=6.3)
21 | if #available(iOS 26.4, tvOS 26.4, visionOS 26.4, macCatalyst 26.4, *) {
:
27 | #endif
28 |
29 | queue = [track]
| |- error: conformance of 'Track' to 'PlayableMusicItem' is only available in macOS 14.0 or newer
| `- note: add 'if #available' version check
30 | try await play()
31 | }
/Users/admin/builder/spi-builder-workspace/Sources/MusadoraKit/MusicPlayer/SPlayer+TrackTimeBounds.swift:49:31: error: 'Queue' is only available in macOS 14.0 or newer
37 | ///
38 | /// - Parameter tracks: The collection of tracks to play.
39 | func play(tracks: Tracks) async throws {
| `- note: add @available attribute to enclosing instance method
40 | #if compiler(>=6.3)
41 | if #available(iOS 26.4, tvOS 26.4, visionOS 26.4, macCatalyst 26.4, *) {
:
47 | #endif
48 |
49 | queue = SystemMusicPlayer.Queue(for: tracks)
| |- error: 'Queue' is only available in macOS 14.0 or newer
| `- note: add 'if #available' version check
50 | try await play()
51 | }
/Users/admin/builder/spi-builder-workspace/Sources/MusadoraKit/MusicPlayer/SPlayer+TrackTimeBounds.swift:49:31: error: conformance of 'Track' to 'PlayableMusicItem' is only available in macOS 14.0 or newer
37 | ///
38 | /// - Parameter tracks: The collection of tracks to play.
39 | func play(tracks: Tracks) async throws {
| `- note: add @available attribute to enclosing instance method
40 | #if compiler(>=6.3)
41 | if #available(iOS 26.4, tvOS 26.4, visionOS 26.4, macCatalyst 26.4, *) {
:
47 | #endif
48 |
49 | queue = SystemMusicPlayer.Queue(for: tracks)
| |- error: conformance of 'Track' to 'PlayableMusicItem' is only available in macOS 14.0 or newer
| `- note: add 'if #available' version check
50 | try await play()
51 | }
[17/154] Compiling MusadoraKit CatalogRatingMusicItemType.swift
/Users/admin/builder/spi-builder-workspace/Sources/MusadoraKit/MusicPlayer/SPlayer+TrackTimeBounds.swift:29:14: error: conformance of 'Track' to 'PlayableMusicItem' is only available in macOS 14.0 or newer
17 | ///
18 | /// - Parameter track: The track to play.
19 | func play(track: Track) async throws {
| `- note: add @available attribute to enclosing instance method
20 | #if compiler(>=6.3)
21 | if #available(iOS 26.4, tvOS 26.4, visionOS 26.4, macCatalyst 26.4, *) {
:
27 | #endif
28 |
29 | queue = [track]
| |- error: conformance of 'Track' to 'PlayableMusicItem' is only available in macOS 14.0 or newer
| `- note: add 'if #available' version check
30 | try await play()
31 | }
/Users/admin/builder/spi-builder-workspace/Sources/MusadoraKit/MusicPlayer/SPlayer+TrackTimeBounds.swift:49:31: error: 'Queue' is only available in macOS 14.0 or newer
37 | ///
38 | /// - Parameter tracks: The collection of tracks to play.
39 | func play(tracks: Tracks) async throws {
| `- note: add @available attribute to enclosing instance method
40 | #if compiler(>=6.3)
41 | if #available(iOS 26.4, tvOS 26.4, visionOS 26.4, macCatalyst 26.4, *) {
:
47 | #endif
48 |
49 | queue = SystemMusicPlayer.Queue(for: tracks)
| |- error: 'Queue' is only available in macOS 14.0 or newer
| `- note: add 'if #available' version check
50 | try await play()
51 | }
/Users/admin/builder/spi-builder-workspace/Sources/MusadoraKit/MusicPlayer/SPlayer+TrackTimeBounds.swift:49:31: error: conformance of 'Track' to 'PlayableMusicItem' is only available in macOS 14.0 or newer
37 | ///
38 | /// - Parameter tracks: The collection of tracks to play.
39 | func play(tracks: Tracks) async throws {
| `- note: add @available attribute to enclosing instance method
40 | #if compiler(>=6.3)
41 | if #available(iOS 26.4, tvOS 26.4, visionOS 26.4, macCatalyst 26.4, *) {
:
47 | #endif
48 |
49 | queue = SystemMusicPlayer.Queue(for: tracks)
| |- error: conformance of 'Track' to 'PlayableMusicItem' is only available in macOS 14.0 or newer
| `- note: add 'if #available' version check
50 | try await play()
51 | }
[18/154] Compiling MusadoraKit MCatalog+AddRating.swift
/Users/admin/builder/spi-builder-workspace/Sources/MusadoraKit/MusicPlayer/SPlayer+TrackTimeBounds.swift:29:14: error: conformance of 'Track' to 'PlayableMusicItem' is only available in macOS 14.0 or newer
17 | ///
18 | /// - Parameter track: The track to play.
19 | func play(track: Track) async throws {
| `- note: add @available attribute to enclosing instance method
20 | #if compiler(>=6.3)
21 | if #available(iOS 26.4, tvOS 26.4, visionOS 26.4, macCatalyst 26.4, *) {
:
27 | #endif
28 |
29 | queue = [track]
| |- error: conformance of 'Track' to 'PlayableMusicItem' is only available in macOS 14.0 or newer
| `- note: add 'if #available' version check
30 | try await play()
31 | }
/Users/admin/builder/spi-builder-workspace/Sources/MusadoraKit/MusicPlayer/SPlayer+TrackTimeBounds.swift:49:31: error: 'Queue' is only available in macOS 14.0 or newer
37 | ///
38 | /// - Parameter tracks: The collection of tracks to play.
39 | func play(tracks: Tracks) async throws {
| `- note: add @available attribute to enclosing instance method
40 | #if compiler(>=6.3)
41 | if #available(iOS 26.4, tvOS 26.4, visionOS 26.4, macCatalyst 26.4, *) {
:
47 | #endif
48 |
49 | queue = SystemMusicPlayer.Queue(for: tracks)
| |- error: 'Queue' is only available in macOS 14.0 or newer
| `- note: add 'if #available' version check
50 | try await play()
51 | }
/Users/admin/builder/spi-builder-workspace/Sources/MusadoraKit/MusicPlayer/SPlayer+TrackTimeBounds.swift:49:31: error: conformance of 'Track' to 'PlayableMusicItem' is only available in macOS 14.0 or newer
37 | ///
38 | /// - Parameter tracks: The collection of tracks to play.
39 | func play(tracks: Tracks) async throws {
| `- note: add @available attribute to enclosing instance method
40 | #if compiler(>=6.3)
41 | if #available(iOS 26.4, tvOS 26.4, visionOS 26.4, macCatalyst 26.4, *) {
:
47 | #endif
48 |
49 | queue = SystemMusicPlayer.Queue(for: tracks)
| |- error: conformance of 'Track' to 'PlayableMusicItem' is only available in macOS 14.0 or newer
| `- note: add 'if #available' version check
50 | try await play()
51 | }
[19/154] Compiling MusadoraKit MCatalog+DeleteRating.swift
/Users/admin/builder/spi-builder-workspace/Sources/MusadoraKit/MusicPlayer/SPlayer+TrackTimeBounds.swift:29:14: error: conformance of 'Track' to 'PlayableMusicItem' is only available in macOS 14.0 or newer
17 | ///
18 | /// - Parameter track: The track to play.
19 | func play(track: Track) async throws {
| `- note: add @available attribute to enclosing instance method
20 | #if compiler(>=6.3)
21 | if #available(iOS 26.4, tvOS 26.4, visionOS 26.4, macCatalyst 26.4, *) {
:
27 | #endif
28 |
29 | queue = [track]
| |- error: conformance of 'Track' to 'PlayableMusicItem' is only available in macOS 14.0 or newer
| `- note: add 'if #available' version check
30 | try await play()
31 | }
/Users/admin/builder/spi-builder-workspace/Sources/MusadoraKit/MusicPlayer/SPlayer+TrackTimeBounds.swift:49:31: error: 'Queue' is only available in macOS 14.0 or newer
37 | ///
38 | /// - Parameter tracks: The collection of tracks to play.
39 | func play(tracks: Tracks) async throws {
| `- note: add @available attribute to enclosing instance method
40 | #if compiler(>=6.3)
41 | if #available(iOS 26.4, tvOS 26.4, visionOS 26.4, macCatalyst 26.4, *) {
:
47 | #endif
48 |
49 | queue = SystemMusicPlayer.Queue(for: tracks)
| |- error: 'Queue' is only available in macOS 14.0 or newer
| `- note: add 'if #available' version check
50 | try await play()
51 | }
/Users/admin/builder/spi-builder-workspace/Sources/MusadoraKit/MusicPlayer/SPlayer+TrackTimeBounds.swift:49:31: error: conformance of 'Track' to 'PlayableMusicItem' is only available in macOS 14.0 or newer
37 | ///
38 | /// - Parameter tracks: The collection of tracks to play.
39 | func play(tracks: Tracks) async throws {
| `- note: add @available attribute to enclosing instance method
40 | #if compiler(>=6.3)
41 | if #available(iOS 26.4, tvOS 26.4, visionOS 26.4, macCatalyst 26.4, *) {
:
47 | #endif
48 |
49 | queue = SystemMusicPlayer.Queue(for: tracks)
| |- error: conformance of 'Track' to 'PlayableMusicItem' is only available in macOS 14.0 or newer
| `- note: add 'if #available' version check
50 | try await play()
51 | }
[20/170] Emitting module MusadoraKit
[21/170] Compiling MusadoraKit MCatalog+GetRating.swift
[22/170] Compiling MusadoraKit MusicCatalogRatingAddRequest.swift
[23/170] Compiling MusadoraKit MusicCatalogRatingDeleteRequest.swift
[24/170] Compiling MusadoraKit MusicCatalogRatingRequest.swift
[25/170] Compiling MusadoraKit LibraryRatingMusicItemType.swift
[26/170] Compiling MusadoraKit MLibrary+AddRating.swift
[27/170] Compiling MusadoraKit MLibrary+DeleteRating.swift
[28/170] Compiling MusadoraKit MLibrary+GetRating.swift
[29/170] Compiling MusadoraKit MusicLibraryRatingAddRequest.swift
[30/170] Compiling MusadoraKit MusicLibraryRatingDeleteRequest.swift
[31/170] Compiling MusadoraKit MusicLibraryRatingRequest.swift
[32/170] Compiling MusadoraKit Rating.swift
[33/170] Compiling MusadoraKit RatingRequest.swift
[34/170] Compiling MusadoraKit RatingType.swift
[35/170] Compiling MusadoraKit RatingsResponse.swift
[36/170] Compiling MusadoraKit MRecommendation+default.swift
[37/170] Compiling MusadoraKit SongsForPlaylists.swift
[38/170] Compiling MusadoraKit StationGenre.swift
[39/170] Compiling MusadoraKit UserMusicItem.swift
[40/170] Compiling MusadoraKit CatalogResourceIdentifiers.swift
[41/170] Compiling MusadoraKit MusicCatalogResourcesRequest.swift
[42/170] Compiling MusadoraKit MusicCatalogResourcesResponse.swift
[43/170] Compiling MusadoraKit MusicCatalogResourcesType.swift
[44/170] Compiling MusadoraKit MusicLibraryResourcesRequest.swift
[45/170] Compiling MusadoraKit MusicLibraryResourcesResponse.swift
[46/170] Compiling MusadoraKit MusicLibraryResourcesType.swift
[47/170] Compiling MusadoraKit MusadoraKit.swift
[48/170] Compiling MusadoraKit AlbumProperties.swift
[49/170] Compiling MusadoraKit ArtistProperties.swift
[50/170] Compiling MusadoraKit CuratorProperties.swift
[51/170] Compiling MusadoraKit MusicVideoProperties.swift
[52/170] Compiling MusadoraKit PlaylistProperties.swift
[53/170] Compiling MusadoraKit RadioShowProperties.swift
[54/170] Compiling MusadoraKit HundredBestAlbum.swift
/Users/admin/builder/spi-builder-workspace/Sources/MusadoraKit/AddResources/MLibrary+CreatePlaylist.swift:393:15: error: 'MusicLibrary' is only available in macOS 14.0 or newer
391 | @discardableResult
392 | static func add(item: some MusicPlaylistAddable, to playlist: Playlist) async throws -> Playlist {
393 | try await MusicLibrary.shared.add(item, to: playlist)
| |- error: 'MusicLibrary' is only available in macOS 14.0 or newer
| `- note: add 'if #available' version check
394 | }
395 | }
[55/170] Compiling MusadoraKit HundredBestAlbumRequest.swift
/Users/admin/builder/spi-builder-workspace/Sources/MusadoraKit/AddResources/MLibrary+CreatePlaylist.swift:393:15: error: 'MusicLibrary' is only available in macOS 14.0 or newer
391 | @discardableResult
392 | static func add(item: some MusicPlaylistAddable, to playlist: Playlist) async throws -> Playlist {
393 | try await MusicLibrary.shared.add(item, to: playlist)
| |- error: 'MusicLibrary' is only available in macOS 14.0 or newer
| `- note: add 'if #available' version check
394 | }
395 | }
[56/170] Compiling MusadoraKit MRecommendation+HundredBestAlbums.swift
/Users/admin/builder/spi-builder-workspace/Sources/MusadoraKit/AddResources/MLibrary+CreatePlaylist.swift:393:15: error: 'MusicLibrary' is only available in macOS 14.0 or newer
391 | @discardableResult
392 | static func add(item: some MusicPlaylistAddable, to playlist: Playlist) async throws -> Playlist {
393 | try await MusicLibrary.shared.add(item, to: playlist)
| |- error: 'MusicLibrary' is only available in macOS 14.0 or newer
| `- note: add 'if #available' version check
394 | }
395 | }
[57/170] Compiling MusadoraKit LibraryPlaylistCreationRequest.swift
/Users/admin/builder/spi-builder-workspace/Sources/MusadoraKit/AddResources/MLibrary+CreatePlaylist.swift:393:15: error: 'MusicLibrary' is only available in macOS 14.0 or newer
391 | @discardableResult
392 | static func add(item: some MusicPlaylistAddable, to playlist: Playlist) async throws -> Playlist {
393 | try await MusicLibrary.shared.add(item, to: playlist)
| |- error: 'MusicLibrary' is only available in macOS 14.0 or newer
| `- note: add 'if #available' version check
394 | }
395 | }
[58/170] Compiling MusadoraKit MLibrary+CreatePlaylist.swift
/Users/admin/builder/spi-builder-workspace/Sources/MusadoraKit/AddResources/MLibrary+CreatePlaylist.swift:393:15: error: 'MusicLibrary' is only available in macOS 14.0 or newer
391 | @discardableResult
392 | static func add(item: some MusicPlaylistAddable, to playlist: Playlist) async throws -> Playlist {
393 | try await MusicLibrary.shared.add(item, to: playlist)
| |- error: 'MusicLibrary' is only available in macOS 14.0 or newer
| `- note: add 'if #available' version check
394 | }
395 | }
[59/170] Compiling MusadoraKit MusicAddResourcesRequest.swift
/Users/admin/builder/spi-builder-workspace/Sources/MusadoraKit/AddResources/MLibrary+CreatePlaylist.swift:393:15: error: 'MusicLibrary' is only available in macOS 14.0 or newer
391 | @discardableResult
392 | static func add(item: some MusicPlaylistAddable, to playlist: Playlist) async throws -> Playlist {
393 | try await MusicLibrary.shared.add(item, to: playlist)
| |- error: 'MusicLibrary' is only available in macOS 14.0 or newer
| `- note: add 'if #available' version check
394 | }
395 | }
[60/170] Compiling MusadoraKit ChartItemCollection.swift
/Users/admin/builder/spi-builder-workspace/Sources/MusadoraKit/AddResources/MLibrary+CreatePlaylist.swift:393:15: error: 'MusicLibrary' is only available in macOS 14.0 or newer
391 | @discardableResult
392 | static func add(item: some MusicPlaylistAddable, to playlist: Playlist) async throws -> Playlist {
393 | try await MusicLibrary.shared.add(item, to: playlist)
| |- error: 'MusicLibrary' is only available in macOS 14.0 or newer
| `- note: add 'if #available' version check
394 | }
395 | }
[61/170] Compiling MusadoraKit MusicChartItem.swift
/Users/admin/builder/spi-builder-workspace/Sources/MusadoraKit/AddResources/MLibrary+CreatePlaylist.swift:393:15: error: 'MusicLibrary' is only available in macOS 14.0 or newer
391 | @discardableResult
392 | static func add(item: some MusicPlaylistAddable, to playlist: Playlist) async throws -> Playlist {
393 | try await MusicLibrary.shared.add(item, to: playlist)
| |- error: 'MusicLibrary' is only available in macOS 14.0 or newer
| `- note: add 'if #available' version check
394 | }
395 | }
[62/170] Compiling MusadoraKit MusicChartRequest.swift
/Users/admin/builder/spi-builder-workspace/Sources/MusadoraKit/AddResources/MLibrary+CreatePlaylist.swift:393:15: error: 'MusicLibrary' is only available in macOS 14.0 or newer
391 | @discardableResult
392 | static func add(item: some MusicPlaylistAddable, to playlist: Playlist) async throws -> Playlist {
393 | try await MusicLibrary.shared.add(item, to: playlist)
| |- error: 'MusicLibrary' is only available in macOS 14.0 or newer
| `- note: add 'if #available' version check
394 | }
395 | }
[63/170] Compiling MusadoraKit MusicChartResponse.swift
/Users/admin/builder/spi-builder-workspace/Sources/MusadoraKit/AddResources/MLibrary+CreatePlaylist.swift:393:15: error: 'MusicLibrary' is only available in macOS 14.0 or newer
391 | @discardableResult
392 | static func add(item: some MusicPlaylistAddable, to playlist: Playlist) async throws -> Playlist {
393 | try await MusicLibrary.shared.add(item, to: playlist)
| |- error: 'MusicLibrary' is only available in macOS 14.0 or newer
| `- note: add 'if #available' version check
394 | }
395 | }
[64/170] Compiling MusadoraKit MusicCharts.swift
/Users/admin/builder/spi-builder-workspace/Sources/MusadoraKit/AddResources/MLibrary+CreatePlaylist.swift:393:15: error: 'MusicLibrary' is only available in macOS 14.0 or newer
391 | @discardableResult
392 | static func add(item: some MusicPlaylistAddable, to playlist: Playlist) async throws -> Playlist {
393 | try await MusicLibrary.shared.add(item, to: playlist)
| |- error: 'MusicLibrary' is only available in macOS 14.0 or newer
| `- note: add 'if #available' version check
394 | }
395 | }
[65/170] Compiling MusadoraKit MusicCatalogSearchable.swift
/Users/admin/builder/spi-builder-workspace/Sources/MusadoraKit/AddResources/MLibrary+CreatePlaylist.swift:393:15: error: 'MusicLibrary' is only available in macOS 14.0 or newer
391 | @discardableResult
392 | static func add(item: some MusicPlaylistAddable, to playlist: Playlist) async throws -> Playlist {
393 | try await MusicLibrary.shared.add(item, to: playlist)
| |- error: 'MusicLibrary' is only available in macOS 14.0 or newer
| `- note: add 'if #available' version check
394 | }
395 | }
[66/170] Compiling MusadoraKit MusicCatalogSuggestionsRequest.swift
/Users/admin/builder/spi-builder-workspace/Sources/MusadoraKit/AddResources/MLibrary+CreatePlaylist.swift:393:15: error: 'MusicLibrary' is only available in macOS 14.0 or newer
391 | @discardableResult
392 | static func add(item: some MusicPlaylistAddable, to playlist: Playlist) async throws -> Playlist {
393 | try await MusicLibrary.shared.add(item, to: playlist)
| |- error: 'MusicLibrary' is only available in macOS 14.0 or newer
| `- note: add 'if #available' version check
394 | }
395 | }
[67/170] Compiling MusadoraKit MusicCatalogSuggestionsResponse.swift
/Users/admin/builder/spi-builder-workspace/Sources/MusadoraKit/AddResources/MLibrary+CreatePlaylist.swift:393:15: error: 'MusicLibrary' is only available in macOS 14.0 or newer
391 | @discardableResult
392 | static func add(item: some MusicPlaylistAddable, to playlist: Playlist) async throws -> Playlist {
393 | try await MusicLibrary.shared.add(item, to: playlist)
| |- error: 'MusicLibrary' is only available in macOS 14.0 or newer
| `- note: add 'if #available' version check
394 | }
395 | }
[68/170] Compiling MusadoraKit SearchSuggestionItem.swift
/Users/admin/builder/spi-builder-workspace/Sources/MusadoraKit/AddResources/MLibrary+CreatePlaylist.swift:393:15: error: 'MusicLibrary' is only available in macOS 14.0 or newer
391 | @discardableResult
392 | static func add(item: some MusicPlaylistAddable, to playlist: Playlist) async throws -> Playlist {
393 | try await MusicLibrary.shared.add(item, to: playlist)
| |- error: 'MusicLibrary' is only available in macOS 14.0 or newer
| `- note: add 'if #available' version check
394 | }
395 | }
[69/170] Compiling MusadoraKit SuggestionKind.swift
/Users/admin/builder/spi-builder-workspace/Sources/MusadoraKit/AddResources/MLibrary+CreatePlaylist.swift:393:15: error: 'MusicLibrary' is only available in macOS 14.0 or newer
391 | @discardableResult
392 | static func add(item: some MusicPlaylistAddable, to playlist: Playlist) async throws -> Playlist {
393 | try await MusicLibrary.shared.add(item, to: playlist)
| |- error: 'MusicLibrary' is only available in macOS 14.0 or newer
| `- note: add 'if #available' version check
394 | }
395 | }
[70/170] Compiling MusadoraKit Suggestions.swift
/Users/admin/builder/spi-builder-workspace/Sources/MusadoraKit/AddResources/MLibrary+CreatePlaylist.swift:393:15: error: 'MusicLibrary' is only available in macOS 14.0 or newer
391 | @discardableResult
392 | static func add(item: some MusicPlaylistAddable, to playlist: Playlist) async throws -> Playlist {
393 | try await MusicLibrary.shared.add(item, to: playlist)
| |- error: 'MusicLibrary' is only available in macOS 14.0 or newer
| `- note: add 'if #available' version check
394 | }
395 | }
[71/170] Compiling MusadoraKit RecordLabelProperties.swift
[72/170] Compiling MusadoraKit SongProperties.swift
[73/170] Compiling MusadoraKit Albums.swift
[74/170] Compiling MusadoraKit Artists.swift
[75/170] Compiling MusadoraKit Curators.swift
[76/170] Compiling MusadoraKit Genres.swift
[77/170] Compiling MusadoraKit LibraryPlaylists.swift
[78/170] Compiling MusadoraKit MusicVideos.swift
[79/170] Compiling MusadoraKit Playlists.swift
[80/170] Compiling MusadoraKit RadioShows.swift
[81/170] Compiling MusadoraKit RecordLabels.swift
[82/170] Compiling MusadoraKit Songs.swift
[83/170] Compiling MusadoraKit StationGenres.swift
[84/170] Compiling MusadoraKit Stations.swift
[85/170] Compiling MusadoraKit Tracks.swift
[86/170] Compiling MusadoraKit UserMusicItems.swift
[87/170] Compiling MusadoraKit MusicLibrarySearchableItem.swift
[88/170] Compiling MusadoraKit LibraryPlaylistFolder.swift
[89/170] Compiling MusadoraKit MLibrary+PlaylistFolder.swift
[90/170] Compiling MusadoraKit FilterableLibraryItem.swift
[91/170] Compiling MusadoraKit LibraryMusicItemType.swift
[92/170] Compiling MusadoraKit MusicLibraryResourceRequest.swift
[93/170] Compiling MusadoraKit MusicLibraryResourceResponse.swift
[94/170] Compiling MusadoraKit MusicSearchLibraryRequest.swift
[95/170] Compiling MusadoraKit MusicSearchLibraryResponse.swift
[96/170] Compiling MusadoraKit MusicSearchLibraryResponseResults.swift
[97/170] Compiling MusadoraKit MusicSearchLibraryType.swift
[98/170] Compiling MusadoraKit AppleMusicURLComponents.swift
[99/170] Compiling MusadoraKit MusadoraKitError.swift
[100/170] Compiling MusadoraKit RelationshipItem.swift
[101/170] Compiling MusadoraKit SongsForAlbums.swift
[102/170] Compiling MusadoraKit SongsForArtists.swift
[103/170] Compiling MusadoraKit SongsForGenres.swift
[104/170] Compiling MusadoraKit EquivalentMusicItemType.swift
[105/170] Compiling MusadoraKit EquivalentRequestable+CleanEquivalent.swift
[106/170] Compiling MusadoraKit EquivalentRequestable+Equivalent.swift
[107/170] Compiling MusadoraKit EquivalentRequestable+FindEquivalents.swift
[108/170] Compiling MusadoraKit EquivalentRequestable.swift
[109/170] Compiling MusadoraKit MusicItemCollection+CleanEquivalents.swift
[110/170] Compiling MusadoraKit MusicItemCollection+Equivalents.swift
[111/170] Compiling MusadoraKit Array.swift
[112/170] Compiling MusadoraKit Artwork.swift
[113/170] Compiling MusadoraKit CommonImageProcessing.swift
[114/170] Compiling MusadoraKit Data.swift
[115/170] Compiling MusadoraKit NSColor.swift
[116/170] Compiling MusadoraKit NSImage.swift
[117/170] Compiling MusadoraKit UIColor.swift
[118/170] Compiling MusadoraKit UIImage.swift
[119/170] Compiling MusadoraKit MCatalog+Favorites.swift
[120/170] Compiling MusadoraKit MusicFavoritesRequest.swift
[121/170] Compiling MusadoraKit SuggestionsKind.swift
[122/170] Compiling MusadoraKit TermSuggestion.swift
[123/170] Compiling MusadoraKit TopResultsSuggestion.swift
[124/170] Compiling MusadoraKit MCatalog+Album.swift
[125/170] Compiling MusadoraKit MCatalog+Artist.swift
[126/170] Compiling MusadoraKit MCatalog+Curator.swift
[127/170] Compiling MusadoraKit MCatalog+Genre.swift
[128/170] Compiling MusadoraKit MCatalog+MusicVideo.swift
[129/170] Compiling MusadoraKit MCatalog+Playlist.swift
[130/170] Compiling MusadoraKit MCatalog+RadioShow.swift
[131/170] Compiling MusadoraKit MCatalog+RecordLabel.swift
[132/170] Compiling MusadoraKit MCatalog+Search.swift
[133/170] Compiling MusadoraKit MCatalog+Song.swift
[134/170] Compiling MusadoraKit MCatalog+Station.swift
[135/170] Compiling MusadoraKit MCatalog.swift
[136/170] Compiling MusadoraKit MusicCatalogChartType.swift
[137/170] Compiling MusadoraKit MusicCatalogSearchType.swift
[138/170] Compiling MusadoraKit MHistory+RecentlyPlayed.swift
[139/170] Compiling MusadoraKit MHistory.swift
[140/170] Compiling MusadoraKit MusicHistoryEndpoints.swift
[141/170] Compiling MusadoraKit MusicHistoryRequest.swift
[142/170] Compiling MusadoraKit MusicHistoryResponse.swift
[143/170] Compiling MusadoraKit MusicRecentlyAddedRequest.swift
[144/170] Compiling MusadoraKit FilterableLibraryItem+Catalog.swift
[145/170] Compiling MusadoraKit InFavoritesParser.swift
[146/170] Compiling MusadoraKit LibraryPlaylist.swift
[147/170] Compiling MusadoraKit MLibrary+Album.swift
[148/170] Compiling MusadoraKit MLibrary+Artist.swift
[149/170] Compiling MusadoraKit MLibrary+Genre.swift
[150/170] Compiling MusadoraKit MLibrary+Playlist.swift
[151/170] Compiling MusadoraKit MLibrary+Search.swift
[152/170] Compiling MusadoraKit MLibrary+Song.swift
[153/170] Compiling MusadoraKit MLibrary.swift
[154/170] Compiling MusadoraKit MusicItemCollection+Pagination.swift
[155/170] Compiling MusadoraKit MRecommendation+personal.swift
[156/170] Compiling MusadoraKit MRecommendation.swift
[157/170] Compiling MusadoraKit MusicRecommendationItem.swift
[158/170] Compiling MusadoraKit MusicRecommendationMusicItem.swift
[159/170] Compiling MusadoraKit MusicRecommendationRequest.swift
[160/170] Compiling MusadoraKit MusicRecommendationResponse.swift
[161/170] Compiling MusadoraKit MusicRecommendations.swift
[162/170] Compiling MusadoraKit PersonalRecommendations.swift
[163/170] Compiling MusadoraKit MDeveloperTokenProvider.swift
[164/170] Compiling MusadoraKit MusicDeleteRequest.swift
[165/170] Compiling MusadoraKit MusicDeveloperRequest.swift
[166/170] Compiling MusadoraKit MusicPostRequest.swift
[167/170] Compiling MusadoraKit MusicPutRequest.swift
[168/170] Compiling MusadoraKit MusicUserRequest.swift
[169/170] Compiling MusadoraKit AnimatedArtworkView.swift
[170/170] Compiling MusadoraKit resource_bundle_accessor.swift
BUILD FAILURE 6.1 macosSpm