The Swift Package Index logo.Swift Package Index

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

Build Information

Successful build of LastFM.swift, reference 1.5.4 (0b27c4), with Swift 6.1 for Linux on 1 May 2025 04:30:04 UTC.

Swift 6 data race errors: 2

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4606859-0":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.1-latest swift build --triple x86_64-unknown-linux-gnu -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

Build Log

========================================
RunAll
========================================
Builder version: 4.61.2
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/duhnnie/LastFM.swift.git
Reference: 1.5.4
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/duhnnie/LastFM.swift
 * tag               1.5.4      -> FETCH_HEAD
HEAD is now at 0b27c49 Merge pull request #151 from duhnnie/release/1.5.4
Cloned https://github.com/duhnnie/LastFM.swift.git
Revision (git rev-parse @):
0b27c49369c2b8b5e3fa96280637101a5f2f114a
SUCCESS checkout https://github.com/duhnnie/LastFM.swift.git at 1.5.4
========================================
Build
========================================
Selected platform:         linux
Swift version:             6.1
Building package at path:  $PWD
https://github.com/duhnnie/LastFM.swift.git
https://github.com/duhnnie/LastFM.swift.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
  "dependencies" : [
    {
      "identity" : "swiftrestclient",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.7.1",
            "upper_bound" : "1.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/duhnnie/SwiftRestClient"
    },
    {
      "identity" : "swift-crypto",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.0.0",
            "upper_bound" : "3.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-crypto.git"
    }
  ],
  "manifest_display_name" : "LastFM.swift",
  "name" : "LastFM.swift",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "11.0"
    },
    {
      "name" : "macos",
      "version" : "10.15"
    },
    {
      "name" : "watchos",
      "version" : "4.0"
    },
    {
      "name" : "tvos",
      "version" : "11.0"
    },
    {
      "name" : "maccatalyst",
      "version" : "13.0"
    }
  ],
  "products" : [
    {
      "name" : "LastFM",
      "targets" : [
        "LastFM"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "swift_languages_versions" : [
    "5"
  ],
  "targets" : [
    {
      "c99name" : "LastFMTests",
      "module_type" : "SwiftTarget",
      "name" : "LastFMTests",
      "path" : "Tests/LastFMTests",
      "resources" : [
        {
          "path" : "/host/spi-builder-workspace/Tests/LastFMTests/Resources",
          "rule" : {
            "copy" : {
            }
          }
        }
      ],
      "sources" : [
        "LastFMTests.swift",
        "Mocks/APIClientMock.swift",
        "Modules/AlbumModuleTests.swift",
        "Modules/ArtistModuleTests.swift",
        "Modules/AuthModuleTests.swift",
        "Modules/ChartModuleTests.swift",
        "Modules/GeoModuleTests.swift",
        "Modules/LibraryModuleTests.swift",
        "Modules/TagModuleTests.swift",
        "Modules/TrackModuleTests.swift",
        "Modules/UserModuleTests.swift",
        "Protocols/Mock.swift",
        "TestUtils/Constants.swift",
        "TestUtils/Utils.swift"
      ],
      "target_dependencies" : [
        "LastFM"
      ],
      "type" : "test"
    },
    {
      "c99name" : "LastFM",
      "module_type" : "SwiftTarget",
      "name" : "LastFM",
      "path" : "Sources/LastFM",
      "product_dependencies" : [
        "SwiftRestClient",
        "Crypto"
      ],
      "product_memberships" : [
        "LastFM"
      ],
      "sources" : [
        "Common/StringCodingKeys.swift",
        "Errors/RuntimeError.swift",
        "Errors/ScrobbleError.swift",
        "Extensions/KeyedDecodingContainer+StringDecoding.swift",
        "Extensions/String+encodeURIComponent.swift",
        "Extensions/SwiftRestClient+APIClient.swift",
        "Extensions/URLComponents+lastFMUrl.swift",
        "LastFM.swift",
        "Models/AlbumInfo.swift",
        "Models/AlbumInfoTrack.swift",
        "Models/AlbumSearchResult.swift",
        "Models/ArtistCorrection.swift",
        "Models/ArtistInfo.swift",
        "Models/ArtistInfoStats.swift",
        "Models/ArtistSearchResult.swift",
        "Models/ArtistSimilar.swift",
        "Models/ArtistTopAlbum.swift",
        "Models/ArtistTopTrack.swift",
        "Models/ChartDateRange.swift",
        "Models/ChartTopArtist.swift",
        "Models/ChartTopTag.swift",
        "Models/ChartTopTrack.swift",
        "Models/CollectionList.swift",
        "Models/CollectionPage.swift",
        "Models/Core/LastFMEntity.swift",
        "Models/Core/LastFMExtendedEntity.swift",
        "Models/Core/LastFMMBEntity.swift",
        "Models/Core/LastFMMBExtendedEntity.swift",
        "Models/Core/LastFMOptionalMBEntity.swift",
        "Models/Core/MBEntity.swift",
        "Models/Core/Streamable.swift",
        "Models/ExtendedRecentTrack.swift",
        "Models/GeoTopArtist.swift",
        "Models/GeoTopTrack.swift",
        "Models/LastFMError.swift",
        "Models/LastFMImages.swift",
        "Models/LibraryArtists.swift",
        "Models/LovedTrack.swift",
        "Models/Params/AlbumAddTagsParams.swift",
        "Models/Params/AlbumGetTagsParams.swift",
        "Models/Params/AlbumInfoByMBIDParams.swift",
        "Models/Params/AlbumInfoParams.swift",
        "Models/Params/ArtistInfoParams.swift",
        "Models/Params/ArtistSimilarParams.swift",
        "Models/Params/ArtistTagsParams.swift",
        "Models/Params/ArtistTopItemsParams.swift",
        "Models/Params/ChartTopitemsParams.swift",
        "Models/Params/GeoTopTracksParams.swift",
        "Models/Params/InfoByMBIDParams.swift",
        "Models/Params/MBIDListParams.swift",
        "Models/Params/MBIDPageParams.swift",
        "Models/Params/RecentTracksParams.swift",
        "Models/Params/ScrobbleParams.swift",
        "Models/Params/ScrobbleParamsItem.swift",
        "Models/Params/SearchParams.swift",
        "Models/Params/TrackInfoParams.swift",
        "Models/Params/TrackNowPlayingParams.swift",
        "Models/Params/TrackParams.swift",
        "Models/Params/TrackSearchParams.swift",
        "Models/Params/TrackSimilarParams.swift",
        "Models/Params/TrackTagsParams.swift",
        "Models/Params/UserTopItemsParams.swift",
        "Models/Params/UserWeeklyChartParams.swift",
        "Models/RecentTrack.swift",
        "Models/ScrobbleList.swift",
        "Models/ScrobbledTrack.swift",
        "Models/SearchResults.swift",
        "Models/ServiceSession.swift",
        "Models/SimilarTag.swift",
        "Models/SimpleWiki.swift",
        "Models/TagInfo.swift",
        "Models/TagTopAlbum.swift",
        "Models/TagTopArtist.swift",
        "Models/TagTopTrack.swift",
        "Models/TokenResponse.swift",
        "Models/TopGlobalTag.swift",
        "Models/TopTag.swift",
        "Models/TrackCorrection.swift",
        "Models/TrackInfo.swift",
        "Models/TrackInfoAlbum.swift",
        "Models/TrackPlayingNow.swift",
        "Models/TrackSearchResult.swift",
        "Models/TrackSimilar.swift",
        "Models/UserInfo.swift",
        "Models/UserPublicInfo.swift",
        "Models/UserTopAlbum.swift",
        "Models/UserTopArtist.swift",
        "Models/UserTopTrack.swift",
        "Models/UserWeeklyAlbumChart.swift",
        "Models/UserWeeklyArtistChart .swift",
        "Models/UserWeeklyTrackChart.swift",
        "Models/Wiki.swift",
        "Modules/AlbumModule.swift",
        "Modules/ArtistModule.swift",
        "Modules/AuthModule.swift",
        "Modules/ChartModule.swift",
        "Modules/GeoModule.swift",
        "Modules/LibraryModule.swift",
        "Modules/TagModule.swift",
        "Modules/TrackModule.swift",
        "Modules/UserModule.swift",
        "Protocols/APIClient.swift",
        "Protocols/MBeable.swift",
        "Protocols/MethodKey.swift",
        "Protocols/Nameable.swift",
        "Protocols/Params.swift",
        "Protocols/Requester.swift",
        "Utils/Crypto.swift",
        "Utils/RequestUtils.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.5"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-0":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.1-latest swift build --triple x86_64-unknown-linux-gnu -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
basic-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:3bdcac04179f4ed3e5b8e9dbd6e74bbf5ebc0f4fde48bbaad7d1e5c757e65bcb
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.1-latest
Fetching https://github.com/apple/swift-crypto.git
Fetching https://github.com/duhnnie/SwiftRestClient
[3/125] Fetching swiftrestclient
[126/13983] Fetching swiftrestclient, swift-crypto
Fetched https://github.com/duhnnie/SwiftRestClient from cache (1.24s)
Fetched https://github.com/apple/swift-crypto.git from cache (1.45s)
Computing version for https://github.com/duhnnie/SwiftRestClient
Computed https://github.com/duhnnie/SwiftRestClient at 0.7.1 (2.10s)
Computing version for https://github.com/apple/swift-crypto.git
Computed https://github.com/apple/swift-crypto.git at 2.6.0 (0.99s)
Creating working copy for https://github.com/apple/swift-crypto.git
Working copy of https://github.com/apple/swift-crypto.git resolved at 2.6.0
Creating working copy for https://github.com/duhnnie/SwiftRestClient
Working copy of https://github.com/duhnnie/SwiftRestClient resolved at 0.7.1
Building for debugging...
[0/419] Write sources
[4/419] Compiling fiat_curve25519_adx_square.S
[5/419] Compiling fiat_curve25519_adx_mul.S
[6/419] Compiling cpu_aarch64_linux.c
[7/419] Compiling a_bitstr.c
[8/419] Compiling a_gentm.c
[9/419] Compiling a_i2d_fp.c
[10/419] Compiling a_int.c
[11/419] Compiling v3_utl.c
[12/419] Compiling v3_skey.c
[13/419] Compiling v3_pmaps.c
[14/419] Write swift-version-24593BA9C3E375BF.txt
[15/419] Compiling v3_pcons.c
[16/419] Compiling v3_prn.c
[17/419] Compiling CCryptoBoringSSLShims shims.c
[18/419] Compiling v3_ocsp.c
[19/419] Compiling v3_purp.c
[20/422] Compiling v3_int.c
[21/422] Compiling v3_lib.c
[22/422] Compiling v3_ncons.c
[23/422] Compiling v3_ia5.c
[24/422] Compiling v3_info.c
[25/422] Compiling v3_extku.c
[26/422] Compiling v3_genn.c
[27/422] Compiling v3_crld.c
[28/422] Compiling v3_enum.c
[29/422] Compiling v3_bitst.c
[30/422] Compiling v3_akeya.c
[30/422] Compiling v3_cpols.c
[32/422] Compiling v3_bcons.c
[33/422] Compiling v3_conf.c
[34/422] Compiling v3_alt.c
[35/422] Compiling v3_akey.c
[36/422] Compiling x_x509a.c
[37/422] Compiling x_sig.c
[38/422] Compiling x_pubkey.c
[39/422] Compiling x_x509.c
[40/422] Compiling x_spki.c
[40/422] Compiling x_req.c
[41/422] Compiling x_val.c
[43/422] Compiling x_pkey.c
[44/422] Compiling x_info.c
[45/422] Compiling x_name.c
[46/422] Compiling x_exten.c
[47/422] Compiling x_attrib.c
[48/422] Compiling x_algor.c
[49/422] Compiling x_crl.c
[50/422] Compiling x_all.c
[51/422] Compiling x509spki.c
[52/422] Compiling x509rset.c
[53/422] Compiling x509_txt.c
[54/422] Compiling x509cset.c
[55/422] Compiling x509name.c
[56/422] Compiling x509_vpm.c
[57/422] Compiling x509_set.c
[58/422] Compiling x509_v3.c
[59/422] Compiling x509_trs.c
[60/422] Compiling x509_vfy.c
[61/422] Compiling x509_req.c
[62/422] Compiling x509_ext.c
[63/422] Compiling x509_obj.c
[64/422] Compiling x509_d2.c
[65/422] Compiling x509_cmp.c
[66/422] Compiling x509_def.c
[67/422] Compiling x509_lu.c
[68/422] Compiling t_x509a.c
[69/422] Compiling t_x509.c
[70/422] Compiling t_req.c
[71/422] Compiling x509.c
[72/422] Compiling i2d_pr.c
[73/422] Compiling x509_att.c
[74/422] Compiling name_print.c
[75/422] Compiling t_crl.c
[76/422] Compiling policy.c
[77/422] Compiling rsa_pss.c
[78/422] Compiling by_file.c
[79/422] Compiling by_dir.c
[80/422] Compiling asn1_gen.c
[81/422] Compiling algorithm.c
[82/422] Compiling a_verify.c
[83/422] Compiling a_digest.c
[84/422] Compiling pmbtoken.c
[85/422] Compiling voprf.c
[86/422] Compiling thread_win.c
[87/422] Compiling thread_pthread.c
[88/422] Compiling thread.c
[89/422] Compiling a_sign.c
[90/422] Compiling siphash.c
[91/422] Compiling thread_none.c
[92/422] Compiling rsa_print.c
[92/422] Compiling trust_token.c
[94/422] Compiling stack.c
[95/422] Compiling rc4.c
[96/422] Compiling rsa_asn1.c
[97/422] Compiling rand_extra.c
[98/422] Compiling rsa_crypt.c
[99/422] Compiling trusty.c
[100/422] Compiling refcount.c
[101/422] Compiling passive.c
[102/422] Compiling windows.c
[103/422] Compiling getentropy.c
[104/422] Compiling forkunsafe.c
[105/422] Compiling ios.c
[106/422] Compiling poly1305_arm_asm.S
[107/422] Compiling deterministic.c
[108/422] Compiling pool.c
[109/422] Compiling poly1305_arm.c
[110/422] Compiling poly1305.c
[111/422] Compiling poly1305_vec.c
[112/422] Compiling pkcs7.c
[113/422] Compiling p5_pbev2.c
[114/422] Compiling pem_xaux.c
[115/422] Compiling pkcs8.c
[116/422] Compiling pkcs7_x509.c
[117/422] Compiling pkcs8_x509.c
[118/422] Compiling pem_x509.c
[119/422] Compiling pem_pkey.c
[120/422] Compiling pem_pk8.c
[121/422] Compiling obj_xref.c
[122/422] Compiling pem_info.c
[123/422] Compiling pem_oth.c
[124/422] Compiling lhash.c
[125/422] Compiling pem_lib.c
[126/422] Compiling mem.c
[127/422] Compiling keccak.c
[128/422] Compiling kyber.c
[129/422] Compiling obj.c
[130/422] Compiling pem_all.c
[131/422] Compiling poly_rq_mul.S
[132/422] Compiling x86_64-mont5-mac.mac.x86_64.S
[133/422] Compiling x86-mont-linux.linux.x86.S
[134/422] Compiling hpke.c
[135/422] Compiling x86_64-mont5-linux.linux.x86_64.S
[136/422] Compiling x86-mont-windows.windows.x86.S
[137/422] Compiling x86_64-mont-mac.mac.x86_64.S
[138/422] Compiling hrss.c
[139/422] Compiling vpaes-x86_64-mac.mac.x86_64.S
[140/422] Compiling x86_64-mont-linux.linux.x86_64.S
[141/422] Compiling vpaes-x86_64-linux.linux.x86_64.S
[142/422] Compiling vpaes-x86-linux.linux.x86.S
[143/422] Compiling vpaes-armv8-linux.linux.aarch64.S
[144/422] Compiling vpaes-x86-windows.windows.x86.S
[145/422] Compiling vpaes-armv8-ios.ios.aarch64.S
[146/422] Compiling vpaes-armv7-linux.linux.arm.S
[147/422] Compiling vpaes-armv7-ios.ios.arm.S
[148/422] Compiling sha512-x86_64-mac.mac.x86_64.S
[149/422] Compiling sha512-armv8-ios.ios.aarch64.S
[150/422] Compiling sha512-armv8-linux.linux.aarch64.S
[151/422] Compiling sha512-armv4-linux.linux.arm.S
[152/422] Compiling kdf.c
[153/422] Compiling sha512-armv4-ios.ios.arm.S
[154/422] Compiling sha512-586-windows.windows.x86.S
[155/422] Compiling sha512-x86_64-linux.linux.x86_64.S
[156/422] Compiling sha256-x86_64-mac.mac.x86_64.S
[157/422] Compiling sha512-586-linux.linux.x86.S
[158/422] Compiling sha256-armv4-linux.linux.arm.S
[159/422] Compiling sha256-armv8-ios.ios.aarch64.S
[160/422] Compiling sha256-armv8-linux.linux.aarch64.S
[161/422] Compiling sha256-x86_64-linux.linux.x86_64.S
[162/422] Compiling sha256-586-windows.windows.x86.S
[163/422] Compiling sha256-586-linux.linux.x86.S
[164/422] Compiling sha256-armv4-ios.ios.arm.S
[165/422] Compiling sha1-x86_64-linux.linux.x86_64.S
[166/422] Compiling sha1-x86_64-mac.mac.x86_64.S
[167/422] Compiling sha1-armv8-linux.linux.aarch64.S
[168/422] Compiling sha1-armv4-large-linux.linux.arm.S
[169/422] Compiling sha1-586-windows.windows.x86.S
[170/422] Compiling sha1-armv4-large-ios.ios.arm.S
[171/422] Compiling sha1-armv8-ios.ios.aarch64.S
[172/422] Compiling sha1-586-linux.linux.x86.S
[173/422] Compiling sha512.c
[174/422] Compiling sha256.c
[175/422] Compiling rsaz-avx2-mac.mac.x86_64.S
[176/422] Compiling fips.c
[177/422] Compiling sha1.c
[178/422] Compiling self_check.c
[179/422] Compiling rsaz-avx2-linux.linux.x86_64.S
[180/422] Compiling rdrand-x86_64-mac.mac.x86_64.S
[181/422] Compiling service_indicator.c
[182/422] Compiling rsa_impl.c
[183/422] Compiling rsa.c
[184/422] Compiling blinding.c
[185/422] Compiling rdrand-x86_64-linux.linux.x86_64.S
[186/422] Compiling padding.c
[187/422] Compiling fork_detect.c
[188/422] Compiling rand.c
[189/422] Compiling p256_beeu-x86_64-asm-linux.linux.x86_64.S
[189/422] Compiling p256_beeu-x86_64-asm-mac.mac.x86_64.S
[191/422] Compiling p256_beeu-armv8-asm-ios.ios.aarch64.S
[192/422] Compiling p256_beeu-armv8-asm-linux.linux.aarch64.S
[192/422] Compiling urandom.c
[194/422] Compiling ctrdrbg.c
[195/422] Compiling polyval.c
[196/422] Compiling p256-armv8-asm-ios.ios.aarch64.S
[196/422] Compiling p256-x86_64-asm-mac.mac.x86_64.S
[198/422] Compiling gcm_nohw.c
[199/422] Compiling p256-armv8-asm-linux.linux.aarch64.S
[199/422] Compiling p256-x86_64-asm-linux.linux.x86_64.S
[201/422] Compiling ofb.c
[202/422] Compiling cfb.c
[203/422] Compiling gcm.c
[204/422] Compiling md5-x86_64-mac.mac.x86_64.S
[205/422] Compiling md5-x86_64-linux.linux.x86_64.S
[206/422] Compiling cbc.c
[207/422] Compiling ctr.c
[208/422] Compiling md5-586-linux.linux.x86.S
[209/422] Compiling md5.c
[210/422] Compiling md5-586-windows.windows.x86.S
[211/422] Compiling ghashv8-armv8-linux.linux.aarch64.S
[212/422] Compiling hmac.c
[213/422] Compiling md4.c
[214/422] Compiling hkdf.c
[215/422] Compiling ghashv8-armv7-linux.linux.arm.S
[216/422] Compiling ghashv8-armv8-ios.ios.aarch64.S
[217/422] Compiling ghash-x86-windows.windows.x86.S
[218/422] Compiling ghashv8-armv7-ios.ios.arm.S
[219/422] Compiling ghash-x86_64-mac.mac.x86_64.S
[220/422] Compiling ghash-x86_64-linux.linux.x86_64.S
[221/422] Compiling ghash-x86-linux.linux.x86.S
[222/422] Compiling ghash-ssse3-x86_64-mac.mac.x86_64.S
[223/422] Compiling ghash-ssse3-x86-linux.linux.x86.S
[224/422] Compiling ghash-ssse3-x86-windows.windows.x86.S
[224/422] Compiling ghash-ssse3-x86_64-linux.linux.x86_64.S
[226/422] Compiling ghash-armv4-linux.linux.arm.S
[227/422] Compiling ghash-neon-armv8-ios.ios.aarch64.S
[228/422] Compiling ghash-neon-armv8-linux.linux.aarch64.S
[229/422] Compiling fips_shared_support.c
[230/422] Compiling ghash-armv4-ios.ios.arm.S
[231/422] Compiling ecdh.c
[232/422] Compiling ecdsa.c
[233/422] Compiling simple.c
[234/422] Compiling util.c
[235/422] Compiling simple_mul.c
[236/422] Compiling wnaf.c
[237/422] Compiling felem.c
[238/422] Compiling scalar.c
[239/422] Compiling p224-64.c
[240/422] Compiling ec_montgomery.c
[241/422] Compiling oct.c
[242/422] Compiling p256-nistz.c
[243/422] Compiling ec_key.c
[244/422] Compiling p256.c
[245/422] Compiling digestsign.c
[246/422] Compiling ec.c
[247/422] Compiling co-586-windows.windows.x86.S
[248/422] Compiling co-586-linux.linux.x86.S
[249/422] Compiling digests.c
[250/422] Compiling check.c
[251/422] Compiling digest.c
[252/422] Compiling dh.c
[253/422] Compiling cmac.c
[254/422] Compiling bsaes-armv7-linux.linux.arm.S
[255/422] Compiling e_aesccm.c
[256/422] Compiling bsaes-armv7-ios.ios.arm.S
[257/422] Compiling cipher.c
[258/422] Compiling shift.c
[259/422] Compiling aead.c
[260/422] Compiling sqrt.c
[261/422] Compiling e_aes.c
[262/422] Compiling rsaz_exp.c
[263/422] Compiling random.c
[264/422] Compiling montgomery.c
[265/422] Compiling montgomery_inv.c
[266/422] Compiling mul.c
[267/422] Compiling jacobi.c
[268/422] Compiling generic.c
[269/422] Compiling prime.c
[270/422] Compiling gcd_extra.c
[271/422] Compiling ctx.c
[272/422] Compiling gcd.c
[273/422] Compiling div_extra.c
[274/422] Compiling cmp.c
[275/422] Compiling exponentiation.c
[276/422] Compiling bytes.c
[277/422] Compiling add.c
[278/422] Compiling div.c
[279/422] Compiling bn-armv8-linux.linux.aarch64.S
[280/422] Compiling bn.c
[281/422] Compiling bn-armv8-ios.ios.aarch64.S
[282/422] Compiling bn-586-windows.windows.x86.S
[283/422] Compiling armv8-mont-ios.ios.aarch64.S
[284/422] Compiling armv8-mont-linux.linux.aarch64.S
[285/422] Compiling bn-586-linux.linux.x86.S
[286/422] Compiling armv4-mont-ios.ios.arm.S
[287/422] Compiling armv4-mont-linux.linux.arm.S
[288/422] Compiling aesv8-gcm-armv8-ios.ios.aarch64.S
[289/422] Compiling aesv8-gcm-armv8-linux.linux.aarch64.S
[290/422] Compiling aesv8-armv8-linux.linux.aarch64.S
[291/422] Compiling x86_64-gcc.c
[292/422] Compiling aesv8-armv8-ios.ios.aarch64.S
[293/422] Compiling aesv8-armv7-ios.ios.arm.S
[294/422] Compiling aesni-x86_64-mac.mac.x86_64.S
[295/422] Compiling aesni-x86-linux.linux.x86.S
[296/422] Compiling aesv8-armv7-linux.linux.arm.S
[297/422] Compiling aesni-x86-windows.windows.x86.S
[298/422] Compiling aesni-gcm-x86_64-mac.mac.x86_64.S
[299/422] Compiling aesni-gcm-x86_64-linux.linux.x86_64.S
[300/422] Compiling aesni-x86_64-linux.linux.x86_64.S
[301/422] Compiling key_wrap.c
[302/422] Compiling mode_wrappers.c
[303/422] Compiling sign.c
[304/422] Compiling ex_data.c
[305/422] Compiling aes.c
[306/422] Compiling pbkdf.c
[307/422] Compiling p_x25519_asn1.c
[308/422] Compiling print.c
[309/422] Compiling p_x25519.c
[310/422] Compiling aes_nohw.c
[311/422] Compiling scrypt.c
[312/422] Compiling p_rsa_asn1.c
[313/422] Compiling p_ed25519.c
[314/422] Compiling p_ed25519_asn1.c
[314/422] Compiling p_hkdf.c
[314/422] Compiling p_rsa.c
[317/422] Compiling p_ec_asn1.c
[318/422] Compiling p_ec.c
[319/422] Compiling err_data.c
[320/422] Compiling evp_ctx.c
[321/422] Compiling p_dsa_asn1.c
[322/422] Compiling evp_asn1.c
[323/422] Compiling err.c
[324/422] Compiling evp.c
[325/422] Compiling ecdh_extra.c
[326/422] Compiling engine.c
[327/422] Compiling ecdsa_asn1.c
[328/422] Compiling ec_derive.c
[329/422] Compiling ec_asn1.c
[330/422] Compiling hash_to_curve.c
[331/422] Compiling dsa.c
[332/422] Compiling dsa_asn1.c
[333/422] Compiling spake25519.c
[333/422] Compiling dh_asn1.c
[334/422] Compiling params.c
[336/422] Compiling des.c
[337/422] Compiling digest_extra.c
[338/422] Compiling x25519-asm-arm.S
[340/422] Compiling SwiftRestClient SwiftRestClient.swift
[341/422] Compiling SwiftRestClient HTTPFormURLEncoded.swift
[342/422] Emitting module SwiftRestClient
[342/423] Compiling crypto.c
[343/423] Compiling cpu_intel.c
[344/423] Compiling cpu_arm_linux.c
[345/423] Compiling cpu_arm_freebsd.c
[346/423] Compiling cpu_arm.c
[347/423] Compiling cpu_aarch64_win.c
[348/423] Compiling cpu_aarch64_openbsd.c
[349/423] Compiling cpu_aarch64_sysreg.c
[351/423] Compiling curve25519.c
[352/423] Compiling cpu_aarch64_fuchsia.c
[353/423] Compiling cpu_aarch64_apple.c
[354/423] Compiling tls_cbc.c
[355/423] Compiling conf.c
[356/423] Compiling e_chacha20poly1305.c
[357/423] Compiling e_null.c
[358/423] Compiling e_rc4.c
[359/423] Compiling e_tls.c
[360/423] Compiling derive_key.c
[361/423] Compiling e_rc2.c
[362/423] Compiling e_des.c
[363/423] Compiling e_aesgcmsiv.c
[364/423] Compiling chacha20_poly1305_x86_64-mac.mac.x86_64.S
[365/423] Compiling aes128gcmsiv-x86_64-mac.mac.x86_64.S
[366/423] Compiling e_aesctrhmac.c
[367/423] Compiling chacha20_poly1305_armv8-linux.linux.aarch64.S
[368/423] Compiling aes128gcmsiv-x86_64-linux.linux.x86_64.S
[369/423] Compiling cipher_extra.c
[370/423] Compiling chacha20_poly1305_armv8-ios.ios.aarch64.S
[371/423] Compiling chacha-x86_64-mac.mac.x86_64.S
[372/423] Compiling chacha20_poly1305_x86_64-linux.linux.x86_64.S
[373/423] Compiling chacha-armv8-linux.linux.aarch64.S
[374/423] Compiling chacha.c
[375/423] Compiling chacha-x86-windows.windows.x86.S
[376/423] Compiling chacha-x86_64-linux.linux.x86_64.S
[377/423] Compiling chacha-x86-linux.linux.x86.S
[378/423] Compiling chacha-armv4-linux.linux.arm.S
[379/423] Compiling unicode.c
[380/423] Compiling chacha-armv4-ios.ios.arm.S
[381/423] Compiling chacha-armv8-ios.ios.aarch64.S
[382/423] Compiling curve25519_64_adx.c
[383/423] Compiling buf.c
[384/423] Compiling bn_asn1.c
[385/423] Compiling ber.c
[386/423] Compiling asn1_compat.c
[387/423] Compiling cbb.c
[388/423] Compiling convert.c
[389/423] Compiling printf.c
[390/423] Compiling file.c
[391/423] Compiling blake2.c
[392/423] Compiling hexdump.c
[393/423] Compiling cbs.c
[394/423] Compiling pair.c
[395/423] Compiling errno.c
[396/423] Compiling fd.c
[397/423] Compiling base64.c
[397/423] Compiling tasn_utl.c
[399/423] Compiling bio_mem.c
[400/423] Compiling bio.c
[401/423] Compiling tasn_typ.c
[402/423] Compiling f_string.c
[403/423] Compiling posix_time.c
[404/423] Compiling tasn_enc.c
[405/423] Compiling tasn_fre.c
[405/423] Compiling f_int.c
[405/423] Compiling tasn_new.c
[408/423] Compiling tasn_dec.c
[409/423] Compiling asn_pack.c
[410/423] Compiling a_utctm.c
[411/423] Compiling asn1_lib.c
[412/423] Compiling asn1_par.c
[413/423] Compiling a_type.c
[414/423] Compiling a_strex.c
[415/423] Compiling a_time.c
[416/423] Compiling a_strnid.c
[417/423] Compiling a_mbstr.c
[418/423] Compiling a_dup.c
[419/423] Compiling a_d2i_fp.c
[420/423] Compiling a_octet.c
[421/423] Compiling a_object.c
[422/423] Compiling a_bool.c
[424/426] Compiling CryptoBoringWrapper CryptoKitErrors_boring.swift
[425/426] Emitting module CryptoBoringWrapper
[426/426] Compiling CryptoBoringWrapper BoringSSLAEAD.swift
[428/487] Emitting module Crypto
[429/495] Compiling Crypto HashFunctions.swift
[430/495] Compiling Crypto HashFunctions_SHA2.swift
[431/495] Compiling Crypto Insecure.swift
[432/495] Compiling Crypto Insecure_HashFunctions.swift
[433/495] Compiling Crypto ECDH_boring.swift
[434/495] Compiling Crypto DH.swift
[435/495] Compiling Crypto ECDH.swift
[436/495] Compiling Crypto HKDF.swift
[437/495] Compiling Crypto AESWrap.swift
[438/495] Compiling Crypto AESWrap_boring.swift
[439/495] Compiling Crypto Ed25519_boring.swift
[440/495] Compiling Crypto EllipticCurvePoint_boring.swift
[441/495] Compiling Crypto EllipticCurve_boring.swift
[442/495] Compiling Crypto NISTCurvesKeys_boring.swift
[443/495] Compiling Crypto X25519Keys_boring.swift
[444/495] Compiling Crypto Curve25519.swift
[445/495] Compiling Crypto ECDSASignature_boring.swift
[446/495] Compiling Crypto ECDSA_boring.swift
[447/495] Compiling Crypto EdDSA_boring.swift
[448/495] Compiling Crypto ECDSA.swift
[449/495] Compiling Crypto EdDSA.swift
[450/495] Compiling Crypto Signature.swift
[451/495] Compiling Crypto ArbitraryPrecisionInteger_boring.swift
[452/495] Compiling Crypto CryptoKitErrors_boring.swift
[453/495] Compiling Crypto Ed25519.swift
[454/495] Compiling Crypto NISTCurvesKeys.swift
[455/495] Compiling Crypto X25519Keys.swift
[456/495] Compiling Crypto SymmetricKeys.swift
[457/495] Compiling Crypto HMAC.swift
[458/495] Compiling Crypto MACFunctions.swift
[459/495] Compiling Crypto MessageAuthenticationCode.swift
[460/495] Compiling Crypto AES.swift
[461/495] Compiling Crypto ECDSASignature.swift
[462/495] Compiling Crypto PEMDocument.swift
[463/495] Compiling Crypto PKCS8PrivateKey.swift
[464/495] Compiling Crypto SEC1PrivateKey.swift
[465/495] Compiling Crypto SubjectPublicKeyInfo.swift
[466/495] Compiling Crypto CryptoKitErrors.swift
[467/495] Compiling Crypto Digest_boring.swift
[468/495] Compiling Crypto Digest.swift
[469/495] Compiling Crypto Digests.swift
[470/495] Compiling Crypto AES-GCM.swift
[471/495] Compiling Crypto AES-GCM_boring.swift
[472/495] Compiling Crypto ChaChaPoly_boring.swift
[473/495] Compiling Crypto ChaChaPoly.swift
[474/495] Compiling Crypto Cipher.swift
[475/495] Compiling Crypto Nonces.swift
[476/495] Compiling Crypto ASN1.swift
[477/495] Compiling Crypto ASN1Any.swift
[478/495] Compiling Crypto ASN1BitString.swift
[479/495] Compiling Crypto ASN1Boolean.swift
[480/495] Compiling Crypto ASN1Identifier.swift
[481/495] Compiling Crypto ASN1Integer.swift
[482/495] Compiling Crypto ASN1Null.swift
[483/495] Compiling Crypto ASN1OctetString.swift
[484/495] Compiling Crypto ASN1Strings.swift
[485/495] Compiling Crypto ArraySliceBigint.swift
[486/495] Compiling Crypto GeneralizedTime.swift
[487/495] Compiling Crypto ObjectIdentifier.swift
[488/495] Compiling Crypto FiniteFieldArithmeticContext_boring.swift
[489/495] Compiling Crypto RNG_boring.swift
[490/495] Compiling Crypto SafeCompare_boring.swift
[491/495] Compiling Crypto Zeroization_boring.swift
[492/495] Compiling Crypto PrettyBytes.swift
[493/495] Compiling Crypto SafeCompare.swift
[494/495] Compiling Crypto SecureBytes.swift
[495/495] Compiling Crypto Zeroization.swift
[497/593] Compiling LastFM TagInfo.swift
[498/593] Compiling LastFM TagTopAlbum.swift
[499/593] Compiling LastFM TagTopArtist.swift
[500/593] Compiling LastFM TagTopTrack.swift
[501/593] Compiling LastFM TokenResponse.swift
[502/593] Compiling LastFM TopGlobalTag.swift
[503/593] Compiling LastFM TopTag.swift
[504/593] Compiling LastFM TrackCorrection.swift
[505/593] Compiling LastFM TrackInfo.swift
[506/593] Compiling LastFM TrackInfoAlbum.swift
[507/593] Compiling LastFM TrackPlayingNow.swift
[508/593] Compiling LastFM TrackSearchResult.swift
[509/593] Compiling LastFM TrackSimilar.swift
[510/606] Emitting module LastFM
/host/spi-builder-workspace/Sources/LastFM/Models/LastFMError.swift:29:10: warning: associated value 'LastFMServiceError' of 'Sendable'-conforming enum 'LastFMError' has non-sendable type 'LastFMServiceErrorType'; this is an error in the Swift 6 language mode
 8 | import Foundation
 9 |
10 | public enum LastFMServiceErrorType: Int {
   |             `- note: consider making enum 'LastFMServiceErrorType' conform to the 'Sendable' protocol
11 |     case InvalidService = 2
12 |     case InvalidMethod = 3
   :
27 |
28 | public enum LastFMError: Error {
29 |     case LastFMServiceError(LastFMServiceErrorType, String)
   |          `- warning: associated value 'LastFMServiceError' of 'Sendable'-conforming enum 'LastFMError' has non-sendable type 'LastFMServiceErrorType'; this is an error in the Swift 6 language mode
30 |     case NoData
31 |     case OtherError(Error)
/host/spi-builder-workspace/Sources/LastFM/Utils/RequestUtils.swift:10:25: warning: static property 'shared' is not concurrency-safe because non-'Sendable' type 'RequestUtils' may have shared mutable state; this is an error in the Swift 6 language mode
  6 | #endif
  7 |
  8 | internal struct RequestUtils: Requester {
    |                 `- note: consider making struct 'RequestUtils' conform to the 'Sendable' protocol
  9 |
 10 |     internal static let shared = RequestUtils()
    |                         |- warning: static property 'shared' is not concurrency-safe because non-'Sendable' type 'RequestUtils' may have shared mutable state; this is an error in the Swift 6 language mode
    |                         |- note: add '@MainActor' to make static property 'shared' part of global actor 'MainActor'
    |                         `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 11 |     internal static let allowedURLQueryCharacters: CharacterSet = {
 12 |         var allowedCharacters = CharacterSet.urlQueryAllowed
[511/606] Compiling LastFM LastFMOptionalMBEntity.swift
/host/spi-builder-workspace/Sources/LastFM/Models/LastFMError.swift:29:10: warning: associated value 'LastFMServiceError' of 'Sendable'-conforming enum 'LastFMError' has non-sendable type 'LastFMServiceErrorType'; this is an error in the Swift 6 language mode
 8 | import Foundation
 9 |
10 | public enum LastFMServiceErrorType: Int {
   |             `- note: consider making enum 'LastFMServiceErrorType' conform to the 'Sendable' protocol
11 |     case InvalidService = 2
12 |     case InvalidMethod = 3
   :
27 |
28 | public enum LastFMError: Error {
29 |     case LastFMServiceError(LastFMServiceErrorType, String)
   |          `- warning: associated value 'LastFMServiceError' of 'Sendable'-conforming enum 'LastFMError' has non-sendable type 'LastFMServiceErrorType'; this is an error in the Swift 6 language mode
30 |     case NoData
31 |     case OtherError(Error)
[512/606] Compiling LastFM MBEntity.swift
/host/spi-builder-workspace/Sources/LastFM/Models/LastFMError.swift:29:10: warning: associated value 'LastFMServiceError' of 'Sendable'-conforming enum 'LastFMError' has non-sendable type 'LastFMServiceErrorType'; this is an error in the Swift 6 language mode
 8 | import Foundation
 9 |
10 | public enum LastFMServiceErrorType: Int {
   |             `- note: consider making enum 'LastFMServiceErrorType' conform to the 'Sendable' protocol
11 |     case InvalidService = 2
12 |     case InvalidMethod = 3
   :
27 |
28 | public enum LastFMError: Error {
29 |     case LastFMServiceError(LastFMServiceErrorType, String)
   |          `- warning: associated value 'LastFMServiceError' of 'Sendable'-conforming enum 'LastFMError' has non-sendable type 'LastFMServiceErrorType'; this is an error in the Swift 6 language mode
30 |     case NoData
31 |     case OtherError(Error)
[513/606] Compiling LastFM Streamable.swift
/host/spi-builder-workspace/Sources/LastFM/Models/LastFMError.swift:29:10: warning: associated value 'LastFMServiceError' of 'Sendable'-conforming enum 'LastFMError' has non-sendable type 'LastFMServiceErrorType'; this is an error in the Swift 6 language mode
 8 | import Foundation
 9 |
10 | public enum LastFMServiceErrorType: Int {
   |             `- note: consider making enum 'LastFMServiceErrorType' conform to the 'Sendable' protocol
11 |     case InvalidService = 2
12 |     case InvalidMethod = 3
   :
27 |
28 | public enum LastFMError: Error {
29 |     case LastFMServiceError(LastFMServiceErrorType, String)
   |          `- warning: associated value 'LastFMServiceError' of 'Sendable'-conforming enum 'LastFMError' has non-sendable type 'LastFMServiceErrorType'; this is an error in the Swift 6 language mode
30 |     case NoData
31 |     case OtherError(Error)
[514/606] Compiling LastFM ExtendedRecentTrack.swift
/host/spi-builder-workspace/Sources/LastFM/Models/LastFMError.swift:29:10: warning: associated value 'LastFMServiceError' of 'Sendable'-conforming enum 'LastFMError' has non-sendable type 'LastFMServiceErrorType'; this is an error in the Swift 6 language mode
 8 | import Foundation
 9 |
10 | public enum LastFMServiceErrorType: Int {
   |             `- note: consider making enum 'LastFMServiceErrorType' conform to the 'Sendable' protocol
11 |     case InvalidService = 2
12 |     case InvalidMethod = 3
   :
27 |
28 | public enum LastFMError: Error {
29 |     case LastFMServiceError(LastFMServiceErrorType, String)
   |          `- warning: associated value 'LastFMServiceError' of 'Sendable'-conforming enum 'LastFMError' has non-sendable type 'LastFMServiceErrorType'; this is an error in the Swift 6 language mode
30 |     case NoData
31 |     case OtherError(Error)
[515/606] Compiling LastFM GeoTopArtist.swift
/host/spi-builder-workspace/Sources/LastFM/Models/LastFMError.swift:29:10: warning: associated value 'LastFMServiceError' of 'Sendable'-conforming enum 'LastFMError' has non-sendable type 'LastFMServiceErrorType'; this is an error in the Swift 6 language mode
 8 | import Foundation
 9 |
10 | public enum LastFMServiceErrorType: Int {
   |             `- note: consider making enum 'LastFMServiceErrorType' conform to the 'Sendable' protocol
11 |     case InvalidService = 2
12 |     case InvalidMethod = 3
   :
27 |
28 | public enum LastFMError: Error {
29 |     case LastFMServiceError(LastFMServiceErrorType, String)
   |          `- warning: associated value 'LastFMServiceError' of 'Sendable'-conforming enum 'LastFMError' has non-sendable type 'LastFMServiceErrorType'; this is an error in the Swift 6 language mode
30 |     case NoData
31 |     case OtherError(Error)
[516/606] Compiling LastFM GeoTopTrack.swift
/host/spi-builder-workspace/Sources/LastFM/Models/LastFMError.swift:29:10: warning: associated value 'LastFMServiceError' of 'Sendable'-conforming enum 'LastFMError' has non-sendable type 'LastFMServiceErrorType'; this is an error in the Swift 6 language mode
 8 | import Foundation
 9 |
10 | public enum LastFMServiceErrorType: Int {
   |             `- note: consider making enum 'LastFMServiceErrorType' conform to the 'Sendable' protocol
11 |     case InvalidService = 2
12 |     case InvalidMethod = 3
   :
27 |
28 | public enum LastFMError: Error {
29 |     case LastFMServiceError(LastFMServiceErrorType, String)
   |          `- warning: associated value 'LastFMServiceError' of 'Sendable'-conforming enum 'LastFMError' has non-sendable type 'LastFMServiceErrorType'; this is an error in the Swift 6 language mode
30 |     case NoData
31 |     case OtherError(Error)
[517/606] Compiling LastFM LastFMError.swift
/host/spi-builder-workspace/Sources/LastFM/Models/LastFMError.swift:29:10: warning: associated value 'LastFMServiceError' of 'Sendable'-conforming enum 'LastFMError' has non-sendable type 'LastFMServiceErrorType'; this is an error in the Swift 6 language mode
 8 | import Foundation
 9 |
10 | public enum LastFMServiceErrorType: Int {
   |             `- note: consider making enum 'LastFMServiceErrorType' conform to the 'Sendable' protocol
11 |     case InvalidService = 2
12 |     case InvalidMethod = 3
   :
27 |
28 | public enum LastFMError: Error {
29 |     case LastFMServiceError(LastFMServiceErrorType, String)
   |          `- warning: associated value 'LastFMServiceError' of 'Sendable'-conforming enum 'LastFMError' has non-sendable type 'LastFMServiceErrorType'; this is an error in the Swift 6 language mode
30 |     case NoData
31 |     case OtherError(Error)
[518/606] Compiling LastFM LastFMImages.swift
/host/spi-builder-workspace/Sources/LastFM/Models/LastFMError.swift:29:10: warning: associated value 'LastFMServiceError' of 'Sendable'-conforming enum 'LastFMError' has non-sendable type 'LastFMServiceErrorType'; this is an error in the Swift 6 language mode
 8 | import Foundation
 9 |
10 | public enum LastFMServiceErrorType: Int {
   |             `- note: consider making enum 'LastFMServiceErrorType' conform to the 'Sendable' protocol
11 |     case InvalidService = 2
12 |     case InvalidMethod = 3
   :
27 |
28 | public enum LastFMError: Error {
29 |     case LastFMServiceError(LastFMServiceErrorType, String)
   |          `- warning: associated value 'LastFMServiceError' of 'Sendable'-conforming enum 'LastFMError' has non-sendable type 'LastFMServiceErrorType'; this is an error in the Swift 6 language mode
30 |     case NoData
31 |     case OtherError(Error)
[519/606] Compiling LastFM LibraryArtists.swift
/host/spi-builder-workspace/Sources/LastFM/Models/LastFMError.swift:29:10: warning: associated value 'LastFMServiceError' of 'Sendable'-conforming enum 'LastFMError' has non-sendable type 'LastFMServiceErrorType'; this is an error in the Swift 6 language mode
 8 | import Foundation
 9 |
10 | public enum LastFMServiceErrorType: Int {
   |             `- note: consider making enum 'LastFMServiceErrorType' conform to the 'Sendable' protocol
11 |     case InvalidService = 2
12 |     case InvalidMethod = 3
   :
27 |
28 | public enum LastFMError: Error {
29 |     case LastFMServiceError(LastFMServiceErrorType, String)
   |          `- warning: associated value 'LastFMServiceError' of 'Sendable'-conforming enum 'LastFMError' has non-sendable type 'LastFMServiceErrorType'; this is an error in the Swift 6 language mode
30 |     case NoData
31 |     case OtherError(Error)
[520/606] Compiling LastFM LovedTrack.swift
/host/spi-builder-workspace/Sources/LastFM/Models/LastFMError.swift:29:10: warning: associated value 'LastFMServiceError' of 'Sendable'-conforming enum 'LastFMError' has non-sendable type 'LastFMServiceErrorType'; this is an error in the Swift 6 language mode
 8 | import Foundation
 9 |
10 | public enum LastFMServiceErrorType: Int {
   |             `- note: consider making enum 'LastFMServiceErrorType' conform to the 'Sendable' protocol
11 |     case InvalidService = 2
12 |     case InvalidMethod = 3
   :
27 |
28 | public enum LastFMError: Error {
29 |     case LastFMServiceError(LastFMServiceErrorType, String)
   |          `- warning: associated value 'LastFMServiceError' of 'Sendable'-conforming enum 'LastFMError' has non-sendable type 'LastFMServiceErrorType'; this is an error in the Swift 6 language mode
30 |     case NoData
31 |     case OtherError(Error)
[521/606] Compiling LastFM AlbumAddTagsParams.swift
/host/spi-builder-workspace/Sources/LastFM/Models/LastFMError.swift:29:10: warning: associated value 'LastFMServiceError' of 'Sendable'-conforming enum 'LastFMError' has non-sendable type 'LastFMServiceErrorType'; this is an error in the Swift 6 language mode
 8 | import Foundation
 9 |
10 | public enum LastFMServiceErrorType: Int {
   |             `- note: consider making enum 'LastFMServiceErrorType' conform to the 'Sendable' protocol
11 |     case InvalidService = 2
12 |     case InvalidMethod = 3
   :
27 |
28 | public enum LastFMError: Error {
29 |     case LastFMServiceError(LastFMServiceErrorType, String)
   |          `- warning: associated value 'LastFMServiceError' of 'Sendable'-conforming enum 'LastFMError' has non-sendable type 'LastFMServiceErrorType'; this is an error in the Swift 6 language mode
30 |     case NoData
31 |     case OtherError(Error)
[522/606] Compiling LastFM AlbumGetTagsParams.swift
/host/spi-builder-workspace/Sources/LastFM/Models/LastFMError.swift:29:10: warning: associated value 'LastFMServiceError' of 'Sendable'-conforming enum 'LastFMError' has non-sendable type 'LastFMServiceErrorType'; this is an error in the Swift 6 language mode
 8 | import Foundation
 9 |
10 | public enum LastFMServiceErrorType: Int {
   |             `- note: consider making enum 'LastFMServiceErrorType' conform to the 'Sendable' protocol
11 |     case InvalidService = 2
12 |     case InvalidMethod = 3
   :
27 |
28 | public enum LastFMError: Error {
29 |     case LastFMServiceError(LastFMServiceErrorType, String)
   |          `- warning: associated value 'LastFMServiceError' of 'Sendable'-conforming enum 'LastFMError' has non-sendable type 'LastFMServiceErrorType'; this is an error in the Swift 6 language mode
30 |     case NoData
31 |     case OtherError(Error)
[523/606] Compiling LastFM AlbumInfoByMBIDParams.swift
/host/spi-builder-workspace/Sources/LastFM/Models/LastFMError.swift:29:10: warning: associated value 'LastFMServiceError' of 'Sendable'-conforming enum 'LastFMError' has non-sendable type 'LastFMServiceErrorType'; this is an error in the Swift 6 language mode
 8 | import Foundation
 9 |
10 | public enum LastFMServiceErrorType: Int {
   |             `- note: consider making enum 'LastFMServiceErrorType' conform to the 'Sendable' protocol
11 |     case InvalidService = 2
12 |     case InvalidMethod = 3
   :
27 |
28 | public enum LastFMError: Error {
29 |     case LastFMServiceError(LastFMServiceErrorType, String)
   |          `- warning: associated value 'LastFMServiceError' of 'Sendable'-conforming enum 'LastFMError' has non-sendable type 'LastFMServiceErrorType'; this is an error in the Swift 6 language mode
30 |     case NoData
31 |     case OtherError(Error)
[524/606] Compiling LastFM AlbumInfoParams.swift
/host/spi-builder-workspace/Sources/LastFM/Models/LastFMError.swift:29:10: warning: associated value 'LastFMServiceError' of 'Sendable'-conforming enum 'LastFMError' has non-sendable type 'LastFMServiceErrorType'; this is an error in the Swift 6 language mode
 8 | import Foundation
 9 |
10 | public enum LastFMServiceErrorType: Int {
   |             `- note: consider making enum 'LastFMServiceErrorType' conform to the 'Sendable' protocol
11 |     case InvalidService = 2
12 |     case InvalidMethod = 3
   :
27 |
28 | public enum LastFMError: Error {
29 |     case LastFMServiceError(LastFMServiceErrorType, String)
   |          `- warning: associated value 'LastFMServiceError' of 'Sendable'-conforming enum 'LastFMError' has non-sendable type 'LastFMServiceErrorType'; this is an error in the Swift 6 language mode
30 |     case NoData
31 |     case OtherError(Error)
[525/606] Compiling LastFM StringCodingKeys.swift
[526/606] Compiling LastFM RuntimeError.swift
[527/606] Compiling LastFM ScrobbleError.swift
[528/606] Compiling LastFM KeyedDecodingContainer+StringDecoding.swift
[529/606] Compiling LastFM String+encodeURIComponent.swift
[530/606] Compiling LastFM SwiftRestClient+APIClient.swift
[531/606] Compiling LastFM URLComponents+lastFMUrl.swift
[532/606] Compiling LastFM LastFM.swift
[533/606] Compiling LastFM AlbumInfo.swift
[534/606] Compiling LastFM AlbumInfoTrack.swift
[535/606] Compiling LastFM AlbumSearchResult.swift
[536/606] Compiling LastFM ArtistCorrection.swift
[537/606] Compiling LastFM ArtistInfo.swift
[538/606] Compiling LastFM ArtistInfoStats.swift
[539/606] Compiling LastFM ArtistSearchResult.swift
[540/606] Compiling LastFM ArtistSimilar.swift
[541/606] Compiling LastFM ArtistTopAlbum.swift
[542/606] Compiling LastFM ArtistTopTrack.swift
[543/606] Compiling LastFM ChartDateRange.swift
[544/606] Compiling LastFM ChartTopArtist.swift
[545/606] Compiling LastFM ChartTopTag.swift
[546/606] Compiling LastFM ChartTopTrack.swift
[547/606] Compiling LastFM CollectionList.swift
[548/606] Compiling LastFM CollectionPage.swift
[549/606] Compiling LastFM LastFMEntity.swift
[550/606] Compiling LastFM LastFMExtendedEntity.swift
[551/606] Compiling LastFM LastFMMBEntity.swift
[552/606] Compiling LastFM LastFMMBExtendedEntity.swift
[553/606] Compiling LastFM ArtistInfoParams.swift
[554/606] Compiling LastFM ArtistSimilarParams.swift
[555/606] Compiling LastFM ArtistTagsParams.swift
[556/606] Compiling LastFM ArtistTopItemsParams.swift
[557/606] Compiling LastFM ChartTopitemsParams.swift
[558/606] Compiling LastFM GeoTopTracksParams.swift
[559/606] Compiling LastFM InfoByMBIDParams.swift
[560/606] Compiling LastFM MBIDListParams.swift
[561/606] Compiling LastFM MBIDPageParams.swift
[562/606] Compiling LastFM RecentTracksParams.swift
[563/606] Compiling LastFM ScrobbleParams.swift
[564/606] Compiling LastFM ScrobbleParamsItem.swift
[565/606] Compiling LastFM SearchParams.swift
[566/606] Compiling LastFM TrackInfoParams.swift
[567/606] Compiling LastFM TrackNowPlayingParams.swift
[568/606] Compiling LastFM TrackParams.swift
[569/606] Compiling LastFM TrackSearchParams.swift
[570/606] Compiling LastFM TrackSimilarParams.swift
[571/606] Compiling LastFM TrackTagsParams.swift
[572/606] Compiling LastFM UserTopItemsParams.swift
[573/606] Compiling LastFM UserWeeklyChartParams.swift
[574/606] Compiling LastFM RecentTrack.swift
[575/606] Compiling LastFM ScrobbleList.swift
[576/606] Compiling LastFM ScrobbledTrack.swift
[577/606] Compiling LastFM SearchResults.swift
[578/606] Compiling LastFM ServiceSession.swift
[579/606] Compiling LastFM SimilarTag.swift
[580/606] Compiling LastFM SimpleWiki.swift
[581/606] Compiling LastFM UserInfo.swift
/host/spi-builder-workspace/Sources/LastFM/Modules/ArtistModule.swift:47:34: warning: sending 'artistTopTracks' risks causing data races; this is an error in the Swift 6 language mode
 45 |                 switch (result) {
 46 |                 case .success(let artistTopTracks):
 47 |                     continuation.resume(returning: artistTopTracks)
    |                                  |- warning: sending 'artistTopTracks' risks causing data races; this is an error in the Swift 6 language mode
    |                                  `- note: task-isolated 'artistTopTracks' is passed as a 'sending' parameter; Uses in callee may race with later task-isolated uses
 48 |                 case .failure(let error):
 49 |                     continuation.resume(throwing: error)
/host/spi-builder-workspace/Sources/LastFM/Modules/ArtistModule.swift:297:34: warning: sending 'artistCorrection' risks causing data races; this is an error in the Swift 6 language mode
295 |                 switch (result) {
296 |                 case .success(let artistCorrection):
297 |                     continuation.resume(returning: artistCorrection)
    |                                  |- warning: sending 'artistCorrection' risks causing data races; this is an error in the Swift 6 language mode
    |                                  `- note: task-isolated 'artistCorrection' is passed as a 'sending' parameter; Uses in callee may race with later task-isolated uses
298 |                 case .failure(let error):
299 |                     continuation.resume(throwing: error)
/host/spi-builder-workspace/Sources/LastFM/Modules/ArtistModule.swift:339:34: warning: sending 'tags' risks causing data races; this is an error in the Swift 6 language mode
337 |                 switch (result) {
338 |                 case .success(let tags):
339 |                     continuation.resume(returning: tags)
    |                                  |- warning: sending 'tags' risks causing data races; this is an error in the Swift 6 language mode
    |                                  `- note: task-isolated 'tags' is passed as a 'sending' parameter; Uses in callee may race with later task-isolated uses
340 |                 case .failure(let error):
341 |                     continuation.resume(throwing: error)
/host/spi-builder-workspace/Sources/LastFM/Modules/ArtistModule.swift:369:34: warning: sending 'topTags' risks causing data races; this is an error in the Swift 6 language mode
367 |                 switch (result) {
368 |                 case .success(let topTags):
369 |                     continuation.resume(returning: topTags)
    |                                  |- warning: sending 'topTags' risks causing data races; this is an error in the Swift 6 language mode
    |                                  `- note: task-isolated 'topTags' is passed as a 'sending' parameter; Uses in callee may race with later task-isolated uses
370 |                 case .failure(let error):
371 |                     continuation.resume(throwing: error)
/host/spi-builder-workspace/Sources/LastFM/Modules/ArtistModule.swift:399:34: warning: sending 'topTags' risks causing data races; this is an error in the Swift 6 language mode
397 |                 switch result {
398 |                 case .success(let topTags):
399 |                     continuation.resume(returning: topTags)
    |                                  |- warning: sending 'topTags' risks causing data races; this is an error in the Swift 6 language mode
    |                                  `- note: task-isolated 'topTags' is passed as a 'sending' parameter; Uses in callee may race with later task-isolated uses
400 |                 case .failure(let error):
401 |                     continuation.resume(throwing: error)
/host/spi-builder-workspace/Sources/LastFM/Modules/AuthModule.swift:94:38: warning: sending 'serviceSession' risks causing data races; this is an error in the Swift 6 language mode
 92 |                     switch (result) {
 93 |                     case .success(let serviceSession):
 94 |                         continuation.resume(returning: serviceSession)
    |                                      |- warning: sending 'serviceSession' risks causing data races; this is an error in the Swift 6 language mode
    |                                      `- note: task-isolated 'serviceSession' is passed as a 'sending' parameter; Uses in callee may race with later task-isolated uses
 95 |                     case .failure(let error):
 96 |                         continuation.resume(throwing: error)
[582/606] Compiling LastFM UserPublicInfo.swift
/host/spi-builder-workspace/Sources/LastFM/Modules/ArtistModule.swift:47:34: warning: sending 'artistTopTracks' risks causing data races; this is an error in the Swift 6 language mode
 45 |                 switch (result) {
 46 |                 case .success(let artistTopTracks):
 47 |                     continuation.resume(returning: artistTopTracks)
    |                                  |- warning: sending 'artistTopTracks' risks causing data races; this is an error in the Swift 6 language mode
    |                                  `- note: task-isolated 'artistTopTracks' is passed as a 'sending' parameter; Uses in callee may race with later task-isolated uses
 48 |                 case .failure(let error):
 49 |                     continuation.resume(throwing: error)
/host/spi-builder-workspace/Sources/LastFM/Modules/ArtistModule.swift:297:34: warning: sending 'artistCorrection' risks causing data races; this is an error in the Swift 6 language mode
295 |                 switch (result) {
296 |                 case .success(let artistCorrection):
297 |                     continuation.resume(returning: artistCorrection)
    |                                  |- warning: sending 'artistCorrection' risks causing data races; this is an error in the Swift 6 language mode
    |                                  `- note: task-isolated 'artistCorrection' is passed as a 'sending' parameter; Uses in callee may race with later task-isolated uses
298 |                 case .failure(let error):
299 |                     continuation.resume(throwing: error)
/host/spi-builder-workspace/Sources/LastFM/Modules/ArtistModule.swift:339:34: warning: sending 'tags' risks causing data races; this is an error in the Swift 6 language mode
337 |                 switch (result) {
338 |                 case .success(let tags):
339 |                     continuation.resume(returning: tags)
    |                                  |- warning: sending 'tags' risks causing data races; this is an error in the Swift 6 language mode
    |                                  `- note: task-isolated 'tags' is passed as a 'sending' parameter; Uses in callee may race with later task-isolated uses
340 |                 case .failure(let error):
341 |                     continuation.resume(throwing: error)
/host/spi-builder-workspace/Sources/LastFM/Modules/ArtistModule.swift:369:34: warning: sending 'topTags' risks causing data races; this is an error in the Swift 6 language mode
367 |                 switch (result) {
368 |                 case .success(let topTags):
369 |                     continuation.resume(returning: topTags)
    |                                  |- warning: sending 'topTags' risks causing data races; this is an error in the Swift 6 language mode
    |                                  `- note: task-isolated 'topTags' is passed as a 'sending' parameter; Uses in callee may race with later task-isolated uses
370 |                 case .failure(let error):
371 |                     continuation.resume(throwing: error)
/host/spi-builder-workspace/Sources/LastFM/Modules/ArtistModule.swift:399:34: warning: sending 'topTags' risks causing data races; this is an error in the Swift 6 language mode
397 |                 switch result {
398 |                 case .success(let topTags):
399 |                     continuation.resume(returning: topTags)
    |                                  |- warning: sending 'topTags' risks causing data races; this is an error in the Swift 6 language mode
    |                                  `- note: task-isolated 'topTags' is passed as a 'sending' parameter; Uses in callee may race with later task-isolated uses
400 |                 case .failure(let error):
401 |                     continuation.resume(throwing: error)
/host/spi-builder-workspace/Sources/LastFM/Modules/AuthModule.swift:94:38: warning: sending 'serviceSession' risks causing data races; this is an error in the Swift 6 language mode
 92 |                     switch (result) {
 93 |                     case .success(let serviceSession):
 94 |                         continuation.resume(returning: serviceSession)
    |                                      |- warning: sending 'serviceSession' risks causing data races; this is an error in the Swift 6 language mode
    |                                      `- note: task-isolated 'serviceSession' is passed as a 'sending' parameter; Uses in callee may race with later task-isolated uses
 95 |                     case .failure(let error):
 96 |                         continuation.resume(throwing: error)
[583/606] Compiling LastFM UserTopAlbum.swift
/host/spi-builder-workspace/Sources/LastFM/Modules/ArtistModule.swift:47:34: warning: sending 'artistTopTracks' risks causing data races; this is an error in the Swift 6 language mode
 45 |                 switch (result) {
 46 |                 case .success(let artistTopTracks):
 47 |                     continuation.resume(returning: artistTopTracks)
    |                                  |- warning: sending 'artistTopTracks' risks causing data races; this is an error in the Swift 6 language mode
    |                                  `- note: task-isolated 'artistTopTracks' is passed as a 'sending' parameter; Uses in callee may race with later task-isolated uses
 48 |                 case .failure(let error):
 49 |                     continuation.resume(throwing: error)
/host/spi-builder-workspace/Sources/LastFM/Modules/ArtistModule.swift:297:34: warning: sending 'artistCorrection' risks causing data races; this is an error in the Swift 6 language mode
295 |                 switch (result) {
296 |                 case .success(let artistCorrection):
297 |                     continuation.resume(returning: artistCorrection)
    |                                  |- warning: sending 'artistCorrection' risks causing data races; this is an error in the Swift 6 language mode
    |                                  `- note: task-isolated 'artistCorrection' is passed as a 'sending' parameter; Uses in callee may race with later task-isolated uses
298 |                 case .failure(let error):
299 |                     continuation.resume(throwing: error)
/host/spi-builder-workspace/Sources/LastFM/Modules/ArtistModule.swift:339:34: warning: sending 'tags' risks causing data races; this is an error in the Swift 6 language mode
337 |                 switch (result) {
338 |                 case .success(let tags):
339 |                     continuation.resume(returning: tags)
    |                                  |- warning: sending 'tags' risks causing data races; this is an error in the Swift 6 language mode
    |                                  `- note: task-isolated 'tags' is passed as a 'sending' parameter; Uses in callee may race with later task-isolated uses
340 |                 case .failure(let error):
341 |                     continuation.resume(throwing: error)
/host/spi-builder-workspace/Sources/LastFM/Modules/ArtistModule.swift:369:34: warning: sending 'topTags' risks causing data races; this is an error in the Swift 6 language mode
367 |                 switch (result) {
368 |                 case .success(let topTags):
369 |                     continuation.resume(returning: topTags)
    |                                  |- warning: sending 'topTags' risks causing data races; this is an error in the Swift 6 language mode
    |                                  `- note: task-isolated 'topTags' is passed as a 'sending' parameter; Uses in callee may race with later task-isolated uses
370 |                 case .failure(let error):
371 |                     continuation.resume(throwing: error)
/host/spi-builder-workspace/Sources/LastFM/Modules/ArtistModule.swift:399:34: warning: sending 'topTags' risks causing data races; this is an error in the Swift 6 language mode
397 |                 switch result {
398 |                 case .success(let topTags):
399 |                     continuation.resume(returning: topTags)
    |                                  |- warning: sending 'topTags' risks causing data races; this is an error in the Swift 6 language mode
    |                                  `- note: task-isolated 'topTags' is passed as a 'sending' parameter; Uses in callee may race with later task-isolated uses
400 |                 case .failure(let error):
401 |                     continuation.resume(throwing: error)
/host/spi-builder-workspace/Sources/LastFM/Modules/AuthModule.swift:94:38: warning: sending 'serviceSession' risks causing data races; this is an error in the Swift 6 language mode
 92 |                     switch (result) {
 93 |                     case .success(let serviceSession):
 94 |                         continuation.resume(returning: serviceSession)
    |                                      |- warning: sending 'serviceSession' risks causing data races; this is an error in the Swift 6 language mode
    |                                      `- note: task-isolated 'serviceSession' is passed as a 'sending' parameter; Uses in callee may race with later task-isolated uses
 95 |                     case .failure(let error):
 96 |                         continuation.resume(throwing: error)
[584/606] Compiling LastFM UserTopArtist.swift
/host/spi-builder-workspace/Sources/LastFM/Modules/ArtistModule.swift:47:34: warning: sending 'artistTopTracks' risks causing data races; this is an error in the Swift 6 language mode
 45 |                 switch (result) {
 46 |                 case .success(let artistTopTracks):
 47 |                     continuation.resume(returning: artistTopTracks)
    |                                  |- warning: sending 'artistTopTracks' risks causing data races; this is an error in the Swift 6 language mode
    |                                  `- note: task-isolated 'artistTopTracks' is passed as a 'sending' parameter; Uses in callee may race with later task-isolated uses
 48 |                 case .failure(let error):
 49 |                     continuation.resume(throwing: error)
/host/spi-builder-workspace/Sources/LastFM/Modules/ArtistModule.swift:297:34: warning: sending 'artistCorrection' risks causing data races; this is an error in the Swift 6 language mode
295 |                 switch (result) {
296 |                 case .success(let artistCorrection):
297 |                     continuation.resume(returning: artistCorrection)
    |                                  |- warning: sending 'artistCorrection' risks causing data races; this is an error in the Swift 6 language mode
    |                                  `- note: task-isolated 'artistCorrection' is passed as a 'sending' parameter; Uses in callee may race with later task-isolated uses
298 |                 case .failure(let error):
299 |                     continuation.resume(throwing: error)
/host/spi-builder-workspace/Sources/LastFM/Modules/ArtistModule.swift:339:34: warning: sending 'tags' risks causing data races; this is an error in the Swift 6 language mode
337 |                 switch (result) {
338 |                 case .success(let tags):
339 |                     continuation.resume(returning: tags)
    |                                  |- warning: sending 'tags' risks causing data races; this is an error in the Swift 6 language mode
    |                                  `- note: task-isolated 'tags' is passed as a 'sending' parameter; Uses in callee may race with later task-isolated uses
340 |                 case .failure(let error):
341 |                     continuation.resume(throwing: error)
/host/spi-builder-workspace/Sources/LastFM/Modules/ArtistModule.swift:369:34: warning: sending 'topTags' risks causing data races; this is an error in the Swift 6 language mode
367 |                 switch (result) {
368 |                 case .success(let topTags):
369 |                     continuation.resume(returning: topTags)
    |                                  |- warning: sending 'topTags' risks causing data races; this is an error in the Swift 6 language mode
    |                                  `- note: task-isolated 'topTags' is passed as a 'sending' parameter; Uses in callee may race with later task-isolated uses
370 |                 case .failure(let error):
371 |                     continuation.resume(throwing: error)
/host/spi-builder-workspace/Sources/LastFM/Modules/ArtistModule.swift:399:34: warning: sending 'topTags' risks causing data races; this is an error in the Swift 6 language mode
397 |                 switch result {
398 |                 case .success(let topTags):
399 |                     continuation.resume(returning: topTags)
    |                                  |- warning: sending 'topTags' risks causing data races; this is an error in the Swift 6 language mode
    |                                  `- note: task-isolated 'topTags' is passed as a 'sending' parameter; Uses in callee may race with later task-isolated uses
400 |                 case .failure(let error):
401 |                     continuation.resume(throwing: error)
/host/spi-builder-workspace/Sources/LastFM/Modules/AuthModule.swift:94:38: warning: sending 'serviceSession' risks causing data races; this is an error in the Swift 6 language mode
 92 |                     switch (result) {
 93 |                     case .success(let serviceSession):
 94 |                         continuation.resume(returning: serviceSession)
    |                                      |- warning: sending 'serviceSession' risks causing data races; this is an error in the Swift 6 language mode
    |                                      `- note: task-isolated 'serviceSession' is passed as a 'sending' parameter; Uses in callee may race with later task-isolated uses
 95 |                     case .failure(let error):
 96 |                         continuation.resume(throwing: error)
[585/606] Compiling LastFM UserTopTrack.swift
/host/spi-builder-workspace/Sources/LastFM/Modules/ArtistModule.swift:47:34: warning: sending 'artistTopTracks' risks causing data races; this is an error in the Swift 6 language mode
 45 |                 switch (result) {
 46 |                 case .success(let artistTopTracks):
 47 |                     continuation.resume(returning: artistTopTracks)
    |                                  |- warning: sending 'artistTopTracks' risks causing data races; this is an error in the Swift 6 language mode
    |                                  `- note: task-isolated 'artistTopTracks' is passed as a 'sending' parameter; Uses in callee may race with later task-isolated uses
 48 |                 case .failure(let error):
 49 |                     continuation.resume(throwing: error)
/host/spi-builder-workspace/Sources/LastFM/Modules/ArtistModule.swift:297:34: warning: sending 'artistCorrection' risks causing data races; this is an error in the Swift 6 language mode
295 |                 switch (result) {
296 |                 case .success(let artistCorrection):
297 |                     continuation.resume(returning: artistCorrection)
    |                                  |- warning: sending 'artistCorrection' risks causing data races; this is an error in the Swift 6 language mode
    |                                  `- note: task-isolated 'artistCorrection' is passed as a 'sending' parameter; Uses in callee may race with later task-isolated uses
298 |                 case .failure(let error):
299 |                     continuation.resume(throwing: error)
/host/spi-builder-workspace/Sources/LastFM/Modules/ArtistModule.swift:339:34: warning: sending 'tags' risks causing data races; this is an error in the Swift 6 language mode
337 |                 switch (result) {
338 |                 case .success(let tags):
339 |                     continuation.resume(returning: tags)
    |                                  |- warning: sending 'tags' risks causing data races; this is an error in the Swift 6 language mode
    |                                  `- note: task-isolated 'tags' is passed as a 'sending' parameter; Uses in callee may race with later task-isolated uses
340 |                 case .failure(let error):
341 |                     continuation.resume(throwing: error)
/host/spi-builder-workspace/Sources/LastFM/Modules/ArtistModule.swift:369:34: warning: sending 'topTags' risks causing data races; this is an error in the Swift 6 language mode
367 |                 switch (result) {
368 |                 case .success(let topTags):
369 |                     continuation.resume(returning: topTags)
    |                                  |- warning: sending 'topTags' risks causing data races; this is an error in the Swift 6 language mode
    |                                  `- note: task-isolated 'topTags' is passed as a 'sending' parameter; Uses in callee may race with later task-isolated uses
370 |                 case .failure(let error):
371 |                     continuation.resume(throwing: error)
/host/spi-builder-workspace/Sources/LastFM/Modules/ArtistModule.swift:399:34: warning: sending 'topTags' risks causing data races; this is an error in the Swift 6 language mode
397 |                 switch result {
398 |                 case .success(let topTags):
399 |                     continuation.resume(returning: topTags)
    |                                  |- warning: sending 'topTags' risks causing data races; this is an error in the Swift 6 language mode
    |                                  `- note: task-isolated 'topTags' is passed as a 'sending' parameter; Uses in callee may race with later task-isolated uses
400 |                 case .failure(let error):
401 |                     continuation.resume(throwing: error)
/host/spi-builder-workspace/Sources/LastFM/Modules/AuthModule.swift:94:38: warning: sending 'serviceSession' risks causing data races; this is an error in the Swift 6 language mode
 92 |                     switch (result) {
 93 |                     case .success(let serviceSession):
 94 |                         continuation.resume(returning: serviceSession)
    |                                      |- warning: sending 'serviceSession' risks causing data races; this is an error in the Swift 6 language mode
    |                                      `- note: task-isolated 'serviceSession' is passed as a 'sending' parameter; Uses in callee may race with later task-isolated uses
 95 |                     case .failure(let error):
 96 |                         continuation.resume(throwing: error)
[586/606] Compiling LastFM UserWeeklyAlbumChart.swift
/host/spi-builder-workspace/Sources/LastFM/Modules/ArtistModule.swift:47:34: warning: sending 'artistTopTracks' risks causing data races; this is an error in the Swift 6 language mode
 45 |                 switch (result) {
 46 |                 case .success(let artistTopTracks):
 47 |                     continuation.resume(returning: artistTopTracks)
    |                                  |- warning: sending 'artistTopTracks' risks causing data races; this is an error in the Swift 6 language mode
    |                                  `- note: task-isolated 'artistTopTracks' is passed as a 'sending' parameter; Uses in callee may race with later task-isolated uses
 48 |                 case .failure(let error):
 49 |                     continuation.resume(throwing: error)
/host/spi-builder-workspace/Sources/LastFM/Modules/ArtistModule.swift:297:34: warning: sending 'artistCorrection' risks causing data races; this is an error in the Swift 6 language mode
295 |                 switch (result) {
296 |                 case .success(let artistCorrection):
297 |                     continuation.resume(returning: artistCorrection)
    |                                  |- warning: sending 'artistCorrection' risks causing data races; this is an error in the Swift 6 language mode
    |                                  `- note: task-isolated 'artistCorrection' is passed as a 'sending' parameter; Uses in callee may race with later task-isolated uses
298 |                 case .failure(let error):
299 |                     continuation.resume(throwing: error)
/host/spi-builder-workspace/Sources/LastFM/Modules/ArtistModule.swift:339:34: warning: sending 'tags' risks causing data races; this is an error in the Swift 6 language mode
337 |                 switch (result) {
338 |                 case .success(let tags):
339 |                     continuation.resume(returning: tags)
    |                                  |- warning: sending 'tags' risks causing data races; this is an error in the Swift 6 language mode
    |                                  `- note: task-isolated 'tags' is passed as a 'sending' parameter; Uses in callee may race with later task-isolated uses
340 |                 case .failure(let error):
341 |                     continuation.resume(throwing: error)
/host/spi-builder-workspace/Sources/LastFM/Modules/ArtistModule.swift:369:34: warning: sending 'topTags' risks causing data races; this is an error in the Swift 6 language mode
367 |                 switch (result) {
368 |                 case .success(let topTags):
369 |                     continuation.resume(returning: topTags)
    |                                  |- warning: sending 'topTags' risks causing data races; this is an error in the Swift 6 language mode
    |                                  `- note: task-isolated 'topTags' is passed as a 'sending' parameter; Uses in callee may race with later task-isolated uses
370 |                 case .failure(let error):
371 |                     continuation.resume(throwing: error)
/host/spi-builder-workspace/Sources/LastFM/Modules/ArtistModule.swift:399:34: warning: sending 'topTags' risks causing data races; this is an error in the Swift 6 language mode
397 |                 switch result {
398 |                 case .success(let topTags):
399 |                     continuation.resume(returning: topTags)
    |                                  |- warning: sending 'topTags' risks causing data races; this is an error in the Swift 6 language mode
    |                                  `- note: task-isolated 'topTags' is passed as a 'sending' parameter; Uses in callee may race with later task-isolated uses
400 |                 case .failure(let error):
401 |                     continuation.resume(throwing: error)
/host/spi-builder-workspace/Sources/LastFM/Modules/AuthModule.swift:94:38: warning: sending 'serviceSession' risks causing data races; this is an error in the Swift 6 language mode
 92 |                     switch (result) {
 93 |                     case .success(let serviceSession):
 94 |                         continuation.resume(returning: serviceSession)
    |                                      |- warning: sending 'serviceSession' risks causing data races; this is an error in the Swift 6 language mode
    |                                      `- note: task-isolated 'serviceSession' is passed as a 'sending' parameter; Uses in callee may race with later task-isolated uses
 95 |                     case .failure(let error):
 96 |                         continuation.resume(throwing: error)
[587/606] Compiling LastFM UserWeeklyArtistChart .swift
/host/spi-builder-workspace/Sources/LastFM/Modules/ArtistModule.swift:47:34: warning: sending 'artistTopTracks' risks causing data races; this is an error in the Swift 6 language mode
 45 |                 switch (result) {
 46 |                 case .success(let artistTopTracks):
 47 |                     continuation.resume(returning: artistTopTracks)
    |                                  |- warning: sending 'artistTopTracks' risks causing data races; this is an error in the Swift 6 language mode
    |                                  `- note: task-isolated 'artistTopTracks' is passed as a 'sending' parameter; Uses in callee may race with later task-isolated uses
 48 |                 case .failure(let error):
 49 |                     continuation.resume(throwing: error)
/host/spi-builder-workspace/Sources/LastFM/Modules/ArtistModule.swift:297:34: warning: sending 'artistCorrection' risks causing data races; this is an error in the Swift 6 language mode
295 |                 switch (result) {
296 |                 case .success(let artistCorrection):
297 |                     continuation.resume(returning: artistCorrection)
    |                                  |- warning: sending 'artistCorrection' risks causing data races; this is an error in the Swift 6 language mode
    |                                  `- note: task-isolated 'artistCorrection' is passed as a 'sending' parameter; Uses in callee may race with later task-isolated uses
298 |                 case .failure(let error):
299 |                     continuation.resume(throwing: error)
/host/spi-builder-workspace/Sources/LastFM/Modules/ArtistModule.swift:339:34: warning: sending 'tags' risks causing data races; this is an error in the Swift 6 language mode
337 |                 switch (result) {
338 |                 case .success(let tags):
339 |                     continuation.resume(returning: tags)
    |                                  |- warning: sending 'tags' risks causing data races; this is an error in the Swift 6 language mode
    |                                  `- note: task-isolated 'tags' is passed as a 'sending' parameter; Uses in callee may race with later task-isolated uses
340 |                 case .failure(let error):
341 |                     continuation.resume(throwing: error)
/host/spi-builder-workspace/Sources/LastFM/Modules/ArtistModule.swift:369:34: warning: sending 'topTags' risks causing data races; this is an error in the Swift 6 language mode
367 |                 switch (result) {
368 |                 case .success(let topTags):
369 |                     continuation.resume(returning: topTags)
    |                                  |- warning: sending 'topTags' risks causing data races; this is an error in the Swift 6 language mode
    |                                  `- note: task-isolated 'topTags' is passed as a 'sending' parameter; Uses in callee may race with later task-isolated uses
370 |                 case .failure(let error):
371 |                     continuation.resume(throwing: error)
/host/spi-builder-workspace/Sources/LastFM/Modules/ArtistModule.swift:399:34: warning: sending 'topTags' risks causing data races; this is an error in the Swift 6 language mode
397 |                 switch result {
398 |                 case .success(let topTags):
399 |                     continuation.resume(returning: topTags)
    |                                  |- warning: sending 'topTags' risks causing data races; this is an error in the Swift 6 language mode
    |                                  `- note: task-isolated 'topTags' is passed as a 'sending' parameter; Uses in callee may race with later task-isolated uses
400 |                 case .failure(let error):
401 |                     continuation.resume(throwing: error)
/host/spi-builder-workspace/Sources/LastFM/Modules/AuthModule.swift:94:38: warning: sending 'serviceSession' risks causing data races; this is an error in the Swift 6 language mode
 92 |                     switch (result) {
 93 |                     case .success(let serviceSession):
 94 |                         continuation.resume(returning: serviceSession)
    |                                      |- warning: sending 'serviceSession' risks causing data races; this is an error in the Swift 6 language mode
    |                                      `- note: task-isolated 'serviceSession' is passed as a 'sending' parameter; Uses in callee may race with later task-isolated uses
 95 |                     case .failure(let error):
 96 |                         continuation.resume(throwing: error)
[588/606] Compiling LastFM UserWeeklyTrackChart.swift
/host/spi-builder-workspace/Sources/LastFM/Modules/ArtistModule.swift:47:34: warning: sending 'artistTopTracks' risks causing data races; this is an error in the Swift 6 language mode
 45 |                 switch (result) {
 46 |                 case .success(let artistTopTracks):
 47 |                     continuation.resume(returning: artistTopTracks)
    |                                  |- warning: sending 'artistTopTracks' risks causing data races; this is an error in the Swift 6 language mode
    |                                  `- note: task-isolated 'artistTopTracks' is passed as a 'sending' parameter; Uses in callee may race with later task-isolated uses
 48 |                 case .failure(let error):
 49 |                     continuation.resume(throwing: error)
/host/spi-builder-workspace/Sources/LastFM/Modules/ArtistModule.swift:297:34: warning: sending 'artistCorrection' risks causing data races; this is an error in the Swift 6 language mode
295 |                 switch (result) {
296 |                 case .success(let artistCorrection):
297 |                     continuation.resume(returning: artistCorrection)
    |                                  |- warning: sending 'artistCorrection' risks causing data races; this is an error in the Swift 6 language mode
    |                                  `- note: task-isolated 'artistCorrection' is passed as a 'sending' parameter; Uses in callee may race with later task-isolated uses
298 |                 case .failure(let error):
299 |                     continuation.resume(throwing: error)
/host/spi-builder-workspace/Sources/LastFM/Modules/ArtistModule.swift:339:34: warning: sending 'tags' risks causing data races; this is an error in the Swift 6 language mode
337 |                 switch (result) {
338 |                 case .success(let tags):
339 |                     continuation.resume(returning: tags)
    |                                  |- warning: sending 'tags' risks causing data races; this is an error in the Swift 6 language mode
    |                                  `- note: task-isolated 'tags' is passed as a 'sending' parameter; Uses in callee may race with later task-isolated uses
340 |                 case .failure(let error):
341 |                     continuation.resume(throwing: error)
/host/spi-builder-workspace/Sources/LastFM/Modules/ArtistModule.swift:369:34: warning: sending 'topTags' risks causing data races; this is an error in the Swift 6 language mode
367 |                 switch (result) {
368 |                 case .success(let topTags):
369 |                     continuation.resume(returning: topTags)
    |                                  |- warning: sending 'topTags' risks causing data races; this is an error in the Swift 6 language mode
    |                                  `- note: task-isolated 'topTags' is passed as a 'sending' parameter; Uses in callee may race with later task-isolated uses
370 |                 case .failure(let error):
371 |                     continuation.resume(throwing: error)
/host/spi-builder-workspace/Sources/LastFM/Modules/ArtistModule.swift:399:34: warning: sending 'topTags' risks causing data races; this is an error in the Swift 6 language mode
397 |                 switch result {
398 |                 case .success(let topTags):
399 |                     continuation.resume(returning: topTags)
    |                                  |- warning: sending 'topTags' risks causing data races; this is an error in the Swift 6 language mode
    |                                  `- note: task-isolated 'topTags' is passed as a 'sending' parameter; Uses in callee may race with later task-isolated uses
400 |                 case .failure(let error):
401 |                     continuation.resume(throwing: error)
/host/spi-builder-workspace/Sources/LastFM/Modules/AuthModule.swift:94:38: warning: sending 'serviceSession' risks causing data races; this is an error in the Swift 6 language mode
 92 |                     switch (result) {
 93 |                     case .success(let serviceSession):
 94 |                         continuation.resume(returning: serviceSession)
    |                                      |- warning: sending 'serviceSession' risks causing data races; this is an error in the Swift 6 language mode
    |                                      `- note: task-isolated 'serviceSession' is passed as a 'sending' parameter; Uses in callee may race with later task-isolated uses
 95 |                     case .failure(let error):
 96 |                         continuation.resume(throwing: error)
[589/606] Compiling LastFM Wiki.swift
/host/spi-builder-workspace/Sources/LastFM/Modules/ArtistModule.swift:47:34: warning: sending 'artistTopTracks' risks causing data races; this is an error in the Swift 6 language mode
 45 |                 switch (result) {
 46 |                 case .success(let artistTopTracks):
 47 |                     continuation.resume(returning: artistTopTracks)
    |                                  |- warning: sending 'artistTopTracks' risks causing data races; this is an error in the Swift 6 language mode
    |                                  `- note: task-isolated 'artistTopTracks' is passed as a 'sending' parameter; Uses in callee may race with later task-isolated uses
 48 |                 case .failure(let error):
 49 |                     continuation.resume(throwing: error)
/host/spi-builder-workspace/Sources/LastFM/Modules/ArtistModule.swift:297:34: warning: sending 'artistCorrection' risks causing data races; this is an error in the Swift 6 language mode
295 |                 switch (result) {
296 |                 case .success(let artistCorrection):
297 |                     continuation.resume(returning: artistCorrection)
    |                                  |- warning: sending 'artistCorrection' risks causing data races; this is an error in the Swift 6 language mode
    |                                  `- note: task-isolated 'artistCorrection' is passed as a 'sending' parameter; Uses in callee may race with later task-isolated uses
298 |                 case .failure(let error):
299 |                     continuation.resume(throwing: error)
/host/spi-builder-workspace/Sources/LastFM/Modules/ArtistModule.swift:339:34: warning: sending 'tags' risks causing data races; this is an error in the Swift 6 language mode
337 |                 switch (result) {
338 |                 case .success(let tags):
339 |                     continuation.resume(returning: tags)
    |                                  |- warning: sending 'tags' risks causing data races; this is an error in the Swift 6 language mode
    |                                  `- note: task-isolated 'tags' is passed as a 'sending' parameter; Uses in callee may race with later task-isolated uses
340 |                 case .failure(let error):
341 |                     continuation.resume(throwing: error)
/host/spi-builder-workspace/Sources/LastFM/Modules/ArtistModule.swift:369:34: warning: sending 'topTags' risks causing data races; this is an error in the Swift 6 language mode
367 |                 switch (result) {
368 |                 case .success(let topTags):
369 |                     continuation.resume(returning: topTags)
    |                                  |- warning: sending 'topTags' risks causing data races; this is an error in the Swift 6 language mode
    |                                  `- note: task-isolated 'topTags' is passed as a 'sending' parameter; Uses in callee may race with later task-isolated uses
370 |                 case .failure(let error):
371 |                     continuation.resume(throwing: error)
/host/spi-builder-workspace/Sources/LastFM/Modules/ArtistModule.swift:399:34: warning: sending 'topTags' risks causing data races; this is an error in the Swift 6 language mode
397 |                 switch result {
398 |                 case .success(let topTags):
399 |                     continuation.resume(returning: topTags)
    |                                  |- warning: sending 'topTags' risks causing data races; this is an error in the Swift 6 language mode
    |                                  `- note: task-isolated 'topTags' is passed as a 'sending' parameter; Uses in callee may race with later task-isolated uses
400 |                 case .failure(let error):
401 |                     continuation.resume(throwing: error)
/host/spi-builder-workspace/Sources/LastFM/Modules/AuthModule.swift:94:38: warning: sending 'serviceSession' risks causing data races; this is an error in the Swift 6 language mode
 92 |                     switch (result) {
 93 |                     case .success(let serviceSession):
 94 |                         continuation.resume(returning: serviceSession)
    |                                      |- warning: sending 'serviceSession' risks causing data races; this is an error in the Swift 6 language mode
    |                                      `- note: task-isolated 'serviceSession' is passed as a 'sending' parameter; Uses in callee may race with later task-isolated uses
 95 |                     case .failure(let error):
 96 |                         continuation.resume(throwing: error)
[590/606] Compiling LastFM AlbumModule.swift
/host/spi-builder-workspace/Sources/LastFM/Modules/ArtistModule.swift:47:34: warning: sending 'artistTopTracks' risks causing data races; this is an error in the Swift 6 language mode
 45 |                 switch (result) {
 46 |                 case .success(let artistTopTracks):
 47 |                     continuation.resume(returning: artistTopTracks)
    |                                  |- warning: sending 'artistTopTracks' risks causing data races; this is an error in the Swift 6 language mode
    |                                  `- note: task-isolated 'artistTopTracks' is passed as a 'sending' parameter; Uses in callee may race with later task-isolated uses
 48 |                 case .failure(let error):
 49 |                     continuation.resume(throwing: error)
/host/spi-builder-workspace/Sources/LastFM/Modules/ArtistModule.swift:297:34: warning: sending 'artistCorrection' risks causing data races; this is an error in the Swift 6 language mode
295 |                 switch (result) {
296 |                 case .success(let artistCorrection):
297 |                     continuation.resume(returning: artistCorrection)
    |                                  |- warning: sending 'artistCorrection' risks causing data races; this is an error in the Swift 6 language mode
    |                                  `- note: task-isolated 'artistCorrection' is passed as a 'sending' parameter; Uses in callee may race with later task-isolated uses
298 |                 case .failure(let error):
299 |                     continuation.resume(throwing: error)
/host/spi-builder-workspace/Sources/LastFM/Modules/ArtistModule.swift:339:34: warning: sending 'tags' risks causing data races; this is an error in the Swift 6 language mode
337 |                 switch (result) {
338 |                 case .success(let tags):
339 |                     continuation.resume(returning: tags)
    |                                  |- warning: sending 'tags' risks causing data races; this is an error in the Swift 6 language mode
    |                                  `- note: task-isolated 'tags' is passed as a 'sending' parameter; Uses in callee may race with later task-isolated uses
340 |                 case .failure(let error):
341 |                     continuation.resume(throwing: error)
/host/spi-builder-workspace/Sources/LastFM/Modules/ArtistModule.swift:369:34: warning: sending 'topTags' risks causing data races; this is an error in the Swift 6 language mode
367 |                 switch (result) {
368 |                 case .success(let topTags):
369 |                     continuation.resume(returning: topTags)
    |                                  |- warning: sending 'topTags' risks causing data races; this is an error in the Swift 6 language mode
    |                                  `- note: task-isolated 'topTags' is passed as a 'sending' parameter; Uses in callee may race with later task-isolated uses
370 |                 case .failure(let error):
371 |                     continuation.resume(throwing: error)
/host/spi-builder-workspace/Sources/LastFM/Modules/ArtistModule.swift:399:34: warning: sending 'topTags' risks causing data races; this is an error in the Swift 6 language mode
397 |                 switch result {
398 |                 case .success(let topTags):
399 |                     continuation.resume(returning: topTags)
    |                                  |- warning: sending 'topTags' risks causing data races; this is an error in the Swift 6 language mode
    |                                  `- note: task-isolated 'topTags' is passed as a 'sending' parameter; Uses in callee may race with later task-isolated uses
400 |                 case .failure(let error):
401 |                     continuation.resume(throwing: error)
/host/spi-builder-workspace/Sources/LastFM/Modules/AuthModule.swift:94:38: warning: sending 'serviceSession' risks causing data races; this is an error in the Swift 6 language mode
 92 |                     switch (result) {
 93 |                     case .success(let serviceSession):
 94 |                         continuation.resume(returning: serviceSession)
    |                                      |- warning: sending 'serviceSession' risks causing data races; this is an error in the Swift 6 language mode
    |                                      `- note: task-isolated 'serviceSession' is passed as a 'sending' parameter; Uses in callee may race with later task-isolated uses
 95 |                     case .failure(let error):
 96 |                         continuation.resume(throwing: error)
[591/606] Compiling LastFM ArtistModule.swift
/host/spi-builder-workspace/Sources/LastFM/Modules/ArtistModule.swift:47:34: warning: sending 'artistTopTracks' risks causing data races; this is an error in the Swift 6 language mode
 45 |                 switch (result) {
 46 |                 case .success(let artistTopTracks):
 47 |                     continuation.resume(returning: artistTopTracks)
    |                                  |- warning: sending 'artistTopTracks' risks causing data races; this is an error in the Swift 6 language mode
    |                                  `- note: task-isolated 'artistTopTracks' is passed as a 'sending' parameter; Uses in callee may race with later task-isolated uses
 48 |                 case .failure(let error):
 49 |                     continuation.resume(throwing: error)
/host/spi-builder-workspace/Sources/LastFM/Modules/ArtistModule.swift:297:34: warning: sending 'artistCorrection' risks causing data races; this is an error in the Swift 6 language mode
295 |                 switch (result) {
296 |                 case .success(let artistCorrection):
297 |                     continuation.resume(returning: artistCorrection)
    |                                  |- warning: sending 'artistCorrection' risks causing data races; this is an error in the Swift 6 language mode
    |                                  `- note: task-isolated 'artistCorrection' is passed as a 'sending' parameter; Uses in callee may race with later task-isolated uses
298 |                 case .failure(let error):
299 |                     continuation.resume(throwing: error)
/host/spi-builder-workspace/Sources/LastFM/Modules/ArtistModule.swift:339:34: warning: sending 'tags' risks causing data races; this is an error in the Swift 6 language mode
337 |                 switch (result) {
338 |                 case .success(let tags):
339 |                     continuation.resume(returning: tags)
    |                                  |- warning: sending 'tags' risks causing data races; this is an error in the Swift 6 language mode
    |                                  `- note: task-isolated 'tags' is passed as a 'sending' parameter; Uses in callee may race with later task-isolated uses
340 |                 case .failure(let error):
341 |                     continuation.resume(throwing: error)
/host/spi-builder-workspace/Sources/LastFM/Modules/ArtistModule.swift:369:34: warning: sending 'topTags' risks causing data races; this is an error in the Swift 6 language mode
367 |                 switch (result) {
368 |                 case .success(let topTags):
369 |                     continuation.resume(returning: topTags)
    |                                  |- warning: sending 'topTags' risks causing data races; this is an error in the Swift 6 language mode
    |                                  `- note: task-isolated 'topTags' is passed as a 'sending' parameter; Uses in callee may race with later task-isolated uses
370 |                 case .failure(let error):
371 |                     continuation.resume(throwing: error)
/host/spi-builder-workspace/Sources/LastFM/Modules/ArtistModule.swift:399:34: warning: sending 'topTags' risks causing data races; this is an error in the Swift 6 language mode
397 |                 switch result {
398 |                 case .success(let topTags):
399 |                     continuation.resume(returning: topTags)
    |                                  |- warning: sending 'topTags' risks causing data races; this is an error in the Swift 6 language mode
    |                                  `- note: task-isolated 'topTags' is passed as a 'sending' parameter; Uses in callee may race with later task-isolated uses
400 |                 case .failure(let error):
401 |                     continuation.resume(throwing: error)
/host/spi-builder-workspace/Sources/LastFM/Modules/AuthModule.swift:94:38: warning: sending 'serviceSession' risks causing data races; this is an error in the Swift 6 language mode
 92 |                     switch (result) {
 93 |                     case .success(let serviceSession):
 94 |                         continuation.resume(returning: serviceSession)
    |                                      |- warning: sending 'serviceSession' risks causing data races; this is an error in the Swift 6 language mode
    |                                      `- note: task-isolated 'serviceSession' is passed as a 'sending' parameter; Uses in callee may race with later task-isolated uses
 95 |                     case .failure(let error):
 96 |                         continuation.resume(throwing: error)
[592/606] Compiling LastFM AuthModule.swift
/host/spi-builder-workspace/Sources/LastFM/Modules/ArtistModule.swift:47:34: warning: sending 'artistTopTracks' risks causing data races; this is an error in the Swift 6 language mode
 45 |                 switch (result) {
 46 |                 case .success(let artistTopTracks):
 47 |                     continuation.resume(returning: artistTopTracks)
    |                                  |- warning: sending 'artistTopTracks' risks causing data races; this is an error in the Swift 6 language mode
    |                                  `- note: task-isolated 'artistTopTracks' is passed as a 'sending' parameter; Uses in callee may race with later task-isolated uses
 48 |                 case .failure(let error):
 49 |                     continuation.resume(throwing: error)
/host/spi-builder-workspace/Sources/LastFM/Modules/ArtistModule.swift:297:34: warning: sending 'artistCorrection' risks causing data races; this is an error in the Swift 6 language mode
295 |                 switch (result) {
296 |                 case .success(let artistCorrection):
297 |                     continuation.resume(returning: artistCorrection)
    |                                  |- warning: sending 'artistCorrection' risks causing data races; this is an error in the Swift 6 language mode
    |                                  `- note: task-isolated 'artistCorrection' is passed as a 'sending' parameter; Uses in callee may race with later task-isolated uses
298 |                 case .failure(let error):
299 |                     continuation.resume(throwing: error)
/host/spi-builder-workspace/Sources/LastFM/Modules/ArtistModule.swift:339:34: warning: sending 'tags' risks causing data races; this is an error in the Swift 6 language mode
337 |                 switch (result) {
338 |                 case .success(let tags):
339 |                     continuation.resume(returning: tags)
    |                                  |- warning: sending 'tags' risks causing data races; this is an error in the Swift 6 language mode
    |                                  `- note: task-isolated 'tags' is passed as a 'sending' parameter; Uses in callee may race with later task-isolated uses
340 |                 case .failure(let error):
341 |                     continuation.resume(throwing: error)
/host/spi-builder-workspace/Sources/LastFM/Modules/ArtistModule.swift:369:34: warning: sending 'topTags' risks causing data races; this is an error in the Swift 6 language mode
367 |                 switch (result) {
368 |                 case .success(let topTags):
369 |                     continuation.resume(returning: topTags)
    |                                  |- warning: sending 'topTags' risks causing data races; this is an error in the Swift 6 language mode
    |                                  `- note: task-isolated 'topTags' is passed as a 'sending' parameter; Uses in callee may race with later task-isolated uses
370 |                 case .failure(let error):
371 |                     continuation.resume(throwing: error)
/host/spi-builder-workspace/Sources/LastFM/Modules/ArtistModule.swift:399:34: warning: sending 'topTags' risks causing data races; this is an error in the Swift 6 language mode
397 |                 switch result {
398 |                 case .success(let topTags):
399 |                     continuation.resume(returning: topTags)
    |                                  |- warning: sending 'topTags' risks causing data races; this is an error in the Swift 6 language mode
    |                                  `- note: task-isolated 'topTags' is passed as a 'sending' parameter; Uses in callee may race with later task-isolated uses
400 |                 case .failure(let error):
401 |                     continuation.resume(throwing: error)
/host/spi-builder-workspace/Sources/LastFM/Modules/AuthModule.swift:94:38: warning: sending 'serviceSession' risks causing data races; this is an error in the Swift 6 language mode
 92 |                     switch (result) {
 93 |                     case .success(let serviceSession):
 94 |                         continuation.resume(returning: serviceSession)
    |                                      |- warning: sending 'serviceSession' risks causing data races; this is an error in the Swift 6 language mode
    |                                      `- note: task-isolated 'serviceSession' is passed as a 'sending' parameter; Uses in callee may race with later task-isolated uses
 95 |                     case .failure(let error):
 96 |                         continuation.resume(throwing: error)
[593/606] Compiling LastFM ChartModule.swift
/host/spi-builder-workspace/Sources/LastFM/Modules/ArtistModule.swift:47:34: warning: sending 'artistTopTracks' risks causing data races; this is an error in the Swift 6 language mode
 45 |                 switch (result) {
 46 |                 case .success(let artistTopTracks):
 47 |                     continuation.resume(returning: artistTopTracks)
    |                                  |- warning: sending 'artistTopTracks' risks causing data races; this is an error in the Swift 6 language mode
    |                                  `- note: task-isolated 'artistTopTracks' is passed as a 'sending' parameter; Uses in callee may race with later task-isolated uses
 48 |                 case .failure(let error):
 49 |                     continuation.resume(throwing: error)
/host/spi-builder-workspace/Sources/LastFM/Modules/ArtistModule.swift:297:34: warning: sending 'artistCorrection' risks causing data races; this is an error in the Swift 6 language mode
295 |                 switch (result) {
296 |                 case .success(let artistCorrection):
297 |                     continuation.resume(returning: artistCorrection)
    |                                  |- warning: sending 'artistCorrection' risks causing data races; this is an error in the Swift 6 language mode
    |                                  `- note: task-isolated 'artistCorrection' is passed as a 'sending' parameter; Uses in callee may race with later task-isolated uses
298 |                 case .failure(let error):
299 |                     continuation.resume(throwing: error)
/host/spi-builder-workspace/Sources/LastFM/Modules/ArtistModule.swift:339:34: warning: sending 'tags' risks causing data races; this is an error in the Swift 6 language mode
337 |                 switch (result) {
338 |                 case .success(let tags):
339 |                     continuation.resume(returning: tags)
    |                                  |- warning: sending 'tags' risks causing data races; this is an error in the Swift 6 language mode
    |                                  `- note: task-isolated 'tags' is passed as a 'sending' parameter; Uses in callee may race with later task-isolated uses
340 |                 case .failure(let error):
341 |                     continuation.resume(throwing: error)
/host/spi-builder-workspace/Sources/LastFM/Modules/ArtistModule.swift:369:34: warning: sending 'topTags' risks causing data races; this is an error in the Swift 6 language mode
367 |                 switch (result) {
368 |                 case .success(let topTags):
369 |                     continuation.resume(returning: topTags)
    |                                  |- warning: sending 'topTags' risks causing data races; this is an error in the Swift 6 language mode
    |                                  `- note: task-isolated 'topTags' is passed as a 'sending' parameter; Uses in callee may race with later task-isolated uses
370 |                 case .failure(let error):
371 |                     continuation.resume(throwing: error)
/host/spi-builder-workspace/Sources/LastFM/Modules/ArtistModule.swift:399:34: warning: sending 'topTags' risks causing data races; this is an error in the Swift 6 language mode
397 |                 switch result {
398 |                 case .success(let topTags):
399 |                     continuation.resume(returning: topTags)
    |                                  |- warning: sending 'topTags' risks causing data races; this is an error in the Swift 6 language mode
    |                                  `- note: task-isolated 'topTags' is passed as a 'sending' parameter; Uses in callee may race with later task-isolated uses
400 |                 case .failure(let error):
401 |                     continuation.resume(throwing: error)
/host/spi-builder-workspace/Sources/LastFM/Modules/AuthModule.swift:94:38: warning: sending 'serviceSession' risks causing data races; this is an error in the Swift 6 language mode
 92 |                     switch (result) {
 93 |                     case .success(let serviceSession):
 94 |                         continuation.resume(returning: serviceSession)
    |                                      |- warning: sending 'serviceSession' risks causing data races; this is an error in the Swift 6 language mode
    |                                      `- note: task-isolated 'serviceSession' is passed as a 'sending' parameter; Uses in callee may race with later task-isolated uses
 95 |                     case .failure(let error):
 96 |                         continuation.resume(throwing: error)
[594/606] Compiling LastFM GeoModule.swift
/host/spi-builder-workspace/Sources/LastFM/Utils/RequestUtils.swift:10:25: warning: static property 'shared' is not concurrency-safe because non-'Sendable' type 'RequestUtils' may have shared mutable state; this is an error in the Swift 6 language mode
  6 | #endif
  7 |
  8 | internal struct RequestUtils: Requester {
    |                 `- note: consider making struct 'RequestUtils' conform to the 'Sendable' protocol
  9 |
 10 |     internal static let shared = RequestUtils()
    |                         |- warning: static property 'shared' is not concurrency-safe because non-'Sendable' type 'RequestUtils' may have shared mutable state; this is an error in the Swift 6 language mode
    |                         |- note: add '@MainActor' to make static property 'shared' part of global actor 'MainActor'
    |                         `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 11 |     internal static let allowedURLQueryCharacters: CharacterSet = {
 12 |         var allowedCharacters = CharacterSet.urlQueryAllowed
[595/606] Compiling LastFM LibraryModule.swift
/host/spi-builder-workspace/Sources/LastFM/Utils/RequestUtils.swift:10:25: warning: static property 'shared' is not concurrency-safe because non-'Sendable' type 'RequestUtils' may have shared mutable state; this is an error in the Swift 6 language mode
  6 | #endif
  7 |
  8 | internal struct RequestUtils: Requester {
    |                 `- note: consider making struct 'RequestUtils' conform to the 'Sendable' protocol
  9 |
 10 |     internal static let shared = RequestUtils()
    |                         |- warning: static property 'shared' is not concurrency-safe because non-'Sendable' type 'RequestUtils' may have shared mutable state; this is an error in the Swift 6 language mode
    |                         |- note: add '@MainActor' to make static property 'shared' part of global actor 'MainActor'
    |                         `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 11 |     internal static let allowedURLQueryCharacters: CharacterSet = {
 12 |         var allowedCharacters = CharacterSet.urlQueryAllowed
[596/606] Compiling LastFM TagModule.swift
/host/spi-builder-workspace/Sources/LastFM/Utils/RequestUtils.swift:10:25: warning: static property 'shared' is not concurrency-safe because non-'Sendable' type 'RequestUtils' may have shared mutable state; this is an error in the Swift 6 language mode
  6 | #endif
  7 |
  8 | internal struct RequestUtils: Requester {
    |                 `- note: consider making struct 'RequestUtils' conform to the 'Sendable' protocol
  9 |
 10 |     internal static let shared = RequestUtils()
    |                         |- warning: static property 'shared' is not concurrency-safe because non-'Sendable' type 'RequestUtils' may have shared mutable state; this is an error in the Swift 6 language mode
    |                         |- note: add '@MainActor' to make static property 'shared' part of global actor 'MainActor'
    |                         `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 11 |     internal static let allowedURLQueryCharacters: CharacterSet = {
 12 |         var allowedCharacters = CharacterSet.urlQueryAllowed
[597/606] Compiling LastFM TrackModule.swift
/host/spi-builder-workspace/Sources/LastFM/Utils/RequestUtils.swift:10:25: warning: static property 'shared' is not concurrency-safe because non-'Sendable' type 'RequestUtils' may have shared mutable state; this is an error in the Swift 6 language mode
  6 | #endif
  7 |
  8 | internal struct RequestUtils: Requester {
    |                 `- note: consider making struct 'RequestUtils' conform to the 'Sendable' protocol
  9 |
 10 |     internal static let shared = RequestUtils()
    |                         |- warning: static property 'shared' is not concurrency-safe because non-'Sendable' type 'RequestUtils' may have shared mutable state; this is an error in the Swift 6 language mode
    |                         |- note: add '@MainActor' to make static property 'shared' part of global actor 'MainActor'
    |                         `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 11 |     internal static let allowedURLQueryCharacters: CharacterSet = {
 12 |         var allowedCharacters = CharacterSet.urlQueryAllowed
[598/606] Compiling LastFM UserModule.swift
/host/spi-builder-workspace/Sources/LastFM/Utils/RequestUtils.swift:10:25: warning: static property 'shared' is not concurrency-safe because non-'Sendable' type 'RequestUtils' may have shared mutable state; this is an error in the Swift 6 language mode
  6 | #endif
  7 |
  8 | internal struct RequestUtils: Requester {
    |                 `- note: consider making struct 'RequestUtils' conform to the 'Sendable' protocol
  9 |
 10 |     internal static let shared = RequestUtils()
    |                         |- warning: static property 'shared' is not concurrency-safe because non-'Sendable' type 'RequestUtils' may have shared mutable state; this is an error in the Swift 6 language mode
    |                         |- note: add '@MainActor' to make static property 'shared' part of global actor 'MainActor'
    |                         `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 11 |     internal static let allowedURLQueryCharacters: CharacterSet = {
 12 |         var allowedCharacters = CharacterSet.urlQueryAllowed
[599/606] Compiling LastFM APIClient.swift
/host/spi-builder-workspace/Sources/LastFM/Utils/RequestUtils.swift:10:25: warning: static property 'shared' is not concurrency-safe because non-'Sendable' type 'RequestUtils' may have shared mutable state; this is an error in the Swift 6 language mode
  6 | #endif
  7 |
  8 | internal struct RequestUtils: Requester {
    |                 `- note: consider making struct 'RequestUtils' conform to the 'Sendable' protocol
  9 |
 10 |     internal static let shared = RequestUtils()
    |                         |- warning: static property 'shared' is not concurrency-safe because non-'Sendable' type 'RequestUtils' may have shared mutable state; this is an error in the Swift 6 language mode
    |                         |- note: add '@MainActor' to make static property 'shared' part of global actor 'MainActor'
    |                         `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 11 |     internal static let allowedURLQueryCharacters: CharacterSet = {
 12 |         var allowedCharacters = CharacterSet.urlQueryAllowed
[600/606] Compiling LastFM MBeable.swift
/host/spi-builder-workspace/Sources/LastFM/Utils/RequestUtils.swift:10:25: warning: static property 'shared' is not concurrency-safe because non-'Sendable' type 'RequestUtils' may have shared mutable state; this is an error in the Swift 6 language mode
  6 | #endif
  7 |
  8 | internal struct RequestUtils: Requester {
    |                 `- note: consider making struct 'RequestUtils' conform to the 'Sendable' protocol
  9 |
 10 |     internal static let shared = RequestUtils()
    |                         |- warning: static property 'shared' is not concurrency-safe because non-'Sendable' type 'RequestUtils' may have shared mutable state; this is an error in the Swift 6 language mode
    |                         |- note: add '@MainActor' to make static property 'shared' part of global actor 'MainActor'
    |                         `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 11 |     internal static let allowedURLQueryCharacters: CharacterSet = {
 12 |         var allowedCharacters = CharacterSet.urlQueryAllowed
[601/606] Compiling LastFM MethodKey.swift
/host/spi-builder-workspace/Sources/LastFM/Utils/RequestUtils.swift:10:25: warning: static property 'shared' is not concurrency-safe because non-'Sendable' type 'RequestUtils' may have shared mutable state; this is an error in the Swift 6 language mode
  6 | #endif
  7 |
  8 | internal struct RequestUtils: Requester {
    |                 `- note: consider making struct 'RequestUtils' conform to the 'Sendable' protocol
  9 |
 10 |     internal static let shared = RequestUtils()
    |                         |- warning: static property 'shared' is not concurrency-safe because non-'Sendable' type 'RequestUtils' may have shared mutable state; this is an error in the Swift 6 language mode
    |                         |- note: add '@MainActor' to make static property 'shared' part of global actor 'MainActor'
    |                         `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 11 |     internal static let allowedURLQueryCharacters: CharacterSet = {
 12 |         var allowedCharacters = CharacterSet.urlQueryAllowed
[602/606] Compiling LastFM Nameable.swift
/host/spi-builder-workspace/Sources/LastFM/Utils/RequestUtils.swift:10:25: warning: static property 'shared' is not concurrency-safe because non-'Sendable' type 'RequestUtils' may have shared mutable state; this is an error in the Swift 6 language mode
  6 | #endif
  7 |
  8 | internal struct RequestUtils: Requester {
    |                 `- note: consider making struct 'RequestUtils' conform to the 'Sendable' protocol
  9 |
 10 |     internal static let shared = RequestUtils()
    |                         |- warning: static property 'shared' is not concurrency-safe because non-'Sendable' type 'RequestUtils' may have shared mutable state; this is an error in the Swift 6 language mode
    |                         |- note: add '@MainActor' to make static property 'shared' part of global actor 'MainActor'
    |                         `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 11 |     internal static let allowedURLQueryCharacters: CharacterSet = {
 12 |         var allowedCharacters = CharacterSet.urlQueryAllowed
[603/606] Compiling LastFM Params.swift
/host/spi-builder-workspace/Sources/LastFM/Utils/RequestUtils.swift:10:25: warning: static property 'shared' is not concurrency-safe because non-'Sendable' type 'RequestUtils' may have shared mutable state; this is an error in the Swift 6 language mode
  6 | #endif
  7 |
  8 | internal struct RequestUtils: Requester {
    |                 `- note: consider making struct 'RequestUtils' conform to the 'Sendable' protocol
  9 |
 10 |     internal static let shared = RequestUtils()
    |                         |- warning: static property 'shared' is not concurrency-safe because non-'Sendable' type 'RequestUtils' may have shared mutable state; this is an error in the Swift 6 language mode
    |                         |- note: add '@MainActor' to make static property 'shared' part of global actor 'MainActor'
    |                         `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 11 |     internal static let allowedURLQueryCharacters: CharacterSet = {
 12 |         var allowedCharacters = CharacterSet.urlQueryAllowed
[604/606] Compiling LastFM Requester.swift
/host/spi-builder-workspace/Sources/LastFM/Utils/RequestUtils.swift:10:25: warning: static property 'shared' is not concurrency-safe because non-'Sendable' type 'RequestUtils' may have shared mutable state; this is an error in the Swift 6 language mode
  6 | #endif
  7 |
  8 | internal struct RequestUtils: Requester {
    |                 `- note: consider making struct 'RequestUtils' conform to the 'Sendable' protocol
  9 |
 10 |     internal static let shared = RequestUtils()
    |                         |- warning: static property 'shared' is not concurrency-safe because non-'Sendable' type 'RequestUtils' may have shared mutable state; this is an error in the Swift 6 language mode
    |                         |- note: add '@MainActor' to make static property 'shared' part of global actor 'MainActor'
    |                         `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 11 |     internal static let allowedURLQueryCharacters: CharacterSet = {
 12 |         var allowedCharacters = CharacterSet.urlQueryAllowed
[605/606] Compiling LastFM Crypto.swift
/host/spi-builder-workspace/Sources/LastFM/Utils/RequestUtils.swift:10:25: warning: static property 'shared' is not concurrency-safe because non-'Sendable' type 'RequestUtils' may have shared mutable state; this is an error in the Swift 6 language mode
  6 | #endif
  7 |
  8 | internal struct RequestUtils: Requester {
    |                 `- note: consider making struct 'RequestUtils' conform to the 'Sendable' protocol
  9 |
 10 |     internal static let shared = RequestUtils()
    |                         |- warning: static property 'shared' is not concurrency-safe because non-'Sendable' type 'RequestUtils' may have shared mutable state; this is an error in the Swift 6 language mode
    |                         |- note: add '@MainActor' to make static property 'shared' part of global actor 'MainActor'
    |                         `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 11 |     internal static let allowedURLQueryCharacters: CharacterSet = {
 12 |         var allowedCharacters = CharacterSet.urlQueryAllowed
[606/606] Compiling LastFM RequestUtils.swift
/host/spi-builder-workspace/Sources/LastFM/Utils/RequestUtils.swift:10:25: warning: static property 'shared' is not concurrency-safe because non-'Sendable' type 'RequestUtils' may have shared mutable state; this is an error in the Swift 6 language mode
  6 | #endif
  7 |
  8 | internal struct RequestUtils: Requester {
    |                 `- note: consider making struct 'RequestUtils' conform to the 'Sendable' protocol
  9 |
 10 |     internal static let shared = RequestUtils()
    |                         |- warning: static property 'shared' is not concurrency-safe because non-'Sendable' type 'RequestUtils' may have shared mutable state; this is an error in the Swift 6 language mode
    |                         |- note: add '@MainActor' to make static property 'shared' part of global actor 'MainActor'
    |                         `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 11 |     internal static let allowedURLQueryCharacters: CharacterSet = {
 12 |         var allowedCharacters = CharacterSet.urlQueryAllowed
Build complete! (54.97s)
Build complete.
{
  "dependencies" : [
    {
      "identity" : "swiftrestclient",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.7.1",
            "upper_bound" : "1.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/duhnnie/SwiftRestClient"
    },
    {
      "identity" : "swift-crypto",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.0.0",
            "upper_bound" : "3.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-crypto.git"
    }
  ],
  "manifest_display_name" : "LastFM.swift",
  "name" : "LastFM.swift",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "11.0"
    },
    {
      "name" : "macos",
      "version" : "10.15"
    },
    {
      "name" : "watchos",
      "version" : "4.0"
    },
    {
      "name" : "tvos",
      "version" : "11.0"
    },
    {
      "name" : "maccatalyst",
      "version" : "13.0"
    }
  ],
  "products" : [
    {
      "name" : "LastFM",
      "targets" : [
        "LastFM"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "swift_languages_versions" : [
    "5"
  ],
  "targets" : [
    {
      "c99name" : "LastFMTests",
      "module_type" : "SwiftTarget",
      "name" : "LastFMTests",
      "path" : "Tests/LastFMTests",
      "resources" : [
        {
          "path" : "/host/spi-builder-workspace/Tests/LastFMTests/Resources",
          "rule" : {
            "copy" : {
            }
          }
        }
      ],
      "sources" : [
        "LastFMTests.swift",
        "Mocks/APIClientMock.swift",
        "Modules/AlbumModuleTests.swift",
        "Modules/ArtistModuleTests.swift",
        "Modules/AuthModuleTests.swift",
        "Modules/ChartModuleTests.swift",
        "Modules/GeoModuleTests.swift",
        "Modules/LibraryModuleTests.swift",
        "Modules/TagModuleTests.swift",
        "Modules/TrackModuleTests.swift",
        "Modules/UserModuleTests.swift",
        "Protocols/Mock.swift",
        "TestUtils/Constants.swift",
        "TestUtils/Utils.swift"
      ],
      "target_dependencies" : [
        "LastFM"
      ],
      "type" : "test"
    },
    {
      "c99name" : "LastFM",
      "module_type" : "SwiftTarget",
      "name" : "LastFM",
      "path" : "Sources/LastFM",
      "product_dependencies" : [
        "SwiftRestClient",
        "Crypto"
      ],
      "product_memberships" : [
        "LastFM"
      ],
      "sources" : [
        "Common/StringCodingKeys.swift",
        "Errors/RuntimeError.swift",
        "Errors/ScrobbleError.swift",
        "Extensions/KeyedDecodingContainer+StringDecoding.swift",
        "Extensions/String+encodeURIComponent.swift",
        "Extensions/SwiftRestClient+APIClient.swift",
        "Extensions/URLComponents+lastFMUrl.swift",
        "LastFM.swift",
        "Models/AlbumInfo.swift",
        "Models/AlbumInfoTrack.swift",
        "Models/AlbumSearchResult.swift",
        "Models/ArtistCorrection.swift",
        "Models/ArtistInfo.swift",
        "Models/ArtistInfoStats.swift",
        "Models/ArtistSearchResult.swift",
        "Models/ArtistSimilar.swift",
        "Models/ArtistTopAlbum.swift",
        "Models/ArtistTopTrack.swift",
        "Models/ChartDateRange.swift",
        "Models/ChartTopArtist.swift",
        "Models/ChartTopTag.swift",
        "Models/ChartTopTrack.swift",
        "Models/CollectionList.swift",
        "Models/CollectionPage.swift",
        "Models/Core/LastFMEntity.swift",
        "Models/Core/LastFMExtendedEntity.swift",
        "Models/Core/LastFMMBEntity.swift",
        "Models/Core/LastFMMBExtendedEntity.swift",
        "Models/Core/LastFMOptionalMBEntity.swift",
        "Models/Core/MBEntity.swift",
        "Models/Core/Streamable.swift",
        "Models/ExtendedRecentTrack.swift",
        "Models/GeoTopArtist.swift",
        "Models/GeoTopTrack.swift",
        "Models/LastFMError.swift",
        "Models/LastFMImages.swift",
        "Models/LibraryArtists.swift",
        "Models/LovedTrack.swift",
        "Models/Params/AlbumAddTagsParams.swift",
        "Models/Params/AlbumGetTagsParams.swift",
        "Models/Params/AlbumInfoByMBIDParams.swift",
        "Models/Params/AlbumInfoParams.swift",
        "Models/Params/ArtistInfoParams.swift",
        "Models/Params/ArtistSimilarParams.swift",
        "Models/Params/ArtistTagsParams.swift",
        "Models/Params/ArtistTopItemsParams.swift",
        "Models/Params/ChartTopitemsParams.swift",
        "Models/Params/GeoTopTracksParams.swift",
        "Models/Params/InfoByMBIDParams.swift",
        "Models/Params/MBIDListParams.swift",
        "Models/Params/MBIDPageParams.swift",
        "Models/Params/RecentTracksParams.swift",
        "Models/Params/ScrobbleParams.swift",
        "Models/Params/ScrobbleParamsItem.swift",
        "Models/Params/SearchParams.swift",
        "Models/Params/TrackInfoParams.swift",
        "Models/Params/TrackNowPlayingParams.swift",
        "Models/Params/TrackParams.swift",
        "Models/Params/TrackSearchParams.swift",
        "Models/Params/TrackSimilarParams.swift",
        "Models/Params/TrackTagsParams.swift",
        "Models/Params/UserTopItemsParams.swift",
        "Models/Params/UserWeeklyChartParams.swift",
        "Models/RecentTrack.swift",
        "Models/ScrobbleList.swift",
        "Models/ScrobbledTrack.swift",
        "Models/SearchResults.swift",
        "Models/ServiceSession.swift",
        "Models/SimilarTag.swift",
        "Models/SimpleWiki.swift",
        "Models/TagInfo.swift",
        "Models/TagTopAlbum.swift",
        "Models/TagTopArtist.swift",
        "Models/TagTopTrack.swift",
        "Models/TokenResponse.swift",
        "Models/TopGlobalTag.swift",
        "Models/TopTag.swift",
        "Models/TrackCorrection.swift",
        "Models/TrackInfo.swift",
        "Models/TrackInfoAlbum.swift",
        "Models/TrackPlayingNow.swift",
        "Models/TrackSearchResult.swift",
        "Models/TrackSimilar.swift",
        "Models/UserInfo.swift",
        "Models/UserPublicInfo.swift",
        "Models/UserTopAlbum.swift",
        "Models/UserTopArtist.swift",
        "Models/UserTopTrack.swift",
        "Models/UserWeeklyAlbumChart.swift",
        "Models/UserWeeklyArtistChart .swift",
        "Models/UserWeeklyTrackChart.swift",
        "Models/Wiki.swift",
        "Modules/AlbumModule.swift",
        "Modules/ArtistModule.swift",
        "Modules/AuthModule.swift",
        "Modules/ChartModule.swift",
        "Modules/GeoModule.swift",
        "Modules/LibraryModule.swift",
        "Modules/TagModule.swift",
        "Modules/TrackModule.swift",
        "Modules/UserModule.swift",
        "Protocols/APIClient.swift",
        "Protocols/MBeable.swift",
        "Protocols/MethodKey.swift",
        "Protocols/Nameable.swift",
        "Protocols/Params.swift",
        "Protocols/Requester.swift",
        "Utils/Crypto.swift",
        "Utils/RequestUtils.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.5"
}
basic-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:3bdcac04179f4ed3e5b8e9dbd6e74bbf5ebc0f4fde48bbaad7d1e5c757e65bcb
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.1-latest
Done.