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

Failed to build ScrobbleKit, reference v2.0.0 (bfc32f), with Swift 6.1 for Wasm on 5 Jun 2025 08:45:54 UTC.

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4609320-2":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest swift build --swift-sdk wasm32-unknown-wasi 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:         wasm
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-4609320-2":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest swift build --swift-sdk wasm32-unknown-wasi -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats 2>&1
wasm-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:7e37457820e5f17452a98118754f345f2619722c485f2db0d8b666940a83afd2
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:wasm-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.47s)
Computing version for https://github.com/swiftlang/swift-docc-plugin
Computed https://github.com/swiftlang/swift-docc-plugin at 1.4.4 (2.80s)
Fetching https://github.com/swiftlang/swift-docc-symbolkit
[1/3406] Fetching swift-docc-symbolkit
Fetched https://github.com/swiftlang/swift-docc-symbolkit from cache (0.42s)
Computing version for https://github.com/swiftlang/swift-docc-symbolkit
Computed https://github.com/swiftlang/swift-docc-symbolkit at 1.0.0 (1.01s)
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
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
[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] Compiling ScrobbleKit RemoveTagService.swift
[6/160] Compiling ScrobbleKit AlbumGetInfoService.swift
[7/160] Compiling ScrobbleKit AlbumGetTagsService.swift
[8/160] Compiling ScrobbleKit AlbumGetTopTagsService.swift
[9/160] Compiling ScrobbleKit AlbumSearchService.swift
[10/160] Compiling ScrobbleKit SBKAddTagAlbumResponse.swift
[11/160] Compiling ScrobbleKit SBKAlbumRequestResponseList.swift
[12/160] Compiling ScrobbleKit SBKAlbumSearchResultListResponse.swift
[13/160] Compiling ScrobbleKit SBKAlbumTopTagsResponse.swift
[14/160] Compiling ScrobbleKit ArtistGetCorrectionService.swift
[15/160] Compiling ScrobbleKit ArtistGetInfoService.swift
[16/160] Compiling ScrobbleKit ArtistGetSimilarService.swift
[17/160] Compiling ScrobbleKit ArtistGetTopAlbumsService.swift
[18/160] Compiling ScrobbleKit ArtistGetTopTracksService.swift
[19/160] Compiling ScrobbleKit ArtistSearchService.swift
[20/160] Compiling ScrobbleKit ArtistGetTagsService.swift
[21/160] Compiling ScrobbleKit SBKArtistGetInfoRequestResponse.swift
[22/160] Compiling ScrobbleKit SBKArtistGetInfoSimilarArtist.swift
[23/160] Compiling ScrobbleKit SBKArtistGetSimilarResponse.swift
[24/160] Compiling ScrobbleKit SBKArtistGetTopAlbumsResponse.swift
[25/160] Compiling ScrobbleKit SBKArtistSearchResultsList.swift
[26/160] Compiling ScrobbleKit SBKArtistTopTracksResponse.swift
[27/182] Compiling ScrobbleKit UserGetInfoService.swift
/host/spi-builder-workspace/Sources/ScrobbleKit/Internal/Services/Protocols/SBKService.swift:111:23: error: cannot find 'URLRequest' in scope
109 |             throw SBKClientError.badURL
110 |         }
111 |         var request = URLRequest(url: url)
    |                       `- error: cannot find 'URLRequest' in scope
112 |         request.httpMethod = httpMethod.rawValue
113 |         let (data, _) = try await URLSession.shared.data(for: request)
/host/spi-builder-workspace/Sources/ScrobbleKit/Internal/Services/Protocols/SBKService.swift:113:46: error: type 'URLSession' (aka 'AnyObject') has no member 'shared'
111 |         var request = URLRequest(url: url)
112 |         request.httpMethod = httpMethod.rawValue
113 |         let (data, _) = try await URLSession.shared.data(for: request)
    |                                              `- error: type 'URLSession' (aka 'AnyObject') has no member 'shared'
114 |         let decodedModel = try await parse(data)
115 |         return decodedModel
[28/182] Compiling ScrobbleKit UserGetLovedTracksService.swift
/host/spi-builder-workspace/Sources/ScrobbleKit/Internal/Services/Protocols/SBKService.swift:111:23: error: cannot find 'URLRequest' in scope
109 |             throw SBKClientError.badURL
110 |         }
111 |         var request = URLRequest(url: url)
    |                       `- error: cannot find 'URLRequest' in scope
112 |         request.httpMethod = httpMethod.rawValue
113 |         let (data, _) = try await URLSession.shared.data(for: request)
/host/spi-builder-workspace/Sources/ScrobbleKit/Internal/Services/Protocols/SBKService.swift:113:46: error: type 'URLSession' (aka 'AnyObject') has no member 'shared'
111 |         var request = URLRequest(url: url)
112 |         request.httpMethod = httpMethod.rawValue
113 |         let (data, _) = try await URLSession.shared.data(for: request)
    |                                              `- error: type 'URLSession' (aka 'AnyObject') has no member 'shared'
114 |         let decodedModel = try await parse(data)
115 |         return decodedModel
[29/182] Compiling ScrobbleKit UserGetPersonalTagsService.swift
/host/spi-builder-workspace/Sources/ScrobbleKit/Internal/Services/Protocols/SBKService.swift:111:23: error: cannot find 'URLRequest' in scope
109 |             throw SBKClientError.badURL
110 |         }
111 |         var request = URLRequest(url: url)
    |                       `- error: cannot find 'URLRequest' in scope
112 |         request.httpMethod = httpMethod.rawValue
113 |         let (data, _) = try await URLSession.shared.data(for: request)
/host/spi-builder-workspace/Sources/ScrobbleKit/Internal/Services/Protocols/SBKService.swift:113:46: error: type 'URLSession' (aka 'AnyObject') has no member 'shared'
111 |         var request = URLRequest(url: url)
112 |         request.httpMethod = httpMethod.rawValue
113 |         let (data, _) = try await URLSession.shared.data(for: request)
    |                                              `- error: type 'URLSession' (aka 'AnyObject') has no member 'shared'
114 |         let decodedModel = try await parse(data)
115 |         return decodedModel
[30/182] Compiling ScrobbleKit UserGetRecentTracksService.swift
/host/spi-builder-workspace/Sources/ScrobbleKit/Internal/Services/Protocols/SBKService.swift:111:23: error: cannot find 'URLRequest' in scope
109 |             throw SBKClientError.badURL
110 |         }
111 |         var request = URLRequest(url: url)
    |                       `- error: cannot find 'URLRequest' in scope
112 |         request.httpMethod = httpMethod.rawValue
113 |         let (data, _) = try await URLSession.shared.data(for: request)
/host/spi-builder-workspace/Sources/ScrobbleKit/Internal/Services/Protocols/SBKService.swift:113:46: error: type 'URLSession' (aka 'AnyObject') has no member 'shared'
111 |         var request = URLRequest(url: url)
112 |         request.httpMethod = httpMethod.rawValue
113 |         let (data, _) = try await URLSession.shared.data(for: request)
    |                                              `- error: type 'URLSession' (aka 'AnyObject') has no member 'shared'
114 |         let decodedModel = try await parse(data)
115 |         return decodedModel
[31/182] Compiling ScrobbleKit UserGetTopAlbumsService.swift
/host/spi-builder-workspace/Sources/ScrobbleKit/Internal/Services/Protocols/SBKService.swift:111:23: error: cannot find 'URLRequest' in scope
109 |             throw SBKClientError.badURL
110 |         }
111 |         var request = URLRequest(url: url)
    |                       `- error: cannot find 'URLRequest' in scope
112 |         request.httpMethod = httpMethod.rawValue
113 |         let (data, _) = try await URLSession.shared.data(for: request)
/host/spi-builder-workspace/Sources/ScrobbleKit/Internal/Services/Protocols/SBKService.swift:113:46: error: type 'URLSession' (aka 'AnyObject') has no member 'shared'
111 |         var request = URLRequest(url: url)
112 |         request.httpMethod = httpMethod.rawValue
113 |         let (data, _) = try await URLSession.shared.data(for: request)
    |                                              `- error: type 'URLSession' (aka 'AnyObject') has no member 'shared'
114 |         let decodedModel = try await parse(data)
115 |         return decodedModel
[32/182] Compiling ScrobbleKit UserGetTopArtistsService.swift
/host/spi-builder-workspace/Sources/ScrobbleKit/Internal/Services/Protocols/SBKService.swift:111:23: error: cannot find 'URLRequest' in scope
109 |             throw SBKClientError.badURL
110 |         }
111 |         var request = URLRequest(url: url)
    |                       `- error: cannot find 'URLRequest' in scope
112 |         request.httpMethod = httpMethod.rawValue
113 |         let (data, _) = try await URLSession.shared.data(for: request)
/host/spi-builder-workspace/Sources/ScrobbleKit/Internal/Services/Protocols/SBKService.swift:113:46: error: type 'URLSession' (aka 'AnyObject') has no member 'shared'
111 |         var request = URLRequest(url: url)
112 |         request.httpMethod = httpMethod.rawValue
113 |         let (data, _) = try await URLSession.shared.data(for: request)
    |                                              `- error: type 'URLSession' (aka 'AnyObject') has no member 'shared'
