File tree Expand file tree Collapse file tree 15 files changed +26
-27
lines changed
modules/openapi-generator/src/main/resources/swift6
samples/client/petstore/swift6
alamofireLibrary/Sources/PetstoreClient/Infrastructure
apiNonStaticMethod/Sources/PetstoreClient/Infrastructure
asyncAwaitLibrary/Sources/PetstoreClient/Infrastructure
combineDeferredLibrary/PetstoreClient/Classes/OpenAPIs/Infrastructure
combineLibrary/Sources/CombineLibrary/Infrastructure
default/Sources/PetstoreClient/Infrastructure
objcCompatible/Sources/PetstoreClient/Infrastructure
oneOf/PetstoreClient/Classes/OpenAPIs/Infrastructure
promisekitLibrary/PetstoreClient/Classes/OpenAPIs/Infrastructure
resultLibrary/PetstoreClient/Classes/OpenAPIs/Infrastructure
rxswiftLibrary/PetstoreClient/Classes/OpenAPIs/Infrastructure
urlsessionLibrary/Sources/PetstoreClient/Infrastructure
validation/PetstoreClient/Classes/OpenAPIs/Infrastructure Expand file tree Collapse file tree 15 files changed +26
-27
lines changed Original file line number Diff line number Diff line change @@ -82,7 +82,7 @@ import Alamofire{{/useAlamofire}}
8282 { {#nonPublicApi} }internal{ {/nonPublicApi} }{ {^nonPublicApi} }public{ {/nonPublicApi} } static let shared = { {projectName} }APIConfiguration()
8383}{ {^useVapor} }
8484
85- { {#nonPublicApi} }internal{ {/nonPublicApi} }{ {^nonPublicApi} }open{ {/nonPublicApi} } class RequestBuilder<T >: @unchecked Sendable {
85+ { {#nonPublicApi} }internal{ {/nonPublicApi} }{ {^nonPublicApi} }open{ {/nonPublicApi} } class RequestBuilder<T >: @unchecked Sendable, Identifiable {
8686 {{#nonPublicApi} }internal{ {/nonPublicApi} }{ {^nonPublicApi} }public{ {/nonPublicApi} } var credential: URLCredential?
8787 { {#nonPublicApi} }internal{ {/nonPublicApi} }{ {^nonPublicApi} }public{ {/nonPublicApi} } var headers: [String: String]
8888 { {#nonPublicApi} }internal{ {/nonPublicApi} }{ {^nonPublicApi} }public{ {/nonPublicApi} } let parameters: [String: any Sendable]?
Original file line number Diff line number Diff line change @@ -61,7 +61,7 @@ open class PetstoreClientAPIConfiguration: @unchecked Sendable {
6161 public static let shared = PetstoreClientAPIConfiguration ( )
6262}
6363
64- open class RequestBuilder < T> : @unchecked Sendable {
64+ open class RequestBuilder < T> : @unchecked Sendable , Identifiable {
6565 public var credential : URLCredential ?
6666 public var headers : [ String : String ]
6767 public let parameters : [ String : any Sendable ] ?
Original file line number Diff line number Diff line change @@ -61,7 +61,7 @@ open class PetstoreClientAPIConfiguration: @unchecked Sendable {
6161 public static let shared = PetstoreClientAPIConfiguration ( )
6262}
6363
64- open class RequestBuilder < T> : @unchecked Sendable {
64+ open class RequestBuilder < T> : @unchecked Sendable , Identifiable {
6565 public var credential : URLCredential ?
6666 public var headers : [ String : String ]
6767 public let parameters : [ String : any Sendable ] ?
Original file line number Diff line number Diff line change @@ -47,7 +47,7 @@ open class PetstoreClientAPIConfiguration: @unchecked Sendable {
4747 public static let shared = PetstoreClientAPIConfiguration ( )
4848}
4949
50- open class RequestBuilder < T> : @unchecked Sendable {
50+ open class RequestBuilder < T> : @unchecked Sendable , Identifiable {
5151 public var credential : URLCredential ?
5252 public var headers : [ String : String ]
5353 public let parameters : [ String : any Sendable ] ?
Original file line number Diff line number Diff line change @@ -47,7 +47,7 @@ open class PetstoreClientAPIConfiguration: @unchecked Sendable {
4747 public static let shared = PetstoreClientAPIConfiguration ( )
4848}
4949
50- open class RequestBuilder < T> : @unchecked Sendable {
50+ open class RequestBuilder < T> : @unchecked Sendable , Identifiable {
5151 public var credential : URLCredential ?
5252 public var headers : [ String : String ]
5353 public let parameters : [ String : any Sendable ] ?
Original file line number Diff line number Diff line change @@ -47,7 +47,7 @@ open class PetstoreClientAPIConfiguration: @unchecked Sendable {
4747 public static let shared = PetstoreClientAPIConfiguration ( )
4848}
4949
50- open class RequestBuilder < T> : @unchecked Sendable {
50+ open class RequestBuilder < T> : @unchecked Sendable , Identifiable {
5151 public var credential : URLCredential ?
5252 public var headers : [ String : String ]
5353 public let parameters : [ String : any Sendable ] ?
Original file line number Diff line number Diff line change @@ -47,7 +47,7 @@ open class PetstoreClientAPIConfiguration: @unchecked Sendable {
4747 public static let shared = PetstoreClientAPIConfiguration ( )
4848}
4949
50- open class RequestBuilder < T> : @unchecked Sendable {
50+ open class RequestBuilder < T> : @unchecked Sendable , Identifiable {
5151 public var credential : URLCredential ?
5252 public var headers : [ String : String ]
5353 public let parameters : [ String : any Sendable ] ?
Original file line number Diff line number Diff line change @@ -47,7 +47,7 @@ open class PetstoreClientAPIConfiguration: @unchecked Sendable {
4747 public static let shared = PetstoreClientAPIConfiguration ( )
4848}
4949
50- open class RequestBuilder < T> : @unchecked Sendable {
50+ open class RequestBuilder < T> : @unchecked Sendable , Identifiable {
5151 public var credential : URLCredential ?
5252 public var headers : [ String : String ]
5353 public let parameters : [ String : any Sendable ] ?
Original file line number Diff line number Diff line change @@ -47,7 +47,7 @@ open class PetstoreClientAPIConfiguration: @unchecked Sendable {
4747 public static let shared = PetstoreClientAPIConfiguration ( )
4848}
4949
50- open class RequestBuilder < T> : @unchecked Sendable {
50+ open class RequestBuilder < T> : @unchecked Sendable , Identifiable {
5151 public var credential : URLCredential ?
5252 public var headers : [ String : String ]
5353 public let parameters : [ String : any Sendable ] ?
Original file line number Diff line number Diff line change @@ -47,7 +47,7 @@ open class PetstoreClientAPIConfiguration: @unchecked Sendable {
4747 public static let shared = PetstoreClientAPIConfiguration ( )
4848}
4949
50- open class RequestBuilder < T> : @unchecked Sendable {
50+ open class RequestBuilder < T> : @unchecked Sendable , Identifiable {
5151 public var credential : URLCredential ?
5252 public var headers : [ String : String ]
5353 public let parameters : [ String : any Sendable ] ?
You can’t perform that action at this time.
0 commit comments