Build Information
Failed to build ScrobbleKit, reference main (ff24ad), with Swift 6.1 for Wasm on 1 May 2026 23:10:29 UTC.
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4609320-2":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/swiftpackageindex/spi-images:wasm-6.1-latest swift build --swift-sdk wasm32-unknown-wasi 2>&1Build Log
========================================
RunAll
========================================
Builder version: 4.70.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/tfmart/ScrobbleKit.git
Reference: main
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
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
HEAD is now at ff24adb Removed deprecated method
Cloned https://github.com/tfmart/ScrobbleKit.git
Revision (git rev-parse @):
ff24adb5698298ab335219e4cac000655e5be575
SUCCESS checkout https://github.com/tfmart/ScrobbleKit.git at main
========================================
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
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-2":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/swiftpackageindex/spi-images:wasm-6.1-latest swift build --swift-sdk wasm32-unknown-wasi -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures 2>&1
wasm-6.1-latest: Pulling from swiftpackageindex/spi-images
Digest: sha256:276d66a16377d3ee059b2e3429cbc1154d9f01e42871e5d702fd5d8b9044d93d
Status: Image is up to date for registry.gitlab.com/swiftpackageindex/spi-images:wasm-6.1-latest
Fetching https://github.com/swiftlang/swift-docc-plugin
[1/2287] Fetching swift-docc-plugin
Fetched https://github.com/swiftlang/swift-docc-plugin from cache (0.38s)
Computing version for https://github.com/swiftlang/swift-docc-plugin
Computed https://github.com/swiftlang/swift-docc-plugin at 1.5.0 (5.06s)
Fetching https://github.com/swiftlang/swift-docc-symbolkit
[1/3709] Fetching swift-docc-symbolkit
Fetched https://github.com/swiftlang/swift-docc-symbolkit from cache (1.76s)
Computing version for https://github.com/swiftlang/swift-docc-symbolkit
Computed https://github.com/swiftlang/swift-docc-symbolkit at 1.0.0 (2.44s)
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.5.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
error: emit-module command failed with exit code 1 (use -v to see invocation)
[5/166] Emitting module ScrobbleKit
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
/host/spi-builder-workspace/Sources/ScrobbleKit/Internal/Services/Protocols/SBKService.swift:79:34: error: cannot find type 'URLRequest' in scope
77 | // MARK: Request builder
78 | internal extension SBKService {
79 | func makeRequest() throws -> URLRequest {
| `- error: cannot find type 'URLRequest' in scope
80 | guard let url = url else {
81 | throw SBKClientError.badURL
[6/189] Compiling ScrobbleKit Bool+Int.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[7/189] Compiling ScrobbleKit Int+Page.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[8/189] Compiling ScrobbleKit OptinalStringInitializers.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[9/189] Compiling ScrobbleKit SBKParameter+URLQueryItem.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[10/189] Compiling ScrobbleKit String+MD5.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[11/189] Compiling ScrobbleKit URLQuertyItem+Numeric.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[12/189] Compiling ScrobbleKit URLQueryItem+Bool.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[13/189] Compiling ScrobbleKit SBKClientError.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[14/189] Compiling ScrobbleKit SBKError.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[15/189] Compiling ScrobbleKit SBKErrorMessage.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[16/189] Compiling ScrobbleKit SBKScrobbleError.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[17/189] Compiling ScrobbleKit SBKHttpMethod.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[18/189] Compiling ScrobbleKit SBKLanguage.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[19/189] Compiling ScrobbleKit SBKMethod.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[20/189] Compiling ScrobbleKit SBKParameter.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[21/189] Compiling ScrobbleKit NumericStringDecoder.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[22/189] Compiling ScrobbleKit SBKCorrectedResponse.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[23/189] Compiling ScrobbleKit SBKEmptyResponse.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[24/189] Compiling ScrobbleKit SBKSearchAttribute.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[25/189] Compiling ScrobbleKit SBKSearchQuery.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[26/189] Compiling ScrobbleKit SBKSearchResultsResponse.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[27/189] Compiling ScrobbleKit SBKThrowable.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[28/189] Compiling ScrobbleKit SBKTimestamp.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[29/189] Compiling ScrobbleKit SBKManager+TrackGetSimilarService.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[30/189] Compiling ScrobbleKit SBKmanager+TrackGetTagsService.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[31/189] Compiling ScrobbleKit SBKManager+TrackGetTopTagsService.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[32/189] Compiling ScrobbleKit SBKManager+TrackLoveService.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[33/189] Compiling ScrobbleKit SBKManager+TrackRemoveTag.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[34/189] Compiling ScrobbleKit SBKTrackSearchMethod.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[35/189] Compiling ScrobbleKit SBKManager+Scrobble.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[36/189] Compiling ScrobbleKit SBKManager+TrackSearchService.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[37/189] Compiling ScrobbleKit SBKManager+TrackUnloveService.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[38/189] Compiling ScrobbleKit SBKManager+TrackUpdateNowPlayingService.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[39/189] Compiling ScrobbleKit SBKManager+UserGetFriendsService.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[40/189] Compiling ScrobbleKit SBKManager+UserGetInfoService.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[41/189] Compiling ScrobbleKit SBKManager+UserGetLovedTracksService.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[42/189] Compiling ScrobbleKit SBKManager+UserGetPersonalTagsService.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[43/189] Compiling ScrobbleKit SBKManager+UserGetRecentTracksService.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[44/189] Compiling ScrobbleKit SBKManager+UserGetTopAlbumsService.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[45/189] Compiling ScrobbleKit SBKManager+UserGetTopArtistsService.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[46/189] Compiling ScrobbleKit SBKManager+UserGetTopTagsService.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[47/189] Compiling ScrobbleKit SBKManager+UserGetTopTracksService.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[48/189] Compiling ScrobbleKit SBKManager+UserGetWeeklyChartsService.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[49/189] Compiling ScrobbleKit SBKAlbum.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[50/189] Compiling ScrobbleKit SBKAlbumSearchMethod.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[51/189] Compiling ScrobbleKit SBKArtist.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[52/189] Compiling ScrobbleKit UserGetInfoService.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
/host/spi-builder-workspace/Sources/ScrobbleKit/Internal/Services/Protocols/SBKService.swift:79:34: error: cannot find type 'URLRequest' in scope
77 | // MARK: Request builder
78 | internal extension SBKService {
79 | func makeRequest() throws -> URLRequest {
| `- error: cannot find type 'URLRequest' in scope
80 | guard let url = url else {
81 | throw SBKClientError.badURL
/host/spi-builder-workspace/Sources/ScrobbleKit/Internal/Services/Protocols/SBKService.swift:84:23: error: cannot find 'URLRequest' in scope
82 | }
83 |
84 | var request = URLRequest(url: url)
| `- error: cannot find 'URLRequest' in scope
85 | request.httpMethod = httpMethod.rawValue
86 |
/host/spi-builder-workspace/Sources/ScrobbleKit/Internal/Services/Protocols/SBKService.swift:125:46: error: type 'URLSession' (aka 'AnyObject') has no member 'shared'
123 | func start() async throws -> ResponseType {
124 | let request = try makeRequest()
125 | let (data, _) = try await URLSession.shared.data(for: request)
| `- error: type 'URLSession' (aka 'AnyObject') has no member 'shared'
126 | let decodedModel = try parse(data)
127 | return decodedModel
[53/189] Compiling ScrobbleKit UserGetLovedTracksService.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
/host/spi-builder-workspace/Sources/ScrobbleKit/Internal/Services/Protocols/SBKService.swift:79:34: error: cannot find type 'URLRequest' in scope
77 | // MARK: Request builder
78 | internal extension SBKService {
79 | func makeRequest() throws -> URLRequest {
| `- error: cannot find type 'URLRequest' in scope
80 | guard let url = url else {
81 | throw SBKClientError.badURL
/host/spi-builder-workspace/Sources/ScrobbleKit/Internal/Services/Protocols/SBKService.swift:84:23: error: cannot find 'URLRequest' in scope
82 | }
83 |
84 | var request = URLRequest(url: url)
| `- error: cannot find 'URLRequest' in scope
85 | request.httpMethod = httpMethod.rawValue
86 |
/host/spi-builder-workspace/Sources/ScrobbleKit/Internal/Services/Protocols/SBKService.swift:125:46: error: type 'URLSession' (aka 'AnyObject') has no member 'shared'
123 | func start() async throws -> ResponseType {
124 | let request = try makeRequest()
125 | let (data, _) = try await URLSession.shared.data(for: request)
| `- error: type 'URLSession' (aka 'AnyObject') has no member 'shared'
126 | let decodedModel = try parse(data)
127 | return decodedModel
[54/189] Compiling ScrobbleKit UserGetPersonalTagsService.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
/host/spi-builder-workspace/Sources/ScrobbleKit/Internal/Services/Protocols/SBKService.swift:79:34: error: cannot find type 'URLRequest' in scope
77 | // MARK: Request builder
78 | internal extension SBKService {
79 | func makeRequest() throws -> URLRequest {
| `- error: cannot find type 'URLRequest' in scope
80 | guard let url = url else {
81 | throw SBKClientError.badURL
/host/spi-builder-workspace/Sources/ScrobbleKit/Internal/Services/Protocols/SBKService.swift:84:23: error: cannot find 'URLRequest' in scope
82 | }
83 |
84 | var request = URLRequest(url: url)
| `- error: cannot find 'URLRequest' in scope
85 | request.httpMethod = httpMethod.rawValue
86 |
/host/spi-builder-workspace/Sources/ScrobbleKit/Internal/Services/Protocols/SBKService.swift:125:46: error: type 'URLSession' (aka 'AnyObject') has no member 'shared'
123 | func start() async throws -> ResponseType {
124 | let request = try makeRequest()
125 | let (data, _) = try await URLSession.shared.data(for: request)
| `- error: type 'URLSession' (aka 'AnyObject') has no member 'shared'
126 | let decodedModel = try parse(data)
127 | return decodedModel
[55/189] Compiling ScrobbleKit UserGetRecentTracksService.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
/host/spi-builder-workspace/Sources/ScrobbleKit/Internal/Services/Protocols/SBKService.swift:79:34: error: cannot find type 'URLRequest' in scope
77 | // MARK: Request builder
78 | internal extension SBKService {
79 | func makeRequest() throws -> URLRequest {
| `- error: cannot find type 'URLRequest' in scope
80 | guard let url = url else {
81 | throw SBKClientError.badURL
/host/spi-builder-workspace/Sources/ScrobbleKit/Internal/Services/Protocols/SBKService.swift:84:23: error: cannot find 'URLRequest' in scope
82 | }
83 |
84 | var request = URLRequest(url: url)
| `- error: cannot find 'URLRequest' in scope
85 | request.httpMethod = httpMethod.rawValue
86 |
/host/spi-builder-workspace/Sources/ScrobbleKit/Internal/Services/Protocols/SBKService.swift:125:46: error: type 'URLSession' (aka 'AnyObject') has no member 'shared'
123 | func start() async throws -> ResponseType {
124 | let request = try makeRequest()
125 | let (data, _) = try await URLSession.shared.data(for: request)
| `- error: type 'URLSession' (aka 'AnyObject') has no member 'shared'
126 | let decodedModel = try parse(data)
127 | return decodedModel
[56/189] Compiling ScrobbleKit UserGetTopAlbumsService.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
/host/spi-builder-workspace/Sources/ScrobbleKit/Internal/Services/Protocols/SBKService.swift:79:34: error: cannot find type 'URLRequest' in scope
77 | // MARK: Request builder
78 | internal extension SBKService {
79 | func makeRequest() throws -> URLRequest {
| `- error: cannot find type 'URLRequest' in scope
80 | guard let url = url else {
81 | throw SBKClientError.badURL
/host/spi-builder-workspace/Sources/ScrobbleKit/Internal/Services/Protocols/SBKService.swift:84:23: error: cannot find 'URLRequest' in scope
82 | }
83 |
84 | var request = URLRequest(url: url)
| `- error: cannot find 'URLRequest' in scope
85 | request.httpMethod = httpMethod.rawValue
86 |
/host/spi-builder-workspace/Sources/ScrobbleKit/Internal/Services/Protocols/SBKService.swift:125:46: error: type 'URLSession' (aka 'AnyObject') has no member 'shared'
123 | func start() async throws -> ResponseType {
124 | let request = try makeRequest()
125 | let (data, _) = try await URLSession.shared.data(for: request)
| `- error: type 'URLSession' (aka 'AnyObject') has no member 'shared'
126 | let decodedModel = try parse(data)
127 | return decodedModel
[57/189] Compiling ScrobbleKit UserGetTopArtistsService.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
/host/spi-builder-workspace/Sources/ScrobbleKit/Internal/Services/Protocols/SBKService.swift:79:34: error: cannot find type 'URLRequest' in scope
77 | // MARK: Request builder
78 | internal extension SBKService {
79 | func makeRequest() throws -> URLRequest {
| `- error: cannot find type 'URLRequest' in scope
80 | guard let url = url else {
81 | throw SBKClientError.badURL
/host/spi-builder-workspace/Sources/ScrobbleKit/Internal/Services/Protocols/SBKService.swift:84:23: error: cannot find 'URLRequest' in scope
82 | }
83 |
84 | var request = URLRequest(url: url)
| `- error: cannot find 'URLRequest' in scope
85 | request.httpMethod = httpMethod.rawValue
86 |
/host/spi-builder-workspace/Sources/ScrobbleKit/Internal/Services/Protocols/SBKService.swift:125:46: error: type 'URLSession' (aka 'AnyObject') has no member 'shared'
123 | func start() async throws -> ResponseType {
124 | let request = try makeRequest()
125 | let (data, _) = try await URLSession.shared.data(for: request)
| `- error: type 'URLSession' (aka 'AnyObject') has no member 'shared'
126 | let decodedModel = try parse(data)
127 | return decodedModel
[58/189] Compiling ScrobbleKit UserGetTopTagsService.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
/host/spi-builder-workspace/Sources/ScrobbleKit/Internal/Services/Protocols/SBKService.swift:79:34: error: cannot find type 'URLRequest' in scope
77 | // MARK: Request builder
78 | internal extension SBKService {
79 | func makeRequest() throws -> URLRequest {
| `- error: cannot find type 'URLRequest' in scope
80 | guard let url = url else {
81 | throw SBKClientError.badURL
/host/spi-builder-workspace/Sources/ScrobbleKit/Internal/Services/Protocols/SBKService.swift:84:23: error: cannot find 'URLRequest' in scope
82 | }
83 |
84 | var request = URLRequest(url: url)
| `- error: cannot find 'URLRequest' in scope
85 | request.httpMethod = httpMethod.rawValue
86 |
/host/spi-builder-workspace/Sources/ScrobbleKit/Internal/Services/Protocols/SBKService.swift:125:46: error: type 'URLSession' (aka 'AnyObject') has no member 'shared'
123 | func start() async throws -> ResponseType {
124 | let request = try makeRequest()
125 | let (data, _) = try await URLSession.shared.data(for: request)
| `- error: type 'URLSession' (aka 'AnyObject') has no member 'shared'
126 | let decodedModel = try parse(data)
127 | return decodedModel
[59/189] Compiling ScrobbleKit UserGetTopTracksService.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
/host/spi-builder-workspace/Sources/ScrobbleKit/Internal/Services/Protocols/SBKService.swift:79:34: error: cannot find type 'URLRequest' in scope
77 | // MARK: Request builder
78 | internal extension SBKService {
79 | func makeRequest() throws -> URLRequest {
| `- error: cannot find type 'URLRequest' in scope
80 | guard let url = url else {
81 | throw SBKClientError.badURL
/host/spi-builder-workspace/Sources/ScrobbleKit/Internal/Services/Protocols/SBKService.swift:84:23: error: cannot find 'URLRequest' in scope
82 | }
83 |
84 | var request = URLRequest(url: url)
| `- error: cannot find 'URLRequest' in scope
85 | request.httpMethod = httpMethod.rawValue
86 |
/host/spi-builder-workspace/Sources/ScrobbleKit/Internal/Services/Protocols/SBKService.swift:125:46: error: type 'URLSession' (aka 'AnyObject') has no member 'shared'
123 | func start() async throws -> ResponseType {
124 | let request = try makeRequest()
125 | let (data, _) = try await URLSession.shared.data(for: request)
| `- error: type 'URLSession' (aka 'AnyObject') has no member 'shared'
126 | let decodedModel = try parse(data)
127 | return decodedModel
[60/189] Compiling ScrobbleKit UserGetWeeklyChartServices.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
/host/spi-builder-workspace/Sources/ScrobbleKit/Internal/Services/Protocols/SBKService.swift:79:34: error: cannot find type 'URLRequest' in scope
77 | // MARK: Request builder
78 | internal extension SBKService {
79 | func makeRequest() throws -> URLRequest {
| `- error: cannot find type 'URLRequest' in scope
80 | guard let url = url else {
81 | throw SBKClientError.badURL
/host/spi-builder-workspace/Sources/ScrobbleKit/Internal/Services/Protocols/SBKService.swift:84:23: error: cannot find 'URLRequest' in scope
82 | }
83 |
84 | var request = URLRequest(url: url)
| `- error: cannot find 'URLRequest' in scope
85 | request.httpMethod = httpMethod.rawValue
86 |
/host/spi-builder-workspace/Sources/ScrobbleKit/Internal/Services/Protocols/SBKService.swift:125:46: error: type 'URLSession' (aka 'AnyObject') has no member 'shared'
123 | func start() async throws -> ResponseType {
124 | let request = try makeRequest()
125 | let (data, _) = try await URLSession.shared.data(for: request)
| `- error: type 'URLSession' (aka 'AnyObject') has no member 'shared'
126 | let decodedModel = try parse(data)
127 | return decodedModel
[61/189] Compiling ScrobbleKit SBKAuthenticatedService.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
/host/spi-builder-workspace/Sources/ScrobbleKit/Internal/Services/Protocols/SBKService.swift:79:34: error: cannot find type 'URLRequest' in scope
77 | // MARK: Request builder
78 | internal extension SBKService {
79 | func makeRequest() throws -> URLRequest {
| `- error: cannot find type 'URLRequest' in scope
80 | guard let url = url else {
81 | throw SBKClientError.badURL
/host/spi-builder-workspace/Sources/ScrobbleKit/Internal/Services/Protocols/SBKService.swift:84:23: error: cannot find 'URLRequest' in scope
82 | }
83 |
84 | var request = URLRequest(url: url)
| `- error: cannot find 'URLRequest' in scope
85 | request.httpMethod = httpMethod.rawValue
86 |
/host/spi-builder-workspace/Sources/ScrobbleKit/Internal/Services/Protocols/SBKService.swift:125:46: error: type 'URLSession' (aka 'AnyObject') has no member 'shared'
123 | func start() async throws -> ResponseType {
124 | let request = try makeRequest()
125 | let (data, _) = try await URLSession.shared.data(for: request)
| `- error: type 'URLSession' (aka 'AnyObject') has no member 'shared'
126 | let decodedModel = try parse(data)
127 | return decodedModel
[62/189] Compiling ScrobbleKit SBKOptionallyAuthenticatedService.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
/host/spi-builder-workspace/Sources/ScrobbleKit/Internal/Services/Protocols/SBKService.swift:79:34: error: cannot find type 'URLRequest' in scope
77 | // MARK: Request builder
78 | internal extension SBKService {
79 | func makeRequest() throws -> URLRequest {
| `- error: cannot find type 'URLRequest' in scope
80 | guard let url = url else {
81 | throw SBKClientError.badURL
/host/spi-builder-workspace/Sources/ScrobbleKit/Internal/Services/Protocols/SBKService.swift:84:23: error: cannot find 'URLRequest' in scope
82 | }
83 |
84 | var request = URLRequest(url: url)
| `- error: cannot find 'URLRequest' in scope
85 | request.httpMethod = httpMethod.rawValue
86 |
/host/spi-builder-workspace/Sources/ScrobbleKit/Internal/Services/Protocols/SBKService.swift:125:46: error: type 'URLSession' (aka 'AnyObject') has no member 'shared'
123 | func start() async throws -> ResponseType {
124 | let request = try makeRequest()
125 | let (data, _) = try await URLSession.shared.data(for: request)
| `- error: type 'URLSession' (aka 'AnyObject') has no member 'shared'
126 | let decodedModel = try parse(data)
127 | return decodedModel
[63/189] Compiling ScrobbleKit SBKService.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
/host/spi-builder-workspace/Sources/ScrobbleKit/Internal/Services/Protocols/SBKService.swift:79:34: error: cannot find type 'URLRequest' in scope
77 | // MARK: Request builder
78 | internal extension SBKService {
79 | func makeRequest() throws -> URLRequest {
| `- error: cannot find type 'URLRequest' in scope
80 | guard let url = url else {
81 | throw SBKClientError.badURL
/host/spi-builder-workspace/Sources/ScrobbleKit/Internal/Services/Protocols/SBKService.swift:84:23: error: cannot find 'URLRequest' in scope
82 | }
83 |
84 | var request = URLRequest(url: url)
| `- error: cannot find 'URLRequest' in scope
85 | request.httpMethod = httpMethod.rawValue
86 |
/host/spi-builder-workspace/Sources/ScrobbleKit/Internal/Services/Protocols/SBKService.swift:125:46: error: type 'URLSession' (aka 'AnyObject') has no member 'shared'
123 | func start() async throws -> ResponseType {
124 | let request = try makeRequest()
125 | let (data, _) = try await URLSession.shared.data(for: request)
| `- error: type 'URLSession' (aka 'AnyObject') has no member 'shared'
126 | let decodedModel = try parse(data)
127 | return decodedModel
[64/189] Compiling ScrobbleKit SBKURLBuilder.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
/host/spi-builder-workspace/Sources/ScrobbleKit/Internal/Services/Protocols/SBKService.swift:79:34: error: cannot find type 'URLRequest' in scope
77 | // MARK: Request builder
78 | internal extension SBKService {
79 | func makeRequest() throws -> URLRequest {
| `- error: cannot find type 'URLRequest' in scope
80 | guard let url = url else {
81 | throw SBKClientError.badURL
/host/spi-builder-workspace/Sources/ScrobbleKit/Internal/Services/Protocols/SBKService.swift:84:23: error: cannot find 'URLRequest' in scope
82 | }
83 |
84 | var request = URLRequest(url: url)
| `- error: cannot find 'URLRequest' in scope
85 | request.httpMethod = httpMethod.rawValue
86 |
/host/spi-builder-workspace/Sources/ScrobbleKit/Internal/Services/Protocols/SBKService.swift:125:46: error: type 'URLSession' (aka 'AnyObject') has no member 'shared'
123 | func start() async throws -> ResponseType {
124 | let request = try makeRequest()
125 | let (data, _) = try await URLSession.shared.data(for: request)
| `- error: type 'URLSession' (aka 'AnyObject') has no member 'shared'
126 | let decodedModel = try parse(data)
127 | return decodedModel
[65/189] Compiling ScrobbleKit SBKURLBuilderError.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
/host/spi-builder-workspace/Sources/ScrobbleKit/Internal/Services/Protocols/SBKService.swift:79:34: error: cannot find type 'URLRequest' in scope
77 | // MARK: Request builder
78 | internal extension SBKService {
79 | func makeRequest() throws -> URLRequest {
| `- error: cannot find type 'URLRequest' in scope
80 | guard let url = url else {
81 | throw SBKClientError.badURL
/host/spi-builder-workspace/Sources/ScrobbleKit/Internal/Services/Protocols/SBKService.swift:84:23: error: cannot find 'URLRequest' in scope
82 | }
83 |
84 | var request = URLRequest(url: url)
| `- error: cannot find 'URLRequest' in scope
85 | request.httpMethod = httpMethod.rawValue
86 |
/host/spi-builder-workspace/Sources/ScrobbleKit/Internal/Services/Protocols/SBKService.swift:125:46: error: type 'URLSession' (aka 'AnyObject') has no member 'shared'
123 | func start() async throws -> ResponseType {
124 | let request = try makeRequest()
125 | let (data, _) = try await URLSession.shared.data(for: request)
| `- error: type 'URLSession' (aka 'AnyObject') has no member 'shared'
126 | let decodedModel = try parse(data)
127 | return decodedModel
[66/189] Compiling ScrobbleKit SBKManager+AlbumAddTags.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
/host/spi-builder-workspace/Sources/ScrobbleKit/Internal/Services/Protocols/SBKService.swift:79:34: error: cannot find type 'URLRequest' in scope
77 | // MARK: Request builder
78 | internal extension SBKService {
79 | func makeRequest() throws -> URLRequest {
| `- error: cannot find type 'URLRequest' in scope
80 | guard let url = url else {
81 | throw SBKClientError.badURL
/host/spi-builder-workspace/Sources/ScrobbleKit/Internal/Services/Protocols/SBKService.swift:84:23: error: cannot find 'URLRequest' in scope
82 | }
83 |
84 | var request = URLRequest(url: url)
| `- error: cannot find 'URLRequest' in scope
85 | request.httpMethod = httpMethod.rawValue
86 |
/host/spi-builder-workspace/Sources/ScrobbleKit/Internal/Services/Protocols/SBKService.swift:125:46: error: type 'URLSession' (aka 'AnyObject') has no member 'shared'
123 | func start() async throws -> ResponseType {
124 | let request = try makeRequest()
125 | let (data, _) = try await URLSession.shared.data(for: request)
| `- error: type 'URLSession' (aka 'AnyObject') has no member 'shared'
126 | let decodedModel = try parse(data)
127 | return decodedModel
[67/189] Compiling ScrobbleKit SBKManager+AlbumGetInfo.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
/host/spi-builder-workspace/Sources/ScrobbleKit/Internal/Services/Protocols/SBKService.swift:79:34: error: cannot find type 'URLRequest' in scope
77 | // MARK: Request builder
78 | internal extension SBKService {
79 | func makeRequest() throws -> URLRequest {
| `- error: cannot find type 'URLRequest' in scope
80 | guard let url = url else {
81 | throw SBKClientError.badURL
/host/spi-builder-workspace/Sources/ScrobbleKit/Internal/Services/Protocols/SBKService.swift:84:23: error: cannot find 'URLRequest' in scope
82 | }
83 |
84 | var request = URLRequest(url: url)
| `- error: cannot find 'URLRequest' in scope
85 | request.httpMethod = httpMethod.rawValue
86 |
/host/spi-builder-workspace/Sources/ScrobbleKit/Internal/Services/Protocols/SBKService.swift:125:46: error: type 'URLSession' (aka 'AnyObject') has no member 'shared'
123 | func start() async throws -> ResponseType {
124 | let request = try makeRequest()
125 | let (data, _) = try await URLSession.shared.data(for: request)
| `- error: type 'URLSession' (aka 'AnyObject') has no member 'shared'
126 | let decodedModel = try parse(data)
127 | return decodedModel
[68/189] Compiling ScrobbleKit SBKManager+AlbumGetTags.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
/host/spi-builder-workspace/Sources/ScrobbleKit/Internal/Services/Protocols/SBKService.swift:79:34: error: cannot find type 'URLRequest' in scope
77 | // MARK: Request builder
78 | internal extension SBKService {
79 | func makeRequest() throws -> URLRequest {
| `- error: cannot find type 'URLRequest' in scope
80 | guard let url = url else {
81 | throw SBKClientError.badURL
/host/spi-builder-workspace/Sources/ScrobbleKit/Internal/Services/Protocols/SBKService.swift:84:23: error: cannot find 'URLRequest' in scope
82 | }
83 |
84 | var request = URLRequest(url: url)
| `- error: cannot find 'URLRequest' in scope
85 | request.httpMethod = httpMethod.rawValue
86 |
/host/spi-builder-workspace/Sources/ScrobbleKit/Internal/Services/Protocols/SBKService.swift:125:46: error: type 'URLSession' (aka 'AnyObject') has no member 'shared'
123 | func start() async throws -> ResponseType {
124 | let request = try makeRequest()
125 | let (data, _) = try await URLSession.shared.data(for: request)
| `- error: type 'URLSession' (aka 'AnyObject') has no member 'shared'
126 | let decodedModel = try parse(data)
127 | return decodedModel
[69/189] Compiling ScrobbleKit SBKManager+AlbumGetTopTags.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
/host/spi-builder-workspace/Sources/ScrobbleKit/Internal/Services/Protocols/SBKService.swift:79:34: error: cannot find type 'URLRequest' in scope
77 | // MARK: Request builder
78 | internal extension SBKService {
79 | func makeRequest() throws -> URLRequest {
| `- error: cannot find type 'URLRequest' in scope
80 | guard let url = url else {
81 | throw SBKClientError.badURL
/host/spi-builder-workspace/Sources/ScrobbleKit/Internal/Services/Protocols/SBKService.swift:84:23: error: cannot find 'URLRequest' in scope
82 | }
83 |
84 | var request = URLRequest(url: url)
| `- error: cannot find 'URLRequest' in scope
85 | request.httpMethod = httpMethod.rawValue
86 |
/host/spi-builder-workspace/Sources/ScrobbleKit/Internal/Services/Protocols/SBKService.swift:125:46: error: type 'URLSession' (aka 'AnyObject') has no member 'shared'
123 | func start() async throws -> ResponseType {
124 | let request = try makeRequest()
125 | let (data, _) = try await URLSession.shared.data(for: request)
| `- error: type 'URLSession' (aka 'AnyObject') has no member 'shared'
126 | let decodedModel = try parse(data)
127 | return decodedModel
[70/189] Compiling ScrobbleKit SBKManager+AlbumRemoveTagService.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
/host/spi-builder-workspace/Sources/ScrobbleKit/Internal/Services/Protocols/SBKService.swift:79:34: error: cannot find type 'URLRequest' in scope
77 | // MARK: Request builder
78 | internal extension SBKService {
79 | func makeRequest() throws -> URLRequest {
| `- error: cannot find type 'URLRequest' in scope
80 | guard let url = url else {
81 | throw SBKClientError.badURL
/host/spi-builder-workspace/Sources/ScrobbleKit/Internal/Services/Protocols/SBKService.swift:84:23: error: cannot find 'URLRequest' in scope
82 | }
83 |
84 | var request = URLRequest(url: url)
| `- error: cannot find 'URLRequest' in scope
85 | request.httpMethod = httpMethod.rawValue
86 |
/host/spi-builder-workspace/Sources/ScrobbleKit/Internal/Services/Protocols/SBKService.swift:125:46: error: type 'URLSession' (aka 'AnyObject') has no member 'shared'
123 | func start() async throws -> ResponseType {
124 | let request = try makeRequest()
125 | let (data, _) = try await URLSession.shared.data(for: request)
| `- error: type 'URLSession' (aka 'AnyObject') has no member 'shared'
126 | let decodedModel = try parse(data)
127 | return decodedModel
[71/189] Compiling ScrobbleKit SBKManager+AlbumSearchService.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
/host/spi-builder-workspace/Sources/ScrobbleKit/Internal/Services/Protocols/SBKService.swift:79:34: error: cannot find type 'URLRequest' in scope
77 | // MARK: Request builder
78 | internal extension SBKService {
79 | func makeRequest() throws -> URLRequest {
| `- error: cannot find type 'URLRequest' in scope
80 | guard let url = url else {
81 | throw SBKClientError.badURL
/host/spi-builder-workspace/Sources/ScrobbleKit/Internal/Services/Protocols/SBKService.swift:84:23: error: cannot find 'URLRequest' in scope
82 | }
83 |
84 | var request = URLRequest(url: url)
| `- error: cannot find 'URLRequest' in scope
85 | request.httpMethod = httpMethod.rawValue
86 |
/host/spi-builder-workspace/Sources/ScrobbleKit/Internal/Services/Protocols/SBKService.swift:125:46: error: type 'URLSession' (aka 'AnyObject') has no member 'shared'
123 | func start() async throws -> ResponseType {
124 | let request = try makeRequest()
125 | let (data, _) = try await URLSession.shared.data(for: request)
| `- error: type 'URLSession' (aka 'AnyObject') has no member 'shared'
126 | let decodedModel = try parse(data)
127 | return decodedModel
[72/189] Compiling ScrobbleKit SBKManager+ArtistAddTags.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
/host/spi-builder-workspace/Sources/ScrobbleKit/Internal/Services/Protocols/SBKService.swift:79:34: error: cannot find type 'URLRequest' in scope
77 | // MARK: Request builder
78 | internal extension SBKService {
79 | func makeRequest() throws -> URLRequest {
| `- error: cannot find type 'URLRequest' in scope
80 | guard let url = url else {
81 | throw SBKClientError.badURL
/host/spi-builder-workspace/Sources/ScrobbleKit/Internal/Services/Protocols/SBKService.swift:84:23: error: cannot find 'URLRequest' in scope
82 | }
83 |
84 | var request = URLRequest(url: url)
| `- error: cannot find 'URLRequest' in scope
85 | request.httpMethod = httpMethod.rawValue
86 |
/host/spi-builder-workspace/Sources/ScrobbleKit/Internal/Services/Protocols/SBKService.swift:125:46: error: type 'URLSession' (aka 'AnyObject') has no member 'shared'
123 | func start() async throws -> ResponseType {
124 | let request = try makeRequest()
125 | let (data, _) = try await URLSession.shared.data(for: request)
| `- error: type 'URLSession' (aka 'AnyObject') has no member 'shared'
126 | let decodedModel = try parse(data)
127 | return decodedModel
[73/189] Compiling ScrobbleKit SBKManager+ArtistGetCorrectionService.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
/host/spi-builder-workspace/Sources/ScrobbleKit/Internal/Services/Protocols/SBKService.swift:79:34: error: cannot find type 'URLRequest' in scope
77 | // MARK: Request builder
78 | internal extension SBKService {
79 | func makeRequest() throws -> URLRequest {
| `- error: cannot find type 'URLRequest' in scope
80 | guard let url = url else {
81 | throw SBKClientError.badURL
/host/spi-builder-workspace/Sources/ScrobbleKit/Internal/Services/Protocols/SBKService.swift:84:23: error: cannot find 'URLRequest' in scope
82 | }
83 |
84 | var request = URLRequest(url: url)
| `- error: cannot find 'URLRequest' in scope
85 | request.httpMethod = httpMethod.rawValue
86 |
/host/spi-builder-workspace/Sources/ScrobbleKit/Internal/Services/Protocols/SBKService.swift:125:46: error: type 'URLSession' (aka 'AnyObject') has no member 'shared'
123 | func start() async throws -> ResponseType {
124 | let request = try makeRequest()
125 | let (data, _) = try await URLSession.shared.data(for: request)
| `- error: type 'URLSession' (aka 'AnyObject') has no member 'shared'
126 | let decodedModel = try parse(data)
127 | return decodedModel
[74/189] Compiling ScrobbleKit SBKManager+ArtistGetInfoService.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
/host/spi-builder-workspace/Sources/ScrobbleKit/Internal/Services/Protocols/SBKService.swift:79:34: error: cannot find type 'URLRequest' in scope
77 | // MARK: Request builder
78 | internal extension SBKService {
79 | func makeRequest() throws -> URLRequest {
| `- error: cannot find type 'URLRequest' in scope
80 | guard let url = url else {
81 | throw SBKClientError.badURL
/host/spi-builder-workspace/Sources/ScrobbleKit/Internal/Services/Protocols/SBKService.swift:84:23: error: cannot find 'URLRequest' in scope
82 | }
83 |
84 | var request = URLRequest(url: url)
| `- error: cannot find 'URLRequest' in scope
85 | request.httpMethod = httpMethod.rawValue
86 |
/host/spi-builder-workspace/Sources/ScrobbleKit/Internal/Services/Protocols/SBKService.swift:125:46: error: type 'URLSession' (aka 'AnyObject') has no member 'shared'
123 | func start() async throws -> ResponseType {
124 | let request = try makeRequest()
125 | let (data, _) = try await URLSession.shared.data(for: request)
| `- error: type 'URLSession' (aka 'AnyObject') has no member 'shared'
126 | let decodedModel = try parse(data)
127 | return decodedModel
[75/189] Compiling ScrobbleKit SBKArtistSearchMethod.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[76/189] Compiling ScrobbleKit SBKImage.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[77/189] Compiling ScrobbleKit SBKLovedTrack.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[78/189] Compiling ScrobbleKit SBKLovedTracks.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[79/189] Compiling ScrobbleKit SBKNowPlayingCorrected.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[80/189] Compiling ScrobbleKit SBKScrobbleResponse.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[81/189] Compiling ScrobbleKit SBKScrobbleResponseAttribute.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[82/189] Compiling ScrobbleKit SBKScrobbleResponseTrack.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[83/189] Compiling ScrobbleKit SBKScrobbleResponseTrackStatus.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[84/189] Compiling ScrobbleKit SBKScrobbledTrack.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[85/189] Compiling ScrobbleKit SBKSearchAttributes.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[86/189] Compiling ScrobbleKit SBKSearchPeriod.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[87/189] Compiling ScrobbleKit SBKSearchResult.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[88/189] Compiling ScrobbleKit SBKSearchTerm.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[89/189] Compiling ScrobbleKit SBKSessionResponse.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[90/189] Compiling ScrobbleKit SBKSimilarArtist.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[91/189] Compiling ScrobbleKit SBKSimilarTrack.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[92/189] Compiling ScrobbleKit SBKTag.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[93/189] Compiling ScrobbleKit SBKTrack.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[94/189] Compiling ScrobbleKit SBKTrackToScrobble.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[95/189] Compiling ScrobbleKit SBKWeeklyChart.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[96/189] Compiling ScrobbleKit SBKWiki.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[97/189] Compiling ScrobbleKit SBKManager.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[98/189] Compiling ScrobbleKit SBKManager+ArtistGetSimilar.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[99/189] Compiling ScrobbleKit SBKManager+ArtistGetTagsService.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[100/189] Compiling ScrobbleKit SBKManager+ArtistGetTopAlbums.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[101/189] Compiling ScrobbleKit SBKManager+ArtistGetTopTagsService.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[102/189] Compiling ScrobbleKit SBKManager+ArtistGetTopTracksService.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[103/189] Compiling ScrobbleKit SBKManager+ArtistRemoveTagService.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[104/189] Compiling ScrobbleKit SBKManager+ArtistSearchService.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[105/189] Compiling ScrobbleKit SBKManager+ChartGetTopArtistsService.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[106/189] Compiling ScrobbleKit SBKManager+ChartGetTopTagsService.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[107/189] Compiling ScrobbleKit SBKManager+ChartGetTopTracksService.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[108/189] Compiling ScrobbleKit SBKManager+GeoGetTopArtistsService.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[109/189] Compiling ScrobbleKit SBKManager+GeoGetTopTracksService.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[110/189] Compiling ScrobbleKit SBKCountry.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[111/189] Compiling ScrobbleKit SBKService+LibraryGetArtistsService.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[112/189] Compiling ScrobbleKit SBKManager+TagGetInfo.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[113/189] Compiling ScrobbleKit SBKManager+TagGetSimilar.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[114/189] Compiling ScrobbleKit SBKManager+TagGetTopAlbums.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[115/189] Compiling ScrobbleKit SBKManager+TagGetTopArtistsService.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[116/189] Compiling ScrobbleKit SBKManager+TagGetTopTagsService.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[117/189] Compiling ScrobbleKit SBKService+TagGetTopTracksService.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[118/189] Compiling ScrobbleKit SBKManager+TrackAddTags.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[119/189] Compiling ScrobbleKit SBKManager+TrackCorrectionService.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[120/189] Compiling ScrobbleKit SBKManager+TrackGetInfoService.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[121/189] Compiling ScrobbleKit AddTagsService.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[122/189] Compiling ScrobbleKit RemoveTagService.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[123/189] Compiling ScrobbleKit AlbumGetInfoService.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[124/189] Compiling ScrobbleKit AlbumGetTagsService.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[125/189] Compiling ScrobbleKit AlbumGetTopTagsService.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[126/189] Compiling ScrobbleKit AlbumSearchService.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[127/189] Compiling ScrobbleKit SBKAddTagAlbumResponse.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[128/189] Compiling ScrobbleKit SBKAlbumRequestResponseList.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[129/189] Compiling ScrobbleKit SBKAlbumSearchResultListResponse.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[130/189] Compiling ScrobbleKit SBKAlbumTopTagsResponse.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[131/189] Compiling ScrobbleKit ArtistGetCorrectionService.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[132/189] Compiling ScrobbleKit ArtistGetInfoService.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[133/189] Compiling ScrobbleKit ArtistGetSimilarService.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[134/189] Compiling ScrobbleKit ArtistGetTopAlbumsService.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[135/189] Compiling ScrobbleKit ArtistGetTopTagsService.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[136/189] Compiling ScrobbleKit ArtistGetTopTracksService.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[137/189] Compiling ScrobbleKit ArtistSearchService.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[138/189] Compiling ScrobbleKit ArtistGetTagsService.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[139/189] Compiling ScrobbleKit SBKArtistGetInfoRequestResponse.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[140/189] Compiling ScrobbleKit SBKArtistGetInfoSimilarArtist.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[141/189] Compiling ScrobbleKit SBKArtistGetSimilarResponse.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[142/189] Compiling ScrobbleKit SBKArtistGetTopAlbumsResponse.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[143/189] Compiling ScrobbleKit SBKArtistSearchResultsList.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[144/189] Compiling ScrobbleKit SBKArtistTopTracksResponse.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[145/189] Compiling ScrobbleKit SBKManager+TagGetWeeklyChartList.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[146/189] Compiling ScrobbleKit AuthSessionService.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[147/189] Compiling ScrobbleKit ChartGetTopArtistsService.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[148/189] Compiling ScrobbleKit ChartGetTopTracksService.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[149/189] Compiling ScrobbleKit ChartsGetTopTagsService.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[150/189] Compiling ScrobbleKit SBKArtistTopChartsRequestResponse.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[151/189] Compiling ScrobbleKit SBKChartGetTopTagsResponse.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[152/189] Compiling ScrobbleKit SBKChartGetTopTracksResponse.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[153/189] Compiling ScrobbleKit GeoGetTopArtistsService.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[154/189] Compiling ScrobbleKit GeoGetTopTracksService.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[155/189] Compiling ScrobbleKit SBKGeoTopArtistsResponse copy.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[156/189] Compiling ScrobbleKit LibraryGetArtistsService.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[157/189] Compiling ScrobbleKit SBKLibraryGetArtistsResponse.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[158/189] Compiling ScrobbleKit TagGetInfoService.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[159/189] Compiling ScrobbleKit TagGetSimilarService.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[160/189] Compiling ScrobbleKit TagGetTopAlbumsService.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[161/189] Compiling ScrobbleKit TagGetTopArtistsService.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[162/189] Compiling ScrobbleKit TagGetTopTagsService.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[163/189] Compiling ScrobbleKit TagGetTopTracksService.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[164/189] Compiling ScrobbleKit TagGetWeeklyChartListService.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[165/189] Compiling ScrobbleKit SBKScrobbleList.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[166/189] Compiling ScrobbleKit SBKTrackGetSimilarResponse.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[167/189] Compiling ScrobbleKit SBKTrackRequestResponseList.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[168/189] Compiling ScrobbleKit SBKTrackUpdateNowPlayingCode.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[169/189] Compiling ScrobbleKit SBKTrackUpdateNowPlayingResponse.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[170/189] Compiling ScrobbleKit SBKTrackSearchResultListResponse.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[171/189] Compiling ScrobbleKit ScrobbleService.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[172/189] Compiling ScrobbleKit TrackCorrectionService.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[173/189] Compiling ScrobbleKit TrackGetInfoService.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[174/189] Compiling ScrobbleKit TrackGetSimilarService.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[175/189] Compiling ScrobbleKit TrackGetTagsService.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[176/189] Compiling ScrobbleKit TrackGetTopTagsService.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[177/189] Compiling ScrobbleKit TrackLoveService.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[178/189] Compiling ScrobbleKit TrackSearchService.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[179/189] Compiling ScrobbleKit TrackUnloveService.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[180/189] Compiling ScrobbleKit TrackUpdateNowPlayingService.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[181/189] Compiling ScrobbleKit SBKUserGetFriendsResponse.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[182/189] Compiling ScrobbleKit SBKUserGetRecentTracksResponse.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[183/189] Compiling ScrobbleKit SBKUserGetTopAlbumsResponse.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[184/189] Compiling ScrobbleKit SBKUserInfoResponse.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[185/189] Compiling ScrobbleKit SBKUserPersonalTags.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[186/189] Compiling ScrobbleKit SBKUserTagsResponse.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[187/189] Compiling ScrobbleKit SBKUserWeeklyChartResponse.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[188/189] Compiling ScrobbleKit UserGetLovedTracksResponse.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[189/189] Compiling ScrobbleKit UserGetFriendsService.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-2":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/swiftpackageindex/spi-images:wasm-6.1-latest swift build --swift-sdk wasm32-unknown-wasi 2>&1
wasm-6.1-latest: Pulling from swiftpackageindex/spi-images
Digest: sha256:276d66a16377d3ee059b2e3429cbc1154d9f01e42871e5d702fd5d8b9044d93d
Status: Image is up to date for registry.gitlab.com/swiftpackageindex/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/165] Compiling ScrobbleKit UserGetInfoService.swift
/host/spi-builder-workspace/Sources/ScrobbleKit/Internal/Services/Protocols/SBKService.swift:79:34: error: cannot find type 'URLRequest' in scope
77 | // MARK: Request builder
78 | internal extension SBKService {
79 | func makeRequest() throws -> URLRequest {
| `- error: cannot find type 'URLRequest' in scope
80 | guard let url = url else {
81 | throw SBKClientError.badURL
/host/spi-builder-workspace/Sources/ScrobbleKit/Internal/Services/Protocols/SBKService.swift:84:23: error: cannot find 'URLRequest' in scope
82 | }
83 |
84 | var request = URLRequest(url: url)
| `- error: cannot find 'URLRequest' in scope
85 | request.httpMethod = httpMethod.rawValue
86 |
/host/spi-builder-workspace/Sources/ScrobbleKit/Internal/Services/Protocols/SBKService.swift:125:46: error: type 'URLSession' (aka 'AnyObject') has no member 'shared'
123 | func start() async throws -> ResponseType {
124 | let request = try makeRequest()
125 | let (data, _) = try await URLSession.shared.data(for: request)
| `- error: type 'URLSession' (aka 'AnyObject') has no member 'shared'
126 | let decodedModel = try parse(data)
127 | return decodedModel
[5/165] Compiling ScrobbleKit UserGetLovedTracksService.swift
/host/spi-builder-workspace/Sources/ScrobbleKit/Internal/Services/Protocols/SBKService.swift:79:34: error: cannot find type 'URLRequest' in scope
77 | // MARK: Request builder
78 | internal extension SBKService {
79 | func makeRequest() throws -> URLRequest {
| `- error: cannot find type 'URLRequest' in scope
80 | guard let url = url else {
81 | throw SBKClientError.badURL
/host/spi-builder-workspace/Sources/ScrobbleKit/Internal/Services/Protocols/SBKService.swift:84:23: error: cannot find 'URLRequest' in scope
82 | }
83 |
84 | var request = URLRequest(url: url)
| `- error: cannot find 'URLRequest' in scope
85 | request.httpMethod = httpMethod.rawValue
86 |
/host/spi-builder-workspace/Sources/ScrobbleKit/Internal/Services/Protocols/SBKService.swift:125:46: error: type 'URLSession' (aka 'AnyObject') has no member 'shared'
123 | func start() async throws -> ResponseType {
124 | let request = try makeRequest()
125 | let (data, _) = try await URLSession.shared.data(for: request)
| `- error: type 'URLSession' (aka 'AnyObject') has no member 'shared'
126 | let decodedModel = try parse(data)
127 | return decodedModel
[6/165] Compiling ScrobbleKit UserGetPersonalTagsService.swift
/host/spi-builder-workspace/Sources/ScrobbleKit/Internal/Services/Protocols/SBKService.swift:79:34: error: cannot find type 'URLRequest' in scope
77 | // MARK: Request builder
78 | internal extension SBKService {
79 | func makeRequest() throws -> URLRequest {
| `- error: cannot find type 'URLRequest' in scope
80 | guard let url = url else {
81 | throw SBKClientError.badURL
/host/spi-builder-workspace/Sources/ScrobbleKit/Internal/Services/Protocols/SBKService.swift:84:23: error: cannot find 'URLRequest' in scope
82 | }
83 |
84 | var request = URLRequest(url: url)
| `- error: cannot find 'URLRequest' in scope
85 | request.httpMethod = httpMethod.rawValue
86 |
/host/spi-builder-workspace/Sources/ScrobbleKit/Internal/Services/Protocols/SBKService.swift:125:46: error: type 'URLSession' (aka 'AnyObject') has no member 'shared'
123 | func start() async throws -> ResponseType {
124 | let request = try makeRequest()
125 | let (data, _) = try await URLSession.shared.data(for: request)
| `- error: type 'URLSession' (aka 'AnyObject') has no member 'shared'
126 | let decodedModel = try parse(data)
127 | return decodedModel
[7/165] Compiling ScrobbleKit UserGetRecentTracksService.swift
/host/spi-builder-workspace/Sources/ScrobbleKit/Internal/Services/Protocols/SBKService.swift:79:34: error: cannot find type 'URLRequest' in scope
77 | // MARK: Request builder
78 | internal extension SBKService {
79 | func makeRequest() throws -> URLRequest {
| `- error: cannot find type 'URLRequest' in scope
80 | guard let url = url else {
81 | throw SBKClientError.badURL
/host/spi-builder-workspace/Sources/ScrobbleKit/Internal/Services/Protocols/SBKService.swift:84:23: error: cannot find 'URLRequest' in scope
82 | }
83 |
84 | var request = URLRequest(url: url)
| `- error: cannot find 'URLRequest' in scope
85 | request.httpMethod = httpMethod.rawValue
86 |
/host/spi-builder-workspace/Sources/ScrobbleKit/Internal/Services/Protocols/SBKService.swift:125:46: error: type 'URLSession' (aka 'AnyObject') has no member 'shared'
123 | func start() async throws -> ResponseType {
124 | let request = try makeRequest()
125 | let (data, _) = try await URLSession.shared.data(for: request)
| `- error: type 'URLSession' (aka 'AnyObject') has no member 'shared'
126 | let decodedModel = try parse(data)
127 | return decodedModel
[8/165] Compiling ScrobbleKit UserGetTopAlbumsService.swift
/host/spi-builder-workspace/Sources/ScrobbleKit/Internal/Services/Protocols/SBKService.swift:79:34: error: cannot find type 'URLRequest' in scope
77 | // MARK: Request builder
78 | internal extension SBKService {
79 | func makeRequest() throws -> URLRequest {
| `- error: cannot find type 'URLRequest' in scope
80 | guard let url = url else {
81 | throw SBKClientError.badURL
/host/spi-builder-workspace/Sources/ScrobbleKit/Internal/Services/Protocols/SBKService.swift:84:23: error: cannot find 'URLRequest' in scope
82 | }
83 |
84 | var request = URLRequest(url: url)
| `- error: cannot find 'URLRequest' in scope
85 | request.httpMethod = httpMethod.rawValue
86 |
/host/spi-builder-workspace/Sources/ScrobbleKit/Internal/Services/Protocols/SBKService.swift:125:46: error: type 'URLSession' (aka 'AnyObject') has no member 'shared'
123 | func start() async throws -> ResponseType {
124 | let request = try makeRequest()
125 | let (data, _) = try await URLSession.shared.data(for: request)
| `- error: type 'URLSession' (aka 'AnyObject') has no member 'shared'
126 | let decodedModel = try parse(data)
127 | return decodedModel
[9/165] Compiling ScrobbleKit UserGetTopArtistsService.swift
/host/spi-builder-workspace/Sources/ScrobbleKit/Internal/Services/Protocols/SBKService.swift:79:34: error: cannot find type 'URLRequest' in scope
77 | // MARK: Request builder
78 | internal extension SBKService {
79 | func makeRequest() throws -> URLRequest {
| `- error: cannot find type 'URLRequest' in scope
80 | guard let url = url else {
81 | throw SBKClientError.badURL
/host/spi-builder-workspace/Sources/ScrobbleKit/Internal/Services/Protocols/SBKService.swift:84:23: error: cannot find 'URLRequest' in scope
82 | }
83 |
84 | var request = URLRequest(url: url)
| `- error: cannot find 'URLRequest' in scope
85 | request.httpMethod = httpMethod.rawValue
86 |
/host/spi-builder-workspace/Sources/ScrobbleKit/Internal/Services/Protocols/SBKService.swift:125:46: error: type 'URLSession' (aka 'AnyObject') has no member 'shared'
123 | func start() async throws -> ResponseType {
124 | let request = try makeRequest()
125 | let (data, _) = try await URLSession.shared.data(for: request)
| `- error: type 'URLSession' (aka 'AnyObject') has no member 'shared'
126 | let decodedModel = try parse(data)
127 | return decodedModel
[10/165] Compiling ScrobbleKit UserGetTopTagsService.swift
/host/spi-builder-workspace/Sources/ScrobbleKit/Internal/Services/Protocols/SBKService.swift:79:34: error: cannot find type 'URLRequest' in scope
77 | // MARK: Request builder
78 | internal extension SBKService {
79 | func makeRequest() throws -> URLRequest {
| `- error: cannot find type 'URLRequest' in scope
80 | guard let url = url else {
81 | throw SBKClientError.badURL
/host/spi-builder-workspace/Sources/ScrobbleKit/Internal/Services/Protocols/SBKService.swift:84:23: error: cannot find 'URLRequest' in scope
82 | }
83 |
84 | var request = URLRequest(url: url)
| `- error: cannot find 'URLRequest' in scope
85 | request.httpMethod = httpMethod.rawValue
86 |
/host/spi-builder-workspace/Sources/ScrobbleKit/Internal/Services/Protocols/SBKService.swift:125:46: error: type 'URLSession' (aka 'AnyObject') has no member 'shared'
123 | func start() async throws -> ResponseType {
124 | let request = try makeRequest()
125 | let (data, _) = try await URLSession.shared.data(for: request)
| `- error: type 'URLSession' (aka 'AnyObject') has no member 'shared'
126 | let decodedModel = try parse(data)
127 | return decodedModel
[11/165] Compiling ScrobbleKit UserGetTopTracksService.swift
/host/spi-builder-workspace/Sources/ScrobbleKit/Internal/Services/Protocols/SBKService.swift:79:34: error: cannot find type 'URLRequest' in scope
77 | // MARK: Request builder
78 | internal extension SBKService {
79 | func makeRequest() throws -> URLRequest {
| `- error: cannot find type 'URLRequest' in scope
80 | guard let url = url else {
81 | throw SBKClientError.badURL
/host/spi-builder-workspace/Sources/ScrobbleKit/Internal/Services/Protocols/SBKService.swift:84:23: error: cannot find 'URLRequest' in scope
82 | }
83 |
84 | var request = URLRequest(url: url)
| `- error: cannot find 'URLRequest' in scope
85 | request.httpMethod = httpMethod.rawValue
86 |
/host/spi-builder-workspace/Sources/ScrobbleKit/Internal/Services/Protocols/SBKService.swift:125:46: error: type 'URLSession' (aka 'AnyObject') has no member 'shared'
123 | func start() async throws -> ResponseType {
124 | let request = try makeRequest()
125 | let (data, _) = try await URLSession.shared.data(for: request)
| `- error: type 'URLSession' (aka 'AnyObject') has no member 'shared'
126 | let decodedModel = try parse(data)
127 | return decodedModel
[12/165] Compiling ScrobbleKit UserGetWeeklyChartServices.swift
/host/spi-builder-workspace/Sources/ScrobbleKit/Internal/Services/Protocols/SBKService.swift:79:34: error: cannot find type 'URLRequest' in scope
77 | // MARK: Request builder
78 | internal extension SBKService {
79 | func makeRequest() throws -> URLRequest {
| `- error: cannot find type 'URLRequest' in scope
80 | guard let url = url else {
81 | throw SBKClientError.badURL
/host/spi-builder-workspace/Sources/ScrobbleKit/Internal/Services/Protocols/SBKService.swift:84:23: error: cannot find 'URLRequest' in scope
82 | }
83 |
84 | var request = URLRequest(url: url)
| `- error: cannot find 'URLRequest' in scope
85 | request.httpMethod = httpMethod.rawValue
86 |
/host/spi-builder-workspace/Sources/ScrobbleKit/Internal/Services/Protocols/SBKService.swift:125:46: error: type 'URLSession' (aka 'AnyObject') has no member 'shared'
123 | func start() async throws -> ResponseType {
124 | let request = try makeRequest()
125 | let (data, _) = try await URLSession.shared.data(for: request)
| `- error: type 'URLSession' (aka 'AnyObject') has no member 'shared'
126 | let decodedModel = try parse(data)
127 | return decodedModel
[13/165] Compiling ScrobbleKit SBKAuthenticatedService.swift
/host/spi-builder-workspace/Sources/ScrobbleKit/Internal/Services/Protocols/SBKService.swift:79:34: error: cannot find type 'URLRequest' in scope
77 | // MARK: Request builder
78 | internal extension SBKService {
79 | func makeRequest() throws -> URLRequest {
| `- error: cannot find type 'URLRequest' in scope
80 | guard let url = url else {
81 | throw SBKClientError.badURL
/host/spi-builder-workspace/Sources/ScrobbleKit/Internal/Services/Protocols/SBKService.swift:84:23: error: cannot find 'URLRequest' in scope
82 | }
83 |
84 | var request = URLRequest(url: url)
| `- error: cannot find 'URLRequest' in scope
85 | request.httpMethod = httpMethod.rawValue
86 |
/host/spi-builder-workspace/Sources/ScrobbleKit/Internal/Services/Protocols/SBKService.swift:125:46: error: type 'URLSession' (aka 'AnyObject') has no member 'shared'
123 | func start() async throws -> ResponseType {
124 | let request = try makeRequest()
125 | let (data, _) = try await URLSession.shared.data(for: request)
| `- error: type 'URLSession' (aka 'AnyObject') has no member 'shared'
126 | let decodedModel = try parse(data)
127 | return decodedModel
[14/165] Compiling ScrobbleKit SBKOptionallyAuthenticatedService.swift
/host/spi-builder-workspace/Sources/ScrobbleKit/Internal/Services/Protocols/SBKService.swift:79:34: error: cannot find type 'URLRequest' in scope
77 | // MARK: Request builder
78 | internal extension SBKService {
79 | func makeRequest() throws -> URLRequest {
| `- error: cannot find type 'URLRequest' in scope
80 | guard let url = url else {
81 | throw SBKClientError.badURL
/host/spi-builder-workspace/Sources/ScrobbleKit/Internal/Services/Protocols/SBKService.swift:84:23: error: cannot find 'URLRequest' in scope
82 | }
83 |
84 | var request = URLRequest(url: url)
| `- error: cannot find 'URLRequest' in scope
85 | request.httpMethod = httpMethod.rawValue
86 |
/host/spi-builder-workspace/Sources/ScrobbleKit/Internal/Services/Protocols/SBKService.swift:125:46: error: type 'URLSession' (aka 'AnyObject') has no member 'shared'
123 | func start() async throws -> ResponseType {
124 | let request = try makeRequest()
125 | let (data, _) = try await URLSession.shared.data(for: request)
| `- error: type 'URLSession' (aka 'AnyObject') has no member 'shared'
126 | let decodedModel = try parse(data)
127 | return decodedModel
[15/165] Compiling ScrobbleKit SBKService.swift
/host/spi-builder-workspace/Sources/ScrobbleKit/Internal/Services/Protocols/SBKService.swift:79:34: error: cannot find type 'URLRequest' in scope
77 | // MARK: Request builder
78 | internal extension SBKService {
79 | func makeRequest() throws -> URLRequest {
| `- error: cannot find type 'URLRequest' in scope
80 | guard let url = url else {
81 | throw SBKClientError.badURL
/host/spi-builder-workspace/Sources/ScrobbleKit/Internal/Services/Protocols/SBKService.swift:84:23: error: cannot find 'URLRequest' in scope
82 | }
83 |
84 | var request = URLRequest(url: url)
| `- error: cannot find 'URLRequest' in scope
85 | request.httpMethod = httpMethod.rawValue
86 |
/host/spi-builder-workspace/Sources/ScrobbleKit/Internal/Services/Protocols/SBKService.swift:125:46: error: type 'URLSession' (aka 'AnyObject') has no member 'shared'
123 | func start() async throws -> ResponseType {
124 | let request = try makeRequest()
125 | let (data, _) = try await URLSession.shared.data(for: request)
| `- error: type 'URLSession' (aka 'AnyObject') has no member 'shared'
126 | let decodedModel = try parse(data)
127 | return decodedModel
[16/165] Compiling ScrobbleKit SBKURLBuilder.swift
/host/spi-builder-workspace/Sources/ScrobbleKit/Internal/Services/Protocols/SBKService.swift:79:34: error: cannot find type 'URLRequest' in scope
77 | // MARK: Request builder
78 | internal extension SBKService {
79 | func makeRequest() throws -> URLRequest {
| `- error: cannot find type 'URLRequest' in scope
80 | guard let url = url else {
81 | throw SBKClientError.badURL
/host/spi-builder-workspace/Sources/ScrobbleKit/Internal/Services/Protocols/SBKService.swift:84:23: error: cannot find 'URLRequest' in scope
82 | }
83 |
84 | var request = URLRequest(url: url)
| `- error: cannot find 'URLRequest' in scope
85 | request.httpMethod = httpMethod.rawValue
86 |
/host/spi-builder-workspace/Sources/ScrobbleKit/Internal/Services/Protocols/SBKService.swift:125:46: error: type 'URLSession' (aka 'AnyObject') has no member 'shared'
123 | func start() async throws -> ResponseType {
124 | let request = try makeRequest()
125 | let (data, _) = try await URLSession.shared.data(for: request)
| `- error: type 'URLSession' (aka 'AnyObject') has no member 'shared'
126 | let decodedModel = try parse(data)
127 | return decodedModel
[17/165] Compiling ScrobbleKit SBKURLBuilderError.swift
/host/spi-builder-workspace/Sources/ScrobbleKit/Internal/Services/Protocols/SBKService.swift:79:34: error: cannot find type 'URLRequest' in scope
77 | // MARK: Request builder
78 | internal extension SBKService {
79 | func makeRequest() throws -> URLRequest {
| `- error: cannot find type 'URLRequest' in scope
80 | guard let url = url else {
81 | throw SBKClientError.badURL
/host/spi-builder-workspace/Sources/ScrobbleKit/Internal/Services/Protocols/SBKService.swift:84:23: error: cannot find 'URLRequest' in scope
82 | }
83 |
84 | var request = URLRequest(url: url)
| `- error: cannot find 'URLRequest' in scope
85 | request.httpMethod = httpMethod.rawValue
86 |
/host/spi-builder-workspace/Sources/ScrobbleKit/Internal/Services/Protocols/SBKService.swift:125:46: error: type 'URLSession' (aka 'AnyObject') has no member 'shared'
123 | func start() async throws -> ResponseType {
124 | let request = try makeRequest()
125 | let (data, _) = try await URLSession.shared.data(for: request)
| `- error: type 'URLSession' (aka 'AnyObject') has no member 'shared'
126 | let decodedModel = try parse(data)
127 | return decodedModel
[18/165] Compiling ScrobbleKit SBKManager+AlbumAddTags.swift
/host/spi-builder-workspace/Sources/ScrobbleKit/Internal/Services/Protocols/SBKService.swift:79:34: error: cannot find type 'URLRequest' in scope
77 | // MARK: Request builder
78 | internal extension SBKService {
79 | func makeRequest() throws -> URLRequest {
| `- error: cannot find type 'URLRequest' in scope
80 | guard let url = url else {
81 | throw SBKClientError.badURL
/host/spi-builder-workspace/Sources/ScrobbleKit/Internal/Services/Protocols/SBKService.swift:84:23: error: cannot find 'URLRequest' in scope
82 | }
83 |
84 | var request = URLRequest(url: url)
| `- error: cannot find 'URLRequest' in scope
85 | request.httpMethod = httpMethod.rawValue
86 |
/host/spi-builder-workspace/Sources/ScrobbleKit/Internal/Services/Protocols/SBKService.swift:125:46: error: type 'URLSession' (aka 'AnyObject') has no member 'shared'
123 | func start() async throws -> ResponseType {
124 | let request = try makeRequest()
125 | let (data, _) = try await URLSession.shared.data(for: request)
| `- error: type 'URLSession' (aka 'AnyObject') has no member 'shared'
126 | let decodedModel = try parse(data)
127 | return decodedModel
[19/165] Compiling ScrobbleKit SBKManager+AlbumGetInfo.swift
/host/spi-builder-workspace/Sources/ScrobbleKit/Internal/Services/Protocols/SBKService.swift:79:34: error: cannot find type 'URLRequest' in scope
77 | // MARK: Request builder
78 | internal extension SBKService {
79 | func makeRequest() throws -> URLRequest {
| `- error: cannot find type 'URLRequest' in scope
80 | guard let url = url else {
81 | throw SBKClientError.badURL
/host/spi-builder-workspace/Sources/ScrobbleKit/Internal/Services/Protocols/SBKService.swift:84:23: error: cannot find 'URLRequest' in scope
82 | }
83 |
84 | var request = URLRequest(url: url)
| `- error: cannot find 'URLRequest' in scope
85 | request.httpMethod = httpMethod.rawValue
86 |
/host/spi-builder-workspace/Sources/ScrobbleKit/Internal/Services/Protocols/SBKService.swift:125:46: error: type 'URLSession' (aka 'AnyObject') has no member 'shared'
123 | func start() async throws -> ResponseType {
124 | let request = try makeRequest()
125 | let (data, _) = try await URLSession.shared.data(for: request)
| `- error: type 'URLSession' (aka 'AnyObject') has no member 'shared'
126 | let decodedModel = try parse(data)
127 | return decodedModel
[20/165] Compiling ScrobbleKit SBKManager+AlbumGetTags.swift
/host/spi-builder-workspace/Sources/ScrobbleKit/Internal/Services/Protocols/SBKService.swift:79:34: error: cannot find type 'URLRequest' in scope
77 | // MARK: Request builder
78 | internal extension SBKService {
79 | func makeRequest() throws -> URLRequest {
| `- error: cannot find type 'URLRequest' in scope
80 | guard let url = url else {
81 | throw SBKClientError.badURL
/host/spi-builder-workspace/Sources/ScrobbleKit/Internal/Services/Protocols/SBKService.swift:84:23: error: cannot find 'URLRequest' in scope
82 | }
83 |
84 | var request = URLRequest(url: url)
| `- error: cannot find 'URLRequest' in scope
85 | request.httpMethod = httpMethod.rawValue
86 |
/host/spi-builder-workspace/Sources/ScrobbleKit/Internal/Services/Protocols/SBKService.swift:125:46: error: type 'URLSession' (aka 'AnyObject') has no member 'shared'
123 | func start() async throws -> ResponseType {
124 | let request = try makeRequest()
125 | let (data, _) = try await URLSession.shared.data(for: request)
| `- error: type 'URLSession' (aka 'AnyObject') has no member 'shared'
126 | let decodedModel = try parse(data)
127 | return decodedModel
[21/165] Compiling ScrobbleKit SBKManager+AlbumGetTopTags.swift
/host/spi-builder-workspace/Sources/ScrobbleKit/Internal/Services/Protocols/SBKService.swift:79:34: error: cannot find type 'URLRequest' in scope
77 | // MARK: Request builder
78 | internal extension SBKService {
79 | func makeRequest() throws -> URLRequest {
| `- error: cannot find type 'URLRequest' in scope
80 | guard let url = url else {
81 | throw SBKClientError.badURL
/host/spi-builder-workspace/Sources/ScrobbleKit/Internal/Services/Protocols/SBKService.swift:84:23: error: cannot find 'URLRequest' in scope
82 | }
83 |
84 | var request = URLRequest(url: url)
| `- error: cannot find 'URLRequest' in scope
85 | request.httpMethod = httpMethod.rawValue
86 |
/host/spi-builder-workspace/Sources/ScrobbleKit/Internal/Services/Protocols/SBKService.swift:125:46: error: type 'URLSession' (aka 'AnyObject') has no member 'shared'
123 | func start() async throws -> ResponseType {
124 | let request = try makeRequest()
125 | let (data, _) = try await URLSession.shared.data(for: request)
| `- error: type 'URLSession' (aka 'AnyObject') has no member 'shared'
126 | let decodedModel = try parse(data)
127 | return decodedModel
[22/165] Compiling ScrobbleKit SBKManager+AlbumRemoveTagService.swift
/host/spi-builder-workspace/Sources/ScrobbleKit/Internal/Services/Protocols/SBKService.swift:79:34: error: cannot find type 'URLRequest' in scope
77 | // MARK: Request builder
78 | internal extension SBKService {
79 | func makeRequest() throws -> URLRequest {
| `- error: cannot find type 'URLRequest' in scope
80 | guard let url = url else {
81 | throw SBKClientError.badURL
/host/spi-builder-workspace/Sources/ScrobbleKit/Internal/Services/Protocols/SBKService.swift:84:23: error: cannot find 'URLRequest' in scope
82 | }
83 |
84 | var request = URLRequest(url: url)
| `- error: cannot find 'URLRequest' in scope
85 | request.httpMethod = httpMethod.rawValue
86 |
/host/spi-builder-workspace/Sources/ScrobbleKit/Internal/Services/Protocols/SBKService.swift:125:46: error: type 'URLSession' (aka 'AnyObject') has no member 'shared'
123 | func start() async throws -> ResponseType {
124 | let request = try makeRequest()
125 | let (data, _) = try await URLSession.shared.data(for: request)
| `- error: type 'URLSession' (aka 'AnyObject') has no member 'shared'
126 | let decodedModel = try parse(data)
127 | return decodedModel
[23/165] Compiling ScrobbleKit SBKManager+AlbumSearchService.swift
/host/spi-builder-workspace/Sources/ScrobbleKit/Internal/Services/Protocols/SBKService.swift:79:34: error: cannot find type 'URLRequest' in scope
77 | // MARK: Request builder
78 | internal extension SBKService {
79 | func makeRequest() throws -> URLRequest {
| `- error: cannot find type 'URLRequest' in scope
80 | guard let url = url else {
81 | throw SBKClientError.badURL
/host/spi-builder-workspace/Sources/ScrobbleKit/Internal/Services/Protocols/SBKService.swift:84:23: error: cannot find 'URLRequest' in scope
82 | }
83 |
84 | var request = URLRequest(url: url)
| `- error: cannot find 'URLRequest' in scope
85 | request.httpMethod = httpMethod.rawValue
86 |
/host/spi-builder-workspace/Sources/ScrobbleKit/Internal/Services/Protocols/SBKService.swift:125:46: error: type 'URLSession' (aka 'AnyObject') has no member 'shared'
123 | func start() async throws -> ResponseType {
124 | let request = try makeRequest()
125 | let (data, _) = try await URLSession.shared.data(for: request)
| `- error: type 'URLSession' (aka 'AnyObject') has no member 'shared'
126 | let decodedModel = try parse(data)
127 | return decodedModel
[24/165] Compiling ScrobbleKit SBKManager+ArtistAddTags.swift
/host/spi-builder-workspace/Sources/ScrobbleKit/Internal/Services/Protocols/SBKService.swift:79:34: error: cannot find type 'URLRequest' in scope
77 | // MARK: Request builder
78 | internal extension SBKService {
79 | func makeRequest() throws -> URLRequest {
| `- error: cannot find type 'URLRequest' in scope
80 | guard let url = url else {
81 | throw SBKClientError.badURL
/host/spi-builder-workspace/Sources/ScrobbleKit/Internal/Services/Protocols/SBKService.swift:84:23: error: cannot find 'URLRequest' in scope
82 | }
83 |
84 | var request = URLRequest(url: url)
| `- error: cannot find 'URLRequest' in scope
85 | request.httpMethod = httpMethod.rawValue
86 |
/host/spi-builder-workspace/Sources/ScrobbleKit/Internal/Services/Protocols/SBKService.swift:125:46: error: type 'URLSession' (aka 'AnyObject') has no member 'shared'
123 | func start() async throws -> ResponseType {
124 | let request = try makeRequest()
125 | let (data, _) = try await URLSession.shared.data(for: request)
| `- error: type 'URLSession' (aka 'AnyObject') has no member 'shared'
126 | let decodedModel = try parse(data)
127 | return decodedModel
[25/165] Compiling ScrobbleKit SBKManager+ArtistGetCorrectionService.swift
/host/spi-builder-workspace/Sources/ScrobbleKit/Internal/Services/Protocols/SBKService.swift:79:34: error: cannot find type 'URLRequest' in scope
77 | // MARK: Request builder
78 | internal extension SBKService {
79 | func makeRequest() throws -> URLRequest {
| `- error: cannot find type 'URLRequest' in scope
80 | guard let url = url else {
81 | throw SBKClientError.badURL
/host/spi-builder-workspace/Sources/ScrobbleKit/Internal/Services/Protocols/SBKService.swift:84:23: error: cannot find 'URLRequest' in scope
82 | }
83 |
84 | var request = URLRequest(url: url)
| `- error: cannot find 'URLRequest' in scope
85 | request.httpMethod = httpMethod.rawValue
86 |
/host/spi-builder-workspace/Sources/ScrobbleKit/Internal/Services/Protocols/SBKService.swift:125:46: error: type 'URLSession' (aka 'AnyObject') has no member 'shared'
123 | func start() async throws -> ResponseType {
124 | let request = try makeRequest()
125 | let (data, _) = try await URLSession.shared.data(for: request)
| `- error: type 'URLSession' (aka 'AnyObject') has no member 'shared'
126 | let decodedModel = try parse(data)
127 | return decodedModel
[26/165] Compiling ScrobbleKit SBKManager+ArtistGetInfoService.swift
/host/spi-builder-workspace/Sources/ScrobbleKit/Internal/Services/Protocols/SBKService.swift:79:34: error: cannot find type 'URLRequest' in scope
77 | // MARK: Request builder
78 | internal extension SBKService {
79 | func makeRequest() throws -> URLRequest {
| `- error: cannot find type 'URLRequest' in scope
80 | guard let url = url else {
81 | throw SBKClientError.badURL
/host/spi-builder-workspace/Sources/ScrobbleKit/Internal/Services/Protocols/SBKService.swift:84:23: error: cannot find 'URLRequest' in scope
82 | }
83 |
84 | var request = URLRequest(url: url)
| `- error: cannot find 'URLRequest' in scope
85 | request.httpMethod = httpMethod.rawValue
86 |
/host/spi-builder-workspace/Sources/ScrobbleKit/Internal/Services/Protocols/SBKService.swift:125:46: error: type 'URLSession' (aka 'AnyObject') has no member 'shared'
123 | func start() async throws -> ResponseType {
124 | let request = try makeRequest()
125 | let (data, _) = try await URLSession.shared.data(for: request)
| `- error: type 'URLSession' (aka 'AnyObject') has no member 'shared'
126 | let decodedModel = try parse(data)
127 | return decodedModel
[27/188] Compiling ScrobbleKit SBKManager+TrackGetSimilarService.swift
[28/188] Compiling ScrobbleKit SBKmanager+TrackGetTagsService.swift
[29/188] Compiling ScrobbleKit SBKManager+TrackGetTopTagsService.swift
[30/188] Compiling ScrobbleKit SBKManager+TrackLoveService.swift
[31/188] Compiling ScrobbleKit SBKManager+TrackRemoveTag.swift
[32/188] Compiling ScrobbleKit SBKTrackSearchMethod.swift
[33/188] Compiling ScrobbleKit SBKManager+Scrobble.swift
[34/188] Compiling ScrobbleKit SBKManager+TrackSearchService.swift
[35/188] Compiling ScrobbleKit SBKManager+TrackUnloveService.swift
[36/188] Compiling ScrobbleKit SBKManager+TrackUpdateNowPlayingService.swift
[37/188] Compiling ScrobbleKit SBKManager+UserGetFriendsService.swift
[38/188] Compiling ScrobbleKit SBKManager+UserGetInfoService.swift
[39/188] Compiling ScrobbleKit SBKManager+UserGetLovedTracksService.swift
[40/188] Compiling ScrobbleKit SBKManager+UserGetPersonalTagsService.swift
[41/188] Compiling ScrobbleKit SBKManager+UserGetRecentTracksService.swift
[42/188] Compiling ScrobbleKit SBKManager+UserGetTopAlbumsService.swift
[43/188] Compiling ScrobbleKit SBKManager+UserGetTopArtistsService.swift
[44/188] Compiling ScrobbleKit SBKManager+UserGetTopTagsService.swift
[45/188] Compiling ScrobbleKit SBKManager+UserGetTopTracksService.swift
[46/188] Compiling ScrobbleKit SBKManager+UserGetWeeklyChartsService.swift
[47/188] Compiling ScrobbleKit SBKAlbum.swift
[48/188] Compiling ScrobbleKit SBKAlbumSearchMethod.swift
[49/188] Compiling ScrobbleKit SBKArtist.swift
[50/188] Compiling ScrobbleKit Bool+Int.swift
[51/188] Compiling ScrobbleKit Int+Page.swift
[52/188] Compiling ScrobbleKit OptinalStringInitializers.swift
[53/188] Compiling ScrobbleKit SBKParameter+URLQueryItem.swift
[54/188] Compiling ScrobbleKit String+MD5.swift
[55/188] Compiling ScrobbleKit URLQuertyItem+Numeric.swift
[56/188] Compiling ScrobbleKit URLQueryItem+Bool.swift
[57/188] Compiling ScrobbleKit SBKClientError.swift
[58/188] Compiling ScrobbleKit SBKError.swift
[59/188] Compiling ScrobbleKit SBKErrorMessage.swift
[60/188] Compiling ScrobbleKit SBKScrobbleError.swift
[61/188] Compiling ScrobbleKit SBKHttpMethod.swift
[62/188] Compiling ScrobbleKit SBKLanguage.swift
[63/188] Compiling ScrobbleKit SBKMethod.swift
[64/188] Compiling ScrobbleKit SBKParameter.swift
[65/188] Compiling ScrobbleKit NumericStringDecoder.swift
[66/188] Compiling ScrobbleKit SBKCorrectedResponse.swift
[67/188] Compiling ScrobbleKit SBKEmptyResponse.swift
[68/188] Compiling ScrobbleKit SBKSearchAttribute.swift
[69/188] Compiling ScrobbleKit SBKSearchQuery.swift
[70/188] Compiling ScrobbleKit SBKSearchResultsResponse.swift
[71/188] Compiling ScrobbleKit SBKThrowable.swift
[72/188] Compiling ScrobbleKit SBKTimestamp.swift
[73/188] Compiling ScrobbleKit SBKArtistSearchMethod.swift
[74/188] Compiling ScrobbleKit SBKImage.swift
[75/188] Compiling ScrobbleKit SBKLovedTrack.swift
[76/188] Compiling ScrobbleKit SBKLovedTracks.swift
[77/188] Compiling ScrobbleKit SBKNowPlayingCorrected.swift
[78/188] Compiling ScrobbleKit SBKScrobbleResponse.swift
[79/188] Compiling ScrobbleKit SBKScrobbleResponseAttribute.swift
[80/188] Compiling ScrobbleKit SBKScrobbleResponseTrack.swift
[81/188] Compiling ScrobbleKit SBKScrobbleResponseTrackStatus.swift
[82/188] Compiling ScrobbleKit SBKScrobbledTrack.swift
[83/188] Compiling ScrobbleKit SBKSearchAttributes.swift
[84/188] Compiling ScrobbleKit SBKSearchPeriod.swift
[85/188] Compiling ScrobbleKit SBKSearchResult.swift
[86/188] Compiling ScrobbleKit SBKSearchTerm.swift
[87/188] Compiling ScrobbleKit SBKSessionResponse.swift
[88/188] Compiling ScrobbleKit SBKSimilarArtist.swift
[89/188] Compiling ScrobbleKit SBKSimilarTrack.swift
[90/188] Compiling ScrobbleKit SBKTag.swift
[91/188] Compiling ScrobbleKit SBKTrack.swift
[92/188] Compiling ScrobbleKit SBKTrackToScrobble.swift
[93/188] Compiling ScrobbleKit SBKWeeklyChart.swift
[94/188] Compiling ScrobbleKit SBKWiki.swift
[95/188] Compiling ScrobbleKit SBKManager.swift
[96/188] Compiling ScrobbleKit AddTagsService.swift
[97/188] Compiling ScrobbleKit RemoveTagService.swift
[98/188] Compiling ScrobbleKit AlbumGetInfoService.swift
[99/188] Compiling ScrobbleKit AlbumGetTagsService.swift
[100/188] Compiling ScrobbleKit AlbumGetTopTagsService.swift
[101/188] Compiling ScrobbleKit AlbumSearchService.swift
[102/188] Compiling ScrobbleKit SBKAddTagAlbumResponse.swift
[103/188] Compiling ScrobbleKit SBKAlbumRequestResponseList.swift
[104/188] Compiling ScrobbleKit SBKAlbumSearchResultListResponse.swift
[105/188] Compiling ScrobbleKit SBKAlbumTopTagsResponse.swift
[106/188] Compiling ScrobbleKit ArtistGetCorrectionService.swift
[107/188] Compiling ScrobbleKit ArtistGetInfoService.swift
[108/188] Compiling ScrobbleKit ArtistGetSimilarService.swift
[109/188] Compiling ScrobbleKit ArtistGetTopAlbumsService.swift
[110/188] Compiling ScrobbleKit ArtistGetTopTagsService.swift
[111/188] Compiling ScrobbleKit ArtistGetTopTracksService.swift
[112/188] Compiling ScrobbleKit ArtistSearchService.swift
[113/188] Compiling ScrobbleKit ArtistGetTagsService.swift
[114/188] Compiling ScrobbleKit SBKArtistGetInfoRequestResponse.swift
[115/188] Compiling ScrobbleKit SBKArtistGetInfoSimilarArtist.swift
[116/188] Compiling ScrobbleKit SBKArtistGetSimilarResponse.swift
[117/188] Compiling ScrobbleKit SBKArtistGetTopAlbumsResponse.swift
[118/188] Compiling ScrobbleKit SBKArtistSearchResultsList.swift
error: emit-module command failed with exit code 1 (use -v to see invocation)
[119/188] Compiling ScrobbleKit SBKManager+ArtistGetSimilar.swift
[120/188] Compiling ScrobbleKit SBKManager+ArtistGetTagsService.swift
[121/188] Compiling ScrobbleKit SBKManager+ArtistGetTopAlbums.swift
[122/188] Compiling ScrobbleKit SBKManager+ArtistGetTopTagsService.swift
[123/188] Compiling ScrobbleKit SBKManager+ArtistGetTopTracksService.swift
[124/188] Compiling ScrobbleKit SBKManager+ArtistRemoveTagService.swift
[125/188] Compiling ScrobbleKit SBKManager+ArtistSearchService.swift
[126/188] Compiling ScrobbleKit SBKManager+ChartGetTopArtistsService.swift
[127/188] Compiling ScrobbleKit SBKManager+ChartGetTopTagsService.swift
[128/188] Compiling ScrobbleKit SBKManager+ChartGetTopTracksService.swift
[129/188] Compiling ScrobbleKit SBKManager+GeoGetTopArtistsService.swift
[130/188] Compiling ScrobbleKit SBKManager+GeoGetTopTracksService.swift
[131/188] Compiling ScrobbleKit SBKCountry.swift
[132/188] Compiling ScrobbleKit SBKService+LibraryGetArtistsService.swift
[133/188] Compiling ScrobbleKit SBKManager+TagGetInfo.swift
[134/188] Compiling ScrobbleKit SBKManager+TagGetSimilar.swift
[135/188] Compiling ScrobbleKit SBKManager+TagGetTopAlbums.swift
[136/188] Compiling ScrobbleKit SBKManager+TagGetTopArtistsService.swift
[137/188] Compiling ScrobbleKit SBKManager+TagGetTopTagsService.swift
[138/188] Compiling ScrobbleKit SBKService+TagGetTopTracksService.swift
[139/188] Compiling ScrobbleKit SBKManager+TrackAddTags.swift
[140/188] Compiling ScrobbleKit SBKManager+TrackCorrectionService.swift
[141/188] Compiling ScrobbleKit SBKManager+TrackGetInfoService.swift
[142/188] Compiling ScrobbleKit SBKArtistTopTracksResponse.swift
[143/188] Compiling ScrobbleKit SBKManager+TagGetWeeklyChartList.swift
[144/188] Compiling ScrobbleKit AuthSessionService.swift
[145/188] Compiling ScrobbleKit ChartGetTopArtistsService.swift
[146/188] Compiling ScrobbleKit ChartGetTopTracksService.swift
[147/188] Compiling ScrobbleKit ChartsGetTopTagsService.swift
[148/188] Compiling ScrobbleKit SBKArtistTopChartsRequestResponse.swift
[149/188] Compiling ScrobbleKit SBKChartGetTopTagsResponse.swift
[150/188] Compiling ScrobbleKit SBKChartGetTopTracksResponse.swift
[151/188] Compiling ScrobbleKit GeoGetTopArtistsService.swift
[152/188] Compiling ScrobbleKit GeoGetTopTracksService.swift
[153/188] Compiling ScrobbleKit SBKGeoTopArtistsResponse copy.swift
[154/188] Compiling ScrobbleKit LibraryGetArtistsService.swift
[155/188] Compiling ScrobbleKit SBKLibraryGetArtistsResponse.swift
[156/188] Compiling ScrobbleKit TagGetInfoService.swift
[157/188] Compiling ScrobbleKit TagGetSimilarService.swift
[158/188] Compiling ScrobbleKit TagGetTopAlbumsService.swift
[159/188] Compiling ScrobbleKit TagGetTopArtistsService.swift
[160/188] Compiling ScrobbleKit TagGetTopTagsService.swift
[161/188] Compiling ScrobbleKit TagGetTopTracksService.swift
[162/188] Compiling ScrobbleKit TagGetWeeklyChartListService.swift
[163/188] Compiling ScrobbleKit SBKScrobbleList.swift
[164/188] Compiling ScrobbleKit SBKTrackGetSimilarResponse.swift
[165/188] Emitting module ScrobbleKit
/host/spi-builder-workspace/Sources/ScrobbleKit/Internal/Services/Protocols/SBKService.swift:79:34: error: cannot find type 'URLRequest' in scope
77 | // MARK: Request builder
78 | internal extension SBKService {
79 | func makeRequest() throws -> URLRequest {
| `- error: cannot find type 'URLRequest' in scope
80 | guard let url = url else {
81 | throw SBKClientError.badURL
[166/188] Compiling ScrobbleKit SBKTrackRequestResponseList.swift
[167/188] Compiling ScrobbleKit SBKTrackUpdateNowPlayingCode.swift
[168/188] Compiling ScrobbleKit SBKTrackUpdateNowPlayingResponse.swift
[169/188] Compiling ScrobbleKit SBKTrackSearchResultListResponse.swift
[170/188] Compiling ScrobbleKit ScrobbleService.swift
[171/188] Compiling ScrobbleKit TrackCorrectionService.swift
[172/188] Compiling ScrobbleKit TrackGetInfoService.swift
[173/188] Compiling ScrobbleKit TrackGetSimilarService.swift
[174/188] Compiling ScrobbleKit TrackGetTagsService.swift
[175/188] Compiling ScrobbleKit TrackGetTopTagsService.swift
[176/188] Compiling ScrobbleKit TrackLoveService.swift
[177/188] Compiling ScrobbleKit TrackSearchService.swift
[178/188] Compiling ScrobbleKit TrackUnloveService.swift
[179/188] Compiling ScrobbleKit TrackUpdateNowPlayingService.swift
[180/188] Compiling ScrobbleKit SBKUserGetFriendsResponse.swift
[181/188] Compiling ScrobbleKit SBKUserGetRecentTracksResponse.swift
[182/188] Compiling ScrobbleKit SBKUserGetTopAlbumsResponse.swift
[183/188] Compiling ScrobbleKit SBKUserInfoResponse.swift
[184/188] Compiling ScrobbleKit SBKUserPersonalTags.swift
[185/188] Compiling ScrobbleKit SBKUserTagsResponse.swift
[186/188] Compiling ScrobbleKit SBKUserWeeklyChartResponse.swift
[187/188] Compiling ScrobbleKit UserGetLovedTracksResponse.swift
[188/188] Compiling ScrobbleKit UserGetFriendsService.swift
BUILD FAILURE 6.1 wasm