114 |         let decodedModel = try await parse(data)
115 |         return decodedModel
[33/182] Compiling ScrobbleKit UserGetTopTagsService.swift
/host/spi-builder-workspace/Sources/ScrobbleKit/Internal/Services/Protocols/SBKService.swift:111:23: error: cannot find 'URLRequest' in scope
109 |             throw SBKClientError.badURL
110 |         }
111 |         var request = URLRequest(url: url)
    |                       `- error: cannot find 'URLRequest' in scope
112 |         request.httpMethod = httpMethod.rawValue
113 |         let (data, _) = try await URLSession.shared.data(for: request)
/host/spi-builder-workspace/Sources/ScrobbleKit/Internal/Services/Protocols/SBKService.swift:113:46: error: type 'URLSession' (aka 'AnyObject') has no member 'shared'
111 |         var request = URLRequest(url: url)
112 |         request.httpMethod = httpMethod.rawValue
113 |         let (data, _) = try await URLSession.shared.data(for: request)
    |                                              `- error: type 'URLSession' (aka 'AnyObject') has no member 'shared'
114 |         let decodedModel = try await parse(data)
115 |         return decodedModel
[34/182] Compiling ScrobbleKit UserGetTopTracksService.swift
/host/spi-builder-workspace/Sources/ScrobbleKit/Internal/Services/Protocols/SBKService.swift:111:23: error: cannot find 'URLRequest' in scope
109 |             throw SBKClientError.badURL
110 |         }
111 |         var request = URLRequest(url: url)
    |                       `- error: cannot find 'URLRequest' in scope
112 |         request.httpMethod = httpMethod.rawValue
113 |         let (data, _) = try await URLSession.shared.data(for: request)
/host/spi-builder-workspace/Sources/ScrobbleKit/Internal/Services/Protocols/SBKService.swift:113:46: error: type 'URLSession' (aka 'AnyObject') has no member 'shared'
111 |         var request = URLRequest(url: url)
112 |         request.httpMethod = httpMethod.rawValue
113 |         let (data, _) = try await URLSession.shared.data(for: request)
    |                                              `- error: type 'URLSession' (aka 'AnyObject') has no member 'shared'
114 |         let decodedModel = try await parse(data)
115 |         return decodedModel
[35/182] Compiling ScrobbleKit SBKAuthenticatedService.swift
/host/spi-builder-workspace/Sources/ScrobbleKit/Internal/Services/Protocols/SBKService.swift:111:23: error: cannot find 'URLRequest' in scope
109 |             throw SBKClientError.badURL
110 |         }
111 |         var request = URLRequest(url: url)
    |                       `- error: cannot find 'URLRequest' in scope
112 |         request.httpMethod = httpMethod.rawValue
113 |         let (data, _) = try await URLSession.shared.data(for: request)
/host/spi-builder-workspace/Sources/ScrobbleKit/Internal/Services/Protocols/SBKService.swift:113:46: error: type 'URLSession' (aka 'AnyObject') has no member 'shared'
111 |         var request = URLRequest(url: url)
112 |         request.httpMethod = httpMethod.rawValue
113 |         let (data, _) = try await URLSession.shared.data(for: request)
    |                                              `- error: type 'URLSession' (aka 'AnyObject') has no member 'shared'
114 |         let decodedModel = try await parse(data)
115 |         return decodedModel
[36/182] Compiling ScrobbleKit SBKOptionallyAuthenticatedService.swift
/host/spi-builder-workspace/Sources/ScrobbleKit/Internal/Services/Protocols/SBKService.swift:111:23: error: cannot find 'URLRequest' in scope
109 |             throw SBKClientError.badURL
110 |         }
111 |         var request = URLRequest(url: url)
    |                       `- error: cannot find 'URLRequest' in scope
112 |         request.httpMethod = httpMethod.rawValue
113 |         let (data, _) = try await URLSession.shared.data(for: request)
/host/spi-builder-workspace/Sources/ScrobbleKit/Internal/Services/Protocols/SBKService.swift:113:46: error: type 'URLSession' (aka 'AnyObject') has no member 'shared'
111 |         var request = URLRequest(url: url)
112 |         request.httpMethod = httpMethod.rawValue
113 |         let (data, _) = try await URLSession.shared.data(for: request)
    |                                              `- error: type 'URLSession' (aka 'AnyObject') has no member 'shared'
114 |         let decodedModel = try await parse(data)
115 |         return decodedModel
[37/182] Compiling ScrobbleKit SBKService.swift
/host/spi-builder-workspace/Sources/ScrobbleKit/Internal/Services/Protocols/SBKService.swift:111:23: error: cannot find 'URLRequest' in scope
109 |             throw SBKClientError.badURL
110 |         }
111 |         var request = URLRequest(url: url)
    |                       `- error: cannot find 'URLRequest' in scope
112 |         request.httpMethod = httpMethod.rawValue
113 |         let (data, _) = try await URLSession.shared.data(for: request)
/host/spi-builder-workspace/Sources/ScrobbleKit/Internal/Services/Protocols/SBKService.swift:113:46: error: type 'URLSession' (aka 'AnyObject') has no member 'shared'
111 |         var request = URLRequest(url: url)
112 |         request.httpMethod = httpMethod.rawValue
113 |         let (data, _) = try await URLSession.shared.data(for: request)
    |                                              `- error: type 'URLSession' (aka 'AnyObject') has no member 'shared'
114 |         let decodedModel = try await parse(data)
115 |         return decodedModel
[38/182] Compiling ScrobbleKit SBKURLBuilder.swift
/host/spi-builder-workspace/Sources/ScrobbleKit/Internal/Services/Protocols/SBKService.swift:111:23: error: cannot find 'URLRequest' in scope
109 |             throw SBKClientError.badURL
110 |         }
111 |         var request = URLRequest(url: url)
    |                       `- error: cannot find 'URLRequest' in scope
112 |         request.httpMethod = httpMethod.rawValue
113 |         let (data, _) = try await URLSession.shared.data(for: request)
/host/spi-builder-workspace/Sources/ScrobbleKit/Internal/Services/Protocols/SBKService.swift:113:46: error: type 'URLSession' (aka 'AnyObject') has no member 'shared'
111 |         var request = URLRequest(url: url)
112 |         request.httpMethod = httpMethod.rawValue
113 |         let (data, _) = try await URLSession.shared.data(for: request)
    |                                              `- error: type 'URLSession' (aka 'AnyObject') has no member 'shared'
114 |         let decodedModel = try await parse(data)
115 |         return decodedModel
[39/182] Compiling ScrobbleKit SBKURLBuilderError.swift
/host/spi-builder-workspace/Sources/ScrobbleKit/Internal/Services/Protocols/SBKService.swift:111:23: error: cannot find 'URLRequest' in scope
109 |             throw SBKClientError.badURL
110 |         }
111 |         var request = URLRequest(url: url)
    |                       `- error: cannot find 'URLRequest' in scope
112 |         request.httpMethod = httpMethod.rawValue
113 |         let (data, _) = try await URLSession.shared.data(for: request)
/host/spi-builder-workspace/Sources/ScrobbleKit/Internal/Services/Protocols/SBKService.swift:113:46: error: type 'URLSession' (aka 'AnyObject') has no member 'shared'
111 |         var request = URLRequest(url: url)
112 |         request.httpMethod = httpMethod.rawValue
113 |         let (data, _) = try await URLSession.shared.data(for: request)
    |                                              `- error: type 'URLSession' (aka 'AnyObject') has no member 'shared'
114 |         let decodedModel = try await parse(data)
115 |         return decodedModel
[40/182] Compiling ScrobbleKit SBKManager+AlbumAddTags.swift
/host/spi-builder-workspace/Sources/ScrobbleKit/Internal/Services/Protocols/SBKService.swift:111:23: error: cannot find 'URLRequest' in scope
109 |             throw SBKClientError.badURL
110 |         }
111 |         var request = URLRequest(url: url)
    |                       `- error: cannot find 'URLRequest' in scope
112 |         request.httpMethod = httpMethod.rawValue
113 |         let (data, _) = try await URLSession.shared.data(for: request)
/host/spi-builder-workspace/Sources/ScrobbleKit/Internal/Services/Protocols/SBKService.swift:113:46: error: type 'URLSession' (aka 'AnyObject') has no member 'shared'
111 |         var request = URLRequest(url: url)
112 |         request.httpMethod = httpMethod.rawValue
113 |         let (data, _) = try await URLSession.shared.data(for: request)
    |                                              `- error: type 'URLSession' (aka 'AnyObject') has no member 'shared'
114 |         let decodedModel = try await parse(data)
115 |         return decodedModel
[41/182] Compiling ScrobbleKit SBKManager+AlbumGetInfo.swift
/host/spi-builder-workspace/Sources/ScrobbleKit/Internal/Services/Protocols/SBKService.swift:111:23: error: cannot find 'URLRequest' in scope
109 |             throw SBKClientError.badURL
110 |         }
111 |         var request = URLRequest(url: url)
    |                       `- error: cannot find 'URLRequest' in scope
112 |         request.httpMethod = httpMethod.rawValue
113 |         let (data, _) = try await URLSession.shared.data(for: request)
/host/spi-builder-workspace/Sources/ScrobbleKit/Internal/Services/Protocols/SBKService.swift:113:46: error: type 'URLSession' (aka 'AnyObject') has no member 'shared'
111 |         var request = URLRequest(url: url)
112 |         request.httpMethod = httpMethod.rawValue
113 |         let (data, _) = try await URLSession.shared.data(for: request)
    |                                              `- error: type 'URLSession' (aka 'AnyObject') has no member 'shared'
