The Swift Package Index logo.Swift Package Index

Build Information

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

Swift 6 data race errors: 0

Build Command

env DEVELOPER_DIR=/Applications/Xcode-26.3.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.2
Building package at path:  $PWD
https://github.com/stadiamaps/stadiamaps-api-swift.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.3.0.app xcrun swift build --arch arm64
Building for debugging...
[0/3] Write sources
[2/3] Write swift-version--3CB7CFEC50E0D141.txt
[4/7] Compiling AnyCodable AnyEncodable.swift
[5/7] Emitting module AnyCodable
[6/7] Compiling AnyCodable AnyCodable.swift
[7/7] Compiling AnyCodable AnyDecodable.swift
[8/152] Compiling StadiaMaps PedestrianCostingOptions.swift
[9/152] Compiling StadiaMaps PedestrianType.swift
[10/152] Compiling StadiaMaps Point.swift
[11/152] Compiling StadiaMaps Precision.swift
[12/152] Compiling StadiaMaps PropertiesV2.swift
[13/152] Compiling StadiaMaps Restrictions.swift
[14/152] Compiling StadiaMaps ReverseQuery.swift
[15/152] Compiling StadiaMaps RoadClass.swift
[16/152] Compiling StadiaMaps Route200Response.swift
[17/152] Compiling StadiaMaps RouteLeg.swift
[18/152] Compiling StadiaMaps RouteManeuver.swift
[19/152] Compiling StadiaMaps RouteRequest.swift
[20/152] Compiling StadiaMaps RouteResponse.swift
[21/152] Compiling StadiaMaps RouteResponseAlternatesInner.swift
[22/152] Compiling StadiaMaps RouteSummary.swift
[23/152] Compiling StadiaMaps RouteTrip.swift
[24/152] Compiling StadiaMaps OsrmBannerComponent.swift
[25/152] Compiling StadiaMaps OsrmBannerContent.swift
[26/152] Compiling StadiaMaps OsrmBannerInstruction.swift
[27/152] Compiling StadiaMaps OsrmBaseApiResponse.swift
[28/152] Compiling StadiaMaps OsrmGuidanceModifier.swift
[29/152] Compiling StadiaMaps OsrmIntersection.swift
[30/152] Compiling StadiaMaps OsrmLane.swift
[31/152] Compiling StadiaMaps OsrmRoute.swift
[32/152] Compiling StadiaMaps OsrmRouteLeg.swift
[33/152] Compiling StadiaMaps OsrmRouteResponse.swift
[34/152] Compiling StadiaMaps OsrmRouteStep.swift
[35/152] Compiling StadiaMaps OsrmSpeedLimit.swift
[36/152] Compiling StadiaMaps OsrmStepManeuver.swift
[37/152] Compiling StadiaMaps OsrmViaWaypoint.swift
[38/152] Compiling StadiaMaps OsrmVoiceInstruction.swift
[39/152] Compiling StadiaMaps OsrmWaypoint.swift
[40/152] Compiling StadiaMaps MatchedPoint.swift
[41/152] Compiling StadiaMaps MatrixCostingModel.swift
[42/152] Compiling StadiaMaps MatrixDistance.swift
[43/152] Compiling StadiaMaps MatrixRequest.swift
[44/152] Compiling StadiaMaps MatrixResponse.swift
[45/152] Compiling StadiaMaps MatrixWaypoint.swift
[46/152] Compiling StadiaMaps MotorScooterCostingOptions.swift
[47/152] Compiling StadiaMaps MotorcycleCostingOptions.swift
[48/152] Compiling StadiaMaps NearestRoadsCostingModel.swift
[49/152] Compiling StadiaMaps NearestRoadsRequest.swift
[50/152] Compiling StadiaMaps NodeId.swift
[51/152] Compiling StadiaMaps NodeType.swift
[52/152] Compiling StadiaMaps OpenStreetMapAddendum.swift
[53/152] Compiling StadiaMaps OptimizedRouteRequest.swift
[54/152] Compiling StadiaMaps OsrmAdmin.swift
[55/152] Compiling StadiaMaps OsrmAnnotation.swift
[56/152] Compiling StadiaMaps IsochroneResponse.swift
[57/152] Compiling StadiaMaps LayerId.swift
[58/152] Compiling StadiaMaps LocateDetailedEdge.swift
[59/152] Compiling StadiaMaps LocateEdge.swift
[60/152] Compiling StadiaMaps LocateEdgeInfo.swift
[61/152] Compiling StadiaMaps LocateNode.swift
[62/152] Compiling StadiaMaps LocateObject.swift
[63/152] Compiling StadiaMaps LowSpeedVehicleCostingOptions.swift
[64/152] Compiling StadiaMaps ManeuverSign.swift
[65/152] Compiling StadiaMaps ManeuverSignElement.swift
[66/152] Compiling StadiaMaps MapMatchCostingModel.swift
[67/152] Compiling StadiaMaps MapMatchRequest.swift
[68/152] Compiling StadiaMaps MapMatchRouteResponse.swift
[69/152] Compiling StadiaMaps MapMatchTraceOptions.swift
[70/152] Compiling StadiaMaps MapMatchWaypoint.swift
[71/152] Compiling StadiaMaps MatchType.swift
[72/152] 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
[73/152] 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
[74/152] 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
[75/152] 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
[76/152] 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
[77/152] 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
[78/152] 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
[79/152] 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
[80/152] 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
[81/152] 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
[82/152] 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
[83/152] 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
[84/152] 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
[85/152] 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
[86/152] 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
[87/152] 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
[88/152] 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()
[89/152] Compiling StadiaMaps AnnotationFilters.swift
[90/152] Compiling StadiaMaps AutoCostingOptions.swift
[91/152] Compiling StadiaMaps BaseCostingOptions.swift
[92/152] Compiling StadiaMaps BaseTraceRequest.swift
[93/152] Compiling StadiaMaps BicycleCostingOptions.swift
[94/152] Compiling StadiaMaps BikeNetwork.swift
[95/152] Compiling StadiaMaps BulkRequest.swift
[96/152] Compiling StadiaMaps BulkRequestQuery.swift
[97/152] Compiling StadiaMaps BulkSearchResponse.swift
[98/152] Compiling StadiaMaps Context.swift
[99/152] Compiling StadiaMaps Contour.swift
[100/152] Compiling StadiaMaps Coordinate.swift
[101/152] Compiling StadiaMaps CostingModel.swift
[102/152] Compiling StadiaMaps CostingOptions.swift
[103/152] Compiling StadiaMaps DirectionsOptions.swift
[104/152] Compiling StadiaMaps DistanceUnit.swift
[105/152] Compiling StadiaMaps RoutingLanguages.swift
[106/152] Compiling StadiaMaps RoutingLongUnits.swift
[107/152] Compiling StadiaMaps RoutingResponseWaypoint.swift
[108/152] Compiling StadiaMaps RoutingWaypoint.swift
[109/152] Compiling StadiaMaps RoutingWaypointAllOfSearchFilter.swift
[110/152] Compiling StadiaMaps SearchQuery.swift
[111/152] Compiling StadiaMaps SearchStructuredQuery.swift
[112/152] Compiling StadiaMaps ShapeFormat.swift
[113/152] Compiling StadiaMaps SimpleRoutingWaypoint.swift
[114/152] Compiling StadiaMaps SourceAttribution.swift
[115/152] Compiling StadiaMaps SourceId.swift
[116/152] Compiling StadiaMaps Speeds.swift
[117/152] Compiling StadiaMaps TimeConstraintV1.swift
[118/152] Compiling StadiaMaps TraceAttributeFilterOptions.swift
[119/152] Compiling StadiaMaps TraceAttributeKey.swift
[120/152] Compiling StadiaMaps TraceAttributesBaseResponse.swift
[121/152] Compiling StadiaMaps EdgeSign.swift
[122/152] Compiling StadiaMaps EdgeUse.swift
[123/152] Compiling StadiaMaps EndNode.swift
[124/152] Compiling StadiaMaps ExtendedDirectionsOptions.swift
[125/152] Compiling StadiaMaps FeaturePropertiesV2.swift
[126/152] Compiling StadiaMaps FeaturePropertiesV2Properties.swift
[127/152] Compiling StadiaMaps FoursquareAddendum.swift
[128/152] Compiling StadiaMaps GeoAttributes.swift
[129/152] Compiling StadiaMaps GeoJSONGeometry.swift
[130/152] Compiling StadiaMaps GeoJSONGeometryBase.swift
[131/152] Compiling StadiaMaps GeoJSONLineString.swift
[132/152] Compiling StadiaMaps GeoJSONPoint.swift
[133/152] Compiling StadiaMaps GeoJSONPolygon.swift
[134/152] Compiling StadiaMaps GeocodeResponse.swift
[135/152] Compiling StadiaMaps GeocodeResponseEnvelopePropertiesV2.swift
[136/152] Compiling StadiaMaps GeocodingGeoJSONFeature.swift
[137/152] Compiling StadiaMaps GeocodingGeoJSONProperties.swift
[138/152] Compiling StadiaMaps GeocodingGeoJSONPropertiesAddendum.swift
[139/152] Compiling StadiaMaps GeocodingGeoJSONPropertiesAddendumOsm.swift
[140/152] Compiling StadiaMaps GeocodingLayer.swift
[141/152] Compiling StadiaMaps GeocodingMeta.swift
[142/152] Compiling StadiaMaps GeocodingObject.swift
[143/152] Compiling StadiaMaps GeocodingSource.swift
[144/152] Compiling StadiaMaps GeonamesAddendum.swift
[145/152] Compiling StadiaMaps HeightRequest.swift
[146/152] Compiling StadiaMaps HeightResponse.swift
[147/152] Compiling StadiaMaps HighwayClassification.swift
[148/152] Compiling StadiaMaps IntersectingEdge.swift
[149/152] Compiling StadiaMaps IsochroneCostingModel.swift
[150/152] Compiling StadiaMaps IsochroneFeature.swift
[151/152] Compiling StadiaMaps IsochroneProperties.swift
[152/152] Compiling StadiaMaps IsochroneRequest.swift
[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. [#DeprecatedDeclaration]
29 |         self.tzId = tzId
30 |         self.baseUtcOffset = baseUtcOffset
31 |         self.dstOffset = dstOffset
   |              `- warning: 'dstOffset' is deprecated: This property is deprecated. [#DeprecatedDeclaration]
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. [#DeprecatedDeclaration]
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. [#DeprecatedDeclaration]
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 [#SendableClosureCaptures]
 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 [#SendableClosureCaptures]
160 |                     cleanupRequest()
161 |                 }
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
[#SendableClosureCaptures]: <https://docs.swift.org/compiler/documentation/diagnostics/sendable-closure-captures>
[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. [#DeprecatedDeclaration]
29 |         self.tzId = tzId
30 |         self.baseUtcOffset = baseUtcOffset
31 |         self.dstOffset = dstOffset
   |              `- warning: 'dstOffset' is deprecated: This property is deprecated. [#DeprecatedDeclaration]
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. [#DeprecatedDeclaration]
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. [#DeprecatedDeclaration]
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 [#SendableClosureCaptures]
 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 [#SendableClosureCaptures]
160 |                     cleanupRequest()
161 |                 }
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
[#SendableClosureCaptures]: <https://docs.swift.org/compiler/documentation/diagnostics/sendable-closure-captures>
[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. [#DeprecatedDeclaration]
29 |         self.tzId = tzId
30 |         self.baseUtcOffset = baseUtcOffset
31 |         self.dstOffset = dstOffset
   |              `- warning: 'dstOffset' is deprecated: This property is deprecated. [#DeprecatedDeclaration]
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. [#DeprecatedDeclaration]
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. [#DeprecatedDeclaration]
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 [#SendableClosureCaptures]
 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 [#SendableClosureCaptures]
160 |                     cleanupRequest()
161 |                 }
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
[#SendableClosureCaptures]: <https://docs.swift.org/compiler/documentation/diagnostics/sendable-closure-captures>
[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. [#DeprecatedDeclaration]
29 |         self.tzId = tzId
30 |         self.baseUtcOffset = baseUtcOffset
31 |         self.dstOffset = dstOffset
   |              `- warning: 'dstOffset' is deprecated: This property is deprecated. [#DeprecatedDeclaration]
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. [#DeprecatedDeclaration]
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. [#DeprecatedDeclaration]
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 [#SendableClosureCaptures]
 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 [#SendableClosureCaptures]
160 |                     cleanupRequest()
161 |                 }
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
[#SendableClosureCaptures]: <https://docs.swift.org/compiler/documentation/diagnostics/sendable-closure-captures>
[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. [#DeprecatedDeclaration]
29 |         self.tzId = tzId
30 |         self.baseUtcOffset = baseUtcOffset
31 |         self.dstOffset = dstOffset
   |              `- warning: 'dstOffset' is deprecated: This property is deprecated. [#DeprecatedDeclaration]
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. [#DeprecatedDeclaration]
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. [#DeprecatedDeclaration]
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 [#SendableClosureCaptures]
 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 [#SendableClosureCaptures]
160 |                     cleanupRequest()
161 |                 }
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
[#SendableClosureCaptures]: <https://docs.swift.org/compiler/documentation/diagnostics/sendable-closure-captures>
[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. [#DeprecatedDeclaration]
29 |         self.tzId = tzId
30 |         self.baseUtcOffset = baseUtcOffset
31 |         self.dstOffset = dstOffset
   |              `- warning: 'dstOffset' is deprecated: This property is deprecated. [#DeprecatedDeclaration]
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. [#DeprecatedDeclaration]
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. [#DeprecatedDeclaration]
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 [#SendableClosureCaptures]
 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 [#SendableClosureCaptures]
160 |                     cleanupRequest()
161 |                 }
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
[#SendableClosureCaptures]: <https://docs.swift.org/compiler/documentation/diagnostics/sendable-closure-captures>
[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. [#DeprecatedDeclaration]
29 |         self.tzId = tzId
30 |         self.baseUtcOffset = baseUtcOffset
31 |         self.dstOffset = dstOffset
   |              `- warning: 'dstOffset' is deprecated: This property is deprecated. [#DeprecatedDeclaration]
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. [#DeprecatedDeclaration]
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. [#DeprecatedDeclaration]
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 [#SendableClosureCaptures]
 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 [#SendableClosureCaptures]
160 |                     cleanupRequest()
161 |                 }
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
[#SendableClosureCaptures]: <https://docs.swift.org/compiler/documentation/diagnostics/sendable-closure-captures>
[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. [#DeprecatedDeclaration]
29 |         self.tzId = tzId
30 |         self.baseUtcOffset = baseUtcOffset
31 |         self.dstOffset = dstOffset
   |              `- warning: 'dstOffset' is deprecated: This property is deprecated. [#DeprecatedDeclaration]
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. [#DeprecatedDeclaration]
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. [#DeprecatedDeclaration]
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 [#SendableClosureCaptures]
 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 [#SendableClosureCaptures]
160 |                     cleanupRequest()
161 |                 }
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
[#SendableClosureCaptures]: <https://docs.swift.org/compiler/documentation/diagnostics/sendable-closure-captures>
[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. [#DeprecatedDeclaration]
29 |         self.tzId = tzId
30 |         self.baseUtcOffset = baseUtcOffset
31 |         self.dstOffset = dstOffset
   |              `- warning: 'dstOffset' is deprecated: This property is deprecated. [#DeprecatedDeclaration]
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. [#DeprecatedDeclaration]
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. [#DeprecatedDeclaration]
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 [#SendableClosureCaptures]
 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 [#SendableClosureCaptures]
160 |                     cleanupRequest()
161 |                 }
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
[#SendableClosureCaptures]: <https://docs.swift.org/compiler/documentation/diagnostics/sendable-closure-captures>
[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. [#DeprecatedDeclaration]
29 |         self.tzId = tzId
30 |         self.baseUtcOffset = baseUtcOffset
31 |         self.dstOffset = dstOffset
   |              `- warning: 'dstOffset' is deprecated: This property is deprecated. [#DeprecatedDeclaration]
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. [#DeprecatedDeclaration]
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. [#DeprecatedDeclaration]
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 [#SendableClosureCaptures]
 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 [#SendableClosureCaptures]
160 |                     cleanupRequest()
161 |                 }
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
[#SendableClosureCaptures]: <https://docs.swift.org/compiler/documentation/diagnostics/sendable-closure-captures>
[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. [#DeprecatedDeclaration]
29 |         self.tzId = tzId
30 |         self.baseUtcOffset = baseUtcOffset
31 |         self.dstOffset = dstOffset
   |              `- warning: 'dstOffset' is deprecated: This property is deprecated. [#DeprecatedDeclaration]
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. [#DeprecatedDeclaration]
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. [#DeprecatedDeclaration]
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 [#SendableClosureCaptures]
 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 [#SendableClosureCaptures]
160 |                     cleanupRequest()
161 |                 }
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
[#SendableClosureCaptures]: <https://docs.swift.org/compiler/documentation/diagnostics/sendable-closure-captures>
[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. [#DeprecatedDeclaration]
29 |         self.tzId = tzId
30 |         self.baseUtcOffset = baseUtcOffset
31 |         self.dstOffset = dstOffset
   |              `- warning: 'dstOffset' is deprecated: This property is deprecated. [#DeprecatedDeclaration]
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. [#DeprecatedDeclaration]
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. [#DeprecatedDeclaration]
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 [#SendableClosureCaptures]
 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 [#SendableClosureCaptures]
160 |                     cleanupRequest()
161 |                 }
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
[#SendableClosureCaptures]: <https://docs.swift.org/compiler/documentation/diagnostics/sendable-closure-captures>
[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. [#DeprecatedDeclaration]
29 |         self.tzId = tzId
30 |         self.baseUtcOffset = baseUtcOffset
31 |         self.dstOffset = dstOffset
   |              `- warning: 'dstOffset' is deprecated: This property is deprecated. [#DeprecatedDeclaration]
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. [#DeprecatedDeclaration]
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. [#DeprecatedDeclaration]
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 [#SendableClosureCaptures]
 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 [#SendableClosureCaptures]
160 |                     cleanupRequest()
161 |                 }
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
[#SendableClosureCaptures]: <https://docs.swift.org/compiler/documentation/diagnostics/sendable-closure-captures>
[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. [#DeprecatedDeclaration]
29 |         self.tzId = tzId
30 |         self.baseUtcOffset = baseUtcOffset
31 |         self.dstOffset = dstOffset
   |              `- warning: 'dstOffset' is deprecated: This property is deprecated. [#DeprecatedDeclaration]
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. [#DeprecatedDeclaration]
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. [#DeprecatedDeclaration]
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 [#SendableClosureCaptures]
 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 [#SendableClosureCaptures]
160 |                     cleanupRequest()
161 |                 }
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
[#SendableClosureCaptures]: <https://docs.swift.org/compiler/documentation/diagnostics/sendable-closure-captures>
[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. [#DeprecatedDeclaration]
29 |         self.tzId = tzId
30 |         self.baseUtcOffset = baseUtcOffset
31 |         self.dstOffset = dstOffset
   |              `- warning: 'dstOffset' is deprecated: This property is deprecated. [#DeprecatedDeclaration]
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. [#DeprecatedDeclaration]
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. [#DeprecatedDeclaration]
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 [#SendableClosureCaptures]
 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 [#SendableClosureCaptures]
160 |                     cleanupRequest()
161 |                 }
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
[#SendableClosureCaptures]: <https://docs.swift.org/compiler/documentation/diagnostics/sendable-closure-captures>
[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. [#DeprecatedDeclaration]
29 |         self.tzId = tzId
30 |         self.baseUtcOffset = baseUtcOffset
31 |         self.dstOffset = dstOffset
   |              `- warning: 'dstOffset' is deprecated: This property is deprecated. [#DeprecatedDeclaration]
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. [#DeprecatedDeclaration]
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. [#DeprecatedDeclaration]
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 [#SendableClosureCaptures]
 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 [#SendableClosureCaptures]
160 |                     cleanupRequest()
161 |                 }
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
[#SendableClosureCaptures]: <https://docs.swift.org/compiler/documentation/diagnostics/sendable-closure-captures>
Build complete! (10.12s)
Fetching https://github.com/Flight-School/AnyCodable
[1/782] Fetching anycodable
Fetched https://github.com/Flight-School/AnyCodable from cache (1.04s)
Computing version for https://github.com/Flight-School/AnyCodable
Computed https://github.com/Flight-School/AnyCodable at 0.6.7 (1.71s)
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.