The Swift Package Index logo.Swift Package Index

Build Information

Failed to build TripKit, reference 5.1.1 (8f285c), with Swift 6.2 for Android on 20 Apr 2026 06:26:56 UTC.

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4609320-2":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/swiftpackageindex/spi-images:android-6.2-latest swift build --swift-sdk aarch64-unknown-linux-android28 2>&1

Build Log

========================================
RunAll
========================================
Builder version: 4.70.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/skedgo/tripkit-ios.git
Reference: 5.1.1
Initialized empty Git repository in /host/spi-builder-workspace/.git/
hint: Using 'master' as the name for the initial branch. This default branch name
hint: is subject to change. To configure the initial branch name to use in all
hint: of your new repositories, which will suppress this warning, call:
hint:
hint: 	git config --global init.defaultBranch <name>
hint:
hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
hint: 'development'. The just-created branch can be renamed via this command:
hint:
hint: 	git branch -m <name>
From https://github.com/skedgo/tripkit-ios
 * tag               5.1.1      -> FETCH_HEAD
HEAD is now at 8f285c0 Fix handling of loop services (#430)
Cloned https://github.com/skedgo/tripkit-ios.git
Revision (git rev-parse @):
8f285c033eac865e76e1222688aadc047923b261
SUCCESS checkout https://github.com/skedgo/tripkit-ios.git at 5.1.1
========================================
Build
========================================
Selected platform:         android
Swift version:             6.2
Building package at path:  $PWD
https://github.com/skedgo/tripkit-ios.git
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-2":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/swiftpackageindex/spi-images:android-6.2-latest swift build --swift-sdk aarch64-unknown-linux-android28 2>&1
android-6.2-latest: Pulling from swiftpackageindex/spi-images
Digest: sha256:cb98f9856cb1288a0028ff0e63d4de86ca92d5e7890400e3e915f7ea3943ed55
Status: Image is up to date for registry.gitlab.com/swiftpackageindex/spi-images:android-6.2-latest
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version--11D90AFD9DD3AB2.txt
[3/53] Compiling TripKitAPI CLLocationCoordinate2D+EncodePolylineString.swift
[4/53] Compiling TripKitAPI Geometry.swift
[5/53] Compiling TripKitAPI MKPolygon+Union.swift
[6/53] Compiling TripKitAPI Polygon+GeoJSON.swift
[7/53] Compiling TripKitAPI Polygon.swift
[8/53] Compiling TripKitAPI QuickLookable.swift
[9/53] Compiling TripKitAPI DefaultCodable.swift
[10/53] Compiling TripKitAPI TKModeInfo.swift
/host/spi-builder-workspace/Sources/TripKitAPI/model/TKModeInfo.swift:52:21: error: cannot find type 'TKColor' in scope
 50 |
 51 | #if !os(Linux)
 52 |   public var color: TKColor? {
    |                     `- error: cannot find type 'TKColor' in scope
 53 |     return rgbColor?.color
 54 |   }
/host/spi-builder-workspace/Sources/TripKitAPI/model/TKModeInfo.swift:125:46: error: cannot find 'TKColor' in scope
123 |     descriptor = aDecoder.decodeObject(of: NSString.self, forKey: "description") as String?
124 |
125 |     if let color = aDecoder.decodeObject(of: TKColor.self, forKey: "color") {
    |                                              `- error: cannot find 'TKColor' in scope
126 |       rgbColor = TKAPI.RGBColor(for: color)
127 |     } else {
/host/spi-builder-workspace/Sources/TripKitAPI/model/TKModeInfo.swift:126:32: error: incorrect argument label in call (have 'for:', expected 'from:')
124 |
125 |     if let color = aDecoder.decodeObject(of: TKColor.self, forKey: "color") {
126 |       rgbColor = TKAPI.RGBColor(for: color)
    |                                `- error: incorrect argument label in call (have 'for:', expected 'from:')
127 |     } else {
128 |       rgbColor = nil
/host/spi-builder-workspace/Sources/TripKitAPI/vendor/ASPolygonKit/CLLocationCoordinate2D+DecodePolylineString.swift:16:51: warning: 'utf8String' is deprecated: On platforms without Objective-C autorelease pools, use withCString instead [#DeprecatedDeclaration]
14 | extension Point {
15 |   public static func decodePolyline(_ encodedString: String) -> [Point] {
16 |     guard let bytes = (encodedString as NSString).utf8String else {
   |                                                   `- warning: 'utf8String' is deprecated: On platforms without Objective-C autorelease pools, use withCString instead [#DeprecatedDeclaration]
17 |       assertionFailure("Bad input string. Not UTF8!")
18 |       return []
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
[11/53] Compiling TripKitAPI TKRegion.swift
/host/spi-builder-workspace/Sources/TripKitAPI/model/TKModeInfo.swift:52:21: error: cannot find type 'TKColor' in scope
 50 |
 51 | #if !os(Linux)
 52 |   public var color: TKColor? {
    |                     `- error: cannot find type 'TKColor' in scope
 53 |     return rgbColor?.color
 54 |   }
/host/spi-builder-workspace/Sources/TripKitAPI/model/TKModeInfo.swift:125:46: error: cannot find 'TKColor' in scope
123 |     descriptor = aDecoder.decodeObject(of: NSString.self, forKey: "description") as String?
124 |
125 |     if let color = aDecoder.decodeObject(of: TKColor.self, forKey: "color") {
    |                                              `- error: cannot find 'TKColor' in scope
126 |       rgbColor = TKAPI.RGBColor(for: color)
127 |     } else {
/host/spi-builder-workspace/Sources/TripKitAPI/model/TKModeInfo.swift:126:32: error: incorrect argument label in call (have 'for:', expected 'from:')
124 |
125 |     if let color = aDecoder.decodeObject(of: TKColor.self, forKey: "color") {
126 |       rgbColor = TKAPI.RGBColor(for: color)
    |                                `- error: incorrect argument label in call (have 'for:', expected 'from:')
127 |     } else {
128 |       rgbColor = nil
/host/spi-builder-workspace/Sources/TripKitAPI/vendor/ASPolygonKit/CLLocationCoordinate2D+DecodePolylineString.swift:16:51: warning: 'utf8String' is deprecated: On platforms without Objective-C autorelease pools, use withCString instead [#DeprecatedDeclaration]
14 | extension Point {
15 |   public static func decodePolyline(_ encodedString: String) -> [Point] {
16 |     guard let bytes = (encodedString as NSString).utf8String else {
   |                                                   `- warning: 'utf8String' is deprecated: On platforms without Objective-C autorelease pools, use withCString instead [#DeprecatedDeclaration]
17 |       assertionFailure("Bad input string. Not UTF8!")
18 |       return []
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
[12/53] Compiling TripKitAPI TKRoutingQuery.swift
/host/spi-builder-workspace/Sources/TripKitAPI/model/TKModeInfo.swift:52:21: error: cannot find type 'TKColor' in scope
 50 |
 51 | #if !os(Linux)
 52 |   public var color: TKColor? {
    |                     `- error: cannot find type 'TKColor' in scope
 53 |     return rgbColor?.color
 54 |   }
/host/spi-builder-workspace/Sources/TripKitAPI/model/TKModeInfo.swift:125:46: error: cannot find 'TKColor' in scope
123 |     descriptor = aDecoder.decodeObject(of: NSString.self, forKey: "description") as String?
124 |
125 |     if let color = aDecoder.decodeObject(of: TKColor.self, forKey: "color") {
    |                                              `- error: cannot find 'TKColor' in scope
126 |       rgbColor = TKAPI.RGBColor(for: color)
127 |     } else {
/host/spi-builder-workspace/Sources/TripKitAPI/model/TKModeInfo.swift:126:32: error: incorrect argument label in call (have 'for:', expected 'from:')
124 |
125 |     if let color = aDecoder.decodeObject(of: TKColor.self, forKey: "color") {
126 |       rgbColor = TKAPI.RGBColor(for: color)
    |                                `- error: incorrect argument label in call (have 'for:', expected 'from:')
127 |     } else {
128 |       rgbColor = nil
/host/spi-builder-workspace/Sources/TripKitAPI/vendor/ASPolygonKit/CLLocationCoordinate2D+DecodePolylineString.swift:16:51: warning: 'utf8String' is deprecated: On platforms without Objective-C autorelease pools, use withCString instead [#DeprecatedDeclaration]
14 | extension Point {
15 |   public static func decodePolyline(_ encodedString: String) -> [Point] {
16 |     guard let bytes = (encodedString as NSString).utf8String else {
   |                                                   `- warning: 'utf8String' is deprecated: On platforms without Objective-C autorelease pools, use withCString instead [#DeprecatedDeclaration]
17 |       assertionFailure("Bad input string. Not UTF8!")
18 |       return []
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
[13/53] Compiling TripKitAPI TKTransportMode.swift
/host/spi-builder-workspace/Sources/TripKitAPI/model/TKModeInfo.swift:52:21: error: cannot find type 'TKColor' in scope
 50 |
 51 | #if !os(Linux)
 52 |   public var color: TKColor? {
    |                     `- error: cannot find type 'TKColor' in scope
 53 |     return rgbColor?.color
 54 |   }
/host/spi-builder-workspace/Sources/TripKitAPI/model/TKModeInfo.swift:125:46: error: cannot find 'TKColor' in scope
123 |     descriptor = aDecoder.decodeObject(of: NSString.self, forKey: "description") as String?
124 |
125 |     if let color = aDecoder.decodeObject(of: TKColor.self, forKey: "color") {
    |                                              `- error: cannot find 'TKColor' in scope
126 |       rgbColor = TKAPI.RGBColor(for: color)
127 |     } else {
/host/spi-builder-workspace/Sources/TripKitAPI/model/TKModeInfo.swift:126:32: error: incorrect argument label in call (have 'for:', expected 'from:')
124 |
125 |     if let color = aDecoder.decodeObject(of: TKColor.self, forKey: "color") {
126 |       rgbColor = TKAPI.RGBColor(for: color)
    |                                `- error: incorrect argument label in call (have 'for:', expected 'from:')
127 |     } else {
128 |       rgbColor = nil
/host/spi-builder-workspace/Sources/TripKitAPI/vendor/ASPolygonKit/CLLocationCoordinate2D+DecodePolylineString.swift:16:51: warning: 'utf8String' is deprecated: On platforms without Objective-C autorelease pools, use withCString instead [#DeprecatedDeclaration]
14 | extension Point {
15 |   public static func decodePolyline(_ encodedString: String) -> [Point] {
16 |     guard let bytes = (encodedString as NSString).utf8String else {
   |                                                   `- warning: 'utf8String' is deprecated: On platforms without Objective-C autorelease pools, use withCString instead [#DeprecatedDeclaration]
17 |       assertionFailure("Bad input string. Not UTF8!")
18 |       return []
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
[14/53] Compiling TripKitAPI TKTripCostType.swift
/host/spi-builder-workspace/Sources/TripKitAPI/model/TKModeInfo.swift:52:21: error: cannot find type 'TKColor' in scope
 50 |
 51 | #if !os(Linux)
 52 |   public var color: TKColor? {
    |                     `- error: cannot find type 'TKColor' in scope
 53 |     return rgbColor?.color
 54 |   }
/host/spi-builder-workspace/Sources/TripKitAPI/model/TKModeInfo.swift:125:46: error: cannot find 'TKColor' in scope
123 |     descriptor = aDecoder.decodeObject(of: NSString.self, forKey: "description") as String?
124 |
125 |     if let color = aDecoder.decodeObject(of: TKColor.self, forKey: "color") {
    |                                              `- error: cannot find 'TKColor' in scope
126 |       rgbColor = TKAPI.RGBColor(for: color)
127 |     } else {
/host/spi-builder-workspace/Sources/TripKitAPI/model/TKModeInfo.swift:126:32: error: incorrect argument label in call (have 'for:', expected 'from:')
124 |
125 |     if let color = aDecoder.decodeObject(of: TKColor.self, forKey: "color") {
126 |       rgbColor = TKAPI.RGBColor(for: color)
    |                                `- error: incorrect argument label in call (have 'for:', expected 'from:')
127 |     } else {
128 |       rgbColor = nil
/host/spi-builder-workspace/Sources/TripKitAPI/vendor/ASPolygonKit/CLLocationCoordinate2D+DecodePolylineString.swift:16:51: warning: 'utf8String' is deprecated: On platforms without Objective-C autorelease pools, use withCString instead [#DeprecatedDeclaration]
14 | extension Point {
15 |   public static func decodePolyline(_ encodedString: String) -> [Point] {
16 |     guard let bytes = (encodedString as NSString).utf8String else {
   |                                                   `- warning: 'utf8String' is deprecated: On platforms without Objective-C autorelease pools, use withCString instead [#DeprecatedDeclaration]
17 |       assertionFailure("Bad input string. Not UTF8!")
18 |       return []
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
[15/53] Compiling TripKitAPI TKTurnByTurnMode.swift
/host/spi-builder-workspace/Sources/TripKitAPI/model/TKModeInfo.swift:52:21: error: cannot find type 'TKColor' in scope
 50 |
 51 | #if !os(Linux)
 52 |   public var color: TKColor? {
    |                     `- error: cannot find type 'TKColor' in scope
 53 |     return rgbColor?.color
 54 |   }
/host/spi-builder-workspace/Sources/TripKitAPI/model/TKModeInfo.swift:125:46: error: cannot find 'TKColor' in scope
123 |     descriptor = aDecoder.decodeObject(of: NSString.self, forKey: "description") as String?
124 |
125 |     if let color = aDecoder.decodeObject(of: TKColor.self, forKey: "color") {
    |                                              `- error: cannot find 'TKColor' in scope
126 |       rgbColor = TKAPI.RGBColor(for: color)
127 |     } else {
/host/spi-builder-workspace/Sources/TripKitAPI/model/TKModeInfo.swift:126:32: error: incorrect argument label in call (have 'for:', expected 'from:')
124 |
125 |     if let color = aDecoder.decodeObject(of: TKColor.self, forKey: "color") {
126 |       rgbColor = TKAPI.RGBColor(for: color)
    |                                `- error: incorrect argument label in call (have 'for:', expected 'from:')
127 |     } else {
128 |       rgbColor = nil
/host/spi-builder-workspace/Sources/TripKitAPI/vendor/ASPolygonKit/CLLocationCoordinate2D+DecodePolylineString.swift:16:51: warning: 'utf8String' is deprecated: On platforms without Objective-C autorelease pools, use withCString instead [#DeprecatedDeclaration]
14 | extension Point {
15 |   public static func decodePolyline(_ encodedString: String) -> [Point] {
16 |     guard let bytes = (encodedString as NSString).utf8String else {
   |                                                   `- warning: 'utf8String' is deprecated: On platforms without Objective-C autorelease pools, use withCString instead [#DeprecatedDeclaration]
17 |       assertionFailure("Bad input string. Not UTF8!")
18 |       return []
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
[16/53] Compiling TripKitAPI CLLocationCoordinate2D+DecodePolylineString.swift
/host/spi-builder-workspace/Sources/TripKitAPI/model/TKModeInfo.swift:52:21: error: cannot find type 'TKColor' in scope
 50 |
 51 | #if !os(Linux)
 52 |   public var color: TKColor? {
    |                     `- error: cannot find type 'TKColor' in scope
 53 |     return rgbColor?.color
 54 |   }
/host/spi-builder-workspace/Sources/TripKitAPI/model/TKModeInfo.swift:125:46: error: cannot find 'TKColor' in scope
123 |     descriptor = aDecoder.decodeObject(of: NSString.self, forKey: "description") as String?
124 |
125 |     if let color = aDecoder.decodeObject(of: TKColor.self, forKey: "color") {
    |                                              `- error: cannot find 'TKColor' in scope
126 |       rgbColor = TKAPI.RGBColor(for: color)
127 |     } else {
/host/spi-builder-workspace/Sources/TripKitAPI/model/TKModeInfo.swift:126:32: error: incorrect argument label in call (have 'for:', expected 'from:')
124 |
125 |     if let color = aDecoder.decodeObject(of: TKColor.self, forKey: "color") {
126 |       rgbColor = TKAPI.RGBColor(for: color)
    |                                `- error: incorrect argument label in call (have 'for:', expected 'from:')
127 |     } else {
128 |       rgbColor = nil
/host/spi-builder-workspace/Sources/TripKitAPI/vendor/ASPolygonKit/CLLocationCoordinate2D+DecodePolylineString.swift:16:51: warning: 'utf8String' is deprecated: On platforms without Objective-C autorelease pools, use withCString instead [#DeprecatedDeclaration]
14 | extension Point {
15 |   public static func decodePolyline(_ encodedString: String) -> [Point] {
16 |     guard let bytes = (encodedString as NSString).utf8String else {
   |                                                   `- warning: 'utf8String' is deprecated: On platforms without Objective-C autorelease pools, use withCString instead [#DeprecatedDeclaration]
17 |       assertionFailure("Bad input string. Not UTF8!")
18 |       return []
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
[17/53] Compiling TripKitAPI VehicleAPIModel.swift
/host/spi-builder-workspace/Sources/TripKitAPI/model/TKBookingTypes.swift:101:23: error: cannot find type 'TKColor' in scope
 99 |
100 | #if !os(Linux)
101 |     public var color: TKColor? {
    |                       `- error: cannot find type 'TKColor' in scope
102 |       return rgbColor?.color
103 |     }
[18/53] Compiling TripKitAPI TKBookingData.swift
/host/spi-builder-workspace/Sources/TripKitAPI/model/TKBookingTypes.swift:101:23: error: cannot find type 'TKColor' in scope
 99 |
100 | #if !os(Linux)
101 |     public var color: TKColor? {
    |                       `- error: cannot find type 'TKColor' in scope
102 |       return rgbColor?.color
103 |     }
[19/53] Compiling TripKitAPI TKBookingTypes.swift
/host/spi-builder-workspace/Sources/TripKitAPI/model/TKBookingTypes.swift:101:23: error: cannot find type 'TKColor' in scope
 99 |
100 | #if !os(Linux)
101 |     public var color: TKColor? {
    |                       `- error: cannot find type 'TKColor' in scope
102 |       return rgbColor?.color
103 |     }
[20/53] Compiling TripKitAPI TKError.swift
/host/spi-builder-workspace/Sources/TripKitAPI/model/TKBookingTypes.swift:101:23: error: cannot find type 'TKColor' in scope
 99 |
100 | #if !os(Linux)
101 |     public var color: TKColor? {
    |                       `- error: cannot find type 'TKColor' in scope
102 |       return rgbColor?.color
103 |     }
[21/53] Compiling TripKitAPI TKLocalCost.swift
/host/spi-builder-workspace/Sources/TripKitAPI/model/TKBookingTypes.swift:101:23: error: cannot find type 'TKColor' in scope
 99 |
100 | #if !os(Linux)
101 |     public var color: TKColor? {
    |                       `- error: cannot find type 'TKColor' in scope
102 |       return rgbColor?.color
103 |     }
[22/53] Compiling TripKitAPI TKMapTiles.swift
/host/spi-builder-workspace/Sources/TripKitAPI/model/TKBookingTypes.swift:101:23: error: cannot find type 'TKColor' in scope
 99 |
100 | #if !os(Linux)
101 |     public var color: TKColor? {
    |                       `- error: cannot find type 'TKColor' in scope
102 |       return rgbColor?.color
103 |     }
[23/53] Compiling TripKitAPI TKMiniInstruction.swift
/host/spi-builder-workspace/Sources/TripKitAPI/model/TKBookingTypes.swift:101:23: error: cannot find type 'TKColor' in scope
 99 |
100 | #if !os(Linux)
101 |     public var color: TKColor? {
    |                       `- error: cannot find type 'TKColor' in scope
102 |       return rgbColor?.color
103 |     }
error: emit-module command failed with exit code 1 (use -v to see invocation)
[24/53] Emitting module TripKitAPI
/host/spi-builder-workspace/Sources/TripKitAPI/TKLog.swift:239:43: error: 'URLResponse' is unavailable: This type has moved to the FoundationNetworking module. Import that module to use it.
237 | extension TKLog {
238 |
239 |   public typealias ServerResult = Result<(URLResponse, Data?), Error>
    |                                           `- error: 'URLResponse' is unavailable: This type has moved to the FoundationNetworking module. Import that module to use it.
240 |
241 |   /// The URL request along with a UUID to identify each request sent
Foundation.URLResponse:2:18: note: 'URLResponse' has been explicitly marked unavailable here
1 | @available(*, unavailable, message: "This type has moved to the FoundationNetworking module. Import that module to use it.")
2 | public typealias URLResponse = AnyObject
  |                  `- note: 'URLResponse' has been explicitly marked unavailable here
/host/spi-builder-workspace/Sources/TripKitAPI/TKLog.swift:243:25: error: cannot find type 'URLRequest' in scope
241 |   /// The URL request along with a UUID to identify each request sent
242 |   public struct ServerRequest: Hashable {
243 |     public let request: URLRequest
    |                         `- error: cannot find type 'URLRequest' in scope
244 |     public let id: String
245 |
/host/spi-builder-workspace/Sources/TripKitAPI/TKLog.swift:287:56: error: cannot find type 'URLRequest' in scope
285 |   ///
286 |   /// When request request is completed make sure to call ``log(_:response:data:orError:for:uuid:)`` afterwards.
287 |   public class func log(_ identifier: String, request: URLRequest, uuid: UUID) {
    |                                                        `- error: cannot find type 'URLRequest' in scope
288 |     #if BETA || DEBUG || targetEnvironment(macCatalyst)
289 |     guard !loggers.isEmpty else { return }
/host/spi-builder-workspace/Sources/TripKitAPI/TKLog.swift:299:120: error: cannot find type 'URLRequest' in scope
297 |   ///
298 |   /// Should always follow a call to ``log(_:request:uuid:)`` with a matching UUID.
299 |   public class func log(_ identifier: String, response: URLResponse?, data: Data?, orError error: Error?, for request: URLRequest, uuid: UUID) {
    |                                                                                                                        `- error: cannot find type 'URLRequest' in scope
300 |     #if BETA || DEBUG || targetEnvironment(macCatalyst)
301 |     guard !loggers.isEmpty else { return }
/host/spi-builder-workspace/Sources/TripKitAPI/TKLog.swift:299:57: error: 'URLResponse' is unavailable: This type has moved to the FoundationNetworking module. Import that module to use it.
297 |   ///
298 |   /// Should always follow a call to ``log(_:request:uuid:)`` with a matching UUID.
299 |   public class func log(_ identifier: String, response: URLResponse?, data: Data?, orError error: Error?, for request: URLRequest, uuid: UUID) {
    |                                                         `- error: 'URLResponse' is unavailable: This type has moved to the FoundationNetworking module. Import that module to use it.
300 |     #if BETA || DEBUG || targetEnvironment(macCatalyst)
301 |     guard !loggers.isEmpty else { return }
Foundation.URLResponse:2:18: note: 'URLResponse' has been explicitly marked unavailable here
1 | @available(*, unavailable, message: "This type has moved to the FoundationNetworking module. Import that module to use it.")
2 | public typealias URLResponse = AnyObject
  |                  `- note: 'URLResponse' has been explicitly marked unavailable here
/host/spi-builder-workspace/Sources/TripKitAPI/TKLog.swift:347:38: error: 'URLResponse' is unavailable: This type has moved to the FoundationNetworking module. Import that module to use it.
345 |   }
346 |
347 |   public class func format(response: URLResponse, data: Data?, for request: TKLog.ServerRequest, detailed: Bool) -> String {
    |                                      `- error: 'URLResponse' is unavailable: This type has moved to the FoundationNetworking module. Import that module to use it.
348 |
349 |     let urlRequest = request.request
Foundation.URLResponse:2:18: note: 'URLResponse' has been explicitly marked unavailable here
1 | @available(*, unavailable, message: "This type has moved to the FoundationNetworking module. Import that module to use it.")
2 | public typealias URLResponse = AnyObject
  |                  `- note: 'URLResponse' has been explicitly marked unavailable here
/host/spi-builder-workspace/Sources/TripKitAPI/TKRegionManager.swift:142:56: error: cannot find type 'TKColor' in scope
140 |   /// - Parameter mode: The mode identifier for which you want the official color
141 |   /// - Returns: The color as defined by the server
142 |   public func color(forModeIdentifier mode: String) -> TKColor? {
    |                                                        `- error: cannot find type 'TKColor' in scope
143 |     return response?.modes?[mode]?.rgbColor.color
144 |   }
/host/spi-builder-workspace/Sources/TripKitAPI/TKRouter.swift:135:152: error: cannot find type 'URLRequest' in scope
133 | extension TKRouter {
134 |
135 |   public static func urlRequest<C>(request: TKRoutingQuery<C>, modes: Set<String>? = nil, includeAddress: Bool = false, config: TKAPIConfig) throws -> URLRequest {
    |                                                                                                                                                        `- error: cannot find type 'URLRequest' in scope
136 |     let paras = requestParameters(
137 |       request: request,
/host/spi-builder-workspace/Sources/TripKitAPI/TKServer.swift:530:18: error: cannot find type 'URLRequest' in scope
528 |
529 |   enum Info {
530 |     case request(URLRequest)
    |                  `- error: cannot find type 'URLRequest' in scope
531 |     case response(URLRequest, URLResponse?, Result<Data?, Error>)
532 |   }
/host/spi-builder-workspace/Sources/TripKitAPI/TKServer.swift:531:19: error: cannot find type 'URLRequest' in scope
529 |   enum Info {
530 |     case request(URLRequest)
531 |     case response(URLRequest, URLResponse?, Result<Data?, Error>)
    |                   `- error: cannot find type 'URLRequest' in scope
532 |   }
533 |
/host/spi-builder-workspace/Sources/TripKitAPI/TKServer.swift:531:31: error: 'URLResponse' is unavailable: This type has moved to the FoundationNetworking module. Import that module to use it.
529 |   enum Info {
530 |     case request(URLRequest)
531 |     case response(URLRequest, URLResponse?, Result<Data?, Error>)
    |                               `- error: 'URLResponse' is unavailable: This type has moved to the FoundationNetworking module. Import that module to use it.
532 |   }
533 |
Foundation.URLResponse:2:18: note: 'URLResponse' has been explicitly marked unavailable here
1 | @available(*, unavailable, message: "This type has moved to the FoundationNetworking module. Import that module to use it.")
2 | public typealias URLResponse = AnyObject
  |                  `- note: 'URLResponse' has been explicitly marked unavailable here
/host/spi-builder-workspace/Sources/TripKitAPI/TKServer.swift:608:38: error: cannot find type 'URLRequest' in scope
606 |   }
607 |
608 |   private static func hit(_ request: URLRequest, info: @escaping ((UUID, Info) -> Void), completion: @escaping (Response<Data?>) -> Void) {
    |                                      `- error: cannot find type 'URLRequest' in scope
609 |     let uuid = UUID()
610 |     info(uuid, .request(request))
/host/spi-builder-workspace/Sources/TripKitAPI/TKServer.swift:639:138: error: cannot find type 'URLRequest' in scope
637 | extension TKServer {
638 |
639 |   private func request(path: String, baseURL: URL, method: HTTPMethod, parameters: [String: Any]?, headers: [String: String]?) throws -> URLRequest {
    |                                                                                                                                          `- error: cannot find type 'URLRequest' in scope
640 |
641 |     switch method {
/host/spi-builder-workspace/Sources/TripKitAPI/TKServer.swift:662:124: error: cannot find type 'URLRequest' in scope
660 |   }
661 |
662 |   private func request(for url: URL, method: HTTPMethod, parameters: [String: Any]?, headers: [String: String]?) throws -> URLRequest {
    |                                                                                                                            `- error: cannot find type 'URLRequest' in scope
663 |
664 |     var request: URLRequest
/host/spi-builder-workspace/Sources/TripKitAPI/TKServer.swift:731:94: error: cannot find type 'URLRequest' in scope
729 |   }
730 |
731 |   public func GETRequestWithSkedGoHTTPHeaders(for url: URL, paras: [String: Any]?) throws -> URLRequest {
    |                                                                                              `- error: cannot find type 'URLRequest' in scope
732 |     try request(for: url, method: .GET, parameters: paras, headers: nil)
733 |   }
/host/spi-builder-workspace/Sources/TripKitAPI/model/API/AlertAPIModels.swift:85:23: error: cannot find type 'TKColor' in scope
 83 | #if !os(Linux)
 84 |     /// This color applies to an individual service.
 85 |     public var color: TKColor? { return modeInfo.color }
    |                       `- error: cannot find type 'TKColor' in scope
 86 | #endif
 87 |   }
/host/spi-builder-workspace/Sources/TripKitAPI/model/API/BaseAPIModels.swift:125:23: error: cannot find type 'TKColor' in scope
123 |
124 | #if !os(Linux)
125 |     public var color: TKColor {
    |                       `- error: cannot find type 'TKColor' in scope
126 |       return TKColor(red: CGFloat(red) / 255, green: CGFloat(green) / 255, blue: CGFloat(blue) / 255, alpha: 1)
127 |     }
/host/spi-builder-workspace/Sources/TripKitAPI/model/API/RouteAPIModel.swift:40:28: error: cannot find type 'TKColor' in scope
38 |
39 | #if !os(Linux)
40 |     public var routeColor: TKColor? { _routeColor?.color }
   |                            `- error: cannot find type 'TKColor' in scope
41 |
42 |     /// This color applies to an individual service.
/host/spi-builder-workspace/Sources/TripKitAPI/model/API/RouteAPIModel.swift:43:23: error: cannot find type 'TKColor' in scope
41 |
42 |     /// This color applies to an individual service.
43 |     public var color: TKColor? { return routeColor ?? modeInfo.color }
   |                       `- error: cannot find type 'TKColor' in scope
44 | #endif
45 |
/host/spi-builder-workspace/Sources/TripKitAPI/model/TKBookingTypes.swift:101:23: error: cannot find type 'TKColor' in scope
 99 |
100 | #if !os(Linux)
101 |     public var color: TKColor? {
    |                       `- error: cannot find type 'TKColor' in scope
102 |       return rgbColor?.color
103 |     }
/host/spi-builder-workspace/Sources/TripKitAPI/model/TKModeInfo.swift:52:21: error: cannot find type 'TKColor' in scope
 50 |
 51 | #if !os(Linux)
 52 |   public var color: TKColor? {
    |                     `- error: cannot find type 'TKColor' in scope
 53 |     return rgbColor?.color
 54 |   }
[25/60] Compiling TripKitAPI TKAPIConfig.swift
/host/spi-builder-workspace/Sources/TripKitAPI/TKConfig.swift:21:96: warning: 'init(contentsOf:)' is deprecated [#DeprecatedDeclaration]
19 | #else
20 |     // Yes, main!
21 |     if let path = Bundle.main.url(forResource: "Config", withExtension: "plist"), let config = NSDictionary(contentsOf: path) as? [String: AnyHashable] {
   |                                                                                                `- warning: 'init(contentsOf:)' is deprecated [#DeprecatedDeclaration]
22 |       configuration = config
23 |     } else {
/host/spi-builder-workspace/Sources/TripKitAPI/TKLog.swift:239:43: error: 'URLResponse' is unavailable: This type has moved to the FoundationNetworking module. Import that module to use it.
237 | extension TKLog {
238 |
239 |   public typealias ServerResult = Result<(URLResponse, Data?), Error>
    |                                           `- error: 'URLResponse' is unavailable: This type has moved to the FoundationNetworking module. Import that module to use it.
240 |
241 |   /// The URL request along with a UUID to identify each request sent
Foundation.URLResponse:2:18: note: 'URLResponse' has been explicitly marked unavailable here
1 | @available(*, unavailable, message: "This type has moved to the FoundationNetworking module. Import that module to use it.")
2 | public typealias URLResponse = AnyObject
  |                  `- note: 'URLResponse' has been explicitly marked unavailable here
/host/spi-builder-workspace/Sources/TripKitAPI/TKLog.swift:243:25: error: cannot find type 'URLRequest' in scope
241 |   /// The URL request along with a UUID to identify each request sent
242 |   public struct ServerRequest: Hashable {
243 |     public let request: URLRequest
    |                         `- error: cannot find type 'URLRequest' in scope
244 |     public let id: String
245 |
/host/spi-builder-workspace/Sources/TripKitAPI/TKLog.swift:287:56: error: cannot find type 'URLRequest' in scope
285 |   ///
286 |   /// When request request is completed make sure to call ``log(_:response:data:orError:for:uuid:)`` afterwards.
287 |   public class func log(_ identifier: String, request: URLRequest, uuid: UUID) {
    |                                                        `- error: cannot find type 'URLRequest' in scope
288 |     #if BETA || DEBUG || targetEnvironment(macCatalyst)
289 |     guard !loggers.isEmpty else { return }
/host/spi-builder-workspace/Sources/TripKitAPI/TKLog.swift:299:120: error: cannot find type 'URLRequest' in scope
297 |   ///
298 |   /// Should always follow a call to ``log(_:request:uuid:)`` with a matching UUID.
299 |   public class func log(_ identifier: String, response: URLResponse?, data: Data?, orError error: Error?, for request: URLRequest, uuid: UUID) {
    |                                                                                                                        `- error: cannot find type 'URLRequest' in scope
300 |     #if BETA || DEBUG || targetEnvironment(macCatalyst)
301 |     guard !loggers.isEmpty else { return }
/host/spi-builder-workspace/Sources/TripKitAPI/TKLog.swift:299:57: error: 'URLResponse' is unavailable: This type has moved to the FoundationNetworking module. Import that module to use it.
297 |   ///
298 |   /// Should always follow a call to ``log(_:request:uuid:)`` with a matching UUID.
299 |   public class func log(_ identifier: String, response: URLResponse?, data: Data?, orError error: Error?, for request: URLRequest, uuid: UUID) {
    |                                                         `- error: 'URLResponse' is unavailable: This type has moved to the FoundationNetworking module. Import that module to use it.
300 |     #if BETA || DEBUG || targetEnvironment(macCatalyst)
301 |     guard !loggers.isEmpty else { return }
Foundation.URLResponse:2:18: note: 'URLResponse' has been explicitly marked unavailable here
1 | @available(*, unavailable, message: "This type has moved to the FoundationNetworking module. Import that module to use it.")
2 | public typealias URLResponse = AnyObject
  |                  `- note: 'URLResponse' has been explicitly marked unavailable here
/host/spi-builder-workspace/Sources/TripKitAPI/TKLog.swift:347:38: error: 'URLResponse' is unavailable: This type has moved to the FoundationNetworking module. Import that module to use it.
345 |   }
346 |
347 |   public class func format(response: URLResponse, data: Data?, for request: TKLog.ServerRequest, detailed: Bool) -> String {
    |                                      `- error: 'URLResponse' is unavailable: This type has moved to the FoundationNetworking module. Import that module to use it.
348 |
349 |     let urlRequest = request.request
Foundation.URLResponse:2:18: note: 'URLResponse' has been explicitly marked unavailable here
1 | @available(*, unavailable, message: "This type has moved to the FoundationNetworking module. Import that module to use it.")
2 | public typealias URLResponse = AnyObject
  |                  `- note: 'URLResponse' has been explicitly marked unavailable here
/host/spi-builder-workspace/Sources/TripKitAPI/TKLog.swift:264:21: error: binary operator '==' cannot be applied to two '(URLResponse, Data?)' (aka '(AnyObject, Optional<Data>)') operands
262 |       switch (lhs.result, rhs.result) {
263 |       case (.success(let left), .success(let right)):
264 |         return left == right
    |                     `- error: binary operator '==' cannot be applied to two '(URLResponse, Data?)' (aka '(AnyObject, Optional<Data>)') operands
265 |       case (.failure(let left), .failure(let right)):
266 |         return left as NSError === right as NSError
/host/spi-builder-workspace/Sources/TripKitAPI/TKLog.swift:276:16: error: instance method 'combine' requires that 'H' conform to 'Hashable'
274 |       switch result {
275 |       case let .success((response, data)):
276 |         hasher.combine(response)
    |                `- error: instance method 'combine' requires that 'H' conform to 'Hashable'
277 |         hasher.combine(data)
278 |       case let .failure(error):
/host/spi-builder-workspace/Sources/TripKitAPI/TKLog.swift:351:35: warning: conditional cast from 'URLResponse' (aka 'AnyObject') to 'HTTPURLResponse' (aka 'AnyObject') always succeeds
349 |     let urlRequest = request.request
350 |     guard
351 |       let httpResponse = response as? HTTPURLResponse,
    |                                   `- warning: conditional cast from 'URLResponse' (aka 'AnyObject') to 'HTTPURLResponse' (aka 'AnyObject') always succeeds
352 |       let method = urlRequest.httpMethod,
353 |       let url = urlRequest.url else { return "[bad request]" }
/host/spi-builder-workspace/Sources/TripKitAPI/TKLog.swift:351:39: error: 'HTTPURLResponse' is unavailable: This type has moved to the FoundationNetworking module. Import that module to use it.
349 |     let urlRequest = request.request
350 |     guard
351 |       let httpResponse = response as? HTTPURLResponse,
    |                                       `- error: 'HTTPURLResponse' is unavailable: This type has moved to the FoundationNetworking module. Import that module to use it.
352 |       let method = urlRequest.httpMethod,
353 |       let url = urlRequest.url else { return "[bad request]" }
Foundation.HTTPURLResponse:2:18: note: 'HTTPURLResponse' has been explicitly marked unavailable here
1 | @available(*, unavailable, message: "This type has moved to the FoundationNetworking module. Import that module to use it.")
2 | public typealias HTTPURLResponse = AnyObject
  |                  `- note: 'HTTPURLResponse' has been explicitly marked unavailable here
/host/spi-builder-workspace/Sources/TripKitAPI/TKLog.swift:362:49: error: value of type 'HTTPURLResponse' (aka 'AnyObject') has no member 'statusCode'
360 |     }
361 |
362 |     var message = "\(emoji(status: httpResponse.statusCode)) \(httpResponse.statusCode): \(method) \(url.absoluteString)"
    |                                                 `- error: value of type 'HTTPURLResponse' (aka 'AnyObject') has no member 'statusCode'
363 |     guard detailed else { return message }
364 |
/host/spi-builder-workspace/Sources/TripKitAPI/TKLog.swift:365:32: error: value of type 'HTTPURLResponse' (aka 'AnyObject') has no member 'allHeaderFields'
363 |     guard detailed else { return message }
364 |
365 |     for header in httpResponse.allHeaderFields {
    |                                `- error: value of type 'HTTPURLResponse' (aka 'AnyObject') has no member 'allHeaderFields'
366 |       message += "\n\(header.key): \(header.value)"
367 |     }
/host/spi-builder-workspace/Sources/TripKitAPI/TKRegionManager.swift:142:56: error: cannot find type 'TKColor' in scope
140 |   /// - Parameter mode: The mode identifier for which you want the official color
141 |   /// - Returns: The color as defined by the server
142 |   public func color(forModeIdentifier mode: String) -> TKColor? {
    |                                                        `- error: cannot find type 'TKColor' in scope
143 |     return response?.modes?[mode]?.rgbColor.color
144 |   }
/host/spi-builder-workspace/Sources/TripKitAPI/TKRouter.swift:135:152: error: cannot find type 'URLRequest' in scope
133 | extension TKRouter {
134 |
135 |   public static func urlRequest<C>(request: TKRoutingQuery<C>, modes: Set<String>? = nil, includeAddress: Bool = false, config: TKAPIConfig) throws -> URLRequest {
    |                                                                                                                                                        `- error: cannot find type 'URLRequest' in scope
136 |     let paras = requestParameters(
137 |       request: request,
/host/spi-builder-workspace/Sources/TripKitAPI/TKRouter.swift:56:28: warning: converting non-Sendable function value to '@Sendable @convention(block) () -> Void' may introduce data races
 54 |   public func cancelRequests() {
 55 |     if let queue = workerQueue {
 56 |       queue.async(execute: cancelRequestsWorker)
    |                            `- warning: converting non-Sendable function value to '@Sendable @convention(block) () -> Void' may introduce data races
 57 |     } else {
 58 |       cancelRequestsWorker()
/host/spi-builder-workspace/Sources/TripKitAPI/TKRouter.swift:149:5: warning: no calls to throwing functions occur within 'try' expression
147 |
148 |   public static func routingRequestURL<C>(request: TKRoutingQuery<C>, modes: Set<String>? = nil, includeAddress: Bool = true, config: TKAPIConfig) -> String? {
149 |     try? urlRequest(request: request, modes: modes, includeAddress: includeAddress, config: config).url?.absoluteString
    |     `- warning: no calls to throwing functions occur within 'try' expression
150 |   }
151 |
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
[26/60] Compiling TripKitAPI TKConfig.swift
/host/spi-builder-workspace/Sources/TripKitAPI/TKConfig.swift:21:96: warning: 'init(contentsOf:)' is deprecated [#DeprecatedDeclaration]
19 | #else
20 |     // Yes, main!
21 |     if let path = Bundle.main.url(forResource: "Config", withExtension: "plist"), let config = NSDictionary(contentsOf: path) as? [String: AnyHashable] {
   |                                                                                                `- warning: 'init(contentsOf:)' is deprecated [#DeprecatedDeclaration]
22 |       configuration = config
23 |     } else {
/host/spi-builder-workspace/Sources/TripKitAPI/TKLog.swift:239:43: error: 'URLResponse' is unavailable: This type has moved to the FoundationNetworking module. Import that module to use it.
237 | extension TKLog {
238 |
239 |   public typealias ServerResult = Result<(URLResponse, Data?), Error>
    |                                           `- error: 'URLResponse' is unavailable: This type has moved to the FoundationNetworking module. Import that module to use it.
240 |
241 |   /// The URL request along with a UUID to identify each request sent
Foundation.URLResponse:2:18: note: 'URLResponse' has been explicitly marked unavailable here
1 | @available(*, unavailable, message: "This type has moved to the FoundationNetworking module. Import that module to use it.")
2 | public typealias URLResponse = AnyObject
  |                  `- note: 'URLResponse' has been explicitly marked unavailable here
/host/spi-builder-workspace/Sources/TripKitAPI/TKLog.swift:243:25: error: cannot find type 'URLRequest' in scope
241 |   /// The URL request along with a UUID to identify each request sent
242 |   public struct ServerRequest: Hashable {
243 |     public let request: URLRequest
    |                         `- error: cannot find type 'URLRequest' in scope
244 |     public let id: String
245 |
/host/spi-builder-workspace/Sources/TripKitAPI/TKLog.swift:287:56: error: cannot find type 'URLRequest' in scope
285 |   ///
286 |   /// When request request is completed make sure to call ``log(_:response:data:orError:for:uuid:)`` afterwards.
287 |   public class func log(_ identifier: String, request: URLRequest, uuid: UUID) {
    |                                                        `- error: cannot find type 'URLRequest' in scope
288 |     #if BETA || DEBUG || targetEnvironment(macCatalyst)
289 |     guard !loggers.isEmpty else { return }
/host/spi-builder-workspace/Sources/TripKitAPI/TKLog.swift:299:120: error: cannot find type 'URLRequest' in scope
297 |   ///
298 |   /// Should always follow a call to ``log(_:request:uuid:)`` with a matching UUID.
299 |   public class func log(_ identifier: String, response: URLResponse?, data: Data?, orError error: Error?, for request: URLRequest, uuid: UUID) {
    |                                                                                                                        `- error: cannot find type 'URLRequest' in scope
300 |     #if BETA || DEBUG || targetEnvironment(macCatalyst)
301 |     guard !loggers.isEmpty else { return }
/host/spi-builder-workspace/Sources/TripKitAPI/TKLog.swift:299:57: error: 'URLResponse' is unavailable: This type has moved to the FoundationNetworking module. Import that module to use it.
297 |   ///
298 |   /// Should always follow a call to ``log(_:request:uuid:)`` with a matching UUID.
299 |   public class func log(_ identifier: String, response: URLResponse?, data: Data?, orError error: Error?, for request: URLRequest, uuid: UUID) {
    |                                                         `- error: 'URLResponse' is unavailable: This type has moved to the FoundationNetworking module. Import that module to use it.
300 |     #if BETA || DEBUG || targetEnvironment(macCatalyst)
301 |     guard !loggers.isEmpty else { return }
Foundation.URLResponse:2:18: note: 'URLResponse' has been explicitly marked unavailable here
1 | @available(*, unavailable, message: "This type has moved to the FoundationNetworking module. Import that module to use it.")
2 | public typealias URLResponse = AnyObject
  |                  `- note: 'URLResponse' has been explicitly marked unavailable here
/host/spi-builder-workspace/Sources/TripKitAPI/TKLog.swift:347:38: error: 'URLResponse' is unavailable: This type has moved to the FoundationNetworking module. Import that module to use it.
345 |   }
346 |
347 |   public class func format(response: URLResponse, data: Data?, for request: TKLog.ServerRequest, detailed: Bool) -> String {
    |                                      `- error: 'URLResponse' is unavailable: This type has moved to the FoundationNetworking module. Import that module to use it.
348 |
349 |     let urlRequest = request.request
Foundation.URLResponse:2:18: note: 'URLResponse' has been explicitly marked unavailable here
1 | @available(*, unavailable, message: "This type has moved to the FoundationNetworking module. Import that module to use it.")
2 | public typealias URLResponse = AnyObject
  |                  `- note: 'URLResponse' has been explicitly marked unavailable here
/host/spi-builder-workspace/Sources/TripKitAPI/TKLog.swift:264:21: error: binary operator '==' cannot be applied to two '(URLResponse, Data?)' (aka '(AnyObject, Optional<Data>)') operands
262 |       switch (lhs.result, rhs.result) {
263 |       case (.success(let left), .success(let right)):
264 |         return left == right
    |                     `- error: binary operator '==' cannot be applied to two '(URLResponse, Data?)' (aka '(AnyObject, Optional<Data>)') operands
265 |       case (.failure(let left), .failure(let right)):
266 |         return left as NSError === right as NSError
/host/spi-builder-workspace/Sources/TripKitAPI/TKLog.swift:276:16: error: instance method 'combine' requires that 'H' conform to 'Hashable'
274 |       switch result {
275 |       case let .success((response, data)):
276 |         hasher.combine(response)
    |                `- error: instance method 'combine' requires that 'H' conform to 'Hashable'
277 |         hasher.combine(data)
278 |       case let .failure(error):
/host/spi-builder-workspace/Sources/TripKitAPI/TKLog.swift:351:35: warning: conditional cast from 'URLResponse' (aka 'AnyObject') to 'HTTPURLResponse' (aka 'AnyObject') always succeeds
349 |     let urlRequest = request.request
350 |     guard
351 |       let httpResponse = response as? HTTPURLResponse,
    |                                   `- warning: conditional cast from 'URLResponse' (aka 'AnyObject') to 'HTTPURLResponse' (aka 'AnyObject') always succeeds
352 |       let method = urlRequest.httpMethod,
353 |       let url = urlRequest.url else { return "[bad request]" }
/host/spi-builder-workspace/Sources/TripKitAPI/TKLog.swift:351:39: error: 'HTTPURLResponse' is unavailable: This type has moved to the FoundationNetworking module. Import that module to use it.
349 |     let urlRequest = request.request
350 |     guard
351 |       let httpResponse = response as? HTTPURLResponse,
    |                                       `- error: 'HTTPURLResponse' is unavailable: This type has moved to the FoundationNetworking module. Import that module to use it.
352 |       let method = urlRequest.httpMethod,
353 |       let url = urlRequest.url else { return "[bad request]" }
Foundation.HTTPURLResponse:2:18: note: 'HTTPURLResponse' has been explicitly marked unavailable here
1 | @available(*, unavailable, message: "This type has moved to the FoundationNetworking module. Import that module to use it.")
2 | public typealias HTTPURLResponse = AnyObject
  |                  `- note: 'HTTPURLResponse' has been explicitly marked unavailable here
/host/spi-builder-workspace/Sources/TripKitAPI/TKLog.swift:362:49: error: value of type 'HTTPURLResponse' (aka 'AnyObject') has no member 'statusCode'
360 |     }
361 |
362 |     var message = "\(emoji(status: httpResponse.statusCode)) \(httpResponse.statusCode): \(method) \(url.absoluteString)"
    |                                                 `- error: value of type 'HTTPURLResponse' (aka 'AnyObject') has no member 'statusCode'
363 |     guard detailed else { return message }
364 |
/host/spi-builder-workspace/Sources/TripKitAPI/TKLog.swift:365:32: error: value of type 'HTTPURLResponse' (aka 'AnyObject') has no member 'allHeaderFields'
363 |     guard detailed else { return message }
364 |
365 |     for header in httpResponse.allHeaderFields {
    |                                `- error: value of type 'HTTPURLResponse' (aka 'AnyObject') has no member 'allHeaderFields'
366 |       message += "\n\(header.key): \(header.value)"
367 |     }
/host/spi-builder-workspace/Sources/TripKitAPI/TKRegionManager.swift:142:56: error: cannot find type 'TKColor' in scope
140 |   /// - Parameter mode: The mode identifier for which you want the official color
141 |   /// - Returns: The color as defined by the server
142 |   public func color(forModeIdentifier mode: String) -> TKColor? {
    |                                                        `- error: cannot find type 'TKColor' in scope
143 |     return response?.modes?[mode]?.rgbColor.color
144 |   }
/host/spi-builder-workspace/Sources/TripKitAPI/TKRouter.swift:135:152: error: cannot find type 'URLRequest' in scope
133 | extension TKRouter {
134 |
135 |   public static func urlRequest<C>(request: TKRoutingQuery<C>, modes: Set<String>? = nil, includeAddress: Bool = false, config: TKAPIConfig) throws -> URLRequest {
    |                                                                                                                                                        `- error: cannot find type 'URLRequest' in scope
136 |     let paras = requestParameters(
137 |       request: request,
/host/spi-builder-workspace/Sources/TripKitAPI/TKRouter.swift:56:28: warning: converting non-Sendable function value to '@Sendable @convention(block) () -> Void' may introduce data races
 54 |   public func cancelRequests() {
 55 |     if let queue = workerQueue {
 56 |       queue.async(execute: cancelRequestsWorker)
    |                            `- warning: converting non-Sendable function value to '@Sendable @convention(block) () -> Void' may introduce data races
 57 |     } else {
 58 |       cancelRequestsWorker()
/host/spi-builder-workspace/Sources/TripKitAPI/TKRouter.swift:149:5: warning: no calls to throwing functions occur within 'try' expression
147 |
148 |   public static func routingRequestURL<C>(request: TKRoutingQuery<C>, modes: Set<String>? = nil, includeAddress: Bool = true, config: TKAPIConfig) -> String? {
149 |     try? urlRequest(request: request, modes: modes, includeAddress: includeAddress, config: config).url?.absoluteString
    |     `- warning: no calls to throwing functions occur within 'try' expression
150 |   }
151 |
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
[27/60] Compiling TripKitAPI TKCrossPlatform.swift
/host/spi-builder-workspace/Sources/TripKitAPI/TKConfig.swift:21:96: warning: 'init(contentsOf:)' is deprecated [#DeprecatedDeclaration]
19 | #else
20 |     // Yes, main!
21 |     if let path = Bundle.main.url(forResource: "Config", withExtension: "plist"), let config = NSDictionary(contentsOf: path) as? [String: AnyHashable] {
   |                                                                                                `- warning: 'init(contentsOf:)' is deprecated [#DeprecatedDeclaration]
22 |       configuration = config
23 |     } else {
/host/spi-builder-workspace/Sources/TripKitAPI/TKLog.swift:239:43: error: 'URLResponse' is unavailable: This type has moved to the FoundationNetworking module. Import that module to use it.
237 | extension TKLog {
238 |
239 |   public typealias ServerResult = Result<(URLResponse, Data?), Error>
    |                                           `- error: 'URLResponse' is unavailable: This type has moved to the FoundationNetworking module. Import that module to use it.
240 |
241 |   /// The URL request along with a UUID to identify each request sent
Foundation.URLResponse:2:18: note: 'URLResponse' has been explicitly marked unavailable here
1 | @available(*, unavailable, message: "This type has moved to the FoundationNetworking module. Import that module to use it.")
2 | public typealias URLResponse = AnyObject
  |                  `- note: 'URLResponse' has been explicitly marked unavailable here
/host/spi-builder-workspace/Sources/TripKitAPI/TKLog.swift:243:25: error: cannot find type 'URLRequest' in scope
241 |   /// The URL request along with a UUID to identify each request sent
242 |   public struct ServerRequest: Hashable {
243 |     public let request: URLRequest
    |                         `- error: cannot find type 'URLRequest' in scope
244 |     public let id: String
245 |
/host/spi-builder-workspace/Sources/TripKitAPI/TKLog.swift:287:56: error: cannot find type 'URLRequest' in scope
285 |   ///
286 |   /// When request request is completed make sure to call ``log(_:response:data:orError:for:uuid:)`` afterwards.
287 |   public class func log(_ identifier: String, request: URLRequest, uuid: UUID) {
    |                                                        `- error: cannot find type 'URLRequest' in scope
288 |     #if BETA || DEBUG || targetEnvironment(macCatalyst)
289 |     guard !loggers.isEmpty else { return }
/host/spi-builder-workspace/Sources/TripKitAPI/TKLog.swift:299:120: error: cannot find type 'URLRequest' in scope
297 |   ///
298 |   /// Should always follow a call to ``log(_:request:uuid:)`` with a matching UUID.
299 |   public class func log(_ identifier: String, response: URLResponse?, data: Data?, orError error: Error?, for request: URLRequest, uuid: UUID) {
    |                                                                                                                        `- error: cannot find type 'URLRequest' in scope
300 |     #if BETA || DEBUG || targetEnvironment(macCatalyst)
301 |     guard !loggers.isEmpty else { return }
/host/spi-builder-workspace/Sources/TripKitAPI/TKLog.swift:299:57: error: 'URLResponse' is unavailable: This type has moved to the FoundationNetworking module. Import that module to use it.
297 |   ///
298 |   /// Should always follow a call to ``log(_:request:uuid:)`` with a matching UUID.
299 |   public class func log(_ identifier: String, response: URLResponse?, data: Data?, orError error: Error?, for request: URLRequest, uuid: UUID) {
    |                                                         `- error: 'URLResponse' is unavailable: This type has moved to the FoundationNetworking module. Import that module to use it.
300 |     #if BETA || DEBUG || targetEnvironment(macCatalyst)
301 |     guard !loggers.isEmpty else { return }
Foundation.URLResponse:2:18: note: 'URLResponse' has been explicitly marked unavailable here
1 | @available(*, unavailable, message: "This type has moved to the FoundationNetworking module. Import that module to use it.")
2 | public typealias URLResponse = AnyObject
  |                  `- note: 'URLResponse' has been explicitly marked unavailable here
/host/spi-builder-workspace/Sources/TripKitAPI/TKLog.swift:347:38: error: 'URLResponse' is unavailable: This type has moved to the FoundationNetworking module. Import that module to use it.
345 |   }
346 |
347 |   public class func format(response: URLResponse, data: Data?, for request: TKLog.ServerRequest, detailed: Bool) -> String {
    |                                      `- error: 'URLResponse' is unavailable: This type has moved to the FoundationNetworking module. Import that module to use it.
348 |
349 |     let urlRequest = request.request
Foundation.URLResponse:2:18: note: 'URLResponse' has been explicitly marked unavailable here
1 | @available(*, unavailable, message: "This type has moved to the FoundationNetworking module. Import that module to use it.")
2 | public typealias URLResponse = AnyObject
  |                  `- note: 'URLResponse' has been explicitly marked unavailable here
/host/spi-builder-workspace/Sources/TripKitAPI/TKLog.swift:264:21: error: binary operator '==' cannot be applied to two '(URLResponse, Data?)' (aka '(AnyObject, Optional<Data>)') operands
262 |       switch (lhs.result, rhs.result) {
263 |       case (.success(let left), .success(let right)):
264 |         return left == right
    |                     `- error: binary operator '==' cannot be applied to two '(URLResponse, Data?)' (aka '(AnyObject, Optional<Data>)') operands
265 |       case (.failure(let left), .failure(let right)):
266 |         return left as NSError === right as NSError
/host/spi-builder-workspace/Sources/TripKitAPI/TKLog.swift:276:16: error: instance method 'combine' requires that 'H' conform to 'Hashable'
274 |       switch result {
275 |       case let .success((response, data)):
276 |         hasher.combine(response)
    |                `- error: instance method 'combine' requires that 'H' conform to 'Hashable'
277 |         hasher.combine(data)
278 |       case let .failure(error):
/host/spi-builder-workspace/Sources/TripKitAPI/TKLog.swift:351:35: warning: conditional cast from 'URLResponse' (aka 'AnyObject') to 'HTTPURLResponse' (aka 'AnyObject') always succeeds
349 |     let urlRequest = request.request
350 |     guard
351 |       let httpResponse = response as? HTTPURLResponse,
    |                                   `- warning: conditional cast from 'URLResponse' (aka 'AnyObject') to 'HTTPURLResponse' (aka 'AnyObject') always succeeds
352 |       let method = urlRequest.httpMethod,
353 |       let url = urlRequest.url else { return "[bad request]" }
/host/spi-builder-workspace/Sources/TripKitAPI/TKLog.swift:351:39: error: 'HTTPURLResponse' is unavailable: This type has moved to the FoundationNetworking module. Import that module to use it.
349 |     let urlRequest = request.request
350 |     guard
351 |       let httpResponse = response as? HTTPURLResponse,
    |                                       `- error: 'HTTPURLResponse' is unavailable: This type has moved to the FoundationNetworking module. Import that module to use it.
352 |       let method = urlRequest.httpMethod,
353 |       let url = urlRequest.url else { return "[bad request]" }
Foundation.HTTPURLResponse:2:18: note: 'HTTPURLResponse' has been explicitly marked unavailable here
1 | @available(*, unavailable, message: "This type has moved to the FoundationNetworking module. Import that module to use it.")
2 | public typealias HTTPURLResponse = AnyObject
  |                  `- note: 'HTTPURLResponse' has been explicitly marked unavailable here
/host/spi-builder-workspace/Sources/TripKitAPI/TKLog.swift:362:49: error: value of type 'HTTPURLResponse' (aka 'AnyObject') has no member 'statusCode'
360 |     }
361 |
362 |     var message = "\(emoji(status: httpResponse.statusCode)) \(httpResponse.statusCode): \(method) \(url.absoluteString)"
    |                                                 `- error: value of type 'HTTPURLResponse' (aka 'AnyObject') has no member 'statusCode'
363 |     guard detailed else { return message }
364 |
/host/spi-builder-workspace/Sources/TripKitAPI/TKLog.swift:365:32: error: value of type 'HTTPURLResponse' (aka 'AnyObject') has no member 'allHeaderFields'
363 |     guard detailed else { return message }
364 |
365 |     for header in httpResponse.allHeaderFields {
    |                                `- error: value of type 'HTTPURLResponse' (aka 'AnyObject') has no member 'allHeaderFields'
366 |       message += "\n\(header.key): \(header.value)"
367 |     }
/host/spi-builder-workspace/Sources/TripKitAPI/TKRegionManager.swift:142:56: error: cannot find type 'TKColor' in scope
140 |   /// - Parameter mode: The mode identifier for which you want the official color
141 |   /// - Returns: The color as defined by the server
142 |   public func color(forModeIdentifier mode: String) -> TKColor? {
    |                                                        `- error: cannot find type 'TKColor' in scope
143 |     return response?.modes?[mode]?.rgbColor.color
144 |   }
/host/spi-builder-workspace/Sources/TripKitAPI/TKRouter.swift:135:152: error: cannot find type 'URLRequest' in scope
133 | extension TKRouter {
134 |
135 |   public static func urlRequest<C>(request: TKRoutingQuery<C>, modes: Set<String>? = nil, includeAddress: Bool = false, config: TKAPIConfig) throws -> URLRequest {
    |                                                                                                                                                        `- error: cannot find type 'URLRequest' in scope
136 |     let paras = requestParameters(
137 |       request: request,
/host/spi-builder-workspace/Sources/TripKitAPI/TKRouter.swift:56:28: warning: converting non-Sendable function value to '@Sendable @convention(block) () -> Void' may introduce data races
 54 |   public func cancelRequests() {
 55 |     if let queue = workerQueue {
 56 |       queue.async(execute: cancelRequestsWorker)
    |                            `- warning: converting non-Sendable function value to '@Sendable @convention(block) () -> Void' may introduce data races
 57 |     } else {
 58 |       cancelRequestsWorker()
/host/spi-builder-workspace/Sources/TripKitAPI/TKRouter.swift:149:5: warning: no calls to throwing functions occur within 'try' expression
147 |
148 |   public static func routingRequestURL<C>(request: TKRoutingQuery<C>, modes: Set<String>? = nil, includeAddress: Bool = true, config: TKAPIConfig) -> String? {
149 |     try? urlRequest(request: request, modes: modes, includeAddress: includeAddress, config: config).url?.absoluteString
    |     `- warning: no calls to throwing functions occur within 'try' expression
150 |   }
151 |
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
[28/60] Compiling TripKitAPI TKLog.swift
/host/spi-builder-workspace/Sources/TripKitAPI/TKConfig.swift:21:96: warning: 'init(contentsOf:)' is deprecated [#DeprecatedDeclaration]
19 | #else
20 |     // Yes, main!
21 |     if let path = Bundle.main.url(forResource: "Config", withExtension: "plist"), let config = NSDictionary(contentsOf: path) as? [String: AnyHashable] {
   |                                                                                                `- warning: 'init(contentsOf:)' is deprecated [#DeprecatedDeclaration]
22 |       configuration = config
23 |     } else {
/host/spi-builder-workspace/Sources/TripKitAPI/TKLog.swift:239:43: error: 'URLResponse' is unavailable: This type has moved to the FoundationNetworking module. Import that module to use it.
237 | extension TKLog {
238 |
239 |   public typealias ServerResult = Result<(URLResponse, Data?), Error>
    |                                           `- error: 'URLResponse' is unavailable: This type has moved to the FoundationNetworking module. Import that module to use it.
240 |
241 |   /// The URL request along with a UUID to identify each request sent
Foundation.URLResponse:2:18: note: 'URLResponse' has been explicitly marked unavailable here
1 | @available(*, unavailable, message: "This type has moved to the FoundationNetworking module. Import that module to use it.")
2 | public typealias URLResponse = AnyObject
  |                  `- note: 'URLResponse' has been explicitly marked unavailable here
/host/spi-builder-workspace/Sources/TripKitAPI/TKLog.swift:243:25: error: cannot find type 'URLRequest' in scope
241 |   /// The URL request along with a UUID to identify each request sent
242 |   public struct ServerRequest: Hashable {
243 |     public let request: URLRequest
    |                         `- error: cannot find type 'URLRequest' in scope
244 |     public let id: String
245 |
/host/spi-builder-workspace/Sources/TripKitAPI/TKLog.swift:287:56: error: cannot find type 'URLRequest' in scope
285 |   ///
286 |   /// When request request is completed make sure to call ``log(_:response:data:orError:for:uuid:)`` afterwards.
287 |   public class func log(_ identifier: String, request: URLRequest, uuid: UUID) {
    |                                                        `- error: cannot find type 'URLRequest' in scope
288 |     #if BETA || DEBUG || targetEnvironment(macCatalyst)
289 |     guard !loggers.isEmpty else { return }
/host/spi-builder-workspace/Sources/TripKitAPI/TKLog.swift:299:120: error: cannot find type 'URLRequest' in scope
297 |   ///
298 |   /// Should always follow a call to ``log(_:request:uuid:)`` with a matching UUID.
299 |   public class func log(_ identifier: String, response: URLResponse?, data: Data?, orError error: Error?, for request: URLRequest, uuid: UUID) {
    |                                                                                                                        `- error: cannot find type 'URLRequest' in scope
300 |     #if BETA || DEBUG || targetEnvironment(macCatalyst)
301 |     guard !loggers.isEmpty else { return }
/host/spi-builder-workspace/Sources/TripKitAPI/TKLog.swift:299:57: error: 'URLResponse' is unavailable: This type has moved to the FoundationNetworking module. Import that module to use it.
297 |   ///
298 |   /// Should always follow a call to ``log(_:request:uuid:)`` with a matching UUID.
299 |   public class func log(_ identifier: String, response: URLResponse?, data: Data?, orError error: Error?, for request: URLRequest, uuid: UUID) {
    |                                                         `- error: 'URLResponse' is unavailable: This type has moved to the FoundationNetworking module. Import that module to use it.
300 |     #if BETA || DEBUG || targetEnvironment(macCatalyst)
301 |     guard !loggers.isEmpty else { return }
Foundation.URLResponse:2:18: note: 'URLResponse' has been explicitly marked unavailable here
1 | @available(*, unavailable, message: "This type has moved to the FoundationNetworking module. Import that module to use it.")
2 | public typealias URLResponse = AnyObject
  |                  `- note: 'URLResponse' has been explicitly marked unavailable here
/host/spi-builder-workspace/Sources/TripKitAPI/TKLog.swift:347:38: error: 'URLResponse' is unavailable: This type has moved to the FoundationNetworking module. Import that module to use it.
345 |   }
346 |
347 |   public class func format(response: URLResponse, data: Data?, for request: TKLog.ServerRequest, detailed: Bool) -> String {
    |                                      `- error: 'URLResponse' is unavailable: This type has moved to the FoundationNetworking module. Import that module to use it.
348 |
349 |     let urlRequest = request.request
Foundation.URLResponse:2:18: note: 'URLResponse' has been explicitly marked unavailable here
1 | @available(*, unavailable, message: "This type has moved to the FoundationNetworking module. Import that module to use it.")
2 | public typealias URLResponse = AnyObject
  |                  `- note: 'URLResponse' has been explicitly marked unavailable here
/host/spi-builder-workspace/Sources/TripKitAPI/TKLog.swift:264:21: error: binary operator '==' cannot be applied to two '(URLResponse, Data?)' (aka '(AnyObject, Optional<Data>)') operands
262 |       switch (lhs.result, rhs.result) {
263 |       case (.success(let left), .success(let right)):
264 |         return left == right
    |                     `- error: binary operator '==' cannot be applied to two '(URLResponse, Data?)' (aka '(AnyObject, Optional<Data>)') operands
265 |       case (.failure(let left), .failure(let right)):
266 |         return left as NSError === right as NSError
/host/spi-builder-workspace/Sources/TripKitAPI/TKLog.swift:276:16: error: instance method 'combine' requires that 'H' conform to 'Hashable'
274 |       switch result {
275 |       case let .success((response, data)):
276 |         hasher.combine(response)
    |                `- error: instance method 'combine' requires that 'H' conform to 'Hashable'
277 |         hasher.combine(data)
278 |       case let .failure(error):
/host/spi-builder-workspace/Sources/TripKitAPI/TKLog.swift:351:35: warning: conditional cast from 'URLResponse' (aka 'AnyObject') to 'HTTPURLResponse' (aka 'AnyObject') always succeeds
349 |     let urlRequest = request.request
350 |     guard
351 |       let httpResponse = response as? HTTPURLResponse,
    |                                   `- warning: conditional cast from 'URLResponse' (aka 'AnyObject') to 'HTTPURLResponse' (aka 'AnyObject') always succeeds
352 |       let method = urlRequest.httpMethod,
353 |       let url = urlRequest.url else { return "[bad request]" }
/host/spi-builder-workspace/Sources/TripKitAPI/TKLog.swift:351:39: error: 'HTTPURLResponse' is unavailable: This type has moved to the FoundationNetworking module. Import that module to use it.
349 |     let urlRequest = request.request
350 |     guard
351 |       let httpResponse = response as? HTTPURLResponse,
    |                                       `- error: 'HTTPURLResponse' is unavailable: This type has moved to the FoundationNetworking module. Import that module to use it.
352 |       let method = urlRequest.httpMethod,
353 |       let url = urlRequest.url else { return "[bad request]" }
Foundation.HTTPURLResponse:2:18: note: 'HTTPURLResponse' has been explicitly marked unavailable here
1 | @available(*, unavailable, message: "This type has moved to the FoundationNetworking module. Import that module to use it.")
2 | public typealias HTTPURLResponse = AnyObject
  |                  `- note: 'HTTPURLResponse' has been explicitly marked unavailable here
/host/spi-builder-workspace/Sources/TripKitAPI/TKLog.swift:362:49: error: value of type 'HTTPURLResponse' (aka 'AnyObject') has no member 'statusCode'
360 |     }
361 |
362 |     var message = "\(emoji(status: httpResponse.statusCode)) \(httpResponse.statusCode): \(method) \(url.absoluteString)"
    |                                                 `- error: value of type 'HTTPURLResponse' (aka 'AnyObject') has no member 'statusCode'
363 |     guard detailed else { return message }
364 |
/host/spi-builder-workspace/Sources/TripKitAPI/TKLog.swift:365:32: error: value of type 'HTTPURLResponse' (aka 'AnyObject') has no member 'allHeaderFields'
363 |     guard detailed else { return message }
364 |
365 |     for header in httpResponse.allHeaderFields {
    |                                `- error: value of type 'HTTPURLResponse' (aka 'AnyObject') has no member 'allHeaderFields'
366 |       message += "\n\(header.key): \(header.value)"
367 |     }
/host/spi-builder-workspace/Sources/TripKitAPI/TKRegionManager.swift:142:56: error: cannot find type 'TKColor' in scope
140 |   /// - Parameter mode: The mode identifier for which you want the official color
141 |   /// - Returns: The color as defined by the server
142 |   public func color(forModeIdentifier mode: String) -> TKColor? {
    |                                                        `- error: cannot find type 'TKColor' in scope
143 |     return response?.modes?[mode]?.rgbColor.color
144 |   }
/host/spi-builder-workspace/Sources/TripKitAPI/TKRouter.swift:135:152: error: cannot find type 'URLRequest' in scope
133 | extension TKRouter {
134 |
135 |   public static func urlRequest<C>(request: TKRoutingQuery<C>, modes: Set<String>? = nil, includeAddress: Bool = false, config: TKAPIConfig) throws -> URLRequest {
    |                                                                                                                                                        `- error: cannot find type 'URLRequest' in scope
136 |     let paras = requestParameters(
137 |       request: request,
/host/spi-builder-workspace/Sources/TripKitAPI/TKRouter.swift:56:28: warning: converting non-Sendable function value to '@Sendable @convention(block) () -> Void' may introduce data races
 54 |   public func cancelRequests() {
 55 |     if let queue = workerQueue {
 56 |       queue.async(execute: cancelRequestsWorker)
    |                            `- warning: converting non-Sendable function value to '@Sendable @convention(block) () -> Void' may introduce data races
 57 |     } else {
 58 |       cancelRequestsWorker()
/host/spi-builder-workspace/Sources/TripKitAPI/TKRouter.swift:149:5: warning: no calls to throwing functions occur within 'try' expression
147 |
148 |   public static func routingRequestURL<C>(request: TKRoutingQuery<C>, modes: Set<String>? = nil, includeAddress: Bool = true, config: TKAPIConfig) -> String? {
149 |     try? urlRequest(request: request, modes: modes, includeAddress: includeAddress, config: config).url?.absoluteString
    |     `- warning: no calls to throwing functions occur within 'try' expression
150 |   }
151 |
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
[29/60] Compiling TripKitAPI TKRegionManager.swift
/host/spi-builder-workspace/Sources/TripKitAPI/TKConfig.swift:21:96: warning: 'init(contentsOf:)' is deprecated [#DeprecatedDeclaration]
19 | #else
20 |     // Yes, main!
21 |     if let path = Bundle.main.url(forResource: "Config", withExtension: "plist"), let config = NSDictionary(contentsOf: path) as? [String: AnyHashable] {
   |                                                                                                `- warning: 'init(contentsOf:)' is deprecated [#DeprecatedDeclaration]
22 |       configuration = config
23 |     } else {
/host/spi-builder-workspace/Sources/TripKitAPI/TKLog.swift:239:43: error: 'URLResponse' is unavailable: This type has moved to the FoundationNetworking module. Import that module to use it.
237 | extension TKLog {
238 |
239 |   public typealias ServerResult = Result<(URLResponse, Data?), Error>
    |                                           `- error: 'URLResponse' is unavailable: This type has moved to the FoundationNetworking module. Import that module to use it.
240 |
241 |   /// The URL request along with a UUID to identify each request sent
Foundation.URLResponse:2:18: note: 'URLResponse' has been explicitly marked unavailable here
1 | @available(*, unavailable, message: "This type has moved to the FoundationNetworking module. Import that module to use it.")
2 | public typealias URLResponse = AnyObject
  |                  `- note: 'URLResponse' has been explicitly marked unavailable here
/host/spi-builder-workspace/Sources/TripKitAPI/TKLog.swift:243:25: error: cannot find type 'URLRequest' in scope
241 |   /// The URL request along with a UUID to identify each request sent
242 |   public struct ServerRequest: Hashable {
243 |     public let request: URLRequest
    |                         `- error: cannot find type 'URLRequest' in scope
244 |     public let id: String
245 |
/host/spi-builder-workspace/Sources/TripKitAPI/TKLog.swift:287:56: error: cannot find type 'URLRequest' in scope
285 |   ///
286 |   /// When request request is completed make sure to call ``log(_:response:data:orError:for:uuid:)`` afterwards.
287 |   public class func log(_ identifier: String, request: URLRequest, uuid: UUID) {
    |                                                        `- error: cannot find type 'URLRequest' in scope
288 |     #if BETA || DEBUG || targetEnvironment(macCatalyst)
289 |     guard !loggers.isEmpty else { return }
/host/spi-builder-workspace/Sources/TripKitAPI/TKLog.swift:299:120: error: cannot find type 'URLRequest' in scope
297 |   ///
298 |   /// Should always follow a call to ``log(_:request:uuid:)`` with a matching UUID.
299 |   public class func log(_ identifier: String, response: URLResponse?, data: Data?, orError error: Error?, for request: URLRequest, uuid: UUID) {
    |                                                                                                                        `- error: cannot find type 'URLRequest' in scope
300 |     #if BETA || DEBUG || targetEnvironment(macCatalyst)
301 |     guard !loggers.isEmpty else { return }
/host/spi-builder-workspace/Sources/TripKitAPI/TKLog.swift:299:57: error: 'URLResponse' is unavailable: This type has moved to the FoundationNetworking module. Import that module to use it.
297 |   ///
298 |   /// Should always follow a call to ``log(_:request:uuid:)`` with a matching UUID.
299 |   public class func log(_ identifier: String, response: URLResponse?, data: Data?, orError error: Error?, for request: URLRequest, uuid: UUID) {
    |                                                         `- error: 'URLResponse' is unavailable: This type has moved to the FoundationNetworking module. Import that module to use it.
300 |     #if BETA || DEBUG || targetEnvironment(macCatalyst)
301 |     guard !loggers.isEmpty else { return }
Foundation.URLResponse:2:18: note: 'URLResponse' has been explicitly marked unavailable here
1 | @available(*, unavailable, message: "This type has moved to the FoundationNetworking module. Import that module to use it.")
2 | public typealias URLResponse = AnyObject
  |                  `- note: 'URLResponse' has been explicitly marked unavailable here
/host/spi-builder-workspace/Sources/TripKitAPI/TKLog.swift:347:38: error: 'URLResponse' is unavailable: This type has moved to the FoundationNetworking module. Import that module to use it.
345 |   }
346 |
347 |   public class func format(response: URLResponse, data: Data?, for request: TKLog.ServerRequest, detailed: Bool) -> String {
    |                                      `- error: 'URLResponse' is unavailable: This type has moved to the FoundationNetworking module. Import that module to use it.
348 |
349 |     let urlRequest = request.request
Foundation.URLResponse:2:18: note: 'URLResponse' has been explicitly marked unavailable here
1 | @available(*, unavailable, message: "This type has moved to the FoundationNetworking module. Import that module to use it.")
2 | public typealias URLResponse = AnyObject
  |                  `- note: 'URLResponse' has been explicitly marked unavailable here
/host/spi-builder-workspace/Sources/TripKitAPI/TKLog.swift:264:21: error: binary operator '==' cannot be applied to two '(URLResponse, Data?)' (aka '(AnyObject, Optional<Data>)') operands
262 |       switch (lhs.result, rhs.result) {
263 |       case (.success(let left), .success(let right)):
264 |         return left == right
    |                     `- error: binary operator '==' cannot be applied to two '(URLResponse, Data?)' (aka '(AnyObject, Optional<Data>)') operands
265 |       case (.failure(let left), .failure(let right)):
266 |         return left as NSError === right as NSError
/host/spi-builder-workspace/Sources/TripKitAPI/TKLog.swift:276:16: error: instance method 'combine' requires that 'H' conform to 'Hashable'
274 |       switch result {
275 |       case let .success((response, data)):
276 |         hasher.combine(response)
    |                `- error: instance method 'combine' requires that 'H' conform to 'Hashable'
277 |         hasher.combine(data)
278 |       case let .failure(error):
/host/spi-builder-workspace/Sources/TripKitAPI/TKLog.swift:351:35: warning: conditional cast from 'URLResponse' (aka 'AnyObject') to 'HTTPURLResponse' (aka 'AnyObject') always succeeds
349 |     let urlRequest = request.request
350 |     guard
351 |       let httpResponse = response as? HTTPURLResponse,
    |                                   `- warning: conditional cast from 'URLResponse' (aka 'AnyObject') to 'HTTPURLResponse' (aka 'AnyObject') always succeeds
352 |       let method = urlRequest.httpMethod,
353 |       let url = urlRequest.url else { return "[bad request]" }
/host/spi-builder-workspace/Sources/TripKitAPI/TKLog.swift:351:39: error: 'HTTPURLResponse' is unavailable: This type has moved to the FoundationNetworking module. Import that module to use it.
349 |     let urlRequest = request.request
350 |     guard
351 |       let httpResponse = response as? HTTPURLResponse,
    |                                       `- error: 'HTTPURLResponse' is unavailable: This type has moved to the FoundationNetworking module. Import that module to use it.
352 |       let method = urlRequest.httpMethod,
353 |       let url = urlRequest.url else { return "[bad request]" }
Foundation.HTTPURLResponse:2:18: note: 'HTTPURLResponse' has been explicitly marked unavailable here
1 | @available(*, unavailable, message: "This type has moved to the FoundationNetworking module. Import that module to use it.")
2 | public typealias HTTPURLResponse = AnyObject
  |                  `- note: 'HTTPURLResponse' has been explicitly marked unavailable here
/host/spi-builder-workspace/Sources/TripKitAPI/TKLog.swift:362:49: error: value of type 'HTTPURLResponse' (aka 'AnyObject') has no member 'statusCode'
360 |     }
361 |
362 |     var message = "\(emoji(status: httpResponse.statusCode)) \(httpResponse.statusCode): \(method) \(url.absoluteString)"
    |                                                 `- error: value of type 'HTTPURLResponse' (aka 'AnyObject') has no member 'statusCode'
363 |     guard detailed else { return message }
364 |
/host/spi-builder-workspace/Sources/TripKitAPI/TKLog.swift:365:32: error: value of type 'HTTPURLResponse' (aka 'AnyObject') has no member 'allHeaderFields'
363 |     guard detailed else { return message }
364 |
365 |     for header in httpResponse.allHeaderFields {
    |                                `- error: value of type 'HTTPURLResponse' (aka 'AnyObject') has no member 'allHeaderFields'
366 |       message += "\n\(header.key): \(header.value)"
367 |     }
/host/spi-builder-workspace/Sources/TripKitAPI/TKRegionManager.swift:142:56: error: cannot find type 'TKColor' in scope
140 |   /// - Parameter mode: The mode identifier for which you want the official color
141 |   /// - Returns: The color as defined by the server
142 |   public func color(forModeIdentifier mode: String) -> TKColor? {
    |                                                        `- error: cannot find type 'TKColor' in scope
143 |     return response?.modes?[mode]?.rgbColor.color
144 |   }
/host/spi-builder-workspace/Sources/TripKitAPI/TKRouter.swift:135:152: error: cannot find type 'URLRequest' in scope
133 | extension TKRouter {
134 |
135 |   public static func urlRequest<C>(request: TKRoutingQuery<C>, modes: Set<String>? = nil, includeAddress: Bool = false, config: TKAPIConfig) throws -> URLRequest {
    |                                                                                                                                                        `- error: cannot find type 'URLRequest' in scope
136 |     let paras = requestParameters(
137 |       request: request,
/host/spi-builder-workspace/Sources/TripKitAPI/TKRouter.swift:56:28: warning: converting non-Sendable function value to '@Sendable @convention(block) () -> Void' may introduce data races
 54 |   public func cancelRequests() {
 55 |     if let queue = workerQueue {
 56 |       queue.async(execute: cancelRequestsWorker)
    |                            `- warning: converting non-Sendable function value to '@Sendable @convention(block) () -> Void' may introduce data races
 57 |     } else {
 58 |       cancelRequestsWorker()
/host/spi-builder-workspace/Sources/TripKitAPI/TKRouter.swift:149:5: warning: no calls to throwing functions occur within 'try' expression
147 |
148 |   public static func routingRequestURL<C>(request: TKRoutingQuery<C>, modes: Set<String>? = nil, includeAddress: Bool = true, config: TKAPIConfig) -> String? {
149 |     try? urlRequest(request: request, modes: modes, includeAddress: includeAddress, config: config).url?.absoluteString
    |     `- warning: no calls to throwing functions occur within 'try' expression
150 |   }
151 |
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
[30/60] Compiling TripKitAPI TKRouter.swift
/host/spi-builder-workspace/Sources/TripKitAPI/TKConfig.swift:21:96: warning: 'init(contentsOf:)' is deprecated [#DeprecatedDeclaration]
19 | #else
20 |     // Yes, main!
21 |     if let path = Bundle.main.url(forResource: "Config", withExtension: "plist"), let config = NSDictionary(contentsOf: path) as? [String: AnyHashable] {
   |                                                                                                `- warning: 'init(contentsOf:)' is deprecated [#DeprecatedDeclaration]
22 |       configuration = config
23 |     } else {
/host/spi-builder-workspace/Sources/TripKitAPI/TKLog.swift:239:43: error: 'URLResponse' is unavailable: This type has moved to the FoundationNetworking module. Import that module to use it.
237 | extension TKLog {
238 |
239 |   public typealias ServerResult = Result<(URLResponse, Data?), Error>
    |                                           `- error: 'URLResponse' is unavailable: This type has moved to the FoundationNetworking module. Import that module to use it.
240 |
241 |   /// The URL request along with a UUID to identify each request sent
Foundation.URLResponse:2:18: note: 'URLResponse' has been explicitly marked unavailable here
1 | @available(*, unavailable, message: "This type has moved to the FoundationNetworking module. Import that module to use it.")
2 | public typealias URLResponse = AnyObject
  |                  `- note: 'URLResponse' has been explicitly marked unavailable here
/host/spi-builder-workspace/Sources/TripKitAPI/TKLog.swift:243:25: error: cannot find type 'URLRequest' in scope
241 |   /// The URL request along with a UUID to identify each request sent
242 |   public struct ServerRequest: Hashable {
243 |     public let request: URLRequest
    |                         `- error: cannot find type 'URLRequest' in scope
244 |     public let id: String
245 |
/host/spi-builder-workspace/Sources/TripKitAPI/TKLog.swift:287:56: error: cannot find type 'URLRequest' in scope
285 |   ///
286 |   /// When request request is completed make sure to call ``log(_:response:data:orError:for:uuid:)`` afterwards.
287 |   public class func log(_ identifier: String, request: URLRequest, uuid: UUID) {
    |                                                        `- error: cannot find type 'URLRequest' in scope
288 |     #if BETA || DEBUG || targetEnvironment(macCatalyst)
289 |     guard !loggers.isEmpty else { return }
/host/spi-builder-workspace/Sources/TripKitAPI/TKLog.swift:299:120: error: cannot find type 'URLRequest' in scope
297 |   ///
298 |   /// Should always follow a call to ``log(_:request:uuid:)`` with a matching UUID.
299 |   public class func log(_ identifier: String, response: URLResponse?, data: Data?, orError error: Error?, for request: URLRequest, uuid: UUID) {
    |                                                                                                                        `- error: cannot find type 'URLRequest' in scope
300 |     #if BETA || DEBUG || targetEnvironment(macCatalyst)
301 |     guard !loggers.isEmpty else { return }
/host/spi-builder-workspace/Sources/TripKitAPI/TKLog.swift:299:57: error: 'URLResponse' is unavailable: This type has moved to the FoundationNetworking module. Import that module to use it.
297 |   ///
298 |   /// Should always follow a call to ``log(_:request:uuid:)`` with a matching UUID.
299 |   public class func log(_ identifier: String, response: URLResponse?, data: Data?, orError error: Error?, for request: URLRequest, uuid: UUID) {
    |                                                         `- error: 'URLResponse' is unavailable: This type has moved to the FoundationNetworking module. Import that module to use it.
300 |     #if BETA || DEBUG || targetEnvironment(macCatalyst)
301 |     guard !loggers.isEmpty else { return }
Foundation.URLResponse:2:18: note: 'URLResponse' has been explicitly marked unavailable here
1 | @available(*, unavailable, message: "This type has moved to the FoundationNetworking module. Import that module to use it.")
2 | public typealias URLResponse = AnyObject
  |                  `- note: 'URLResponse' has been explicitly marked unavailable here
/host/spi-builder-workspace/Sources/TripKitAPI/TKLog.swift:347:38: error: 'URLResponse' is unavailable: This type has moved to the FoundationNetworking module. Import that module to use it.
345 |   }
346 |
347 |   public class func format(response: URLResponse, data: Data?, for request: TKLog.ServerRequest, detailed: Bool) -> String {
    |                                      `- error: 'URLResponse' is unavailable: This type has moved to the FoundationNetworking module. Import that module to use it.
348 |
349 |     let urlRequest = request.request
Foundation.URLResponse:2:18: note: 'URLResponse' has been explicitly marked unavailable here
1 | @available(*, unavailable, message: "This type has moved to the FoundationNetworking module. Import that module to use it.")
2 | public typealias URLResponse = AnyObject
  |                  `- note: 'URLResponse' has been explicitly marked unavailable here
/host/spi-builder-workspace/Sources/TripKitAPI/TKLog.swift:264:21: error: binary operator '==' cannot be applied to two '(URLResponse, Data?)' (aka '(AnyObject, Optional<Data>)') operands
262 |       switch (lhs.result, rhs.result) {
263 |       case (.success(let left), .success(let right)):
264 |         return left == right
    |                     `- error: binary operator '==' cannot be applied to two '(URLResponse, Data?)' (aka '(AnyObject, Optional<Data>)') operands
265 |       case (.failure(let left), .failure(let right)):
266 |         return left as NSError === right as NSError
/host/spi-builder-workspace/Sources/TripKitAPI/TKLog.swift:276:16: error: instance method 'combine' requires that 'H' conform to 'Hashable'
274 |       switch result {
275 |       case let .success((response, data)):
276 |         hasher.combine(response)
    |                `- error: instance method 'combine' requires that 'H' conform to 'Hashable'
277 |         hasher.combine(data)
278 |       case let .failure(error):
/host/spi-builder-workspace/Sources/TripKitAPI/TKLog.swift:351:35: warning: conditional cast from 'URLResponse' (aka 'AnyObject') to 'HTTPURLResponse' (aka 'AnyObject') always succeeds
349 |     let urlRequest = request.request
350 |     guard
351 |       let httpResponse = response as? HTTPURLResponse,
    |                                   `- warning: conditional cast from 'URLResponse' (aka 'AnyObject') to 'HTTPURLResponse' (aka 'AnyObject') always succeeds
352 |       let method = urlRequest.httpMethod,
353 |       let url = urlRequest.url else { return "[bad request]" }
/host/spi-builder-workspace/Sources/TripKitAPI/TKLog.swift:351:39: error: 'HTTPURLResponse' is unavailable: This type has moved to the FoundationNetworking module. Import that module to use it.
349 |     let urlRequest = request.request
350 |     guard
351 |       let httpResponse = response as? HTTPURLResponse,
    |                                       `- error: 'HTTPURLResponse' is unavailable: This type has moved to the FoundationNetworking module. Import that module to use it.
352 |       let method = urlRequest.httpMethod,
353 |       let url = urlRequest.url else { return "[bad request]" }
Foundation.HTTPURLResponse:2:18: note: 'HTTPURLResponse' has been explicitly marked unavailable here
1 | @available(*, unavailable, message: "This type has moved to the FoundationNetworking module. Import that module to use it.")
2 | public typealias HTTPURLResponse = AnyObject
  |                  `- note: 'HTTPURLResponse' has been explicitly marked unavailable here
/host/spi-builder-workspace/Sources/TripKitAPI/TKLog.swift:362:49: error: value of type 'HTTPURLResponse' (aka 'AnyObject') has no member 'statusCode'
360 |     }
361 |
362 |     var message = "\(emoji(status: httpResponse.statusCode)) \(httpResponse.statusCode): \(method) \(url.absoluteString)"
    |                                                 `- error: value of type 'HTTPURLResponse' (aka 'AnyObject') has no member 'statusCode'
363 |     guard detailed else { return message }
364 |
/host/spi-builder-workspace/Sources/TripKitAPI/TKLog.swift:365:32: error: value of type 'HTTPURLResponse' (aka 'AnyObject') has no member 'allHeaderFields'
363 |     guard detailed else { return message }
364 |
365 |     for header in httpResponse.allHeaderFields {
    |                                `- error: value of type 'HTTPURLResponse' (aka 'AnyObject') has no member 'allHeaderFields'
366 |       message += "\n\(header.key): \(header.value)"
367 |     }
/host/spi-builder-workspace/Sources/TripKitAPI/TKRegionManager.swift:142:56: error: cannot find type 'TKColor' in scope
140 |   /// - Parameter mode: The mode identifier for which you want the official color
141 |   /// - Returns: The color as defined by the server
142 |   public func color(forModeIdentifier mode: String) -> TKColor? {
    |                                                        `- error: cannot find type 'TKColor' in scope
143 |     return response?.modes?[mode]?.rgbColor.color
144 |   }
/host/spi-builder-workspace/Sources/TripKitAPI/TKRouter.swift:135:152: error: cannot find type 'URLRequest' in scope
133 | extension TKRouter {
134 |
135 |   public static func urlRequest<C>(request: TKRoutingQuery<C>, modes: Set<String>? = nil, includeAddress: Bool = false, config: TKAPIConfig) throws -> URLRequest {
    |                                                                                                                                                        `- error: cannot find type 'URLRequest' in scope
136 |     let paras = requestParameters(
137 |       request: request,
/host/spi-builder-workspace/Sources/TripKitAPI/TKRouter.swift:56:28: warning: converting non-Sendable function value to '@Sendable @convention(block) () -> Void' may introduce data races
 54 |   public func cancelRequests() {
 55 |     if let queue = workerQueue {
 56 |       queue.async(execute: cancelRequestsWorker)
    |                            `- warning: converting non-Sendable function value to '@Sendable @convention(block) () -> Void' may introduce data races
 57 |     } else {
 58 |       cancelRequestsWorker()
/host/spi-builder-workspace/Sources/TripKitAPI/TKRouter.swift:149:5: warning: no calls to throwing functions occur within 'try' expression
147 |
148 |   public static func routingRequestURL<C>(request: TKRoutingQuery<C>, modes: Set<String>? = nil, includeAddress: Bool = true, config: TKAPIConfig) -> String? {
149 |     try? urlRequest(request: request, modes: modes, includeAddress: includeAddress, config: config).url?.absoluteString
    |     `- warning: no calls to throwing functions occur within 'try' expression
150 |   }
151 |
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
[31/60] Compiling TripKitAPI TKRoutingServer.swift
/host/spi-builder-workspace/Sources/TripKitAPI/TKConfig.swift:21:96: warning: 'init(contentsOf:)' is deprecated [#DeprecatedDeclaration]
19 | #else
20 |     // Yes, main!
21 |     if let path = Bundle.main.url(forResource: "Config", withExtension: "plist"), let config = NSDictionary(contentsOf: path) as? [String: AnyHashable] {
   |                                                                                                `- warning: 'init(contentsOf:)' is deprecated [#DeprecatedDeclaration]
22 |       configuration = config
23 |     } else {
/host/spi-builder-workspace/Sources/TripKitAPI/TKLog.swift:239:43: error: 'URLResponse' is unavailable: This type has moved to the FoundationNetworking module. Import that module to use it.
237 | extension TKLog {
238 |
239 |   public typealias ServerResult = Result<(URLResponse, Data?), Error>
    |                                           `- error: 'URLResponse' is unavailable: This type has moved to the FoundationNetworking module. Import that module to use it.
240 |
241 |   /// The URL request along with a UUID to identify each request sent
Foundation.URLResponse:2:18: note: 'URLResponse' has been explicitly marked unavailable here
1 | @available(*, unavailable, message: "This type has moved to the FoundationNetworking module. Import that module to use it.")
2 | public typealias URLResponse = AnyObject
  |                  `- note: 'URLResponse' has been explicitly marked unavailable here
/host/spi-builder-workspace/Sources/TripKitAPI/TKLog.swift:243:25: error: cannot find type 'URLRequest' in scope
241 |   /// The URL request along with a UUID to identify each request sent
242 |   public struct ServerRequest: Hashable {
243 |     public let request: URLRequest
    |                         `- error: cannot find type 'URLRequest' in scope
244 |     public let id: String
245 |
/host/spi-builder-workspace/Sources/TripKitAPI/TKLog.swift:287:56: error: cannot find type 'URLRequest' in scope
285 |   ///
286 |   /// When request request is completed make sure to call ``log(_:response:data:orError:for:uuid:)`` afterwards.
287 |   public class func log(_ identifier: String, request: URLRequest, uuid: UUID) {
    |                                                        `- error: cannot find type 'URLRequest' in scope
288 |     #if BETA || DEBUG || targetEnvironment(macCatalyst)
289 |     guard !loggers.isEmpty else { return }
/host/spi-builder-workspace/Sources/TripKitAPI/TKLog.swift:299:120: error: cannot find type 'URLRequest' in scope
297 |   ///
298 |   /// Should always follow a call to ``log(_:request:uuid:)`` with a matching UUID.
299 |   public class func log(_ identifier: String, response: URLResponse?, data: Data?, orError error: Error?, for request: URLRequest, uuid: UUID) {
    |                                                                                                                        `- error: cannot find type 'URLRequest' in scope
300 |     #if BETA || DEBUG || targetEnvironment(macCatalyst)
301 |     guard !loggers.isEmpty else { return }
/host/spi-builder-workspace/Sources/TripKitAPI/TKLog.swift:299:57: error: 'URLResponse' is unavailable: This type has moved to the FoundationNetworking module. Import that module to use it.
297 |   ///
298 |   /// Should always follow a call to ``log(_:request:uuid:)`` with a matching UUID.
299 |   public class func log(_ identifier: String, response: URLResponse?, data: Data?, orError error: Error?, for request: URLRequest, uuid: UUID) {
    |                                                         `- error: 'URLResponse' is unavailable: This type has moved to the FoundationNetworking module. Import that module to use it.
300 |     #if BETA || DEBUG || targetEnvironment(macCatalyst)
301 |     guard !loggers.isEmpty else { return }
Foundation.URLResponse:2:18: note: 'URLResponse' has been explicitly marked unavailable here
1 | @available(*, unavailable, message: "This type has moved to the FoundationNetworking module. Import that module to use it.")
2 | public typealias URLResponse = AnyObject
  |                  `- note: 'URLResponse' has been explicitly marked unavailable here
/host/spi-builder-workspace/Sources/TripKitAPI/TKLog.swift:347:38: error: 'URLResponse' is unavailable: This type has moved to the FoundationNetworking module. Import that module to use it.
345 |   }
346 |
347 |   public class func format(response: URLResponse, data: Data?, for request: TKLog.ServerRequest, detailed: Bool) -> String {
    |                                      `- error: 'URLResponse' is unavailable: This type has moved to the FoundationNetworking module. Import that module to use it.
348 |
349 |     let urlRequest = request.request
Foundation.URLResponse:2:18: note: 'URLResponse' has been explicitly marked unavailable here
1 | @available(*, unavailable, message: "This type has moved to the FoundationNetworking module. Import that module to use it.")
2 | public typealias URLResponse = AnyObject
  |                  `- note: 'URLResponse' has been explicitly marked unavailable here
/host/spi-builder-workspace/Sources/TripKitAPI/TKLog.swift:264:21: error: binary operator '==' cannot be applied to two '(URLResponse, Data?)' (aka '(AnyObject, Optional<Data>)') operands
262 |       switch (lhs.result, rhs.result) {
263 |       case (.success(let left), .success(let right)):
264 |         return left == right
    |                     `- error: binary operator '==' cannot be applied to two '(URLResponse, Data?)' (aka '(AnyObject, Optional<Data>)') operands
265 |       case (.failure(let left), .failure(let right)):
266 |         return left as NSError === right as NSError
/host/spi-builder-workspace/Sources/TripKitAPI/TKLog.swift:276:16: error: instance method 'combine' requires that 'H' conform to 'Hashable'
274 |       switch result {
275 |       case let .success((response, data)):
276 |         hasher.combine(response)
    |                `- error: instance method 'combine' requires that 'H' conform to 'Hashable'
277 |         hasher.combine(data)
278 |       case let .failure(error):
/host/spi-builder-workspace/Sources/TripKitAPI/TKLog.swift:351:35: warning: conditional cast from 'URLResponse' (aka 'AnyObject') to 'HTTPURLResponse' (aka 'AnyObject') always succeeds
349 |     let urlRequest = request.request
350 |     guard
351 |       let httpResponse = response as? HTTPURLResponse,
    |                                   `- warning: conditional cast from 'URLResponse' (aka 'AnyObject') to 'HTTPURLResponse' (aka 'AnyObject') always succeeds
352 |       let method = urlRequest.httpMethod,
353 |       let url = urlRequest.url else { return "[bad request]" }
/host/spi-builder-workspace/Sources/TripKitAPI/TKLog.swift:351:39: error: 'HTTPURLResponse' is unavailable: This type has moved to the FoundationNetworking module. Import that module to use it.
349 |     let urlRequest = request.request
350 |     guard
351 |       let httpResponse = response as? HTTPURLResponse,
    |                                       `- error: 'HTTPURLResponse' is unavailable: This type has moved to the FoundationNetworking module. Import that module to use it.
352 |       let method = urlRequest.httpMethod,
353 |       let url = urlRequest.url else { return "[bad request]" }
Foundation.HTTPURLResponse:2:18: note: 'HTTPURLResponse' has been explicitly marked unavailable here
1 | @available(*, unavailable, message: "This type has moved to the FoundationNetworking module. Import that module to use it.")
2 | public typealias HTTPURLResponse = AnyObject
  |                  `- note: 'HTTPURLResponse' has been explicitly marked unavailable here
/host/spi-builder-workspace/Sources/TripKitAPI/TKLog.swift:362:49: error: value of type 'HTTPURLResponse' (aka 'AnyObject') has no member 'statusCode'
360 |     }
361 |
362 |     var message = "\(emoji(status: httpResponse.statusCode)) \(httpResponse.statusCode): \(method) \(url.absoluteString)"
    |                                                 `- error: value of type 'HTTPURLResponse' (aka 'AnyObject') has no member 'statusCode'
363 |     guard detailed else { return message }
364 |
/host/spi-builder-workspace/Sources/TripKitAPI/TKLog.swift:365:32: error: value of type 'HTTPURLResponse' (aka 'AnyObject') has no member 'allHeaderFields'
363 |     guard detailed else { return message }
364 |
365 |     for header in httpResponse.allHeaderFields {
    |                                `- error: value of type 'HTTPURLResponse' (aka 'AnyObject') has no member 'allHeaderFields'
366 |       message += "\n\(header.key): \(header.value)"
367 |     }
/host/spi-builder-workspace/Sources/TripKitAPI/TKRegionManager.swift:142:56: error: cannot find type 'TKColor' in scope
140 |   /// - Parameter mode: The mode identifier for which you want the official color
141 |   /// - Returns: The color as defined by the server
142 |   public func color(forModeIdentifier mode: String) -> TKColor? {
    |                                                        `- error: cannot find type 'TKColor' in scope
143 |     return response?.modes?[mode]?.rgbColor.color
144 |   }
/host/spi-builder-workspace/Sources/TripKitAPI/TKRouter.swift:135:152: error: cannot find type 'URLRequest' in scope
133 | extension TKRouter {
134 |
135 |   public static func urlRequest<C>(request: TKRoutingQuery<C>, modes: Set<String>? = nil, includeAddress: Bool = false, config: TKAPIConfig) throws -> URLRequest {
    |                                                                                                                                                        `- error: cannot find type 'URLRequest' in scope
136 |     let paras = requestParameters(
137 |       request: request,
/host/spi-builder-workspace/Sources/TripKitAPI/TKRouter.swift:56:28: warning: converting non-Sendable function value to '@Sendable @convention(block) () -> Void' may introduce data races
 54 |   public func cancelRequests() {
 55 |     if let queue = workerQueue {
 56 |       queue.async(execute: cancelRequestsWorker)
    |                            `- warning: converting non-Sendable function value to '@Sendable @convention(block) () -> Void' may introduce data races
 57 |     } else {
 58 |       cancelRequestsWorker()
/host/spi-builder-workspace/Sources/TripKitAPI/TKRouter.swift:149:5: warning: no calls to throwing functions occur within 'try' expression
147 |
148 |   public static func routingRequestURL<C>(request: TKRoutingQuery<C>, modes: Set<String>? = nil, includeAddress: Bool = true, config: TKAPIConfig) -> String? {
149 |     try? urlRequest(request: request, modes: modes, includeAddress: includeAddress, config: config).url?.absoluteString
    |     `- warning: no calls to throwing functions occur within 'try' expression
150 |   }
151 |
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
[32/60] Compiling TripKitAPI TKServer+Regions.swift
/host/spi-builder-workspace/Sources/TripKitAPI/TKConfig.swift:21:96: warning: 'init(contentsOf:)' is deprecated [#DeprecatedDeclaration]
19 | #else
20 |     // Yes, main!
21 |     if let path = Bundle.main.url(forResource: "Config", withExtension: "plist"), let config = NSDictionary(contentsOf: path) as? [String: AnyHashable] {
   |                                                                                                `- warning: 'init(contentsOf:)' is deprecated [#DeprecatedDeclaration]
22 |       configuration = config
23 |     } else {
/host/spi-builder-workspace/Sources/TripKitAPI/TKLog.swift:239:43: error: 'URLResponse' is unavailable: This type has moved to the FoundationNetworking module. Import that module to use it.
237 | extension TKLog {
238 |
239 |   public typealias ServerResult = Result<(URLResponse, Data?), Error>
    |                                           `- error: 'URLResponse' is unavailable: This type has moved to the FoundationNetworking module. Import that module to use it.
240 |
241 |   /// The URL request along with a UUID to identify each request sent
Foundation.URLResponse:2:18: note: 'URLResponse' has been explicitly marked unavailable here
1 | @available(*, unavailable, message: "This type has moved to the FoundationNetworking module. Import that module to use it.")
2 | public typealias URLResponse = AnyObject
  |                  `- note: 'URLResponse' has been explicitly marked unavailable here
/host/spi-builder-workspace/Sources/TripKitAPI/TKLog.swift:243:25: error: cannot find type 'URLRequest' in scope
241 |   /// The URL request along with a UUID to identify each request sent
242 |   public struct ServerRequest: Hashable {
243 |     public let request: URLRequest
    |                         `- error: cannot find type 'URLRequest' in scope
244 |     public let id: String
245 |
/host/spi-builder-workspace/Sources/TripKitAPI/TKLog.swift:287:56: error: cannot find type 'URLRequest' in scope
285 |   ///
286 |   /// When request request is completed make sure to call ``log(_:response:data:orError:for:uuid:)`` afterwards.
287 |   public class func log(_ identifier: String, request: URLRequest, uuid: UUID) {
    |                                                        `- error: cannot find type 'URLRequest' in scope
288 |     #if BETA || DEBUG || targetEnvironment(macCatalyst)
289 |     guard !loggers.isEmpty else { return }
/host/spi-builder-workspace/Sources/TripKitAPI/TKLog.swift:299:120: error: cannot find type 'URLRequest' in scope
297 |   ///
298 |   /// Should always follow a call to ``log(_:request:uuid:)`` with a matching UUID.
299 |   public class func log(_ identifier: String, response: URLResponse?, data: Data?, orError error: Error?, for request: URLRequest, uuid: UUID) {
    |                                                                                                                        `- error: cannot find type 'URLRequest' in scope
300 |     #if BETA || DEBUG || targetEnvironment(macCatalyst)
301 |     guard !loggers.isEmpty else { return }
/host/spi-builder-workspace/Sources/TripKitAPI/TKLog.swift:299:57: error: 'URLResponse' is unavailable: This type has moved to the FoundationNetworking module. Import that module to use it.
297 |   ///
298 |   /// Should always follow a call to ``log(_:request:uuid:)`` with a matching UUID.
299 |   public class func log(_ identifier: String, response: URLResponse?, data: Data?, orError error: Error?, for request: URLRequest, uuid: UUID) {
    |                                                         `- error: 'URLResponse' is unavailable: This type has moved to the FoundationNetworking module. Import that module to use it.
300 |     #if BETA || DEBUG || targetEnvironment(macCatalyst)
301 |     guard !loggers.isEmpty else { return }
Foundation.URLResponse:2:18: note: 'URLResponse' has been explicitly marked unavailable here
1 | @available(*, unavailable, message: "This type has moved to the FoundationNetworking module. Import that module to use it.")
2 | public typealias URLResponse = AnyObject
  |                  `- note: 'URLResponse' has been explicitly marked unavailable here
/host/spi-builder-workspace/Sources/TripKitAPI/TKLog.swift:347:38: error: 'URLResponse' is unavailable: This type has moved to the FoundationNetworking module. Import that module to use it.
345 |   }
346 |
347 |   public class func format(response: URLResponse, data: Data?, for request: TKLog.ServerRequest, detailed: Bool) -> String {
    |                                      `- error: 'URLResponse' is unavailable: This type has moved to the FoundationNetworking module. Import that module to use it.
348 |
349 |     let urlRequest = request.request
Foundation.URLResponse:2:18: note: 'URLResponse' has been explicitly marked unavailable here
1 | @available(*, unavailable, message: "This type has moved to the FoundationNetworking module. Import that module to use it.")
2 | public typealias URLResponse = AnyObject
  |                  `- note: 'URLResponse' has been explicitly marked unavailable here
/host/spi-builder-workspace/Sources/TripKitAPI/TKLog.swift:264:21: error: binary operator '==' cannot be applied to two '(URLResponse, Data?)' (aka '(AnyObject, Optional<Data>)') operands
262 |       switch (lhs.result, rhs.result) {
263 |       case (.success(let left), .success(let right)):
264 |         return left == right
    |                     `- error: binary operator '==' cannot be applied to two '(URLResponse, Data?)' (aka '(AnyObject, Optional<Data>)') operands
265 |       case (.failure(let left), .failure(let right)):
266 |         return left as NSError === right as NSError
/host/spi-builder-workspace/Sources/TripKitAPI/TKLog.swift:276:16: error: instance method 'combine' requires that 'H' conform to 'Hashable'
274 |       switch result {
275 |       case let .success((response, data)):
276 |         hasher.combine(response)
    |                `- error: instance method 'combine' requires that 'H' conform to 'Hashable'
277 |         hasher.combine(data)
278 |       case let .failure(error):
/host/spi-builder-workspace/Sources/TripKitAPI/TKLog.swift:351:35: warning: conditional cast from 'URLResponse' (aka 'AnyObject') to 'HTTPURLResponse' (aka 'AnyObject') always succeeds
349 |     let urlRequest = request.request
350 |     guard
351 |       let httpResponse = response as? HTTPURLResponse,
    |                                   `- warning: conditional cast from 'URLResponse' (aka 'AnyObject') to 'HTTPURLResponse' (aka 'AnyObject') always succeeds
352 |       let method = urlRequest.httpMethod,
353 |       let url = urlRequest.url else { return "[bad request]" }
/host/spi-builder-workspace/Sources/TripKitAPI/TKLog.swift:351:39: error: 'HTTPURLResponse' is unavailable: This type has moved to the FoundationNetworking module. Import that module to use it.
349 |     let urlRequest = request.request
350 |     guard
351 |       let httpResponse = response as? HTTPURLResponse,
    |                                       `- error: 'HTTPURLResponse' is unavailable: This type has moved to the FoundationNetworking module. Import that module to use it.
352 |       let method = urlRequest.httpMethod,
353 |       let url = urlRequest.url else { return "[bad request]" }
Foundation.HTTPURLResponse:2:18: note: 'HTTPURLResponse' has been explicitly marked unavailable here
1 | @available(*, unavailable, message: "This type has moved to the FoundationNetworking module. Import that module to use it.")
2 | public typealias HTTPURLResponse = AnyObject
  |                  `- note: 'HTTPURLResponse' has been explicitly marked unavailable here
/host/spi-builder-workspace/Sources/TripKitAPI/TKLog.swift:362:49: error: value of type 'HTTPURLResponse' (aka 'AnyObject') has no member 'statusCode'
360 |     }
361 |
362 |     var message = "\(emoji(status: httpResponse.statusCode)) \(httpResponse.statusCode): \(method) \(url.absoluteString)"
    |                                                 `- error: value of type 'HTTPURLResponse' (aka 'AnyObject') has no member 'statusCode'
363 |     guard detailed else { return message }
364 |
/host/spi-builder-workspace/Sources/TripKitAPI/TKLog.swift:365:32: error: value of type 'HTTPURLResponse' (aka 'AnyObject') has no member 'allHeaderFields'
363 |     guard detailed else { return message }
364 |
365 |     for header in httpResponse.allHeaderFields {
    |                                `- error: value of type 'HTTPURLResponse' (aka 'AnyObject') has no member 'allHeaderFields'
366 |       message += "\n\(header.key): \(header.value)"
367 |     }
/host/spi-builder-workspace/Sources/TripKitAPI/TKRegionManager.swift:142:56: error: cannot find type 'TKColor' in scope
140 |   /// - Parameter mode: The mode identifier for which you want the official color
141 |   /// - Returns: The color as defined by the server
142 |   public func color(forModeIdentifier mode: String) -> TKColor? {
    |                                                        `- error: cannot find type 'TKColor' in scope
143 |     return response?.modes?[mode]?.rgbColor.color
144 |   }
/host/spi-builder-workspace/Sources/TripKitAPI/TKRouter.swift:135:152: error: cannot find type 'URLRequest' in scope
133 | extension TKRouter {
134 |
135 |   public static func urlRequest<C>(request: TKRoutingQuery<C>, modes: Set<String>? = nil, includeAddress: Bool = false, config: TKAPIConfig) throws -> URLRequest {
    |                                                                                                                                                        `- error: cannot find type 'URLRequest' in scope
136 |     let paras = requestParameters(
137 |       request: request,
/host/spi-builder-workspace/Sources/TripKitAPI/TKRouter.swift:56:28: warning: converting non-Sendable function value to '@Sendable @convention(block) () -> Void' may introduce data races
 54 |   public func cancelRequests() {
 55 |     if let queue = workerQueue {
 56 |       queue.async(execute: cancelRequestsWorker)
    |                            `- warning: converting non-Sendable function value to '@Sendable @convention(block) () -> Void' may introduce data races
 57 |     } else {
 58 |       cancelRequestsWorker()
/host/spi-builder-workspace/Sources/TripKitAPI/TKRouter.swift:149:5: warning: no calls to throwing functions occur within 'try' expression
147 |
148 |   public static func routingRequestURL<C>(request: TKRoutingQuery<C>, modes: Set<String>? = nil, includeAddress: Bool = true, config: TKAPIConfig) -> String? {
149 |     try? urlRequest(request: request, modes: modes, includeAddress: includeAddress, config: config).url?.absoluteString
    |     `- warning: no calls to throwing functions occur within 'try' expression
150 |   }
151 |
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
[33/60] Compiling TripKitAPI TKServer.swift
/host/spi-builder-workspace/Sources/TripKitAPI/TKServer.swift:530:18: error: cannot find type 'URLRequest' in scope
528 |
529 |   enum Info {
530 |     case request(URLRequest)
    |                  `- error: cannot find type 'URLRequest' in scope
531 |     case response(URLRequest, URLResponse?, Result<Data?, Error>)
532 |   }
/host/spi-builder-workspace/Sources/TripKitAPI/TKServer.swift:531:19: error: cannot find type 'URLRequest' in scope
529 |   enum Info {
530 |     case request(URLRequest)
531 |     case response(URLRequest, URLResponse?, Result<Data?, Error>)
    |                   `- error: cannot find type 'URLRequest' in scope
532 |   }
533 |
/host/spi-builder-workspace/Sources/TripKitAPI/TKServer.swift:531:31: error: 'URLResponse' is unavailable: This type has moved to the FoundationNetworking module. Import that module to use it.
529 |   enum Info {
530 |     case request(URLRequest)
531 |     case response(URLRequest, URLResponse?, Result<Data?, Error>)
    |                               `- error: 'URLResponse' is unavailable: This type has moved to the FoundationNetworking module. Import that module to use it.
532 |   }
533 |
Foundation.URLResponse:2:18: note: 'URLResponse' has been explicitly marked unavailable here
1 | @available(*, unavailable, message: "This type has moved to the FoundationNetworking module. Import that module to use it.")
2 | public typealias URLResponse = AnyObject
  |                  `- note: 'URLResponse' has been explicitly marked unavailable here
/host/spi-builder-workspace/Sources/TripKitAPI/TKServer.swift:608:38: error: cannot find type 'URLRequest' in scope
606 |   }
607 |
608 |   private static func hit(_ request: URLRequest, info: @escaping ((UUID, Info) -> Void), completion: @escaping (Response<Data?>) -> Void) {
    |                                      `- error: cannot find type 'URLRequest' in scope
609 |     let uuid = UUID()
610 |     info(uuid, .request(request))
/host/spi-builder-workspace/Sources/TripKitAPI/TKServer.swift:639:138: error: cannot find type 'URLRequest' in scope
637 | extension TKServer {
638 |
639 |   private func request(path: String, baseURL: URL, method: HTTPMethod, parameters: [String: Any]?, headers: [String: String]?) throws -> URLRequest {
    |                                                                                                                                          `- error: cannot find type 'URLRequest' in scope
640 |
641 |     switch method {
/host/spi-builder-workspace/Sources/TripKitAPI/TKServer.swift:662:124: error: cannot find type 'URLRequest' in scope
660 |   }
661 |
662 |   private func request(for url: URL, method: HTTPMethod, parameters: [String: Any]?, headers: [String: String]?) throws -> URLRequest {
    |                                                                                                                            `- error: cannot find type 'URLRequest' in scope
663 |
664 |     var request: URLRequest
/host/spi-builder-workspace/Sources/TripKitAPI/TKServer.swift:731:94: error: cannot find type 'URLRequest' in scope
729 |   }
730 |
731 |   public func GETRequestWithSkedGoHTTPHeaders(for url: URL, paras: [String: Any]?) throws -> URLRequest {
    |                                                                                              `- error: cannot find type 'URLRequest' in scope
732 |     try request(for: url, method: .GET, parameters: paras, headers: nil)
733 |   }
/host/spi-builder-workspace/Sources/TripKitAPI/TKServer.swift:563:18: error: cannot find type 'URLRequest' in scope
561 |     }
562 |
563 |     let request: URLRequest
    |                  `- error: cannot find type 'URLRequest' in scope
564 |     do {
565 |       request = try self.request(path: path, baseURL: baseURL, method: method, parameters: parameters, headers: headers)
/host/spi-builder-workspace/Sources/TripKitAPI/TKServer.swift:579:5: error: instance member 'hit' cannot be used on type 'Self'; did you mean to use a value of this type instead?
577 |     }
578 |
579 |     Self.hit(request, info: info) { response in
    |     `- error: instance member 'hit' cannot be used on type 'Self'; did you mean to use a value of this type instead?
580 |       switch (response.statusCode ?? 0 >= 500, response.result) {
581 |       case (_, .success):
/host/spi-builder-workspace/Sources/TripKitAPI/TKServer.swift:579:13: error: missing arguments for parameters 'method', 'parameters', 'headers' in call
577 |     }
578 |
579 |     Self.hit(request, info: info) { response in
    |             `- error: missing arguments for parameters 'method', 'parameters', 'headers' in call
580 |       switch (response.statusCode ?? 0 >= 500, response.result) {
581 |       case (_, .success):
    :
597 |   }
598 |
599 |   private func hit(_ url: URL, method: HTTPMethod, parameters: [String: Any]?, headers: [String: String]?, info: @escaping ((UUID, Info) -> Void), completion: @escaping (Response<Data?>) -> Void) {
    |                `- note: 'hit(_:method:parameters:headers:info:completion:)' declared here
600 |     do {
601 |       let request = try request(for: url, method: method, parameters: parameters, headers: headers)
/host/spi-builder-workspace/Sources/TripKitAPI/TKServer.swift:602:7: error: instance member 'hit' cannot be used on type 'Self'; did you mean to use a value of this type instead?
600 |     do {
601 |       let request = try request(for: url, method: method, parameters: parameters, headers: headers)
602 |       Self.hit(request, info: info, completion: completion)
    |       `- error: instance member 'hit' cannot be used on type 'Self'; did you mean to use a value of this type instead?
603 |     } catch {
604 |       completion(.init(headers: [:], result: .failure(error)))
/host/spi-builder-workspace/Sources/TripKitAPI/TKServer.swift:602:15: error: missing arguments for parameters 'method', 'parameters', 'headers' in call
597 |   }
598 |
599 |   private func hit(_ url: URL, method: HTTPMethod, parameters: [String: Any]?, headers: [String: String]?, info: @escaping ((UUID, Info) -> Void), completion: @escaping (Response<Data?>) -> Void) {
    |                `- note: 'hit(_:method:parameters:headers:info:completion:)' declared here
600 |     do {
601 |       let request = try request(for: url, method: method, parameters: parameters, headers: headers)
602 |       Self.hit(request, info: info, completion: completion)
    |               `- error: missing arguments for parameters 'method', 'parameters', 'headers' in call
603 |     } catch {
604 |       completion(.init(headers: [:], result: .failure(error)))
/host/spi-builder-workspace/Sources/TripKitAPI/TKServer.swift:612:16: error: type 'URLSession' (aka 'AnyObject') has no member 'shared'
610 |     info(uuid, .request(request))
611 |
612 |     URLSession.shared.dataTask(with: request) { data, response, error in
    |                `- error: type 'URLSession' (aka 'AnyObject') has no member 'shared'
613 |       let status = (response as? HTTPURLResponse)?.statusCode
614 |       let result: Result<Data?, Error>
/host/spi-builder-workspace/Sources/TripKitAPI/TKServer.swift:613:52: error: value of type 'HTTPURLResponse' (aka 'AnyObject') has no member 'statusCode'
611 |
612 |     URLSession.shared.dataTask(with: request) { data, response, error in
613 |       let status = (response as? HTTPURLResponse)?.statusCode
    |                                                    `- error: value of type 'HTTPURLResponse' (aka 'AnyObject') has no member 'statusCode'
614 |       let result: Result<Data?, Error>
615 |       if let error {
/host/spi-builder-workspace/Sources/TripKitAPI/TKServer.swift:664:18: error: cannot find type 'URLRequest' in scope
662 |   private func request(for url: URL, method: HTTPMethod, parameters: [String: Any]?, headers: [String: String]?) throws -> URLRequest {
663 |
664 |     var request: URLRequest
    |                  `- error: cannot find type 'URLRequest' in scope
665 |
666 |     if case .GET = method, let parameters, !parameters.isEmpty {
/host/spi-builder-workspace/Sources/TripKitAPI/TKServer.swift:674:17: error: cannot find 'URLRequest' in scope
672 |       components.queryItems = queryItems
673 |       let merged = try components.url.orThrow(RequestError.invalidURL)
674 |       request = URLRequest(url: merged)
    |                 `- error: cannot find 'URLRequest' in scope
675 |     } else {
676 |       request = URLRequest(url: url)
/host/spi-builder-workspace/Sources/TripKitAPI/TKServer.swift:676:17: error: cannot find 'URLRequest' in scope
674 |       request = URLRequest(url: merged)
675 |     } else {
676 |       request = URLRequest(url: url)
    |                 `- error: cannot find 'URLRequest' in scope
677 |     }
678 |
/host/spi-builder-workspace/Sources/TripKitAPI/model/API/AlertAPIModels.swift:85:23: error: cannot find type 'TKColor' in scope
 83 | #if !os(Linux)
 84 |     /// This color applies to an individual service.
 85 |     public var color: TKColor? { return modeInfo.color }
    |                       `- error: cannot find type 'TKColor' in scope
 86 | #endif
 87 |   }
[34/60] Compiling TripKitAPI Array+Duplicates.swift
/host/spi-builder-workspace/Sources/TripKitAPI/TKServer.swift:530:18: error: cannot find type 'URLRequest' in scope
528 |
529 |   enum Info {
530 |     case request(URLRequest)
    |                  `- error: cannot find type 'URLRequest' in scope
531 |     case response(URLRequest, URLResponse?, Result<Data?, Error>)
532 |   }
/host/spi-builder-workspace/Sources/TripKitAPI/TKServer.swift:531:19: error: cannot find type 'URLRequest' in scope
529 |   enum Info {
530 |     case request(URLRequest)
531 |     case response(URLRequest, URLResponse?, Result<Data?, Error>)
    |                   `- error: cannot find type 'URLRequest' in scope
532 |   }
533 |
/host/spi-builder-workspace/Sources/TripKitAPI/TKServer.swift:531:31: error: 'URLResponse' is unavailable: This type has moved to the FoundationNetworking module. Import that module to use it.
529 |   enum Info {
530 |     case request(URLRequest)
531 |     case response(URLRequest, URLResponse?, Result<Data?, Error>)
    |                               `- error: 'URLResponse' is unavailable: This type has moved to the FoundationNetworking module. Import that module to use it.
532 |   }
533 |
Foundation.URLResponse:2:18: note: 'URLResponse' has been explicitly marked unavailable here
1 | @available(*, unavailable, message: "This type has moved to the FoundationNetworking module. Import that module to use it.")
2 | public typealias URLResponse = AnyObject
  |                  `- note: 'URLResponse' has been explicitly marked unavailable here
/host/spi-builder-workspace/Sources/TripKitAPI/TKServer.swift:608:38: error: cannot find type 'URLRequest' in scope
606 |   }
607 |
608 |   private static func hit(_ request: URLRequest, info: @escaping ((UUID, Info) -> Void), completion: @escaping (Response<Data?>) -> Void) {
    |                                      `- error: cannot find type 'URLRequest' in scope
609 |     let uuid = UUID()
610 |     info(uuid, .request(request))
/host/spi-builder-workspace/Sources/TripKitAPI/TKServer.swift:639:138: error: cannot find type 'URLRequest' in scope
637 | extension TKServer {
638 |
639 |   private func request(path: String, baseURL: URL, method: HTTPMethod, parameters: [String: Any]?, headers: [String: String]?) throws -> URLRequest {
    |                                                                                                                                          `- error: cannot find type 'URLRequest' in scope
640 |
641 |     switch method {
/host/spi-builder-workspace/Sources/TripKitAPI/TKServer.swift:662:124: error: cannot find type 'URLRequest' in scope
660 |   }
661 |
662 |   private func request(for url: URL, method: HTTPMethod, parameters: [String: Any]?, headers: [String: String]?) throws -> URLRequest {
    |                                                                                                                            `- error: cannot find type 'URLRequest' in scope
663 |
664 |     var request: URLRequest
/host/spi-builder-workspace/Sources/TripKitAPI/TKServer.swift:731:94: error: cannot find type 'URLRequest' in scope
729 |   }
730 |
731 |   public func GETRequestWithSkedGoHTTPHeaders(for url: URL, paras: [String: Any]?) throws -> URLRequest {
    |                                                                                              `- error: cannot find type 'URLRequest' in scope
732 |     try request(for: url, method: .GET, parameters: paras, headers: nil)
733 |   }
/host/spi-builder-workspace/Sources/TripKitAPI/TKServer.swift:563:18: error: cannot find type 'URLRequest' in scope
561 |     }
562 |
563 |     let request: URLRequest
    |                  `- error: cannot find type 'URLRequest' in scope
564 |     do {
565 |       request = try self.request(path: path, baseURL: baseURL, method: method, parameters: parameters, headers: headers)
/host/spi-builder-workspace/Sources/TripKitAPI/TKServer.swift:579:5: error: instance member 'hit' cannot be used on type 'Self'; did you mean to use a value of this type instead?
577 |     }
578 |
579 |     Self.hit(request, info: info) { response in
    |     `- error: instance member 'hit' cannot be used on type 'Self'; did you mean to use a value of this type instead?
580 |       switch (response.statusCode ?? 0 >= 500, response.result) {
581 |       case (_, .success):
/host/spi-builder-workspace/Sources/TripKitAPI/TKServer.swift:579:13: error: missing arguments for parameters 'method', 'parameters', 'headers' in call
577 |     }
578 |
579 |     Self.hit(request, info: info) { response in
    |             `- error: missing arguments for parameters 'method', 'parameters', 'headers' in call
580 |       switch (response.statusCode ?? 0 >= 500, response.result) {
581 |       case (_, .success):
    :
597 |   }
598 |
599 |   private func hit(_ url: URL, method: HTTPMethod, parameters: [String: Any]?, headers: [String: String]?, info: @escaping ((UUID, Info) -> Void), completion: @escaping (Response<Data?>) -> Void) {
    |                `- note: 'hit(_:method:parameters:headers:info:completion:)' declared here
600 |     do {
601 |       let request = try request(for: url, method: method, parameters: parameters, headers: headers)
/host/spi-builder-workspace/Sources/TripKitAPI/TKServer.swift:602:7: error: instance member 'hit' cannot be used on type 'Self'; did you mean to use a value of this type instead?
600 |     do {
601 |       let request = try request(for: url, method: method, parameters: parameters, headers: headers)
602 |       Self.hit(request, info: info, completion: completion)
    |       `- error: instance member 'hit' cannot be used on type 'Self'; did you mean to use a value of this type instead?
603 |     } catch {
604 |       completion(.init(headers: [:], result: .failure(error)))
/host/spi-builder-workspace/Sources/TripKitAPI/TKServer.swift:602:15: error: missing arguments for parameters 'method', 'parameters', 'headers' in call
597 |   }
598 |
599 |   private func hit(_ url: URL, method: HTTPMethod, parameters: [String: Any]?, headers: [String: String]?, info: @escaping ((UUID, Info) -> Void), completion: @escaping (Response<Data?>) -> Void) {
    |                `- note: 'hit(_:method:parameters:headers:info:completion:)' declared here
600 |     do {
601 |       let request = try request(for: url, method: method, parameters: parameters, headers: headers)
602 |       Self.hit(request, info: info, completion: completion)
    |               `- error: missing arguments for parameters 'method', 'parameters', 'headers' in call
603 |     } catch {
604 |       completion(.init(headers: [:], result: .failure(error)))
/host/spi-builder-workspace/Sources/TripKitAPI/TKServer.swift:612:16: error: type 'URLSession' (aka 'AnyObject') has no member 'shared'
610 |     info(uuid, .request(request))
611 |
612 |     URLSession.shared.dataTask(with: request) { data, response, error in
    |                `- error: type 'URLSession' (aka 'AnyObject') has no member 'shared'
613 |       let status = (response as? HTTPURLResponse)?.statusCode
614 |       let result: Result<Data?, Error>
/host/spi-builder-workspace/Sources/TripKitAPI/TKServer.swift:613:52: error: value of type 'HTTPURLResponse' (aka 'AnyObject') has no member 'statusCode'
611 |
612 |     URLSession.shared.dataTask(with: request) { data, response, error in
613 |       let status = (response as? HTTPURLResponse)?.statusCode
    |                                                    `- error: value of type 'HTTPURLResponse' (aka 'AnyObject') has no member 'statusCode'
614 |       let result: Result<Data?, Error>
615 |       if let error {
/host/spi-builder-workspace/Sources/TripKitAPI/TKServer.swift:664:18: error: cannot find type 'URLRequest' in scope
662 |   private func request(for url: URL, method: HTTPMethod, parameters: [String: Any]?, headers: [String: String]?) throws -> URLRequest {
663 |
664 |     var request: URLRequest
    |                  `- error: cannot find type 'URLRequest' in scope
665 |
666 |     if case .GET = method, let parameters, !parameters.isEmpty {
/host/spi-builder-workspace/Sources/TripKitAPI/TKServer.swift:674:17: error: cannot find 'URLRequest' in scope
672 |       components.queryItems = queryItems
673 |       let merged = try components.url.orThrow(RequestError.invalidURL)
674 |       request = URLRequest(url: merged)
    |                 `- error: cannot find 'URLRequest' in scope
675 |     } else {
676 |       request = URLRequest(url: url)
/host/spi-builder-workspace/Sources/TripKitAPI/TKServer.swift:676:17: error: cannot find 'URLRequest' in scope
674 |       request = URLRequest(url: merged)
675 |     } else {
676 |       request = URLRequest(url: url)
    |                 `- error: cannot find 'URLRequest' in scope
677 |     }
678 |
/host/spi-builder-workspace/Sources/TripKitAPI/model/API/AlertAPIModels.swift:85:23: error: cannot find type 'TKColor' in scope
 83 | #if !os(Linux)
 84 |     /// This color applies to an individual service.
 85 |     public var color: TKColor? { return modeInfo.color }
    |                       `- error: cannot find type 'TKColor' in scope
 86 | #endif
 87 |   }
[35/60] Compiling TripKitAPI Codable+Helpers.swift
/host/spi-builder-workspace/Sources/TripKitAPI/TKServer.swift:530:18: error: cannot find type 'URLRequest' in scope
528 |
529 |   enum Info {
530 |     case request(URLRequest)
    |                  `- error: cannot find type 'URLRequest' in scope
531 |     case response(URLRequest, URLResponse?, Result<Data?, Error>)
532 |   }
/host/spi-builder-workspace/Sources/TripKitAPI/TKServer.swift:531:19: error: cannot find type 'URLRequest' in scope
529 |   enum Info {
530 |     case request(URLRequest)
531 |     case response(URLRequest, URLResponse?, Result<Data?, Error>)
    |                   `- error: cannot find type 'URLRequest' in scope
532 |   }
533 |
/host/spi-builder-workspace/Sources/TripKitAPI/TKServer.swift:531:31: error: 'URLResponse' is unavailable: This type has moved to the FoundationNetworking module. Import that module to use it.
529 |   enum Info {
530 |     case request(URLRequest)
531 |     case response(URLRequest, URLResponse?, Result<Data?, Error>)
    |                               `- error: 'URLResponse' is unavailable: This type has moved to the FoundationNetworking module. Import that module to use it.
532 |   }
533 |
Foundation.URLResponse:2:18: note: 'URLResponse' has been explicitly marked unavailable here
1 | @available(*, unavailable, message: "This type has moved to the FoundationNetworking module. Import that module to use it.")
2 | public typealias URLResponse = AnyObject
  |                  `- note: 'URLResponse' has been explicitly marked unavailable here
/host/spi-builder-workspace/Sources/TripKitAPI/TKServer.swift:608:38: error: cannot find type 'URLRequest' in scope
606 |   }
607 |
608 |   private static func hit(_ request: URLRequest, info: @escaping ((UUID, Info) -> Void), completion: @escaping (Response<Data?>) -> Void) {
    |                                      `- error: cannot find type 'URLRequest' in scope
609 |     let uuid = UUID()
610 |     info(uuid, .request(request))
/host/spi-builder-workspace/Sources/TripKitAPI/TKServer.swift:639:138: error: cannot find type 'URLRequest' in scope
637 | extension TKServer {
638 |
639 |   private func request(path: String, baseURL: URL, method: HTTPMethod, parameters: [String: Any]?, headers: [String: String]?) throws -> URLRequest {
    |                                                                                                                                          `- error: cannot find type 'URLRequest' in scope
640 |
641 |     switch method {
/host/spi-builder-workspace/Sources/TripKitAPI/TKServer.swift:662:124: error: cannot find type 'URLRequest' in scope
660 |   }
661 |
662 |   private func request(for url: URL, method: HTTPMethod, parameters: [String: Any]?, headers: [String: String]?) throws -> URLRequest {
    |                                                                                                                            `- error: cannot find type 'URLRequest' in scope
663 |
664 |     var request: URLRequest
/host/spi-builder-workspace/Sources/TripKitAPI/TKServer.swift:731:94: error: cannot find type 'URLRequest' in scope
729 |   }
730 |
731 |   public func GETRequestWithSkedGoHTTPHeaders(for url: URL, paras: [String: Any]?) throws -> URLRequest {
    |                                                                                              `- error: cannot find type 'URLRequest' in scope
732 |     try request(for: url, method: .GET, parameters: paras, headers: nil)
733 |   }
/host/spi-builder-workspace/Sources/TripKitAPI/TKServer.swift:563:18: error: cannot find type 'URLRequest' in scope
561 |     }
562 |
563 |     let request: URLRequest
    |                  `- error: cannot find type 'URLRequest' in scope
564 |     do {
565 |       request = try self.request(path: path, baseURL: baseURL, method: method, parameters: parameters, headers: headers)
/host/spi-builder-workspace/Sources/TripKitAPI/TKServer.swift:579:5: error: instance member 'hit' cannot be used on type 'Self'; did you mean to use a value of this type instead?
577 |     }
578 |
579 |     Self.hit(request, info: info) { response in
    |     `- error: instance member 'hit' cannot be used on type 'Self'; did you mean to use a value of this type instead?
580 |       switch (response.statusCode ?? 0 >= 500, response.result) {
581 |       case (_, .success):
/host/spi-builder-workspace/Sources/TripKitAPI/TKServer.swift:579:13: error: missing arguments for parameters 'method', 'parameters', 'headers' in call
577 |     }
578 |
579 |     Self.hit(request, info: info) { response in
    |             `- error: missing arguments for parameters 'method', 'parameters', 'headers' in call
580 |       switch (response.statusCode ?? 0 >= 500, response.result) {
581 |       case (_, .success):
    :
597 |   }
598 |
599 |   private func hit(_ url: URL, method: HTTPMethod, parameters: [String: Any]?, headers: [String: String]?, info: @escaping ((UUID, Info) -> Void), completion: @escaping (Response<Data?>) -> Void) {
    |                `- note: 'hit(_:method:parameters:headers:info:completion:)' declared here
600 |     do {
601 |       let request = try request(for: url, method: method, parameters: parameters, headers: headers)
/host/spi-builder-workspace/Sources/TripKitAPI/TKServer.swift:602:7: error: instance member 'hit' cannot be used on type 'Self'; did you mean to use a value of this type instead?
600 |     do {
601 |       let request = try request(for: url, method: method, parameters: parameters, headers: headers)
602 |       Self.hit(request, info: info, completion: completion)
    |       `- error: instance member 'hit' cannot be used on type 'Self'; did you mean to use a value of this type instead?
603 |     } catch {
604 |       completion(.init(headers: [:], result: .failure(error)))
/host/spi-builder-workspace/Sources/TripKitAPI/TKServer.swift:602:15: error: missing arguments for parameters 'method', 'parameters', 'headers' in call
597 |   }
598 |
599 |   private func hit(_ url: URL, method: HTTPMethod, parameters: [String: Any]?, headers: [String: String]?, info: @escaping ((UUID, Info) -> Void), completion: @escaping (Response<Data?>) -> Void) {
    |                `- note: 'hit(_:method:parameters:headers:info:completion:)' declared here
600 |     do {
601 |       let request = try request(for: url, method: method, parameters: parameters, headers: headers)
602 |       Self.hit(request, info: info, completion: completion)
    |               `- error: missing arguments for parameters 'method', 'parameters', 'headers' in call
603 |     } catch {
604 |       completion(.init(headers: [:], result: .failure(error)))
/host/spi-builder-workspace/Sources/TripKitAPI/TKServer.swift:612:16: error: type 'URLSession' (aka 'AnyObject') has no member 'shared'
610 |     info(uuid, .request(request))
611 |
612 |     URLSession.shared.dataTask(with: request) { data, response, error in
    |                `- error: type 'URLSession' (aka 'AnyObject') has no member 'shared'
613 |       let status = (response as? HTTPURLResponse)?.statusCode
614 |       let result: Result<Data?, Error>
/host/spi-builder-workspace/Sources/TripKitAPI/TKServer.swift:613:52: error: value of type 'HTTPURLResponse' (aka 'AnyObject') has no member 'statusCode'
611 |
612 |     URLSession.shared.dataTask(with: request) { data, response, error in
613 |       let status = (response as? HTTPURLResponse)?.statusCode
    |                                                    `- error: value of type 'HTTPURLResponse' (aka 'AnyObject') has no member 'statusCode'
614 |       let result: Result<Data?, Error>
615 |       if let error {
/host/spi-builder-workspace/Sources/TripKitAPI/TKServer.swift:664:18: error: cannot find type 'URLRequest' in scope
662 |   private func request(for url: URL, method: HTTPMethod, parameters: [String: Any]?, headers: [String: String]?) throws -> URLRequest {
663 |
664 |     var request: URLRequest
    |                  `- error: cannot find type 'URLRequest' in scope
665 |
666 |     if case .GET = method, let parameters, !parameters.isEmpty {
/host/spi-builder-workspace/Sources/TripKitAPI/TKServer.swift:674:17: error: cannot find 'URLRequest' in scope
672 |       components.queryItems = queryItems
673 |       let merged = try components.url.orThrow(RequestError.invalidURL)
674 |       request = URLRequest(url: merged)
    |                 `- error: cannot find 'URLRequest' in scope
675 |     } else {
676 |       request = URLRequest(url: url)
/host/spi-builder-workspace/Sources/TripKitAPI/TKServer.swift:676:17: error: cannot find 'URLRequest' in scope
674 |       request = URLRequest(url: merged)
675 |     } else {
676 |       request = URLRequest(url: url)
    |                 `- error: cannot find 'URLRequest' in scope
677 |     }
678 |
/host/spi-builder-workspace/Sources/TripKitAPI/model/API/AlertAPIModels.swift:85:23: error: cannot find type 'TKColor' in scope
 83 | #if !os(Linux)
 84 |     /// This color applies to an individual service.
 85 |     public var color: TKColor? { return modeInfo.color }
    |                       `- error: cannot find type 'TKColor' in scope
 86 | #endif
 87 |   }
[36/60] Compiling TripKitAPI Date+Helpers.swift
/host/spi-builder-workspace/Sources/TripKitAPI/TKServer.swift:530:18: error: cannot find type 'URLRequest' in scope
528 |
529 |   enum Info {
530 |     case request(URLRequest)
    |                  `- error: cannot find type 'URLRequest' in scope
531 |     case response(URLRequest, URLResponse?, Result<Data?, Error>)
532 |   }
/host/spi-builder-workspace/Sources/TripKitAPI/TKServer.swift:531:19: error: cannot find type 'URLRequest' in scope
529 |   enum Info {
530 |     case request(URLRequest)
531 |     case response(URLRequest, URLResponse?, Result<Data?, Error>)
    |                   `- error: cannot find type 'URLRequest' in scope
532 |   }
533 |
/host/spi-builder-workspace/Sources/TripKitAPI/TKServer.swift:531:31: error: 'URLResponse' is unavailable: This type has moved to the FoundationNetworking module. Import that module to use it.
529 |   enum Info {
530 |     case request(URLRequest)
531 |     case response(URLRequest, URLResponse?, Result<Data?, Error>)
    |                               `- error: 'URLResponse' is unavailable: This type has moved to the FoundationNetworking module. Import that module to use it.
532 |   }
533 |
Foundation.URLResponse:2:18: note: 'URLResponse' has been explicitly marked unavailable here
1 | @available(*, unavailable, message: "This type has moved to the FoundationNetworking module. Import that module to use it.")
2 | public typealias URLResponse = AnyObject
  |                  `- note: 'URLResponse' has been explicitly marked unavailable here
/host/spi-builder-workspace/Sources/TripKitAPI/TKServer.swift:608:38: error: cannot find type 'URLRequest' in scope
606 |   }
607 |
608 |   private static func hit(_ request: URLRequest, info: @escaping ((UUID, Info) -> Void), completion: @escaping (Response<Data?>) -> Void) {
    |                                      `- error: cannot find type 'URLRequest' in scope
609 |     let uuid = UUID()
610 |     info(uuid, .request(request))
/host/spi-builder-workspace/Sources/TripKitAPI/TKServer.swift:639:138: error: cannot find type 'URLRequest' in scope
637 | extension TKServer {
638 |
639 |   private func request(path: String, baseURL: URL, method: HTTPMethod, parameters: [String: Any]?, headers: [String: String]?) throws -> URLRequest {
    |                                                                                                                                          `- error: cannot find type 'URLRequest' in scope
640 |
641 |     switch method {
/host/spi-builder-workspace/Sources/TripKitAPI/TKServer.swift:662:124: error: cannot find type 'URLRequest' in scope
660 |   }
661 |
662 |   private func request(for url: URL, method: HTTPMethod, parameters: [String: Any]?, headers: [String: String]?) throws -> URLRequest {
    |                                                                                                                            `- error: cannot find type 'URLRequest' in scope
663 |
664 |     var request: URLRequest
/host/spi-builder-workspace/Sources/TripKitAPI/TKServer.swift:731:94: error: cannot find type 'URLRequest' in scope
729 |   }
730 |
731 |   public func GETRequestWithSkedGoHTTPHeaders(for url: URL, paras: [String: Any]?) throws -> URLRequest {
    |                                                                                              `- error: cannot find type 'URLRequest' in scope
732 |     try request(for: url, method: .GET, parameters: paras, headers: nil)
733 |   }
/host/spi-builder-workspace/Sources/TripKitAPI/TKServer.swift:563:18: error: cannot find type 'URLRequest' in scope
561 |     }
562 |
563 |     let request: URLRequest
    |                  `- error: cannot find type 'URLRequest' in scope
564 |     do {
565 |       request = try self.request(path: path, baseURL: baseURL, method: method, parameters: parameters, headers: headers)
/host/spi-builder-workspace/Sources/TripKitAPI/TKServer.swift:579:5: error: instance member 'hit' cannot be used on type 'Self'; did you mean to use a value of this type instead?
577 |     }
578 |
579 |     Self.hit(request, info: info) { response in
    |     `- error: instance member 'hit' cannot be used on type 'Self'; did you mean to use a value of this type instead?
580 |       switch (response.statusCode ?? 0 >= 500, response.result) {
581 |       case (_, .success):
/host/spi-builder-workspace/Sources/TripKitAPI/TKServer.swift:579:13: error: missing arguments for parameters 'method', 'parameters', 'headers' in call
577 |     }
578 |
579 |     Self.hit(request, info: info) { response in
    |             `- error: missing arguments for parameters 'method', 'parameters', 'headers' in call
580 |       switch (response.statusCode ?? 0 >= 500, response.result) {
581 |       case (_, .success):
    :
597 |   }
598 |
599 |   private func hit(_ url: URL, method: HTTPMethod, parameters: [String: Any]?, headers: [String: String]?, info: @escaping ((UUID, Info) -> Void), completion: @escaping (Response<Data?>) -> Void) {
    |                `- note: 'hit(_:method:parameters:headers:info:completion:)' declared here
600 |     do {
601 |       let request = try request(for: url, method: method, parameters: parameters, headers: headers)
/host/spi-builder-workspace/Sources/TripKitAPI/TKServer.swift:602:7: error: instance member 'hit' cannot be used on type 'Self'; did you mean to use a value of this type instead?
600 |     do {
601 |       let request = try request(for: url, method: method, parameters: parameters, headers: headers)
602 |       Self.hit(request, info: info, completion: completion)
    |       `- error: instance member 'hit' cannot be used on type 'Self'; did you mean to use a value of this type instead?
603 |     } catch {
604 |       completion(.init(headers: [:], result: .failure(error)))
/host/spi-builder-workspace/Sources/TripKitAPI/TKServer.swift:602:15: error: missing arguments for parameters 'method', 'parameters', 'headers' in call
597 |   }
598 |
599 |   private func hit(_ url: URL, method: HTTPMethod, parameters: [String: Any]?, headers: [String: String]?, info: @escaping ((UUID, Info) -> Void), completion: @escaping (Response<Data?>) -> Void) {
    |                `- note: 'hit(_:method:parameters:headers:info:completion:)' declared here
600 |     do {
601 |       let request = try request(for: url, method: method, parameters: parameters, headers: headers)
602 |       Self.hit(request, info: info, completion: completion)
    |               `- error: missing arguments for parameters 'method', 'parameters', 'headers' in call
603 |     } catch {
604 |       completion(.init(headers: [:], result: .failure(error)))
/host/spi-builder-workspace/Sources/TripKitAPI/TKServer.swift:612:16: error: type 'URLSession' (aka 'AnyObject') has no member 'shared'
610 |     info(uuid, .request(request))
611 |
612 |     URLSession.shared.dataTask(with: request) { data, response, error in
    |                `- error: type 'URLSession' (aka 'AnyObject') has no member 'shared'
613 |       let status = (response as? HTTPURLResponse)?.statusCode
614 |       let result: Result<Data?, Error>
/host/spi-builder-workspace/Sources/TripKitAPI/TKServer.swift:613:52: error: value of type 'HTTPURLResponse' (aka 'AnyObject') has no member 'statusCode'
611 |
612 |     URLSession.shared.dataTask(with: request) { data, response, error in
613 |       let status = (response as? HTTPURLResponse)?.statusCode
    |                                                    `- error: value of type 'HTTPURLResponse' (aka 'AnyObject') has no member 'statusCode'
614 |       let result: Result<Data?, Error>
615 |       if let error {
/host/spi-builder-workspace/Sources/TripKitAPI/TKServer.swift:664:18: error: cannot find type 'URLRequest' in scope
662 |   private func request(for url: URL, method: HTTPMethod, parameters: [String: Any]?, headers: [String: String]?) throws -> URLRequest {
663 |
664 |     var request: URLRequest
    |                  `- error: cannot find type 'URLRequest' in scope
665 |
666 |     if case .GET = method, let parameters, !parameters.isEmpty {
/host/spi-builder-workspace/Sources/TripKitAPI/TKServer.swift:674:17: error: cannot find 'URLRequest' in scope
672 |       components.queryItems = queryItems
673 |       let merged = try components.url.orThrow(RequestError.invalidURL)
674 |       request = URLRequest(url: merged)
    |                 `- error: cannot find 'URLRequest' in scope
675 |     } else {
676 |       request = URLRequest(url: url)
/host/spi-builder-workspace/Sources/TripKitAPI/TKServer.swift:676:17: error: cannot find 'URLRequest' in scope
674 |       request = URLRequest(url: merged)
675 |     } else {
676 |       request = URLRequest(url: url)
    |                 `- error: cannot find 'URLRequest' in scope
677 |     }
678 |
/host/spi-builder-workspace/Sources/TripKitAPI/model/API/AlertAPIModels.swift:85:23: error: cannot find type 'TKColor' in scope
 83 | #if !os(Linux)
 84 |     /// This color applies to an individual service.
 85 |     public var color: TKColor? { return modeInfo.color }
    |                       `- error: cannot find type 'TKColor' in scope
 86 | #endif
 87 |   }
[37/60] Compiling TripKitAPI NSError+customError.swift
/host/spi-builder-workspace/Sources/TripKitAPI/TKServer.swift:530:18: error: cannot find type 'URLRequest' in scope
528 |
529 |   enum Info {
530 |     case request(URLRequest)
    |                  `- error: cannot find type 'URLRequest' in scope
531 |     case response(URLRequest, URLResponse?, Result<Data?, Error>)
532 |   }
/host/spi-builder-workspace/Sources/TripKitAPI/TKServer.swift:531:19: error: cannot find type 'URLRequest' in scope
529 |   enum Info {
530 |     case request(URLRequest)
531 |     case response(URLRequest, URLResponse?, Result<Data?, Error>)
    |                   `- error: cannot find type 'URLRequest' in scope
532 |   }
533 |
/host/spi-builder-workspace/Sources/TripKitAPI/TKServer.swift:531:31: error: 'URLResponse' is unavailable: This type has moved to the FoundationNetworking module. Import that module to use it.
529 |   enum Info {
530 |     case request(URLRequest)
531 |     case response(URLRequest, URLResponse?, Result<Data?, Error>)
    |                               `- error: 'URLResponse' is unavailable: This type has moved to the FoundationNetworking module. Import that module to use it.
532 |   }
533 |
Foundation.URLResponse:2:18: note: 'URLResponse' has been explicitly marked unavailable here
1 | @available(*, unavailable, message: "This type has moved to the FoundationNetworking module. Import that module to use it.")
2 | public typealias URLResponse = AnyObject
  |                  `- note: 'URLResponse' has been explicitly marked unavailable here
/host/spi-builder-workspace/Sources/TripKitAPI/TKServer.swift:608:38: error: cannot find type 'URLRequest' in scope
606 |   }
607 |
608 |   private static func hit(_ request: URLRequest, info: @escaping ((UUID, Info) -> Void), completion: @escaping (Response<Data?>) -> Void) {
    |                                      `- error: cannot find type 'URLRequest' in scope
609 |     let uuid = UUID()
610 |     info(uuid, .request(request))
/host/spi-builder-workspace/Sources/TripKitAPI/TKServer.swift:639:138: error: cannot find type 'URLRequest' in scope
637 | extension TKServer {
638 |
639 |   private func request(path: String, baseURL: URL, method: HTTPMethod, parameters: [String: Any]?, headers: [String: String]?) throws -> URLRequest {
    |                                                                                                                                          `- error: cannot find type 'URLRequest' in scope
640 |
641 |     switch method {
/host/spi-builder-workspace/Sources/TripKitAPI/TKServer.swift:662:124: error: cannot find type 'URLRequest' in scope
660 |   }
661 |
662 |   private func request(for url: URL, method: HTTPMethod, parameters: [String: Any]?, headers: [String: String]?) throws -> URLRequest {
    |                                                                                                                            `- error: cannot find type 'URLRequest' in scope
663 |
664 |     var request: URLRequest
/host/spi-builder-workspace/Sources/TripKitAPI/TKServer.swift:731:94: error: cannot find type 'URLRequest' in scope
729 |   }
730 |
731 |   public func GETRequestWithSkedGoHTTPHeaders(for url: URL, paras: [String: Any]?) throws -> URLRequest {
    |                                                                                              `- error: cannot find type 'URLRequest' in scope
732 |     try request(for: url, method: .GET, parameters: paras, headers: nil)
733 |   }
/host/spi-builder-workspace/Sources/TripKitAPI/TKServer.swift:563:18: error: cannot find type 'URLRequest' in scope
561 |     }
562 |
563 |     let request: URLRequest
    |                  `- error: cannot find type 'URLRequest' in scope
564 |     do {
565 |       request = try self.request(path: path, baseURL: baseURL, method: method, parameters: parameters, headers: headers)
/host/spi-builder-workspace/Sources/TripKitAPI/TKServer.swift:579:5: error: instance member 'hit' cannot be used on type 'Self'; did you mean to use a value of this type instead?
577 |     }
578 |
579 |     Self.hit(request, info: info) { response in
    |     `- error: instance member 'hit' cannot be used on type 'Self'; did you mean to use a value of this type instead?
580 |       switch (response.statusCode ?? 0 >= 500, response.result) {
581 |       case (_, .success):
/host/spi-builder-workspace/Sources/TripKitAPI/TKServer.swift:579:13: error: missing arguments for parameters 'method', 'parameters', 'headers' in call
577 |     }
578 |
579 |     Self.hit(request, info: info) { response in
    |             `- error: missing arguments for parameters 'method', 'parameters', 'headers' in call
580 |       switch (response.statusCode ?? 0 >= 500, response.result) {
581 |       case (_, .success):
    :
597 |   }
598 |
599 |   private func hit(_ url: URL, method: HTTPMethod, parameters: [String: Any]?, headers: [String: String]?, info: @escaping ((UUID, Info) -> Void), completion: @escaping (Response<Data?>) -> Void) {
    |                `- note: 'hit(_:method:parameters:headers:info:completion:)' declared here
600 |     do {
601 |       let request = try request(for: url, method: method, parameters: parameters, headers: headers)
/host/spi-builder-workspace/Sources/TripKitAPI/TKServer.swift:602:7: error: instance member 'hit' cannot be used on type 'Self'; did you mean to use a value of this type instead?
600 |     do {
601 |       let request = try request(for: url, method: method, parameters: parameters, headers: headers)
602 |       Self.hit(request, info: info, completion: completion)
    |       `- error: instance member 'hit' cannot be used on type 'Self'; did you mean to use a value of this type instead?
603 |     } catch {
604 |       completion(.init(headers: [:], result: .failure(error)))
/host/spi-builder-workspace/Sources/TripKitAPI/TKServer.swift:602:15: error: missing arguments for parameters 'method', 'parameters', 'headers' in call
597 |   }
598 |
599 |   private func hit(_ url: URL, method: HTTPMethod, parameters: [String: Any]?, headers: [String: String]?, info: @escaping ((UUID, Info) -> Void), completion: @escaping (Response<Data?>) -> Void) {
    |                `- note: 'hit(_:method:parameters:headers:info:completion:)' declared here
600 |     do {
601 |       let request = try request(for: url, method: method, parameters: parameters, headers: headers)
602 |       Self.hit(request, info: info, completion: completion)
    |               `- error: missing arguments for parameters 'method', 'parameters', 'headers' in call
603 |     } catch {
604 |       completion(.init(headers: [:], result: .failure(error)))
/host/spi-builder-workspace/Sources/TripKitAPI/TKServer.swift:612:16: error: type 'URLSession' (aka 'AnyObject') has no member 'shared'
610 |     info(uuid, .request(request))
611 |
612 |     URLSession.shared.dataTask(with: request) { data, response, error in
    |                `- error: type 'URLSession' (aka 'AnyObject') has no member 'shared'
613 |       let status = (response as? HTTPURLResponse)?.statusCode
614 |       let result: Result<Data?, Error>
/host/spi-builder-workspace/Sources/TripKitAPI/TKServer.swift:613:52: error: value of type 'HTTPURLResponse' (aka 'AnyObject') has no member 'statusCode'
611 |
612 |     URLSession.shared.dataTask(with: request) { data, response, error in
613 |       let status = (response as? HTTPURLResponse)?.statusCode
    |                                                    `- error: value of type 'HTTPURLResponse' (aka 'AnyObject') has no member 'statusCode'
614 |       let result: Result<Data?, Error>
615 |       if let error {
/host/spi-builder-workspace/Sources/TripKitAPI/TKServer.swift:664:18: error: cannot find type 'URLRequest' in scope
662 |   private func request(for url: URL, method: HTTPMethod, parameters: [String: Any]?, headers: [String: String]?) throws -> URLRequest {
663 |
664 |     var request: URLRequest
    |                  `- error: cannot find type 'URLRequest' in scope
665 |
666 |     if case .GET = method, let parameters, !parameters.isEmpty {
/host/spi-builder-workspace/Sources/TripKitAPI/TKServer.swift:674:17: error: cannot find 'URLRequest' in scope
672 |       components.queryItems = queryItems
673 |       let merged = try components.url.orThrow(RequestError.invalidURL)
674 |       request = URLRequest(url: merged)
    |                 `- error: cannot find 'URLRequest' in scope
675 |     } else {
676 |       request = URLRequest(url: url)
/host/spi-builder-workspace/Sources/TripKitAPI/TKServer.swift:676:17: error: cannot find 'URLRequest' in scope
674 |       request = URLRequest(url: merged)
675 |     } else {
676 |       request = URLRequest(url: url)
    |                 `- error: cannot find 'URLRequest' in scope
677 |     }
678 |
/host/spi-builder-workspace/Sources/TripKitAPI/model/API/AlertAPIModels.swift:85:23: error: cannot find type 'TKColor' in scope
 83 | #if !os(Linux)
 84 |     /// This color applies to an individual service.
 85 |     public var color: TKColor? { return modeInfo.color }
    |                       `- error: cannot find type 'TKColor' in scope
 86 | #endif
 87 |   }
[38/60] Compiling TripKitAPI UserDefaults+SharedDefaults.swift
/host/spi-builder-workspace/Sources/TripKitAPI/TKServer.swift:530:18: error: cannot find type 'URLRequest' in scope
528 |
529 |   enum Info {
530 |     case request(URLRequest)
    |                  `- error: cannot find type 'URLRequest' in scope
531 |     case response(URLRequest, URLResponse?, Result<Data?, Error>)
532 |   }
/host/spi-builder-workspace/Sources/TripKitAPI/TKServer.swift:531:19: error: cannot find type 'URLRequest' in scope
529 |   enum Info {
530 |     case request(URLRequest)
531 |     case response(URLRequest, URLResponse?, Result<Data?, Error>)
    |                   `- error: cannot find type 'URLRequest' in scope
532 |   }
533 |
/host/spi-builder-workspace/Sources/TripKitAPI/TKServer.swift:531:31: error: 'URLResponse' is unavailable: This type has moved to the FoundationNetworking module. Import that module to use it.
529 |   enum Info {
530 |     case request(URLRequest)
531 |     case response(URLRequest, URLResponse?, Result<Data?, Error>)
    |                               `- error: 'URLResponse' is unavailable: This type has moved to the FoundationNetworking module. Import that module to use it.
532 |   }
533 |
Foundation.URLResponse:2:18: note: 'URLResponse' has been explicitly marked unavailable here
1 | @available(*, unavailable, message: "This type has moved to the FoundationNetworking module. Import that module to use it.")
2 | public typealias URLResponse = AnyObject
  |                  `- note: 'URLResponse' has been explicitly marked unavailable here
/host/spi-builder-workspace/Sources/TripKitAPI/TKServer.swift:608:38: error: cannot find type 'URLRequest' in scope
606 |   }
607 |
608 |   private static func hit(_ request: URLRequest, info: @escaping ((UUID, Info) -> Void), completion: @escaping (Response<Data?>) -> Void) {
    |                                      `- error: cannot find type 'URLRequest' in scope
609 |     let uuid = UUID()
610 |     info(uuid, .request(request))
/host/spi-builder-workspace/Sources/TripKitAPI/TKServer.swift:639:138: error: cannot find type 'URLRequest' in scope
637 | extension TKServer {
638 |
639 |   private func request(path: String, baseURL: URL, method: HTTPMethod, parameters: [String: Any]?, headers: [String: String]?) throws -> URLRequest {
    |                                                                                                                                          `- error: cannot find type 'URLRequest' in scope
640 |
641 |     switch method {
/host/spi-builder-workspace/Sources/TripKitAPI/TKServer.swift:662:124: error: cannot find type 'URLRequest' in scope
660 |   }
661 |
662 |   private func request(for url: URL, method: HTTPMethod, parameters: [String: Any]?, headers: [String: String]?) throws -> URLRequest {
    |                                                                                                                            `- error: cannot find type 'URLRequest' in scope
663 |
664 |     var request: URLRequest
/host/spi-builder-workspace/Sources/TripKitAPI/TKServer.swift:731:94: error: cannot find type 'URLRequest' in scope
729 |   }
730 |
731 |   public func GETRequestWithSkedGoHTTPHeaders(for url: URL, paras: [String: Any]?) throws -> URLRequest {
    |                                                                                              `- error: cannot find type 'URLRequest' in scope
732 |     try request(for: url, method: .GET, parameters: paras, headers: nil)
733 |   }
/host/spi-builder-workspace/Sources/TripKitAPI/TKServer.swift:563:18: error: cannot find type 'URLRequest' in scope
561 |     }
562 |
563 |     let request: URLRequest
    |                  `- error: cannot find type 'URLRequest' in scope
564 |     do {
565 |       request = try self.request(path: path, baseURL: baseURL, method: method, parameters: parameters, headers: headers)
/host/spi-builder-workspace/Sources/TripKitAPI/TKServer.swift:579:5: error: instance member 'hit' cannot be used on type 'Self'; did you mean to use a value of this type instead?
577 |     }
578 |
579 |     Self.hit(request, info: info) { response in
    |     `- error: instance member 'hit' cannot be used on type 'Self'; did you mean to use a value of this type instead?
580 |       switch (response.statusCode ?? 0 >= 500, response.result) {
581 |       case (_, .success):
/host/spi-builder-workspace/Sources/TripKitAPI/TKServer.swift:579:13: error: missing arguments for parameters 'method', 'parameters', 'headers' in call
577 |     }
578 |
579 |     Self.hit(request, info: info) { response in
    |             `- error: missing arguments for parameters 'method', 'parameters', 'headers' in call
580 |       switch (response.statusCode ?? 0 >= 500, response.result) {
581 |       case (_, .success):
    :
597 |   }
598 |
599 |   private func hit(_ url: URL, method: HTTPMethod, parameters: [String: Any]?, headers: [String: String]?, info: @escaping ((UUID, Info) -> Void), completion: @escaping (Response<Data?>) -> Void) {
    |                `- note: 'hit(_:method:parameters:headers:info:completion:)' declared here
600 |     do {
601 |       let request = try request(for: url, method: method, parameters: parameters, headers: headers)
/host/spi-builder-workspace/Sources/TripKitAPI/TKServer.swift:602:7: error: instance member 'hit' cannot be used on type 'Self'; did you mean to use a value of this type instead?
600 |     do {
601 |       let request = try request(for: url, method: method, parameters: parameters, headers: headers)
602 |       Self.hit(request, info: info, completion: completion)
    |       `- error: instance member 'hit' cannot be used on type 'Self'; did you mean to use a value of this type instead?
603 |     } catch {
604 |       completion(.init(headers: [:], result: .failure(error)))
/host/spi-builder-workspace/Sources/TripKitAPI/TKServer.swift:602:15: error: missing arguments for parameters 'method', 'parameters', 'headers' in call
597 |   }
598 |
599 |   private func hit(_ url: URL, method: HTTPMethod, parameters: [String: Any]?, headers: [String: String]?, info: @escaping ((UUID, Info) -> Void), completion: @escaping (Response<Data?>) -> Void) {
    |                `- note: 'hit(_:method:parameters:headers:info:completion:)' declared here
600 |     do {
601 |       let request = try request(for: url, method: method, parameters: parameters, headers: headers)
602 |       Self.hit(request, info: info, completion: completion)
    |               `- error: missing arguments for parameters 'method', 'parameters', 'headers' in call
603 |     } catch {
604 |       completion(.init(headers: [:], result: .failure(error)))
/host/spi-builder-workspace/Sources/TripKitAPI/TKServer.swift:612:16: error: type 'URLSession' (aka 'AnyObject') has no member 'shared'
610 |     info(uuid, .request(request))
611 |
612 |     URLSession.shared.dataTask(with: request) { data, response, error in
    |                `- error: type 'URLSession' (aka 'AnyObject') has no member 'shared'
613 |       let status = (response as? HTTPURLResponse)?.statusCode
614 |       let result: Result<Data?, Error>
/host/spi-builder-workspace/Sources/TripKitAPI/TKServer.swift:613:52: error: value of type 'HTTPURLResponse' (aka 'AnyObject') has no member 'statusCode'
611 |
612 |     URLSession.shared.dataTask(with: request) { data, response, error in
613 |       let status = (response as? HTTPURLResponse)?.statusCode
    |                                                    `- error: value of type 'HTTPURLResponse' (aka 'AnyObject') has no member 'statusCode'
614 |       let result: Result<Data?, Error>
615 |       if let error {
/host/spi-builder-workspace/Sources/TripKitAPI/TKServer.swift:664:18: error: cannot find type 'URLRequest' in scope
662 |   private func request(for url: URL, method: HTTPMethod, parameters: [String: Any]?, headers: [String: String]?) throws -> URLRequest {
663 |
664 |     var request: URLRequest
    |                  `- error: cannot find type 'URLRequest' in scope
665 |
666 |     if case .GET = method, let parameters, !parameters.isEmpty {
/host/spi-builder-workspace/Sources/TripKitAPI/TKServer.swift:674:17: error: cannot find 'URLRequest' in scope
672 |       components.queryItems = queryItems
673 |       let merged = try components.url.orThrow(RequestError.invalidURL)
674 |       request = URLRequest(url: merged)
    |                 `- error: cannot find 'URLRequest' in scope
675 |     } else {
676 |       request = URLRequest(url: url)
/host/spi-builder-workspace/Sources/TripKitAPI/TKServer.swift:676:17: error: cannot find 'URLRequest' in scope
674 |       request = URLRequest(url: merged)
675 |     } else {
676 |       request = URLRequest(url: url)
    |                 `- error: cannot find 'URLRequest' in scope
677 |     }
678 |
/host/spi-builder-workspace/Sources/TripKitAPI/model/API/AlertAPIModels.swift:85:23: error: cannot find type 'TKColor' in scope
 83 | #if !os(Linux)
 84 |     /// This color applies to an individual service.
 85 |     public var color: TKColor? { return modeInfo.color }
    |                       `- error: cannot find type 'TKColor' in scope
 86 | #endif
 87 |   }
[39/60] Compiling TripKitAPI AlertAPIModels.swift
/host/spi-builder-workspace/Sources/TripKitAPI/TKServer.swift:530:18: error: cannot find type 'URLRequest' in scope
528 |
529 |   enum Info {
530 |     case request(URLRequest)
    |                  `- error: cannot find type 'URLRequest' in scope
531 |     case response(URLRequest, URLResponse?, Result<Data?, Error>)
532 |   }
/host/spi-builder-workspace/Sources/TripKitAPI/TKServer.swift:531:19: error: cannot find type 'URLRequest' in scope
529 |   enum Info {
530 |     case request(URLRequest)
531 |     case response(URLRequest, URLResponse?, Result<Data?, Error>)
    |                   `- error: cannot find type 'URLRequest' in scope
532 |   }
533 |
/host/spi-builder-workspace/Sources/TripKitAPI/TKServer.swift:531:31: error: 'URLResponse' is unavailable: This type has moved to the FoundationNetworking module. Import that module to use it.
529 |   enum Info {
530 |     case request(URLRequest)
531 |     case response(URLRequest, URLResponse?, Result<Data?, Error>)
    |                               `- error: 'URLResponse' is unavailable: This type has moved to the FoundationNetworking module. Import that module to use it.
532 |   }
533 |
Foundation.URLResponse:2:18: note: 'URLResponse' has been explicitly marked unavailable here
1 | @available(*, unavailable, message: "This type has moved to the FoundationNetworking module. Import that module to use it.")
2 | public typealias URLResponse = AnyObject
  |                  `- note: 'URLResponse' has been explicitly marked unavailable here
/host/spi-builder-workspace/Sources/TripKitAPI/TKServer.swift:608:38: error: cannot find type 'URLRequest' in scope
606 |   }
607 |
608 |   private static func hit(_ request: URLRequest, info: @escaping ((UUID, Info) -> Void), completion: @escaping (Response<Data?>) -> Void) {
    |                                      `- error: cannot find type 'URLRequest' in scope
609 |     let uuid = UUID()
610 |     info(uuid, .request(request))
/host/spi-builder-workspace/Sources/TripKitAPI/TKServer.swift:639:138: error: cannot find type 'URLRequest' in scope
637 | extension TKServer {
638 |
639 |   private func request(path: String, baseURL: URL, method: HTTPMethod, parameters: [String: Any]?, headers: [String: String]?) throws -> URLRequest {
    |                                                                                                                                          `- error: cannot find type 'URLRequest' in scope
640 |
641 |     switch method {
/host/spi-builder-workspace/Sources/TripKitAPI/TKServer.swift:662:124: error: cannot find type 'URLRequest' in scope
660 |   }
661 |
662 |   private func request(for url: URL, method: HTTPMethod, parameters: [String: Any]?, headers: [String: String]?) throws -> URLRequest {
    |                                                                                                                            `- error: cannot find type 'URLRequest' in scope
663 |
664 |     var request: URLRequest
/host/spi-builder-workspace/Sources/TripKitAPI/TKServer.swift:731:94: error: cannot find type 'URLRequest' in scope
729 |   }
730 |
731 |   public func GETRequestWithSkedGoHTTPHeaders(for url: URL, paras: [String: Any]?) throws -> URLRequest {
    |                                                                                              `- error: cannot find type 'URLRequest' in scope
732 |     try request(for: url, method: .GET, parameters: paras, headers: nil)
733 |   }
/host/spi-builder-workspace/Sources/TripKitAPI/TKServer.swift:563:18: error: cannot find type 'URLRequest' in scope
561 |     }
562 |
563 |     let request: URLRequest
    |                  `- error: cannot find type 'URLRequest' in scope
564 |     do {
565 |       request = try self.request(path: path, baseURL: baseURL, method: method, parameters: parameters, headers: headers)
/host/spi-builder-workspace/Sources/TripKitAPI/TKServer.swift:579:5: error: instance member 'hit' cannot be used on type 'Self'; did you mean to use a value of this type instead?
577 |     }
578 |
579 |     Self.hit(request, info: info) { response in
    |     `- error: instance member 'hit' cannot be used on type 'Self'; did you mean to use a value of this type instead?
580 |       switch (response.statusCode ?? 0 >= 500, response.result) {
581 |       case (_, .success):
/host/spi-builder-workspace/Sources/TripKitAPI/TKServer.swift:579:13: error: missing arguments for parameters 'method', 'parameters', 'headers' in call
577 |     }
578 |
579 |     Self.hit(request, info: info) { response in
    |             `- error: missing arguments for parameters 'method', 'parameters', 'headers' in call
580 |       switch (response.statusCode ?? 0 >= 500, response.result) {
581 |       case (_, .success):
    :
597 |   }
598 |
599 |   private func hit(_ url: URL, method: HTTPMethod, parameters: [String: Any]?, headers: [String: String]?, info: @escaping ((UUID, Info) -> Void), completion: @escaping (Response<Data?>) -> Void) {
    |                `- note: 'hit(_:method:parameters:headers:info:completion:)' declared here
600 |     do {
601 |       let request = try request(for: url, method: method, parameters: parameters, headers: headers)
/host/spi-builder-workspace/Sources/TripKitAPI/TKServer.swift:602:7: error: instance member 'hit' cannot be used on type 'Self'; did you mean to use a value of this type instead?
600 |     do {
601 |       let request = try request(for: url, method: method, parameters: parameters, headers: headers)
602 |       Self.hit(request, info: info, completion: completion)
    |       `- error: instance member 'hit' cannot be used on type 'Self'; did you mean to use a value of this type instead?
603 |     } catch {
604 |       completion(.init(headers: [:], result: .failure(error)))
/host/spi-builder-workspace/Sources/TripKitAPI/TKServer.swift:602:15: error: missing arguments for parameters 'method', 'parameters', 'headers' in call
597 |   }
598 |
599 |   private func hit(_ url: URL, method: HTTPMethod, parameters: [String: Any]?, headers: [String: String]?, info: @escaping ((UUID, Info) -> Void), completion: @escaping (Response<Data?>) -> Void) {
    |                `- note: 'hit(_:method:parameters:headers:info:completion:)' declared here
600 |     do {
601 |       let request = try request(for: url, method: method, parameters: parameters, headers: headers)
602 |       Self.hit(request, info: info, completion: completion)
    |               `- error: missing arguments for parameters 'method', 'parameters', 'headers' in call
603 |     } catch {
604 |       completion(.init(headers: [:], result: .failure(error)))
/host/spi-builder-workspace/Sources/TripKitAPI/TKServer.swift:612:16: error: type 'URLSession' (aka 'AnyObject') has no member 'shared'
610 |     info(uuid, .request(request))
611 |
612 |     URLSession.shared.dataTask(with: request) { data, response, error in
    |                `- error: type 'URLSession' (aka 'AnyObject') has no member 'shared'
613 |       let status = (response as? HTTPURLResponse)?.statusCode
614 |       let result: Result<Data?, Error>
/host/spi-builder-workspace/Sources/TripKitAPI/TKServer.swift:613:52: error: value of type 'HTTPURLResponse' (aka 'AnyObject') has no member 'statusCode'
611 |
612 |     URLSession.shared.dataTask(with: request) { data, response, error in
613 |       let status = (response as? HTTPURLResponse)?.statusCode
    |                                                    `- error: value of type 'HTTPURLResponse' (aka 'AnyObject') has no member 'statusCode'
614 |       let result: Result<Data?, Error>
615 |       if let error {
/host/spi-builder-workspace/Sources/TripKitAPI/TKServer.swift:664:18: error: cannot find type 'URLRequest' in scope
662 |   private func request(for url: URL, method: HTTPMethod, parameters: [String: Any]?, headers: [String: String]?) throws -> URLRequest {
663 |
664 |     var request: URLRequest
    |                  `- error: cannot find type 'URLRequest' in scope
665 |
666 |     if case .GET = method, let parameters, !parameters.isEmpty {
/host/spi-builder-workspace/Sources/TripKitAPI/TKServer.swift:674:17: error: cannot find 'URLRequest' in scope
672 |       components.queryItems = queryItems
673 |       let merged = try components.url.orThrow(RequestError.invalidURL)
674 |       request = URLRequest(url: merged)
    |                 `- error: cannot find 'URLRequest' in scope
675 |     } else {
676 |       request = URLRequest(url: url)
/host/spi-builder-workspace/Sources/TripKitAPI/TKServer.swift:676:17: error: cannot find 'URLRequest' in scope
674 |       request = URLRequest(url: merged)
675 |     } else {
676 |       request = URLRequest(url: url)
    |                 `- error: cannot find 'URLRequest' in scope
677 |     }
678 |
/host/spi-builder-workspace/Sources/TripKitAPI/model/API/AlertAPIModels.swift:85:23: error: cannot find type 'TKColor' in scope
 83 | #if !os(Linux)
 84 |     /// This color applies to an individual service.
 85 |     public var color: TKColor? { return modeInfo.color }
    |                       `- error: cannot find type 'TKColor' in scope
 86 | #endif
 87 |   }
[40/60] Compiling TripKitAPI BaseAPIModels.swift
/host/spi-builder-workspace/Sources/TripKitAPI/model/API/BaseAPIModels.swift:125:23: error: cannot find type 'TKColor' in scope
123 |
124 | #if !os(Linux)
125 |     public var color: TKColor {
    |                       `- error: cannot find type 'TKColor' in scope
126 |       return TKColor(red: CGFloat(red) / 255, green: CGFloat(green) / 255, blue: CGFloat(blue) / 255, alpha: 1)
127 |     }
[41/60] Compiling TripKitAPI DeparturesAPIModel.swift
/host/spi-builder-workspace/Sources/TripKitAPI/model/API/BaseAPIModels.swift:125:23: error: cannot find type 'TKColor' in scope
123 |
124 | #if !os(Linux)
125 |     public var color: TKColor {
    |                       `- error: cannot find type 'TKColor' in scope
126 |       return TKColor(red: CGFloat(red) / 255, green: CGFloat(green) / 255, blue: CGFloat(blue) / 255, alpha: 1)
127 |     }
[42/60] Compiling TripKitAPI EventAPIModel.swift
/host/spi-builder-workspace/Sources/TripKitAPI/model/API/BaseAPIModels.swift:125:23: error: cannot find type 'TKColor' in scope
123 |
124 | #if !os(Linux)
125 |     public var color: TKColor {
    |                       `- error: cannot find type 'TKColor' in scope
126 |       return TKColor(red: CGFloat(red) / 255, green: CGFloat(green) / 255, blue: CGFloat(blue) / 255, alpha: 1)
127 |     }
[43/60] Compiling TripKitAPI LatestAPIModel.swift
/host/spi-builder-workspace/Sources/TripKitAPI/model/API/BaseAPIModels.swift:125:23: error: cannot find type 'TKColor' in scope
123 |
124 | #if !os(Linux)
125 |     public var color: TKColor {
    |                       `- error: cannot find type 'TKColor' in scope
126 |       return TKColor(red: CGFloat(red) / 255, green: CGFloat(green) / 255, blue: CGFloat(blue) / 255, alpha: 1)
127 |     }
[44/60] Compiling TripKitAPI OpeningHoursAPIModel.swift
/host/spi-builder-workspace/Sources/TripKitAPI/model/API/BaseAPIModels.swift:125:23: error: cannot find type 'TKColor' in scope
123 |
124 | #if !os(Linux)
125 |     public var color: TKColor {
    |                       `- error: cannot find type 'TKColor' in scope
126 |       return TKColor(red: CGFloat(red) / 255, green: CGFloat(green) / 255, blue: CGFloat(blue) / 255, alpha: 1)
127 |     }
[45/60] Compiling TripKitAPI PricingTableAPIModel.swift
/host/spi-builder-workspace/Sources/TripKitAPI/model/API/BaseAPIModels.swift:125:23: error: cannot find type 'TKColor' in scope
123 |
124 | #if !os(Linux)
125 |     public var color: TKColor {
    |                       `- error: cannot find type 'TKColor' in scope
126 |       return TKColor(red: CGFloat(red) / 255, green: CGFloat(green) / 255, blue: CGFloat(blue) / 255, alpha: 1)
127 |     }
[46/60] Compiling TripKitAPI RegionInfoAPIModel.swift
/host/spi-builder-workspace/Sources/TripKitAPI/model/API/BaseAPIModels.swift:125:23: error: cannot find type 'TKColor' in scope
123 |
124 | #if !os(Linux)
125 |     public var color: TKColor {
    |                       `- error: cannot find type 'TKColor' in scope
126 |       return TKColor(red: CGFloat(red) / 255, green: CGFloat(green) / 255, blue: CGFloat(blue) / 255, alpha: 1)
127 |     }
[47/60] Compiling TripKitAPI RegionsAPIModel.swift
/host/spi-builder-workspace/Sources/TripKitAPI/model/API/RouteAPIModel.swift:40:28: error: cannot find type 'TKColor' in scope
38 |
39 | #if !os(Linux)
40 |     public var routeColor: TKColor? { _routeColor?.color }
   |                            `- error: cannot find type 'TKColor' in scope
41 |
42 |     /// This color applies to an individual service.
/host/spi-builder-workspace/Sources/TripKitAPI/model/API/RouteAPIModel.swift:43:23: error: cannot find type 'TKColor' in scope
41 |
42 |     /// This color applies to an individual service.
43 |     public var color: TKColor? { return routeColor ?? modeInfo.color }
   |                       `- error: cannot find type 'TKColor' in scope
44 | #endif
45 |
[48/60] Compiling TripKitAPI RouteAPIModel.swift
/host/spi-builder-workspace/Sources/TripKitAPI/model/API/RouteAPIModel.swift:40:28: error: cannot find type 'TKColor' in scope
38 |
39 | #if !os(Linux)
40 |     public var routeColor: TKColor? { _routeColor?.color }
   |                            `- error: cannot find type 'TKColor' in scope
41 |
42 |     /// This color applies to an individual service.
/host/spi-builder-workspace/Sources/TripKitAPI/model/API/RouteAPIModel.swift:43:23: error: cannot find type 'TKColor' in scope
41 |
42 |     /// This color applies to an individual service.
43 |     public var color: TKColor? { return routeColor ?? modeInfo.color }
   |                       `- error: cannot find type 'TKColor' in scope
44 | #endif
45 |
[49/60] Compiling TripKitAPI RoutingAPIModel.swift
/host/spi-builder-workspace/Sources/TripKitAPI/model/API/RouteAPIModel.swift:40:28: error: cannot find type 'TKColor' in scope
38 |
39 | #if !os(Linux)
40 |     public var routeColor: TKColor? { _routeColor?.color }
   |                            `- error: cannot find type 'TKColor' in scope
41 |
42 |     /// This color applies to an individual service.
/host/spi-builder-workspace/Sources/TripKitAPI/model/API/RouteAPIModel.swift:43:23: error: cannot find type 'TKColor' in scope
41 |
42 |     /// This color applies to an individual service.
43 |     public var color: TKColor? { return routeColor ?? modeInfo.color }
   |                       `- error: cannot find type 'TKColor' in scope
44 | #endif
45 |
[50/60] Compiling TripKitAPI ServiceAPIModel.swift
/host/spi-builder-workspace/Sources/TripKitAPI/model/API/RouteAPIModel.swift:40:28: error: cannot find type 'TKColor' in scope
38 |
39 | #if !os(Linux)
40 |     public var routeColor: TKColor? { _routeColor?.color }
   |                            `- error: cannot find type 'TKColor' in scope
41 |
42 |     /// This color applies to an individual service.
/host/spi-builder-workspace/Sources/TripKitAPI/model/API/RouteAPIModel.swift:43:23: error: cannot find type 'TKColor' in scope
41 |
42 |     /// This color applies to an individual service.
43 |     public var color: TKColor? { return routeColor ?? modeInfo.color }
   |                       `- error: cannot find type 'TKColor' in scope
44 | #endif
45 |
[51/60] Compiling TripKitAPI StopAPIModel.swift
/host/spi-builder-workspace/Sources/TripKitAPI/model/API/RouteAPIModel.swift:40:28: error: cannot find type 'TKColor' in scope
38 |
39 | #if !os(Linux)
40 |     public var routeColor: TKColor? { _routeColor?.color }
   |                            `- error: cannot find type 'TKColor' in scope
41 |
42 |     /// This color applies to an individual service.
/host/spi-builder-workspace/Sources/TripKitAPI/model/API/RouteAPIModel.swift:43:23: error: cannot find type 'TKColor' in scope
41 |
42 |     /// This color applies to an individual service.
43 |     public var color: TKColor? { return routeColor ?? modeInfo.color }
   |                       `- error: cannot find type 'TKColor' in scope
44 | #endif
45 |
[52/60] Compiling TripKitAPI TKAPI.swift
/host/spi-builder-workspace/Sources/TripKitAPI/model/API/RouteAPIModel.swift:40:28: error: cannot find type 'TKColor' in scope
38 |
39 | #if !os(Linux)
40 |     public var routeColor: TKColor? { _routeColor?.color }
   |                            `- error: cannot find type 'TKColor' in scope
41 |
42 |     /// This color applies to an individual service.
/host/spi-builder-workspace/Sources/TripKitAPI/model/API/RouteAPIModel.swift:43:23: error: cannot find type 'TKColor' in scope
41 |
42 |     /// This color applies to an individual service.
43 |     public var color: TKColor? { return routeColor ?? modeInfo.color }
   |                       `- error: cannot find type 'TKColor' in scope
44 | #endif
45 |
[53/60] Compiling TripKitAPI UserAPIModel.swift
/host/spi-builder-workspace/Sources/TripKitAPI/model/API/RouteAPIModel.swift:40:28: error: cannot find type 'TKColor' in scope
38 |
39 | #if !os(Linux)
40 |     public var routeColor: TKColor? { _routeColor?.color }
   |                            `- error: cannot find type 'TKColor' in scope
41 |
42 |     /// This color applies to an individual service.
/host/spi-builder-workspace/Sources/TripKitAPI/model/API/RouteAPIModel.swift:43:23: error: cannot find type 'TKColor' in scope
41 |
42 |     /// This color applies to an individual service.
43 |     public var color: TKColor? { return routeColor ?? modeInfo.color }
   |                       `- error: cannot find type 'TKColor' in scope
44 | #endif
45 |
[54/60] Compiling TripKitAPI DefaultEmptyArray.swift
[55/60] Compiling TripKitAPI DefaultFalse.swift
[56/60] Compiling TripKitAPI DefaultLossyArray.swift
[57/60] Compiling TripKitAPI DefaultNil.swift
[58/60] Compiling TripKitAPI DefaultTrue.swift
[59/60] Compiling TripKitAPI ISO8601OrSecondsSince1970.swift
[60/60] Compiling TripKitAPI LossyArray.swift
BUILD FAILURE 6.2 android