The Swift Package Index logo.Swift Package Index

Build Information

Successful build of StadiaMaps, reference 8.1.0 (893ed7), with Swift 6.0 for macOS (SPM) on 27 Apr 2026 10:33:26 UTC.

Swift 6 data race errors: 0

Build Command

env DEVELOPER_DIR=/Applications/Xcode-16.2.0.app xcrun swift build --arch arm64

Build Log

========================================
RunAll
========================================
Builder version: 4.70.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/stadiamaps/stadiamaps-api-swift.git
Reference: 8.1.0
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/stadiamaps/stadiamaps-api-swift
 * tag               8.1.0      -> FETCH_HEAD
HEAD is now at 893ed79 Add new structured geocoding API fields
Cloned https://github.com/stadiamaps/stadiamaps-api-swift.git
Revision (git rev-parse @):
893ed799f9e04697d571f511123966b016f5391a
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/stadiamaps/stadiamaps-api-swift.git at 8.1.0
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.0
Building package at path:  $PWD
https://github.com/stadiamaps/stadiamaps-api-swift.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.2.0.app xcrun swift build --arch arm64
Building for debugging...
[0/3] Write sources
[2/3] Write swift-version-5BDAB9E9C0126B9D.txt
[4/7] Compiling AnyCodable AnyDecodable.swift
[5/7] Compiling AnyCodable AnyCodable.swift
[6/7] Emitting module AnyCodable
[7/7] Compiling AnyCodable AnyEncodable.swift
[8/152] Compiling StadiaMaps EdgeSign.swift
[9/152] Compiling StadiaMaps EdgeUse.swift
[10/152] Compiling StadiaMaps EndNode.swift
[11/152] Compiling StadiaMaps ExtendedDirectionsOptions.swift
[12/152] Compiling StadiaMaps FeaturePropertiesV2.swift
[13/152] Compiling StadiaMaps FeaturePropertiesV2Properties.swift
[14/152] Compiling StadiaMaps FoursquareAddendum.swift
[15/152] Compiling StadiaMaps GeoAttributes.swift
[16/152] Compiling StadiaMaps GeoJSONGeometry.swift
[17/152] Compiling StadiaMaps GeoJSONGeometryBase.swift
[18/152] Compiling StadiaMaps GeoJSONLineString.swift
[19/152] Compiling StadiaMaps GeoJSONPoint.swift
[20/152] Compiling StadiaMaps GeoJSONPolygon.swift
[21/152] Compiling StadiaMaps GeocodeResponse.swift
[22/152] Compiling StadiaMaps GeocodeResponseEnvelopePropertiesV2.swift
[23/152] Compiling StadiaMaps GeocodingGeoJSONFeature.swift
[24/168] Compiling StadiaMaps OsrmBannerComponent.swift
[25/168] Compiling StadiaMaps OsrmBannerContent.swift
[26/168] Compiling StadiaMaps OsrmBannerInstruction.swift
[27/168] Compiling StadiaMaps OsrmBaseApiResponse.swift
[28/168] Compiling StadiaMaps OsrmGuidanceModifier.swift
[29/168] Compiling StadiaMaps OsrmIntersection.swift
[30/168] Compiling StadiaMaps OsrmLane.swift
[31/168] Compiling StadiaMaps OsrmRoute.swift
[32/168] Compiling StadiaMaps OsrmRouteLeg.swift
[33/168] Compiling StadiaMaps OsrmRouteResponse.swift
[34/168] Compiling StadiaMaps OsrmRouteStep.swift
[35/168] Compiling StadiaMaps OsrmSpeedLimit.swift
[36/168] Compiling StadiaMaps OsrmStepManeuver.swift
[37/168] Compiling StadiaMaps OsrmViaWaypoint.swift
[38/168] Compiling StadiaMaps OsrmVoiceInstruction.swift
[39/168] Compiling StadiaMaps OsrmWaypoint.swift
[40/168] Compiling StadiaMaps APIHelper.swift
/Users/admin/builder/spi-builder-workspace/Sources/StadiaMaps/Extensions.swift:132:1: warning: extension declares a conformance of imported type 'String' to imported protocol 'CodingKey'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
130 | }
131 |
132 | extension String: CodingKey {
    | |- warning: extension declares a conformance of imported type 'String' to imported protocol 'CodingKey'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
    | `- note: add '@retroactive' to silence this warning
133 |     public var stringValue: String {
134 |         self
[41/168] Compiling StadiaMaps APIs.swift
/Users/admin/builder/spi-builder-workspace/Sources/StadiaMaps/Extensions.swift:132:1: warning: extension declares a conformance of imported type 'String' to imported protocol 'CodingKey'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
130 | }
131 |
132 | extension String: CodingKey {
    | |- warning: extension declares a conformance of imported type 'String' to imported protocol 'CodingKey'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
    | `- note: add '@retroactive' to silence this warning
133 |     public var stringValue: String {
134 |         self
[42/168] Compiling StadiaMaps GeocodingAPI.swift
/Users/admin/builder/spi-builder-workspace/Sources/StadiaMaps/Extensions.swift:132:1: warning: extension declares a conformance of imported type 'String' to imported protocol 'CodingKey'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
130 | }
131 |
132 | extension String: CodingKey {
    | |- warning: extension declares a conformance of imported type 'String' to imported protocol 'CodingKey'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
    | `- note: add '@retroactive' to silence this warning
133 |     public var stringValue: String {
134 |         self
[43/168] Compiling StadiaMaps GeospatialAPI.swift
/Users/admin/builder/spi-builder-workspace/Sources/StadiaMaps/Extensions.swift:132:1: warning: extension declares a conformance of imported type 'String' to imported protocol 'CodingKey'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
130 | }
131 |
132 | extension String: CodingKey {
    | |- warning: extension declares a conformance of imported type 'String' to imported protocol 'CodingKey'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
    | `- note: add '@retroactive' to silence this warning
133 |     public var stringValue: String {
134 |         self
[44/168] Compiling StadiaMaps RoutingAPI.swift
/Users/admin/builder/spi-builder-workspace/Sources/StadiaMaps/Extensions.swift:132:1: warning: extension declares a conformance of imported type 'String' to imported protocol 'CodingKey'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
130 | }
131 |
132 | extension String: CodingKey {
    | |- warning: extension declares a conformance of imported type 'String' to imported protocol 'CodingKey'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
    | `- note: add '@retroactive' to silence this warning
133 |     public var stringValue: String {
134 |         self
[45/168] Compiling StadiaMaps CodableHelper.swift
/Users/admin/builder/spi-builder-workspace/Sources/StadiaMaps/Extensions.swift:132:1: warning: extension declares a conformance of imported type 'String' to imported protocol 'CodingKey'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
130 | }
131 |
132 | extension String: CodingKey {
    | |- warning: extension declares a conformance of imported type 'String' to imported protocol 'CodingKey'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
    | `- note: add '@retroactive' to silence this warning
133 |     public var stringValue: String {
134 |         self
[46/168] Compiling StadiaMaps Configuration.swift
/Users/admin/builder/spi-builder-workspace/Sources/StadiaMaps/Extensions.swift:132:1: warning: extension declares a conformance of imported type 'String' to imported protocol 'CodingKey'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
130 | }
131 |
132 | extension String: CodingKey {
    | |- warning: extension declares a conformance of imported type 'String' to imported protocol 'CodingKey'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
    | `- note: add '@retroactive' to silence this warning
133 |     public var stringValue: String {
134 |         self
[47/168] Compiling StadiaMaps Extensions.swift
/Users/admin/builder/spi-builder-workspace/Sources/StadiaMaps/Extensions.swift:132:1: warning: extension declares a conformance of imported type 'String' to imported protocol 'CodingKey'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
130 | }
131 |
132 | extension String: CodingKey {
    | |- warning: extension declares a conformance of imported type 'String' to imported protocol 'CodingKey'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
    | `- note: add '@retroactive' to silence this warning
133 |     public var stringValue: String {
134 |         self
[48/168] Compiling StadiaMaps JSONDataEncoding.swift
/Users/admin/builder/spi-builder-workspace/Sources/StadiaMaps/Extensions.swift:132:1: warning: extension declares a conformance of imported type 'String' to imported protocol 'CodingKey'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
130 | }
131 |
132 | extension String: CodingKey {
    | |- warning: extension declares a conformance of imported type 'String' to imported protocol 'CodingKey'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
    | `- note: add '@retroactive' to silence this warning
133 |     public var stringValue: String {
134 |         self
[49/168] Compiling StadiaMaps JSONEncodingHelper.swift
/Users/admin/builder/spi-builder-workspace/Sources/StadiaMaps/Extensions.swift:132:1: warning: extension declares a conformance of imported type 'String' to imported protocol 'CodingKey'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
130 | }
131 |
132 | extension String: CodingKey {
    | |- warning: extension declares a conformance of imported type 'String' to imported protocol 'CodingKey'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
    | `- note: add '@retroactive' to silence this warning
133 |     public var stringValue: String {
134 |         self
[50/168] Compiling StadiaMaps Models.swift
/Users/admin/builder/spi-builder-workspace/Sources/StadiaMaps/Extensions.swift:132:1: warning: extension declares a conformance of imported type 'String' to imported protocol 'CodingKey'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
130 | }
131 |
132 | extension String: CodingKey {
    | |- warning: extension declares a conformance of imported type 'String' to imported protocol 'CodingKey'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
    | `- note: add '@retroactive' to silence this warning
133 |     public var stringValue: String {
134 |         self
[51/168] Compiling StadiaMaps Access.swift
/Users/admin/builder/spi-builder-workspace/Sources/StadiaMaps/Extensions.swift:132:1: warning: extension declares a conformance of imported type 'String' to imported protocol 'CodingKey'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
130 | }
131 |
132 | extension String: CodingKey {
    | |- warning: extension declares a conformance of imported type 'String' to imported protocol 'CodingKey'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
    | `- note: add '@retroactive' to silence this warning
133 |     public var stringValue: String {
134 |         self
[52/168] Compiling StadiaMaps AddendumV2.swift
/Users/admin/builder/spi-builder-workspace/Sources/StadiaMaps/Extensions.swift:132:1: warning: extension declares a conformance of imported type 'String' to imported protocol 'CodingKey'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
130 | }
131 |
132 | extension String: CodingKey {
    | |- warning: extension declares a conformance of imported type 'String' to imported protocol 'CodingKey'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
    | `- note: add '@retroactive' to silence this warning
133 |     public var stringValue: String {
134 |         self
[53/168] Compiling StadiaMaps AddressComponentsV2.swift
/Users/admin/builder/spi-builder-workspace/Sources/StadiaMaps/Extensions.swift:132:1: warning: extension declares a conformance of imported type 'String' to imported protocol 'CodingKey'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
130 | }
131 |
132 | extension String: CodingKey {
    | |- warning: extension declares a conformance of imported type 'String' to imported protocol 'CodingKey'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
    | `- note: add '@retroactive' to silence this warning
133 |     public var stringValue: String {
134 |         self
[54/168] Compiling StadiaMaps AdminRegion.swift
/Users/admin/builder/spi-builder-workspace/Sources/StadiaMaps/Extensions.swift:132:1: warning: extension declares a conformance of imported type 'String' to imported protocol 'CodingKey'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
130 | }
131 |
132 | extension String: CodingKey {
    | |- warning: extension declares a conformance of imported type 'String' to imported protocol 'CodingKey'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
    | `- note: add '@retroactive' to silence this warning
133 |     public var stringValue: String {
134 |         self
[55/168] Compiling StadiaMaps Administrative.swift
/Users/admin/builder/spi-builder-workspace/Sources/StadiaMaps/Extensions.swift:132:1: warning: extension declares a conformance of imported type 'String' to imported protocol 'CodingKey'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
130 | }
131 |
132 | extension String: CodingKey {
    | |- warning: extension declares a conformance of imported type 'String' to imported protocol 'CodingKey'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
    | `- note: add '@retroactive' to silence this warning
133 |     public var stringValue: String {
134 |         self
[56/168] Compiling StadiaMaps RoutingLanguages.swift
[57/168] Compiling StadiaMaps RoutingLongUnits.swift
[58/168] Compiling StadiaMaps RoutingResponseWaypoint.swift
[59/168] Compiling StadiaMaps RoutingWaypoint.swift
[60/168] Compiling StadiaMaps RoutingWaypointAllOfSearchFilter.swift
[61/168] Compiling StadiaMaps SearchQuery.swift
[62/168] Compiling StadiaMaps SearchStructuredQuery.swift
[63/168] Compiling StadiaMaps ShapeFormat.swift
[64/168] Compiling StadiaMaps SimpleRoutingWaypoint.swift
[65/168] Compiling StadiaMaps SourceAttribution.swift
[66/168] Compiling StadiaMaps SourceId.swift
[67/168] Compiling StadiaMaps Speeds.swift
[68/168] Compiling StadiaMaps TimeConstraintV1.swift
[69/168] Compiling StadiaMaps TraceAttributeFilterOptions.swift
[70/168] Compiling StadiaMaps TraceAttributeKey.swift
[71/168] Compiling StadiaMaps TraceAttributesBaseResponse.swift
[72/168] Compiling StadiaMaps PedestrianCostingOptions.swift
[73/168] Compiling StadiaMaps PedestrianType.swift
[74/168] Compiling StadiaMaps Point.swift
[75/168] Compiling StadiaMaps Precision.swift
[76/168] Compiling StadiaMaps PropertiesV2.swift
[77/168] Compiling StadiaMaps Restrictions.swift
[78/168] Compiling StadiaMaps ReverseQuery.swift
[79/168] Compiling StadiaMaps RoadClass.swift
[80/168] Compiling StadiaMaps Route200Response.swift
[81/168] Compiling StadiaMaps RouteLeg.swift
[82/168] Compiling StadiaMaps RouteManeuver.swift
[83/168] Compiling StadiaMaps RouteRequest.swift
[84/168] Compiling StadiaMaps RouteResponse.swift
[85/168] Compiling StadiaMaps RouteResponseAlternatesInner.swift
[86/168] Compiling StadiaMaps RouteSummary.swift
[87/168] Compiling StadiaMaps RouteTrip.swift
[88/168] Compiling StadiaMaps IsochroneResponse.swift
[89/168] Compiling StadiaMaps LayerId.swift
[90/168] Compiling StadiaMaps LocateDetailedEdge.swift
[91/168] Compiling StadiaMaps LocateEdge.swift
[92/168] Compiling StadiaMaps LocateEdgeInfo.swift
[93/168] Compiling StadiaMaps LocateNode.swift
[94/168] Compiling StadiaMaps LocateObject.swift
[95/168] Compiling StadiaMaps LowSpeedVehicleCostingOptions.swift
[96/168] Compiling StadiaMaps ManeuverSign.swift
[97/168] Compiling StadiaMaps ManeuverSignElement.swift
[98/168] Compiling StadiaMaps MapMatchCostingModel.swift
[99/168] Compiling StadiaMaps MapMatchRequest.swift
[100/168] Compiling StadiaMaps MapMatchRouteResponse.swift
[101/168] Compiling StadiaMaps MapMatchTraceOptions.swift
[102/168] Compiling StadiaMaps MapMatchWaypoint.swift
[103/168] Compiling StadiaMaps MatchType.swift
[104/168] Compiling StadiaMaps GeocodingGeoJSONProperties.swift
[105/168] Compiling StadiaMaps GeocodingGeoJSONPropertiesAddendum.swift
[106/168] Compiling StadiaMaps GeocodingGeoJSONPropertiesAddendumOsm.swift
[107/168] Compiling StadiaMaps GeocodingLayer.swift
[108/168] Compiling StadiaMaps GeocodingMeta.swift
[109/168] Compiling StadiaMaps GeocodingObject.swift
[110/168] Compiling StadiaMaps GeocodingSource.swift
[111/168] Compiling StadiaMaps GeonamesAddendum.swift
[112/168] Compiling StadiaMaps HeightRequest.swift
[113/168] Compiling StadiaMaps HeightResponse.swift
[114/168] Compiling StadiaMaps HighwayClassification.swift
[115/168] Compiling StadiaMaps IntersectingEdge.swift
[116/168] Compiling StadiaMaps IsochroneCostingModel.swift
[117/168] Compiling StadiaMaps IsochroneFeature.swift
[118/168] Compiling StadiaMaps IsochroneProperties.swift
[119/168] Compiling StadiaMaps IsochroneRequest.swift
[120/168] Compiling StadiaMaps AnnotationFilters.swift
[121/168] Compiling StadiaMaps AutoCostingOptions.swift
[122/168] Compiling StadiaMaps BaseCostingOptions.swift
[123/168] Compiling StadiaMaps BaseTraceRequest.swift
[124/168] Compiling StadiaMaps BicycleCostingOptions.swift
[125/168] Compiling StadiaMaps BikeNetwork.swift
[126/168] Compiling StadiaMaps BulkRequest.swift
[127/168] Compiling StadiaMaps BulkRequestQuery.swift
[128/168] Compiling StadiaMaps BulkSearchResponse.swift
[129/168] Compiling StadiaMaps Context.swift
[130/168] Compiling StadiaMaps Contour.swift
[131/168] Compiling StadiaMaps Coordinate.swift
[132/168] Compiling StadiaMaps CostingModel.swift
[133/168] Compiling StadiaMaps CostingOptions.swift
[134/168] Compiling StadiaMaps DirectionsOptions.swift
[135/168] Compiling StadiaMaps DistanceUnit.swift
[136/168] Compiling StadiaMaps MatchedPoint.swift
[137/168] Compiling StadiaMaps MatrixCostingModel.swift
[138/168] Compiling StadiaMaps MatrixDistance.swift
[139/168] Compiling StadiaMaps MatrixRequest.swift
[140/168] Compiling StadiaMaps MatrixResponse.swift
[141/168] Compiling StadiaMaps MatrixWaypoint.swift
[142/168] Compiling StadiaMaps MotorScooterCostingOptions.swift
[143/168] Compiling StadiaMaps MotorcycleCostingOptions.swift
[144/168] Compiling StadiaMaps NearestRoadsCostingModel.swift
[145/168] Compiling StadiaMaps NearestRoadsRequest.swift
[146/168] Compiling StadiaMaps NodeId.swift
[147/168] Compiling StadiaMaps NodeType.swift
[148/168] Compiling StadiaMaps OpenStreetMapAddendum.swift
[149/168] Compiling StadiaMaps OptimizedRouteRequest.swift
[150/168] Compiling StadiaMaps OsrmAdmin.swift
[151/168] Compiling StadiaMaps OsrmAnnotation.swift
[152/168] Emitting module StadiaMaps
/Users/admin/builder/spi-builder-workspace/Sources/StadiaMaps/Extensions.swift:132:1: warning: extension declares a conformance of imported type 'String' to imported protocol 'CodingKey'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
130 | }
131 |
132 | extension String: CodingKey {
    | |- warning: extension declares a conformance of imported type 'String' to imported protocol 'CodingKey'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
    | `- note: add '@retroactive' to silence this warning
133 |     public var stringValue: String {
134 |         self
/Users/admin/builder/spi-builder-workspace/Sources/StadiaMaps/OpenISO8601DateFormatter.swift:11:14: warning: class 'OpenISO8601DateFormatter' must restate inherited '@unchecked Sendable' conformance
 9 |
10 | /// https://stackoverflow.com/a/50281094/976628
11 | public class OpenISO8601DateFormatter: DateFormatter {
   |              `- warning: class 'OpenISO8601DateFormatter' must restate inherited '@unchecked Sendable' conformance
12 |     static let withoutSeconds: DateFormatter = {
13 |         let formatter = DateFormatter()
[153/168] Compiling StadiaMaps TraceAttributesRequest.swift
/Users/admin/builder/spi-builder-workspace/Sources/StadiaMaps/Models/TzResponse.swift:31:14: warning: 'dstOffset' is deprecated: This property is deprecated.
29 |         self.tzId = tzId
30 |         self.baseUtcOffset = baseUtcOffset
31 |         self.dstOffset = dstOffset
   |              `- warning: 'dstOffset' is deprecated: This property is deprecated.
32 |         self.timestamp = timestamp
33 |         self.localRfc2822Timestamp = localRfc2822Timestamp
/Users/admin/builder/spi-builder-workspace/Sources/StadiaMaps/Models/TzResponse.swift:52:30: warning: 'dstOffset' is deprecated: This property is deprecated.
50 |         try container.encode(tzId, forKey: .tzId)
51 |         try container.encode(baseUtcOffset, forKey: .baseUtcOffset)
52 |         try container.encode(dstOffset, forKey: .dstOffset)
   |                              `- warning: 'dstOffset' is deprecated: This property is deprecated.
53 |         try container.encode(timestamp, forKey: .timestamp)
54 |         try container.encodeIfPresent(localRfc2822Timestamp, forKey: .localRfc2822Timestamp)
/Users/admin/builder/spi-builder-workspace/Sources/StadiaMaps/OpenISO8601DateFormatter.swift:11:14: warning: class 'OpenISO8601DateFormatter' must restate inherited '@unchecked Sendable' conformance
 9 |
10 | /// https://stackoverflow.com/a/50281094/976628
11 | public class OpenISO8601DateFormatter: DateFormatter {
   |              `- warning: class 'OpenISO8601DateFormatter' must restate inherited '@unchecked Sendable' conformance
12 |     static let withoutSeconds: DateFormatter = {
13 |         let formatter = DateFormatter()
/Users/admin/builder/spi-builder-workspace/Sources/StadiaMaps/URLSessionImplementations.swift:159:21: warning: capture of 'self' with non-sendable type 'URLSessionRequestBuilder<T>' in a `@Sendable` closure
 65 | private var credentialStore = SynchronizedDictionary<Int, URLCredential>()
 66 |
 67 | open class URLSessionRequestBuilder<T>: RequestBuilder<T> {
    |            `- note: generic class 'URLSessionRequestBuilder' does not conform to the 'Sendable' protocol
 68 |     /**
 69 |      May be assigned if you want to control the authentication challenges.
    :
157 |             let dataTask = urlSession.dataTaskFromProtocol(with: request) { data, response, error in
158 |                 apiResponseQueue.async {
159 |                     self.processRequestResponse(urlRequest: request, data: data, response: response, error: error, completion: completion)
    |                     `- warning: capture of 'self' with non-sendable type 'URLSessionRequestBuilder<T>' in a `@Sendable` closure
160 |                     cleanupRequest()
161 |                 }
[154/168] Compiling StadiaMaps TraceAttributesResponse.swift
/Users/admin/builder/spi-builder-workspace/Sources/StadiaMaps/Models/TzResponse.swift:31:14: warning: 'dstOffset' is deprecated: This property is deprecated.
29 |         self.tzId = tzId
30 |         self.baseUtcOffset = baseUtcOffset
31 |         self.dstOffset = dstOffset
   |              `- warning: 'dstOffset' is deprecated: This property is deprecated.
32 |         self.timestamp = timestamp
33 |         self.localRfc2822Timestamp = localRfc2822Timestamp
/Users/admin/builder/spi-builder-workspace/Sources/StadiaMaps/Models/TzResponse.swift:52:30: warning: 'dstOffset' is deprecated: This property is deprecated.
50 |         try container.encode(tzId, forKey: .tzId)
51 |         try container.encode(baseUtcOffset, forKey: .baseUtcOffset)
52 |         try container.encode(dstOffset, forKey: .dstOffset)
   |                              `- warning: 'dstOffset' is deprecated: This property is deprecated.
53 |         try container.encode(timestamp, forKey: .timestamp)
54 |         try container.encodeIfPresent(localRfc2822Timestamp, forKey: .localRfc2822Timestamp)
/Users/admin/builder/spi-builder-workspace/Sources/StadiaMaps/OpenISO8601DateFormatter.swift:11:14: warning: class 'OpenISO8601DateFormatter' must restate inherited '@unchecked Sendable' conformance
 9 |
10 | /// https://stackoverflow.com/a/50281094/976628
11 | public class OpenISO8601DateFormatter: DateFormatter {
   |              `- warning: class 'OpenISO8601DateFormatter' must restate inherited '@unchecked Sendable' conformance
12 |     static let withoutSeconds: DateFormatter = {
13 |         let formatter = DateFormatter()
/Users/admin/builder/spi-builder-workspace/Sources/StadiaMaps/URLSessionImplementations.swift:159:21: warning: capture of 'self' with non-sendable type 'URLSessionRequestBuilder<T>' in a `@Sendable` closure
 65 | private var credentialStore = SynchronizedDictionary<Int, URLCredential>()
 66 |
 67 | open class URLSessionRequestBuilder<T>: RequestBuilder<T> {
    |            `- note: generic class 'URLSessionRequestBuilder' does not conform to the 'Sendable' protocol
 68 |     /**
 69 |      May be assigned if you want to control the authentication challenges.
    :
157 |             let dataTask = urlSession.dataTaskFromProtocol(with: request) { data, response, error in
158 |                 apiResponseQueue.async {
159 |                     self.processRequestResponse(urlRequest: request, data: data, response: response, error: error, completion: completion)
    |                     `- warning: capture of 'self' with non-sendable type 'URLSessionRequestBuilder<T>' in a `@Sendable` closure
160 |                     cleanupRequest()
161 |                 }
[155/168] Compiling StadiaMaps TraceEdge.swift
/Users/admin/builder/spi-builder-workspace/Sources/StadiaMaps/Models/TzResponse.swift:31:14: warning: 'dstOffset' is deprecated: This property is deprecated.
29 |         self.tzId = tzId
30 |         self.baseUtcOffset = baseUtcOffset
31 |         self.dstOffset = dstOffset
   |              `- warning: 'dstOffset' is deprecated: This property is deprecated.
32 |         self.timestamp = timestamp
33 |         self.localRfc2822Timestamp = localRfc2822Timestamp
/Users/admin/builder/spi-builder-workspace/Sources/StadiaMaps/Models/TzResponse.swift:52:30: warning: 'dstOffset' is deprecated: This property is deprecated.
50 |         try container.encode(tzId, forKey: .tzId)
51 |         try container.encode(baseUtcOffset, forKey: .baseUtcOffset)
52 |         try container.encode(dstOffset, forKey: .dstOffset)
   |                              `- warning: 'dstOffset' is deprecated: This property is deprecated.
53 |         try container.encode(timestamp, forKey: .timestamp)
54 |         try container.encodeIfPresent(localRfc2822Timestamp, forKey: .localRfc2822Timestamp)
/Users/admin/builder/spi-builder-workspace/Sources/StadiaMaps/OpenISO8601DateFormatter.swift:11:14: warning: class 'OpenISO8601DateFormatter' must restate inherited '@unchecked Sendable' conformance
 9 |
10 | /// https://stackoverflow.com/a/50281094/976628
11 | public class OpenISO8601DateFormatter: DateFormatter {
   |              `- warning: class 'OpenISO8601DateFormatter' must restate inherited '@unchecked Sendable' conformance
12 |     static let withoutSeconds: DateFormatter = {
13 |         let formatter = DateFormatter()
/Users/admin/builder/spi-builder-workspace/Sources/StadiaMaps/URLSessionImplementations.swift:159:21: warning: capture of 'self' with non-sendable type 'URLSessionRequestBuilder<T>' in a `@Sendable` closure
 65 | private var credentialStore = SynchronizedDictionary<Int, URLCredential>()
 66 |
 67 | open class URLSessionRequestBuilder<T>: RequestBuilder<T> {
    |            `- note: generic class 'URLSessionRequestBuilder' does not conform to the 'Sendable' protocol
 68 |     /**
 69 |      May be assigned if you want to control the authentication challenges.
    :
157 |             let dataTask = urlSession.dataTaskFromProtocol(with: request) { data, response, error in
158 |                 apiResponseQueue.async {
159 |                     self.processRequestResponse(urlRequest: request, data: data, response: response, error: error, completion: completion)
    |                     `- warning: capture of 'self' with non-sendable type 'URLSessionRequestBuilder<T>' in a `@Sendable` closure
160 |                     cleanupRequest()
161 |                 }
[156/168] Compiling StadiaMaps TravelMode.swift
/Users/admin/builder/spi-builder-workspace/Sources/StadiaMaps/Models/TzResponse.swift:31:14: warning: 'dstOffset' is deprecated: This property is deprecated.
29 |         self.tzId = tzId
30 |         self.baseUtcOffset = baseUtcOffset
31 |         self.dstOffset = dstOffset
   |              `- warning: 'dstOffset' is deprecated: This property is deprecated.
32 |         self.timestamp = timestamp
33 |         self.localRfc2822Timestamp = localRfc2822Timestamp
/Users/admin/builder/spi-builder-workspace/Sources/StadiaMaps/Models/TzResponse.swift:52:30: warning: 'dstOffset' is deprecated: This property is deprecated.
50 |         try container.encode(tzId, forKey: .tzId)
51 |         try container.encode(baseUtcOffset, forKey: .baseUtcOffset)
52 |         try container.encode(dstOffset, forKey: .dstOffset)
   |                              `- warning: 'dstOffset' is deprecated: This property is deprecated.
53 |         try container.encode(timestamp, forKey: .timestamp)
54 |         try container.encodeIfPresent(localRfc2822Timestamp, forKey: .localRfc2822Timestamp)
/Users/admin/builder/spi-builder-workspace/Sources/StadiaMaps/OpenISO8601DateFormatter.swift:11:14: warning: class 'OpenISO8601DateFormatter' must restate inherited '@unchecked Sendable' conformance
 9 |
10 | /// https://stackoverflow.com/a/50281094/976628
11 | public class OpenISO8601DateFormatter: DateFormatter {
   |              `- warning: class 'OpenISO8601DateFormatter' must restate inherited '@unchecked Sendable' conformance
12 |     static let withoutSeconds: DateFormatter = {
13 |         let formatter = DateFormatter()
/Users/admin/builder/spi-builder-workspace/Sources/StadiaMaps/URLSessionImplementations.swift:159:21: warning: capture of 'self' with non-sendable type 'URLSessionRequestBuilder<T>' in a `@Sendable` closure
 65 | private var credentialStore = SynchronizedDictionary<Int, URLCredential>()
 66 |
 67 | open class URLSessionRequestBuilder<T>: RequestBuilder<T> {
    |            `- note: generic class 'URLSessionRequestBuilder' does not conform to the 'Sendable' protocol
 68 |     /**
 69 |      May be assigned if you want to control the authentication challenges.
    :
157 |             let dataTask = urlSession.dataTaskFromProtocol(with: request) { data, response, error in
158 |                 apiResponseQueue.async {
159 |                     self.processRequestResponse(urlRequest: request, data: data, response: response, error: error, completion: completion)
    |                     `- warning: capture of 'self' with non-sendable type 'URLSessionRequestBuilder<T>' in a `@Sendable` closure
160 |                     cleanupRequest()
161 |                 }
[157/168] Compiling StadiaMaps Traversability.swift
/Users/admin/builder/spi-builder-workspace/Sources/StadiaMaps/Models/TzResponse.swift:31:14: warning: 'dstOffset' is deprecated: This property is deprecated.
29 |         self.tzId = tzId
30 |         self.baseUtcOffset = baseUtcOffset
31 |         self.dstOffset = dstOffset
   |              `- warning: 'dstOffset' is deprecated: This property is deprecated.
32 |         self.timestamp = timestamp
33 |         self.localRfc2822Timestamp = localRfc2822Timestamp
/Users/admin/builder/spi-builder-workspace/Sources/StadiaMaps/Models/TzResponse.swift:52:30: warning: 'dstOffset' is deprecated: This property is deprecated.
50 |         try container.encode(tzId, forKey: .tzId)
51 |         try container.encode(baseUtcOffset, forKey: .baseUtcOffset)
52 |         try container.encode(dstOffset, forKey: .dstOffset)
   |                              `- warning: 'dstOffset' is deprecated: This property is deprecated.
53 |         try container.encode(timestamp, forKey: .timestamp)
54 |         try container.encodeIfPresent(localRfc2822Timestamp, forKey: .localRfc2822Timestamp)
/Users/admin/builder/spi-builder-workspace/Sources/StadiaMaps/OpenISO8601DateFormatter.swift:11:14: warning: class 'OpenISO8601DateFormatter' must restate inherited '@unchecked Sendable' conformance
 9 |
10 | /// https://stackoverflow.com/a/50281094/976628
11 | public class OpenISO8601DateFormatter: DateFormatter {
   |              `- warning: class 'OpenISO8601DateFormatter' must restate inherited '@unchecked Sendable' conformance
12 |     static let withoutSeconds: DateFormatter = {
13 |         let formatter = DateFormatter()
/Users/admin/builder/spi-builder-workspace/Sources/StadiaMaps/URLSessionImplementations.swift:159:21: warning: capture of 'self' with non-sendable type 'URLSessionRequestBuilder<T>' in a `@Sendable` closure
 65 | private var credentialStore = SynchronizedDictionary<Int, URLCredential>()
 66 |
 67 | open class URLSessionRequestBuilder<T>: RequestBuilder<T> {
    |            `- note: generic class 'URLSessionRequestBuilder' does not conform to the 'Sendable' protocol
 68 |     /**
 69 |      May be assigned if you want to control the authentication challenges.
    :
157 |             let dataTask = urlSession.dataTaskFromProtocol(with: request) { data, response, error in
158 |                 apiResponseQueue.async {
159 |                     self.processRequestResponse(urlRequest: request, data: data, response: response, error: error, completion: completion)
    |                     `- warning: capture of 'self' with non-sendable type 'URLSessionRequestBuilder<T>' in a `@Sendable` closure
160 |                     cleanupRequest()
161 |                 }
[158/168] Compiling StadiaMaps TruckCostingOptions.swift
/Users/admin/builder/spi-builder-workspace/Sources/StadiaMaps/Models/TzResponse.swift:31:14: warning: 'dstOffset' is deprecated: This property is deprecated.
29 |         self.tzId = tzId
30 |         self.baseUtcOffset = baseUtcOffset
31 |         self.dstOffset = dstOffset
   |              `- warning: 'dstOffset' is deprecated: This property is deprecated.
32 |         self.timestamp = timestamp
33 |         self.localRfc2822Timestamp = localRfc2822Timestamp
/Users/admin/builder/spi-builder-workspace/Sources/StadiaMaps/Models/TzResponse.swift:52:30: warning: 'dstOffset' is deprecated: This property is deprecated.
50 |         try container.encode(tzId, forKey: .tzId)
51 |         try container.encode(baseUtcOffset, forKey: .baseUtcOffset)
52 |         try container.encode(dstOffset, forKey: .dstOffset)
   |                              `- warning: 'dstOffset' is deprecated: This property is deprecated.
53 |         try container.encode(timestamp, forKey: .timestamp)
54 |         try container.encodeIfPresent(localRfc2822Timestamp, forKey: .localRfc2822Timestamp)
/Users/admin/builder/spi-builder-workspace/Sources/StadiaMaps/OpenISO8601DateFormatter.swift:11:14: warning: class 'OpenISO8601DateFormatter' must restate inherited '@unchecked Sendable' conformance
 9 |
10 | /// https://stackoverflow.com/a/50281094/976628
11 | public class OpenISO8601DateFormatter: DateFormatter {
   |              `- warning: class 'OpenISO8601DateFormatter' must restate inherited '@unchecked Sendable' conformance
12 |     static let withoutSeconds: DateFormatter = {
13 |         let formatter = DateFormatter()
/Users/admin/builder/spi-builder-workspace/Sources/StadiaMaps/URLSessionImplementations.swift:159:21: warning: capture of 'self' with non-sendable type 'URLSessionRequestBuilder<T>' in a `@Sendable` closure
 65 | private var credentialStore = SynchronizedDictionary<Int, URLCredential>()
 66 |
 67 | open class URLSessionRequestBuilder<T>: RequestBuilder<T> {
    |            `- note: generic class 'URLSessionRequestBuilder' does not conform to the 'Sendable' protocol
 68 |     /**
 69 |      May be assigned if you want to control the authentication challenges.
    :
157 |             let dataTask = urlSession.dataTaskFromProtocol(with: request) { data, response, error in
158 |                 apiResponseQueue.async {
159 |                     self.processRequestResponse(urlRequest: request, data: data, response: response, error: error, completion: completion)
    |                     `- warning: capture of 'self' with non-sendable type 'URLSessionRequestBuilder<T>' in a `@Sendable` closure
160 |                     cleanupRequest()
161 |                 }
[159/168] Compiling StadiaMaps TzResponse.swift
/Users/admin/builder/spi-builder-workspace/Sources/StadiaMaps/Models/TzResponse.swift:31:14: warning: 'dstOffset' is deprecated: This property is deprecated.
29 |         self.tzId = tzId
30 |         self.baseUtcOffset = baseUtcOffset
31 |         self.dstOffset = dstOffset
   |              `- warning: 'dstOffset' is deprecated: This property is deprecated.
32 |         self.timestamp = timestamp
33 |         self.localRfc2822Timestamp = localRfc2822Timestamp
/Users/admin/builder/spi-builder-workspace/Sources/StadiaMaps/Models/TzResponse.swift:52:30: warning: 'dstOffset' is deprecated: This property is deprecated.
50 |         try container.encode(tzId, forKey: .tzId)
51 |         try container.encode(baseUtcOffset, forKey: .baseUtcOffset)
52 |         try container.encode(dstOffset, forKey: .dstOffset)
   |                              `- warning: 'dstOffset' is deprecated: This property is deprecated.
53 |         try container.encode(timestamp, forKey: .timestamp)
54 |         try container.encodeIfPresent(localRfc2822Timestamp, forKey: .localRfc2822Timestamp)
/Users/admin/builder/spi-builder-workspace/Sources/StadiaMaps/OpenISO8601DateFormatter.swift:11:14: warning: class 'OpenISO8601DateFormatter' must restate inherited '@unchecked Sendable' conformance
 9 |
10 | /// https://stackoverflow.com/a/50281094/976628
11 | public class OpenISO8601DateFormatter: DateFormatter {
   |              `- warning: class 'OpenISO8601DateFormatter' must restate inherited '@unchecked Sendable' conformance
12 |     static let withoutSeconds: DateFormatter = {
13 |         let formatter = DateFormatter()
/Users/admin/builder/spi-builder-workspace/Sources/StadiaMaps/URLSessionImplementations.swift:159:21: warning: capture of 'self' with non-sendable type 'URLSessionRequestBuilder<T>' in a `@Sendable` closure
 65 | private var credentialStore = SynchronizedDictionary<Int, URLCredential>()
 66 |
 67 | open class URLSessionRequestBuilder<T>: RequestBuilder<T> {
    |            `- note: generic class 'URLSessionRequestBuilder' does not conform to the 'Sendable' protocol
 68 |     /**
 69 |      May be assigned if you want to control the authentication challenges.
    :
157 |             let dataTask = urlSession.dataTaskFromProtocol(with: request) { data, response, error in
158 |                 apiResponseQueue.async {
159 |                     self.processRequestResponse(urlRequest: request, data: data, response: response, error: error, completion: completion)
    |                     `- warning: capture of 'self' with non-sendable type 'URLSessionRequestBuilder<T>' in a `@Sendable` closure
160 |                     cleanupRequest()
161 |                 }
[160/168] Compiling StadiaMaps TzResponseV2.swift
/Users/admin/builder/spi-builder-workspace/Sources/StadiaMaps/Models/TzResponse.swift:31:14: warning: 'dstOffset' is deprecated: This property is deprecated.
29 |         self.tzId = tzId
30 |         self.baseUtcOffset = baseUtcOffset
31 |         self.dstOffset = dstOffset
   |              `- warning: 'dstOffset' is deprecated: This property is deprecated.
32 |         self.timestamp = timestamp
33 |         self.localRfc2822Timestamp = localRfc2822Timestamp
/Users/admin/builder/spi-builder-workspace/Sources/StadiaMaps/Models/TzResponse.swift:52:30: warning: 'dstOffset' is deprecated: This property is deprecated.
50 |         try container.encode(tzId, forKey: .tzId)
51 |         try container.encode(baseUtcOffset, forKey: .baseUtcOffset)
52 |         try container.encode(dstOffset, forKey: .dstOffset)
   |                              `- warning: 'dstOffset' is deprecated: This property is deprecated.
53 |         try container.encode(timestamp, forKey: .timestamp)
54 |         try container.encodeIfPresent(localRfc2822Timestamp, forKey: .localRfc2822Timestamp)
/Users/admin/builder/spi-builder-workspace/Sources/StadiaMaps/OpenISO8601DateFormatter.swift:11:14: warning: class 'OpenISO8601DateFormatter' must restate inherited '@unchecked Sendable' conformance
 9 |
10 | /// https://stackoverflow.com/a/50281094/976628
11 | public class OpenISO8601DateFormatter: DateFormatter {
   |              `- warning: class 'OpenISO8601DateFormatter' must restate inherited '@unchecked Sendable' conformance
12 |     static let withoutSeconds: DateFormatter = {
13 |         let formatter = DateFormatter()
/Users/admin/builder/spi-builder-workspace/Sources/StadiaMaps/URLSessionImplementations.swift:159:21: warning: capture of 'self' with non-sendable type 'URLSessionRequestBuilder<T>' in a `@Sendable` closure
 65 | private var credentialStore = SynchronizedDictionary<Int, URLCredential>()
 66 |
 67 | open class URLSessionRequestBuilder<T>: RequestBuilder<T> {
    |            `- note: generic class 'URLSessionRequestBuilder' does not conform to the 'Sendable' protocol
 68 |     /**
 69 |      May be assigned if you want to control the authentication challenges.
    :
157 |             let dataTask = urlSession.dataTaskFromProtocol(with: request) { data, response, error in
158 |                 apiResponseQueue.async {
159 |                     self.processRequestResponse(urlRequest: request, data: data, response: response, error: error, completion: completion)
    |                     `- warning: capture of 'self' with non-sendable type 'URLSessionRequestBuilder<T>' in a `@Sendable` closure
160 |                     cleanupRequest()
161 |                 }
[161/168] Compiling StadiaMaps Warning.swift
/Users/admin/builder/spi-builder-workspace/Sources/StadiaMaps/Models/TzResponse.swift:31:14: warning: 'dstOffset' is deprecated: This property is deprecated.
29 |         self.tzId = tzId
30 |         self.baseUtcOffset = baseUtcOffset
31 |         self.dstOffset = dstOffset
   |              `- warning: 'dstOffset' is deprecated: This property is deprecated.
32 |         self.timestamp = timestamp
33 |         self.localRfc2822Timestamp = localRfc2822Timestamp
/Users/admin/builder/spi-builder-workspace/Sources/StadiaMaps/Models/TzResponse.swift:52:30: warning: 'dstOffset' is deprecated: This property is deprecated.
50 |         try container.encode(tzId, forKey: .tzId)
51 |         try container.encode(baseUtcOffset, forKey: .baseUtcOffset)
52 |         try container.encode(dstOffset, forKey: .dstOffset)
   |                              `- warning: 'dstOffset' is deprecated: This property is deprecated.
53 |         try container.encode(timestamp, forKey: .timestamp)
54 |         try container.encodeIfPresent(localRfc2822Timestamp, forKey: .localRfc2822Timestamp)
/Users/admin/builder/spi-builder-workspace/Sources/StadiaMaps/OpenISO8601DateFormatter.swift:11:14: warning: class 'OpenISO8601DateFormatter' must restate inherited '@unchecked Sendable' conformance
 9 |
10 | /// https://stackoverflow.com/a/50281094/976628
11 | public class OpenISO8601DateFormatter: DateFormatter {
   |              `- warning: class 'OpenISO8601DateFormatter' must restate inherited '@unchecked Sendable' conformance
12 |     static let withoutSeconds: DateFormatter = {
13 |         let formatter = DateFormatter()
/Users/admin/builder/spi-builder-workspace/Sources/StadiaMaps/URLSessionImplementations.swift:159:21: warning: capture of 'self' with non-sendable type 'URLSessionRequestBuilder<T>' in a `@Sendable` closure
 65 | private var credentialStore = SynchronizedDictionary<Int, URLCredential>()
 66 |
 67 | open class URLSessionRequestBuilder<T>: RequestBuilder<T> {
    |            `- note: generic class 'URLSessionRequestBuilder' does not conform to the 'Sendable' protocol
 68 |     /**
 69 |      May be assigned if you want to control the authentication challenges.
    :
157 |             let dataTask = urlSession.dataTaskFromProtocol(with: request) { data, response, error in
158 |                 apiResponseQueue.async {
159 |                     self.processRequestResponse(urlRequest: request, data: data, response: response, error: error, completion: completion)
    |                     `- warning: capture of 'self' with non-sendable type 'URLSessionRequestBuilder<T>' in a `@Sendable` closure
160 |                     cleanupRequest()
161 |                 }
[162/168] Compiling StadiaMaps WhosOnFirstConcordances.swift
/Users/admin/builder/spi-builder-workspace/Sources/StadiaMaps/Models/TzResponse.swift:31:14: warning: 'dstOffset' is deprecated: This property is deprecated.
29 |         self.tzId = tzId
30 |         self.baseUtcOffset = baseUtcOffset
31 |         self.dstOffset = dstOffset
   |              `- warning: 'dstOffset' is deprecated: This property is deprecated.
32 |         self.timestamp = timestamp
33 |         self.localRfc2822Timestamp = localRfc2822Timestamp
/Users/admin/builder/spi-builder-workspace/Sources/StadiaMaps/Models/TzResponse.swift:52:30: warning: 'dstOffset' is deprecated: This property is deprecated.
50 |         try container.encode(tzId, forKey: .tzId)
51 |         try container.encode(baseUtcOffset, forKey: .baseUtcOffset)
52 |         try container.encode(dstOffset, forKey: .dstOffset)
   |                              `- warning: 'dstOffset' is deprecated: This property is deprecated.
53 |         try container.encode(timestamp, forKey: .timestamp)
54 |         try container.encodeIfPresent(localRfc2822Timestamp, forKey: .localRfc2822Timestamp)
/Users/admin/builder/spi-builder-workspace/Sources/StadiaMaps/OpenISO8601DateFormatter.swift:11:14: warning: class 'OpenISO8601DateFormatter' must restate inherited '@unchecked Sendable' conformance
 9 |
10 | /// https://stackoverflow.com/a/50281094/976628
11 | public class OpenISO8601DateFormatter: DateFormatter {
   |              `- warning: class 'OpenISO8601DateFormatter' must restate inherited '@unchecked Sendable' conformance
12 |     static let withoutSeconds: DateFormatter = {
13 |         let formatter = DateFormatter()
/Users/admin/builder/spi-builder-workspace/Sources/StadiaMaps/URLSessionImplementations.swift:159:21: warning: capture of 'self' with non-sendable type 'URLSessionRequestBuilder<T>' in a `@Sendable` closure
 65 | private var credentialStore = SynchronizedDictionary<Int, URLCredential>()
 66 |
 67 | open class URLSessionRequestBuilder<T>: RequestBuilder<T> {
    |            `- note: generic class 'URLSessionRequestBuilder' does not conform to the 'Sendable' protocol
 68 |     /**
 69 |      May be assigned if you want to control the authentication challenges.
    :
157 |             let dataTask = urlSession.dataTaskFromProtocol(with: request) { data, response, error in
158 |                 apiResponseQueue.async {
159 |                     self.processRequestResponse(urlRequest: request, data: data, response: response, error: error, completion: completion)
    |                     `- warning: capture of 'self' with non-sendable type 'URLSessionRequestBuilder<T>' in a `@Sendable` closure
160 |                     cleanupRequest()
161 |                 }
[163/168] Compiling StadiaMaps WofContext.swift
/Users/admin/builder/spi-builder-workspace/Sources/StadiaMaps/Models/TzResponse.swift:31:14: warning: 'dstOffset' is deprecated: This property is deprecated.
29 |         self.tzId = tzId
30 |         self.baseUtcOffset = baseUtcOffset
31 |         self.dstOffset = dstOffset
   |              `- warning: 'dstOffset' is deprecated: This property is deprecated.
32 |         self.timestamp = timestamp
33 |         self.localRfc2822Timestamp = localRfc2822Timestamp
/Users/admin/builder/spi-builder-workspace/Sources/StadiaMaps/Models/TzResponse.swift:52:30: warning: 'dstOffset' is deprecated: This property is deprecated.
50 |         try container.encode(tzId, forKey: .tzId)
51 |         try container.encode(baseUtcOffset, forKey: .baseUtcOffset)
52 |         try container.encode(dstOffset, forKey: .dstOffset)
   |                              `- warning: 'dstOffset' is deprecated: This property is deprecated.
53 |         try container.encode(timestamp, forKey: .timestamp)
54 |         try container.encodeIfPresent(localRfc2822Timestamp, forKey: .localRfc2822Timestamp)
/Users/admin/builder/spi-builder-workspace/Sources/StadiaMaps/OpenISO8601DateFormatter.swift:11:14: warning: class 'OpenISO8601DateFormatter' must restate inherited '@unchecked Sendable' conformance
 9 |
10 | /// https://stackoverflow.com/a/50281094/976628
11 | public class OpenISO8601DateFormatter: DateFormatter {
   |              `- warning: class 'OpenISO8601DateFormatter' must restate inherited '@unchecked Sendable' conformance
12 |     static let withoutSeconds: DateFormatter = {
13 |         let formatter = DateFormatter()
/Users/admin/builder/spi-builder-workspace/Sources/StadiaMaps/URLSessionImplementations.swift:159:21: warning: capture of 'self' with non-sendable type 'URLSessionRequestBuilder<T>' in a `@Sendable` closure
 65 | private var credentialStore = SynchronizedDictionary<Int, URLCredential>()
 66 |
 67 | open class URLSessionRequestBuilder<T>: RequestBuilder<T> {
    |            `- note: generic class 'URLSessionRequestBuilder' does not conform to the 'Sendable' protocol
 68 |     /**
 69 |      May be assigned if you want to control the authentication challenges.
    :
157 |             let dataTask = urlSession.dataTaskFromProtocol(with: request) { data, response, error in
158 |                 apiResponseQueue.async {
159 |                     self.processRequestResponse(urlRequest: request, data: data, response: response, error: error, completion: completion)
    |                     `- warning: capture of 'self' with non-sendable type 'URLSessionRequestBuilder<T>' in a `@Sendable` closure
160 |                     cleanupRequest()
161 |                 }
[164/168] Compiling StadiaMaps WofContextComponent.swift
/Users/admin/builder/spi-builder-workspace/Sources/StadiaMaps/Models/TzResponse.swift:31:14: warning: 'dstOffset' is deprecated: This property is deprecated.
29 |         self.tzId = tzId
30 |         self.baseUtcOffset = baseUtcOffset
31 |         self.dstOffset = dstOffset
   |              `- warning: 'dstOffset' is deprecated: This property is deprecated.
32 |         self.timestamp = timestamp
33 |         self.localRfc2822Timestamp = localRfc2822Timestamp
/Users/admin/builder/spi-builder-workspace/Sources/StadiaMaps/Models/TzResponse.swift:52:30: warning: 'dstOffset' is deprecated: This property is deprecated.
50 |         try container.encode(tzId, forKey: .tzId)
51 |         try container.encode(baseUtcOffset, forKey: .baseUtcOffset)
52 |         try container.encode(dstOffset, forKey: .dstOffset)
   |                              `- warning: 'dstOffset' is deprecated: This property is deprecated.
53 |         try container.encode(timestamp, forKey: .timestamp)
54 |         try container.encodeIfPresent(localRfc2822Timestamp, forKey: .localRfc2822Timestamp)
/Users/admin/builder/spi-builder-workspace/Sources/StadiaMaps/OpenISO8601DateFormatter.swift:11:14: warning: class 'OpenISO8601DateFormatter' must restate inherited '@unchecked Sendable' conformance
 9 |
10 | /// https://stackoverflow.com/a/50281094/976628
11 | public class OpenISO8601DateFormatter: DateFormatter {
   |              `- warning: class 'OpenISO8601DateFormatter' must restate inherited '@unchecked Sendable' conformance
12 |     static let withoutSeconds: DateFormatter = {
13 |         let formatter = DateFormatter()
/Users/admin/builder/spi-builder-workspace/Sources/StadiaMaps/URLSessionImplementations.swift:159:21: warning: capture of 'self' with non-sendable type 'URLSessionRequestBuilder<T>' in a `@Sendable` closure
 65 | private var credentialStore = SynchronizedDictionary<Int, URLCredential>()
 66 |
 67 | open class URLSessionRequestBuilder<T>: RequestBuilder<T> {
    |            `- note: generic class 'URLSessionRequestBuilder' does not conform to the 'Sendable' protocol
 68 |     /**
 69 |      May be assigned if you want to control the authentication challenges.
    :
157 |             let dataTask = urlSession.dataTaskFromProtocol(with: request) { data, response, error in
158 |                 apiResponseQueue.async {
159 |                     self.processRequestResponse(urlRequest: request, data: data, response: response, error: error, completion: completion)
    |                     `- warning: capture of 'self' with non-sendable type 'URLSessionRequestBuilder<T>' in a `@Sendable` closure
160 |                     cleanupRequest()
161 |                 }
[165/168] Compiling StadiaMaps OpenISO8601DateFormatter.swift
/Users/admin/builder/spi-builder-workspace/Sources/StadiaMaps/Models/TzResponse.swift:31:14: warning: 'dstOffset' is deprecated: This property is deprecated.
29 |         self.tzId = tzId
30 |         self.baseUtcOffset = baseUtcOffset
31 |         self.dstOffset = dstOffset
   |              `- warning: 'dstOffset' is deprecated: This property is deprecated.
32 |         self.timestamp = timestamp
33 |         self.localRfc2822Timestamp = localRfc2822Timestamp
/Users/admin/builder/spi-builder-workspace/Sources/StadiaMaps/Models/TzResponse.swift:52:30: warning: 'dstOffset' is deprecated: This property is deprecated.
50 |         try container.encode(tzId, forKey: .tzId)
51 |         try container.encode(baseUtcOffset, forKey: .baseUtcOffset)
52 |         try container.encode(dstOffset, forKey: .dstOffset)
   |                              `- warning: 'dstOffset' is deprecated: This property is deprecated.
53 |         try container.encode(timestamp, forKey: .timestamp)
54 |         try container.encodeIfPresent(localRfc2822Timestamp, forKey: .localRfc2822Timestamp)
/Users/admin/builder/spi-builder-workspace/Sources/StadiaMaps/OpenISO8601DateFormatter.swift:11:14: warning: class 'OpenISO8601DateFormatter' must restate inherited '@unchecked Sendable' conformance
 9 |
10 | /// https://stackoverflow.com/a/50281094/976628
11 | public class OpenISO8601DateFormatter: DateFormatter {
   |              `- warning: class 'OpenISO8601DateFormatter' must restate inherited '@unchecked Sendable' conformance
12 |     static let withoutSeconds: DateFormatter = {
13 |         let formatter = DateFormatter()
/Users/admin/builder/spi-builder-workspace/Sources/StadiaMaps/URLSessionImplementations.swift:159:21: warning: capture of 'self' with non-sendable type 'URLSessionRequestBuilder<T>' in a `@Sendable` closure
 65 | private var credentialStore = SynchronizedDictionary<Int, URLCredential>()
 66 |
 67 | open class URLSessionRequestBuilder<T>: RequestBuilder<T> {
    |            `- note: generic class 'URLSessionRequestBuilder' does not conform to the 'Sendable' protocol
 68 |     /**
 69 |      May be assigned if you want to control the authentication challenges.
    :
157 |             let dataTask = urlSession.dataTaskFromProtocol(with: request) { data, response, error in
158 |                 apiResponseQueue.async {
159 |                     self.processRequestResponse(urlRequest: request, data: data, response: response, error: error, completion: completion)
    |                     `- warning: capture of 'self' with non-sendable type 'URLSessionRequestBuilder<T>' in a `@Sendable` closure
160 |                     cleanupRequest()
161 |                 }
[166/168] Compiling StadiaMaps SynchronizedDictionary.swift
/Users/admin/builder/spi-builder-workspace/Sources/StadiaMaps/Models/TzResponse.swift:31:14: warning: 'dstOffset' is deprecated: This property is deprecated.
29 |         self.tzId = tzId
30 |         self.baseUtcOffset = baseUtcOffset
31 |         self.dstOffset = dstOffset
   |              `- warning: 'dstOffset' is deprecated: This property is deprecated.
32 |         self.timestamp = timestamp
33 |         self.localRfc2822Timestamp = localRfc2822Timestamp
/Users/admin/builder/spi-builder-workspace/Sources/StadiaMaps/Models/TzResponse.swift:52:30: warning: 'dstOffset' is deprecated: This property is deprecated.
50 |         try container.encode(tzId, forKey: .tzId)
51 |         try container.encode(baseUtcOffset, forKey: .baseUtcOffset)
52 |         try container.encode(dstOffset, forKey: .dstOffset)
   |                              `- warning: 'dstOffset' is deprecated: This property is deprecated.
53 |         try container.encode(timestamp, forKey: .timestamp)
54 |         try container.encodeIfPresent(localRfc2822Timestamp, forKey: .localRfc2822Timestamp)
/Users/admin/builder/spi-builder-workspace/Sources/StadiaMaps/OpenISO8601DateFormatter.swift:11:14: warning: class 'OpenISO8601DateFormatter' must restate inherited '@unchecked Sendable' conformance
 9 |
10 | /// https://stackoverflow.com/a/50281094/976628
11 | public class OpenISO8601DateFormatter: DateFormatter {
   |              `- warning: class 'OpenISO8601DateFormatter' must restate inherited '@unchecked Sendable' conformance
12 |     static let withoutSeconds: DateFormatter = {
13 |         let formatter = DateFormatter()
/Users/admin/builder/spi-builder-workspace/Sources/StadiaMaps/URLSessionImplementations.swift:159:21: warning: capture of 'self' with non-sendable type 'URLSessionRequestBuilder<T>' in a `@Sendable` closure
 65 | private var credentialStore = SynchronizedDictionary<Int, URLCredential>()
 66 |
 67 | open class URLSessionRequestBuilder<T>: RequestBuilder<T> {
    |            `- note: generic class 'URLSessionRequestBuilder' does not conform to the 'Sendable' protocol
 68 |     /**
 69 |      May be assigned if you want to control the authentication challenges.
    :
157 |             let dataTask = urlSession.dataTaskFromProtocol(with: request) { data, response, error in
158 |                 apiResponseQueue.async {
159 |                     self.processRequestResponse(urlRequest: request, data: data, response: response, error: error, completion: completion)
    |                     `- warning: capture of 'self' with non-sendable type 'URLSessionRequestBuilder<T>' in a `@Sendable` closure
160 |                     cleanupRequest()
161 |                 }
[167/168] Compiling StadiaMaps URLSessionImplementations.swift
/Users/admin/builder/spi-builder-workspace/Sources/StadiaMaps/Models/TzResponse.swift:31:14: warning: 'dstOffset' is deprecated: This property is deprecated.
29 |         self.tzId = tzId
30 |         self.baseUtcOffset = baseUtcOffset
31 |         self.dstOffset = dstOffset
   |              `- warning: 'dstOffset' is deprecated: This property is deprecated.
32 |         self.timestamp = timestamp
33 |         self.localRfc2822Timestamp = localRfc2822Timestamp
/Users/admin/builder/spi-builder-workspace/Sources/StadiaMaps/Models/TzResponse.swift:52:30: warning: 'dstOffset' is deprecated: This property is deprecated.
50 |         try container.encode(tzId, forKey: .tzId)
51 |         try container.encode(baseUtcOffset, forKey: .baseUtcOffset)
52 |         try container.encode(dstOffset, forKey: .dstOffset)
   |                              `- warning: 'dstOffset' is deprecated: This property is deprecated.
53 |         try container.encode(timestamp, forKey: .timestamp)
54 |         try container.encodeIfPresent(localRfc2822Timestamp, forKey: .localRfc2822Timestamp)
/Users/admin/builder/spi-builder-workspace/Sources/StadiaMaps/OpenISO8601DateFormatter.swift:11:14: warning: class 'OpenISO8601DateFormatter' must restate inherited '@unchecked Sendable' conformance
 9 |
10 | /// https://stackoverflow.com/a/50281094/976628
11 | public class OpenISO8601DateFormatter: DateFormatter {
   |              `- warning: class 'OpenISO8601DateFormatter' must restate inherited '@unchecked Sendable' conformance
12 |     static let withoutSeconds: DateFormatter = {
13 |         let formatter = DateFormatter()
/Users/admin/builder/spi-builder-workspace/Sources/StadiaMaps/URLSessionImplementations.swift:159:21: warning: capture of 'self' with non-sendable type 'URLSessionRequestBuilder<T>' in a `@Sendable` closure
 65 | private var credentialStore = SynchronizedDictionary<Int, URLCredential>()
 66 |
 67 | open class URLSessionRequestBuilder<T>: RequestBuilder<T> {
    |            `- note: generic class 'URLSessionRequestBuilder' does not conform to the 'Sendable' protocol
 68 |     /**
 69 |      May be assigned if you want to control the authentication challenges.
    :
157 |             let dataTask = urlSession.dataTaskFromProtocol(with: request) { data, response, error in
158 |                 apiResponseQueue.async {
159 |                     self.processRequestResponse(urlRequest: request, data: data, response: response, error: error, completion: completion)
    |                     `- warning: capture of 'self' with non-sendable type 'URLSessionRequestBuilder<T>' in a `@Sendable` closure
160 |                     cleanupRequest()
161 |                 }
[168/168] Compiling StadiaMaps Validation.swift
/Users/admin/builder/spi-builder-workspace/Sources/StadiaMaps/Models/TzResponse.swift:31:14: warning: 'dstOffset' is deprecated: This property is deprecated.
29 |         self.tzId = tzId
30 |         self.baseUtcOffset = baseUtcOffset
31 |         self.dstOffset = dstOffset
   |              `- warning: 'dstOffset' is deprecated: This property is deprecated.
32 |         self.timestamp = timestamp
33 |         self.localRfc2822Timestamp = localRfc2822Timestamp
/Users/admin/builder/spi-builder-workspace/Sources/StadiaMaps/Models/TzResponse.swift:52:30: warning: 'dstOffset' is deprecated: This property is deprecated.
50 |         try container.encode(tzId, forKey: .tzId)
51 |         try container.encode(baseUtcOffset, forKey: .baseUtcOffset)
52 |         try container.encode(dstOffset, forKey: .dstOffset)
   |                              `- warning: 'dstOffset' is deprecated: This property is deprecated.
53 |         try container.encode(timestamp, forKey: .timestamp)
54 |         try container.encodeIfPresent(localRfc2822Timestamp, forKey: .localRfc2822Timestamp)
/Users/admin/builder/spi-builder-workspace/Sources/StadiaMaps/OpenISO8601DateFormatter.swift:11:14: warning: class 'OpenISO8601DateFormatter' must restate inherited '@unchecked Sendable' conformance
 9 |
10 | /// https://stackoverflow.com/a/50281094/976628
11 | public class OpenISO8601DateFormatter: DateFormatter {
   |              `- warning: class 'OpenISO8601DateFormatter' must restate inherited '@unchecked Sendable' conformance
12 |     static let withoutSeconds: DateFormatter = {
13 |         let formatter = DateFormatter()
/Users/admin/builder/spi-builder-workspace/Sources/StadiaMaps/URLSessionImplementations.swift:159:21: warning: capture of 'self' with non-sendable type 'URLSessionRequestBuilder<T>' in a `@Sendable` closure
 65 | private var credentialStore = SynchronizedDictionary<Int, URLCredential>()
 66 |
 67 | open class URLSessionRequestBuilder<T>: RequestBuilder<T> {
    |            `- note: generic class 'URLSessionRequestBuilder' does not conform to the 'Sendable' protocol
 68 |     /**
 69 |      May be assigned if you want to control the authentication challenges.
    :
157 |             let dataTask = urlSession.dataTaskFromProtocol(with: request) { data, response, error in
158 |                 apiResponseQueue.async {
159 |                     self.processRequestResponse(urlRequest: request, data: data, response: response, error: error, completion: completion)
    |                     `- warning: capture of 'self' with non-sendable type 'URLSessionRequestBuilder<T>' in a `@Sendable` closure
160 |                     cleanupRequest()
161 |                 }
Build complete! (10.02s)
Fetching https://github.com/Flight-School/AnyCodable
[1/782] Fetching anycodable
Fetched https://github.com/Flight-School/AnyCodable from cache (0.74s)
Computing version for https://github.com/Flight-School/AnyCodable
Computed https://github.com/Flight-School/AnyCodable at 0.6.7 (0.56s)
Creating working copy for https://github.com/Flight-School/AnyCodable
Working copy of https://github.com/Flight-School/AnyCodable resolved at 0.6.7
Build complete.
{
  "dependencies" : [
    {
      "identity" : "anycodable",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.6.1",
            "upper_bound" : "1.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/Flight-School/AnyCodable"
    }
  ],
  "manifest_display_name" : "StadiaMaps",
  "name" : "StadiaMaps",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "11.0"
    },
    {
      "name" : "macos",
      "version" : "10.13"
    },
    {
      "name" : "tvos",
      "version" : "11.0"
    },
    {
      "name" : "watchos",
      "version" : "4.0"
    }
  ],
  "products" : [
    {
      "name" : "StadiaMaps",
      "targets" : [
        "StadiaMaps"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "StadiaMapsTests",
      "module_type" : "SwiftTarget",
      "name" : "StadiaMapsTests",
      "path" : "tests",
      "sources" : [
        "EUEndpointTestCase.swift",
        "GeocodingAPIIntegrationTestCase.swift",
        "GeospatialAPIIntegrationTestCase.swift",
        "IntegrationXCTestCase.swift",
        "RoutingAPITestCase.swift"
      ],
      "target_dependencies" : [
        "StadiaMaps"
      ],
      "type" : "test"
    },
    {
      "c99name" : "StadiaMaps",
      "module_type" : "SwiftTarget",
      "name" : "StadiaMaps",
      "path" : "Sources/StadiaMaps",
      "product_dependencies" : [
        "AnyCodable"
      ],
      "product_memberships" : [
        "StadiaMaps"
      ],
      "sources" : [
        "APIHelper.swift",
        "APIs.swift",
        "APIs/GeocodingAPI.swift",
        "APIs/GeospatialAPI.swift",
        "APIs/RoutingAPI.swift",
        "CodableHelper.swift",
        "Configuration.swift",
        "Extensions.swift",
        "JSONDataEncoding.swift",
        "JSONEncodingHelper.swift",
        "Models.swift",
        "Models/Access.swift",
        "Models/AddendumV2.swift",
        "Models/AddressComponentsV2.swift",
        "Models/AdminRegion.swift",
        "Models/Administrative.swift",
        "Models/AnnotationFilters.swift",
        "Models/AutoCostingOptions.swift",
        "Models/BaseCostingOptions.swift",
        "Models/BaseTraceRequest.swift",
        "Models/BicycleCostingOptions.swift",
        "Models/BikeNetwork.swift",
        "Models/BulkRequest.swift",
        "Models/BulkRequestQuery.swift",
        "Models/BulkSearchResponse.swift",
        "Models/Context.swift",
        "Models/Contour.swift",
        "Models/Coordinate.swift",
        "Models/CostingModel.swift",
        "Models/CostingOptions.swift",
        "Models/DirectionsOptions.swift",
        "Models/DistanceUnit.swift",
        "Models/EdgeSign.swift",
        "Models/EdgeUse.swift",
        "Models/EndNode.swift",
        "Models/ExtendedDirectionsOptions.swift",
        "Models/FeaturePropertiesV2.swift",
        "Models/FeaturePropertiesV2Properties.swift",
        "Models/FoursquareAddendum.swift",
        "Models/GeoAttributes.swift",
        "Models/GeoJSONGeometry.swift",
        "Models/GeoJSONGeometryBase.swift",
        "Models/GeoJSONLineString.swift",
        "Models/GeoJSONPoint.swift",
        "Models/GeoJSONPolygon.swift",
        "Models/GeocodeResponse.swift",
        "Models/GeocodeResponseEnvelopePropertiesV2.swift",
        "Models/GeocodingGeoJSONFeature.swift",
        "Models/GeocodingGeoJSONProperties.swift",
        "Models/GeocodingGeoJSONPropertiesAddendum.swift",
        "Models/GeocodingGeoJSONPropertiesAddendumOsm.swift",
        "Models/GeocodingLayer.swift",
        "Models/GeocodingMeta.swift",
        "Models/GeocodingObject.swift",
        "Models/GeocodingSource.swift",
        "Models/GeonamesAddendum.swift",
        "Models/HeightRequest.swift",
        "Models/HeightResponse.swift",
        "Models/HighwayClassification.swift",
        "Models/IntersectingEdge.swift",
        "Models/IsochroneCostingModel.swift",
        "Models/IsochroneFeature.swift",
        "Models/IsochroneProperties.swift",
        "Models/IsochroneRequest.swift",
        "Models/IsochroneResponse.swift",
        "Models/LayerId.swift",
        "Models/LocateDetailedEdge.swift",
        "Models/LocateEdge.swift",
        "Models/LocateEdgeInfo.swift",
        "Models/LocateNode.swift",
        "Models/LocateObject.swift",
        "Models/LowSpeedVehicleCostingOptions.swift",
        "Models/ManeuverSign.swift",
        "Models/ManeuverSignElement.swift",
        "Models/MapMatchCostingModel.swift",
        "Models/MapMatchRequest.swift",
        "Models/MapMatchRouteResponse.swift",
        "Models/MapMatchTraceOptions.swift",
        "Models/MapMatchWaypoint.swift",
        "Models/MatchType.swift",
        "Models/MatchedPoint.swift",
        "Models/MatrixCostingModel.swift",
        "Models/MatrixDistance.swift",
        "Models/MatrixRequest.swift",
        "Models/MatrixResponse.swift",
        "Models/MatrixWaypoint.swift",
        "Models/MotorScooterCostingOptions.swift",
        "Models/MotorcycleCostingOptions.swift",
        "Models/NearestRoadsCostingModel.swift",
        "Models/NearestRoadsRequest.swift",
        "Models/NodeId.swift",
        "Models/NodeType.swift",
        "Models/OpenStreetMapAddendum.swift",
        "Models/OptimizedRouteRequest.swift",
        "Models/OsrmAdmin.swift",
        "Models/OsrmAnnotation.swift",
        "Models/OsrmBannerComponent.swift",
        "Models/OsrmBannerContent.swift",
        "Models/OsrmBannerInstruction.swift",
        "Models/OsrmBaseApiResponse.swift",
        "Models/OsrmGuidanceModifier.swift",
        "Models/OsrmIntersection.swift",
        "Models/OsrmLane.swift",
        "Models/OsrmRoute.swift",
        "Models/OsrmRouteLeg.swift",
        "Models/OsrmRouteResponse.swift",
        "Models/OsrmRouteStep.swift",
        "Models/OsrmSpeedLimit.swift",
        "Models/OsrmStepManeuver.swift",
        "Models/OsrmViaWaypoint.swift",
        "Models/OsrmVoiceInstruction.swift",
        "Models/OsrmWaypoint.swift",
        "Models/PedestrianCostingOptions.swift",
        "Models/PedestrianType.swift",
        "Models/Point.swift",
        "Models/Precision.swift",
        "Models/PropertiesV2.swift",
        "Models/Restrictions.swift",
        "Models/ReverseQuery.swift",
        "Models/RoadClass.swift",
        "Models/Route200Response.swift",
        "Models/RouteLeg.swift",
        "Models/RouteManeuver.swift",
        "Models/RouteRequest.swift",
        "Models/RouteResponse.swift",
        "Models/RouteResponseAlternatesInner.swift",
        "Models/RouteSummary.swift",
        "Models/RouteTrip.swift",
        "Models/RoutingLanguages.swift",
        "Models/RoutingLongUnits.swift",
        "Models/RoutingResponseWaypoint.swift",
        "Models/RoutingWaypoint.swift",
        "Models/RoutingWaypointAllOfSearchFilter.swift",
        "Models/SearchQuery.swift",
        "Models/SearchStructuredQuery.swift",
        "Models/ShapeFormat.swift",
        "Models/SimpleRoutingWaypoint.swift",
        "Models/SourceAttribution.swift",
        "Models/SourceId.swift",
        "Models/Speeds.swift",
        "Models/TimeConstraintV1.swift",
        "Models/TraceAttributeFilterOptions.swift",
        "Models/TraceAttributeKey.swift",
        "Models/TraceAttributesBaseResponse.swift",
        "Models/TraceAttributesRequest.swift",
        "Models/TraceAttributesResponse.swift",
        "Models/TraceEdge.swift",
        "Models/TravelMode.swift",
        "Models/Traversability.swift",
        "Models/TruckCostingOptions.swift",
        "Models/TzResponse.swift",
        "Models/TzResponseV2.swift",
        "Models/Warning.swift",
        "Models/WhosOnFirstConcordances.swift",
        "Models/WofContext.swift",
        "Models/WofContextComponent.swift",
        "OpenISO8601DateFormatter.swift",
        "SynchronizedDictionary.swift",
        "URLSessionImplementations.swift",
        "Validation.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.5"
}
Done.