114 |         let decodedModel = try await parse(data)
115 |         return decodedModel
[42/182] Compiling ScrobbleKit SBKManager+AlbumGetTags.swift
/host/spi-builder-workspace/Sources/ScrobbleKit/Internal/Services/Protocols/SBKService.swift:111:23: error: cannot find 'URLRequest' in scope
109 |             throw SBKClientError.badURL
110 |         }
111 |         var request = URLRequest(url: url)
    |                       `- error: cannot find 'URLRequest' in scope
112 |         request.httpMethod = httpMethod.rawValue
113 |         let (data, _) = try await URLSession.shared.data(for: request)
/host/spi-builder-workspace/Sources/ScrobbleKit/Internal/Services/Protocols/SBKService.swift:113:46: error: type 'URLSession' (aka 'AnyObject') has no member 'shared'
111 |         var request = URLRequest(url: url)
112 |         request.httpMethod = httpMethod.rawValue
113 |         let (data, _) = try await URLSession.shared.data(for: request)
    |                                              `- error: type 'URLSession' (aka 'AnyObject') has no member 'shared'
114 |         let decodedModel = try await parse(data)
115 |         return decodedModel
[43/182] Compiling ScrobbleKit SBKManager+AlbumGetTopTags.swift
/host/spi-builder-workspace/Sources/ScrobbleKit/Internal/Services/Protocols/SBKService.swift:111:23: error: cannot find 'URLRequest' in scope
109 |             throw SBKClientError.badURL
110 |         }
111 |         var request = URLRequest(url: url)
    |                       `- error: cannot find 'URLRequest' in scope
112 |         request.httpMethod = httpMethod.rawValue
113 |         let (data, _) = try await URLSession.shared.data(for: request)
/host/spi-builder-workspace/Sources/ScrobbleKit/Internal/Services/Protocols/SBKService.swift:113:46: error: type 'URLSession' (aka 'AnyObject') has no member 'shared'
111 |         var request = URLRequest(url: url)
112 |         request.httpMethod = httpMethod.rawValue
113 |         let (data, _) = try await URLSession.shared.data(for: request)
    |                                              `- error: type 'URLSession' (aka 'AnyObject') has no member 'shared'
114 |         let decodedModel = try await parse(data)
115 |         return decodedModel
[44/182] Compiling ScrobbleKit SBKManager+AlbumRemoveTagService.swift
/host/spi-builder-workspace/Sources/ScrobbleKit/Internal/Services/Protocols/SBKService.swift:111:23: error: cannot find 'URLRequest' in scope
109 |             throw SBKClientError.badURL
110 |         }
111 |         var request = URLRequest(url: url)
    |                       `- error: cannot find 'URLRequest' in scope
112 |         request.httpMethod = httpMethod.rawValue
113 |         let (data, _) = try await URLSession.shared.data(for: request)
/host/spi-builder-workspace/Sources/ScrobbleKit/Internal/Services/Protocols/SBKService.swift:113:46: error: type 'URLSession' (aka 'AnyObject') has no member 'shared'
111 |         var request = URLRequest(url: url)
112 |         request.httpMethod = httpMethod.rawValue
113 |         let (data, _) = try await URLSession.shared.data(for: request)
    |                                              `- error: type 'URLSession' (aka 'AnyObject') has no member 'shared'
114 |         let decodedModel = try await parse(data)
115 |         return decodedModel
[45/182] Compiling ScrobbleKit SBKManager+AlbumSearchService.swift
/host/spi-builder-workspace/Sources/ScrobbleKit/Internal/Services/Protocols/SBKService.swift:111:23: error: cannot find 'URLRequest' in scope
109 |             throw SBKClientError.badURL
110 |         }
111 |         var request = URLRequest(url: url)
    |                       `- error: cannot find 'URLRequest' in scope
112 |         request.httpMethod = httpMethod.rawValue
113 |         let (data, _) = try await URLSession.shared.data(for: request)
/host/spi-builder-workspace/Sources/ScrobbleKit/Internal/Services/Protocols/SBKService.swift:113:46: error: type 'URLSession' (aka 'AnyObject') has no member 'shared'
111 |         var request = URLRequest(url: url)
112 |         request.httpMethod = httpMethod.rawValue
113 |         let (data, _) = try await URLSession.shared.data(for: request)
    |                                              `- error: type 'URLSession' (aka 'AnyObject') has no member 'shared'
114 |         let decodedModel = try await parse(data)
115 |         return decodedModel
[46/182] Compiling ScrobbleKit SBKManager+ArtistAddTags.swift
/host/spi-builder-workspace/Sources/ScrobbleKit/Internal/Services/Protocols/SBKService.swift:111:23: error: cannot find 'URLRequest' in scope
109 |             throw SBKClientError.badURL
110 |         }
111 |         var request = URLRequest(url: url)
    |                       `- error: cannot find 'URLRequest' in scope
112 |         request.httpMethod = httpMethod.rawValue
113 |         let (data, _) = try await URLSession.shared.data(for: request)
/host/spi-builder-workspace/Sources/ScrobbleKit/Internal/Services/Protocols/SBKService.swift:113:46: error: type 'URLSession' (aka 'AnyObject') has no member 'shared'
111 |         var request = URLRequest(url: url)
112 |         request.httpMethod = httpMethod.rawValue
113 |         let (data, _) = try await URLSession.shared.data(for: request)
    |                                              `- error: type 'URLSession' (aka 'AnyObject') has no member 'shared'
114 |         let decodedModel = try await parse(data)
115 |         return decodedModel
[47/182] Compiling ScrobbleKit SBKManager+ArtistGetCorrectionService.swift
/host/spi-builder-workspace/Sources/ScrobbleKit/Internal/Services/Protocols/SBKService.swift:111:23: error: cannot find 'URLRequest' in scope
109 |             throw SBKClientError.badURL
110 |         }
111 |         var request = URLRequest(url: url)
    |                       `- error: cannot find 'URLRequest' in scope
112 |         request.httpMethod = httpMethod.rawValue
113 |         let (data, _) = try await URLSession.shared.data(for: request)
/host/spi-builder-workspace/Sources/ScrobbleKit/Internal/Services/Protocols/SBKService.swift:113:46: error: type 'URLSession' (aka 'AnyObject') has no member 'shared'
111 |         var request = URLRequest(url: url)
112 |         request.httpMethod = httpMethod.rawValue
113 |         let (data, _) = try await URLSession.shared.data(for: request)
    |                                              `- error: type 'URLSession' (aka 'AnyObject') has no member 'shared'
114 |         let decodedModel = try await parse(data)
115 |         return decodedModel
[48/182] Compiling ScrobbleKit SBKManager+ArtistGetInfoService.swift
/host/spi-builder-workspace/Sources/ScrobbleKit/Internal/Services/Protocols/SBKService.swift:111:23: error: cannot find 'URLRequest' in scope
109 |             throw SBKClientError.badURL
110 |         }
111 |         var request = URLRequest(url: url)
    |                       `- error: cannot find 'URLRequest' in scope
112 |         request.httpMethod = httpMethod.rawValue
113 |         let (data, _) = try await URLSession.shared.data(for: request)
/host/spi-builder-workspace/Sources/ScrobbleKit/Internal/Services/Protocols/SBKService.swift:113:46: error: type 'URLSession' (aka 'AnyObject') has no member 'shared'
111 |         var request = URLRequest(url: url)
112 |         request.httpMethod = httpMethod.rawValue
113 |         let (data, _) = try await URLSession.shared.data(for: request)
    |                                              `- error: type 'URLSession' (aka 'AnyObject') has no member 'shared'
