The Swift Package Index logo.Swift Package Index

Track the adoption of Swift 6 strict concurrency checks for data race safety. How many packages are Ready for Swift 6?

Build Information

Successful build of tripadvisor-swift, reference 0.5.4 (59e9ca), with Swift 6.1 for Linux on 30 Apr 2025 18:51:24 UTC.

Swift 6 data race errors: 0

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4609320-1":/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.61.2
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.1
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-1":/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:3bdcac04179f4ed3e5b8e9dbd6e74bbf5ebc0f4fde48bbaad7d1e5c757e65bcb
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.1-latest
Fetching https://github.com/zunda-pixel/swift-currency
Fetching https://github.com/pointfreeco/swift-tagged
Fetching https://github.com/zunda-pixel/http-client
Fetching https://github.com/apple/swift-http-types
[1/106] Fetching http-client
[51/1010] Fetching http-client, swift-http-types
[955/2172] Fetching http-client, swift-http-types, swift-tagged
[1153/2190] Fetching http-client, swift-http-types, swift-tagged, swift-currency
Fetched https://github.com/apple/swift-http-types from cache (0.38s)
Fetched https://github.com/zunda-pixel/http-client from cache (0.38s)
Fetched https://github.com/pointfreeco/swift-tagged from cache (0.38s)
Fetched https://github.com/zunda-pixel/swift-currency from cache (0.38s)
Computing version for https://github.com/zunda-pixel/http-client
Computed https://github.com/zunda-pixel/http-client at 0.3.0 (0.83s)
Computing version for https://github.com/zunda-pixel/swift-currency
Computed https://github.com/zunda-pixel/swift-currency at 0.0.1 (0.46s)
Computing version for https://github.com/pointfreeco/swift-tagged
Computed https://github.com/pointfreeco/swift-tagged at 0.10.0 (1.85s)
Computing version for https://github.com/apple/swift-http-types
Computed https://github.com/apple/swift-http-types at 1.4.0 (0.44s)
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
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/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/apple/swift-http-types
Working copy of https://github.com/apple/swift-http-types resolved at 1.4.0
Building for debugging...
[0/7] Write sources
[6/7] Write swift-version-24593BA9C3E375BF.txt
[8/20] Emitting module Currency
[9/20] Emitting module HTTPTypes
[10/21] Compiling Currency Currency.swift
[11/22] Compiling HTTPTypes ISOLatin1String.swift
[13/22] Compiling HTTPTypes HTTPField.swift
[14/22] Compiling HTTPTypes HTTPRequest.swift
[15/22] Compiling HTTPTypes HTTPResponse.swift
[16/22] Compiling HTTPTypes HTTPParsedFields.swift
[17/22] Compiling HTTPTypes NIOLock.swift
[18/22] Compiling Tagged UUID.swift
[19/22] Compiling Tagged Tagged.swift
[20/22] Emitting module Tagged
[22/23] Compiling HTTPTypes HTTPFieldName.swift
[23/23] Compiling HTTPTypes HTTPFields.swift
[25/30] Emitting module HTTPTypesFoundation
[26/30] Compiling HTTPTypesFoundation URLResponse+HTTPTypes.swift
[27/30] Compiling HTTPTypesFoundation URLRequest+HTTPTypes.swift
[28/30] Compiling HTTPTypesFoundation URLSession+HTTPTypes.swift
[29/30] Compiling HTTPTypesFoundation HTTPRequest+URL.swift
[30/30] Compiling HTTPTypesFoundation HTTPTypes+ISOLatin1.swift
[32/34] Emitting module HTTPClient
[33/34] Compiling HTTPClient HTTPClient.swift
[34/34] Compiling HTTPClient URLSesssion++.swift
[36/65] Compiling TripadvisorKit LocationReviews.swift
[37/65] Compiling TripadvisorKit PhotoSourceFilter.swift
[38/65] Compiling TripadvisorKit Radius.swift
[39/65] Compiling TripadvisorKit SearchLocation.swift
[40/69] Compiling TripadvisorKit Category.swift
[41/69] Compiling TripadvisorKit Language.swift
[42/69] Compiling TripadvisorKit LocationDetail.swift
[43/69] Compiling TripadvisorKit LocationPhotos.swift
[44/69] Compiling TripadvisorKit LocationPoint.swift
[45/69] Compiling TripadvisorKit LocationsResponse.swift
[46/69] Compiling TripadvisorKit PhotosResponse.swift
[47/69] Compiling TripadvisorKit ReviewsResponse.swift
[48/69] Compiling TripadvisorKit TripadvisorKit.swift
[49/69] Compiling TripadvisorKit LocationReviewsRequest.swift
[50/69] Compiling TripadvisorKit Request.swift
[51/69] Compiling TripadvisorKit SearchLocationsRequest.swift
[52/69] Compiling TripadvisorKit SearchNearLocationsRequest.swift
[53/69] Compiling TripadvisorKit Ancestor.swift
[54/69] Compiling TripadvisorKit Hours.swift
[55/69] Compiling TripadvisorKit Image.swift
[56/69] Compiling TripadvisorKit LabelContent.swift
[57/69] Compiling TripadvisorKit SearchNearLocation.swift
[58/69] Compiling TripadvisorKit Constants.swift
[59/69] Compiling TripadvisorKit JSONDecoder++.swift
[60/69] Compiling TripadvisorKit Address.swift
[61/69] Compiling TripadvisorKit Review.swift
[62/69] Compiling TripadvisorKit User.swift
[63/69] Compiling TripadvisorKit LocationDetailRequest.swift
[64/69] Compiling TripadvisorKit LocationPhotosRequest.swift
[65/69] Emitting module TripadvisorKit
[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.23s)
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.1-latest: Pulling from finestructure/spi-images
Digest: sha256:3bdcac04179f4ed3e5b8e9dbd6e74bbf5ebc0f4fde48bbaad7d1e5c757e65bcb
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.1-latest
Done.