The Swift Package Index logo.Swift Package Index

Track the adoption of Swift 6 strict concurrency checks for data race safety. How many packages are Ready for Swift 6?

Build Information

Failed to build SwiftTube with Swift 5.10 for macOS (SPM).

Build Command

env DEVELOPER_DIR=/Applications/Xcode-15.3.0-Beta.2.app xcrun swift build --arch arm64

Build Log

    public final class Request: APIRequest<Response> {
                                ^         ~~~~~~~~~~
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/checkouts/Prch/Sources/Prch/Deprecated/DeprecatedRequest.swift:4:12: note: generic type 'DeprecatedRequest' declared here
open class DeprecatedRequest<
           ^
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftTube/Requests/ChannelSections/YoutubeChannelSectionsUpdate.swift:128:27: warning: 'APIResponseValue' is deprecated: renamed to 'DeprecatedResponse'
    public enum Response: APIResponseValue, CustomStringConvertible, CustomDebugStringConvertible {
                          ^
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftTube/Requests/ChannelSections/YoutubeChannelSectionsUpdate.swift:128:27: note: use 'DeprecatedResponse' instead
    public enum Response: APIResponseValue, CustomStringConvertible, CustomDebugStringConvertible {
                          ^~~~~~~~~~~~~~~~
                          DeprecatedResponse
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftTube/Requests/ChannelSections/YoutubeChannelSectionsUpdate.swift:128:17: error: type 'ChannelSections.YoutubeChannelSectionsUpdate.Response' does not conform to protocol 'Response'
    public enum Response: APIResponseValue, CustomStringConvertible, CustomDebugStringConvertible {
                ^
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/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
                 ^
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/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
                 ^
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftTube/Requests/ChannelSections/YoutubeChannelSectionsUpdate.swift:161:24: warning: 'APIClientError' is deprecated: renamed to 'ClientError'
        default: throw APIClientError.unexpectedStatusCode(statusCode: statusCode, data: data)
                       ^
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftTube/Requests/ChannelSections/YoutubeChannelSectionsUpdate.swift:161:24: note: use 'ClientError' instead
        default: throw APIClientError.unexpectedStatusCode(statusCode: statusCode, data: data)
                       ^~~~~~~~~~~~~~
                       ClientError
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftTube/Requests/Channels/YoutubeChannelsList.swift:7:33: warning: 'APIService' is deprecated: renamed to 'Service'
    public static let service = APIService<Response>(id: "youtube.channels.list", tag: "channels", method: "GET", path: "/youtube/v3/channels", 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"]), SecurityRequirement(type: "Oauth2", scopes: ["https://www.googleapis.com/auth/youtubepartner-channel-audit"])])
                                ^
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftTube/Requests/Channels/YoutubeChannelsList.swift:7:33: note: use 'Service' instead
    public static let service = APIService<Response>(id: "youtube.channels.list", tag: "channels", method: "GET", path: "/youtube/v3/channels", 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"]), SecurityRequirement(type: "Oauth2", scopes: ["https://www.googleapis.com/auth/youtubepartner-channel-audit"])])
                                ^~~~~~~~~~
                                Service
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftTube/Requests/Channels/YoutubeChannelsList.swift:9:33: error: generic type 'DeprecatedRequest' specialized with too few type parameters (got 1, but expected 2)
    public final class Request: APIRequest<Response> {
                                ^         ~~~~~~~~~~
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/checkouts/Prch/Sources/Prch/Deprecated/DeprecatedRequest.swift:4:12: note: generic type 'DeprecatedRequest' declared here
open class DeprecatedRequest<
           ^
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftTube/Requests/Channels/YoutubeChannelsList.swift:186:27: warning: 'APIResponseValue' is deprecated: renamed to 'DeprecatedResponse'
    public enum Response: APIResponseValue, CustomStringConvertible, CustomDebugStringConvertible {
                          ^
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftTube/Requests/Channels/YoutubeChannelsList.swift:186:27: note: use 'DeprecatedResponse' instead
    public enum Response: APIResponseValue, CustomStringConvertible, CustomDebugStringConvertible {
                          ^~~~~~~~~~~~~~~~
                          DeprecatedResponse
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftTube/Requests/Channels/YoutubeChannelsList.swift:186:17: error: type 'Channels.YoutubeChannelsList.Response' does not conform to protocol 'Response'
    public enum Response: APIResponseValue, CustomStringConvertible, CustomDebugStringConvertible {
                ^
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/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
                 ^
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/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
                 ^
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftTube/Requests/Channels/YoutubeChannelsList.swift:219:24: warning: 'APIClientError' is deprecated: renamed to 'ClientError'
        default: throw APIClientError.unexpectedStatusCode(statusCode: statusCode, data: data)
                       ^
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftTube/Requests/Channels/YoutubeChannelsList.swift:219:24: note: use 'ClientError' instead
        default: throw APIClientError.unexpectedStatusCode(statusCode: statusCode, data: data)
                       ^~~~~~~~~~~~~~
                       ClientError
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftTube/Requests/Channels/YoutubeChannelsUpdate.swift:7:33: warning: 'APIService' is deprecated: renamed to 'Service'
    public static let service = APIService<Response>(id: "youtube.channels.update", tag: "channels", method: "PUT", path: "/youtube/v3/channels", 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"]), SecurityRequirement(type: "Oauth2", scopes: ["https://www.googleapis.com/auth/youtubepartner"])])
                                ^
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftTube/Requests/Channels/YoutubeChannelsUpdate.swift:7:33: note: use 'Service' instead
    public static let service = APIService<Response>(id: "youtube.channels.update", tag: "channels", method: "PUT", path: "/youtube/v3/channels", 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"]), SecurityRequirement(type: "Oauth2", scopes: ["https://www.googleapis.com/auth/youtubepartner"])])
                                ^~~~~~~~~~
                                Service
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftTube/Requests/Channels/YoutubeChannelsUpdate.swift:9:33: error: generic type 'DeprecatedRequest' specialized with too few type parameters (got 1, but expected 2)
    public final class Request: APIRequest<Response> {
                                ^         ~~~~~~~~~~
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/checkouts/Prch/Sources/Prch/Deprecated/DeprecatedRequest.swift:4:12: note: generic type 'DeprecatedRequest' declared here
open class DeprecatedRequest<
           ^
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftTube/Requests/Channels/YoutubeChannelsUpdate.swift:128:27: warning: 'APIResponseValue' is deprecated: renamed to 'DeprecatedResponse'
    public enum Response: APIResponseValue, CustomStringConvertible, CustomDebugStringConvertible {
                          ^
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftTube/Requests/Channels/YoutubeChannelsUpdate.swift:128:27: note: use 'DeprecatedResponse' instead
    public enum Response: APIResponseValue, CustomStringConvertible, CustomDebugStringConvertible {
                          ^~~~~~~~~~~~~~~~
                          DeprecatedResponse
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftTube/Requests/Channels/YoutubeChannelsUpdate.swift:128:17: error: type 'Channels.YoutubeChannelsUpdate.Response' does not conform to protocol 'Response'
    public enum Response: APIResponseValue, CustomStringConvertible, CustomDebugStringConvertible {
                ^
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/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
                 ^
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/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
                 ^
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftTube/Requests/Channels/YoutubeChannelsUpdate.swift:161:24: warning: 'APIClientError' is deprecated: renamed to 'ClientError'
        default: throw APIClientError.unexpectedStatusCode(statusCode: statusCode, data: data)
                       ^
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftTube/Requests/Channels/YoutubeChannelsUpdate.swift:161:24: note: use 'ClientError' instead
        default: throw APIClientError.unexpectedStatusCode(statusCode: statusCode, data: data)
                       ^~~~~~~~~~~~~~
                       ClientError
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftTube/Requests/CommentThreads/YoutubeCommentThreadsInsert.swift:7:33: warning: 'APIService' is deprecated: renamed to 'Service'
    public static let service = APIService<Response>(id: "youtube.commentThreads.insert", tag: "commentThreads", method: "POST", path: "/youtube/v3/commentThreads", hasBody: true, securityRequirements: [SecurityRequirement(type: "Oauth2c", scopes: ["https://www.googleapis.com/auth/youtube.force-ssl"])])
                                ^
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftTube/Requests/CommentThreads/YoutubeCommentThreadsInsert.swift:7:33: note: use 'Service' instead
    public static let service = APIService<Response>(id: "youtube.commentThreads.insert", tag: "commentThreads", method: "POST", path: "/youtube/v3/commentThreads", hasBody: true, securityRequirements: [SecurityRequirement(type: "Oauth2c", scopes: ["https://www.googleapis.com/auth/youtube.force-ssl"])])
                                ^~~~~~~~~~
                                Service
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftTube/Requests/CommentThreads/YoutubeCommentThreadsInsert.swift:9:33: error: generic type 'DeprecatedRequest' specialized with too few type parameters (got 1, but expected 2)
    public final class Request: APIRequest<Response> {
                                ^         ~~~~~~~~~~
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/checkouts/Prch/Sources/Prch/Deprecated/DeprecatedRequest.swift:4:12: note: generic type 'DeprecatedRequest' declared here
open class DeprecatedRequest<
           ^
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftTube/Requests/CommentThreads/YoutubeCommentThreadsInsert.swift:121:27: warning: 'APIResponseValue' is deprecated: renamed to 'DeprecatedResponse'
    public enum Response: APIResponseValue, CustomStringConvertible, CustomDebugStringConvertible {
                          ^
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftTube/Requests/CommentThreads/YoutubeCommentThreadsInsert.swift:121:27: note: use 'DeprecatedResponse' instead
    public enum Response: APIResponseValue, CustomStringConvertible, CustomDebugStringConvertible {
                          ^~~~~~~~~~~~~~~~
                          DeprecatedResponse
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftTube/Requests/CommentThreads/YoutubeCommentThreadsInsert.swift:121:17: error: type 'CommentThreads.YoutubeCommentThreadsInsert.Response' does not conform to protocol 'Response'
    public enum Response: APIResponseValue, CustomStringConvertible, CustomDebugStringConvertible {
                ^
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/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
                 ^
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/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
                 ^
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftTube/Requests/CommentThreads/YoutubeCommentThreadsInsert.swift:154:24: warning: 'APIClientError' is deprecated: renamed to 'ClientError'
        default: throw APIClientError.unexpectedStatusCode(statusCode: statusCode, data: data)
                       ^
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftTube/Requests/CommentThreads/YoutubeCommentThreadsInsert.swift:154:24: note: use 'ClientError' instead
        default: throw APIClientError.unexpectedStatusCode(statusCode: statusCode, data: data)
                       ^~~~~~~~~~~~~~
                       ClientError
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftTube/Requests/CommentThreads/YoutubeCommentThreadsList.swift:7:33: warning: 'APIService' is deprecated: renamed to 'Service'
    public static let service = APIService<Response>(id: "youtube.commentThreads.list", tag: "commentThreads", method: "GET", path: "/youtube/v3/commentThreads", hasBody: false, securityRequirements: [SecurityRequirement(type: "Oauth2c", scopes: ["https://www.googleapis.com/auth/youtube.force-ssl"])])
                                ^
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftTube/Requests/CommentThreads/YoutubeCommentThreadsList.swift:7:33: note: use 'Service' instead
    public static let service = APIService<Response>(id: "youtube.commentThreads.list", tag: "commentThreads", method: "GET", path: "/youtube/v3/commentThreads", hasBody: false, securityRequirements: [SecurityRequirement(type: "Oauth2c", scopes: ["https://www.googleapis.com/auth/youtube.force-ssl"])])
                                ^~~~~~~~~~
                                Service
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftTube/Requests/CommentThreads/YoutubeCommentThreadsList.swift:31:33: error: generic type 'DeprecatedRequest' specialized with too few type parameters (got 1, but expected 2)
    public final class Request: APIRequest<Response> {
                                ^         ~~~~~~~~~~
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/checkouts/Prch/Sources/Prch/Deprecated/DeprecatedRequest.swift:4:12: note: generic type 'DeprecatedRequest' declared here
open class DeprecatedRequest<
           ^
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftTube/Requests/CommentThreads/YoutubeCommentThreadsList.swift:207:27: warning: 'APIResponseValue' is deprecated: renamed to 'DeprecatedResponse'
    public enum Response: APIResponseValue, CustomStringConvertible, CustomDebugStringConvertible {
                          ^
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftTube/Requests/CommentThreads/YoutubeCommentThreadsList.swift:207:27: note: use 'DeprecatedResponse' instead
    public enum Response: APIResponseValue, CustomStringConvertible, CustomDebugStringConvertible {
                          ^~~~~~~~~~~~~~~~
                          DeprecatedResponse
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftTube/Requests/CommentThreads/YoutubeCommentThreadsList.swift:207:17: error: type 'CommentThreads.YoutubeCommentThreadsList.Response' does not conform to protocol 'Response'
    public enum Response: APIResponseValue, CustomStringConvertible, CustomDebugStringConvertible {
                ^
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/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
                 ^
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/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
                 ^
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftTube/Requests/CommentThreads/YoutubeCommentThreadsList.swift:240:24: warning: 'APIClientError' is deprecated: renamed to 'ClientError'
        default: throw APIClientError.unexpectedStatusCode(statusCode: statusCode, data: data)
                       ^
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftTube/Requests/CommentThreads/YoutubeCommentThreadsList.swift:240:24: note: use 'ClientError' instead
        default: throw APIClientError.unexpectedStatusCode(statusCode: statusCode, data: data)
                       ^~~~~~~~~~~~~~
                       ClientError
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftTube/Requests/Comments/YoutubeCommentsDelete.swift:7:33: warning: 'APIService' is deprecated: renamed to 'Service'
    public static let service = APIService<Response>(id: "youtube.comments.delete", tag: "comments", method: "DELETE", path: "/youtube/v3/comments", hasBody: false, securityRequirements: [SecurityRequirement(type: "Oauth2", scopes: ["https://www.googleapis.com/auth/youtube.force-ssl"])])
                                ^
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftTube/Requests/Comments/YoutubeCommentsDelete.swift:7:33: note: use 'Service' instead
    public static let service = APIService<Response>(id: "youtube.comments.delete", tag: "comments", method: "DELETE", path: "/youtube/v3/comments", hasBody: false, securityRequirements: [SecurityRequirement(type: "Oauth2", scopes: ["https://www.googleapis.com/auth/youtube.force-ssl"])])
                                ^~~~~~~~~~
                                Service
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftTube/Requests/Comments/YoutubeCommentsDelete.swift:9:33: error: generic type 'DeprecatedRequest' specialized with too few type parameters (got 1, but expected 2)
    public final class Request: APIRequest<Response> {
                                ^         ~~~~~~~~~~
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/checkouts/Prch/Sources/Prch/Deprecated/DeprecatedRequest.swift:4:12: note: generic type 'DeprecatedRequest' declared here
open class DeprecatedRequest<
           ^
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftTube/Requests/Comments/YoutubeCommentsDelete.swift:115:27: warning: 'APIResponseValue' is deprecated: renamed to 'DeprecatedResponse'
    public enum Response: APIResponseValue, CustomStringConvertible, CustomDebugStringConvertible {
                          ^
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftTube/Requests/Comments/YoutubeCommentsDelete.swift:115:27: note: use 'DeprecatedResponse' instead
    public enum Response: APIResponseValue, CustomStringConvertible, CustomDebugStringConvertible {
                          ^~~~~~~~~~~~~~~~
                          DeprecatedResponse
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftTube/Requests/Comments/YoutubeCommentsDelete.swift:115:17: error: type 'Comments.YoutubeCommentsDelete.Response' does not conform to protocol 'Response'
    public enum Response: APIResponseValue, CustomStringConvertible, CustomDebugStringConvertible {
                ^
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/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
                 ^
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/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
                 ^
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftTube/Requests/Comments/YoutubeCommentsDelete.swift:148:24: warning: 'APIClientError' is deprecated: renamed to 'ClientError'
        default: throw APIClientError.unexpectedStatusCode(statusCode: statusCode, data: data)
                       ^
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftTube/Requests/Comments/YoutubeCommentsDelete.swift:148:24: note: use 'ClientError' instead
        default: throw APIClientError.unexpectedStatusCode(statusCode: statusCode, data: data)
                       ^~~~~~~~~~~~~~
                       ClientError
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftTube/Requests/Comments/YoutubeCommentsInsert.swift:7:33: warning: 'APIService' is deprecated: renamed to 'Service'
    public static let service = APIService<Response>(id: "youtube.comments.insert", tag: "comments", method: "POST", path: "/youtube/v3/comments", hasBody: true, securityRequirements: [SecurityRequirement(type: "Oauth2c", scopes: ["https://www.googleapis.com/auth/youtube.force-ssl"])])
                                ^
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftTube/Requests/Comments/YoutubeCommentsInsert.swift:7:33: note: use 'Service' instead
    public static let service = APIService<Response>(id: "youtube.comments.insert", tag: "comments", method: "POST", path: "/youtube/v3/comments", hasBody: true, securityRequirements: [SecurityRequirement(type: "Oauth2c", scopes: ["https://www.googleapis.com/auth/youtube.force-ssl"])])
                                ^~~~~~~~~~
                                Service
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftTube/Requests/Comments/YoutubeCommentsInsert.swift:9:33: error: generic type 'DeprecatedRequest' specialized with too few type parameters (got 1, but expected 2)
    public final class Request: APIRequest<Response> {
                                ^         ~~~~~~~~~~
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/checkouts/Prch/Sources/Prch/Deprecated/DeprecatedRequest.swift:4:12: note: generic type 'DeprecatedRequest' declared here
open class DeprecatedRequest<
           ^
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftTube/Requests/Comments/YoutubeCommentsInsert.swift:121:27: warning: 'APIResponseValue' is deprecated: renamed to 'DeprecatedResponse'
    public enum Response: APIResponseValue, CustomStringConvertible, CustomDebugStringConvertible {
                          ^
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftTube/Requests/Comments/YoutubeCommentsInsert.swift:121:27: note: use 'DeprecatedResponse' instead
    public enum Response: APIResponseValue, CustomStringConvertible, CustomDebugStringConvertible {
                          ^~~~~~~~~~~~~~~~
                          DeprecatedResponse
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftTube/Requests/Comments/YoutubeCommentsInsert.swift:121:17: error: type 'Comments.YoutubeCommentsInsert.Response' does not conform to protocol 'Response'
    public enum Response: APIResponseValue, CustomStringConvertible, CustomDebugStringConvertible {
                ^
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/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
                 ^
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/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
                 ^
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftTube/Requests/Comments/YoutubeCommentsInsert.swift:154:24: warning: 'APIClientError' is deprecated: renamed to 'ClientError'
        default: throw APIClientError.unexpectedStatusCode(statusCode: statusCode, data: data)
                       ^
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftTube/Requests/Comments/YoutubeCommentsInsert.swift:154:24: note: use 'ClientError' instead
        default: throw APIClientError.unexpectedStatusCode(statusCode: statusCode, data: data)
                       ^~~~~~~~~~~~~~
                       ClientError
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftTube/Requests/Comments/YoutubeCommentsList.swift:7:33: warning: 'APIService' is deprecated: renamed to 'Service'
    public static let service = APIService<Response>(id: "youtube.comments.list", tag: "comments", method: "GET", path: "/youtube/v3/comments", hasBody: false, securityRequirements: [SecurityRequirement(type: "Oauth2c", scopes: ["https://www.googleapis.com/auth/youtube.force-ssl"])])
                                ^
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftTube/Requests/Comments/YoutubeCommentsList.swift:7:33: note: use 'Service' instead
    public static let service = APIService<Response>(id: "youtube.comments.list", tag: "comments", method: "GET", path: "/youtube/v3/comments", hasBody: false, securityRequirements: [SecurityRequirement(type: "Oauth2c", scopes: ["https://www.googleapis.com/auth/youtube.force-ssl"])])
                                ^~~~~~~~~~
                                Service
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftTube/Requests/Comments/YoutubeCommentsList.swift:16:33: error: generic type 'DeprecatedRequest' specialized with too few type parameters (got 1, but expected 2)
    public final class Request: APIRequest<Response> {
                                ^         ~~~~~~~~~~
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/checkouts/Prch/Sources/Prch/Deprecated/DeprecatedRequest.swift:4:12: note: generic type 'DeprecatedRequest' declared here
open class DeprecatedRequest<
           ^
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftTube/Requests/Comments/YoutubeCommentsList.swift:158:27: warning: 'APIResponseValue' is deprecated: renamed to 'DeprecatedResponse'
    public enum Response: APIResponseValue, CustomStringConvertible, CustomDebugStringConvertible {
                          ^
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftTube/Requests/Comments/YoutubeCommentsList.swift:158:27: note: use 'DeprecatedResponse' instead
    public enum Response: APIResponseValue, CustomStringConvertible, CustomDebugStringConvertible {
                          ^~~~~~~~~~~~~~~~
                          DeprecatedResponse
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftTube/Requests/Comments/YoutubeCommentsList.swift:158:17: error: type 'Comments.YoutubeCommentsList.Response' does not conform to protocol 'Response'
    public enum Response: APIResponseValue, CustomStringConvertible, CustomDebugStringConvertible {
                ^
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/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
                 ^
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/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
                 ^
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftTube/Requests/Comments/YoutubeCommentsList.swift:191:24: warning: 'APIClientError' is deprecated: renamed to 'ClientError'
        default: throw APIClientError.unexpectedStatusCode(statusCode: statusCode, data: data)
                       ^
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftTube/Requests/Comments/YoutubeCommentsList.swift:191:24: note: use 'ClientError' instead
        default: throw APIClientError.unexpectedStatusCode(statusCode: statusCode, data: data)
                       ^~~~~~~~~~~~~~
                       ClientError
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftTube/Requests/Comments/YoutubeCommentsMarkAsSpam.swift:7:33: warning: 'APIService' is deprecated: renamed to 'Service'
    public static let service = APIService<Response>(id: "youtube.comments.markAsSpam", tag: "comments", method: "POST", path: "/youtube/v3/comments/markAsSpam", hasBody: false, securityRequirements: [SecurityRequirement(type: "Oauth2c", scopes: ["https://www.googleapis.com/auth/youtube.force-ssl"])])
                                ^
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftTube/Requests/Comments/YoutubeCommentsMarkAsSpam.swift:7:33: note: use 'Service' instead
    public static let service = APIService<Response>(id: "youtube.comments.markAsSpam", tag: "comments", method: "POST", path: "/youtube/v3/comments/markAsSpam", hasBody: false, securityRequirements: [SecurityRequirement(type: "Oauth2c", scopes: ["https://www.googleapis.com/auth/youtube.force-ssl"])])
                                ^~~~~~~~~~
                                Service
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftTube/Requests/Comments/YoutubeCommentsMarkAsSpam.swift:9:33: error: generic type 'DeprecatedRequest' specialized with too few type parameters (got 1, but expected 2)
    public final class Request: APIRequest<Response> {
                                ^         ~~~~~~~~~~
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/checkouts/Prch/Sources/Prch/Deprecated/DeprecatedRequest.swift:4:12: note: generic type 'DeprecatedRequest' declared here
open class DeprecatedRequest<
           ^
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftTube/Requests/Comments/YoutubeCommentsMarkAsSpam.swift:116:27: warning: 'APIResponseValue' is deprecated: renamed to 'DeprecatedResponse'
    public enum Response: APIResponseValue, CustomStringConvertible, CustomDebugStringConvertible {
                          ^
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftTube/Requests/Comments/YoutubeCommentsMarkAsSpam.swift:116:27: note: use 'DeprecatedResponse' instead
    public enum Response: APIResponseValue, CustomStringConvertible, CustomDebugStringConvertible {
                          ^~~~~~~~~~~~~~~~
                          DeprecatedResponse
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftTube/Requests/Comments/YoutubeCommentsMarkAsSpam.swift:116:17: error: type 'Comments.YoutubeCommentsMarkAsSpam.Response' does not conform to protocol 'Response'
    public enum Response: APIResponseValue, CustomStringConvertible, CustomDebugStringConvertible {
                ^
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/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
                 ^
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/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
                 ^
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftTube/Requests/Comments/YoutubeCommentsMarkAsSpam.swift:149:24: warning: 'APIClientError' is deprecated: renamed to 'ClientError'
        default: throw APIClientError.unexpectedStatusCode(statusCode: statusCode, data: data)
                       ^
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftTube/Requests/Comments/YoutubeCommentsMarkAsSpam.swift:149:24: note: use 'ClientError' instead
        default: throw APIClientError.unexpectedStatusCode(statusCode: statusCode, data: data)
                       ^~~~~~~~~~~~~~
                       ClientError
[93/98] Compiling SwiftTube YoutubeCommentsInsert.swift
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftTube/Requests/ChannelSections/YoutubeChannelSectionsDelete.swift:7:33: warning: 'APIService' is deprecated: renamed to 'Service'
    public static let service = APIService<Response>(id: "youtube.channelSections.delete", tag: "channelSections", method: "DELETE", path: "/youtube/v3/channelSections", 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/youtubepartner"])])
                                ^
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftTube/Requests/ChannelSections/YoutubeChannelSectionsDelete.swift:7:33: note: use 'Service' instead
    public static let service = APIService<Response>(id: "youtube.channelSections.delete", tag: "channelSections", method: "DELETE", path: "/youtube/v3/channelSections", 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/youtubepartner"])])
                                ^~~~~~~~~~
                                Service
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftTube/Requests/ChannelSections/YoutubeChannelSectionsDelete.swift:9:33: error: generic type 'DeprecatedRequest' specialized with too few type parameters (got 1, but expected 2)
    public final class Request: APIRequest<Response> {
                                ^         ~~~~~~~~~~
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/checkouts/Prch/Sources/Prch/Deprecated/DeprecatedRequest.swift:4:12: note: generic type 'DeprecatedRequest' declared here
open class DeprecatedRequest<
           ^
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftTube/Requests/ChannelSections/YoutubeChannelSectionsDelete.swift:122:27: warning: 'APIResponseValue' is deprecated: renamed to 'DeprecatedResponse'
    public enum Response: APIResponseValue, CustomStringConvertible, CustomDebugStringConvertible {
                          ^
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftTube/Requests/ChannelSections/YoutubeChannelSectionsDelete.swift:122:27: note: use 'DeprecatedResponse' instead
    public enum Response: APIResponseValue, CustomStringConvertible, CustomDebugStringConvertible {
                          ^~~~~~~~~~~~~~~~
                          DeprecatedResponse
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftTube/Requests/ChannelSections/YoutubeChannelSectionsDelete.swift:122:17: error: type 'ChannelSections.YoutubeChannelSectionsDelete.Response' does not conform to protocol 'Response'
    public enum Response: APIResponseValue, CustomStringConvertible, CustomDebugStringConvertible {
                ^
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/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
                 ^
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/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
                 ^
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftTube/Requests/ChannelSections/YoutubeChannelSectionsDelete.swift:155:24: warning: 'APIClientError' is deprecated: renamed to 'ClientError'
        default: throw APIClientError.unexpectedStatusCode(statusCode: statusCode, data: data)
                       ^
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftTube/Requests/ChannelSections/YoutubeChannelSectionsDelete.swift:155:24: note: use 'ClientError' instead
        default: throw APIClientError.unexpectedStatusCode(statusCode: statusCode, data: data)
                       ^~~~~~~~~~~~~~
                       ClientError
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftTube/Requests/ChannelSections/YoutubeChannelSectionsInsert.swift:7:33: warning: 'APIService' is deprecated: renamed to 'Service'
    public static let service = APIService<Response>(id: "youtube.channelSections.insert", tag: "channelSections", method: "POST", path: "/youtube/v3/channelSections", 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"]), SecurityRequirement(type: "Oauth2", scopes: ["https://www.googleapis.com/auth/youtubepartner"])])
                                ^
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftTube/Requests/ChannelSections/YoutubeChannelSectionsInsert.swift:7:33: note: use 'Service' instead
    public static let service = APIService<Response>(id: "youtube.channelSections.insert", tag: "channelSections", method: "POST", path: "/youtube/v3/channelSections", 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"]), SecurityRequirement(type: "Oauth2", scopes: ["https://www.googleapis.com/auth/youtubepartner"])])
                                ^~~~~~~~~~
                                Service
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftTube/Requests/ChannelSections/YoutubeChannelSectionsInsert.swift:9:33: error: generic type 'DeprecatedRequest' specialized with too few type parameters (got 1, but expected 2)
    public final class Request: APIRequest<Response> {
                                ^         ~~~~~~~~~~
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/checkouts/Prch/Sources/Prch/Deprecated/DeprecatedRequest.swift:4:12: note: generic type 'DeprecatedRequest' declared here
open class DeprecatedRequest<
           ^
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftTube/Requests/ChannelSections/YoutubeChannelSectionsInsert.swift:135:27: warning: 'APIResponseValue' is deprecated: renamed to 'DeprecatedResponse'
    public enum Response: APIResponseValue, CustomStringConvertible, CustomDebugStringConvertible {
                          ^
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftTube/Requests/ChannelSections/YoutubeChannelSectionsInsert.swift:135:27: note: use 'DeprecatedResponse' instead
    public enum Response: APIResponseValue, CustomStringConvertible, CustomDebugStringConvertible {
                          ^~~~~~~~~~~~~~~~
                          DeprecatedResponse
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftTube/Requests/ChannelSections/YoutubeChannelSectionsInsert.swift:135:17: error: type 'ChannelSections.YoutubeChannelSectionsInsert.Response' does not conform to protocol 'Response'
    public enum Response: APIResponseValue, CustomStringConvertible, CustomDebugStringConvertible {
                ^
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/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
                 ^
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/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
                 ^
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftTube/Requests/ChannelSections/YoutubeChannelSectionsInsert.swift:168:24: warning: 'APIClientError' is deprecated: renamed to 'ClientError'
        default: throw APIClientError.unexpectedStatusCode(statusCode: statusCode, data: data)
                       ^
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftTube/Requests/ChannelSections/YoutubeChannelSectionsInsert.swift:168:24: note: use 'ClientError' instead
        default: throw APIClientError.unexpectedStatusCode(statusCode: statusCode, data: data)
                       ^~~~~~~~~~~~~~
                       ClientError
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftTube/Requests/ChannelSections/YoutubeChannelSectionsList.swift:7:33: warning: 'APIService' is deprecated: renamed to 'Service'
    public static let service = APIService<Response>(id: "youtube.channelSections.list", tag: "channelSections", method: "GET", path: "/youtube/v3/channelSections", 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"])])
                                ^
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftTube/Requests/ChannelSections/YoutubeChannelSectionsList.swift:7:33: note: use 'Service' instead
    public static let service = APIService<Response>(id: "youtube.channelSections.list", tag: "channelSections", method: "GET", path: "/youtube/v3/channelSections", 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
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftTube/Requests/ChannelSections/YoutubeChannelSectionsList.swift:9:33: error: generic type 'DeprecatedRequest' specialized with too few type parameters (got 1, but expected 2)
    public final class Request: APIRequest<Response> {
                                ^         ~~~~~~~~~~
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/checkouts/Prch/Sources/Prch/Deprecated/DeprecatedRequest.swift:4:12: note: generic type 'DeprecatedRequest' declared here
open class DeprecatedRequest<
           ^
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftTube/Requests/ChannelSections/YoutubeChannelSectionsList.swift:151:27: warning: 'APIResponseValue' is deprecated: renamed to 'DeprecatedResponse'
    public enum Response: APIResponseValue, CustomStringConvertible, CustomDebugStringConvertible {
                          ^
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftTube/Requests/ChannelSections/YoutubeChannelSectionsList.swift:151:27: note: use 'DeprecatedResponse' instead
    public enum Response: APIResponseValue, CustomStringConvertible, CustomDebugStringConvertible {
                          ^~~~~~~~~~~~~~~~
                          DeprecatedResponse
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftTube/Requests/ChannelSections/YoutubeChannelSectionsList.swift:151:17: error: type 'ChannelSections.YoutubeChannelSectionsList.Response' does not conform to protocol 'Response'
    public enum Response: APIResponseValue, CustomStringConvertible, CustomDebugStringConvertible {
                ^
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/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
                 ^
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/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
                 ^
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftTube/Requests/ChannelSections/YoutubeChannelSectionsList.swift:184:24: warning: 'APIClientError' is deprecated: renamed to 'ClientError'
        default: throw APIClientError.unexpectedStatusCode(statusCode: statusCode, data: data)
                       ^
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftTube/Requests/ChannelSections/YoutubeChannelSectionsList.swift:184:24: note: use 'ClientError' instead
        default: throw APIClientError.unexpectedStatusCode(statusCode: statusCode, data: data)
                       ^~~~~~~~~~~~~~
                       ClientError
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftTube/Requests/ChannelSections/YoutubeChannelSectionsUpdate.swift:7:33: warning: 'APIService' is deprecated: renamed to 'Service'
    public static let service = APIService<Response>(id: "youtube.channelSections.update", tag: "channelSections", method: "PUT", path: "/youtube/v3/channelSections", 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"]), SecurityRequirement(type: "Oauth2", scopes: ["https://www.googleapis.com/auth/youtubepartner"])])
                                ^
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftTube/Requests/ChannelSections/YoutubeChannelSectionsUpdate.swift:7:33: note: use 'Service' instead
    public static let service = APIService<Response>(id: "youtube.channelSections.update", tag: "channelSections", method: "PUT", path: "/youtube/v3/channelSections", 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"]), SecurityRequirement(type: "Oauth2", scopes: ["https://www.googleapis.com/auth/youtubepartner"])])
                                ^~~~~~~~~~
                                Service
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftTube/Requests/ChannelSections/YoutubeChannelSectionsUpdate.swift:9:33: error: generic type 'DeprecatedRequest' specialized with too few type parameters (got 1, but expected 2)
    public final class Request: APIRequest<Response> {
                                ^         ~~~~~~~~~~
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/checkouts/Prch/Sources/Prch/Deprecated/DeprecatedRequest.swift:4:12: note: generic type 'DeprecatedRequest' declared here
open class DeprecatedRequest<
           ^
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftTube/Requests/ChannelSections/YoutubeChannelSectionsUpdate.swift:128:27: warning: 'APIResponseValue' is deprecated: renamed to 'DeprecatedResponse'
    public enum Response: APIResponseValue, CustomStringConvertible, CustomDebugStringConvertible {
                          ^
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftTube/Requests/ChannelSections/YoutubeChannelSectionsUpdate.swift:128:27: note: use 'DeprecatedResponse' instead
    public enum Response: APIResponseValue, CustomStringConvertible, CustomDebugStringConvertible {
                          ^~~~~~~~~~~~~~~~
                          DeprecatedResponse
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftTube/Requests/ChannelSections/YoutubeChannelSectionsUpdate.swift:128:17: error: type 'ChannelSections.YoutubeChannelSectionsUpdate.Response' does not conform to protocol 'Response'
    public enum Response: APIResponseValue, CustomStringConvertible, CustomDebugStringConvertible {
                ^
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/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
                 ^
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/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
                 ^
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftTube/Requests/ChannelSections/YoutubeChannelSectionsUpdate.swift:161:24: warning: 'APIClientError' is deprecated: renamed to 'ClientError'
        default: throw APIClientError.unexpectedStatusCode(statusCode: statusCode, data: data)
                       ^
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftTube/Requests/ChannelSections/YoutubeChannelSectionsUpdate.swift:161:24: note: use 'ClientError' instead
        default: throw APIClientError.unexpectedStatusCode(statusCode: statusCode, data: data)
                       ^~~~~~~~~~~~~~
                       ClientError
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftTube/Requests/Channels/YoutubeChannelsList.swift:7:33: warning: 'APIService' is deprecated: renamed to 'Service'
    public static let service = APIService<Response>(id: "youtube.channels.list", tag: "channels", method: "GET", path: "/youtube/v3/channels", 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"]), SecurityRequirement(type: "Oauth2", scopes: ["https://www.googleapis.com/auth/youtubepartner-channel-audit"])])
                                ^
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftTube/Requests/Channels/YoutubeChannelsList.swift:7:33: note: use 'Service' instead
    public static let service = APIService<Response>(id: "youtube.channels.list", tag: "channels", method: "GET", path: "/youtube/v3/channels", 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"]), SecurityRequirement(type: "Oauth2", scopes: ["https://www.googleapis.com/auth/youtubepartner-channel-audit"])])
                                ^~~~~~~~~~
                                Service
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftTube/Requests/Channels/YoutubeChannelsList.swift:9:33: error: generic type 'DeprecatedRequest' specialized with too few type parameters (got 1, but expected 2)
    public final class Request: APIRequest<Response> {
                                ^         ~~~~~~~~~~
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/checkouts/Prch/Sources/Prch/Deprecated/DeprecatedRequest.swift:4:12: note: generic type 'DeprecatedRequest' declared here
open class DeprecatedRequest<
           ^
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftTube/Requests/Channels/YoutubeChannelsList.swift:186:27: warning: 'APIResponseValue' is deprecated: renamed to 'DeprecatedResponse'
    public enum Response: APIResponseValue, CustomStringConvertible, CustomDebugStringConvertible {
                          ^
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftTube/Requests/Channels/YoutubeChannelsList.swift:186:27: note: use 'DeprecatedResponse' instead
    public enum Response: APIResponseValue, CustomStringConvertible, CustomDebugStringConvertible {
                          ^~~~~~~~~~~~~~~~
                          DeprecatedResponse
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftTube/Requests/Channels/YoutubeChannelsList.swift:186:17: error: type 'Channels.YoutubeChannelsList.Response' does not conform to protocol 'Response'
    public enum Response: APIResponseValue, CustomStringConvertible, CustomDebugStringConvertible {
                ^
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/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
                 ^
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/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
                 ^
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftTube/Requests/Channels/YoutubeChannelsList.swift:219:24: warning: 'APIClientError' is deprecated: renamed to 'ClientError'
        default: throw APIClientError.unexpectedStatusCode(statusCode: statusCode, data: data)
                       ^
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftTube/Requests/Channels/YoutubeChannelsList.swift:219:24: note: use 'ClientError' instead
        default: throw APIClientError.unexpectedStatusCode(statusCode: statusCode, data: data)
                       ^~~~~~~~~~~~~~
                       ClientError
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftTube/Requests/Channels/YoutubeChannelsUpdate.swift:7:33: warning: 'APIService' is deprecated: renamed to 'Service'
    public static let service = APIService<Response>(id: "youtube.channels.update", tag: "channels", method: "PUT", path: "/youtube/v3/channels", 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"]), SecurityRequirement(type: "Oauth2", scopes: ["https://www.googleapis.com/auth/youtubepartner"])])
                                ^
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftTube/Requests/Channels/YoutubeChannelsUpdate.swift:7:33: note: use 'Service' instead
    public static let service = APIService<Response>(id: "youtube.channels.update", tag: "channels", method: "PUT", path: "/youtube/v3/channels", 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"]), SecurityRequirement(type: "Oauth2", scopes: ["https://www.googleapis.com/auth/youtubepartner"])])
                                ^~~~~~~~~~
                                Service
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftTube/Requests/Channels/YoutubeChannelsUpdate.swift:9:33: error: generic type 'DeprecatedRequest' specialized with too few type parameters (got 1, but expected 2)
    public final class Request: APIRequest<Response> {
                                ^         ~~~~~~~~~~
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/checkouts/Prch/Sources/Prch/Deprecated/DeprecatedRequest.swift:4:12: note: generic type 'DeprecatedRequest' declared here
open class DeprecatedRequest<
           ^
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftTube/Requests/Channels/YoutubeChannelsUpdate.swift:128:27: warning: 'APIResponseValue' is deprecated: renamed to 'DeprecatedResponse'
    public enum Response: APIResponseValue, CustomStringConvertible, CustomDebugStringConvertible {
                          ^
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftTube/Requests/Channels/YoutubeChannelsUpdate.swift:128:27: note: use 'DeprecatedResponse' instead
    public enum Response: APIResponseValue, CustomStringConvertible, CustomDebugStringConvertible {
                          ^~~~~~~~~~~~~~~~
                          DeprecatedResponse
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftTube/Requests/Channels/YoutubeChannelsUpdate.swift:128:17: error: type 'Channels.YoutubeChannelsUpdate.Response' does not conform to protocol 'Response'
    public enum Response: APIResponseValue, CustomStringConvertible, CustomDebugStringConvertible {
                ^
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/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
                 ^
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/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
                 ^
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftTube/Requests/Channels/YoutubeChannelsUpdate.swift:161:24: warning: 'APIClientError' is deprecated: renamed to 'ClientError'
        default: throw APIClientError.unexpectedStatusCode(statusCode: statusCode, data: data)
                       ^
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftTube/Requests/Channels/YoutubeChannelsUpdate.swift:161:24: note: use 'ClientError' instead
        default: throw APIClientError.unexpectedStatusCode(statusCode: statusCode, data: data)
                       ^~~~~~~~~~~~~~
                       ClientError
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftTube/Requests/CommentThreads/YoutubeCommentThreadsInsert.swift:7:33: warning: 'APIService' is deprecated: renamed to 'Service'
    public static let service = APIService<Response>(id: "youtube.commentThreads.insert", tag: "commentThreads", method: "POST", path: "/youtube/v3/commentThreads", hasBody: true, securityRequirements: [SecurityRequirement(type: "Oauth2c", scopes: ["https://www.googleapis.com/auth/youtube.force-ssl"])])
                                ^
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftTube/Requests/CommentThreads/YoutubeCommentThreadsInsert.swift:7:33: note: use 'Service' instead
    public static let service = APIService<Response>(id: "youtube.commentThreads.insert", tag: "commentThreads", method: "POST", path: "/youtube/v3/commentThreads", hasBody: true, securityRequirements: [SecurityRequirement(type: "Oauth2c", scopes: ["https://www.googleapis.com/auth/youtube.force-ssl"])])
                                ^~~~~~~~~~
                                Service
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftTube/Requests/CommentThreads/YoutubeCommentThreadsInsert.swift:9:33: error: generic type 'DeprecatedRequest' specialized with too few type parameters (got 1, but expected 2)
    public final class Request: APIRequest<Response> {
                                ^         ~~~~~~~~~~
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/checkouts/Prch/Sources/Prch/Deprecated/DeprecatedRequest.swift:4:12: note: generic type 'DeprecatedRequest' declared here
open class DeprecatedRequest<
           ^
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftTube/Requests/CommentThreads/YoutubeCommentThreadsInsert.swift:121:27: warning: 'APIResponseValue' is deprecated: renamed to 'DeprecatedResponse'
    public enum Response: APIResponseValue, CustomStringConvertible, CustomDebugStringConvertible {
                          ^
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftTube/Requests/CommentThreads/YoutubeCommentThreadsInsert.swift:121:27: note: use 'DeprecatedResponse' instead
    public enum Response: APIResponseValue, CustomStringConvertible, CustomDebugStringConvertible {
                          ^~~~~~~~~~~~~~~~
                          DeprecatedResponse
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftTube/Requests/CommentThreads/YoutubeCommentThreadsInsert.swift:121:17: error: type 'CommentThreads.YoutubeCommentThreadsInsert.Response' does not conform to protocol 'Response'
    public enum Response: APIResponseValue, CustomStringConvertible, CustomDebugStringConvertible {
                ^
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/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
                 ^
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/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
                 ^
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftTube/Requests/CommentThreads/YoutubeCommentThreadsInsert.swift:154:24: warning: 'APIClientError' is deprecated: renamed to 'ClientError'
        default: throw APIClientError.unexpectedStatusCode(statusCode: statusCode, data: data)
                       ^
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftTube/Requests/CommentThreads/YoutubeCommentThreadsInsert.swift:154:24: note: use 'ClientError' instead
        default: throw APIClientError.unexpectedStatusCode(statusCode: statusCode, data: data)
                       ^~~~~~~~~~~~~~
                       ClientError
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftTube/Requests/CommentThreads/YoutubeCommentThreadsList.swift:7:33: warning: 'APIService' is deprecated: renamed to 'Service'
    public static let service = APIService<Response>(id: "youtube.commentThreads.list", tag: "commentThreads", method: "GET", path: "/youtube/v3/commentThreads", hasBody: false, securityRequirements: [SecurityRequirement(type: "Oauth2c", scopes: ["https://www.googleapis.com/auth/youtube.force-ssl"])])
                                ^
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftTube/Requests/CommentThreads/YoutubeCommentThreadsList.swift:7:33: note: use 'Service' instead
    public static let service = APIService<Response>(id: "youtube.commentThreads.list", tag: "commentThreads", method: "GET", path: "/youtube/v3/commentThreads", hasBody: false, securityRequirements: [SecurityRequirement(type: "Oauth2c", scopes: ["https://www.googleapis.com/auth/youtube.force-ssl"])])
                                ^~~~~~~~~~
                                Service
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftTube/Requests/CommentThreads/YoutubeCommentThreadsList.swift:31:33: error: generic type 'DeprecatedRequest' specialized with too few type parameters (got 1, but expected 2)
    public final class Request: APIRequest<Response> {
                                ^         ~~~~~~~~~~
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/checkouts/Prch/Sources/Prch/Deprecated/DeprecatedRequest.swift:4:12: note: generic type 'DeprecatedRequest' declared here
open class DeprecatedRequest<
           ^
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftTube/Requests/CommentThreads/YoutubeCommentThreadsList.swift:207:27: warning: 'APIResponseValue' is deprecated: renamed to 'DeprecatedResponse'
    public enum Response: APIResponseValue, CustomStringConvertible, CustomDebugStringConvertible {
                          ^
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftTube/Requests/CommentThreads/YoutubeCommentThreadsList.swift:207:27: note: use 'DeprecatedResponse' instead
    public enum Response: APIResponseValue, CustomStringConvertible, CustomDebugStringConvertible {
                          ^~~~~~~~~~~~~~~~
                          DeprecatedResponse
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftTube/Requests/CommentThreads/YoutubeCommentThreadsList.swift:207:17: error: type 'CommentThreads.YoutubeCommentThreadsList.Response' does not conform to protocol 'Response'
    public enum Response: APIResponseValue, CustomStringConvertible, CustomDebugStringConvertible {
                ^
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/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
                 ^
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/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
                 ^
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftTube/Requests/CommentThreads/YoutubeCommentThreadsList.swift:240:24: warning: 'APIClientError' is deprecated: renamed to 'ClientError'
        default: throw APIClientError.unexpectedStatusCode(statusCode: statusCode, data: data)
                       ^
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftTube/Requests/CommentThreads/YoutubeCommentThreadsList.swift:240:24: note: use 'ClientError' instead
        default: throw APIClientError.unexpectedStatusCode(statusCode: statusCode, data: data)
                       ^~~~~~~~~~~~~~
                       ClientError
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftTube/Requests/Comments/YoutubeCommentsDelete.swift:7:33: warning: 'APIService' is deprecated: renamed to 'Service'
    public static let service = APIService<Response>(id: "youtube.comments.delete", tag: "comments", method: "DELETE", path: "/youtube/v3/comments", hasBody: false, securityRequirements: [SecurityRequirement(type: "Oauth2", scopes: ["https://www.googleapis.com/auth/youtube.force-ssl"])])
                                ^
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftTube/Requests/Comments/YoutubeCommentsDelete.swift:7:33: note: use 'Service' instead
    public static let service = APIService<Response>(id: "youtube.comments.delete", tag: "comments", method: "DELETE", path: "/youtube/v3/comments", hasBody: false, securityRequirements: [SecurityRequirement(type: "Oauth2", scopes: ["https://www.googleapis.com/auth/youtube.force-ssl"])])
                                ^~~~~~~~~~
                                Service
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftTube/Requests/Comments/YoutubeCommentsDelete.swift:9:33: error: generic type 'DeprecatedRequest' specialized with too few type parameters (got 1, but expected 2)
    public final class Request: APIRequest<Response> {
                                ^         ~~~~~~~~~~
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/checkouts/Prch/Sources/Prch/Deprecated/DeprecatedRequest.swift:4:12: note: generic type 'DeprecatedRequest' declared here
open class DeprecatedRequest<
           ^
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftTube/Requests/Comments/YoutubeCommentsDelete.swift:115:27: warning: 'APIResponseValue' is deprecated: renamed to 'DeprecatedResponse'
    public enum Response: APIResponseValue, CustomStringConvertible, CustomDebugStringConvertible {
                          ^
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftTube/Requests/Comments/YoutubeCommentsDelete.swift:115:27: note: use 'DeprecatedResponse' instead
    public enum Response: APIResponseValue, CustomStringConvertible, CustomDebugStringConvertible {
                          ^~~~~~~~~~~~~~~~
                          DeprecatedResponse
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftTube/Requests/Comments/YoutubeCommentsDelete.swift:115:17: error: type 'Comments.YoutubeCommentsDelete.Response' does not conform to protocol 'Response'
    public enum Response: APIResponseValue, CustomStringConvertible, CustomDebugStringConvertible {
                ^
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/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
                 ^
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/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
                 ^
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftTube/Requests/Comments/YoutubeCommentsDelete.swift:148:24: warning: 'APIClientError' is deprecated: renamed to 'ClientError'
        default: throw APIClientError.unexpectedStatusCode(statusCode: statusCode, data: data)
                       ^
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftTube/Requests/Comments/YoutubeCommentsDelete.swift:148:24: note: use 'ClientError' instead
        default: throw APIClientError.unexpectedStatusCode(statusCode: statusCode, data: data)
                       ^~~~~~~~~~~~~~
                       ClientError
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftTube/Requests/Comments/YoutubeCommentsInsert.swift:7:33: warning: 'APIService' is deprecated: renamed to 'Service'
    public static let service = APIService<Response>(id: "youtube.comments.insert", tag: "comments", method: "POST", path: "/youtube/v3/comments", hasBody: true, securityRequirements: [SecurityRequirement(type: "Oauth2c", scopes: ["https://www.googleapis.com/auth/youtube.force-ssl"])])
                                ^
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftTube/Requests/Comments/YoutubeCommentsInsert.swift:7:33: note: use 'Service' instead
    public static let service = APIService<Response>(id: "youtube.comments.insert", tag: "comments", method: "POST", path: "/youtube/v3/comments", hasBody: true, securityRequirements: [SecurityRequirement(type: "Oauth2c", scopes: ["https://www.googleapis.com/auth/youtube.force-ssl"])])
                                ^~~~~~~~~~
                                Service
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftTube/Requests/Comments/YoutubeCommentsInsert.swift:9:33: error: generic type 'DeprecatedRequest' specialized with too few type parameters (got 1, but expected 2)
    public final class Request: APIRequest<Response> {
                                ^         ~~~~~~~~~~
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/checkouts/Prch/Sources/Prch/Deprecated/DeprecatedRequest.swift:4:12: note: generic type 'DeprecatedRequest' declared here
open class DeprecatedRequest<
           ^
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftTube/Requests/Comments/YoutubeCommentsInsert.swift:121:27: warning: 'APIResponseValue' is deprecated: renamed to 'DeprecatedResponse'
    public enum Response: APIResponseValue, CustomStringConvertible, CustomDebugStringConvertible {
                          ^
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftTube/Requests/Comments/YoutubeCommentsInsert.swift:121:27: note: use 'DeprecatedResponse' instead
    public enum Response: APIResponseValue, CustomStringConvertible, CustomDebugStringConvertible {
                          ^~~~~~~~~~~~~~~~
                          DeprecatedResponse
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftTube/Requests/Comments/YoutubeCommentsInsert.swift:121:17: error: type 'Comments.YoutubeCommentsInsert.Response' does not conform to protocol 'Response'
    public enum Response: APIResponseValue, CustomStringConvertible, CustomDebugStringConvertible {
                ^
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/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
                 ^
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/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
                 ^
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftTube/Requests/Comments/YoutubeCommentsInsert.swift:154:24: warning: 'APIClientError' is deprecated: renamed to 'ClientError'
        default: throw APIClientError.unexpectedStatusCode(statusCode: statusCode, data: data)
                       ^
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftTube/Requests/Comments/YoutubeCommentsInsert.swift:154:24: note: use 'ClientError' instead
        default: throw APIClientError.unexpectedStatusCode(statusCode: statusCode, data: data)
                       ^~~~~~~~~~~~~~
                       ClientError
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftTube/Requests/Comments/YoutubeCommentsList.swift:7:33: warning: 'APIService' is deprecated: renamed to 'Service'
    public static let service = APIService<Response>(id: "youtube.comments.list", tag: "comments", method: "GET", path: "/youtube/v3/comments", hasBody: false, securityRequirements: [SecurityRequirement(type: "Oauth2c", scopes: ["https://www.googleapis.com/auth/youtube.force-ssl"])])
                                ^
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftTube/Requests/Comments/YoutubeCommentsList.swift:7:33: note: use 'Service' instead
    public static let service = APIService<Response>(id: "youtube.comments.list", tag: "comments", method: "GET", path: "/youtube/v3/comments", hasBody: false, securityRequirements: [SecurityRequirement(type: "Oauth2c", scopes: ["https://www.googleapis.com/auth/youtube.force-ssl"])])
                                ^~~~~~~~~~
                                Service
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftTube/Requests/Comments/YoutubeCommentsList.swift:16:33: error: generic type 'DeprecatedRequest' specialized with too few type parameters (got 1, but expected 2)
    public final class Request: APIRequest<Response> {
                                ^         ~~~~~~~~~~
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/checkouts/Prch/Sources/Prch/Deprecated/DeprecatedRequest.swift:4:12: note: generic type 'DeprecatedRequest' declared here
open class DeprecatedRequest<
           ^
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftTube/Requests/Comments/YoutubeCommentsList.swift:158:27: warning: 'APIResponseValue' is deprecated: renamed to 'DeprecatedResponse'
    public enum Response: APIResponseValue, CustomStringConvertible, CustomDebugStringConvertible {
                          ^
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftTube/Requests/Comments/YoutubeCommentsList.swift:158:27: note: use 'DeprecatedResponse' instead
    public enum Response: APIResponseValue, CustomStringConvertible, CustomDebugStringConvertible {
                          ^~~~~~~~~~~~~~~~
                          DeprecatedResponse
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftTube/Requests/Comments/YoutubeCommentsList.swift:158:17: error: type 'Comments.YoutubeCommentsList.Response' does not conform to protocol 'Response'
    public enum Response: APIResponseValue, CustomStringConvertible, CustomDebugStringConvertible {
                ^
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/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
                 ^
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/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
                 ^
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftTube/Requests/Comments/YoutubeCommentsList.swift:191:24: warning: 'APIClientError' is deprecated: renamed to 'ClientError'
        default: throw APIClientError.unexpectedStatusCode(statusCode: statusCode, data: data)
                       ^
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftTube/Requests/Comments/YoutubeCommentsList.swift:191:24: note: use 'ClientError' instead
        default: throw APIClientError.unexpectedStatusCode(statusCode: statusCode, data: data)
                       ^~~~~~~~~~~~~~
                       ClientError
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftTube/Requests/Comments/YoutubeCommentsMarkAsSpam.swift:7:33: warning: 'APIService' is deprecated: renamed to 'Service'
    public static let service = APIService<Response>(id: "youtube.comments.markAsSpam", tag: "comments", method: "POST", path: "/youtube/v3/comments/markAsSpam", hasBody: false, securityRequirements: [SecurityRequirement(type: "Oauth2c", scopes: ["https://www.googleapis.com/auth/youtube.force-ssl"])])
                                ^
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftTube/Requests/Comments/YoutubeCommentsMarkAsSpam.swift:7:33: note: use 'Service' instead
    public static let service = APIService<Response>(id: "youtube.comments.markAsSpam", tag: "comments", method: "POST", path: "/youtube/v3/comments/markAsSpam", hasBody: false, securityRequirements: [SecurityRequirement(type: "Oauth2c", scopes: ["https://www.googleapis.com/auth/youtube.force-ssl"])])
                                ^~~~~~~~~~
                                Service
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftTube/Requests/Comments/YoutubeCommentsMarkAsSpam.swift:9:33: error: generic type 'DeprecatedRequest' specialized with too few type parameters (got 1, but expected 2)
    public final class Request: APIRequest<Response> {
                                ^         ~~~~~~~~~~
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/checkouts/Prch/Sources/Prch/Deprecated/DeprecatedRequest.swift:4:12: note: generic type 'DeprecatedRequest' declared here
open class DeprecatedRequest<
           ^
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftTube/Requests/Comments/YoutubeCommentsMarkAsSpam.swift:116:27: warning: 'APIResponseValue' is deprecated: renamed to 'DeprecatedResponse'
    public enum Response: APIResponseValue, CustomStringConvertible, CustomDebugStringConvertible {
                          ^
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftTube/Requests/Comments/YoutubeCommentsMarkAsSpam.swift:116:27: note: use 'DeprecatedResponse' instead
    public enum Response: APIResponseValue, CustomStringConvertible, CustomDebugStringConvertible {
                          ^~~~~~~~~~~~~~~~
                          DeprecatedResponse
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftTube/Requests/Comments/YoutubeCommentsMarkAsSpam.swift:116:17: error: type 'Comments.YoutubeCommentsMarkAsSpam.Response' does not conform to protocol 'Response'
    public enum Response: APIResponseValue, CustomStringConvertible, CustomDebugStringConvertible {
                ^
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/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
                 ^
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/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
                 ^
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftTube/Requests/Comments/YoutubeCommentsMarkAsSpam.swift:149:24: warning: 'APIClientError' is deprecated: renamed to 'ClientError'
        default: throw APIClientError.unexpectedStatusCode(statusCode: statusCode, data: data)
                       ^
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftTube/Requests/Comments/YoutubeCommentsMarkAsSpam.swift:149:24: note: use 'ClientError' instead
        default: throw APIClientError.unexpectedStatusCode(statusCode: statusCode, data: data)
                       ^~~~~~~~~~~~~~
                       ClientError
[94/98] Compiling SwiftTube YoutubeCommentsList.swift
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftTube/Requests/ChannelSections/YoutubeChannelSectionsDelete.swift:7:33: warning: 'APIService' is deprecated: renamed to 'Service'
    public static let service = APIService<Response>(id: "youtube.channelSections.delete", tag: "channelSections", method: "DELETE", path: "/youtube/v3/channelSections", 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/youtubepartner"])])
                                ^
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftTube/Requests/ChannelSections/YoutubeChannelSectionsDelete.swift:7:33: note: use 'Service' instead
    public static let service = APIService<Response>(id: "youtube.channelSections.delete", tag: "channelSections", method: "DELETE", path: "/youtube/v3/channelSections", 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/youtubepartner"])])
                                ^~~~~~~~~~
                                Service
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftTube/Requests/ChannelSections/YoutubeChannelSectionsDelete.swift:9:33: error: generic type 'DeprecatedRequest' specialized with too few type parameters (got 1, but expected 2)
    public final class Request: APIRequest<Response> {
                                ^         ~~~~~~~~~~
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/checkouts/Prch/Sources/Prch/Deprecated/DeprecatedRequest.swift:4:12: note: generic type 'DeprecatedRequest' declared here
open class DeprecatedRequest<
           ^
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftTube/Requests/ChannelSections/YoutubeChannelSectionsDelete.swift:122:27: warning: 'APIResponseValue' is deprecated: renamed to 'DeprecatedResponse'
    public enum Response: APIResponseValue, CustomStringConvertible, CustomDebugStringConvertible {
                          ^
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftTube/Requests/ChannelSections/YoutubeChannelSectionsDelete.swift:122:27: note: use 'DeprecatedResponse' instead
    public enum Response: APIResponseValue, CustomStringConvertible, CustomDebugStringConvertible {
                          ^~~~~~~~~~~~~~~~
                          DeprecatedResponse
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftTube/Requests/ChannelSections/YoutubeChannelSectionsDelete.swift:122:17: error: type 'ChannelSections.YoutubeChannelSectionsDelete.Response' does not conform to protocol 'Response'
    public enum Response: APIResponseValue, CustomStringConvertible, CustomDebugStringConvertible {
                ^
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/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
                 ^
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/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
                 ^
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftTube/Requests/ChannelSections/YoutubeChannelSectionsDelete.swift:155:24: warning: 'APIClientError' is deprecated: renamed to 'ClientError'
        default: throw APIClientError.unexpectedStatusCode(statusCode: statusCode, data: data)
                       ^
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftTube/Requests/ChannelSections/YoutubeChannelSectionsDelete.swift:155:24: note: use 'ClientError' instead
        default: throw APIClientError.unexpectedStatusCode(statusCode: statusCode, data: data)
                       ^~~~~~~~~~~~~~
                       ClientError
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftTube/Requests/ChannelSections/YoutubeChannelSectionsInsert.swift:7:33: warning: 'APIService' is deprecated: renamed to 'Service'
    public static let service = APIService<Response>(id: "youtube.channelSections.insert", tag: "channelSections", method: "POST", path: "/youtube/v3/channelSections", 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"]), SecurityRequirement(type: "Oauth2", scopes: ["https://www.googleapis.com/auth/youtubepartner"])])
                                ^
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftTube/Requests/ChannelSections/YoutubeChannelSectionsInsert.swift:7:33: note: use 'Service' instead
    public static let service = APIService<Response>(id: "youtube.channelSections.insert", tag: "channelSections", method: "POST", path: "/youtube/v3/channelSections", 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"]), SecurityRequirement(type: "Oauth2", scopes: ["https://www.googleapis.com/auth/youtubepartner"])])
                                ^~~~~~~~~~
                                Service
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftTube/Requests/ChannelSections/YoutubeChannelSectionsInsert.swift:9:33: error: generic type 'DeprecatedRequest' specialized with too few type parameters (got 1, but expected 2)
    public final class Request: APIRequest<Response> {
                                ^         ~~~~~~~~~~
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/checkouts/Prch/Sources/Prch/Deprecated/DeprecatedRequest.swift:4:12: note: generic type 'DeprecatedRequest' declared here
open class DeprecatedRequest<
           ^
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftTube/Requests/ChannelSections/YoutubeChannelSectionsInsert.swift:135:27: warning: 'APIResponseValue' is deprecated: renamed to 'DeprecatedResponse'
    public enum Response: APIResponseValue, CustomStringConvertible, CustomDebugStringConvertible {
                          ^
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftTube/Requests/ChannelSections/YoutubeChannelSectionsInsert.swift:135:27: note: use 'DeprecatedResponse' instead
    public enum Response: APIResponseValue, CustomStringConvertible, CustomDebugStringConvertible {
                          ^~~~~~~~~~~~~~~~
                          DeprecatedResponse
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftTube/Requests/ChannelSections/YoutubeChannelSectionsInsert.swift:135:17: error: type 'ChannelSections.YoutubeChannelSectionsInsert.Response' does not conform to protocol 'Response'
    public enum Response: APIResponseValue, CustomStringConvertible, CustomDebugStringConvertible {
                ^
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/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
                 ^
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/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
                 ^
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftTube/Requests/ChannelSections/YoutubeChannelSectionsInsert.swift:168:24: warning: 'APIClientError' is deprecated: renamed to 'ClientError'
        default: throw APIClientError.unexpectedStatusCode(statusCode: statusCode, data: data)
                       ^
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftTube/Requests/ChannelSections/YoutubeChannelSectionsInsert.swift:168:24: note: use 'ClientError' instead
        default: throw APIClientError.unexpectedStatusCode(statusCode: statusCode, data: data)
                       ^~~~~~~~~~~~~~
                       ClientError
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftTube/Requests/ChannelSections/YoutubeChannelSectionsList.swift:7:33: warning: 'APIService' is deprecated: renamed to 'Service'
    public static let service = APIService<Response>(id: "youtube.channelSections.list", tag: "channelSections", method: "GET", path: "/youtube/v3/channelSections", 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"])])
                                ^
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftTube/Requests/ChannelSections/YoutubeChannelSectionsList.swift:7:33: note: use 'Service' instead
    public static let service = APIService<Response>(id: "youtube.channelSections.list", tag: "channelSections", method: "GET", path: "/youtube/v3/channelSections", 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
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftTube/Requests/ChannelSections/YoutubeChannelSectionsList.swift:9:33: error: generic type 'DeprecatedRequest' specialized with too few type parameters (got 1, but expected 2)
    public final class Request: APIRequest<Response> {
                                ^         ~~~~~~~~~~
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/checkouts/Prch/Sources/Prch/Deprecated/DeprecatedRequest.swift:4:12: note: generic type 'DeprecatedRequest' declared here
open class DeprecatedRequest<
           ^
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftTube/Requests/ChannelSections/YoutubeChannelSectionsList.swift:151:27: warning: 'APIResponseValue' is deprecated: renamed to 'DeprecatedResponse'
    public enum Response: APIResponseValue, CustomStringConvertible, CustomDebugStringConvertible {
                          ^
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftTube/Requests/ChannelSections/YoutubeChannelSectionsList.swift:151:27: note: use 'DeprecatedResponse' instead
    public enum Response: APIResponseValue, CustomStringConvertible, CustomDebugStringConvertible {
                          ^~~~~~~~~~~~~~~~
                          DeprecatedResponse
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftTube/Requests/ChannelSections/YoutubeChannelSectionsList.swift:151:17: error: type 'ChannelSections.YoutubeChannelSectionsList.Response' does not conform to protocol 'Response'
    public enum Response: APIResponseValue, CustomStringConvertible, CustomDebugStringConvertible {
                ^
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/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
                 ^
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/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
                 ^
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftTube/Requests/ChannelSections/YoutubeChannelSectionsList.swift:184:24: warning: 'APIClientError' is deprecated: renamed to 'ClientError'
        default: throw APIClientError.unexpectedStatusCode(statusCode: statusCode, data: data)
                       ^
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftTube/Requests/ChannelSections/YoutubeChannelSectionsList.swift:184:24: note: use 'ClientError' instead
        default: throw APIClientError.unexpectedStatusCode(statusCode: statusCode, data: data)
                       ^~~~~~~~~~~~~~
                       ClientError
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftTube/Requests/ChannelSections/YoutubeChannelSectionsUpdate.swift:7:33: warning: 'APIService' is deprecated: renamed to 'Service'
    public static let service = APIService<Response>(id: "youtube.channelSections.update", tag: "channelSections", method: "PUT", path: "/youtube/v3/channelSections", 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"]), SecurityRequirement(type: "Oauth2", scopes: ["https://www.googleapis.com/auth/youtubepartner"])])
                                ^
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftTube/Requests/ChannelSections/YoutubeChannelSectionsUpdate.swift:7:33: note: use 'Service' instead
    public static let service = APIService<Response>(id: "youtube.channelSections.update", tag: "channelSections", method: "PUT", path: "/youtube/v3/channelSections", 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"]), SecurityRequirement(type: "Oauth2", scopes: ["https://www.googleapis.com/auth/youtubepartner"])])
                                ^~~~~~~~~~
                                Service
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftTube/Requests/ChannelSections/YoutubeChannelSectionsUpdate.swift:9:33: error: generic type 'DeprecatedRequest' specialized with too few type parameters (got 1, but expected 2)
    public final class Request: APIRequest<Response> {
                                ^         ~~~~~~~~~~
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/checkouts/Prch/Sources/Prch/Deprecated/DeprecatedRequest.swift:4:12: note: generic type 'DeprecatedRequest' declared here
open class DeprecatedRequest<
           ^
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftTube/Requests/ChannelSections/YoutubeChannelSectionsUpdate.swift:128:27: warning: 'APIResponseValue' is deprecated: renamed to 'DeprecatedResponse'
    public enum Response: APIResponseValue, CustomStringConvertible, CustomDebugStringConvertible {
                          ^
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftTube/Requests/ChannelSections/YoutubeChannelSectionsUpdate.swift:128:27: note: use 'DeprecatedResponse' instead
    public enum Response: APIResponseValue, CustomStringConvertible, CustomDebugStringConvertible {
                          ^~~~~~~~~~~~~~~~
                          DeprecatedResponse
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftTube/Requests/ChannelSections/YoutubeChannelSectionsUpdate.swift:128:17: error: type 'ChannelSections.YoutubeChannelSectionsUpdate.Response' does not conform to protocol 'Response'
    public enum Response: APIResponseValue, CustomStringConvertible, CustomDebugStringConvertible {
                ^
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/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
                 ^
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/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
                 ^
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftTube/Requests/ChannelSections/YoutubeChannelSectionsUpdate.swift:161:24: warning: 'APIClientError' is deprecated: renamed to 'ClientError'
        default: throw APIClientError.unexpectedStatusCode(statusCode: statusCode, data: data)
                       ^
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftTube/Requests/ChannelSections/YoutubeChannelSectionsUpdate.swift:161:24: note: use 'ClientError' instead
        default: throw APIClientError.unexpectedStatusCode(statusCode: statusCode, data: data)
                       ^~~~~~~~~~~~~~
                       ClientError
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftTube/Requests/Channels/YoutubeChannelsList.swift:7:33: warning: 'APIService' is deprecated: renamed to 'Service'
    public static let service = APIService<Response>(id: "youtube.channels.list", tag: "channels", method: "GET", path: "/youtube/v3/channels", 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"]), SecurityRequirement(type: "Oauth2", scopes: ["https://www.googleapis.com/auth/youtubepartner-channel-audit"])])
                                ^
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftTube/Requests/Channels/YoutubeChannelsList.swift:7:33: note: use 'Service' instead
    public static let service = APIService<Response>(id: "youtube.channels.list", tag: "channels", method: "GET", path: "/youtube/v3/channels", 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"]), SecurityRequirement(type: "Oauth2", scopes: ["https://www.googleapis.com/auth/youtubepartner-channel-audit"])])
                                ^~~~~~~~~~
                                Service
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftTube/Requests/Channels/YoutubeChannelsList.swift:9:33: error: generic type 'DeprecatedRequest' specialized with too few type parameters (got 1, but expected 2)
    public final class Request: APIRequest<Response> {
                                ^         ~~~~~~~~~~
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/checkouts/Prch/Sources/Prch/Deprecated/DeprecatedRequest.swift:4:12: note: generic type 'DeprecatedRequest' declared here
open class DeprecatedRequest<
           ^
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftTube/Requests/Channels/YoutubeChannelsList.swift:186:27: warning: 'APIResponseValue' is deprecated: renamed to 'DeprecatedResponse'
    public enum Response: APIResponseValue, CustomStringConvertible, CustomDebugStringConvertible {
                          ^
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftTube/Requests/Channels/YoutubeChannelsList.swift:186:27: note: use 'DeprecatedResponse' instead
    public enum Response: APIResponseValue, CustomStringConvertible, CustomDebugStringConvertible {
                          ^~~~~~~~~~~~~~~~
                          DeprecatedResponse
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftTube/Requests/Channels/YoutubeChannelsList.swift:186:17: error: type 'Channels.YoutubeChannelsList.Response' does not conform to protocol 'Response'
    public enum Response: APIResponseValue, CustomStringConvertible, CustomDebugStringConvertible {
                ^
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/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
                 ^
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/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
                 ^
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftTube/Requests/Channels/YoutubeChannelsList.swift:219:24: warning: 'APIClientError' is deprecated: renamed to 'ClientError'
        default: throw APIClientError.unexpectedStatusCode(statusCode: statusCode, data: data)
                       ^
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftTube/Requests/Channels/YoutubeChannelsList.swift:219:24: note: use 'ClientError' instead
        default: throw APIClientError.unexpectedStatusCode(statusCode: statusCode, data: data)
                       ^~~~~~~~~~~~~~
                       ClientError
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftTube/Requests/Channels/YoutubeChannelsUpdate.swift:7:33: warning: 'APIService' is deprecated: renamed to 'Service'
    public static let service = APIService<Response>(id: "youtube.channels.update", tag: "channels", method: "PUT", path: "/youtube/v3/channels", 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"]), SecurityRequirement(type: "Oauth2", scopes: ["https://www.googleapis.com/auth/youtubepartner"])])
                                ^
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftTube/Requests/Channels/YoutubeChannelsUpdate.swift:7:33: note: use 'Service' instead
    public static let service = APIService<Response>(id: "youtube.channels.update", tag: "channels", method: "PUT", path: "/youtube/v3/channels", 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"]), SecurityRequirement(type: "Oauth2", scopes: ["https://www.googleapis.com/auth/youtubepartner"])])
                                ^~~~~~~~~~
                                Service
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftTube/Requests/Channels/YoutubeChannelsUpdate.swift:9:33: error: generic type 'DeprecatedRequest' specialized with too few type parameters (got 1, but expected 2)
    public final class Request: APIRequest<Response> {
                                ^         ~~~~~~~~~~
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/checkouts/Prch/Sources/Prch/Deprecated/DeprecatedRequest.swift:4:12: note: generic type 'DeprecatedRequest' declared here
open class DeprecatedRequest<
           ^
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftTube/Requests/Channels/YoutubeChannelsUpdate.swift:128:27: warning: 'APIResponseValue' is deprecated: renamed to 'DeprecatedResponse'
    public enum Response: APIResponseValue, CustomStringConvertible, CustomDebugStringConvertible {
                          ^
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftTube/Requests/Channels/YoutubeChannelsUpdate.swift:128:27: note: use 'DeprecatedResponse' instead
    public enum Response: APIResponseValue, CustomStringConvertible, CustomDebugStringConvertible {
                          ^~~~~~~~~~~~~~~~
                          DeprecatedResponse
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftTube/Requests/Channels/YoutubeChannelsUpdate.swift:128:17: error: type 'Channels.YoutubeChannelsUpdate.Response' does not conform to protocol 'Response'
    public enum Response: APIResponseValue, CustomStringConvertible, CustomDebugStringConvertible {
                ^
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/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
                 ^
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/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
                 ^
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftTube/Requests/Channels/YoutubeChannelsUpdate.swift:161:24: warning: 'APIClientError' is deprecated: renamed to 'ClientError'
        default: throw APIClientError.unexpectedStatusCode(statusCode: statusCode, data: data)
                       ^
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftTube/Requests/Channels/YoutubeChannelsUpdate.swift:161:24: note: use 'ClientError' instead
        default: throw APIClientError.unexpectedStatusCode(statusCode: statusCode, data: data)
                       ^~~~~~~~~~~~~~
                       ClientError
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftTube/Requests/CommentThreads/YoutubeCommentThreadsInsert.swift:7:33: warning: 'APIService' is deprecated: renamed to 'Service'
    public static let service = APIService<Response>(id: "youtube.commentThreads.insert", tag: "commentThreads", method: "POST", path: "/youtube/v3/commentThreads", hasBody: true, securityRequirements: [SecurityRequirement(type: "Oauth2c", scopes: ["https://www.googleapis.com/auth/youtube.force-ssl"])])
                                ^
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftTube/Requests/CommentThreads/YoutubeCommentThreadsInsert.swift:7:33: note: use 'Service' instead
    public static let service = APIService<Response>(id: "youtube.commentThreads.insert", tag: "commentThreads", method: "POST", path: "/youtube/v3/commentThreads", hasBody: true, securityRequirements: [SecurityRequirement(type: "Oauth2c", scopes: ["https://www.googleapis.com/auth/youtube.force-ssl"])])
                                ^~~~~~~~~~
                                Service
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftTube/Requests/CommentThreads/YoutubeCommentThreadsInsert.swift:9:33: error: generic type 'DeprecatedRequest' specialized with too few type parameters (got 1, but expected 2)
    public final class Request: APIRequest<Response> {
                                ^         ~~~~~~~~~~
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/checkouts/Prch/Sources/Prch/Deprecated/DeprecatedRequest.swift:4:12: note: generic type 'DeprecatedRequest' declared here
open class DeprecatedRequest<
           ^
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftTube/Requests/CommentThreads/YoutubeCommentThreadsInsert.swift:121:27: warning: 'APIResponseValue' is deprecated: renamed to 'DeprecatedResponse'
    public enum Response: APIResponseValue, CustomStringConvertible, CustomDebugStringConvertible {
                          ^
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftTube/Requests/CommentThreads/YoutubeCommentThreadsInsert.swift:121:27: note: use 'DeprecatedResponse' instead
    public enum Response: APIResponseValue, CustomStringConvertible, CustomDebugStringConvertible {
                          ^~~~~~~~~~~~~~~~
                          DeprecatedResponse
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftTube/Requests/CommentThreads/YoutubeCommentThreadsInsert.swift:121:17: error: type 'CommentThreads.YoutubeCommentThreadsInsert.Response' does not conform to protocol 'Response'
    public enum Response: APIResponseValue, CustomStringConvertible, CustomDebugStringConvertible {
                ^
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/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
                 ^
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/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
                 ^
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftTube/Requests/CommentThreads/YoutubeCommentThreadsInsert.swift:154:24: warning: 'APIClientError' is deprecated: renamed to 'ClientError'
        default: throw APIClientError.unexpectedStatusCode(statusCode: statusCode, data: data)
                       ^
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftTube/Requests/CommentThreads/YoutubeCommentThreadsInsert.swift:154:24: note: use 'ClientError' instead
        default: throw APIClientError.unexpectedStatusCode(statusCode: statusCode, data: data)
                       ^~~~~~~~~~~~~~
                       ClientError
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftTube/Requests/CommentThreads/YoutubeCommentThreadsList.swift:7:33: warning: 'APIService' is deprecated: renamed to 'Service'
    public static let service = APIService<Response>(id: "youtube.commentThreads.list", tag: "commentThreads", method: "GET", path: "/youtube/v3/commentThreads", hasBody: false, securityRequirements: [SecurityRequirement(type: "Oauth2c", scopes: ["https://www.googleapis.com/auth/youtube.force-ssl"])])
                                ^
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftTube/Requests/CommentThreads/YoutubeCommentThreadsList.swift:7:33: note: use 'Service' instead
    public static let service = APIService<Response>(id: "youtube.commentThreads.list", tag: "commentThreads", method: "GET", path: "/youtube/v3/commentThreads", hasBody: false, securityRequirements: [SecurityRequirement(type: "Oauth2c", scopes: ["https://www.googleapis.com/auth/youtube.force-ssl"])])
                                ^~~~~~~~~~
                                Service
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftTube/Requests/CommentThreads/YoutubeCommentThreadsList.swift:31:33: error: generic type 'DeprecatedRequest' specialized with too few type parameters (got 1, but expected 2)
    public final class Request: APIRequest<Response> {
                                ^         ~~~~~~~~~~
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/checkouts/Prch/Sources/Prch/Deprecated/DeprecatedRequest.swift:4:12: note: generic type 'DeprecatedRequest' declared here
open class DeprecatedRequest<
           ^
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftTube/Requests/CommentThreads/YoutubeCommentThreadsList.swift:207:27: warning: 'APIResponseValue' is deprecated: renamed to 'DeprecatedResponse'
    public enum Response: APIResponseValue, CustomStringConvertible, CustomDebugStringConvertible {
                          ^
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftTube/Requests/CommentThreads/YoutubeCommentThreadsList.swift:207:27: note: use 'DeprecatedResponse' instead
    public enum Response: APIResponseValue, CustomStringConvertible, CustomDebugStringConvertible {
                          ^~~~~~~~~~~~~~~~
                          DeprecatedResponse
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftTube/Requests/CommentThreads/YoutubeCommentThreadsList.swift:207:17: error: type 'CommentThreads.YoutubeCommentThreadsList.Response' does not conform to protocol 'Response'
    public enum Response: APIResponseValue, CustomStringConvertible, CustomDebugStringConvertible {
                ^
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/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
                 ^
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/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
                 ^
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftTube/Requests/CommentThreads/YoutubeCommentThreadsList.swift:240:24: warning: 'APIClientError' is deprecated: renamed to 'ClientError'
        default: throw APIClientError.unexpectedStatusCode(statusCode: statusCode, data: data)
                       ^
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftTube/Requests/CommentThreads/YoutubeCommentThreadsList.swift:240:24: note: use 'ClientError' instead
        default: throw APIClientError.unexpectedStatusCode(statusCode: statusCode, data: data)
                       ^~~~~~~~~~~~~~
                       ClientError
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftTube/Requests/Comments/YoutubeCommentsDelete.swift:7:33: warning: 'APIService' is deprecated: renamed to 'Service'
    public static let service = APIService<Response>(id: "youtube.comments.delete", tag: "comments", method: "DELETE", path: "/youtube/v3/comments", hasBody: false, securityRequirements: [SecurityRequirement(type: "Oauth2", scopes: ["https://www.googleapis.com/auth/youtube.force-ssl"])])
                                ^
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftTube/Requests/Comments/YoutubeCommentsDelete.swift:7:33: note: use 'Service' instead
    public static let service = APIService<Response>(id: "youtube.comments.delete", tag: "comments", method: "DELETE", path: "/youtube/v3/comments", hasBody: false, securityRequirements: [SecurityRequirement(type: "Oauth2", scopes: ["https://www.googleapis.com/auth/youtube.force-ssl"])])
                                ^~~~~~~~~~
                                Service
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftTube/Requests/Comments/YoutubeCommentsDelete.swift:9:33: error: generic type 'DeprecatedRequest' specialized with too few type parameters (got 1, but expected 2)
    public final class Request: APIRequest<Response> {
                                ^         ~~~~~~~~~~
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/checkouts/Prch/Sources/Prch/Deprecated/DeprecatedRequest.swift:4:12: note: generic type 'DeprecatedRequest' declared here
open class DeprecatedRequest<
           ^
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftTube/Requests/Comments/YoutubeCommentsDelete.swift:115:27: warning: 'APIResponseValue' is deprecated: renamed to 'DeprecatedResponse'
    public enum Response: APIResponseValue, CustomStringConvertible, CustomDebugStringConvertible {
                          ^
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftTube/Requests/Comments/YoutubeCommentsDelete.swift:115:27: note: use 'DeprecatedResponse' instead
    public enum Response: APIResponseValue, CustomStringConvertible, CustomDebugStringConvertible {
                          ^~~~~~~~~~~~~~~~
                          DeprecatedResponse
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftTube/Requests/Comments/YoutubeCommentsDelete.swift:115:17: error: type 'Comments.YoutubeCommentsDelete.Response' does not conform to protocol 'Response'
    public enum Response: APIResponseValue, CustomStringConvertible, CustomDebugStringConvertible {
                ^
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/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
                 ^
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/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
                 ^
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftTube/Requests/Comments/YoutubeCommentsDelete.swift:148:24: warning: 'APIClientError' is deprecated: renamed to 'ClientError'
        default: throw APIClientError.unexpectedStatusCode(statusCode: statusCode, data: data)
                       ^
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftTube/Requests/Comments/YoutubeCommentsDelete.swift:148:24: note: use 'ClientError' instead
        default: throw APIClientError.unexpectedStatusCode(statusCode: statusCode, data: data)
                       ^~~~~~~~~~~~~~
                       ClientError
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftTube/Requests/Comments/YoutubeCommentsInsert.swift:7:33: warning: 'APIService' is deprecated: renamed to 'Service'
    public static let service = APIService<Response>(id: "youtube.comments.insert", tag: "comments", method: "POST", path: "/youtube/v3/comments", hasBody: true, securityRequirements: [SecurityRequirement(type: "Oauth2c", scopes: ["https://www.googleapis.com/auth/youtube.force-ssl"])])
                                ^
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftTube/Requests/Comments/YoutubeCommentsInsert.swift:7:33: note: use 'Service' instead
    public static let service = APIService<Response>(id: "youtube.comments.insert", tag: "comments", method: "POST", path: "/youtube/v3/comments", hasBody: true, securityRequirements: [SecurityRequirement(type: "Oauth2c", scopes: ["https://www.googleapis.com/auth/youtube.force-ssl"])])
                                ^~~~~~~~~~
                                Service
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftTube/Requests/Comments/YoutubeCommentsInsert.swift:9:33: error: generic type 'DeprecatedRequest' specialized with too few type parameters (got 1, but expected 2)
    public final class Request: APIRequest<Response> {
                                ^         ~~~~~~~~~~
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/checkouts/Prch/Sources/Prch/Deprecated/DeprecatedRequest.swift:4:12: note: generic type 'DeprecatedRequest' declared here
open class DeprecatedRequest<
           ^
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftTube/Requests/Comments/YoutubeCommentsInsert.swift:121:27: warning: 'APIResponseValue' is deprecated: renamed to 'DeprecatedResponse'
    public enum Response: APIResponseValue, CustomStringConvertible, CustomDebugStringConvertible {
                          ^
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftTube/Requests/Comments/YoutubeCommentsInsert.swift:121:27: note: use 'DeprecatedResponse' instead
    public enum Response: APIResponseValue, CustomStringConvertible, CustomDebugStringConvertible {
                          ^~~~~~~~~~~~~~~~
                          DeprecatedResponse
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftTube/Requests/Comments/YoutubeCommentsInsert.swift:121:17: error: type 'Comments.YoutubeCommentsInsert.Response' does not conform to protocol 'Response'
    public enum Response: APIResponseValue, CustomStringConvertible, CustomDebugStringConvertible {
                ^
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/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
                 ^
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/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
                 ^
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftTube/Requests/Comments/YoutubeCommentsInsert.swift:154:24: warning: 'APIClientError' is deprecated: renamed to 'ClientError'
        default: throw APIClientError.unexpectedStatusCode(statusCode: statusCode, data: data)
                       ^
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftTube/Requests/Comments/YoutubeCommentsInsert.swift:154:24: note: use 'ClientError' instead
        default: throw APIClientError.unexpectedStatusCode(statusCode: statusCode, data: data)
                       ^~~~~~~~~~~~~~
                       ClientError
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftTube/Requests/Comments/YoutubeCommentsList.swift:7:33: warning: 'APIService' is deprecated: renamed to 'Service'
    public static let service = APIService<Response>(id: "youtube.comments.list", tag: "comments", method: "GET", path: "/youtube/v3/comments", hasBody: false, securityRequirements: [SecurityRequirement(type: "Oauth2c", scopes: ["https://www.googleapis.com/auth/youtube.force-ssl"])])
                                ^
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftTube/Requests/Comments/YoutubeCommentsList.swift:7:33: note: use 'Service' instead
    public static let service = APIService<Response>(id: "youtube.comments.list", tag: "comments", method: "GET", path: "/youtube/v3/comments", hasBody: false, securityRequirements: [SecurityRequirement(type: "Oauth2c", scopes: ["https://www.googleapis.com/auth/youtube.force-ssl"])])
                                ^~~~~~~~~~
                                Service
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftTube/Requests/Comments/YoutubeCommentsList.swift:16:33: error: generic type 'DeprecatedRequest' specialized with too few type parameters (got 1, but expected 2)
    public final class Request: APIRequest<Response> {
                                ^         ~~~~~~~~~~
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/checkouts/Prch/Sources/Prch/Deprecated/DeprecatedRequest.swift:4:12: note: generic type 'DeprecatedRequest' declared here
open class DeprecatedRequest<
           ^
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftTube/Requests/Comments/YoutubeCommentsList.swift:158:27: warning: 'APIResponseValue' is deprecated: renamed to 'DeprecatedResponse'
    public enum Response: APIResponseValue, CustomStringConvertible, CustomDebugStringConvertible {
                          ^
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftTube/Requests/Comments/YoutubeCommentsList.swift:158:27: note: use 'DeprecatedResponse' instead
    public enum Response: APIResponseValue, CustomStringConvertible, CustomDebugStringConvertible {
                          ^~~~~~~~~~~~~~~~
                          DeprecatedResponse
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftTube/Requests/Comments/YoutubeCommentsList.swift:158:17: error: type 'Comments.YoutubeCommentsList.Response' does not conform to protocol 'Response'
    public enum Response: APIResponseValue, CustomStringConvertible, CustomDebugStringConvertible {
                ^
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/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
                 ^
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/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
                 ^
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftTube/Requests/Comments/YoutubeCommentsList.swift:191:24: warning: 'APIClientError' is deprecated: renamed to 'ClientError'
        default: throw APIClientError.unexpectedStatusCode(statusCode: statusCode, data: data)
                       ^
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftTube/Requests/Comments/YoutubeCommentsList.swift:191:24: note: use 'ClientError' instead
        default: throw APIClientError.unexpectedStatusCode(statusCode: statusCode, data: data)
                       ^~~~~~~~~~~~~~
                       ClientError
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftTube/Requests/Comments/YoutubeCommentsMarkAsSpam.swift:7:33: warning: 'APIService' is deprecated: renamed to 'Service'
    public static let service = APIService<Response>(id: "youtube.comments.markAsSpam", tag: "comments", method: "POST", path: "/youtube/v3/comments/markAsSpam", hasBody: false, securityRequirements: [SecurityRequirement(type: "Oauth2c", scopes: ["https://www.googleapis.com/auth/youtube.force-ssl"])])
                                ^
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftTube/Requests/Comments/YoutubeCommentsMarkAsSpam.swift:7:33: note: use 'Service' instead
    public static let service = APIService<Response>(id: "youtube.comments.markAsSpam", tag: "comments", method: "POST", path: "/youtube/v3/comments/markAsSpam", hasBody: false, securityRequirements: [SecurityRequirement(type: "Oauth2c", scopes: ["https://www.googleapis.com/auth/youtube.force-ssl"])])
                                ^~~~~~~~~~
                                Service
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftTube/Requests/Comments/YoutubeCommentsMarkAsSpam.swift:9:33: error: generic type 'DeprecatedRequest' specialized with too few type parameters (got 1, but expected 2)
    public final class Request: APIRequest<Response> {
                                ^         ~~~~~~~~~~
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/checkouts/Prch/Sources/Prch/Deprecated/DeprecatedRequest.swift:4:12: note: generic type 'DeprecatedRequest' declared here
open class DeprecatedRequest<
           ^
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftTube/Requests/Comments/YoutubeCommentsMarkAsSpam.swift:116:27: warning: 'APIResponseValue' is deprecated: renamed to 'DeprecatedResponse'
    public enum Response: APIResponseValue, CustomStringConvertible, CustomDebugStringConvertible {
                          ^
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftTube/Requests/Comments/YoutubeCommentsMarkAsSpam.swift:116:27: note: use 'DeprecatedResponse' instead
    public enum Response: APIResponseValue, CustomStringConvertible, CustomDebugStringConvertible {
                          ^~~~~~~~~~~~~~~~
                          DeprecatedResponse
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftTube/Requests/Comments/YoutubeCommentsMarkAsSpam.swift:116:17: error: type 'Comments.YoutubeCommentsMarkAsSpam.Response' does not conform to protocol 'Response'
    public enum Response: APIResponseValue, CustomStringConvertible, CustomDebugStringConvertible {
                ^
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/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
                 ^
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/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
                 ^
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftTube/Requests/Comments/YoutubeCommentsMarkAsSpam.swift:149:24: warning: 'APIClientError' is deprecated: renamed to 'ClientError'
        default: throw APIClientError.unexpectedStatusCode(statusCode: statusCode, data: data)
                       ^
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftTube/Requests/Comments/YoutubeCommentsMarkAsSpam.swift:149:24: note: use 'ClientError' instead
        default: throw APIClientError.unexpectedStatusCode(statusCode: statusCode, data: data)
                       ^~~~~~~~~~~~~~
                       ClientError
[95/98] Compiling SwiftTube YoutubeCommentsMarkAsSpam.swift
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftTube/Requests/ChannelSections/YoutubeChannelSectionsDelete.swift:7:33: warning: 'APIService' is deprecated: renamed to 'Service'
    public static let service = APIService<Response>(id: "youtube.channelSections.delete", tag: "channelSections", method: "DELETE", path: "/youtube/v3/channelSections", 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/youtubepartner"])])
                                ^
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftTube/Requests/ChannelSections/YoutubeChannelSectionsDelete.swift:7:33: note: use 'Service' instead
    public static let service = APIService<Response>(id: "youtube.channelSections.delete", tag: "channelSections", method: "DELETE", path: "/youtube/v3/channelSections", 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/youtubepartner"])])
                                ^~~~~~~~~~
                                Service
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftTube/Requests/ChannelSections/YoutubeChannelSectionsDelete.swift:9:33: error: generic type 'DeprecatedRequest' specialized with too few type parameters (got 1, but expected 2)
    public final class Request: APIRequest<Response> {
                                ^         ~~~~~~~~~~
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/checkouts/Prch/Sources/Prch/Deprecated/DeprecatedRequest.swift:4:12: note: generic type 'DeprecatedRequest' declared here
open class DeprecatedRequest<
           ^
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftTube/Requests/ChannelSections/YoutubeChannelSectionsDelete.swift:122:27: warning: 'APIResponseValue' is deprecated: renamed to 'DeprecatedResponse'
    public enum Response: APIResponseValue, CustomStringConvertible, CustomDebugStringConvertible {
                          ^
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftTube/Requests/ChannelSections/YoutubeChannelSectionsDelete.swift:122:27: note: use 'DeprecatedResponse' instead
    public enum Response: APIResponseValue, CustomStringConvertible, CustomDebugStringConvertible {
                          ^~~~~~~~~~~~~~~~
                          DeprecatedResponse
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftTube/Requests/ChannelSections/YoutubeChannelSectionsDelete.swift:122:17: error: type 'ChannelSections.YoutubeChannelSectionsDelete.Response' does not conform to protocol 'Response'
    public enum Response: APIResponseValue, CustomStringConvertible, CustomDebugStringConvertible {
                ^
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/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
                 ^
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/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
                 ^
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftTube/Requests/ChannelSections/YoutubeChannelSectionsDelete.swift:155:24: warning: 'APIClientError' is deprecated: renamed to 'ClientError'
        default: throw APIClientError.unexpectedStatusCode(statusCode: statusCode, data: data)
                       ^
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftTube/Requests/ChannelSections/YoutubeChannelSectionsDelete.swift:155:24: note: use 'ClientError' instead
        default: throw APIClientError.unexpectedStatusCode(statusCode: statusCode, data: data)
                       ^~~~~~~~~~~~~~
                       ClientError
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftTube/Requests/ChannelSections/YoutubeChannelSectionsInsert.swift:7:33: warning: 'APIService' is deprecated: renamed to 'Service'
    public static let service = APIService<Response>(id: "youtube.channelSections.insert", tag: "channelSections", method: "POST", path: "/youtube/v3/channelSections", 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"]), SecurityRequirement(type: "Oauth2", scopes: ["https://www.googleapis.com/auth/youtubepartner"])])
                                ^
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftTube/Requests/ChannelSections/YoutubeChannelSectionsInsert.swift:7:33: note: use 'Service' instead
    public static let service = APIService<Response>(id: "youtube.channelSections.insert", tag: "channelSections", method: "POST", path: "/youtube/v3/channelSections", 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"]), SecurityRequirement(type: "Oauth2", scopes: ["https://www.googleapis.com/auth/youtubepartner"])])
                                ^~~~~~~~~~
                                Service
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftTube/Requests/ChannelSections/YoutubeChannelSectionsInsert.swift:9:33: error: generic type 'DeprecatedRequest' specialized with too few type parameters (got 1, but expected 2)
    public final class Request: APIRequest<Response> {
                                ^         ~~~~~~~~~~
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/checkouts/Prch/Sources/Prch/Deprecated/DeprecatedRequest.swift:4:12: note: generic type 'DeprecatedRequest' declared here
open class DeprecatedRequest<
           ^
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftTube/Requests/ChannelSections/YoutubeChannelSectionsInsert.swift:135:27: warning: 'APIResponseValue' is deprecated: renamed to 'DeprecatedResponse'
    public enum Response: APIResponseValue, CustomStringConvertible, CustomDebugStringConvertible {
                          ^
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftTube/Requests/ChannelSections/YoutubeChannelSectionsInsert.swift:135:27: note: use 'DeprecatedResponse' instead
    public enum Response: APIResponseValue, CustomStringConvertible, CustomDebugStringConvertible {
                          ^~~~~~~~~~~~~~~~
                          DeprecatedResponse
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftTube/Requests/ChannelSections/YoutubeChannelSectionsInsert.swift:135:17: error: type 'ChannelSections.YoutubeChannelSectionsInsert.Response' does not conform to protocol 'Response'
    public enum Response: APIResponseValue, CustomStringConvertible, CustomDebugStringConvertible {
                ^
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/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
                 ^
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/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
                 ^
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftTube/Requests/ChannelSections/YoutubeChannelSectionsInsert.swift:168:24: warning: 'APIClientError' is deprecated: renamed to 'ClientError'
        default: throw APIClientError.unexpectedStatusCode(statusCode: statusCode, data: data)
                       ^
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftTube/Requests/ChannelSections/YoutubeChannelSectionsInsert.swift:168:24: note: use 'ClientError' instead
        default: throw APIClientError.unexpectedStatusCode(statusCode: statusCode, data: data)
                       ^~~~~~~~~~~~~~
                       ClientError
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftTube/Requests/ChannelSections/YoutubeChannelSectionsList.swift:7:33: warning: 'APIService' is deprecated: renamed to 'Service'
    public static let service = APIService<Response>(id: "youtube.channelSections.list", tag: "channelSections", method: "GET", path: "/youtube/v3/channelSections", 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"])])
                                ^
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftTube/Requests/ChannelSections/YoutubeChannelSectionsList.swift:7:33: note: use 'Service' instead
    public static let service = APIService<Response>(id: "youtube.channelSections.list", tag: "channelSections", method: "GET", path: "/youtube/v3/channelSections", 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
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftTube/Requests/ChannelSections/YoutubeChannelSectionsList.swift:9:33: error: generic type 'DeprecatedRequest' specialized with too few type parameters (got 1, but expected 2)
    public final class Request: APIRequest<Response> {
                                ^         ~~~~~~~~~~
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/checkouts/Prch/Sources/Prch/Deprecated/DeprecatedRequest.swift:4:12: note: generic type 'DeprecatedRequest' declared here
open class DeprecatedRequest<
           ^
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftTube/Requests/ChannelSections/YoutubeChannelSectionsList.swift:151:27: warning: 'APIResponseValue' is deprecated: renamed to 'DeprecatedResponse'
    public enum Response: APIResponseValue, CustomStringConvertible, CustomDebugStringConvertible {
                          ^
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftTube/Requests/ChannelSections/YoutubeChannelSectionsList.swift:151:27: note: use 'DeprecatedResponse' instead
    public enum Response: APIResponseValue, CustomStringConvertible, CustomDebugStringConvertible {
                          ^~~~~~~~~~~~~~~~
                          DeprecatedResponse
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftTube/Requests/ChannelSections/YoutubeChannelSectionsList.swift:151:17: error: type 'ChannelSections.YoutubeChannelSectionsList.Response' does not conform to protocol 'Response'
    public enum Response: APIResponseValue, CustomStringConvertible, CustomDebugStringConvertible {
                ^
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/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
                 ^
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/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
                 ^
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftTube/Requests/ChannelSections/YoutubeChannelSectionsList.swift:184:24: warning: 'APIClientError' is deprecated: renamed to 'ClientError'
        default: throw APIClientError.unexpectedStatusCode(statusCode: statusCode, data: data)
                       ^
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftTube/Requests/ChannelSections/YoutubeChannelSectionsList.swift:184:24: note: use 'ClientError' instead
        default: throw APIClientError.unexpectedStatusCode(statusCode: statusCode, data: data)
                       ^~~~~~~~~~~~~~
                       ClientError
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftTube/Requests/ChannelSections/YoutubeChannelSectionsUpdate.swift:7:33: warning: 'APIService' is deprecated: renamed to 'Service'
    public static let service = APIService<Response>(id: "youtube.channelSections.update", tag: "channelSections", method: "PUT", path: "/youtube/v3/channelSections", 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"]), SecurityRequirement(type: "Oauth2", scopes: ["https://www.googleapis.com/auth/youtubepartner"])])
                                ^
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftTube/Requests/ChannelSections/YoutubeChannelSectionsUpdate.swift:7:33: note: use 'Service' instead
    public static let service = APIService<Response>(id: "youtube.channelSections.update", tag: "channelSections", method: "PUT", path: "/youtube/v3/channelSections", 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"]), SecurityRequirement(type: "Oauth2", scopes: ["https://www.googleapis.com/auth/youtubepartner"])])
                                ^~~~~~~~~~
                                Service
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftTube/Requests/ChannelSections/YoutubeChannelSectionsUpdate.swift:9:33: error: generic type 'DeprecatedRequest' specialized with too few type parameters (got 1, but expected 2)
    public final class Request: APIRequest<Response> {
                                ^         ~~~~~~~~~~
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/checkouts/Prch/Sources/Prch/Deprecated/DeprecatedRequest.swift:4:12: note: generic type 'DeprecatedRequest' declared here
open class DeprecatedRequest<
           ^
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftTube/Requests/ChannelSections/YoutubeChannelSectionsUpdate.swift:128:27: warning: 'APIResponseValue' is deprecated: renamed to 'DeprecatedResponse'
    public enum Response: APIResponseValue, CustomStringConvertible, CustomDebugStringConvertible {
                          ^
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftTube/Requests/ChannelSections/YoutubeChannelSectionsUpdate.swift:128:27: note: use 'DeprecatedResponse' instead
    public enum Response: APIResponseValue, CustomStringConvertible, CustomDebugStringConvertible {
                          ^~~~~~~~~~~~~~~~
                          DeprecatedResponse
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftTube/Requests/ChannelSections/YoutubeChannelSectionsUpdate.swift:128:17: error: type 'ChannelSections.YoutubeChannelSectionsUpdate.Response' does not conform to protocol 'Response'
    public enum Response: APIResponseValue, CustomStringConvertible, CustomDebugStringConvertible {
                ^
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/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
                 ^
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/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
                 ^
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftTube/Requests/ChannelSections/YoutubeChannelSectionsUpdate.swift:161:24: warning: 'APIClientError' is deprecated: renamed to 'ClientError'
        default: throw APIClientError.unexpectedStatusCode(statusCode: statusCode, data: data)
                       ^
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftTube/Requests/ChannelSections/YoutubeChannelSectionsUpdate.swift:161:24: note: use 'ClientError' instead
        default: throw APIClientError.unexpectedStatusCode(statusCode: statusCode, data: data)
                       ^~~~~~~~~~~~~~
                       ClientError
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftTube/Requests/Channels/YoutubeChannelsList.swift:7:33: warning: 'APIService' is deprecated: renamed to 'Service'
    public static let service = APIService<Response>(id: "youtube.channels.list", tag: "channels", method: "GET", path: "/youtube/v3/channels", 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"]), SecurityRequirement(type: "Oauth2", scopes: ["https://www.googleapis.com/auth/youtubepartner-channel-audit"])])
                                ^
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftTube/Requests/Channels/YoutubeChannelsList.swift:7:33: note: use 'Service' instead
    public static let service = APIService<Response>(id: "youtube.channels.list", tag: "channels", method: "GET", path: "/youtube/v3/channels", 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"]), SecurityRequirement(type: "Oauth2", scopes: ["https://www.googleapis.com/auth/youtubepartner-channel-audit"])])
                                ^~~~~~~~~~
                                Service
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftTube/Requests/Channels/YoutubeChannelsList.swift:9:33: error: generic type 'DeprecatedRequest' specialized with too few type parameters (got 1, but expected 2)
    public final class Request: APIRequest<Response> {
                                ^         ~~~~~~~~~~
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/checkouts/Prch/Sources/Prch/Deprecated/DeprecatedRequest.swift:4:12: note: generic type 'DeprecatedRequest' declared here
open class DeprecatedRequest<
           ^
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftTube/Requests/Channels/YoutubeChannelsList.swift:186:27: warning: 'APIResponseValue' is deprecated: renamed to 'DeprecatedResponse'
    public enum Response: APIResponseValue, CustomStringConvertible, CustomDebugStringConvertible {
                          ^
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftTube/Requests/Channels/YoutubeChannelsList.swift:186:27: note: use 'DeprecatedResponse' instead
    public enum Response: APIResponseValue, CustomStringConvertible, CustomDebugStringConvertible {
                          ^~~~~~~~~~~~~~~~
                          DeprecatedResponse
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftTube/Requests/Channels/YoutubeChannelsList.swift:186:17: error: type 'Channels.YoutubeChannelsList.Response' does not conform to protocol 'Response'
    public enum Response: APIResponseValue, CustomStringConvertible, CustomDebugStringConvertible {
                ^
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/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
                 ^
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/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
                 ^
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftTube/Requests/Channels/YoutubeChannelsList.swift:219:24: warning: 'APIClientError' is deprecated: renamed to 'ClientError'
        default: throw APIClientError.unexpectedStatusCode(statusCode: statusCode, data: data)
                       ^
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftTube/Requests/Channels/YoutubeChannelsList.swift:219:24: note: use 'ClientError' instead
        default: throw APIClientError.unexpectedStatusCode(statusCode: statusCode, data: data)
                       ^~~~~~~~~~~~~~
                       ClientError
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftTube/Requests/Channels/YoutubeChannelsUpdate.swift:7:33: warning: 'APIService' is deprecated: renamed to 'Service'
    public static let service = APIService<Response>(id: "youtube.channels.update", tag: "channels", method: "PUT", path: "/youtube/v3/channels", 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"]), SecurityRequirement(type: "Oauth2", scopes: ["https://www.googleapis.com/auth/youtubepartner"])])
                                ^
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftTube/Requests/Channels/YoutubeChannelsUpdate.swift:7:33: note: use 'Service' instead
    public static let service = APIService<Response>(id: "youtube.channels.update", tag: "channels", method: "PUT", path: "/youtube/v3/channels", 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"]), SecurityRequirement(type: "Oauth2", scopes: ["https://www.googleapis.com/auth/youtubepartner"])])
                                ^~~~~~~~~~
                                Service
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftTube/Requests/Channels/YoutubeChannelsUpdate.swift:9:33: error: generic type 'DeprecatedRequest' specialized with too few type parameters (got 1, but expected 2)
    public final class Request: APIRequest<Response> {
                                ^         ~~~~~~~~~~
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/checkouts/Prch/Sources/Prch/Deprecated/DeprecatedRequest.swift:4:12: note: generic type 'DeprecatedRequest' declared here
open class DeprecatedRequest<
           ^
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftTube/Requests/Channels/YoutubeChannelsUpdate.swift:128:27: warning: 'APIResponseValue' is deprecated: renamed to 'DeprecatedResponse'
    public enum Response: APIResponseValue, CustomStringConvertible, CustomDebugStringConvertible {
                          ^
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftTube/Requests/Channels/YoutubeChannelsUpdate.swift:128:27: note: use 'DeprecatedResponse' instead
    public enum Response: APIResponseValue, CustomStringConvertible, CustomDebugStringConvertible {
                          ^~~~~~~~~~~~~~~~
                          DeprecatedResponse
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftTube/Requests/Channels/YoutubeChannelsUpdate.swift:128:17: error: type 'Channels.YoutubeChannelsUpdate.Response' does not conform to protocol 'Response'
    public enum Response: APIResponseValue, CustomStringConvertible, CustomDebugStringConvertible {
                ^
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/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
                 ^
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/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
                 ^
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftTube/Requests/Channels/YoutubeChannelsUpdate.swift:161:24: warning: 'APIClientError' is deprecated: renamed to 'ClientError'
        default: throw APIClientError.unexpectedStatusCode(statusCode: statusCode, data: data)
                       ^
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftTube/Requests/Channels/YoutubeChannelsUpdate.swift:161:24: note: use 'ClientError' instead
        default: throw APIClientError.unexpectedStatusCode(statusCode: statusCode, data: data)
                       ^~~~~~~~~~~~~~
                       ClientError
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftTube/Requests/CommentThreads/YoutubeCommentThreadsInsert.swift:7:33: warning: 'APIService' is deprecated: renamed to 'Service'
    public static let service = APIService<Response>(id: "youtube.commentThreads.insert", tag: "commentThreads", method: "POST", path: "/youtube/v3/commentThreads", hasBody: true, securityRequirements: [SecurityRequirement(type: "Oauth2c", scopes: ["https://www.googleapis.com/auth/youtube.force-ssl"])])
                                ^
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftTube/Requests/CommentThreads/YoutubeCommentThreadsInsert.swift:7:33: note: use 'Service' instead
    public static let service = APIService<Response>(id: "youtube.commentThreads.insert", tag: "commentThreads", method: "POST", path: "/youtube/v3/commentThreads", hasBody: true, securityRequirements: [SecurityRequirement(type: "Oauth2c", scopes: ["https://www.googleapis.com/auth/youtube.force-ssl"])])
                                ^~~~~~~~~~
                                Service
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftTube/Requests/CommentThreads/YoutubeCommentThreadsInsert.swift:9:33: error: generic type 'DeprecatedRequest' specialized with too few type parameters (got 1, but expected 2)
    public final class Request: APIRequest<Response> {
                                ^         ~~~~~~~~~~
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/checkouts/Prch/Sources/Prch/Deprecated/DeprecatedRequest.swift:4:12: note: generic type 'DeprecatedRequest' declared here
open class DeprecatedRequest<
           ^
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftTube/Requests/CommentThreads/YoutubeCommentThreadsInsert.swift:121:27: warning: 'APIResponseValue' is deprecated: renamed to 'DeprecatedResponse'
    public enum Response: APIResponseValue, CustomStringConvertible, CustomDebugStringConvertible {
                          ^
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftTube/Requests/CommentThreads/YoutubeCommentThreadsInsert.swift:121:27: note: use 'DeprecatedResponse' instead
    public enum Response: APIResponseValue, CustomStringConvertible, CustomDebugStringConvertible {
                          ^~~~~~~~~~~~~~~~
                          DeprecatedResponse
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftTube/Requests/CommentThreads/YoutubeCommentThreadsInsert.swift:121:17: error: type 'CommentThreads.YoutubeCommentThreadsInsert.Response' does not conform to protocol 'Response'
    public enum Response: APIResponseValue, CustomStringConvertible, CustomDebugStringConvertible {
                ^
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/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
                 ^
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/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
                 ^
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftTube/Requests/CommentThreads/YoutubeCommentThreadsInsert.swift:154:24: warning: 'APIClientError' is deprecated: renamed to 'ClientError'
        default: throw APIClientError.unexpectedStatusCode(statusCode: statusCode, data: data)
                       ^
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftTube/Requests/CommentThreads/YoutubeCommentThreadsInsert.swift:154:24: note: use 'ClientError' instead
        default: throw APIClientError.unexpectedStatusCode(statusCode: statusCode, data: data)
                       ^~~~~~~~~~~~~~
                       ClientError
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftTube/Requests/CommentThreads/YoutubeCommentThreadsList.swift:7:33: warning: 'APIService' is deprecated: renamed to 'Service'
    public static let service = APIService<Response>(id: "youtube.commentThreads.list", tag: "commentThreads", method: "GET", path: "/youtube/v3/commentThreads", hasBody: false, securityRequirements: [SecurityRequirement(type: "Oauth2c", scopes: ["https://www.googleapis.com/auth/youtube.force-ssl"])])
                                ^
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftTube/Requests/CommentThreads/YoutubeCommentThreadsList.swift:7:33: note: use 'Service' instead
    public static let service = APIService<Response>(id: "youtube.commentThreads.list", tag: "commentThreads", method: "GET", path: "/youtube/v3/commentThreads", hasBody: false, securityRequirements: [SecurityRequirement(type: "Oauth2c", scopes: ["https://www.googleapis.com/auth/youtube.force-ssl"])])
                                ^~~~~~~~~~
                                Service
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftTube/Requests/CommentThreads/YoutubeCommentThreadsList.swift:31:33: error: generic type 'DeprecatedRequest' specialized with too few type parameters (got 1, but expected 2)
    public final class Request: APIRequest<Response> {
                                ^         ~~~~~~~~~~
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/checkouts/Prch/Sources/Prch/Deprecated/DeprecatedRequest.swift:4:12: note: generic type 'DeprecatedRequest' declared here
open class DeprecatedRequest<
           ^
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftTube/Requests/CommentThreads/YoutubeCommentThreadsList.swift:207:27: warning: 'APIResponseValue' is deprecated: renamed to 'DeprecatedResponse'
    public enum Response: APIResponseValue, CustomStringConvertible, CustomDebugStringConvertible {
                          ^
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftTube/Requests/CommentThreads/YoutubeCommentThreadsList.swift:207:27: note: use 'DeprecatedResponse' instead
    public enum Response: APIResponseValue, CustomStringConvertible, CustomDebugStringConvertible {
                          ^~~~~~~~~~~~~~~~
                          DeprecatedResponse
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftTube/Requests/CommentThreads/YoutubeCommentThreadsList.swift:207:17: error: type 'CommentThreads.YoutubeCommentThreadsList.Response' does not conform to protocol 'Response'
    public enum Response: APIResponseValue, CustomStringConvertible, CustomDebugStringConvertible {
                ^
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/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
                 ^
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/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
                 ^
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftTube/Requests/CommentThreads/YoutubeCommentThreadsList.swift:240:24: warning: 'APIClientError' is deprecated: renamed to 'ClientError'
        default: throw APIClientError.unexpectedStatusCode(statusCode: statusCode, data: data)
                       ^
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftTube/Requests/CommentThreads/YoutubeCommentThreadsList.swift:240:24: note: use 'ClientError' instead
        default: throw APIClientError.unexpectedStatusCode(statusCode: statusCode, data: data)
                       ^~~~~~~~~~~~~~
                       ClientError
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftTube/Requests/Comments/YoutubeCommentsDelete.swift:7:33: warning: 'APIService' is deprecated: renamed to 'Service'
    public static let service = APIService<Response>(id: "youtube.comments.delete", tag: "comments", method: "DELETE", path: "/youtube/v3/comments", hasBody: false, securityRequirements: [SecurityRequirement(type: "Oauth2", scopes: ["https://www.googleapis.com/auth/youtube.force-ssl"])])
                                ^
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftTube/Requests/Comments/YoutubeCommentsDelete.swift:7:33: note: use 'Service' instead
    public static let service = APIService<Response>(id: "youtube.comments.delete", tag: "comments", method: "DELETE", path: "/youtube/v3/comments", hasBody: false, securityRequirements: [SecurityRequirement(type: "Oauth2", scopes: ["https://www.googleapis.com/auth/youtube.force-ssl"])])
                                ^~~~~~~~~~
                                Service
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftTube/Requests/Comments/YoutubeCommentsDelete.swift:9:33: error: generic type 'DeprecatedRequest' specialized with too few type parameters (got 1, but expected 2)
    public final class Request: APIRequest<Response> {
                                ^         ~~~~~~~~~~
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/checkouts/Prch/Sources/Prch/Deprecated/DeprecatedRequest.swift:4:12: note: generic type 'DeprecatedRequest' declared here
open class DeprecatedRequest<
           ^
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftTube/Requests/Comments/YoutubeCommentsDelete.swift:115:27: warning: 'APIResponseValue' is deprecated: renamed to 'DeprecatedResponse'
    public enum Response: APIResponseValue, CustomStringConvertible, CustomDebugStringConvertible {
                          ^
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftTube/Requests/Comments/YoutubeCommentsDelete.swift:115:27: note: use 'DeprecatedResponse' instead
    public enum Response: APIResponseValue, CustomStringConvertible, CustomDebugStringConvertible {
                          ^~~~~~~~~~~~~~~~
                          DeprecatedResponse
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftTube/Requests/Comments/YoutubeCommentsDelete.swift:115:17: error: type 'Comments.YoutubeCommentsDelete.Response' does not conform to protocol 'Response'
    public enum Response: APIResponseValue, CustomStringConvertible, CustomDebugStringConvertible {
                ^
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/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
                 ^
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/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
                 ^
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftTube/Requests/Comments/YoutubeCommentsDelete.swift:148:24: warning: 'APIClientError' is deprecated: renamed to 'ClientError'
        default: throw APIClientError.unexpectedStatusCode(statusCode: statusCode, data: data)
                       ^
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftTube/Requests/Comments/YoutubeCommentsDelete.swift:148:24: note: use 'ClientError' instead
        default: throw APIClientError.unexpectedStatusCode(statusCode: statusCode, data: data)
                       ^~~~~~~~~~~~~~
                       ClientError
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftTube/Requests/Comments/YoutubeCommentsInsert.swift:7:33: warning: 'APIService' is deprecated: renamed to 'Service'
    public static let service = APIService<Response>(id: "youtube.comments.insert", tag: "comments", method: "POST", path: "/youtube/v3/comments", hasBody: true, securityRequirements: [SecurityRequirement(type: "Oauth2c", scopes: ["https://www.googleapis.com/auth/youtube.force-ssl"])])
                                ^
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftTube/Requests/Comments/YoutubeCommentsInsert.swift:7:33: note: use 'Service' instead
    public static let service = APIService<Response>(id: "youtube.comments.insert", tag: "comments", method: "POST", path: "/youtube/v3/comments", hasBody: true, securityRequirements: [SecurityRequirement(type: "Oauth2c", scopes: ["https://www.googleapis.com/auth/youtube.force-ssl"])])
                                ^~~~~~~~~~
                                Service
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftTube/Requests/Comments/YoutubeCommentsInsert.swift:9:33: error: generic type 'DeprecatedRequest' specialized with too few type parameters (got 1, but expected 2)
    public final class Request: APIRequest<Response> {
                                ^         ~~~~~~~~~~
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/checkouts/Prch/Sources/Prch/Deprecated/DeprecatedRequest.swift:4:12: note: generic type 'DeprecatedRequest' declared here
open class DeprecatedRequest<
           ^
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftTube/Requests/Comments/YoutubeCommentsInsert.swift:121:27: warning: 'APIResponseValue' is deprecated: renamed to 'DeprecatedResponse'
    public enum Response: APIResponseValue, CustomStringConvertible, CustomDebugStringConvertible {
                          ^
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftTube/Requests/Comments/YoutubeCommentsInsert.swift:121:27: note: use 'DeprecatedResponse' instead
    public enum Response: APIResponseValue, CustomStringConvertible, CustomDebugStringConvertible {
                          ^~~~~~~~~~~~~~~~
                          DeprecatedResponse
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftTube/Requests/Comments/YoutubeCommentsInsert.swift:121:17: error: type 'Comments.YoutubeCommentsInsert.Response' does not conform to protocol 'Response'
    public enum Response: APIResponseValue, CustomStringConvertible, CustomDebugStringConvertible {
                ^
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/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
                 ^
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/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
                 ^
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftTube/Requests/Comments/YoutubeCommentsInsert.swift:154:24: warning: 'APIClientError' is deprecated: renamed to 'ClientError'
        default: throw APIClientError.unexpectedStatusCode(statusCode: statusCode, data: data)
                       ^
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftTube/Requests/Comments/YoutubeCommentsInsert.swift:154:24: note: use 'ClientError' instead
        default: throw APIClientError.unexpectedStatusCode(statusCode: statusCode, data: data)
                       ^~~~~~~~~~~~~~
                       ClientError
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftTube/Requests/Comments/YoutubeCommentsList.swift:7:33: warning: 'APIService' is deprecated: renamed to 'Service'
    public static let service = APIService<Response>(id: "youtube.comments.list", tag: "comments", method: "GET", path: "/youtube/v3/comments", hasBody: false, securityRequirements: [SecurityRequirement(type: "Oauth2c", scopes: ["https://www.googleapis.com/auth/youtube.force-ssl"])])
                                ^
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftTube/Requests/Comments/YoutubeCommentsList.swift:7:33: note: use 'Service' instead
    public static let service = APIService<Response>(id: "youtube.comments.list", tag: "comments", method: "GET", path: "/youtube/v3/comments", hasBody: false, securityRequirements: [SecurityRequirement(type: "Oauth2c", scopes: ["https://www.googleapis.com/auth/youtube.force-ssl"])])
                                ^~~~~~~~~~
                                Service
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftTube/Requests/Comments/YoutubeCommentsList.swift:16:33: error: generic type 'DeprecatedRequest' specialized with too few type parameters (got 1, but expected 2)
    public final class Request: APIRequest<Response> {
                                ^         ~~~~~~~~~~
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/checkouts/Prch/Sources/Prch/Deprecated/DeprecatedRequest.swift:4:12: note: generic type 'DeprecatedRequest' declared here
open class DeprecatedRequest<
           ^
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftTube/Requests/Comments/YoutubeCommentsList.swift:158:27: warning: 'APIResponseValue' is deprecated: renamed to 'DeprecatedResponse'
    public enum Response: APIResponseValue, CustomStringConvertible, CustomDebugStringConvertible {
                          ^
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftTube/Requests/Comments/YoutubeCommentsList.swift:158:27: note: use 'DeprecatedResponse' instead
    public enum Response: APIResponseValue, CustomStringConvertible, CustomDebugStringConvertible {
                          ^~~~~~~~~~~~~~~~
                          DeprecatedResponse
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftTube/Requests/Comments/YoutubeCommentsList.swift:158:17: error: type 'Comments.YoutubeCommentsList.Response' does not conform to protocol 'Response'
    public enum Response: APIResponseValue, CustomStringConvertible, CustomDebugStringConvertible {
                ^
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/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
                 ^
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/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
                 ^
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftTube/Requests/Comments/YoutubeCommentsList.swift:191:24: warning: 'APIClientError' is deprecated: renamed to 'ClientError'
        default: throw APIClientError.unexpectedStatusCode(statusCode: statusCode, data: data)
                       ^
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftTube/Requests/Comments/YoutubeCommentsList.swift:191:24: note: use 'ClientError' instead
        default: throw APIClientError.unexpectedStatusCode(statusCode: statusCode, data: data)
                       ^~~~~~~~~~~~~~
                       ClientError
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftTube/Requests/Comments/YoutubeCommentsMarkAsSpam.swift:7:33: warning: 'APIService' is deprecated: renamed to 'Service'
    public static let service = APIService<Response>(id: "youtube.comments.markAsSpam", tag: "comments", method: "POST", path: "/youtube/v3/comments/markAsSpam", hasBody: false, securityRequirements: [SecurityRequirement(type: "Oauth2c", scopes: ["https://www.googleapis.com/auth/youtube.force-ssl"])])
                                ^
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftTube/Requests/Comments/YoutubeCommentsMarkAsSpam.swift:7:33: note: use 'Service' instead
    public static let service = APIService<Response>(id: "youtube.comments.markAsSpam", tag: "comments", method: "POST", path: "/youtube/v3/comments/markAsSpam", hasBody: false, securityRequirements: [SecurityRequirement(type: "Oauth2c", scopes: ["https://www.googleapis.com/auth/youtube.force-ssl"])])
                                ^~~~~~~~~~
                                Service
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftTube/Requests/Comments/YoutubeCommentsMarkAsSpam.swift:9:33: error: generic type 'DeprecatedRequest' specialized with too few type parameters (got 1, but expected 2)
    public final class Request: APIRequest<Response> {
                                ^         ~~~~~~~~~~
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/checkouts/Prch/Sources/Prch/Deprecated/DeprecatedRequest.swift:4:12: note: generic type 'DeprecatedRequest' declared here
open class DeprecatedRequest<
           ^
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftTube/Requests/Comments/YoutubeCommentsMarkAsSpam.swift:116:27: warning: 'APIResponseValue' is deprecated: renamed to 'DeprecatedResponse'
    public enum Response: APIResponseValue, CustomStringConvertible, CustomDebugStringConvertible {
                          ^
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftTube/Requests/Comments/YoutubeCommentsMarkAsSpam.swift:116:27: note: use 'DeprecatedResponse' instead
    public enum Response: APIResponseValue, CustomStringConvertible, CustomDebugStringConvertible {
                          ^~~~~~~~~~~~~~~~
                          DeprecatedResponse
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftTube/Requests/Comments/YoutubeCommentsMarkAsSpam.swift:116:17: error: type 'Comments.YoutubeCommentsMarkAsSpam.Response' does not conform to protocol 'Response'
    public enum Response: APIResponseValue, CustomStringConvertible, CustomDebugStringConvertible {
                ^
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/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
                 ^
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/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
                 ^
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftTube/Requests/Comments/YoutubeCommentsMarkAsSpam.swift:149:24: warning: 'APIClientError' is deprecated: renamed to 'ClientError'
        default: throw APIClientError.unexpectedStatusCode(statusCode: statusCode, data: data)
                       ^
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftTube/Requests/Comments/YoutubeCommentsMarkAsSpam.swift:149:24: note: use 'ClientError' instead
        default: throw APIClientError.unexpectedStatusCode(statusCode: statusCode, data: data)
                       ^~~~~~~~~~~~~~
                       ClientError
[96/98] Compiling SwiftTube VideoGetRatingResponse.swift
[97/98] Compiling SwiftTube VideoListResponse.swift
[98/98] Compiling SwiftTube Video.swift
error: fatalError
BUILD FAILURE 5.10 macosSpm