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 TMDB, reference main (cad88f), with Swift 6.2 (beta) for Android on 11 Aug 2025 20:21:14 UTC.

Swift 6 data race errors: 0

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4606859-3":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:android-6.2-latest swift build --swift-sdk aarch64-unknown-linux-android28 2>&1

Build Log

========================================
RunAll
========================================
Builder version: 4.65.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/igorcamilo/tmdb-swift.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/igorcamilo/tmdb-swift
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at cad88f3 Add Sonar and more data (#20)
Cloned https://github.com/igorcamilo/tmdb-swift.git
Revision (git rev-parse @):
cad88f358b0b81fd0b5417f004b2a8057c6000e6
SUCCESS checkout https://github.com/igorcamilo/tmdb-swift.git at main
========================================
Build
========================================
Selected platform:         android
Swift version:             6.2
Building package at path:  $PWD
https://github.com/igorcamilo/tmdb-swift.git
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-3":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:android-6.2-latest swift build --swift-sdk aarch64-unknown-linux-android28 2>&1
android-6.2-latest: Pulling from finestructure/spi-images
Digest: sha256:b7c4a6b4153ff40ef9277e2157e708f835b8eb011095d53bd8db4594eb2b7798
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:android-6.2-latest
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version-8C5A4AE7A8CE2BA.txt
[3/30] Compiling TMDB MovieCollection.swift
[4/30] Compiling TMDB MovieDetails.swift
[5/30] Compiling TMDB MovieDetailsAppendingOptions.swift
[6/30] Compiling TMDB MovieList.swift
[7/33] Compiling TMDB TVShowDetailsAppendingOptions.swift
[8/33] Compiling TMDB TVShowList.swift
[9/33] Compiling TMDB TrendingTimeWindow.swift
[10/33] Compiling TMDB BackdropPath.swift
[11/33] Compiling TMDB BackdropSize.swift
[12/33] Compiling TMDB Configuration.swift
[13/33] Compiling TMDB Images.swift
[14/33] Compiling TMDB ImagePath.swift
[15/33] Compiling TMDB Keyword.swift
[16/33] Compiling TMDB Language.swift
[17/33] Compiling TMDB Movie.swift
[18/33] Compiling TMDB TMDBClient+Movies.swift
[19/33] Compiling TMDB Page.swift
[20/33] Compiling TMDB PosterPath.swift
[21/33] Compiling TMDB ProductionCompany.swift
[22/33] Emitting module TMDB
[23/33] Compiling TMDB PosterSize.swift
[24/33] Compiling TMDB TMDBClient+Configuration.swift
[25/33] Compiling TMDB Country.swift
[26/33] Compiling TMDB Genre.swift
[27/33] Compiling TMDB Response.swift
[28/33] Compiling TMDB TMDBClient.swift
[29/33] Compiling TMDB TMDBClientError.swift
[30/33] Compiling TMDB TMDBError.swift
[31/33] Compiling TMDB TMDBClient+TVShows.swift
[32/33] Compiling TMDB TVShow.swift
[33/33] Compiling TMDB TVShowDetails.swift
Build complete! (28.63s)
Build complete.
{
  "dependencies" : [
  ],
  "manifest_display_name" : "TMDB",
  "name" : "TMDB",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "13.0"
    },
    {
      "name" : "macos",
      "version" : "10.15"
    },
    {
      "name" : "tvos",
      "version" : "13.0"
    },
    {
      "name" : "watchos",
      "version" : "6.0"
    }
  ],
  "products" : [
    {
      "name" : "TMDB",
      "targets" : [
        "TMDB"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "TMDBTests",
      "module_type" : "SwiftTarget",
      "name" : "TMDBTests",
      "path" : "Tests/TMDBTests",
      "sources" : [
        "Configuration/ConfigurationTests.swift",
        "Configuration/Data+Configuration.swift",
        "Configuration/ImagesTests.swift",
        "Configuration/TMDBClientConfigurationTests.swift",
        "CoverageTests.swift",
        "Data+Page.swift",
        "Data+TMDBError.swift",
        "Movies/Data+Movie1.swift",
        "Movies/Data+Movie2.swift",
        "Movies/Data+MovieDetailsComplete.swift",
        "Movies/Data+MovieDetailsMinimal.swift",
        "Movies/Data+NowPlayingMovies.swift",
        "Movies/Data+PopularMovies.swift",
        "Movies/Data+SimilarMovies.swift",
        "Movies/Data+TopRatedMovies.swift",
        "Movies/Data+TrendingMovies.swift",
        "Movies/Data+UpcomingMovies.swift",
        "Movies/MovieDetailsTests.swift",
        "Movies/MovieTests.swift",
        "Movies/TMDBClientMovieTests.swift",
        "PageTests.swift",
        "TMDBErrorTests.swift",
        "TVShows/Data+AiringTodayTVShows.swift",
        "TVShows/Data+OnTheAirTVShows.swift",
        "TVShows/Data+PopularTVShows.swift",
        "TVShows/Data+SimilarTVShows.swift",
        "TVShows/Data+TVShow1.swift",
        "TVShows/Data+TVShow2.swift",
        "TVShows/Data+TVShowDetailsComplete.swift",
        "TVShows/Data+TVShowDetailsMinimal.swift",
        "TVShows/Data+TopRatedTVShows.swift",
        "TVShows/Data+TrendingTVShows.swift",
        "TVShows/TMDBClientTVShowTests.swift",
        "TVShows/TVShowDetailsTests.swift",
        "TVShows/TVShowTests.swift",
        "TestStorage.swift"
      ],
      "target_dependencies" : [
        "TMDB"
      ],
      "type" : "test"
    },
    {
      "c99name" : "TMDB",
      "module_type" : "SwiftTarget",
      "name" : "TMDB",
      "path" : "Sources/TMDB",
      "product_memberships" : [
        "TMDB"
      ],
      "sources" : [
        "BackdropPath.swift",
        "Configuration/BackdropSize.swift",
        "Configuration/Configuration.swift",
        "Configuration/Images.swift",
        "Configuration/PosterSize.swift",
        "Configuration/TMDBClient+Configuration.swift",
        "Country.swift",
        "Genre.swift",
        "ImagePath.swift",
        "Keyword.swift",
        "Language.swift",
        "Movies/Movie.swift",
        "Movies/MovieCollection.swift",
        "Movies/MovieDetails.swift",
        "Movies/MovieDetailsAppendingOptions.swift",
        "Movies/MovieList.swift",
        "Movies/TMDBClient+Movies.swift",
        "Page.swift",
        "PosterPath.swift",
        "ProductionCompany.swift",
        "Response.swift",
        "TMDBClient.swift",
        "TMDBClientError.swift",
        "TMDBError.swift",
        "TVShows/TMDBClient+TVShows.swift",
        "TVShows/TVShow.swift",
        "TVShows/TVShowDetails.swift",
        "TVShows/TVShowDetailsAppendingOptions.swift",
        "TVShows/TVShowList.swift",
        "TrendingTimeWindow.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "6.2"
}
android-6.2-latest: Pulling from finestructure/spi-images
Digest: sha256:b7c4a6b4153ff40ef9277e2157e708f835b8eb011095d53bd8db4594eb2b7798
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:android-6.2-latest
Done.