Build Information
Successful build of TMDB, reference main (cad88f
), with Swift 6.1 for Linux on 11 Aug 2025 20:23:42 UTC.
Swift 6 data race errors: 0
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4609320-2":/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 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.1
Building package at path: $PWD
https://github.com/igorcamilo/tmdb-swift.git
https://github.com/igorcamilo/tmdb-swift.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
"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"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-2":/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 2>&1
basic-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:2e2b3aca8600f890617c2faa770b70e33c1dfd303d6f92b308423b89ef6bde64
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.1-latest
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version-24593BA9C3E375BF.txt
[3/30] Emitting module TMDB
[4/33] Compiling TMDB TVShowDetailsAppendingOptions.swift
[5/33] Compiling TMDB TVShowList.swift
[6/33] Compiling TMDB TrendingTimeWindow.swift
[7/33] Compiling TMDB ImagePath.swift
[8/33] Compiling TMDB Keyword.swift
[9/33] Compiling TMDB Language.swift
[10/33] Compiling TMDB Movie.swift
[11/33] Compiling TMDB BackdropPath.swift
[12/33] Compiling TMDB BackdropSize.swift
[13/33] Compiling TMDB Configuration.swift
[14/33] Compiling TMDB Images.swift
[15/33] Compiling TMDB PosterSize.swift
[16/33] Compiling TMDB TMDBClient+Configuration.swift
[17/33] Compiling TMDB Country.swift
[18/33] Compiling TMDB Genre.swift
[19/33] Compiling TMDB TMDBClient+TVShows.swift
[20/33] Compiling TMDB TVShow.swift
[21/33] Compiling TMDB TVShowDetails.swift
[22/33] Compiling TMDB MovieCollection.swift
[23/33] Compiling TMDB MovieDetails.swift
[24/33] Compiling TMDB MovieDetailsAppendingOptions.swift
[25/33] Compiling TMDB MovieList.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 TMDBClient+Movies.swift
[31/33] Compiling TMDB Page.swift
[32/33] Compiling TMDB PosterPath.swift
[33/33] Compiling TMDB ProductionCompany.swift
Build complete! (6.91s)
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.1"
}
basic-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:2e2b3aca8600f890617c2faa770b70e33c1dfd303d6f92b308423b89ef6bde64
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.1-latest
Done.