114 |         let decodedModel = try await parse(data)
115 |         return decodedModel
[49/182] Compiling ScrobbleKit Bool+Int.swift
[50/182] Compiling ScrobbleKit OptinalStringInitializers.swift
[51/182] Compiling ScrobbleKit SBKParameter+URLQueryItem.swift
[52/182] Compiling ScrobbleKit String+MD5.swift
[53/182] Compiling ScrobbleKit URLQuertyItem+Numeric.swift
[54/182] Compiling ScrobbleKit URLQueryItem+Bool.swift
[55/182] Compiling ScrobbleKit SBKClientError.swift
[56/182] Compiling ScrobbleKit SBKError.swift
[57/182] Compiling ScrobbleKit SBKErrorMessage.swift
[58/182] Compiling ScrobbleKit SBKScrobbleError.swift
[59/182] Compiling ScrobbleKit SBKHttpMethod.swift
[60/182] Compiling ScrobbleKit SBKLanguage.swift
[61/182] Compiling ScrobbleKit SBKMethod.swift
[62/182] Compiling ScrobbleKit SBKParameter.swift
[63/182] Compiling ScrobbleKit NumericStringDecoder.swift
[64/182] Compiling ScrobbleKit SBKCorrectedResponse.swift
[65/182] Compiling ScrobbleKit SBKEmptyResponse.swift
[66/182] Compiling ScrobbleKit SBKSearchAttribute.swift
[67/182] Compiling ScrobbleKit SBKSearchQuery.swift
[68/182] Compiling ScrobbleKit SBKSearchResultsResponse.swift
[69/182] Compiling ScrobbleKit SBKThrowable.swift
[70/182] Compiling ScrobbleKit SBKTimestamp.swift
[71/182] Compiling ScrobbleKit AddTagsService.swift
[72/182] Emitting module ScrobbleKit
[73/182] Compiling ScrobbleKit SBKManager+TagGetWeeklyChartList.swift
[74/182] Compiling ScrobbleKit AuthSessionService.swift
[75/182] Compiling ScrobbleKit ChartGetTopArtistsService.swift
[76/182] Compiling ScrobbleKit ChartGetTopTracksService.swift
[77/182] Compiling ScrobbleKit ChartsGetTopTagsService.swift
[78/182] Compiling ScrobbleKit SBKArtistTopChartsRequestResponse.swift
[79/182] Compiling ScrobbleKit SBKChartGetTopTagsResponse.swift
[80/182] Compiling ScrobbleKit SBKChartGetTopTracksResponse.swift
[81/182] Compiling ScrobbleKit GeoGetTopArtistsService.swift
[82/182] Compiling ScrobbleKit GeoGetTopTracksService.swift
[83/182] Compiling ScrobbleKit SBKGeoTopArtistsResponse copy.swift
[84/182] Compiling ScrobbleKit LibraryGetArtistsService.swift
[85/182] Compiling ScrobbleKit SBKLibraryGetArtistsResponse.swift
[86/182] Compiling ScrobbleKit TagGetInfoService.swift
[87/182] Compiling ScrobbleKit TagGetSimilarService.swift
[88/182] Compiling ScrobbleKit TagGetTopAlbumsService.swift
[89/182] Compiling ScrobbleKit TagGetTopArtistsService.swift
[90/182] Compiling ScrobbleKit TagGetTopTagsService.swift
[91/182] Compiling ScrobbleKit TagGetTopTracksService.swift
[92/182] Compiling ScrobbleKit TagGetWeeklyChartListService.swift
[93/182] Compiling ScrobbleKit SBKScrobbleList.swift
[94/182] Compiling ScrobbleKit SBKTrackGetSimilarResponse.swift
[95/182] Compiling ScrobbleKit SBKManager+TrackGetSimilarService.swift
[96/182] Compiling ScrobbleKit SBKmanager+TrackGetTagsService.swift
[97/182] Compiling ScrobbleKit SBKManager+TrackGetTopTagsService.swift
[98/182] Compiling ScrobbleKit SBKManager+TrackLoveService.swift
[99/182] Compiling ScrobbleKit SBKManager+TrackRemoveTag.swift
[100/182] Compiling ScrobbleKit SBKTrackSearchMethod.swift
[101/182] Compiling ScrobbleKit SBKManager+Scrobble.swift
[102/182] Compiling ScrobbleKit SBKManager+TrackSearchService.swift
[103/182] Compiling ScrobbleKit SBKManager+TrackUnloveService.swift
[104/182] Compiling ScrobbleKit SBKManager+TrackUpdateNowPlayingService.swift
[105/182] Compiling ScrobbleKit SBKManager+UserGetFriendsService.swift
[106/182] Compiling ScrobbleKit SBKManager+UserGetInfoService.swift
[107/182] Compiling ScrobbleKit SBKManager+UserGetLovedTracksService.swift
[108/182] Compiling ScrobbleKit SBKManager+UserGetPersonalTagsService.swift
[109/182] Compiling ScrobbleKit SBKManager+UserGetRecentTracksService.swift
[110/182] Compiling ScrobbleKit SBKManager+UserGetTopAlbumsService.swift
[111/182] Compiling ScrobbleKit SBKManager+UserGetTopArtistsService.swift
[112/182] Compiling ScrobbleKit SBKManager+UserGetTopTagsService.swift
[113/182] Compiling ScrobbleKit SBKManager+UserGetTopTracksService.swift
[114/182] Compiling ScrobbleKit SBKAlbum.swift
[115/182] Compiling ScrobbleKit SBKAlbumSearchMethod.swift
[116/182] Compiling ScrobbleKit SBKArtist.swift
[117/182] Compiling ScrobbleKit SBKManager+ArtistGetSimilar.swift
[118/182] Compiling ScrobbleKit SBKManager+ArtistGetTagsService.swift
[119/182] Compiling ScrobbleKit SBKManager+ArtistGetTopAlbums.swift
[120/182] Compiling ScrobbleKit SBKManager+ArtistGetTopTracksService.swift
[121/182] Compiling ScrobbleKit SBKManager+ArtistRemoveTagService.swift
[122/182] Compiling ScrobbleKit SBKManager+ArtistSearchService.swift
[123/182] Compiling ScrobbleKit SBKManager+ChartGetTopArtistsService.swift
[124/182] Compiling ScrobbleKit SBKManager+ChartGetTopTagsService.swift
[125/182] Compiling ScrobbleKit SBKManager+ChartGetTopTracksService.swift
[126/182] Compiling ScrobbleKit SBKManager+GeoGetTopArtistsService.swift
[127/182] Compiling ScrobbleKit SBKManager+GeoGetTopTracksService.swift
[128/182] Compiling ScrobbleKit SBKCountry.swift
[129/182] Compiling ScrobbleKit SBKService+LibraryGetArtistsService.swift
[130/182] Compiling ScrobbleKit SBKManager+TagGetInfo.swift
[131/182] Compiling ScrobbleKit SBKManager+TagGetSimilar.swift
[132/182] Compiling ScrobbleKit SBKManager+TagGetTopAlbums.swift
[133/182] Compiling ScrobbleKit SBKManager+TagGetTopArtistsService.swift
[134/182] Compiling ScrobbleKit SBKManager+TagGetTopTagsService.swift
[135/182] Compiling ScrobbleKit SBKService+TagGetTopTracksService.swift
[136/182] Compiling ScrobbleKit SBKManager+TrackAddTags.swift
[137/182] Compiling ScrobbleKit SBKManager+TrackCorrectionService.swift
[138/182] Compiling ScrobbleKit SBKManager+TrackGetInfoService.swift
[139/182] Compiling ScrobbleKit SBKTrackRequestResponseList.swift
[140/182] Compiling ScrobbleKit SBKTrackUpdateNowPlayingCode.swift
[141/182] Compiling ScrobbleKit SBKTrackUpdateNowPlayingResponse.swift
[142/182] Compiling ScrobbleKit SBKTrackSearchResultListResponse.swift
[143/182] Compiling ScrobbleKit ScrobbleService.swift
[144/182] Compiling ScrobbleKit TrackCorrectionService.swift
[145/182] Compiling ScrobbleKit TrackGetInfoService.swift
[146/182] Compiling ScrobbleKit TrackGetSimilarService.swift
[147/182] Compiling ScrobbleKit TrackGetTagsService.swift
[148/182] Compiling ScrobbleKit TrackGetTopTagsService.swift
[149/182] Compiling ScrobbleKit TrackLoveService.swift
[150/182] Compiling ScrobbleKit TrackSearchService.swift
[151/182] Compiling ScrobbleKit TrackUnloveService.swift
[152/182] Compiling ScrobbleKit TrackUpdateNowPlayingService.swift
[153/182] Compiling ScrobbleKit SBKUserGetFriendsResponse.swift
[154/182] Compiling ScrobbleKit SBKUserGetRecentTracksResponse.swift
[155/182] Compiling ScrobbleKit SBKUserGetTopAlbumsResponse.swift
[156/182] Compiling ScrobbleKit SBKUserInfoResponse.swift
[157/182] Compiling ScrobbleKit SBKUserPersonalTags.swift
[158/182] Compiling ScrobbleKit SBKUserTagsResponse.swift
[159/182] Compiling ScrobbleKit UserGetLovedTracksResponse.swift
[160/182] Compiling ScrobbleKit UserGetFriendsService.swift
[161/182] Compiling ScrobbleKit SBKArtistSearchMethod.swift
[162/182] Compiling ScrobbleKit SBKImage.swift
[163/182] Compiling ScrobbleKit SBKLovedTrack.swift
[164/182] Compiling ScrobbleKit SBKLovedTracks.swift
[165/182] Compiling ScrobbleKit SBKNowPlayingCorrected.swift
[166/182] Compiling ScrobbleKit SBKScrobbleResponse.swift
[167/182] Compiling ScrobbleKit SBKScrobbleResponseAttribute.swift
[168/182] Compiling ScrobbleKit SBKScrobbleResponseTrack.swift
[169/182] Compiling ScrobbleKit SBKScrobbleResponseTrackStatus.swift
[170/182] Compiling ScrobbleKit SBKScrobbledTrack.swift
[171/182] Compiling ScrobbleKit SBKSearchAttributes.swift
[172/182] Compiling ScrobbleKit SBKSearchPeriod.swift
[173/182] Compiling ScrobbleKit SBKSearchResult.swift
[174/182] Compiling ScrobbleKit SBKSearchTerm.swift
[175/182] Compiling ScrobbleKit SBKSessionResponse.swift
[176/182] Compiling ScrobbleKit SBKSimilarArtist.swift
[177/182] Compiling ScrobbleKit SBKSimilarTrack.swift
[178/182] Compiling ScrobbleKit SBKTag.swift
[179/182] Compiling ScrobbleKit SBKTrack.swift
[180/182] Compiling ScrobbleKit SBKTrackToScrobble.swift
[181/182] Compiling ScrobbleKit SBKWiki.swift
[182/182] Compiling ScrobbleKit SBKManager.swift
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-2":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest swift build --swift-sdk wasm32-unknown-wasi 2>&1
wasm-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:7e37457820e5f17452a98118754f345f2619722c485f2db0d8b666940a83afd2
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest
[0/1] Planning build
[1/1] Compiling plugin Swift-DocC Preview
[2/2] Compiling plugin Swift-DocC
Building for debugging...
[2/3] Write swift-version-24593BA9C3E375BF.txt
[4/159] Compiling ScrobbleKit UserGetInfoService.swift
/host/spi-builder-workspace/Sources/ScrobbleKit/Internal/Services/Protocols/SBKService.swift:111:23: error: cannot find 'URLRequest' in scope
109 |             throw SBKClientError.badURL
110 |         }
111 |         var request = URLRequest(url: url)
    |                       `- error: cannot find 'URLRequest' in scope
112 |         request.httpMethod = httpMethod.rawValue
113 |         let (data, _) = try await URLSession.shared.data(for: request)
/host/spi-builder-workspace/Sources/ScrobbleKit/Internal/Services/Protocols/SBKService.swift:113:46: error: type 'URLSession' (aka 'AnyObject') has no member 'shared'
111 |         var request = URLRequest(url: url)
112 |         request.httpMethod = httpMethod.rawValue
113 |         let (data, _) = try await URLSession.shared.data(for: request)
    |                                              `- error: type 'URLSession' (aka 'AnyObject') has no member 'shared'
