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.0 for Linux on 11 Aug 2025 20:23:05 UTC.

Swift 6 data race errors: 0

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4609320-0":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.0-latest swift build --triple x86_64-unknown-linux-gnu 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:         linux
Swift version:             6.0
Building package at path:  $PWD
https://github.com/igorcamilo/tmdb-swift.git
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-0":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.0-latest swift build --triple x86_64-unknown-linux-gnu 2>&1
basic-6.0-latest: Pulling from finestructure/spi-images
Digest: sha256:f0ebbd71bee66c692411a61ab9a7ee6edc82316b7a7b4c6173cc06c00f20ed39
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.0-latest
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version-24593BA9C3E375BF.txt
[3/30] Compiling TMDB PosterSize.swift
[4/30] Compiling TMDB TMDBClient+Configuration.swift
[5/30] Compiling TMDB Country.swift
[6/30] Compiling TMDB Genre.swift
[7/33] Compiling TMDB TVShowDetailsAppendingOptions.swift
[8/33] Compiling TMDB TVShowList.swift
[9/33] Compiling TMDB TrendingTimeWindow.swift
[10/33] Emitting module TMDB
[11/33] Compiling TMDB TMDBClient+TVShows.swift
[12/33] Compiling TMDB TVShow.swift
[13/33] Compiling TMDB TVShowDetails.swift
[14/33] Compiling TMDB MovieCollection.swift
[15/33] Compiling TMDB MovieDetails.swift
[16/33] Compiling TMDB MovieDetailsAppendingOptions.swift
[17/33] Compiling TMDB MovieList.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] Compiling TMDB ImagePath.swift
[23/33] Compiling TMDB Keyword.swift
[24/33] Compiling TMDB Language.swift
[25/33] Compiling TMDB Movie.swift
[26/33] Compiling TMDB Response.swift
[27/33] Compiling TMDB TMDBClient.swift
[28/33] Compiling TMDB TMDBClientError.swift
[29/33] Compiling TMDB TMDBError.swift
[30/33] Compiling TMDB BackdropPath.swift
[31/33] Compiling TMDB BackdropSize.swift
[32/33] Compiling TMDB Configuration.swift
[33/33] Compiling TMDB Images.swift
Build complete! (12.74s)
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.0"
}
basic-6.0-latest: Pulling from finestructure/spi-images
Digest: sha256:f0ebbd71bee66c692411a61ab9a7ee6edc82316b7a7b4c6173cc06c00f20ed39
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.0-latest
Done.