Build Information
Failed to build ZSGF.Client, reference master (217c51), with Swift 6.3 for macOS (SPM) on 17 Apr 2026 12:44:41 UTC.
Build Command
env DEVELOPER_DIR=/Applications/Xcode-26.4.0.app xcrun swift build --arch arm64Build Log
495 | return localVariableRequestBuilder.init(method: "POST", URLString: (localVariableUrlComponents?.string ?? localVariableURLString), parameters: localVariableParameters, headers: localVariableHeaderParameters, requiresAuthentication: true)
/Users/admin/builder/spi-builder-workspace/ZSGF.Client/Classes/OpenAPIs/APIs/WechatAPI.swift:534:43: error: type 'ZSGF' has no member 'ClientAPI'
532 | let appKeyPostEscape = appKeyPreEscape.addingPercentEncoding(withAllowedCharacters: .urlPathAllowed) ?? ""
533 | localVariablePath = localVariablePath.replacingOccurrences(of: "{appKey}", with: appKeyPostEscape, options: .literal, range: nil)
534 | let localVariableURLString = ZSGF.ClientAPI.basePath + localVariablePath
| `- error: type 'ZSGF' has no member 'ClientAPI'
535 | let localVariableParameters = JSONEncodingHelper.encodingParameters(forEncodableObject: requestBody)
536 |
/Users/admin/builder/spi-builder-workspace/ZSGF.Client/Classes/OpenAPIs/APIs/WechatAPI.swift:545:88: error: type 'ZSGF' has no member 'ClientAPI'
543 | let localVariableHeaderParameters = APIHelper.rejectNilHeaders(localVariableNillableHeaders)
544 |
545 | let localVariableRequestBuilder: RequestBuilder<StringApiResponse>.Type = ZSGF.ClientAPI.requestBuilderFactory.getBuilder()
| `- error: type 'ZSGF' has no member 'ClientAPI'
546 |
547 | return localVariableRequestBuilder.init(method: "POST", URLString: (localVariableUrlComponents?.string ?? localVariableURLString), parameters: localVariableParameters, headers: localVariableHeaderParameters, requiresAuthentication: true)
/Users/admin/builder/spi-builder-workspace/ZSGF.Client/Classes/OpenAPIs/APIs/WechatAPI.swift:586:43: error: type 'ZSGF' has no member 'ClientAPI'
584 | let appKeyPostEscape = appKeyPreEscape.addingPercentEncoding(withAllowedCharacters: .urlPathAllowed) ?? ""
585 | localVariablePath = localVariablePath.replacingOccurrences(of: "{appKey}", with: appKeyPostEscape, options: .literal, range: nil)
586 | let localVariableURLString = ZSGF.ClientAPI.basePath + localVariablePath
| `- error: type 'ZSGF' has no member 'ClientAPI'
587 | let localVariableParameters = JSONEncodingHelper.encodingParameters(forEncodableObject: requestBody)
588 |
/Users/admin/builder/spi-builder-workspace/ZSGF.Client/Classes/OpenAPIs/APIs/WechatAPI.swift:597:88: error: type 'ZSGF' has no member 'ClientAPI'
595 | let localVariableHeaderParameters = APIHelper.rejectNilHeaders(localVariableNillableHeaders)
596 |
597 | let localVariableRequestBuilder: RequestBuilder<StringApiResponse>.Type = ZSGF.ClientAPI.requestBuilderFactory.getBuilder()
| `- error: type 'ZSGF' has no member 'ClientAPI'
598 |
599 | return localVariableRequestBuilder.init(method: "POST", URLString: (localVariableUrlComponents?.string ?? localVariableURLString), parameters: localVariableParameters, headers: localVariableHeaderParameters, requiresAuthentication: true)
/Users/admin/builder/spi-builder-workspace/ZSGF.Client/Classes/OpenAPIs/APIs/WechatAPI.swift:638:43: error: type 'ZSGF' has no member 'ClientAPI'
636 | let appKeyPostEscape = appKeyPreEscape.addingPercentEncoding(withAllowedCharacters: .urlPathAllowed) ?? ""
637 | localVariablePath = localVariablePath.replacingOccurrences(of: "{appKey}", with: appKeyPostEscape, options: .literal, range: nil)
638 | let localVariableURLString = ZSGF.ClientAPI.basePath + localVariablePath
| `- error: type 'ZSGF' has no member 'ClientAPI'
639 | let localVariableParameters = JSONEncodingHelper.encodingParameters(forEncodableObject: requestBody)
640 |
/Users/admin/builder/spi-builder-workspace/ZSGF.Client/Classes/OpenAPIs/APIs/WechatAPI.swift:649:88: error: type 'ZSGF' has no member 'ClientAPI'
647 | let localVariableHeaderParameters = APIHelper.rejectNilHeaders(localVariableNillableHeaders)
648 |
649 | let localVariableRequestBuilder: RequestBuilder<StringApiResponse>.Type = ZSGF.ClientAPI.requestBuilderFactory.getBuilder()
| `- error: type 'ZSGF' has no member 'ClientAPI'
650 |
651 | return localVariableRequestBuilder.init(method: "POST", URLString: (localVariableUrlComponents?.string ?? localVariableURLString), parameters: localVariableParameters, headers: localVariableHeaderParameters, requiresAuthentication: true)
/Users/admin/builder/spi-builder-workspace/ZSGF.Client/Classes/OpenAPIs/APIs/WechatAPI.swift:690:43: error: type 'ZSGF' has no member 'ClientAPI'
688 | let appKeyPostEscape = appKeyPreEscape.addingPercentEncoding(withAllowedCharacters: .urlPathAllowed) ?? ""
689 | localVariablePath = localVariablePath.replacingOccurrences(of: "{appKey}", with: appKeyPostEscape, options: .literal, range: nil)
690 | let localVariableURLString = ZSGF.ClientAPI.basePath + localVariablePath
| `- error: type 'ZSGF' has no member 'ClientAPI'
691 | let localVariableParameters: [String: Any]? = nil
692 |
/Users/admin/builder/spi-builder-workspace/ZSGF.Client/Classes/OpenAPIs/APIs/WechatAPI.swift:704:88: error: type 'ZSGF' has no member 'ClientAPI'
702 | let localVariableHeaderParameters = APIHelper.rejectNilHeaders(localVariableNillableHeaders)
703 |
704 | let localVariableRequestBuilder: RequestBuilder<StringApiResponse>.Type = ZSGF.ClientAPI.requestBuilderFactory.getBuilder()
| `- error: type 'ZSGF' has no member 'ClientAPI'
705 |
706 | return localVariableRequestBuilder.init(method: "GET", URLString: (localVariableUrlComponents?.string ?? localVariableURLString), parameters: localVariableParameters, headers: localVariableHeaderParameters, requiresAuthentication: true)
/Users/admin/builder/spi-builder-workspace/ZSGF.Client/Classes/OpenAPIs/APIs/WechatAPI.swift:745:43: error: type 'ZSGF' has no member 'ClientAPI'
743 | let appKeyPostEscape = appKeyPreEscape.addingPercentEncoding(withAllowedCharacters: .urlPathAllowed) ?? ""
744 | localVariablePath = localVariablePath.replacingOccurrences(of: "{appKey}", with: appKeyPostEscape, options: .literal, range: nil)
745 | let localVariableURLString = ZSGF.ClientAPI.basePath + localVariablePath
| `- error: type 'ZSGF' has no member 'ClientAPI'
746 | let localVariableParameters = JSONEncodingHelper.encodingParameters(forEncodableObject: requestBody)
747 |
/Users/admin/builder/spi-builder-workspace/ZSGF.Client/Classes/OpenAPIs/APIs/WechatAPI.swift:756:74: error: type 'ZSGF' has no member 'ClientAPI'
754 | let localVariableHeaderParameters = APIHelper.rejectNilHeaders(localVariableNillableHeaders)
755 |
756 | let localVariableRequestBuilder: RequestBuilder<URL>.Type = ZSGF.ClientAPI.requestBuilderFactory.getBuilder()
| `- error: type 'ZSGF' has no member 'ClientAPI'
757 |
758 | return localVariableRequestBuilder.init(method: "POST", URLString: (localVariableUrlComponents?.string ?? localVariableURLString), parameters: localVariableParameters, headers: localVariableHeaderParameters, requiresAuthentication: true)
/Users/admin/builder/spi-builder-workspace/ZSGF.Client/Classes/OpenAPIs/APIs/WechatAPI.swift:797:43: error: type 'ZSGF' has no member 'ClientAPI'
795 | let appKeyPostEscape = appKeyPreEscape.addingPercentEncoding(withAllowedCharacters: .urlPathAllowed) ?? ""
796 | localVariablePath = localVariablePath.replacingOccurrences(of: "{appKey}", with: appKeyPostEscape, options: .literal, range: nil)
797 | let localVariableURLString = ZSGF.ClientAPI.basePath + localVariablePath
| `- error: type 'ZSGF' has no member 'ClientAPI'
798 | let localVariableParameters = JSONEncodingHelper.encodingParameters(forEncodableObject: requestBody)
799 |
/Users/admin/builder/spi-builder-workspace/ZSGF.Client/Classes/OpenAPIs/APIs/WechatAPI.swift:808:74: error: type 'ZSGF' has no member 'ClientAPI'
806 | let localVariableHeaderParameters = APIHelper.rejectNilHeaders(localVariableNillableHeaders)
807 |
808 | let localVariableRequestBuilder: RequestBuilder<URL>.Type = ZSGF.ClientAPI.requestBuilderFactory.getBuilder()
| `- error: type 'ZSGF' has no member 'ClientAPI'
809 |
810 | return localVariableRequestBuilder.init(method: "POST", URLString: (localVariableUrlComponents?.string ?? localVariableURLString), parameters: localVariableParameters, headers: localVariableHeaderParameters, requiresAuthentication: true)
[116/163] Emitting module ZSGF_Client
/Users/admin/builder/spi-builder-workspace/ZSGF.Client/Classes/OpenAPIs/APIs.swift:11:16: error: expected '{' in class
9 | import FoundationNetworking
10 | #endif
11 | open class ZSGF.ClientAPI {
| `- error: expected '{' in class
12 | public static var basePath = "https://api-dev.zashigaofa.cn"
13 | public static var customHeaders: [String: String] = [:]
/Users/admin/builder/spi-builder-workspace/ZSGF.Client/Classes/OpenAPIs/URLSessionImplementations.swift:53:22: error: expected '=' in type alias declaration
51 | }
52 |
53 | public typealias ZSGF.ClientAPIChallengeHandler = ((URLSession, URLSessionTask, URLAuthenticationChallenge) -> (URLSession.AuthChallengeDisposition, URLCredential?))
| `- error: expected '=' in type alias declaration
54 |
55 | // Store the URLSession's delegate to retain its reference
/Users/admin/builder/spi-builder-workspace/ZSGF.Client/Classes/OpenAPIs/APIs.swift:49:64: error: type 'ZSGF' has no member 'ClientAPI'
47 |
48 | @discardableResult
49 | open func execute(_ apiResponseQueue: DispatchQueue = ZSGF.ClientAPI.apiResponseQueue, _ completion: @escaping (_ result: Swift.Result<Response<T>, ErrorResponse>) -> Void) -> RequestTask {
| `- error: type 'ZSGF' has no member 'ClientAPI'
50 | return requestTask
51 | }
/Users/admin/builder/spi-builder-workspace/ZSGF.Client/Classes/OpenAPIs/APIs/AccessTokenAPI.swift:25:128: error: type 'ZSGF' has no member 'ClientAPI'
23 | */
24 | @discardableResult
25 | open class func accessTokenDelete(id: Int64, appKey: String, userId: String? = nil, apiResponseQueue: DispatchQueue = ZSGF.ClientAPI.apiResponseQueue, completion: @escaping ((_ data: BooleanApiResponse?, _ error: Error?) -> Void)) -> RequestTask {
| `- error: type 'ZSGF' has no member 'ClientAPI'
26 | return accessTokenDeleteWithRequestBuilder(id: id, appKey: appKey, userId: userId).execute(apiResponseQueue) { result in
27 | switch result {
/Users/admin/builder/spi-builder-workspace/ZSGF.Client/Classes/OpenAPIs/APIs/AccessTokenAPI.swift:85:170: error: type 'ZSGF' has no member 'ClientAPI'
83 | */
84 | @discardableResult
85 | open class func accessTokenPost(appKey: String, userId: String? = nil, accessTokenPostRequest: AccessTokenPostRequest? = nil, apiResponseQueue: DispatchQueue = ZSGF.ClientAPI.apiResponseQueue, completion: @escaping ((_ data: TokenModelApiResponse?, _ error: Error?) -> Void)) -> RequestTask {
| `- error: type 'ZSGF' has no member 'ClientAPI'
86 | return accessTokenPostWithRequestBuilder(appKey: appKey, userId: userId, accessTokenPostRequest: accessTokenPostRequest).execute(apiResponseQueue) { result in
87 | switch result {
/Users/admin/builder/spi-builder-workspace/ZSGF.Client/Classes/OpenAPIs/APIs/AccessTokenAPI.swift:143:178: error: type 'ZSGF' has no member 'ClientAPI'
141 | */
142 | @discardableResult
143 | open class func accessTokenPut(id: Int64, appKey: String, userId: String? = nil, accessTokenPutRequest: AccessTokenPutRequest? = nil, apiResponseQueue: DispatchQueue = ZSGF.ClientAPI.apiResponseQueue, completion: @escaping ((_ data: BooleanApiResponse?, _ error: Error?) -> Void)) -> RequestTask {
| `- error: type 'ZSGF' has no member 'ClientAPI'
144 | return accessTokenPutWithRequestBuilder(id: id, appKey: appKey, userId: userId, accessTokenPutRequest: accessTokenPutRequest).execute(apiResponseQueue) { result in
145 | switch result {
/Users/admin/builder/spi-builder-workspace/ZSGF.Client/Classes/OpenAPIs/APIs/AccessTokenAPI.swift:205:148: error: type 'ZSGF' has no member 'ClientAPI'
203 | */
204 | @discardableResult
205 | open class func accessTokens(appKey: String, skip: Int? = nil, take: Int? = nil, userId: String? = nil, apiResponseQueue: DispatchQueue = ZSGF.ClientAPI.apiResponseQueue, completion: @escaping ((_ data: AccessTokenListResultApiResponse?, _ error: Error?) -> Void)) -> RequestTask {
| `- error: type 'ZSGF' has no member 'ClientAPI'
206 | return accessTokensWithRequestBuilder(appKey: appKey, skip: skip, take: take, userId: userId).execute(apiResponseQueue) { result in
207 | switch result {
/Users/admin/builder/spi-builder-workspace/ZSGF.Client/Classes/OpenAPIs/APIs/AlipayAPI.swift:24:153: error: type 'ZSGF' has no member 'ClientAPI'
22 | */
23 | @discardableResult
24 | open class func alipayCreateOrder(appKey: String, alipayCreateOrderRequest: AlipayCreateOrderRequest? = nil, apiResponseQueue: DispatchQueue = ZSGF.ClientAPI.apiResponseQueue, completion: @escaping ((_ data: StringApiResponse?, _ error: Error?) -> Void)) -> RequestTask {
| `- error: type 'ZSGF' has no member 'ClientAPI'
25 | return alipayCreateOrderWithRequestBuilder(appKey: appKey, alipayCreateOrderRequest: alipayCreateOrderRequest).execute(apiResponseQueue) { result in
26 | switch result {
/Users/admin/builder/spi-builder-workspace/ZSGF.Client/Classes/OpenAPIs/APIs/AlipayAPI.swift:76:174: error: type 'ZSGF' has no member 'ClientAPI'
74 | */
75 | @discardableResult
76 | open class func alipayCreateOrderPagePay(appKey: String, alipayCreateOrderPagePayRequest: AlipayCreateOrderPagePayRequest? = nil, apiResponseQueue: DispatchQueue = ZSGF.ClientAPI.apiResponseQueue, completion: @escaping ((_ data: StringApiResponse?, _ error: Error?) -> Void)) -> RequestTask {
| `- error: type 'ZSGF' has no member 'ClientAPI'
77 | return alipayCreateOrderPagePayWithRequestBuilder(appKey: appKey, alipayCreateOrderPagePayRequest: alipayCreateOrderPagePayRequest).execute(apiResponseQueue) { result in
78 | switch result {
/Users/admin/builder/spi-builder-workspace/ZSGF.Client/Classes/OpenAPIs/APIs/AlipayAPI.swift:128:171: error: type 'ZSGF' has no member 'ClientAPI'
126 | */
127 | @discardableResult
128 | open class func alipayCreateOrderWapPay(appKey: String, alipayCreateOrderWapPayRequest: AlipayCreateOrderWapPayRequest? = nil, apiResponseQueue: DispatchQueue = ZSGF.ClientAPI.apiResponseQueue, completion: @escaping ((_ data: StringApiResponse?, _ error: Error?) -> Void)) -> RequestTask {
| `- error: type 'ZSGF' has no member 'ClientAPI'
129 | return alipayCreateOrderWapPayWithRequestBuilder(appKey: appKey, alipayCreateOrderWapPayRequest: alipayCreateOrderWapPayRequest).execute(apiResponseQueue) { result in
130 | switch result {
/Users/admin/builder/spi-builder-workspace/ZSGF.Client/Classes/OpenAPIs/APIs/AlipayAPI.swift:180:118: error: type 'ZSGF' has no member 'ClientAPI'
178 | */
179 | @discardableResult
180 | open class func alipayOrderDetail(appKey: String, orderNo: String? = nil, apiResponseQueue: DispatchQueue = ZSGF.ClientAPI.apiResponseQueue, completion: @escaping ((_ data: AlipayTradeQueryResponseApiResponse?, _ error: Error?) -> Void)) -> RequestTask {
| `- error: type 'ZSGF' has no member 'ClientAPI'
181 | return alipayOrderDetailWithRequestBuilder(appKey: appKey, orderNo: orderNo).execute(apiResponseQueue) { result in
182 | switch result {
/Users/admin/builder/spi-builder-workspace/ZSGF.Client/Classes/OpenAPIs/APIs/AlipayAPI.swift:236:141: error: type 'ZSGF' has no member 'ClientAPI'
234 | */
235 | @discardableResult
236 | open class func alipayOrderRefund(appKey: String, amount: String? = nil, orderNo: String? = nil, apiResponseQueue: DispatchQueue = ZSGF.ClientAPI.apiResponseQueue, completion: @escaping ((_ data: AlipayTradeRefundResponseApiResponse?, _ error: Error?) -> Void)) -> RequestTask {
| `- error: type 'ZSGF' has no member 'ClientAPI'
237 | return alipayOrderRefundWithRequestBuilder(appKey: appKey, amount: amount, orderNo: orderNo).execute(apiResponseQueue) { result in
238 | switch result {
/Users/admin/builder/spi-builder-workspace/ZSGF.Client/Classes/OpenAPIs/APIs/AlipayAPI.swift:293:156: error: type 'ZSGF' has no member 'ClientAPI'
291 | */
292 | @discardableResult
293 | open class func alipayReturnPageNotify(appKey: String, returnPageNotifyRequest: ReturnPageNotifyRequest? = nil, apiResponseQueue: DispatchQueue = ZSGF.ClientAPI.apiResponseQueue, completion: @escaping ((_ data: BooleanApiResponse?, _ error: Error?) -> Void)) -> RequestTask {
| `- error: type 'ZSGF' has no member 'ClientAPI'
294 | return alipayReturnPageNotifyWithRequestBuilder(appKey: appKey, returnPageNotifyRequest: returnPageNotifyRequest).execute(apiResponseQueue) { result in
295 | switch result {
/Users/admin/builder/spi-builder-workspace/ZSGF.Client/Classes/OpenAPIs/APIs/AppAPI.swift:24:109: error: type 'ZSGF' has no member 'ClientAPI'
22 | */
23 | @discardableResult
24 | open class func appInfo(appKey: String, propCode: String? = nil, apiResponseQueue: DispatchQueue = ZSGF.ClientAPI.apiResponseQueue, completion: @escaping ((_ data: AppInfoResultApiResponse?, _ error: Error?) -> Void)) -> RequestTask {
| `- error: type 'ZSGF' has no member 'ClientAPI'
25 | return appInfoWithRequestBuilder(appKey: appKey, propCode: propCode).execute(apiResponseQueue) { result in
26 | switch result {
/Users/admin/builder/spi-builder-workspace/ZSGF.Client/Classes/OpenAPIs/APIs/DingTalkAPI.swift:24:114: error: type 'ZSGF' has no member 'ClientAPI'
22 | */
23 | @discardableResult
24 | open class func dingTalkUserInfo(appKey: String, code: String? = nil, apiResponseQueue: DispatchQueue = ZSGF.ClientAPI.apiResponseQueue, completion: @escaping ((_ data: StringApiResponse?, _ error: Error?) -> Void)) -> RequestTask {
| `- error: type 'ZSGF' has no member 'ClientAPI'
25 | return dingTalkUserInfoWithRequestBuilder(appKey: appKey, code: code).execute(apiResponseQueue) { result in
26 | switch result {
/Users/admin/builder/spi-builder-workspace/ZSGF.Client/Classes/OpenAPIs/APIs/ExternalAccountAPI.swift:25:188: error: type 'ZSGF' has no member 'ClientAPI'
23 | */
24 | @discardableResult
25 | open class func externalAccountSignIn(appKey: String, userId: String? = nil, externalAccountSignInRequest: ExternalAccountSignInRequest? = nil, apiResponseQueue: DispatchQueue = ZSGF.ClientAPI.apiResponseQueue, completion: @escaping ((_ data: TokenModelApiResponse?, _ error: Error?) -> Void)) -> RequestTask {
| `- error: type 'ZSGF' has no member 'ClientAPI'
26 | return externalAccountSignInWithRequestBuilder(appKey: appKey, userId: userId, externalAccountSignInRequest: externalAccountSignInRequest).execute(apiResponseQueue) { result in
27 | switch result {
/Users/admin/builder/spi-builder-workspace/ZSGF.Client/Classes/OpenAPIs/APIs/ExternalAccountAPI.swift:82:186: error: type 'ZSGF' has no member 'ClientAPI'
80 | */
81 | @discardableResult
82 | open class func userExternalAccountBind(appKey: String, userId: String? = nil, externalAccountBindRequest: ExternalAccountBindRequest? = nil, apiResponseQueue: DispatchQueue = ZSGF.ClientAPI.apiResponseQueue, completion: @escaping ((_ data: BooleanApiResponse?, _ error: Error?) -> Void)) -> RequestTask {
| `- error: type 'ZSGF' has no member 'ClientAPI'
83 | return userExternalAccountBindWithRequestBuilder(appKey: appKey, userId: userId, externalAccountBindRequest: externalAccountBindRequest).execute(apiResponseQueue) { result in
84 | switch result {
/Users/admin/builder/spi-builder-workspace/ZSGF.Client/Classes/OpenAPIs/APIs/ExternalAccountAPI.swift:138:117: error: type 'ZSGF' has no member 'ClientAPI'
136 | */
137 | @discardableResult
138 | open class func userOAuthAccounts(appKey: String, userId: String? = nil, apiResponseQueue: DispatchQueue = ZSGF.ClientAPI.apiResponseQueue, completion: @escaping ((_ data: UserLoginsListApiResponse?, _ error: Error?) -> Void)) -> RequestTask {
| `- error: type 'ZSGF' has no member 'ClientAPI'
139 | return userOAuthAccountsWithRequestBuilder(appKey: appKey, userId: userId).execute(apiResponseQueue) { result in
140 | switch result {
/Users/admin/builder/spi-builder-workspace/ZSGF.Client/Classes/OpenAPIs/APIs/ExternalAccountAPI.swift:195:196: error: type 'ZSGF' has no member 'ClientAPI'
193 | */
194 | @discardableResult
195 | open class func userOAuthAccountsPutBind(id: Int64, appKey: String, userId: String? = nil, externalAccountPutRequest: ExternalAccountPutRequest? = nil, apiResponseQueue: DispatchQueue = ZSGF.ClientAPI.apiResponseQueue, completion: @escaping ((_ data: BooleanApiResponse?, _ error: Error?) -> Void)) -> RequestTask {
| `- error: type 'ZSGF' has no member 'ClientAPI'
196 | return userOAuthAccountsPutBindWithRequestBuilder(id: id, appKey: appKey, userId: userId, externalAccountPutRequest: externalAccountPutRequest).execute(apiResponseQueue) { result in
197 | switch result {
/Users/admin/builder/spi-builder-workspace/ZSGF.Client/Classes/OpenAPIs/APIs/ExternalAccountAPI.swift:256:134: error: type 'ZSGF' has no member 'ClientAPI'
254 | */
255 | @discardableResult
256 | open class func userOAuthAccountsUnBind(id: Int64, appKey: String, userId: String? = nil, apiResponseQueue: DispatchQueue = ZSGF.ClientAPI.apiResponseQueue, completion: @escaping ((_ data: BooleanApiResponse?, _ error: Error?) -> Void)) -> RequestTask {
| `- error: type 'ZSGF' has no member 'ClientAPI'
257 | return userOAuthAccountsUnBindWithRequestBuilder(id: id, appKey: appKey, userId: userId).execute(apiResponseQueue) { result in
258 | switch result {
/Users/admin/builder/spi-builder-workspace/ZSGF.Client/Classes/OpenAPIs/APIs/FileAPI.swift:24:114: error: type 'ZSGF' has no member 'ClientAPI'
22 | */
23 | @discardableResult
24 | open class func fileCreateFolder(appKey: String, path: String? = nil, apiResponseQueue: DispatchQueue = ZSGF.ClientAPI.apiResponseQueue, completion: @escaping ((_ data: BooleanApiResponse?, _ error: Error?) -> Void)) -> RequestTask {
| `- error: type 'ZSGF' has no member 'ClientAPI'
25 | return fileCreateFolderWithRequestBuilder(appKey: appKey, path: path).execute(apiResponseQueue) { result in
26 | switch result {
/Users/admin/builder/spi-builder-workspace/ZSGF.Client/Classes/OpenAPIs/APIs/FileAPI.swift:79:108: error: type 'ZSGF' has no member 'ClientAPI'
77 | */
78 | @discardableResult
79 | open class func fileDelete(appKey: String, path: String? = nil, apiResponseQueue: DispatchQueue = ZSGF.ClientAPI.apiResponseQueue, completion: @escaping ((_ data: BooleanApiResponse?, _ error: Error?) -> Void)) -> RequestTask {
| `- error: type 'ZSGF' has no member 'ClientAPI'
80 | return fileDeleteWithRequestBuilder(appKey: appKey, path: path).execute(apiResponseQueue) { result in
81 | switch result {
/Users/admin/builder/spi-builder-workspace/ZSGF.Client/Classes/OpenAPIs/APIs/FileAPI.swift:135:139: error: type 'ZSGF' has no member 'ClientAPI'
133 | */
134 | @discardableResult
135 | open class func fileRename(appKey: String, sourceName: String? = nil, destName: String? = nil, apiResponseQueue: DispatchQueue = ZSGF.ClientAPI.apiResponseQueue, completion: @escaping ((_ data: BooleanApiResponse?, _ error: Error?) -> Void)) -> RequestTask {
| `- error: type 'ZSGF' has no member 'ClientAPI'
136 | return fileRenameWithRequestBuilder(appKey: appKey, sourceName: sourceName, destName: destName).execute(apiResponseQueue) { result in
137 | switch result {
/Users/admin/builder/spi-builder-workspace/ZSGF.Client/Classes/OpenAPIs/APIs/FileAPI.swift:193:126: error: type 'ZSGF' has no member 'ClientAPI'
191 | */
192 | @discardableResult
193 | open class func fileUpload(appKey: String, path: String? = nil, file: URL? = nil, apiResponseQueue: DispatchQueue = ZSGF.ClientAPI.apiResponseQueue, completion: @escaping ((_ data: StringApiResponse?, _ error: Error?) -> Void)) -> RequestTask {
| `- error: type 'ZSGF' has no member 'ClientAPI'
194 | return fileUploadWithRequestBuilder(appKey: appKey, path: path, file: file).execute(apiResponseQueue) { result in
195 | switch result {
/Users/admin/builder/spi-builder-workspace/ZSGF.Client/Classes/OpenAPIs/APIs/FileAPI.swift:256:139: error: type 'ZSGF' has no member 'ClientAPI'
254 | */
255 | @discardableResult
256 | open class func files(appKey: String, path: String? = nil, skip: Int? = nil, take: Int? = nil, apiResponseQueue: DispatchQueue = ZSGF.ClientAPI.apiResponseQueue, completion: @escaping ((_ data: FileListResultApiResponse?, _ error: Error?) -> Void)) -> RequestTask {
| `- error: type 'ZSGF' has no member 'ClientAPI'
257 | return filesWithRequestBuilder(appKey: appKey, path: path, skip: skip, take: take).execute(apiResponseQueue) { result in
258 | switch result {
/Users/admin/builder/spi-builder-workspace/ZSGF.Client/Classes/OpenAPIs/APIs/OAuthAPI.swift:25:135: error: type 'ZSGF' has no member 'ClientAPI'
23 | */
24 | @discardableResult
25 | open class func oAuthAuthorize(appKey: String, scheme: String? = nil, code: String? = nil, apiResponseQueue: DispatchQueue = ZSGF.ClientAPI.apiResponseQueue, completion: @escaping ((_ data: AuthorizeResultApiResponse?, _ error: Error?) -> Void)) -> RequestTask {
| `- error: type 'ZSGF' has no member 'ClientAPI'
26 | return oAuthAuthorizeWithRequestBuilder(appKey: appKey, scheme: scheme, code: code).execute(apiResponseQueue) { result in
27 | switch result {
/Users/admin/builder/spi-builder-workspace/ZSGF.Client/Classes/OpenAPIs/APIs/OAuthAPI.swift:80:90: error: type 'ZSGF' has no member 'ClientAPI'
78 | */
79 | @discardableResult
80 | open class func oAuthConsents(appKey: String, apiResponseQueue: DispatchQueue = ZSGF.ClientAPI.apiResponseQueue, completion: @escaping ((_ data: AppUserConsentModelListApiResponse?, _ error: Error?) -> Void)) -> RequestTask {
| `- error: type 'ZSGF' has no member 'ClientAPI'
81 | return oAuthConsentsWithRequestBuilder(appKey: appKey).execute(apiResponseQueue) { result in
82 | switch result {
/Users/admin/builder/spi-builder-workspace/ZSGF.Client/Classes/OpenAPIs/APIs/OAuthAPI.swift:130:106: error: type 'ZSGF' has no member 'ClientAPI'
128 | */
129 | @discardableResult
130 | open class func oAuthDeleteConsent(id: Int64, appKey: String, apiResponseQueue: DispatchQueue = ZSGF.ClientAPI.apiResponseQueue, completion: @escaping ((_ data: BooleanApiResponse?, _ error: Error?) -> Void)) -> RequestTask {
| `- error: type 'ZSGF' has no member 'ClientAPI'
131 | return oAuthDeleteConsentWithRequestBuilder(id: id, appKey: appKey).execute(apiResponseQueue) { result in
132 | switch result {
/Users/admin/builder/spi-builder-workspace/ZSGF.Client/Classes/OpenAPIs/APIs/OAuthAPI.swift:185:149: error: type 'ZSGF' has no member 'ClientAPI'
183 | */
184 | @discardableResult
185 | open class func oAuthGrantCode(appKey: String, scheme: String? = nil, grantRequest: GrantRequest? = nil, apiResponseQueue: DispatchQueue = ZSGF.ClientAPI.apiResponseQueue, completion: @escaping ((_ data: GrantResultApiResponse?, _ error: Error?) -> Void)) -> RequestTask {
| `- error: type 'ZSGF' has no member 'ClientAPI'
186 | return oAuthGrantCodeWithRequestBuilder(appKey: appKey, scheme: scheme, grantRequest: grantRequest).execute(apiResponseQueue) { result in
187 | switch result {
/Users/admin/builder/spi-builder-workspace/ZSGF.Client/Classes/OpenAPIs/APIs/OAuthAPI.swift:239:89: error: type 'ZSGF' has no member 'ClientAPI'
237 | */
238 | @discardableResult
239 | open class func oAuthProfile(appKey: String, apiResponseQueue: DispatchQueue = ZSGF.ClientAPI.apiResponseQueue, completion: @escaping ((_ data: ProfileResultApiResponse?, _ error: Error?) -> Void)) -> RequestTask {
| `- error: type 'ZSGF' has no member 'ClientAPI'
240 | return oAuthProfileWithRequestBuilder(appKey: appKey).execute(apiResponseQueue) { result in
241 | switch result {
/Users/admin/builder/spi-builder-workspace/ZSGF.Client/Classes/OpenAPIs/APIs/OrderAPI.swift:24:93: error: type 'ZSGF' has no member 'ClientAPI'
22 | */
23 | @discardableResult
24 | open class func order(id: Int64, appKey: String, apiResponseQueue: DispatchQueue = ZSGF.ClientAPI.apiResponseQueue, completion: @escaping ((_ data: OrderApiResponse?, _ error: Error?) -> Void)) -> RequestTask {
| `- error: type 'ZSGF' has no member 'ClientAPI'
25 | return orderWithRequestBuilder(id: id, appKey: appKey).execute(apiResponseQueue) { result in
26 | switch result {
/Users/admin/builder/spi-builder-workspace/ZSGF.Client/Classes/OpenAPIs/APIs/OrderAPI.swift:79:135: error: type 'ZSGF' has no member 'ClientAPI'
77 | */
78 | @discardableResult
79 | open class func orderCreate(appKey: String, createOrderRequest: CreateOrderRequest? = nil, apiResponseQueue: DispatchQueue = ZSGF.ClientAPI.apiResponseQueue, completion: @escaping ((_ data: CreateOrderResultApiResponse?, _ error: Error?) -> Void)) -> RequestTask {
| `- error: type 'ZSGF' has no member 'ClientAPI'
80 | return orderCreateWithRequestBuilder(appKey: appKey, createOrderRequest: createOrderRequest).execute(apiResponseQueue) { result in
81 | switch result {
/Users/admin/builder/spi-builder-workspace/ZSGF.Client/Classes/OpenAPIs/APIs/OrderAPI.swift:139:282: error: type 'ZSGF' has no member 'ClientAPI'
137 | */
138 | @discardableResult
139 | open class func orders(appKey: String, status: String? = nil, orderNo: String? = nil, tradeNo: String? = nil, userId: Int64? = nil, pctType: String? = nil, pctId: String? = nil, pctName: String? = nil, skip: Int? = nil, take: Int? = nil, apiResponseQueue: DispatchQueue = ZSGF.ClientAPI.apiResponseQueue, completion: @escaping ((_ data: OrderListResultApiResponse?, _ error: Error?) -> Void)) -> RequestTask {
| `- error: type 'ZSGF' has no member 'ClientAPI'
140 | return ordersWithRequestBuilder(appKey: appKey, status: status, orderNo: orderNo, tradeNo: tradeNo, userId: userId, pctType: pctType, pctId: pctId, pctName: pctName, skip: skip, take: take).execute(apiResponseQueue) { result in
141 | switch result {
/Users/admin/builder/spi-builder-workspace/ZSGF.Client/Classes/OpenAPIs/APIs/StorageAPI.swift:25:133: error: type 'ZSGF' has no member 'ClientAPI'
23 | */
24 | @discardableResult
25 | open class func storageAggregate(table: String, appKey: String, pipeline: String? = nil, apiResponseQueue: DispatchQueue = ZSGF.ClientAPI.apiResponseQueue, completion: @escaping ((_ data: ObjectListApiResponse?, _ error: Error?) -> Void)) -> RequestTask {
| `- error: type 'ZSGF' has no member 'ClientAPI'
26 | return storageAggregateWithRequestBuilder(table: table, appKey: appKey, pipeline: pipeline).execute(apiResponseQueue) { result in
27 | switch result {
/Users/admin/builder/spi-builder-workspace/ZSGF.Client/Classes/OpenAPIs/APIs/StorageAPI.swift:85:117: error: type 'ZSGF' has no member 'ClientAPI'
83 | */
84 | @discardableResult
85 | open class func storageDelete(table: String, id: String, appKey: String, apiResponseQueue: DispatchQueue = ZSGF.ClientAPI.apiResponseQueue, completion: @escaping ((_ data: BooleanApiResponse?, _ error: Error?) -> Void)) -> RequestTask {
| `- error: type 'ZSGF' has no member 'ClientAPI'
86 | return storageDeleteWithRequestBuilder(table: table, id: id, appKey: appKey).execute(apiResponseQueue) { result in
87 | switch result {
/Users/admin/builder/spi-builder-workspace/ZSGF.Client/Classes/OpenAPIs/APIs/StorageAPI.swift:146:141: error: type 'ZSGF' has no member 'ClientAPI'
144 | */
145 | @discardableResult
146 | open class func storageDetail(table: String, id: String, appKey: String, project: String? = nil, apiResponseQueue: DispatchQueue = ZSGF.ClientAPI.apiResponseQueue, completion: @escaping ((_ data: ObjectApiResponse?, _ error: Error?) -> Void)) -> RequestTask {
| `- error: type 'ZSGF' has no member 'ClientAPI'
147 | return storageDetailWithRequestBuilder(table: table, id: id, appKey: appKey, project: project).execute(apiResponseQueue) { result in
148 | switch result {
/Users/admin/builder/spi-builder-workspace/ZSGF.Client/Classes/OpenAPIs/APIs/StorageAPI.swift:217:275: error: type 'ZSGF' has no member 'ClientAPI'
215 | */
216 | @discardableResult
217 | open class func storageList(table: String, appKey: String, filter: String? = nil, project: String? = nil, sort: String? = nil, startTime: Date? = nil, endTime: Date? = nil, explain: Bool? = nil, take: Int? = nil, skip: Int? = nil, apiResponseQueue: DispatchQueue = ZSGF.ClientAPI.apiResponseQueue, completion: @escaping ((_ data: StorageListResultApiResponse?, _ error: Error?) -> Void)) -> RequestTask {
| `- error: type 'ZSGF' has no member 'ClientAPI'
218 | return storageListWithRequestBuilder(table: table, appKey: appKey, filter: filter, project: project, sort: sort, startTime: startTime, endTime: endTime, explain: explain, take: take, skip: skip).execute(apiResponseQueue) { result in
219 | switch result {
/Users/admin/builder/spi-builder-workspace/ZSGF.Client/Classes/OpenAPIs/APIs/StorageAPI.swift:291:130: error: type 'ZSGF' has no member 'ClientAPI'
289 | */
290 | @discardableResult
291 | open class func storagePost(table: String, appKey: String, requestBody: [AnyCodable], apiResponseQueue: DispatchQueue = ZSGF.ClientAPI.apiResponseQueue, completion: @escaping ((_ data: StringApiResponse?, _ error: Error?) -> Void)) -> RequestTask {
| `- error: type 'ZSGF' has no member 'ClientAPI'
292 | return storagePostWithRequestBuilder(table: table, appKey: appKey, requestBody: requestBody).execute(apiResponseQueue) { result in
293 | switch result {
/Users/admin/builder/spi-builder-workspace/ZSGF.Client/Classes/OpenAPIs/APIs/StorageAPI.swift:350:163: error: type 'ZSGF' has no member 'ClientAPI'
348 | */
349 | @discardableResult
350 | open class func storagePut(table: String, id: String, appKey: String, requestBody: [AnyCodable], replace: Bool? = nil, apiResponseQueue: DispatchQueue = ZSGF.ClientAPI.apiResponseQueue, completion: @escaping ((_ data: BooleanApiResponse?, _ error: Error?) -> Void)) -> RequestTask {
| `- error: type 'ZSGF' has no member 'ClientAPI'
351 | return storagePutWithRequestBuilder(table: table, id: id, appKey: appKey, requestBody: requestBody, replace: replace).execute(apiResponseQueue) { result in
352 | switch result {
/Users/admin/builder/spi-builder-workspace/ZSGF.Client/Classes/OpenAPIs/APIs/UserAPI.swift:23:95: error: type 'ZSGF' has no member 'ClientAPI'
21 | */
22 | @discardableResult
23 | open class func userDeactivateHard(appKey: String, apiResponseQueue: DispatchQueue = ZSGF.ClientAPI.apiResponseQueue, completion: @escaping ((_ data: BooleanApiResponse?, _ error: Error?) -> Void)) -> RequestTask {
| `- error: type 'ZSGF' has no member 'ClientAPI'
24 | return userDeactivateHardWithRequestBuilder(appKey: appKey).execute(apiResponseQueue) { result in
25 | switch result {
/Users/admin/builder/spi-builder-workspace/ZSGF.Client/Classes/OpenAPIs/APIs/UserAPI.swift:74:139: error: type 'ZSGF' has no member 'ClientAPI'
72 | */
73 | @discardableResult
74 | open class func userEmailSignIn(appKey: String, emailSignInRequest: EmailSignInRequest? = nil, apiResponseQueue: DispatchQueue = ZSGF.ClientAPI.apiResponseQueue, completion: @escaping ((_ data: TokenModelApiResponse?, _ error: Error?) -> Void)) -> RequestTask {
| `- error: type 'ZSGF' has no member 'ClientAPI'
75 | return userEmailSignInWithRequestBuilder(appKey: appKey, emailSignInRequest: emailSignInRequest).execute(apiResponseQueue) { result in
76 | switch result {
/Users/admin/builder/spi-builder-workspace/ZSGF.Client/Classes/OpenAPIs/APIs/UserAPI.swift:126:139: error: type 'ZSGF' has no member 'ClientAPI'
124 | */
125 | @discardableResult
126 | open class func userEmailSignUp(appKey: String, emailSignUpRequest: EmailSignUpRequest? = nil, apiResponseQueue: DispatchQueue = ZSGF.ClientAPI.apiResponseQueue, completion: @escaping ((_ data: TokenModelApiResponse?, _ error: Error?) -> Void)) -> RequestTask {
| `- error: type 'ZSGF' has no member 'ClientAPI'
127 | return userEmailSignUpWithRequestBuilder(appKey: appKey, emailSignUpRequest: emailSignUpRequest).execute(apiResponseQueue) { result in
128 | switch result {
/Users/admin/builder/spi-builder-workspace/ZSGF.Client/Classes/OpenAPIs/APIs/UserAPI.swift:178:139: error: type 'ZSGF' has no member 'ClientAPI'
176 | */
177 | @discardableResult
178 | open class func userPhoneSignIn(appKey: String, phoneSignInRequest: PhoneSignInRequest? = nil, apiResponseQueue: DispatchQueue = ZSGF.ClientAPI.apiResponseQueue, completion: @escaping ((_ data: TokenModelApiResponse?, _ error: Error?) -> Void)) -> RequestTask {
| `- error: type 'ZSGF' has no member 'ClientAPI'
179 | return userPhoneSignInWithRequestBuilder(appKey: appKey, phoneSignInRequest: phoneSignInRequest).execute(apiResponseQueue) { result in
180 | switch result {
/Users/admin/builder/spi-builder-workspace/ZSGF.Client/Classes/OpenAPIs/APIs/UserAPI.swift:230:139: error: type 'ZSGF' has no member 'ClientAPI'
228 | */
229 | @discardableResult
230 | open class func userPhoneSignUp(appKey: String, phoneSignUpRequest: PhoneSignUpRequest? = nil, apiResponseQueue: DispatchQueue = ZSGF.ClientAPI.apiResponseQueue, completion: @escaping ((_ data: TokenModelApiResponse?, _ error: Error?) -> Void)) -> RequestTask {
| `- error: type 'ZSGF' has no member 'ClientAPI'
231 | return userPhoneSignUpWithRequestBuilder(appKey: appKey, phoneSignUpRequest: phoneSignUpRequest).execute(apiResponseQueue) { result in
232 | switch result {
/Users/admin/builder/spi-builder-workspace/ZSGF.Client/Classes/OpenAPIs/APIs/UserAPI.swift:281:88: error: type 'ZSGF' has no member 'ClientAPI'
279 | */
280 | @discardableResult
281 | open class func userProfile(appKey: String, apiResponseQueue: DispatchQueue = ZSGF.ClientAPI.apiResponseQueue, completion: @escaping ((_ data: UserProfileResultApiResponse?, _ error: Error?) -> Void)) -> RequestTask {
| `- error: type 'ZSGF' has no member 'ClientAPI'
282 | return userProfileWithRequestBuilder(appKey: appKey).execute(apiResponseQueue) { result in
283 | switch result {
/Users/admin/builder/spi-builder-workspace/ZSGF.Client/Classes/OpenAPIs/APIs/UserAPI.swift:332:150: error: type 'ZSGF' has no member 'ClientAPI'
330 | */
331 | @discardableResult
332 | open class func userResetEmail(appKey: String, appUserResetEmailRequest: AppUserResetEmailRequest? = nil, apiResponseQueue: DispatchQueue = ZSGF.ClientAPI.apiResponseQueue, completion: @escaping ((_ data: BooleanApiResponse?, _ error: Error?) -> Void)) -> RequestTask {
| `- error: type 'ZSGF' has no member 'ClientAPI'
333 | return userResetEmailWithRequestBuilder(appKey: appKey, appUserResetEmailRequest: appUserResetEmailRequest).execute(apiResponseQueue) { result in
334 | switch result {
/Users/admin/builder/spi-builder-workspace/ZSGF.Client/Classes/OpenAPIs/APIs/UserAPI.swift:384:150: error: type 'ZSGF' has no member 'ClientAPI'
382 | */
383 | @discardableResult
384 | open class func userResetPhone(appKey: String, appUserResetPhoneRequest: AppUserResetPhoneRequest? = nil, apiResponseQueue: DispatchQueue = ZSGF.ClientAPI.apiResponseQueue, completion: @escaping ((_ data: BooleanApiResponse?, _ error: Error?) -> Void)) -> RequestTask {
| `- error: type 'ZSGF' has no member 'ClientAPI'
385 | return userResetPhoneWithRequestBuilder(appKey: appKey, appUserResetPhoneRequest: appUserResetPhoneRequest).execute(apiResponseQueue) { result in
386 | switch result {
/Users/admin/builder/spi-builder-workspace/ZSGF.Client/Classes/OpenAPIs/APIs/UserAPI.swift:436:144: error: type 'ZSGF' has no member 'ClientAPI'
434 | */
435 | @discardableResult
436 | open class func userResetPwd(appKey: String, appUserResetPwdRequest: AppUserResetPwdRequest? = nil, apiResponseQueue: DispatchQueue = ZSGF.ClientAPI.apiResponseQueue, completion: @escaping ((_ data: BooleanApiResponse?, _ error: Error?) -> Void)) -> RequestTask {
| `- error: type 'ZSGF' has no member 'ClientAPI'
437 | return userResetPwdWithRequestBuilder(appKey: appKey, appUserResetPwdRequest: appUserResetPwdRequest).execute(apiResponseQueue) { result in
438 | switch result {
/Users/admin/builder/spi-builder-workspace/ZSGF.Client/Classes/OpenAPIs/APIs/UserAPI.swift:488:145: error: type 'ZSGF' has no member 'ClientAPI'
486 | */
487 | @discardableResult
488 | open class func userSendEmailCode(appKey: String, sendEmailCodeRequest: SendEmailCodeRequest? = nil, apiResponseQueue: DispatchQueue = ZSGF.ClientAPI.apiResponseQueue, completion: @escaping ((_ data: BooleanApiResponse?, _ error: Error?) -> Void)) -> RequestTask {
| `- error: type 'ZSGF' has no member 'ClientAPI'
489 | return userSendEmailCodeWithRequestBuilder(appKey: appKey, sendEmailCodeRequest: sendEmailCodeRequest).execute(apiResponseQueue) { result in
490 | switch result {
/Users/admin/builder/spi-builder-workspace/ZSGF.Client/Classes/OpenAPIs/APIs/UserAPI.swift:540:139: error: type 'ZSGF' has no member 'ClientAPI'
538 | */
539 | @discardableResult
540 | open class func userSendSMSCode(appKey: String, sendSMSCodeRequest: SendSMSCodeRequest? = nil, apiResponseQueue: DispatchQueue = ZSGF.ClientAPI.apiResponseQueue, completion: @escaping ((_ data: BooleanApiResponse?, _ error: Error?) -> Void)) -> RequestTask {
| `- error: type 'ZSGF' has no member 'ClientAPI'
541 | return userSendSMSCodeWithRequestBuilder(appKey: appKey, sendSMSCodeRequest: sendSMSCodeRequest).execute(apiResponseQueue) { result in
542 | switch result {
/Users/admin/builder/spi-builder-workspace/ZSGF.Client/Classes/OpenAPIs/APIs/UserAPI.swift:592:124: error: type 'ZSGF' has no member 'ClientAPI'
590 | */
591 | @discardableResult
592 | open class func userSignIn(appKey: String, signInRequest: SignInRequest? = nil, apiResponseQueue: DispatchQueue = ZSGF.ClientAPI.apiResponseQueue, completion: @escaping ((_ data: TokenModelApiResponse?, _ error: Error?) -> Void)) -> RequestTask {
| `- error: type 'ZSGF' has no member 'ClientAPI'
593 | return userSignInWithRequestBuilder(appKey: appKey, signInRequest: signInRequest).execute(apiResponseQueue) { result in
594 | switch result {
/Users/admin/builder/spi-builder-workspace/ZSGF.Client/Classes/OpenAPIs/APIs/UserAPI.swift:644:124: error: type 'ZSGF' has no member 'ClientAPI'
642 | */
643 | @discardableResult
644 | open class func userSignUp(appKey: String, signUpRequest: SignUpRequest? = nil, apiResponseQueue: DispatchQueue = ZSGF.ClientAPI.apiResponseQueue, completion: @escaping ((_ data: TokenModelApiResponse?, _ error: Error?) -> Void)) -> RequestTask {
| `- error: type 'ZSGF' has no member 'ClientAPI'
645 | return userSignUpWithRequestBuilder(appKey: appKey, signUpRequest: signUpRequest).execute(apiResponseQueue) { result in
646 | switch result {
/Users/admin/builder/spi-builder-workspace/ZSGF.Client/Classes/OpenAPIs/APIs/UserAPI.swift:695:94: error: type 'ZSGF' has no member 'ClientAPI'
693 | */
694 | @discardableResult
695 | open class func userTwoFactorAuth(appKey: String, apiResponseQueue: DispatchQueue = ZSGF.ClientAPI.apiResponseQueue, completion: @escaping ((_ data: SetupCodeApiResponse?, _ error: Error?) -> Void)) -> RequestTask {
| `- error: type 'ZSGF' has no member 'ClientAPI'
696 | return userTwoFactorAuthWithRequestBuilder(appKey: appKey).execute(apiResponseQueue) { result in
697 | switch result {
/Users/admin/builder/spi-builder-workspace/ZSGF.Client/Classes/OpenAPIs/APIs/UserAPI.swift:746:145: error: type 'ZSGF' has no member 'ClientAPI'
744 | */
745 | @discardableResult
746 | open class func userUnionIDSignIn(appKey: String, unionIDSignInRequest: UnionIDSignInRequest? = nil, apiResponseQueue: DispatchQueue = ZSGF.ClientAPI.apiResponseQueue, completion: @escaping ((_ data: TokenModelApiResponse?, _ error: Error?) -> Void)) -> RequestTask {
| `- error: type 'ZSGF' has no member 'ClientAPI'
747 | return userUnionIDSignInWithRequestBuilder(appKey: appKey, unionIDSignInRequest: unionIDSignInRequest).execute(apiResponseQueue) { result in
748 | switch result {
/Users/admin/builder/spi-builder-workspace/ZSGF.Client/Classes/OpenAPIs/APIs/UserAPI.swift:798:145: error: type 'ZSGF' has no member 'ClientAPI'
796 | */
797 | @discardableResult
798 | open class func userUnionIDSignUp(appKey: String, unionIDSignUpRequest: UnionIDSignUpRequest? = nil, apiResponseQueue: DispatchQueue = ZSGF.ClientAPI.apiResponseQueue, completion: @escaping ((_ data: TokenModelApiResponse?, _ error: Error?) -> Void)) -> RequestTask {
| `- error: type 'ZSGF' has no member 'ClientAPI'
799 | return userUnionIDSignUpWithRequestBuilder(appKey: appKey, unionIDSignUpRequest: unionIDSignUpRequest).execute(apiResponseQueue) { result in
800 | switch result {
/Users/admin/builder/spi-builder-workspace/ZSGF.Client/Classes/OpenAPIs/APIs/UserAPI.swift:850:145: error: type 'ZSGF' has no member 'ClientAPI'
848 | */
849 | @discardableResult
850 | open class func userUpdateProfile(appKey: String, updateProfileRequest: UpdateProfileRequest? = nil, apiResponseQueue: DispatchQueue = ZSGF.ClientAPI.apiResponseQueue, completion: @escaping ((_ data: BooleanApiResponse?, _ error: Error?) -> Void)) -> RequestTask {
| `- error: type 'ZSGF' has no member 'ClientAPI'
851 | return userUpdateProfileWithRequestBuilder(appKey: appKey, updateProfileRequest: updateProfileRequest).execute(apiResponseQueue) { result in
852 | switch result {
/Users/admin/builder/spi-builder-workspace/ZSGF.Client/Classes/OpenAPIs/APIs/UserCurrencyAPI.swift:25:126: error: type 'ZSGF' has no member 'ClientAPI'
23 | */
24 | @discardableResult
25 | open class func userCurrencies(appKey: String, id: String, userId: String? = nil, apiResponseQueue: DispatchQueue = ZSGF.ClientAPI.apiResponseQueue, completion: @escaping ((_ data: UserCurrencyListApiResponse?, _ error: Error?) -> Void)) -> RequestTask {
| `- error: type 'ZSGF' has no member 'ClientAPI'
26 | return userCurrenciesWithRequestBuilder(appKey: appKey, id: id, userId: userId).execute(apiResponseQueue) { result in
27 | switch result {
/Users/admin/builder/spi-builder-workspace/ZSGF.Client/Classes/OpenAPIs/APIs/UserCurrencyAPI.swift:88:226: error: type 'ZSGF' has no member 'ClientAPI'
86 | */
87 | @discardableResult
88 | open class func userCurrencyConsume(nonce: String, timestamp: Int64, signature: String, appKey: String, userId: String? = nil, currencyConsumeRequest: CurrencyConsumeRequest? = nil, apiResponseQueue: DispatchQueue = ZSGF.ClientAPI.apiResponseQueue, completion: @escaping ((_ data: BooleanApiResponse?, _ error: Error?) -> Void)) -> RequestTask {
| `- error: type 'ZSGF' has no member 'ClientAPI'
89 | return userCurrencyConsumeWithRequestBuilder(nonce: nonce, timestamp: timestamp, signature: signature, appKey: appKey, userId: userId, currencyConsumeRequest: currencyConsumeRequest).execute(apiResponseQueue) { result in
90 | switch result {
/Users/admin/builder/spi-builder-workspace/ZSGF.Client/Classes/OpenAPIs/APIs/UserCurrencyAPI.swift:154:229: error: type 'ZSGF' has no member 'ClientAPI'
152 | */
153 | @discardableResult
154 | open class func userCurrencyExchange(nonce: String, timestamp: Int64, signature: String, appKey: String, userId: String? = nil, exchangeCurrencyRequest: ExchangeCurrencyRequest? = nil, apiResponseQueue: DispatchQueue = ZSGF.ClientAPI.apiResponseQueue, completion: @escaping ((_ data: BooleanApiResponse?, _ error: Error?) -> Void)) -> RequestTask {
| `- error: type 'ZSGF' has no member 'ClientAPI'
155 | return userCurrencyExchangeWithRequestBuilder(nonce: nonce, timestamp: timestamp, signature: signature, appKey: appKey, userId: userId, exchangeCurrencyRequest: exchangeCurrencyRequest).execute(apiResponseQueue) { result in
156 | switch result {
/Users/admin/builder/spi-builder-workspace/ZSGF.Client/Classes/OpenAPIs/APIs/UserCurrencyAPI.swift:220:223: error: type 'ZSGF' has no member 'ClientAPI'
218 | */
219 | @discardableResult
220 | open class func userCurrencyRecharge(nonce: String, timestamp: Int64, signature: String, appKey: String, userId: String? = nil, rechargePointRequest: RechargePointRequest? = nil, apiResponseQueue: DispatchQueue = ZSGF.ClientAPI.apiResponseQueue, completion: @escaping ((_ data: BooleanApiResponse?, _ error: Error?) -> Void)) -> RequestTask {
| `- error: type 'ZSGF' has no member 'ClientAPI'
221 | return userCurrencyRechargeWithRequestBuilder(nonce: nonce, timestamp: timestamp, signature: signature, appKey: appKey, userId: userId, rechargePointRequest: rechargePointRequest).execute(apiResponseQueue) { result in
222 | switch result {
/Users/admin/builder/spi-builder-workspace/ZSGF.Client/Classes/OpenAPIs/APIs/UserCurrencyAPI.swift:288:256: error: type 'ZSGF' has no member 'ClientAPI'
286 | */
287 | @discardableResult
288 | open class func userCurrencyTransactions(appKey: String, transType: String? = nil, curCode: String? = nil, startTime: Date? = nil, endTime: Date? = nil, skip: Int? = nil, take: Int? = nil, userId: String? = nil, apiResponseQueue: DispatchQueue = ZSGF.ClientAPI.apiResponseQueue, completion: @escaping ((_ data: UserCurrencyCurrencyTransResultApiResponse?, _ error: Error?) -> Void)) -> RequestTask {
| `- error: type 'ZSGF' has no member 'ClientAPI'
289 | return userCurrencyTransactionsWithRequestBuilder(appKey: appKey, transType: transType, curCode: curCode, startTime: startTime, endTime: endTime, skip: skip, take: take, userId: userId).execute(apiResponseQueue) { result in
290 | switch result {
/Users/admin/builder/spi-builder-workspace/ZSGF.Client/Classes/OpenAPIs/APIs/UserFriendsAPI.swift:27:175: error: type 'ZSGF' has no member 'ClientAPI'
25 | */
26 | @discardableResult
27 | open class func userCommonInterests(appKey: String, tag: String? = nil, skip: Int? = nil, take: Int? = nil, userId: String? = nil, apiResponseQueue: DispatchQueue = ZSGF.ClientAPI.apiResponseQueue, completion: @escaping ((_ data: UserCommonInterestsResultApiResponse?, _ error: Error?) -> Void)) -> RequestTask {
| `- error: type 'ZSGF' has no member 'ClientAPI'
28 | return userCommonInterestsWithRequestBuilder(appKey: appKey, tag: tag, skip: skip, take: take, userId: userId).execute(apiResponseQueue) { result in
29 | switch result {
/Users/admin/builder/spi-builder-workspace/ZSGF.Client/Classes/OpenAPIs/APIs/UserFriendsAPI.swift:89:133: error: type 'ZSGF' has no member 'ClientAPI'
87 | */
88 | @discardableResult
89 | open class func userFollowUser(userId: Int64, appKey: String, fromUserId: String? = nil, apiResponseQueue: DispatchQueue = ZSGF.ClientAPI.apiResponseQueue, completion: @escaping ((_ data: BooleanApiResponse?, _ error: Error?) -> Void)) -> RequestTask {
| `- error: type 'ZSGF' has no member 'ClientAPI'
90 | return userFollowUserWithRequestBuilder(userId: userId, appKey: appKey, fromUserId: fromUserId).execute(apiResponseQueue) { result in
91 | switch result {
/Users/admin/builder/spi-builder-workspace/ZSGF.Client/Classes/OpenAPIs/APIs/UserFriendsAPI.swift:149:146: error: type 'ZSGF' has no member 'ClientAPI'
147 | */
148 | @discardableResult
149 | open class func userFollowerPut(id: Int64, appKey: String, followerPutModel: FollowerPutModel? = nil, apiResponseQueue: DispatchQueue = ZSGF.ClientAPI.apiResponseQueue, completion: @escaping ((_ data: BooleanApiResponse?, _ error: Error?) -> Void)) -> RequestTask {
| `- error: type 'ZSGF' has no member 'ClientAPI'
150 | return userFollowerPutWithRequestBuilder(id: id, appKey: appKey, followerPutModel: followerPutModel).execute(apiResponseQueue) { result in
151 | switch result {
/Users/admin/builder/spi-builder-workspace/ZSGF.Client/Classes/OpenAPIs/APIs/UserFriendsAPI.swift:210:220: error: type 'ZSGF' has no member 'ClientAPI'
208 | */
209 | @discardableResult
210 | open class func userFollowers(appKey: String, tag: String? = nil, status: String? = nil, targetUserId: Int64? = nil, skip: Int? = nil, take: Int? = nil, userId: String? = nil, apiResponseQueue: DispatchQueue = ZSGF.ClientAPI.apiResponseQueue, completion: @escaping ((_ data: UserFollowersResultApiResponse?, _ error: Error?) -> Void)) -> RequestTask {
| `- error: type 'ZSGF' has no member 'ClientAPI'
211 | return userFollowersWithRequestBuilder(appKey: appKey, tag: tag, status: status, targetUserId: targetUserId, skip: skip, take: take, userId: userId).execute(apiResponseQueue) { result in
212 | switch result {
/Users/admin/builder/spi-builder-workspace/ZSGF.Client/Classes/OpenAPIs/APIs/UserFriendsAPI.swift:282:269: error: type 'ZSGF' has no member 'ClientAPI'
280 | */
281 | @discardableResult
282 | open class func userFollowing(appKey: String, tag: String? = nil, status: String? = nil, targetUserId: Int64? = nil, skip: Int? = nil, take: Int? = nil, checkUserId: Int64? = nil, onlyIDs: Bool? = nil, userId: String? = nil, apiResponseQueue: DispatchQueue = ZSGF.ClientAPI.apiResponseQueue, completion: @escaping ((_ data: BooleanApiResponse?, _ error: Error?) -> Void)) -> RequestTask {
| `- error: type 'ZSGF' has no member 'ClientAPI'
283 | return userFollowingWithRequestBuilder(appKey: appKey, tag: tag, status: status, targetUserId: targetUserId, skip: skip, take: take, checkUserId: checkUserId, onlyIDs: onlyIDs, userId: userId).execute(apiResponseQueue) { result in
284 | switch result {
/Users/admin/builder/spi-builder-workspace/ZSGF.Client/Classes/OpenAPIs/APIs/UserFriendsAPI.swift:364:385: error: type 'ZSGF' has no member 'ClientAPI'
362 | */
363 | @discardableResult
364 | open class func userFriendsNearBy(longitude: Double, latitude: Double, appKey: String, country: String? = nil, state: String? = nil, city: String? = nil, district: String? = nil, gender: String? = nil, ageS: Int? = nil, ageE: Int? = nil, tag: String? = nil, distance: Int64? = nil, skip: Int? = nil, take: Int? = nil, userId: String? = nil, apiResponseQueue: DispatchQueue = ZSGF.ClientAPI.apiResponseQueue, completion: @escaping ((_ data: UserFriendsNearByResultApiResponse?, _ error: Error?) -> Void)) -> RequestTask {
| `- error: type 'ZSGF' has no member 'ClientAPI'
365 | return userFriendsNearByWithRequestBuilder(longitude: longitude, latitude: latitude, appKey: appKey, country: country, state: state, city: city, district: district, gender: gender, ageS: ageS, ageE: ageE, tag: tag, distance: distance, skip: skip, take: take, userId: userId).execute(apiResponseQueue) { result in
366 | switch result {
/Users/admin/builder/spi-builder-workspace/ZSGF.Client/Classes/OpenAPIs/APIs/UserFriendsAPI.swift:447:155: error: type 'ZSGF' has no member 'ClientAPI'
445 | */
446 | @discardableResult
447 | open class func userMutualFollowers(appKey: String, skip: Int? = nil, take: Int? = nil, userId: String? = nil, apiResponseQueue: DispatchQueue = ZSGF.ClientAPI.apiResponseQueue, completion: @escaping ((_ data: UserMutualFollowersResultApiResponse?, _ error: Error?) -> Void)) -> RequestTask {
| `- error: type 'ZSGF' has no member 'ClientAPI'
448 | return userMutualFollowersWithRequestBuilder(appKey: appKey, skip: skip, take: take, userId: userId).execute(apiResponseQueue) { result in
449 | switch result {
/Users/admin/builder/spi-builder-workspace/ZSGF.Client/Classes/OpenAPIs/APIs/UserFriendsAPI.swift:508:156: error: type 'ZSGF' has no member 'ClientAPI'
506 | */
507 | @discardableResult
508 | open class func userMutualFollowings(appKey: String, skip: Int? = nil, take: Int? = nil, userId: String? = nil, apiResponseQueue: DispatchQueue = ZSGF.ClientAPI.apiResponseQueue, completion: @escaping ((_ data: UserMutualFollowingsResultApiResponse?, _ error: Error?) -> Void)) -> RequestTask {
| `- error: type 'ZSGF' has no member 'ClientAPI'
509 | return userMutualFollowingsWithRequestBuilder(appKey: appKey, skip: skip, take: take, userId: userId).execute(apiResponseQueue) { result in
510 | switch result {
/Users/admin/builder/spi-builder-workspace/ZSGF.Client/Classes/OpenAPIs/APIs/UserFriendsAPI.swift:567:107: error: type 'ZSGF' has no member 'ClientAPI'
565 | */
566 | @discardableResult
567 | open class func userProfileById(userId: Int64, appKey: String, apiResponseQueue: DispatchQueue = ZSGF.ClientAPI.apiResponseQueue, completion: @escaping ((_ data: GetUserProfileResultApiResponse?, _ error: Error?) -> Void)) -> RequestTask {
| `- error: type 'ZSGF' has no member 'ClientAPI'
568 | return userProfileByIdWithRequestBuilder(userId: userId, appKey: appKey).execute(apiResponseQueue) { result in
569 | switch result {
/Users/admin/builder/spi-builder-workspace/ZSGF.Client/Classes/OpenAPIs/APIs/UserFriendsAPI.swift:623:135: error: type 'ZSGF' has no member 'ClientAPI'
621 | */
622 | @discardableResult
623 | open class func userUnfollowUser(userId: Int64, appKey: String, fromUserId: String? = nil, apiResponseQueue: DispatchQueue = ZSGF.ClientAPI.apiResponseQueue, completion: @escaping ((_ data: BooleanApiResponse?, _ error: Error?) -> Void)) -> RequestTask {
| `- error: type 'ZSGF' has no member 'ClientAPI'
624 | return userUnfollowUserWithRequestBuilder(userId: userId, appKey: appKey, fromUserId: fromUserId).execute(apiResponseQueue) { result in
625 | switch result {
/Users/admin/builder/spi-builder-workspace/ZSGF.Client/Classes/OpenAPIs/APIs/UserLocationAPI.swift:25:123: error: type 'ZSGF' has no member 'ClientAPI'
23 | */
24 | @discardableResult
25 | open class func userLocation(id: Int64, appKey: String, userId: String? = nil, apiResponseQueue: DispatchQueue = ZSGF.ClientAPI.apiResponseQueue, completion: @escaping ((_ data: GeoLocationModelApiResponse?, _ error: Error?) -> Void)) -> RequestTask {
| `- error: type 'ZSGF' has no member 'ClientAPI'
26 | return userLocationWithRequestBuilder(id: id, appKey: appKey, userId: userId).execute(apiResponseQueue) { result in
27 | switch result {
/Users/admin/builder/spi-builder-workspace/ZSGF.Client/Classes/OpenAPIs/APIs/UserLocationAPI.swift:85:129: error: type 'ZSGF' has no member 'ClientAPI'
83 | */
84 | @discardableResult
85 | open class func userLocationDelete(id: Int64, appKey: String, userId: String? = nil, apiResponseQueue: DispatchQueue = ZSGF.ClientAPI.apiResponseQueue, completion: @escaping ((_ data: BooleanApiResponse?, _ error: Error?) -> Void)) -> RequestTask {
| `- error: type 'ZSGF' has no member 'ClientAPI'
86 | return userLocationDeleteWithRequestBuilder(id: id, appKey: appKey, userId: userId).execute(apiResponseQueue) { result in
87 | switch result {
/Users/admin/builder/spi-builder-workspace/ZSGF.Client/Classes/OpenAPIs/APIs/UserLocationAPI.swift:145:159: error: type 'ZSGF' has no member 'ClientAPI'
143 | */
144 | @discardableResult
145 | open class func userLocationPost(appKey: String, userId: String? = nil, geoLocationModel: GeoLocationModel? = nil, apiResponseQueue: DispatchQueue = ZSGF.ClientAPI.apiResponseQueue, completion: @escaping ((_ data: UserLocationPostResultApiResponse?, _ error: Error?) -> Void)) -> RequestTask {
| `- error: type 'ZSGF' has no member 'ClientAPI'
146 | return userLocationPostWithRequestBuilder(appKey: appKey, userId: userId, geoLocationModel: geoLocationModel).execute(apiResponseQueue) { result in
147 | switch result {
/Users/admin/builder/spi-builder-workspace/ZSGF.Client/Classes/OpenAPIs/APIs/UserLocationAPI.swift:203:169: error: type 'ZSGF' has no member 'ClientAPI'
201 | */
202 | @discardableResult
203 | open class func userLocationPut(id: Int64, appKey: String, userId: String? = nil, geoLocationModel: GeoLocationModel? = nil, apiResponseQueue: DispatchQueue = ZSGF.ClientAPI.apiResponseQueue, completion: @escaping ((_ data: BooleanApiResponse?, _ error: Error?) -> Void)) -> RequestTask {
| `- error: type 'ZSGF' has no member 'ClientAPI'
204 | return userLocationPutWithRequestBuilder(id: id, appKey: appKey, userId: userId, geoLocationModel: geoLocationModel).execute(apiResponseQueue) { result in
205 | switch result {
/Users/admin/builder/spi-builder-workspace/ZSGF.Client/Classes/OpenAPIs/APIs/UserLocationAPI.swift:270:248: error: type 'ZSGF' has no member 'ClientAPI'
268 | */
269 | @discardableResult
270 | open class func userLocations(appKey: String, tag: String? = nil, type: String? = nil, x: Double? = nil, y: Double? = nil, sphere: Int64? = nil, skip: Int? = nil, take: Int? = nil, userId: String? = nil, apiResponseQueue: DispatchQueue = ZSGF.ClientAPI.apiResponseQueue, completion: @escaping ((_ data: UserLocationsResultApiResponse?, _ error: Error?) -> Void)) -> RequestTask {
| `- error: type 'ZSGF' has no member 'ClientAPI'
271 | return userLocationsWithRequestBuilder(appKey: appKey, tag: tag, type: type, x: x, y: y, sphere: sphere, skip: skip, take: take, userId: userId).execute(apiResponseQueue) { result in
272 | switch result {
/Users/admin/builder/spi-builder-workspace/ZSGF.Client/Classes/OpenAPIs/APIs/WechatAPI.swift:24:144: error: type 'ZSGF' has no member 'ClientAPI'
22 | */
23 | @discardableResult
24 | open class func confirmQRCodeLogin(appKey: String, qRCodeSignInRequest: QRCodeSignInRequest? = nil, apiResponseQueue: DispatchQueue = ZSGF.ClientAPI.apiResponseQueue, completion: @escaping ((_ data: TokenModelApiResponse?, _ error: Error?) -> Void)) -> RequestTask {
| `- error: type 'ZSGF' has no member 'ClientAPI'
25 | return confirmQRCodeLoginWithRequestBuilder(appKey: appKey, qRCodeSignInRequest: qRCodeSignInRequest).execute(apiResponseQueue) { result in
26 | switch result {
/Users/admin/builder/spi-builder-workspace/ZSGF.Client/Classes/OpenAPIs/APIs/WechatAPI.swift:76:151: error: type 'ZSGF' has no member 'ClientAPI'
74 | */
75 | @discardableResult
76 | open class func confirmQRCodeRegistration(appKey: String, qRCodeSignUpRequest: QRCodeSignUpRequest? = nil, apiResponseQueue: DispatchQueue = ZSGF.ClientAPI.apiResponseQueue, completion: @escaping ((_ data: TokenModelApiResponse?, _ error: Error?) -> Void)) -> RequestTask {
| `- error: type 'ZSGF' has no member 'ClientAPI'
77 | return confirmQRCodeRegistrationWithRequestBuilder(appKey: appKey, qRCodeSignUpRequest: qRCodeSignUpRequest).execute(apiResponseQueue) { result in
78 | switch result {
/Users/admin/builder/spi-builder-workspace/ZSGF.Client/Classes/OpenAPIs/APIs/WechatAPI.swift:128:153: error: type 'ZSGF' has no member 'ClientAPI'
126 | */
127 | @discardableResult
128 | open class func initiateQRAuthSession(appKey: String, qRCodePreSignInRequest: QRCodePreSignInRequest? = nil, apiResponseQueue: DispatchQueue = ZSGF.ClientAPI.apiResponseQueue, completion: @escaping ((_ data: Int64ApiResponse?, _ error: Error?) -> Void)) -> RequestTask {
| `- error: type 'ZSGF' has no member 'ClientAPI'
129 | return initiateQRAuthSessionWithRequestBuilder(appKey: appKey, qRCodePreSignInRequest: qRCodePreSignInRequest).execute(apiResponseQueue) { result in
130 | switch result {
/Users/admin/builder/spi-builder-workspace/ZSGF.Client/Classes/OpenAPIs/APIs/WechatAPI.swift:180:139: error: type 'ZSGF' has no member 'ClientAPI'
178 | */
179 | @discardableResult
180 | open class func scanQRCodeForAuth(appKey: String, qRCodeScanRequest: QRCodeScanRequest? = nil, apiResponseQueue: DispatchQueue = ZSGF.ClientAPI.apiResponseQueue, completion: @escaping ((_ data: UserQRCodeScanResultApiResponse?, _ error: Error?) -> Void)) -> RequestTask {
| `- error: type 'ZSGF' has no member 'ClientAPI'
181 | return scanQRCodeForAuthWithRequestBuilder(appKey: appKey, qRCodeScanRequest: qRCodeScanRequest).execute(apiResponseQueue) { result in
182 | switch result {
/Users/admin/builder/spi-builder-workspace/ZSGF.Client/Classes/OpenAPIs/APIs/WechatAPI.swift:234:166: error: type 'ZSGF' has no member 'ClientAPI'
232 | */
233 | @discardableResult
234 | open class func wechatDecrypt(appKey: String, encryptedData: String? = nil, iv: String? = nil, sessionKey: String? = nil, apiResponseQueue: DispatchQueue = ZSGF.ClientAPI.apiResponseQueue, completion: @escaping ((_ data: StringApiResponse?, _ error: Error?) -> Void)) -> RequestTask {
| `- error: type 'ZSGF' has no member 'ClientAPI'
235 | return wechatDecryptWithRequestBuilder(appKey: appKey, encryptedData: encryptedData, iv: iv, sessionKey: sessionKey).execute(apiResponseQueue) { result in
236 | switch result {
/Users/admin/builder/spi-builder-workspace/ZSGF.Client/Classes/OpenAPIs/APIs/WechatAPI.swift:293:131: error: type 'ZSGF' has no member 'ClientAPI'
291 | */
292 | @discardableResult
293 | open class func wechatGenerateScheme(appKey: String, requestBody: [AnyCodable]? = nil, apiResponseQueue: DispatchQueue = ZSGF.ClientAPI.apiResponseQueue, completion: @escaping ((_ data: StringApiResponse?, _ error: Error?) -> Void)) -> RequestTask {
| `- error: type 'ZSGF' has no member 'ClientAPI'
294 | return wechatGenerateSchemeWithRequestBuilder(appKey: appKey, requestBody: requestBody).execute(apiResponseQueue) { result in
295 | switch result {
/Users/admin/builder/spi-builder-workspace/ZSGF.Client/Classes/OpenAPIs/APIs/WechatAPI.swift:345:120: error: type 'ZSGF' has no member 'ClientAPI'
343 | */
344 | @discardableResult
345 | open class func wechatJSCode2Session(appKey: String, jsCode: String? = nil, apiResponseQueue: DispatchQueue = ZSGF.ClientAPI.apiResponseQueue, completion: @escaping ((_ data: StringApiResponse?, _ error: Error?) -> Void)) -> RequestTask {
| `- error: type 'ZSGF' has no member 'ClientAPI'
346 | return wechatJSCode2SessionWithRequestBuilder(appKey: appKey, jsCode: jsCode).execute(apiResponseQueue) { result in
347 | switch result {
/Users/admin/builder/spi-builder-workspace/ZSGF.Client/Classes/OpenAPIs/APIs/WechatAPI.swift:400:111: error: type 'ZSGF' has no member 'ClientAPI'
398 | */
399 | @discardableResult
400 | open class func wechatJSConfig(appKey: String, url: String? = nil, apiResponseQueue: DispatchQueue = ZSGF.ClientAPI.apiResponseQueue, completion: @escaping ((_ data: WechatJSConfigResultApiResponse?, _ error: Error?) -> Void)) -> RequestTask {
| `- error: type 'ZSGF' has no member 'ClientAPI'
401 | return wechatJSConfigWithRequestBuilder(appKey: appKey, url: url).execute(apiResponseQueue) { result in
402 | switch result {
/Users/admin/builder/spi-builder-workspace/ZSGF.Client/Classes/OpenAPIs/APIs/WechatAPI.swift:455:128: error: type 'ZSGF' has no member 'ClientAPI'
453 | */
454 | @discardableResult
455 | open class func wechatMsgSecCheck(appKey: String, requestBody: [AnyCodable]? = nil, apiResponseQueue: DispatchQueue = ZSGF.ClientAPI.apiResponseQueue, completion: @escaping ((_ data: AnyCodable?, _ error: Error?) -> Void)) -> RequestTask {
| `- error: type 'ZSGF' has no member 'ClientAPI'
456 | return wechatMsgSecCheckWithRequestBuilder(appKey: appKey, requestBody: requestBody).execute(apiResponseQueue) { result in
457 | switch result {
/Users/admin/builder/spi-builder-workspace/ZSGF.Client/Classes/OpenAPIs/APIs/WechatAPI.swift:507:129: error: type 'ZSGF' has no member 'ClientAPI'
505 | */
506 | @discardableResult
507 | open class func wechatSubscribeMSG(appKey: String, requestBody: [AnyCodable]? = nil, apiResponseQueue: DispatchQueue = ZSGF.ClientAPI.apiResponseQueue, completion: @escaping ((_ data: StringApiResponse?, _ error: Error?) -> Void)) -> RequestTask {
| `- error: type 'ZSGF' has no member 'ClientAPI'
508 | return wechatSubscribeMSGWithRequestBuilder(appKey: appKey, requestBody: requestBody).execute(apiResponseQueue) { result in
509 | switch result {
/Users/admin/builder/spi-builder-workspace/ZSGF.Client/Classes/OpenAPIs/APIs/WechatAPI.swift:559:130: error: type 'ZSGF' has no member 'ClientAPI'
557 | */
558 | @discardableResult
559 | open class func wechatSubscribeSend(appKey: String, requestBody: [AnyCodable]? = nil, apiResponseQueue: DispatchQueue = ZSGF.ClientAPI.apiResponseQueue, completion: @escaping ((_ data: StringApiResponse?, _ error: Error?) -> Void)) -> RequestTask {
| `- error: type 'ZSGF' has no member 'ClientAPI'
560 | return wechatSubscribeSendWithRequestBuilder(appKey: appKey, requestBody: requestBody).execute(apiResponseQueue) { result in
561 | switch result {
/Users/admin/builder/spi-builder-workspace/ZSGF.Client/Classes/OpenAPIs/APIs/WechatAPI.swift:611:132: error: type 'ZSGF' has no member 'ClientAPI'
609 | */
610 | @discardableResult
611 | open class func wechatUrlLinkGenerate(appKey: String, requestBody: [AnyCodable]? = nil, apiResponseQueue: DispatchQueue = ZSGF.ClientAPI.apiResponseQueue, completion: @escaping ((_ data: StringApiResponse?, _ error: Error?) -> Void)) -> RequestTask {
| `- error: type 'ZSGF' has no member 'ClientAPI'
612 | return wechatUrlLinkGenerateWithRequestBuilder(appKey: appKey, requestBody: requestBody).execute(apiResponseQueue) { result in
613 | switch result {
/Users/admin/builder/spi-builder-workspace/ZSGF.Client/Classes/OpenAPIs/APIs/WechatAPI.swift:663:114: error: type 'ZSGF' has no member 'ClientAPI'
661 | */
662 | @discardableResult
663 | open class func wechatUserInfo(appKey: String, openid: String? = nil, apiResponseQueue: DispatchQueue = ZSGF.ClientAPI.apiResponseQueue, completion: @escaping ((_ data: StringApiResponse?, _ error: Error?) -> Void)) -> RequestTask {
| `- error: type 'ZSGF' has no member 'ClientAPI'
664 | return wechatUserInfoWithRequestBuilder(appKey: appKey, openid: openid).execute(apiResponseQueue) { result in
665 | switch result {
/Users/admin/builder/spi-builder-workspace/ZSGF.Client/Classes/OpenAPIs/APIs/WechatAPI.swift:718:127: error: type 'ZSGF' has no member 'ClientAPI'
716 | */
717 | @discardableResult
718 | open class func wechatWXACodeGet(appKey: String, requestBody: [AnyCodable]? = nil, apiResponseQueue: DispatchQueue = ZSGF.ClientAPI.apiResponseQueue, completion: @escaping ((_ data: URL?, _ error: Error?) -> Void)) -> RequestTask {
| `- error: type 'ZSGF' has no member 'ClientAPI'
719 | return wechatWXACodeGetWithRequestBuilder(appKey: appKey, requestBody: requestBody).execute(apiResponseQueue) { result in
720 | switch result {
/Users/admin/builder/spi-builder-workspace/ZSGF.Client/Classes/OpenAPIs/APIs/WechatAPI.swift:770:136: error: type 'ZSGF' has no member 'ClientAPI'
768 | */
769 | @discardableResult
770 | open class func wechatWXACodeGetUnlimited(appKey: String, requestBody: [AnyCodable]? = nil, apiResponseQueue: DispatchQueue = ZSGF.ClientAPI.apiResponseQueue, completion: @escaping ((_ data: URL?, _ error: Error?) -> Void)) -> RequestTask {
| `- error: type 'ZSGF' has no member 'ClientAPI'
771 | return wechatWXACodeGetUnlimitedWithRequestBuilder(appKey: appKey, requestBody: requestBody).execute(apiResponseQueue) { result in
772 | switch result {
/Users/admin/builder/spi-builder-workspace/ZSGF.Client/Classes/OpenAPIs/Extensions.swift:110:1: warning: extension declares a conformance of imported type 'String' to imported protocol 'CodingKey'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
108 | }
109 |
110 | extension String: CodingKey {
| |- warning: extension declares a conformance of imported type 'String' to imported protocol 'CodingKey'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
111 |
112 | public var stringValue: String {
/Users/admin/builder/spi-builder-workspace/ZSGF.Client/Classes/OpenAPIs/OpenISO8601DateFormatter.swift:11:14: warning: class 'OpenISO8601DateFormatter' must restate inherited '@unchecked Sendable' conformance
9 |
10 | // https://stackoverflow.com/a/50281094/976628
11 | public class OpenISO8601DateFormatter: DateFormatter {
| `- warning: class 'OpenISO8601DateFormatter' must restate inherited '@unchecked Sendable' conformance
12 | static let withoutSeconds: DateFormatter = {
13 | let formatter = DateFormatter()
/Users/admin/builder/spi-builder-workspace/ZSGF.Client/Classes/OpenAPIs/URLSessionImplementations.swift:62:70: error: 'ClientAPIChallengeHandler' is not a member type of class 'ZSGF_Client.ZSGF'
60 |
61 | // Store current taskDidReceiveChallenge for every URLSessionTask
62 | private var challengeHandlerStore = SynchronizedDictionary<Int, ZSGF.ClientAPIChallengeHandler>()
| `- error: 'ClientAPIChallengeHandler' is not a member type of class 'ZSGF_Client.ZSGF'
63 |
64 | // Store current URLCredential for every URLSessionTask
/Users/admin/builder/spi-builder-workspace/ZSGF.Client/Classes/OpenAPIs/APIs.swift:11:12: note: 'ZSGF' declared here
9 | import FoundationNetworking
10 | #endif
11 | open class ZSGF.ClientAPI {
| `- note: 'ZSGF' declared here
12 | public static var basePath = "https://api-dev.zashigaofa.cn"
13 | public static var customHeaders: [String: String] = [:]
/Users/admin/builder/spi-builder-workspace/ZSGF.Client/Classes/OpenAPIs/URLSessionImplementations.swift:72:46: error: 'ClientAPIChallengeHandler' is not a member type of class 'ZSGF_Client.ZSGF'
70 | May be assigned if you want to control the authentication challenges.
71 | */
72 | public var taskDidReceiveChallenge: ZSGF.ClientAPIChallengeHandler?
| `- error: 'ClientAPIChallengeHandler' is not a member type of class 'ZSGF_Client.ZSGF'
73 |
74 | required public init(method: String, URLString: String, parameters: [String: Any]?, headers: [String: String] = [:], requiresAuthentication: Bool) {
/Users/admin/builder/spi-builder-workspace/ZSGF.Client/Classes/OpenAPIs/APIs.swift:11:12: note: 'ZSGF' declared here
9 | import FoundationNetworking
10 | #endif
11 | open class ZSGF.ClientAPI {
| `- note: 'ZSGF' declared here
12 | public static var basePath = "https://api-dev.zashigaofa.cn"
13 | public static var customHeaders: [String: String] = [:]
/Users/admin/builder/spi-builder-workspace/ZSGF.Client/Classes/OpenAPIs/URLSessionImplementations.swift:121:73: error: type 'ZSGF' has no member 'ClientAPI'
119 |
120 | @discardableResult
121 | override open func execute(_ apiResponseQueue: DispatchQueue = ZSGF.ClientAPI.apiResponseQueue, _ completion: @escaping (_ result: Swift.Result<Response<T>, ErrorResponse>) -> Void) -> RequestTask {
| `- error: type 'ZSGF' has no member 'ClientAPI'
122 | let urlSession = createURLSession()
123 |
[117/163] Compiling ZSGF_Client AlipayTradeRefundResponseApiResponse.swift
/Users/admin/builder/spi-builder-workspace/ZSGF.Client/Classes/OpenAPIs/APIs.swift:11:16: error: expected '{' in class
9 | import FoundationNetworking
10 | #endif
11 | open class ZSGF.ClientAPI {
| `- error: expected '{' in class
12 | public static var basePath = "https://api-dev.zashigaofa.cn"
13 | public static var customHeaders: [String: String] = [:]
/Users/admin/builder/spi-builder-workspace/ZSGF.Client/Classes/OpenAPIs/URLSessionImplementations.swift:53:22: error: expected '=' in type alias declaration
51 | }
52 |
53 | public typealias ZSGF.ClientAPIChallengeHandler = ((URLSession, URLSessionTask, URLAuthenticationChallenge) -> (URLSession.AuthChallengeDisposition, URLCredential?))
| `- error: expected '=' in type alias declaration
54 |
55 | // Store the URLSession's delegate to retain its reference
[118/163] Compiling ZSGF_Client AppInfoItem.swift
/Users/admin/builder/spi-builder-workspace/ZSGF.Client/Classes/OpenAPIs/APIs.swift:11:16: error: expected '{' in class
9 | import FoundationNetworking
10 | #endif
11 | open class ZSGF.ClientAPI {
| `- error: expected '{' in class
12 | public static var basePath = "https://api-dev.zashigaofa.cn"
13 | public static var customHeaders: [String: String] = [:]
/Users/admin/builder/spi-builder-workspace/ZSGF.Client/Classes/OpenAPIs/URLSessionImplementations.swift:53:22: error: expected '=' in type alias declaration
51 | }
52 |
53 | public typealias ZSGF.ClientAPIChallengeHandler = ((URLSession, URLSessionTask, URLAuthenticationChallenge) -> (URLSession.AuthChallengeDisposition, URLCredential?))
| `- error: expected '=' in type alias declaration
54 |
55 | // Store the URLSession's delegate to retain its reference
[119/163] Compiling ZSGF_Client AppInfoResult.swift
/Users/admin/builder/spi-builder-workspace/ZSGF.Client/Classes/OpenAPIs/APIs.swift:11:16: error: expected '{' in class
9 | import FoundationNetworking
10 | #endif
11 | open class ZSGF.ClientAPI {
| `- error: expected '{' in class
12 | public static var basePath = "https://api-dev.zashigaofa.cn"
13 | public static var customHeaders: [String: String] = [:]
/Users/admin/builder/spi-builder-workspace/ZSGF.Client/Classes/OpenAPIs/URLSessionImplementations.swift:53:22: error: expected '=' in type alias declaration
51 | }
52 |
53 | public typealias ZSGF.ClientAPIChallengeHandler = ((URLSession, URLSessionTask, URLAuthenticationChallenge) -> (URLSession.AuthChallengeDisposition, URLCredential?))
| `- error: expected '=' in type alias declaration
54 |
55 | // Store the URLSession's delegate to retain its reference
[120/163] Compiling ZSGF_Client AppInfoResultApiResponse.swift
/Users/admin/builder/spi-builder-workspace/ZSGF.Client/Classes/OpenAPIs/APIs.swift:11:16: error: expected '{' in class
9 | import FoundationNetworking
10 | #endif
11 | open class ZSGF.ClientAPI {
| `- error: expected '{' in class
12 | public static var basePath = "https://api-dev.zashigaofa.cn"
13 | public static var customHeaders: [String: String] = [:]
/Users/admin/builder/spi-builder-workspace/ZSGF.Client/Classes/OpenAPIs/URLSessionImplementations.swift:53:22: error: expected '=' in type alias declaration
51 | }
52 |
53 | public typealias ZSGF.ClientAPIChallengeHandler = ((URLSession, URLSessionTask, URLAuthenticationChallenge) -> (URLSession.AuthChallengeDisposition, URLCredential?))
| `- error: expected '=' in type alias declaration
54 |
55 | // Store the URLSession's delegate to retain its reference
[121/163] Compiling ZSGF_Client AppProperty.swift
/Users/admin/builder/spi-builder-workspace/ZSGF.Client/Classes/OpenAPIs/APIs.swift:11:16: error: expected '{' in class
9 | import FoundationNetworking
10 | #endif
11 | open class ZSGF.ClientAPI {
| `- error: expected '{' in class
12 | public static var basePath = "https://api-dev.zashigaofa.cn"
13 | public static var customHeaders: [String: String] = [:]
/Users/admin/builder/spi-builder-workspace/ZSGF.Client/Classes/OpenAPIs/URLSessionImplementations.swift:53:22: error: expected '=' in type alias declaration
51 | }
52 |
53 | public typealias ZSGF.ClientAPIChallengeHandler = ((URLSession, URLSessionTask, URLAuthenticationChallenge) -> (URLSession.AuthChallengeDisposition, URLCredential?))
| `- error: expected '=' in type alias declaration
54 |
55 | // Store the URLSession's delegate to retain its reference
[122/163] Compiling ZSGF_Client AppUserConsentModel.swift
/Users/admin/builder/spi-builder-workspace/ZSGF.Client/Classes/OpenAPIs/APIs.swift:11:16: error: expected '{' in class
9 | import FoundationNetworking
10 | #endif
11 | open class ZSGF.ClientAPI {
| `- error: expected '{' in class
12 | public static var basePath = "https://api-dev.zashigaofa.cn"
13 | public static var customHeaders: [String: String] = [:]
/Users/admin/builder/spi-builder-workspace/ZSGF.Client/Classes/OpenAPIs/URLSessionImplementations.swift:53:22: error: expected '=' in type alias declaration
51 | }
52 |
53 | public typealias ZSGF.ClientAPIChallengeHandler = ((URLSession, URLSessionTask, URLAuthenticationChallenge) -> (URLSession.AuthChallengeDisposition, URLCredential?))
| `- error: expected '=' in type alias declaration
54 |
55 | // Store the URLSession's delegate to retain its reference
[123/163] Compiling ZSGF_Client AppUserConsentModelListApiResponse.swift
/Users/admin/builder/spi-builder-workspace/ZSGF.Client/Classes/OpenAPIs/APIs.swift:11:16: error: expected '{' in class
9 | import FoundationNetworking
10 | #endif
11 | open class ZSGF.ClientAPI {
| `- error: expected '{' in class
12 | public static var basePath = "https://api-dev.zashigaofa.cn"
13 | public static var customHeaders: [String: String] = [:]
/Users/admin/builder/spi-builder-workspace/ZSGF.Client/Classes/OpenAPIs/URLSessionImplementations.swift:53:22: error: expected '=' in type alias declaration
51 | }
52 |
53 | public typealias ZSGF.ClientAPIChallengeHandler = ((URLSession, URLSessionTask, URLAuthenticationChallenge) -> (URLSession.AuthChallengeDisposition, URLCredential?))
| `- error: expected '=' in type alias declaration
54 |
55 | // Store the URLSession's delegate to retain its reference
[124/163] Compiling ZSGF_Client AppUserResetEmailRequest.swift
/Users/admin/builder/spi-builder-workspace/ZSGF.Client/Classes/OpenAPIs/APIs.swift:11:16: error: expected '{' in class
9 | import FoundationNetworking
10 | #endif
11 | open class ZSGF.ClientAPI {
| `- error: expected '{' in class
12 | public static var basePath = "https://api-dev.zashigaofa.cn"
13 | public static var customHeaders: [String: String] = [:]
/Users/admin/builder/spi-builder-workspace/ZSGF.Client/Classes/OpenAPIs/URLSessionImplementations.swift:53:22: error: expected '=' in type alias declaration
51 | }
52 |
53 | public typealias ZSGF.ClientAPIChallengeHandler = ((URLSession, URLSessionTask, URLAuthenticationChallenge) -> (URLSession.AuthChallengeDisposition, URLCredential?))
| `- error: expected '=' in type alias declaration
54 |
55 | // Store the URLSession's delegate to retain its reference
[125/163] Compiling ZSGF_Client AppUserResetPhoneRequest.swift
/Users/admin/builder/spi-builder-workspace/ZSGF.Client/Classes/OpenAPIs/APIs.swift:11:16: error: expected '{' in class
9 | import FoundationNetworking
10 | #endif
11 | open class ZSGF.ClientAPI {
| `- error: expected '{' in class
12 | public static var basePath = "https://api-dev.zashigaofa.cn"
13 | public static var customHeaders: [String: String] = [:]
/Users/admin/builder/spi-builder-workspace/ZSGF.Client/Classes/OpenAPIs/URLSessionImplementations.swift:53:22: error: expected '=' in type alias declaration
51 | }
52 |
53 | public typealias ZSGF.ClientAPIChallengeHandler = ((URLSession, URLSessionTask, URLAuthenticationChallenge) -> (URLSession.AuthChallengeDisposition, URLCredential?))
| `- error: expected '=' in type alias declaration
54 |
55 | // Store the URLSession's delegate to retain its reference
[126/163] Compiling ZSGF_Client AppUserResetPwdRequest.swift
/Users/admin/builder/spi-builder-workspace/ZSGF.Client/Classes/OpenAPIs/APIs.swift:11:16: error: expected '{' in class
9 | import FoundationNetworking
10 | #endif
11 | open class ZSGF.ClientAPI {
| `- error: expected '{' in class
12 | public static var basePath = "https://api-dev.zashigaofa.cn"
13 | public static var customHeaders: [String: String] = [:]
/Users/admin/builder/spi-builder-workspace/ZSGF.Client/Classes/OpenAPIs/URLSessionImplementations.swift:53:22: error: expected '=' in type alias declaration
51 | }
52 |
53 | public typealias ZSGF.ClientAPIChallengeHandler = ((URLSession, URLSessionTask, URLAuthenticationChallenge) -> (URLSession.AuthChallengeDisposition, URLCredential?))
| `- error: expected '=' in type alias declaration
54 |
55 | // Store the URLSession's delegate to retain its reference
[127/163] Compiling ZSGF_Client AuthorizeResult.swift
/Users/admin/builder/spi-builder-workspace/ZSGF.Client/Classes/OpenAPIs/APIs.swift:11:16: error: expected '{' in class
9 | import FoundationNetworking
10 | #endif
11 | open class ZSGF.ClientAPI {
| `- error: expected '{' in class
12 | public static var basePath = "https://api-dev.zashigaofa.cn"
13 | public static var customHeaders: [String: String] = [:]
/Users/admin/builder/spi-builder-workspace/ZSGF.Client/Classes/OpenAPIs/URLSessionImplementations.swift:53:22: error: expected '=' in type alias declaration
51 | }
52 |
53 | public typealias ZSGF.ClientAPIChallengeHandler = ((URLSession, URLSessionTask, URLAuthenticationChallenge) -> (URLSession.AuthChallengeDisposition, URLCredential?))
| `- error: expected '=' in type alias declaration
54 |
55 | // Store the URLSession's delegate to retain its reference
[128/163] Compiling ZSGF_Client AuthorizeResultApiResponse.swift
/Users/admin/builder/spi-builder-workspace/ZSGF.Client/Classes/OpenAPIs/APIs.swift:11:16: error: expected '{' in class
9 | import FoundationNetworking
10 | #endif
11 | open class ZSGF.ClientAPI {
| `- error: expected '{' in class
12 | public static var basePath = "https://api-dev.zashigaofa.cn"
13 | public static var customHeaders: [String: String] = [:]
/Users/admin/builder/spi-builder-workspace/ZSGF.Client/Classes/OpenAPIs/URLSessionImplementations.swift:53:22: error: expected '=' in type alias declaration
51 | }
52 |
53 | public typealias ZSGF.ClientAPIChallengeHandler = ((URLSession, URLSessionTask, URLAuthenticationChallenge) -> (URLSession.AuthChallengeDisposition, URLCredential?))
| `- error: expected '=' in type alias declaration
54 |
55 | // Store the URLSession's delegate to retain its reference
[129/163] Compiling ZSGF_Client BkAgentRespInfo.swift
/Users/admin/builder/spi-builder-workspace/ZSGF.Client/Classes/OpenAPIs/APIs.swift:11:16: error: expected '{' in class
9 | import FoundationNetworking
10 | #endif
11 | open class ZSGF.ClientAPI {
| `- error: expected '{' in class
12 | public static var basePath = "https://api-dev.zashigaofa.cn"
13 | public static var customHeaders: [String: String] = [:]
/Users/admin/builder/spi-builder-workspace/ZSGF.Client/Classes/OpenAPIs/URLSessionImplementations.swift:53:22: error: expected '=' in type alias declaration
51 | }
52 |
53 | public typealias ZSGF.ClientAPIChallengeHandler = ((URLSession, URLSessionTask, URLAuthenticationChallenge) -> (URLSession.AuthChallengeDisposition, URLCredential?))
| `- error: expected '=' in type alias declaration
54 |
55 | // Store the URLSession's delegate to retain its reference
[130/163] Compiling ZSGF_Client BooleanApiResponse.swift
/Users/admin/builder/spi-builder-workspace/ZSGF.Client/Classes/OpenAPIs/APIs.swift:11:16: error: expected '{' in class
9 | import FoundationNetworking
10 | #endif
11 | open class ZSGF.ClientAPI {
| `- error: expected '{' in class
12 | public static var basePath = "https://api-dev.zashigaofa.cn"
13 | public static var customHeaders: [String: String] = [:]
/Users/admin/builder/spi-builder-workspace/ZSGF.Client/Classes/OpenAPIs/URLSessionImplementations.swift:53:22: error: expected '=' in type alias declaration
51 | }
52 |
53 | public typealias ZSGF.ClientAPIChallengeHandler = ((URLSession, URLSessionTask, URLAuthenticationChallenge) -> (URLSession.AuthChallengeDisposition, URLCredential?))
| `- error: expected '=' in type alias declaration
54 |
55 | // Store the URLSession's delegate to retain its reference
[131/163] Compiling ZSGF_Client ChargeInfo.swift
/Users/admin/builder/spi-builder-workspace/ZSGF.Client/Classes/OpenAPIs/APIs.swift:11:16: error: expected '{' in class
9 | import FoundationNetworking
10 | #endif
11 | open class ZSGF.ClientAPI {
| `- error: expected '{' in class
12 | public static var basePath = "https://api-dev.zashigaofa.cn"
13 | public static var customHeaders: [String: String] = [:]
/Users/admin/builder/spi-builder-workspace/ZSGF.Client/Classes/OpenAPIs/URLSessionImplementations.swift:53:22: error: expected '=' in type alias declaration
51 | }
52 |
53 | public typealias ZSGF.ClientAPIChallengeHandler = ((URLSession, URLSessionTask, URLAuthenticationChallenge) -> (URLSession.AuthChallengeDisposition, URLCredential?))
| `- error: expected '=' in type alias declaration
54 |
55 | // Store the URLSession's delegate to retain its reference
[132/163] Compiling ZSGF_Client CommonFriendModel.swift
/Users/admin/builder/spi-builder-workspace/ZSGF.Client/Classes/OpenAPIs/APIs.swift:11:16: error: expected '{' in class
9 | import FoundationNetworking
10 | #endif
11 | open class ZSGF.ClientAPI {
| `- error: expected '{' in class
12 | public static var basePath = "https://api-dev.zashigaofa.cn"
13 | public static var customHeaders: [String: String] = [:]
/Users/admin/builder/spi-builder-workspace/ZSGF.Client/Classes/OpenAPIs/URLSessionImplementations.swift:53:22: error: expected '=' in type alias declaration
51 | }
52 |
53 | public typealias ZSGF.ClientAPIChallengeHandler = ((URLSession, URLSessionTask, URLAuthenticationChallenge) -> (URLSession.AuthChallengeDisposition, URLCredential?))
| `- error: expected '=' in type alias declaration
54 |
55 | // Store the URLSession's delegate to retain its reference
[133/163] Compiling ZSGF_Client CodableHelper.swift
/Users/admin/builder/spi-builder-workspace/ZSGF.Client/Classes/OpenAPIs/APIs.swift:11:16: error: expected '{' in class
9 | import FoundationNetworking
10 | #endif
11 | open class ZSGF.ClientAPI {
| `- error: expected '{' in class
12 | public static var basePath = "https://api-dev.zashigaofa.cn"
13 | public static var customHeaders: [String: String] = [:]
/Users/admin/builder/spi-builder-workspace/ZSGF.Client/Classes/OpenAPIs/URLSessionImplementations.swift:53:22: error: expected '=' in type alias declaration
51 | }
52 |
53 | public typealias ZSGF.ClientAPIChallengeHandler = ((URLSession, URLSessionTask, URLAuthenticationChallenge) -> (URLSession.AuthChallengeDisposition, URLCredential?))
| `- error: expected '=' in type alias declaration
54 |
55 | // Store the URLSession's delegate to retain its reference
/Users/admin/builder/spi-builder-workspace/ZSGF.Client/Classes/OpenAPIs/Extensions.swift:110:1: warning: extension declares a conformance of imported type 'String' to imported protocol 'CodingKey'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
108 | }
109 |
110 | extension String: CodingKey {
| |- warning: extension declares a conformance of imported type 'String' to imported protocol 'CodingKey'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
111 |
112 | public var stringValue: String {
[134/163] Compiling ZSGF_Client Configuration.swift
/Users/admin/builder/spi-builder-workspace/ZSGF.Client/Classes/OpenAPIs/APIs.swift:11:16: error: expected '{' in class
9 | import FoundationNetworking
10 | #endif
11 | open class ZSGF.ClientAPI {
| `- error: expected '{' in class
12 | public static var basePath = "https://api-dev.zashigaofa.cn"
13 | public static var customHeaders: [String: String] = [:]
/Users/admin/builder/spi-builder-workspace/ZSGF.Client/Classes/OpenAPIs/URLSessionImplementations.swift:53:22: error: expected '=' in type alias declaration
51 | }
52 |
53 | public typealias ZSGF.ClientAPIChallengeHandler = ((URLSession, URLSessionTask, URLAuthenticationChallenge) -> (URLSession.AuthChallengeDisposition, URLCredential?))
| `- error: expected '=' in type alias declaration
54 |
55 | // Store the URLSession's delegate to retain its reference
/Users/admin/builder/spi-builder-workspace/ZSGF.Client/Classes/OpenAPIs/Extensions.swift:110:1: warning: extension declares a conformance of imported type 'String' to imported protocol 'CodingKey'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
108 | }
109 |
110 | extension String: CodingKey {
| |- warning: extension declares a conformance of imported type 'String' to imported protocol 'CodingKey'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
111 |
112 | public var stringValue: String {
[135/163] Compiling ZSGF_Client Extensions.swift
/Users/admin/builder/spi-builder-workspace/ZSGF.Client/Classes/OpenAPIs/APIs.swift:11:16: error: expected '{' in class
9 | import FoundationNetworking
10 | #endif
11 | open class ZSGF.ClientAPI {
| `- error: expected '{' in class
12 | public static var basePath = "https://api-dev.zashigaofa.cn"
13 | public static var customHeaders: [String: String] = [:]
/Users/admin/builder/spi-builder-workspace/ZSGF.Client/Classes/OpenAPIs/URLSessionImplementations.swift:53:22: error: expected '=' in type alias declaration
51 | }
52 |
53 | public typealias ZSGF.ClientAPIChallengeHandler = ((URLSession, URLSessionTask, URLAuthenticationChallenge) -> (URLSession.AuthChallengeDisposition, URLCredential?))
| `- error: expected '=' in type alias declaration
54 |
55 | // Store the URLSession's delegate to retain its reference
/Users/admin/builder/spi-builder-workspace/ZSGF.Client/Classes/OpenAPIs/Extensions.swift:110:1: warning: extension declares a conformance of imported type 'String' to imported protocol 'CodingKey'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
108 | }
109 |
110 | extension String: CodingKey {
| |- warning: extension declares a conformance of imported type 'String' to imported protocol 'CodingKey'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
111 |
112 | public var stringValue: String {
[136/163] Compiling ZSGF_Client JSONDataEncoding.swift
/Users/admin/builder/spi-builder-workspace/ZSGF.Client/Classes/OpenAPIs/APIs.swift:11:16: error: expected '{' in class
9 | import FoundationNetworking
10 | #endif
11 | open class ZSGF.ClientAPI {
| `- error: expected '{' in class
12 | public static var basePath = "https://api-dev.zashigaofa.cn"
13 | public static var customHeaders: [String: String] = [:]
/Users/admin/builder/spi-builder-workspace/ZSGF.Client/Classes/OpenAPIs/URLSessionImplementations.swift:53:22: error: expected '=' in type alias declaration
51 | }
52 |
53 | public typealias ZSGF.ClientAPIChallengeHandler = ((URLSession, URLSessionTask, URLAuthenticationChallenge) -> (URLSession.AuthChallengeDisposition, URLCredential?))
| `- error: expected '=' in type alias declaration
54 |
55 | // Store the URLSession's delegate to retain its reference
/Users/admin/builder/spi-builder-workspace/ZSGF.Client/Classes/OpenAPIs/Extensions.swift:110:1: warning: extension declares a conformance of imported type 'String' to imported protocol 'CodingKey'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
108 | }
109 |
110 | extension String: CodingKey {
| |- warning: extension declares a conformance of imported type 'String' to imported protocol 'CodingKey'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
111 |
112 | public var stringValue: String {
[137/163] Compiling ZSGF_Client JSONEncodingHelper.swift
/Users/admin/builder/spi-builder-workspace/ZSGF.Client/Classes/OpenAPIs/APIs.swift:11:16: error: expected '{' in class
9 | import FoundationNetworking
10 | #endif
11 | open class ZSGF.ClientAPI {
| `- error: expected '{' in class
12 | public static var basePath = "https://api-dev.zashigaofa.cn"
13 | public static var customHeaders: [String: String] = [:]
/Users/admin/builder/spi-builder-workspace/ZSGF.Client/Classes/OpenAPIs/URLSessionImplementations.swift:53:22: error: expected '=' in type alias declaration
51 | }
52 |
53 | public typealias ZSGF.ClientAPIChallengeHandler = ((URLSession, URLSessionTask, URLAuthenticationChallenge) -> (URLSession.AuthChallengeDisposition, URLCredential?))
| `- error: expected '=' in type alias declaration
54 |
55 | // Store the URLSession's delegate to retain its reference
/Users/admin/builder/spi-builder-workspace/ZSGF.Client/Classes/OpenAPIs/Extensions.swift:110:1: warning: extension declares a conformance of imported type 'String' to imported protocol 'CodingKey'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
108 | }
109 |
110 | extension String: CodingKey {
| |- warning: extension declares a conformance of imported type 'String' to imported protocol 'CodingKey'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
111 |
112 | public var stringValue: String {
[138/163] Compiling ZSGF_Client Models.swift
/Users/admin/builder/spi-builder-workspace/ZSGF.Client/Classes/OpenAPIs/APIs.swift:11:16: error: expected '{' in class
9 | import FoundationNetworking
10 | #endif
11 | open class ZSGF.ClientAPI {
| `- error: expected '{' in class
12 | public static var basePath = "https://api-dev.zashigaofa.cn"
13 | public static var customHeaders: [String: String] = [:]
/Users/admin/builder/spi-builder-workspace/ZSGF.Client/Classes/OpenAPIs/URLSessionImplementations.swift:53:22: error: expected '=' in type alias declaration
51 | }
52 |
53 | public typealias ZSGF.ClientAPIChallengeHandler = ((URLSession, URLSessionTask, URLAuthenticationChallenge) -> (URLSession.AuthChallengeDisposition, URLCredential?))
| `- error: expected '=' in type alias declaration
54 |
55 | // Store the URLSession's delegate to retain its reference
/Users/admin/builder/spi-builder-workspace/ZSGF.Client/Classes/OpenAPIs/Extensions.swift:110:1: warning: extension declares a conformance of imported type 'String' to imported protocol 'CodingKey'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
108 | }
109 |
110 | extension String: CodingKey {
| |- warning: extension declares a conformance of imported type 'String' to imported protocol 'CodingKey'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
111 |
112 | public var stringValue: String {
[139/163] Compiling ZSGF_Client AccessTokenListResult.swift
/Users/admin/builder/spi-builder-workspace/ZSGF.Client/Classes/OpenAPIs/APIs.swift:11:16: error: expected '{' in class
9 | import FoundationNetworking
10 | #endif
11 | open class ZSGF.ClientAPI {
| `- error: expected '{' in class
12 | public static var basePath = "https://api-dev.zashigaofa.cn"
13 | public static var customHeaders: [String: String] = [:]
/Users/admin/builder/spi-builder-workspace/ZSGF.Client/Classes/OpenAPIs/URLSessionImplementations.swift:53:22: error: expected '=' in type alias declaration
51 | }
52 |
53 | public typealias ZSGF.ClientAPIChallengeHandler = ((URLSession, URLSessionTask, URLAuthenticationChallenge) -> (URLSession.AuthChallengeDisposition, URLCredential?))
| `- error: expected '=' in type alias declaration
54 |
55 | // Store the URLSession's delegate to retain its reference
/Users/admin/builder/spi-builder-workspace/ZSGF.Client/Classes/OpenAPIs/Extensions.swift:110:1: warning: extension declares a conformance of imported type 'String' to imported protocol 'CodingKey'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
108 | }
109 |
110 | extension String: CodingKey {
| |- warning: extension declares a conformance of imported type 'String' to imported protocol 'CodingKey'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
111 |
112 | public var stringValue: String {
[140/163] Compiling ZSGF_Client AccessTokenListResultApiResponse.swift
/Users/admin/builder/spi-builder-workspace/ZSGF.Client/Classes/OpenAPIs/APIs.swift:11:16: error: expected '{' in class
9 | import FoundationNetworking
10 | #endif
11 | open class ZSGF.ClientAPI {
| `- error: expected '{' in class
12 | public static var basePath = "https://api-dev.zashigaofa.cn"
13 | public static var customHeaders: [String: String] = [:]
/Users/admin/builder/spi-builder-workspace/ZSGF.Client/Classes/OpenAPIs/URLSessionImplementations.swift:53:22: error: expected '=' in type alias declaration
51 | }
52 |
53 | public typealias ZSGF.ClientAPIChallengeHandler = ((URLSession, URLSessionTask, URLAuthenticationChallenge) -> (URLSession.AuthChallengeDisposition, URLCredential?))
| `- error: expected '=' in type alias declaration
54 |
55 | // Store the URLSession's delegate to retain its reference
/Users/admin/builder/spi-builder-workspace/ZSGF.Client/Classes/OpenAPIs/Extensions.swift:110:1: warning: extension declares a conformance of imported type 'String' to imported protocol 'CodingKey'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
108 | }
109 |
110 | extension String: CodingKey {
| |- warning: extension declares a conformance of imported type 'String' to imported protocol 'CodingKey'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
111 |
112 | public var stringValue: String {
[141/163] Compiling ZSGF_Client AccessTokenPostRequest.swift
/Users/admin/builder/spi-builder-workspace/ZSGF.Client/Classes/OpenAPIs/APIs.swift:11:16: error: expected '{' in class
9 | import FoundationNetworking
10 | #endif
11 | open class ZSGF.ClientAPI {
| `- error: expected '{' in class
12 | public static var basePath = "https://api-dev.zashigaofa.cn"
13 | public static var customHeaders: [String: String] = [:]
/Users/admin/builder/spi-builder-workspace/ZSGF.Client/Classes/OpenAPIs/URLSessionImplementations.swift:53:22: error: expected '=' in type alias declaration
51 | }
52 |
53 | public typealias ZSGF.ClientAPIChallengeHandler = ((URLSession, URLSessionTask, URLAuthenticationChallenge) -> (URLSession.AuthChallengeDisposition, URLCredential?))
| `- error: expected '=' in type alias declaration
54 |
55 | // Store the URLSession's delegate to retain its reference
/Users/admin/builder/spi-builder-workspace/ZSGF.Client/Classes/OpenAPIs/Extensions.swift:110:1: warning: extension declares a conformance of imported type 'String' to imported protocol 'CodingKey'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
108 | }
109 |
110 | extension String: CodingKey {
| |- warning: extension declares a conformance of imported type 'String' to imported protocol 'CodingKey'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
111 |
112 | public var stringValue: String {
[142/163] Compiling ZSGF_Client AccessTokenPutRequest.swift
/Users/admin/builder/spi-builder-workspace/ZSGF.Client/Classes/OpenAPIs/APIs.swift:11:16: error: expected '{' in class
9 | import FoundationNetworking
10 | #endif
11 | open class ZSGF.ClientAPI {
| `- error: expected '{' in class
12 | public static var basePath = "https://api-dev.zashigaofa.cn"
13 | public static var customHeaders: [String: String] = [:]
/Users/admin/builder/spi-builder-workspace/ZSGF.Client/Classes/OpenAPIs/URLSessionImplementations.swift:53:22: error: expected '=' in type alias declaration
51 | }
52 |
53 | public typealias ZSGF.ClientAPIChallengeHandler = ((URLSession, URLSessionTask, URLAuthenticationChallenge) -> (URLSession.AuthChallengeDisposition, URLCredential?))
| `- error: expected '=' in type alias declaration
54 |
55 | // Store the URLSession's delegate to retain its reference
/Users/admin/builder/spi-builder-workspace/ZSGF.Client/Classes/OpenAPIs/Extensions.swift:110:1: warning: extension declares a conformance of imported type 'String' to imported protocol 'CodingKey'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
108 | }
109 |
110 | extension String: CodingKey {
| |- warning: extension declares a conformance of imported type 'String' to imported protocol 'CodingKey'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
111 |
112 | public var stringValue: String {
[143/163] Compiling ZSGF_Client AlipayCreateOrderPagePayRequest.swift
/Users/admin/builder/spi-builder-workspace/ZSGF.Client/Classes/OpenAPIs/APIs.swift:11:16: error: expected '{' in class
9 | import FoundationNetworking
10 | #endif
11 | open class ZSGF.ClientAPI {
| `- error: expected '{' in class
12 | public static var basePath = "https://api-dev.zashigaofa.cn"
13 | public static var customHeaders: [String: String] = [:]
/Users/admin/builder/spi-builder-workspace/ZSGF.Client/Classes/OpenAPIs/URLSessionImplementations.swift:53:22: error: expected '=' in type alias declaration
51 | }
52 |
53 | public typealias ZSGF.ClientAPIChallengeHandler = ((URLSession, URLSessionTask, URLAuthenticationChallenge) -> (URLSession.AuthChallengeDisposition, URLCredential?))
| `- error: expected '=' in type alias declaration
54 |
55 | // Store the URLSession's delegate to retain its reference
/Users/admin/builder/spi-builder-workspace/ZSGF.Client/Classes/OpenAPIs/Extensions.swift:110:1: warning: extension declares a conformance of imported type 'String' to imported protocol 'CodingKey'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
108 | }
109 |
110 | extension String: CodingKey {
| |- warning: extension declares a conformance of imported type 'String' to imported protocol 'CodingKey'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
111 |
112 | public var stringValue: String {
[144/163] Compiling ZSGF_Client AlipayCreateOrderRequest.swift
/Users/admin/builder/spi-builder-workspace/ZSGF.Client/Classes/OpenAPIs/APIs.swift:11:16: error: expected '{' in class
9 | import FoundationNetworking
10 | #endif
11 | open class ZSGF.ClientAPI {
| `- error: expected '{' in class
12 | public static var basePath = "https://api-dev.zashigaofa.cn"
13 | public static var customHeaders: [String: String] = [:]
/Users/admin/builder/spi-builder-workspace/ZSGF.Client/Classes/OpenAPIs/URLSessionImplementations.swift:53:22: error: expected '=' in type alias declaration
51 | }
52 |
53 | public typealias ZSGF.ClientAPIChallengeHandler = ((URLSession, URLSessionTask, URLAuthenticationChallenge) -> (URLSession.AuthChallengeDisposition, URLCredential?))
| `- error: expected '=' in type alias declaration
54 |
55 | // Store the URLSession's delegate to retain its reference
/Users/admin/builder/spi-builder-workspace/ZSGF.Client/Classes/OpenAPIs/Extensions.swift:110:1: warning: extension declares a conformance of imported type 'String' to imported protocol 'CodingKey'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
108 | }
109 |
110 | extension String: CodingKey {
| |- warning: extension declares a conformance of imported type 'String' to imported protocol 'CodingKey'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
111 |
112 | public var stringValue: String {
[145/163] Compiling ZSGF_Client AlipayCreateOrderWapPayRequest.swift
/Users/admin/builder/spi-builder-workspace/ZSGF.Client/Classes/OpenAPIs/APIs.swift:11:16: error: expected '{' in class
9 | import FoundationNetworking
10 | #endif
11 | open class ZSGF.ClientAPI {
| `- error: expected '{' in class
12 | public static var basePath = "https://api-dev.zashigaofa.cn"
13 | public static var customHeaders: [String: String] = [:]
/Users/admin/builder/spi-builder-workspace/ZSGF.Client/Classes/OpenAPIs/URLSessionImplementations.swift:53:22: error: expected '=' in type alias declaration
51 | }
52 |
53 | public typealias ZSGF.ClientAPIChallengeHandler = ((URLSession, URLSessionTask, URLAuthenticationChallenge) -> (URLSession.AuthChallengeDisposition, URLCredential?))
| `- error: expected '=' in type alias declaration
54 |
55 | // Store the URLSession's delegate to retain its reference
/Users/admin/builder/spi-builder-workspace/ZSGF.Client/Classes/OpenAPIs/Extensions.swift:110:1: warning: extension declares a conformance of imported type 'String' to imported protocol 'CodingKey'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
108 | }
109 |
110 | extension String: CodingKey {
| |- warning: extension declares a conformance of imported type 'String' to imported protocol 'CodingKey'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
111 |
112 | public var stringValue: String {
[146/163] Compiling ZSGF_Client AlipayTradeQueryResponse.swift
/Users/admin/builder/spi-builder-workspace/ZSGF.Client/Classes/OpenAPIs/APIs.swift:11:16: error: expected '{' in class
9 | import FoundationNetworking
10 | #endif
11 | open class ZSGF.ClientAPI {
| `- error: expected '{' in class
12 | public static var basePath = "https://api-dev.zashigaofa.cn"
13 | public static var customHeaders: [String: String] = [:]
/Users/admin/builder/spi-builder-workspace/ZSGF.Client/Classes/OpenAPIs/URLSessionImplementations.swift:53:22: error: expected '=' in type alias declaration
51 | }
52 |
53 | public typealias ZSGF.ClientAPIChallengeHandler = ((URLSession, URLSessionTask, URLAuthenticationChallenge) -> (URLSession.AuthChallengeDisposition, URLCredential?))
| `- error: expected '=' in type alias declaration
54 |
55 | // Store the URLSession's delegate to retain its reference
/Users/admin/builder/spi-builder-workspace/ZSGF.Client/Classes/OpenAPIs/Extensions.swift:110:1: warning: extension declares a conformance of imported type 'String' to imported protocol 'CodingKey'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
108 | }
109 |
110 | extension String: CodingKey {
| |- warning: extension declares a conformance of imported type 'String' to imported protocol 'CodingKey'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
111 |
112 | public var stringValue: String {
[147/163] Compiling ZSGF_Client AlipayTradeQueryResponseApiResponse.swift
/Users/admin/builder/spi-builder-workspace/ZSGF.Client/Classes/OpenAPIs/APIs.swift:11:16: error: expected '{' in class
9 | import FoundationNetworking
10 | #endif
11 | open class ZSGF.ClientAPI {
| `- error: expected '{' in class
12 | public static var basePath = "https://api-dev.zashigaofa.cn"
13 | public static var customHeaders: [String: String] = [:]
/Users/admin/builder/spi-builder-workspace/ZSGF.Client/Classes/OpenAPIs/URLSessionImplementations.swift:53:22: error: expected '=' in type alias declaration
51 | }
52 |
53 | public typealias ZSGF.ClientAPIChallengeHandler = ((URLSession, URLSessionTask, URLAuthenticationChallenge) -> (URLSession.AuthChallengeDisposition, URLCredential?))
| `- error: expected '=' in type alias declaration
54 |
55 | // Store the URLSession's delegate to retain its reference
/Users/admin/builder/spi-builder-workspace/ZSGF.Client/Classes/OpenAPIs/Extensions.swift:110:1: warning: extension declares a conformance of imported type 'String' to imported protocol 'CodingKey'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
108 | }
109 |
110 | extension String: CodingKey {
| |- warning: extension declares a conformance of imported type 'String' to imported protocol 'CodingKey'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
111 |
112 | public var stringValue: String {
[148/163] Compiling ZSGF_Client AlipayTradeRefundResponse.swift
/Users/admin/builder/spi-builder-workspace/ZSGF.Client/Classes/OpenAPIs/APIs.swift:11:16: error: expected '{' in class
9 | import FoundationNetworking
10 | #endif
11 | open class ZSGF.ClientAPI {
| `- error: expected '{' in class
12 | public static var basePath = "https://api-dev.zashigaofa.cn"
13 | public static var customHeaders: [String: String] = [:]
/Users/admin/builder/spi-builder-workspace/ZSGF.Client/Classes/OpenAPIs/URLSessionImplementations.swift:53:22: error: expected '=' in type alias declaration
51 | }
52 |
53 | public typealias ZSGF.ClientAPIChallengeHandler = ((URLSession, URLSessionTask, URLAuthenticationChallenge) -> (URLSession.AuthChallengeDisposition, URLCredential?))
| `- error: expected '=' in type alias declaration
54 |
55 | // Store the URLSession's delegate to retain its reference
/Users/admin/builder/spi-builder-workspace/ZSGF.Client/Classes/OpenAPIs/Extensions.swift:110:1: warning: extension declares a conformance of imported type 'String' to imported protocol 'CodingKey'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
108 | }
109 |
110 | extension String: CodingKey {
| |- warning: extension declares a conformance of imported type 'String' to imported protocol 'CodingKey'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
111 |
112 | public var stringValue: String {
[149/163] Compiling ZSGF_Client UserMutualFollowersResult.swift
/Users/admin/builder/spi-builder-workspace/ZSGF.Client/Classes/OpenAPIs/APIs.swift:11:16: error: expected '{' in class
9 | import FoundationNetworking
10 | #endif
11 | open class ZSGF.ClientAPI {
| `- error: expected '{' in class
12 | public static var basePath = "https://api-dev.zashigaofa.cn"
13 | public static var customHeaders: [String: String] = [:]
/Users/admin/builder/spi-builder-workspace/ZSGF.Client/Classes/OpenAPIs/URLSessionImplementations.swift:53:22: error: expected '=' in type alias declaration
51 | }
52 |
53 | public typealias ZSGF.ClientAPIChallengeHandler = ((URLSession, URLSessionTask, URLAuthenticationChallenge) -> (URLSession.AuthChallengeDisposition, URLCredential?))
| `- error: expected '=' in type alias declaration
54 |
55 | // Store the URLSession's delegate to retain its reference
/Users/admin/builder/spi-builder-workspace/ZSGF.Client/Classes/OpenAPIs/OpenISO8601DateFormatter.swift:11:14: warning: class 'OpenISO8601DateFormatter' must restate inherited '@unchecked Sendable' conformance
9 |
10 | // https://stackoverflow.com/a/50281094/976628
11 | public class OpenISO8601DateFormatter: DateFormatter {
| `- warning: class 'OpenISO8601DateFormatter' must restate inherited '@unchecked Sendable' conformance
12 | static let withoutSeconds: DateFormatter = {
13 | let formatter = DateFormatter()
/Users/admin/builder/spi-builder-workspace/ZSGF.Client/Classes/OpenAPIs/URLSessionImplementations.swift:62:70: error: 'ClientAPIChallengeHandler' is not a member type of class 'ZSGF_Client.ZSGF'
60 |
61 | // Store current taskDidReceiveChallenge for every URLSessionTask
62 | private var challengeHandlerStore = SynchronizedDictionary<Int, ZSGF.ClientAPIChallengeHandler>()
| `- error: 'ClientAPIChallengeHandler' is not a member type of class 'ZSGF_Client.ZSGF'
63 |
64 | // Store current URLCredential for every URLSessionTask
/Users/admin/builder/spi-builder-workspace/ZSGF.Client/Classes/OpenAPIs/APIs.swift:11:12: note: 'ZSGF' declared here
9 | import FoundationNetworking
10 | #endif
11 | open class ZSGF.ClientAPI {
| `- note: 'ZSGF' declared here
12 | public static var basePath = "https://api-dev.zashigaofa.cn"
13 | public static var customHeaders: [String: String] = [:]
/Users/admin/builder/spi-builder-workspace/ZSGF.Client/Classes/OpenAPIs/URLSessionImplementations.swift:72:46: error: 'ClientAPIChallengeHandler' is not a member type of class 'ZSGF_Client.ZSGF'
70 | May be assigned if you want to control the authentication challenges.
71 | */
72 | public var taskDidReceiveChallenge: ZSGF.ClientAPIChallengeHandler?
| `- error: 'ClientAPIChallengeHandler' is not a member type of class 'ZSGF_Client.ZSGF'
73 |
74 | required public init(method: String, URLString: String, parameters: [String: Any]?, headers: [String: String] = [:], requiresAuthentication: Bool) {
/Users/admin/builder/spi-builder-workspace/ZSGF.Client/Classes/OpenAPIs/APIs.swift:11:12: note: 'ZSGF' declared here
9 | import FoundationNetworking
10 | #endif
11 | open class ZSGF.ClientAPI {
| `- note: 'ZSGF' declared here
12 | public static var basePath = "https://api-dev.zashigaofa.cn"
13 | public static var customHeaders: [String: String] = [:]
/Users/admin/builder/spi-builder-workspace/ZSGF.Client/Classes/OpenAPIs/URLSessionImplementations.swift:121:73: error: type 'ZSGF' has no member 'ClientAPI'
119 |
120 | @discardableResult
121 | override open func execute(_ apiResponseQueue: DispatchQueue = ZSGF.ClientAPI.apiResponseQueue, _ completion: @escaping (_ result: Swift.Result<Response<T>, ErrorResponse>) -> Void) -> RequestTask {
| `- error: type 'ZSGF' has no member 'ClientAPI'
122 | let urlSession = createURLSession()
123 |
/Users/admin/builder/spi-builder-workspace/ZSGF.Client/Classes/OpenAPIs/URLSessionImplementations.swift:216:34: error: type 'ZSGF' has no member 'ClientAPI'
214 | open func buildHeaders() -> [String: String] {
215 | var httpHeaders: [String: String] = [:]
216 | for (key, value) in ZSGF.ClientAPI.customHeaders {
| `- error: type 'ZSGF' has no member 'ClientAPI'
217 | httpHeaders[key] = value
218 | }
[150/163] Compiling ZSGF_Client UserMutualFollowersResultApiResponse.swift
/Users/admin/builder/spi-builder-workspace/ZSGF.Client/Classes/OpenAPIs/APIs.swift:11:16: error: expected '{' in class
9 | import FoundationNetworking
10 | #endif
11 | open class ZSGF.ClientAPI {
| `- error: expected '{' in class
12 | public static var basePath = "https://api-dev.zashigaofa.cn"
13 | public static var customHeaders: [String: String] = [:]
/Users/admin/builder/spi-builder-workspace/ZSGF.Client/Classes/OpenAPIs/URLSessionImplementations.swift:53:22: error: expected '=' in type alias declaration
51 | }
52 |
53 | public typealias ZSGF.ClientAPIChallengeHandler = ((URLSession, URLSessionTask, URLAuthenticationChallenge) -> (URLSession.AuthChallengeDisposition, URLCredential?))
| `- error: expected '=' in type alias declaration
54 |
55 | // Store the URLSession's delegate to retain its reference
/Users/admin/builder/spi-builder-workspace/ZSGF.Client/Classes/OpenAPIs/OpenISO8601DateFormatter.swift:11:14: warning: class 'OpenISO8601DateFormatter' must restate inherited '@unchecked Sendable' conformance
9 |
10 | // https://stackoverflow.com/a/50281094/976628
11 | public class OpenISO8601DateFormatter: DateFormatter {
| `- warning: class 'OpenISO8601DateFormatter' must restate inherited '@unchecked Sendable' conformance
12 | static let withoutSeconds: DateFormatter = {
13 | let formatter = DateFormatter()
/Users/admin/builder/spi-builder-workspace/ZSGF.Client/Classes/OpenAPIs/URLSessionImplementations.swift:62:70: error: 'ClientAPIChallengeHandler' is not a member type of class 'ZSGF_Client.ZSGF'
60 |
61 | // Store current taskDidReceiveChallenge for every URLSessionTask
62 | private var challengeHandlerStore = SynchronizedDictionary<Int, ZSGF.ClientAPIChallengeHandler>()
| `- error: 'ClientAPIChallengeHandler' is not a member type of class 'ZSGF_Client.ZSGF'
63 |
64 | // Store current URLCredential for every URLSessionTask
/Users/admin/builder/spi-builder-workspace/ZSGF.Client/Classes/OpenAPIs/APIs.swift:11:12: note: 'ZSGF' declared here
9 | import FoundationNetworking
10 | #endif
11 | open class ZSGF.ClientAPI {
| `- note: 'ZSGF' declared here
12 | public static var basePath = "https://api-dev.zashigaofa.cn"
13 | public static var customHeaders: [String: String] = [:]
/Users/admin/builder/spi-builder-workspace/ZSGF.Client/Classes/OpenAPIs/URLSessionImplementations.swift:72:46: error: 'ClientAPIChallengeHandler' is not a member type of class 'ZSGF_Client.ZSGF'
70 | May be assigned if you want to control the authentication challenges.
71 | */
72 | public var taskDidReceiveChallenge: ZSGF.ClientAPIChallengeHandler?
| `- error: 'ClientAPIChallengeHandler' is not a member type of class 'ZSGF_Client.ZSGF'
73 |
74 | required public init(method: String, URLString: String, parameters: [String: Any]?, headers: [String: String] = [:], requiresAuthentication: Bool) {
/Users/admin/builder/spi-builder-workspace/ZSGF.Client/Classes/OpenAPIs/APIs.swift:11:12: note: 'ZSGF' declared here
9 | import FoundationNetworking
10 | #endif
11 | open class ZSGF.ClientAPI {
| `- note: 'ZSGF' declared here
12 | public static var basePath = "https://api-dev.zashigaofa.cn"
13 | public static var customHeaders: [String: String] = [:]
/Users/admin/builder/spi-builder-workspace/ZSGF.Client/Classes/OpenAPIs/URLSessionImplementations.swift:121:73: error: type 'ZSGF' has no member 'ClientAPI'
119 |
120 | @discardableResult
121 | override open func execute(_ apiResponseQueue: DispatchQueue = ZSGF.ClientAPI.apiResponseQueue, _ completion: @escaping (_ result: Swift.Result<Response<T>, ErrorResponse>) -> Void) -> RequestTask {
| `- error: type 'ZSGF' has no member 'ClientAPI'
122 | let urlSession = createURLSession()
123 |
/Users/admin/builder/spi-builder-workspace/ZSGF.Client/Classes/OpenAPIs/URLSessionImplementations.swift:216:34: error: type 'ZSGF' has no member 'ClientAPI'
214 | open func buildHeaders() -> [String: String] {
215 | var httpHeaders: [String: String] = [:]
216 | for (key, value) in ZSGF.ClientAPI.customHeaders {
| `- error: type 'ZSGF' has no member 'ClientAPI'
217 | httpHeaders[key] = value
218 | }
[151/163] Compiling ZSGF_Client UserMutualFollowingsResult.swift
/Users/admin/builder/spi-builder-workspace/ZSGF.Client/Classes/OpenAPIs/APIs.swift:11:16: error: expected '{' in class
9 | import FoundationNetworking
10 | #endif
11 | open class ZSGF.ClientAPI {
| `- error: expected '{' in class
12 | public static var basePath = "https://api-dev.zashigaofa.cn"
13 | public static var customHeaders: [String: String] = [:]
/Users/admin/builder/spi-builder-workspace/ZSGF.Client/Classes/OpenAPIs/URLSessionImplementations.swift:53:22: error: expected '=' in type alias declaration
51 | }
52 |
53 | public typealias ZSGF.ClientAPIChallengeHandler = ((URLSession, URLSessionTask, URLAuthenticationChallenge) -> (URLSession.AuthChallengeDisposition, URLCredential?))
| `- error: expected '=' in type alias declaration
54 |
55 | // Store the URLSession's delegate to retain its reference
/Users/admin/builder/spi-builder-workspace/ZSGF.Client/Classes/OpenAPIs/OpenISO8601DateFormatter.swift:11:14: warning: class 'OpenISO8601DateFormatter' must restate inherited '@unchecked Sendable' conformance
9 |
10 | // https://stackoverflow.com/a/50281094/976628
11 | public class OpenISO8601DateFormatter: DateFormatter {
| `- warning: class 'OpenISO8601DateFormatter' must restate inherited '@unchecked Sendable' conformance
12 | static let withoutSeconds: DateFormatter = {
13 | let formatter = DateFormatter()
/Users/admin/builder/spi-builder-workspace/ZSGF.Client/Classes/OpenAPIs/URLSessionImplementations.swift:62:70: error: 'ClientAPIChallengeHandler' is not a member type of class 'ZSGF_Client.ZSGF'
60 |
61 | // Store current taskDidReceiveChallenge for every URLSessionTask
62 | private var challengeHandlerStore = SynchronizedDictionary<Int, ZSGF.ClientAPIChallengeHandler>()
| `- error: 'ClientAPIChallengeHandler' is not a member type of class 'ZSGF_Client.ZSGF'
63 |
64 | // Store current URLCredential for every URLSessionTask
/Users/admin/builder/spi-builder-workspace/ZSGF.Client/Classes/OpenAPIs/APIs.swift:11:12: note: 'ZSGF' declared here
9 | import FoundationNetworking
10 | #endif
11 | open class ZSGF.ClientAPI {
| `- note: 'ZSGF' declared here
12 | public static var basePath = "https://api-dev.zashigaofa.cn"
13 | public static var customHeaders: [String: String] = [:]
/Users/admin/builder/spi-builder-workspace/ZSGF.Client/Classes/OpenAPIs/URLSessionImplementations.swift:72:46: error: 'ClientAPIChallengeHandler' is not a member type of class 'ZSGF_Client.ZSGF'
70 | May be assigned if you want to control the authentication challenges.
71 | */
72 | public var taskDidReceiveChallenge: ZSGF.ClientAPIChallengeHandler?
| `- error: 'ClientAPIChallengeHandler' is not a member type of class 'ZSGF_Client.ZSGF'
73 |
74 | required public init(method: String, URLString: String, parameters: [String: Any]?, headers: [String: String] = [:], requiresAuthentication: Bool) {
/Users/admin/builder/spi-builder-workspace/ZSGF.Client/Classes/OpenAPIs/APIs.swift:11:12: note: 'ZSGF' declared here
9 | import FoundationNetworking
10 | #endif
11 | open class ZSGF.ClientAPI {
| `- note: 'ZSGF' declared here
12 | public static var basePath = "https://api-dev.zashigaofa.cn"
13 | public static var customHeaders: [String: String] = [:]
/Users/admin/builder/spi-builder-workspace/ZSGF.Client/Classes/OpenAPIs/URLSessionImplementations.swift:121:73: error: type 'ZSGF' has no member 'ClientAPI'
119 |
120 | @discardableResult
121 | override open func execute(_ apiResponseQueue: DispatchQueue = ZSGF.ClientAPI.apiResponseQueue, _ completion: @escaping (_ result: Swift.Result<Response<T>, ErrorResponse>) -> Void) -> RequestTask {
| `- error: type 'ZSGF' has no member 'ClientAPI'
122 | let urlSession = createURLSession()
123 |
/Users/admin/builder/spi-builder-workspace/ZSGF.Client/Classes/OpenAPIs/URLSessionImplementations.swift:216:34: error: type 'ZSGF' has no member 'ClientAPI'
214 | open func buildHeaders() -> [String: String] {
215 | var httpHeaders: [String: String] = [:]
216 | for (key, value) in ZSGF.ClientAPI.customHeaders {
| `- error: type 'ZSGF' has no member 'ClientAPI'
217 | httpHeaders[key] = value
218 | }
[152/163] Compiling ZSGF_Client UserMutualFollowingsResultApiResponse.swift
/Users/admin/builder/spi-builder-workspace/ZSGF.Client/Classes/OpenAPIs/APIs.swift:11:16: error: expected '{' in class
9 | import FoundationNetworking
10 | #endif
11 | open class ZSGF.ClientAPI {
| `- error: expected '{' in class
12 | public static var basePath = "https://api-dev.zashigaofa.cn"
13 | public static var customHeaders: [String: String] = [:]
/Users/admin/builder/spi-builder-workspace/ZSGF.Client/Classes/OpenAPIs/URLSessionImplementations.swift:53:22: error: expected '=' in type alias declaration
51 | }
52 |
53 | public typealias ZSGF.ClientAPIChallengeHandler = ((URLSession, URLSessionTask, URLAuthenticationChallenge) -> (URLSession.AuthChallengeDisposition, URLCredential?))
| `- error: expected '=' in type alias declaration
54 |
55 | // Store the URLSession's delegate to retain its reference
/Users/admin/builder/spi-builder-workspace/ZSGF.Client/Classes/OpenAPIs/OpenISO8601DateFormatter.swift:11:14: warning: class 'OpenISO8601DateFormatter' must restate inherited '@unchecked Sendable' conformance
9 |
10 | // https://stackoverflow.com/a/50281094/976628
11 | public class OpenISO8601DateFormatter: DateFormatter {
| `- warning: class 'OpenISO8601DateFormatter' must restate inherited '@unchecked Sendable' conformance
12 | static let withoutSeconds: DateFormatter = {
13 | let formatter = DateFormatter()
/Users/admin/builder/spi-builder-workspace/ZSGF.Client/Classes/OpenAPIs/URLSessionImplementations.swift:62:70: error: 'ClientAPIChallengeHandler' is not a member type of class 'ZSGF_Client.ZSGF'
60 |
61 | // Store current taskDidReceiveChallenge for every URLSessionTask
62 | private var challengeHandlerStore = SynchronizedDictionary<Int, ZSGF.ClientAPIChallengeHandler>()
| `- error: 'ClientAPIChallengeHandler' is not a member type of class 'ZSGF_Client.ZSGF'
63 |
64 | // Store current URLCredential for every URLSessionTask
/Users/admin/builder/spi-builder-workspace/ZSGF.Client/Classes/OpenAPIs/APIs.swift:11:12: note: 'ZSGF' declared here
9 | import FoundationNetworking
10 | #endif
11 | open class ZSGF.ClientAPI {
| `- note: 'ZSGF' declared here
12 | public static var basePath = "https://api-dev.zashigaofa.cn"
13 | public static var customHeaders: [String: String] = [:]
/Users/admin/builder/spi-builder-workspace/ZSGF.Client/Classes/OpenAPIs/URLSessionImplementations.swift:72:46: error: 'ClientAPIChallengeHandler' is not a member type of class 'ZSGF_Client.ZSGF'
70 | May be assigned if you want to control the authentication challenges.
71 | */
72 | public var taskDidReceiveChallenge: ZSGF.ClientAPIChallengeHandler?
| `- error: 'ClientAPIChallengeHandler' is not a member type of class 'ZSGF_Client.ZSGF'
73 |
74 | required public init(method: String, URLString: String, parameters: [String: Any]?, headers: [String: String] = [:], requiresAuthentication: Bool) {
/Users/admin/builder/spi-builder-workspace/ZSGF.Client/Classes/OpenAPIs/APIs.swift:11:12: note: 'ZSGF' declared here
9 | import FoundationNetworking
10 | #endif
11 | open class ZSGF.ClientAPI {
| `- note: 'ZSGF' declared here
12 | public static var basePath = "https://api-dev.zashigaofa.cn"
13 | public static var customHeaders: [String: String] = [:]
/Users/admin/builder/spi-builder-workspace/ZSGF.Client/Classes/OpenAPIs/URLSessionImplementations.swift:121:73: error: type 'ZSGF' has no member 'ClientAPI'
119 |
120 | @discardableResult
121 | override open func execute(_ apiResponseQueue: DispatchQueue = ZSGF.ClientAPI.apiResponseQueue, _ completion: @escaping (_ result: Swift.Result<Response<T>, ErrorResponse>) -> Void) -> RequestTask {
| `- error: type 'ZSGF' has no member 'ClientAPI'
122 | let urlSession = createURLSession()
123 |
/Users/admin/builder/spi-builder-workspace/ZSGF.Client/Classes/OpenAPIs/URLSessionImplementations.swift:216:34: error: type 'ZSGF' has no member 'ClientAPI'
214 | open func buildHeaders() -> [String: String] {
215 | var httpHeaders: [String: String] = [:]
216 | for (key, value) in ZSGF.ClientAPI.customHeaders {
| `- error: type 'ZSGF' has no member 'ClientAPI'
217 | httpHeaders[key] = value
218 | }
[153/163] Compiling ZSGF_Client UserProfileResult.swift
/Users/admin/builder/spi-builder-workspace/ZSGF.Client/Classes/OpenAPIs/APIs.swift:11:16: error: expected '{' in class
9 | import FoundationNetworking
10 | #endif
11 | open class ZSGF.ClientAPI {
| `- error: expected '{' in class
12 | public static var basePath = "https://api-dev.zashigaofa.cn"
13 | public static var customHeaders: [String: String] = [:]
/Users/admin/builder/spi-builder-workspace/ZSGF.Client/Classes/OpenAPIs/URLSessionImplementations.swift:53:22: error: expected '=' in type alias declaration
51 | }
52 |
53 | public typealias ZSGF.ClientAPIChallengeHandler = ((URLSession, URLSessionTask, URLAuthenticationChallenge) -> (URLSession.AuthChallengeDisposition, URLCredential?))
| `- error: expected '=' in type alias declaration
54 |
55 | // Store the URLSession's delegate to retain its reference
/Users/admin/builder/spi-builder-workspace/ZSGF.Client/Classes/OpenAPIs/OpenISO8601DateFormatter.swift:11:14: warning: class 'OpenISO8601DateFormatter' must restate inherited '@unchecked Sendable' conformance
9 |
10 | // https://stackoverflow.com/a/50281094/976628
11 | public class OpenISO8601DateFormatter: DateFormatter {
| `- warning: class 'OpenISO8601DateFormatter' must restate inherited '@unchecked Sendable' conformance
12 | static let withoutSeconds: DateFormatter = {
13 | let formatter = DateFormatter()
/Users/admin/builder/spi-builder-workspace/ZSGF.Client/Classes/OpenAPIs/URLSessionImplementations.swift:62:70: error: 'ClientAPIChallengeHandler' is not a member type of class 'ZSGF_Client.ZSGF'
60 |
61 | // Store current taskDidReceiveChallenge for every URLSessionTask
62 | private var challengeHandlerStore = SynchronizedDictionary<Int, ZSGF.ClientAPIChallengeHandler>()
| `- error: 'ClientAPIChallengeHandler' is not a member type of class 'ZSGF_Client.ZSGF'
63 |
64 | // Store current URLCredential for every URLSessionTask
/Users/admin/builder/spi-builder-workspace/ZSGF.Client/Classes/OpenAPIs/APIs.swift:11:12: note: 'ZSGF' declared here
9 | import FoundationNetworking
10 | #endif
11 | open class ZSGF.ClientAPI {
| `- note: 'ZSGF' declared here
12 | public static var basePath = "https://api-dev.zashigaofa.cn"
13 | public static var customHeaders: [String: String] = [:]
/Users/admin/builder/spi-builder-workspace/ZSGF.Client/Classes/OpenAPIs/URLSessionImplementations.swift:72:46: error: 'ClientAPIChallengeHandler' is not a member type of class 'ZSGF_Client.ZSGF'
70 | May be assigned if you want to control the authentication challenges.
71 | */
72 | public var taskDidReceiveChallenge: ZSGF.ClientAPIChallengeHandler?
| `- error: 'ClientAPIChallengeHandler' is not a member type of class 'ZSGF_Client.ZSGF'
73 |
74 | required public init(method: String, URLString: String, parameters: [String: Any]?, headers: [String: String] = [:], requiresAuthentication: Bool) {
/Users/admin/builder/spi-builder-workspace/ZSGF.Client/Classes/OpenAPIs/APIs.swift:11:12: note: 'ZSGF' declared here
9 | import FoundationNetworking
10 | #endif
11 | open class ZSGF.ClientAPI {
| `- note: 'ZSGF' declared here
12 | public static var basePath = "https://api-dev.zashigaofa.cn"
13 | public static var customHeaders: [String: String] = [:]
/Users/admin/builder/spi-builder-workspace/ZSGF.Client/Classes/OpenAPIs/URLSessionImplementations.swift:121:73: error: type 'ZSGF' has no member 'ClientAPI'
119 |
120 | @discardableResult
121 | override open func execute(_ apiResponseQueue: DispatchQueue = ZSGF.ClientAPI.apiResponseQueue, _ completion: @escaping (_ result: Swift.Result<Response<T>, ErrorResponse>) -> Void) -> RequestTask {
| `- error: type 'ZSGF' has no member 'ClientAPI'
122 | let urlSession = createURLSession()
123 |
/Users/admin/builder/spi-builder-workspace/ZSGF.Client/Classes/OpenAPIs/URLSessionImplementations.swift:216:34: error: type 'ZSGF' has no member 'ClientAPI'
214 | open func buildHeaders() -> [String: String] {
215 | var httpHeaders: [String: String] = [:]
216 | for (key, value) in ZSGF.ClientAPI.customHeaders {
| `- error: type 'ZSGF' has no member 'ClientAPI'
217 | httpHeaders[key] = value
218 | }
[154/163] Compiling ZSGF_Client UserProfileResultApiResponse.swift
/Users/admin/builder/spi-builder-workspace/ZSGF.Client/Classes/OpenAPIs/APIs.swift:11:16: error: expected '{' in class
9 | import FoundationNetworking
10 | #endif
11 | open class ZSGF.ClientAPI {
| `- error: expected '{' in class
12 | public static var basePath = "https://api-dev.zashigaofa.cn"
13 | public static var customHeaders: [String: String] = [:]
/Users/admin/builder/spi-builder-workspace/ZSGF.Client/Classes/OpenAPIs/URLSessionImplementations.swift:53:22: error: expected '=' in type alias declaration
51 | }
52 |
53 | public typealias ZSGF.ClientAPIChallengeHandler = ((URLSession, URLSessionTask, URLAuthenticationChallenge) -> (URLSession.AuthChallengeDisposition, URLCredential?))
| `- error: expected '=' in type alias declaration
54 |
55 | // Store the URLSession's delegate to retain its reference
/Users/admin/builder/spi-builder-workspace/ZSGF.Client/Classes/OpenAPIs/OpenISO8601DateFormatter.swift:11:14: warning: class 'OpenISO8601DateFormatter' must restate inherited '@unchecked Sendable' conformance
9 |
10 | // https://stackoverflow.com/a/50281094/976628
11 | public class OpenISO8601DateFormatter: DateFormatter {
| `- warning: class 'OpenISO8601DateFormatter' must restate inherited '@unchecked Sendable' conformance
12 | static let withoutSeconds: DateFormatter = {
13 | let formatter = DateFormatter()
/Users/admin/builder/spi-builder-workspace/ZSGF.Client/Classes/OpenAPIs/URLSessionImplementations.swift:62:70: error: 'ClientAPIChallengeHandler' is not a member type of class 'ZSGF_Client.ZSGF'
60 |
61 | // Store current taskDidReceiveChallenge for every URLSessionTask
62 | private var challengeHandlerStore = SynchronizedDictionary<Int, ZSGF.ClientAPIChallengeHandler>()
| `- error: 'ClientAPIChallengeHandler' is not a member type of class 'ZSGF_Client.ZSGF'
63 |
64 | // Store current URLCredential for every URLSessionTask
/Users/admin/builder/spi-builder-workspace/ZSGF.Client/Classes/OpenAPIs/APIs.swift:11:12: note: 'ZSGF' declared here
9 | import FoundationNetworking
10 | #endif
11 | open class ZSGF.ClientAPI {
| `- note: 'ZSGF' declared here
12 | public static var basePath = "https://api-dev.zashigaofa.cn"
13 | public static var customHeaders: [String: String] = [:]
/Users/admin/builder/spi-builder-workspace/ZSGF.Client/Classes/OpenAPIs/URLSessionImplementations.swift:72:46: error: 'ClientAPIChallengeHandler' is not a member type of class 'ZSGF_Client.ZSGF'
70 | May be assigned if you want to control the authentication challenges.
71 | */
72 | public var taskDidReceiveChallenge: ZSGF.ClientAPIChallengeHandler?
| `- error: 'ClientAPIChallengeHandler' is not a member type of class 'ZSGF_Client.ZSGF'
73 |
74 | required public init(method: String, URLString: String, parameters: [String: Any]?, headers: [String: String] = [:], requiresAuthentication: Bool) {
/Users/admin/builder/spi-builder-workspace/ZSGF.Client/Classes/OpenAPIs/APIs.swift:11:12: note: 'ZSGF' declared here
9 | import FoundationNetworking
10 | #endif
11 | open class ZSGF.ClientAPI {
| `- note: 'ZSGF' declared here
12 | public static var basePath = "https://api-dev.zashigaofa.cn"
13 | public static var customHeaders: [String: String] = [:]
/Users/admin/builder/spi-builder-workspace/ZSGF.Client/Classes/OpenAPIs/URLSessionImplementations.swift:121:73: error: type 'ZSGF' has no member 'ClientAPI'
119 |
120 | @discardableResult
121 | override open func execute(_ apiResponseQueue: DispatchQueue = ZSGF.ClientAPI.apiResponseQueue, _ completion: @escaping (_ result: Swift.Result<Response<T>, ErrorResponse>) -> Void) -> RequestTask {
| `- error: type 'ZSGF' has no member 'ClientAPI'
122 | let urlSession = createURLSession()
123 |
/Users/admin/builder/spi-builder-workspace/ZSGF.Client/Classes/OpenAPIs/URLSessionImplementations.swift:216:34: error: type 'ZSGF' has no member 'ClientAPI'
214 | open func buildHeaders() -> [String: String] {
215 | var httpHeaders: [String: String] = [:]
216 | for (key, value) in ZSGF.ClientAPI.customHeaders {
| `- error: type 'ZSGF' has no member 'ClientAPI'
217 | httpHeaders[key] = value
218 | }
[155/163] Compiling ZSGF_Client UserQRCodeScanResult.swift
/Users/admin/builder/spi-builder-workspace/ZSGF.Client/Classes/OpenAPIs/APIs.swift:11:16: error: expected '{' in class
9 | import FoundationNetworking
10 | #endif
11 | open class ZSGF.ClientAPI {
| `- error: expected '{' in class
12 | public static var basePath = "https://api-dev.zashigaofa.cn"
13 | public static var customHeaders: [String: String] = [:]
/Users/admin/builder/spi-builder-workspace/ZSGF.Client/Classes/OpenAPIs/URLSessionImplementations.swift:53:22: error: expected '=' in type alias declaration
51 | }
52 |
53 | public typealias ZSGF.ClientAPIChallengeHandler = ((URLSession, URLSessionTask, URLAuthenticationChallenge) -> (URLSession.AuthChallengeDisposition, URLCredential?))
| `- error: expected '=' in type alias declaration
54 |
55 | // Store the URLSession's delegate to retain its reference
/Users/admin/builder/spi-builder-workspace/ZSGF.Client/Classes/OpenAPIs/OpenISO8601DateFormatter.swift:11:14: warning: class 'OpenISO8601DateFormatter' must restate inherited '@unchecked Sendable' conformance
9 |
10 | // https://stackoverflow.com/a/50281094/976628
11 | public class OpenISO8601DateFormatter: DateFormatter {
| `- warning: class 'OpenISO8601DateFormatter' must restate inherited '@unchecked Sendable' conformance
12 | static let withoutSeconds: DateFormatter = {
13 | let formatter = DateFormatter()
/Users/admin/builder/spi-builder-workspace/ZSGF.Client/Classes/OpenAPIs/URLSessionImplementations.swift:62:70: error: 'ClientAPIChallengeHandler' is not a member type of class 'ZSGF_Client.ZSGF'
60 |
61 | // Store current taskDidReceiveChallenge for every URLSessionTask
62 | private var challengeHandlerStore = SynchronizedDictionary<Int, ZSGF.ClientAPIChallengeHandler>()
| `- error: 'ClientAPIChallengeHandler' is not a member type of class 'ZSGF_Client.ZSGF'
63 |
64 | // Store current URLCredential for every URLSessionTask
/Users/admin/builder/spi-builder-workspace/ZSGF.Client/Classes/OpenAPIs/APIs.swift:11:12: note: 'ZSGF' declared here
9 | import FoundationNetworking
10 | #endif
11 | open class ZSGF.ClientAPI {
| `- note: 'ZSGF' declared here
12 | public static var basePath = "https://api-dev.zashigaofa.cn"
13 | public static var customHeaders: [String: String] = [:]
/Users/admin/builder/spi-builder-workspace/ZSGF.Client/Classes/OpenAPIs/URLSessionImplementations.swift:72:46: error: 'ClientAPIChallengeHandler' is not a member type of class 'ZSGF_Client.ZSGF'
70 | May be assigned if you want to control the authentication challenges.
71 | */
72 | public var taskDidReceiveChallenge: ZSGF.ClientAPIChallengeHandler?
| `- error: 'ClientAPIChallengeHandler' is not a member type of class 'ZSGF_Client.ZSGF'
73 |
74 | required public init(method: String, URLString: String, parameters: [String: Any]?, headers: [String: String] = [:], requiresAuthentication: Bool) {
/Users/admin/builder/spi-builder-workspace/ZSGF.Client/Classes/OpenAPIs/APIs.swift:11:12: note: 'ZSGF' declared here
9 | import FoundationNetworking
10 | #endif
11 | open class ZSGF.ClientAPI {
| `- note: 'ZSGF' declared here
12 | public static var basePath = "https://api-dev.zashigaofa.cn"
13 | public static var customHeaders: [String: String] = [:]
/Users/admin/builder/spi-builder-workspace/ZSGF.Client/Classes/OpenAPIs/URLSessionImplementations.swift:121:73: error: type 'ZSGF' has no member 'ClientAPI'
119 |
120 | @discardableResult
121 | override open func execute(_ apiResponseQueue: DispatchQueue = ZSGF.ClientAPI.apiResponseQueue, _ completion: @escaping (_ result: Swift.Result<Response<T>, ErrorResponse>) -> Void) -> RequestTask {
| `- error: type 'ZSGF' has no member 'ClientAPI'
122 | let urlSession = createURLSession()
123 |
/Users/admin/builder/spi-builder-workspace/ZSGF.Client/Classes/OpenAPIs/URLSessionImplementations.swift:216:34: error: type 'ZSGF' has no member 'ClientAPI'
214 | open func buildHeaders() -> [String: String] {
215 | var httpHeaders: [String: String] = [:]
216 | for (key, value) in ZSGF.ClientAPI.customHeaders {
| `- error: type 'ZSGF' has no member 'ClientAPI'
217 | httpHeaders[key] = value
218 | }
[156/163] Compiling ZSGF_Client UserQRCodeScanResultApiResponse.swift
/Users/admin/builder/spi-builder-workspace/ZSGF.Client/Classes/OpenAPIs/APIs.swift:11:16: error: expected '{' in class
9 | import FoundationNetworking
10 | #endif
11 | open class ZSGF.ClientAPI {
| `- error: expected '{' in class
12 | public static var basePath = "https://api-dev.zashigaofa.cn"
13 | public static var customHeaders: [String: String] = [:]
/Users/admin/builder/spi-builder-workspace/ZSGF.Client/Classes/OpenAPIs/URLSessionImplementations.swift:53:22: error: expected '=' in type alias declaration
51 | }
52 |
53 | public typealias ZSGF.ClientAPIChallengeHandler = ((URLSession, URLSessionTask, URLAuthenticationChallenge) -> (URLSession.AuthChallengeDisposition, URLCredential?))
| `- error: expected '=' in type alias declaration
54 |
55 | // Store the URLSession's delegate to retain its reference
/Users/admin/builder/spi-builder-workspace/ZSGF.Client/Classes/OpenAPIs/OpenISO8601DateFormatter.swift:11:14: warning: class 'OpenISO8601DateFormatter' must restate inherited '@unchecked Sendable' conformance
9 |
10 | // https://stackoverflow.com/a/50281094/976628
11 | public class OpenISO8601DateFormatter: DateFormatter {
| `- warning: class 'OpenISO8601DateFormatter' must restate inherited '@unchecked Sendable' conformance
12 | static let withoutSeconds: DateFormatter = {
13 | let formatter = DateFormatter()
/Users/admin/builder/spi-builder-workspace/ZSGF.Client/Classes/OpenAPIs/URLSessionImplementations.swift:62:70: error: 'ClientAPIChallengeHandler' is not a member type of class 'ZSGF_Client.ZSGF'
60 |
61 | // Store current taskDidReceiveChallenge for every URLSessionTask
62 | private var challengeHandlerStore = SynchronizedDictionary<Int, ZSGF.ClientAPIChallengeHandler>()
| `- error: 'ClientAPIChallengeHandler' is not a member type of class 'ZSGF_Client.ZSGF'
63 |
64 | // Store current URLCredential for every URLSessionTask
/Users/admin/builder/spi-builder-workspace/ZSGF.Client/Classes/OpenAPIs/APIs.swift:11:12: note: 'ZSGF' declared here
9 | import FoundationNetworking
10 | #endif
11 | open class ZSGF.ClientAPI {
| `- note: 'ZSGF' declared here
12 | public static var basePath = "https://api-dev.zashigaofa.cn"
13 | public static var customHeaders: [String: String] = [:]
/Users/admin/builder/spi-builder-workspace/ZSGF.Client/Classes/OpenAPIs/URLSessionImplementations.swift:72:46: error: 'ClientAPIChallengeHandler' is not a member type of class 'ZSGF_Client.ZSGF'
70 | May be assigned if you want to control the authentication challenges.
71 | */
72 | public var taskDidReceiveChallenge: ZSGF.ClientAPIChallengeHandler?
| `- error: 'ClientAPIChallengeHandler' is not a member type of class 'ZSGF_Client.ZSGF'
73 |
74 | required public init(method: String, URLString: String, parameters: [String: Any]?, headers: [String: String] = [:], requiresAuthentication: Bool) {
/Users/admin/builder/spi-builder-workspace/ZSGF.Client/Classes/OpenAPIs/APIs.swift:11:12: note: 'ZSGF' declared here
9 | import FoundationNetworking
10 | #endif
11 | open class ZSGF.ClientAPI {
| `- note: 'ZSGF' declared here
12 | public static var basePath = "https://api-dev.zashigaofa.cn"
13 | public static var customHeaders: [String: String] = [:]
/Users/admin/builder/spi-builder-workspace/ZSGF.Client/Classes/OpenAPIs/URLSessionImplementations.swift:121:73: error: type 'ZSGF' has no member 'ClientAPI'
119 |
120 | @discardableResult
121 | override open func execute(_ apiResponseQueue: DispatchQueue = ZSGF.ClientAPI.apiResponseQueue, _ completion: @escaping (_ result: Swift.Result<Response<T>, ErrorResponse>) -> Void) -> RequestTask {
| `- error: type 'ZSGF' has no member 'ClientAPI'
122 | let urlSession = createURLSession()
123 |
/Users/admin/builder/spi-builder-workspace/ZSGF.Client/Classes/OpenAPIs/URLSessionImplementations.swift:216:34: error: type 'ZSGF' has no member 'ClientAPI'
214 | open func buildHeaders() -> [String: String] {
215 | var httpHeaders: [String: String] = [:]
216 | for (key, value) in ZSGF.ClientAPI.customHeaders {
| `- error: type 'ZSGF' has no member 'ClientAPI'
217 | httpHeaders[key] = value
218 | }
[157/163] Compiling ZSGF_Client VoucherDetail.swift
/Users/admin/builder/spi-builder-workspace/ZSGF.Client/Classes/OpenAPIs/APIs.swift:11:16: error: expected '{' in class
9 | import FoundationNetworking
10 | #endif
11 | open class ZSGF.ClientAPI {
| `- error: expected '{' in class
12 | public static var basePath = "https://api-dev.zashigaofa.cn"
13 | public static var customHeaders: [String: String] = [:]
/Users/admin/builder/spi-builder-workspace/ZSGF.Client/Classes/OpenAPIs/URLSessionImplementations.swift:53:22: error: expected '=' in type alias declaration
51 | }
52 |
53 | public typealias ZSGF.ClientAPIChallengeHandler = ((URLSession, URLSessionTask, URLAuthenticationChallenge) -> (URLSession.AuthChallengeDisposition, URLCredential?))
| `- error: expected '=' in type alias declaration
54 |
55 | // Store the URLSession's delegate to retain its reference
/Users/admin/builder/spi-builder-workspace/ZSGF.Client/Classes/OpenAPIs/OpenISO8601DateFormatter.swift:11:14: warning: class 'OpenISO8601DateFormatter' must restate inherited '@unchecked Sendable' conformance
9 |
10 | // https://stackoverflow.com/a/50281094/976628
11 | public class OpenISO8601DateFormatter: DateFormatter {
| `- warning: class 'OpenISO8601DateFormatter' must restate inherited '@unchecked Sendable' conformance
12 | static let withoutSeconds: DateFormatter = {
13 | let formatter = DateFormatter()
/Users/admin/builder/spi-builder-workspace/ZSGF.Client/Classes/OpenAPIs/URLSessionImplementations.swift:62:70: error: 'ClientAPIChallengeHandler' is not a member type of class 'ZSGF_Client.ZSGF'
60 |
61 | // Store current taskDidReceiveChallenge for every URLSessionTask
62 | private var challengeHandlerStore = SynchronizedDictionary<Int, ZSGF.ClientAPIChallengeHandler>()
| `- error: 'ClientAPIChallengeHandler' is not a member type of class 'ZSGF_Client.ZSGF'
63 |
64 | // Store current URLCredential for every URLSessionTask
/Users/admin/builder/spi-builder-workspace/ZSGF.Client/Classes/OpenAPIs/APIs.swift:11:12: note: 'ZSGF' declared here
9 | import FoundationNetworking
10 | #endif
11 | open class ZSGF.ClientAPI {
| `- note: 'ZSGF' declared here
12 | public static var basePath = "https://api-dev.zashigaofa.cn"
13 | public static var customHeaders: [String: String] = [:]
/Users/admin/builder/spi-builder-workspace/ZSGF.Client/Classes/OpenAPIs/URLSessionImplementations.swift:72:46: error: 'ClientAPIChallengeHandler' is not a member type of class 'ZSGF_Client.ZSGF'
70 | May be assigned if you want to control the authentication challenges.
71 | */
72 | public var taskDidReceiveChallenge: ZSGF.ClientAPIChallengeHandler?
| `- error: 'ClientAPIChallengeHandler' is not a member type of class 'ZSGF_Client.ZSGF'
73 |
74 | required public init(method: String, URLString: String, parameters: [String: Any]?, headers: [String: String] = [:], requiresAuthentication: Bool) {
/Users/admin/builder/spi-builder-workspace/ZSGF.Client/Classes/OpenAPIs/APIs.swift:11:12: note: 'ZSGF' declared here
9 | import FoundationNetworking
10 | #endif
11 | open class ZSGF.ClientAPI {
| `- note: 'ZSGF' declared here
12 | public static var basePath = "https://api-dev.zashigaofa.cn"
13 | public static var customHeaders: [String: String] = [:]
/Users/admin/builder/spi-builder-workspace/ZSGF.Client/Classes/OpenAPIs/URLSessionImplementations.swift:121:73: error: type 'ZSGF' has no member 'ClientAPI'
119 |
120 | @discardableResult
121 | override open func execute(_ apiResponseQueue: DispatchQueue = ZSGF.ClientAPI.apiResponseQueue, _ completion: @escaping (_ result: Swift.Result<Response<T>, ErrorResponse>) -> Void) -> RequestTask {
| `- error: type 'ZSGF' has no member 'ClientAPI'
122 | let urlSession = createURLSession()
123 |
/Users/admin/builder/spi-builder-workspace/ZSGF.Client/Classes/OpenAPIs/URLSessionImplementations.swift:216:34: error: type 'ZSGF' has no member 'ClientAPI'
214 | open func buildHeaders() -> [String: String] {
215 | var httpHeaders: [String: String] = [:]
216 | for (key, value) in ZSGF.ClientAPI.customHeaders {
| `- error: type 'ZSGF' has no member 'ClientAPI'
217 | httpHeaders[key] = value
218 | }
[158/163] Compiling ZSGF_Client WechatJSConfigResult.swift
/Users/admin/builder/spi-builder-workspace/ZSGF.Client/Classes/OpenAPIs/APIs.swift:11:16: error: expected '{' in class
9 | import FoundationNetworking
10 | #endif
11 | open class ZSGF.ClientAPI {
| `- error: expected '{' in class
12 | public static var basePath = "https://api-dev.zashigaofa.cn"
13 | public static var customHeaders: [String: String] = [:]
/Users/admin/builder/spi-builder-workspace/ZSGF.Client/Classes/OpenAPIs/URLSessionImplementations.swift:53:22: error: expected '=' in type alias declaration
51 | }
52 |
53 | public typealias ZSGF.ClientAPIChallengeHandler = ((URLSession, URLSessionTask, URLAuthenticationChallenge) -> (URLSession.AuthChallengeDisposition, URLCredential?))
| `- error: expected '=' in type alias declaration
54 |
55 | // Store the URLSession's delegate to retain its reference
/Users/admin/builder/spi-builder-workspace/ZSGF.Client/Classes/OpenAPIs/OpenISO8601DateFormatter.swift:11:14: warning: class 'OpenISO8601DateFormatter' must restate inherited '@unchecked Sendable' conformance
9 |
10 | // https://stackoverflow.com/a/50281094/976628
11 | public class OpenISO8601DateFormatter: DateFormatter {
| `- warning: class 'OpenISO8601DateFormatter' must restate inherited '@unchecked Sendable' conformance
12 | static let withoutSeconds: DateFormatter = {
13 | let formatter = DateFormatter()
/Users/admin/builder/spi-builder-workspace/ZSGF.Client/Classes/OpenAPIs/URLSessionImplementations.swift:62:70: error: 'ClientAPIChallengeHandler' is not a member type of class 'ZSGF_Client.ZSGF'
60 |
61 | // Store current taskDidReceiveChallenge for every URLSessionTask
62 | private var challengeHandlerStore = SynchronizedDictionary<Int, ZSGF.ClientAPIChallengeHandler>()
| `- error: 'ClientAPIChallengeHandler' is not a member type of class 'ZSGF_Client.ZSGF'
63 |
64 | // Store current URLCredential for every URLSessionTask
/Users/admin/builder/spi-builder-workspace/ZSGF.Client/Classes/OpenAPIs/APIs.swift:11:12: note: 'ZSGF' declared here
9 | import FoundationNetworking
10 | #endif
11 | open class ZSGF.ClientAPI {
| `- note: 'ZSGF' declared here
12 | public static var basePath = "https://api-dev.zashigaofa.cn"
13 | public static var customHeaders: [String: String] = [:]
/Users/admin/builder/spi-builder-workspace/ZSGF.Client/Classes/OpenAPIs/URLSessionImplementations.swift:72:46: error: 'ClientAPIChallengeHandler' is not a member type of class 'ZSGF_Client.ZSGF'
70 | May be assigned if you want to control the authentication challenges.
71 | */
72 | public var taskDidReceiveChallenge: ZSGF.ClientAPIChallengeHandler?
| `- error: 'ClientAPIChallengeHandler' is not a member type of class 'ZSGF_Client.ZSGF'
73 |
74 | required public init(method: String, URLString: String, parameters: [String: Any]?, headers: [String: String] = [:], requiresAuthentication: Bool) {
/Users/admin/builder/spi-builder-workspace/ZSGF.Client/Classes/OpenAPIs/APIs.swift:11:12: note: 'ZSGF' declared here
9 | import FoundationNetworking
10 | #endif
11 | open class ZSGF.ClientAPI {
| `- note: 'ZSGF' declared here
12 | public static var basePath = "https://api-dev.zashigaofa.cn"
13 | public static var customHeaders: [String: String] = [:]
/Users/admin/builder/spi-builder-workspace/ZSGF.Client/Classes/OpenAPIs/URLSessionImplementations.swift:121:73: error: type 'ZSGF' has no member 'ClientAPI'
119 |
120 | @discardableResult
121 | override open func execute(_ apiResponseQueue: DispatchQueue = ZSGF.ClientAPI.apiResponseQueue, _ completion: @escaping (_ result: Swift.Result<Response<T>, ErrorResponse>) -> Void) -> RequestTask {
| `- error: type 'ZSGF' has no member 'ClientAPI'
122 | let urlSession = createURLSession()
123 |
/Users/admin/builder/spi-builder-workspace/ZSGF.Client/Classes/OpenAPIs/URLSessionImplementations.swift:216:34: error: type 'ZSGF' has no member 'ClientAPI'
214 | open func buildHeaders() -> [String: String] {
215 | var httpHeaders: [String: String] = [:]
216 | for (key, value) in ZSGF.ClientAPI.customHeaders {
| `- error: type 'ZSGF' has no member 'ClientAPI'
217 | httpHeaders[key] = value
218 | }
[159/163] Compiling ZSGF_Client WechatJSConfigResultApiResponse.swift
/Users/admin/builder/spi-builder-workspace/ZSGF.Client/Classes/OpenAPIs/APIs.swift:11:16: error: expected '{' in class
9 | import FoundationNetworking
10 | #endif
11 | open class ZSGF.ClientAPI {
| `- error: expected '{' in class
12 | public static var basePath = "https://api-dev.zashigaofa.cn"
13 | public static var customHeaders: [String: String] = [:]
/Users/admin/builder/spi-builder-workspace/ZSGF.Client/Classes/OpenAPIs/URLSessionImplementations.swift:53:22: error: expected '=' in type alias declaration
51 | }
52 |
53 | public typealias ZSGF.ClientAPIChallengeHandler = ((URLSession, URLSessionTask, URLAuthenticationChallenge) -> (URLSession.AuthChallengeDisposition, URLCredential?))
| `- error: expected '=' in type alias declaration
54 |
55 | // Store the URLSession's delegate to retain its reference
/Users/admin/builder/spi-builder-workspace/ZSGF.Client/Classes/OpenAPIs/OpenISO8601DateFormatter.swift:11:14: warning: class 'OpenISO8601DateFormatter' must restate inherited '@unchecked Sendable' conformance
9 |
10 | // https://stackoverflow.com/a/50281094/976628
11 | public class OpenISO8601DateFormatter: DateFormatter {
| `- warning: class 'OpenISO8601DateFormatter' must restate inherited '@unchecked Sendable' conformance
12 | static let withoutSeconds: DateFormatter = {
13 | let formatter = DateFormatter()
/Users/admin/builder/spi-builder-workspace/ZSGF.Client/Classes/OpenAPIs/URLSessionImplementations.swift:62:70: error: 'ClientAPIChallengeHandler' is not a member type of class 'ZSGF_Client.ZSGF'
60 |
61 | // Store current taskDidReceiveChallenge for every URLSessionTask
62 | private var challengeHandlerStore = SynchronizedDictionary<Int, ZSGF.ClientAPIChallengeHandler>()
| `- error: 'ClientAPIChallengeHandler' is not a member type of class 'ZSGF_Client.ZSGF'
63 |
64 | // Store current URLCredential for every URLSessionTask
/Users/admin/builder/spi-builder-workspace/ZSGF.Client/Classes/OpenAPIs/APIs.swift:11:12: note: 'ZSGF' declared here
9 | import FoundationNetworking
10 | #endif
11 | open class ZSGF.ClientAPI {
| `- note: 'ZSGF' declared here
12 | public static var basePath = "https://api-dev.zashigaofa.cn"
13 | public static var customHeaders: [String: String] = [:]
/Users/admin/builder/spi-builder-workspace/ZSGF.Client/Classes/OpenAPIs/URLSessionImplementations.swift:72:46: error: 'ClientAPIChallengeHandler' is not a member type of class 'ZSGF_Client.ZSGF'
70 | May be assigned if you want to control the authentication challenges.
71 | */
72 | public var taskDidReceiveChallenge: ZSGF.ClientAPIChallengeHandler?
| `- error: 'ClientAPIChallengeHandler' is not a member type of class 'ZSGF_Client.ZSGF'
73 |
74 | required public init(method: String, URLString: String, parameters: [String: Any]?, headers: [String: String] = [:], requiresAuthentication: Bool) {
/Users/admin/builder/spi-builder-workspace/ZSGF.Client/Classes/OpenAPIs/APIs.swift:11:12: note: 'ZSGF' declared here
9 | import FoundationNetworking
10 | #endif
11 | open class ZSGF.ClientAPI {
| `- note: 'ZSGF' declared here
12 | public static var basePath = "https://api-dev.zashigaofa.cn"
13 | public static var customHeaders: [String: String] = [:]
/Users/admin/builder/spi-builder-workspace/ZSGF.Client/Classes/OpenAPIs/URLSessionImplementations.swift:121:73: error: type 'ZSGF' has no member 'ClientAPI'
119 |
120 | @discardableResult
121 | override open func execute(_ apiResponseQueue: DispatchQueue = ZSGF.ClientAPI.apiResponseQueue, _ completion: @escaping (_ result: Swift.Result<Response<T>, ErrorResponse>) -> Void) -> RequestTask {
| `- error: type 'ZSGF' has no member 'ClientAPI'
122 | let urlSession = createURLSession()
123 |
/Users/admin/builder/spi-builder-workspace/ZSGF.Client/Classes/OpenAPIs/URLSessionImplementations.swift:216:34: error: type 'ZSGF' has no member 'ClientAPI'
214 | open func buildHeaders() -> [String: String] {
215 | var httpHeaders: [String: String] = [:]
216 | for (key, value) in ZSGF.ClientAPI.customHeaders {
| `- error: type 'ZSGF' has no member 'ClientAPI'
217 | httpHeaders[key] = value
218 | }
[160/163] Compiling ZSGF_Client OpenISO8601DateFormatter.swift
/Users/admin/builder/spi-builder-workspace/ZSGF.Client/Classes/OpenAPIs/APIs.swift:11:16: error: expected '{' in class
9 | import FoundationNetworking
10 | #endif
11 | open class ZSGF.ClientAPI {
| `- error: expected '{' in class
12 | public static var basePath = "https://api-dev.zashigaofa.cn"
13 | public static var customHeaders: [String: String] = [:]
/Users/admin/builder/spi-builder-workspace/ZSGF.Client/Classes/OpenAPIs/URLSessionImplementations.swift:53:22: error: expected '=' in type alias declaration
51 | }
52 |
53 | public typealias ZSGF.ClientAPIChallengeHandler = ((URLSession, URLSessionTask, URLAuthenticationChallenge) -> (URLSession.AuthChallengeDisposition, URLCredential?))
| `- error: expected '=' in type alias declaration
54 |
55 | // Store the URLSession's delegate to retain its reference
/Users/admin/builder/spi-builder-workspace/ZSGF.Client/Classes/OpenAPIs/OpenISO8601DateFormatter.swift:11:14: warning: class 'OpenISO8601DateFormatter' must restate inherited '@unchecked Sendable' conformance
9 |
10 | // https://stackoverflow.com/a/50281094/976628
11 | public class OpenISO8601DateFormatter: DateFormatter {
| `- warning: class 'OpenISO8601DateFormatter' must restate inherited '@unchecked Sendable' conformance
12 | static let withoutSeconds: DateFormatter = {
13 | let formatter = DateFormatter()
/Users/admin/builder/spi-builder-workspace/ZSGF.Client/Classes/OpenAPIs/URLSessionImplementations.swift:62:70: error: 'ClientAPIChallengeHandler' is not a member type of class 'ZSGF_Client.ZSGF'
60 |
61 | // Store current taskDidReceiveChallenge for every URLSessionTask
62 | private var challengeHandlerStore = SynchronizedDictionary<Int, ZSGF.ClientAPIChallengeHandler>()
| `- error: 'ClientAPIChallengeHandler' is not a member type of class 'ZSGF_Client.ZSGF'
63 |
64 | // Store current URLCredential for every URLSessionTask
/Users/admin/builder/spi-builder-workspace/ZSGF.Client/Classes/OpenAPIs/APIs.swift:11:12: note: 'ZSGF' declared here
9 | import FoundationNetworking
10 | #endif
11 | open class ZSGF.ClientAPI {
| `- note: 'ZSGF' declared here
12 | public static var basePath = "https://api-dev.zashigaofa.cn"
13 | public static var customHeaders: [String: String] = [:]
/Users/admin/builder/spi-builder-workspace/ZSGF.Client/Classes/OpenAPIs/URLSessionImplementations.swift:72:46: error: 'ClientAPIChallengeHandler' is not a member type of class 'ZSGF_Client.ZSGF'
70 | May be assigned if you want to control the authentication challenges.
71 | */
72 | public var taskDidReceiveChallenge: ZSGF.ClientAPIChallengeHandler?
| `- error: 'ClientAPIChallengeHandler' is not a member type of class 'ZSGF_Client.ZSGF'
73 |
74 | required public init(method: String, URLString: String, parameters: [String: Any]?, headers: [String: String] = [:], requiresAuthentication: Bool) {
/Users/admin/builder/spi-builder-workspace/ZSGF.Client/Classes/OpenAPIs/APIs.swift:11:12: note: 'ZSGF' declared here
9 | import FoundationNetworking
10 | #endif
11 | open class ZSGF.ClientAPI {
| `- note: 'ZSGF' declared here
12 | public static var basePath = "https://api-dev.zashigaofa.cn"
13 | public static var customHeaders: [String: String] = [:]
/Users/admin/builder/spi-builder-workspace/ZSGF.Client/Classes/OpenAPIs/URLSessionImplementations.swift:121:73: error: type 'ZSGF' has no member 'ClientAPI'
119 |
120 | @discardableResult
121 | override open func execute(_ apiResponseQueue: DispatchQueue = ZSGF.ClientAPI.apiResponseQueue, _ completion: @escaping (_ result: Swift.Result<Response<T>, ErrorResponse>) -> Void) -> RequestTask {
| `- error: type 'ZSGF' has no member 'ClientAPI'
122 | let urlSession = createURLSession()
123 |
/Users/admin/builder/spi-builder-workspace/ZSGF.Client/Classes/OpenAPIs/URLSessionImplementations.swift:216:34: error: type 'ZSGF' has no member 'ClientAPI'
214 | open func buildHeaders() -> [String: String] {
215 | var httpHeaders: [String: String] = [:]
216 | for (key, value) in ZSGF.ClientAPI.customHeaders {
| `- error: type 'ZSGF' has no member 'ClientAPI'
217 | httpHeaders[key] = value
218 | }
[161/163] Compiling ZSGF_Client SynchronizedDictionary.swift
/Users/admin/builder/spi-builder-workspace/ZSGF.Client/Classes/OpenAPIs/APIs.swift:11:16: error: expected '{' in class
9 | import FoundationNetworking
10 | #endif
11 | open class ZSGF.ClientAPI {
| `- error: expected '{' in class
12 | public static var basePath = "https://api-dev.zashigaofa.cn"
13 | public static var customHeaders: [String: String] = [:]
/Users/admin/builder/spi-builder-workspace/ZSGF.Client/Classes/OpenAPIs/URLSessionImplementations.swift:53:22: error: expected '=' in type alias declaration
51 | }
52 |
53 | public typealias ZSGF.ClientAPIChallengeHandler = ((URLSession, URLSessionTask, URLAuthenticationChallenge) -> (URLSession.AuthChallengeDisposition, URLCredential?))
| `- error: expected '=' in type alias declaration
54 |
55 | // Store the URLSession's delegate to retain its reference
/Users/admin/builder/spi-builder-workspace/ZSGF.Client/Classes/OpenAPIs/OpenISO8601DateFormatter.swift:11:14: warning: class 'OpenISO8601DateFormatter' must restate inherited '@unchecked Sendable' conformance
9 |
10 | // https://stackoverflow.com/a/50281094/976628
11 | public class OpenISO8601DateFormatter: DateFormatter {
| `- warning: class 'OpenISO8601DateFormatter' must restate inherited '@unchecked Sendable' conformance
12 | static let withoutSeconds: DateFormatter = {
13 | let formatter = DateFormatter()
/Users/admin/builder/spi-builder-workspace/ZSGF.Client/Classes/OpenAPIs/URLSessionImplementations.swift:62:70: error: 'ClientAPIChallengeHandler' is not a member type of class 'ZSGF_Client.ZSGF'
60 |
61 | // Store current taskDidReceiveChallenge for every URLSessionTask
62 | private var challengeHandlerStore = SynchronizedDictionary<Int, ZSGF.ClientAPIChallengeHandler>()
| `- error: 'ClientAPIChallengeHandler' is not a member type of class 'ZSGF_Client.ZSGF'
63 |
64 | // Store current URLCredential for every URLSessionTask
/Users/admin/builder/spi-builder-workspace/ZSGF.Client/Classes/OpenAPIs/APIs.swift:11:12: note: 'ZSGF' declared here
9 | import FoundationNetworking
10 | #endif
11 | open class ZSGF.ClientAPI {
| `- note: 'ZSGF' declared here
12 | public static var basePath = "https://api-dev.zashigaofa.cn"
13 | public static var customHeaders: [String: String] = [:]
/Users/admin/builder/spi-builder-workspace/ZSGF.Client/Classes/OpenAPIs/URLSessionImplementations.swift:72:46: error: 'ClientAPIChallengeHandler' is not a member type of class 'ZSGF_Client.ZSGF'
70 | May be assigned if you want to control the authentication challenges.
71 | */
72 | public var taskDidReceiveChallenge: ZSGF.ClientAPIChallengeHandler?
| `- error: 'ClientAPIChallengeHandler' is not a member type of class 'ZSGF_Client.ZSGF'
73 |
74 | required public init(method: String, URLString: String, parameters: [String: Any]?, headers: [String: String] = [:], requiresAuthentication: Bool) {
/Users/admin/builder/spi-builder-workspace/ZSGF.Client/Classes/OpenAPIs/APIs.swift:11:12: note: 'ZSGF' declared here
9 | import FoundationNetworking
10 | #endif
11 | open class ZSGF.ClientAPI {
| `- note: 'ZSGF' declared here
12 | public static var basePath = "https://api-dev.zashigaofa.cn"
13 | public static var customHeaders: [String: String] = [:]
/Users/admin/builder/spi-builder-workspace/ZSGF.Client/Classes/OpenAPIs/URLSessionImplementations.swift:121:73: error: type 'ZSGF' has no member 'ClientAPI'
119 |
120 | @discardableResult
121 | override open func execute(_ apiResponseQueue: DispatchQueue = ZSGF.ClientAPI.apiResponseQueue, _ completion: @escaping (_ result: Swift.Result<Response<T>, ErrorResponse>) -> Void) -> RequestTask {
| `- error: type 'ZSGF' has no member 'ClientAPI'
122 | let urlSession = createURLSession()
123 |
/Users/admin/builder/spi-builder-workspace/ZSGF.Client/Classes/OpenAPIs/URLSessionImplementations.swift:216:34: error: type 'ZSGF' has no member 'ClientAPI'
214 | open func buildHeaders() -> [String: String] {
215 | var httpHeaders: [String: String] = [:]
216 | for (key, value) in ZSGF.ClientAPI.customHeaders {
| `- error: type 'ZSGF' has no member 'ClientAPI'
217 | httpHeaders[key] = value
218 | }
[162/163] Compiling ZSGF_Client URLSessionImplementations.swift
/Users/admin/builder/spi-builder-workspace/ZSGF.Client/Classes/OpenAPIs/APIs.swift:11:16: error: expected '{' in class
9 | import FoundationNetworking
10 | #endif
11 | open class ZSGF.ClientAPI {
| `- error: expected '{' in class
12 | public static var basePath = "https://api-dev.zashigaofa.cn"
13 | public static var customHeaders: [String: String] = [:]
/Users/admin/builder/spi-builder-workspace/ZSGF.Client/Classes/OpenAPIs/URLSessionImplementations.swift:53:22: error: expected '=' in type alias declaration
51 | }
52 |
53 | public typealias ZSGF.ClientAPIChallengeHandler = ((URLSession, URLSessionTask, URLAuthenticationChallenge) -> (URLSession.AuthChallengeDisposition, URLCredential?))
| `- error: expected '=' in type alias declaration
54 |
55 | // Store the URLSession's delegate to retain its reference
/Users/admin/builder/spi-builder-workspace/ZSGF.Client/Classes/OpenAPIs/OpenISO8601DateFormatter.swift:11:14: warning: class 'OpenISO8601DateFormatter' must restate inherited '@unchecked Sendable' conformance
9 |
10 | // https://stackoverflow.com/a/50281094/976628
11 | public class OpenISO8601DateFormatter: DateFormatter {
| `- warning: class 'OpenISO8601DateFormatter' must restate inherited '@unchecked Sendable' conformance
12 | static let withoutSeconds: DateFormatter = {
13 | let formatter = DateFormatter()
/Users/admin/builder/spi-builder-workspace/ZSGF.Client/Classes/OpenAPIs/URLSessionImplementations.swift:62:70: error: 'ClientAPIChallengeHandler' is not a member type of class 'ZSGF_Client.ZSGF'
60 |
61 | // Store current taskDidReceiveChallenge for every URLSessionTask
62 | private var challengeHandlerStore = SynchronizedDictionary<Int, ZSGF.ClientAPIChallengeHandler>()
| `- error: 'ClientAPIChallengeHandler' is not a member type of class 'ZSGF_Client.ZSGF'
63 |
64 | // Store current URLCredential for every URLSessionTask
/Users/admin/builder/spi-builder-workspace/ZSGF.Client/Classes/OpenAPIs/APIs.swift:11:12: note: 'ZSGF' declared here
9 | import FoundationNetworking
10 | #endif
11 | open class ZSGF.ClientAPI {
| `- note: 'ZSGF' declared here
12 | public static var basePath = "https://api-dev.zashigaofa.cn"
13 | public static var customHeaders: [String: String] = [:]
/Users/admin/builder/spi-builder-workspace/ZSGF.Client/Classes/OpenAPIs/URLSessionImplementations.swift:72:46: error: 'ClientAPIChallengeHandler' is not a member type of class 'ZSGF_Client.ZSGF'
70 | May be assigned if you want to control the authentication challenges.
71 | */
72 | public var taskDidReceiveChallenge: ZSGF.ClientAPIChallengeHandler?
| `- error: 'ClientAPIChallengeHandler' is not a member type of class 'ZSGF_Client.ZSGF'
73 |
74 | required public init(method: String, URLString: String, parameters: [String: Any]?, headers: [String: String] = [:], requiresAuthentication: Bool) {
/Users/admin/builder/spi-builder-workspace/ZSGF.Client/Classes/OpenAPIs/APIs.swift:11:12: note: 'ZSGF' declared here
9 | import FoundationNetworking
10 | #endif
11 | open class ZSGF.ClientAPI {
| `- note: 'ZSGF' declared here
12 | public static var basePath = "https://api-dev.zashigaofa.cn"
13 | public static var customHeaders: [String: String] = [:]
/Users/admin/builder/spi-builder-workspace/ZSGF.Client/Classes/OpenAPIs/URLSessionImplementations.swift:121:73: error: type 'ZSGF' has no member 'ClientAPI'
119 |
120 | @discardableResult
121 | override open func execute(_ apiResponseQueue: DispatchQueue = ZSGF.ClientAPI.apiResponseQueue, _ completion: @escaping (_ result: Swift.Result<Response<T>, ErrorResponse>) -> Void) -> RequestTask {
| `- error: type 'ZSGF' has no member 'ClientAPI'
122 | let urlSession = createURLSession()
123 |
/Users/admin/builder/spi-builder-workspace/ZSGF.Client/Classes/OpenAPIs/URLSessionImplementations.swift:216:34: error: type 'ZSGF' has no member 'ClientAPI'
214 | open func buildHeaders() -> [String: String] {
215 | var httpHeaders: [String: String] = [:]
216 | for (key, value) in ZSGF.ClientAPI.customHeaders {
| `- error: type 'ZSGF' has no member 'ClientAPI'
217 | httpHeaders[key] = value
218 | }
[163/163] Compiling ZSGF_Client Validation.swift
/Users/admin/builder/spi-builder-workspace/ZSGF.Client/Classes/OpenAPIs/APIs.swift:11:16: error: expected '{' in class
9 | import FoundationNetworking
10 | #endif
11 | open class ZSGF.ClientAPI {
| `- error: expected '{' in class
12 | public static var basePath = "https://api-dev.zashigaofa.cn"
13 | public static var customHeaders: [String: String] = [:]
/Users/admin/builder/spi-builder-workspace/ZSGF.Client/Classes/OpenAPIs/URLSessionImplementations.swift:53:22: error: expected '=' in type alias declaration
51 | }
52 |
53 | public typealias ZSGF.ClientAPIChallengeHandler = ((URLSession, URLSessionTask, URLAuthenticationChallenge) -> (URLSession.AuthChallengeDisposition, URLCredential?))
| `- error: expected '=' in type alias declaration
54 |
55 | // Store the URLSession's delegate to retain its reference
/Users/admin/builder/spi-builder-workspace/ZSGF.Client/Classes/OpenAPIs/OpenISO8601DateFormatter.swift:11:14: warning: class 'OpenISO8601DateFormatter' must restate inherited '@unchecked Sendable' conformance
9 |
10 | // https://stackoverflow.com/a/50281094/976628
11 | public class OpenISO8601DateFormatter: DateFormatter {
| `- warning: class 'OpenISO8601DateFormatter' must restate inherited '@unchecked Sendable' conformance
12 | static let withoutSeconds: DateFormatter = {
13 | let formatter = DateFormatter()
/Users/admin/builder/spi-builder-workspace/ZSGF.Client/Classes/OpenAPIs/URLSessionImplementations.swift:62:70: error: 'ClientAPIChallengeHandler' is not a member type of class 'ZSGF_Client.ZSGF'
60 |
61 | // Store current taskDidReceiveChallenge for every URLSessionTask
62 | private var challengeHandlerStore = SynchronizedDictionary<Int, ZSGF.ClientAPIChallengeHandler>()
| `- error: 'ClientAPIChallengeHandler' is not a member type of class 'ZSGF_Client.ZSGF'
63 |
64 | // Store current URLCredential for every URLSessionTask
/Users/admin/builder/spi-builder-workspace/ZSGF.Client/Classes/OpenAPIs/APIs.swift:11:12: note: 'ZSGF' declared here
9 | import FoundationNetworking
10 | #endif
11 | open class ZSGF.ClientAPI {
| `- note: 'ZSGF' declared here
12 | public static var basePath = "https://api-dev.zashigaofa.cn"
13 | public static var customHeaders: [String: String] = [:]
/Users/admin/builder/spi-builder-workspace/ZSGF.Client/Classes/OpenAPIs/URLSessionImplementations.swift:72:46: error: 'ClientAPIChallengeHandler' is not a member type of class 'ZSGF_Client.ZSGF'
70 | May be assigned if you want to control the authentication challenges.
71 | */
72 | public var taskDidReceiveChallenge: ZSGF.ClientAPIChallengeHandler?
| `- error: 'ClientAPIChallengeHandler' is not a member type of class 'ZSGF_Client.ZSGF'
73 |
74 | required public init(method: String, URLString: String, parameters: [String: Any]?, headers: [String: String] = [:], requiresAuthentication: Bool) {
/Users/admin/builder/spi-builder-workspace/ZSGF.Client/Classes/OpenAPIs/APIs.swift:11:12: note: 'ZSGF' declared here
9 | import FoundationNetworking
10 | #endif
11 | open class ZSGF.ClientAPI {
| `- note: 'ZSGF' declared here
12 | public static var basePath = "https://api-dev.zashigaofa.cn"
13 | public static var customHeaders: [String: String] = [:]
/Users/admin/builder/spi-builder-workspace/ZSGF.Client/Classes/OpenAPIs/URLSessionImplementations.swift:121:73: error: type 'ZSGF' has no member 'ClientAPI'
119 |
120 | @discardableResult
121 | override open func execute(_ apiResponseQueue: DispatchQueue = ZSGF.ClientAPI.apiResponseQueue, _ completion: @escaping (_ result: Swift.Result<Response<T>, ErrorResponse>) -> Void) -> RequestTask {
| `- error: type 'ZSGF' has no member 'ClientAPI'
122 | let urlSession = createURLSession()
123 |
/Users/admin/builder/spi-builder-workspace/ZSGF.Client/Classes/OpenAPIs/URLSessionImplementations.swift:216:34: error: type 'ZSGF' has no member 'ClientAPI'
214 | open func buildHeaders() -> [String: String] {
215 | var httpHeaders: [String: String] = [:]
216 | for (key, value) in ZSGF.ClientAPI.customHeaders {
| `- error: type 'ZSGF' has no member 'ClientAPI'
217 | httpHeaders[key] = value
218 | }
BUILD FAILURE 6.3 macosSpm