114 |         let decodedModel = try await parse(data)
115 |         return decodedModel
[5/159] Compiling ScrobbleKit UserGetLovedTracksService.swift
/host/spi-builder-workspace/Sources/ScrobbleKit/Internal/Services/Protocols/SBKService.swift:111:23: error: cannot find 'URLRequest' in scope
109 |             throw SBKClientError.badURL
110 |         }
111 |         var request = URLRequest(url: url)
    |                       `- error: cannot find 'URLRequest' in scope
112 |         request.httpMethod = httpMethod.rawValue
113 |         let (data, _) = try await URLSession.shared.data(for: request)
/host/spi-builder-workspace/Sources/ScrobbleKit/Internal/Services/Protocols/SBKService.swift:113:46: error: type 'URLSession' (aka 'AnyObject') has no member 'shared'
111 |         var request = URLRequest(url: url)
112 |         request.httpMethod = httpMethod.rawValue
113 |         let (data, _) = try await URLSession.shared.data(for: request)
    |                                              `- error: type 'URLSession' (aka 'AnyObject') has no member 'shared'
114 |         let decodedModel = try await parse(data)
115 |         return decodedModel
[6/159] Compiling ScrobbleKit UserGetPersonalTagsService.swift
/host/spi-builder-workspace/Sources/ScrobbleKit/Internal/Services/Protocols/SBKService.swift:111:23: error: cannot find 'URLRequest' in scope
109 |             throw SBKClientError.badURL
110 |         }
111 |         var request = URLRequest(url: url)
    |                       `- error: cannot find 'URLRequest' in scope
112 |         request.httpMethod = httpMethod.rawValue
113 |         let (data, _) = try await URLSession.shared.data(for: request)
/host/spi-builder-workspace/Sources/ScrobbleKit/Internal/Services/Protocols/SBKService.swift:113:46: error: type 'URLSession' (aka 'AnyObject') has no member 'shared'
111 |         var request = URLRequest(url: url)
112 |         request.httpMethod = httpMethod.rawValue
113 |         let (data, _) = try await URLSession.shared.data(for: request)
    |                                              `- error: type 'URLSession' (aka 'AnyObject') has no member 'shared'
114 |         let decodedModel = try await parse(data)
115 |         return decodedModel
[7/159] Compiling ScrobbleKit UserGetRecentTracksService.swift
/host/spi-builder-workspace/Sources/ScrobbleKit/Internal/Services/Protocols/SBKService.swift:111:23: error: cannot find 'URLRequest' in scope
109 |             throw SBKClientError.badURL
110 |         }
111 |         var request = URLRequest(url: url)
    |                       `- error: cannot find 'URLRequest' in scope
112 |         request.httpMethod = httpMethod.rawValue
113 |         let (data, _) = try await URLSession.shared.data(for: request)
/host/spi-builder-workspace/Sources/ScrobbleKit/Internal/Services/Protocols/SBKService.swift:113:46: error: type 'URLSession' (aka 'AnyObject') has no member 'shared'
111 |         var request = URLRequest(url: url)
112 |         request.httpMethod = httpMethod.rawValue
113 |         let (data, _) = try await URLSession.shared.data(for: request)
    |                                              `- error: type 'URLSession' (aka 'AnyObject') has no member 'shared'
114 |         let decodedModel = try await parse(data)
115 |         return decodedModel
[8/159] Compiling ScrobbleKit UserGetTopAlbumsService.swift
/host/spi-builder-workspace/Sources/ScrobbleKit/Internal/Services/Protocols/SBKService.swift:111:23: error: cannot find 'URLRequest' in scope
109 |             throw SBKClientError.badURL
110 |         }
111 |         var request = URLRequest(url: url)
    |                       `- error: cannot find 'URLRequest' in scope
112 |         request.httpMethod = httpMethod.rawValue
113 |         let (data, _) = try await URLSession.shared.data(for: request)
/host/spi-builder-workspace/Sources/ScrobbleKit/Internal/Services/Protocols/SBKService.swift:113:46: error: type 'URLSession' (aka 'AnyObject') has no member 'shared'
111 |         var request = URLRequest(url: url)
112 |         request.httpMethod = httpMethod.rawValue
113 |         let (data, _) = try await URLSession.shared.data(for: request)
    |                                              `- error: type 'URLSession' (aka 'AnyObject') has no member 'shared'
114 |         let decodedModel = try await parse(data)
115 |         return decodedModel
[9/159] Compiling ScrobbleKit UserGetTopArtistsService.swift
/host/spi-builder-workspace/Sources/ScrobbleKit/Internal/Services/Protocols/SBKService.swift:111:23: error: cannot find 'URLRequest' in scope
109 |             throw SBKClientError.badURL
110 |         }
111 |         var request = URLRequest(url: url)
    |                       `- error: cannot find 'URLRequest' in scope
112 |         request.httpMethod = httpMethod.rawValue
113 |         let (data, _) = try await URLSession.shared.data(for: request)
/host/spi-builder-workspace/Sources/ScrobbleKit/Internal/Services/Protocols/SBKService.swift:113:46: error: type 'URLSession' (aka 'AnyObject') has no member 'shared'
111 |         var request = URLRequest(url: url)
112 |         request.httpMethod = httpMethod.rawValue
113 |         let (data, _) = try await URLSession.shared.data(for: request)
    |                                              `- error: type 'URLSession' (aka 'AnyObject') has no member 'shared'
114 |         let decodedModel = try await parse(data)
115 |         return decodedModel
[10/159] Compiling ScrobbleKit UserGetTopTagsService.swift
/host/spi-builder-workspace/Sources/ScrobbleKit/Internal/Services/Protocols/SBKService.swift:111:23: error: cannot find 'URLRequest' in scope
109 |             throw SBKClientError.badURL
110 |         }
111 |         var request = URLRequest(url: url)
    |                       `- error: cannot find 'URLRequest' in scope
112 |         request.httpMethod = httpMethod.rawValue
113 |         let (data, _) = try await URLSession.shared.data(for: request)
/host/spi-builder-workspace/Sources/ScrobbleKit/Internal/Services/Protocols/SBKService.swift:113:46: error: type 'URLSession' (aka 'AnyObject') has no member 'shared'
111 |         var request = URLRequest(url: url)
112 |         request.httpMethod = httpMethod.rawValue
113 |         let (data, _) = try await URLSession.shared.data(for: request)
    |                                              `- error: type 'URLSession' (aka 'AnyObject') has no member 'shared'
114 |         let decodedModel = try await parse(data)
115 |         return decodedModel
[11/159] Compiling ScrobbleKit UserGetTopTracksService.swift
/host/spi-builder-workspace/Sources/ScrobbleKit/Internal/Services/Protocols/SBKService.swift:111:23: error: cannot find 'URLRequest' in scope
109 |             throw SBKClientError.badURL
110 |         }
111 |         var request = URLRequest(url: url)
    |                       `- error: cannot find 'URLRequest' in scope
112 |         request.httpMethod = httpMethod.rawValue
113 |         let (data, _) = try await URLSession.shared.data(for: request)
/host/spi-builder-workspace/Sources/ScrobbleKit/Internal/Services/Protocols/SBKService.swift:113:46: error: type 'URLSession' (aka 'AnyObject') has no member 'shared'
111 |         var request = URLRequest(url: url)
112 |         request.httpMethod = httpMethod.rawValue
113 |         let (data, _) = try await URLSession.shared.data(for: request)
    |                                              `- error: type 'URLSession' (aka 'AnyObject') has no member 'shared'
