The Swift Package Index logo.Swift Package Index

Build Information

Failed to build SwiftTube with Swift 5.10 for Linux.

Build Command

bash -c docker run --rm -v "checkouts-4609320-0":/host -w "$workDir" registry.gitlab.com/finestructure/spi-images:basic-5.10-latest swift build 2>&1

Build Log

    public enum Response: APIResponseValue, CustomStringConvertible, CustomDebugStringConvertible {
                ^
/host/spi-builder-workspace/.build/checkouts/Prch/Sources/Prch/Response.swift:5:18: note: protocol requires nested type 'FailureType'; add nested type 'FailureType' for conformance
  associatedtype FailureType
                 ^
/host/spi-builder-workspace/.build/checkouts/Prch/Sources/Prch/Response.swift:6:18: note: protocol requires nested type 'APIType'; add nested type 'APIType' for conformance
  associatedtype APIType: API
                 ^
/host/spi-builder-workspace/Sources/SwiftTube/Requests/LiveBroadcasts/YoutubeLiveBroadcastsList.swift:221:24: warning: 'APIClientError' is deprecated: renamed to 'ClientError'
        default: throw APIClientError.unexpectedStatusCode(statusCode: statusCode, data: data)
                       ^
/host/spi-builder-workspace/Sources/SwiftTube/Requests/LiveBroadcasts/YoutubeLiveBroadcastsList.swift:221:24: note: use 'ClientError' instead
        default: throw APIClientError.unexpectedStatusCode(statusCode: statusCode, data: data)
                       ^~~~~~~~~~~~~~
                       ClientError
/host/spi-builder-workspace/Sources/SwiftTube/Requests/LiveBroadcasts/YoutubeLiveBroadcastsTransition.swift:7:33: warning: 'APIService' is deprecated: renamed to 'Service'
    public static let service = APIService<Response>(id: "youtube.liveBroadcasts.transition", tag: "liveBroadcasts", method: "POST", path: "/youtube/v3/liveBroadcasts/transition", hasBody: false, securityRequirements: [SecurityRequirement(type: "Oauth2c", scopes: ["https://www.googleapis.com/auth/youtube"]), SecurityRequirement(type: "Oauth2c", scopes: ["https://www.googleapis.com/auth/youtube.force-ssl"])])
                                ^
/host/spi-builder-workspace/Sources/SwiftTube/Requests/LiveBroadcasts/YoutubeLiveBroadcastsTransition.swift:7:33: note: use 'Service' instead
    public static let service = APIService<Response>(id: "youtube.liveBroadcasts.transition", tag: "liveBroadcasts", method: "POST", path: "/youtube/v3/liveBroadcasts/transition", hasBody: false, securityRequirements: [SecurityRequirement(type: "Oauth2c", scopes: ["https://www.googleapis.com/auth/youtube"]), SecurityRequirement(type: "Oauth2c", scopes: ["https://www.googleapis.com/auth/youtube.force-ssl"])])
                                ^~~~~~~~~~
                                Service
/host/spi-builder-workspace/Sources/SwiftTube/Requests/LiveBroadcasts/YoutubeLiveBroadcastsTransition.swift:17:33: error: generic type 'DeprecatedRequest' specialized with too few type parameters (got 1, but expected 2)
    public final class Request: APIRequest<Response> {
                                ^         ~~~~~~~~~~
/host/spi-builder-workspace/.build/checkouts/Prch/Sources/Prch/Deprecated/DeprecatedRequest.swift:4:12: note: generic type 'DeprecatedRequest' declared here
open class DeprecatedRequest<
           ^
/host/spi-builder-workspace/Sources/SwiftTube/Requests/LiveBroadcasts/YoutubeLiveBroadcastsTransition.swift:148:27: warning: 'APIResponseValue' is deprecated: renamed to 'DeprecatedResponse'
    public enum Response: APIResponseValue, CustomStringConvertible, CustomDebugStringConvertible {
                          ^
/host/spi-builder-workspace/Sources/SwiftTube/Requests/LiveBroadcasts/YoutubeLiveBroadcastsTransition.swift:148:27: note: use 'DeprecatedResponse' instead
    public enum Response: APIResponseValue, CustomStringConvertible, CustomDebugStringConvertible {
                          ^~~~~~~~~~~~~~~~
                          DeprecatedResponse
/host/spi-builder-workspace/Sources/SwiftTube/Requests/LiveBroadcasts/YoutubeLiveBroadcastsTransition.swift:148:17: error: type 'LiveBroadcasts.YoutubeLiveBroadcastsTransition.Response' does not conform to protocol 'Response'
    public enum Response: APIResponseValue, CustomStringConvertible, CustomDebugStringConvertible {
                ^
/host/spi-builder-workspace/.build/checkouts/Prch/Sources/Prch/Response.swift:5:18: note: protocol requires nested type 'FailureType'; add nested type 'FailureType' for conformance
  associatedtype FailureType
                 ^
/host/spi-builder-workspace/.build/checkouts/Prch/Sources/Prch/Response.swift:6:18: note: protocol requires nested type 'APIType'; add nested type 'APIType' for conformance
  associatedtype APIType: API
                 ^
/host/spi-builder-workspace/Sources/SwiftTube/Requests/LiveBroadcasts/YoutubeLiveBroadcastsTransition.swift:181:24: warning: 'APIClientError' is deprecated: renamed to 'ClientError'
        default: throw APIClientError.unexpectedStatusCode(statusCode: statusCode, data: data)
                       ^
/host/spi-builder-workspace/Sources/SwiftTube/Requests/LiveBroadcasts/YoutubeLiveBroadcastsTransition.swift:181:24: note: use 'ClientError' instead
        default: throw APIClientError.unexpectedStatusCode(statusCode: statusCode, data: data)
                       ^~~~~~~~~~~~~~
                       ClientError
/host/spi-builder-workspace/Sources/SwiftTube/Requests/LiveBroadcasts/YoutubeLiveBroadcastsUpdate.swift:7:33: warning: 'APIService' is deprecated: renamed to 'Service'
    public static let service = APIService<Response>(id: "youtube.liveBroadcasts.update", tag: "liveBroadcasts", method: "PUT", path: "/youtube/v3/liveBroadcasts", hasBody: true, securityRequirements: [SecurityRequirement(type: "Oauth2", scopes: ["https://www.googleapis.com/auth/youtube"]), SecurityRequirement(type: "Oauth2", scopes: ["https://www.googleapis.com/auth/youtube.force-ssl"])])
                                ^
/host/spi-builder-workspace/Sources/SwiftTube/Requests/LiveBroadcasts/YoutubeLiveBroadcastsUpdate.swift:7:33: note: use 'Service' instead
    public static let service = APIService<Response>(id: "youtube.liveBroadcasts.update", tag: "liveBroadcasts", method: "PUT", path: "/youtube/v3/liveBroadcasts", hasBody: true, securityRequirements: [SecurityRequirement(type: "Oauth2", scopes: ["https://www.googleapis.com/auth/youtube"]), SecurityRequirement(type: "Oauth2", scopes: ["https://www.googleapis.com/auth/youtube.force-ssl"])])
                                ^~~~~~~~~~
                                Service
/host/spi-builder-workspace/Sources/SwiftTube/Requests/LiveBroadcasts/YoutubeLiveBroadcastsUpdate.swift:9:33: error: generic type 'DeprecatedRequest' specialized with too few type parameters (got 1, but expected 2)
    public final class Request: APIRequest<Response> {
                                ^         ~~~~~~~~~~
/host/spi-builder-workspace/.build/checkouts/Prch/Sources/Prch/Deprecated/DeprecatedRequest.swift:4:12: note: generic type 'DeprecatedRequest' declared here
open class DeprecatedRequest<
           ^
/host/spi-builder-workspace/Sources/SwiftTube/Requests/LiveBroadcasts/YoutubeLiveBroadcastsUpdate.swift:135:27: warning: 'APIResponseValue' is deprecated: renamed to 'DeprecatedResponse'
    public enum Response: APIResponseValue, CustomStringConvertible, CustomDebugStringConvertible {
                          ^
/host/spi-builder-workspace/Sources/SwiftTube/Requests/LiveBroadcasts/YoutubeLiveBroadcastsUpdate.swift:135:27: note: use 'DeprecatedResponse' instead
    public enum Response: APIResponseValue, CustomStringConvertible, CustomDebugStringConvertible {
                          ^~~~~~~~~~~~~~~~
                          DeprecatedResponse
/host/spi-builder-workspace/Sources/SwiftTube/Requests/LiveBroadcasts/YoutubeLiveBroadcastsUpdate.swift:135:17: error: type 'LiveBroadcasts.YoutubeLiveBroadcastsUpdate.Response' does not conform to protocol 'Response'
    public enum Response: APIResponseValue, CustomStringConvertible, CustomDebugStringConvertible {
                ^
/host/spi-builder-workspace/.build/checkouts/Prch/Sources/Prch/Response.swift:5:18: note: protocol requires nested type 'FailureType'; add nested type 'FailureType' for conformance
  associatedtype FailureType
                 ^
/host/spi-builder-workspace/.build/checkouts/Prch/Sources/Prch/Response.swift:6:18: note: protocol requires nested type 'APIType'; add nested type 'APIType' for conformance
  associatedtype APIType: API
                 ^
/host/spi-builder-workspace/Sources/SwiftTube/Requests/LiveBroadcasts/YoutubeLiveBroadcastsUpdate.swift:168:24: warning: 'APIClientError' is deprecated: renamed to 'ClientError'
        default: throw APIClientError.unexpectedStatusCode(statusCode: statusCode, data: data)
                       ^
/host/spi-builder-workspace/Sources/SwiftTube/Requests/LiveBroadcasts/YoutubeLiveBroadcastsUpdate.swift:168:24: note: use 'ClientError' instead
        default: throw APIClientError.unexpectedStatusCode(statusCode: statusCode, data: data)
                       ^~~~~~~~~~~~~~
                       ClientError
/host/spi-builder-workspace/Sources/SwiftTube/Requests/LiveChatBans/YoutubeLiveChatBansDelete.swift:7:33: warning: 'APIService' is deprecated: renamed to 'Service'
    public static let service = APIService<Response>(id: "youtube.liveChatBans.delete", tag: "liveChatBans", method: "DELETE", path: "/youtube/v3/liveChat/bans", hasBody: false, securityRequirements: [SecurityRequirement(type: "Oauth2c", scopes: ["https://www.googleapis.com/auth/youtube"]), SecurityRequirement(type: "Oauth2c", scopes: ["https://www.googleapis.com/auth/youtube.force-ssl"])])
                                ^
/host/spi-builder-workspace/Sources/SwiftTube/Requests/LiveChatBans/YoutubeLiveChatBansDelete.swift:7:33: note: use 'Service' instead
    public static let service = APIService<Response>(id: "youtube.liveChatBans.delete", tag: "liveChatBans", method: "DELETE", path: "/youtube/v3/liveChat/bans", hasBody: false, securityRequirements: [SecurityRequirement(type: "Oauth2c", scopes: ["https://www.googleapis.com/auth/youtube"]), SecurityRequirement(type: "Oauth2c", scopes: ["https://www.googleapis.com/auth/youtube.force-ssl"])])
                                ^~~~~~~~~~
                                Service
/host/spi-builder-workspace/Sources/SwiftTube/Requests/LiveChatBans/YoutubeLiveChatBansDelete.swift:9:33: error: generic type 'DeprecatedRequest' specialized with too few type parameters (got 1, but expected 2)
    public final class Request: APIRequest<Response> {
                                ^         ~~~~~~~~~~
/host/spi-builder-workspace/.build/checkouts/Prch/Sources/Prch/Deprecated/DeprecatedRequest.swift:4:12: note: generic type 'DeprecatedRequest' declared here
open class DeprecatedRequest<
           ^
/host/spi-builder-workspace/Sources/SwiftTube/Requests/LiveChatBans/YoutubeLiveChatBansDelete.swift:115:27: warning: 'APIResponseValue' is deprecated: renamed to 'DeprecatedResponse'
    public enum Response: APIResponseValue, CustomStringConvertible, CustomDebugStringConvertible {
                          ^
/host/spi-builder-workspace/Sources/SwiftTube/Requests/LiveChatBans/YoutubeLiveChatBansDelete.swift:115:27: note: use 'DeprecatedResponse' instead
    public enum Response: APIResponseValue, CustomStringConvertible, CustomDebugStringConvertible {
                          ^~~~~~~~~~~~~~~~
                          DeprecatedResponse
/host/spi-builder-workspace/Sources/SwiftTube/Requests/LiveChatBans/YoutubeLiveChatBansDelete.swift:115:17: error: type 'LiveChatBans.YoutubeLiveChatBansDelete.Response' does not conform to protocol 'Response'
    public enum Response: APIResponseValue, CustomStringConvertible, CustomDebugStringConvertible {
                ^
/host/spi-builder-workspace/.build/checkouts/Prch/Sources/Prch/Response.swift:5:18: note: protocol requires nested type 'FailureType'; add nested type 'FailureType' for conformance
  associatedtype FailureType
                 ^
/host/spi-builder-workspace/.build/checkouts/Prch/Sources/Prch/Response.swift:6:18: note: protocol requires nested type 'APIType'; add nested type 'APIType' for conformance
  associatedtype APIType: API
                 ^
/host/spi-builder-workspace/Sources/SwiftTube/Requests/LiveChatBans/YoutubeLiveChatBansDelete.swift:148:24: warning: 'APIClientError' is deprecated: renamed to 'ClientError'
        default: throw APIClientError.unexpectedStatusCode(statusCode: statusCode, data: data)
                       ^
/host/spi-builder-workspace/Sources/SwiftTube/Requests/LiveChatBans/YoutubeLiveChatBansDelete.swift:148:24: note: use 'ClientError' instead
        default: throw APIClientError.unexpectedStatusCode(statusCode: statusCode, data: data)
                       ^~~~~~~~~~~~~~
                       ClientError
/host/spi-builder-workspace/Sources/SwiftTube/Requests/LiveChatBans/YoutubeLiveChatBansInsert.swift:7:33: warning: 'APIService' is deprecated: renamed to 'Service'
    public static let service = APIService<Response>(id: "youtube.liveChatBans.insert", tag: "liveChatBans", method: "POST", path: "/youtube/v3/liveChat/bans", hasBody: true, securityRequirements: [SecurityRequirement(type: "Oauth2", scopes: ["https://www.googleapis.com/auth/youtube"]), SecurityRequirement(type: "Oauth2", scopes: ["https://www.googleapis.com/auth/youtube.force-ssl"])])
                                ^
/host/spi-builder-workspace/Sources/SwiftTube/Requests/LiveChatBans/YoutubeLiveChatBansInsert.swift:7:33: note: use 'Service' instead
    public static let service = APIService<Response>(id: "youtube.liveChatBans.insert", tag: "liveChatBans", method: "POST", path: "/youtube/v3/liveChat/bans", hasBody: true, securityRequirements: [SecurityRequirement(type: "Oauth2", scopes: ["https://www.googleapis.com/auth/youtube"]), SecurityRequirement(type: "Oauth2", scopes: ["https://www.googleapis.com/auth/youtube.force-ssl"])])
                                ^~~~~~~~~~
                                Service
/host/spi-builder-workspace/Sources/SwiftTube/Requests/LiveChatBans/YoutubeLiveChatBansInsert.swift:9:33: error: generic type 'DeprecatedRequest' specialized with too few type parameters (got 1, but expected 2)
    public final class Request: APIRequest<Response> {
                                ^         ~~~~~~~~~~
/host/spi-builder-workspace/.build/checkouts/Prch/Sources/Prch/Deprecated/DeprecatedRequest.swift:4:12: note: generic type 'DeprecatedRequest' declared here
open class DeprecatedRequest<
           ^
/host/spi-builder-workspace/Sources/SwiftTube/Requests/LiveChatBans/YoutubeLiveChatBansInsert.swift:121:27: warning: 'APIResponseValue' is deprecated: renamed to 'DeprecatedResponse'
    public enum Response: APIResponseValue, CustomStringConvertible, CustomDebugStringConvertible {
                          ^
/host/spi-builder-workspace/Sources/SwiftTube/Requests/LiveChatBans/YoutubeLiveChatBansInsert.swift:121:27: note: use 'DeprecatedResponse' instead
    public enum Response: APIResponseValue, CustomStringConvertible, CustomDebugStringConvertible {
                          ^~~~~~~~~~~~~~~~
                          DeprecatedResponse
/host/spi-builder-workspace/Sources/SwiftTube/Requests/LiveChatBans/YoutubeLiveChatBansInsert.swift:121:17: error: type 'LiveChatBans.YoutubeLiveChatBansInsert.Response' does not conform to protocol 'Response'
    public enum Response: APIResponseValue, CustomStringConvertible, CustomDebugStringConvertible {
                ^
/host/spi-builder-workspace/.build/checkouts/Prch/Sources/Prch/Response.swift:5:18: note: protocol requires nested type 'FailureType'; add nested type 'FailureType' for conformance
  associatedtype FailureType
                 ^
/host/spi-builder-workspace/.build/checkouts/Prch/Sources/Prch/Response.swift:6:18: note: protocol requires nested type 'APIType'; add nested type 'APIType' for conformance
  associatedtype APIType: API
                 ^
/host/spi-builder-workspace/Sources/SwiftTube/Requests/LiveChatBans/YoutubeLiveChatBansInsert.swift:154:24: warning: 'APIClientError' is deprecated: renamed to 'ClientError'
        default: throw APIClientError.unexpectedStatusCode(statusCode: statusCode, data: data)
                       ^
/host/spi-builder-workspace/Sources/SwiftTube/Requests/LiveChatBans/YoutubeLiveChatBansInsert.swift:154:24: note: use 'ClientError' instead
        default: throw APIClientError.unexpectedStatusCode(statusCode: statusCode, data: data)
                       ^~~~~~~~~~~~~~
                       ClientError
[92/95] Compiling SwiftTube YoutubeLiveBroadcastsTransition.swift
/host/spi-builder-workspace/Sources/SwiftTube/Requests/Comments/YoutubeCommentsSetModerationStatus.swift:7:33: warning: 'APIService' is deprecated: renamed to 'Service'
    public static let service = APIService<Response>(id: "youtube.comments.setModerationStatus", tag: "comments", method: "POST", path: "/youtube/v3/comments/setModerationStatus", hasBody: false, securityRequirements: [SecurityRequirement(type: "Oauth2c", scopes: ["https://www.googleapis.com/auth/youtube.force-ssl"])])
                                ^
/host/spi-builder-workspace/Sources/SwiftTube/Requests/Comments/YoutubeCommentsSetModerationStatus.swift:7:33: note: use 'Service' instead
    public static let service = APIService<Response>(id: "youtube.comments.setModerationStatus", tag: "comments", method: "POST", path: "/youtube/v3/comments/setModerationStatus", hasBody: false, securityRequirements: [SecurityRequirement(type: "Oauth2c", scopes: ["https://www.googleapis.com/auth/youtube.force-ssl"])])
                                ^~~~~~~~~~
                                Service
/host/spi-builder-workspace/Sources/SwiftTube/Requests/Comments/YoutubeCommentsSetModerationStatus.swift:17:33: error: generic type 'DeprecatedRequest' specialized with too few type parameters (got 1, but expected 2)
    public final class Request: APIRequest<Response> {
                                ^         ~~~~~~~~~~
/host/spi-builder-workspace/.build/checkouts/Prch/Sources/Prch/Deprecated/DeprecatedRequest.swift:4:12: note: generic type 'DeprecatedRequest' declared here
open class DeprecatedRequest<
           ^
/host/spi-builder-workspace/Sources/SwiftTube/Requests/Comments/YoutubeCommentsSetModerationStatus.swift:136:27: warning: 'APIResponseValue' is deprecated: renamed to 'DeprecatedResponse'
    public enum Response: APIResponseValue, CustomStringConvertible, CustomDebugStringConvertible {
                          ^
/host/spi-builder-workspace/Sources/SwiftTube/Requests/Comments/YoutubeCommentsSetModerationStatus.swift:136:27: note: use 'DeprecatedResponse' instead
    public enum Response: APIResponseValue, CustomStringConvertible, CustomDebugStringConvertible {
                          ^~~~~~~~~~~~~~~~
                          DeprecatedResponse
/host/spi-builder-workspace/Sources/SwiftTube/Requests/Comments/YoutubeCommentsSetModerationStatus.swift:136:17: error: type 'Comments.YoutubeCommentsSetModerationStatus.Response' does not conform to protocol 'Response'
    public enum Response: APIResponseValue, CustomStringConvertible, CustomDebugStringConvertible {
                ^
/host/spi-builder-workspace/.build/checkouts/Prch/Sources/Prch/Response.swift:5:18: note: protocol requires nested type 'FailureType'; add nested type 'FailureType' for conformance
  associatedtype FailureType
                 ^
/host/spi-builder-workspace/.build/checkouts/Prch/Sources/Prch/Response.swift:6:18: note: protocol requires nested type 'APIType'; add nested type 'APIType' for conformance
  associatedtype APIType: API
                 ^
/host/spi-builder-workspace/Sources/SwiftTube/Requests/Comments/YoutubeCommentsSetModerationStatus.swift:169:24: warning: 'APIClientError' is deprecated: renamed to 'ClientError'
        default: throw APIClientError.unexpectedStatusCode(statusCode: statusCode, data: data)
                       ^
/host/spi-builder-workspace/Sources/SwiftTube/Requests/Comments/YoutubeCommentsSetModerationStatus.swift:169:24: note: use 'ClientError' instead
        default: throw APIClientError.unexpectedStatusCode(statusCode: statusCode, data: data)
                       ^~~~~~~~~~~~~~
                       ClientError
/host/spi-builder-workspace/Sources/SwiftTube/Requests/Comments/YoutubeCommentsUpdate.swift:7:33: warning: 'APIService' is deprecated: renamed to 'Service'
    public static let service = APIService<Response>(id: "youtube.comments.update", tag: "comments", method: "PUT", path: "/youtube/v3/comments", hasBody: true, securityRequirements: [SecurityRequirement(type: "Oauth2", scopes: ["https://www.googleapis.com/auth/youtube.force-ssl"])])
                                ^
/host/spi-builder-workspace/Sources/SwiftTube/Requests/Comments/YoutubeCommentsUpdate.swift:7:33: note: use 'Service' instead
    public static let service = APIService<Response>(id: "youtube.comments.update", tag: "comments", method: "PUT", path: "/youtube/v3/comments", hasBody: true, securityRequirements: [SecurityRequirement(type: "Oauth2", scopes: ["https://www.googleapis.com/auth/youtube.force-ssl"])])
                                ^~~~~~~~~~
                                Service
/host/spi-builder-workspace/Sources/SwiftTube/Requests/Comments/YoutubeCommentsUpdate.swift:9:33: error: generic type 'DeprecatedRequest' specialized with too few type parameters (got 1, but expected 2)
    public final class Request: APIRequest<Response> {
                                ^         ~~~~~~~~~~
/host/spi-builder-workspace/.build/checkouts/Prch/Sources/Prch/Deprecated/DeprecatedRequest.swift:4:12: note: generic type 'DeprecatedRequest' declared here
open class DeprecatedRequest<
           ^
/host/spi-builder-workspace/Sources/SwiftTube/Requests/Comments/YoutubeCommentsUpdate.swift:121:27: warning: 'APIResponseValue' is deprecated: renamed to 'DeprecatedResponse'
    public enum Response: APIResponseValue, CustomStringConvertible, CustomDebugStringConvertible {
                          ^
/host/spi-builder-workspace/Sources/SwiftTube/Requests/Comments/YoutubeCommentsUpdate.swift:121:27: note: use 'DeprecatedResponse' instead
    public enum Response: APIResponseValue, CustomStringConvertible, CustomDebugStringConvertible {
                          ^~~~~~~~~~~~~~~~
                          DeprecatedResponse
/host/spi-builder-workspace/Sources/SwiftTube/Requests/Comments/YoutubeCommentsUpdate.swift:121:17: error: type 'Comments.YoutubeCommentsUpdate.Response' does not conform to protocol 'Response'
    public enum Response: APIResponseValue, CustomStringConvertible, CustomDebugStringConvertible {
                ^
/host/spi-builder-workspace/.build/checkouts/Prch/Sources/Prch/Response.swift:5:18: note: protocol requires nested type 'FailureType'; add nested type 'FailureType' for conformance
  associatedtype FailureType
                 ^
/host/spi-builder-workspace/.build/checkouts/Prch/Sources/Prch/Response.swift:6:18: note: protocol requires nested type 'APIType'; add nested type 'APIType' for conformance
  associatedtype APIType: API
                 ^
/host/spi-builder-workspace/Sources/SwiftTube/Requests/Comments/YoutubeCommentsUpdate.swift:154:24: warning: 'APIClientError' is deprecated: renamed to 'ClientError'
        default: throw APIClientError.unexpectedStatusCode(statusCode: statusCode, data: data)
                       ^
/host/spi-builder-workspace/Sources/SwiftTube/Requests/Comments/YoutubeCommentsUpdate.swift:154:24: note: use 'ClientError' instead
        default: throw APIClientError.unexpectedStatusCode(statusCode: statusCode, data: data)
                       ^~~~~~~~~~~~~~
                       ClientError
/host/spi-builder-workspace/Sources/SwiftTube/Requests/I18nLanguages/YoutubeI18nLanguagesList.swift:7:33: warning: 'APIService' is deprecated: renamed to 'Service'
    public static let service = APIService<Response>(id: "youtube.i18nLanguages.list", tag: "i18nLanguages", method: "GET", path: "/youtube/v3/i18nLanguages", hasBody: false, securityRequirements: [SecurityRequirement(type: "Oauth2", scopes: ["https://www.googleapis.com/auth/youtube"]), SecurityRequirement(type: "Oauth2", scopes: ["https://www.googleapis.com/auth/youtube.force-ssl"]), SecurityRequirement(type: "Oauth2", scopes: ["https://www.googleapis.com/auth/youtube.readonly"]), SecurityRequirement(type: "Oauth2", scopes: ["https://www.googleapis.com/auth/youtubepartner"])])
                                ^
/host/spi-builder-workspace/Sources/SwiftTube/Requests/I18nLanguages/YoutubeI18nLanguagesList.swift:7:33: note: use 'Service' instead
    public static let service = APIService<Response>(id: "youtube.i18nLanguages.list", tag: "i18nLanguages", method: "GET", path: "/youtube/v3/i18nLanguages", hasBody: false, securityRequirements: [SecurityRequirement(type: "Oauth2", scopes: ["https://www.googleapis.com/auth/youtube"]), SecurityRequirement(type: "Oauth2", scopes: ["https://www.googleapis.com/auth/youtube.force-ssl"]), SecurityRequirement(type: "Oauth2", scopes: ["https://www.googleapis.com/auth/youtube.readonly"]), SecurityRequirement(type: "Oauth2", scopes: ["https://www.googleapis.com/auth/youtubepartner"])])
                                ^~~~~~~~~~
                                Service
/host/spi-builder-workspace/Sources/SwiftTube/Requests/I18nLanguages/YoutubeI18nLanguagesList.swift:9:33: error: generic type 'DeprecatedRequest' specialized with too few type parameters (got 1, but expected 2)
    public final class Request: APIRequest<Response> {
                                ^         ~~~~~~~~~~
/host/spi-builder-workspace/.build/checkouts/Prch/Sources/Prch/Deprecated/DeprecatedRequest.swift:4:12: note: generic type 'DeprecatedRequest' declared here
open class DeprecatedRequest<
           ^
/host/spi-builder-workspace/Sources/SwiftTube/Requests/I18nLanguages/YoutubeI18nLanguagesList.swift:122:27: warning: 'APIResponseValue' is deprecated: renamed to 'DeprecatedResponse'
    public enum Response: APIResponseValue, CustomStringConvertible, CustomDebugStringConvertible {
                          ^
/host/spi-builder-workspace/Sources/SwiftTube/Requests/I18nLanguages/YoutubeI18nLanguagesList.swift:122:27: note: use 'DeprecatedResponse' instead
    public enum Response: APIResponseValue, CustomStringConvertible, CustomDebugStringConvertible {
                          ^~~~~~~~~~~~~~~~
                          DeprecatedResponse
/host/spi-builder-workspace/Sources/SwiftTube/Requests/I18nLanguages/YoutubeI18nLanguagesList.swift:122:17: error: type 'I18nLanguages.YoutubeI18nLanguagesList.Response' does not conform to protocol 'Response'
    public enum Response: APIResponseValue, CustomStringConvertible, CustomDebugStringConvertible {
                ^
/host/spi-builder-workspace/.build/checkouts/Prch/Sources/Prch/Response.swift:5:18: note: protocol requires nested type 'FailureType'; add nested type 'FailureType' for conformance
  associatedtype FailureType
                 ^
/host/spi-builder-workspace/.build/checkouts/Prch/Sources/Prch/Response.swift:6:18: note: protocol requires nested type 'APIType'; add nested type 'APIType' for conformance
  associatedtype APIType: API
                 ^
/host/spi-builder-workspace/Sources/SwiftTube/Requests/I18nLanguages/YoutubeI18nLanguagesList.swift:155:24: warning: 'APIClientError' is deprecated: renamed to 'ClientError'
        default: throw APIClientError.unexpectedStatusCode(statusCode: statusCode, data: data)
                       ^
/host/spi-builder-workspace/Sources/SwiftTube/Requests/I18nLanguages/YoutubeI18nLanguagesList.swift:155:24: note: use 'ClientError' instead
        default: throw APIClientError.unexpectedStatusCode(statusCode: statusCode, data: data)
                       ^~~~~~~~~~~~~~
                       ClientError
/host/spi-builder-workspace/Sources/SwiftTube/Requests/I18nRegions/YoutubeI18nRegionsList.swift:7:33: warning: 'APIService' is deprecated: renamed to 'Service'
    public static let service = APIService<Response>(id: "youtube.i18nRegions.list", tag: "i18nRegions", method: "GET", path: "/youtube/v3/i18nRegions", hasBody: false, securityRequirements: [SecurityRequirement(type: "Oauth2", scopes: ["https://www.googleapis.com/auth/youtube"]), SecurityRequirement(type: "Oauth2", scopes: ["https://www.googleapis.com/auth/youtube.force-ssl"]), SecurityRequirement(type: "Oauth2", scopes: ["https://www.googleapis.com/auth/youtube.readonly"]), SecurityRequirement(type: "Oauth2", scopes: ["https://www.googleapis.com/auth/youtubepartner"])])
                                ^
/host/spi-builder-workspace/Sources/SwiftTube/Requests/I18nRegions/YoutubeI18nRegionsList.swift:7:33: note: use 'Service' instead
    public static let service = APIService<Response>(id: "youtube.i18nRegions.list", tag: "i18nRegions", method: "GET", path: "/youtube/v3/i18nRegions", hasBody: false, securityRequirements: [SecurityRequirement(type: "Oauth2", scopes: ["https://www.googleapis.com/auth/youtube"]), SecurityRequirement(type: "Oauth2", scopes: ["https://www.googleapis.com/auth/youtube.force-ssl"]), SecurityRequirement(type: "Oauth2", scopes: ["https://www.googleapis.com/auth/youtube.readonly"]), SecurityRequirement(type: "Oauth2", scopes: ["https://www.googleapis.com/auth/youtubepartner"])])
                                ^~~~~~~~~~
                                Service
/host/spi-builder-workspace/Sources/SwiftTube/Requests/I18nRegions/YoutubeI18nRegionsList.swift:9:33: error: generic type 'DeprecatedRequest' specialized with too few type parameters (got 1, but expected 2)
    public final class Request: APIRequest<Response> {
                                ^         ~~~~~~~~~~
/host/spi-builder-workspace/.build/checkouts/Prch/Sources/Prch/Deprecated/DeprecatedRequest.swift:4:12: note: generic type 'DeprecatedRequest' declared here
open class DeprecatedRequest<
           ^
/host/spi-builder-workspace/Sources/SwiftTube/Requests/I18nRegions/YoutubeI18nRegionsList.swift:122:27: warning: 'APIResponseValue' is deprecated: renamed to 'DeprecatedResponse'
    public enum Response: APIResponseValue, CustomStringConvertible, CustomDebugStringConvertible {
                          ^
/host/spi-builder-workspace/Sources/SwiftTube/Requests/I18nRegions/YoutubeI18nRegionsList.swift:122:27: note: use 'DeprecatedResponse' instead
    public enum Response: APIResponseValue, CustomStringConvertible, CustomDebugStringConvertible {
                          ^~~~~~~~~~~~~~~~
                          DeprecatedResponse
/host/spi-builder-workspace/Sources/SwiftTube/Requests/I18nRegions/YoutubeI18nRegionsList.swift:122:17: error: type 'I18nRegions.YoutubeI18nRegionsList.Response' does not conform to protocol 'Response'
    public enum Response: APIResponseValue, CustomStringConvertible, CustomDebugStringConvertible {
                ^
/host/spi-builder-workspace/.build/checkouts/Prch/Sources/Prch/Response.swift:5:18: note: protocol requires nested type 'FailureType'; add nested type 'FailureType' for conformance
  associatedtype FailureType
                 ^
/host/spi-builder-workspace/.build/checkouts/Prch/Sources/Prch/Response.swift:6:18: note: protocol requires nested type 'APIType'; add nested type 'APIType' for conformance
  associatedtype APIType: API
                 ^
/host/spi-builder-workspace/Sources/SwiftTube/Requests/I18nRegions/YoutubeI18nRegionsList.swift:155:24: warning: 'APIClientError' is deprecated: renamed to 'ClientError'
        default: throw APIClientError.unexpectedStatusCode(statusCode: statusCode, data: data)
                       ^
/host/spi-builder-workspace/Sources/SwiftTube/Requests/I18nRegions/YoutubeI18nRegionsList.swift:155:24: note: use 'ClientError' instead
        default: throw APIClientError.unexpectedStatusCode(statusCode: statusCode, data: data)
                       ^~~~~~~~~~~~~~
                       ClientError
/host/spi-builder-workspace/Sources/SwiftTube/Requests/LiveBroadcasts/YoutubeLiveBroadcastsBind.swift:7:33: warning: 'APIService' is deprecated: renamed to 'Service'
    public static let service = APIService<Response>(id: "youtube.liveBroadcasts.bind", tag: "liveBroadcasts", method: "POST", path: "/youtube/v3/liveBroadcasts/bind", hasBody: false, securityRequirements: [SecurityRequirement(type: "Oauth2c", scopes: ["https://www.googleapis.com/auth/youtube"]), SecurityRequirement(type: "Oauth2c", scopes: ["https://www.googleapis.com/auth/youtube.force-ssl"])])
                                ^
/host/spi-builder-workspace/Sources/SwiftTube/Requests/LiveBroadcasts/YoutubeLiveBroadcastsBind.swift:7:33: note: use 'Service' instead
    public static let service = APIService<Response>(id: "youtube.liveBroadcasts.bind", tag: "liveBroadcasts", method: "POST", path: "/youtube/v3/liveBroadcasts/bind", hasBody: false, securityRequirements: [SecurityRequirement(type: "Oauth2c", scopes: ["https://www.googleapis.com/auth/youtube"]), SecurityRequirement(type: "Oauth2c", scopes: ["https://www.googleapis.com/auth/youtube.force-ssl"])])
                                ^~~~~~~~~~
                                Service
/host/spi-builder-workspace/Sources/SwiftTube/Requests/LiveBroadcasts/YoutubeLiveBroadcastsBind.swift:9:33: error: generic type 'DeprecatedRequest' specialized with too few type parameters (got 1, but expected 2)
    public final class Request: APIRequest<Response> {
                                ^         ~~~~~~~~~~
/host/spi-builder-workspace/.build/checkouts/Prch/Sources/Prch/Deprecated/DeprecatedRequest.swift:4:12: note: generic type 'DeprecatedRequest' declared here
open class DeprecatedRequest<
           ^
/host/spi-builder-workspace/Sources/SwiftTube/Requests/LiveBroadcasts/YoutubeLiveBroadcastsBind.swift:142:27: warning: 'APIResponseValue' is deprecated: renamed to 'DeprecatedResponse'
    public enum Response: APIResponseValue, CustomStringConvertible, CustomDebugStringConvertible {
                          ^
/host/spi-builder-workspace/Sources/SwiftTube/Requests/LiveBroadcasts/YoutubeLiveBroadcastsBind.swift:142:27: note: use 'DeprecatedResponse' instead
    public enum Response: APIResponseValue, CustomStringConvertible, CustomDebugStringConvertible {
                          ^~~~~~~~~~~~~~~~
                          DeprecatedResponse
/host/spi-builder-workspace/Sources/SwiftTube/Requests/LiveBroadcasts/YoutubeLiveBroadcastsBind.swift:142:17: error: type 'LiveBroadcasts.YoutubeLiveBroadcastsBind.Response' does not conform to protocol 'Response'
    public enum Response: APIResponseValue, CustomStringConvertible, CustomDebugStringConvertible {
                ^
/host/spi-builder-workspace/.build/checkouts/Prch/Sources/Prch/Response.swift:5:18: note: protocol requires nested type 'FailureType'; add nested type 'FailureType' for conformance
  associatedtype FailureType
                 ^
/host/spi-builder-workspace/.build/checkouts/Prch/Sources/Prch/Response.swift:6:18: note: protocol requires nested type 'APIType'; add nested type 'APIType' for conformance
  associatedtype APIType: API
                 ^
/host/spi-builder-workspace/Sources/SwiftTube/Requests/LiveBroadcasts/YoutubeLiveBroadcastsBind.swift:175:24: warning: 'APIClientError' is deprecated: renamed to 'ClientError'
        default: throw APIClientError.unexpectedStatusCode(statusCode: statusCode, data: data)
                       ^
/host/spi-builder-workspace/Sources/SwiftTube/Requests/LiveBroadcasts/YoutubeLiveBroadcastsBind.swift:175:24: note: use 'ClientError' instead
        default: throw APIClientError.unexpectedStatusCode(statusCode: statusCode, data: data)
                       ^~~~~~~~~~~~~~
                       ClientError
/host/spi-builder-workspace/Sources/SwiftTube/Requests/LiveBroadcasts/YoutubeLiveBroadcastsDelete.swift:7:33: warning: 'APIService' is deprecated: renamed to 'Service'
    public static let service = APIService<Response>(id: "youtube.liveBroadcasts.delete", tag: "liveBroadcasts", method: "DELETE", path: "/youtube/v3/liveBroadcasts", hasBody: false, securityRequirements: [SecurityRequirement(type: "Oauth2", scopes: ["https://www.googleapis.com/auth/youtube"]), SecurityRequirement(type: "Oauth2", scopes: ["https://www.googleapis.com/auth/youtube.force-ssl"])])
                                ^
/host/spi-builder-workspace/Sources/SwiftTube/Requests/LiveBroadcasts/YoutubeLiveBroadcastsDelete.swift:7:33: note: use 'Service' instead
    public static let service = APIService<Response>(id: "youtube.liveBroadcasts.delete", tag: "liveBroadcasts", method: "DELETE", path: "/youtube/v3/liveBroadcasts", hasBody: false, securityRequirements: [SecurityRequirement(type: "Oauth2", scopes: ["https://www.googleapis.com/auth/youtube"]), SecurityRequirement(type: "Oauth2", scopes: ["https://www.googleapis.com/auth/youtube.force-ssl"])])
                                ^~~~~~~~~~
                                Service
/host/spi-builder-workspace/Sources/SwiftTube/Requests/LiveBroadcasts/YoutubeLiveBroadcastsDelete.swift:9:33: error: generic type 'DeprecatedRequest' specialized with too few type parameters (got 1, but expected 2)
    public final class Request: APIRequest<Response> {
                                ^         ~~~~~~~~~~
/host/spi-builder-workspace/.build/checkouts/Prch/Sources/Prch/Deprecated/DeprecatedRequest.swift:4:12: note: generic type 'DeprecatedRequest' declared here
open class DeprecatedRequest<
           ^
/host/spi-builder-workspace/Sources/SwiftTube/Requests/LiveBroadcasts/YoutubeLiveBroadcastsDelete.swift:130:27: warning: 'APIResponseValue' is deprecated: renamed to 'DeprecatedResponse'
    public enum Response: APIResponseValue, CustomStringConvertible, CustomDebugStringConvertible {
                          ^
/host/spi-builder-workspace/Sources/SwiftTube/Requests/LiveBroadcasts/YoutubeLiveBroadcastsDelete.swift:130:27: note: use 'DeprecatedResponse' instead
    public enum Response: APIResponseValue, CustomStringConvertible, CustomDebugStringConvertible {
                          ^~~~~~~~~~~~~~~~
                          DeprecatedResponse
/host/spi-builder-workspace/Sources/SwiftTube/Requests/LiveBroadcasts/YoutubeLiveBroadcastsDelete.swift:130:17: error: type 'LiveBroadcasts.YoutubeLiveBroadcastsDelete.Response' does not conform to protocol 'Response'
    public enum Response: APIResponseValue, CustomStringConvertible, CustomDebugStringConvertible {
                ^
/host/spi-builder-workspace/.build/checkouts/Prch/Sources/Prch/Response.swift:5:18: note: protocol requires nested type 'FailureType'; add nested type 'FailureType' for conformance
  associatedtype FailureType
                 ^
/host/spi-builder-workspace/.build/checkouts/Prch/Sources/Prch/Response.swift:6:18: note: protocol requires nested type 'APIType'; add nested type 'APIType' for conformance
  associatedtype APIType: API
                 ^
/host/spi-builder-workspace/Sources/SwiftTube/Requests/LiveBroadcasts/YoutubeLiveBroadcastsDelete.swift:163:24: warning: 'APIClientError' is deprecated: renamed to 'ClientError'
        default: throw APIClientError.unexpectedStatusCode(statusCode: statusCode, data: data)
                       ^
/host/spi-builder-workspace/Sources/SwiftTube/Requests/LiveBroadcasts/YoutubeLiveBroadcastsDelete.swift:163:24: note: use 'ClientError' instead
        default: throw APIClientError.unexpectedStatusCode(statusCode: statusCode, data: data)
                       ^~~~~~~~~~~~~~
                       ClientError
/host/spi-builder-workspace/Sources/SwiftTube/Requests/LiveBroadcasts/YoutubeLiveBroadcastsInsert.swift:7:33: warning: 'APIService' is deprecated: renamed to 'Service'
    public static let service = APIService<Response>(id: "youtube.liveBroadcasts.insert", tag: "liveBroadcasts", method: "POST", path: "/youtube/v3/liveBroadcasts", hasBody: true, securityRequirements: [SecurityRequirement(type: "Oauth2c", scopes: ["https://www.googleapis.com/auth/youtube"]), SecurityRequirement(type: "Oauth2c", scopes: ["https://www.googleapis.com/auth/youtube.force-ssl"])])
                                ^
/host/spi-builder-workspace/Sources/SwiftTube/Requests/LiveBroadcasts/YoutubeLiveBroadcastsInsert.swift:7:33: note: use 'Service' instead
    public static let service = APIService<Response>(id: "youtube.liveBroadcasts.insert", tag: "liveBroadcasts", method: "POST", path: "/youtube/v3/liveBroadcasts", hasBody: true, securityRequirements: [SecurityRequirement(type: "Oauth2c", scopes: ["https://www.googleapis.com/auth/youtube"]), SecurityRequirement(type: "Oauth2c", scopes: ["https://www.googleapis.com/auth/youtube.force-ssl"])])
                                ^~~~~~~~~~
                                Service
/host/spi-builder-workspace/Sources/SwiftTube/Requests/LiveBroadcasts/YoutubeLiveBroadcastsInsert.swift:9:33: error: generic type 'DeprecatedRequest' specialized with too few type parameters (got 1, but expected 2)
    public final class Request: APIRequest<Response> {
                                ^         ~~~~~~~~~~
/host/spi-builder-workspace/.build/checkouts/Prch/Sources/Prch/Deprecated/DeprecatedRequest.swift:4:12: note: generic type 'DeprecatedRequest' declared here
open class DeprecatedRequest<
           ^
/host/spi-builder-workspace/Sources/SwiftTube/Requests/LiveBroadcasts/YoutubeLiveBroadcastsInsert.swift:135:27: warning: 'APIResponseValue' is deprecated: renamed to 'DeprecatedResponse'
    public enum Response: APIResponseValue, CustomStringConvertible, CustomDebugStringConvertible {
                          ^
/host/spi-builder-workspace/Sources/SwiftTube/Requests/LiveBroadcasts/YoutubeLiveBroadcastsInsert.swift:135:27: note: use 'DeprecatedResponse' instead
    public enum Response: APIResponseValue, CustomStringConvertible, CustomDebugStringConvertible {
                          ^~~~~~~~~~~~~~~~
                          DeprecatedResponse
/host/spi-builder-workspace/Sources/SwiftTube/Requests/LiveBroadcasts/YoutubeLiveBroadcastsInsert.swift:135:17: error: type 'LiveBroadcasts.YoutubeLiveBroadcastsInsert.Response' does not conform to protocol 'Response'
    public enum Response: APIResponseValue, CustomStringConvertible, CustomDebugStringConvertible {
                ^
/host/spi-builder-workspace/.build/checkouts/Prch/Sources/Prch/Response.swift:5:18: note: protocol requires nested type 'FailureType'; add nested type 'FailureType' for conformance
  associatedtype FailureType
                 ^
/host/spi-builder-workspace/.build/checkouts/Prch/Sources/Prch/Response.swift:6:18: note: protocol requires nested type 'APIType'; add nested type 'APIType' for conformance
  associatedtype APIType: API
                 ^
/host/spi-builder-workspace/Sources/SwiftTube/Requests/LiveBroadcasts/YoutubeLiveBroadcastsInsert.swift:168:24: warning: 'APIClientError' is deprecated: renamed to 'ClientError'
        default: throw APIClientError.unexpectedStatusCode(statusCode: statusCode, data: data)
                       ^
/host/spi-builder-workspace/Sources/SwiftTube/Requests/LiveBroadcasts/YoutubeLiveBroadcastsInsert.swift:168:24: note: use 'ClientError' instead
        default: throw APIClientError.unexpectedStatusCode(statusCode: statusCode, data: data)
                       ^~~~~~~~~~~~~~
                       ClientError
/host/spi-builder-workspace/Sources/SwiftTube/Requests/LiveBroadcasts/YoutubeLiveBroadcastsList.swift:7:33: warning: 'APIService' is deprecated: renamed to 'Service'
    public static let service = APIService<Response>(id: "youtube.liveBroadcasts.list", tag: "liveBroadcasts", method: "GET", path: "/youtube/v3/liveBroadcasts", hasBody: false, securityRequirements: [SecurityRequirement(type: "Oauth2", scopes: ["https://www.googleapis.com/auth/youtube"]), SecurityRequirement(type: "Oauth2", scopes: ["https://www.googleapis.com/auth/youtube.force-ssl"]), SecurityRequirement(type: "Oauth2", scopes: ["https://www.googleapis.com/auth/youtube.readonly"])])
                                ^
/host/spi-builder-workspace/Sources/SwiftTube/Requests/LiveBroadcasts/YoutubeLiveBroadcastsList.swift:7:33: note: use 'Service' instead
    public static let service = APIService<Response>(id: "youtube.liveBroadcasts.list", tag: "liveBroadcasts", method: "GET", path: "/youtube/v3/liveBroadcasts", hasBody: false, securityRequirements: [SecurityRequirement(type: "Oauth2", scopes: ["https://www.googleapis.com/auth/youtube"]), SecurityRequirement(type: "Oauth2", scopes: ["https://www.googleapis.com/auth/youtube.force-ssl"]), SecurityRequirement(type: "Oauth2", scopes: ["https://www.googleapis.com/auth/youtube.readonly"])])
                                ^~~~~~~~~~
                                Service
/host/spi-builder-workspace/Sources/SwiftTube/Requests/LiveBroadcasts/YoutubeLiveBroadcastsList.swift:26:33: error: generic type 'DeprecatedRequest' specialized with too few type parameters (got 1, but expected 2)
    public final class Request: APIRequest<Response> {
                                ^         ~~~~~~~~~~
/host/spi-builder-workspace/.build/checkouts/Prch/Sources/Prch/Deprecated/DeprecatedRequest.swift:4:12: note: generic type 'DeprecatedRequest' declared here
open class DeprecatedRequest<
           ^
/host/spi-builder-workspace/Sources/SwiftTube/Requests/LiveBroadcasts/YoutubeLiveBroadcastsList.swift:188:27: warning: 'APIResponseValue' is deprecated: renamed to 'DeprecatedResponse'
    public enum Response: APIResponseValue, CustomStringConvertible, CustomDebugStringConvertible {
                          ^
/host/spi-builder-workspace/Sources/SwiftTube/Requests/LiveBroadcasts/YoutubeLiveBroadcastsList.swift:188:27: note: use 'DeprecatedResponse' instead
    public enum Response: APIResponseValue, CustomStringConvertible, CustomDebugStringConvertible {
                          ^~~~~~~~~~~~~~~~
                          DeprecatedResponse
/host/spi-builder-workspace/Sources/SwiftTube/Requests/LiveBroadcasts/YoutubeLiveBroadcastsList.swift:188:17: error: type 'LiveBroadcasts.YoutubeLiveBroadcastsList.Response' does not conform to protocol 'Response'
    public enum Response: APIResponseValue, CustomStringConvertible, CustomDebugStringConvertible {
                ^
/host/spi-builder-workspace/.build/checkouts/Prch/Sources/Prch/Response.swift:5:18: note: protocol requires nested type 'FailureType'; add nested type 'FailureType' for conformance
  associatedtype FailureType
                 ^
/host/spi-builder-workspace/.build/checkouts/Prch/Sources/Prch/Response.swift:6:18: note: protocol requires nested type 'APIType'; add nested type 'APIType' for conformance
  associatedtype APIType: API
                 ^
/host/spi-builder-workspace/Sources/SwiftTube/Requests/LiveBroadcasts/YoutubeLiveBroadcastsList.swift:221:24: warning: 'APIClientError' is deprecated: renamed to 'ClientError'
        default: throw APIClientError.unexpectedStatusCode(statusCode: statusCode, data: data)
                       ^
/host/spi-builder-workspace/Sources/SwiftTube/Requests/LiveBroadcasts/YoutubeLiveBroadcastsList.swift:221:24: note: use 'ClientError' instead
        default: throw APIClientError.unexpectedStatusCode(statusCode: statusCode, data: data)
                       ^~~~~~~~~~~~~~
                       ClientError
/host/spi-builder-workspace/Sources/SwiftTube/Requests/LiveBroadcasts/YoutubeLiveBroadcastsTransition.swift:7:33: warning: 'APIService' is deprecated: renamed to 'Service'
    public static let service = APIService<Response>(id: "youtube.liveBroadcasts.transition", tag: "liveBroadcasts", method: "POST", path: "/youtube/v3/liveBroadcasts/transition", hasBody: false, securityRequirements: [SecurityRequirement(type: "Oauth2c", scopes: ["https://www.googleapis.com/auth/youtube"]), SecurityRequirement(type: "Oauth2c", scopes: ["https://www.googleapis.com/auth/youtube.force-ssl"])])
                                ^
/host/spi-builder-workspace/Sources/SwiftTube/Requests/LiveBroadcasts/YoutubeLiveBroadcastsTransition.swift:7:33: note: use 'Service' instead
    public static let service = APIService<Response>(id: "youtube.liveBroadcasts.transition", tag: "liveBroadcasts", method: "POST", path: "/youtube/v3/liveBroadcasts/transition", hasBody: false, securityRequirements: [SecurityRequirement(type: "Oauth2c", scopes: ["https://www.googleapis.com/auth/youtube"]), SecurityRequirement(type: "Oauth2c", scopes: ["https://www.googleapis.com/auth/youtube.force-ssl"])])
                                ^~~~~~~~~~
                                Service
/host/spi-builder-workspace/Sources/SwiftTube/Requests/LiveBroadcasts/YoutubeLiveBroadcastsTransition.swift:17:33: error: generic type 'DeprecatedRequest' specialized with too few type parameters (got 1, but expected 2)
    public final class Request: APIRequest<Response> {
                                ^         ~~~~~~~~~~
/host/spi-builder-workspace/.build/checkouts/Prch/Sources/Prch/Deprecated/DeprecatedRequest.swift:4:12: note: generic type 'DeprecatedRequest' declared here
open class DeprecatedRequest<
           ^
/host/spi-builder-workspace/Sources/SwiftTube/Requests/LiveBroadcasts/YoutubeLiveBroadcastsTransition.swift:148:27: warning: 'APIResponseValue' is deprecated: renamed to 'DeprecatedResponse'
    public enum Response: APIResponseValue, CustomStringConvertible, CustomDebugStringConvertible {
                          ^
/host/spi-builder-workspace/Sources/SwiftTube/Requests/LiveBroadcasts/YoutubeLiveBroadcastsTransition.swift:148:27: note: use 'DeprecatedResponse' instead
    public enum Response: APIResponseValue, CustomStringConvertible, CustomDebugStringConvertible {
                          ^~~~~~~~~~~~~~~~
                          DeprecatedResponse
/host/spi-builder-workspace/Sources/SwiftTube/Requests/LiveBroadcasts/YoutubeLiveBroadcastsTransition.swift:148:17: error: type 'LiveBroadcasts.YoutubeLiveBroadcastsTransition.Response' does not conform to protocol 'Response'
    public enum Response: APIResponseValue, CustomStringConvertible, CustomDebugStringConvertible {
                ^
/host/spi-builder-workspace/.build/checkouts/Prch/Sources/Prch/Response.swift:5:18: note: protocol requires nested type 'FailureType'; add nested type 'FailureType' for conformance
  associatedtype FailureType
                 ^
/host/spi-builder-workspace/.build/checkouts/Prch/Sources/Prch/Response.swift:6:18: note: protocol requires nested type 'APIType'; add nested type 'APIType' for conformance
  associatedtype APIType: API
                 ^
/host/spi-builder-workspace/Sources/SwiftTube/Requests/LiveBroadcasts/YoutubeLiveBroadcastsTransition.swift:181:24: warning: 'APIClientError' is deprecated: renamed to 'ClientError'
        default: throw APIClientError.unexpectedStatusCode(statusCode: statusCode, data: data)
                       ^
/host/spi-builder-workspace/Sources/SwiftTube/Requests/LiveBroadcasts/YoutubeLiveBroadcastsTransition.swift:181:24: note: use 'ClientError' instead
        default: throw APIClientError.unexpectedStatusCode(statusCode: statusCode, data: data)
                       ^~~~~~~~~~~~~~
                       ClientError
/host/spi-builder-workspace/Sources/SwiftTube/Requests/LiveBroadcasts/YoutubeLiveBroadcastsUpdate.swift:7:33: warning: 'APIService' is deprecated: renamed to 'Service'
    public static let service = APIService<Response>(id: "youtube.liveBroadcasts.update", tag: "liveBroadcasts", method: "PUT", path: "/youtube/v3/liveBroadcasts", hasBody: true, securityRequirements: [SecurityRequirement(type: "Oauth2", scopes: ["https://www.googleapis.com/auth/youtube"]), SecurityRequirement(type: "Oauth2", scopes: ["https://www.googleapis.com/auth/youtube.force-ssl"])])
                                ^
/host/spi-builder-workspace/Sources/SwiftTube/Requests/LiveBroadcasts/YoutubeLiveBroadcastsUpdate.swift:7:33: note: use 'Service' instead
    public static let service = APIService<Response>(id: "youtube.liveBroadcasts.update", tag: "liveBroadcasts", method: "PUT", path: "/youtube/v3/liveBroadcasts", hasBody: true, securityRequirements: [SecurityRequirement(type: "Oauth2", scopes: ["https://www.googleapis.com/auth/youtube"]), SecurityRequirement(type: "Oauth2", scopes: ["https://www.googleapis.com/auth/youtube.force-ssl"])])
                                ^~~~~~~~~~
                                Service
/host/spi-builder-workspace/Sources/SwiftTube/Requests/LiveBroadcasts/YoutubeLiveBroadcastsUpdate.swift:9:33: error: generic type 'DeprecatedRequest' specialized with too few type parameters (got 1, but expected 2)
    public final class Request: APIRequest<Response> {
                                ^         ~~~~~~~~~~
/host/spi-builder-workspace/.build/checkouts/Prch/Sources/Prch/Deprecated/DeprecatedRequest.swift:4:12: note: generic type 'DeprecatedRequest' declared here
open class DeprecatedRequest<
           ^
/host/spi-builder-workspace/Sources/SwiftTube/Requests/LiveBroadcasts/YoutubeLiveBroadcastsUpdate.swift:135:27: warning: 'APIResponseValue' is deprecated: renamed to 'DeprecatedResponse'
    public enum Response: APIResponseValue, CustomStringConvertible, CustomDebugStringConvertible {
                          ^
/host/spi-builder-workspace/Sources/SwiftTube/Requests/LiveBroadcasts/YoutubeLiveBroadcastsUpdate.swift:135:27: note: use 'DeprecatedResponse' instead
    public enum Response: APIResponseValue, CustomStringConvertible, CustomDebugStringConvertible {
                          ^~~~~~~~~~~~~~~~
                          DeprecatedResponse
/host/spi-builder-workspace/Sources/SwiftTube/Requests/LiveBroadcasts/YoutubeLiveBroadcastsUpdate.swift:135:17: error: type 'LiveBroadcasts.YoutubeLiveBroadcastsUpdate.Response' does not conform to protocol 'Response'
    public enum Response: APIResponseValue, CustomStringConvertible, CustomDebugStringConvertible {
                ^
/host/spi-builder-workspace/.build/checkouts/Prch/Sources/Prch/Response.swift:5:18: note: protocol requires nested type 'FailureType'; add nested type 'FailureType' for conformance
  associatedtype FailureType
                 ^
/host/spi-builder-workspace/.build/checkouts/Prch/Sources/Prch/Response.swift:6:18: note: protocol requires nested type 'APIType'; add nested type 'APIType' for conformance
  associatedtype APIType: API
                 ^
/host/spi-builder-workspace/Sources/SwiftTube/Requests/LiveBroadcasts/YoutubeLiveBroadcastsUpdate.swift:168:24: warning: 'APIClientError' is deprecated: renamed to 'ClientError'
        default: throw APIClientError.unexpectedStatusCode(statusCode: statusCode, data: data)
                       ^
/host/spi-builder-workspace/Sources/SwiftTube/Requests/LiveBroadcasts/YoutubeLiveBroadcastsUpdate.swift:168:24: note: use 'ClientError' instead
        default: throw APIClientError.unexpectedStatusCode(statusCode: statusCode, data: data)
                       ^~~~~~~~~~~~~~
                       ClientError
/host/spi-builder-workspace/Sources/SwiftTube/Requests/LiveChatBans/YoutubeLiveChatBansDelete.swift:7:33: warning: 'APIService' is deprecated: renamed to 'Service'
    public static let service = APIService<Response>(id: "youtube.liveChatBans.delete", tag: "liveChatBans", method: "DELETE", path: "/youtube/v3/liveChat/bans", hasBody: false, securityRequirements: [SecurityRequirement(type: "Oauth2c", scopes: ["https://www.googleapis.com/auth/youtube"]), SecurityRequirement(type: "Oauth2c", scopes: ["https://www.googleapis.com/auth/youtube.force-ssl"])])
                                ^
/host/spi-builder-workspace/Sources/SwiftTube/Requests/LiveChatBans/YoutubeLiveChatBansDelete.swift:7:33: note: use 'Service' instead
    public static let service = APIService<Response>(id: "youtube.liveChatBans.delete", tag: "liveChatBans", method: "DELETE", path: "/youtube/v3/liveChat/bans", hasBody: false, securityRequirements: [SecurityRequirement(type: "Oauth2c", scopes: ["https://www.googleapis.com/auth/youtube"]), SecurityRequirement(type: "Oauth2c", scopes: ["https://www.googleapis.com/auth/youtube.force-ssl"])])
                                ^~~~~~~~~~
                                Service
/host/spi-builder-workspace/Sources/SwiftTube/Requests/LiveChatBans/YoutubeLiveChatBansDelete.swift:9:33: error: generic type 'DeprecatedRequest' specialized with too few type parameters (got 1, but expected 2)
    public final class Request: APIRequest<Response> {
                                ^         ~~~~~~~~~~
/host/spi-builder-workspace/.build/checkouts/Prch/Sources/Prch/Deprecated/DeprecatedRequest.swift:4:12: note: generic type 'DeprecatedRequest' declared here
open class DeprecatedRequest<
           ^
/host/spi-builder-workspace/Sources/SwiftTube/Requests/LiveChatBans/YoutubeLiveChatBansDelete.swift:115:27: warning: 'APIResponseValue' is deprecated: renamed to 'DeprecatedResponse'
    public enum Response: APIResponseValue, CustomStringConvertible, CustomDebugStringConvertible {
                          ^
/host/spi-builder-workspace/Sources/SwiftTube/Requests/LiveChatBans/YoutubeLiveChatBansDelete.swift:115:27: note: use 'DeprecatedResponse' instead
    public enum Response: APIResponseValue, CustomStringConvertible, CustomDebugStringConvertible {
                          ^~~~~~~~~~~~~~~~
                          DeprecatedResponse
/host/spi-builder-workspace/Sources/SwiftTube/Requests/LiveChatBans/YoutubeLiveChatBansDelete.swift:115:17: error: type 'LiveChatBans.YoutubeLiveChatBansDelete.Response' does not conform to protocol 'Response'
    public enum Response: APIResponseValue, CustomStringConvertible, CustomDebugStringConvertible {
                ^
/host/spi-builder-workspace/.build/checkouts/Prch/Sources/Prch/Response.swift:5:18: note: protocol requires nested type 'FailureType'; add nested type 'FailureType' for conformance
  associatedtype FailureType
                 ^
/host/spi-builder-workspace/.build/checkouts/Prch/Sources/Prch/Response.swift:6:18: note: protocol requires nested type 'APIType'; add nested type 'APIType' for conformance
  associatedtype APIType: API
                 ^
/host/spi-builder-workspace/Sources/SwiftTube/Requests/LiveChatBans/YoutubeLiveChatBansDelete.swift:148:24: warning: 'APIClientError' is deprecated: renamed to 'ClientError'
        default: throw APIClientError.unexpectedStatusCode(statusCode: statusCode, data: data)
                       ^
/host/spi-builder-workspace/Sources/SwiftTube/Requests/LiveChatBans/YoutubeLiveChatBansDelete.swift:148:24: note: use 'ClientError' instead
        default: throw APIClientError.unexpectedStatusCode(statusCode: statusCode, data: data)
                       ^~~~~~~~~~~~~~
                       ClientError
/host/spi-builder-workspace/Sources/SwiftTube/Requests/LiveChatBans/YoutubeLiveChatBansInsert.swift:7:33: warning: 'APIService' is deprecated: renamed to 'Service'
    public static let service = APIService<Response>(id: "youtube.liveChatBans.insert", tag: "liveChatBans", method: "POST", path: "/youtube/v3/liveChat/bans", hasBody: true, securityRequirements: [SecurityRequirement(type: "Oauth2", scopes: ["https://www.googleapis.com/auth/youtube"]), SecurityRequirement(type: "Oauth2", scopes: ["https://www.googleapis.com/auth/youtube.force-ssl"])])
                                ^
/host/spi-builder-workspace/Sources/SwiftTube/Requests/LiveChatBans/YoutubeLiveChatBansInsert.swift:7:33: note: use 'Service' instead
    public static let service = APIService<Response>(id: "youtube.liveChatBans.insert", tag: "liveChatBans", method: "POST", path: "/youtube/v3/liveChat/bans", hasBody: true, securityRequirements: [SecurityRequirement(type: "Oauth2", scopes: ["https://www.googleapis.com/auth/youtube"]), SecurityRequirement(type: "Oauth2", scopes: ["https://www.googleapis.com/auth/youtube.force-ssl"])])
                                ^~~~~~~~~~
                                Service
/host/spi-builder-workspace/Sources/SwiftTube/Requests/LiveChatBans/YoutubeLiveChatBansInsert.swift:9:33: error: generic type 'DeprecatedRequest' specialized with too few type parameters (got 1, but expected 2)
    public final class Request: APIRequest<Response> {
                                ^         ~~~~~~~~~~
/host/spi-builder-workspace/.build/checkouts/Prch/Sources/Prch/Deprecated/DeprecatedRequest.swift:4:12: note: generic type 'DeprecatedRequest' declared here
open class DeprecatedRequest<
           ^
/host/spi-builder-workspace/Sources/SwiftTube/Requests/LiveChatBans/YoutubeLiveChatBansInsert.swift:121:27: warning: 'APIResponseValue' is deprecated: renamed to 'DeprecatedResponse'
    public enum Response: APIResponseValue, CustomStringConvertible, CustomDebugStringConvertible {
                          ^
/host/spi-builder-workspace/Sources/SwiftTube/Requests/LiveChatBans/YoutubeLiveChatBansInsert.swift:121:27: note: use 'DeprecatedResponse' instead
    public enum Response: APIResponseValue, CustomStringConvertible, CustomDebugStringConvertible {
                          ^~~~~~~~~~~~~~~~
                          DeprecatedResponse
/host/spi-builder-workspace/Sources/SwiftTube/Requests/LiveChatBans/YoutubeLiveChatBansInsert.swift:121:17: error: type 'LiveChatBans.YoutubeLiveChatBansInsert.Response' does not conform to protocol 'Response'
    public enum Response: APIResponseValue, CustomStringConvertible, CustomDebugStringConvertible {
                ^
/host/spi-builder-workspace/.build/checkouts/Prch/Sources/Prch/Response.swift:5:18: note: protocol requires nested type 'FailureType'; add nested type 'FailureType' for conformance
  associatedtype FailureType
                 ^
/host/spi-builder-workspace/.build/checkouts/Prch/Sources/Prch/Response.swift:6:18: note: protocol requires nested type 'APIType'; add nested type 'APIType' for conformance
  associatedtype APIType: API
                 ^
/host/spi-builder-workspace/Sources/SwiftTube/Requests/LiveChatBans/YoutubeLiveChatBansInsert.swift:154:24: warning: 'APIClientError' is deprecated: renamed to 'ClientError'
        default: throw APIClientError.unexpectedStatusCode(statusCode: statusCode, data: data)
                       ^
/host/spi-builder-workspace/Sources/SwiftTube/Requests/LiveChatBans/YoutubeLiveChatBansInsert.swift:154:24: note: use 'ClientError' instead
        default: throw APIClientError.unexpectedStatusCode(statusCode: statusCode, data: data)
                       ^~~~~~~~~~~~~~
                       ClientError
[93/95] Compiling SwiftTube YoutubeLiveBroadcastsUpdate.swift
/host/spi-builder-workspace/Sources/SwiftTube/Requests/Comments/YoutubeCommentsSetModerationStatus.swift:7:33: warning: 'APIService' is deprecated: renamed to 'Service'
    public static let service = APIService<Response>(id: "youtube.comments.setModerationStatus", tag: "comments", method: "POST", path: "/youtube/v3/comments/setModerationStatus", hasBody: false, securityRequirements: [SecurityRequirement(type: "Oauth2c", scopes: ["https://www.googleapis.com/auth/youtube.force-ssl"])])
                                ^
/host/spi-builder-workspace/Sources/SwiftTube/Requests/Comments/YoutubeCommentsSetModerationStatus.swift:7:33: note: use 'Service' instead
    public static let service = APIService<Response>(id: "youtube.comments.setModerationStatus", tag: "comments", method: "POST", path: "/youtube/v3/comments/setModerationStatus", hasBody: false, securityRequirements: [SecurityRequirement(type: "Oauth2c", scopes: ["https://www.googleapis.com/auth/youtube.force-ssl"])])
                                ^~~~~~~~~~
                                Service
/host/spi-builder-workspace/Sources/SwiftTube/Requests/Comments/YoutubeCommentsSetModerationStatus.swift:17:33: error: generic type 'DeprecatedRequest' specialized with too few type parameters (got 1, but expected 2)
    public final class Request: APIRequest<Response> {
                                ^         ~~~~~~~~~~
/host/spi-builder-workspace/.build/checkouts/Prch/Sources/Prch/Deprecated/DeprecatedRequest.swift:4:12: note: generic type 'DeprecatedRequest' declared here
open class DeprecatedRequest<
           ^
/host/spi-builder-workspace/Sources/SwiftTube/Requests/Comments/YoutubeCommentsSetModerationStatus.swift:136:27: warning: 'APIResponseValue' is deprecated: renamed to 'DeprecatedResponse'
    public enum Response: APIResponseValue, CustomStringConvertible, CustomDebugStringConvertible {
                          ^
/host/spi-builder-workspace/Sources/SwiftTube/Requests/Comments/YoutubeCommentsSetModerationStatus.swift:136:27: note: use 'DeprecatedResponse' instead
    public enum Response: APIResponseValue, CustomStringConvertible, CustomDebugStringConvertible {
                          ^~~~~~~~~~~~~~~~
                          DeprecatedResponse
/host/spi-builder-workspace/Sources/SwiftTube/Requests/Comments/YoutubeCommentsSetModerationStatus.swift:136:17: error: type 'Comments.YoutubeCommentsSetModerationStatus.Response' does not conform to protocol 'Response'
    public enum Response: APIResponseValue, CustomStringConvertible, CustomDebugStringConvertible {
                ^
/host/spi-builder-workspace/.build/checkouts/Prch/Sources/Prch/Response.swift:5:18: note: protocol requires nested type 'FailureType'; add nested type 'FailureType' for conformance
  associatedtype FailureType
                 ^
/host/spi-builder-workspace/.build/checkouts/Prch/Sources/Prch/Response.swift:6:18: note: protocol requires nested type 'APIType'; add nested type 'APIType' for conformance
  associatedtype APIType: API
                 ^
/host/spi-builder-workspace/Sources/SwiftTube/Requests/Comments/YoutubeCommentsSetModerationStatus.swift:169:24: warning: 'APIClientError' is deprecated: renamed to 'ClientError'
        default: throw APIClientError.unexpectedStatusCode(statusCode: statusCode, data: data)
                       ^
/host/spi-builder-workspace/Sources/SwiftTube/Requests/Comments/YoutubeCommentsSetModerationStatus.swift:169:24: note: use 'ClientError' instead
        default: throw APIClientError.unexpectedStatusCode(statusCode: statusCode, data: data)
                       ^~~~~~~~~~~~~~
                       ClientError
/host/spi-builder-workspace/Sources/SwiftTube/Requests/Comments/YoutubeCommentsUpdate.swift:7:33: warning: 'APIService' is deprecated: renamed to 'Service'
    public static let service = APIService<Response>(id: "youtube.comments.update", tag: "comments", method: "PUT", path: "/youtube/v3/comments", hasBody: true, securityRequirements: [SecurityRequirement(type: "Oauth2", scopes: ["https://www.googleapis.com/auth/youtube.force-ssl"])])
                                ^
/host/spi-builder-workspace/Sources/SwiftTube/Requests/Comments/YoutubeCommentsUpdate.swift:7:33: note: use 'Service' instead
    public static let service = APIService<Response>(id: "youtube.comments.update", tag: "comments", method: "PUT", path: "/youtube/v3/comments", hasBody: true, securityRequirements: [SecurityRequirement(type: "Oauth2", scopes: ["https://www.googleapis.com/auth/youtube.force-ssl"])])
                                ^~~~~~~~~~
                                Service
/host/spi-builder-workspace/Sources/SwiftTube/Requests/Comments/YoutubeCommentsUpdate.swift:9:33: error: generic type 'DeprecatedRequest' specialized with too few type parameters (got 1, but expected 2)
    public final class Request: APIRequest<Response> {
                                ^         ~~~~~~~~~~
/host/spi-builder-workspace/.build/checkouts/Prch/Sources/Prch/Deprecated/DeprecatedRequest.swift:4:12: note: generic type 'DeprecatedRequest' declared here
open class DeprecatedRequest<
           ^
/host/spi-builder-workspace/Sources/SwiftTube/Requests/Comments/YoutubeCommentsUpdate.swift:121:27: warning: 'APIResponseValue' is deprecated: renamed to 'DeprecatedResponse'
    public enum Response: APIResponseValue, CustomStringConvertible, CustomDebugStringConvertible {
                          ^
/host/spi-builder-workspace/Sources/SwiftTube/Requests/Comments/YoutubeCommentsUpdate.swift:121:27: note: use 'DeprecatedResponse' instead
    public enum Response: APIResponseValue, CustomStringConvertible, CustomDebugStringConvertible {
                          ^~~~~~~~~~~~~~~~
                          DeprecatedResponse
/host/spi-builder-workspace/Sources/SwiftTube/Requests/Comments/YoutubeCommentsUpdate.swift:121:17: error: type 'Comments.YoutubeCommentsUpdate.Response' does not conform to protocol 'Response'
    public enum Response: APIResponseValue, CustomStringConvertible, CustomDebugStringConvertible {
                ^
/host/spi-builder-workspace/.build/checkouts/Prch/Sources/Prch/Response.swift:5:18: note: protocol requires nested type 'FailureType'; add nested type 'FailureType' for conformance
  associatedtype FailureType
                 ^
/host/spi-builder-workspace/.build/checkouts/Prch/Sources/Prch/Response.swift:6:18: note: protocol requires nested type 'APIType'; add nested type 'APIType' for conformance
  associatedtype APIType: API
                 ^
/host/spi-builder-workspace/Sources/SwiftTube/Requests/Comments/YoutubeCommentsUpdate.swift:154:24: warning: 'APIClientError' is deprecated: renamed to 'ClientError'
        default: throw APIClientError.unexpectedStatusCode(statusCode: statusCode, data: data)
                       ^
/host/spi-builder-workspace/Sources/SwiftTube/Requests/Comments/YoutubeCommentsUpdate.swift:154:24: note: use 'ClientError' instead
        default: throw APIClientError.unexpectedStatusCode(statusCode: statusCode, data: data)
                       ^~~~~~~~~~~~~~
                       ClientError
/host/spi-builder-workspace/Sources/SwiftTube/Requests/I18nLanguages/YoutubeI18nLanguagesList.swift:7:33: warning: 'APIService' is deprecated: renamed to 'Service'
    public static let service = APIService<Response>(id: "youtube.i18nLanguages.list", tag: "i18nLanguages", method: "GET", path: "/youtube/v3/i18nLanguages", hasBody: false, securityRequirements: [SecurityRequirement(type: "Oauth2", scopes: ["https://www.googleapis.com/auth/youtube"]), SecurityRequirement(type: "Oauth2", scopes: ["https://www.googleapis.com/auth/youtube.force-ssl"]), SecurityRequirement(type: "Oauth2", scopes: ["https://www.googleapis.com/auth/youtube.readonly"]), SecurityRequirement(type: "Oauth2", scopes: ["https://www.googleapis.com/auth/youtubepartner"])])
                                ^
/host/spi-builder-workspace/Sources/SwiftTube/Requests/I18nLanguages/YoutubeI18nLanguagesList.swift:7:33: note: use 'Service' instead
    public static let service = APIService<Response>(id: "youtube.i18nLanguages.list", tag: "i18nLanguages", method: "GET", path: "/youtube/v3/i18nLanguages", hasBody: false, securityRequirements: [SecurityRequirement(type: "Oauth2", scopes: ["https://www.googleapis.com/auth/youtube"]), SecurityRequirement(type: "Oauth2", scopes: ["https://www.googleapis.com/auth/youtube.force-ssl"]), SecurityRequirement(type: "Oauth2", scopes: ["https://www.googleapis.com/auth/youtube.readonly"]), SecurityRequirement(type: "Oauth2", scopes: ["https://www.googleapis.com/auth/youtubepartner"])])
                                ^~~~~~~~~~
                                Service
/host/spi-builder-workspace/Sources/SwiftTube/Requests/I18nLanguages/YoutubeI18nLanguagesList.swift:9:33: error: generic type 'DeprecatedRequest' specialized with too few type parameters (got 1, but expected 2)
    public final class Request: APIRequest<Response> {
                                ^         ~~~~~~~~~~
/host/spi-builder-workspace/.build/checkouts/Prch/Sources/Prch/Deprecated/DeprecatedRequest.swift:4:12: note: generic type 'DeprecatedRequest' declared here
open class DeprecatedRequest<
           ^
/host/spi-builder-workspace/Sources/SwiftTube/Requests/I18nLanguages/YoutubeI18nLanguagesList.swift:122:27: warning: 'APIResponseValue' is deprecated: renamed to 'DeprecatedResponse'
    public enum Response: APIResponseValue, CustomStringConvertible, CustomDebugStringConvertible {
                          ^
/host/spi-builder-workspace/Sources/SwiftTube/Requests/I18nLanguages/YoutubeI18nLanguagesList.swift:122:27: note: use 'DeprecatedResponse' instead
    public enum Response: APIResponseValue, CustomStringConvertible, CustomDebugStringConvertible {
                          ^~~~~~~~~~~~~~~~
                          DeprecatedResponse
/host/spi-builder-workspace/Sources/SwiftTube/Requests/I18nLanguages/YoutubeI18nLanguagesList.swift:122:17: error: type 'I18nLanguages.YoutubeI18nLanguagesList.Response' does not conform to protocol 'Response'
    public enum Response: APIResponseValue, CustomStringConvertible, CustomDebugStringConvertible {
                ^
/host/spi-builder-workspace/.build/checkouts/Prch/Sources/Prch/Response.swift:5:18: note: protocol requires nested type 'FailureType'; add nested type 'FailureType' for conformance
  associatedtype FailureType
                 ^
/host/spi-builder-workspace/.build/checkouts/Prch/Sources/Prch/Response.swift:6:18: note: protocol requires nested type 'APIType'; add nested type 'APIType' for conformance
  associatedtype APIType: API
                 ^
/host/spi-builder-workspace/Sources/SwiftTube/Requests/I18nLanguages/YoutubeI18nLanguagesList.swift:155:24: warning: 'APIClientError' is deprecated: renamed to 'ClientError'
        default: throw APIClientError.unexpectedStatusCode(statusCode: statusCode, data: data)
                       ^
/host/spi-builder-workspace/Sources/SwiftTube/Requests/I18nLanguages/YoutubeI18nLanguagesList.swift:155:24: note: use 'ClientError' instead
        default: throw APIClientError.unexpectedStatusCode(statusCode: statusCode, data: data)
                       ^~~~~~~~~~~~~~
                       ClientError
/host/spi-builder-workspace/Sources/SwiftTube/Requests/I18nRegions/YoutubeI18nRegionsList.swift:7:33: warning: 'APIService' is deprecated: renamed to 'Service'
    public static let service = APIService<Response>(id: "youtube.i18nRegions.list", tag: "i18nRegions", method: "GET", path: "/youtube/v3/i18nRegions", hasBody: false, securityRequirements: [SecurityRequirement(type: "Oauth2", scopes: ["https://www.googleapis.com/auth/youtube"]), SecurityRequirement(type: "Oauth2", scopes: ["https://www.googleapis.com/auth/youtube.force-ssl"]), SecurityRequirement(type: "Oauth2", scopes: ["https://www.googleapis.com/auth/youtube.readonly"]), SecurityRequirement(type: "Oauth2", scopes: ["https://www.googleapis.com/auth/youtubepartner"])])
                                ^
/host/spi-builder-workspace/Sources/SwiftTube/Requests/I18nRegions/YoutubeI18nRegionsList.swift:7:33: note: use 'Service' instead
    public static let service = APIService<Response>(id: "youtube.i18nRegions.list", tag: "i18nRegions", method: "GET", path: "/youtube/v3/i18nRegions", hasBody: false, securityRequirements: [SecurityRequirement(type: "Oauth2", scopes: ["https://www.googleapis.com/auth/youtube"]), SecurityRequirement(type: "Oauth2", scopes: ["https://www.googleapis.com/auth/youtube.force-ssl"]), SecurityRequirement(type: "Oauth2", scopes: ["https://www.googleapis.com/auth/youtube.readonly"]), SecurityRequirement(type: "Oauth2", scopes: ["https://www.googleapis.com/auth/youtubepartner"])])
                                ^~~~~~~~~~
                                Service
/host/spi-builder-workspace/Sources/SwiftTube/Requests/I18nRegions/YoutubeI18nRegionsList.swift:9:33: error: generic type 'DeprecatedRequest' specialized with too few type parameters (got 1, but expected 2)
    public final class Request: APIRequest<Response> {
                                ^         ~~~~~~~~~~
/host/spi-builder-workspace/.build/checkouts/Prch/Sources/Prch/Deprecated/DeprecatedRequest.swift:4:12: note: generic type 'DeprecatedRequest' declared here
open class DeprecatedRequest<
           ^
/host/spi-builder-workspace/Sources/SwiftTube/Requests/I18nRegions/YoutubeI18nRegionsList.swift:122:27: warning: 'APIResponseValue' is deprecated: renamed to 'DeprecatedResponse'
    public enum Response: APIResponseValue, CustomStringConvertible, CustomDebugStringConvertible {
                          ^
/host/spi-builder-workspace/Sources/SwiftTube/Requests/I18nRegions/YoutubeI18nRegionsList.swift:122:27: note: use 'DeprecatedResponse' instead
    public enum Response: APIResponseValue, CustomStringConvertible, CustomDebugStringConvertible {
                          ^~~~~~~~~~~~~~~~
                          DeprecatedResponse
/host/spi-builder-workspace/Sources/SwiftTube/Requests/I18nRegions/YoutubeI18nRegionsList.swift:122:17: error: type 'I18nRegions.YoutubeI18nRegionsList.Response' does not conform to protocol 'Response'
    public enum Response: APIResponseValue, CustomStringConvertible, CustomDebugStringConvertible {
                ^
/host/spi-builder-workspace/.build/checkouts/Prch/Sources/Prch/Response.swift:5:18: note: protocol requires nested type 'FailureType'; add nested type 'FailureType' for conformance
  associatedtype FailureType
                 ^
/host/spi-builder-workspace/.build/checkouts/Prch/Sources/Prch/Response.swift:6:18: note: protocol requires nested type 'APIType'; add nested type 'APIType' for conformance
  associatedtype APIType: API
                 ^
/host/spi-builder-workspace/Sources/SwiftTube/Requests/I18nRegions/YoutubeI18nRegionsList.swift:155:24: warning: 'APIClientError' is deprecated: renamed to 'ClientError'
        default: throw APIClientError.unexpectedStatusCode(statusCode: statusCode, data: data)
                       ^
/host/spi-builder-workspace/Sources/SwiftTube/Requests/I18nRegions/YoutubeI18nRegionsList.swift:155:24: note: use 'ClientError' instead
        default: throw APIClientError.unexpectedStatusCode(statusCode: statusCode, data: data)
                       ^~~~~~~~~~~~~~
                       ClientError
/host/spi-builder-workspace/Sources/SwiftTube/Requests/LiveBroadcasts/YoutubeLiveBroadcastsBind.swift:7:33: warning: 'APIService' is deprecated: renamed to 'Service'
    public static let service = APIService<Response>(id: "youtube.liveBroadcasts.bind", tag: "liveBroadcasts", method: "POST", path: "/youtube/v3/liveBroadcasts/bind", hasBody: false, securityRequirements: [SecurityRequirement(type: "Oauth2c", scopes: ["https://www.googleapis.com/auth/youtube"]), SecurityRequirement(type: "Oauth2c", scopes: ["https://www.googleapis.com/auth/youtube.force-ssl"])])
                                ^
/host/spi-builder-workspace/Sources/SwiftTube/Requests/LiveBroadcasts/YoutubeLiveBroadcastsBind.swift:7:33: note: use 'Service' instead
    public static let service = APIService<Response>(id: "youtube.liveBroadcasts.bind", tag: "liveBroadcasts", method: "POST", path: "/youtube/v3/liveBroadcasts/bind", hasBody: false, securityRequirements: [SecurityRequirement(type: "Oauth2c", scopes: ["https://www.googleapis.com/auth/youtube"]), SecurityRequirement(type: "Oauth2c", scopes: ["https://www.googleapis.com/auth/youtube.force-ssl"])])
                                ^~~~~~~~~~
                                Service
/host/spi-builder-workspace/Sources/SwiftTube/Requests/LiveBroadcasts/YoutubeLiveBroadcastsBind.swift:9:33: error: generic type 'DeprecatedRequest' specialized with too few type parameters (got 1, but expected 2)
    public final class Request: APIRequest<Response> {
                                ^         ~~~~~~~~~~
/host/spi-builder-workspace/.build/checkouts/Prch/Sources/Prch/Deprecated/DeprecatedRequest.swift:4:12: note: generic type 'DeprecatedRequest' declared here
open class DeprecatedRequest<
           ^
/host/spi-builder-workspace/Sources/SwiftTube/Requests/LiveBroadcasts/YoutubeLiveBroadcastsBind.swift:142:27: warning: 'APIResponseValue' is deprecated: renamed to 'DeprecatedResponse'
    public enum Response: APIResponseValue, CustomStringConvertible, CustomDebugStringConvertible {
                          ^
/host/spi-builder-workspace/Sources/SwiftTube/Requests/LiveBroadcasts/YoutubeLiveBroadcastsBind.swift:142:27: note: use 'DeprecatedResponse' instead
    public enum Response: APIResponseValue, CustomStringConvertible, CustomDebugStringConvertible {
                          ^~~~~~~~~~~~~~~~
                          DeprecatedResponse
/host/spi-builder-workspace/Sources/SwiftTube/Requests/LiveBroadcasts/YoutubeLiveBroadcastsBind.swift:142:17: error: type 'LiveBroadcasts.YoutubeLiveBroadcastsBind.Response' does not conform to protocol 'Response'
    public enum Response: APIResponseValue, CustomStringConvertible, CustomDebugStringConvertible {
                ^
/host/spi-builder-workspace/.build/checkouts/Prch/Sources/Prch/Response.swift:5:18: note: protocol requires nested type 'FailureType'; add nested type 'FailureType' for conformance
  associatedtype FailureType
                 ^
/host/spi-builder-workspace/.build/checkouts/Prch/Sources/Prch/Response.swift:6:18: note: protocol requires nested type 'APIType'; add nested type 'APIType' for conformance
  associatedtype APIType: API
                 ^
/host/spi-builder-workspace/Sources/SwiftTube/Requests/LiveBroadcasts/YoutubeLiveBroadcastsBind.swift:175:24: warning: 'APIClientError' is deprecated: renamed to 'ClientError'
        default: throw APIClientError.unexpectedStatusCode(statusCode: statusCode, data: data)
                       ^
/host/spi-builder-workspace/Sources/SwiftTube/Requests/LiveBroadcasts/YoutubeLiveBroadcastsBind.swift:175:24: note: use 'ClientError' instead
        default: throw APIClientError.unexpectedStatusCode(statusCode: statusCode, data: data)
                       ^~~~~~~~~~~~~~
                       ClientError
/host/spi-builder-workspace/Sources/SwiftTube/Requests/LiveBroadcasts/YoutubeLiveBroadcastsDelete.swift:7:33: warning: 'APIService' is deprecated: renamed to 'Service'
    public static let service = APIService<Response>(id: "youtube.liveBroadcasts.delete", tag: "liveBroadcasts", method: "DELETE", path: "/youtube/v3/liveBroadcasts", hasBody: false, securityRequirements: [SecurityRequirement(type: "Oauth2", scopes: ["https://www.googleapis.com/auth/youtube"]), SecurityRequirement(type: "Oauth2", scopes: ["https://www.googleapis.com/auth/youtube.force-ssl"])])
                                ^
/host/spi-builder-workspace/Sources/SwiftTube/Requests/LiveBroadcasts/YoutubeLiveBroadcastsDelete.swift:7:33: note: use 'Service' instead
    public static let service = APIService<Response>(id: "youtube.liveBroadcasts.delete", tag: "liveBroadcasts", method: "DELETE", path: "/youtube/v3/liveBroadcasts", hasBody: false, securityRequirements: [SecurityRequirement(type: "Oauth2", scopes: ["https://www.googleapis.com/auth/youtube"]), SecurityRequirement(type: "Oauth2", scopes: ["https://www.googleapis.com/auth/youtube.force-ssl"])])
                                ^~~~~~~~~~
                                Service
/host/spi-builder-workspace/Sources/SwiftTube/Requests/LiveBroadcasts/YoutubeLiveBroadcastsDelete.swift:9:33: error: generic type 'DeprecatedRequest' specialized with too few type parameters (got 1, but expected 2)
    public final class Request: APIRequest<Response> {
                                ^         ~~~~~~~~~~
/host/spi-builder-workspace/.build/checkouts/Prch/Sources/Prch/Deprecated/DeprecatedRequest.swift:4:12: note: generic type 'DeprecatedRequest' declared here
open class DeprecatedRequest<
           ^
/host/spi-builder-workspace/Sources/SwiftTube/Requests/LiveBroadcasts/YoutubeLiveBroadcastsDelete.swift:130:27: warning: 'APIResponseValue' is deprecated: renamed to 'DeprecatedResponse'
    public enum Response: APIResponseValue, CustomStringConvertible, CustomDebugStringConvertible {
                          ^
/host/spi-builder-workspace/Sources/SwiftTube/Requests/LiveBroadcasts/YoutubeLiveBroadcastsDelete.swift:130:27: note: use 'DeprecatedResponse' instead
    public enum Response: APIResponseValue, CustomStringConvertible, CustomDebugStringConvertible {
                          ^~~~~~~~~~~~~~~~
                          DeprecatedResponse
/host/spi-builder-workspace/Sources/SwiftTube/Requests/LiveBroadcasts/YoutubeLiveBroadcastsDelete.swift:130:17: error: type 'LiveBroadcasts.YoutubeLiveBroadcastsDelete.Response' does not conform to protocol 'Response'
    public enum Response: APIResponseValue, CustomStringConvertible, CustomDebugStringConvertible {
                ^
/host/spi-builder-workspace/.build/checkouts/Prch/Sources/Prch/Response.swift:5:18: note: protocol requires nested type 'FailureType'; add nested type 'FailureType' for conformance
  associatedtype FailureType
                 ^
/host/spi-builder-workspace/.build/checkouts/Prch/Sources/Prch/Response.swift:6:18: note: protocol requires nested type 'APIType'; add nested type 'APIType' for conformance
  associatedtype APIType: API
                 ^
/host/spi-builder-workspace/Sources/SwiftTube/Requests/LiveBroadcasts/YoutubeLiveBroadcastsDelete.swift:163:24: warning: 'APIClientError' is deprecated: renamed to 'ClientError'
        default: throw APIClientError.unexpectedStatusCode(statusCode: statusCode, data: data)
                       ^
/host/spi-builder-workspace/Sources/SwiftTube/Requests/LiveBroadcasts/YoutubeLiveBroadcastsDelete.swift:163:24: note: use 'ClientError' instead
        default: throw APIClientError.unexpectedStatusCode(statusCode: statusCode, data: data)
                       ^~~~~~~~~~~~~~
                       ClientError
/host/spi-builder-workspace/Sources/SwiftTube/Requests/LiveBroadcasts/YoutubeLiveBroadcastsInsert.swift:7:33: warning: 'APIService' is deprecated: renamed to 'Service'
    public static let service = APIService<Response>(id: "youtube.liveBroadcasts.insert", tag: "liveBroadcasts", method: "POST", path: "/youtube/v3/liveBroadcasts", hasBody: true, securityRequirements: [SecurityRequirement(type: "Oauth2c", scopes: ["https://www.googleapis.com/auth/youtube"]), SecurityRequirement(type: "Oauth2c", scopes: ["https://www.googleapis.com/auth/youtube.force-ssl"])])
                                ^
/host/spi-builder-workspace/Sources/SwiftTube/Requests/LiveBroadcasts/YoutubeLiveBroadcastsInsert.swift:7:33: note: use 'Service' instead
    public static let service = APIService<Response>(id: "youtube.liveBroadcasts.insert", tag: "liveBroadcasts", method: "POST", path: "/youtube/v3/liveBroadcasts", hasBody: true, securityRequirements: [SecurityRequirement(type: "Oauth2c", scopes: ["https://www.googleapis.com/auth/youtube"]), SecurityRequirement(type: "Oauth2c", scopes: ["https://www.googleapis.com/auth/youtube.force-ssl"])])
                                ^~~~~~~~~~
                                Service
/host/spi-builder-workspace/Sources/SwiftTube/Requests/LiveBroadcasts/YoutubeLiveBroadcastsInsert.swift:9:33: error: generic type 'DeprecatedRequest' specialized with too few type parameters (got 1, but expected 2)
    public final class Request: APIRequest<Response> {
                                ^         ~~~~~~~~~~
/host/spi-builder-workspace/.build/checkouts/Prch/Sources/Prch/Deprecated/DeprecatedRequest.swift:4:12: note: generic type 'DeprecatedRequest' declared here
open class DeprecatedRequest<
           ^
/host/spi-builder-workspace/Sources/SwiftTube/Requests/LiveBroadcasts/YoutubeLiveBroadcastsInsert.swift:135:27: warning: 'APIResponseValue' is deprecated: renamed to 'DeprecatedResponse'
    public enum Response: APIResponseValue, CustomStringConvertible, CustomDebugStringConvertible {
                          ^
/host/spi-builder-workspace/Sources/SwiftTube/Requests/LiveBroadcasts/YoutubeLiveBroadcastsInsert.swift:135:27: note: use 'DeprecatedResponse' instead
    public enum Response: APIResponseValue, CustomStringConvertible, CustomDebugStringConvertible {
                          ^~~~~~~~~~~~~~~~
                          DeprecatedResponse
/host/spi-builder-workspace/Sources/SwiftTube/Requests/LiveBroadcasts/YoutubeLiveBroadcastsInsert.swift:135:17: error: type 'LiveBroadcasts.YoutubeLiveBroadcastsInsert.Response' does not conform to protocol 'Response'
    public enum Response: APIResponseValue, CustomStringConvertible, CustomDebugStringConvertible {
                ^
/host/spi-builder-workspace/.build/checkouts/Prch/Sources/Prch/Response.swift:5:18: note: protocol requires nested type 'FailureType'; add nested type 'FailureType' for conformance
  associatedtype FailureType
                 ^
/host/spi-builder-workspace/.build/checkouts/Prch/Sources/Prch/Response.swift:6:18: note: protocol requires nested type 'APIType'; add nested type 'APIType' for conformance
  associatedtype APIType: API
                 ^
/host/spi-builder-workspace/Sources/SwiftTube/Requests/LiveBroadcasts/YoutubeLiveBroadcastsInsert.swift:168:24: warning: 'APIClientError' is deprecated: renamed to 'ClientError'
        default: throw APIClientError.unexpectedStatusCode(statusCode: statusCode, data: data)
                       ^
/host/spi-builder-workspace/Sources/SwiftTube/Requests/LiveBroadcasts/YoutubeLiveBroadcastsInsert.swift:168:24: note: use 'ClientError' instead
        default: throw APIClientError.unexpectedStatusCode(statusCode: statusCode, data: data)
                       ^~~~~~~~~~~~~~
                       ClientError
/host/spi-builder-workspace/Sources/SwiftTube/Requests/LiveBroadcasts/YoutubeLiveBroadcastsList.swift:7:33: warning: 'APIService' is deprecated: renamed to 'Service'
    public static let service = APIService<Response>(id: "youtube.liveBroadcasts.list", tag: "liveBroadcasts", method: "GET", path: "/youtube/v3/liveBroadcasts", hasBody: false, securityRequirements: [SecurityRequirement(type: "Oauth2", scopes: ["https://www.googleapis.com/auth/youtube"]), SecurityRequirement(type: "Oauth2", scopes: ["https://www.googleapis.com/auth/youtube.force-ssl"]), SecurityRequirement(type: "Oauth2", scopes: ["https://www.googleapis.com/auth/youtube.readonly"])])
                                ^
/host/spi-builder-workspace/Sources/SwiftTube/Requests/LiveBroadcasts/YoutubeLiveBroadcastsList.swift:7:33: note: use 'Service' instead
    public static let service = APIService<Response>(id: "youtube.liveBroadcasts.list", tag: "liveBroadcasts", method: "GET", path: "/youtube/v3/liveBroadcasts", hasBody: false, securityRequirements: [SecurityRequirement(type: "Oauth2", scopes: ["https://www.googleapis.com/auth/youtube"]), SecurityRequirement(type: "Oauth2", scopes: ["https://www.googleapis.com/auth/youtube.force-ssl"]), SecurityRequirement(type: "Oauth2", scopes: ["https://www.googleapis.com/auth/youtube.readonly"])])
                                ^~~~~~~~~~
                                Service
/host/spi-builder-workspace/Sources/SwiftTube/Requests/LiveBroadcasts/YoutubeLiveBroadcastsList.swift:26:33: error: generic type 'DeprecatedRequest' specialized with too few type parameters (got 1, but expected 2)
    public final class Request: APIRequest<Response> {
                                ^         ~~~~~~~~~~
/host/spi-builder-workspace/.build/checkouts/Prch/Sources/Prch/Deprecated/DeprecatedRequest.swift:4:12: note: generic type 'DeprecatedRequest' declared here
open class DeprecatedRequest<
           ^
/host/spi-builder-workspace/Sources/SwiftTube/Requests/LiveBroadcasts/YoutubeLiveBroadcastsList.swift:188:27: warning: 'APIResponseValue' is deprecated: renamed to 'DeprecatedResponse'
    public enum Response: APIResponseValue, CustomStringConvertible, CustomDebugStringConvertible {
                          ^
/host/spi-builder-workspace/Sources/SwiftTube/Requests/LiveBroadcasts/YoutubeLiveBroadcastsList.swift:188:27: note: use 'DeprecatedResponse' instead
    public enum Response: APIResponseValue, CustomStringConvertible, CustomDebugStringConvertible {
                          ^~~~~~~~~~~~~~~~
                          DeprecatedResponse
/host/spi-builder-workspace/Sources/SwiftTube/Requests/LiveBroadcasts/YoutubeLiveBroadcastsList.swift:188:17: error: type 'LiveBroadcasts.YoutubeLiveBroadcastsList.Response' does not conform to protocol 'Response'
    public enum Response: APIResponseValue, CustomStringConvertible, CustomDebugStringConvertible {
                ^
/host/spi-builder-workspace/.build/checkouts/Prch/Sources/Prch/Response.swift:5:18: note: protocol requires nested type 'FailureType'; add nested type 'FailureType' for conformance
  associatedtype FailureType
                 ^
/host/spi-builder-workspace/.build/checkouts/Prch/Sources/Prch/Response.swift:6:18: note: protocol requires nested type 'APIType'; add nested type 'APIType' for conformance
  associatedtype APIType: API
                 ^
/host/spi-builder-workspace/Sources/SwiftTube/Requests/LiveBroadcasts/YoutubeLiveBroadcastsList.swift:221:24: warning: 'APIClientError' is deprecated: renamed to 'ClientError'
        default: throw APIClientError.unexpectedStatusCode(statusCode: statusCode, data: data)
                       ^
/host/spi-builder-workspace/Sources/SwiftTube/Requests/LiveBroadcasts/YoutubeLiveBroadcastsList.swift:221:24: note: use 'ClientError' instead
        default: throw APIClientError.unexpectedStatusCode(statusCode: statusCode, data: data)
                       ^~~~~~~~~~~~~~
                       ClientError
/host/spi-builder-workspace/Sources/SwiftTube/Requests/LiveBroadcasts/YoutubeLiveBroadcastsTransition.swift:7:33: warning: 'APIService' is deprecated: renamed to 'Service'
    public static let service = APIService<Response>(id: "youtube.liveBroadcasts.transition", tag: "liveBroadcasts", method: "POST", path: "/youtube/v3/liveBroadcasts/transition", hasBody: false, securityRequirements: [SecurityRequirement(type: "Oauth2c", scopes: ["https://www.googleapis.com/auth/youtube"]), SecurityRequirement(type: "Oauth2c", scopes: ["https://www.googleapis.com/auth/youtube.force-ssl"])])
                                ^
/host/spi-builder-workspace/Sources/SwiftTube/Requests/LiveBroadcasts/YoutubeLiveBroadcastsTransition.swift:7:33: note: use 'Service' instead
    public static let service = APIService<Response>(id: "youtube.liveBroadcasts.transition", tag: "liveBroadcasts", method: "POST", path: "/youtube/v3/liveBroadcasts/transition", hasBody: false, securityRequirements: [SecurityRequirement(type: "Oauth2c", scopes: ["https://www.googleapis.com/auth/youtube"]), SecurityRequirement(type: "Oauth2c", scopes: ["https://www.googleapis.com/auth/youtube.force-ssl"])])
                                ^~~~~~~~~~
                                Service
/host/spi-builder-workspace/Sources/SwiftTube/Requests/LiveBroadcasts/YoutubeLiveBroadcastsTransition.swift:17:33: error: generic type 'DeprecatedRequest' specialized with too few type parameters (got 1, but expected 2)
    public final class Request: APIRequest<Response> {
                                ^         ~~~~~~~~~~
/host/spi-builder-workspace/.build/checkouts/Prch/Sources/Prch/Deprecated/DeprecatedRequest.swift:4:12: note: generic type 'DeprecatedRequest' declared here
open class DeprecatedRequest<
           ^
/host/spi-builder-workspace/Sources/SwiftTube/Requests/LiveBroadcasts/YoutubeLiveBroadcastsTransition.swift:148:27: warning: 'APIResponseValue' is deprecated: renamed to 'DeprecatedResponse'
    public enum Response: APIResponseValue, CustomStringConvertible, CustomDebugStringConvertible {
                          ^
/host/spi-builder-workspace/Sources/SwiftTube/Requests/LiveBroadcasts/YoutubeLiveBroadcastsTransition.swift:148:27: note: use 'DeprecatedResponse' instead
    public enum Response: APIResponseValue, CustomStringConvertible, CustomDebugStringConvertible {
                          ^~~~~~~~~~~~~~~~
                          DeprecatedResponse
/host/spi-builder-workspace/Sources/SwiftTube/Requests/LiveBroadcasts/YoutubeLiveBroadcastsTransition.swift:148:17: error: type 'LiveBroadcasts.YoutubeLiveBroadcastsTransition.Response' does not conform to protocol 'Response'
    public enum Response: APIResponseValue, CustomStringConvertible, CustomDebugStringConvertible {
                ^
/host/spi-builder-workspace/.build/checkouts/Prch/Sources/Prch/Response.swift:5:18: note: protocol requires nested type 'FailureType'; add nested type 'FailureType' for conformance
  associatedtype FailureType
                 ^
/host/spi-builder-workspace/.build/checkouts/Prch/Sources/Prch/Response.swift:6:18: note: protocol requires nested type 'APIType'; add nested type 'APIType' for conformance
  associatedtype APIType: API
                 ^
/host/spi-builder-workspace/Sources/SwiftTube/Requests/LiveBroadcasts/YoutubeLiveBroadcastsTransition.swift:181:24: warning: 'APIClientError' is deprecated: renamed to 'ClientError'
        default: throw APIClientError.unexpectedStatusCode(statusCode: statusCode, data: data)
                       ^
/host/spi-builder-workspace/Sources/SwiftTube/Requests/LiveBroadcasts/YoutubeLiveBroadcastsTransition.swift:181:24: note: use 'ClientError' instead
        default: throw APIClientError.unexpectedStatusCode(statusCode: statusCode, data: data)
                       ^~~~~~~~~~~~~~
                       ClientError
/host/spi-builder-workspace/Sources/SwiftTube/Requests/LiveBroadcasts/YoutubeLiveBroadcastsUpdate.swift:7:33: warning: 'APIService' is deprecated: renamed to 'Service'
    public static let service = APIService<Response>(id: "youtube.liveBroadcasts.update", tag: "liveBroadcasts", method: "PUT", path: "/youtube/v3/liveBroadcasts", hasBody: true, securityRequirements: [SecurityRequirement(type: "Oauth2", scopes: ["https://www.googleapis.com/auth/youtube"]), SecurityRequirement(type: "Oauth2", scopes: ["https://www.googleapis.com/auth/youtube.force-ssl"])])
                                ^
/host/spi-builder-workspace/Sources/SwiftTube/Requests/LiveBroadcasts/YoutubeLiveBroadcastsUpdate.swift:7:33: note: use 'Service' instead
    public static let service = APIService<Response>(id: "youtube.liveBroadcasts.update", tag: "liveBroadcasts", method: "PUT", path: "/youtube/v3/liveBroadcasts", hasBody: true, securityRequirements: [SecurityRequirement(type: "Oauth2", scopes: ["https://www.googleapis.com/auth/youtube"]), SecurityRequirement(type: "Oauth2", scopes: ["https://www.googleapis.com/auth/youtube.force-ssl"])])
                                ^~~~~~~~~~
                                Service
/host/spi-builder-workspace/Sources/SwiftTube/Requests/LiveBroadcasts/YoutubeLiveBroadcastsUpdate.swift:9:33: error: generic type 'DeprecatedRequest' specialized with too few type parameters (got 1, but expected 2)
    public final class Request: APIRequest<Response> {
                                ^         ~~~~~~~~~~
/host/spi-builder-workspace/.build/checkouts/Prch/Sources/Prch/Deprecated/DeprecatedRequest.swift:4:12: note: generic type 'DeprecatedRequest' declared here
open class DeprecatedRequest<
           ^
/host/spi-builder-workspace/Sources/SwiftTube/Requests/LiveBroadcasts/YoutubeLiveBroadcastsUpdate.swift:135:27: warning: 'APIResponseValue' is deprecated: renamed to 'DeprecatedResponse'
    public enum Response: APIResponseValue, CustomStringConvertible, CustomDebugStringConvertible {
                          ^
/host/spi-builder-workspace/Sources/SwiftTube/Requests/LiveBroadcasts/YoutubeLiveBroadcastsUpdate.swift:135:27: note: use 'DeprecatedResponse' instead
    public enum Response: APIResponseValue, CustomStringConvertible, CustomDebugStringConvertible {
                          ^~~~~~~~~~~~~~~~
                          DeprecatedResponse
/host/spi-builder-workspace/Sources/SwiftTube/Requests/LiveBroadcasts/YoutubeLiveBroadcastsUpdate.swift:135:17: error: type 'LiveBroadcasts.YoutubeLiveBroadcastsUpdate.Response' does not conform to protocol 'Response'
    public enum Response: APIResponseValue, CustomStringConvertible, CustomDebugStringConvertible {
                ^
/host/spi-builder-workspace/.build/checkouts/Prch/Sources/Prch/Response.swift:5:18: note: protocol requires nested type 'FailureType'; add nested type 'FailureType' for conformance
  associatedtype FailureType
                 ^
/host/spi-builder-workspace/.build/checkouts/Prch/Sources/Prch/Response.swift:6:18: note: protocol requires nested type 'APIType'; add nested type 'APIType' for conformance
  associatedtype APIType: API
                 ^
/host/spi-builder-workspace/Sources/SwiftTube/Requests/LiveBroadcasts/YoutubeLiveBroadcastsUpdate.swift:168:24: warning: 'APIClientError' is deprecated: renamed to 'ClientError'
        default: throw APIClientError.unexpectedStatusCode(statusCode: statusCode, data: data)
                       ^
/host/spi-builder-workspace/Sources/SwiftTube/Requests/LiveBroadcasts/YoutubeLiveBroadcastsUpdate.swift:168:24: note: use 'ClientError' instead
        default: throw APIClientError.unexpectedStatusCode(statusCode: statusCode, data: data)
                       ^~~~~~~~~~~~~~
                       ClientError
/host/spi-builder-workspace/Sources/SwiftTube/Requests/LiveChatBans/YoutubeLiveChatBansDelete.swift:7:33: warning: 'APIService' is deprecated: renamed to 'Service'
    public static let service = APIService<Response>(id: "youtube.liveChatBans.delete", tag: "liveChatBans", method: "DELETE", path: "/youtube/v3/liveChat/bans", hasBody: false, securityRequirements: [SecurityRequirement(type: "Oauth2c", scopes: ["https://www.googleapis.com/auth/youtube"]), SecurityRequirement(type: "Oauth2c", scopes: ["https://www.googleapis.com/auth/youtube.force-ssl"])])
                                ^
/host/spi-builder-workspace/Sources/SwiftTube/Requests/LiveChatBans/YoutubeLiveChatBansDelete.swift:7:33: note: use 'Service' instead
    public static let service = APIService<Response>(id: "youtube.liveChatBans.delete", tag: "liveChatBans", method: "DELETE", path: "/youtube/v3/liveChat/bans", hasBody: false, securityRequirements: [SecurityRequirement(type: "Oauth2c", scopes: ["https://www.googleapis.com/auth/youtube"]), SecurityRequirement(type: "Oauth2c", scopes: ["https://www.googleapis.com/auth/youtube.force-ssl"])])
                                ^~~~~~~~~~
                                Service
/host/spi-builder-workspace/Sources/SwiftTube/Requests/LiveChatBans/YoutubeLiveChatBansDelete.swift:9:33: error: generic type 'DeprecatedRequest' specialized with too few type parameters (got 1, but expected 2)
    public final class Request: APIRequest<Response> {
                                ^         ~~~~~~~~~~
/host/spi-builder-workspace/.build/checkouts/Prch/Sources/Prch/Deprecated/DeprecatedRequest.swift:4:12: note: generic type 'DeprecatedRequest' declared here
open class DeprecatedRequest<
           ^
/host/spi-builder-workspace/Sources/SwiftTube/Requests/LiveChatBans/YoutubeLiveChatBansDelete.swift:115:27: warning: 'APIResponseValue' is deprecated: renamed to 'DeprecatedResponse'
    public enum Response: APIResponseValue, CustomStringConvertible, CustomDebugStringConvertible {
                          ^
/host/spi-builder-workspace/Sources/SwiftTube/Requests/LiveChatBans/YoutubeLiveChatBansDelete.swift:115:27: note: use 'DeprecatedResponse' instead
    public enum Response: APIResponseValue, CustomStringConvertible, CustomDebugStringConvertible {
                          ^~~~~~~~~~~~~~~~
                          DeprecatedResponse
/host/spi-builder-workspace/Sources/SwiftTube/Requests/LiveChatBans/YoutubeLiveChatBansDelete.swift:115:17: error: type 'LiveChatBans.YoutubeLiveChatBansDelete.Response' does not conform to protocol 'Response'
    public enum Response: APIResponseValue, CustomStringConvertible, CustomDebugStringConvertible {
                ^
/host/spi-builder-workspace/.build/checkouts/Prch/Sources/Prch/Response.swift:5:18: note: protocol requires nested type 'FailureType'; add nested type 'FailureType' for conformance
  associatedtype FailureType
                 ^
/host/spi-builder-workspace/.build/checkouts/Prch/Sources/Prch/Response.swift:6:18: note: protocol requires nested type 'APIType'; add nested type 'APIType' for conformance
  associatedtype APIType: API
                 ^
/host/spi-builder-workspace/Sources/SwiftTube/Requests/LiveChatBans/YoutubeLiveChatBansDelete.swift:148:24: warning: 'APIClientError' is deprecated: renamed to 'ClientError'
        default: throw APIClientError.unexpectedStatusCode(statusCode: statusCode, data: data)
                       ^
/host/spi-builder-workspace/Sources/SwiftTube/Requests/LiveChatBans/YoutubeLiveChatBansDelete.swift:148:24: note: use 'ClientError' instead
        default: throw APIClientError.unexpectedStatusCode(statusCode: statusCode, data: data)
                       ^~~~~~~~~~~~~~
                       ClientError
/host/spi-builder-workspace/Sources/SwiftTube/Requests/LiveChatBans/YoutubeLiveChatBansInsert.swift:7:33: warning: 'APIService' is deprecated: renamed to 'Service'
    public static let service = APIService<Response>(id: "youtube.liveChatBans.insert", tag: "liveChatBans", method: "POST", path: "/youtube/v3/liveChat/bans", hasBody: true, securityRequirements: [SecurityRequirement(type: "Oauth2", scopes: ["https://www.googleapis.com/auth/youtube"]), SecurityRequirement(type: "Oauth2", scopes: ["https://www.googleapis.com/auth/youtube.force-ssl"])])
                                ^
/host/spi-builder-workspace/Sources/SwiftTube/Requests/LiveChatBans/YoutubeLiveChatBansInsert.swift:7:33: note: use 'Service' instead
    public static let service = APIService<Response>(id: "youtube.liveChatBans.insert", tag: "liveChatBans", method: "POST", path: "/youtube/v3/liveChat/bans", hasBody: true, securityRequirements: [SecurityRequirement(type: "Oauth2", scopes: ["https://www.googleapis.com/auth/youtube"]), SecurityRequirement(type: "Oauth2", scopes: ["https://www.googleapis.com/auth/youtube.force-ssl"])])
                                ^~~~~~~~~~
                                Service
/host/spi-builder-workspace/Sources/SwiftTube/Requests/LiveChatBans/YoutubeLiveChatBansInsert.swift:9:33: error: generic type 'DeprecatedRequest' specialized with too few type parameters (got 1, but expected 2)
    public final class Request: APIRequest<Response> {
                                ^         ~~~~~~~~~~
/host/spi-builder-workspace/.build/checkouts/Prch/Sources/Prch/Deprecated/DeprecatedRequest.swift:4:12: note: generic type 'DeprecatedRequest' declared here
open class DeprecatedRequest<
           ^
/host/spi-builder-workspace/Sources/SwiftTube/Requests/LiveChatBans/YoutubeLiveChatBansInsert.swift:121:27: warning: 'APIResponseValue' is deprecated: renamed to 'DeprecatedResponse'
    public enum Response: APIResponseValue, CustomStringConvertible, CustomDebugStringConvertible {
                          ^
/host/spi-builder-workspace/Sources/SwiftTube/Requests/LiveChatBans/YoutubeLiveChatBansInsert.swift:121:27: note: use 'DeprecatedResponse' instead
    public enum Response: APIResponseValue, CustomStringConvertible, CustomDebugStringConvertible {
                          ^~~~~~~~~~~~~~~~
                          DeprecatedResponse
/host/spi-builder-workspace/Sources/SwiftTube/Requests/LiveChatBans/YoutubeLiveChatBansInsert.swift:121:17: error: type 'LiveChatBans.YoutubeLiveChatBansInsert.Response' does not conform to protocol 'Response'
    public enum Response: APIResponseValue, CustomStringConvertible, CustomDebugStringConvertible {
                ^
/host/spi-builder-workspace/.build/checkouts/Prch/Sources/Prch/Response.swift:5:18: note: protocol requires nested type 'FailureType'; add nested type 'FailureType' for conformance
  associatedtype FailureType
                 ^
/host/spi-builder-workspace/.build/checkouts/Prch/Sources/Prch/Response.swift:6:18: note: protocol requires nested type 'APIType'; add nested type 'APIType' for conformance
  associatedtype APIType: API
                 ^
/host/spi-builder-workspace/Sources/SwiftTube/Requests/LiveChatBans/YoutubeLiveChatBansInsert.swift:154:24: warning: 'APIClientError' is deprecated: renamed to 'ClientError'
        default: throw APIClientError.unexpectedStatusCode(statusCode: statusCode, data: data)
                       ^
/host/spi-builder-workspace/Sources/SwiftTube/Requests/LiveChatBans/YoutubeLiveChatBansInsert.swift:154:24: note: use 'ClientError' instead
        default: throw APIClientError.unexpectedStatusCode(statusCode: statusCode, data: data)
                       ^~~~~~~~~~~~~~
                       ClientError
[94/95] Compiling SwiftTube YoutubeLiveChatBansDelete.swift
/host/spi-builder-workspace/Sources/SwiftTube/Requests/Comments/YoutubeCommentsSetModerationStatus.swift:7:33: warning: 'APIService' is deprecated: renamed to 'Service'
    public static let service = APIService<Response>(id: "youtube.comments.setModerationStatus", tag: "comments", method: "POST", path: "/youtube/v3/comments/setModerationStatus", hasBody: false, securityRequirements: [SecurityRequirement(type: "Oauth2c", scopes: ["https://www.googleapis.com/auth/youtube.force-ssl"])])
                                ^
/host/spi-builder-workspace/Sources/SwiftTube/Requests/Comments/YoutubeCommentsSetModerationStatus.swift:7:33: note: use 'Service' instead
    public static let service = APIService<Response>(id: "youtube.comments.setModerationStatus", tag: "comments", method: "POST", path: "/youtube/v3/comments/setModerationStatus", hasBody: false, securityRequirements: [SecurityRequirement(type: "Oauth2c", scopes: ["https://www.googleapis.com/auth/youtube.force-ssl"])])
                                ^~~~~~~~~~
                                Service
/host/spi-builder-workspace/Sources/SwiftTube/Requests/Comments/YoutubeCommentsSetModerationStatus.swift:17:33: error: generic type 'DeprecatedRequest' specialized with too few type parameters (got 1, but expected 2)
    public final class Request: APIRequest<Response> {
                                ^         ~~~~~~~~~~
/host/spi-builder-workspace/.build/checkouts/Prch/Sources/Prch/Deprecated/DeprecatedRequest.swift:4:12: note: generic type 'DeprecatedRequest' declared here
open class DeprecatedRequest<
           ^
/host/spi-builder-workspace/Sources/SwiftTube/Requests/Comments/YoutubeCommentsSetModerationStatus.swift:136:27: warning: 'APIResponseValue' is deprecated: renamed to 'DeprecatedResponse'
    public enum Response: APIResponseValue, CustomStringConvertible, CustomDebugStringConvertible {
                          ^
/host/spi-builder-workspace/Sources/SwiftTube/Requests/Comments/YoutubeCommentsSetModerationStatus.swift:136:27: note: use 'DeprecatedResponse' instead
    public enum Response: APIResponseValue, CustomStringConvertible, CustomDebugStringConvertible {
                          ^~~~~~~~~~~~~~~~
                          DeprecatedResponse
/host/spi-builder-workspace/Sources/SwiftTube/Requests/Comments/YoutubeCommentsSetModerationStatus.swift:136:17: error: type 'Comments.YoutubeCommentsSetModerationStatus.Response' does not conform to protocol 'Response'
    public enum Response: APIResponseValue, CustomStringConvertible, CustomDebugStringConvertible {
                ^
/host/spi-builder-workspace/.build/checkouts/Prch/Sources/Prch/Response.swift:5:18: note: protocol requires nested type 'FailureType'; add nested type 'FailureType' for conformance
  associatedtype FailureType
                 ^
/host/spi-builder-workspace/.build/checkouts/Prch/Sources/Prch/Response.swift:6:18: note: protocol requires nested type 'APIType'; add nested type 'APIType' for conformance
  associatedtype APIType: API
                 ^
/host/spi-builder-workspace/Sources/SwiftTube/Requests/Comments/YoutubeCommentsSetModerationStatus.swift:169:24: warning: 'APIClientError' is deprecated: renamed to 'ClientError'
        default: throw APIClientError.unexpectedStatusCode(statusCode: statusCode, data: data)
                       ^
/host/spi-builder-workspace/Sources/SwiftTube/Requests/Comments/YoutubeCommentsSetModerationStatus.swift:169:24: note: use 'ClientError' instead
        default: throw APIClientError.unexpectedStatusCode(statusCode: statusCode, data: data)
                       ^~~~~~~~~~~~~~
                       ClientError
/host/spi-builder-workspace/Sources/SwiftTube/Requests/Comments/YoutubeCommentsUpdate.swift:7:33: warning: 'APIService' is deprecated: renamed to 'Service'
    public static let service = APIService<Response>(id: "youtube.comments.update", tag: "comments", method: "PUT", path: "/youtube/v3/comments", hasBody: true, securityRequirements: [SecurityRequirement(type: "Oauth2", scopes: ["https://www.googleapis.com/auth/youtube.force-ssl"])])
                                ^
/host/spi-builder-workspace/Sources/SwiftTube/Requests/Comments/YoutubeCommentsUpdate.swift:7:33: note: use 'Service' instead
    public static let service = APIService<Response>(id: "youtube.comments.update", tag: "comments", method: "PUT", path: "/youtube/v3/comments", hasBody: true, securityRequirements: [SecurityRequirement(type: "Oauth2", scopes: ["https://www.googleapis.com/auth/youtube.force-ssl"])])
                                ^~~~~~~~~~
                                Service
/host/spi-builder-workspace/Sources/SwiftTube/Requests/Comments/YoutubeCommentsUpdate.swift:9:33: error: generic type 'DeprecatedRequest' specialized with too few type parameters (got 1, but expected 2)
    public final class Request: APIRequest<Response> {
                                ^         ~~~~~~~~~~
/host/spi-builder-workspace/.build/checkouts/Prch/Sources/Prch/Deprecated/DeprecatedRequest.swift:4:12: note: generic type 'DeprecatedRequest' declared here
open class DeprecatedRequest<
           ^
/host/spi-builder-workspace/Sources/SwiftTube/Requests/Comments/YoutubeCommentsUpdate.swift:121:27: warning: 'APIResponseValue' is deprecated: renamed to 'DeprecatedResponse'
    public enum Response: APIResponseValue, CustomStringConvertible, CustomDebugStringConvertible {
                          ^
/host/spi-builder-workspace/Sources/SwiftTube/Requests/Comments/YoutubeCommentsUpdate.swift:121:27: note: use 'DeprecatedResponse' instead
    public enum Response: APIResponseValue, CustomStringConvertible, CustomDebugStringConvertible {
                          ^~~~~~~~~~~~~~~~
                          DeprecatedResponse
/host/spi-builder-workspace/Sources/SwiftTube/Requests/Comments/YoutubeCommentsUpdate.swift:121:17: error: type 'Comments.YoutubeCommentsUpdate.Response' does not conform to protocol 'Response'
    public enum Response: APIResponseValue, CustomStringConvertible, CustomDebugStringConvertible {
                ^
/host/spi-builder-workspace/.build/checkouts/Prch/Sources/Prch/Response.swift:5:18: note: protocol requires nested type 'FailureType'; add nested type 'FailureType' for conformance
  associatedtype FailureType
                 ^
/host/spi-builder-workspace/.build/checkouts/Prch/Sources/Prch/Response.swift:6:18: note: protocol requires nested type 'APIType'; add nested type 'APIType' for conformance
  associatedtype APIType: API
                 ^
/host/spi-builder-workspace/Sources/SwiftTube/Requests/Comments/YoutubeCommentsUpdate.swift:154:24: warning: 'APIClientError' is deprecated: renamed to 'ClientError'
        default: throw APIClientError.unexpectedStatusCode(statusCode: statusCode, data: data)
                       ^
/host/spi-builder-workspace/Sources/SwiftTube/Requests/Comments/YoutubeCommentsUpdate.swift:154:24: note: use 'ClientError' instead
        default: throw APIClientError.unexpectedStatusCode(statusCode: statusCode, data: data)
                       ^~~~~~~~~~~~~~
                       ClientError
/host/spi-builder-workspace/Sources/SwiftTube/Requests/I18nLanguages/YoutubeI18nLanguagesList.swift:7:33: warning: 'APIService' is deprecated: renamed to 'Service'
    public static let service = APIService<Response>(id: "youtube.i18nLanguages.list", tag: "i18nLanguages", method: "GET", path: "/youtube/v3/i18nLanguages", hasBody: false, securityRequirements: [SecurityRequirement(type: "Oauth2", scopes: ["https://www.googleapis.com/auth/youtube"]), SecurityRequirement(type: "Oauth2", scopes: ["https://www.googleapis.com/auth/youtube.force-ssl"]), SecurityRequirement(type: "Oauth2", scopes: ["https://www.googleapis.com/auth/youtube.readonly"]), SecurityRequirement(type: "Oauth2", scopes: ["https://www.googleapis.com/auth/youtubepartner"])])
                                ^
/host/spi-builder-workspace/Sources/SwiftTube/Requests/I18nLanguages/YoutubeI18nLanguagesList.swift:7:33: note: use 'Service' instead
    public static let service = APIService<Response>(id: "youtube.i18nLanguages.list", tag: "i18nLanguages", method: "GET", path: "/youtube/v3/i18nLanguages", hasBody: false, securityRequirements: [SecurityRequirement(type: "Oauth2", scopes: ["https://www.googleapis.com/auth/youtube"]), SecurityRequirement(type: "Oauth2", scopes: ["https://www.googleapis.com/auth/youtube.force-ssl"]), SecurityRequirement(type: "Oauth2", scopes: ["https://www.googleapis.com/auth/youtube.readonly"]), SecurityRequirement(type: "Oauth2", scopes: ["https://www.googleapis.com/auth/youtubepartner"])])
                                ^~~~~~~~~~
                                Service
/host/spi-builder-workspace/Sources/SwiftTube/Requests/I18nLanguages/YoutubeI18nLanguagesList.swift:9:33: error: generic type 'DeprecatedRequest' specialized with too few type parameters (got 1, but expected 2)
    public final class Request: APIRequest<Response> {
                                ^         ~~~~~~~~~~
/host/spi-builder-workspace/.build/checkouts/Prch/Sources/Prch/Deprecated/DeprecatedRequest.swift:4:12: note: generic type 'DeprecatedRequest' declared here
open class DeprecatedRequest<
           ^
/host/spi-builder-workspace/Sources/SwiftTube/Requests/I18nLanguages/YoutubeI18nLanguagesList.swift:122:27: warning: 'APIResponseValue' is deprecated: renamed to 'DeprecatedResponse'
    public enum Response: APIResponseValue, CustomStringConvertible, CustomDebugStringConvertible {
                          ^
/host/spi-builder-workspace/Sources/SwiftTube/Requests/I18nLanguages/YoutubeI18nLanguagesList.swift:122:27: note: use 'DeprecatedResponse' instead
    public enum Response: APIResponseValue, CustomStringConvertible, CustomDebugStringConvertible {
                          ^~~~~~~~~~~~~~~~
                          DeprecatedResponse
/host/spi-builder-workspace/Sources/SwiftTube/Requests/I18nLanguages/YoutubeI18nLanguagesList.swift:122:17: error: type 'I18nLanguages.YoutubeI18nLanguagesList.Response' does not conform to protocol 'Response'
    public enum Response: APIResponseValue, CustomStringConvertible, CustomDebugStringConvertible {
                ^
/host/spi-builder-workspace/.build/checkouts/Prch/Sources/Prch/Response.swift:5:18: note: protocol requires nested type 'FailureType'; add nested type 'FailureType' for conformance
  associatedtype FailureType
                 ^
/host/spi-builder-workspace/.build/checkouts/Prch/Sources/Prch/Response.swift:6:18: note: protocol requires nested type 'APIType'; add nested type 'APIType' for conformance
  associatedtype APIType: API
                 ^
/host/spi-builder-workspace/Sources/SwiftTube/Requests/I18nLanguages/YoutubeI18nLanguagesList.swift:155:24: warning: 'APIClientError' is deprecated: renamed to 'ClientError'
        default: throw APIClientError.unexpectedStatusCode(statusCode: statusCode, data: data)
                       ^
/host/spi-builder-workspace/Sources/SwiftTube/Requests/I18nLanguages/YoutubeI18nLanguagesList.swift:155:24: note: use 'ClientError' instead
        default: throw APIClientError.unexpectedStatusCode(statusCode: statusCode, data: data)
                       ^~~~~~~~~~~~~~
                       ClientError
/host/spi-builder-workspace/Sources/SwiftTube/Requests/I18nRegions/YoutubeI18nRegionsList.swift:7:33: warning: 'APIService' is deprecated: renamed to 'Service'
    public static let service = APIService<Response>(id: "youtube.i18nRegions.list", tag: "i18nRegions", method: "GET", path: "/youtube/v3/i18nRegions", hasBody: false, securityRequirements: [SecurityRequirement(type: "Oauth2", scopes: ["https://www.googleapis.com/auth/youtube"]), SecurityRequirement(type: "Oauth2", scopes: ["https://www.googleapis.com/auth/youtube.force-ssl"]), SecurityRequirement(type: "Oauth2", scopes: ["https://www.googleapis.com/auth/youtube.readonly"]), SecurityRequirement(type: "Oauth2", scopes: ["https://www.googleapis.com/auth/youtubepartner"])])
                                ^
/host/spi-builder-workspace/Sources/SwiftTube/Requests/I18nRegions/YoutubeI18nRegionsList.swift:7:33: note: use 'Service' instead
    public static let service = APIService<Response>(id: "youtube.i18nRegions.list", tag: "i18nRegions", method: "GET", path: "/youtube/v3/i18nRegions", hasBody: false, securityRequirements: [SecurityRequirement(type: "Oauth2", scopes: ["https://www.googleapis.com/auth/youtube"]), SecurityRequirement(type: "Oauth2", scopes: ["https://www.googleapis.com/auth/youtube.force-ssl"]), SecurityRequirement(type: "Oauth2", scopes: ["https://www.googleapis.com/auth/youtube.readonly"]), SecurityRequirement(type: "Oauth2", scopes: ["https://www.googleapis.com/auth/youtubepartner"])])
                                ^~~~~~~~~~
                                Service
/host/spi-builder-workspace/Sources/SwiftTube/Requests/I18nRegions/YoutubeI18nRegionsList.swift:9:33: error: generic type 'DeprecatedRequest' specialized with too few type parameters (got 1, but expected 2)
    public final class Request: APIRequest<Response> {
                                ^         ~~~~~~~~~~
/host/spi-builder-workspace/.build/checkouts/Prch/Sources/Prch/Deprecated/DeprecatedRequest.swift:4:12: note: generic type 'DeprecatedRequest' declared here
open class DeprecatedRequest<
           ^
/host/spi-builder-workspace/Sources/SwiftTube/Requests/I18nRegions/YoutubeI18nRegionsList.swift:122:27: warning: 'APIResponseValue' is deprecated: renamed to 'DeprecatedResponse'
    public enum Response: APIResponseValue, CustomStringConvertible, CustomDebugStringConvertible {
                          ^
/host/spi-builder-workspace/Sources/SwiftTube/Requests/I18nRegions/YoutubeI18nRegionsList.swift:122:27: note: use 'DeprecatedResponse' instead
    public enum Response: APIResponseValue, CustomStringConvertible, CustomDebugStringConvertible {
                          ^~~~~~~~~~~~~~~~
                          DeprecatedResponse
/host/spi-builder-workspace/Sources/SwiftTube/Requests/I18nRegions/YoutubeI18nRegionsList.swift:122:17: error: type 'I18nRegions.YoutubeI18nRegionsList.Response' does not conform to protocol 'Response'
    public enum Response: APIResponseValue, CustomStringConvertible, CustomDebugStringConvertible {
                ^
/host/spi-builder-workspace/.build/checkouts/Prch/Sources/Prch/Response.swift:5:18: note: protocol requires nested type 'FailureType'; add nested type 'FailureType' for conformance
  associatedtype FailureType
                 ^
/host/spi-builder-workspace/.build/checkouts/Prch/Sources/Prch/Response.swift:6:18: note: protocol requires nested type 'APIType'; add nested type 'APIType' for conformance
  associatedtype APIType: API
                 ^
/host/spi-builder-workspace/Sources/SwiftTube/Requests/I18nRegions/YoutubeI18nRegionsList.swift:155:24: warning: 'APIClientError' is deprecated: renamed to 'ClientError'
        default: throw APIClientError.unexpectedStatusCode(statusCode: statusCode, data: data)
                       ^
/host/spi-builder-workspace/Sources/SwiftTube/Requests/I18nRegions/YoutubeI18nRegionsList.swift:155:24: note: use 'ClientError' instead
        default: throw APIClientError.unexpectedStatusCode(statusCode: statusCode, data: data)
                       ^~~~~~~~~~~~~~
                       ClientError
/host/spi-builder-workspace/Sources/SwiftTube/Requests/LiveBroadcasts/YoutubeLiveBroadcastsBind.swift:7:33: warning: 'APIService' is deprecated: renamed to 'Service'
    public static let service = APIService<Response>(id: "youtube.liveBroadcasts.bind", tag: "liveBroadcasts", method: "POST", path: "/youtube/v3/liveBroadcasts/bind", hasBody: false, securityRequirements: [SecurityRequirement(type: "Oauth2c", scopes: ["https://www.googleapis.com/auth/youtube"]), SecurityRequirement(type: "Oauth2c", scopes: ["https://www.googleapis.com/auth/youtube.force-ssl"])])
                                ^
/host/spi-builder-workspace/Sources/SwiftTube/Requests/LiveBroadcasts/YoutubeLiveBroadcastsBind.swift:7:33: note: use 'Service' instead
    public static let service = APIService<Response>(id: "youtube.liveBroadcasts.bind", tag: "liveBroadcasts", method: "POST", path: "/youtube/v3/liveBroadcasts/bind", hasBody: false, securityRequirements: [SecurityRequirement(type: "Oauth2c", scopes: ["https://www.googleapis.com/auth/youtube"]), SecurityRequirement(type: "Oauth2c", scopes: ["https://www.googleapis.com/auth/youtube.force-ssl"])])
                                ^~~~~~~~~~
                                Service
/host/spi-builder-workspace/Sources/SwiftTube/Requests/LiveBroadcasts/YoutubeLiveBroadcastsBind.swift:9:33: error: generic type 'DeprecatedRequest' specialized with too few type parameters (got 1, but expected 2)
    public final class Request: APIRequest<Response> {
                                ^         ~~~~~~~~~~
/host/spi-builder-workspace/.build/checkouts/Prch/Sources/Prch/Deprecated/DeprecatedRequest.swift:4:12: note: generic type 'DeprecatedRequest' declared here
open class DeprecatedRequest<
           ^
/host/spi-builder-workspace/Sources/SwiftTube/Requests/LiveBroadcasts/YoutubeLiveBroadcastsBind.swift:142:27: warning: 'APIResponseValue' is deprecated: renamed to 'DeprecatedResponse'
    public enum Response: APIResponseValue, CustomStringConvertible, CustomDebugStringConvertible {
                          ^
/host/spi-builder-workspace/Sources/SwiftTube/Requests/LiveBroadcasts/YoutubeLiveBroadcastsBind.swift:142:27: note: use 'DeprecatedResponse' instead
    public enum Response: APIResponseValue, CustomStringConvertible, CustomDebugStringConvertible {
                          ^~~~~~~~~~~~~~~~
                          DeprecatedResponse
/host/spi-builder-workspace/Sources/SwiftTube/Requests/LiveBroadcasts/YoutubeLiveBroadcastsBind.swift:142:17: error: type 'LiveBroadcasts.YoutubeLiveBroadcastsBind.Response' does not conform to protocol 'Response'
    public enum Response: APIResponseValue, CustomStringConvertible, CustomDebugStringConvertible {
                ^
/host/spi-builder-workspace/.build/checkouts/Prch/Sources/Prch/Response.swift:5:18: note: protocol requires nested type 'FailureType'; add nested type 'FailureType' for conformance
  associatedtype FailureType
                 ^
/host/spi-builder-workspace/.build/checkouts/Prch/Sources/Prch/Response.swift:6:18: note: protocol requires nested type 'APIType'; add nested type 'APIType' for conformance
  associatedtype APIType: API
                 ^
/host/spi-builder-workspace/Sources/SwiftTube/Requests/LiveBroadcasts/YoutubeLiveBroadcastsBind.swift:175:24: warning: 'APIClientError' is deprecated: renamed to 'ClientError'
        default: throw APIClientError.unexpectedStatusCode(statusCode: statusCode, data: data)
                       ^
/host/spi-builder-workspace/Sources/SwiftTube/Requests/LiveBroadcasts/YoutubeLiveBroadcastsBind.swift:175:24: note: use 'ClientError' instead
        default: throw APIClientError.unexpectedStatusCode(statusCode: statusCode, data: data)
                       ^~~~~~~~~~~~~~
                       ClientError
/host/spi-builder-workspace/Sources/SwiftTube/Requests/LiveBroadcasts/YoutubeLiveBroadcastsDelete.swift:7:33: warning: 'APIService' is deprecated: renamed to 'Service'
    public static let service = APIService<Response>(id: "youtube.liveBroadcasts.delete", tag: "liveBroadcasts", method: "DELETE", path: "/youtube/v3/liveBroadcasts", hasBody: false, securityRequirements: [SecurityRequirement(type: "Oauth2", scopes: ["https://www.googleapis.com/auth/youtube"]), SecurityRequirement(type: "Oauth2", scopes: ["https://www.googleapis.com/auth/youtube.force-ssl"])])
                                ^
/host/spi-builder-workspace/Sources/SwiftTube/Requests/LiveBroadcasts/YoutubeLiveBroadcastsDelete.swift:7:33: note: use 'Service' instead
    public static let service = APIService<Response>(id: "youtube.liveBroadcasts.delete", tag: "liveBroadcasts", method: "DELETE", path: "/youtube/v3/liveBroadcasts", hasBody: false, securityRequirements: [SecurityRequirement(type: "Oauth2", scopes: ["https://www.googleapis.com/auth/youtube"]), SecurityRequirement(type: "Oauth2", scopes: ["https://www.googleapis.com/auth/youtube.force-ssl"])])
                                ^~~~~~~~~~
                                Service
/host/spi-builder-workspace/Sources/SwiftTube/Requests/LiveBroadcasts/YoutubeLiveBroadcastsDelete.swift:9:33: error: generic type 'DeprecatedRequest' specialized with too few type parameters (got 1, but expected 2)
    public final class Request: APIRequest<Response> {
                                ^         ~~~~~~~~~~
/host/spi-builder-workspace/.build/checkouts/Prch/Sources/Prch/Deprecated/DeprecatedRequest.swift:4:12: note: generic type 'DeprecatedRequest' declared here
open class DeprecatedRequest<
           ^
/host/spi-builder-workspace/Sources/SwiftTube/Requests/LiveBroadcasts/YoutubeLiveBroadcastsDelete.swift:130:27: warning: 'APIResponseValue' is deprecated: renamed to 'DeprecatedResponse'
    public enum Response: APIResponseValue, CustomStringConvertible, CustomDebugStringConvertible {
                          ^
/host/spi-builder-workspace/Sources/SwiftTube/Requests/LiveBroadcasts/YoutubeLiveBroadcastsDelete.swift:130:27: note: use 'DeprecatedResponse' instead
    public enum Response: APIResponseValue, CustomStringConvertible, CustomDebugStringConvertible {
                          ^~~~~~~~~~~~~~~~
                          DeprecatedResponse
/host/spi-builder-workspace/Sources/SwiftTube/Requests/LiveBroadcasts/YoutubeLiveBroadcastsDelete.swift:130:17: error: type 'LiveBroadcasts.YoutubeLiveBroadcastsDelete.Response' does not conform to protocol 'Response'
    public enum Response: APIResponseValue, CustomStringConvertible, CustomDebugStringConvertible {
                ^
/host/spi-builder-workspace/.build/checkouts/Prch/Sources/Prch/Response.swift:5:18: note: protocol requires nested type 'FailureType'; add nested type 'FailureType' for conformance
  associatedtype FailureType
                 ^
/host/spi-builder-workspace/.build/checkouts/Prch/Sources/Prch/Response.swift:6:18: note: protocol requires nested type 'APIType'; add nested type 'APIType' for conformance
  associatedtype APIType: API
                 ^
/host/spi-builder-workspace/Sources/SwiftTube/Requests/LiveBroadcasts/YoutubeLiveBroadcastsDelete.swift:163:24: warning: 'APIClientError' is deprecated: renamed to 'ClientError'
        default: throw APIClientError.unexpectedStatusCode(statusCode: statusCode, data: data)
                       ^
/host/spi-builder-workspace/Sources/SwiftTube/Requests/LiveBroadcasts/YoutubeLiveBroadcastsDelete.swift:163:24: note: use 'ClientError' instead
        default: throw APIClientError.unexpectedStatusCode(statusCode: statusCode, data: data)
                       ^~~~~~~~~~~~~~
                       ClientError
/host/spi-builder-workspace/Sources/SwiftTube/Requests/LiveBroadcasts/YoutubeLiveBroadcastsInsert.swift:7:33: warning: 'APIService' is deprecated: renamed to 'Service'
    public static let service = APIService<Response>(id: "youtube.liveBroadcasts.insert", tag: "liveBroadcasts", method: "POST", path: "/youtube/v3/liveBroadcasts", hasBody: true, securityRequirements: [SecurityRequirement(type: "Oauth2c", scopes: ["https://www.googleapis.com/auth/youtube"]), SecurityRequirement(type: "Oauth2c", scopes: ["https://www.googleapis.com/auth/youtube.force-ssl"])])
                                ^
/host/spi-builder-workspace/Sources/SwiftTube/Requests/LiveBroadcasts/YoutubeLiveBroadcastsInsert.swift:7:33: note: use 'Service' instead
    public static let service = APIService<Response>(id: "youtube.liveBroadcasts.insert", tag: "liveBroadcasts", method: "POST", path: "/youtube/v3/liveBroadcasts", hasBody: true, securityRequirements: [SecurityRequirement(type: "Oauth2c", scopes: ["https://www.googleapis.com/auth/youtube"]), SecurityRequirement(type: "Oauth2c", scopes: ["https://www.googleapis.com/auth/youtube.force-ssl"])])
                                ^~~~~~~~~~
                                Service
/host/spi-builder-workspace/Sources/SwiftTube/Requests/LiveBroadcasts/YoutubeLiveBroadcastsInsert.swift:9:33: error: generic type 'DeprecatedRequest' specialized with too few type parameters (got 1, but expected 2)
    public final class Request: APIRequest<Response> {
                                ^         ~~~~~~~~~~
/host/spi-builder-workspace/.build/checkouts/Prch/Sources/Prch/Deprecated/DeprecatedRequest.swift:4:12: note: generic type 'DeprecatedRequest' declared here
open class DeprecatedRequest<
           ^
/host/spi-builder-workspace/Sources/SwiftTube/Requests/LiveBroadcasts/YoutubeLiveBroadcastsInsert.swift:135:27: warning: 'APIResponseValue' is deprecated: renamed to 'DeprecatedResponse'
    public enum Response: APIResponseValue, CustomStringConvertible, CustomDebugStringConvertible {
                          ^
/host/spi-builder-workspace/Sources/SwiftTube/Requests/LiveBroadcasts/YoutubeLiveBroadcastsInsert.swift:135:27: note: use 'DeprecatedResponse' instead
    public enum Response: APIResponseValue, CustomStringConvertible, CustomDebugStringConvertible {
                          ^~~~~~~~~~~~~~~~
                          DeprecatedResponse
/host/spi-builder-workspace/Sources/SwiftTube/Requests/LiveBroadcasts/YoutubeLiveBroadcastsInsert.swift:135:17: error: type 'LiveBroadcasts.YoutubeLiveBroadcastsInsert.Response' does not conform to protocol 'Response'
    public enum Response: APIResponseValue, CustomStringConvertible, CustomDebugStringConvertible {
                ^
/host/spi-builder-workspace/.build/checkouts/Prch/Sources/Prch/Response.swift:5:18: note: protocol requires nested type 'FailureType'; add nested type 'FailureType' for conformance
  associatedtype FailureType
                 ^
/host/spi-builder-workspace/.build/checkouts/Prch/Sources/Prch/Response.swift:6:18: note: protocol requires nested type 'APIType'; add nested type 'APIType' for conformance
  associatedtype APIType: API
                 ^
/host/spi-builder-workspace/Sources/SwiftTube/Requests/LiveBroadcasts/YoutubeLiveBroadcastsInsert.swift:168:24: warning: 'APIClientError' is deprecated: renamed to 'ClientError'
        default: throw APIClientError.unexpectedStatusCode(statusCode: statusCode, data: data)
                       ^
/host/spi-builder-workspace/Sources/SwiftTube/Requests/LiveBroadcasts/YoutubeLiveBroadcastsInsert.swift:168:24: note: use 'ClientError' instead
        default: throw APIClientError.unexpectedStatusCode(statusCode: statusCode, data: data)
                       ^~~~~~~~~~~~~~
                       ClientError
/host/spi-builder-workspace/Sources/SwiftTube/Requests/LiveBroadcasts/YoutubeLiveBroadcastsList.swift:7:33: warning: 'APIService' is deprecated: renamed to 'Service'
    public static let service = APIService<Response>(id: "youtube.liveBroadcasts.list", tag: "liveBroadcasts", method: "GET", path: "/youtube/v3/liveBroadcasts", hasBody: false, securityRequirements: [SecurityRequirement(type: "Oauth2", scopes: ["https://www.googleapis.com/auth/youtube"]), SecurityRequirement(type: "Oauth2", scopes: ["https://www.googleapis.com/auth/youtube.force-ssl"]), SecurityRequirement(type: "Oauth2", scopes: ["https://www.googleapis.com/auth/youtube.readonly"])])
                                ^
/host/spi-builder-workspace/Sources/SwiftTube/Requests/LiveBroadcasts/YoutubeLiveBroadcastsList.swift:7:33: note: use 'Service' instead
    public static let service = APIService<Response>(id: "youtube.liveBroadcasts.list", tag: "liveBroadcasts", method: "GET", path: "/youtube/v3/liveBroadcasts", hasBody: false, securityRequirements: [SecurityRequirement(type: "Oauth2", scopes: ["https://www.googleapis.com/auth/youtube"]), SecurityRequirement(type: "Oauth2", scopes: ["https://www.googleapis.com/auth/youtube.force-ssl"]), SecurityRequirement(type: "Oauth2", scopes: ["https://www.googleapis.com/auth/youtube.readonly"])])
                                ^~~~~~~~~~
                                Service
/host/spi-builder-workspace/Sources/SwiftTube/Requests/LiveBroadcasts/YoutubeLiveBroadcastsList.swift:26:33: error: generic type 'DeprecatedRequest' specialized with too few type parameters (got 1, but expected 2)
    public final class Request: APIRequest<Response> {
                                ^         ~~~~~~~~~~
/host/spi-builder-workspace/.build/checkouts/Prch/Sources/Prch/Deprecated/DeprecatedRequest.swift:4:12: note: generic type 'DeprecatedRequest' declared here
open class DeprecatedRequest<
           ^
/host/spi-builder-workspace/Sources/SwiftTube/Requests/LiveBroadcasts/YoutubeLiveBroadcastsList.swift:188:27: warning: 'APIResponseValue' is deprecated: renamed to 'DeprecatedResponse'
    public enum Response: APIResponseValue, CustomStringConvertible, CustomDebugStringConvertible {
                          ^
/host/spi-builder-workspace/Sources/SwiftTube/Requests/LiveBroadcasts/YoutubeLiveBroadcastsList.swift:188:27: note: use 'DeprecatedResponse' instead
    public enum Response: APIResponseValue, CustomStringConvertible, CustomDebugStringConvertible {
                          ^~~~~~~~~~~~~~~~
                          DeprecatedResponse
/host/spi-builder-workspace/Sources/SwiftTube/Requests/LiveBroadcasts/YoutubeLiveBroadcastsList.swift:188:17: error: type 'LiveBroadcasts.YoutubeLiveBroadcastsList.Response' does not conform to protocol 'Response'
    public enum Response: APIResponseValue, CustomStringConvertible, CustomDebugStringConvertible {
                ^
/host/spi-builder-workspace/.build/checkouts/Prch/Sources/Prch/Response.swift:5:18: note: protocol requires nested type 'FailureType'; add nested type 'FailureType' for conformance
  associatedtype FailureType
                 ^
/host/spi-builder-workspace/.build/checkouts/Prch/Sources/Prch/Response.swift:6:18: note: protocol requires nested type 'APIType'; add nested type 'APIType' for conformance
  associatedtype APIType: API
                 ^
/host/spi-builder-workspace/Sources/SwiftTube/Requests/LiveBroadcasts/YoutubeLiveBroadcastsList.swift:221:24: warning: 'APIClientError' is deprecated: renamed to 'ClientError'
        default: throw APIClientError.unexpectedStatusCode(statusCode: statusCode, data: data)
                       ^
/host/spi-builder-workspace/Sources/SwiftTube/Requests/LiveBroadcasts/YoutubeLiveBroadcastsList.swift:221:24: note: use 'ClientError' instead
        default: throw APIClientError.unexpectedStatusCode(statusCode: statusCode, data: data)
                       ^~~~~~~~~~~~~~
                       ClientError
/host/spi-builder-workspace/Sources/SwiftTube/Requests/LiveBroadcasts/YoutubeLiveBroadcastsTransition.swift:7:33: warning: 'APIService' is deprecated: renamed to 'Service'
    public static let service = APIService<Response>(id: "youtube.liveBroadcasts.transition", tag: "liveBroadcasts", method: "POST", path: "/youtube/v3/liveBroadcasts/transition", hasBody: false, securityRequirements: [SecurityRequirement(type: "Oauth2c", scopes: ["https://www.googleapis.com/auth/youtube"]), SecurityRequirement(type: "Oauth2c", scopes: ["https://www.googleapis.com/auth/youtube.force-ssl"])])
                                ^
/host/spi-builder-workspace/Sources/SwiftTube/Requests/LiveBroadcasts/YoutubeLiveBroadcastsTransition.swift:7:33: note: use 'Service' instead
    public static let service = APIService<Response>(id: "youtube.liveBroadcasts.transition", tag: "liveBroadcasts", method: "POST", path: "/youtube/v3/liveBroadcasts/transition", hasBody: false, securityRequirements: [SecurityRequirement(type: "Oauth2c", scopes: ["https://www.googleapis.com/auth/youtube"]), SecurityRequirement(type: "Oauth2c", scopes: ["https://www.googleapis.com/auth/youtube.force-ssl"])])
                                ^~~~~~~~~~
                                Service
/host/spi-builder-workspace/Sources/SwiftTube/Requests/LiveBroadcasts/YoutubeLiveBroadcastsTransition.swift:17:33: error: generic type 'DeprecatedRequest' specialized with too few type parameters (got 1, but expected 2)
    public final class Request: APIRequest<Response> {
                                ^         ~~~~~~~~~~
/host/spi-builder-workspace/.build/checkouts/Prch/Sources/Prch/Deprecated/DeprecatedRequest.swift:4:12: note: generic type 'DeprecatedRequest' declared here
open class DeprecatedRequest<
           ^
/host/spi-builder-workspace/Sources/SwiftTube/Requests/LiveBroadcasts/YoutubeLiveBroadcastsTransition.swift:148:27: warning: 'APIResponseValue' is deprecated: renamed to 'DeprecatedResponse'
    public enum Response: APIResponseValue, CustomStringConvertible, CustomDebugStringConvertible {
                          ^
/host/spi-builder-workspace/Sources/SwiftTube/Requests/LiveBroadcasts/YoutubeLiveBroadcastsTransition.swift:148:27: note: use 'DeprecatedResponse' instead
    public enum Response: APIResponseValue, CustomStringConvertible, CustomDebugStringConvertible {
                          ^~~~~~~~~~~~~~~~
                          DeprecatedResponse
/host/spi-builder-workspace/Sources/SwiftTube/Requests/LiveBroadcasts/YoutubeLiveBroadcastsTransition.swift:148:17: error: type 'LiveBroadcasts.YoutubeLiveBroadcastsTransition.Response' does not conform to protocol 'Response'
    public enum Response: APIResponseValue, CustomStringConvertible, CustomDebugStringConvertible {
                ^
/host/spi-builder-workspace/.build/checkouts/Prch/Sources/Prch/Response.swift:5:18: note: protocol requires nested type 'FailureType'; add nested type 'FailureType' for conformance
  associatedtype FailureType
                 ^
/host/spi-builder-workspace/.build/checkouts/Prch/Sources/Prch/Response.swift:6:18: note: protocol requires nested type 'APIType'; add nested type 'APIType' for conformance
  associatedtype APIType: API
                 ^
/host/spi-builder-workspace/Sources/SwiftTube/Requests/LiveBroadcasts/YoutubeLiveBroadcastsTransition.swift:181:24: warning: 'APIClientError' is deprecated: renamed to 'ClientError'
        default: throw APIClientError.unexpectedStatusCode(statusCode: statusCode, data: data)
                       ^
/host/spi-builder-workspace/Sources/SwiftTube/Requests/LiveBroadcasts/YoutubeLiveBroadcastsTransition.swift:181:24: note: use 'ClientError' instead
        default: throw APIClientError.unexpectedStatusCode(statusCode: statusCode, data: data)
                       ^~~~~~~~~~~~~~
                       ClientError
/host/spi-builder-workspace/Sources/SwiftTube/Requests/LiveBroadcasts/YoutubeLiveBroadcastsUpdate.swift:7:33: warning: 'APIService' is deprecated: renamed to 'Service'
    public static let service = APIService<Response>(id: "youtube.liveBroadcasts.update", tag: "liveBroadcasts", method: "PUT", path: "/youtube/v3/liveBroadcasts", hasBody: true, securityRequirements: [SecurityRequirement(type: "Oauth2", scopes: ["https://www.googleapis.com/auth/youtube"]), SecurityRequirement(type: "Oauth2", scopes: ["https://www.googleapis.com/auth/youtube.force-ssl"])])
                                ^
/host/spi-builder-workspace/Sources/SwiftTube/Requests/LiveBroadcasts/YoutubeLiveBroadcastsUpdate.swift:7:33: note: use 'Service' instead
    public static let service = APIService<Response>(id: "youtube.liveBroadcasts.update", tag: "liveBroadcasts", method: "PUT", path: "/youtube/v3/liveBroadcasts", hasBody: true, securityRequirements: [SecurityRequirement(type: "Oauth2", scopes: ["https://www.googleapis.com/auth/youtube"]), SecurityRequirement(type: "Oauth2", scopes: ["https://www.googleapis.com/auth/youtube.force-ssl"])])
                                ^~~~~~~~~~
                                Service
/host/spi-builder-workspace/Sources/SwiftTube/Requests/LiveBroadcasts/YoutubeLiveBroadcastsUpdate.swift:9:33: error: generic type 'DeprecatedRequest' specialized with too few type parameters (got 1, but expected 2)
    public final class Request: APIRequest<Response> {
                                ^         ~~~~~~~~~~
/host/spi-builder-workspace/.build/checkouts/Prch/Sources/Prch/Deprecated/DeprecatedRequest.swift:4:12: note: generic type 'DeprecatedRequest' declared here
open class DeprecatedRequest<
           ^
/host/spi-builder-workspace/Sources/SwiftTube/Requests/LiveBroadcasts/YoutubeLiveBroadcastsUpdate.swift:135:27: warning: 'APIResponseValue' is deprecated: renamed to 'DeprecatedResponse'
    public enum Response: APIResponseValue, CustomStringConvertible, CustomDebugStringConvertible {
                          ^
/host/spi-builder-workspace/Sources/SwiftTube/Requests/LiveBroadcasts/YoutubeLiveBroadcastsUpdate.swift:135:27: note: use 'DeprecatedResponse' instead
    public enum Response: APIResponseValue, CustomStringConvertible, CustomDebugStringConvertible {
                          ^~~~~~~~~~~~~~~~
                          DeprecatedResponse
/host/spi-builder-workspace/Sources/SwiftTube/Requests/LiveBroadcasts/YoutubeLiveBroadcastsUpdate.swift:135:17: error: type 'LiveBroadcasts.YoutubeLiveBroadcastsUpdate.Response' does not conform to protocol 'Response'
    public enum Response: APIResponseValue, CustomStringConvertible, CustomDebugStringConvertible {
                ^
/host/spi-builder-workspace/.build/checkouts/Prch/Sources/Prch/Response.swift:5:18: note: protocol requires nested type 'FailureType'; add nested type 'FailureType' for conformance
  associatedtype FailureType
                 ^
/host/spi-builder-workspace/.build/checkouts/Prch/Sources/Prch/Response.swift:6:18: note: protocol requires nested type 'APIType'; add nested type 'APIType' for conformance
  associatedtype APIType: API
                 ^
/host/spi-builder-workspace/Sources/SwiftTube/Requests/LiveBroadcasts/YoutubeLiveBroadcastsUpdate.swift:168:24: warning: 'APIClientError' is deprecated: renamed to 'ClientError'
        default: throw APIClientError.unexpectedStatusCode(statusCode: statusCode, data: data)
                       ^
/host/spi-builder-workspace/Sources/SwiftTube/Requests/LiveBroadcasts/YoutubeLiveBroadcastsUpdate.swift:168:24: note: use 'ClientError' instead
        default: throw APIClientError.unexpectedStatusCode(statusCode: statusCode, data: data)
                       ^~~~~~~~~~~~~~
                       ClientError
/host/spi-builder-workspace/Sources/SwiftTube/Requests/LiveChatBans/YoutubeLiveChatBansDelete.swift:7:33: warning: 'APIService' is deprecated: renamed to 'Service'
    public static let service = APIService<Response>(id: "youtube.liveChatBans.delete", tag: "liveChatBans", method: "DELETE", path: "/youtube/v3/liveChat/bans", hasBody: false, securityRequirements: [SecurityRequirement(type: "Oauth2c", scopes: ["https://www.googleapis.com/auth/youtube"]), SecurityRequirement(type: "Oauth2c", scopes: ["https://www.googleapis.com/auth/youtube.force-ssl"])])
                                ^
/host/spi-builder-workspace/Sources/SwiftTube/Requests/LiveChatBans/YoutubeLiveChatBansDelete.swift:7:33: note: use 'Service' instead
    public static let service = APIService<Response>(id: "youtube.liveChatBans.delete", tag: "liveChatBans", method: "DELETE", path: "/youtube/v3/liveChat/bans", hasBody: false, securityRequirements: [SecurityRequirement(type: "Oauth2c", scopes: ["https://www.googleapis.com/auth/youtube"]), SecurityRequirement(type: "Oauth2c", scopes: ["https://www.googleapis.com/auth/youtube.force-ssl"])])
                                ^~~~~~~~~~
                                Service
/host/spi-builder-workspace/Sources/SwiftTube/Requests/LiveChatBans/YoutubeLiveChatBansDelete.swift:9:33: error: generic type 'DeprecatedRequest' specialized with too few type parameters (got 1, but expected 2)
    public final class Request: APIRequest<Response> {
                                ^         ~~~~~~~~~~
/host/spi-builder-workspace/.build/checkouts/Prch/Sources/Prch/Deprecated/DeprecatedRequest.swift:4:12: note: generic type 'DeprecatedRequest' declared here
open class DeprecatedRequest<
           ^
/host/spi-builder-workspace/Sources/SwiftTube/Requests/LiveChatBans/YoutubeLiveChatBansDelete.swift:115:27: warning: 'APIResponseValue' is deprecated: renamed to 'DeprecatedResponse'
    public enum Response: APIResponseValue, CustomStringConvertible, CustomDebugStringConvertible {
                          ^
/host/spi-builder-workspace/Sources/SwiftTube/Requests/LiveChatBans/YoutubeLiveChatBansDelete.swift:115:27: note: use 'DeprecatedResponse' instead
    public enum Response: APIResponseValue, CustomStringConvertible, CustomDebugStringConvertible {
                          ^~~~~~~~~~~~~~~~
                          DeprecatedResponse
/host/spi-builder-workspace/Sources/SwiftTube/Requests/LiveChatBans/YoutubeLiveChatBansDelete.swift:115:17: error: type 'LiveChatBans.YoutubeLiveChatBansDelete.Response' does not conform to protocol 'Response'
    public enum Response: APIResponseValue, CustomStringConvertible, CustomDebugStringConvertible {
                ^
/host/spi-builder-workspace/.build/checkouts/Prch/Sources/Prch/Response.swift:5:18: note: protocol requires nested type 'FailureType'; add nested type 'FailureType' for conformance
  associatedtype FailureType
                 ^
/host/spi-builder-workspace/.build/checkouts/Prch/Sources/Prch/Response.swift:6:18: note: protocol requires nested type 'APIType'; add nested type 'APIType' for conformance
  associatedtype APIType: API
                 ^
/host/spi-builder-workspace/Sources/SwiftTube/Requests/LiveChatBans/YoutubeLiveChatBansDelete.swift:148:24: warning: 'APIClientError' is deprecated: renamed to 'ClientError'
        default: throw APIClientError.unexpectedStatusCode(statusCode: statusCode, data: data)
                       ^
/host/spi-builder-workspace/Sources/SwiftTube/Requests/LiveChatBans/YoutubeLiveChatBansDelete.swift:148:24: note: use 'ClientError' instead
        default: throw APIClientError.unexpectedStatusCode(statusCode: statusCode, data: data)
                       ^~~~~~~~~~~~~~
                       ClientError
/host/spi-builder-workspace/Sources/SwiftTube/Requests/LiveChatBans/YoutubeLiveChatBansInsert.swift:7:33: warning: 'APIService' is deprecated: renamed to 'Service'
    public static let service = APIService<Response>(id: "youtube.liveChatBans.insert", tag: "liveChatBans", method: "POST", path: "/youtube/v3/liveChat/bans", hasBody: true, securityRequirements: [SecurityRequirement(type: "Oauth2", scopes: ["https://www.googleapis.com/auth/youtube"]), SecurityRequirement(type: "Oauth2", scopes: ["https://www.googleapis.com/auth/youtube.force-ssl"])])
                                ^
/host/spi-builder-workspace/Sources/SwiftTube/Requests/LiveChatBans/YoutubeLiveChatBansInsert.swift:7:33: note: use 'Service' instead
    public static let service = APIService<Response>(id: "youtube.liveChatBans.insert", tag: "liveChatBans", method: "POST", path: "/youtube/v3/liveChat/bans", hasBody: true, securityRequirements: [SecurityRequirement(type: "Oauth2", scopes: ["https://www.googleapis.com/auth/youtube"]), SecurityRequirement(type: "Oauth2", scopes: ["https://www.googleapis.com/auth/youtube.force-ssl"])])
                                ^~~~~~~~~~
                                Service
/host/spi-builder-workspace/Sources/SwiftTube/Requests/LiveChatBans/YoutubeLiveChatBansInsert.swift:9:33: error: generic type 'DeprecatedRequest' specialized with too few type parameters (got 1, but expected 2)
    public final class Request: APIRequest<Response> {
                                ^         ~~~~~~~~~~
/host/spi-builder-workspace/.build/checkouts/Prch/Sources/Prch/Deprecated/DeprecatedRequest.swift:4:12: note: generic type 'DeprecatedRequest' declared here
open class DeprecatedRequest<
           ^
/host/spi-builder-workspace/Sources/SwiftTube/Requests/LiveChatBans/YoutubeLiveChatBansInsert.swift:121:27: warning: 'APIResponseValue' is deprecated: renamed to 'DeprecatedResponse'
    public enum Response: APIResponseValue, CustomStringConvertible, CustomDebugStringConvertible {
                          ^
/host/spi-builder-workspace/Sources/SwiftTube/Requests/LiveChatBans/YoutubeLiveChatBansInsert.swift:121:27: note: use 'DeprecatedResponse' instead
    public enum Response: APIResponseValue, CustomStringConvertible, CustomDebugStringConvertible {
                          ^~~~~~~~~~~~~~~~
                          DeprecatedResponse
/host/spi-builder-workspace/Sources/SwiftTube/Requests/LiveChatBans/YoutubeLiveChatBansInsert.swift:121:17: error: type 'LiveChatBans.YoutubeLiveChatBansInsert.Response' does not conform to protocol 'Response'
    public enum Response: APIResponseValue, CustomStringConvertible, CustomDebugStringConvertible {
                ^
/host/spi-builder-workspace/.build/checkouts/Prch/Sources/Prch/Response.swift:5:18: note: protocol requires nested type 'FailureType'; add nested type 'FailureType' for conformance
  associatedtype FailureType
                 ^
/host/spi-builder-workspace/.build/checkouts/Prch/Sources/Prch/Response.swift:6:18: note: protocol requires nested type 'APIType'; add nested type 'APIType' for conformance
  associatedtype APIType: API
                 ^
/host/spi-builder-workspace/Sources/SwiftTube/Requests/LiveChatBans/YoutubeLiveChatBansInsert.swift:154:24: warning: 'APIClientError' is deprecated: renamed to 'ClientError'
        default: throw APIClientError.unexpectedStatusCode(statusCode: statusCode, data: data)
                       ^
/host/spi-builder-workspace/Sources/SwiftTube/Requests/LiveChatBans/YoutubeLiveChatBansInsert.swift:154:24: note: use 'ClientError' instead
        default: throw APIClientError.unexpectedStatusCode(statusCode: statusCode, data: data)
                       ^~~~~~~~~~~~~~
                       ClientError
[95/95] Compiling SwiftTube YoutubeLiveChatBansInsert.swift
/host/spi-builder-workspace/Sources/SwiftTube/Requests/Comments/YoutubeCommentsSetModerationStatus.swift:7:33: warning: 'APIService' is deprecated: renamed to 'Service'
    public static let service = APIService<Response>(id: "youtube.comments.setModerationStatus", tag: "comments", method: "POST", path: "/youtube/v3/comments/setModerationStatus", hasBody: false, securityRequirements: [SecurityRequirement(type: "Oauth2c", scopes: ["https://www.googleapis.com/auth/youtube.force-ssl"])])
                                ^
/host/spi-builder-workspace/Sources/SwiftTube/Requests/Comments/YoutubeCommentsSetModerationStatus.swift:7:33: note: use 'Service' instead
    public static let service = APIService<Response>(id: "youtube.comments.setModerationStatus", tag: "comments", method: "POST", path: "/youtube/v3/comments/setModerationStatus", hasBody: false, securityRequirements: [SecurityRequirement(type: "Oauth2c", scopes: ["https://www.googleapis.com/auth/youtube.force-ssl"])])
                                ^~~~~~~~~~
                                Service
/host/spi-builder-workspace/Sources/SwiftTube/Requests/Comments/YoutubeCommentsSetModerationStatus.swift:17:33: error: generic type 'DeprecatedRequest' specialized with too few type parameters (got 1, but expected 2)
    public final class Request: APIRequest<Response> {
                                ^         ~~~~~~~~~~
/host/spi-builder-workspace/.build/checkouts/Prch/Sources/Prch/Deprecated/DeprecatedRequest.swift:4:12: note: generic type 'DeprecatedRequest' declared here
open class DeprecatedRequest<
           ^
/host/spi-builder-workspace/Sources/SwiftTube/Requests/Comments/YoutubeCommentsSetModerationStatus.swift:136:27: warning: 'APIResponseValue' is deprecated: renamed to 'DeprecatedResponse'
    public enum Response: APIResponseValue, CustomStringConvertible, CustomDebugStringConvertible {
                          ^
/host/spi-builder-workspace/Sources/SwiftTube/Requests/Comments/YoutubeCommentsSetModerationStatus.swift:136:27: note: use 'DeprecatedResponse' instead
    public enum Response: APIResponseValue, CustomStringConvertible, CustomDebugStringConvertible {
                          ^~~~~~~~~~~~~~~~
                          DeprecatedResponse
/host/spi-builder-workspace/Sources/SwiftTube/Requests/Comments/YoutubeCommentsSetModerationStatus.swift:136:17: error: type 'Comments.YoutubeCommentsSetModerationStatus.Response' does not conform to protocol 'Response'
    public enum Response: APIResponseValue, CustomStringConvertible, CustomDebugStringConvertible {
                ^
/host/spi-builder-workspace/.build/checkouts/Prch/Sources/Prch/Response.swift:5:18: note: protocol requires nested type 'FailureType'; add nested type 'FailureType' for conformance
  associatedtype FailureType
                 ^
/host/spi-builder-workspace/.build/checkouts/Prch/Sources/Prch/Response.swift:6:18: note: protocol requires nested type 'APIType'; add nested type 'APIType' for conformance
  associatedtype APIType: API
                 ^
/host/spi-builder-workspace/Sources/SwiftTube/Requests/Comments/YoutubeCommentsSetModerationStatus.swift:169:24: warning: 'APIClientError' is deprecated: renamed to 'ClientError'
        default: throw APIClientError.unexpectedStatusCode(statusCode: statusCode, data: data)
                       ^
/host/spi-builder-workspace/Sources/SwiftTube/Requests/Comments/YoutubeCommentsSetModerationStatus.swift:169:24: note: use 'ClientError' instead
        default: throw APIClientError.unexpectedStatusCode(statusCode: statusCode, data: data)
                       ^~~~~~~~~~~~~~
                       ClientError
/host/spi-builder-workspace/Sources/SwiftTube/Requests/Comments/YoutubeCommentsUpdate.swift:7:33: warning: 'APIService' is deprecated: renamed to 'Service'
    public static let service = APIService<Response>(id: "youtube.comments.update", tag: "comments", method: "PUT", path: "/youtube/v3/comments", hasBody: true, securityRequirements: [SecurityRequirement(type: "Oauth2", scopes: ["https://www.googleapis.com/auth/youtube.force-ssl"])])
                                ^
/host/spi-builder-workspace/Sources/SwiftTube/Requests/Comments/YoutubeCommentsUpdate.swift:7:33: note: use 'Service' instead
    public static let service = APIService<Response>(id: "youtube.comments.update", tag: "comments", method: "PUT", path: "/youtube/v3/comments", hasBody: true, securityRequirements: [SecurityRequirement(type: "Oauth2", scopes: ["https://www.googleapis.com/auth/youtube.force-ssl"])])
                                ^~~~~~~~~~
                                Service
/host/spi-builder-workspace/Sources/SwiftTube/Requests/Comments/YoutubeCommentsUpdate.swift:9:33: error: generic type 'DeprecatedRequest' specialized with too few type parameters (got 1, but expected 2)
    public final class Request: APIRequest<Response> {
                                ^         ~~~~~~~~~~
/host/spi-builder-workspace/.build/checkouts/Prch/Sources/Prch/Deprecated/DeprecatedRequest.swift:4:12: note: generic type 'DeprecatedRequest' declared here
open class DeprecatedRequest<
           ^
/host/spi-builder-workspace/Sources/SwiftTube/Requests/Comments/YoutubeCommentsUpdate.swift:121:27: warning: 'APIResponseValue' is deprecated: renamed to 'DeprecatedResponse'
    public enum Response: APIResponseValue, CustomStringConvertible, CustomDebugStringConvertible {
                          ^
/host/spi-builder-workspace/Sources/SwiftTube/Requests/Comments/YoutubeCommentsUpdate.swift:121:27: note: use 'DeprecatedResponse' instead
    public enum Response: APIResponseValue, CustomStringConvertible, CustomDebugStringConvertible {
                          ^~~~~~~~~~~~~~~~
                          DeprecatedResponse
/host/spi-builder-workspace/Sources/SwiftTube/Requests/Comments/YoutubeCommentsUpdate.swift:121:17: error: type 'Comments.YoutubeCommentsUpdate.Response' does not conform to protocol 'Response'
    public enum Response: APIResponseValue, CustomStringConvertible, CustomDebugStringConvertible {
                ^
/host/spi-builder-workspace/.build/checkouts/Prch/Sources/Prch/Response.swift:5:18: note: protocol requires nested type 'FailureType'; add nested type 'FailureType' for conformance
  associatedtype FailureType
                 ^
/host/spi-builder-workspace/.build/checkouts/Prch/Sources/Prch/Response.swift:6:18: note: protocol requires nested type 'APIType'; add nested type 'APIType' for conformance
  associatedtype APIType: API
                 ^
/host/spi-builder-workspace/Sources/SwiftTube/Requests/Comments/YoutubeCommentsUpdate.swift:154:24: warning: 'APIClientError' is deprecated: renamed to 'ClientError'
        default: throw APIClientError.unexpectedStatusCode(statusCode: statusCode, data: data)
                       ^
/host/spi-builder-workspace/Sources/SwiftTube/Requests/Comments/YoutubeCommentsUpdate.swift:154:24: note: use 'ClientError' instead
        default: throw APIClientError.unexpectedStatusCode(statusCode: statusCode, data: data)
                       ^~~~~~~~~~~~~~
                       ClientError
/host/spi-builder-workspace/Sources/SwiftTube/Requests/I18nLanguages/YoutubeI18nLanguagesList.swift:7:33: warning: 'APIService' is deprecated: renamed to 'Service'
    public static let service = APIService<Response>(id: "youtube.i18nLanguages.list", tag: "i18nLanguages", method: "GET", path: "/youtube/v3/i18nLanguages", hasBody: false, securityRequirements: [SecurityRequirement(type: "Oauth2", scopes: ["https://www.googleapis.com/auth/youtube"]), SecurityRequirement(type: "Oauth2", scopes: ["https://www.googleapis.com/auth/youtube.force-ssl"]), SecurityRequirement(type: "Oauth2", scopes: ["https://www.googleapis.com/auth/youtube.readonly"]), SecurityRequirement(type: "Oauth2", scopes: ["https://www.googleapis.com/auth/youtubepartner"])])
                                ^
/host/spi-builder-workspace/Sources/SwiftTube/Requests/I18nLanguages/YoutubeI18nLanguagesList.swift:7:33: note: use 'Service' instead
    public static let service = APIService<Response>(id: "youtube.i18nLanguages.list", tag: "i18nLanguages", method: "GET", path: "/youtube/v3/i18nLanguages", hasBody: false, securityRequirements: [SecurityRequirement(type: "Oauth2", scopes: ["https://www.googleapis.com/auth/youtube"]), SecurityRequirement(type: "Oauth2", scopes: ["https://www.googleapis.com/auth/youtube.force-ssl"]), SecurityRequirement(type: "Oauth2", scopes: ["https://www.googleapis.com/auth/youtube.readonly"]), SecurityRequirement(type: "Oauth2", scopes: ["https://www.googleapis.com/auth/youtubepartner"])])
                                ^~~~~~~~~~
                                Service
/host/spi-builder-workspace/Sources/SwiftTube/Requests/I18nLanguages/YoutubeI18nLanguagesList.swift:9:33: error: generic type 'DeprecatedRequest' specialized with too few type parameters (got 1, but expected 2)
    public final class Request: APIRequest<Response> {
                                ^         ~~~~~~~~~~
/host/spi-builder-workspace/.build/checkouts/Prch/Sources/Prch/Deprecated/DeprecatedRequest.swift:4:12: note: generic type 'DeprecatedRequest' declared here
open class DeprecatedRequest<
           ^
/host/spi-builder-workspace/Sources/SwiftTube/Requests/I18nLanguages/YoutubeI18nLanguagesList.swift:122:27: warning: 'APIResponseValue' is deprecated: renamed to 'DeprecatedResponse'
    public enum Response: APIResponseValue, CustomStringConvertible, CustomDebugStringConvertible {
                          ^
/host/spi-builder-workspace/Sources/SwiftTube/Requests/I18nLanguages/YoutubeI18nLanguagesList.swift:122:27: note: use 'DeprecatedResponse' instead
    public enum Response: APIResponseValue, CustomStringConvertible, CustomDebugStringConvertible {
                          ^~~~~~~~~~~~~~~~
                          DeprecatedResponse
/host/spi-builder-workspace/Sources/SwiftTube/Requests/I18nLanguages/YoutubeI18nLanguagesList.swift:122:17: error: type 'I18nLanguages.YoutubeI18nLanguagesList.Response' does not conform to protocol 'Response'
    public enum Response: APIResponseValue, CustomStringConvertible, CustomDebugStringConvertible {
                ^
/host/spi-builder-workspace/.build/checkouts/Prch/Sources/Prch/Response.swift:5:18: note: protocol requires nested type 'FailureType'; add nested type 'FailureType' for conformance
  associatedtype FailureType
                 ^
/host/spi-builder-workspace/.build/checkouts/Prch/Sources/Prch/Response.swift:6:18: note: protocol requires nested type 'APIType'; add nested type 'APIType' for conformance
  associatedtype APIType: API
                 ^
/host/spi-builder-workspace/Sources/SwiftTube/Requests/I18nLanguages/YoutubeI18nLanguagesList.swift:155:24: warning: 'APIClientError' is deprecated: renamed to 'ClientError'
        default: throw APIClientError.unexpectedStatusCode(statusCode: statusCode, data: data)
                       ^
/host/spi-builder-workspace/Sources/SwiftTube/Requests/I18nLanguages/YoutubeI18nLanguagesList.swift:155:24: note: use 'ClientError' instead
        default: throw APIClientError.unexpectedStatusCode(statusCode: statusCode, data: data)
                       ^~~~~~~~~~~~~~
                       ClientError
/host/spi-builder-workspace/Sources/SwiftTube/Requests/I18nRegions/YoutubeI18nRegionsList.swift:7:33: warning: 'APIService' is deprecated: renamed to 'Service'
    public static let service = APIService<Response>(id: "youtube.i18nRegions.list", tag: "i18nRegions", method: "GET", path: "/youtube/v3/i18nRegions", hasBody: false, securityRequirements: [SecurityRequirement(type: "Oauth2", scopes: ["https://www.googleapis.com/auth/youtube"]), SecurityRequirement(type: "Oauth2", scopes: ["https://www.googleapis.com/auth/youtube.force-ssl"]), SecurityRequirement(type: "Oauth2", scopes: ["https://www.googleapis.com/auth/youtube.readonly"]), SecurityRequirement(type: "Oauth2", scopes: ["https://www.googleapis.com/auth/youtubepartner"])])
                                ^
/host/spi-builder-workspace/Sources/SwiftTube/Requests/I18nRegions/YoutubeI18nRegionsList.swift:7:33: note: use 'Service' instead
    public static let service = APIService<Response>(id: "youtube.i18nRegions.list", tag: "i18nRegions", method: "GET", path: "/youtube/v3/i18nRegions", hasBody: false, securityRequirements: [SecurityRequirement(type: "Oauth2", scopes: ["https://www.googleapis.com/auth/youtube"]), SecurityRequirement(type: "Oauth2", scopes: ["https://www.googleapis.com/auth/youtube.force-ssl"]), SecurityRequirement(type: "Oauth2", scopes: ["https://www.googleapis.com/auth/youtube.readonly"]), SecurityRequirement(type: "Oauth2", scopes: ["https://www.googleapis.com/auth/youtubepartner"])])
                                ^~~~~~~~~~
                                Service
/host/spi-builder-workspace/Sources/SwiftTube/Requests/I18nRegions/YoutubeI18nRegionsList.swift:9:33: error: generic type 'DeprecatedRequest' specialized with too few type parameters (got 1, but expected 2)
    public final class Request: APIRequest<Response> {
                                ^         ~~~~~~~~~~
/host/spi-builder-workspace/.build/checkouts/Prch/Sources/Prch/Deprecated/DeprecatedRequest.swift:4:12: note: generic type 'DeprecatedRequest' declared here
open class DeprecatedRequest<
           ^
/host/spi-builder-workspace/Sources/SwiftTube/Requests/I18nRegions/YoutubeI18nRegionsList.swift:122:27: warning: 'APIResponseValue' is deprecated: renamed to 'DeprecatedResponse'
    public enum Response: APIResponseValue, CustomStringConvertible, CustomDebugStringConvertible {
                          ^
/host/spi-builder-workspace/Sources/SwiftTube/Requests/I18nRegions/YoutubeI18nRegionsList.swift:122:27: note: use 'DeprecatedResponse' instead
    public enum Response: APIResponseValue, CustomStringConvertible, CustomDebugStringConvertible {
                          ^~~~~~~~~~~~~~~~
                          DeprecatedResponse
/host/spi-builder-workspace/Sources/SwiftTube/Requests/I18nRegions/YoutubeI18nRegionsList.swift:122:17: error: type 'I18nRegions.YoutubeI18nRegionsList.Response' does not conform to protocol 'Response'
    public enum Response: APIResponseValue, CustomStringConvertible, CustomDebugStringConvertible {
                ^
/host/spi-builder-workspace/.build/checkouts/Prch/Sources/Prch/Response.swift:5:18: note: protocol requires nested type 'FailureType'; add nested type 'FailureType' for conformance
  associatedtype FailureType
                 ^
/host/spi-builder-workspace/.build/checkouts/Prch/Sources/Prch/Response.swift:6:18: note: protocol requires nested type 'APIType'; add nested type 'APIType' for conformance
  associatedtype APIType: API
                 ^
/host/spi-builder-workspace/Sources/SwiftTube/Requests/I18nRegions/YoutubeI18nRegionsList.swift:155:24: warning: 'APIClientError' is deprecated: renamed to 'ClientError'
        default: throw APIClientError.unexpectedStatusCode(statusCode: statusCode, data: data)
                       ^
/host/spi-builder-workspace/Sources/SwiftTube/Requests/I18nRegions/YoutubeI18nRegionsList.swift:155:24: note: use 'ClientError' instead
        default: throw APIClientError.unexpectedStatusCode(statusCode: statusCode, data: data)
                       ^~~~~~~~~~~~~~
                       ClientError
/host/spi-builder-workspace/Sources/SwiftTube/Requests/LiveBroadcasts/YoutubeLiveBroadcastsBind.swift:7:33: warning: 'APIService' is deprecated: renamed to 'Service'
    public static let service = APIService<Response>(id: "youtube.liveBroadcasts.bind", tag: "liveBroadcasts", method: "POST", path: "/youtube/v3/liveBroadcasts/bind", hasBody: false, securityRequirements: [SecurityRequirement(type: "Oauth2c", scopes: ["https://www.googleapis.com/auth/youtube"]), SecurityRequirement(type: "Oauth2c", scopes: ["https://www.googleapis.com/auth/youtube.force-ssl"])])
                                ^
/host/spi-builder-workspace/Sources/SwiftTube/Requests/LiveBroadcasts/YoutubeLiveBroadcastsBind.swift:7:33: note: use 'Service' instead
    public static let service = APIService<Response>(id: "youtube.liveBroadcasts.bind", tag: "liveBroadcasts", method: "POST", path: "/youtube/v3/liveBroadcasts/bind", hasBody: false, securityRequirements: [SecurityRequirement(type: "Oauth2c", scopes: ["https://www.googleapis.com/auth/youtube"]), SecurityRequirement(type: "Oauth2c", scopes: ["https://www.googleapis.com/auth/youtube.force-ssl"])])
                                ^~~~~~~~~~
                                Service
/host/spi-builder-workspace/Sources/SwiftTube/Requests/LiveBroadcasts/YoutubeLiveBroadcastsBind.swift:9:33: error: generic type 'DeprecatedRequest' specialized with too few type parameters (got 1, but expected 2)
    public final class Request: APIRequest<Response> {
                                ^         ~~~~~~~~~~
/host/spi-builder-workspace/.build/checkouts/Prch/Sources/Prch/Deprecated/DeprecatedRequest.swift:4:12: note: generic type 'DeprecatedRequest' declared here
open class DeprecatedRequest<
           ^
/host/spi-builder-workspace/Sources/SwiftTube/Requests/LiveBroadcasts/YoutubeLiveBroadcastsBind.swift:142:27: warning: 'APIResponseValue' is deprecated: renamed to 'DeprecatedResponse'
    public enum Response: APIResponseValue, CustomStringConvertible, CustomDebugStringConvertible {
                          ^
/host/spi-builder-workspace/Sources/SwiftTube/Requests/LiveBroadcasts/YoutubeLiveBroadcastsBind.swift:142:27: note: use 'DeprecatedResponse' instead
    public enum Response: APIResponseValue, CustomStringConvertible, CustomDebugStringConvertible {
                          ^~~~~~~~~~~~~~~~
                          DeprecatedResponse
/host/spi-builder-workspace/Sources/SwiftTube/Requests/LiveBroadcasts/YoutubeLiveBroadcastsBind.swift:142:17: error: type 'LiveBroadcasts.YoutubeLiveBroadcastsBind.Response' does not conform to protocol 'Response'
    public enum Response: APIResponseValue, CustomStringConvertible, CustomDebugStringConvertible {
                ^
/host/spi-builder-workspace/.build/checkouts/Prch/Sources/Prch/Response.swift:5:18: note: protocol requires nested type 'FailureType'; add nested type 'FailureType' for conformance
  associatedtype FailureType
                 ^
/host/spi-builder-workspace/.build/checkouts/Prch/Sources/Prch/Response.swift:6:18: note: protocol requires nested type 'APIType'; add nested type 'APIType' for conformance
  associatedtype APIType: API
                 ^
/host/spi-builder-workspace/Sources/SwiftTube/Requests/LiveBroadcasts/YoutubeLiveBroadcastsBind.swift:175:24: warning: 'APIClientError' is deprecated: renamed to 'ClientError'
        default: throw APIClientError.unexpectedStatusCode(statusCode: statusCode, data: data)
                       ^
/host/spi-builder-workspace/Sources/SwiftTube/Requests/LiveBroadcasts/YoutubeLiveBroadcastsBind.swift:175:24: note: use 'ClientError' instead
        default: throw APIClientError.unexpectedStatusCode(statusCode: statusCode, data: data)
                       ^~~~~~~~~~~~~~
                       ClientError
/host/spi-builder-workspace/Sources/SwiftTube/Requests/LiveBroadcasts/YoutubeLiveBroadcastsDelete.swift:7:33: warning: 'APIService' is deprecated: renamed to 'Service'
    public static let service = APIService<Response>(id: "youtube.liveBroadcasts.delete", tag: "liveBroadcasts", method: "DELETE", path: "/youtube/v3/liveBroadcasts", hasBody: false, securityRequirements: [SecurityRequirement(type: "Oauth2", scopes: ["https://www.googleapis.com/auth/youtube"]), SecurityRequirement(type: "Oauth2", scopes: ["https://www.googleapis.com/auth/youtube.force-ssl"])])
                                ^
/host/spi-builder-workspace/Sources/SwiftTube/Requests/LiveBroadcasts/YoutubeLiveBroadcastsDelete.swift:7:33: note: use 'Service' instead
    public static let service = APIService<Response>(id: "youtube.liveBroadcasts.delete", tag: "liveBroadcasts", method: "DELETE", path: "/youtube/v3/liveBroadcasts", hasBody: false, securityRequirements: [SecurityRequirement(type: "Oauth2", scopes: ["https://www.googleapis.com/auth/youtube"]), SecurityRequirement(type: "Oauth2", scopes: ["https://www.googleapis.com/auth/youtube.force-ssl"])])
                                ^~~~~~~~~~
                                Service
/host/spi-builder-workspace/Sources/SwiftTube/Requests/LiveBroadcasts/YoutubeLiveBroadcastsDelete.swift:9:33: error: generic type 'DeprecatedRequest' specialized with too few type parameters (got 1, but expected 2)
    public final class Request: APIRequest<Response> {
                                ^         ~~~~~~~~~~
/host/spi-builder-workspace/.build/checkouts/Prch/Sources/Prch/Deprecated/DeprecatedRequest.swift:4:12: note: generic type 'DeprecatedRequest' declared here
open class DeprecatedRequest<
           ^
/host/spi-builder-workspace/Sources/SwiftTube/Requests/LiveBroadcasts/YoutubeLiveBroadcastsDelete.swift:130:27: warning: 'APIResponseValue' is deprecated: renamed to 'DeprecatedResponse'
    public enum Response: APIResponseValue, CustomStringConvertible, CustomDebugStringConvertible {
                          ^
/host/spi-builder-workspace/Sources/SwiftTube/Requests/LiveBroadcasts/YoutubeLiveBroadcastsDelete.swift:130:27: note: use 'DeprecatedResponse' instead
    public enum Response: APIResponseValue, CustomStringConvertible, CustomDebugStringConvertible {
                          ^~~~~~~~~~~~~~~~
                          DeprecatedResponse
/host/spi-builder-workspace/Sources/SwiftTube/Requests/LiveBroadcasts/YoutubeLiveBroadcastsDelete.swift:130:17: error: type 'LiveBroadcasts.YoutubeLiveBroadcastsDelete.Response' does not conform to protocol 'Response'
    public enum Response: APIResponseValue, CustomStringConvertible, CustomDebugStringConvertible {
                ^
/host/spi-builder-workspace/.build/checkouts/Prch/Sources/Prch/Response.swift:5:18: note: protocol requires nested type 'FailureType'; add nested type 'FailureType' for conformance
  associatedtype FailureType
                 ^
/host/spi-builder-workspace/.build/checkouts/Prch/Sources/Prch/Response.swift:6:18: note: protocol requires nested type 'APIType'; add nested type 'APIType' for conformance
  associatedtype APIType: API
                 ^
/host/spi-builder-workspace/Sources/SwiftTube/Requests/LiveBroadcasts/YoutubeLiveBroadcastsDelete.swift:163:24: warning: 'APIClientError' is deprecated: renamed to 'ClientError'
        default: throw APIClientError.unexpectedStatusCode(statusCode: statusCode, data: data)
                       ^
/host/spi-builder-workspace/Sources/SwiftTube/Requests/LiveBroadcasts/YoutubeLiveBroadcastsDelete.swift:163:24: note: use 'ClientError' instead
        default: throw APIClientError.unexpectedStatusCode(statusCode: statusCode, data: data)
                       ^~~~~~~~~~~~~~
                       ClientError
/host/spi-builder-workspace/Sources/SwiftTube/Requests/LiveBroadcasts/YoutubeLiveBroadcastsInsert.swift:7:33: warning: 'APIService' is deprecated: renamed to 'Service'
    public static let service = APIService<Response>(id: "youtube.liveBroadcasts.insert", tag: "liveBroadcasts", method: "POST", path: "/youtube/v3/liveBroadcasts", hasBody: true, securityRequirements: [SecurityRequirement(type: "Oauth2c", scopes: ["https://www.googleapis.com/auth/youtube"]), SecurityRequirement(type: "Oauth2c", scopes: ["https://www.googleapis.com/auth/youtube.force-ssl"])])
                                ^
/host/spi-builder-workspace/Sources/SwiftTube/Requests/LiveBroadcasts/YoutubeLiveBroadcastsInsert.swift:7:33: note: use 'Service' instead
    public static let service = APIService<Response>(id: "youtube.liveBroadcasts.insert", tag: "liveBroadcasts", method: "POST", path: "/youtube/v3/liveBroadcasts", hasBody: true, securityRequirements: [SecurityRequirement(type: "Oauth2c", scopes: ["https://www.googleapis.com/auth/youtube"]), SecurityRequirement(type: "Oauth2c", scopes: ["https://www.googleapis.com/auth/youtube.force-ssl"])])
                                ^~~~~~~~~~
                                Service
/host/spi-builder-workspace/Sources/SwiftTube/Requests/LiveBroadcasts/YoutubeLiveBroadcastsInsert.swift:9:33: error: generic type 'DeprecatedRequest' specialized with too few type parameters (got 1, but expected 2)
    public final class Request: APIRequest<Response> {
                                ^         ~~~~~~~~~~
/host/spi-builder-workspace/.build/checkouts/Prch/Sources/Prch/Deprecated/DeprecatedRequest.swift:4:12: note: generic type 'DeprecatedRequest' declared here
open class DeprecatedRequest<
           ^
/host/spi-builder-workspace/Sources/SwiftTube/Requests/LiveBroadcasts/YoutubeLiveBroadcastsInsert.swift:135:27: warning: 'APIResponseValue' is deprecated: renamed to 'DeprecatedResponse'
    public enum Response: APIResponseValue, CustomStringConvertible, CustomDebugStringConvertible {
                          ^
/host/spi-builder-workspace/Sources/SwiftTube/Requests/LiveBroadcasts/YoutubeLiveBroadcastsInsert.swift:135:27: note: use 'DeprecatedResponse' instead
    public enum Response: APIResponseValue, CustomStringConvertible, CustomDebugStringConvertible {
                          ^~~~~~~~~~~~~~~~
                          DeprecatedResponse
/host/spi-builder-workspace/Sources/SwiftTube/Requests/LiveBroadcasts/YoutubeLiveBroadcastsInsert.swift:135:17: error: type 'LiveBroadcasts.YoutubeLiveBroadcastsInsert.Response' does not conform to protocol 'Response'
    public enum Response: APIResponseValue, CustomStringConvertible, CustomDebugStringConvertible {
                ^
/host/spi-builder-workspace/.build/checkouts/Prch/Sources/Prch/Response.swift:5:18: note: protocol requires nested type 'FailureType'; add nested type 'FailureType' for conformance
  associatedtype FailureType
                 ^
/host/spi-builder-workspace/.build/checkouts/Prch/Sources/Prch/Response.swift:6:18: note: protocol requires nested type 'APIType'; add nested type 'APIType' for conformance
  associatedtype APIType: API
                 ^
/host/spi-builder-workspace/Sources/SwiftTube/Requests/LiveBroadcasts/YoutubeLiveBroadcastsInsert.swift:168:24: warning: 'APIClientError' is deprecated: renamed to 'ClientError'
        default: throw APIClientError.unexpectedStatusCode(statusCode: statusCode, data: data)
                       ^
/host/spi-builder-workspace/Sources/SwiftTube/Requests/LiveBroadcasts/YoutubeLiveBroadcastsInsert.swift:168:24: note: use 'ClientError' instead
        default: throw APIClientError.unexpectedStatusCode(statusCode: statusCode, data: data)
                       ^~~~~~~~~~~~~~
                       ClientError
/host/spi-builder-workspace/Sources/SwiftTube/Requests/LiveBroadcasts/YoutubeLiveBroadcastsList.swift:7:33: warning: 'APIService' is deprecated: renamed to 'Service'
    public static let service = APIService<Response>(id: "youtube.liveBroadcasts.list", tag: "liveBroadcasts", method: "GET", path: "/youtube/v3/liveBroadcasts", hasBody: false, securityRequirements: [SecurityRequirement(type: "Oauth2", scopes: ["https://www.googleapis.com/auth/youtube"]), SecurityRequirement(type: "Oauth2", scopes: ["https://www.googleapis.com/auth/youtube.force-ssl"]), SecurityRequirement(type: "Oauth2", scopes: ["https://www.googleapis.com/auth/youtube.readonly"])])
                                ^
/host/spi-builder-workspace/Sources/SwiftTube/Requests/LiveBroadcasts/YoutubeLiveBroadcastsList.swift:7:33: note: use 'Service' instead
    public static let service = APIService<Response>(id: "youtube.liveBroadcasts.list", tag: "liveBroadcasts", method: "GET", path: "/youtube/v3/liveBroadcasts", hasBody: false, securityRequirements: [SecurityRequirement(type: "Oauth2", scopes: ["https://www.googleapis.com/auth/youtube"]), SecurityRequirement(type: "Oauth2", scopes: ["https://www.googleapis.com/auth/youtube.force-ssl"]), SecurityRequirement(type: "Oauth2", scopes: ["https://www.googleapis.com/auth/youtube.readonly"])])
                                ^~~~~~~~~~
                                Service
/host/spi-builder-workspace/Sources/SwiftTube/Requests/LiveBroadcasts/YoutubeLiveBroadcastsList.swift:26:33: error: generic type 'DeprecatedRequest' specialized with too few type parameters (got 1, but expected 2)
    public final class Request: APIRequest<Response> {
                                ^         ~~~~~~~~~~
/host/spi-builder-workspace/.build/checkouts/Prch/Sources/Prch/Deprecated/DeprecatedRequest.swift:4:12: note: generic type 'DeprecatedRequest' declared here
open class DeprecatedRequest<
           ^
/host/spi-builder-workspace/Sources/SwiftTube/Requests/LiveBroadcasts/YoutubeLiveBroadcastsList.swift:188:27: warning: 'APIResponseValue' is deprecated: renamed to 'DeprecatedResponse'
    public enum Response: APIResponseValue, CustomStringConvertible, CustomDebugStringConvertible {
                          ^
/host/spi-builder-workspace/Sources/SwiftTube/Requests/LiveBroadcasts/YoutubeLiveBroadcastsList.swift:188:27: note: use 'DeprecatedResponse' instead
    public enum Response: APIResponseValue, CustomStringConvertible, CustomDebugStringConvertible {
                          ^~~~~~~~~~~~~~~~
                          DeprecatedResponse
/host/spi-builder-workspace/Sources/SwiftTube/Requests/LiveBroadcasts/YoutubeLiveBroadcastsList.swift:188:17: error: type 'LiveBroadcasts.YoutubeLiveBroadcastsList.Response' does not conform to protocol 'Response'
    public enum Response: APIResponseValue, CustomStringConvertible, CustomDebugStringConvertible {
                ^
/host/spi-builder-workspace/.build/checkouts/Prch/Sources/Prch/Response.swift:5:18: note: protocol requires nested type 'FailureType'; add nested type 'FailureType' for conformance
  associatedtype FailureType
                 ^
/host/spi-builder-workspace/.build/checkouts/Prch/Sources/Prch/Response.swift:6:18: note: protocol requires nested type 'APIType'; add nested type 'APIType' for conformance
  associatedtype APIType: API
                 ^
/host/spi-builder-workspace/Sources/SwiftTube/Requests/LiveBroadcasts/YoutubeLiveBroadcastsList.swift:221:24: warning: 'APIClientError' is deprecated: renamed to 'ClientError'
        default: throw APIClientError.unexpectedStatusCode(statusCode: statusCode, data: data)
                       ^
/host/spi-builder-workspace/Sources/SwiftTube/Requests/LiveBroadcasts/YoutubeLiveBroadcastsList.swift:221:24: note: use 'ClientError' instead
        default: throw APIClientError.unexpectedStatusCode(statusCode: statusCode, data: data)
                       ^~~~~~~~~~~~~~
                       ClientError
/host/spi-builder-workspace/Sources/SwiftTube/Requests/LiveBroadcasts/YoutubeLiveBroadcastsTransition.swift:7:33: warning: 'APIService' is deprecated: renamed to 'Service'
    public static let service = APIService<Response>(id: "youtube.liveBroadcasts.transition", tag: "liveBroadcasts", method: "POST", path: "/youtube/v3/liveBroadcasts/transition", hasBody: false, securityRequirements: [SecurityRequirement(type: "Oauth2c", scopes: ["https://www.googleapis.com/auth/youtube"]), SecurityRequirement(type: "Oauth2c", scopes: ["https://www.googleapis.com/auth/youtube.force-ssl"])])
                                ^
/host/spi-builder-workspace/Sources/SwiftTube/Requests/LiveBroadcasts/YoutubeLiveBroadcastsTransition.swift:7:33: note: use 'Service' instead
    public static let service = APIService<Response>(id: "youtube.liveBroadcasts.transition", tag: "liveBroadcasts", method: "POST", path: "/youtube/v3/liveBroadcasts/transition", hasBody: false, securityRequirements: [SecurityRequirement(type: "Oauth2c", scopes: ["https://www.googleapis.com/auth/youtube"]), SecurityRequirement(type: "Oauth2c", scopes: ["https://www.googleapis.com/auth/youtube.force-ssl"])])
                                ^~~~~~~~~~
                                Service
/host/spi-builder-workspace/Sources/SwiftTube/Requests/LiveBroadcasts/YoutubeLiveBroadcastsTransition.swift:17:33: error: generic type 'DeprecatedRequest' specialized with too few type parameters (got 1, but expected 2)
    public final class Request: APIRequest<Response> {
                                ^         ~~~~~~~~~~
/host/spi-builder-workspace/.build/checkouts/Prch/Sources/Prch/Deprecated/DeprecatedRequest.swift:4:12: note: generic type 'DeprecatedRequest' declared here
open class DeprecatedRequest<
           ^
/host/spi-builder-workspace/Sources/SwiftTube/Requests/LiveBroadcasts/YoutubeLiveBroadcastsTransition.swift:148:27: warning: 'APIResponseValue' is deprecated: renamed to 'DeprecatedResponse'
    public enum Response: APIResponseValue, CustomStringConvertible, CustomDebugStringConvertible {
                          ^
/host/spi-builder-workspace/Sources/SwiftTube/Requests/LiveBroadcasts/YoutubeLiveBroadcastsTransition.swift:148:27: note: use 'DeprecatedResponse' instead
    public enum Response: APIResponseValue, CustomStringConvertible, CustomDebugStringConvertible {
                          ^~~~~~~~~~~~~~~~
                          DeprecatedResponse
/host/spi-builder-workspace/Sources/SwiftTube/Requests/LiveBroadcasts/YoutubeLiveBroadcastsTransition.swift:148:17: error: type 'LiveBroadcasts.YoutubeLiveBroadcastsTransition.Response' does not conform to protocol 'Response'
    public enum Response: APIResponseValue, CustomStringConvertible, CustomDebugStringConvertible {
                ^
/host/spi-builder-workspace/.build/checkouts/Prch/Sources/Prch/Response.swift:5:18: note: protocol requires nested type 'FailureType'; add nested type 'FailureType' for conformance
  associatedtype FailureType
                 ^
/host/spi-builder-workspace/.build/checkouts/Prch/Sources/Prch/Response.swift:6:18: note: protocol requires nested type 'APIType'; add nested type 'APIType' for conformance
  associatedtype APIType: API
                 ^
/host/spi-builder-workspace/Sources/SwiftTube/Requests/LiveBroadcasts/YoutubeLiveBroadcastsTransition.swift:181:24: warning: 'APIClientError' is deprecated: renamed to 'ClientError'
        default: throw APIClientError.unexpectedStatusCode(statusCode: statusCode, data: data)
                       ^
/host/spi-builder-workspace/Sources/SwiftTube/Requests/LiveBroadcasts/YoutubeLiveBroadcastsTransition.swift:181:24: note: use 'ClientError' instead
        default: throw APIClientError.unexpectedStatusCode(statusCode: statusCode, data: data)
                       ^~~~~~~~~~~~~~
                       ClientError
/host/spi-builder-workspace/Sources/SwiftTube/Requests/LiveBroadcasts/YoutubeLiveBroadcastsUpdate.swift:7:33: warning: 'APIService' is deprecated: renamed to 'Service'
    public static let service = APIService<Response>(id: "youtube.liveBroadcasts.update", tag: "liveBroadcasts", method: "PUT", path: "/youtube/v3/liveBroadcasts", hasBody: true, securityRequirements: [SecurityRequirement(type: "Oauth2", scopes: ["https://www.googleapis.com/auth/youtube"]), SecurityRequirement(type: "Oauth2", scopes: ["https://www.googleapis.com/auth/youtube.force-ssl"])])
                                ^
/host/spi-builder-workspace/Sources/SwiftTube/Requests/LiveBroadcasts/YoutubeLiveBroadcastsUpdate.swift:7:33: note: use 'Service' instead
    public static let service = APIService<Response>(id: "youtube.liveBroadcasts.update", tag: "liveBroadcasts", method: "PUT", path: "/youtube/v3/liveBroadcasts", hasBody: true, securityRequirements: [SecurityRequirement(type: "Oauth2", scopes: ["https://www.googleapis.com/auth/youtube"]), SecurityRequirement(type: "Oauth2", scopes: ["https://www.googleapis.com/auth/youtube.force-ssl"])])
                                ^~~~~~~~~~
                                Service
/host/spi-builder-workspace/Sources/SwiftTube/Requests/LiveBroadcasts/YoutubeLiveBroadcastsUpdate.swift:9:33: error: generic type 'DeprecatedRequest' specialized with too few type parameters (got 1, but expected 2)
    public final class Request: APIRequest<Response> {
                                ^         ~~~~~~~~~~
/host/spi-builder-workspace/.build/checkouts/Prch/Sources/Prch/Deprecated/DeprecatedRequest.swift:4:12: note: generic type 'DeprecatedRequest' declared here
open class DeprecatedRequest<
           ^
/host/spi-builder-workspace/Sources/SwiftTube/Requests/LiveBroadcasts/YoutubeLiveBroadcastsUpdate.swift:135:27: warning: 'APIResponseValue' is deprecated: renamed to 'DeprecatedResponse'
    public enum Response: APIResponseValue, CustomStringConvertible, CustomDebugStringConvertible {
                          ^
/host/spi-builder-workspace/Sources/SwiftTube/Requests/LiveBroadcasts/YoutubeLiveBroadcastsUpdate.swift:135:27: note: use 'DeprecatedResponse' instead
    public enum Response: APIResponseValue, CustomStringConvertible, CustomDebugStringConvertible {
                          ^~~~~~~~~~~~~~~~
                          DeprecatedResponse
/host/spi-builder-workspace/Sources/SwiftTube/Requests/LiveBroadcasts/YoutubeLiveBroadcastsUpdate.swift:135:17: error: type 'LiveBroadcasts.YoutubeLiveBroadcastsUpdate.Response' does not conform to protocol 'Response'
    public enum Response: APIResponseValue, CustomStringConvertible, CustomDebugStringConvertible {
                ^
/host/spi-builder-workspace/.build/checkouts/Prch/Sources/Prch/Response.swift:5:18: note: protocol requires nested type 'FailureType'; add nested type 'FailureType' for conformance
  associatedtype FailureType
                 ^
/host/spi-builder-workspace/.build/checkouts/Prch/Sources/Prch/Response.swift:6:18: note: protocol requires nested type 'APIType'; add nested type 'APIType' for conformance
  associatedtype APIType: API
                 ^
/host/spi-builder-workspace/Sources/SwiftTube/Requests/LiveBroadcasts/YoutubeLiveBroadcastsUpdate.swift:168:24: warning: 'APIClientError' is deprecated: renamed to 'ClientError'
        default: throw APIClientError.unexpectedStatusCode(statusCode: statusCode, data: data)
                       ^
/host/spi-builder-workspace/Sources/SwiftTube/Requests/LiveBroadcasts/YoutubeLiveBroadcastsUpdate.swift:168:24: note: use 'ClientError' instead
        default: throw APIClientError.unexpectedStatusCode(statusCode: statusCode, data: data)
                       ^~~~~~~~~~~~~~
                       ClientError
/host/spi-builder-workspace/Sources/SwiftTube/Requests/LiveChatBans/YoutubeLiveChatBansDelete.swift:7:33: warning: 'APIService' is deprecated: renamed to 'Service'
    public static let service = APIService<Response>(id: "youtube.liveChatBans.delete", tag: "liveChatBans", method: "DELETE", path: "/youtube/v3/liveChat/bans", hasBody: false, securityRequirements: [SecurityRequirement(type: "Oauth2c", scopes: ["https://www.googleapis.com/auth/youtube"]), SecurityRequirement(type: "Oauth2c", scopes: ["https://www.googleapis.com/auth/youtube.force-ssl"])])
                                ^
/host/spi-builder-workspace/Sources/SwiftTube/Requests/LiveChatBans/YoutubeLiveChatBansDelete.swift:7:33: note: use 'Service' instead
    public static let service = APIService<Response>(id: "youtube.liveChatBans.delete", tag: "liveChatBans", method: "DELETE", path: "/youtube/v3/liveChat/bans", hasBody: false, securityRequirements: [SecurityRequirement(type: "Oauth2c", scopes: ["https://www.googleapis.com/auth/youtube"]), SecurityRequirement(type: "Oauth2c", scopes: ["https://www.googleapis.com/auth/youtube.force-ssl"])])
                                ^~~~~~~~~~
                                Service
/host/spi-builder-workspace/Sources/SwiftTube/Requests/LiveChatBans/YoutubeLiveChatBansDelete.swift:9:33: error: generic type 'DeprecatedRequest' specialized with too few type parameters (got 1, but expected 2)
    public final class Request: APIRequest<Response> {
                                ^         ~~~~~~~~~~
/host/spi-builder-workspace/.build/checkouts/Prch/Sources/Prch/Deprecated/DeprecatedRequest.swift:4:12: note: generic type 'DeprecatedRequest' declared here
open class DeprecatedRequest<
           ^
/host/spi-builder-workspace/Sources/SwiftTube/Requests/LiveChatBans/YoutubeLiveChatBansDelete.swift:115:27: warning: 'APIResponseValue' is deprecated: renamed to 'DeprecatedResponse'
    public enum Response: APIResponseValue, CustomStringConvertible, CustomDebugStringConvertible {
                          ^
/host/spi-builder-workspace/Sources/SwiftTube/Requests/LiveChatBans/YoutubeLiveChatBansDelete.swift:115:27: note: use 'DeprecatedResponse' instead
    public enum Response: APIResponseValue, CustomStringConvertible, CustomDebugStringConvertible {
                          ^~~~~~~~~~~~~~~~
                          DeprecatedResponse
/host/spi-builder-workspace/Sources/SwiftTube/Requests/LiveChatBans/YoutubeLiveChatBansDelete.swift:115:17: error: type 'LiveChatBans.YoutubeLiveChatBansDelete.Response' does not conform to protocol 'Response'
    public enum Response: APIResponseValue, CustomStringConvertible, CustomDebugStringConvertible {
                ^
/host/spi-builder-workspace/.build/checkouts/Prch/Sources/Prch/Response.swift:5:18: note: protocol requires nested type 'FailureType'; add nested type 'FailureType' for conformance
  associatedtype FailureType
                 ^
/host/spi-builder-workspace/.build/checkouts/Prch/Sources/Prch/Response.swift:6:18: note: protocol requires nested type 'APIType'; add nested type 'APIType' for conformance
  associatedtype APIType: API
                 ^
/host/spi-builder-workspace/Sources/SwiftTube/Requests/LiveChatBans/YoutubeLiveChatBansDelete.swift:148:24: warning: 'APIClientError' is deprecated: renamed to 'ClientError'
        default: throw APIClientError.unexpectedStatusCode(statusCode: statusCode, data: data)
                       ^
/host/spi-builder-workspace/Sources/SwiftTube/Requests/LiveChatBans/YoutubeLiveChatBansDelete.swift:148:24: note: use 'ClientError' instead
        default: throw APIClientError.unexpectedStatusCode(statusCode: statusCode, data: data)
                       ^~~~~~~~~~~~~~
                       ClientError
/host/spi-builder-workspace/Sources/SwiftTube/Requests/LiveChatBans/YoutubeLiveChatBansInsert.swift:7:33: warning: 'APIService' is deprecated: renamed to 'Service'
    public static let service = APIService<Response>(id: "youtube.liveChatBans.insert", tag: "liveChatBans", method: "POST", path: "/youtube/v3/liveChat/bans", hasBody: true, securityRequirements: [SecurityRequirement(type: "Oauth2", scopes: ["https://www.googleapis.com/auth/youtube"]), SecurityRequirement(type: "Oauth2", scopes: ["https://www.googleapis.com/auth/youtube.force-ssl"])])
                                ^
/host/spi-builder-workspace/Sources/SwiftTube/Requests/LiveChatBans/YoutubeLiveChatBansInsert.swift:7:33: note: use 'Service' instead
    public static let service = APIService<Response>(id: "youtube.liveChatBans.insert", tag: "liveChatBans", method: "POST", path: "/youtube/v3/liveChat/bans", hasBody: true, securityRequirements: [SecurityRequirement(type: "Oauth2", scopes: ["https://www.googleapis.com/auth/youtube"]), SecurityRequirement(type: "Oauth2", scopes: ["https://www.googleapis.com/auth/youtube.force-ssl"])])
                                ^~~~~~~~~~
                                Service
/host/spi-builder-workspace/Sources/SwiftTube/Requests/LiveChatBans/YoutubeLiveChatBansInsert.swift:9:33: error: generic type 'DeprecatedRequest' specialized with too few type parameters (got 1, but expected 2)
    public final class Request: APIRequest<Response> {
                                ^         ~~~~~~~~~~
/host/spi-builder-workspace/.build/checkouts/Prch/Sources/Prch/Deprecated/DeprecatedRequest.swift:4:12: note: generic type 'DeprecatedRequest' declared here
open class DeprecatedRequest<
           ^
/host/spi-builder-workspace/Sources/SwiftTube/Requests/LiveChatBans/YoutubeLiveChatBansInsert.swift:121:27: warning: 'APIResponseValue' is deprecated: renamed to 'DeprecatedResponse'
    public enum Response: APIResponseValue, CustomStringConvertible, CustomDebugStringConvertible {
                          ^
/host/spi-builder-workspace/Sources/SwiftTube/Requests/LiveChatBans/YoutubeLiveChatBansInsert.swift:121:27: note: use 'DeprecatedResponse' instead
    public enum Response: APIResponseValue, CustomStringConvertible, CustomDebugStringConvertible {
                          ^~~~~~~~~~~~~~~~
                          DeprecatedResponse
/host/spi-builder-workspace/Sources/SwiftTube/Requests/LiveChatBans/YoutubeLiveChatBansInsert.swift:121:17: error: type 'LiveChatBans.YoutubeLiveChatBansInsert.Response' does not conform to protocol 'Response'
    public enum Response: APIResponseValue, CustomStringConvertible, CustomDebugStringConvertible {
                ^
/host/spi-builder-workspace/.build/checkouts/Prch/Sources/Prch/Response.swift:5:18: note: protocol requires nested type 'FailureType'; add nested type 'FailureType' for conformance
  associatedtype FailureType
                 ^
/host/spi-builder-workspace/.build/checkouts/Prch/Sources/Prch/Response.swift:6:18: note: protocol requires nested type 'APIType'; add nested type 'APIType' for conformance
  associatedtype APIType: API
                 ^
/host/spi-builder-workspace/Sources/SwiftTube/Requests/LiveChatBans/YoutubeLiveChatBansInsert.swift:154:24: warning: 'APIClientError' is deprecated: renamed to 'ClientError'
        default: throw APIClientError.unexpectedStatusCode(statusCode: statusCode, data: data)
                       ^
/host/spi-builder-workspace/Sources/SwiftTube/Requests/LiveChatBans/YoutubeLiveChatBansInsert.swift:154:24: note: use 'ClientError' instead
        default: throw APIClientError.unexpectedStatusCode(statusCode: statusCode, data: data)
                       ^~~~~~~~~~~~~~
                       ClientError
[96/98] Compiling SwiftTube VideoGetRatingResponse.swift
[97/98] Compiling SwiftTube Video.swift
[98/98] Compiling SwiftTube VideoListResponse.swift
error: fatalError
BUILD FAILURE 5.10 linux

Build Machine: Linux 2