Build Information
Failed to build ZSGF.Client, reference v2.1.4 (217c51), with Swift 6.2 for Android on 10 Nov 2025 13:36:50 UTC.
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4609320-2":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/finestructure/spi-images:android-6.2-latest swift build --swift-sdk aarch64-unknown-linux-android28 2>&1Build Log
========================================
RunAll
========================================
Builder version: 4.68.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/wz101010/zsgf-swift5.git
Reference: v2.1.4
Initialized empty Git repository in /host/spi-builder-workspace/.git/
hint: Using 'master' as the name for the initial branch. This default branch name
hint: is subject to change. To configure the initial branch name to use in all
hint: of your new repositories, which will suppress this warning, call:
hint:
hint: git config --global init.defaultBranch <name>
hint:
hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
hint: 'development'. The just-created branch can be renamed via this command:
hint:
hint: git branch -m <name>
From https://github.com/wz101010/zsgf-swift5
* tag v2.1.4 -> FETCH_HEAD
HEAD is now at 217c513 Initial commit with generated client
Cloned https://github.com/wz101010/zsgf-swift5.git
Revision (git rev-parse @):
217c5139384c1ab533598a47e7e652ccba1cfe4a
SUCCESS checkout https://github.com/wz101010/zsgf-swift5.git at v2.1.4
========================================
Build
========================================
Selected platform: android
Swift version: 6.2
Building package at path: $PWD
https://github.com/wz101010/zsgf-swift5.git
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-2":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/finestructure/spi-images:android-6.2-latest swift build --swift-sdk aarch64-unknown-linux-android28 2>&1
android-6.2-latest: Pulling from finestructure/spi-images
Digest: sha256:d70d83f328e9f1ae04a4e17e63e2d335ae10639f90ee796a5fe3bfb139eab948
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:android-6.2-latest
Fetching https://github.com/Flight-School/AnyCodable
[1/782] Fetching anycodable
Fetched https://github.com/Flight-School/AnyCodable from cache (0.24s)
Computing version for https://github.com/Flight-School/AnyCodable
Computed https://github.com/Flight-School/AnyCodable at 0.6.7 (0.64s)
Creating working copy for https://github.com/Flight-School/AnyCodable
Working copy of https://github.com/Flight-School/AnyCodable resolved at 0.6.7
Building for debugging...
[0/3] Write sources
[2/3] Write swift-version--11D90AFD9DD3AB2.txt
[4/7] Emitting module AnyCodable
[5/7] Compiling AnyCodable AnyDecodable.swift
[6/7] Compiling AnyCodable AnyCodable.swift
[7/7] Compiling AnyCodable AnyEncodable.swift
[9/145] Compiling ZSGF_Client JSONEncodingHelper.swift
/host/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] = [:]
/host/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
/host/spi-builder-workspace/ZSGF.Client/Classes/OpenAPIs/URLSessionImplementations.swift:9:8: error: no such module 'MobileCoreServices'
7 | import Foundation
8 | #if !os(macOS)
9 | import MobileCoreServices
| `- error: no such module 'MobileCoreServices'
10 | #endif
11 | #if canImport(UniformTypeIdentifiers)
[10/145] Compiling ZSGF_Client Models.swift
/host/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] = [:]
/host/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
/host/spi-builder-workspace/ZSGF.Client/Classes/OpenAPIs/URLSessionImplementations.swift:9:8: error: no such module 'MobileCoreServices'
7 | import Foundation
8 | #if !os(macOS)
9 | import MobileCoreServices
| `- error: no such module 'MobileCoreServices'
10 | #endif
11 | #if canImport(UniformTypeIdentifiers)
[11/145] Compiling ZSGF_Client AccessTokenListResult.swift
/host/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] = [:]
/host/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
/host/spi-builder-workspace/ZSGF.Client/Classes/OpenAPIs/URLSessionImplementations.swift:9:8: error: no such module 'MobileCoreServices'
7 | import Foundation
8 | #if !os(macOS)
9 | import MobileCoreServices
| `- error: no such module 'MobileCoreServices'
10 | #endif
11 | #if canImport(UniformTypeIdentifiers)
[12/145] Compiling ZSGF_Client AccessTokenListResultApiResponse.swift
/host/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] = [:]
/host/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
/host/spi-builder-workspace/ZSGF.Client/Classes/OpenAPIs/URLSessionImplementations.swift:9:8: error: no such module 'MobileCoreServices'
7 | import Foundation
8 | #if !os(macOS)
9 | import MobileCoreServices
| `- error: no such module 'MobileCoreServices'
10 | #endif
11 | #if canImport(UniformTypeIdentifiers)
[13/145] Compiling ZSGF_Client AccessTokenPostRequest.swift
/host/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] = [:]
/host/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
/host/spi-builder-workspace/ZSGF.Client/Classes/OpenAPIs/URLSessionImplementations.swift:9:8: error: no such module 'MobileCoreServices'
7 | import Foundation
8 | #if !os(macOS)
9 | import MobileCoreServices
| `- error: no such module 'MobileCoreServices'
10 | #endif
11 | #if canImport(UniformTypeIdentifiers)
[14/145] Compiling ZSGF_Client AccessTokenPutRequest.swift
/host/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] = [:]
/host/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
/host/spi-builder-workspace/ZSGF.Client/Classes/OpenAPIs/URLSessionImplementations.swift:9:8: error: no such module 'MobileCoreServices'
7 | import Foundation
8 | #if !os(macOS)
9 | import MobileCoreServices
| `- error: no such module 'MobileCoreServices'
10 | #endif
11 | #if canImport(UniformTypeIdentifiers)
[15/145] Compiling ZSGF_Client AlipayCreateOrderPagePayRequest.swift
/host/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] = [:]
/host/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
/host/spi-builder-workspace/ZSGF.Client/Classes/OpenAPIs/URLSessionImplementations.swift:9:8: error: no such module 'MobileCoreServices'
7 | import Foundation
8 | #if !os(macOS)
9 | import MobileCoreServices
| `- error: no such module 'MobileCoreServices'
10 | #endif
11 | #if canImport(UniformTypeIdentifiers)
[16/145] Compiling ZSGF_Client AlipayCreateOrderRequest.swift
/host/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] = [:]
/host/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
/host/spi-builder-workspace/ZSGF.Client/Classes/OpenAPIs/URLSessionImplementations.swift:9:8: error: no such module 'MobileCoreServices'
7 | import Foundation
8 | #if !os(macOS)
9 | import MobileCoreServices
| `- error: no such module 'MobileCoreServices'
10 | #endif
11 | #if canImport(UniformTypeIdentifiers)
[17/145] Compiling ZSGF_Client AlipayCreateOrderWapPayRequest.swift
/host/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] = [:]
/host/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
/host/spi-builder-workspace/ZSGF.Client/Classes/OpenAPIs/URLSessionImplementations.swift:9:8: error: no such module 'MobileCoreServices'
7 | import Foundation
8 | #if !os(macOS)
9 | import MobileCoreServices
| `- error: no such module 'MobileCoreServices'
10 | #endif
11 | #if canImport(UniformTypeIdentifiers)
[18/145] Compiling ZSGF_Client AlipayTradeQueryResponse.swift
/host/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] = [:]
/host/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
/host/spi-builder-workspace/ZSGF.Client/Classes/OpenAPIs/URLSessionImplementations.swift:9:8: error: no such module 'MobileCoreServices'
7 | import Foundation
8 | #if !os(macOS)
9 | import MobileCoreServices
| `- error: no such module 'MobileCoreServices'
10 | #endif
11 | #if canImport(UniformTypeIdentifiers)
[19/145] Compiling ZSGF_Client AlipayTradeQueryResponseApiResponse.swift
/host/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] = [:]
/host/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
/host/spi-builder-workspace/ZSGF.Client/Classes/OpenAPIs/URLSessionImplementations.swift:9:8: error: no such module 'MobileCoreServices'
7 | import Foundation
8 | #if !os(macOS)
9 | import MobileCoreServices
| `- error: no such module 'MobileCoreServices'
10 | #endif
11 | #if canImport(UniformTypeIdentifiers)
[20/145] Compiling ZSGF_Client AlipayTradeRefundResponse.swift
/host/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] = [:]
/host/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
/host/spi-builder-workspace/ZSGF.Client/Classes/OpenAPIs/URLSessionImplementations.swift:9:8: error: no such module 'MobileCoreServices'
7 | import Foundation
8 | #if !os(macOS)
9 | import MobileCoreServices
| `- error: no such module 'MobileCoreServices'
10 | #endif
11 | #if canImport(UniformTypeIdentifiers)
[21/145] Compiling ZSGF_Client AlipayTradeRefundResponseApiResponse.swift
/host/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] = [:]
/host/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
/host/spi-builder-workspace/ZSGF.Client/Classes/OpenAPIs/URLSessionImplementations.swift:9:8: error: no such module 'MobileCoreServices'
7 | import Foundation
8 | #if !os(macOS)
9 | import MobileCoreServices
| `- error: no such module 'MobileCoreServices'
10 | #endif
11 | #if canImport(UniformTypeIdentifiers)
[22/145] Compiling ZSGF_Client AppInfoItem.swift
/host/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] = [:]
/host/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
/host/spi-builder-workspace/ZSGF.Client/Classes/OpenAPIs/URLSessionImplementations.swift:9:8: error: no such module 'MobileCoreServices'
7 | import Foundation
8 | #if !os(macOS)
9 | import MobileCoreServices
| `- error: no such module 'MobileCoreServices'
10 | #endif
11 | #if canImport(UniformTypeIdentifiers)
[23/145] Compiling ZSGF_Client AppInfoResult.swift
/host/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] = [:]
/host/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
/host/spi-builder-workspace/ZSGF.Client/Classes/OpenAPIs/URLSessionImplementations.swift:9:8: error: no such module 'MobileCoreServices'
7 | import Foundation
8 | #if !os(macOS)
9 | import MobileCoreServices
| `- error: no such module 'MobileCoreServices'
10 | #endif
11 | #if canImport(UniformTypeIdentifiers)
[24/145] Compiling ZSGF_Client AppInfoResultApiResponse.swift
/host/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] = [:]
/host/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
/host/spi-builder-workspace/ZSGF.Client/Classes/OpenAPIs/URLSessionImplementations.swift:9:8: error: no such module 'MobileCoreServices'
7 | import Foundation
8 | #if !os(macOS)
9 | import MobileCoreServices
| `- error: no such module 'MobileCoreServices'
10 | #endif
11 | #if canImport(UniformTypeIdentifiers)
[25/145] Compiling ZSGF_Client AppProperty.swift
/host/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] = [:]
/host/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
/host/spi-builder-workspace/ZSGF.Client/Classes/OpenAPIs/URLSessionImplementations.swift:9:8: error: no such module 'MobileCoreServices'
7 | import Foundation
8 | #if !os(macOS)
9 | import MobileCoreServices
| `- error: no such module 'MobileCoreServices'
10 | #endif
11 | #if canImport(UniformTypeIdentifiers)
[26/145] Compiling ZSGF_Client AppUserConsentModel.swift
/host/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] = [:]
/host/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
/host/spi-builder-workspace/ZSGF.Client/Classes/OpenAPIs/URLSessionImplementations.swift:9:8: error: no such module 'MobileCoreServices'
7 | import Foundation
8 | #if !os(macOS)
9 | import MobileCoreServices
| `- error: no such module 'MobileCoreServices'
10 | #endif
11 | #if canImport(UniformTypeIdentifiers)
[27/145] Compiling ZSGF_Client AppUserConsentModelListApiResponse.swift
/host/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] = [:]
/host/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
/host/spi-builder-workspace/ZSGF.Client/Classes/OpenAPIs/URLSessionImplementations.swift:9:8: error: no such module 'MobileCoreServices'
7 | import Foundation
8 | #if !os(macOS)
9 | import MobileCoreServices
| `- error: no such module 'MobileCoreServices'
10 | #endif
11 | #if canImport(UniformTypeIdentifiers)
[28/145] Compiling ZSGF_Client AppUserResetEmailRequest.swift
/host/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] = [:]
/host/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
/host/spi-builder-workspace/ZSGF.Client/Classes/OpenAPIs/URLSessionImplementations.swift:9:8: error: no such module 'MobileCoreServices'
7 | import Foundation
8 | #if !os(macOS)
9 | import MobileCoreServices
| `- error: no such module 'MobileCoreServices'
10 | #endif
11 | #if canImport(UniformTypeIdentifiers)
error: emit-module command failed with exit code 1 (use -v to see invocation)
[29/164] Emitting module ZSGF_Client
/host/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] = [:]
/host/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
/host/spi-builder-workspace/ZSGF.Client/Classes/OpenAPIs/URLSessionImplementations.swift:9:8: error: no such module 'MobileCoreServices'
7 | import Foundation
8 | #if !os(macOS)
9 | import MobileCoreServices
| `- error: no such module 'MobileCoreServices'
10 | #endif
11 | #if canImport(UniformTypeIdentifiers)
[30/164] Compiling ZSGF_Client Int64ApiResponse.swift
/host/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] = [:]
/host/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
/host/spi-builder-workspace/ZSGF.Client/Classes/OpenAPIs/URLSessionImplementations.swift:9:8: error: no such module 'MobileCoreServices'
7 | import Foundation
8 | #if !os(macOS)
9 | import MobileCoreServices
| `- error: no such module 'MobileCoreServices'
10 | #endif
11 | #if canImport(UniformTypeIdentifiers)
[31/164] Compiling ZSGF_Client IntactChargeInfo.swift
/host/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] = [:]
/host/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
/host/spi-builder-workspace/ZSGF.Client/Classes/OpenAPIs/URLSessionImplementations.swift:9:8: error: no such module 'MobileCoreServices'
7 | import Foundation
8 | #if !os(macOS)
9 | import MobileCoreServices
| `- error: no such module 'MobileCoreServices'
10 | #endif
11 | #if canImport(UniformTypeIdentifiers)
[32/164] Compiling ZSGF_Client MySqlGeometry.swift
/host/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] = [:]
/host/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
/host/spi-builder-workspace/ZSGF.Client/Classes/OpenAPIs/URLSessionImplementations.swift:9:8: error: no such module 'MobileCoreServices'
7 | import Foundation
8 | #if !os(macOS)
9 | import MobileCoreServices
| `- error: no such module 'MobileCoreServices'
10 | #endif
11 | #if canImport(UniformTypeIdentifiers)
[33/164] Compiling ZSGF_Client ObjectApiResponse.swift
/host/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] = [:]
/host/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
/host/spi-builder-workspace/ZSGF.Client/Classes/OpenAPIs/URLSessionImplementations.swift:9:8: error: no such module 'MobileCoreServices'
7 | import Foundation
8 | #if !os(macOS)
9 | import MobileCoreServices
| `- error: no such module 'MobileCoreServices'
10 | #endif
11 | #if canImport(UniformTypeIdentifiers)
[34/164] Compiling ZSGF_Client ObjectListApiResponse.swift
/host/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] = [:]
/host/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
/host/spi-builder-workspace/ZSGF.Client/Classes/OpenAPIs/URLSessionImplementations.swift:9:8: error: no such module 'MobileCoreServices'
7 | import Foundation
8 | #if !os(macOS)
9 | import MobileCoreServices
| `- error: no such module 'MobileCoreServices'
10 | #endif
11 | #if canImport(UniformTypeIdentifiers)
[35/164] Compiling ZSGF_Client Order.swift
/host/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] = [:]
/host/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
/host/spi-builder-workspace/ZSGF.Client/Classes/OpenAPIs/URLSessionImplementations.swift:9:8: error: no such module 'MobileCoreServices'
7 | import Foundation
8 | #if !os(macOS)
9 | import MobileCoreServices
| `- error: no such module 'MobileCoreServices'
10 | #endif
11 | #if canImport(UniformTypeIdentifiers)
[36/164] Compiling ZSGF_Client OrderApiResponse.swift
/host/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] = [:]
/host/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
/host/spi-builder-workspace/ZSGF.Client/Classes/OpenAPIs/URLSessionImplementations.swift:9:8: error: no such module 'MobileCoreServices'
7 | import Foundation
8 | #if !os(macOS)
9 | import MobileCoreServices
| `- error: no such module 'MobileCoreServices'
10 | #endif
11 | #if canImport(UniformTypeIdentifiers)
[37/164] Compiling ZSGF_Client OrderListResult.swift
/host/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] = [:]
/host/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
/host/spi-builder-workspace/ZSGF.Client/Classes/OpenAPIs/URLSessionImplementations.swift:9:8: error: no such module 'MobileCoreServices'
7 | import Foundation
8 | #if !os(macOS)
9 | import MobileCoreServices
| `- error: no such module 'MobileCoreServices'
10 | #endif
11 | #if canImport(UniformTypeIdentifiers)
[38/164] Compiling ZSGF_Client OrderListResultApiResponse.swift
/host/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] = [:]
/host/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
/host/spi-builder-workspace/ZSGF.Client/Classes/OpenAPIs/URLSessionImplementations.swift:9:8: error: no such module 'MobileCoreServices'
7 | import Foundation
8 | #if !os(macOS)
9 | import MobileCoreServices
| `- error: no such module 'MobileCoreServices'
10 | #endif
11 | #if canImport(UniformTypeIdentifiers)
[39/164] Compiling ZSGF_Client PaymentInfoWithId.swift
/host/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] = [:]
/host/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
/host/spi-builder-workspace/ZSGF.Client/Classes/OpenAPIs/URLSessionImplementations.swift:9:8: error: no such module 'MobileCoreServices'
7 | import Foundation
8 | #if !os(macOS)
9 | import MobileCoreServices
| `- error: no such module 'MobileCoreServices'
10 | #endif
11 | #if canImport(UniformTypeIdentifiers)
[40/164] Compiling ZSGF_Client PhoneSignInRequest.swift
/host/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] = [:]
/host/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
/host/spi-builder-workspace/ZSGF.Client/Classes/OpenAPIs/URLSessionImplementations.swift:9:8: error: no such module 'MobileCoreServices'
7 | import Foundation
8 | #if !os(macOS)
9 | import MobileCoreServices
| `- error: no such module 'MobileCoreServices'
10 | #endif
11 | #if canImport(UniformTypeIdentifiers)
[41/164] Compiling ZSGF_Client PhoneSignUpRequest.swift
/host/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] = [:]
/host/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
/host/spi-builder-workspace/ZSGF.Client/Classes/OpenAPIs/URLSessionImplementations.swift:9:8: error: no such module 'MobileCoreServices'
7 | import Foundation
8 | #if !os(macOS)
9 | import MobileCoreServices
| `- error: no such module 'MobileCoreServices'
10 | #endif
11 | #if canImport(UniformTypeIdentifiers)
[42/164] Compiling ZSGF_Client PresetPayToolInfo.swift
/host/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] = [:]
/host/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
/host/spi-builder-workspace/ZSGF.Client/Classes/OpenAPIs/URLSessionImplementations.swift:9:8: error: no such module 'MobileCoreServices'
7 | import Foundation
8 | #if !os(macOS)
9 | import MobileCoreServices
| `- error: no such module 'MobileCoreServices'
10 | #endif
11 | #if canImport(UniformTypeIdentifiers)
[43/164] Compiling ZSGF_Client ProfileResult.swift
/host/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] = [:]
/host/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
/host/spi-builder-workspace/ZSGF.Client/Classes/OpenAPIs/URLSessionImplementations.swift:9:8: error: no such module 'MobileCoreServices'
7 | import Foundation
8 | #if !os(macOS)
9 | import MobileCoreServices
| `- error: no such module 'MobileCoreServices'
10 | #endif
11 | #if canImport(UniformTypeIdentifiers)
[44/164] Compiling ZSGF_Client ProfileResultApiResponse.swift
/host/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] = [:]
/host/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
/host/spi-builder-workspace/ZSGF.Client/Classes/OpenAPIs/URLSessionImplementations.swift:9:8: error: no such module 'MobileCoreServices'
7 | import Foundation
8 | #if !os(macOS)
9 | import MobileCoreServices
| `- error: no such module 'MobileCoreServices'
10 | #endif
11 | #if canImport(UniformTypeIdentifiers)
[45/164] Compiling ZSGF_Client QRCodePreSignInRequest.swift
/host/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] = [:]
/host/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
/host/spi-builder-workspace/ZSGF.Client/Classes/OpenAPIs/URLSessionImplementations.swift:9:8: error: no such module 'MobileCoreServices'
7 | import Foundation
8 | #if !os(macOS)
9 | import MobileCoreServices
| `- error: no such module 'MobileCoreServices'
10 | #endif
11 | #if canImport(UniformTypeIdentifiers)
[46/164] Compiling ZSGF_Client QRCodeScanRequest.swift
/host/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] = [:]
/host/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
/host/spi-builder-workspace/ZSGF.Client/Classes/OpenAPIs/URLSessionImplementations.swift:9:8: error: no such module 'MobileCoreServices'
7 | import Foundation
8 | #if !os(macOS)
9 | import MobileCoreServices
| `- error: no such module 'MobileCoreServices'
10 | #endif
11 | #if canImport(UniformTypeIdentifiers)
[47/164] Compiling ZSGF_Client QRCodeSignInRequest.swift
/host/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] = [:]
/host/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
/host/spi-builder-workspace/ZSGF.Client/Classes/OpenAPIs/URLSessionImplementations.swift:9:8: error: no such module 'MobileCoreServices'
7 | import Foundation
8 | #if !os(macOS)
9 | import MobileCoreServices
| `- error: no such module 'MobileCoreServices'
10 | #endif
11 | #if canImport(UniformTypeIdentifiers)
[48/164] Compiling ZSGF_Client QRCodeSignUpRequest.swift
/host/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] = [:]
/host/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
/host/spi-builder-workspace/ZSGF.Client/Classes/OpenAPIs/URLSessionImplementations.swift:9:8: error: no such module 'MobileCoreServices'
7 | import Foundation
8 | #if !os(macOS)
9 | import MobileCoreServices
| `- error: no such module 'MobileCoreServices'
10 | #endif
11 | #if canImport(UniformTypeIdentifiers)
[49/164] Compiling ZSGF_Client RechargePointRequest.swift
/host/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] = [:]
/host/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
/host/spi-builder-workspace/ZSGF.Client/Classes/OpenAPIs/URLSessionImplementations.swift:9:8: error: no such module 'MobileCoreServices'
7 | import Foundation
8 | #if !os(macOS)
9 | import MobileCoreServices
| `- error: no such module 'MobileCoreServices'
10 | #endif
11 | #if canImport(UniformTypeIdentifiers)
[50/164] Compiling ZSGF_Client RecommendFriend.swift
/host/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] = [:]
/host/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
/host/spi-builder-workspace/ZSGF.Client/Classes/OpenAPIs/URLSessionImplementations.swift:9:8: error: no such module 'MobileCoreServices'
7 | import Foundation
8 | #if !os(macOS)
9 | import MobileCoreServices
| `- error: no such module 'MobileCoreServices'
10 | #endif
11 | #if canImport(UniformTypeIdentifiers)
[51/164] Compiling ZSGF_Client RefundChargeInfo.swift
/host/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] = [:]
/host/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
/host/spi-builder-workspace/ZSGF.Client/Classes/OpenAPIs/URLSessionImplementations.swift:9:8: error: no such module 'MobileCoreServices'
7 | import Foundation
8 | #if !os(macOS)
9 | import MobileCoreServices
| `- error: no such module 'MobileCoreServices'
10 | #endif
11 | #if canImport(UniformTypeIdentifiers)
[52/164] Compiling ZSGF_Client RefundSubFee.swift
/host/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] = [:]
/host/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
/host/spi-builder-workspace/ZSGF.Client/Classes/OpenAPIs/URLSessionImplementations.swift:9:8: error: no such module 'MobileCoreServices'
7 | import Foundation
8 | #if !os(macOS)
9 | import MobileCoreServices
| `- error: no such module 'MobileCoreServices'
10 | #endif
11 | #if canImport(UniformTypeIdentifiers)
[53/164] Compiling ZSGF_Client ReturnPageNotifyRequest.swift
/host/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] = [:]
/host/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
/host/spi-builder-workspace/ZSGF.Client/Classes/OpenAPIs/URLSessionImplementations.swift:9:8: error: no such module 'MobileCoreServices'
7 | import Foundation
8 | #if !os(macOS)
9 | import MobileCoreServices
| `- error: no such module 'MobileCoreServices'
10 | #endif
11 | #if canImport(UniformTypeIdentifiers)
[54/164] Compiling ZSGF_Client SendEmailCodeRequest.swift
/host/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] = [:]
/host/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
/host/spi-builder-workspace/ZSGF.Client/Classes/OpenAPIs/URLSessionImplementations.swift:9:8: error: no such module 'MobileCoreServices'
7 | import Foundation
8 | #if !os(macOS)
9 | import MobileCoreServices
| `- error: no such module 'MobileCoreServices'
10 | #endif
11 | #if canImport(UniformTypeIdentifiers)
[55/164] Compiling ZSGF_Client SendSMSCodeRequest.swift
/host/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] = [:]
/host/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
/host/spi-builder-workspace/ZSGF.Client/Classes/OpenAPIs/URLSessionImplementations.swift:9:8: error: no such module 'MobileCoreServices'
7 | import Foundation
8 | #if !os(macOS)
9 | import MobileCoreServices
| `- error: no such module 'MobileCoreServices'
10 | #endif
11 | #if canImport(UniformTypeIdentifiers)
[56/164] Compiling ZSGF_Client SetupCode.swift
/host/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] = [:]
/host/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
/host/spi-builder-workspace/ZSGF.Client/Classes/OpenAPIs/URLSessionImplementations.swift:9:8: error: no such module 'MobileCoreServices'
7 | import Foundation
8 | #if !os(macOS)
9 | import MobileCoreServices
| `- error: no such module 'MobileCoreServices'
10 | #endif
11 | #if canImport(UniformTypeIdentifiers)
[57/164] Compiling ZSGF_Client SetupCodeApiResponse.swift
/host/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] = [:]
/host/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
/host/spi-builder-workspace/ZSGF.Client/Classes/OpenAPIs/URLSessionImplementations.swift:9:8: error: no such module 'MobileCoreServices'
7 | import Foundation
8 | #if !os(macOS)
9 | import MobileCoreServices
| `- error: no such module 'MobileCoreServices'
10 | #endif
11 | #if canImport(UniformTypeIdentifiers)
[58/164] Compiling ZSGF_Client SignInRequest.swift
/host/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] = [:]
/host/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
/host/spi-builder-workspace/ZSGF.Client/Classes/OpenAPIs/URLSessionImplementations.swift:9:8: error: no such module 'MobileCoreServices'
7 | import Foundation
8 | #if !os(macOS)
9 | import MobileCoreServices
| `- error: no such module 'MobileCoreServices'
10 | #endif
11 | #if canImport(UniformTypeIdentifiers)
[59/164] Compiling ZSGF_Client SignUpRequest.swift
/host/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] = [:]
/host/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
/host/spi-builder-workspace/ZSGF.Client/Classes/OpenAPIs/URLSessionImplementations.swift:9:8: error: no such module 'MobileCoreServices'
7 | import Foundation
8 | #if !os(macOS)
9 | import MobileCoreServices
| `- error: no such module 'MobileCoreServices'
10 | #endif
11 | #if canImport(UniformTypeIdentifiers)
[60/164] Compiling ZSGF_Client StorageListResult.swift
/host/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] = [:]
/host/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
/host/spi-builder-workspace/ZSGF.Client/Classes/OpenAPIs/URLSessionImplementations.swift:9:8: error: no such module 'MobileCoreServices'
7 | import Foundation
8 | #if !os(macOS)
9 | import MobileCoreServices
| `- error: no such module 'MobileCoreServices'
10 | #endif
11 | #if canImport(UniformTypeIdentifiers)
[61/164] Compiling ZSGF_Client StorageListResultApiResponse.swift
/host/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] = [:]
/host/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
/host/spi-builder-workspace/ZSGF.Client/Classes/OpenAPIs/URLSessionImplementations.swift:9:8: error: no such module 'MobileCoreServices'
7 | import Foundation
8 | #if !os(macOS)
9 | import MobileCoreServices
| `- error: no such module 'MobileCoreServices'
10 | #endif
11 | #if canImport(UniformTypeIdentifiers)
[62/164] Compiling ZSGF_Client StringApiResponse.swift
/host/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] = [:]
/host/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
/host/spi-builder-workspace/ZSGF.Client/Classes/OpenAPIs/URLSessionImplementations.swift:9:8: error: no such module 'MobileCoreServices'
7 | import Foundation
8 | #if !os(macOS)
9 | import MobileCoreServices
| `- error: no such module 'MobileCoreServices'
10 | #endif
11 | #if canImport(UniformTypeIdentifiers)
[63/164] Compiling ZSGF_Client SubFee.swift
/host/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] = [:]
/host/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
/host/spi-builder-workspace/ZSGF.Client/Classes/OpenAPIs/URLSessionImplementations.swift:9:8: error: no such module 'MobileCoreServices'
7 | import Foundation
8 | #if !os(macOS)
9 | import MobileCoreServices
| `- error: no such module 'MobileCoreServices'
10 | #endif
11 | #if canImport(UniformTypeIdentifiers)
[64/164] Compiling ZSGF_Client TapPayInfo.swift
/host/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] = [:]
/host/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
/host/spi-builder-workspace/ZSGF.Client/Classes/OpenAPIs/URLSessionImplementations.swift:9:8: error: no such module 'MobileCoreServices'
7 | import Foundation
8 | #if !os(macOS)
9 | import MobileCoreServices
| `- error: no such module 'MobileCoreServices'
10 | #endif
11 | #if canImport(UniformTypeIdentifiers)
[65/164] Compiling ZSGF_Client TokenModel.swift
/host/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] = [:]
/host/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
/host/spi-builder-workspace/ZSGF.Client/Classes/OpenAPIs/URLSessionImplementations.swift:9:8: error: no such module 'MobileCoreServices'
7 | import Foundation
8 | #if !os(macOS)
9 | import MobileCoreServices
| `- error: no such module 'MobileCoreServices'
10 | #endif
11 | #if canImport(UniformTypeIdentifiers)
[66/164] Compiling ZSGF_Client TokenModelApiResponse.swift
/host/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] = [:]
/host/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
/host/spi-builder-workspace/ZSGF.Client/Classes/OpenAPIs/URLSessionImplementations.swift:9:8: error: no such module 'MobileCoreServices'
7 | import Foundation
8 | #if !os(macOS)
9 | import MobileCoreServices
| `- error: no such module 'MobileCoreServices'
10 | #endif
11 | #if canImport(UniformTypeIdentifiers)
[67/164] Compiling ZSGF_Client TradeFundBill.swift
/host/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] = [:]
/host/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
/host/spi-builder-workspace/ZSGF.Client/Classes/OpenAPIs/URLSessionImplementations.swift:9:8: error: no such module 'MobileCoreServices'
7 | import Foundation
8 | #if !os(macOS)
9 | import MobileCoreServices
| `- error: no such module 'MobileCoreServices'
10 | #endif
11 | #if canImport(UniformTypeIdentifiers)
[68/164] Compiling ZSGF_Client TradeSettleDetail.swift
/host/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] = [:]
/host/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
/host/spi-builder-workspace/ZSGF.Client/Classes/OpenAPIs/URLSessionImplementations.swift:9:8: error: no such module 'MobileCoreServices'
7 | import Foundation
8 | #if !os(macOS)
9 | import MobileCoreServices
| `- error: no such module 'MobileCoreServices'
10 | #endif
11 | #if canImport(UniformTypeIdentifiers)
[69/164] Compiling ZSGF_Client TradeSettleInfo.swift
/host/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] = [:]
/host/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
/host/spi-builder-workspace/ZSGF.Client/Classes/OpenAPIs/URLSessionImplementations.swift:9:8: error: no such module 'MobileCoreServices'
7 | import Foundation
8 | #if !os(macOS)
9 | import MobileCoreServices
| `- error: no such module 'MobileCoreServices'
10 | #endif
11 | #if canImport(UniformTypeIdentifiers)
[70/164] Compiling ZSGF_Client UnionIDSignInRequest.swift
/host/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] = [:]
/host/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
/host/spi-builder-workspace/ZSGF.Client/Classes/OpenAPIs/URLSessionImplementations.swift:9:8: error: no such module 'MobileCoreServices'
7 | import Foundation
8 | #if !os(macOS)
9 | import MobileCoreServices
| `- error: no such module 'MobileCoreServices'
10 | #endif
11 | #if canImport(UniformTypeIdentifiers)
[71/164] Compiling ZSGF_Client UnionIDSignUpRequest.swift
/host/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] = [:]
/host/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
/host/spi-builder-workspace/ZSGF.Client/Classes/OpenAPIs/URLSessionImplementations.swift:9:8: error: no such module 'MobileCoreServices'
7 | import Foundation
8 | #if !os(macOS)
9 | import MobileCoreServices
| `- error: no such module 'MobileCoreServices'
10 | #endif
11 | #if canImport(UniformTypeIdentifiers)
[72/164] Compiling ZSGF_Client UpdateProfileRequest.swift
/host/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] = [:]
/host/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
/host/spi-builder-workspace/ZSGF.Client/Classes/OpenAPIs/URLSessionImplementations.swift:9:8: error: no such module 'MobileCoreServices'
7 | import Foundation
8 | #if !os(macOS)
9 | import MobileCoreServices
| `- error: no such module 'MobileCoreServices'
10 | #endif
11 | #if canImport(UniformTypeIdentifiers)
[73/164] Compiling ZSGF_Client User.swift
/host/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] = [:]
/host/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
/host/spi-builder-workspace/ZSGF.Client/Classes/OpenAPIs/URLSessionImplementations.swift:9:8: error: no such module 'MobileCoreServices'
7 | import Foundation
8 | #if !os(macOS)
9 | import MobileCoreServices
| `- error: no such module 'MobileCoreServices'
10 | #endif
11 | #if canImport(UniformTypeIdentifiers)
[74/164] Compiling ZSGF_Client UserAccessToken.swift
/host/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] = [:]
/host/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
/host/spi-builder-workspace/ZSGF.Client/Classes/OpenAPIs/URLSessionImplementations.swift:9:8: error: no such module 'MobileCoreServices'
7 | import Foundation
8 | #if !os(macOS)
9 | import MobileCoreServices
| `- error: no such module 'MobileCoreServices'
10 | #endif
11 | #if canImport(UniformTypeIdentifiers)
[75/164] Compiling ZSGF_Client UserCommonInterestsResult.swift
/host/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] = [:]
/host/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
/host/spi-builder-workspace/ZSGF.Client/Classes/OpenAPIs/URLSessionImplementations.swift:9:8: error: no such module 'MobileCoreServices'
7 | import Foundation
8 | #if !os(macOS)
9 | import MobileCoreServices
| `- error: no such module 'MobileCoreServices'
10 | #endif
11 | #if canImport(UniformTypeIdentifiers)
[76/164] Compiling ZSGF_Client UserCommonInterestsResultApiResponse.swift
/host/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] = [:]
/host/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
/host/spi-builder-workspace/ZSGF.Client/Classes/OpenAPIs/URLSessionImplementations.swift:9:8: error: no such module 'MobileCoreServices'
7 | import Foundation
8 | #if !os(macOS)
9 | import MobileCoreServices
| `- error: no such module 'MobileCoreServices'
10 | #endif
11 | #if canImport(UniformTypeIdentifiers)
[77/164] Compiling ZSGF_Client UserCurrency.swift
/host/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] = [:]
/host/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
/host/spi-builder-workspace/ZSGF.Client/Classes/OpenAPIs/URLSessionImplementations.swift:9:8: error: no such module 'MobileCoreServices'
7 | import Foundation
8 | #if !os(macOS)
9 | import MobileCoreServices
| `- error: no such module 'MobileCoreServices'
10 | #endif
11 | #if canImport(UniformTypeIdentifiers)
[78/164] Compiling ZSGF_Client UserCurrencyCurrencyTransResult.swift
/host/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] = [:]
/host/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
/host/spi-builder-workspace/ZSGF.Client/Classes/OpenAPIs/URLSessionImplementations.swift:9:8: error: no such module 'MobileCoreServices'
7 | import Foundation
8 | #if !os(macOS)
9 | import MobileCoreServices
| `- error: no such module 'MobileCoreServices'
10 | #endif
11 | #if canImport(UniformTypeIdentifiers)
[79/164] Compiling ZSGF_Client UserCurrencyCurrencyTransResultApiResponse.swift
/host/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] = [:]
/host/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
/host/spi-builder-workspace/ZSGF.Client/Classes/OpenAPIs/URLSessionImplementations.swift:9:8: error: no such module 'MobileCoreServices'
7 | import Foundation
8 | #if !os(macOS)
9 | import MobileCoreServices
| `- error: no such module 'MobileCoreServices'
10 | #endif
11 | #if canImport(UniformTypeIdentifiers)
[80/164] Compiling ZSGF_Client UserCurrencyListApiResponse.swift
/host/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] = [:]
/host/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
/host/spi-builder-workspace/ZSGF.Client/Classes/OpenAPIs/URLSessionImplementations.swift:9:8: error: no such module 'MobileCoreServices'
7 | import Foundation
8 | #if !os(macOS)
9 | import MobileCoreServices
| `- error: no such module 'MobileCoreServices'
10 | #endif
11 | #if canImport(UniformTypeIdentifiers)
[81/164] Compiling ZSGF_Client UserFollowersResult.swift
/host/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] = [:]
/host/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
/host/spi-builder-workspace/ZSGF.Client/Classes/OpenAPIs/URLSessionImplementations.swift:9:8: error: no such module 'MobileCoreServices'
7 | import Foundation
8 | #if !os(macOS)
9 | import MobileCoreServices
| `- error: no such module 'MobileCoreServices'
10 | #endif
11 | #if canImport(UniformTypeIdentifiers)
[82/164] Compiling ZSGF_Client UserFollowersResultApiResponse.swift
/host/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] = [:]
/host/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
/host/spi-builder-workspace/ZSGF.Client/Classes/OpenAPIs/URLSessionImplementations.swift:9:8: error: no such module 'MobileCoreServices'
7 | import Foundation
8 | #if !os(macOS)
9 | import MobileCoreServices
| `- error: no such module 'MobileCoreServices'
10 | #endif
11 | #if canImport(UniformTypeIdentifiers)
[83/164] Compiling ZSGF_Client UserFriendsNearByResult.swift
/host/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] = [:]
/host/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
/host/spi-builder-workspace/ZSGF.Client/Classes/OpenAPIs/URLSessionImplementations.swift:9:8: error: no such module 'MobileCoreServices'
7 | import Foundation
8 | #if !os(macOS)
9 | import MobileCoreServices
| `- error: no such module 'MobileCoreServices'
10 | #endif
11 | #if canImport(UniformTypeIdentifiers)
[84/164] Compiling ZSGF_Client UserFriendsNearByResultApiResponse.swift
/host/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] = [:]
/host/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
/host/spi-builder-workspace/ZSGF.Client/Classes/OpenAPIs/URLSessionImplementations.swift:9:8: error: no such module 'MobileCoreServices'
7 | import Foundation
8 | #if !os(macOS)
9 | import MobileCoreServices
| `- error: no such module 'MobileCoreServices'
10 | #endif
11 | #if canImport(UniformTypeIdentifiers)
[85/164] Compiling ZSGF_Client UserLocationPostResult.swift
/host/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] = [:]
/host/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
/host/spi-builder-workspace/ZSGF.Client/Classes/OpenAPIs/URLSessionImplementations.swift:9:8: error: no such module 'MobileCoreServices'
7 | import Foundation
8 | #if !os(macOS)
9 | import MobileCoreServices
| `- error: no such module 'MobileCoreServices'
10 | #endif
11 | #if canImport(UniformTypeIdentifiers)
[86/164] Compiling ZSGF_Client UserLocationPostResultApiResponse.swift
/host/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] = [:]
/host/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
/host/spi-builder-workspace/ZSGF.Client/Classes/OpenAPIs/URLSessionImplementations.swift:9:8: error: no such module 'MobileCoreServices'
7 | import Foundation
8 | #if !os(macOS)
9 | import MobileCoreServices
| `- error: no such module 'MobileCoreServices'
10 | #endif
11 | #if canImport(UniformTypeIdentifiers)
[87/164] Compiling ZSGF_Client ExternalAccountPutRequest.swift
/host/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] = [:]
/host/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
/host/spi-builder-workspace/ZSGF.Client/Classes/OpenAPIs/URLSessionImplementations.swift:9:8: error: no such module 'MobileCoreServices'
7 | import Foundation
8 | #if !os(macOS)
9 | import MobileCoreServices
| `- error: no such module 'MobileCoreServices'
10 | #endif
11 | #if canImport(UniformTypeIdentifiers)
[88/164] Compiling ZSGF_Client ExternalAccountSignInRequest.swift
/host/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] = [:]
/host/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
/host/spi-builder-workspace/ZSGF.Client/Classes/OpenAPIs/URLSessionImplementations.swift:9:8: error: no such module 'MobileCoreServices'
7 | import Foundation
8 | #if !os(macOS)
9 | import MobileCoreServices
| `- error: no such module 'MobileCoreServices'
10 | #endif
11 | #if canImport(UniformTypeIdentifiers)
[89/164] Compiling ZSGF_Client FileItem.swift
/host/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] = [:]
/host/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
/host/spi-builder-workspace/ZSGF.Client/Classes/OpenAPIs/URLSessionImplementations.swift:9:8: error: no such module 'MobileCoreServices'
7 | import Foundation
8 | #if !os(macOS)
9 | import MobileCoreServices
| `- error: no such module 'MobileCoreServices'
10 | #endif
11 | #if canImport(UniformTypeIdentifiers)
[90/164] Compiling ZSGF_Client FileListResult.swift
/host/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] = [:]
/host/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
/host/spi-builder-workspace/ZSGF.Client/Classes/OpenAPIs/URLSessionImplementations.swift:9:8: error: no such module 'MobileCoreServices'
7 | import Foundation
8 | #if !os(macOS)
9 | import MobileCoreServices
| `- error: no such module 'MobileCoreServices'
10 | #endif
11 | #if canImport(UniformTypeIdentifiers)
[91/164] Compiling ZSGF_Client FileListResultApiResponse.swift
/host/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] = [:]
/host/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
/host/spi-builder-workspace/ZSGF.Client/Classes/OpenAPIs/URLSessionImplementations.swift:9:8: error: no such module 'MobileCoreServices'
7 | import Foundation
8 | #if !os(macOS)
9 | import MobileCoreServices
| `- error: no such module 'MobileCoreServices'
10 | #endif
11 | #if canImport(UniformTypeIdentifiers)
[92/164] Compiling ZSGF_Client FollowerModel.swift
/host/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] = [:]
/host/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
/host/spi-builder-workspace/ZSGF.Client/Classes/OpenAPIs/URLSessionImplementations.swift:9:8: error: no such module 'MobileCoreServices'
7 | import Foundation
8 | #if !os(macOS)
9 | import MobileCoreServices
| `- error: no such module 'MobileCoreServices'
10 | #endif
11 | #if canImport(UniformTypeIdentifiers)
[93/164] Compiling ZSGF_Client FollowerPutModel.swift
/host/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] = [:]
/host/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
/host/spi-builder-workspace/ZSGF.Client/Classes/OpenAPIs/URLSessionImplementations.swift:9:8: error: no such module 'MobileCoreServices'
7 | import Foundation
8 | #if !os(macOS)
9 | import MobileCoreServices
| `- error: no such module 'MobileCoreServices'
10 | #endif
11 | #if canImport(UniformTypeIdentifiers)
[94/164] Compiling ZSGF_Client FulfillmentDetail.swift
/host/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] = [:]
/host/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
/host/spi-builder-workspace/ZSGF.Client/Classes/OpenAPIs/URLSessionImplementations.swift:9:8: error: no such module 'MobileCoreServices'
7 | import Foundation
8 | #if !os(macOS)
9 | import MobileCoreServices
| `- error: no such module 'MobileCoreServices'
10 | #endif
11 | #if canImport(UniformTypeIdentifiers)
[95/164] Compiling ZSGF_Client GeoLocation.swift
/host/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] = [:]
/host/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
/host/spi-builder-workspace/ZSGF.Client/Classes/OpenAPIs/URLSessionImplementations.swift:9:8: error: no such module 'MobileCoreServices'
7 | import Foundation
8 | #if !os(macOS)
9 | import MobileCoreServices
| `- error: no such module 'MobileCoreServices'
10 | #endif
11 | #if canImport(UniformTypeIdentifiers)
[96/164] Compiling ZSGF_Client GeoLocationModel.swift
/host/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] = [:]
/host/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
/host/spi-builder-workspace/ZSGF.Client/Classes/OpenAPIs/URLSessionImplementations.swift:9:8: error: no such module 'MobileCoreServices'
7 | import Foundation
8 | #if !os(macOS)
9 | import MobileCoreServices
| `- error: no such module 'MobileCoreServices'
10 | #endif
11 | #if canImport(UniformTypeIdentifiers)
[97/164] Compiling ZSGF_Client GeoLocationModelApiResponse.swift
/host/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] = [:]
/host/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
/host/spi-builder-workspace/ZSGF.Client/Classes/OpenAPIs/URLSessionImplementations.swift:9:8: error: no such module 'MobileCoreServices'
7 | import Foundation
8 | #if !os(macOS)
9 | import MobileCoreServices
| `- error: no such module 'MobileCoreServices'
10 | #endif
11 | #if canImport(UniformTypeIdentifiers)
[98/164] Compiling ZSGF_Client GeoLocationResponseModel.swift
/host/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] = [:]
/host/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
/host/spi-builder-workspace/ZSGF.Client/Classes/OpenAPIs/URLSessionImplementations.swift:9:8: error: no such module 'MobileCoreServices'
7 | import Foundation
8 | #if !os(macOS)
9 | import MobileCoreServices
| `- error: no such module 'MobileCoreServices'
10 | #endif
11 | #if canImport(UniformTypeIdentifiers)
[99/164] Compiling ZSGF_Client GetUserProfileResult.swift
/host/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] = [:]
/host/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
/host/spi-builder-workspace/ZSGF.Client/Classes/OpenAPIs/URLSessionImplementations.swift:9:8: error: no such module 'MobileCoreServices'
7 | import Foundation
8 | #if !os(macOS)
9 | import MobileCoreServices
| `- error: no such module 'MobileCoreServices'
10 | #endif
11 | #if canImport(UniformTypeIdentifiers)
[100/164] Compiling ZSGF_Client GetUserProfileResultApiResponse.swift
/host/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] = [:]
/host/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
/host/spi-builder-workspace/ZSGF.Client/Classes/OpenAPIs/URLSessionImplementations.swift:9:8: error: no such module 'MobileCoreServices'
7 | import Foundation
8 | #if !os(macOS)
9 | import MobileCoreServices
| `- error: no such module 'MobileCoreServices'
10 | #endif
11 | #if canImport(UniformTypeIdentifiers)
[101/164] Compiling ZSGF_Client GoodsDetail.swift
/host/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] = [:]
/host/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
/host/spi-builder-workspace/ZSGF.Client/Classes/OpenAPIs/URLSessionImplementations.swift:9:8: error: no such module 'MobileCoreServices'
7 | import Foundation
8 | #if !os(macOS)
9 | import MobileCoreServices
| `- error: no such module 'MobileCoreServices'
10 | #endif
11 | #if canImport(UniformTypeIdentifiers)
[102/164] Compiling ZSGF_Client GrantRequest.swift
/host/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] = [:]
/host/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
/host/spi-builder-workspace/ZSGF.Client/Classes/OpenAPIs/URLSessionImplementations.swift:9:8: error: no such module 'MobileCoreServices'
7 | import Foundation
8 | #if !os(macOS)
9 | import MobileCoreServices
| `- error: no such module 'MobileCoreServices'
10 | #endif
11 | #if canImport(UniformTypeIdentifiers)
[103/164] Compiling ZSGF_Client GrantResult.swift
/host/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] = [:]
/host/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
/host/spi-builder-workspace/ZSGF.Client/Classes/OpenAPIs/URLSessionImplementations.swift:9:8: error: no such module 'MobileCoreServices'
7 | import Foundation
8 | #if !os(macOS)
9 | import MobileCoreServices
| `- error: no such module 'MobileCoreServices'
10 | #endif
11 | #if canImport(UniformTypeIdentifiers)
[104/164] Compiling ZSGF_Client GrantResultApiResponse.swift
/host/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] = [:]
/host/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
/host/spi-builder-workspace/ZSGF.Client/Classes/OpenAPIs/URLSessionImplementations.swift:9:8: error: no such module 'MobileCoreServices'
7 | import Foundation
8 | #if !os(macOS)
9 | import MobileCoreServices
| `- error: no such module 'MobileCoreServices'
10 | #endif
11 | #if canImport(UniformTypeIdentifiers)
[105/164] Compiling ZSGF_Client HbFqPayInfo.swift
/host/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] = [:]
/host/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
/host/spi-builder-workspace/ZSGF.Client/Classes/OpenAPIs/URLSessionImplementations.swift:9:8: error: no such module 'MobileCoreServices'
7 | import Foundation
8 | #if !os(macOS)
9 | import MobileCoreServices
| `- error: no such module 'MobileCoreServices'
10 | #endif
11 | #if canImport(UniformTypeIdentifiers)
[106/164] Compiling ZSGF_Client AppUserResetPhoneRequest.swift
/host/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] = [:]
/host/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
/host/spi-builder-workspace/ZSGF.Client/Classes/OpenAPIs/URLSessionImplementations.swift:9:8: error: no such module 'MobileCoreServices'
7 | import Foundation
8 | #if !os(macOS)
9 | import MobileCoreServices
| `- error: no such module 'MobileCoreServices'
10 | #endif
11 | #if canImport(UniformTypeIdentifiers)
[107/164] Compiling ZSGF_Client AppUserResetPwdRequest.swift
/host/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] = [:]
/host/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
/host/spi-builder-workspace/ZSGF.Client/Classes/OpenAPIs/URLSessionImplementations.swift:9:8: error: no such module 'MobileCoreServices'
7 | import Foundation
8 | #if !os(macOS)
9 | import MobileCoreServices
| `- error: no such module 'MobileCoreServices'
10 | #endif
11 | #if canImport(UniformTypeIdentifiers)
[108/164] Compiling ZSGF_Client AuthorizeResult.swift
/host/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] = [:]
/host/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
/host/spi-builder-workspace/ZSGF.Client/Classes/OpenAPIs/URLSessionImplementations.swift:9:8: error: no such module 'MobileCoreServices'
7 | import Foundation
8 | #if !os(macOS)
9 | import MobileCoreServices
| `- error: no such module 'MobileCoreServices'
10 | #endif
11 | #if canImport(UniformTypeIdentifiers)
[109/164] Compiling ZSGF_Client AuthorizeResultApiResponse.swift
/host/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] = [:]
/host/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
/host/spi-builder-workspace/ZSGF.Client/Classes/OpenAPIs/URLSessionImplementations.swift:9:8: error: no such module 'MobileCoreServices'
7 | import Foundation
8 | #if !os(macOS)
9 | import MobileCoreServices
| `- error: no such module 'MobileCoreServices'
10 | #endif
11 | #if canImport(UniformTypeIdentifiers)
[110/164] Compiling ZSGF_Client BkAgentRespInfo.swift
/host/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] = [:]
/host/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
/host/spi-builder-workspace/ZSGF.Client/Classes/OpenAPIs/URLSessionImplementations.swift:9:8: error: no such module 'MobileCoreServices'
7 | import Foundation
8 | #if !os(macOS)
9 | import MobileCoreServices
| `- error: no such module 'MobileCoreServices'
10 | #endif
11 | #if canImport(UniformTypeIdentifiers)
[111/164] Compiling ZSGF_Client BooleanApiResponse.swift
/host/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] = [:]
/host/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
/host/spi-builder-workspace/ZSGF.Client/Classes/OpenAPIs/URLSessionImplementations.swift:9:8: error: no such module 'MobileCoreServices'
7 | import Foundation
8 | #if !os(macOS)
9 | import MobileCoreServices
| `- error: no such module 'MobileCoreServices'
10 | #endif
11 | #if canImport(UniformTypeIdentifiers)
[112/164] Compiling ZSGF_Client ChargeInfo.swift
/host/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] = [:]
/host/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
/host/spi-builder-workspace/ZSGF.Client/Classes/OpenAPIs/URLSessionImplementations.swift:9:8: error: no such module 'MobileCoreServices'
7 | import Foundation
8 | #if !os(macOS)
9 | import MobileCoreServices
| `- error: no such module 'MobileCoreServices'
10 | #endif
11 | #if canImport(UniformTypeIdentifiers)
[113/164] Compiling ZSGF_Client CommonFriendModel.swift
/host/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] = [:]
/host/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
/host/spi-builder-workspace/ZSGF.Client/Classes/OpenAPIs/URLSessionImplementations.swift:9:8: error: no such module 'MobileCoreServices'
7 | import Foundation
8 | #if !os(macOS)
9 | import MobileCoreServices
| `- error: no such module 'MobileCoreServices'
10 | #endif
11 | #if canImport(UniformTypeIdentifiers)
[114/164] Compiling ZSGF_Client ContributeDetail.swift
/host/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] = [:]
/host/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
/host/spi-builder-workspace/ZSGF.Client/Classes/OpenAPIs/URLSessionImplementations.swift:9:8: error: no such module 'MobileCoreServices'
7 | import Foundation
8 | #if !os(macOS)
9 | import MobileCoreServices
| `- error: no such module 'MobileCoreServices'
10 | #endif
11 | #if canImport(UniformTypeIdentifiers)
[115/164] Compiling ZSGF_Client CreateOrderRequest.swift
/host/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] = [:]
/host/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
/host/spi-builder-workspace/ZSGF.Client/Classes/OpenAPIs/URLSessionImplementations.swift:9:8: error: no such module 'MobileCoreServices'
7 | import Foundation
8 | #if !os(macOS)
9 | import MobileCoreServices
| `- error: no such module 'MobileCoreServices'
10 | #endif
11 | #if canImport(UniformTypeIdentifiers)
[116/164] Compiling ZSGF_Client CreateOrderResult.swift
/host/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] = [:]
/host/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
/host/spi-builder-workspace/ZSGF.Client/Classes/OpenAPIs/URLSessionImplementations.swift:9:8: error: no such module 'MobileCoreServices'
7 | import Foundation
8 | #if !os(macOS)
9 | import MobileCoreServices
| `- error: no such module 'MobileCoreServices'
10 | #endif
11 | #if canImport(UniformTypeIdentifiers)
[117/164] Compiling ZSGF_Client CreateOrderResultApiResponse.swift
/host/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] = [:]
/host/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
/host/spi-builder-workspace/ZSGF.Client/Classes/OpenAPIs/URLSessionImplementations.swift:9:8: error: no such module 'MobileCoreServices'
7 | import Foundation
8 | #if !os(macOS)
9 | import MobileCoreServices
| `- error: no such module 'MobileCoreServices'
10 | #endif
11 | #if canImport(UniformTypeIdentifiers)
[118/164] Compiling ZSGF_Client CurrencyConsumeRequest.swift
/host/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] = [:]
/host/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
/host/spi-builder-workspace/ZSGF.Client/Classes/OpenAPIs/URLSessionImplementations.swift:9:8: error: no such module 'MobileCoreServices'
7 | import Foundation
8 | #if !os(macOS)
9 | import MobileCoreServices
| `- error: no such module 'MobileCoreServices'
10 | #endif
11 | #if canImport(UniformTypeIdentifiers)
[119/164] Compiling ZSGF_Client CurrencyTransaction.swift
/host/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] = [:]
/host/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
/host/spi-builder-workspace/ZSGF.Client/Classes/OpenAPIs/URLSessionImplementations.swift:9:8: error: no such module 'MobileCoreServices'
7 | import Foundation
8 | #if !os(macOS)
9 | import MobileCoreServices
| `- error: no such module 'MobileCoreServices'
10 | #endif
11 | #if canImport(UniformTypeIdentifiers)
[120/164] Compiling ZSGF_Client DirectoryItem.swift
/host/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] = [:]
/host/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
/host/spi-builder-workspace/ZSGF.Client/Classes/OpenAPIs/URLSessionImplementations.swift:9:8: error: no such module 'MobileCoreServices'
7 | import Foundation
8 | #if !os(macOS)
9 | import MobileCoreServices
| `- error: no such module 'MobileCoreServices'
10 | #endif
11 | #if canImport(UniformTypeIdentifiers)
[121/164] Compiling ZSGF_Client EmailSignInRequest.swift
/host/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] = [:]
/host/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
/host/spi-builder-workspace/ZSGF.Client/Classes/OpenAPIs/URLSessionImplementations.swift:9:8: error: no such module 'MobileCoreServices'
7 | import Foundation
8 | #if !os(macOS)
9 | import MobileCoreServices
| `- error: no such module 'MobileCoreServices'
10 | #endif
11 | #if canImport(UniformTypeIdentifiers)
[122/164] Compiling ZSGF_Client EmailSignUpRequest.swift
/host/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] = [:]
/host/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
/host/spi-builder-workspace/ZSGF.Client/Classes/OpenAPIs/URLSessionImplementations.swift:9:8: error: no such module 'MobileCoreServices'
7 | import Foundation
8 | #if !os(macOS)
9 | import MobileCoreServices
| `- error: no such module 'MobileCoreServices'
10 | #endif
11 | #if canImport(UniformTypeIdentifiers)
[123/164] Compiling ZSGF_Client EnterprisePayInfo.swift
/host/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] = [:]
/host/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
/host/spi-builder-workspace/ZSGF.Client/Classes/OpenAPIs/URLSessionImplementations.swift:9:8: error: no such module 'MobileCoreServices'
7 | import Foundation
8 | #if !os(macOS)
9 | import MobileCoreServices
| `- error: no such module 'MobileCoreServices'
10 | #endif
11 | #if canImport(UniformTypeIdentifiers)
[124/164] Compiling ZSGF_Client ExchangeCurrencyRequest.swift
/host/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] = [:]
/host/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
/host/spi-builder-workspace/ZSGF.Client/Classes/OpenAPIs/URLSessionImplementations.swift:9:8: error: no such module 'MobileCoreServices'
7 | import Foundation
8 | #if !os(macOS)
9 | import MobileCoreServices
| `- error: no such module 'MobileCoreServices'
10 | #endif
11 | #if canImport(UniformTypeIdentifiers)
[125/164] Compiling ZSGF_Client ExternalAccountBindRequest.swift
/host/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] = [:]
/host/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
/host/spi-builder-workspace/ZSGF.Client/Classes/OpenAPIs/URLSessionImplementations.swift:9:8: error: no such module 'MobileCoreServices'
7 | import Foundation
8 | #if !os(macOS)
9 | import MobileCoreServices
| `- error: no such module 'MobileCoreServices'
10 | #endif
11 | #if canImport(UniformTypeIdentifiers)
[126/164] Compiling ZSGF_Client APIHelper.swift
/host/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] = [:]
/host/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
/host/spi-builder-workspace/ZSGF.Client/Classes/OpenAPIs/URLSessionImplementations.swift:9:8: error: no such module 'MobileCoreServices'
7 | import Foundation
8 | #if !os(macOS)
9 | import MobileCoreServices
| `- error: no such module 'MobileCoreServices'
10 | #endif
11 | #if canImport(UniformTypeIdentifiers)
[127/164] Compiling ZSGF_Client APIs.swift
/host/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] = [:]
/host/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
/host/spi-builder-workspace/ZSGF.Client/Classes/OpenAPIs/URLSessionImplementations.swift:9:8: error: no such module 'MobileCoreServices'
7 | import Foundation
8 | #if !os(macOS)
9 | import MobileCoreServices
| `- error: no such module 'MobileCoreServices'
10 | #endif
11 | #if canImport(UniformTypeIdentifiers)
[128/164] Compiling ZSGF_Client AccessTokenAPI.swift
/host/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] = [:]
/host/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
/host/spi-builder-workspace/ZSGF.Client/Classes/OpenAPIs/URLSessionImplementations.swift:9:8: error: no such module 'MobileCoreServices'
7 | import Foundation
8 | #if !os(macOS)
9 | import MobileCoreServices
| `- error: no such module 'MobileCoreServices'
10 | #endif
11 | #if canImport(UniformTypeIdentifiers)
[129/164] Compiling ZSGF_Client AlipayAPI.swift
/host/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] = [:]
/host/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
/host/spi-builder-workspace/ZSGF.Client/Classes/OpenAPIs/URLSessionImplementations.swift:9:8: error: no such module 'MobileCoreServices'
7 | import Foundation
8 | #if !os(macOS)
9 | import MobileCoreServices
| `- error: no such module 'MobileCoreServices'
10 | #endif
11 | #if canImport(UniformTypeIdentifiers)
[130/164] Compiling ZSGF_Client AppAPI.swift
/host/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] = [:]
/host/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
/host/spi-builder-workspace/ZSGF.Client/Classes/OpenAPIs/URLSessionImplementations.swift:9:8: error: no such module 'MobileCoreServices'
7 | import Foundation
8 | #if !os(macOS)
9 | import MobileCoreServices
| `- error: no such module 'MobileCoreServices'
10 | #endif
11 | #if canImport(UniformTypeIdentifiers)
[131/164] Compiling ZSGF_Client DingTalkAPI.swift
/host/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] = [:]
/host/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
/host/spi-builder-workspace/ZSGF.Client/Classes/OpenAPIs/URLSessionImplementations.swift:9:8: error: no such module 'MobileCoreServices'
7 | import Foundation
8 | #if !os(macOS)
9 | import MobileCoreServices
| `- error: no such module 'MobileCoreServices'
10 | #endif
11 | #if canImport(UniformTypeIdentifiers)
[132/164] Compiling ZSGF_Client ExternalAccountAPI.swift
/host/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] = [:]
/host/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
/host/spi-builder-workspace/ZSGF.Client/Classes/OpenAPIs/URLSessionImplementations.swift:9:8: error: no such module 'MobileCoreServices'
7 | import Foundation
8 | #if !os(macOS)
9 | import MobileCoreServices
| `- error: no such module 'MobileCoreServices'
10 | #endif
11 | #if canImport(UniformTypeIdentifiers)
[133/164] Compiling ZSGF_Client FileAPI.swift
/host/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] = [:]
/host/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
/host/spi-builder-workspace/ZSGF.Client/Classes/OpenAPIs/URLSessionImplementations.swift:9:8: error: no such module 'MobileCoreServices'
7 | import Foundation
8 | #if !os(macOS)
9 | import MobileCoreServices
| `- error: no such module 'MobileCoreServices'
10 | #endif
11 | #if canImport(UniformTypeIdentifiers)
[134/164] Compiling ZSGF_Client OAuthAPI.swift
/host/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] = [:]
/host/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
/host/spi-builder-workspace/ZSGF.Client/Classes/OpenAPIs/URLSessionImplementations.swift:9:8: error: no such module 'MobileCoreServices'
7 | import Foundation
8 | #if !os(macOS)
9 | import MobileCoreServices
| `- error: no such module 'MobileCoreServices'
10 | #endif
11 | #if canImport(UniformTypeIdentifiers)
[135/164] Compiling ZSGF_Client OrderAPI.swift
/host/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] = [:]
/host/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
/host/spi-builder-workspace/ZSGF.Client/Classes/OpenAPIs/URLSessionImplementations.swift:9:8: error: no such module 'MobileCoreServices'
7 | import Foundation
8 | #if !os(macOS)
9 | import MobileCoreServices
| `- error: no such module 'MobileCoreServices'
10 | #endif
11 | #if canImport(UniformTypeIdentifiers)
[136/164] Compiling ZSGF_Client StorageAPI.swift
/host/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] = [:]
/host/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
/host/spi-builder-workspace/ZSGF.Client/Classes/OpenAPIs/URLSessionImplementations.swift:9:8: error: no such module 'MobileCoreServices'
7 | import Foundation
8 | #if !os(macOS)
9 | import MobileCoreServices
| `- error: no such module 'MobileCoreServices'
10 | #endif
11 | #if canImport(UniformTypeIdentifiers)
[137/164] Compiling ZSGF_Client UserAPI.swift
/host/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] = [:]
/host/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
/host/spi-builder-workspace/ZSGF.Client/Classes/OpenAPIs/URLSessionImplementations.swift:9:8: error: no such module 'MobileCoreServices'
7 | import Foundation
8 | #if !os(macOS)
9 | import MobileCoreServices
| `- error: no such module 'MobileCoreServices'
10 | #endif
11 | #if canImport(UniformTypeIdentifiers)
[138/164] Compiling ZSGF_Client UserCurrencyAPI.swift
/host/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] = [:]
/host/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
/host/spi-builder-workspace/ZSGF.Client/Classes/OpenAPIs/URLSessionImplementations.swift:9:8: error: no such module 'MobileCoreServices'
7 | import Foundation
8 | #if !os(macOS)
9 | import MobileCoreServices
| `- error: no such module 'MobileCoreServices'
10 | #endif
11 | #if canImport(UniformTypeIdentifiers)
[139/164] Compiling ZSGF_Client UserFriendsAPI.swift
/host/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] = [:]
/host/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
/host/spi-builder-workspace/ZSGF.Client/Classes/OpenAPIs/URLSessionImplementations.swift:9:8: error: no such module 'MobileCoreServices'
7 | import Foundation
8 | #if !os(macOS)
9 | import MobileCoreServices
| `- error: no such module 'MobileCoreServices'
10 | #endif
11 | #if canImport(UniformTypeIdentifiers)
[140/164] Compiling ZSGF_Client UserLocationAPI.swift
/host/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] = [:]
/host/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
/host/spi-builder-workspace/ZSGF.Client/Classes/OpenAPIs/URLSessionImplementations.swift:9:8: error: no such module 'MobileCoreServices'
7 | import Foundation
8 | #if !os(macOS)
9 | import MobileCoreServices
| `- error: no such module 'MobileCoreServices'
10 | #endif
11 | #if canImport(UniformTypeIdentifiers)
[141/164] Compiling ZSGF_Client WechatAPI.swift
/host/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] = [:]
/host/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
/host/spi-builder-workspace/ZSGF.Client/Classes/OpenAPIs/URLSessionImplementations.swift:9:8: error: no such module 'MobileCoreServices'
7 | import Foundation
8 | #if !os(macOS)
9 | import MobileCoreServices
| `- error: no such module 'MobileCoreServices'
10 | #endif
11 | #if canImport(UniformTypeIdentifiers)
[142/164] Compiling ZSGF_Client CodableHelper.swift
/host/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] = [:]
/host/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
/host/spi-builder-workspace/ZSGF.Client/Classes/OpenAPIs/URLSessionImplementations.swift:9:8: error: no such module 'MobileCoreServices'
7 | import Foundation
8 | #if !os(macOS)
9 | import MobileCoreServices
| `- error: no such module 'MobileCoreServices'
10 | #endif
11 | #if canImport(UniformTypeIdentifiers)
[143/164] Compiling ZSGF_Client Configuration.swift
/host/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] = [:]
/host/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
/host/spi-builder-workspace/ZSGF.Client/Classes/OpenAPIs/URLSessionImplementations.swift:9:8: error: no such module 'MobileCoreServices'
7 | import Foundation
8 | #if !os(macOS)
9 | import MobileCoreServices
| `- error: no such module 'MobileCoreServices'
10 | #endif
11 | #if canImport(UniformTypeIdentifiers)
[144/164] Compiling ZSGF_Client Extensions.swift
/host/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] = [:]
/host/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
/host/spi-builder-workspace/ZSGF.Client/Classes/OpenAPIs/URLSessionImplementations.swift:9:8: error: no such module 'MobileCoreServices'
7 | import Foundation
8 | #if !os(macOS)
9 | import MobileCoreServices
| `- error: no such module 'MobileCoreServices'
10 | #endif
11 | #if canImport(UniformTypeIdentifiers)
[145/164] Compiling ZSGF_Client JSONDataEncoding.swift
/host/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] = [:]
/host/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
/host/spi-builder-workspace/ZSGF.Client/Classes/OpenAPIs/URLSessionImplementations.swift:9:8: error: no such module 'MobileCoreServices'
7 | import Foundation
8 | #if !os(macOS)
9 | import MobileCoreServices
| `- error: no such module 'MobileCoreServices'
10 | #endif
11 | #if canImport(UniformTypeIdentifiers)
[146/164] Compiling ZSGF_Client UserLocationsResult.swift
/host/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] = [:]
/host/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
/host/spi-builder-workspace/ZSGF.Client/Classes/OpenAPIs/URLSessionImplementations.swift:9:8: error: no such module 'MobileCoreServices'
7 | import Foundation
8 | #if !os(macOS)
9 | import MobileCoreServices
| `- error: no such module 'MobileCoreServices'
10 | #endif
11 | #if canImport(UniformTypeIdentifiers)
[147/164] Compiling ZSGF_Client UserLocationsResultApiResponse.swift
/host/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] = [:]
/host/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
/host/spi-builder-workspace/ZSGF.Client/Classes/OpenAPIs/URLSessionImplementations.swift:9:8: error: no such module 'MobileCoreServices'
7 | import Foundation
8 | #if !os(macOS)
9 | import MobileCoreServices
| `- error: no such module 'MobileCoreServices'
10 | #endif
11 | #if canImport(UniformTypeIdentifiers)
[148/164] Compiling ZSGF_Client UserLogins.swift
/host/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] = [:]
/host/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
/host/spi-builder-workspace/ZSGF.Client/Classes/OpenAPIs/URLSessionImplementations.swift:9:8: error: no such module 'MobileCoreServices'
7 | import Foundation
8 | #if !os(macOS)
9 | import MobileCoreServices
| `- error: no such module 'MobileCoreServices'
10 | #endif
11 | #if canImport(UniformTypeIdentifiers)
[149/164] Compiling ZSGF_Client UserLoginsListApiResponse.swift
/host/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] = [:]
/host/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
/host/spi-builder-workspace/ZSGF.Client/Classes/OpenAPIs/URLSessionImplementations.swift:9:8: error: no such module 'MobileCoreServices'
7 | import Foundation
8 | #if !os(macOS)
9 | import MobileCoreServices
| `- error: no such module 'MobileCoreServices'
10 | #endif
11 | #if canImport(UniformTypeIdentifiers)
[150/164] Compiling ZSGF_Client UserMutualFollowersResult.swift
/host/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] = [:]
/host/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
/host/spi-builder-workspace/ZSGF.Client/Classes/OpenAPIs/URLSessionImplementations.swift:9:8: error: no such module 'MobileCoreServices'
7 | import Foundation
8 | #if !os(macOS)
9 | import MobileCoreServices
| `- error: no such module 'MobileCoreServices'
10 | #endif
11 | #if canImport(UniformTypeIdentifiers)
[151/164] Compiling ZSGF_Client UserMutualFollowersResultApiResponse.swift
/host/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] = [:]
/host/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
/host/spi-builder-workspace/ZSGF.Client/Classes/OpenAPIs/URLSessionImplementations.swift:9:8: error: no such module 'MobileCoreServices'
7 | import Foundation
8 | #if !os(macOS)
9 | import MobileCoreServices
| `- error: no such module 'MobileCoreServices'
10 | #endif
11 | #if canImport(UniformTypeIdentifiers)
[152/164] Compiling ZSGF_Client UserMutualFollowingsResult.swift
/host/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] = [:]
/host/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
/host/spi-builder-workspace/ZSGF.Client/Classes/OpenAPIs/URLSessionImplementations.swift:9:8: error: no such module 'MobileCoreServices'
7 | import Foundation
8 | #if !os(macOS)
9 | import MobileCoreServices
| `- error: no such module 'MobileCoreServices'
10 | #endif
11 | #if canImport(UniformTypeIdentifiers)
[153/164] Compiling ZSGF_Client UserMutualFollowingsResultApiResponse.swift
/host/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] = [:]
/host/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
/host/spi-builder-workspace/ZSGF.Client/Classes/OpenAPIs/URLSessionImplementations.swift:9:8: error: no such module 'MobileCoreServices'
7 | import Foundation
8 | #if !os(macOS)
9 | import MobileCoreServices
| `- error: no such module 'MobileCoreServices'
10 | #endif
11 | #if canImport(UniformTypeIdentifiers)
[154/164] Compiling ZSGF_Client UserProfileResult.swift
/host/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] = [:]
/host/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
/host/spi-builder-workspace/ZSGF.Client/Classes/OpenAPIs/URLSessionImplementations.swift:9:8: error: no such module 'MobileCoreServices'
7 | import Foundation
8 | #if !os(macOS)
9 | import MobileCoreServices
| `- error: no such module 'MobileCoreServices'
10 | #endif
11 | #if canImport(UniformTypeIdentifiers)
[155/164] Compiling ZSGF_Client UserProfileResultApiResponse.swift
/host/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] = [:]
/host/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
/host/spi-builder-workspace/ZSGF.Client/Classes/OpenAPIs/URLSessionImplementations.swift:9:8: error: no such module 'MobileCoreServices'
7 | import Foundation
8 | #if !os(macOS)
9 | import MobileCoreServices
| `- error: no such module 'MobileCoreServices'
10 | #endif
11 | #if canImport(UniformTypeIdentifiers)
[156/164] Compiling ZSGF_Client UserQRCodeScanResult.swift
/host/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] = [:]
/host/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
/host/spi-builder-workspace/ZSGF.Client/Classes/OpenAPIs/URLSessionImplementations.swift:9:8: error: no such module 'MobileCoreServices'
7 | import Foundation
8 | #if !os(macOS)
9 | import MobileCoreServices
| `- error: no such module 'MobileCoreServices'
10 | #endif
11 | #if canImport(UniformTypeIdentifiers)
[157/164] Compiling ZSGF_Client UserQRCodeScanResultApiResponse.swift
/host/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] = [:]
/host/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
/host/spi-builder-workspace/ZSGF.Client/Classes/OpenAPIs/URLSessionImplementations.swift:9:8: error: no such module 'MobileCoreServices'
7 | import Foundation
8 | #if !os(macOS)
9 | import MobileCoreServices
| `- error: no such module 'MobileCoreServices'
10 | #endif
11 | #if canImport(UniformTypeIdentifiers)
[158/164] Compiling ZSGF_Client VoucherDetail.swift
/host/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] = [:]
/host/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
/host/spi-builder-workspace/ZSGF.Client/Classes/OpenAPIs/URLSessionImplementations.swift:9:8: error: no such module 'MobileCoreServices'
7 | import Foundation
8 | #if !os(macOS)
9 | import MobileCoreServices
| `- error: no such module 'MobileCoreServices'
10 | #endif
11 | #if canImport(UniformTypeIdentifiers)
[159/164] Compiling ZSGF_Client WechatJSConfigResult.swift
/host/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] = [:]
/host/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
/host/spi-builder-workspace/ZSGF.Client/Classes/OpenAPIs/URLSessionImplementations.swift:9:8: error: no such module 'MobileCoreServices'
7 | import Foundation
8 | #if !os(macOS)
9 | import MobileCoreServices
| `- error: no such module 'MobileCoreServices'
10 | #endif
11 | #if canImport(UniformTypeIdentifiers)
[160/164] Compiling ZSGF_Client WechatJSConfigResultApiResponse.swift
/host/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] = [:]
/host/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
/host/spi-builder-workspace/ZSGF.Client/Classes/OpenAPIs/URLSessionImplementations.swift:9:8: error: no such module 'MobileCoreServices'
7 | import Foundation
8 | #if !os(macOS)
9 | import MobileCoreServices
| `- error: no such module 'MobileCoreServices'
10 | #endif
11 | #if canImport(UniformTypeIdentifiers)
[161/164] Compiling ZSGF_Client OpenISO8601DateFormatter.swift
/host/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] = [:]
/host/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
/host/spi-builder-workspace/ZSGF.Client/Classes/OpenAPIs/URLSessionImplementations.swift:9:8: error: no such module 'MobileCoreServices'
7 | import Foundation
8 | #if !os(macOS)
9 | import MobileCoreServices
| `- error: no such module 'MobileCoreServices'
10 | #endif
11 | #if canImport(UniformTypeIdentifiers)
[162/164] Compiling ZSGF_Client SynchronizedDictionary.swift
/host/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] = [:]
/host/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
/host/spi-builder-workspace/ZSGF.Client/Classes/OpenAPIs/URLSessionImplementations.swift:9:8: error: no such module 'MobileCoreServices'
7 | import Foundation
8 | #if !os(macOS)
9 | import MobileCoreServices
| `- error: no such module 'MobileCoreServices'
10 | #endif
11 | #if canImport(UniformTypeIdentifiers)
[163/164] Compiling ZSGF_Client URLSessionImplementations.swift
/host/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] = [:]
/host/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
/host/spi-builder-workspace/ZSGF.Client/Classes/OpenAPIs/URLSessionImplementations.swift:9:8: error: no such module 'MobileCoreServices'
7 | import Foundation
8 | #if !os(macOS)
9 | import MobileCoreServices
| `- error: no such module 'MobileCoreServices'
10 | #endif
11 | #if canImport(UniformTypeIdentifiers)
[164/164] Compiling ZSGF_Client Validation.swift
/host/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] = [:]
/host/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
/host/spi-builder-workspace/ZSGF.Client/Classes/OpenAPIs/URLSessionImplementations.swift:9:8: error: no such module 'MobileCoreServices'
7 | import Foundation
8 | #if !os(macOS)
9 | import MobileCoreServices
| `- error: no such module 'MobileCoreServices'
10 | #endif
11 | #if canImport(UniformTypeIdentifiers)
BUILD FAILURE 6.2 android