114 |         let decodedModel = try await parse(data)
115 |         return decodedModel
[12/159] Compiling ScrobbleKit SBKAuthenticatedService.swift
/host/spi-builder-workspace/Sources/ScrobbleKit/Internal/Services/Protocols/SBKService.swift:111:23: error: cannot find 'URLRequest' in scope
109 |             throw SBKClientError.badURL
110 |         }
111 |         var request = URLRequest(url: url)
    |                       `- error: cannot find 'URLRequest' in scope
112 |         request.httpMethod = httpMethod.rawValue
113 |         let (data, _) = try await URLSession.shared.data(for: request)
/host/spi-builder-workspace/Sources/ScrobbleKit/Internal/Services/Protocols/SBKService.swift:113:46: error: type 'URLSession' (aka 'AnyObject') has no member 'shared'
111 |         var request = URLRequest(url: url)
112 |         request.httpMethod = httpMethod.rawValue
113 |         let (data, _) = try await URLSession.shared.data(for: request)
    |                                              `- error: type 'URLSession' (aka 'AnyObject') has no member 'shared'
114 |         let decodedModel = try await parse(data)
115 |         return decodedModel
[13/159] Compiling ScrobbleKit SBKOptionallyAuthenticatedService.swift
/host/spi-builder-workspace/Sources/ScrobbleKit/Internal/Services/Protocols/SBKService.swift:111:23: error: cannot find 'URLRequest' in scope
109 |             throw SBKClientError.badURL
110 |         }
111 |         var request = URLRequest(url: url)
    |                       `- error: cannot find 'URLRequest' in scope
112 |         request.httpMethod = httpMethod.rawValue
113 |         let (data, _) = try await URLSession.shared.data(for: request)
/host/spi-builder-workspace/Sources/ScrobbleKit/Internal/Services/Protocols/SBKService.swift:113:46: error: type 'URLSession' (aka 'AnyObject') has no member 'shared'
111 |         var request = URLRequest(url: url)
112 |         request.httpMethod = httpMethod.rawValue
113 |         let (data, _) = try await URLSession.shared.data(for: request)
    |                                              `- error: type 'URLSession' (aka 'AnyObject') has no member 'shared'
114 |         let decodedModel = try await parse(data)
115 |         return decodedModel
[14/159] Compiling ScrobbleKit SBKService.swift
/host/spi-builder-workspace/Sources/ScrobbleKit/Internal/Services/Protocols/SBKService.swift:111:23: error: cannot find 'URLRequest' in scope
109 |             throw SBKClientError.badURL
110 |         }
111 |         var request = URLRequest(url: url)
    |                       `- error: cannot find 'URLRequest' in scope
112 |         request.httpMethod = httpMethod.rawValue
113 |         let (data, _) = try await URLSession.shared.data(for: request)
/host/spi-builder-workspace/Sources/ScrobbleKit/Internal/Services/Protocols/SBKService.swift:113:46: error: type 'URLSession' (aka 'AnyObject') has no member 'shared'
111 |         var request = URLRequest(url: url)
112 |         request.httpMethod = httpMethod.rawValue
113 |         let (data, _) = try await URLSession.shared.data(for: request)
    |                                              `- error: type 'URLSession' (aka 'AnyObject') has no member 'shared'
114 |         let decodedModel = try await parse(data)
115 |         return decodedModel
[15/159] Compiling ScrobbleKit SBKURLBuilder.swift
/host/spi-builder-workspace/Sources/ScrobbleKit/Internal/Services/Protocols/SBKService.swift:111:23: error: cannot find 'URLRequest' in scope
109 |             throw SBKClientError.badURL
110 |         }
111 |         var request = URLRequest(url: url)
    |                       `- error: cannot find 'URLRequest' in scope
112 |         request.httpMethod = httpMethod.rawValue
113 |         let (data, _) = try await URLSession.shared.data(for: request)
/host/spi-builder-workspace/Sources/ScrobbleKit/Internal/Services/Protocols/SBKService.swift:113:46: error: type 'URLSession' (aka 'AnyObject') has no member 'shared'
111 |         var request = URLRequest(url: url)
112 |         request.httpMethod = httpMethod.rawValue
113 |         let (data, _) = try await URLSession.shared.data(for: request)
    |                                              `- error: type 'URLSession' (aka 'AnyObject') has no member 'shared'
114 |         let decodedModel = try await parse(data)
115 |         return decodedModel
[16/159] Compiling ScrobbleKit SBKURLBuilderError.swift
/host/spi-builder-workspace/Sources/ScrobbleKit/Internal/Services/Protocols/SBKService.swift:111:23: error: cannot find 'URLRequest' in scope
109 |             throw SBKClientError.badURL
110 |         }
111 |         var request = URLRequest(url: url)
    |                       `- error: cannot find 'URLRequest' in scope
112 |         request.httpMethod = httpMethod.rawValue
113 |         let (data, _) = try await URLSession.shared.data(for: request)
/host/spi-builder-workspace/Sources/ScrobbleKit/Internal/Services/Protocols/SBKService.swift:113:46: error: type 'URLSession' (aka 'AnyObject') has no member 'shared'
111 |         var request = URLRequest(url: url)
112 |         request.httpMethod = httpMethod.rawValue
113 |         let (data, _) = try await URLSession.shared.data(for: request)
    |                                              `- error: type 'URLSession' (aka 'AnyObject') has no member 'shared'
114 |         let decodedModel = try await parse(data)
115 |         return decodedModel
[17/159] Compiling ScrobbleKit SBKManager+AlbumAddTags.swift
/host/spi-builder-workspace/Sources/ScrobbleKit/Internal/Services/Protocols/SBKService.swift:111:23: error: cannot find 'URLRequest' in scope
109 |             throw SBKClientError.badURL
110 |         }
111 |         var request = URLRequest(url: url)
    |                       `- error: cannot find 'URLRequest' in scope
112 |         request.httpMethod = httpMethod.rawValue
113 |         let (data, _) = try await URLSession.shared.data(for: request)
/host/spi-builder-workspace/Sources/ScrobbleKit/Internal/Services/Protocols/SBKService.swift:113:46: error: type 'URLSession' (aka 'AnyObject') has no member 'shared'
111 |         var request = URLRequest(url: url)
112 |         request.httpMethod = httpMethod.rawValue
113 |         let (data, _) = try await URLSession.shared.data(for: request)
    |                                              `- error: type 'URLSession' (aka 'AnyObject') has no member 'shared'
114 |         let decodedModel = try await parse(data)
115 |         return decodedModel
[18/159] Compiling ScrobbleKit SBKManager+AlbumGetInfo.swift
/host/spi-builder-workspace/Sources/ScrobbleKit/Internal/Services/Protocols/SBKService.swift:111:23: error: cannot find 'URLRequest' in scope
109 |             throw SBKClientError.badURL
110 |         }
111 |         var request = URLRequest(url: url)
    |                       `- error: cannot find 'URLRequest' in scope
112 |         request.httpMethod = httpMethod.rawValue
113 |         let (data, _) = try await URLSession.shared.data(for: request)
/host/spi-builder-workspace/Sources/ScrobbleKit/Internal/Services/Protocols/SBKService.swift:113:46: error: type 'URLSession' (aka 'AnyObject') has no member 'shared'
111 |         var request = URLRequest(url: url)
112 |         request.httpMethod = httpMethod.rawValue
113 |         let (data, _) = try await URLSession.shared.data(for: request)
    |                                              `- error: type 'URLSession' (aka 'AnyObject') has no member 'shared'
114 |         let decodedModel = try await parse(data)
115 |         return decodedModel
[19/159] Compiling ScrobbleKit SBKManager+AlbumGetTags.swift
/host/spi-builder-workspace/Sources/ScrobbleKit/Internal/Services/Protocols/SBKService.swift:111:23: error: cannot find 'URLRequest' in scope
109 |             throw SBKClientError.badURL
110 |         }
111 |         var request = URLRequest(url: url)
    |                       `- error: cannot find 'URLRequest' in scope
112 |         request.httpMethod = httpMethod.rawValue
113 |         let (data, _) = try await URLSession.shared.data(for: request)
/host/spi-builder-workspace/Sources/ScrobbleKit/Internal/Services/Protocols/SBKService.swift:113:46: error: type 'URLSession' (aka 'AnyObject') has no member 'shared'
111 |         var request = URLRequest(url: url)
112 |         request.httpMethod = httpMethod.rawValue
113 |         let (data, _) = try await URLSession.shared.data(for: request)
    |                                              `- error: type 'URLSession' (aka 'AnyObject') has no member 'shared'
114 |         let decodedModel = try await parse(data)
115 |         return decodedModel
[20/159] Compiling ScrobbleKit SBKManager+AlbumGetTopTags.swift
/host/spi-builder-workspace/Sources/ScrobbleKit/Internal/Services/Protocols/SBKService.swift:111:23: error: cannot find 'URLRequest' in scope
109 |             throw SBKClientError.badURL
110 |         }
111 |         var request = URLRequest(url: url)
    |                       `- error: cannot find 'URLRequest' in scope
112 |         request.httpMethod = httpMethod.rawValue
113 |         let (data, _) = try await URLSession.shared.data(for: request)
/host/spi-builder-workspace/Sources/ScrobbleKit/Internal/Services/Protocols/SBKService.swift:113:46: error: type 'URLSession' (aka 'AnyObject') has no member 'shared'
111 |         var request = URLRequest(url: url)
112 |         request.httpMethod = httpMethod.rawValue
113 |         let (data, _) = try await URLSession.shared.data(for: request)
    |                                              `- error: type 'URLSession' (aka 'AnyObject') has no member 'shared'
