The Swift Package Index logo.Swift Package Index

Has it really been five years since Swift Package Index launched? Read our anniversary blog post!

Build Information

Successful build of ScrobbleKit, reference v2.0.0 (bfc32f), with Swift 6.1 for Android on 5 Jun 2025 08:47:20 UTC.

Swift 6 data race errors: 0

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4606859-2":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:android-6.1-latest swift build --swift-sdk aarch64-unknown-linux-android24 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats 2>&1

Build Log

========================================
RunAll
========================================
Builder version: 4.63.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/tfmart/ScrobbleKit.git
Reference: v2.0.0
Initialized empty Git repository in /host/spi-builder-workspace/.git/
hint: Using 'master' as the name for the initial branch. This default branch name
hint: is subject to change. To configure the initial branch name to use in all
hint: of your new repositories, which will suppress this warning, call:
hint:
hint: 	git config --global init.defaultBranch <name>
hint:
hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
hint: 'development'. The just-created branch can be renamed via this command:
hint:
hint: 	git branch -m <name>
From https://github.com/tfmart/ScrobbleKit
 * tag               v2.0.0     -> FETCH_HEAD
HEAD is now at bfc32f7 Merge pull request #8 from tfmart/sendable
Cloned https://github.com/tfmart/ScrobbleKit.git
Revision (git rev-parse @):
bfc32f76dbff9c836841d119dfffcd5f6350d901
SUCCESS checkout https://github.com/tfmart/ScrobbleKit.git at v2.0.0
========================================
Build
========================================
Selected platform:         android
Swift version:             6.1
Building package at path:  $PWD
https://github.com/tfmart/ScrobbleKit.git
https://github.com/tfmart/ScrobbleKit.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
  "dependencies" : [
    {
      "identity" : "swift-docc-plugin",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.1.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/swiftlang/swift-docc-plugin"
    }
  ],
  "manifest_display_name" : "ScrobbleKit",
  "name" : "ScrobbleKit",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "13.0"
    },
    {
      "name" : "macos",
      "version" : "10.15"
    },
    {
      "name" : "maccatalyst",
      "version" : "13.0"
    },
    {
      "name" : "watchos",
      "version" : "6.0"
    },
    {
      "name" : "tvos",
      "version" : "13.0"
    },
    {
      "name" : "visionos",
      "version" : "1.0"
    }
  ],
  "products" : [
    {
      "name" : "ScrobbleKit",
      "targets" : [
        "ScrobbleKit"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "ScrobbleKitTests",
      "module_type" : "SwiftTarget",
      "name" : "ScrobbleKitTests",
      "path" : "Tests/ScrobbleKitTests",
      "sources" : [
        "ScrobbleKitTests.swift"
      ],
      "target_dependencies" : [
        "ScrobbleKit"
      ],
      "type" : "test"
    },
    {
      "c99name" : "ScrobbleKit",
      "module_type" : "SwiftTarget",
      "name" : "ScrobbleKit",
      "path" : "Sources/ScrobbleKit",
      "product_memberships" : [
        "ScrobbleKit"
      ],
      "sources" : [
        "Extensions/Bool+Int.swift",
        "Extensions/OptinalStringInitializers.swift",
        "Extensions/SBKParameter+URLQueryItem.swift",
        "Extensions/String+MD5.swift",
        "Extensions/URLQuertyItem+Numeric.swift",
        "Extensions/URLQueryItem+Bool.swift",
        "Helpers/Error/SBKClientError.swift",
        "Helpers/Error/SBKError.swift",
        "Helpers/Error/SBKErrorMessage.swift",
        "Helpers/Error/SBKScrobbleError.swift",
        "Helpers/SBKHttpMethod.swift",
        "Helpers/SBKLanguage.swift",
        "Helpers/SBKMethod.swift",
        "Helpers/SBKParameter.swift",
        "Internal/Models/Common/NumericStringDecoder.swift",
        "Internal/Models/Common/SBKCorrectedResponse.swift",
        "Internal/Models/Common/SBKEmptyResponse.swift",
        "Internal/Models/Common/SBKSearchAttribute.swift",
        "Internal/Models/Common/SBKSearchQuery.swift",
        "Internal/Models/Common/SBKSearchResultsResponse.swift",
        "Internal/Models/Common/SBKThrowable.swift",
        "Internal/Models/Common/SBKTimestamp.swift",
        "Internal/Services/Common/AddTagsService.swift",
        "Internal/Services/Common/RemoveTagService.swift",
        "Internal/Services/Methods/Album/AlbumGetInfoService.swift",
        "Internal/Services/Methods/Album/AlbumGetTagsService.swift",
        "Internal/Services/Methods/Album/AlbumGetTopTagsService.swift",
        "Internal/Services/Methods/Album/AlbumSearchService.swift",
        "Internal/Services/Methods/Album/Model/SBKAddTagAlbumResponse.swift",
        "Internal/Services/Methods/Album/Model/SBKAlbumRequestResponseList.swift",
        "Internal/Services/Methods/Album/Model/SBKAlbumSearchResultListResponse.swift",
        "Internal/Services/Methods/Album/Model/SBKAlbumTopTagsResponse.swift",
        "Internal/Services/Methods/Artist/ArtistGetCorrectionService.swift",
        "Internal/Services/Methods/Artist/ArtistGetInfoService.swift",
        "Internal/Services/Methods/Artist/ArtistGetSimilarService.swift",
        "Internal/Services/Methods/Artist/ArtistGetTopAlbumsService.swift",
        "Internal/Services/Methods/Artist/ArtistGetTopTracksService.swift",
        "Internal/Services/Methods/Artist/ArtistSearchService.swift",
        "Internal/Services/Methods/Artist/Model/ArtistGetTagsService.swift",
        "Internal/Services/Methods/Artist/Model/SBKArtistGetInfoRequestResponse.swift",
        "Internal/Services/Methods/Artist/Model/SBKArtistGetInfoSimilarArtist.swift",
        "Internal/Services/Methods/Artist/Model/SBKArtistGetSimilarResponse.swift",
        "Internal/Services/Methods/Artist/Model/SBKArtistGetTopAlbumsResponse.swift",
        "Internal/Services/Methods/Artist/Model/SBKArtistSearchResultsList.swift",
        "Internal/Services/Methods/Artist/Model/SBKArtistTopTracksResponse.swift",
        "Internal/Services/Methods/Artist/Model/SBKManager+TagGetWeeklyChartList.swift",
        "Internal/Services/Methods/Auth/AuthSessionService.swift",
        "Internal/Services/Methods/Chart/ChartGetTopArtistsService.swift",
        "Internal/Services/Methods/Chart/ChartGetTopTracksService.swift",
        "Internal/Services/Methods/Chart/ChartsGetTopTagsService.swift",
        "Internal/Services/Methods/Chart/Model/SBKArtistTopChartsRequestResponse.swift",
        "Internal/Services/Methods/Chart/Model/SBKChartGetTopTagsResponse.swift",
        "Internal/Services/Methods/Chart/Model/SBKChartGetTopTracksResponse.swift",
        "Internal/Services/Methods/Geo/GeoGetTopArtistsService.swift",
        "Internal/Services/Methods/Geo/GeoGetTopTracksService.swift",
        "Internal/Services/Methods/Geo/Model/SBKGeoTopArtistsResponse copy.swift",
        "Internal/Services/Methods/Library/LibraryGetArtistsService.swift",
        "Internal/Services/Methods/Library/Model/SBKLibraryGetArtistsResponse.swift",
        "Internal/Services/Methods/Tag/TagGetInfoService.swift",
        "Internal/Services/Methods/Tag/TagGetSimilarService.swift",
        "Internal/Services/Methods/Tag/TagGetTopAlbumsService.swift",
        "Internal/Services/Methods/Tag/TagGetTopArtistsService.swift",
        "Internal/Services/Methods/Tag/TagGetTopTagsService.swift",
        "Internal/Services/Methods/Tag/TagGetTopTracksService.swift",
        "Internal/Services/Methods/Tag/TagGetWeeklyChartListService.swift",
        "Internal/Services/Methods/Track/Model/SBKScrobbleList.swift",
        "Internal/Services/Methods/Track/Model/SBKTrackGetSimilarResponse.swift",
        "Internal/Services/Methods/Track/Model/SBKTrackRequestResponseList.swift",
        "Internal/Services/Methods/Track/Model/SBKTrackUpdateNowPlayingCode.swift",
        "Internal/Services/Methods/Track/Model/SBKTrackUpdateNowPlayingResponse.swift",
        "Internal/Services/Methods/Track/SBKTrackSearchResultListResponse.swift",
        "Internal/Services/Methods/Track/ScrobbleService.swift",
        "Internal/Services/Methods/Track/TrackCorrectionService.swift",
        "Internal/Services/Methods/Track/TrackGetInfoService.swift",
        "Internal/Services/Methods/Track/TrackGetSimilarService.swift",
        "Internal/Services/Methods/Track/TrackGetTagsService.swift",
        "Internal/Services/Methods/Track/TrackGetTopTagsService.swift",
        "Internal/Services/Methods/Track/TrackLoveService.swift",
        "Internal/Services/Methods/Track/TrackSearchService.swift",
        "Internal/Services/Methods/Track/TrackUnloveService.swift",
        "Internal/Services/Methods/Track/TrackUpdateNowPlayingService.swift",
        "Internal/Services/Methods/User/Model/SBKUserGetFriendsResponse.swift",
        "Internal/Services/Methods/User/Model/SBKUserGetRecentTracksResponse.swift",
        "Internal/Services/Methods/User/Model/SBKUserGetTopAlbumsResponse.swift",
        "Internal/Services/Methods/User/Model/SBKUserInfoResponse.swift",
        "Internal/Services/Methods/User/Model/SBKUserPersonalTags.swift",
        "Internal/Services/Methods/User/Model/SBKUserTagsResponse.swift",
        "Internal/Services/Methods/User/Model/UserGetLovedTracksResponse.swift",
        "Internal/Services/Methods/User/UserGetFriendsService.swift",
        "Internal/Services/Methods/User/UserGetInfoService.swift",
        "Internal/Services/Methods/User/UserGetLovedTracksService.swift",
        "Internal/Services/Methods/User/UserGetPersonalTagsService.swift",
        "Internal/Services/Methods/User/UserGetRecentTracksService.swift",
        "Internal/Services/Methods/User/UserGetTopAlbumsService.swift",
        "Internal/Services/Methods/User/UserGetTopArtistsService.swift",
        "Internal/Services/Methods/User/UserGetTopTagsService.swift",
        "Internal/Services/Methods/User/UserGetTopTracksService.swift",
        "Internal/Services/Protocols/SBKAuthenticatedService.swift",
        "Internal/Services/Protocols/SBKOptionallyAuthenticatedService.swift",
        "Internal/Services/Protocols/SBKService.swift",
        "Public/Helpers/SBKURLBuilder.swift",
        "Public/Helpers/SBKURLBuilderError.swift",
        "Public/Methods/Album/AddTags/SBKManager+AlbumAddTags.swift",
        "Public/Methods/Album/GetInfo/SBKManager+AlbumGetInfo.swift",
        "Public/Methods/Album/GetTags/SBKManager+AlbumGetTags.swift",
        "Public/Methods/Album/GetTopTags/SBKManager+AlbumGetTopTags.swift",
        "Public/Methods/Album/RemoveTag/SBKManager+AlbumRemoveTagService.swift",
        "Public/Methods/Album/Search/SBKManager+AlbumSearchService.swift",
        "Public/Methods/Artist/AddTags/SBKManager+ArtistAddTags.swift",
        "Public/Methods/Artist/GetCorrection/SBKManager+ArtistGetCorrectionService.swift",
        "Public/Methods/Artist/GetInfo/SBKManager+ArtistGetInfoService.swift",
        "Public/Methods/Artist/GetSimilar/SBKManager+ArtistGetSimilar.swift",
        "Public/Methods/Artist/GetTags/SBKManager+ArtistGetTagsService.swift",
        "Public/Methods/Artist/GetTopAlbums/SBKManager+ArtistGetTopAlbums.swift",
        "Public/Methods/Artist/GetTopTracks/SBKManager+ArtistGetTopTracksService.swift",
        "Public/Methods/Artist/RemoveTag/SBKManager+ArtistRemoveTagService.swift",
        "Public/Methods/Artist/Search/SBKManager+ArtistSearchService.swift",
        "Public/Methods/Chart/GetTopArtists/SBKManager+ChartGetTopArtistsService.swift",
        "Public/Methods/Chart/GetTopTags/SBKManager+ChartGetTopTagsService.swift",
        "Public/Methods/Chart/GetTopTracks/SBKManager+ChartGetTopTracksService.swift",
        "Public/Methods/Geo/GetTopArtists/SBKManager+GeoGetTopArtistsService.swift",
        "Public/Methods/Geo/GetTopTracks/SBKManager+GeoGetTopTracksService.swift",
        "Public/Methods/Geo/Model/SBKCountry.swift",
        "Public/Methods/Library/SBKService+LibraryGetArtistsService.swift",
        "Public/Methods/Tag/SBKManager+TagGetInfo.swift",
        "Public/Methods/Tag/SBKManager+TagGetSimilar.swift",
        "Public/Methods/Tag/SBKManager+TagGetTopAlbums.swift",
        "Public/Methods/Tag/SBKManager+TagGetTopArtistsService.swift",
        "Public/Methods/Tag/SBKManager+TagGetTopTagsService.swift",
        "Public/Methods/Tag/SBKService+TagGetTopTracksService.swift",
        "Public/Methods/Track/AddTag/SBKManager+TrackAddTags.swift",
        "Public/Methods/Track/GetCorrection/SBKManager+TrackCorrectionService.swift",
        "Public/Methods/Track/GetInfo/SBKManager+TrackGetInfoService.swift",
        "Public/Methods/Track/GetSimilar/SBKManager+TrackGetSimilarService.swift",
        "Public/Methods/Track/GetTags/SBKmanager+TrackGetTagsService.swift",
        "Public/Methods/Track/GetTopTags/SBKManager+TrackGetTopTagsService.swift",
        "Public/Methods/Track/Love/SBKManager+TrackLoveService.swift",
        "Public/Methods/Track/RemoveTag/SBKManager+TrackRemoveTag.swift",
        "Public/Methods/Track/SBKTrackSearchMethod.swift",
        "Public/Methods/Track/Scrobble/SBKManager+Scrobble.swift",
        "Public/Methods/Track/Search/SBKManager+TrackSearchService.swift",
        "Public/Methods/Track/Unlove/SBKManager+TrackUnloveService.swift",
        "Public/Methods/Track/UpdateNowPlaying/SBKManager+TrackUpdateNowPlayingService.swift",
        "Public/Methods/User/GetFriends/SBKManager+UserGetFriendsService.swift",
        "Public/Methods/User/GetInfo/SBKManager+UserGetInfoService.swift",
        "Public/Methods/User/GetLovedTracks/SBKManager+UserGetLovedTracksService.swift",
        "Public/Methods/User/GetPersonalTags/SBKManager+UserGetPersonalTagsService.swift",
        "Public/Methods/User/GetRecentTracks/SBKManager+UserGetRecentTracksService.swift",
        "Public/Methods/User/GetTopAlbums/SBKManager+UserGetTopAlbumsService.swift",
        "Public/Methods/User/GetTopArtists/SBKManager+UserGetTopArtistsService.swift",
        "Public/Methods/User/GetTopTags/SBKManager+UserGetTopTagsService.swift",
        "Public/Methods/User/GetTopTracks/SBKManager+UserGetTopTracksService.swift",
        "Public/Models/SBKAlbum.swift",
        "Public/Models/SBKAlbumSearchMethod.swift",
        "Public/Models/SBKArtist.swift",
        "Public/Models/SBKArtistSearchMethod.swift",
        "Public/Models/SBKImage.swift",
        "Public/Models/SBKLovedTrack.swift",
        "Public/Models/SBKLovedTracks.swift",
        "Public/Models/SBKNowPlayingCorrected.swift",
        "Public/Models/SBKScrobbleResponse.swift",
        "Public/Models/SBKScrobbleResponseAttribute.swift",
        "Public/Models/SBKScrobbleResponseTrack.swift",
        "Public/Models/SBKScrobbleResponseTrackStatus.swift",
        "Public/Models/SBKScrobbledTrack.swift",
        "Public/Models/SBKSearchAttributes.swift",
        "Public/Models/SBKSearchPeriod.swift",
        "Public/Models/SBKSearchResult.swift",
        "Public/Models/SBKSearchTerm.swift",
        "Public/Models/SBKSessionResponse.swift",
        "Public/Models/SBKSimilarArtist.swift",
        "Public/Models/SBKSimilarTrack.swift",
        "Public/Models/SBKTag.swift",
        "Public/Models/SBKTrack.swift",
        "Public/Models/SBKTrackToScrobble.swift",
        "Public/Models/SBKWiki.swift",
        "SBKManager.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "6.0"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-2":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:android-6.1-latest swift build --swift-sdk aarch64-unknown-linux-android24 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats 2>&1
android-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:fe1962677657b2408c217cb5cceb3c09bc1d91486e360cebbc6eee461a5945d8
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:android-6.1-latest
Fetching https://github.com/swiftlang/swift-docc-plugin
[1/2068] Fetching swift-docc-plugin
Fetched https://github.com/swiftlang/swift-docc-plugin from cache (0.42s)
Computing version for https://github.com/swiftlang/swift-docc-plugin
Computed https://github.com/swiftlang/swift-docc-plugin at 1.4.4 (3.96s)
Fetching https://github.com/swiftlang/swift-docc-symbolkit
[1/3406] Fetching swift-docc-symbolkit
Fetched https://github.com/swiftlang/swift-docc-symbolkit from cache (1.08s)
Computing version for https://github.com/swiftlang/swift-docc-symbolkit
Computed https://github.com/swiftlang/swift-docc-symbolkit at 1.0.0 (2.90s)
Creating working copy for https://github.com/swiftlang/swift-docc-plugin
Working copy of https://github.com/swiftlang/swift-docc-plugin resolved at 1.4.4
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
[1/1] Compiling plugin Swift-DocC Preview
[2/2] Compiling plugin Swift-DocC
Building for debugging...
[2/4] Write sources
[3/4] Write swift-version-24593BA9C3E375BF.txt
[5/160] Emitting module ScrobbleKit
[6/182] Compiling ScrobbleKit SBKManager+ArtistGetSimilar.swift
[7/182] Compiling ScrobbleKit SBKManager+ArtistGetTagsService.swift
[8/182] Compiling ScrobbleKit SBKManager+ArtistGetTopAlbums.swift
[9/182] Compiling ScrobbleKit SBKManager+ArtistGetTopTracksService.swift
[10/182] Compiling ScrobbleKit SBKManager+ArtistRemoveTagService.swift
[11/182] Compiling ScrobbleKit SBKManager+ArtistSearchService.swift
[12/182] Compiling ScrobbleKit SBKManager+ChartGetTopArtistsService.swift
[13/182] Compiling ScrobbleKit SBKManager+ChartGetTopTagsService.swift
[14/182] Compiling ScrobbleKit SBKManager+ChartGetTopTracksService.swift
[15/182] Compiling ScrobbleKit SBKManager+GeoGetTopArtistsService.swift
[16/182] Compiling ScrobbleKit SBKManager+GeoGetTopTracksService.swift
[17/182] Compiling ScrobbleKit SBKCountry.swift
[18/182] Compiling ScrobbleKit SBKService+LibraryGetArtistsService.swift
[19/182] Compiling ScrobbleKit SBKManager+TagGetInfo.swift
[20/182] Compiling ScrobbleKit SBKManager+TagGetSimilar.swift
[21/182] Compiling ScrobbleKit SBKManager+TagGetTopAlbums.swift
[22/182] Compiling ScrobbleKit SBKManager+TagGetTopArtistsService.swift
[23/182] Compiling ScrobbleKit SBKManager+TagGetTopTagsService.swift
[24/182] Compiling ScrobbleKit SBKService+TagGetTopTracksService.swift
[25/182] Compiling ScrobbleKit SBKManager+TrackAddTags.swift
[26/182] Compiling ScrobbleKit SBKManager+TrackCorrectionService.swift
[27/182] Compiling ScrobbleKit SBKManager+TrackGetInfoService.swift
[28/182] Compiling ScrobbleKit SBKArtistSearchMethod.swift
[29/182] Compiling ScrobbleKit SBKImage.swift
[30/182] Compiling ScrobbleKit SBKLovedTrack.swift
[31/182] Compiling ScrobbleKit SBKLovedTracks.swift
[32/182] Compiling ScrobbleKit SBKNowPlayingCorrected.swift
[33/182] Compiling ScrobbleKit SBKScrobbleResponse.swift
[34/182] Compiling ScrobbleKit SBKScrobbleResponseAttribute.swift
[35/182] Compiling ScrobbleKit SBKScrobbleResponseTrack.swift
[36/182] Compiling ScrobbleKit SBKScrobbleResponseTrackStatus.swift
[37/182] Compiling ScrobbleKit SBKScrobbledTrack.swift
[38/182] Compiling ScrobbleKit SBKSearchAttributes.swift
[39/182] Compiling ScrobbleKit SBKSearchPeriod.swift
[40/182] Compiling ScrobbleKit SBKSearchResult.swift
[41/182] Compiling ScrobbleKit SBKSearchTerm.swift
[42/182] Compiling ScrobbleKit SBKSessionResponse.swift
[43/182] Compiling ScrobbleKit SBKSimilarArtist.swift
[44/182] Compiling ScrobbleKit SBKSimilarTrack.swift
[45/182] Compiling ScrobbleKit SBKTag.swift
[46/182] Compiling ScrobbleKit SBKTrack.swift
[47/182] Compiling ScrobbleKit SBKTrackToScrobble.swift
[48/182] Compiling ScrobbleKit SBKWiki.swift
[49/182] Compiling ScrobbleKit SBKManager.swift
[50/182] Compiling ScrobbleKit Bool+Int.swift
[51/182] Compiling ScrobbleKit OptinalStringInitializers.swift
[52/182] Compiling ScrobbleKit SBKParameter+URLQueryItem.swift
[53/182] Compiling ScrobbleKit String+MD5.swift
[54/182] Compiling ScrobbleKit URLQuertyItem+Numeric.swift
[55/182] Compiling ScrobbleKit URLQueryItem+Bool.swift
[56/182] Compiling ScrobbleKit SBKClientError.swift
[57/182] Compiling ScrobbleKit SBKError.swift
[58/182] Compiling ScrobbleKit SBKErrorMessage.swift
[59/182] Compiling ScrobbleKit SBKScrobbleError.swift
[60/182] Compiling ScrobbleKit SBKHttpMethod.swift
[61/182] Compiling ScrobbleKit SBKLanguage.swift
[62/182] Compiling ScrobbleKit SBKMethod.swift
[63/182] Compiling ScrobbleKit SBKParameter.swift
[64/182] Compiling ScrobbleKit NumericStringDecoder.swift
[65/182] Compiling ScrobbleKit SBKCorrectedResponse.swift
[66/182] Compiling ScrobbleKit SBKEmptyResponse.swift
[67/182] Compiling ScrobbleKit SBKSearchAttribute.swift
[68/182] Compiling ScrobbleKit SBKSearchQuery.swift
[69/182] Compiling ScrobbleKit SBKSearchResultsResponse.swift
[70/182] Compiling ScrobbleKit SBKThrowable.swift
[71/182] Compiling ScrobbleKit SBKTimestamp.swift
[72/182] Compiling ScrobbleKit AddTagsService.swift
[73/182] Compiling ScrobbleKit RemoveTagService.swift
[74/182] Compiling ScrobbleKit AlbumGetInfoService.swift
[75/182] Compiling ScrobbleKit AlbumGetTagsService.swift
[76/182] Compiling ScrobbleKit AlbumGetTopTagsService.swift
[77/182] Compiling ScrobbleKit AlbumSearchService.swift
[78/182] Compiling ScrobbleKit SBKAddTagAlbumResponse.swift
[79/182] Compiling ScrobbleKit SBKAlbumRequestResponseList.swift
[80/182] Compiling ScrobbleKit SBKAlbumSearchResultListResponse.swift
[81/182] Compiling ScrobbleKit SBKAlbumTopTagsResponse.swift
[82/182] Compiling ScrobbleKit ArtistGetCorrectionService.swift
[83/182] Compiling ScrobbleKit ArtistGetInfoService.swift
[84/182] Compiling ScrobbleKit ArtistGetSimilarService.swift
[85/182] Compiling ScrobbleKit ArtistGetTopAlbumsService.swift
[86/182] Compiling ScrobbleKit ArtistGetTopTracksService.swift
[87/182] Compiling ScrobbleKit ArtistSearchService.swift
[88/182] Compiling ScrobbleKit ArtistGetTagsService.swift
[89/182] Compiling ScrobbleKit SBKArtistGetInfoRequestResponse.swift
[90/182] Compiling ScrobbleKit SBKArtistGetInfoSimilarArtist.swift
[91/182] Compiling ScrobbleKit SBKArtistGetSimilarResponse.swift
[92/182] Compiling ScrobbleKit SBKArtistGetTopAlbumsResponse.swift
[93/182] Compiling ScrobbleKit SBKArtistSearchResultsList.swift
[94/182] Compiling ScrobbleKit SBKArtistTopTracksResponse.swift
[95/182] Compiling ScrobbleKit SBKTrackRequestResponseList.swift
[96/182] Compiling ScrobbleKit SBKTrackUpdateNowPlayingCode.swift
[97/182] Compiling ScrobbleKit SBKTrackUpdateNowPlayingResponse.swift
[98/182] Compiling ScrobbleKit SBKTrackSearchResultListResponse.swift
[99/182] Compiling ScrobbleKit ScrobbleService.swift
[100/182] Compiling ScrobbleKit TrackCorrectionService.swift
[101/182] Compiling ScrobbleKit TrackGetInfoService.swift
[102/182] Compiling ScrobbleKit TrackGetSimilarService.swift
[103/182] Compiling ScrobbleKit TrackGetTagsService.swift
[104/182] Compiling ScrobbleKit TrackGetTopTagsService.swift
[105/182] Compiling ScrobbleKit TrackLoveService.swift
[106/182] Compiling ScrobbleKit TrackSearchService.swift
[107/182] Compiling ScrobbleKit TrackUnloveService.swift
[108/182] Compiling ScrobbleKit TrackUpdateNowPlayingService.swift
[109/182] Compiling ScrobbleKit SBKUserGetFriendsResponse.swift
[110/182] Compiling ScrobbleKit SBKUserGetRecentTracksResponse.swift
[111/182] Compiling ScrobbleKit SBKUserGetTopAlbumsResponse.swift
[112/182] Compiling ScrobbleKit SBKUserInfoResponse.swift
[113/182] Compiling ScrobbleKit SBKUserPersonalTags.swift
[114/182] Compiling ScrobbleKit SBKUserTagsResponse.swift
[115/182] Compiling ScrobbleKit UserGetLovedTracksResponse.swift
[116/182] Compiling ScrobbleKit UserGetFriendsService.swift
[117/182] Compiling ScrobbleKit SBKManager+TrackGetSimilarService.swift
[118/182] Compiling ScrobbleKit SBKmanager+TrackGetTagsService.swift
[119/182] Compiling ScrobbleKit SBKManager+TrackGetTopTagsService.swift
[120/182] Compiling ScrobbleKit SBKManager+TrackLoveService.swift
[121/182] Compiling ScrobbleKit SBKManager+TrackRemoveTag.swift
[122/182] Compiling ScrobbleKit SBKTrackSearchMethod.swift
[123/182] Compiling ScrobbleKit SBKManager+Scrobble.swift
[124/182] Compiling ScrobbleKit SBKManager+TrackSearchService.swift
[125/182] Compiling ScrobbleKit SBKManager+TrackUnloveService.swift
[126/182] Compiling ScrobbleKit SBKManager+TrackUpdateNowPlayingService.swift
[127/182] Compiling ScrobbleKit SBKManager+UserGetFriendsService.swift
[128/182] Compiling ScrobbleKit SBKManager+UserGetInfoService.swift
[129/182] Compiling ScrobbleKit SBKManager+UserGetLovedTracksService.swift
[130/182] Compiling ScrobbleKit SBKManager+UserGetPersonalTagsService.swift
[131/182] Compiling ScrobbleKit SBKManager+UserGetRecentTracksService.swift
[132/182] Compiling ScrobbleKit SBKManager+UserGetTopAlbumsService.swift
[133/182] Compiling ScrobbleKit SBKManager+UserGetTopArtistsService.swift
[134/182] Compiling ScrobbleKit SBKManager+UserGetTopTagsService.swift
[135/182] Compiling ScrobbleKit SBKManager+UserGetTopTracksService.swift
[136/182] Compiling ScrobbleKit SBKAlbum.swift
[137/182] Compiling ScrobbleKit SBKAlbumSearchMethod.swift
[138/182] Compiling ScrobbleKit SBKArtist.swift
[139/182] Compiling ScrobbleKit SBKManager+TagGetWeeklyChartList.swift
[140/182] Compiling ScrobbleKit AuthSessionService.swift
[141/182] Compiling ScrobbleKit ChartGetTopArtistsService.swift
[142/182] Compiling ScrobbleKit ChartGetTopTracksService.swift
[143/182] Compiling ScrobbleKit ChartsGetTopTagsService.swift
[144/182] Compiling ScrobbleKit SBKArtistTopChartsRequestResponse.swift
[145/182] Compiling ScrobbleKit SBKChartGetTopTagsResponse.swift
[146/182] Compiling ScrobbleKit SBKChartGetTopTracksResponse.swift
[147/182] Compiling ScrobbleKit GeoGetTopArtistsService.swift
[148/182] Compiling ScrobbleKit GeoGetTopTracksService.swift
[149/182] Compiling ScrobbleKit SBKGeoTopArtistsResponse copy.swift
[150/182] Compiling ScrobbleKit LibraryGetArtistsService.swift
[151/182] Compiling ScrobbleKit SBKLibraryGetArtistsResponse.swift
[152/182] Compiling ScrobbleKit TagGetInfoService.swift
[153/182] Compiling ScrobbleKit TagGetSimilarService.swift
[154/182] Compiling ScrobbleKit TagGetTopAlbumsService.swift
[155/182] Compiling ScrobbleKit TagGetTopArtistsService.swift
[156/182] Compiling ScrobbleKit TagGetTopTagsService.swift
[157/182] Compiling ScrobbleKit TagGetTopTracksService.swift
[158/182] Compiling ScrobbleKit TagGetWeeklyChartListService.swift
[159/182] Compiling ScrobbleKit SBKScrobbleList.swift
[160/182] Compiling ScrobbleKit SBKTrackGetSimilarResponse.swift
[161/182] Compiling ScrobbleKit UserGetInfoService.swift
[162/182] Compiling ScrobbleKit UserGetLovedTracksService.swift
[163/182] Compiling ScrobbleKit UserGetPersonalTagsService.swift
[164/182] Compiling ScrobbleKit UserGetRecentTracksService.swift
[165/182] Compiling ScrobbleKit UserGetTopAlbumsService.swift
[166/182] Compiling ScrobbleKit UserGetTopArtistsService.swift
[167/182] Compiling ScrobbleKit UserGetTopTagsService.swift
[168/182] Compiling ScrobbleKit UserGetTopTracksService.swift
[169/182] Compiling ScrobbleKit SBKAuthenticatedService.swift
[170/182] Compiling ScrobbleKit SBKOptionallyAuthenticatedService.swift
[171/182] Compiling ScrobbleKit SBKService.swift
[172/182] Compiling ScrobbleKit SBKURLBuilder.swift
[173/182] Compiling ScrobbleKit SBKURLBuilderError.swift
[174/182] Compiling ScrobbleKit SBKManager+AlbumAddTags.swift
[175/182] Compiling ScrobbleKit SBKManager+AlbumGetInfo.swift
[176/182] Compiling ScrobbleKit SBKManager+AlbumGetTags.swift
[177/182] Compiling ScrobbleKit SBKManager+AlbumGetTopTags.swift
[178/182] Compiling ScrobbleKit SBKManager+AlbumRemoveTagService.swift
[179/182] Compiling ScrobbleKit SBKManager+AlbumSearchService.swift
[180/182] Compiling ScrobbleKit SBKManager+ArtistAddTags.swift
[181/182] Compiling ScrobbleKit SBKManager+ArtistGetCorrectionService.swift
[182/182] Compiling ScrobbleKit SBKManager+ArtistGetInfoService.swift
Build complete! (62.07s)
Build complete.
{
  "dependencies" : [
    {
      "identity" : "swift-docc-plugin",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.1.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/swiftlang/swift-docc-plugin"
    }
  ],
  "manifest_display_name" : "ScrobbleKit",
  "name" : "ScrobbleKit",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "13.0"
    },
    {
      "name" : "macos",
      "version" : "10.15"
    },
    {
      "name" : "maccatalyst",
      "version" : "13.0"
    },
    {
      "name" : "watchos",
      "version" : "6.0"
    },
    {
      "name" : "tvos",
      "version" : "13.0"
    },
    {
      "name" : "visionos",
      "version" : "1.0"
    }
  ],
  "products" : [
    {
      "name" : "ScrobbleKit",
      "targets" : [
        "ScrobbleKit"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "ScrobbleKitTests",
      "module_type" : "SwiftTarget",
      "name" : "ScrobbleKitTests",
      "path" : "Tests/ScrobbleKitTests",
      "sources" : [
        "ScrobbleKitTests.swift"
      ],
      "target_dependencies" : [
        "ScrobbleKit"
      ],
      "type" : "test"
    },
    {
      "c99name" : "ScrobbleKit",
      "module_type" : "SwiftTarget",
      "name" : "ScrobbleKit",
      "path" : "Sources/ScrobbleKit",
      "product_memberships" : [
        "ScrobbleKit"
      ],
      "sources" : [
        "Extensions/Bool+Int.swift",
        "Extensions/OptinalStringInitializers.swift",
        "Extensions/SBKParameter+URLQueryItem.swift",
        "Extensions/String+MD5.swift",
        "Extensions/URLQuertyItem+Numeric.swift",
        "Extensions/URLQueryItem+Bool.swift",
        "Helpers/Error/SBKClientError.swift",
        "Helpers/Error/SBKError.swift",
        "Helpers/Error/SBKErrorMessage.swift",
        "Helpers/Error/SBKScrobbleError.swift",
        "Helpers/SBKHttpMethod.swift",
        "Helpers/SBKLanguage.swift",
        "Helpers/SBKMethod.swift",
        "Helpers/SBKParameter.swift",
        "Internal/Models/Common/NumericStringDecoder.swift",
        "Internal/Models/Common/SBKCorrectedResponse.swift",
        "Internal/Models/Common/SBKEmptyResponse.swift",
        "Internal/Models/Common/SBKSearchAttribute.swift",
        "Internal/Models/Common/SBKSearchQuery.swift",
        "Internal/Models/Common/SBKSearchResultsResponse.swift",
        "Internal/Models/Common/SBKThrowable.swift",
        "Internal/Models/Common/SBKTimestamp.swift",
        "Internal/Services/Common/AddTagsService.swift",
        "Internal/Services/Common/RemoveTagService.swift",
        "Internal/Services/Methods/Album/AlbumGetInfoService.swift",
        "Internal/Services/Methods/Album/AlbumGetTagsService.swift",
        "Internal/Services/Methods/Album/AlbumGetTopTagsService.swift",
        "Internal/Services/Methods/Album/AlbumSearchService.swift",
        "Internal/Services/Methods/Album/Model/SBKAddTagAlbumResponse.swift",
        "Internal/Services/Methods/Album/Model/SBKAlbumRequestResponseList.swift",
        "Internal/Services/Methods/Album/Model/SBKAlbumSearchResultListResponse.swift",
        "Internal/Services/Methods/Album/Model/SBKAlbumTopTagsResponse.swift",
        "Internal/Services/Methods/Artist/ArtistGetCorrectionService.swift",
        "Internal/Services/Methods/Artist/ArtistGetInfoService.swift",
        "Internal/Services/Methods/Artist/ArtistGetSimilarService.swift",
        "Internal/Services/Methods/Artist/ArtistGetTopAlbumsService.swift",
        "Internal/Services/Methods/Artist/ArtistGetTopTracksService.swift",
        "Internal/Services/Methods/Artist/ArtistSearchService.swift",
        "Internal/Services/Methods/Artist/Model/ArtistGetTagsService.swift",
        "Internal/Services/Methods/Artist/Model/SBKArtistGetInfoRequestResponse.swift",
        "Internal/Services/Methods/Artist/Model/SBKArtistGetInfoSimilarArtist.swift",
        "Internal/Services/Methods/Artist/Model/SBKArtistGetSimilarResponse.swift",
        "Internal/Services/Methods/Artist/Model/SBKArtistGetTopAlbumsResponse.swift",
        "Internal/Services/Methods/Artist/Model/SBKArtistSearchResultsList.swift",
        "Internal/Services/Methods/Artist/Model/SBKArtistTopTracksResponse.swift",
        "Internal/Services/Methods/Artist/Model/SBKManager+TagGetWeeklyChartList.swift",
        "Internal/Services/Methods/Auth/AuthSessionService.swift",
        "Internal/Services/Methods/Chart/ChartGetTopArtistsService.swift",
        "Internal/Services/Methods/Chart/ChartGetTopTracksService.swift",
        "Internal/Services/Methods/Chart/ChartsGetTopTagsService.swift",
        "Internal/Services/Methods/Chart/Model/SBKArtistTopChartsRequestResponse.swift",
        "Internal/Services/Methods/Chart/Model/SBKChartGetTopTagsResponse.swift",
        "Internal/Services/Methods/Chart/Model/SBKChartGetTopTracksResponse.swift",
        "Internal/Services/Methods/Geo/GeoGetTopArtistsService.swift",
        "Internal/Services/Methods/Geo/GeoGetTopTracksService.swift",
        "Internal/Services/Methods/Geo/Model/SBKGeoTopArtistsResponse copy.swift",
        "Internal/Services/Methods/Library/LibraryGetArtistsService.swift",
        "Internal/Services/Methods/Library/Model/SBKLibraryGetArtistsResponse.swift",
        "Internal/Services/Methods/Tag/TagGetInfoService.swift",
        "Internal/Services/Methods/Tag/TagGetSimilarService.swift",
        "Internal/Services/Methods/Tag/TagGetTopAlbumsService.swift",
        "Internal/Services/Methods/Tag/TagGetTopArtistsService.swift",
        "Internal/Services/Methods/Tag/TagGetTopTagsService.swift",
        "Internal/Services/Methods/Tag/TagGetTopTracksService.swift",
        "Internal/Services/Methods/Tag/TagGetWeeklyChartListService.swift",
        "Internal/Services/Methods/Track/Model/SBKScrobbleList.swift",
        "Internal/Services/Methods/Track/Model/SBKTrackGetSimilarResponse.swift",
        "Internal/Services/Methods/Track/Model/SBKTrackRequestResponseList.swift",
        "Internal/Services/Methods/Track/Model/SBKTrackUpdateNowPlayingCode.swift",
        "Internal/Services/Methods/Track/Model/SBKTrackUpdateNowPlayingResponse.swift",
        "Internal/Services/Methods/Track/SBKTrackSearchResultListResponse.swift",
        "Internal/Services/Methods/Track/ScrobbleService.swift",
        "Internal/Services/Methods/Track/TrackCorrectionService.swift",
        "Internal/Services/Methods/Track/TrackGetInfoService.swift",
        "Internal/Services/Methods/Track/TrackGetSimilarService.swift",
        "Internal/Services/Methods/Track/TrackGetTagsService.swift",
        "Internal/Services/Methods/Track/TrackGetTopTagsService.swift",
        "Internal/Services/Methods/Track/TrackLoveService.swift",
        "Internal/Services/Methods/Track/TrackSearchService.swift",
        "Internal/Services/Methods/Track/TrackUnloveService.swift",
        "Internal/Services/Methods/Track/TrackUpdateNowPlayingService.swift",
        "Internal/Services/Methods/User/Model/SBKUserGetFriendsResponse.swift",
        "Internal/Services/Methods/User/Model/SBKUserGetRecentTracksResponse.swift",
        "Internal/Services/Methods/User/Model/SBKUserGetTopAlbumsResponse.swift",
        "Internal/Services/Methods/User/Model/SBKUserInfoResponse.swift",
        "Internal/Services/Methods/User/Model/SBKUserPersonalTags.swift",
        "Internal/Services/Methods/User/Model/SBKUserTagsResponse.swift",
        "Internal/Services/Methods/User/Model/UserGetLovedTracksResponse.swift",
        "Internal/Services/Methods/User/UserGetFriendsService.swift",
        "Internal/Services/Methods/User/UserGetInfoService.swift",
        "Internal/Services/Methods/User/UserGetLovedTracksService.swift",
        "Internal/Services/Methods/User/UserGetPersonalTagsService.swift",
        "Internal/Services/Methods/User/UserGetRecentTracksService.swift",
        "Internal/Services/Methods/User/UserGetTopAlbumsService.swift",
        "Internal/Services/Methods/User/UserGetTopArtistsService.swift",
        "Internal/Services/Methods/User/UserGetTopTagsService.swift",
        "Internal/Services/Methods/User/UserGetTopTracksService.swift",
        "Internal/Services/Protocols/SBKAuthenticatedService.swift",
        "Internal/Services/Protocols/SBKOptionallyAuthenticatedService.swift",
        "Internal/Services/Protocols/SBKService.swift",
        "Public/Helpers/SBKURLBuilder.swift",
        "Public/Helpers/SBKURLBuilderError.swift",
        "Public/Methods/Album/AddTags/SBKManager+AlbumAddTags.swift",
        "Public/Methods/Album/GetInfo/SBKManager+AlbumGetInfo.swift",
        "Public/Methods/Album/GetTags/SBKManager+AlbumGetTags.swift",
        "Public/Methods/Album/GetTopTags/SBKManager+AlbumGetTopTags.swift",
        "Public/Methods/Album/RemoveTag/SBKManager+AlbumRemoveTagService.swift",
        "Public/Methods/Album/Search/SBKManager+AlbumSearchService.swift",
        "Public/Methods/Artist/AddTags/SBKManager+ArtistAddTags.swift",
        "Public/Methods/Artist/GetCorrection/SBKManager+ArtistGetCorrectionService.swift",
        "Public/Methods/Artist/GetInfo/SBKManager+ArtistGetInfoService.swift",
        "Public/Methods/Artist/GetSimilar/SBKManager+ArtistGetSimilar.swift",
        "Public/Methods/Artist/GetTags/SBKManager+ArtistGetTagsService.swift",
        "Public/Methods/Artist/GetTopAlbums/SBKManager+ArtistGetTopAlbums.swift",
        "Public/Methods/Artist/GetTopTracks/SBKManager+ArtistGetTopTracksService.swift",
        "Public/Methods/Artist/RemoveTag/SBKManager+ArtistRemoveTagService.swift",
        "Public/Methods/Artist/Search/SBKManager+ArtistSearchService.swift",
        "Public/Methods/Chart/GetTopArtists/SBKManager+ChartGetTopArtistsService.swift",
        "Public/Methods/Chart/GetTopTags/SBKManager+ChartGetTopTagsService.swift",
        "Public/Methods/Chart/GetTopTracks/SBKManager+ChartGetTopTracksService.swift",
        "Public/Methods/Geo/GetTopArtists/SBKManager+GeoGetTopArtistsService.swift",
        "Public/Methods/Geo/GetTopTracks/SBKManager+GeoGetTopTracksService.swift",
        "Public/Methods/Geo/Model/SBKCountry.swift",
        "Public/Methods/Library/SBKService+LibraryGetArtistsService.swift",
        "Public/Methods/Tag/SBKManager+TagGetInfo.swift",
        "Public/Methods/Tag/SBKManager+TagGetSimilar.swift",
        "Public/Methods/Tag/SBKManager+TagGetTopAlbums.swift",
        "Public/Methods/Tag/SBKManager+TagGetTopArtistsService.swift",
        "Public/Methods/Tag/SBKManager+TagGetTopTagsService.swift",
        "Public/Methods/Tag/SBKService+TagGetTopTracksService.swift",
        "Public/Methods/Track/AddTag/SBKManager+TrackAddTags.swift",
        "Public/Methods/Track/GetCorrection/SBKManager+TrackCorrectionService.swift",
        "Public/Methods/Track/GetInfo/SBKManager+TrackGetInfoService.swift",
        "Public/Methods/Track/GetSimilar/SBKManager+TrackGetSimilarService.swift",
        "Public/Methods/Track/GetTags/SBKmanager+TrackGetTagsService.swift",
        "Public/Methods/Track/GetTopTags/SBKManager+TrackGetTopTagsService.swift",
        "Public/Methods/Track/Love/SBKManager+TrackLoveService.swift",
        "Public/Methods/Track/RemoveTag/SBKManager+TrackRemoveTag.swift",
        "Public/Methods/Track/SBKTrackSearchMethod.swift",
        "Public/Methods/Track/Scrobble/SBKManager+Scrobble.swift",
        "Public/Methods/Track/Search/SBKManager+TrackSearchService.swift",
        "Public/Methods/Track/Unlove/SBKManager+TrackUnloveService.swift",
        "Public/Methods/Track/UpdateNowPlaying/SBKManager+TrackUpdateNowPlayingService.swift",
        "Public/Methods/User/GetFriends/SBKManager+UserGetFriendsService.swift",
        "Public/Methods/User/GetInfo/SBKManager+UserGetInfoService.swift",
        "Public/Methods/User/GetLovedTracks/SBKManager+UserGetLovedTracksService.swift",
        "Public/Methods/User/GetPersonalTags/SBKManager+UserGetPersonalTagsService.swift",
        "Public/Methods/User/GetRecentTracks/SBKManager+UserGetRecentTracksService.swift",
        "Public/Methods/User/GetTopAlbums/SBKManager+UserGetTopAlbumsService.swift",
        "Public/Methods/User/GetTopArtists/SBKManager+UserGetTopArtistsService.swift",
        "Public/Methods/User/GetTopTags/SBKManager+UserGetTopTagsService.swift",
        "Public/Methods/User/GetTopTracks/SBKManager+UserGetTopTracksService.swift",
        "Public/Models/SBKAlbum.swift",
        "Public/Models/SBKAlbumSearchMethod.swift",
        "Public/Models/SBKArtist.swift",
        "Public/Models/SBKArtistSearchMethod.swift",
        "Public/Models/SBKImage.swift",
        "Public/Models/SBKLovedTrack.swift",
        "Public/Models/SBKLovedTracks.swift",
        "Public/Models/SBKNowPlayingCorrected.swift",
        "Public/Models/SBKScrobbleResponse.swift",
        "Public/Models/SBKScrobbleResponseAttribute.swift",
        "Public/Models/SBKScrobbleResponseTrack.swift",
        "Public/Models/SBKScrobbleResponseTrackStatus.swift",
        "Public/Models/SBKScrobbledTrack.swift",
        "Public/Models/SBKSearchAttributes.swift",
        "Public/Models/SBKSearchPeriod.swift",
        "Public/Models/SBKSearchResult.swift",
        "Public/Models/SBKSearchTerm.swift",
        "Public/Models/SBKSessionResponse.swift",
        "Public/Models/SBKSimilarArtist.swift",
        "Public/Models/SBKSimilarTrack.swift",
        "Public/Models/SBKTag.swift",
        "Public/Models/SBKTrack.swift",
        "Public/Models/SBKTrackToScrobble.swift",
        "Public/Models/SBKWiki.swift",
        "SBKManager.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "6.0"
}
android-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:fe1962677657b2408c217cb5cceb3c09bc1d91486e360cebbc6eee461a5945d8
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:android-6.1-latest
Done.