Build Information
Failed to build swift-tmdb, reference main (e3a3ab), with Swift 6.1 for Android on 30 Mar 2026 19:41:16 UTC.
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4606859-0":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/swiftpackageindex/spi-images:android-6.1-latest swift build --swift-sdk aarch64-unknown-linux-android24 2>&1Build Log
========================================
RunAll
========================================
Builder version: 4.69.2
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/brettohland/swift-tmdb.git
Reference: main
Initialized empty Git repository in /host/spi-builder-workspace/.git/
hint: Using 'master' as the name for the initial branch. This default branch name
hint: is subject to change. To configure the initial branch name to use in all
hint: of your new repositories, which will suppress this warning, call:
hint:
hint: git config --global init.defaultBranch <name>
hint:
hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
hint: 'development'. The just-created branch can be renamed via this command:
hint:
hint: git branch -m <name>
From https://github.com/brettohland/swift-tmdb
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
HEAD is now at e3a3ab9 Pinning Xcode version (#18)
Cloned https://github.com/brettohland/swift-tmdb.git
Revision (git rev-parse @):
e3a3ab95e549d0c8e1fff94f203c878248b9869c
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/brettohland/swift-tmdb.git at main
========================================
Build
========================================
Selected platform: android
Swift version: 6.1
Building package at path: $PWD
https://github.com/brettohland/swift-tmdb.git
https://github.com/brettohland/swift-tmdb.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
"dependencies" : [
{
"identity" : "swift-dependencies",
"requirement" : {
"exact" : [
"1.10.0"
]
},
"type" : "sourceControl",
"url" : "https://github.com/pointfreeco/swift-dependencies.git"
},
{
"identity" : "swift-docc-plugin",
"requirement" : {
"range" : [
{
"lower_bound" : "1.0.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-docc-plugin"
}
],
"manifest_display_name" : "swift-tmdb",
"name" : "swift-tmdb",
"path" : "/host/spi-builder-workspace",
"platforms" : [
{
"name" : "ios",
"version" : "26.0"
},
{
"name" : "macos",
"version" : "26.0"
},
{
"name" : "maccatalyst",
"version" : "26.0"
},
{
"name" : "tvos",
"version" : "26.0"
}
],
"products" : [
{
"name" : "TMDB",
"targets" : [
"TMDB",
"TMDBMocking"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "TMDBCore",
"targets" : [
"TMDB"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "TMDBDependencies",
"targets" : [
"TMDBDependencies"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "TMDBSwiftUI",
"targets" : [
"TMDBSwiftUI"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "TMDBUIKit",
"targets" : [
"TMDBUIKit"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "TMDBUIKit",
"module_type" : "SwiftTarget",
"name" : "TMDBUIKit",
"path" : "Sources/TMDBUIKit",
"product_memberships" : [
"TMDBUIKit"
],
"sources" : [
"TMDB+UIKitAuth.swift",
"TMDBUIKit.swift"
],
"target_dependencies" : [
"TMDB"
],
"type" : "library"
},
{
"c99name" : "TMDBTests",
"module_type" : "SwiftTarget",
"name" : "TMDBTests",
"path" : "Tests/TMDBTests",
"product_dependencies" : [
"Dependencies"
],
"sources" : [
"DiscoverFilterTests.swift",
"Endpoint Tests/Account/AccountEndpointTests.swift",
"Endpoint Tests/Auth/AuthEndpointTests.swift",
"Endpoint Tests/Certifications/CertificationEndpointTests.swift",
"Endpoint Tests/Collections/CollectionEndpointTests.swift",
"Endpoint Tests/Companies/CompanyEndpointTests.swift",
"Endpoint Tests/Configuration/ConfigurationEndpointTests.swift",
"Endpoint Tests/Credits/CreditEndpointTests.swift",
"Endpoint Tests/Discover/DiscoverEndpointTests.swift",
"Endpoint Tests/Find/FindEndpointTests.swift",
"Endpoint Tests/Genres/GenreEndpointTests.swift",
"Endpoint Tests/GuestSession/GuestSessionEndpointTests.swift",
"Endpoint Tests/Keywords/KeywordEndpointTests.swift",
"Endpoint Tests/Lists/ListEndpointTests.swift",
"Endpoint Tests/Movies/MovieEndpointTests.swift",
"Endpoint Tests/Networks/NetworkEndpointTests.swift",
"Endpoint Tests/People/PeopleEndpointTests.swift",
"Endpoint Tests/Reviews/ReviewEndpointTests.swift",
"Endpoint Tests/Search/SearchEndpointTests.swift",
"Endpoint Tests/TV/TVEpisodeEndpointTests.swift",
"Endpoint Tests/TV/TVEpisodeGroupEndpointTests.swift",
"Endpoint Tests/TV/TVSeasonEndpointTests.swift",
"Endpoint Tests/TV/TVSeriesEndpointTests.swift",
"Endpoint Tests/Trending/TrendingEndpointTests.swift",
"Endpoint Tests/WatchProviders/WatchProviderEndpointTests.swift",
"EndpointFactoryTests.swift",
"ImageProvidingTests.swift"
],
"target_dependencies" : [
"TMDB",
"TMDBMocking"
],
"type" : "test"
},
{
"c99name" : "TMDBSwiftUI",
"module_type" : "SwiftTarget",
"name" : "TMDBSwiftUI",
"path" : "Sources/TMDBSwiftUI",
"product_memberships" : [
"TMDBSwiftUI"
],
"sources" : [
"TMDBAuthenticationModifier.swift",
"TMDBSwiftUI.swift"
],
"target_dependencies" : [
"TMDB"
],
"type" : "library"
},
{
"c99name" : "TMDBMocking",
"module_type" : "SwiftTarget",
"name" : "TMDBMocking",
"path" : "Sources/TMDBMocking",
"product_memberships" : [
"TMDB"
],
"resources" : [
{
"path" : "/host/spi-builder-workspace/Sources/TMDBMocking/JSON/Account/AccountLists.json",
"rule" : {
"process" : {
}
}
},
{
"path" : "/host/spi-builder-workspace/Sources/TMDBMocking/JSON/Account/AccountMovieRecommendations.json",
"rule" : {
"process" : {
}
}
},
{
"path" : "/host/spi-builder-workspace/Sources/TMDBMocking/JSON/Account/AccountTVRecommendations.json",
"rule" : {
"process" : {
}
}
},
{
"path" : "/host/spi-builder-workspace/Sources/TMDBMocking/JSON/Account/AccountWriteResult.json",
"rule" : {
"process" : {
}
}
},
{
"path" : "/host/spi-builder-workspace/Sources/TMDBMocking/JSON/Account/FavoriteMovies.json",
"rule" : {
"process" : {
}
}
},
{
"path" : "/host/spi-builder-workspace/Sources/TMDBMocking/JSON/Account/FavoriteTVSeries.json",
"rule" : {
"process" : {
}
}
},
{
"path" : "/host/spi-builder-workspace/Sources/TMDBMocking/JSON/Account/RatedMovies.json",
"rule" : {
"process" : {
}
}
},
{
"path" : "/host/spi-builder-workspace/Sources/TMDBMocking/JSON/Account/RatedTVSeries.json",
"rule" : {
"process" : {
}
}
},
{
"path" : "/host/spi-builder-workspace/Sources/TMDBMocking/JSON/Account/WatchlistMovies.json",
"rule" : {
"process" : {
}
}
},
{
"path" : "/host/spi-builder-workspace/Sources/TMDBMocking/JSON/Account/WatchlistTVSeries.json",
"rule" : {
"process" : {
}
}
},
{
"path" : "/host/spi-builder-workspace/Sources/TMDBMocking/JSON/Auth/AuthAccessToken.json",
"rule" : {
"process" : {
}
}
},
{
"path" : "/host/spi-builder-workspace/Sources/TMDBMocking/JSON/Auth/AuthDeleteResult.json",
"rule" : {
"process" : {
}
}
},
{
"path" : "/host/spi-builder-workspace/Sources/TMDBMocking/JSON/Auth/AuthGuestSession.json",
"rule" : {
"process" : {
}
}
},
{
"path" : "/host/spi-builder-workspace/Sources/TMDBMocking/JSON/Auth/AuthRequestToken.json",
"rule" : {
"process" : {
}
}
},
{
"path" : "/host/spi-builder-workspace/Sources/TMDBMocking/JSON/Auth/AuthV3Session.json",
"rule" : {
"process" : {
}
}
},
{
"path" : "/host/spi-builder-workspace/Sources/TMDBMocking/JSON/Certification/MovieCertifications.json",
"rule" : {
"process" : {
}
}
},
{
"path" : "/host/spi-builder-workspace/Sources/TMDBMocking/JSON/Certification/TVCertifications.json",
"rule" : {
"process" : {
}
}
},
{
"path" : "/host/spi-builder-workspace/Sources/TMDBMocking/JSON/Collections/CollectionDetails.json",
"rule" : {
"process" : {
}
}
},
{
"path" : "/host/spi-builder-workspace/Sources/TMDBMocking/JSON/Collections/CollectionImages.json",
"rule" : {
"process" : {
}
}
},
{
"path" : "/host/spi-builder-workspace/Sources/TMDBMocking/JSON/Company/CompanyDetails.json",
"rule" : {
"process" : {
}
}
},
{
"path" : "/host/spi-builder-workspace/Sources/TMDBMocking/JSON/Company/CompanyImages.json",
"rule" : {
"process" : {
}
}
},
{
"path" : "/host/spi-builder-workspace/Sources/TMDBMocking/JSON/Configuration/Countries.json",
"rule" : {
"process" : {
}
}
},
{
"path" : "/host/spi-builder-workspace/Sources/TMDBMocking/JSON/Configuration/Details.json",
"rule" : {
"process" : {
}
}
},
{
"path" : "/host/spi-builder-workspace/Sources/TMDBMocking/JSON/Configuration/Jobs.json",
"rule" : {
"process" : {
}
}
},
{
"path" : "/host/spi-builder-workspace/Sources/TMDBMocking/JSON/Configuration/Languages.json",
"rule" : {
"process" : {
}
}
},
{
"path" : "/host/spi-builder-workspace/Sources/TMDBMocking/JSON/Configuration/PrimaryTranslations.json",
"rule" : {
"process" : {
}
}
},
{
"path" : "/host/spi-builder-workspace/Sources/TMDBMocking/JSON/Configuration/Timezones.json",
"rule" : {
"process" : {
}
}
},
{
"path" : "/host/spi-builder-workspace/Sources/TMDBMocking/JSON/Credits/CreditDetails.json",
"rule" : {
"process" : {
}
}
},
{
"path" : "/host/spi-builder-workspace/Sources/TMDBMocking/JSON/Discover/DiscoverMovie.json",
"rule" : {
"process" : {
}
}
},
{
"path" : "/host/spi-builder-workspace/Sources/TMDBMocking/JSON/Discover/DiscoverMovieResponse.json",
"rule" : {
"process" : {
}
}
},
{
"path" : "/host/spi-builder-workspace/Sources/TMDBMocking/JSON/Discover/DiscoverTV.json",
"rule" : {
"process" : {
}
}
},
{
"path" : "/host/spi-builder-workspace/Sources/TMDBMocking/JSON/Discover/DiscoverTVResponse.json",
"rule" : {
"process" : {
}
}
},
{
"path" : "/host/spi-builder-workspace/Sources/TMDBMocking/JSON/Find/FindByID.json",
"rule" : {
"process" : {
}
}
},
{
"path" : "/host/spi-builder-workspace/Sources/TMDBMocking/JSON/Genres/MovieGenres.json",
"rule" : {
"process" : {
}
}
},
{
"path" : "/host/spi-builder-workspace/Sources/TMDBMocking/JSON/Genres/TVGenres.json",
"rule" : {
"process" : {
}
}
},
{
"path" : "/host/spi-builder-workspace/Sources/TMDBMocking/JSON/GuestSession/GuestRatedEpisode.json",
"rule" : {
"process" : {
}
}
},
{
"path" : "/host/spi-builder-workspace/Sources/TMDBMocking/JSON/GuestSession/GuestRatedEpisodes.json",
"rule" : {
"process" : {
}
}
},
{
"path" : "/host/spi-builder-workspace/Sources/TMDBMocking/JSON/GuestSession/GuestRatedMovie.json",
"rule" : {
"process" : {
}
}
},
{
"path" : "/host/spi-builder-workspace/Sources/TMDBMocking/JSON/GuestSession/GuestRatedMovies.json",
"rule" : {
"process" : {
}
}
},
{
"path" : "/host/spi-builder-workspace/Sources/TMDBMocking/JSON/GuestSession/GuestRatedTV.json",
"rule" : {
"process" : {
}
}
},
{
"path" : "/host/spi-builder-workspace/Sources/TMDBMocking/JSON/GuestSession/GuestRatedTVShow.json",
"rule" : {
"process" : {
}
}
},
{
"path" : "/host/spi-builder-workspace/Sources/TMDBMocking/JSON/Keywords/KeywordDetails.json",
"rule" : {
"process" : {
}
}
},
{
"path" : "/host/spi-builder-workspace/Sources/TMDBMocking/JSON/Keywords/KeywordMovies.json",
"rule" : {
"process" : {
}
}
},
{
"path" : "/host/spi-builder-workspace/Sources/TMDBMocking/JSON/Lists/ListCreateResult.json",
"rule" : {
"process" : {
}
}
},
{
"path" : "/host/spi-builder-workspace/Sources/TMDBMocking/JSON/Lists/ListDetails.json",
"rule" : {
"process" : {
}
}
},
{
"path" : "/host/spi-builder-workspace/Sources/TMDBMocking/JSON/Lists/ListItemStatus.json",
"rule" : {
"process" : {
}
}
},
{
"path" : "/host/spi-builder-workspace/Sources/TMDBMocking/JSON/Lists/ListItemsResult.json",
"rule" : {
"process" : {
}
}
},
{
"path" : "/host/spi-builder-workspace/Sources/TMDBMocking/JSON/MockRoutes.json",
"rule" : {
"process" : {
}
}
},
{
"path" : "/host/spi-builder-workspace/Sources/TMDBMocking/JSON/Movie/AlternativeTitles.json",
"rule" : {
"process" : {
}
}
},
{
"path" : "/host/spi-builder-workspace/Sources/TMDBMocking/JSON/Movie/MovieChanges.json",
"rule" : {
"process" : {
}
}
},
{
"path" : "/host/spi-builder-workspace/Sources/TMDBMocking/JSON/Movie/MovieCredits.json",
"rule" : {
"process" : {
}
}
},
{
"path" : "/host/spi-builder-workspace/Sources/TMDBMocking/JSON/Movie/MovieDetails.json",
"rule" : {
"process" : {
}
}
},
{
"path" : "/host/spi-builder-workspace/Sources/TMDBMocking/JSON/Movie/MovieExternalIDs.json",
"rule" : {
"process" : {
}
}
},
{
"path" : "/host/spi-builder-workspace/Sources/TMDBMocking/JSON/Movie/MovieImages.json",
"rule" : {
"process" : {
}
}
},
{
"path" : "/host/spi-builder-workspace/Sources/TMDBMocking/JSON/Movie/MovieKeywords.json",
"rule" : {
"process" : {
}
}
},
{
"path" : "/host/spi-builder-workspace/Sources/TMDBMocking/JSON/Movie/MovieLatest.json",
"rule" : {
"process" : {
}
}
},
{
"path" : "/host/spi-builder-workspace/Sources/TMDBMocking/JSON/Movie/MovieRecommendations.json",
"rule" : {
"process" : {
}
}
},
{
"path" : "/host/spi-builder-workspace/Sources/TMDBMocking/JSON/Movie/MovieReleaseDates.json",
"rule" : {
"process" : {
}
}
},
{
"path" : "/host/spi-builder-workspace/Sources/TMDBMocking/JSON/Movie/MovieReviews.json",
"rule" : {
"process" : {
}
}
},
{
"path" : "/host/spi-builder-workspace/Sources/TMDBMocking/JSON/Movie/MovieTranslations.json",
"rule" : {
"process" : {
}
}
},
{
"path" : "/host/spi-builder-workspace/Sources/TMDBMocking/JSON/Movie/MovieVideos.json",
"rule" : {
"process" : {
}
}
},
{
"path" : "/host/spi-builder-workspace/Sources/TMDBMocking/JSON/Movie/MovieWatchProviders.json",
"rule" : {
"process" : {
}
}
},
{
"path" : "/host/spi-builder-workspace/Sources/TMDBMocking/JSON/Movie/MoviesNowPlaying.json",
"rule" : {
"process" : {
}
}
},
{
"path" : "/host/spi-builder-workspace/Sources/TMDBMocking/JSON/Movie/PopularMovies.json",
"rule" : {
"process" : {
}
}
},
{
"path" : "/host/spi-builder-workspace/Sources/TMDBMocking/JSON/Movie/SimilarMovies.json",
"rule" : {
"process" : {
}
}
},
{
"path" : "/host/spi-builder-workspace/Sources/TMDBMocking/JSON/Movie/TopRatedMovies.json",
"rule" : {
"process" : {
}
}
},
{
"path" : "/host/spi-builder-workspace/Sources/TMDBMocking/JSON/Movie/UpcomingMovies.json",
"rule" : {
"process" : {
}
}
},
{
"path" : "/host/spi-builder-workspace/Sources/TMDBMocking/JSON/Network/NetworkDetails.json",
"rule" : {
"process" : {
}
}
},
{
"path" : "/host/spi-builder-workspace/Sources/TMDBMocking/JSON/Network/NetworkImages.json",
"rule" : {
"process" : {
}
}
},
{
"path" : "/host/spi-builder-workspace/Sources/TMDBMocking/JSON/People/PersonCombinedCredits.json",
"rule" : {
"process" : {
}
}
},
{
"path" : "/host/spi-builder-workspace/Sources/TMDBMocking/JSON/People/PersonDetails.json",
"rule" : {
"process" : {
}
}
},
{
"path" : "/host/spi-builder-workspace/Sources/TMDBMocking/JSON/People/PersonExternalIDs.json",
"rule" : {
"process" : {
}
}
},
{
"path" : "/host/spi-builder-workspace/Sources/TMDBMocking/JSON/People/PersonImages.json",
"rule" : {
"process" : {
}
}
},
{
"path" : "/host/spi-builder-workspace/Sources/TMDBMocking/JSON/People/PersonMovieCredits.json",
"rule" : {
"process" : {
}
}
},
{
"path" : "/host/spi-builder-workspace/Sources/TMDBMocking/JSON/People/PersonTVCredits.json",
"rule" : {
"process" : {
}
}
},
{
"path" : "/host/spi-builder-workspace/Sources/TMDBMocking/JSON/People/PersonTranslations.json",
"rule" : {
"process" : {
}
}
},
{
"path" : "/host/spi-builder-workspace/Sources/TMDBMocking/JSON/People/PopularPeople.json",
"rule" : {
"process" : {
}
}
},
{
"path" : "/host/spi-builder-workspace/Sources/TMDBMocking/JSON/Review/ReviewDetails.json",
"rule" : {
"process" : {
}
}
},
{
"path" : "/host/spi-builder-workspace/Sources/TMDBMocking/JSON/Search/SearchCollections.json",
"rule" : {
"process" : {
}
}
},
{
"path" : "/host/spi-builder-workspace/Sources/TMDBMocking/JSON/Search/SearchCompanies.json",
"rule" : {
"process" : {
}
}
},
{
"path" : "/host/spi-builder-workspace/Sources/TMDBMocking/JSON/Search/SearchKeywords.json",
"rule" : {
"process" : {
}
}
},
{
"path" : "/host/spi-builder-workspace/Sources/TMDBMocking/JSON/Search/SearchMovies.json",
"rule" : {
"process" : {
}
}
},
{
"path" : "/host/spi-builder-workspace/Sources/TMDBMocking/JSON/Search/SearchMulti.json",
"rule" : {
"process" : {
}
}
},
{
"path" : "/host/spi-builder-workspace/Sources/TMDBMocking/JSON/Search/SearchPerson.json",
"rule" : {
"process" : {
}
}
},
{
"path" : "/host/spi-builder-workspace/Sources/TMDBMocking/JSON/Search/SearchTV.json",
"rule" : {
"process" : {
}
}
},
{
"path" : "/host/spi-builder-workspace/Sources/TMDBMocking/JSON/TV/AlternativeTVSeriesTitles.json",
"rule" : {
"process" : {
}
}
},
{
"path" : "/host/spi-builder-workspace/Sources/TMDBMocking/JSON/TV/Episode/TVEpisodeChanges.json",
"rule" : {
"process" : {
}
}
},
{
"path" : "/host/spi-builder-workspace/Sources/TMDBMocking/JSON/TV/Episode/TVEpisodeCredits.json",
"rule" : {
"process" : {
}
}
},
{
"path" : "/host/spi-builder-workspace/Sources/TMDBMocking/JSON/TV/Episode/TVEpisodeDetails.json",
"rule" : {
"process" : {
}
}
},
{
"path" : "/host/spi-builder-workspace/Sources/TMDBMocking/JSON/TV/Episode/TVEpisodeExternalIDs.json",
"rule" : {
"process" : {
}
}
},
{
"path" : "/host/spi-builder-workspace/Sources/TMDBMocking/JSON/TV/Episode/TVEpisodeImages.json",
"rule" : {
"process" : {
}
}
},
{
"path" : "/host/spi-builder-workspace/Sources/TMDBMocking/JSON/TV/Episode/TVEpisodeTranslations.json",
"rule" : {
"process" : {
}
}
},
{
"path" : "/host/spi-builder-workspace/Sources/TMDBMocking/JSON/TV/Episode/TVEpisodeVideos.json",
"rule" : {
"process" : {
}
}
},
{
"path" : "/host/spi-builder-workspace/Sources/TMDBMocking/JSON/TV/EpisodeGroup/EpisodeGroupDetails.json",
"rule" : {
"process" : {
}
}
},
{
"path" : "/host/spi-builder-workspace/Sources/TMDBMocking/JSON/TV/PopularTVSeries.json",
"rule" : {
"process" : {
}
}
},
{
"path" : "/host/spi-builder-workspace/Sources/TMDBMocking/JSON/TV/Season/TVSeasonAggregateCredits.json",
"rule" : {
"process" : {
}
}
},
{
"path" : "/host/spi-builder-workspace/Sources/TMDBMocking/JSON/TV/Season/TVSeasonChanges.json",
"rule" : {
"process" : {
}
}
},
{
"path" : "/host/spi-builder-workspace/Sources/TMDBMocking/JSON/TV/Season/TVSeasonCredits.json",
"rule" : {
"process" : {
}
}
},
{
"path" : "/host/spi-builder-workspace/Sources/TMDBMocking/JSON/TV/Season/TVSeasonDetails.json",
"rule" : {
"process" : {
}
}
},
{
"path" : "/host/spi-builder-workspace/Sources/TMDBMocking/JSON/TV/Season/TVSeasonExternalIDs.json",
"rule" : {
"process" : {
}
}
},
{
"path" : "/host/spi-builder-workspace/Sources/TMDBMocking/JSON/TV/Season/TVSeasonImages.json",
"rule" : {
"process" : {
}
}
},
{
"path" : "/host/spi-builder-workspace/Sources/TMDBMocking/JSON/TV/Season/TVSeasonTranslations.json",
"rule" : {
"process" : {
}
}
},
{
"path" : "/host/spi-builder-workspace/Sources/TMDBMocking/JSON/TV/Season/TVSeasonVideos.json",
"rule" : {
"process" : {
}
}
},
{
"path" : "/host/spi-builder-workspace/Sources/TMDBMocking/JSON/TV/Season/TVSeasonWatchProviders.json",
"rule" : {
"process" : {
}
}
},
{
"path" : "/host/spi-builder-workspace/Sources/TMDBMocking/JSON/TV/SimilarTVSeries.json",
"rule" : {
"process" : {
}
}
},
{
"path" : "/host/spi-builder-workspace/Sources/TMDBMocking/JSON/TV/TVSeriesAggregateCredits.json",
"rule" : {
"process" : {
}
}
},
{
"path" : "/host/spi-builder-workspace/Sources/TMDBMocking/JSON/TV/TVSeriesAiringToday.json",
"rule" : {
"process" : {
}
}
},
{
"path" : "/host/spi-builder-workspace/Sources/TMDBMocking/JSON/TV/TVSeriesChanges.json",
"rule" : {
"process" : {
}
}
},
{
"path" : "/host/spi-builder-workspace/Sources/TMDBMocking/JSON/TV/TVSeriesContentRatings.json",
"rule" : {
"process" : {
}
}
},
{
"path" : "/host/spi-builder-workspace/Sources/TMDBMocking/JSON/TV/TVSeriesCredits.json",
"rule" : {
"process" : {
}
}
},
{
"path" : "/host/spi-builder-workspace/Sources/TMDBMocking/JSON/TV/TVSeriesDetails.json",
"rule" : {
"process" : {
}
}
},
{
"path" : "/host/spi-builder-workspace/Sources/TMDBMocking/JSON/TV/TVSeriesEpisodeGroups.json",
"rule" : {
"process" : {
}
}
},
{
"path" : "/host/spi-builder-workspace/Sources/TMDBMocking/JSON/TV/TVSeriesExternalIDs.json",
"rule" : {
"process" : {
}
}
},
{
"path" : "/host/spi-builder-workspace/Sources/TMDBMocking/JSON/TV/TVSeriesImages.json",
"rule" : {
"process" : {
}
}
},
{
"path" : "/host/spi-builder-workspace/Sources/TMDBMocking/JSON/TV/TVSeriesKeywords.json",
"rule" : {
"process" : {
}
}
},
{
"path" : "/host/spi-builder-workspace/Sources/TMDBMocking/JSON/TV/TVSeriesLatest.json",
"rule" : {
"process" : {
}
}
},
{
"path" : "/host/spi-builder-workspace/Sources/TMDBMocking/JSON/TV/TVSeriesOnTheAir.json",
"rule" : {
"process" : {
}
}
},
{
"path" : "/host/spi-builder-workspace/Sources/TMDBMocking/JSON/TV/TVSeriesRecommendations.json",
"rule" : {
"process" : {
}
}
},
{
"path" : "/host/spi-builder-workspace/Sources/TMDBMocking/JSON/TV/TVSeriesReviews.json",
"rule" : {
"process" : {
}
}
},
{
"path" : "/host/spi-builder-workspace/Sources/TMDBMocking/JSON/TV/TVSeriesScreenedTheatrically.json",
"rule" : {
"process" : {
}
}
},
{
"path" : "/host/spi-builder-workspace/Sources/TMDBMocking/JSON/TV/TVSeriesTranslations.json",
"rule" : {
"process" : {
}
}
},
{
"path" : "/host/spi-builder-workspace/Sources/TMDBMocking/JSON/TV/TVSeriesVideos.json",
"rule" : {
"process" : {
}
}
},
{
"path" : "/host/spi-builder-workspace/Sources/TMDBMocking/JSON/TV/TVSeriesWatchProviders.json",
"rule" : {
"process" : {
}
}
},
{
"path" : "/host/spi-builder-workspace/Sources/TMDBMocking/JSON/TV/TopRatedTVSeries.json",
"rule" : {
"process" : {
}
}
},
{
"path" : "/host/spi-builder-workspace/Sources/TMDBMocking/JSON/Trending/TrendingAll.json",
"rule" : {
"process" : {
}
}
},
{
"path" : "/host/spi-builder-workspace/Sources/TMDBMocking/JSON/Trending/TrendingMovies.json",
"rule" : {
"process" : {
}
}
},
{
"path" : "/host/spi-builder-workspace/Sources/TMDBMocking/JSON/Trending/TrendingPeople.json",
"rule" : {
"process" : {
}
}
},
{
"path" : "/host/spi-builder-workspace/Sources/TMDBMocking/JSON/Trending/TrendingTV.json",
"rule" : {
"process" : {
}
}
},
{
"path" : "/host/spi-builder-workspace/Sources/TMDBMocking/JSON/WatchProviders/MovieProviders.json",
"rule" : {
"process" : {
}
}
},
{
"path" : "/host/spi-builder-workspace/Sources/TMDBMocking/JSON/WatchProviders/Regions.json",
"rule" : {
"process" : {
}
}
},
{
"path" : "/host/spi-builder-workspace/Sources/TMDBMocking/JSON/WatchProviders/TVProviders.json",
"rule" : {
"process" : {
}
}
}
],
"sources" : [
"Extensions/Account+MockableResponse.swift",
"Extensions/Auth+MockableResponse.swift",
"Extensions/Certification+MockableResponse.swift",
"Extensions/Collection+MockableResponse.swift",
"Extensions/Company+MockableResponse.swift",
"Extensions/Configuration+MockableResponse.swift",
"Extensions/Credits+MockableResponse.swift",
"Extensions/Discovery+MockableResponse.swift",
"Extensions/Find+MockableResponse.swift",
"Extensions/Genres+MockableResponse.swift",
"Extensions/GuestSession+MockableResponse.swift",
"Extensions/Keywords+MockableResponse.swift",
"Extensions/Lists+MockableResponse.swift",
"Extensions/MovieEndpoint+MockableResponse.swift",
"Extensions/Network+MockableResponse.swift",
"Extensions/People+MockableResponse.swift",
"Extensions/Review+MockableResponse.swift",
"Extensions/Search+MockableResponse.swift",
"Extensions/TVEpisode+MockableResponse.swift",
"Extensions/TVSeason+MockableResponse.swift",
"Extensions/TVSeries+MockableResponse.swift",
"Extensions/Trending+MockableResponse.swift",
"Extensions/WatchProviders+MockableResponse.swift",
"MockResponseError.swift",
"MockUtilities.swift",
"MockableResponse.swift",
"TMDBMocking.swift"
],
"target_dependencies" : [
"TMDB"
],
"type" : "library"
},
{
"c99name" : "TMDBIntegrationTests",
"module_type" : "SwiftTarget",
"name" : "TMDBIntegrationTests",
"path" : "Tests/TMDBIntegrationTests",
"product_dependencies" : [
"Dependencies"
],
"sources" : [
"Endpoint Tests/Certifications/CertificationIntegrationTests.swift",
"Endpoint Tests/Collections/CollectionIntegrationTests.swift",
"Endpoint Tests/Companies/CompanyIntegrationTests.swift",
"Endpoint Tests/Configuration/ConfigurationIntegrationTests.swift",
"Endpoint Tests/Credits/CreditIntegrationTests.swift",
"Endpoint Tests/Discover/DiscoverIntegrationTests.swift",
"Endpoint Tests/Find/FindIntegrationTests.swift",
"Endpoint Tests/Genres/GenreIntegrationTests.swift",
"Endpoint Tests/Keywords/KeywordIntegrationTests.swift",
"Endpoint Tests/Movies/MovieIntegrationTests.swift",
"Endpoint Tests/Networks/NetworkIntegrationTests.swift",
"Endpoint Tests/People/PeopleIntegrationTests.swift",
"Endpoint Tests/Reviews/ReviewIntegrationTests.swift",
"Endpoint Tests/Search/SearchIntegrationTests.swift",
"Endpoint Tests/TV/TVEpisodeGroupIntegrationTests.swift",
"Endpoint Tests/TV/TVEpisodeIntegrationTests.swift",
"Endpoint Tests/TV/TVSeasonIntegrationTests.swift",
"Endpoint Tests/TV/TVSeriesIntegrationTests.swift",
"Endpoint Tests/Trending/TrendingIntegrationTests.swift",
"Endpoint Tests/WatchProviders/WatchProviderIntegrationTests.swift",
"Helpers/IntegrationTestBase.swift",
"Helpers/TMDBCredential.swift"
],
"target_dependencies" : [
"TMDB"
],
"type" : "test"
},
{
"c99name" : "TMDBDependencies",
"module_type" : "SwiftTarget",
"name" : "TMDBDependencies",
"path" : "Sources/TMDBDependencies",
"product_dependencies" : [
"Dependencies",
"DependenciesMacros"
],
"product_memberships" : [
"TMDBDependencies"
],
"sources" : [
"Clients/AccountClient.swift",
"Clients/AuthClient.swift",
"Clients/CompanyClient.swift",
"Clients/ConfigurationClient.swift",
"Clients/GuestSessionClient.swift",
"Clients/ListsClient.swift",
"Clients/MoviesClient.swift",
"Clients/NetworkClient.swift",
"Clients/PeopleClient.swift",
"Clients/TVEpisodesClient.swift",
"Clients/TVSeasonsClient.swift",
"Clients/TVSeriesClient.swift"
],
"target_dependencies" : [
"TMDB"
],
"type" : "library"
},
{
"c99name" : "TMDB",
"module_type" : "SwiftTarget",
"name" : "TMDB",
"path" : "Sources/TMDB",
"product_dependencies" : [
"Dependencies",
"DependenciesMacros"
],
"product_memberships" : [
"TMDB",
"TMDBCore",
"TMDBDependencies",
"TMDBSwiftUI",
"TMDBUIKit"
],
"sources" : [
"Format Styles/RuntimeFormatStyle.swift",
"Models/Codable Property Wrappers/EmptyStringNullable.swift",
"Models/Codable Property Wrappers/ISO8601YMD.swift",
"Models/Codable Property Wrappers/LanguageArray.swift",
"Models/Codable Property Wrappers/LanguageCode.swift",
"Models/Codable Property Wrappers/Minutes.swift",
"Models/Codable Property Wrappers/NilBoolean.swift",
"Models/Codable Property Wrappers/NilCodableArray.swift",
"Models/Codable Property Wrappers/NilInteger.swift",
"Models/Codable Property Wrappers/RegionArray.swift",
"Models/Codable Property Wrappers/RegionCode.swift",
"Models/Constants.swift",
"Models/Endpoints/Account/V3AccountWriteEndpoints.swift",
"Models/Endpoints/Account/V4AccountEndpoints.swift",
"Models/Endpoints/Auth/V3AuthEndpoints.swift",
"Models/Endpoints/Auth/V4AuthEndpoints.swift",
"Models/Endpoints/Certifications/CertificationEndpoint.swift",
"Models/Endpoints/Collections/CollectionEndpoint.swift",
"Models/Endpoints/Companies/CompanyEndpoints.swift",
"Models/Endpoints/Configuration/ConfigurationEndpoint.swift",
"Models/Endpoints/Credits/CreditEndpoint.swift",
"Models/Endpoints/Discover/DiscoverEndpoint.swift",
"Models/Endpoints/Discover/Query Parameters/DiscoverLogicalOperator.swift",
"Models/Endpoints/Discover/Query Parameters/DiscoverMonetizationType.swift",
"Models/Endpoints/Discover/Query Parameters/DiscoverMovieFilter.swift",
"Models/Endpoints/Discover/Query Parameters/DiscoverMovieReleaseType.swift",
"Models/Endpoints/Discover/Query Parameters/DiscoverTVFilter.swift",
"Models/Endpoints/Discover/Query Parameters/DiscoverTVReleaseStatus.swift",
"Models/Endpoints/Discover/Query Parameters/SortOption.swift",
"Models/Endpoints/Find/FindEndpoint.swift",
"Models/Endpoints/Genres/GenreEndpoint.swift",
"Models/Endpoints/GuestSession/GuestSessionEndpoints.swift",
"Models/Endpoints/Keywords/KeywordEndpoint.swift",
"Models/Endpoints/Lists/V4ListEndpoints.swift",
"Models/Endpoints/Movies/MovieEndpoints.swift",
"Models/Endpoints/Networks/NetworkEndpoints.swift",
"Models/Endpoints/People/PeopleEndpoints.swift",
"Models/Endpoints/Reviews/ReviewEndpoint.swift",
"Models/Endpoints/Search/SearchEndpoint.swift",
"Models/Endpoints/TV/TVEpisodeEndpoints.swift",
"Models/Endpoints/TV/TVEpisodeGroupEndpoints.swift",
"Models/Endpoints/TV/TVSeasonEndpoints.swift",
"Models/Endpoints/TV/TVSeriesEndpoints.swift",
"Models/Endpoints/Trending/TrendingEndpoint.swift",
"Models/Endpoints/V3Endpoints+QueryItemKey.swift",
"Models/Endpoints/V3Endpoints.swift",
"Models/Endpoints/V4Endpoints.swift",
"Models/Endpoints/WatchProviders/WatchProviderEndpoint.swift",
"Models/Errors/TMDBAPIError.swift",
"Models/Errors/TMDBInitializationError.swift",
"Models/Errors/TMDBRequestError.swift",
"Models/Responses/Internal/Account/FavoriteBody.swift",
"Models/Responses/Internal/Account/RatingBody.swift",
"Models/Responses/Internal/Account/WatchlistBody.swift",
"Models/Responses/Internal/AlternativeMovieTitlesResponse.swift",
"Models/Responses/Internal/Auth/AccessTokenBody.swift",
"Models/Responses/Internal/Auth/ConvertSessionBody.swift",
"Models/Responses/Internal/Auth/DeleteAccessTokenBody.swift",
"Models/Responses/Internal/Auth/DeleteSessionBody.swift",
"Models/Responses/Internal/Auth/RequestTokenBody.swift",
"Models/Responses/Internal/CountriesResponse.swift",
"Models/Responses/Internal/Lists/CreateListBody.swift",
"Models/Responses/Internal/Lists/ListItemsBody.swift",
"Models/Responses/Internal/Lists/UpdateListBody.swift",
"Models/Responses/Internal/MovieKeywordsResponse.swift",
"Models/Responses/Internal/MovieReleaseDatesResponse.swift",
"Models/Responses/Internal/MovieTranslationsResponse.swift",
"Models/Responses/Internal/TVSeriesAlternativeTitlesResponse.swift",
"Models/Responses/Internal/TVSeriesKeywordsResponse.swift",
"Models/Responses/Internal/TVSeriesTranslationsResponse.swift",
"Models/Responses/Public/3/Account/AccountWriteResult.swift",
"Models/Responses/Public/3/Certification/Certification.swift",
"Models/Responses/Public/3/Certification/MovieCertifications.swift",
"Models/Responses/Public/3/Certification/TVCertifications.swift",
"Models/Responses/Public/3/Collection/Collection.swift",
"Models/Responses/Public/3/Company/Company.swift",
"Models/Responses/Public/3/Company/LogoCollection.swift",
"Models/Responses/Public/3/Configuration/ChangeKey.swift",
"Models/Responses/Public/3/Configuration/Configuration.swift",
"Models/Responses/Public/3/Configuration/ConfigurationResponse.swift",
"Models/Responses/Public/3/Configuration/ImageConfiguration.swift",
"Models/Responses/Public/3/Configuration/ImageSize.swift",
"Models/Responses/Public/3/Configuration/JobDepartment.swift",
"Models/Responses/Public/3/Configuration/Language.swift",
"Models/Responses/Public/3/Configuration/Timezone.swift",
"Models/Responses/Public/3/Credits/CreditDetails.swift",
"Models/Responses/Public/3/Credits/Credits.swift",
"Models/Responses/Public/3/Credits/Media.swift",
"Models/Responses/Public/3/Credits/Person.swift",
"Models/Responses/Public/3/Credits/Season.swift",
"Models/Responses/Public/3/Discover/DatedPaginatedResponse.swift",
"Models/Responses/Public/3/Discover/Discover.swift",
"Models/Responses/Public/3/Discover/DiscoverMovie.swift",
"Models/Responses/Public/3/Discover/DiscoverTV.swift",
"Models/Responses/Public/3/Discover/Discoverable.swift",
"Models/Responses/Public/3/Discover/PaginatedResponse.swift",
"Models/Responses/Public/3/Find/FindResult.swift",
"Models/Responses/Public/3/Genre.swift",
"Models/Responses/Public/3/GenreList.swift",
"Models/Responses/Public/3/GuestSession/GuestRatedEpisode.swift",
"Models/Responses/Public/3/GuestSession/GuestRatedMovie.swift",
"Models/Responses/Public/3/GuestSession/GuestRatedTV.swift",
"Models/Responses/Public/3/GuestSession/GuestSessionNamespace.swift",
"Models/Responses/Public/3/Movie/AlternativeTitle.swift",
"Models/Responses/Public/3/Movie/CastMember.swift",
"Models/Responses/Public/3/Movie/ChangeCollection.swift",
"Models/Responses/Public/3/Movie/CrewMember.swift",
"Models/Responses/Public/3/Movie/ExternalIDs.swift",
"Models/Responses/Public/3/Movie/ImageCollection.swift",
"Models/Responses/Public/3/Movie/Keyword.swift",
"Models/Responses/Public/3/Movie/Movie.swift",
"Models/Responses/Public/3/Movie/MovieCredits.swift",
"Models/Responses/Public/3/Movie/MovieWatchProviderResult.swift",
"Models/Responses/Public/3/Movie/ReleaseDateResult.swift",
"Models/Responses/Public/3/Movie/TranslationCollection.swift",
"Models/Responses/Public/3/Movie/VideoCollection.swift",
"Models/Responses/Public/3/Network/Network.swift",
"Models/Responses/Public/3/Person/PersonCombinedCredits.swift",
"Models/Responses/Public/3/Person/PersonDetails.swift",
"Models/Responses/Public/3/Person/PersonImages.swift",
"Models/Responses/Public/3/Person/PersonMovieCredits.swift",
"Models/Responses/Public/3/Person/PersonTVCredits.swift",
"Models/Responses/Public/3/Person/PopularPerson.swift",
"Models/Responses/Public/3/ProductionCompany.swift",
"Models/Responses/Public/3/Review/Review.swift",
"Models/Responses/Public/3/Search/MultiSearchResult.swift",
"Models/Responses/Public/3/Search/SearchCollection.swift",
"Models/Responses/Public/3/Search/SearchCompany.swift",
"Models/Responses/Public/3/Search/SearchPerson.swift",
"Models/Responses/Public/3/TV/AggregateCredits.swift",
"Models/Responses/Public/3/TV/ContentRating.swift",
"Models/Responses/Public/3/TV/EpisodeGroup.swift",
"Models/Responses/Public/3/TV/EpisodeGroupDetails.swift",
"Models/Responses/Public/3/TV/ScreenedTheatricallyResult.swift",
"Models/Responses/Public/3/TV/TVEpisode.swift",
"Models/Responses/Public/3/TV/TVSeason.swift",
"Models/Responses/Public/3/TV/TVSeries.swift",
"Models/Responses/Public/3/TitleCollection.swift",
"Models/Responses/Public/3/Trending/TrendingPerson.swift",
"Models/Responses/Public/3/Trending/TrendingResult.swift",
"Models/Responses/Public/3/WatchProvider/WatchProvider.swift",
"Models/Responses/Public/3/WatchProvider/WatchProviderRegion.swift",
"Models/Responses/Public/4/Account/AccountList.swift",
"Models/Responses/Public/4/Account/AccountMediaType.swift",
"Models/Responses/Public/4/Account/AccountNamespace.swift",
"Models/Responses/Public/4/Account/AccountRating.swift",
"Models/Responses/Public/4/Account/AccountSortOrder.swift",
"Models/Responses/Public/4/Account/RatedMovie.swift",
"Models/Responses/Public/4/Account/RatedTV.swift",
"Models/Responses/Public/4/Auth/AuthAccessToken.swift",
"Models/Responses/Public/4/Auth/AuthDeleteResult.swift",
"Models/Responses/Public/4/Auth/AuthGuestSession.swift",
"Models/Responses/Public/4/Auth/AuthNamespace.swift",
"Models/Responses/Public/4/Auth/AuthRequestToken.swift",
"Models/Responses/Public/4/Auth/AuthV3Session.swift",
"Models/Responses/Public/4/List/ListCreateResult.swift",
"Models/Responses/Public/4/List/ListDetails.swift",
"Models/Responses/Public/4/List/ListItem.swift",
"Models/Responses/Public/4/List/ListItemStatus.swift",
"Models/Responses/Public/4/List/ListItemsResult.swift",
"Models/Responses/Public/4/List/ListNamespace.swift",
"Models/Responses/Public/ImageProviding/BackdropImageProviding.swift",
"Models/Responses/Public/ImageProviding/ImageProviding+Conformances.swift",
"Models/Responses/Public/ImageProviding/ImageURLProviding.swift",
"Models/Responses/Public/ImageProviding/LogoImageProviding.swift",
"Models/Responses/Public/ImageProviding/PosterImageProviding.swift",
"Models/Responses/Public/ImageProviding/ProfileImageProviding.swift",
"Models/Responses/Public/ImageProviding/StillImageProviding.swift",
"Models/TMDBConfiguration.swift",
"Protocols/QueryEncodable.swift",
"Protocols/QueryValueRepresentable.swift",
"Protocols/SDKConfigurationProvider.swift",
"Services/AuthService/AuthSession.swift",
"Services/AuthService/AuthSessionStore.swift",
"Services/AuthService/AuthenticationCoordinator.swift",
"Services/AuthService/TMDB+Auth.swift",
"Services/LoggingService/ConsoleLogger.swift",
"Services/LoggingService/Extensions/Data+Extensions.swift",
"Services/LoggingService/LoggingDependencyClient.swift",
"Services/LoggingService/OSLoggingService.swift",
"Services/MockingService/MockRouteResolver.swift",
"Services/RequestService/Extensions/HTTPURLResponse+Extensions.swift",
"Services/RequestService/Extensions/JSONEncoder&Decoder+Extensions.swift",
"Services/RequestService/Extensions/URLSessionConfiguration+Authorization.swift",
"Services/RequestService/HTTP.swift",
"Services/RequestService/Models/EmptyRequestBody.swift",
"Services/RequestService/Models/Endpoint.swift",
"Services/RequestService/Models/Errors.swift",
"Services/RequestService/Models/HTTPClient.swift",
"Services/RequestService/Models/Header.swift",
"Services/RequestService/Models/Method.swift",
"Services/RequestService/Models/ResponseStatus.swift",
"Services/RequestService/Models/URLFactory.swift",
"Services/RequestService/Models/URLQueryItem+Helpers.swift",
"Services/RequestService/Models/URLRequestFactory.swift",
"Services/RequestService/Protocols/EndpointFactory.swift",
"TMDB.swift",
"Utilities/RuntimeWarning.swift"
],
"type" : "library"
}
],
"tools_version" : "6.2"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-0":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/swiftpackageindex/spi-images:android-6.1-latest swift build --swift-sdk aarch64-unknown-linux-android24 -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
android-6.1-latest: Pulling from swiftpackageindex/spi-images
Digest: sha256:8d42880410d691f231f1a6445d3941a4c9d6c7af65062a9750a54d2059944963
Status: Image is up to date for registry.gitlab.com/swiftpackageindex/spi-images:android-6.1-latest
error: 'spi-builder-workspace': package 'spi-builder-workspace' is using Swift tools version 6.2.0 but the installed version is 6.1.3
error: 'spi-builder-workspace': package 'spi-builder-workspace' is using Swift tools version 6.2.0 but the installed version is 6.1.3
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-0":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/swiftpackageindex/spi-images:android-6.1-latest swift build --swift-sdk aarch64-unknown-linux-android24 2>&1
android-6.1-latest: Pulling from swiftpackageindex/spi-images
Digest: sha256:8d42880410d691f231f1a6445d3941a4c9d6c7af65062a9750a54d2059944963
Status: Image is up to date for registry.gitlab.com/swiftpackageindex/spi-images:android-6.1-latest
error: 'spi-builder-workspace': package 'spi-builder-workspace' is using Swift tools version 6.2.0 but the installed version is 6.1.3
error: 'spi-builder-workspace': package 'spi-builder-workspace' is using Swift tools version 6.2.0 but the installed version is 6.1.3
BUILD FAILURE 6.1 android