114 |         let decodedModel = try await parse(data)
115 |         return decodedModel
[21/159] Compiling ScrobbleKit SBKManager+AlbumRemoveTagService.swift
/host/spi-builder-workspace/Sources/ScrobbleKit/Internal/Services/Protocols/SBKService.swift:111:23: error: cannot find 'URLRequest' in scope
109 |             throw SBKClientError.badURL
110 |         }
111 |         var request = URLRequest(url: url)
    |                       `- error: cannot find 'URLRequest' in scope
112 |         request.httpMethod = httpMethod.rawValue
113 |         let (data, _) = try await URLSession.shared.data(for: request)
/host/spi-builder-workspace/Sources/ScrobbleKit/Internal/Services/Protocols/SBKService.swift:113:46: error: type 'URLSession' (aka 'AnyObject') has no member 'shared'
111 |         var request = URLRequest(url: url)
112 |         request.httpMethod = httpMethod.rawValue
113 |         let (data, _) = try await URLSession.shared.data(for: request)
    |                                              `- error: type 'URLSession' (aka 'AnyObject') has no member 'shared'
114 |         let decodedModel = try await parse(data)
115 |         return decodedModel
[22/159] Compiling ScrobbleKit SBKManager+AlbumSearchService.swift
/host/spi-builder-workspace/Sources/ScrobbleKit/Internal/Services/Protocols/SBKService.swift:111:23: error: cannot find 'URLRequest' in scope
109 |             throw SBKClientError.badURL
110 |         }
111 |         var request = URLRequest(url: url)
    |                       `- error: cannot find 'URLRequest' in scope
112 |         request.httpMethod = httpMethod.rawValue
113 |         let (data, _) = try await URLSession.shared.data(for: request)
/host/spi-builder-workspace/Sources/ScrobbleKit/Internal/Services/Protocols/SBKService.swift:113:46: error: type 'URLSession' (aka 'AnyObject') has no member 'shared'
111 |         var request = URLRequest(url: url)
112 |         request.httpMethod = httpMethod.rawValue
113 |         let (data, _) = try await URLSession.shared.data(for: request)
    |                                              `- error: type 'URLSession' (aka 'AnyObject') has no member 'shared'
114 |         let decodedModel = try await parse(data)
115 |         return decodedModel
[23/159] Compiling ScrobbleKit SBKManager+ArtistAddTags.swift
/host/spi-builder-workspace/Sources/ScrobbleKit/Internal/Services/Protocols/SBKService.swift:111:23: error: cannot find 'URLRequest' in scope
109 |             throw SBKClientError.badURL
110 |         }
111 |         var request = URLRequest(url: url)
    |                       `- error: cannot find 'URLRequest' in scope
112 |         request.httpMethod = httpMethod.rawValue
113 |         let (data, _) = try await URLSession.shared.data(for: request)
/host/spi-builder-workspace/Sources/ScrobbleKit/Internal/Services/Protocols/SBKService.swift:113:46: error: type 'URLSession' (aka 'AnyObject') has no member 'shared'
111 |         var request = URLRequest(url: url)
112 |         request.httpMethod = httpMethod.rawValue
113 |         let (data, _) = try await URLSession.shared.data(for: request)
    |                                              `- error: type 'URLSession' (aka 'AnyObject') has no member 'shared'
114 |         let decodedModel = try await parse(data)
115 |         return decodedModel
[24/159] Compiling ScrobbleKit SBKManager+ArtistGetCorrectionService.swift
/host/spi-builder-workspace/Sources/ScrobbleKit/Internal/Services/Protocols/SBKService.swift:111:23: error: cannot find 'URLRequest' in scope
109 |             throw SBKClientError.badURL
110 |         }
111 |         var request = URLRequest(url: url)
    |                       `- error: cannot find 'URLRequest' in scope
112 |         request.httpMethod = httpMethod.rawValue
113 |         let (data, _) = try await URLSession.shared.data(for: request)
/host/spi-builder-workspace/Sources/ScrobbleKit/Internal/Services/Protocols/SBKService.swift:113:46: error: type 'URLSession' (aka 'AnyObject') has no member 'shared'
111 |         var request = URLRequest(url: url)
112 |         request.httpMethod = httpMethod.rawValue
113 |         let (data, _) = try await URLSession.shared.data(for: request)
    |                                              `- error: type 'URLSession' (aka 'AnyObject') has no member 'shared'
114 |         let decodedModel = try await parse(data)
115 |         return decodedModel
[25/159] Compiling ScrobbleKit SBKManager+ArtistGetInfoService.swift
/host/spi-builder-workspace/Sources/ScrobbleKit/Internal/Services/Protocols/SBKService.swift:111:23: error: cannot find 'URLRequest' in scope
109 |             throw SBKClientError.badURL
110 |         }
111 |         var request = URLRequest(url: url)
    |                       `- error: cannot find 'URLRequest' in scope
112 |         request.httpMethod = httpMethod.rawValue
113 |         let (data, _) = try await URLSession.shared.data(for: request)
/host/spi-builder-workspace/Sources/ScrobbleKit/Internal/Services/Protocols/SBKService.swift:113:46: error: type 'URLSession' (aka 'AnyObject') has no member 'shared'
111 |         var request = URLRequest(url: url)
112 |         request.httpMethod = httpMethod.rawValue
113 |         let (data, _) = try await URLSession.shared.data(for: request)
    |                                              `- error: type 'URLSession' (aka 'AnyObject') has no member 'shared'
