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 tripadvisor-swift, reference main (1b432a), with Swift 6.1 for macOS (SPM) on 2 Dec 2025 07:09:22 UTC.

Swift 6 data race errors: 0

Build Command

env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats

Build Log

========================================
RunAll
========================================
Builder version: 4.68.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/zunda-pixel/tripadvisor-swift.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/zunda-pixel/tripadvisor-swift
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at 1b432a5 Bump actions/checkout from 5 to 6 (#37)
Cloned https://github.com/zunda-pixel/tripadvisor-swift.git
Revision (git rev-parse @):
1b432a535ee11e5555c3b1f8e8b7a1f4cec86250
SUCCESS checkout https://github.com/zunda-pixel/tripadvisor-swift.git at main
========================================
Build
========================================
Selected platform:         macosSpm
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
{
  "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" : "/Users/admin/builder/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 ...
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats
Building for debugging...
[0/7] Write sources
[6/7] Write swift-version-2F0A5646E1D333AE.txt
[8/22] Emitting module Currency
[9/22] Compiling Currency Currency.swift
[10/22] Compiling HTTPTypes HTTPResponse.swift
[11/22] Compiling HTTPTypes ISOLatin1String.swift
[12/22] Compiling HTTPTypes HTTPRequest.swift
[13/22] Compiling HTTPTypes NIOLock.swift
[14/22] Emitting module Tagged
[15/22] Compiling HTTPTypes HTTPFields.swift
[16/22] Compiling HTTPTypes HTTPParsedFields.swift
[17/22] Compiling HTTPTypes HTTPFieldName.swift
[18/22] Compiling HTTPTypes HTTPField.swift
[19/22] Emitting module HTTPTypes
[20/22] Compiling HTTPTypes HTTPRequest+URL.swift
[21/22] Compiling Tagged Tagged.swift
[22/22] Compiling Tagged UUID.swift
[23/28] Compiling HTTPTypesFoundation HTTPTypesFoundation.swift
[24/28] Compiling HTTPTypesFoundation URLRequest+HTTPTypes.swift
[25/28] Compiling HTTPTypesFoundation URLSession+HTTPTypes.swift
[26/28] Compiling HTTPTypesFoundation HTTPTypes+ISOLatin1.swift
[27/28] Emitting module HTTPTypesFoundation
[28/28] Compiling HTTPTypesFoundation URLResponse+HTTPTypes.swift
[29/31] Emitting module HTTPClient
[30/31] Compiling HTTPClient HTTPClient.swift
[31/31] Compiling HTTPClient URLSesssion++.swift
[32/62] Emitting module TripadvisorKit
[33/65] Compiling TripadvisorKit Category.swift
[34/65] Compiling TripadvisorKit Language.swift
[35/65] Compiling TripadvisorKit LocationDetail.swift
[36/65] Compiling TripadvisorKit LocationPhotos.swift
[37/65] Compiling TripadvisorKit SearchLocationsRequest.swift
[38/65] Compiling TripadvisorKit SearchNearLocationsRequest.swift
[39/65] Compiling TripadvisorKit LocationsResponse.swift
[40/65] Compiling TripadvisorKit SearchLocation.swift
[41/65] Compiling TripadvisorKit SearchNearLocation.swift
[42/65] Compiling TripadvisorKit Constants.swift
[43/65] Compiling TripadvisorKit JSONDecoder++.swift
[44/65] Compiling TripadvisorKit LocationPhotosRequest.swift
[45/65] Compiling TripadvisorKit LocationReviewsRequest.swift
[46/65] Compiling TripadvisorKit Request.swift
[47/65] Compiling TripadvisorKit Address.swift
[48/65] Compiling TripadvisorKit Ancestor.swift
[49/65] Compiling TripadvisorKit Hours.swift
[50/65] Compiling TripadvisorKit PhotosResponse.swift
[51/65] Compiling TripadvisorKit ReviewsResponse.swift
[52/65] Compiling TripadvisorKit TripadvisorKit.swift
[53/65] Compiling TripadvisorKit LocationPoint.swift
[54/65] Compiling TripadvisorKit LocationReviews.swift
[55/65] Compiling TripadvisorKit PhotoSourceFilter.swift
[56/65] Compiling TripadvisorKit Radius.swift
[57/65] Compiling TripadvisorKit Period.swift
[58/65] Compiling TripadvisorKit Photo.swift
[59/65] Compiling TripadvisorKit Ranking.swift
[60/65] Compiling TripadvisorKit Review.swift
[61/65] Compiling TripadvisorKit User.swift
[62/65] Compiling TripadvisorKit LocationDetailRequest.swift
[63/65] Compiling TripadvisorKit Image.swift
[64/65] Compiling TripadvisorKit LabelContent.swift
[65/65] Compiling TripadvisorKit Location.swift
Build complete! (17.18s)
Fetching https://github.com/pointfreeco/swift-tagged
Fetching https://github.com/zunda-pixel/swift-currency
Fetching https://github.com/zunda-pixel/http-client
Fetching https://github.com/apple/swift-http-types from cache
[1/18] Fetching swift-currency
[4/1236] Fetching swift-currency, swift-tagged
[129/1392] Fetching swift-currency, swift-tagged, http-client
Fetched https://github.com/zunda-pixel/swift-currency from cache (0.76s)
[621/1374] Fetching swift-tagged, http-client
Fetched https://github.com/apple/swift-http-types from cache (0.79s)
Fetched https://github.com/zunda-pixel/http-client from cache (0.87s)
Fetched https://github.com/pointfreeco/swift-tagged from cache (0.87s)
Computing version for https://github.com/zunda-pixel/swift-currency
Computed https://github.com/zunda-pixel/swift-currency at 0.0.1 (1.38s)
Computing version for https://github.com/pointfreeco/swift-tagged
Computed https://github.com/pointfreeco/swift-tagged at 0.10.0 (3.29s)
Computing version for https://github.com/zunda-pixel/http-client
Computed https://github.com/zunda-pixel/http-client at 0.3.1 (0.49s)
Computing version for https://github.com/apple/swift-http-types
Computed https://github.com/apple/swift-http-types at 1.5.1 (0.49s)
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.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/apple/swift-http-types
Working copy of https://github.com/apple/swift-http-types resolved at 1.5.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
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" : "/Users/admin/builder/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"
}
Done.