Build Information
Successful build of AudiobookshelfAPI, reference main (b16f21), with Swift 6.1 for macOS (SPM) on 3 May 2026 19:35:37 UTC.
Swift 6 data race errors: 0
Build Command
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .statsBuild Log
========================================
RunAll
========================================
Builder version: 4.70.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/JamesRagnar/audiobookshelf-api-swift.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/JamesRagnar/audiobookshelf-api-swift
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
HEAD is now at b16f219 audiobookshelf 2.34.0
Cloned https://github.com/JamesRagnar/audiobookshelf-api-swift.git
Revision (git rev-parse @):
b16f21940b488a837a3e388d5e18d4e0d843d0ff
SUCCESS checkout https://github.com/JamesRagnar/audiobookshelf-api-swift.git at main
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.1
Building package at path: $PWD
https://github.com/JamesRagnar/audiobookshelf-api-swift.git
https://github.com/JamesRagnar/audiobookshelf-api-swift.git
{
"dependencies" : [
{
"identity" : "ragnarnetworking",
"requirement" : {
"exact" : [
"0.2.0"
]
},
"type" : "sourceControl",
"url" : "https://github.com/JamesRagnar/RagnarNetworking.git"
}
],
"manifest_display_name" : "AudiobookshelfAPI",
"name" : "AudiobookshelfAPI",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "ios",
"version" : "15.0"
},
{
"name" : "macos",
"version" : "12.0"
}
],
"products" : [
{
"name" : "AudiobookshelfAPI",
"targets" : [
"AudiobookshelfAPI"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "AudiobookshelfAPITests",
"module_type" : "SwiftTarget",
"name" : "AudiobookshelfAPITests",
"path" : "Tests/AudiobookshelfAPITests",
"sources" : [
"BinaryInterfacesTests.swift",
"BoolHelperTests.swift",
"CheckServerStatusTests.swift",
"DictionaryHelperTests.swift",
"InterfaceErrorMappingTests.swift",
"InterfaceHandleNoContentTests.swift",
"InterfaceResponseCasesTests.swift",
"LocalSessionSyncContractsTests.swift",
"MeInterfaces233ComplianceTests.swift",
"ServerCompatibilityTests.swift",
"SetHelperTests.swift",
"SocketPayloadCompatibilityTests.swift"
],
"target_dependencies" : [
"AudiobookshelfAPI"
],
"type" : "test"
},
{
"c99name" : "AudiobookshelfAPI",
"module_type" : "SwiftTarget",
"name" : "AudiobookshelfAPI",
"path" : "Sources/AudiobookshelfAPI",
"product_dependencies" : [
"RagnarNetworking"
],
"product_memberships" : [
"AudiobookshelfAPI"
],
"sources" : [
"Compatibility/ServerCompatibility.swift",
"Helpers/Bool+Audiobookshelf.swift",
"Helpers/Dictionary+Audiobookshelf.swift",
"Helpers/Set+Audiobookshelf.swift",
"Interfaces/API Keys/CreateAPIKey.swift",
"Interfaces/API Keys/DeleteAPIKey.swift",
"Interfaces/API Keys/GetAllAPIKeys.swift",
"Interfaces/API Keys/UpdateAPIKey.swift",
"Interfaces/Authentication/CheckServerStatus.swift",
"Interfaces/Authentication/Healthcheck.swift",
"Interfaces/Authentication/Login.swift",
"Interfaces/Authentication/Logout.swift",
"Interfaces/Authentication/PingServer.swift",
"Interfaces/Authentication/RefreshToken.swift",
"Interfaces/Authors/DeleteAuthor.swift",
"Interfaces/Authors/DeleteAuthorImage.swift",
"Interfaces/Authors/GetAuthor.swift",
"Interfaces/Authors/GetAuthorImage.swift",
"Interfaces/Authors/MatchAuthor.swift",
"Interfaces/Authors/UpdateAuthor.swift",
"Interfaces/Authors/UploadAuthorImage.swift",
"Interfaces/Backups/ApplyBackup.swift",
"Interfaces/Backups/CreateBackup.swift",
"Interfaces/Backups/DeleteBackup.swift",
"Interfaces/Backups/DownloadBackup.swift",
"Interfaces/Backups/GetAllBackups.swift",
"Interfaces/Backups/UpdateBackupPath.swift",
"Interfaces/Backups/UploadBackup.swift",
"Interfaces/Cache/PurgeCacheAll.swift",
"Interfaces/Cache/PurgeItemsCache.swift",
"Interfaces/Collections/CollectionAddBook.swift",
"Interfaces/Collections/CollectionBatchAddBooks.swift",
"Interfaces/Collections/CollectionBatchRemoveBooks.swift",
"Interfaces/Collections/CollectionRemoveBook.swift",
"Interfaces/Collections/CreateCollection.swift",
"Interfaces/Collections/DeleteCollection.swift",
"Interfaces/Collections/GetAllCollections.swift",
"Interfaces/Collections/GetCollection.swift",
"Interfaces/Collections/UpdateCollection.swift",
"Interfaces/CustomMetadataProviders/AddCustomMetadataProvider.swift",
"Interfaces/CustomMetadataProviders/GetCustomMetadataProviders.swift",
"Interfaces/CustomMetadataProviders/RemoveCustomMetadataProvider.swift",
"Interfaces/Email/GetEmailSettings.swift",
"Interfaces/Email/SendEbookToDevice.swift",
"Interfaces/Email/SendTestEmail.swift",
"Interfaces/Email/UpdateEReaderDevices.swift",
"Interfaces/Email/UpdateEmailSettings.swift",
"Interfaces/Filesystem/BrowseFilesystem.swift",
"Interfaces/Filesystem/CheckPathExists.swift",
"Interfaces/Genres/DeleteGenre.swift",
"Interfaces/Genres/GetAllGenres.swift",
"Interfaces/Genres/RenameGenre.swift",
"Interfaces/HLS/GetHLSStreamFile.swift",
"Interfaces/Libraries/CreateLibrary.swift",
"Interfaces/Libraries/DeleteLibrary.swift",
"Interfaces/Libraries/DownloadMultipleLibraryItems.swift",
"Interfaces/Libraries/GetAllLibraries.swift",
"Interfaces/Libraries/GetLibrary.swift",
"Interfaces/Libraries/GetLibraryAuthors.swift",
"Interfaces/Libraries/GetLibraryCollections.swift",
"Interfaces/Libraries/GetLibraryEpisodeDownloadQueue.swift",
"Interfaces/Libraries/GetLibraryFilterData.swift",
"Interfaces/Libraries/GetLibraryItems.swift",
"Interfaces/Libraries/GetLibraryNarrators.swift",
"Interfaces/Libraries/GetLibraryOPML.swift",
"Interfaces/Libraries/GetLibraryPodcastTitles.swift",
"Interfaces/Libraries/GetLibrarySeries.swift",
"Interfaces/Libraries/GetLibrarySeriesById.swift",
"Interfaces/Libraries/GetLibraryStats.swift",
"Interfaces/Libraries/GetLibraryUserPlaylists.swift",
"Interfaces/Libraries/GetPersonalizedLibrary.swift",
"Interfaces/Libraries/GetRecentEpisodes.swift",
"Interfaces/Libraries/MatchAllLibraryItems.swift",
"Interfaces/Libraries/RemoveLibraryItemsWithIssues.swift",
"Interfaces/Libraries/RemoveLibraryMetadataFiles.swift",
"Interfaces/Libraries/RemoveLibraryNarrator.swift",
"Interfaces/Libraries/ReorderLibraries.swift",
"Interfaces/Libraries/ScanLibraryFolders.swift",
"Interfaces/Libraries/SearchLibrary.swift",
"Interfaces/Libraries/UpdateLibrary.swift",
"Interfaces/Libraries/UpdateLibraryNarrator.swift",
"Interfaces/Library Items/BatchDeleteLibraryItems.swift",
"Interfaces/Library Items/BatchGetLibraryItems.swift",
"Interfaces/Library Items/BatchQuickMatchLibraryItems.swift",
"Interfaces/Library Items/BatchScanLibraryItems.swift",
"Interfaces/Library Items/BatchUpdateLibraryItems.swift",
"Interfaces/Library Items/DeleteLibraryFile.swift",
"Interfaces/Library Items/DeleteLibraryItem.swift",
"Interfaces/Library Items/DownloadLibraryFile.swift",
"Interfaces/Library Items/DownloadLibraryItem.swift",
"Interfaces/Library Items/GetEbookFile.swift",
"Interfaces/Library Items/GetLibraryFile.swift",
"Interfaces/Library Items/GetLibraryFileFFprobe.swift",
"Interfaces/Library Items/GetLibraryItem.swift",
"Interfaces/Library Items/GetLibraryItemCover.swift",
"Interfaces/Library Items/GetLibraryItemMetadataObject.swift",
"Interfaces/Library Items/MatchLibraryItem.swift",
"Interfaces/Library Items/RemoveLibraryItemCover.swift",
"Interfaces/Library Items/ScanLibraryItem.swift",
"Interfaces/Library Items/StartEpisodePlaybackSession.swift",
"Interfaces/Library Items/StartPlaybackSession.swift",
"Interfaces/Library Items/UpdateEbookFileStatus.swift",
"Interfaces/Library Items/UpdateLibraryItemChapters.swift",
"Interfaces/Library Items/UpdateLibraryItemCover.swift",
"Interfaces/Library Items/UpdateLibraryItemMedia.swift",
"Interfaces/Library Items/UpdateLibraryItemTracks.swift",
"Interfaces/Library Items/UploadLibraryItemCover.swift",
"Interfaces/Me/BatchCreateUpdateMediaProgress.swift",
"Interfaces/Me/CreateBookmark.swift",
"Interfaces/Me/DeleteBookmark.swift",
"Interfaces/Me/GetItemListeningSessions.swift",
"Interfaces/Me/GetLibraryItemsInProgress.swift",
"Interfaces/Me/GetMediaProgress.swift",
"Interfaces/Me/GetYearStats.swift",
"Interfaces/Me/GetYourListeningSessions.swift",
"Interfaces/Me/GetYourListeningStats.swift",
"Interfaces/Me/GetYourUser.swift",
"Interfaces/Me/PatchMediaProgress.swift",
"Interfaces/Me/ReaddSeriesToContinueListening.swift",
"Interfaces/Me/RemoveContinueListeningItem.swift",
"Interfaces/Me/RemoveMediaProgress.swift",
"Interfaces/Me/RemoveSeriesFromContinueListening.swift",
"Interfaces/Me/UpdateBookmark.swift",
"Interfaces/Me/UpdatePassword.swift",
"Interfaces/Me/UpdateUserEReaderDevices.swift",
"Interfaces/Notifications/CreateNotification.swift",
"Interfaces/Notifications/DeleteNotification.swift",
"Interfaces/Notifications/FireTestEvent.swift",
"Interfaces/Notifications/GetNotificationData.swift",
"Interfaces/Notifications/GetNotificationSettings.swift",
"Interfaces/Notifications/TestNotification.swift",
"Interfaces/Notifications/UpdateNotification.swift",
"Interfaces/Notifications/UpdateNotificationSettings.swift",
"Interfaces/Playlists/CreatePlaylist.swift",
"Interfaces/Playlists/CreatePlaylistFromCollection.swift",
"Interfaces/Playlists/DeletePlaylist.swift",
"Interfaces/Playlists/GetPlaylist.swift",
"Interfaces/Playlists/GetUserPlaylists.swift",
"Interfaces/Playlists/PlaylistAddItem.swift",
"Interfaces/Playlists/PlaylistBatchAddItems.swift",
"Interfaces/Playlists/PlaylistBatchRemoveItems.swift",
"Interfaces/Playlists/RemovePlaylistItem.swift",
"Interfaces/Playlists/UpdatePlaylist.swift",
"Interfaces/Podcasts/CheckNewPodcastEpisodes.swift",
"Interfaces/Podcasts/ClearPodcastQueue.swift",
"Interfaces/Podcasts/CreatePodcast.swift",
"Interfaces/Podcasts/CreatePodcastFromFeed.swift",
"Interfaces/Podcasts/CreatePodcastsFromOPML.swift",
"Interfaces/Podcasts/DeletePodcastEpisode.swift",
"Interfaces/Podcasts/DownloadPodcastEpisodes.swift",
"Interfaces/Podcasts/GetPodcastDownloadQueue.swift",
"Interfaces/Podcasts/GetPodcastEpisode.swift",
"Interfaces/Podcasts/MatchPodcastEpisodes.swift",
"Interfaces/Podcasts/ParseOPML.swift",
"Interfaces/Podcasts/SearchPodcastEpisode.swift",
"Interfaces/Podcasts/UpdatePodcastEpisode.swift",
"Interfaces/Public Shares/DownloadShare.swift",
"Interfaces/Public Shares/GetMediaShare.swift",
"Interfaces/Public Shares/GetShareAudioTrack.swift",
"Interfaces/Public Shares/GetShareCover.swift",
"Interfaces/Public Shares/UpdateShareProgress.swift",
"Interfaces/Public/GetPublicSessionTrack.swift",
"Interfaces/RSS Feeds/CloseFeed.swift",
"Interfaces/RSS Feeds/GetAllFeeds.swift",
"Interfaces/RSS Feeds/OpenFeedForCollection.swift",
"Interfaces/RSS Feeds/OpenFeedForItem.swift",
"Interfaces/RSS Feeds/OpenFeedForSeries.swift",
"Interfaces/Search/GetSearchProviders.swift",
"Interfaces/Search/SearchChapters.swift",
"Interfaces/Search/SearchCovers.swift",
"Interfaces/Search/SearchExternalAuthors.swift",
"Interfaces/Search/SearchExternalBooks.swift",
"Interfaces/Search/SearchExternalPodcasts.swift",
"Interfaces/Series/GetSeriesById.swift",
"Interfaces/Series/UpdateSeries.swift",
"Interfaces/Sessions/BatchDeleteSessions.swift",
"Interfaces/Sessions/CloseOpenSession.swift",
"Interfaces/Sessions/DeleteSession.swift",
"Interfaces/Sessions/GetAllSessions.swift",
"Interfaces/Sessions/GetOpenSession.swift",
"Interfaces/Sessions/GetOpenSessions.swift",
"Interfaces/Sessions/SyncLocalSession.swift",
"Interfaces/Sessions/SyncLocalSessionsBatch.swift",
"Interfaces/Sessions/SyncOpenSession.swift",
"Interfaces/Settings/GetAuthSettings.swift",
"Interfaces/Settings/UpdateAuthSettings.swift",
"Interfaces/Settings/UpdateServerSettings.swift",
"Interfaces/Settings/UpdateSortingPrefixes.swift",
"Interfaces/Shares/CreateMediaItemShare.swift",
"Interfaces/Shares/DeleteMediaItemShare.swift",
"Interfaces/Stats/GetAdminYearStats.swift",
"Interfaces/Stats/GetServerStats.swift",
"Interfaces/Tags/DeleteTag.swift",
"Interfaces/Tags/GetAllTags.swift",
"Interfaces/Tags/RenameTag.swift",
"Interfaces/Tools/BatchEmbedMetadata.swift",
"Interfaces/Tools/CancelM4BEncode.swift",
"Interfaces/Tools/EmbedLibraryItemMetadata.swift",
"Interfaces/Tools/EncodeLibraryItemM4B.swift",
"Interfaces/Tools/GetLoggerData.swift",
"Interfaces/Tools/GetTasks.swift",
"Interfaces/Tools/PurgeCache.swift",
"Interfaces/Tools/UpdateWatcher.swift",
"Interfaces/Tools/UploadFile.swift",
"Interfaces/Tools/ValidateCronExpression.swift",
"Interfaces/Users/CreateUser.swift",
"Interfaces/Users/DeleteUser.swift",
"Interfaces/Users/GetAllUsers.swift",
"Interfaces/Users/GetOnlineUsers.swift",
"Interfaces/Users/GetUser.swift",
"Interfaces/Users/GetUserListeningSessions.swift",
"Interfaces/Users/GetUserListeningStats.swift",
"Interfaces/Users/UnlinkOpenID.swift",
"Interfaces/Users/UpdateUser.swift",
"Models/APIKey.swift",
"Models/AudioBookmark.swift",
"Models/AudioFile.swift",
"Models/AudioMetaTags.swift",
"Models/AudioTrack.swift",
"Models/Author.swift",
"Models/Backup.swift",
"Models/BackupsResponse.swift",
"Models/Book.swift",
"Models/BookChapter.swift",
"Models/BookMetadata.swift",
"Models/Collection.swift",
"Models/CustomMetadataProvider.swift",
"Models/Device.swift",
"Models/DeviceInfo.swift",
"Models/EBookFile.swift",
"Models/EReaderDevice.swift",
"Models/EmailSettings.swift",
"Models/ExternalAuthorSearchResult.swift",
"Models/ExternalBookSearchResult.swift",
"Models/ExternalPodcastSearchResult.swift",
"Models/FileMetadata.swift",
"Models/FilterData.swift",
"Models/Folder.swift",
"Models/Icon.swift",
"Models/JSONValue.swift",
"Models/Library.swift",
"Models/LibraryFile.swift",
"Models/LibraryFilterData.swift",
"Models/LibraryItem.swift",
"Models/LibrarySettings.swift",
"Models/MediaProgress.swift",
"Models/Notification.swift",
"Models/NotificationSettings.swift",
"Models/PlaybackSession.swift",
"Models/Playlist.swift",
"Models/PlaylistItem.swift",
"Models/Podcast.swift",
"Models/PodcastEpisode.swift",
"Models/PodcastEpisodeDownload.swift",
"Models/PodcastEpisodeEnclosure.swift",
"Models/PodcastFeed.swift",
"Models/PodcastFeedEpisode.swift",
"Models/PodcastFeedMetadata.swift",
"Models/PodcastMetadata.swift",
"Models/RSSFeed.swift",
"Models/RSSFeedEpisode.swift",
"Models/RSSFeedMetadata.swift",
"Models/Series.swift",
"Models/SeriesProgress.swift",
"Models/ServerSettings.swift",
"Models/ServerTask.swift",
"Models/Share.swift",
"Models/Stream.swift",
"Models/StreamProgress.swift",
"Models/User.swift",
"Models/UserPermissions.swift",
"Models/YearStats.swift",
"Socket/AudioMetadataEvents.swift",
"Socket/AuthorEvents.swift",
"Socket/BackupEvents.swift",
"Socket/ClientEvents.swift",
"Socket/CollectionEvents.swift",
"Socket/CoverSearchEvents.swift",
"Socket/CustomMetadataProviderEvents.swift",
"Socket/EReaderEvents.swift",
"Socket/LibraryEvents.swift",
"Socket/LibraryItemEvents.swift",
"Socket/LibraryScanEvents.swift",
"Socket/MiscellaneousEvents.swift",
"Socket/NotificationEvents.swift",
"Socket/PlaylistEvents.swift",
"Socket/PodcastEpisodeDownloadEvents.swift",
"Socket/RSSFeedEvents.swift",
"Socket/SeriesEvents.swift",
"Socket/ShareEvents.swift",
"Socket/StreamEvents.swift",
"Socket/TaskEvents.swift",
"Socket/UserEvents.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
Building for debugging...
[0/6] Copying PrivacyInfo.xcprivacy
[0/6] Write sources
[5/6] Write swift-version-2F0A5646E1D333AE.txt
[7/26] Emitting module Starscream
[8/28] Compiling Starscream Transport.swift
[9/28] Compiling Starscream resource_bundle_accessor.swift
[10/28] Compiling Starscream Engine.swift
[11/28] Compiling Starscream NativeEngine.swift
[12/28] Compiling Starscream Security.swift
[13/28] Compiling Starscream Server.swift
[14/28] Compiling Starscream FoundationHTTPServerHandler.swift
[15/28] Compiling Starscream FrameCollector.swift
[16/28] Compiling Starscream WebSocketServer.swift
[17/28] Compiling Starscream WebSocket.swift
[18/28] Compiling Starscream FoundationTransport.swift
[19/28] Compiling Starscream TCPTransport.swift
[20/28] Compiling Starscream Compression.swift
[21/28] Compiling Starscream WSCompression.swift
[22/28] Compiling Starscream Data+Extensions.swift
[23/28] Compiling Starscream StringHTTPHandler.swift
[24/28] Compiling Starscream FoundationSecurity.swift
[25/28] Compiling Starscream Framer.swift
[26/28] Compiling Starscream HTTPHandler.swift
[27/28] Compiling Starscream WSEngine.swift
[28/28] Compiling Starscream FoundationHTTPHandler.swift
[29/51] Emitting module SocketIO
[30/53] Compiling SocketIO SocketAckEmitter.swift
[31/53] Compiling SocketIO SocketAckManager.swift
[32/53] Compiling SocketIO SocketAnyEvent.swift
[33/53] Compiling SocketIO SocketEnginePacketType.swift
[34/53] Compiling SocketIO SocketEnginePollable.swift
[35/53] Compiling SocketIO SocketPacket.swift
[36/53] Compiling SocketIO SocketParsable.swift
[37/53] Compiling SocketIO SocketStringReader.swift
[38/53] Compiling SocketIO SocketTypes.swift
[39/53] Compiling SocketIO SocketExtensions.swift
[40/53] Compiling SocketIO SocketLogger.swift
[41/53] Compiling SocketIO SocketManager.swift
[42/53] Compiling SocketIO SocketManagerSpec.swift
[43/53] Compiling SocketIO SocketEventHandler.swift
[44/53] Compiling SocketIO SocketIOClient.swift
[45/53] Compiling SocketIO SocketIOClientConfiguration.swift
[46/53] Compiling SocketIO SocketIOClientOption.swift
[47/53] Compiling SocketIO SocketIOClientSpec.swift
[48/53] Compiling SocketIO SocketIOStatus.swift
[49/53] Compiling SocketIO SocketEngineSpec.swift
[50/53] Compiling SocketIO SocketEngineWebsocket.swift
[51/53] Compiling SocketIO SocketRawView.swift
[52/53] Compiling SocketIO SocketEngine.swift
[53/53] Compiling SocketIO SocketEngineClient.swift
[54/78] Emitting module RagnarNetworking
[55/80] Compiling RagnarNetworking ErrorSnapshot.swift
[56/80] Compiling RagnarNetworking Interface+ResponseHandler.swift
[57/80] Compiling RagnarNetworking Interface.swift
[58/80] Compiling RagnarNetworking DefaultResponseHandler.swift
[59/80] Compiling RagnarNetworking EmptyResponse.swift
[60/80] Compiling RagnarNetworking InterfaceDecodingError.swift
[61/80] Compiling RagnarNetworking SocketEmptyBody.swift
[62/80] Compiling RagnarNetworking SocketEvent.swift
[63/80] Compiling RagnarNetworking InterceptableRequestService.swift
[64/80] Compiling RagnarNetworking LoggingService.swift
[65/80] Compiling RagnarNetworking ExponentialBackoffInterceptor.swift
[66/80] Compiling RagnarNetworking RequestInterceptor.swift
[67/80] Compiling RagnarNetworking TokenRefreshInterceptor.swift
[68/80] Compiling RagnarNetworking DataTaskProvider.swift
[69/80] Compiling RagnarNetworking URLSession+DataTaskProvider.swift
[70/80] Compiling RagnarNetworking RequestEncoder.swift
[71/80] Compiling RagnarNetworking RequestError.swift
[72/80] Compiling RagnarNetworking URLRequest+InterfaceConstructor.swift
[73/80] Compiling RagnarNetworking ServerConfiguration.swift
[74/80] Compiling RagnarNetworking InterfaceConstructor.swift
[75/80] Compiling RagnarNetworking RequestBody.swift
[76/80] Compiling RagnarNetworking RequestService.swift
[77/80] Compiling RagnarNetworking SocketService.swift
[78/80] Compiling RagnarNetworking ResponseError.swift
[79/80] Compiling RagnarNetworking ResponseHandler.swift
[80/80] Compiling RagnarNetworking ResponseMap.swift
[81/302] Compiling AudiobookshelfAPI ServerCompatibility.swift
[82/302] Compiling AudiobookshelfAPI Bool+Audiobookshelf.swift
[83/302] Compiling AudiobookshelfAPI Dictionary+Audiobookshelf.swift
[84/302] Compiling AudiobookshelfAPI Set+Audiobookshelf.swift
[85/302] Compiling AudiobookshelfAPI CreateAPIKey.swift
[86/302] Compiling AudiobookshelfAPI DeleteAPIKey.swift
[87/302] Compiling AudiobookshelfAPI GetAllAPIKeys.swift
[88/302] Compiling AudiobookshelfAPI UpdateAPIKey.swift
[89/302] Compiling AudiobookshelfAPI CheckServerStatus.swift
[90/302] Compiling AudiobookshelfAPI Healthcheck.swift
[91/302] Compiling AudiobookshelfAPI Login.swift
[92/302] Compiling AudiobookshelfAPI Logout.swift
[93/302] Compiling AudiobookshelfAPI PingServer.swift
[94/302] Compiling AudiobookshelfAPI RefreshToken.swift
[95/302] Compiling AudiobookshelfAPI DeleteAuthor.swift
[96/302] Compiling AudiobookshelfAPI DeleteAuthorImage.swift
[97/302] Compiling AudiobookshelfAPI GetAuthor.swift
[98/302] Compiling AudiobookshelfAPI GetAuthorImage.swift
[99/302] Compiling AudiobookshelfAPI MatchAuthor.swift
[100/302] Compiling AudiobookshelfAPI UpdateAuthor.swift
[101/302] Compiling AudiobookshelfAPI UploadAuthorImage.swift
[102/302] Compiling AudiobookshelfAPI ApplyBackup.swift
[103/302] Compiling AudiobookshelfAPI CreateBackup.swift
[104/302] Compiling AudiobookshelfAPI DeleteBackup.swift
[105/302] Compiling AudiobookshelfAPI DownloadBackup.swift
[106/326] Compiling AudiobookshelfAPI GetAllBackups.swift
[107/326] Compiling AudiobookshelfAPI UpdateBackupPath.swift
[108/326] Compiling AudiobookshelfAPI UploadBackup.swift
[109/326] Compiling AudiobookshelfAPI PurgeCacheAll.swift
[110/326] Compiling AudiobookshelfAPI PurgeItemsCache.swift
[111/326] Compiling AudiobookshelfAPI CollectionAddBook.swift
[112/326] Compiling AudiobookshelfAPI CollectionBatchAddBooks.swift
[113/326] Compiling AudiobookshelfAPI CollectionBatchRemoveBooks.swift
[114/326] Compiling AudiobookshelfAPI CollectionRemoveBook.swift
[115/326] Compiling AudiobookshelfAPI CreateCollection.swift
[116/326] Compiling AudiobookshelfAPI DeleteCollection.swift
[117/326] Compiling AudiobookshelfAPI GetAllCollections.swift
[118/326] Compiling AudiobookshelfAPI GetCollection.swift
[119/326] Compiling AudiobookshelfAPI UpdateCollection.swift
[120/326] Compiling AudiobookshelfAPI AddCustomMetadataProvider.swift
[121/326] Compiling AudiobookshelfAPI GetCustomMetadataProviders.swift
[122/326] Compiling AudiobookshelfAPI RemoveCustomMetadataProvider.swift
[123/326] Compiling AudiobookshelfAPI GetEmailSettings.swift
[124/326] Compiling AudiobookshelfAPI SendEbookToDevice.swift
[125/326] Compiling AudiobookshelfAPI SendTestEmail.swift
[126/326] Compiling AudiobookshelfAPI UpdateEReaderDevices.swift
[127/326] Compiling AudiobookshelfAPI UpdateEmailSettings.swift
[128/326] Compiling AudiobookshelfAPI BrowseFilesystem.swift
[129/326] Compiling AudiobookshelfAPI CheckPathExists.swift
[130/326] Compiling AudiobookshelfAPI DeleteGenre.swift
[131/350] Compiling AudiobookshelfAPI EmbedLibraryItemMetadata.swift
[132/350] Compiling AudiobookshelfAPI EncodeLibraryItemM4B.swift
[133/350] Compiling AudiobookshelfAPI GetLoggerData.swift
[134/350] Compiling AudiobookshelfAPI GetTasks.swift
[135/350] Compiling AudiobookshelfAPI PurgeCache.swift
[136/350] Compiling AudiobookshelfAPI UpdateWatcher.swift
[137/350] Compiling AudiobookshelfAPI UploadFile.swift
[138/350] Compiling AudiobookshelfAPI ValidateCronExpression.swift
[139/350] Compiling AudiobookshelfAPI CreateUser.swift
[140/350] Compiling AudiobookshelfAPI DeleteUser.swift
[141/350] Compiling AudiobookshelfAPI GetAllUsers.swift
[142/350] Compiling AudiobookshelfAPI GetOnlineUsers.swift
[143/350] Compiling AudiobookshelfAPI GetUser.swift
[144/350] Compiling AudiobookshelfAPI GetUserListeningSessions.swift
[145/350] Compiling AudiobookshelfAPI GetUserListeningStats.swift
[146/350] Compiling AudiobookshelfAPI UnlinkOpenID.swift
[147/350] Compiling AudiobookshelfAPI UpdateUser.swift
[148/350] Compiling AudiobookshelfAPI APIKey.swift
[149/350] Compiling AudiobookshelfAPI AudioBookmark.swift
[150/350] Compiling AudiobookshelfAPI AudioFile.swift
[151/350] Compiling AudiobookshelfAPI AudioMetaTags.swift
[152/350] Compiling AudiobookshelfAPI AudioTrack.swift
[153/350] Compiling AudiobookshelfAPI Author.swift
[154/350] Compiling AudiobookshelfAPI Backup.swift
[155/374] Compiling AudiobookshelfAPI RemoveLibraryNarrator.swift
[156/374] Compiling AudiobookshelfAPI ReorderLibraries.swift
[157/374] Compiling AudiobookshelfAPI ScanLibraryFolders.swift
[158/374] Compiling AudiobookshelfAPI SearchLibrary.swift
[159/374] Compiling AudiobookshelfAPI UpdateLibrary.swift
[160/374] Compiling AudiobookshelfAPI UpdateLibraryNarrator.swift
[161/374] Compiling AudiobookshelfAPI BatchDeleteLibraryItems.swift
[162/374] Compiling AudiobookshelfAPI BatchGetLibraryItems.swift
[163/374] Compiling AudiobookshelfAPI BatchQuickMatchLibraryItems.swift
[164/374] Compiling AudiobookshelfAPI BatchScanLibraryItems.swift
[165/374] Compiling AudiobookshelfAPI BatchUpdateLibraryItems.swift
[166/374] Compiling AudiobookshelfAPI DeleteLibraryFile.swift
[167/374] Compiling AudiobookshelfAPI DeleteLibraryItem.swift
[168/374] Compiling AudiobookshelfAPI DownloadLibraryFile.swift
[169/374] Compiling AudiobookshelfAPI DownloadLibraryItem.swift
[170/374] Compiling AudiobookshelfAPI GetEbookFile.swift
[171/374] Compiling AudiobookshelfAPI GetLibraryFile.swift
[172/374] Compiling AudiobookshelfAPI GetLibraryFileFFprobe.swift
[173/374] Compiling AudiobookshelfAPI GetLibraryItem.swift
[174/374] Compiling AudiobookshelfAPI GetLibraryItemCover.swift
[175/374] Compiling AudiobookshelfAPI GetLibraryItemMetadataObject.swift
[176/374] Compiling AudiobookshelfAPI MatchLibraryItem.swift
[177/374] Compiling AudiobookshelfAPI RemoveLibraryItemCover.swift
[178/374] Compiling AudiobookshelfAPI ScanLibraryItem.swift
[179/374] Compiling AudiobookshelfAPI StartEpisodePlaybackSession.swift
[180/374] Compiling AudiobookshelfAPI GetSeriesById.swift
[181/374] Compiling AudiobookshelfAPI UpdateSeries.swift
[182/374] Compiling AudiobookshelfAPI BatchDeleteSessions.swift
[183/374] Compiling AudiobookshelfAPI CloseOpenSession.swift
[184/374] Compiling AudiobookshelfAPI DeleteSession.swift
[185/374] Compiling AudiobookshelfAPI GetAllSessions.swift
[186/374] Compiling AudiobookshelfAPI GetOpenSession.swift
[187/374] Compiling AudiobookshelfAPI GetOpenSessions.swift
[188/374] Compiling AudiobookshelfAPI SyncLocalSession.swift
[189/374] Compiling AudiobookshelfAPI SyncLocalSessionsBatch.swift
[190/374] Compiling AudiobookshelfAPI SyncOpenSession.swift
[191/374] Compiling AudiobookshelfAPI GetAuthSettings.swift
[192/374] Compiling AudiobookshelfAPI UpdateAuthSettings.swift
[193/374] Compiling AudiobookshelfAPI UpdateServerSettings.swift
[194/374] Compiling AudiobookshelfAPI UpdateSortingPrefixes.swift
[195/374] Compiling AudiobookshelfAPI CreateMediaItemShare.swift
[196/374] Compiling AudiobookshelfAPI DeleteMediaItemShare.swift
[197/374] Compiling AudiobookshelfAPI GetAdminYearStats.swift
[198/374] Compiling AudiobookshelfAPI GetServerStats.swift
[199/374] Compiling AudiobookshelfAPI DeleteTag.swift
[200/374] Compiling AudiobookshelfAPI GetAllTags.swift
[201/374] Compiling AudiobookshelfAPI RenameTag.swift
[202/374] Compiling AudiobookshelfAPI BatchEmbedMetadata.swift
[203/374] Compiling AudiobookshelfAPI CancelM4BEncode.swift
[204/374] Compiling AudiobookshelfAPI StartPlaybackSession.swift
[205/374] Compiling AudiobookshelfAPI UpdateEbookFileStatus.swift
[206/374] Compiling AudiobookshelfAPI UpdateLibraryItemChapters.swift
[207/374] Compiling AudiobookshelfAPI UpdateLibraryItemCover.swift
[208/374] Compiling AudiobookshelfAPI UpdateLibraryItemMedia.swift
[209/374] Compiling AudiobookshelfAPI UpdateLibraryItemTracks.swift
[210/374] Compiling AudiobookshelfAPI UploadLibraryItemCover.swift
[211/374] Compiling AudiobookshelfAPI BatchCreateUpdateMediaProgress.swift
[212/374] Compiling AudiobookshelfAPI CreateBookmark.swift
[213/374] Compiling AudiobookshelfAPI DeleteBookmark.swift
[214/374] Compiling AudiobookshelfAPI GetItemListeningSessions.swift
[215/374] Compiling AudiobookshelfAPI GetLibraryItemsInProgress.swift
[216/374] Compiling AudiobookshelfAPI GetMediaProgress.swift
[217/374] Compiling AudiobookshelfAPI GetYearStats.swift
[218/374] Compiling AudiobookshelfAPI GetYourListeningSessions.swift
[219/374] Compiling AudiobookshelfAPI GetYourListeningStats.swift
[220/374] Compiling AudiobookshelfAPI GetYourUser.swift
[221/374] Compiling AudiobookshelfAPI PatchMediaProgress.swift
[222/374] Compiling AudiobookshelfAPI ReaddSeriesToContinueListening.swift
[223/374] Compiling AudiobookshelfAPI RemoveContinueListeningItem.swift
[224/374] Compiling AudiobookshelfAPI RemoveMediaProgress.swift
[225/374] Compiling AudiobookshelfAPI RemoveSeriesFromContinueListening.swift
[226/374] Compiling AudiobookshelfAPI UpdateBookmark.swift
[227/374] Compiling AudiobookshelfAPI UpdatePassword.swift
[228/374] Compiling AudiobookshelfAPI UpdateUserEReaderDevices.swift
[229/374] Compiling AudiobookshelfAPI GetAllGenres.swift
[230/374] Compiling AudiobookshelfAPI RenameGenre.swift
[231/374] Compiling AudiobookshelfAPI GetHLSStreamFile.swift
[232/374] Compiling AudiobookshelfAPI CreateLibrary.swift
[233/374] Compiling AudiobookshelfAPI DeleteLibrary.swift
[234/374] Compiling AudiobookshelfAPI DownloadMultipleLibraryItems.swift
[235/374] Compiling AudiobookshelfAPI GetAllLibraries.swift
[236/374] Compiling AudiobookshelfAPI GetLibrary.swift
[237/374] Compiling AudiobookshelfAPI GetLibraryAuthors.swift
[238/374] Compiling AudiobookshelfAPI GetLibraryCollections.swift
[239/374] Compiling AudiobookshelfAPI GetLibraryEpisodeDownloadQueue.swift
[240/374] Compiling AudiobookshelfAPI GetLibraryFilterData.swift
[241/374] Compiling AudiobookshelfAPI GetLibraryItems.swift
[242/374] Compiling AudiobookshelfAPI GetLibraryNarrators.swift
[243/374] Compiling AudiobookshelfAPI GetLibraryOPML.swift
[244/374] Compiling AudiobookshelfAPI GetLibraryPodcastTitles.swift
[245/374] Compiling AudiobookshelfAPI GetLibrarySeries.swift
[246/374] Compiling AudiobookshelfAPI GetLibrarySeriesById.swift
[247/374] Compiling AudiobookshelfAPI GetLibraryStats.swift
[248/374] Compiling AudiobookshelfAPI GetLibraryUserPlaylists.swift
[249/374] Compiling AudiobookshelfAPI GetPersonalizedLibrary.swift
[250/374] Compiling AudiobookshelfAPI GetRecentEpisodes.swift
[251/374] Compiling AudiobookshelfAPI MatchAllLibraryItems.swift
[252/374] Compiling AudiobookshelfAPI RemoveLibraryItemsWithIssues.swift
[253/374] Compiling AudiobookshelfAPI RemoveLibraryMetadataFiles.swift
[254/374] Compiling AudiobookshelfAPI DownloadPodcastEpisodes.swift
[255/374] Compiling AudiobookshelfAPI GetPodcastDownloadQueue.swift
[256/374] Compiling AudiobookshelfAPI GetPodcastEpisode.swift
[257/374] Compiling AudiobookshelfAPI MatchPodcastEpisodes.swift
[258/374] Compiling AudiobookshelfAPI ParseOPML.swift
[259/374] Compiling AudiobookshelfAPI SearchPodcastEpisode.swift
[260/374] Compiling AudiobookshelfAPI UpdatePodcastEpisode.swift
[261/374] Compiling AudiobookshelfAPI DownloadShare.swift
[262/374] Compiling AudiobookshelfAPI GetMediaShare.swift
[263/374] Compiling AudiobookshelfAPI GetShareAudioTrack.swift
[264/374] Compiling AudiobookshelfAPI GetShareCover.swift
[265/374] Compiling AudiobookshelfAPI UpdateShareProgress.swift
[266/374] Compiling AudiobookshelfAPI GetPublicSessionTrack.swift
[267/374] Compiling AudiobookshelfAPI CloseFeed.swift
[268/374] Compiling AudiobookshelfAPI GetAllFeeds.swift
[269/374] Compiling AudiobookshelfAPI OpenFeedForCollection.swift
[270/374] Compiling AudiobookshelfAPI OpenFeedForItem.swift
[271/374] Compiling AudiobookshelfAPI OpenFeedForSeries.swift
[272/374] Compiling AudiobookshelfAPI GetSearchProviders.swift
[273/374] Compiling AudiobookshelfAPI SearchChapters.swift
[274/374] Compiling AudiobookshelfAPI SearchCovers.swift
[275/374] Compiling AudiobookshelfAPI SearchExternalAuthors.swift
[276/374] Compiling AudiobookshelfAPI SearchExternalBooks.swift
[277/374] Compiling AudiobookshelfAPI SearchExternalPodcasts.swift
[278/374] Compiling AudiobookshelfAPI CreateNotification.swift
[279/374] Compiling AudiobookshelfAPI DeleteNotification.swift
[280/374] Compiling AudiobookshelfAPI FireTestEvent.swift
[281/374] Compiling AudiobookshelfAPI GetNotificationData.swift
[282/374] Compiling AudiobookshelfAPI GetNotificationSettings.swift
[283/374] Compiling AudiobookshelfAPI TestNotification.swift
[284/374] Compiling AudiobookshelfAPI UpdateNotification.swift
[285/374] Compiling AudiobookshelfAPI UpdateNotificationSettings.swift
[286/374] Compiling AudiobookshelfAPI CreatePlaylist.swift
[287/374] Compiling AudiobookshelfAPI CreatePlaylistFromCollection.swift
[288/374] Compiling AudiobookshelfAPI DeletePlaylist.swift
[289/374] Compiling AudiobookshelfAPI GetPlaylist.swift
[290/374] Compiling AudiobookshelfAPI GetUserPlaylists.swift
[291/374] Compiling AudiobookshelfAPI PlaylistAddItem.swift
[292/374] Compiling AudiobookshelfAPI PlaylistBatchAddItems.swift
[293/374] Compiling AudiobookshelfAPI PlaylistBatchRemoveItems.swift
[294/374] Compiling AudiobookshelfAPI RemovePlaylistItem.swift
[295/374] Compiling AudiobookshelfAPI UpdatePlaylist.swift
[296/374] Compiling AudiobookshelfAPI CheckNewPodcastEpisodes.swift
[297/374] Compiling AudiobookshelfAPI ClearPodcastQueue.swift
[298/374] Compiling AudiobookshelfAPI CreatePodcast.swift
[299/374] Compiling AudiobookshelfAPI CreatePodcastFromFeed.swift
[300/374] Compiling AudiobookshelfAPI CreatePodcastsFromOPML.swift
[301/374] Compiling AudiobookshelfAPI DeletePodcastEpisode.swift
[302/374] Emitting module AudiobookshelfAPI
[303/374] Compiling AudiobookshelfAPI BackupsResponse.swift
[304/374] Compiling AudiobookshelfAPI Book.swift
[305/374] Compiling AudiobookshelfAPI BookChapter.swift
[306/374] Compiling AudiobookshelfAPI BookMetadata.swift
[307/374] Compiling AudiobookshelfAPI Collection.swift
[308/374] Compiling AudiobookshelfAPI CustomMetadataProvider.swift
[309/374] Compiling AudiobookshelfAPI Device.swift
[310/374] Compiling AudiobookshelfAPI DeviceInfo.swift
[311/374] Compiling AudiobookshelfAPI EBookFile.swift
[312/374] Compiling AudiobookshelfAPI EReaderDevice.swift
[313/374] Compiling AudiobookshelfAPI EmailSettings.swift
[314/374] Compiling AudiobookshelfAPI ExternalAuthorSearchResult.swift
[315/374] Compiling AudiobookshelfAPI ExternalBookSearchResult.swift
[316/374] Compiling AudiobookshelfAPI ExternalPodcastSearchResult.swift
[317/374] Compiling AudiobookshelfAPI FileMetadata.swift
[318/374] Compiling AudiobookshelfAPI FilterData.swift
[319/374] Compiling AudiobookshelfAPI Folder.swift
[320/374] Compiling AudiobookshelfAPI Icon.swift
[321/374] Compiling AudiobookshelfAPI JSONValue.swift
[322/374] Compiling AudiobookshelfAPI Library.swift
[323/374] Compiling AudiobookshelfAPI LibraryFile.swift
[324/374] Compiling AudiobookshelfAPI LibraryFilterData.swift
[325/374] Compiling AudiobookshelfAPI LibraryItem.swift
[326/374] Compiling AudiobookshelfAPI LibrarySettings.swift
[327/374] Compiling AudiobookshelfAPI User.swift
[328/374] Compiling AudiobookshelfAPI UserPermissions.swift
[329/374] Compiling AudiobookshelfAPI YearStats.swift
[330/374] Compiling AudiobookshelfAPI AudioMetadataEvents.swift
[331/374] Compiling AudiobookshelfAPI AuthorEvents.swift
[332/374] Compiling AudiobookshelfAPI BackupEvents.swift
[333/374] Compiling AudiobookshelfAPI ClientEvents.swift
[334/374] Compiling AudiobookshelfAPI CollectionEvents.swift
[335/374] Compiling AudiobookshelfAPI CoverSearchEvents.swift
[336/374] Compiling AudiobookshelfAPI CustomMetadataProviderEvents.swift
[337/374] Compiling AudiobookshelfAPI EReaderEvents.swift
[338/374] Compiling AudiobookshelfAPI LibraryEvents.swift
[339/374] Compiling AudiobookshelfAPI LibraryItemEvents.swift
[340/374] Compiling AudiobookshelfAPI LibraryScanEvents.swift
[341/374] Compiling AudiobookshelfAPI MiscellaneousEvents.swift
[342/374] Compiling AudiobookshelfAPI NotificationEvents.swift
[343/374] Compiling AudiobookshelfAPI PlaylistEvents.swift
[344/374] Compiling AudiobookshelfAPI PodcastEpisodeDownloadEvents.swift
[345/374] Compiling AudiobookshelfAPI RSSFeedEvents.swift
[346/374] Compiling AudiobookshelfAPI SeriesEvents.swift
[347/374] Compiling AudiobookshelfAPI ShareEvents.swift
[348/374] Compiling AudiobookshelfAPI StreamEvents.swift
[349/374] Compiling AudiobookshelfAPI TaskEvents.swift
[350/374] Compiling AudiobookshelfAPI UserEvents.swift
[351/374] Compiling AudiobookshelfAPI MediaProgress.swift
[352/374] Compiling AudiobookshelfAPI Notification.swift
[353/374] Compiling AudiobookshelfAPI NotificationSettings.swift
[354/374] Compiling AudiobookshelfAPI PlaybackSession.swift
[355/374] Compiling AudiobookshelfAPI Playlist.swift
[356/374] Compiling AudiobookshelfAPI PlaylistItem.swift
[357/374] Compiling AudiobookshelfAPI Podcast.swift
[358/374] Compiling AudiobookshelfAPI PodcastEpisode.swift
[359/374] Compiling AudiobookshelfAPI PodcastEpisodeDownload.swift
[360/374] Compiling AudiobookshelfAPI PodcastEpisodeEnclosure.swift
[361/374] Compiling AudiobookshelfAPI PodcastFeed.swift
[362/374] Compiling AudiobookshelfAPI PodcastFeedEpisode.swift
[363/374] Compiling AudiobookshelfAPI PodcastFeedMetadata.swift
[364/374] Compiling AudiobookshelfAPI PodcastMetadata.swift
[365/374] Compiling AudiobookshelfAPI RSSFeed.swift
[366/374] Compiling AudiobookshelfAPI RSSFeedEpisode.swift
[367/374] Compiling AudiobookshelfAPI RSSFeedMetadata.swift
[368/374] Compiling AudiobookshelfAPI Series.swift
[369/374] Compiling AudiobookshelfAPI SeriesProgress.swift
[370/374] Compiling AudiobookshelfAPI ServerSettings.swift
[371/374] Compiling AudiobookshelfAPI ServerTask.swift
[372/374] Compiling AudiobookshelfAPI Share.swift
[373/374] Compiling AudiobookshelfAPI Stream.swift
[374/374] Compiling AudiobookshelfAPI StreamProgress.swift
Build complete! (25.68s)
Fetching https://github.com/JamesRagnar/RagnarNetworking.git
[1/688] Fetching ragnarnetworking
Fetched https://github.com/JamesRagnar/RagnarNetworking.git from cache (0.83s)
Computing version for https://github.com/JamesRagnar/RagnarNetworking.git
Computed https://github.com/JamesRagnar/RagnarNetworking.git at 0.2.0 (1.33s)
Fetching https://github.com/socketio/socket.io-client-swift
[1/12044] Fetching socket.io-client-swift
Fetched https://github.com/socketio/socket.io-client-swift from cache (1.42s)
Computing version for https://github.com/socketio/socket.io-client-swift
Computed https://github.com/socketio/socket.io-client-swift at 16.1.1 (4.48s)
Fetching https://github.com/daltoniam/Starscream
[1/5108] Fetching starscream
Fetched https://github.com/daltoniam/Starscream from cache (1.24s)
Computing version for https://github.com/daltoniam/Starscream
Computed https://github.com/daltoniam/Starscream at 4.0.8 (1.85s)
Creating working copy for https://github.com/socketio/socket.io-client-swift
Working copy of https://github.com/socketio/socket.io-client-swift resolved at 16.1.1
Creating working copy for https://github.com/daltoniam/Starscream
Working copy of https://github.com/daltoniam/Starscream resolved at 4.0.8
Creating working copy for https://github.com/JamesRagnar/RagnarNetworking.git
Working copy of https://github.com/JamesRagnar/RagnarNetworking.git resolved at 0.2.0
warning: 'starscream': found 1 file(s) which are unhandled; explicitly declare them as resources or exclude from the target
/Users/admin/builder/spi-builder-workspace/.build/checkouts/Starscream/Sources/Info.plist
Build complete.
{
"dependencies" : [
{
"identity" : "ragnarnetworking",
"requirement" : {
"exact" : [
"0.2.0"
]
},
"type" : "sourceControl",
"url" : "https://github.com/JamesRagnar/RagnarNetworking.git"
}
],
"manifest_display_name" : "AudiobookshelfAPI",
"name" : "AudiobookshelfAPI",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "ios",
"version" : "15.0"
},
{
"name" : "macos",
"version" : "12.0"
}
],
"products" : [
{
"name" : "AudiobookshelfAPI",
"targets" : [
"AudiobookshelfAPI"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "AudiobookshelfAPITests",
"module_type" : "SwiftTarget",
"name" : "AudiobookshelfAPITests",
"path" : "Tests/AudiobookshelfAPITests",
"sources" : [
"BinaryInterfacesTests.swift",
"BoolHelperTests.swift",
"CheckServerStatusTests.swift",
"DictionaryHelperTests.swift",
"InterfaceErrorMappingTests.swift",
"InterfaceHandleNoContentTests.swift",
"InterfaceResponseCasesTests.swift",
"LocalSessionSyncContractsTests.swift",
"MeInterfaces233ComplianceTests.swift",
"ServerCompatibilityTests.swift",
"SetHelperTests.swift",
"SocketPayloadCompatibilityTests.swift"
],
"target_dependencies" : [
"AudiobookshelfAPI"
],
"type" : "test"
},
{
"c99name" : "AudiobookshelfAPI",
"module_type" : "SwiftTarget",
"name" : "AudiobookshelfAPI",
"path" : "Sources/AudiobookshelfAPI",
"product_dependencies" : [
"RagnarNetworking"
],
"product_memberships" : [
"AudiobookshelfAPI"
],
"sources" : [
"Compatibility/ServerCompatibility.swift",
"Helpers/Bool+Audiobookshelf.swift",
"Helpers/Dictionary+Audiobookshelf.swift",
"Helpers/Set+Audiobookshelf.swift",
"Interfaces/API Keys/CreateAPIKey.swift",
"Interfaces/API Keys/DeleteAPIKey.swift",
"Interfaces/API Keys/GetAllAPIKeys.swift",
"Interfaces/API Keys/UpdateAPIKey.swift",
"Interfaces/Authentication/CheckServerStatus.swift",
"Interfaces/Authentication/Healthcheck.swift",
"Interfaces/Authentication/Login.swift",
"Interfaces/Authentication/Logout.swift",
"Interfaces/Authentication/PingServer.swift",
"Interfaces/Authentication/RefreshToken.swift",
"Interfaces/Authors/DeleteAuthor.swift",
"Interfaces/Authors/DeleteAuthorImage.swift",
"Interfaces/Authors/GetAuthor.swift",
"Interfaces/Authors/GetAuthorImage.swift",
"Interfaces/Authors/MatchAuthor.swift",
"Interfaces/Authors/UpdateAuthor.swift",
"Interfaces/Authors/UploadAuthorImage.swift",
"Interfaces/Backups/ApplyBackup.swift",
"Interfaces/Backups/CreateBackup.swift",
"Interfaces/Backups/DeleteBackup.swift",
"Interfaces/Backups/DownloadBackup.swift",
"Interfaces/Backups/GetAllBackups.swift",
"Interfaces/Backups/UpdateBackupPath.swift",
"Interfaces/Backups/UploadBackup.swift",
"Interfaces/Cache/PurgeCacheAll.swift",
"Interfaces/Cache/PurgeItemsCache.swift",
"Interfaces/Collections/CollectionAddBook.swift",
"Interfaces/Collections/CollectionBatchAddBooks.swift",
"Interfaces/Collections/CollectionBatchRemoveBooks.swift",
"Interfaces/Collections/CollectionRemoveBook.swift",
"Interfaces/Collections/CreateCollection.swift",
"Interfaces/Collections/DeleteCollection.swift",
"Interfaces/Collections/GetAllCollections.swift",
"Interfaces/Collections/GetCollection.swift",
"Interfaces/Collections/UpdateCollection.swift",
"Interfaces/CustomMetadataProviders/AddCustomMetadataProvider.swift",
"Interfaces/CustomMetadataProviders/GetCustomMetadataProviders.swift",
"Interfaces/CustomMetadataProviders/RemoveCustomMetadataProvider.swift",
"Interfaces/Email/GetEmailSettings.swift",
"Interfaces/Email/SendEbookToDevice.swift",
"Interfaces/Email/SendTestEmail.swift",
"Interfaces/Email/UpdateEReaderDevices.swift",
"Interfaces/Email/UpdateEmailSettings.swift",
"Interfaces/Filesystem/BrowseFilesystem.swift",
"Interfaces/Filesystem/CheckPathExists.swift",
"Interfaces/Genres/DeleteGenre.swift",
"Interfaces/Genres/GetAllGenres.swift",
"Interfaces/Genres/RenameGenre.swift",
"Interfaces/HLS/GetHLSStreamFile.swift",
"Interfaces/Libraries/CreateLibrary.swift",
"Interfaces/Libraries/DeleteLibrary.swift",
"Interfaces/Libraries/DownloadMultipleLibraryItems.swift",
"Interfaces/Libraries/GetAllLibraries.swift",
"Interfaces/Libraries/GetLibrary.swift",
"Interfaces/Libraries/GetLibraryAuthors.swift",
"Interfaces/Libraries/GetLibraryCollections.swift",
"Interfaces/Libraries/GetLibraryEpisodeDownloadQueue.swift",
"Interfaces/Libraries/GetLibraryFilterData.swift",
"Interfaces/Libraries/GetLibraryItems.swift",
"Interfaces/Libraries/GetLibraryNarrators.swift",
"Interfaces/Libraries/GetLibraryOPML.swift",
"Interfaces/Libraries/GetLibraryPodcastTitles.swift",
"Interfaces/Libraries/GetLibrarySeries.swift",
"Interfaces/Libraries/GetLibrarySeriesById.swift",
"Interfaces/Libraries/GetLibraryStats.swift",
"Interfaces/Libraries/GetLibraryUserPlaylists.swift",
"Interfaces/Libraries/GetPersonalizedLibrary.swift",
"Interfaces/Libraries/GetRecentEpisodes.swift",
"Interfaces/Libraries/MatchAllLibraryItems.swift",
"Interfaces/Libraries/RemoveLibraryItemsWithIssues.swift",
"Interfaces/Libraries/RemoveLibraryMetadataFiles.swift",
"Interfaces/Libraries/RemoveLibraryNarrator.swift",
"Interfaces/Libraries/ReorderLibraries.swift",
"Interfaces/Libraries/ScanLibraryFolders.swift",
"Interfaces/Libraries/SearchLibrary.swift",
"Interfaces/Libraries/UpdateLibrary.swift",
"Interfaces/Libraries/UpdateLibraryNarrator.swift",
"Interfaces/Library Items/BatchDeleteLibraryItems.swift",
"Interfaces/Library Items/BatchGetLibraryItems.swift",
"Interfaces/Library Items/BatchQuickMatchLibraryItems.swift",
"Interfaces/Library Items/BatchScanLibraryItems.swift",
"Interfaces/Library Items/BatchUpdateLibraryItems.swift",
"Interfaces/Library Items/DeleteLibraryFile.swift",
"Interfaces/Library Items/DeleteLibraryItem.swift",
"Interfaces/Library Items/DownloadLibraryFile.swift",
"Interfaces/Library Items/DownloadLibraryItem.swift",
"Interfaces/Library Items/GetEbookFile.swift",
"Interfaces/Library Items/GetLibraryFile.swift",
"Interfaces/Library Items/GetLibraryFileFFprobe.swift",
"Interfaces/Library Items/GetLibraryItem.swift",
"Interfaces/Library Items/GetLibraryItemCover.swift",
"Interfaces/Library Items/GetLibraryItemMetadataObject.swift",
"Interfaces/Library Items/MatchLibraryItem.swift",
"Interfaces/Library Items/RemoveLibraryItemCover.swift",
"Interfaces/Library Items/ScanLibraryItem.swift",
"Interfaces/Library Items/StartEpisodePlaybackSession.swift",
"Interfaces/Library Items/StartPlaybackSession.swift",
"Interfaces/Library Items/UpdateEbookFileStatus.swift",
"Interfaces/Library Items/UpdateLibraryItemChapters.swift",
"Interfaces/Library Items/UpdateLibraryItemCover.swift",
"Interfaces/Library Items/UpdateLibraryItemMedia.swift",
"Interfaces/Library Items/UpdateLibraryItemTracks.swift",
"Interfaces/Library Items/UploadLibraryItemCover.swift",
"Interfaces/Me/BatchCreateUpdateMediaProgress.swift",
"Interfaces/Me/CreateBookmark.swift",
"Interfaces/Me/DeleteBookmark.swift",
"Interfaces/Me/GetItemListeningSessions.swift",
"Interfaces/Me/GetLibraryItemsInProgress.swift",
"Interfaces/Me/GetMediaProgress.swift",
"Interfaces/Me/GetYearStats.swift",
"Interfaces/Me/GetYourListeningSessions.swift",
"Interfaces/Me/GetYourListeningStats.swift",
"Interfaces/Me/GetYourUser.swift",
"Interfaces/Me/PatchMediaProgress.swift",
"Interfaces/Me/ReaddSeriesToContinueListening.swift",
"Interfaces/Me/RemoveContinueListeningItem.swift",
"Interfaces/Me/RemoveMediaProgress.swift",
"Interfaces/Me/RemoveSeriesFromContinueListening.swift",
"Interfaces/Me/UpdateBookmark.swift",
"Interfaces/Me/UpdatePassword.swift",
"Interfaces/Me/UpdateUserEReaderDevices.swift",
"Interfaces/Notifications/CreateNotification.swift",
"Interfaces/Notifications/DeleteNotification.swift",
"Interfaces/Notifications/FireTestEvent.swift",
"Interfaces/Notifications/GetNotificationData.swift",
"Interfaces/Notifications/GetNotificationSettings.swift",
"Interfaces/Notifications/TestNotification.swift",
"Interfaces/Notifications/UpdateNotification.swift",
"Interfaces/Notifications/UpdateNotificationSettings.swift",
"Interfaces/Playlists/CreatePlaylist.swift",
"Interfaces/Playlists/CreatePlaylistFromCollection.swift",
"Interfaces/Playlists/DeletePlaylist.swift",
"Interfaces/Playlists/GetPlaylist.swift",
"Interfaces/Playlists/GetUserPlaylists.swift",
"Interfaces/Playlists/PlaylistAddItem.swift",
"Interfaces/Playlists/PlaylistBatchAddItems.swift",
"Interfaces/Playlists/PlaylistBatchRemoveItems.swift",
"Interfaces/Playlists/RemovePlaylistItem.swift",
"Interfaces/Playlists/UpdatePlaylist.swift",
"Interfaces/Podcasts/CheckNewPodcastEpisodes.swift",
"Interfaces/Podcasts/ClearPodcastQueue.swift",
"Interfaces/Podcasts/CreatePodcast.swift",
"Interfaces/Podcasts/CreatePodcastFromFeed.swift",
"Interfaces/Podcasts/CreatePodcastsFromOPML.swift",
"Interfaces/Podcasts/DeletePodcastEpisode.swift",
"Interfaces/Podcasts/DownloadPodcastEpisodes.swift",
"Interfaces/Podcasts/GetPodcastDownloadQueue.swift",
"Interfaces/Podcasts/GetPodcastEpisode.swift",
"Interfaces/Podcasts/MatchPodcastEpisodes.swift",
"Interfaces/Podcasts/ParseOPML.swift",
"Interfaces/Podcasts/SearchPodcastEpisode.swift",
"Interfaces/Podcasts/UpdatePodcastEpisode.swift",
"Interfaces/Public Shares/DownloadShare.swift",
"Interfaces/Public Shares/GetMediaShare.swift",
"Interfaces/Public Shares/GetShareAudioTrack.swift",
"Interfaces/Public Shares/GetShareCover.swift",
"Interfaces/Public Shares/UpdateShareProgress.swift",
"Interfaces/Public/GetPublicSessionTrack.swift",
"Interfaces/RSS Feeds/CloseFeed.swift",
"Interfaces/RSS Feeds/GetAllFeeds.swift",
"Interfaces/RSS Feeds/OpenFeedForCollection.swift",
"Interfaces/RSS Feeds/OpenFeedForItem.swift",
"Interfaces/RSS Feeds/OpenFeedForSeries.swift",
"Interfaces/Search/GetSearchProviders.swift",
"Interfaces/Search/SearchChapters.swift",
"Interfaces/Search/SearchCovers.swift",
"Interfaces/Search/SearchExternalAuthors.swift",
"Interfaces/Search/SearchExternalBooks.swift",
"Interfaces/Search/SearchExternalPodcasts.swift",
"Interfaces/Series/GetSeriesById.swift",
"Interfaces/Series/UpdateSeries.swift",
"Interfaces/Sessions/BatchDeleteSessions.swift",
"Interfaces/Sessions/CloseOpenSession.swift",
"Interfaces/Sessions/DeleteSession.swift",
"Interfaces/Sessions/GetAllSessions.swift",
"Interfaces/Sessions/GetOpenSession.swift",
"Interfaces/Sessions/GetOpenSessions.swift",
"Interfaces/Sessions/SyncLocalSession.swift",
"Interfaces/Sessions/SyncLocalSessionsBatch.swift",
"Interfaces/Sessions/SyncOpenSession.swift",
"Interfaces/Settings/GetAuthSettings.swift",
"Interfaces/Settings/UpdateAuthSettings.swift",
"Interfaces/Settings/UpdateServerSettings.swift",
"Interfaces/Settings/UpdateSortingPrefixes.swift",
"Interfaces/Shares/CreateMediaItemShare.swift",
"Interfaces/Shares/DeleteMediaItemShare.swift",
"Interfaces/Stats/GetAdminYearStats.swift",
"Interfaces/Stats/GetServerStats.swift",
"Interfaces/Tags/DeleteTag.swift",
"Interfaces/Tags/GetAllTags.swift",
"Interfaces/Tags/RenameTag.swift",
"Interfaces/Tools/BatchEmbedMetadata.swift",
"Interfaces/Tools/CancelM4BEncode.swift",
"Interfaces/Tools/EmbedLibraryItemMetadata.swift",
"Interfaces/Tools/EncodeLibraryItemM4B.swift",
"Interfaces/Tools/GetLoggerData.swift",
"Interfaces/Tools/GetTasks.swift",
"Interfaces/Tools/PurgeCache.swift",
"Interfaces/Tools/UpdateWatcher.swift",
"Interfaces/Tools/UploadFile.swift",
"Interfaces/Tools/ValidateCronExpression.swift",
"Interfaces/Users/CreateUser.swift",
"Interfaces/Users/DeleteUser.swift",
"Interfaces/Users/GetAllUsers.swift",
"Interfaces/Users/GetOnlineUsers.swift",
"Interfaces/Users/GetUser.swift",
"Interfaces/Users/GetUserListeningSessions.swift",
"Interfaces/Users/GetUserListeningStats.swift",
"Interfaces/Users/UnlinkOpenID.swift",
"Interfaces/Users/UpdateUser.swift",
"Models/APIKey.swift",
"Models/AudioBookmark.swift",
"Models/AudioFile.swift",
"Models/AudioMetaTags.swift",
"Models/AudioTrack.swift",
"Models/Author.swift",
"Models/Backup.swift",
"Models/BackupsResponse.swift",
"Models/Book.swift",
"Models/BookChapter.swift",
"Models/BookMetadata.swift",
"Models/Collection.swift",
"Models/CustomMetadataProvider.swift",
"Models/Device.swift",
"Models/DeviceInfo.swift",
"Models/EBookFile.swift",
"Models/EReaderDevice.swift",
"Models/EmailSettings.swift",
"Models/ExternalAuthorSearchResult.swift",
"Models/ExternalBookSearchResult.swift",
"Models/ExternalPodcastSearchResult.swift",
"Models/FileMetadata.swift",
"Models/FilterData.swift",
"Models/Folder.swift",
"Models/Icon.swift",
"Models/JSONValue.swift",
"Models/Library.swift",
"Models/LibraryFile.swift",
"Models/LibraryFilterData.swift",
"Models/LibraryItem.swift",
"Models/LibrarySettings.swift",
"Models/MediaProgress.swift",
"Models/Notification.swift",
"Models/NotificationSettings.swift",
"Models/PlaybackSession.swift",
"Models/Playlist.swift",
"Models/PlaylistItem.swift",
"Models/Podcast.swift",
"Models/PodcastEpisode.swift",
"Models/PodcastEpisodeDownload.swift",
"Models/PodcastEpisodeEnclosure.swift",
"Models/PodcastFeed.swift",
"Models/PodcastFeedEpisode.swift",
"Models/PodcastFeedMetadata.swift",
"Models/PodcastMetadata.swift",
"Models/RSSFeed.swift",
"Models/RSSFeedEpisode.swift",
"Models/RSSFeedMetadata.swift",
"Models/Series.swift",
"Models/SeriesProgress.swift",
"Models/ServerSettings.swift",
"Models/ServerTask.swift",
"Models/Share.swift",
"Models/Stream.swift",
"Models/StreamProgress.swift",
"Models/User.swift",
"Models/UserPermissions.swift",
"Models/YearStats.swift",
"Socket/AudioMetadataEvents.swift",
"Socket/AuthorEvents.swift",
"Socket/BackupEvents.swift",
"Socket/ClientEvents.swift",
"Socket/CollectionEvents.swift",
"Socket/CoverSearchEvents.swift",
"Socket/CustomMetadataProviderEvents.swift",
"Socket/EReaderEvents.swift",
"Socket/LibraryEvents.swift",
"Socket/LibraryItemEvents.swift",
"Socket/LibraryScanEvents.swift",
"Socket/MiscellaneousEvents.swift",
"Socket/NotificationEvents.swift",
"Socket/PlaylistEvents.swift",
"Socket/PodcastEpisodeDownloadEvents.swift",
"Socket/RSSFeedEvents.swift",
"Socket/SeriesEvents.swift",
"Socket/ShareEvents.swift",
"Socket/StreamEvents.swift",
"Socket/TaskEvents.swift",
"Socket/UserEvents.swift"
],
"type" : "library"
}
],
"tools_version" : "6.0"
}
Done.