Build Information
Failed to build ZSGF.Client, reference master (217c51), with Swift 6.2 for macOS (SPM) on 10 Nov 2025 13:37:20 UTC.
Build Command
env DEVELOPER_DIR=/Applications/Xcode-26.0.0.app xcrun swift build --arch arm64Build Log
117 | let appKeyPostEscape = appKeyPreEscape.addingPercentEncoding(withAllowedCharacters: .urlPathAllowed) ?? ""
118 | localVariablePath = localVariablePath.replacingOccurrences(of: "{appKey}", with: appKeyPostEscape, options: .literal, range: nil)
119 | let localVariableURLString = ZSGF.ClientAPI.basePath + localVariablePath
| `- error: type 'ZSGF' has no member 'ClientAPI'
120 | let localVariableParameters: [String: Any]? = nil
121 |
/Users/admin/builder/spi-builder-workspace/ZSGF.Client/Classes/OpenAPIs/APIs/StorageAPI.swift:130:89: error: type 'ZSGF' has no member 'ClientAPI'
128 | let localVariableHeaderParameters = APIHelper.rejectNilHeaders(localVariableNillableHeaders)
129 |
130 | let localVariableRequestBuilder: RequestBuilder<BooleanApiResponse>.Type = ZSGF.ClientAPI.requestBuilderFactory.getBuilder()
| `- error: type 'ZSGF' has no member 'ClientAPI'
131 |
132 | return localVariableRequestBuilder.init(method: "DELETE", URLString: (localVariableUrlComponents?.string ?? localVariableURLString), parameters: localVariableParameters, headers: localVariableHeaderParameters, requiresAuthentication: true)
/Users/admin/builder/spi-builder-workspace/ZSGF.Client/Classes/OpenAPIs/APIs/StorageAPI.swift:181:43: error: type 'ZSGF' has no member 'ClientAPI'
179 | let appKeyPostEscape = appKeyPreEscape.addingPercentEncoding(withAllowedCharacters: .urlPathAllowed) ?? ""
180 | localVariablePath = localVariablePath.replacingOccurrences(of: "{appKey}", with: appKeyPostEscape, options: .literal, range: nil)
181 | let localVariableURLString = ZSGF.ClientAPI.basePath + localVariablePath
| `- error: type 'ZSGF' has no member 'ClientAPI'
182 | let localVariableParameters: [String: Any]? = nil
183 |
/Users/admin/builder/spi-builder-workspace/ZSGF.Client/Classes/OpenAPIs/APIs/StorageAPI.swift:195:88: error: type 'ZSGF' has no member 'ClientAPI'
193 | let localVariableHeaderParameters = APIHelper.rejectNilHeaders(localVariableNillableHeaders)
194 |
195 | let localVariableRequestBuilder: RequestBuilder<ObjectApiResponse>.Type = ZSGF.ClientAPI.requestBuilderFactory.getBuilder()
| `- error: type 'ZSGF' has no member 'ClientAPI'
196 |
197 | 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/StorageAPI.swift:255:43: error: type 'ZSGF' has no member 'ClientAPI'
253 | let appKeyPostEscape = appKeyPreEscape.addingPercentEncoding(withAllowedCharacters: .urlPathAllowed) ?? ""
254 | localVariablePath = localVariablePath.replacingOccurrences(of: "{appKey}", with: appKeyPostEscape, options: .literal, range: nil)
255 | let localVariableURLString = ZSGF.ClientAPI.basePath + localVariablePath
| `- error: type 'ZSGF' has no member 'ClientAPI'
256 | let localVariableParameters: [String: Any]? = nil
257 |
/Users/admin/builder/spi-builder-workspace/ZSGF.Client/Classes/OpenAPIs/APIs/StorageAPI.swift:276:99: error: type 'ZSGF' has no member 'ClientAPI'
274 | let localVariableHeaderParameters = APIHelper.rejectNilHeaders(localVariableNillableHeaders)
275 |
276 | let localVariableRequestBuilder: RequestBuilder<StorageListResultApiResponse>.Type = ZSGF.ClientAPI.requestBuilderFactory.getBuilder()
| `- error: type 'ZSGF' has no member 'ClientAPI'
277 |
278 | 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/StorageAPI.swift:322:43: error: type 'ZSGF' has no member 'ClientAPI'
320 | let appKeyPostEscape = appKeyPreEscape.addingPercentEncoding(withAllowedCharacters: .urlPathAllowed) ?? ""
321 | localVariablePath = localVariablePath.replacingOccurrences(of: "{appKey}", with: appKeyPostEscape, options: .literal, range: nil)
322 | let localVariableURLString = ZSGF.ClientAPI.basePath + localVariablePath
| `- error: type 'ZSGF' has no member 'ClientAPI'
323 | let localVariableParameters = JSONEncodingHelper.encodingParameters(forEncodableObject: requestBody)
324 |
/Users/admin/builder/spi-builder-workspace/ZSGF.Client/Classes/OpenAPIs/APIs/StorageAPI.swift:333:88: error: type 'ZSGF' has no member 'ClientAPI'
331 | let localVariableHeaderParameters = APIHelper.rejectNilHeaders(localVariableNillableHeaders)
332 |
333 | let localVariableRequestBuilder: RequestBuilder<StringApiResponse>.Type = ZSGF.ClientAPI.requestBuilderFactory.getBuilder()
| `- error: type 'ZSGF' has no member 'ClientAPI'
334 |
335 | 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/StorageAPI.swift:386:43: error: type 'ZSGF' has no member 'ClientAPI'
384 | let appKeyPostEscape = appKeyPreEscape.addingPercentEncoding(withAllowedCharacters: .urlPathAllowed) ?? ""
385 | localVariablePath = localVariablePath.replacingOccurrences(of: "{appKey}", with: appKeyPostEscape, options: .literal, range: nil)
386 | let localVariableURLString = ZSGF.ClientAPI.basePath + localVariablePath
| `- error: type 'ZSGF' has no member 'ClientAPI'
387 | let localVariableParameters = JSONEncodingHelper.encodingParameters(forEncodableObject: requestBody)
388 |
/Users/admin/builder/spi-builder-workspace/ZSGF.Client/Classes/OpenAPIs/APIs/StorageAPI.swift:400:89: error: type 'ZSGF' has no member 'ClientAPI'
398 | let localVariableHeaderParameters = APIHelper.rejectNilHeaders(localVariableNillableHeaders)
399 |
400 | let localVariableRequestBuilder: RequestBuilder<BooleanApiResponse>.Type = ZSGF.ClientAPI.requestBuilderFactory.getBuilder()
| `- error: type 'ZSGF' has no member 'ClientAPI'
401 |
402 | return localVariableRequestBuilder.init(method: "PUT", URLString: (localVariableUrlComponents?.string ?? localVariableURLString), parameters: localVariableParameters, headers: localVariableHeaderParameters, requiresAuthentication: true)
/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/UserAPI.swift:49:43: error: type 'ZSGF' has no member 'ClientAPI'
47 | let appKeyPostEscape = appKeyPreEscape.addingPercentEncoding(withAllowedCharacters: .urlPathAllowed) ?? ""
48 | localVariablePath = localVariablePath.replacingOccurrences(of: "{appKey}", with: appKeyPostEscape, options: .literal, range: nil)
49 | let localVariableURLString = ZSGF.ClientAPI.basePath + localVariablePath
| `- error: type 'ZSGF' has no member 'ClientAPI'
50 | let localVariableParameters: [String: Any]? = nil
51 |
/Users/admin/builder/spi-builder-workspace/ZSGF.Client/Classes/OpenAPIs/APIs/UserAPI.swift:60:89: error: type 'ZSGF' has no member 'ClientAPI'
58 | let localVariableHeaderParameters = APIHelper.rejectNilHeaders(localVariableNillableHeaders)
59 |
60 | let localVariableRequestBuilder: RequestBuilder<BooleanApiResponse>.Type = ZSGF.ClientAPI.requestBuilderFactory.getBuilder()
| `- error: type 'ZSGF' has no member 'ClientAPI'
61 |
62 | return localVariableRequestBuilder.init(method: "DELETE", URLString: (localVariableUrlComponents?.string ?? localVariableURLString), parameters: localVariableParameters, headers: localVariableHeaderParameters, requiresAuthentication: true)
/Users/admin/builder/spi-builder-workspace/ZSGF.Client/Classes/OpenAPIs/APIs/UserAPI.swift:101:43: error: type 'ZSGF' has no member 'ClientAPI'
99 | let appKeyPostEscape = appKeyPreEscape.addingPercentEncoding(withAllowedCharacters: .urlPathAllowed) ?? ""
100 | localVariablePath = localVariablePath.replacingOccurrences(of: "{appKey}", with: appKeyPostEscape, options: .literal, range: nil)
101 | let localVariableURLString = ZSGF.ClientAPI.basePath + localVariablePath
| `- error: type 'ZSGF' has no member 'ClientAPI'
102 | let localVariableParameters = JSONEncodingHelper.encodingParameters(forEncodableObject: emailSignInRequest)
103 |
/Users/admin/builder/spi-builder-workspace/ZSGF.Client/Classes/OpenAPIs/APIs/UserAPI.swift:112:92: error: type 'ZSGF' has no member 'ClientAPI'
110 | let localVariableHeaderParameters = APIHelper.rejectNilHeaders(localVariableNillableHeaders)
111 |
112 | let localVariableRequestBuilder: RequestBuilder<TokenModelApiResponse>.Type = ZSGF.ClientAPI.requestBuilderFactory.getBuilder()
| `- error: type 'ZSGF' has no member 'ClientAPI'
113 |
114 | 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/UserAPI.swift:153:43: error: type 'ZSGF' has no member 'ClientAPI'
151 | let appKeyPostEscape = appKeyPreEscape.addingPercentEncoding(withAllowedCharacters: .urlPathAllowed) ?? ""
152 | localVariablePath = localVariablePath.replacingOccurrences(of: "{appKey}", with: appKeyPostEscape, options: .literal, range: nil)
153 | let localVariableURLString = ZSGF.ClientAPI.basePath + localVariablePath
| `- error: type 'ZSGF' has no member 'ClientAPI'
154 | let localVariableParameters = JSONEncodingHelper.encodingParameters(forEncodableObject: emailSignUpRequest)
155 |
/Users/admin/builder/spi-builder-workspace/ZSGF.Client/Classes/OpenAPIs/APIs/UserAPI.swift:164:92: error: type 'ZSGF' has no member 'ClientAPI'
162 | let localVariableHeaderParameters = APIHelper.rejectNilHeaders(localVariableNillableHeaders)
163 |
164 | let localVariableRequestBuilder: RequestBuilder<TokenModelApiResponse>.Type = ZSGF.ClientAPI.requestBuilderFactory.getBuilder()
| `- error: type 'ZSGF' has no member 'ClientAPI'
165 |
166 | 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/UserAPI.swift:205:43: error: type 'ZSGF' has no member 'ClientAPI'
203 | let appKeyPostEscape = appKeyPreEscape.addingPercentEncoding(withAllowedCharacters: .urlPathAllowed) ?? ""
204 | localVariablePath = localVariablePath.replacingOccurrences(of: "{appKey}", with: appKeyPostEscape, options: .literal, range: nil)
205 | let localVariableURLString = ZSGF.ClientAPI.basePath + localVariablePath
| `- error: type 'ZSGF' has no member 'ClientAPI'
206 | let localVariableParameters = JSONEncodingHelper.encodingParameters(forEncodableObject: phoneSignInRequest)
207 |
/Users/admin/builder/spi-builder-workspace/ZSGF.Client/Classes/OpenAPIs/APIs/UserAPI.swift:216:92: error: type 'ZSGF' has no member 'ClientAPI'
214 | let localVariableHeaderParameters = APIHelper.rejectNilHeaders(localVariableNillableHeaders)
215 |
216 | let localVariableRequestBuilder: RequestBuilder<TokenModelApiResponse>.Type = ZSGF.ClientAPI.requestBuilderFactory.getBuilder()
| `- error: type 'ZSGF' has no member 'ClientAPI'
217 |
218 | 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/UserAPI.swift:257:43: error: type 'ZSGF' has no member 'ClientAPI'
255 | let appKeyPostEscape = appKeyPreEscape.addingPercentEncoding(withAllowedCharacters: .urlPathAllowed) ?? ""
256 | localVariablePath = localVariablePath.replacingOccurrences(of: "{appKey}", with: appKeyPostEscape, options: .literal, range: nil)
257 | let localVariableURLString = ZSGF.ClientAPI.basePath + localVariablePath
| `- error: type 'ZSGF' has no member 'ClientAPI'
258 | let localVariableParameters = JSONEncodingHelper.encodingParameters(forEncodableObject: phoneSignUpRequest)
259 |
/Users/admin/builder/spi-builder-workspace/ZSGF.Client/Classes/OpenAPIs/APIs/UserAPI.swift:268:92: error: type 'ZSGF' has no member 'ClientAPI'
266 | let localVariableHeaderParameters = APIHelper.rejectNilHeaders(localVariableNillableHeaders)
267 |
268 | let localVariableRequestBuilder: RequestBuilder<TokenModelApiResponse>.Type = ZSGF.ClientAPI.requestBuilderFactory.getBuilder()
| `- error: type 'ZSGF' has no member 'ClientAPI'
269 |
270 | 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/UserAPI.swift:307:43: error: type 'ZSGF' has no member 'ClientAPI'
305 | let appKeyPostEscape = appKeyPreEscape.addingPercentEncoding(withAllowedCharacters: .urlPathAllowed) ?? ""
306 | localVariablePath = localVariablePath.replacingOccurrences(of: "{appKey}", with: appKeyPostEscape, options: .literal, range: nil)
307 | let localVariableURLString = ZSGF.ClientAPI.basePath + localVariablePath
| `- error: type 'ZSGF' has no member 'ClientAPI'
308 | let localVariableParameters: [String: Any]? = nil
309 |
/Users/admin/builder/spi-builder-workspace/ZSGF.Client/Classes/OpenAPIs/APIs/UserAPI.swift:318:99: error: type 'ZSGF' has no member 'ClientAPI'
316 | let localVariableHeaderParameters = APIHelper.rejectNilHeaders(localVariableNillableHeaders)
317 |
318 | let localVariableRequestBuilder: RequestBuilder<UserProfileResultApiResponse>.Type = ZSGF.ClientAPI.requestBuilderFactory.getBuilder()
| `- error: type 'ZSGF' has no member 'ClientAPI'
319 |
320 | 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/UserAPI.swift:359:43: error: type 'ZSGF' has no member 'ClientAPI'
357 | let appKeyPostEscape = appKeyPreEscape.addingPercentEncoding(withAllowedCharacters: .urlPathAllowed) ?? ""
358 | localVariablePath = localVariablePath.replacingOccurrences(of: "{appKey}", with: appKeyPostEscape, options: .literal, range: nil)
359 | let localVariableURLString = ZSGF.ClientAPI.basePath + localVariablePath
| `- error: type 'ZSGF' has no member 'ClientAPI'
360 | let localVariableParameters = JSONEncodingHelper.encodingParameters(forEncodableObject: appUserResetEmailRequest)
361 |
/Users/admin/builder/spi-builder-workspace/ZSGF.Client/Classes/OpenAPIs/APIs/UserAPI.swift:370:89: error: type 'ZSGF' has no member 'ClientAPI'
368 | let localVariableHeaderParameters = APIHelper.rejectNilHeaders(localVariableNillableHeaders)
369 |
370 | let localVariableRequestBuilder: RequestBuilder<BooleanApiResponse>.Type = ZSGF.ClientAPI.requestBuilderFactory.getBuilder()
| `- error: type 'ZSGF' has no member 'ClientAPI'
371 |
372 | return localVariableRequestBuilder.init(method: "PUT", URLString: (localVariableUrlComponents?.string ?? localVariableURLString), parameters: localVariableParameters, headers: localVariableHeaderParameters, requiresAuthentication: true)
/Users/admin/builder/spi-builder-workspace/ZSGF.Client/Classes/OpenAPIs/APIs/UserAPI.swift:411:43: error: type 'ZSGF' has no member 'ClientAPI'
409 | let appKeyPostEscape = appKeyPreEscape.addingPercentEncoding(withAllowedCharacters: .urlPathAllowed) ?? ""
410 | localVariablePath = localVariablePath.replacingOccurrences(of: "{appKey}", with: appKeyPostEscape, options: .literal, range: nil)
411 | let localVariableURLString = ZSGF.ClientAPI.basePath + localVariablePath
| `- error: type 'ZSGF' has no member 'ClientAPI'
412 | let localVariableParameters = JSONEncodingHelper.encodingParameters(forEncodableObject: appUserResetPhoneRequest)
413 |
/Users/admin/builder/spi-builder-workspace/ZSGF.Client/Classes/OpenAPIs/APIs/UserAPI.swift:422:89: error: type 'ZSGF' has no member 'ClientAPI'
420 | let localVariableHeaderParameters = APIHelper.rejectNilHeaders(localVariableNillableHeaders)
421 |
422 | let localVariableRequestBuilder: RequestBuilder<BooleanApiResponse>.Type = ZSGF.ClientAPI.requestBuilderFactory.getBuilder()
| `- error: type 'ZSGF' has no member 'ClientAPI'
423 |
424 | return localVariableRequestBuilder.init(method: "PUT", URLString: (localVariableUrlComponents?.string ?? localVariableURLString), parameters: localVariableParameters, headers: localVariableHeaderParameters, requiresAuthentication: true)
/Users/admin/builder/spi-builder-workspace/ZSGF.Client/Classes/OpenAPIs/APIs/UserAPI.swift:463:43: error: type 'ZSGF' has no member 'ClientAPI'
461 | let appKeyPostEscape = appKeyPreEscape.addingPercentEncoding(withAllowedCharacters: .urlPathAllowed) ?? ""
462 | localVariablePath = localVariablePath.replacingOccurrences(of: "{appKey}", with: appKeyPostEscape, options: .literal, range: nil)
463 | let localVariableURLString = ZSGF.ClientAPI.basePath + localVariablePath
| `- error: type 'ZSGF' has no member 'ClientAPI'
464 | let localVariableParameters = JSONEncodingHelper.encodingParameters(forEncodableObject: appUserResetPwdRequest)
465 |
/Users/admin/builder/spi-builder-workspace/ZSGF.Client/Classes/OpenAPIs/APIs/UserAPI.swift:474:89: error: type 'ZSGF' has no member 'ClientAPI'
472 | let localVariableHeaderParameters = APIHelper.rejectNilHeaders(localVariableNillableHeaders)
473 |
474 | let localVariableRequestBuilder: RequestBuilder<BooleanApiResponse>.Type = ZSGF.ClientAPI.requestBuilderFactory.getBuilder()
| `- error: type 'ZSGF' has no member 'ClientAPI'
475 |
476 | 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/UserAPI.swift:515:43: error: type 'ZSGF' has no member 'ClientAPI'
513 | let appKeyPostEscape = appKeyPreEscape.addingPercentEncoding(withAllowedCharacters: .urlPathAllowed) ?? ""
514 | localVariablePath = localVariablePath.replacingOccurrences(of: "{appKey}", with: appKeyPostEscape, options: .literal, range: nil)
515 | let localVariableURLString = ZSGF.ClientAPI.basePath + localVariablePath
| `- error: type 'ZSGF' has no member 'ClientAPI'
516 | let localVariableParameters = JSONEncodingHelper.encodingParameters(forEncodableObject: sendEmailCodeRequest)
517 |
/Users/admin/builder/spi-builder-workspace/ZSGF.Client/Classes/OpenAPIs/APIs/UserAPI.swift:526:89: error: type 'ZSGF' has no member 'ClientAPI'
524 | let localVariableHeaderParameters = APIHelper.rejectNilHeaders(localVariableNillableHeaders)
525 |
526 | let localVariableRequestBuilder: RequestBuilder<BooleanApiResponse>.Type = ZSGF.ClientAPI.requestBuilderFactory.getBuilder()
| `- error: type 'ZSGF' has no member 'ClientAPI'
527 |
528 | 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/UserAPI.swift:567:43: error: type 'ZSGF' has no member 'ClientAPI'
565 | let appKeyPostEscape = appKeyPreEscape.addingPercentEncoding(withAllowedCharacters: .urlPathAllowed) ?? ""
566 | localVariablePath = localVariablePath.replacingOccurrences(of: "{appKey}", with: appKeyPostEscape, options: .literal, range: nil)
567 | let localVariableURLString = ZSGF.ClientAPI.basePath + localVariablePath
| `- error: type 'ZSGF' has no member 'ClientAPI'
568 | let localVariableParameters = JSONEncodingHelper.encodingParameters(forEncodableObject: sendSMSCodeRequest)
569 |
/Users/admin/builder/spi-builder-workspace/ZSGF.Client/Classes/OpenAPIs/APIs/UserAPI.swift:578:89: error: type 'ZSGF' has no member 'ClientAPI'
576 | let localVariableHeaderParameters = APIHelper.rejectNilHeaders(localVariableNillableHeaders)
577 |
578 | let localVariableRequestBuilder: RequestBuilder<BooleanApiResponse>.Type = ZSGF.ClientAPI.requestBuilderFactory.getBuilder()
| `- error: type 'ZSGF' has no member 'ClientAPI'
579 |
580 | 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/UserAPI.swift:619:43: error: type 'ZSGF' has no member 'ClientAPI'
617 | let appKeyPostEscape = appKeyPreEscape.addingPercentEncoding(withAllowedCharacters: .urlPathAllowed) ?? ""
618 | localVariablePath = localVariablePath.replacingOccurrences(of: "{appKey}", with: appKeyPostEscape, options: .literal, range: nil)
619 | let localVariableURLString = ZSGF.ClientAPI.basePath + localVariablePath
| `- error: type 'ZSGF' has no member 'ClientAPI'
620 | let localVariableParameters = JSONEncodingHelper.encodingParameters(forEncodableObject: signInRequest)
621 |
/Users/admin/builder/spi-builder-workspace/ZSGF.Client/Classes/OpenAPIs/APIs/UserAPI.swift:630:92: error: type 'ZSGF' has no member 'ClientAPI'
628 | let localVariableHeaderParameters = APIHelper.rejectNilHeaders(localVariableNillableHeaders)
629 |
630 | let localVariableRequestBuilder: RequestBuilder<TokenModelApiResponse>.Type = ZSGF.ClientAPI.requestBuilderFactory.getBuilder()
| `- error: type 'ZSGF' has no member 'ClientAPI'
631 |
632 | 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/UserAPI.swift:671:43: error: type 'ZSGF' has no member 'ClientAPI'
669 | let appKeyPostEscape = appKeyPreEscape.addingPercentEncoding(withAllowedCharacters: .urlPathAllowed) ?? ""
670 | localVariablePath = localVariablePath.replacingOccurrences(of: "{appKey}", with: appKeyPostEscape, options: .literal, range: nil)
671 | let localVariableURLString = ZSGF.ClientAPI.basePath + localVariablePath
| `- error: type 'ZSGF' has no member 'ClientAPI'
672 | let localVariableParameters = JSONEncodingHelper.encodingParameters(forEncodableObject: signUpRequest)
673 |
/Users/admin/builder/spi-builder-workspace/ZSGF.Client/Classes/OpenAPIs/APIs/UserAPI.swift:682:92: error: type 'ZSGF' has no member 'ClientAPI'
680 | let localVariableHeaderParameters = APIHelper.rejectNilHeaders(localVariableNillableHeaders)
681 |
682 | let localVariableRequestBuilder: RequestBuilder<TokenModelApiResponse>.Type = ZSGF.ClientAPI.requestBuilderFactory.getBuilder()
| `- error: type 'ZSGF' has no member 'ClientAPI'
683 |
684 | 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/UserAPI.swift:721:43: error: type 'ZSGF' has no member 'ClientAPI'
719 | let appKeyPostEscape = appKeyPreEscape.addingPercentEncoding(withAllowedCharacters: .urlPathAllowed) ?? ""
720 | localVariablePath = localVariablePath.replacingOccurrences(of: "{appKey}", with: appKeyPostEscape, options: .literal, range: nil)
721 | let localVariableURLString = ZSGF.ClientAPI.basePath + localVariablePath
| `- error: type 'ZSGF' has no member 'ClientAPI'
722 | let localVariableParameters: [String: Any]? = nil
723 |
/Users/admin/builder/spi-builder-workspace/ZSGF.Client/Classes/OpenAPIs/APIs/UserAPI.swift:732:91: error: type 'ZSGF' has no member 'ClientAPI'
730 | let localVariableHeaderParameters = APIHelper.rejectNilHeaders(localVariableNillableHeaders)
731 |
732 | let localVariableRequestBuilder: RequestBuilder<SetupCodeApiResponse>.Type = ZSGF.ClientAPI.requestBuilderFactory.getBuilder()
| `- error: type 'ZSGF' has no member 'ClientAPI'
733 |
734 | 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/UserAPI.swift:773:43: error: type 'ZSGF' has no member 'ClientAPI'
771 | let appKeyPostEscape = appKeyPreEscape.addingPercentEncoding(withAllowedCharacters: .urlPathAllowed) ?? ""
772 | localVariablePath = localVariablePath.replacingOccurrences(of: "{appKey}", with: appKeyPostEscape, options: .literal, range: nil)
773 | let localVariableURLString = ZSGF.ClientAPI.basePath + localVariablePath
| `- error: type 'ZSGF' has no member 'ClientAPI'
774 | let localVariableParameters = JSONEncodingHelper.encodingParameters(forEncodableObject: unionIDSignInRequest)
775 |
/Users/admin/builder/spi-builder-workspace/ZSGF.Client/Classes/OpenAPIs/APIs/UserAPI.swift:784:92: error: type 'ZSGF' has no member 'ClientAPI'
782 | let localVariableHeaderParameters = APIHelper.rejectNilHeaders(localVariableNillableHeaders)
783 |
784 | let localVariableRequestBuilder: RequestBuilder<TokenModelApiResponse>.Type = ZSGF.ClientAPI.requestBuilderFactory.getBuilder()
| `- error: type 'ZSGF' has no member 'ClientAPI'
785 |
786 | 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/UserAPI.swift:825:43: error: type 'ZSGF' has no member 'ClientAPI'
823 | let appKeyPostEscape = appKeyPreEscape.addingPercentEncoding(withAllowedCharacters: .urlPathAllowed) ?? ""
824 | localVariablePath = localVariablePath.replacingOccurrences(of: "{appKey}", with: appKeyPostEscape, options: .literal, range: nil)
825 | let localVariableURLString = ZSGF.ClientAPI.basePath + localVariablePath
| `- error: type 'ZSGF' has no member 'ClientAPI'
826 | let localVariableParameters = JSONEncodingHelper.encodingParameters(forEncodableObject: unionIDSignUpRequest)
827 |
/Users/admin/builder/spi-builder-workspace/ZSGF.Client/Classes/OpenAPIs/APIs/UserAPI.swift:836:92: error: type 'ZSGF' has no member 'ClientAPI'
834 | let localVariableHeaderParameters = APIHelper.rejectNilHeaders(localVariableNillableHeaders)
835 |
836 | let localVariableRequestBuilder: RequestBuilder<TokenModelApiResponse>.Type = ZSGF.ClientAPI.requestBuilderFactory.getBuilder()
| `- error: type 'ZSGF' has no member 'ClientAPI'
837 |
838 | 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/UserAPI.swift:877:43: error: type 'ZSGF' has no member 'ClientAPI'
875 | let appKeyPostEscape = appKeyPreEscape.addingPercentEncoding(withAllowedCharacters: .urlPathAllowed) ?? ""
876 | localVariablePath = localVariablePath.replacingOccurrences(of: "{appKey}", with: appKeyPostEscape, options: .literal, range: nil)
877 | let localVariableURLString = ZSGF.ClientAPI.basePath + localVariablePath
| `- error: type 'ZSGF' has no member 'ClientAPI'
878 | let localVariableParameters = JSONEncodingHelper.encodingParameters(forEncodableObject: updateProfileRequest)
879 |
/Users/admin/builder/spi-builder-workspace/ZSGF.Client/Classes/OpenAPIs/APIs/UserAPI.swift:888:89: error: type 'ZSGF' has no member 'ClientAPI'
886 | let localVariableHeaderParameters = APIHelper.rejectNilHeaders(localVariableNillableHeaders)
887 |
888 | let localVariableRequestBuilder: RequestBuilder<BooleanApiResponse>.Type = ZSGF.ClientAPI.requestBuilderFactory.getBuilder()
| `- error: type 'ZSGF' has no member 'ClientAPI'
889 |
890 | return localVariableRequestBuilder.init(method: "PUT", URLString: (localVariableUrlComponents?.string ?? localVariableURLString), parameters: localVariableParameters, headers: localVariableHeaderParameters, requiresAuthentication: true)
/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/UserCurrencyAPI.swift:56:43: error: type 'ZSGF' has no member 'ClientAPI'
54 | let idPostEscape = idPreEscape.addingPercentEncoding(withAllowedCharacters: .urlPathAllowed) ?? ""
55 | localVariablePath = localVariablePath.replacingOccurrences(of: "{id}", with: idPostEscape, options: .literal, range: nil)
56 | let localVariableURLString = ZSGF.ClientAPI.basePath + localVariablePath
| `- error: type 'ZSGF' has no member 'ClientAPI'
57 | let localVariableParameters: [String: Any]? = nil
58 |
/Users/admin/builder/spi-builder-workspace/ZSGF.Client/Classes/OpenAPIs/APIs/UserCurrencyAPI.swift:70:98: error: type 'ZSGF' has no member 'ClientAPI'
68 | let localVariableHeaderParameters = APIHelper.rejectNilHeaders(localVariableNillableHeaders)
69 |
70 | let localVariableRequestBuilder: RequestBuilder<UserCurrencyListApiResponse>.Type = ZSGF.ClientAPI.requestBuilderFactory.getBuilder()
| `- error: type 'ZSGF' has no member 'ClientAPI'
71 |
72 | 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/UserCurrencyAPI.swift:119:43: error: type 'ZSGF' has no member 'ClientAPI'
117 | let appKeyPostEscape = appKeyPreEscape.addingPercentEncoding(withAllowedCharacters: .urlPathAllowed) ?? ""
118 | localVariablePath = localVariablePath.replacingOccurrences(of: "{appKey}", with: appKeyPostEscape, options: .literal, range: nil)
119 | let localVariableURLString = ZSGF.ClientAPI.basePath + localVariablePath
| `- error: type 'ZSGF' has no member 'ClientAPI'
120 | let localVariableParameters = JSONEncodingHelper.encodingParameters(forEncodableObject: currencyConsumeRequest)
121 |
/Users/admin/builder/spi-builder-workspace/ZSGF.Client/Classes/OpenAPIs/APIs/UserCurrencyAPI.swift:136:89: error: type 'ZSGF' has no member 'ClientAPI'
134 | let localVariableHeaderParameters = APIHelper.rejectNilHeaders(localVariableNillableHeaders)
135 |
136 | let localVariableRequestBuilder: RequestBuilder<BooleanApiResponse>.Type = ZSGF.ClientAPI.requestBuilderFactory.getBuilder()
| `- error: type 'ZSGF' has no member 'ClientAPI'
137 |
138 | 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/UserCurrencyAPI.swift:185:43: error: type 'ZSGF' has no member 'ClientAPI'
183 | let appKeyPostEscape = appKeyPreEscape.addingPercentEncoding(withAllowedCharacters: .urlPathAllowed) ?? ""
184 | localVariablePath = localVariablePath.replacingOccurrences(of: "{appKey}", with: appKeyPostEscape, options: .literal, range: nil)
185 | let localVariableURLString = ZSGF.ClientAPI.basePath + localVariablePath
| `- error: type 'ZSGF' has no member 'ClientAPI'
186 | let localVariableParameters = JSONEncodingHelper.encodingParameters(forEncodableObject: exchangeCurrencyRequest)
187 |
/Users/admin/builder/spi-builder-workspace/ZSGF.Client/Classes/OpenAPIs/APIs/UserCurrencyAPI.swift:202:89: error: type 'ZSGF' has no member 'ClientAPI'
200 | let localVariableHeaderParameters = APIHelper.rejectNilHeaders(localVariableNillableHeaders)
201 |
202 | let localVariableRequestBuilder: RequestBuilder<BooleanApiResponse>.Type = ZSGF.ClientAPI.requestBuilderFactory.getBuilder()
| `- error: type 'ZSGF' has no member 'ClientAPI'
203 |
204 | 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/UserCurrencyAPI.swift:251:43: error: type 'ZSGF' has no member 'ClientAPI'
249 | let appKeyPostEscape = appKeyPreEscape.addingPercentEncoding(withAllowedCharacters: .urlPathAllowed) ?? ""
250 | localVariablePath = localVariablePath.replacingOccurrences(of: "{appKey}", with: appKeyPostEscape, options: .literal, range: nil)
251 | let localVariableURLString = ZSGF.ClientAPI.basePath + localVariablePath
| `- error: type 'ZSGF' has no member 'ClientAPI'
252 | let localVariableParameters = JSONEncodingHelper.encodingParameters(forEncodableObject: rechargePointRequest)
253 |
/Users/admin/builder/spi-builder-workspace/ZSGF.Client/Classes/OpenAPIs/APIs/UserCurrencyAPI.swift:268:89: error: type 'ZSGF' has no member 'ClientAPI'
266 | let localVariableHeaderParameters = APIHelper.rejectNilHeaders(localVariableNillableHeaders)
267 |
268 | let localVariableRequestBuilder: RequestBuilder<BooleanApiResponse>.Type = ZSGF.ClientAPI.requestBuilderFactory.getBuilder()
| `- error: type 'ZSGF' has no member 'ClientAPI'
269 |
270 | 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/UserCurrencyAPI.swift:321:43: error: type 'ZSGF' has no member 'ClientAPI'
319 | let appKeyPostEscape = appKeyPreEscape.addingPercentEncoding(withAllowedCharacters: .urlPathAllowed) ?? ""
320 | localVariablePath = localVariablePath.replacingOccurrences(of: "{appKey}", with: appKeyPostEscape, options: .literal, range: nil)
321 | let localVariableURLString = ZSGF.ClientAPI.basePath + localVariablePath
| `- error: type 'ZSGF' has no member 'ClientAPI'
322 | let localVariableParameters: [String: Any]? = nil
323 |
/Users/admin/builder/spi-builder-workspace/ZSGF.Client/Classes/OpenAPIs/APIs/UserCurrencyAPI.swift:341:113: error: type 'ZSGF' has no member 'ClientAPI'
339 | let localVariableHeaderParameters = APIHelper.rejectNilHeaders(localVariableNillableHeaders)
340 |
341 | let localVariableRequestBuilder: RequestBuilder<UserCurrencyCurrencyTransResultApiResponse>.Type = ZSGF.ClientAPI.requestBuilderFactory.getBuilder()
| `- error: type 'ZSGF' has no member 'ClientAPI'
342 |
343 | 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/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/UserFriendsAPI.swift:57:43: error: type 'ZSGF' has no member 'ClientAPI'
55 | let appKeyPostEscape = appKeyPreEscape.addingPercentEncoding(withAllowedCharacters: .urlPathAllowed) ?? ""
56 | localVariablePath = localVariablePath.replacingOccurrences(of: "{appKey}", with: appKeyPostEscape, options: .literal, range: nil)
57 | let localVariableURLString = ZSGF.ClientAPI.basePath + localVariablePath
| `- error: type 'ZSGF' has no member 'ClientAPI'
58 | let localVariableParameters: [String: Any]? = nil
59 |
/Users/admin/builder/spi-builder-workspace/ZSGF.Client/Classes/OpenAPIs/APIs/UserFriendsAPI.swift:74:107: error: type 'ZSGF' has no member 'ClientAPI'
72 | let localVariableHeaderParameters = APIHelper.rejectNilHeaders(localVariableNillableHeaders)
73 |
74 | let localVariableRequestBuilder: RequestBuilder<UserCommonInterestsResultApiResponse>.Type = ZSGF.ClientAPI.requestBuilderFactory.getBuilder()
| `- error: type 'ZSGF' has no member 'ClientAPI'
75 |
76 | 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/UserFriendsAPI.swift:120:43: error: type 'ZSGF' has no member 'ClientAPI'
118 | let appKeyPostEscape = appKeyPreEscape.addingPercentEncoding(withAllowedCharacters: .urlPathAllowed) ?? ""
119 | localVariablePath = localVariablePath.replacingOccurrences(of: "{appKey}", with: appKeyPostEscape, options: .literal, range: nil)
120 | let localVariableURLString = ZSGF.ClientAPI.basePath + localVariablePath
| `- error: type 'ZSGF' has no member 'ClientAPI'
121 | let localVariableParameters: [String: Any]? = nil
122 |
/Users/admin/builder/spi-builder-workspace/ZSGF.Client/Classes/OpenAPIs/APIs/UserFriendsAPI.swift:134:89: error: type 'ZSGF' has no member 'ClientAPI'
132 | let localVariableHeaderParameters = APIHelper.rejectNilHeaders(localVariableNillableHeaders)
133 |
134 | let localVariableRequestBuilder: RequestBuilder<BooleanApiResponse>.Type = ZSGF.ClientAPI.requestBuilderFactory.getBuilder()
| `- error: type 'ZSGF' has no member 'ClientAPI'
135 |
136 | 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/UserFriendsAPI.swift:180:43: error: type 'ZSGF' has no member 'ClientAPI'
178 | let appKeyPostEscape = appKeyPreEscape.addingPercentEncoding(withAllowedCharacters: .urlPathAllowed) ?? ""
179 | localVariablePath = localVariablePath.replacingOccurrences(of: "{appKey}", with: appKeyPostEscape, options: .literal, range: nil)
180 | let localVariableURLString = ZSGF.ClientAPI.basePath + localVariablePath
| `- error: type 'ZSGF' has no member 'ClientAPI'
181 | let localVariableParameters = JSONEncodingHelper.encodingParameters(forEncodableObject: followerPutModel)
182 |
/Users/admin/builder/spi-builder-workspace/ZSGF.Client/Classes/OpenAPIs/APIs/UserFriendsAPI.swift:191:89: error: type 'ZSGF' has no member 'ClientAPI'
189 | let localVariableHeaderParameters = APIHelper.rejectNilHeaders(localVariableNillableHeaders)
190 |
191 | let localVariableRequestBuilder: RequestBuilder<BooleanApiResponse>.Type = ZSGF.ClientAPI.requestBuilderFactory.getBuilder()
| `- error: type 'ZSGF' has no member 'ClientAPI'
192 |
193 | return localVariableRequestBuilder.init(method: "PUT", URLString: (localVariableUrlComponents?.string ?? localVariableURLString), parameters: localVariableParameters, headers: localVariableHeaderParameters, requiresAuthentication: true)
/Users/admin/builder/spi-builder-workspace/ZSGF.Client/Classes/OpenAPIs/APIs/UserFriendsAPI.swift:242:43: error: type 'ZSGF' has no member 'ClientAPI'
240 | let appKeyPostEscape = appKeyPreEscape.addingPercentEncoding(withAllowedCharacters: .urlPathAllowed) ?? ""
241 | localVariablePath = localVariablePath.replacingOccurrences(of: "{appKey}", with: appKeyPostEscape, options: .literal, range: nil)
242 | let localVariableURLString = ZSGF.ClientAPI.basePath + localVariablePath
| `- error: type 'ZSGF' has no member 'ClientAPI'
243 | let localVariableParameters: [String: Any]? = nil
244 |
/Users/admin/builder/spi-builder-workspace/ZSGF.Client/Classes/OpenAPIs/APIs/UserFriendsAPI.swift:261:101: error: type 'ZSGF' has no member 'ClientAPI'
259 | let localVariableHeaderParameters = APIHelper.rejectNilHeaders(localVariableNillableHeaders)
260 |
261 | let localVariableRequestBuilder: RequestBuilder<UserFollowersResultApiResponse>.Type = ZSGF.ClientAPI.requestBuilderFactory.getBuilder()
| `- error: type 'ZSGF' has no member 'ClientAPI'
262 |
263 | 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/UserFriendsAPI.swift:316:43: error: type 'ZSGF' has no member 'ClientAPI'
314 | let appKeyPostEscape = appKeyPreEscape.addingPercentEncoding(withAllowedCharacters: .urlPathAllowed) ?? ""
315 | localVariablePath = localVariablePath.replacingOccurrences(of: "{appKey}", with: appKeyPostEscape, options: .literal, range: nil)
316 | let localVariableURLString = ZSGF.ClientAPI.basePath + localVariablePath
| `- error: type 'ZSGF' has no member 'ClientAPI'
317 | let localVariableParameters: [String: Any]? = nil
318 |
/Users/admin/builder/spi-builder-workspace/ZSGF.Client/Classes/OpenAPIs/APIs/UserFriendsAPI.swift:337:89: error: type 'ZSGF' has no member 'ClientAPI'
335 | let localVariableHeaderParameters = APIHelper.rejectNilHeaders(localVariableNillableHeaders)
336 |
337 | let localVariableRequestBuilder: RequestBuilder<BooleanApiResponse>.Type = ZSGF.ClientAPI.requestBuilderFactory.getBuilder()
| `- error: type 'ZSGF' has no member 'ClientAPI'
338 |
339 | 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/UserFriendsAPI.swift:404:43: error: type 'ZSGF' has no member 'ClientAPI'
402 | let appKeyPostEscape = appKeyPreEscape.addingPercentEncoding(withAllowedCharacters: .urlPathAllowed) ?? ""
403 | localVariablePath = localVariablePath.replacingOccurrences(of: "{appKey}", with: appKeyPostEscape, options: .literal, range: nil)
404 | let localVariableURLString = ZSGF.ClientAPI.basePath + localVariablePath
| `- error: type 'ZSGF' has no member 'ClientAPI'
405 | let localVariableParameters: [String: Any]? = nil
406 |
/Users/admin/builder/spi-builder-workspace/ZSGF.Client/Classes/OpenAPIs/APIs/UserFriendsAPI.swift:431:105: error: type 'ZSGF' has no member 'ClientAPI'
429 | let localVariableHeaderParameters = APIHelper.rejectNilHeaders(localVariableNillableHeaders)
430 |
431 | let localVariableRequestBuilder: RequestBuilder<UserFriendsNearByResultApiResponse>.Type = ZSGF.ClientAPI.requestBuilderFactory.getBuilder()
| `- error: type 'ZSGF' has no member 'ClientAPI'
432 |
433 | 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/UserFriendsAPI.swift:476:43: error: type 'ZSGF' has no member 'ClientAPI'
474 | let appKeyPostEscape = appKeyPreEscape.addingPercentEncoding(withAllowedCharacters: .urlPathAllowed) ?? ""
475 | localVariablePath = localVariablePath.replacingOccurrences(of: "{appKey}", with: appKeyPostEscape, options: .literal, range: nil)
476 | let localVariableURLString = ZSGF.ClientAPI.basePath + localVariablePath
| `- error: type 'ZSGF' has no member 'ClientAPI'
477 | let localVariableParameters: [String: Any]? = nil
478 |
/Users/admin/builder/spi-builder-workspace/ZSGF.Client/Classes/OpenAPIs/APIs/UserFriendsAPI.swift:492:107: error: type 'ZSGF' has no member 'ClientAPI'
490 | let localVariableHeaderParameters = APIHelper.rejectNilHeaders(localVariableNillableHeaders)
491 |
492 | let localVariableRequestBuilder: RequestBuilder<UserMutualFollowersResultApiResponse>.Type = ZSGF.ClientAPI.requestBuilderFactory.getBuilder()
| `- error: type 'ZSGF' has no member 'ClientAPI'
493 |
494 | 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/UserFriendsAPI.swift:537:43: error: type 'ZSGF' has no member 'ClientAPI'
535 | let appKeyPostEscape = appKeyPreEscape.addingPercentEncoding(withAllowedCharacters: .urlPathAllowed) ?? ""
536 | localVariablePath = localVariablePath.replacingOccurrences(of: "{appKey}", with: appKeyPostEscape, options: .literal, range: nil)
537 | let localVariableURLString = ZSGF.ClientAPI.basePath + localVariablePath
| `- error: type 'ZSGF' has no member 'ClientAPI'
538 | let localVariableParameters: [String: Any]? = nil
539 |
/Users/admin/builder/spi-builder-workspace/ZSGF.Client/Classes/OpenAPIs/APIs/UserFriendsAPI.swift:553:108: error: type 'ZSGF' has no member 'ClientAPI'
551 | let localVariableHeaderParameters = APIHelper.rejectNilHeaders(localVariableNillableHeaders)
552 |
553 | let localVariableRequestBuilder: RequestBuilder<UserMutualFollowingsResultApiResponse>.Type = ZSGF.ClientAPI.requestBuilderFactory.getBuilder()
| `- error: type 'ZSGF' has no member 'ClientAPI'
554 |
555 | 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/UserFriendsAPI.swift:597:43: error: type 'ZSGF' has no member 'ClientAPI'
595 | let appKeyPostEscape = appKeyPreEscape.addingPercentEncoding(withAllowedCharacters: .urlPathAllowed) ?? ""
596 | localVariablePath = localVariablePath.replacingOccurrences(of: "{appKey}", with: appKeyPostEscape, options: .literal, range: nil)
597 | let localVariableURLString = ZSGF.ClientAPI.basePath + localVariablePath
| `- error: type 'ZSGF' has no member 'ClientAPI'
598 | let localVariableParameters: [String: Any]? = nil
599 |
/Users/admin/builder/spi-builder-workspace/ZSGF.Client/Classes/OpenAPIs/APIs/UserFriendsAPI.swift:608:102: error: type 'ZSGF' has no member 'ClientAPI'
606 | let localVariableHeaderParameters = APIHelper.rejectNilHeaders(localVariableNillableHeaders)
607 |
608 | let localVariableRequestBuilder: RequestBuilder<GetUserProfileResultApiResponse>.Type = ZSGF.ClientAPI.requestBuilderFactory.getBuilder()
| `- error: type 'ZSGF' has no member 'ClientAPI'
609 |
610 | 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/UserFriendsAPI.swift:654:43: error: type 'ZSGF' has no member 'ClientAPI'
652 | let appKeyPostEscape = appKeyPreEscape.addingPercentEncoding(withAllowedCharacters: .urlPathAllowed) ?? ""
653 | localVariablePath = localVariablePath.replacingOccurrences(of: "{appKey}", with: appKeyPostEscape, options: .literal, range: nil)
654 | let localVariableURLString = ZSGF.ClientAPI.basePath + localVariablePath
| `- error: type 'ZSGF' has no member 'ClientAPI'
655 | let localVariableParameters: [String: Any]? = nil
656 |
/Users/admin/builder/spi-builder-workspace/ZSGF.Client/Classes/OpenAPIs/APIs/UserFriendsAPI.swift:668:89: error: type 'ZSGF' has no member 'ClientAPI'
666 | let localVariableHeaderParameters = APIHelper.rejectNilHeaders(localVariableNillableHeaders)
667 |
668 | let localVariableRequestBuilder: RequestBuilder<BooleanApiResponse>.Type = ZSGF.ClientAPI.requestBuilderFactory.getBuilder()
| `- error: type 'ZSGF' has no member 'ClientAPI'
669 |
670 | return localVariableRequestBuilder.init(method: "DELETE", URLString: (localVariableUrlComponents?.string ?? localVariableURLString), parameters: localVariableParameters, headers: localVariableHeaderParameters, requiresAuthentication: true)
/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/UserLocationAPI.swift:56:43: error: type 'ZSGF' has no member 'ClientAPI'
54 | let appKeyPostEscape = appKeyPreEscape.addingPercentEncoding(withAllowedCharacters: .urlPathAllowed) ?? ""
55 | localVariablePath = localVariablePath.replacingOccurrences(of: "{appKey}", with: appKeyPostEscape, options: .literal, range: nil)
56 | let localVariableURLString = ZSGF.ClientAPI.basePath + localVariablePath
| `- error: type 'ZSGF' has no member 'ClientAPI'
57 | let localVariableParameters: [String: Any]? = nil
58 |
/Users/admin/builder/spi-builder-workspace/ZSGF.Client/Classes/OpenAPIs/APIs/UserLocationAPI.swift:70:98: error: type 'ZSGF' has no member 'ClientAPI'
68 | let localVariableHeaderParameters = APIHelper.rejectNilHeaders(localVariableNillableHeaders)
69 |
70 | let localVariableRequestBuilder: RequestBuilder<GeoLocationModelApiResponse>.Type = ZSGF.ClientAPI.requestBuilderFactory.getBuilder()
| `- error: type 'ZSGF' has no member 'ClientAPI'
71 |
72 | 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/UserLocationAPI.swift:116:43: error: type 'ZSGF' has no member 'ClientAPI'
114 | let appKeyPostEscape = appKeyPreEscape.addingPercentEncoding(withAllowedCharacters: .urlPathAllowed) ?? ""
115 | localVariablePath = localVariablePath.replacingOccurrences(of: "{appKey}", with: appKeyPostEscape, options: .literal, range: nil)
116 | let localVariableURLString = ZSGF.ClientAPI.basePath + localVariablePath
| `- error: type 'ZSGF' has no member 'ClientAPI'
117 | let localVariableParameters: [String: Any]? = nil
118 |
/Users/admin/builder/spi-builder-workspace/ZSGF.Client/Classes/OpenAPIs/APIs/UserLocationAPI.swift:130:89: error: type 'ZSGF' has no member 'ClientAPI'
128 | let localVariableHeaderParameters = APIHelper.rejectNilHeaders(localVariableNillableHeaders)
129 |
130 | let localVariableRequestBuilder: RequestBuilder<BooleanApiResponse>.Type = ZSGF.ClientAPI.requestBuilderFactory.getBuilder()
| `- error: type 'ZSGF' has no member 'ClientAPI'
131 |
132 | return localVariableRequestBuilder.init(method: "DELETE", URLString: (localVariableUrlComponents?.string ?? localVariableURLString), parameters: localVariableParameters, headers: localVariableHeaderParameters, requiresAuthentication: true)
/Users/admin/builder/spi-builder-workspace/ZSGF.Client/Classes/OpenAPIs/APIs/UserLocationAPI.swift:173:43: error: type 'ZSGF' has no member 'ClientAPI'
171 | let appKeyPostEscape = appKeyPreEscape.addingPercentEncoding(withAllowedCharacters: .urlPathAllowed) ?? ""
172 | localVariablePath = localVariablePath.replacingOccurrences(of: "{appKey}", with: appKeyPostEscape, options: .literal, range: nil)
173 | let localVariableURLString = ZSGF.ClientAPI.basePath + localVariablePath
| `- error: type 'ZSGF' has no member 'ClientAPI'
174 | let localVariableParameters = JSONEncodingHelper.encodingParameters(forEncodableObject: geoLocationModel)
175 |
/Users/admin/builder/spi-builder-workspace/ZSGF.Client/Classes/OpenAPIs/APIs/UserLocationAPI.swift:187:104: error: type 'ZSGF' has no member 'ClientAPI'
185 | let localVariableHeaderParameters = APIHelper.rejectNilHeaders(localVariableNillableHeaders)
186 |
187 | let localVariableRequestBuilder: RequestBuilder<UserLocationPostResultApiResponse>.Type = ZSGF.ClientAPI.requestBuilderFactory.getBuilder()
| `- error: type 'ZSGF' has no member 'ClientAPI'
188 |
189 | 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/UserLocationAPI.swift:235:43: error: type 'ZSGF' has no member 'ClientAPI'
233 | let appKeyPostEscape = appKeyPreEscape.addingPercentEncoding(withAllowedCharacters: .urlPathAllowed) ?? ""
234 | localVariablePath = localVariablePath.replacingOccurrences(of: "{appKey}", with: appKeyPostEscape, options: .literal, range: nil)
235 | let localVariableURLString = ZSGF.ClientAPI.basePath + localVariablePath
| `- error: type 'ZSGF' has no member 'ClientAPI'
236 | let localVariableParameters = JSONEncodingHelper.encodingParameters(forEncodableObject: geoLocationModel)
237 |
/Users/admin/builder/spi-builder-workspace/ZSGF.Client/Classes/OpenAPIs/APIs/UserLocationAPI.swift:249:89: error: type 'ZSGF' has no member 'ClientAPI'
247 | let localVariableHeaderParameters = APIHelper.rejectNilHeaders(localVariableNillableHeaders)
248 |
249 | let localVariableRequestBuilder: RequestBuilder<BooleanApiResponse>.Type = ZSGF.ClientAPI.requestBuilderFactory.getBuilder()
| `- error: type 'ZSGF' has no member 'ClientAPI'
250 |
251 | return localVariableRequestBuilder.init(method: "PUT", URLString: (localVariableUrlComponents?.string ?? localVariableURLString), parameters: localVariableParameters, headers: localVariableHeaderParameters, requiresAuthentication: true)
/Users/admin/builder/spi-builder-workspace/ZSGF.Client/Classes/OpenAPIs/APIs/UserLocationAPI.swift:304:43: error: type 'ZSGF' has no member 'ClientAPI'
302 | let appKeyPostEscape = appKeyPreEscape.addingPercentEncoding(withAllowedCharacters: .urlPathAllowed) ?? ""
303 | localVariablePath = localVariablePath.replacingOccurrences(of: "{appKey}", with: appKeyPostEscape, options: .literal, range: nil)
304 | let localVariableURLString = ZSGF.ClientAPI.basePath + localVariablePath
| `- error: type 'ZSGF' has no member 'ClientAPI'
305 | let localVariableParameters: [String: Any]? = nil
306 |
/Users/admin/builder/spi-builder-workspace/ZSGF.Client/Classes/OpenAPIs/APIs/UserLocationAPI.swift:325:101: error: type 'ZSGF' has no member 'ClientAPI'
323 | let localVariableHeaderParameters = APIHelper.rejectNilHeaders(localVariableNillableHeaders)
324 |
325 | let localVariableRequestBuilder: RequestBuilder<UserLocationsResultApiResponse>.Type = ZSGF.ClientAPI.requestBuilderFactory.getBuilder()
| `- error: type 'ZSGF' has no member 'ClientAPI'
326 |
327 | 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: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/APIs/WechatAPI.swift:51:43: error: type 'ZSGF' has no member 'ClientAPI'
49 | let appKeyPostEscape = appKeyPreEscape.addingPercentEncoding(withAllowedCharacters: .urlPathAllowed) ?? ""
50 | localVariablePath = localVariablePath.replacingOccurrences(of: "{appKey}", with: appKeyPostEscape, options: .literal, range: nil)
51 | let localVariableURLString = ZSGF.ClientAPI.basePath + localVariablePath
| `- error: type 'ZSGF' has no member 'ClientAPI'
52 | let localVariableParameters = JSONEncodingHelper.encodingParameters(forEncodableObject: qRCodeSignInRequest)
53 |
/Users/admin/builder/spi-builder-workspace/ZSGF.Client/Classes/OpenAPIs/APIs/WechatAPI.swift:62:92: error: type 'ZSGF' has no member 'ClientAPI'
60 | let localVariableHeaderParameters = APIHelper.rejectNilHeaders(localVariableNillableHeaders)
61 |
62 | let localVariableRequestBuilder: RequestBuilder<TokenModelApiResponse>.Type = ZSGF.ClientAPI.requestBuilderFactory.getBuilder()
| `- error: type 'ZSGF' has no member 'ClientAPI'
63 |
64 | 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:103:43: error: type 'ZSGF' has no member 'ClientAPI'
101 | let appKeyPostEscape = appKeyPreEscape.addingPercentEncoding(withAllowedCharacters: .urlPathAllowed) ?? ""
102 | localVariablePath = localVariablePath.replacingOccurrences(of: "{appKey}", with: appKeyPostEscape, options: .literal, range: nil)
103 | let localVariableURLString = ZSGF.ClientAPI.basePath + localVariablePath
| `- error: type 'ZSGF' has no member 'ClientAPI'
104 | let localVariableParameters = JSONEncodingHelper.encodingParameters(forEncodableObject: qRCodeSignUpRequest)
105 |
/Users/admin/builder/spi-builder-workspace/ZSGF.Client/Classes/OpenAPIs/APIs/WechatAPI.swift:114:92: error: type 'ZSGF' has no member 'ClientAPI'
112 | let localVariableHeaderParameters = APIHelper.rejectNilHeaders(localVariableNillableHeaders)
113 |
114 | let localVariableRequestBuilder: RequestBuilder<TokenModelApiResponse>.Type = ZSGF.ClientAPI.requestBuilderFactory.getBuilder()
| `- error: type 'ZSGF' has no member 'ClientAPI'
115 |
116 | 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:155:43: error: type 'ZSGF' has no member 'ClientAPI'
153 | let appKeyPostEscape = appKeyPreEscape.addingPercentEncoding(withAllowedCharacters: .urlPathAllowed) ?? ""
154 | localVariablePath = localVariablePath.replacingOccurrences(of: "{appKey}", with: appKeyPostEscape, options: .literal, range: nil)
155 | let localVariableURLString = ZSGF.ClientAPI.basePath + localVariablePath
| `- error: type 'ZSGF' has no member 'ClientAPI'
156 | let localVariableParameters = JSONEncodingHelper.encodingParameters(forEncodableObject: qRCodePreSignInRequest)
157 |
/Users/admin/builder/spi-builder-workspace/ZSGF.Client/Classes/OpenAPIs/APIs/WechatAPI.swift:166:87: error: type 'ZSGF' has no member 'ClientAPI'
164 | let localVariableHeaderParameters = APIHelper.rejectNilHeaders(localVariableNillableHeaders)
165 |
166 | let localVariableRequestBuilder: RequestBuilder<Int64ApiResponse>.Type = ZSGF.ClientAPI.requestBuilderFactory.getBuilder()
| `- error: type 'ZSGF' has no member 'ClientAPI'
167 |
168 | 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:207:43: error: type 'ZSGF' has no member 'ClientAPI'
205 | let appKeyPostEscape = appKeyPreEscape.addingPercentEncoding(withAllowedCharacters: .urlPathAllowed) ?? ""
206 | localVariablePath = localVariablePath.replacingOccurrences(of: "{appKey}", with: appKeyPostEscape, options: .literal, range: nil)
207 | let localVariableURLString = ZSGF.ClientAPI.basePath + localVariablePath
| `- error: type 'ZSGF' has no member 'ClientAPI'
208 | let localVariableParameters = JSONEncodingHelper.encodingParameters(forEncodableObject: qRCodeScanRequest)
209 |
/Users/admin/builder/spi-builder-workspace/ZSGF.Client/Classes/OpenAPIs/APIs/WechatAPI.swift:218:102: error: type 'ZSGF' has no member 'ClientAPI'
216 | let localVariableHeaderParameters = APIHelper.rejectNilHeaders(localVariableNillableHeaders)
217 |
218 | let localVariableRequestBuilder: RequestBuilder<UserQRCodeScanResultApiResponse>.Type = ZSGF.ClientAPI.requestBuilderFactory.getBuilder()
| `- error: type 'ZSGF' has no member 'ClientAPI'
219 |
220 | 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:263:43: error: type 'ZSGF' has no member 'ClientAPI'
261 | let appKeyPostEscape = appKeyPreEscape.addingPercentEncoding(withAllowedCharacters: .urlPathAllowed) ?? ""
262 | localVariablePath = localVariablePath.replacingOccurrences(of: "{appKey}", with: appKeyPostEscape, options: .literal, range: nil)
263 | let localVariableURLString = ZSGF.ClientAPI.basePath + localVariablePath
| `- error: type 'ZSGF' has no member 'ClientAPI'
264 | let localVariableParameters: [String: Any]? = nil
265 |
/Users/admin/builder/spi-builder-workspace/ZSGF.Client/Classes/OpenAPIs/APIs/WechatAPI.swift:279:88: error: type 'ZSGF' has no member 'ClientAPI'
277 | let localVariableHeaderParameters = APIHelper.rejectNilHeaders(localVariableNillableHeaders)
278 |
279 | let localVariableRequestBuilder: RequestBuilder<StringApiResponse>.Type = ZSGF.ClientAPI.requestBuilderFactory.getBuilder()
| `- error: type 'ZSGF' has no member 'ClientAPI'
280 |
281 | 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:320:43: error: type 'ZSGF' has no member 'ClientAPI'
318 | let appKeyPostEscape = appKeyPreEscape.addingPercentEncoding(withAllowedCharacters: .urlPathAllowed) ?? ""
319 | localVariablePath = localVariablePath.replacingOccurrences(of: "{appKey}", with: appKeyPostEscape, options: .literal, range: nil)
320 | let localVariableURLString = ZSGF.ClientAPI.basePath + localVariablePath
| `- error: type 'ZSGF' has no member 'ClientAPI'
321 | let localVariableParameters = JSONEncodingHelper.encodingParameters(forEncodableObject: requestBody)
322 |
/Users/admin/builder/spi-builder-workspace/ZSGF.Client/Classes/OpenAPIs/APIs/WechatAPI.swift:331:88: error: type 'ZSGF' has no member 'ClientAPI'
329 | let localVariableHeaderParameters = APIHelper.rejectNilHeaders(localVariableNillableHeaders)
330 |
331 | let localVariableRequestBuilder: RequestBuilder<StringApiResponse>.Type = ZSGF.ClientAPI.requestBuilderFactory.getBuilder()
| `- error: type 'ZSGF' has no member 'ClientAPI'
332 |
333 | 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:372:43: error: type 'ZSGF' has no member 'ClientAPI'
370 | let appKeyPostEscape = appKeyPreEscape.addingPercentEncoding(withAllowedCharacters: .urlPathAllowed) ?? ""
371 | localVariablePath = localVariablePath.replacingOccurrences(of: "{appKey}", with: appKeyPostEscape, options: .literal, range: nil)
372 | let localVariableURLString = ZSGF.ClientAPI.basePath + localVariablePath
| `- error: type 'ZSGF' has no member 'ClientAPI'
373 | let localVariableParameters: [String: Any]? = nil
374 |
/Users/admin/builder/spi-builder-workspace/ZSGF.Client/Classes/OpenAPIs/APIs/WechatAPI.swift:386:88: error: type 'ZSGF' has no member 'ClientAPI'
384 | let localVariableHeaderParameters = APIHelper.rejectNilHeaders(localVariableNillableHeaders)
385 |
386 | let localVariableRequestBuilder: RequestBuilder<StringApiResponse>.Type = ZSGF.ClientAPI.requestBuilderFactory.getBuilder()
| `- error: type 'ZSGF' has no member 'ClientAPI'
387 |
388 | 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:427:43: error: type 'ZSGF' has no member 'ClientAPI'
425 | let appKeyPostEscape = appKeyPreEscape.addingPercentEncoding(withAllowedCharacters: .urlPathAllowed) ?? ""
426 | localVariablePath = localVariablePath.replacingOccurrences(of: "{appKey}", with: appKeyPostEscape, options: .literal, range: nil)
427 | let localVariableURLString = ZSGF.ClientAPI.basePath + localVariablePath
| `- error: type 'ZSGF' has no member 'ClientAPI'
428 | let localVariableParameters: [String: Any]? = nil
429 |
/Users/admin/builder/spi-builder-workspace/ZSGF.Client/Classes/OpenAPIs/APIs/WechatAPI.swift:441:102: error: type 'ZSGF' has no member 'ClientAPI'
439 | let localVariableHeaderParameters = APIHelper.rejectNilHeaders(localVariableNillableHeaders)
440 |
441 | let localVariableRequestBuilder: RequestBuilder<WechatJSConfigResultApiResponse>.Type = ZSGF.ClientAPI.requestBuilderFactory.getBuilder()
| `- error: type 'ZSGF' has no member 'ClientAPI'
442 |
443 | 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:482:43: error: type 'ZSGF' has no member 'ClientAPI'
480 | let appKeyPostEscape = appKeyPreEscape.addingPercentEncoding(withAllowedCharacters: .urlPathAllowed) ?? ""
481 | localVariablePath = localVariablePath.replacingOccurrences(of: "{appKey}", with: appKeyPostEscape, options: .literal, range: nil)
482 | let localVariableURLString = ZSGF.ClientAPI.basePath + localVariablePath
| `- error: type 'ZSGF' has no member 'ClientAPI'
483 | let localVariableParameters = JSONEncodingHelper.encodingParameters(forEncodableObject: requestBody)
484 |
/Users/admin/builder/spi-builder-workspace/ZSGF.Client/Classes/OpenAPIs/APIs/WechatAPI.swift:493:81: error: type 'ZSGF' has no member 'ClientAPI'
491 | let localVariableHeaderParameters = APIHelper.rejectNilHeaders(localVariableNillableHeaders)
492 |
493 | let localVariableRequestBuilder: RequestBuilder<AnyCodable>.Type = ZSGF.ClientAPI.requestBuilderFactory.getBuilder()
| `- error: type 'ZSGF' has no member 'ClientAPI'
494 |
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)
[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.2 macosSpm