Build Information
Successful build of tripadvisor-swift, reference 0.5.4 (59e9ca
), with Swift 6.0 for Linux on 3 Mar 2025 16:06:07 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 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats 2>&1
Build Log
========================================
RunAll
========================================
Builder version: 4.60.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/zunda-pixel/tripadvisor-swift.git
Reference: 0.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/zunda-pixel/tripadvisor-swift
* tag 0.5.4 -> FETCH_HEAD
HEAD is now at 59e9cac fix decoding error (#27)
Cloned https://github.com/zunda-pixel/tripadvisor-swift.git
Revision (git rev-parse @):
59e9cac0f33efa6997d1850a708f652a975ff056
SUCCESS checkout https://github.com/zunda-pixel/tripadvisor-swift.git at 0.5.4
========================================
Build
========================================
Selected platform: linux
Swift version: 6.0
Building package at path: $PWD
https://github.com/zunda-pixel/tripadvisor-swift.git
https://github.com/zunda-pixel/tripadvisor-swift.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
"dependencies" : [
{
"identity" : "swift-http-types",
"requirement" : {
"range" : [
{
"lower_bound" : "1.3.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-http-types"
},
{
"identity" : "swift-tagged",
"requirement" : {
"range" : [
{
"lower_bound" : "0.10.0",
"upper_bound" : "1.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/pointfreeco/swift-tagged"
},
{
"identity" : "swift-currency",
"requirement" : {
"range" : [
{
"lower_bound" : "0.0.1",
"upper_bound" : "1.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/zunda-pixel/swift-currency"
},
{
"identity" : "http-client",
"requirement" : {
"range" : [
{
"lower_bound" : "0.3.0",
"upper_bound" : "1.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/zunda-pixel/http-client"
}
],
"manifest_display_name" : "tripadvisor-swift",
"name" : "tripadvisor-swift",
"path" : "/host/spi-builder-workspace",
"platforms" : [
{
"name" : "ios",
"version" : "17.0"
},
{
"name" : "macos",
"version" : "14.0"
}
],
"products" : [
{
"name" : "TripadvisorKit",
"targets" : [
"TripadvisorKit"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "TripadvisorKitTests",
"module_type" : "SwiftTarget",
"name" : "TripadvisorKitTests",
"path" : "Tests/TripadvisorKitTests",
"sources" : [
"TripadvisorKitTests.swift"
],
"target_dependencies" : [
"TripadvisorKit"
],
"type" : "test"
},
{
"c99name" : "TripadvisorKit",
"module_type" : "SwiftTarget",
"name" : "TripadvisorKit",
"path" : "Sources/TripadvisorKit",
"product_dependencies" : [
"HTTPTypes",
"HTTPTypesFoundation",
"Tagged",
"Currency",
"HTTPClient"
],
"product_memberships" : [
"TripadvisorKit"
],
"sources" : [
"API/Category.swift",
"API/Language.swift",
"API/LocationDetail.swift",
"API/LocationPhotos.swift",
"API/LocationPoint.swift",
"API/LocationReviews.swift",
"API/PhotoSourceFilter.swift",
"API/Radius.swift",
"API/SearchLocation.swift",
"API/SearchNearLocation.swift",
"Constants.swift",
"JSONDecoder++.swift",
"Model/Address.swift",
"Model/Ancestor.swift",
"Model/Hours.swift",
"Model/Image.swift",
"Model/LabelContent.swift",
"Model/Location.swift",
"Model/Period.swift",
"Model/Photo.swift",
"Model/Ranking.swift",
"Model/Review.swift",
"Model/User.swift",
"Request/LocationDetailRequest.swift",
"Request/LocationPhotosRequest.swift",
"Request/LocationReviewsRequest.swift",
"Request/Request.swift",
"Request/SearchLocationsRequest.swift",
"Request/SearchNearLocationsRequest.swift",
"Response/LocationsResponse.swift",
"Response/PhotosResponse.swift",
"Response/ReviewsResponse.swift",
"TripadvisorKit.swift"
],
"type" : "library"
}
],
"tools_version" : "6.0"
}
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 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats 2>&1
basic-6.0-latest: Pulling from finestructure/spi-images
Digest: sha256:081dcf4fb829aea9d08447f4790431afbdfbcc335bfeed728ca69c6f181ae2aa
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.0-latest
Fetching https://github.com/pointfreeco/swift-tagged
Fetching https://github.com/apple/swift-http-types
Fetching https://github.com/zunda-pixel/http-client
Fetching https://github.com/zunda-pixel/swift-currency
[1/18] Fetching swift-currency
[19/124] Fetching swift-currency, http-client
[125/978] Fetching swift-currency, http-client, swift-http-types
[979/2134] Fetching swift-currency, http-client, swift-http-types, swift-tagged
Fetched https://github.com/zunda-pixel/swift-currency from cache (0.67s)
Fetched https://github.com/apple/swift-http-types from cache (0.67s)
Fetched https://github.com/zunda-pixel/http-client from cache (0.67s)
Fetched https://github.com/pointfreeco/swift-tagged from cache (0.67s)
Computing version for https://github.com/zunda-pixel/http-client
Computed https://github.com/zunda-pixel/http-client at 0.3.0 (0.47s)
Computing version for https://github.com/zunda-pixel/swift-currency
Computed https://github.com/zunda-pixel/swift-currency at 0.0.1 (0.49s)
Computing version for https://github.com/pointfreeco/swift-tagged
Computed https://github.com/pointfreeco/swift-tagged at 0.10.0 (1.91s)
Computing version for https://github.com/apple/swift-http-types
Computed https://github.com/apple/swift-http-types at 1.3.1 (0.52s)
Creating working copy for https://github.com/zunda-pixel/http-client
Working copy of https://github.com/zunda-pixel/http-client resolved at 0.3.0
Creating working copy for https://github.com/pointfreeco/swift-tagged
Working copy of https://github.com/pointfreeco/swift-tagged resolved at 0.10.0
Creating working copy for https://github.com/apple/swift-http-types
Working copy of https://github.com/apple/swift-http-types resolved at 1.3.1
Creating working copy for https://github.com/zunda-pixel/swift-currency
Working copy of https://github.com/zunda-pixel/swift-currency resolved at 0.0.1
Building for debugging...
[0/7] Write sources
[6/7] Write swift-version-24593BA9C3E375BF.txt
[8/20] Emitting module Currency
[9/20] Compiling Currency Currency.swift
[11/21] Compiling HTTPTypes HTTPField.swift
[12/22] Compiling HTTPTypes HTTPParsedFields.swift
[13/22] Compiling HTTPTypes HTTPRequest.swift
[14/22] Compiling HTTPTypes HTTPResponse.swift
[15/22] Compiling HTTPTypes ISOLatin1String.swift
[16/22] Compiling HTTPTypes NIOLock.swift
[17/22] Compiling Tagged UUID.swift
[18/22] Emitting module Tagged
[19/22] Compiling Tagged Tagged.swift
[21/23] Compiling HTTPTypes HTTPFieldName.swift
[22/23] Emitting module HTTPTypes
[23/23] Compiling HTTPTypes HTTPFields.swift
[25/30] Compiling HTTPTypesFoundation URLSession+HTTPTypes.swift
[26/30] Compiling HTTPTypesFoundation URLResponse+HTTPTypes.swift
[27/30] Compiling HTTPTypesFoundation URLRequest+HTTPTypes.swift
[28/30] Compiling HTTPTypesFoundation HTTPTypes+ISOLatin1.swift
[29/30] Emitting module HTTPTypesFoundation
[30/30] Compiling HTTPTypesFoundation HTTPRequest+URL.swift
[32/34] Compiling HTTPClient URLSesssion++.swift
[33/34] Compiling HTTPClient HTTPClient.swift
[34/34] Emitting module HTTPClient
[36/65] Compiling TripadvisorKit Category.swift
[37/65] Compiling TripadvisorKit Language.swift
[38/65] Compiling TripadvisorKit LocationDetail.swift
[39/65] Compiling TripadvisorKit LocationPhotos.swift
[40/65] Compiling TripadvisorKit LocationPoint.swift
[41/69] Compiling TripadvisorKit Ancestor.swift
[42/69] Compiling TripadvisorKit Hours.swift
[43/69] Compiling TripadvisorKit Image.swift
[44/69] Compiling TripadvisorKit LabelContent.swift
[45/69] Emitting module TripadvisorKit
[46/69] Compiling TripadvisorKit LocationReviews.swift
[47/69] Compiling TripadvisorKit PhotoSourceFilter.swift
[48/69] Compiling TripadvisorKit Radius.swift
[49/69] Compiling TripadvisorKit SearchLocation.swift
[50/69] Compiling TripadvisorKit Review.swift
[51/69] Compiling TripadvisorKit User.swift
[52/69] Compiling TripadvisorKit LocationDetailRequest.swift
[53/69] Compiling TripadvisorKit LocationPhotosRequest.swift
[54/69] Compiling TripadvisorKit LocationReviewsRequest.swift
[55/69] Compiling TripadvisorKit Request.swift
[56/69] Compiling TripadvisorKit SearchLocationsRequest.swift
[57/69] Compiling TripadvisorKit SearchNearLocationsRequest.swift
[58/69] Compiling TripadvisorKit SearchNearLocation.swift
[59/69] Compiling TripadvisorKit Constants.swift
[60/69] Compiling TripadvisorKit JSONDecoder++.swift
[61/69] Compiling TripadvisorKit Address.swift
[62/69] Compiling TripadvisorKit LocationsResponse.swift
[63/69] Compiling TripadvisorKit PhotosResponse.swift
[64/69] Compiling TripadvisorKit ReviewsResponse.swift
[65/69] Compiling TripadvisorKit TripadvisorKit.swift
[66/69] Compiling TripadvisorKit Location.swift
[67/69] Compiling TripadvisorKit Period.swift
[68/69] Compiling TripadvisorKit Photo.swift
[69/69] Compiling TripadvisorKit Ranking.swift
Build complete! (18.85s)
Build complete.
{
"dependencies" : [
{
"identity" : "swift-http-types",
"requirement" : {
"range" : [
{
"lower_bound" : "1.3.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-http-types"
},
{
"identity" : "swift-tagged",
"requirement" : {
"range" : [
{
"lower_bound" : "0.10.0",
"upper_bound" : "1.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/pointfreeco/swift-tagged"
},
{
"identity" : "swift-currency",
"requirement" : {
"range" : [
{
"lower_bound" : "0.0.1",
"upper_bound" : "1.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/zunda-pixel/swift-currency"
},
{
"identity" : "http-client",
"requirement" : {
"range" : [
{
"lower_bound" : "0.3.0",
"upper_bound" : "1.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/zunda-pixel/http-client"
}
],
"manifest_display_name" : "tripadvisor-swift",
"name" : "tripadvisor-swift",
"path" : "/host/spi-builder-workspace",
"platforms" : [
{
"name" : "ios",
"version" : "17.0"
},
{
"name" : "macos",
"version" : "14.0"
}
],
"products" : [
{
"name" : "TripadvisorKit",
"targets" : [
"TripadvisorKit"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "TripadvisorKitTests",
"module_type" : "SwiftTarget",
"name" : "TripadvisorKitTests",
"path" : "Tests/TripadvisorKitTests",
"sources" : [
"TripadvisorKitTests.swift"
],
"target_dependencies" : [
"TripadvisorKit"
],
"type" : "test"
},
{
"c99name" : "TripadvisorKit",
"module_type" : "SwiftTarget",
"name" : "TripadvisorKit",
"path" : "Sources/TripadvisorKit",
"product_dependencies" : [
"HTTPTypes",
"HTTPTypesFoundation",
"Tagged",
"Currency",
"HTTPClient"
],
"product_memberships" : [
"TripadvisorKit"
],
"sources" : [
"API/Category.swift",
"API/Language.swift",
"API/LocationDetail.swift",
"API/LocationPhotos.swift",
"API/LocationPoint.swift",
"API/LocationReviews.swift",
"API/PhotoSourceFilter.swift",
"API/Radius.swift",
"API/SearchLocation.swift",
"API/SearchNearLocation.swift",
"Constants.swift",
"JSONDecoder++.swift",
"Model/Address.swift",
"Model/Ancestor.swift",
"Model/Hours.swift",
"Model/Image.swift",
"Model/LabelContent.swift",
"Model/Location.swift",
"Model/Period.swift",
"Model/Photo.swift",
"Model/Ranking.swift",
"Model/Review.swift",
"Model/User.swift",
"Request/LocationDetailRequest.swift",
"Request/LocationPhotosRequest.swift",
"Request/LocationReviewsRequest.swift",
"Request/Request.swift",
"Request/SearchLocationsRequest.swift",
"Request/SearchNearLocationsRequest.swift",
"Response/LocationsResponse.swift",
"Response/PhotosResponse.swift",
"Response/ReviewsResponse.swift",
"TripadvisorKit.swift"
],
"type" : "library"
}
],
"tools_version" : "6.0"
}
basic-6.0-latest: Pulling from finestructure/spi-images
Digest: sha256:081dcf4fb829aea9d08447f4790431afbdfbcc335bfeed728ca69c6f181ae2aa
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.0-latest
Done.