114 |         let decodedModel = try await parse(data)
115 |         return decodedModel
[26/181] Compiling ScrobbleKit SBKManager+ArtistGetSimilar.swift
[27/181] Compiling ScrobbleKit SBKManager+ArtistGetTagsService.swift
[28/181] Compiling ScrobbleKit SBKManager+ArtistGetTopAlbums.swift
[29/181] Compiling ScrobbleKit SBKManager+ArtistGetTopTracksService.swift
[30/181] Compiling ScrobbleKit SBKManager+ArtistRemoveTagService.swift
[31/181] Compiling ScrobbleKit SBKManager+ArtistSearchService.swift
[32/181] Compiling ScrobbleKit SBKManager+ChartGetTopArtistsService.swift
[33/181] Compiling ScrobbleKit SBKManager+ChartGetTopTagsService.swift
[34/181] Compiling ScrobbleKit SBKManager+ChartGetTopTracksService.swift
[35/181] Compiling ScrobbleKit SBKManager+GeoGetTopArtistsService.swift
[36/181] Compiling ScrobbleKit SBKManager+GeoGetTopTracksService.swift
[37/181] Compiling ScrobbleKit SBKCountry.swift
[38/181] Compiling ScrobbleKit SBKService+LibraryGetArtistsService.swift
[39/181] Compiling ScrobbleKit SBKManager+TagGetInfo.swift
[40/181] Compiling ScrobbleKit SBKManager+TagGetSimilar.swift
[41/181] Compiling ScrobbleKit SBKManager+TagGetTopAlbums.swift
[42/181] Compiling ScrobbleKit SBKManager+TagGetTopArtistsService.swift
[43/181] Compiling ScrobbleKit SBKManager+TagGetTopTagsService.swift
[44/181] Compiling ScrobbleKit SBKService+TagGetTopTracksService.swift
[45/181] Compiling ScrobbleKit SBKManager+TrackAddTags.swift
[46/181] Compiling ScrobbleKit SBKManager+TrackCorrectionService.swift
[47/181] Compiling ScrobbleKit SBKManager+TrackGetInfoService.swift
[48/181] Emitting module ScrobbleKit
[49/181] Compiling ScrobbleKit SBKManager+TrackGetSimilarService.swift
[50/181] Compiling ScrobbleKit SBKmanager+TrackGetTagsService.swift
[51/181] Compiling ScrobbleKit SBKManager+TrackGetTopTagsService.swift
[52/181] Compiling ScrobbleKit SBKManager+TrackLoveService.swift
[53/181] Compiling ScrobbleKit SBKManager+TrackRemoveTag.swift
[54/181] Compiling ScrobbleKit SBKTrackSearchMethod.swift
[55/181] Compiling ScrobbleKit SBKManager+Scrobble.swift
[56/181] Compiling ScrobbleKit SBKManager+TrackSearchService.swift
[57/181] Compiling ScrobbleKit SBKManager+TrackUnloveService.swift
[58/181] Compiling ScrobbleKit SBKManager+TrackUpdateNowPlayingService.swift
[59/181] Compiling ScrobbleKit SBKManager+UserGetFriendsService.swift
[60/181] Compiling ScrobbleKit SBKManager+UserGetInfoService.swift
[61/181] Compiling ScrobbleKit SBKManager+UserGetLovedTracksService.swift
[62/181] Compiling ScrobbleKit SBKManager+UserGetPersonalTagsService.swift
[63/181] Compiling ScrobbleKit SBKManager+UserGetRecentTracksService.swift
[64/181] Compiling ScrobbleKit SBKManager+UserGetTopAlbumsService.swift
[65/181] Compiling ScrobbleKit SBKManager+UserGetTopArtistsService.swift
[66/181] Compiling ScrobbleKit SBKManager+UserGetTopTagsService.swift
[67/181] Compiling ScrobbleKit SBKManager+UserGetTopTracksService.swift
[68/181] Compiling ScrobbleKit SBKAlbum.swift
[69/181] Compiling ScrobbleKit SBKAlbumSearchMethod.swift
[70/181] Compiling ScrobbleKit SBKArtist.swift
[71/181] Compiling ScrobbleKit SBKArtistSearchMethod.swift
[72/181] Compiling ScrobbleKit SBKImage.swift
[73/181] Compiling ScrobbleKit SBKLovedTrack.swift
[74/181] Compiling ScrobbleKit SBKLovedTracks.swift
[75/181] Compiling ScrobbleKit SBKNowPlayingCorrected.swift
[76/181] Compiling ScrobbleKit SBKScrobbleResponse.swift
[77/181] Compiling ScrobbleKit SBKScrobbleResponseAttribute.swift
[78/181] Compiling ScrobbleKit SBKScrobbleResponseTrack.swift
[79/181] Compiling ScrobbleKit SBKScrobbleResponseTrackStatus.swift
[80/181] Compiling ScrobbleKit SBKScrobbledTrack.swift
[81/181] Compiling ScrobbleKit SBKSearchAttributes.swift
[82/181] Compiling ScrobbleKit SBKSearchPeriod.swift
[83/181] Compiling ScrobbleKit SBKSearchResult.swift
[84/181] Compiling ScrobbleKit SBKSearchTerm.swift
[85/181] Compiling ScrobbleKit SBKSessionResponse.swift
[86/181] Compiling ScrobbleKit SBKSimilarArtist.swift
[87/181] Compiling ScrobbleKit SBKSimilarTrack.swift
[88/181] Compiling ScrobbleKit SBKTag.swift
[89/181] Compiling ScrobbleKit SBKTrack.swift
[90/181] Compiling ScrobbleKit SBKTrackToScrobble.swift
[91/181] Compiling ScrobbleKit SBKWiki.swift
[92/181] Compiling ScrobbleKit SBKManager.swift
[93/181] Compiling ScrobbleKit RemoveTagService.swift
[94/181] Compiling ScrobbleKit AlbumGetInfoService.swift
[95/181] Compiling ScrobbleKit AlbumGetTagsService.swift
[96/181] Compiling ScrobbleKit AlbumGetTopTagsService.swift
[97/181] Compiling ScrobbleKit AlbumSearchService.swift
[98/181] Compiling ScrobbleKit SBKAddTagAlbumResponse.swift
[99/181] Compiling ScrobbleKit SBKAlbumRequestResponseList.swift
[100/181] Compiling ScrobbleKit SBKAlbumSearchResultListResponse.swift
[101/181] Compiling ScrobbleKit SBKAlbumTopTagsResponse.swift
[102/181] Compiling ScrobbleKit ArtistGetCorrectionService.swift
[103/181] Compiling ScrobbleKit ArtistGetInfoService.swift
[104/181] Compiling ScrobbleKit ArtistGetSimilarService.swift
[105/181] Compiling ScrobbleKit ArtistGetTopAlbumsService.swift
[106/181] Compiling ScrobbleKit ArtistGetTopTracksService.swift
[107/181] Compiling ScrobbleKit ArtistSearchService.swift
[108/181] Compiling ScrobbleKit ArtistGetTagsService.swift
[109/181] Compiling ScrobbleKit SBKArtistGetInfoRequestResponse.swift
[110/181] Compiling ScrobbleKit SBKArtistGetInfoSimilarArtist.swift
[111/181] Compiling ScrobbleKit SBKArtistGetSimilarResponse.swift
[112/181] Compiling ScrobbleKit SBKArtistGetTopAlbumsResponse.swift
[113/181] Compiling ScrobbleKit SBKArtistSearchResultsList.swift
[114/181] Compiling ScrobbleKit SBKArtistTopTracksResponse.swift
[115/181] Compiling ScrobbleKit SBKManager+TagGetWeeklyChartList.swift
[116/181] Compiling ScrobbleKit AuthSessionService.swift
[117/181] Compiling ScrobbleKit ChartGetTopArtistsService.swift
[118/181] Compiling ScrobbleKit ChartGetTopTracksService.swift
[119/181] Compiling ScrobbleKit ChartsGetTopTagsService.swift
[120/181] Compiling ScrobbleKit SBKArtistTopChartsRequestResponse.swift
[121/181] Compiling ScrobbleKit SBKChartGetTopTagsResponse.swift
[122/181] Compiling ScrobbleKit SBKChartGetTopTracksResponse.swift
[123/181] Compiling ScrobbleKit GeoGetTopArtistsService.swift
[124/181] Compiling ScrobbleKit GeoGetTopTracksService.swift
[125/181] Compiling ScrobbleKit SBKGeoTopArtistsResponse copy.swift
[126/181] Compiling ScrobbleKit LibraryGetArtistsService.swift
[127/181] Compiling ScrobbleKit SBKLibraryGetArtistsResponse.swift
[128/181] Compiling ScrobbleKit TagGetInfoService.swift
[129/181] Compiling ScrobbleKit TagGetSimilarService.swift
[130/181] Compiling ScrobbleKit TagGetTopAlbumsService.swift
[131/181] Compiling ScrobbleKit TagGetTopArtistsService.swift
[132/181] Compiling ScrobbleKit TagGetTopTagsService.swift
[133/181] Compiling ScrobbleKit TagGetTopTracksService.swift
[134/181] Compiling ScrobbleKit TagGetWeeklyChartListService.swift
[135/181] Compiling ScrobbleKit SBKScrobbleList.swift
[136/181] Compiling ScrobbleKit SBKTrackGetSimilarResponse.swift
[137/181] Compiling ScrobbleKit Bool+Int.swift
[138/181] Compiling ScrobbleKit OptinalStringInitializers.swift
[139/181] Compiling ScrobbleKit SBKParameter+URLQueryItem.swift
[140/181] Compiling ScrobbleKit String+MD5.swift
[141/181] Compiling ScrobbleKit URLQuertyItem+Numeric.swift
[142/181] Compiling ScrobbleKit URLQueryItem+Bool.swift
[143/181] Compiling ScrobbleKit SBKClientError.swift
[144/181] Compiling ScrobbleKit SBKError.swift
[145/181] Compiling ScrobbleKit SBKErrorMessage.swift
[146/181] Compiling ScrobbleKit SBKScrobbleError.swift
[147/181] Compiling ScrobbleKit SBKHttpMethod.swift
[148/181] Compiling ScrobbleKit SBKLanguage.swift
[149/181] Compiling ScrobbleKit SBKMethod.swift
[150/181] Compiling ScrobbleKit SBKParameter.swift
[151/181] Compiling ScrobbleKit NumericStringDecoder.swift
[152/181] Compiling ScrobbleKit SBKCorrectedResponse.swift
[153/181] Compiling ScrobbleKit SBKEmptyResponse.swift
[154/181] Compiling ScrobbleKit SBKSearchAttribute.swift
[155/181] Compiling ScrobbleKit SBKSearchQuery.swift
[156/181] Compiling ScrobbleKit SBKSearchResultsResponse.swift
[157/181] Compiling ScrobbleKit SBKThrowable.swift
[158/181] Compiling ScrobbleKit SBKTimestamp.swift
[159/181] Compiling ScrobbleKit AddTagsService.swift
[160/181] Compiling ScrobbleKit SBKTrackRequestResponseList.swift
[161/181] Compiling ScrobbleKit SBKTrackUpdateNowPlayingCode.swift
[162/181] Compiling ScrobbleKit SBKTrackUpdateNowPlayingResponse.swift
[163/181] Compiling ScrobbleKit SBKTrackSearchResultListResponse.swift
[164/181] Compiling ScrobbleKit ScrobbleService.swift
[165/181] Compiling ScrobbleKit TrackCorrectionService.swift
[166/181] Compiling ScrobbleKit TrackGetInfoService.swift
[167/181] Compiling ScrobbleKit TrackGetSimilarService.swift
[168/181] Compiling ScrobbleKit TrackGetTagsService.swift
[169/181] Compiling ScrobbleKit TrackGetTopTagsService.swift
[170/181] Compiling ScrobbleKit TrackLoveService.swift
[171/181] Compiling ScrobbleKit TrackSearchService.swift
[172/181] Compiling ScrobbleKit TrackUnloveService.swift
[173/181] Compiling ScrobbleKit TrackUpdateNowPlayingService.swift
[174/181] Compiling ScrobbleKit SBKUserGetFriendsResponse.swift
[175/181] Compiling ScrobbleKit SBKUserGetRecentTracksResponse.swift
[176/181] Compiling ScrobbleKit SBKUserGetTopAlbumsResponse.swift
[177/181] Compiling ScrobbleKit SBKUserInfoResponse.swift
[178/181] Compiling ScrobbleKit SBKUserPersonalTags.swift
[179/181] Compiling ScrobbleKit SBKUserTagsResponse.swift
[180/181] Compiling ScrobbleKit UserGetLovedTracksResponse.swift
[181/181] Compiling ScrobbleKit UserGetFriendsService.swift
BUILD FAILURE 6.1 wasm