Build Information
Failed to build ZSGF.Client, reference master (217c51), with Swift 6.1 for tvOS using Xcode 16.3 on 10 Nov 2025 13:36:08 UTC.
Build Command
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme ZSGF.Client -destination generic/platform=tvOSBuild Log
^
: Sendable
/Users/admin/builder/spi-builder-workspace/ZSGF.Client/Classes/OpenAPIs/Models/UpdateProfileRequest.swift:18:23: note: add '@MainActor' to make static property 'genderRule' part of global actor 'MainActor'
public static let genderRule = StringRule(minLength: nil, maxLength: 15, pattern: nil)
^
@MainActor
/Users/admin/builder/spi-builder-workspace/ZSGF.Client/Classes/OpenAPIs/Models/UpdateProfileRequest.swift:18:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let genderRule = StringRule(minLength: nil, maxLength: 15, pattern: nil)
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/ZSGF.Client/Classes/OpenAPIs/Models/UpdateProfileRequest.swift:19:23: warning: static property 'occupationRule' is not concurrency-safe because non-'Sendable' type 'StringRule' may have shared mutable state; this is an error in the Swift 6 language mode
public static let occupationRule = StringRule(minLength: nil, maxLength: 50, pattern: nil)
^
/Users/admin/builder/spi-builder-workspace/ZSGF.Client/Classes/OpenAPIs/Validation.swift:9:15: note: consider making struct 'StringRule' conform to the 'Sendable' protocol
public struct StringRule {
^
: Sendable
/Users/admin/builder/spi-builder-workspace/ZSGF.Client/Classes/OpenAPIs/Models/UpdateProfileRequest.swift:19:23: note: add '@MainActor' to make static property 'occupationRule' part of global actor 'MainActor'
public static let occupationRule = StringRule(minLength: nil, maxLength: 50, pattern: nil)
^
@MainActor
/Users/admin/builder/spi-builder-workspace/ZSGF.Client/Classes/OpenAPIs/Models/UpdateProfileRequest.swift:19:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let occupationRule = StringRule(minLength: nil, maxLength: 50, pattern: nil)
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/ZSGF.Client/Classes/OpenAPIs/Models/UpdateProfileRequest.swift:20:23: warning: static property 'educationRule' is not concurrency-safe because non-'Sendable' type 'StringRule' may have shared mutable state; this is an error in the Swift 6 language mode
public static let educationRule = StringRule(minLength: nil, maxLength: 50, pattern: nil)
^
/Users/admin/builder/spi-builder-workspace/ZSGF.Client/Classes/OpenAPIs/Validation.swift:9:15: note: consider making struct 'StringRule' conform to the 'Sendable' protocol
public struct StringRule {
^
: Sendable
/Users/admin/builder/spi-builder-workspace/ZSGF.Client/Classes/OpenAPIs/Models/UpdateProfileRequest.swift:20:23: note: add '@MainActor' to make static property 'educationRule' part of global actor 'MainActor'
public static let educationRule = StringRule(minLength: nil, maxLength: 50, pattern: nil)
^
@MainActor
/Users/admin/builder/spi-builder-workspace/ZSGF.Client/Classes/OpenAPIs/Models/UpdateProfileRequest.swift:20:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let educationRule = StringRule(minLength: nil, maxLength: 50, pattern: nil)
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/ZSGF.Client/Classes/OpenAPIs/Models/UpdateProfileRequest.swift:21:23: warning: static property 'contactRule' is not concurrency-safe because non-'Sendable' type 'StringRule' may have shared mutable state; this is an error in the Swift 6 language mode
public static let contactRule = StringRule(minLength: nil, maxLength: 255, pattern: nil)
^
/Users/admin/builder/spi-builder-workspace/ZSGF.Client/Classes/OpenAPIs/Validation.swift:9:15: note: consider making struct 'StringRule' conform to the 'Sendable' protocol
public struct StringRule {
^
: Sendable
/Users/admin/builder/spi-builder-workspace/ZSGF.Client/Classes/OpenAPIs/Models/UpdateProfileRequest.swift:21:23: note: add '@MainActor' to make static property 'contactRule' part of global actor 'MainActor'
public static let contactRule = StringRule(minLength: nil, maxLength: 255, pattern: nil)
^
@MainActor
/Users/admin/builder/spi-builder-workspace/ZSGF.Client/Classes/OpenAPIs/Models/UpdateProfileRequest.swift:21:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let contactRule = StringRule(minLength: nil, maxLength: 255, pattern: nil)
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/ZSGF.Client/Classes/OpenAPIs/Models/UpdateProfileRequest.swift:22:23: warning: static property 'languagesRule' is not concurrency-safe because non-'Sendable' type 'StringRule' may have shared mutable state; this is an error in the Swift 6 language mode
public static let languagesRule = StringRule(minLength: nil, maxLength: 50, pattern: nil)
^
/Users/admin/builder/spi-builder-workspace/ZSGF.Client/Classes/OpenAPIs/Validation.swift:9:15: note: consider making struct 'StringRule' conform to the 'Sendable' protocol
public struct StringRule {
^
: Sendable
/Users/admin/builder/spi-builder-workspace/ZSGF.Client/Classes/OpenAPIs/Models/UpdateProfileRequest.swift:22:23: note: add '@MainActor' to make static property 'languagesRule' part of global actor 'MainActor'
public static let languagesRule = StringRule(minLength: nil, maxLength: 50, pattern: nil)
^
@MainActor
/Users/admin/builder/spi-builder-workspace/ZSGF.Client/Classes/OpenAPIs/Models/UpdateProfileRequest.swift:22:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let languagesRule = StringRule(minLength: nil, maxLength: 50, pattern: nil)
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/ZSGF.Client/Classes/OpenAPIs/Models/UpdateProfileRequest.swift:23:23: warning: static property 'socialLinksRule' is not concurrency-safe because non-'Sendable' type 'StringRule' may have shared mutable state; this is an error in the Swift 6 language mode
public static let socialLinksRule = StringRule(minLength: nil, maxLength: 255, pattern: nil)
^
/Users/admin/builder/spi-builder-workspace/ZSGF.Client/Classes/OpenAPIs/Validation.swift:9:15: note: consider making struct 'StringRule' conform to the 'Sendable' protocol
public struct StringRule {
^
: Sendable
/Users/admin/builder/spi-builder-workspace/ZSGF.Client/Classes/OpenAPIs/Models/UpdateProfileRequest.swift:23:23: note: add '@MainActor' to make static property 'socialLinksRule' part of global actor 'MainActor'
public static let socialLinksRule = StringRule(minLength: nil, maxLength: 255, pattern: nil)
^
@MainActor
/Users/admin/builder/spi-builder-workspace/ZSGF.Client/Classes/OpenAPIs/Models/UpdateProfileRequest.swift:23:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let socialLinksRule = StringRule(minLength: nil, maxLength: 255, pattern: nil)
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/ZSGF.Client/Classes/OpenAPIs/Models/UpdateProfileRequest.swift:24:23: warning: static property 'relationshipStatusRule' is not concurrency-safe because non-'Sendable' type 'StringRule' may have shared mutable state; this is an error in the Swift 6 language mode
public static let relationshipStatusRule = StringRule(minLength: nil, maxLength: 20, pattern: nil)
^
/Users/admin/builder/spi-builder-workspace/ZSGF.Client/Classes/OpenAPIs/Validation.swift:9:15: note: consider making struct 'StringRule' conform to the 'Sendable' protocol
public struct StringRule {
^
: Sendable
/Users/admin/builder/spi-builder-workspace/ZSGF.Client/Classes/OpenAPIs/Models/UpdateProfileRequest.swift:24:23: note: add '@MainActor' to make static property 'relationshipStatusRule' part of global actor 'MainActor'
public static let relationshipStatusRule = StringRule(minLength: nil, maxLength: 20, pattern: nil)
^
@MainActor
/Users/admin/builder/spi-builder-workspace/ZSGF.Client/Classes/OpenAPIs/Models/UpdateProfileRequest.swift:24:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let relationshipStatusRule = StringRule(minLength: nil, maxLength: 20, pattern: nil)
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/ZSGF.Client/Classes/OpenAPIs/Models/UpdateProfileRequest.swift:25:23: warning: static property 'companyRule' is not concurrency-safe because non-'Sendable' type 'StringRule' may have shared mutable state; this is an error in the Swift 6 language mode
public static let companyRule = StringRule(minLength: nil, maxLength: 100, pattern: nil)
^
/Users/admin/builder/spi-builder-workspace/ZSGF.Client/Classes/OpenAPIs/Validation.swift:9:15: note: consider making struct 'StringRule' conform to the 'Sendable' protocol
public struct StringRule {
^
: Sendable
/Users/admin/builder/spi-builder-workspace/ZSGF.Client/Classes/OpenAPIs/Models/UpdateProfileRequest.swift:25:23: note: add '@MainActor' to make static property 'companyRule' part of global actor 'MainActor'
public static let companyRule = StringRule(minLength: nil, maxLength: 100, pattern: nil)
^
@MainActor
/Users/admin/builder/spi-builder-workspace/ZSGF.Client/Classes/OpenAPIs/Models/UpdateProfileRequest.swift:25:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let companyRule = StringRule(minLength: nil, maxLength: 100, pattern: nil)
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/ZSGF.Client/Classes/OpenAPIs/Models/UpdateProfileRequest.swift:26:23: warning: static property 'industryRule' is not concurrency-safe because non-'Sendable' type 'StringRule' may have shared mutable state; this is an error in the Swift 6 language mode
public static let industryRule = StringRule(minLength: nil, maxLength: 50, pattern: nil)
^
/Users/admin/builder/spi-builder-workspace/ZSGF.Client/Classes/OpenAPIs/Validation.swift:9:15: note: consider making struct 'StringRule' conform to the 'Sendable' protocol
public struct StringRule {
^
: Sendable
/Users/admin/builder/spi-builder-workspace/ZSGF.Client/Classes/OpenAPIs/Models/UpdateProfileRequest.swift:26:23: note: add '@MainActor' to make static property 'industryRule' part of global actor 'MainActor'
public static let industryRule = StringRule(minLength: nil, maxLength: 50, pattern: nil)
^
@MainActor
/Users/admin/builder/spi-builder-workspace/ZSGF.Client/Classes/OpenAPIs/Models/UpdateProfileRequest.swift:26:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let industryRule = StringRule(minLength: nil, maxLength: 50, pattern: nil)
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/ZSGF.Client/Classes/OpenAPIs/Models/UpdateProfileRequest.swift:27:23: warning: static property 'companyPositionRule' is not concurrency-safe because non-'Sendable' type 'StringRule' may have shared mutable state; this is an error in the Swift 6 language mode
public static let companyPositionRule = StringRule(minLength: nil, maxLength: 50, pattern: nil)
^
/Users/admin/builder/spi-builder-workspace/ZSGF.Client/Classes/OpenAPIs/Validation.swift:9:15: note: consider making struct 'StringRule' conform to the 'Sendable' protocol
public struct StringRule {
^
: Sendable
/Users/admin/builder/spi-builder-workspace/ZSGF.Client/Classes/OpenAPIs/Models/UpdateProfileRequest.swift:27:23: note: add '@MainActor' to make static property 'companyPositionRule' part of global actor 'MainActor'
public static let companyPositionRule = StringRule(minLength: nil, maxLength: 50, pattern: nil)
^
@MainActor
/Users/admin/builder/spi-builder-workspace/ZSGF.Client/Classes/OpenAPIs/Models/UpdateProfileRequest.swift:27:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let companyPositionRule = StringRule(minLength: nil, maxLength: 50, pattern: nil)
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/ZSGF.Client/Classes/OpenAPIs/Models/UpdateProfileRequest.swift:28:23: warning: static property 'privateSettingsRule' is not concurrency-safe because non-'Sendable' type 'StringRule' may have shared mutable state; this is an error in the Swift 6 language mode
public static let privateSettingsRule = StringRule(minLength: nil, maxLength: 500, pattern: nil)
^
/Users/admin/builder/spi-builder-workspace/ZSGF.Client/Classes/OpenAPIs/Validation.swift:9:15: note: consider making struct 'StringRule' conform to the 'Sendable' protocol
public struct StringRule {
^
: Sendable
/Users/admin/builder/spi-builder-workspace/ZSGF.Client/Classes/OpenAPIs/Models/UpdateProfileRequest.swift:28:23: note: add '@MainActor' to make static property 'privateSettingsRule' part of global actor 'MainActor'
public static let privateSettingsRule = StringRule(minLength: nil, maxLength: 500, pattern: nil)
^
@MainActor
/Users/admin/builder/spi-builder-workspace/ZSGF.Client/Classes/OpenAPIs/Models/UpdateProfileRequest.swift:28:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let privateSettingsRule = StringRule(minLength: nil, maxLength: 500, pattern: nil)
^
nonisolated(unsafe)
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/ZSGF.Client/Classes/OpenAPIs/Models/User.swift (in target 'ZSGF.Client' from project 'ZSGF.Client')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
/Users/admin/builder/spi-builder-workspace/ZSGF.Client/Classes/OpenAPIs/APIs.swift:11:16: error: expected '{' in class
open class ZSGF.ClientAPI {
^
/Users/admin/builder/spi-builder-workspace/ZSGF.Client/Classes/OpenAPIs/URLSessionImplementations.swift:53:22: error: expected '=' in type alias declaration
public typealias ZSGF.ClientAPIChallengeHandler = ((URLSession, URLSessionTask, URLAuthenticationChallenge) -> (URLSession.AuthChallengeDisposition, URLCredential?))
^
/Users/admin/builder/spi-builder-workspace/ZSGF.Client/Classes/OpenAPIs/Models/User.swift:16:23: warning: static property 'platformRule' is not concurrency-safe because non-'Sendable' type 'StringRule' may have shared mutable state; this is an error in the Swift 6 language mode
public static let platformRule = StringRule(minLength: nil, maxLength: 50, pattern: nil)
^
/Users/admin/builder/spi-builder-workspace/ZSGF.Client/Classes/OpenAPIs/Validation.swift:9:15: note: consider making struct 'StringRule' conform to the 'Sendable' protocol
public struct StringRule {
^
: Sendable
/Users/admin/builder/spi-builder-workspace/ZSGF.Client/Classes/OpenAPIs/Models/User.swift:16:23: note: add '@MainActor' to make static property 'platformRule' part of global actor 'MainActor'
public static let platformRule = StringRule(minLength: nil, maxLength: 50, pattern: nil)
^
@MainActor
/Users/admin/builder/spi-builder-workspace/ZSGF.Client/Classes/OpenAPIs/Models/User.swift:16:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let platformRule = StringRule(minLength: nil, maxLength: 50, pattern: nil)
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/ZSGF.Client/Classes/OpenAPIs/Models/User.swift:17:23: warning: static property 'unionIDRule' is not concurrency-safe because non-'Sendable' type 'StringRule' may have shared mutable state; this is an error in the Swift 6 language mode
public static let unionIDRule = StringRule(minLength: nil, maxLength: 100, pattern: nil)
^
/Users/admin/builder/spi-builder-workspace/ZSGF.Client/Classes/OpenAPIs/Validation.swift:9:15: note: consider making struct 'StringRule' conform to the 'Sendable' protocol
public struct StringRule {
^
: Sendable
/Users/admin/builder/spi-builder-workspace/ZSGF.Client/Classes/OpenAPIs/Models/User.swift:17:23: note: add '@MainActor' to make static property 'unionIDRule' part of global actor 'MainActor'
public static let unionIDRule = StringRule(minLength: nil, maxLength: 100, pattern: nil)
^
@MainActor
/Users/admin/builder/spi-builder-workspace/ZSGF.Client/Classes/OpenAPIs/Models/User.swift:17:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let unionIDRule = StringRule(minLength: nil, maxLength: 100, pattern: nil)
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/ZSGF.Client/Classes/OpenAPIs/Models/User.swift:18:23: warning: static property 'nickNameRule' is not concurrency-safe because non-'Sendable' type 'StringRule' may have shared mutable state; this is an error in the Swift 6 language mode
public static let nickNameRule = StringRule(minLength: nil, maxLength: 50, pattern: nil)
^
/Users/admin/builder/spi-builder-workspace/ZSGF.Client/Classes/OpenAPIs/Validation.swift:9:15: note: consider making struct 'StringRule' conform to the 'Sendable' protocol
public struct StringRule {
^
: Sendable
/Users/admin/builder/spi-builder-workspace/ZSGF.Client/Classes/OpenAPIs/Models/User.swift:18:23: note: add '@MainActor' to make static property 'nickNameRule' part of global actor 'MainActor'
public static let nickNameRule = StringRule(minLength: nil, maxLength: 50, pattern: nil)
^
@MainActor
/Users/admin/builder/spi-builder-workspace/ZSGF.Client/Classes/OpenAPIs/Models/User.swift:18:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let nickNameRule = StringRule(minLength: nil, maxLength: 50, pattern: nil)
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/ZSGF.Client/Classes/OpenAPIs/Models/User.swift:19:23: warning: static property 'avatarRule' is not concurrency-safe because non-'Sendable' type 'StringRule' may have shared mutable state; this is an error in the Swift 6 language mode
public static let avatarRule = StringRule(minLength: nil, maxLength: 255, pattern: nil)
^
/Users/admin/builder/spi-builder-workspace/ZSGF.Client/Classes/OpenAPIs/Validation.swift:9:15: note: consider making struct 'StringRule' conform to the 'Sendable' protocol
public struct StringRule {
^
: Sendable
/Users/admin/builder/spi-builder-workspace/ZSGF.Client/Classes/OpenAPIs/Models/User.swift:19:23: note: add '@MainActor' to make static property 'avatarRule' part of global actor 'MainActor'
public static let avatarRule = StringRule(minLength: nil, maxLength: 255, pattern: nil)
^
@MainActor
/Users/admin/builder/spi-builder-workspace/ZSGF.Client/Classes/OpenAPIs/Models/User.swift:19:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let avatarRule = StringRule(minLength: nil, maxLength: 255, pattern: nil)
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/ZSGF.Client/Classes/OpenAPIs/Models/User.swift:20:23: warning: static property 'userNameRule' is not concurrency-safe because non-'Sendable' type 'StringRule' may have shared mutable state; this is an error in the Swift 6 language mode
public static let userNameRule = StringRule(minLength: nil, maxLength: 50, pattern: nil)
^
/Users/admin/builder/spi-builder-workspace/ZSGF.Client/Classes/OpenAPIs/Validation.swift:9:15: note: consider making struct 'StringRule' conform to the 'Sendable' protocol
public struct StringRule {
^
: Sendable
/Users/admin/builder/spi-builder-workspace/ZSGF.Client/Classes/OpenAPIs/Models/User.swift:20:23: note: add '@MainActor' to make static property 'userNameRule' part of global actor 'MainActor'
public static let userNameRule = StringRule(minLength: nil, maxLength: 50, pattern: nil)
^
@MainActor
/Users/admin/builder/spi-builder-workspace/ZSGF.Client/Classes/OpenAPIs/Models/User.swift:20:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let userNameRule = StringRule(minLength: nil, maxLength: 50, pattern: nil)
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/ZSGF.Client/Classes/OpenAPIs/Models/User.swift:21:23: warning: static property 'pwdRule' is not concurrency-safe because non-'Sendable' type 'StringRule' may have shared mutable state; this is an error in the Swift 6 language mode
public static let pwdRule = StringRule(minLength: nil, maxLength: 255, pattern: nil)
^
/Users/admin/builder/spi-builder-workspace/ZSGF.Client/Classes/OpenAPIs/Validation.swift:9:15: note: consider making struct 'StringRule' conform to the 'Sendable' protocol
public struct StringRule {
^
: Sendable
/Users/admin/builder/spi-builder-workspace/ZSGF.Client/Classes/OpenAPIs/Models/User.swift:21:23: note: add '@MainActor' to make static property 'pwdRule' part of global actor 'MainActor'
public static let pwdRule = StringRule(minLength: nil, maxLength: 255, pattern: nil)
^
@MainActor
/Users/admin/builder/spi-builder-workspace/ZSGF.Client/Classes/OpenAPIs/Models/User.swift:21:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let pwdRule = StringRule(minLength: nil, maxLength: 255, pattern: nil)
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/ZSGF.Client/Classes/OpenAPIs/Models/User.swift:22:23: warning: static property 'emailRule' is not concurrency-safe because non-'Sendable' type 'StringRule' may have shared mutable state; this is an error in the Swift 6 language mode
public static let emailRule = StringRule(minLength: nil, maxLength: 255, pattern: nil)
^
/Users/admin/builder/spi-builder-workspace/ZSGF.Client/Classes/OpenAPIs/Validation.swift:9:15: note: consider making struct 'StringRule' conform to the 'Sendable' protocol
public struct StringRule {
^
: Sendable
/Users/admin/builder/spi-builder-workspace/ZSGF.Client/Classes/OpenAPIs/Models/User.swift:22:23: note: add '@MainActor' to make static property 'emailRule' part of global actor 'MainActor'
public static let emailRule = StringRule(minLength: nil, maxLength: 255, pattern: nil)
^
@MainActor
/Users/admin/builder/spi-builder-workspace/ZSGF.Client/Classes/OpenAPIs/Models/User.swift:22:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let emailRule = StringRule(minLength: nil, maxLength: 255, pattern: nil)
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/ZSGF.Client/Classes/OpenAPIs/Models/User.swift:23:23: warning: static property 'phoneRule' is not concurrency-safe because non-'Sendable' type 'StringRule' may have shared mutable state; this is an error in the Swift 6 language mode
public static let phoneRule = StringRule(minLength: nil, maxLength: 20, pattern: nil)
^
/Users/admin/builder/spi-builder-workspace/ZSGF.Client/Classes/OpenAPIs/Validation.swift:9:15: note: consider making struct 'StringRule' conform to the 'Sendable' protocol
public struct StringRule {
^
: Sendable
/Users/admin/builder/spi-builder-workspace/ZSGF.Client/Classes/OpenAPIs/Models/User.swift:23:23: note: add '@MainActor' to make static property 'phoneRule' part of global actor 'MainActor'
public static let phoneRule = StringRule(minLength: nil, maxLength: 20, pattern: nil)
^
@MainActor
/Users/admin/builder/spi-builder-workspace/ZSGF.Client/Classes/OpenAPIs/Models/User.swift:23:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let phoneRule = StringRule(minLength: nil, maxLength: 20, pattern: nil)
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/ZSGF.Client/Classes/OpenAPIs/Models/User.swift:24:23: warning: static property 'biographyRule' is not concurrency-safe because non-'Sendable' type 'StringRule' may have shared mutable state; this is an error in the Swift 6 language mode
public static let biographyRule = StringRule(minLength: nil, maxLength: 500, pattern: nil)
^
/Users/admin/builder/spi-builder-workspace/ZSGF.Client/Classes/OpenAPIs/Validation.swift:9:15: note: consider making struct 'StringRule' conform to the 'Sendable' protocol
public struct StringRule {
^
: Sendable
/Users/admin/builder/spi-builder-workspace/ZSGF.Client/Classes/OpenAPIs/Models/User.swift:24:23: note: add '@MainActor' to make static property 'biographyRule' part of global actor 'MainActor'
public static let biographyRule = StringRule(minLength: nil, maxLength: 500, pattern: nil)
^
@MainActor
/Users/admin/builder/spi-builder-workspace/ZSGF.Client/Classes/OpenAPIs/Models/User.swift:24:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let biographyRule = StringRule(minLength: nil, maxLength: 500, pattern: nil)
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/ZSGF.Client/Classes/OpenAPIs/Models/User.swift:25:23: warning: static property 'genderRule' is not concurrency-safe because non-'Sendable' type 'StringRule' may have shared mutable state; this is an error in the Swift 6 language mode
public static let genderRule = StringRule(minLength: nil, maxLength: 15, pattern: nil)
^
/Users/admin/builder/spi-builder-workspace/ZSGF.Client/Classes/OpenAPIs/Validation.swift:9:15: note: consider making struct 'StringRule' conform to the 'Sendable' protocol
public struct StringRule {
^
: Sendable
/Users/admin/builder/spi-builder-workspace/ZSGF.Client/Classes/OpenAPIs/Models/User.swift:25:23: note: add '@MainActor' to make static property 'genderRule' part of global actor 'MainActor'
public static let genderRule = StringRule(minLength: nil, maxLength: 15, pattern: nil)
^
@MainActor
/Users/admin/builder/spi-builder-workspace/ZSGF.Client/Classes/OpenAPIs/Models/User.swift:25:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let genderRule = StringRule(minLength: nil, maxLength: 15, pattern: nil)
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/ZSGF.Client/Classes/OpenAPIs/Models/User.swift:26:23: warning: static property 'occupationRule' is not concurrency-safe because non-'Sendable' type 'StringRule' may have shared mutable state; this is an error in the Swift 6 language mode
public static let occupationRule = StringRule(minLength: nil, maxLength: 50, pattern: nil)
^
/Users/admin/builder/spi-builder-workspace/ZSGF.Client/Classes/OpenAPIs/Validation.swift:9:15: note: consider making struct 'StringRule' conform to the 'Sendable' protocol
public struct StringRule {
^
: Sendable
/Users/admin/builder/spi-builder-workspace/ZSGF.Client/Classes/OpenAPIs/Models/User.swift:26:23: note: add '@MainActor' to make static property 'occupationRule' part of global actor 'MainActor'
public static let occupationRule = StringRule(minLength: nil, maxLength: 50, pattern: nil)
^
@MainActor
/Users/admin/builder/spi-builder-workspace/ZSGF.Client/Classes/OpenAPIs/Models/User.swift:26:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let occupationRule = StringRule(minLength: nil, maxLength: 50, pattern: nil)
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/ZSGF.Client/Classes/OpenAPIs/Models/User.swift:27:23: warning: static property 'educationRule' is not concurrency-safe because non-'Sendable' type 'StringRule' may have shared mutable state; this is an error in the Swift 6 language mode
public static let educationRule = StringRule(minLength: nil, maxLength: 50, pattern: nil)
^
/Users/admin/builder/spi-builder-workspace/ZSGF.Client/Classes/OpenAPIs/Validation.swift:9:15: note: consider making struct 'StringRule' conform to the 'Sendable' protocol
public struct StringRule {
^
: Sendable
/Users/admin/builder/spi-builder-workspace/ZSGF.Client/Classes/OpenAPIs/Models/User.swift:27:23: note: add '@MainActor' to make static property 'educationRule' part of global actor 'MainActor'
public static let educationRule = StringRule(minLength: nil, maxLength: 50, pattern: nil)
^
@MainActor
/Users/admin/builder/spi-builder-workspace/ZSGF.Client/Classes/OpenAPIs/Models/User.swift:27:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let educationRule = StringRule(minLength: nil, maxLength: 50, pattern: nil)
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/ZSGF.Client/Classes/OpenAPIs/Models/User.swift:28:23: warning: static property 'contactRule' is not concurrency-safe because non-'Sendable' type 'StringRule' may have shared mutable state; this is an error in the Swift 6 language mode
public static let contactRule = StringRule(minLength: nil, maxLength: 255, pattern: nil)
^
/Users/admin/builder/spi-builder-workspace/ZSGF.Client/Classes/OpenAPIs/Validation.swift:9:15: note: consider making struct 'StringRule' conform to the 'Sendable' protocol
public struct StringRule {
^
: Sendable
/Users/admin/builder/spi-builder-workspace/ZSGF.Client/Classes/OpenAPIs/Models/User.swift:28:23: note: add '@MainActor' to make static property 'contactRule' part of global actor 'MainActor'
public static let contactRule = StringRule(minLength: nil, maxLength: 255, pattern: nil)
^
@MainActor
/Users/admin/builder/spi-builder-workspace/ZSGF.Client/Classes/OpenAPIs/Models/User.swift:28:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let contactRule = StringRule(minLength: nil, maxLength: 255, pattern: nil)
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/ZSGF.Client/Classes/OpenAPIs/Models/User.swift:29:23: warning: static property 'languagesRule' is not concurrency-safe because non-'Sendable' type 'StringRule' may have shared mutable state; this is an error in the Swift 6 language mode
public static let languagesRule = StringRule(minLength: nil, maxLength: 50, pattern: nil)
^
/Users/admin/builder/spi-builder-workspace/ZSGF.Client/Classes/OpenAPIs/Validation.swift:9:15: note: consider making struct 'StringRule' conform to the 'Sendable' protocol
public struct StringRule {
^
: Sendable
/Users/admin/builder/spi-builder-workspace/ZSGF.Client/Classes/OpenAPIs/Models/User.swift:29:23: note: add '@MainActor' to make static property 'languagesRule' part of global actor 'MainActor'
public static let languagesRule = StringRule(minLength: nil, maxLength: 50, pattern: nil)
^
@MainActor
/Users/admin/builder/spi-builder-workspace/ZSGF.Client/Classes/OpenAPIs/Models/User.swift:29:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let languagesRule = StringRule(minLength: nil, maxLength: 50, pattern: nil)
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/ZSGF.Client/Classes/OpenAPIs/Models/User.swift:30:23: warning: static property 'socialLinksRule' is not concurrency-safe because non-'Sendable' type 'StringRule' may have shared mutable state; this is an error in the Swift 6 language mode
public static let socialLinksRule = StringRule(minLength: nil, maxLength: 255, pattern: nil)
^
/Users/admin/builder/spi-builder-workspace/ZSGF.Client/Classes/OpenAPIs/Validation.swift:9:15: note: consider making struct 'StringRule' conform to the 'Sendable' protocol
public struct StringRule {
^
: Sendable
/Users/admin/builder/spi-builder-workspace/ZSGF.Client/Classes/OpenAPIs/Models/User.swift:30:23: note: add '@MainActor' to make static property 'socialLinksRule' part of global actor 'MainActor'
public static let socialLinksRule = StringRule(minLength: nil, maxLength: 255, pattern: nil)
^
@MainActor
/Users/admin/builder/spi-builder-workspace/ZSGF.Client/Classes/OpenAPIs/Models/User.swift:30:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let socialLinksRule = StringRule(minLength: nil, maxLength: 255, pattern: nil)
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/ZSGF.Client/Classes/OpenAPIs/Models/User.swift:31:23: warning: static property 'relationshipStatusRule' is not concurrency-safe because non-'Sendable' type 'StringRule' may have shared mutable state; this is an error in the Swift 6 language mode
public static let relationshipStatusRule = StringRule(minLength: nil, maxLength: 20, pattern: nil)
^
/Users/admin/builder/spi-builder-workspace/ZSGF.Client/Classes/OpenAPIs/Validation.swift:9:15: note: consider making struct 'StringRule' conform to the 'Sendable' protocol
public struct StringRule {
^
: Sendable
/Users/admin/builder/spi-builder-workspace/ZSGF.Client/Classes/OpenAPIs/Models/User.swift:31:23: note: add '@MainActor' to make static property 'relationshipStatusRule' part of global actor 'MainActor'
public static let relationshipStatusRule = StringRule(minLength: nil, maxLength: 20, pattern: nil)
^
@MainActor
/Users/admin/builder/spi-builder-workspace/ZSGF.Client/Classes/OpenAPIs/Models/User.swift:31:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let relationshipStatusRule = StringRule(minLength: nil, maxLength: 20, pattern: nil)
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/ZSGF.Client/Classes/OpenAPIs/Models/User.swift:32:23: warning: static property 'companyRule' is not concurrency-safe because non-'Sendable' type 'StringRule' may have shared mutable state; this is an error in the Swift 6 language mode
public static let companyRule = StringRule(minLength: nil, maxLength: 100, pattern: nil)
^
/Users/admin/builder/spi-builder-workspace/ZSGF.Client/Classes/OpenAPIs/Validation.swift:9:15: note: consider making struct 'StringRule' conform to the 'Sendable' protocol
public struct StringRule {
^
: Sendable
/Users/admin/builder/spi-builder-workspace/ZSGF.Client/Classes/OpenAPIs/Models/User.swift:32:23: note: add '@MainActor' to make static property 'companyRule' part of global actor 'MainActor'
public static let companyRule = StringRule(minLength: nil, maxLength: 100, pattern: nil)
^
@MainActor
/Users/admin/builder/spi-builder-workspace/ZSGF.Client/Classes/OpenAPIs/Models/User.swift:32:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let companyRule = StringRule(minLength: nil, maxLength: 100, pattern: nil)
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/ZSGF.Client/Classes/OpenAPIs/Models/User.swift:33:23: warning: static property 'industryRule' is not concurrency-safe because non-'Sendable' type 'StringRule' may have shared mutable state; this is an error in the Swift 6 language mode
public static let industryRule = StringRule(minLength: nil, maxLength: 50, pattern: nil)
^
/Users/admin/builder/spi-builder-workspace/ZSGF.Client/Classes/OpenAPIs/Validation.swift:9:15: note: consider making struct 'StringRule' conform to the 'Sendable' protocol
public struct StringRule {
^
: Sendable
/Users/admin/builder/spi-builder-workspace/ZSGF.Client/Classes/OpenAPIs/Models/User.swift:33:23: note: add '@MainActor' to make static property 'industryRule' part of global actor 'MainActor'
public static let industryRule = StringRule(minLength: nil, maxLength: 50, pattern: nil)
^
@MainActor
/Users/admin/builder/spi-builder-workspace/ZSGF.Client/Classes/OpenAPIs/Models/User.swift:33:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let industryRule = StringRule(minLength: nil, maxLength: 50, pattern: nil)
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/ZSGF.Client/Classes/OpenAPIs/Models/User.swift:34:23: warning: static property 'companyPositionRule' is not concurrency-safe because non-'Sendable' type 'StringRule' may have shared mutable state; this is an error in the Swift 6 language mode
public static let companyPositionRule = StringRule(minLength: nil, maxLength: 50, pattern: nil)
^
/Users/admin/builder/spi-builder-workspace/ZSGF.Client/Classes/OpenAPIs/Validation.swift:9:15: note: consider making struct 'StringRule' conform to the 'Sendable' protocol
public struct StringRule {
^
: Sendable
/Users/admin/builder/spi-builder-workspace/ZSGF.Client/Classes/OpenAPIs/Models/User.swift:34:23: note: add '@MainActor' to make static property 'companyPositionRule' part of global actor 'MainActor'
public static let companyPositionRule = StringRule(minLength: nil, maxLength: 50, pattern: nil)
^
@MainActor
/Users/admin/builder/spi-builder-workspace/ZSGF.Client/Classes/OpenAPIs/Models/User.swift:34:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let companyPositionRule = StringRule(minLength: nil, maxLength: 50, pattern: nil)
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/ZSGF.Client/Classes/OpenAPIs/Models/User.swift:35:23: warning: static property 'privateSettingsRule' is not concurrency-safe because non-'Sendable' type 'StringRule' may have shared mutable state; this is an error in the Swift 6 language mode
public static let privateSettingsRule = StringRule(minLength: nil, maxLength: 500, pattern: nil)
^
/Users/admin/builder/spi-builder-workspace/ZSGF.Client/Classes/OpenAPIs/Validation.swift:9:15: note: consider making struct 'StringRule' conform to the 'Sendable' protocol
public struct StringRule {
^
: Sendable
/Users/admin/builder/spi-builder-workspace/ZSGF.Client/Classes/OpenAPIs/Models/User.swift:35:23: note: add '@MainActor' to make static property 'privateSettingsRule' part of global actor 'MainActor'
public static let privateSettingsRule = StringRule(minLength: nil, maxLength: 500, pattern: nil)
^
@MainActor
/Users/admin/builder/spi-builder-workspace/ZSGF.Client/Classes/OpenAPIs/Models/User.swift:35:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let privateSettingsRule = StringRule(minLength: nil, maxLength: 500, pattern: nil)
^
nonisolated(unsafe)
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/ZSGF.Client/Classes/OpenAPIs/Models/UserAccessToken.swift (in target 'ZSGF.Client' from project 'ZSGF.Client')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
/Users/admin/builder/spi-builder-workspace/ZSGF.Client/Classes/OpenAPIs/APIs.swift:11:16: error: expected '{' in class
open class ZSGF.ClientAPI {
^
/Users/admin/builder/spi-builder-workspace/ZSGF.Client/Classes/OpenAPIs/URLSessionImplementations.swift:53:22: error: expected '=' in type alias declaration
public typealias ZSGF.ClientAPIChallengeHandler = ((URLSession, URLSessionTask, URLAuthenticationChallenge) -> (URLSession.AuthChallengeDisposition, URLCredential?))
^
/Users/admin/builder/spi-builder-workspace/ZSGF.Client/Classes/OpenAPIs/Models/UserAccessToken.swift:16:23: warning: static property 'titleRule' is not concurrency-safe because non-'Sendable' type 'StringRule' may have shared mutable state; this is an error in the Swift 6 language mode
public static let titleRule = StringRule(minLength: nil, maxLength: 255, pattern: nil)
^
/Users/admin/builder/spi-builder-workspace/ZSGF.Client/Classes/OpenAPIs/Validation.swift:9:15: note: consider making struct 'StringRule' conform to the 'Sendable' protocol
public struct StringRule {
^
: Sendable
/Users/admin/builder/spi-builder-workspace/ZSGF.Client/Classes/OpenAPIs/Models/UserAccessToken.swift:16:23: note: add '@MainActor' to make static property 'titleRule' part of global actor 'MainActor'
public static let titleRule = StringRule(minLength: nil, maxLength: 255, pattern: nil)
^
@MainActor
/Users/admin/builder/spi-builder-workspace/ZSGF.Client/Classes/OpenAPIs/Models/UserAccessToken.swift:16:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let titleRule = StringRule(minLength: nil, maxLength: 255, pattern: nil)
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/ZSGF.Client/Classes/OpenAPIs/Models/UserAccessToken.swift:17:23: warning: static property 'tagsRule' is not concurrency-safe because non-'Sendable' type 'StringRule' may have shared mutable state; this is an error in the Swift 6 language mode
public static let tagsRule = StringRule(minLength: nil, maxLength: 255, pattern: nil)
^
/Users/admin/builder/spi-builder-workspace/ZSGF.Client/Classes/OpenAPIs/Validation.swift:9:15: note: consider making struct 'StringRule' conform to the 'Sendable' protocol
public struct StringRule {
^
: Sendable
/Users/admin/builder/spi-builder-workspace/ZSGF.Client/Classes/OpenAPIs/Models/UserAccessToken.swift:17:23: note: add '@MainActor' to make static property 'tagsRule' part of global actor 'MainActor'
public static let tagsRule = StringRule(minLength: nil, maxLength: 255, pattern: nil)
^
@MainActor
/Users/admin/builder/spi-builder-workspace/ZSGF.Client/Classes/OpenAPIs/Models/UserAccessToken.swift:17:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let tagsRule = StringRule(minLength: nil, maxLength: 255, pattern: nil)
^
nonisolated(unsafe)
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/ZSGF.Client/Classes/OpenAPIs/Models/UserCommonInterestsResult.swift (in target 'ZSGF.Client' from project 'ZSGF.Client')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
/Users/admin/builder/spi-builder-workspace/ZSGF.Client/Classes/OpenAPIs/APIs.swift:11:16: error: expected '{' in class
open class ZSGF.ClientAPI {
^
/Users/admin/builder/spi-builder-workspace/ZSGF.Client/Classes/OpenAPIs/URLSessionImplementations.swift:53:22: error: expected '=' in type alias declaration
public typealias ZSGF.ClientAPIChallengeHandler = ((URLSession, URLSessionTask, URLAuthenticationChallenge) -> (URLSession.AuthChallengeDisposition, URLCredential?))
^
SwiftEmitModule normal arm64 Emitting\ module\ for\ ZSGF_Client (in target 'ZSGF.Client' from project 'ZSGF.Client')
EmitSwiftModule normal arm64 (in target 'ZSGF.Client' from project 'ZSGF.Client')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftDriverJobDiscovery normal arm64 Compiling AnyDecodable.swift (in target 'AnyCodable' from project 'AnyCodable')
SwiftCompile normal arm64 Compiling\ UserCommonInterestsResultApiResponse.swift,\ UserCurrency.swift,\ UserCurrencyCurrencyTransResult.swift,\ UserCurrencyCurrencyTransResultApiResponse.swift,\ UserCurrencyListApiResponse.swift,\ UserFollowersResult.swift,\ UserFollowersResultApiResponse.swift,\ UserFriendsNearByResult.swift,\ UserFriendsNearByResultApiResponse.swift,\ UserLocationPostResult.swift,\ UserLocationPostResultApiResponse.swift,\ UserLocationsResult.swift,\ UserLocationsResultApiResponse.swift,\ UserLogins.swift,\ UserLoginsListApiResponse.swift /Users/admin/builder/spi-builder-workspace/ZSGF.Client/Classes/OpenAPIs/Models/UserCommonInterestsResultApiResponse.swift /Users/admin/builder/spi-builder-workspace/ZSGF.Client/Classes/OpenAPIs/Models/UserCurrency.swift /Users/admin/builder/spi-builder-workspace/ZSGF.Client/Classes/OpenAPIs/Models/UserCurrencyCurrencyTransResult.swift /Users/admin/builder/spi-builder-workspace/ZSGF.Client/Classes/OpenAPIs/Models/UserCurrencyCurrencyTransResultApiResponse.swift /Users/admin/builder/spi-builder-workspace/ZSGF.Client/Classes/OpenAPIs/Models/UserCurrencyListApiResponse.swift /Users/admin/builder/spi-builder-workspace/ZSGF.Client/Classes/OpenAPIs/Models/UserFollowersResult.swift /Users/admin/builder/spi-builder-workspace/ZSGF.Client/Classes/OpenAPIs/Models/UserFollowersResultApiResponse.swift /Users/admin/builder/spi-builder-workspace/ZSGF.Client/Classes/OpenAPIs/Models/UserFriendsNearByResult.swift /Users/admin/builder/spi-builder-workspace/ZSGF.Client/Classes/OpenAPIs/Models/UserFriendsNearByResultApiResponse.swift /Users/admin/builder/spi-builder-workspace/ZSGF.Client/Classes/OpenAPIs/Models/UserLocationPostResult.swift /Users/admin/builder/spi-builder-workspace/ZSGF.Client/Classes/OpenAPIs/Models/UserLocationPostResultApiResponse.swift /Users/admin/builder/spi-builder-workspace/ZSGF.Client/Classes/OpenAPIs/Models/UserLocationsResult.swift /Users/admin/builder/spi-builder-workspace/ZSGF.Client/Classes/OpenAPIs/Models/UserLocationsResultApiResponse.swift /Users/admin/builder/spi-builder-workspace/ZSGF.Client/Classes/OpenAPIs/Models/UserLogins.swift /Users/admin/builder/spi-builder-workspace/ZSGF.Client/Classes/OpenAPIs/Models/UserLoginsListApiResponse.swift (in target 'ZSGF.Client' from project 'ZSGF.Client')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/ZSGF.Client/Classes/OpenAPIs/Models/UserCommonInterestsResultApiResponse.swift (in target 'ZSGF.Client' from project 'ZSGF.Client')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/ZSGF.Client/Classes/OpenAPIs/Models/UserCurrency.swift (in target 'ZSGF.Client' from project 'ZSGF.Client')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/ZSGF.Client/Classes/OpenAPIs/Models/UserCurrencyCurrencyTransResult.swift (in target 'ZSGF.Client' from project 'ZSGF.Client')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftDriverJobDiscovery normal arm64 Compiling AnyEncodable.swift (in target 'AnyCodable' from project 'AnyCodable')
SwiftCompile normal arm64 Compiling\ UserMutualFollowersResult.swift,\ UserMutualFollowersResultApiResponse.swift,\ UserMutualFollowingsResult.swift,\ UserMutualFollowingsResultApiResponse.swift,\ UserProfileResult.swift,\ UserProfileResultApiResponse.swift,\ UserQRCodeScanResult.swift,\ UserQRCodeScanResultApiResponse.swift,\ VoucherDetail.swift,\ WechatJSConfigResult.swift,\ WechatJSConfigResultApiResponse.swift,\ OpenISO8601DateFormatter.swift,\ SynchronizedDictionary.swift,\ URLSessionImplementations.swift,\ Validation.swift /Users/admin/builder/spi-builder-workspace/ZSGF.Client/Classes/OpenAPIs/Models/UserMutualFollowersResult.swift /Users/admin/builder/spi-builder-workspace/ZSGF.Client/Classes/OpenAPIs/Models/UserMutualFollowersResultApiResponse.swift /Users/admin/builder/spi-builder-workspace/ZSGF.Client/Classes/OpenAPIs/Models/UserMutualFollowingsResult.swift /Users/admin/builder/spi-builder-workspace/ZSGF.Client/Classes/OpenAPIs/Models/UserMutualFollowingsResultApiResponse.swift /Users/admin/builder/spi-builder-workspace/ZSGF.Client/Classes/OpenAPIs/Models/UserProfileResult.swift /Users/admin/builder/spi-builder-workspace/ZSGF.Client/Classes/OpenAPIs/Models/UserProfileResultApiResponse.swift /Users/admin/builder/spi-builder-workspace/ZSGF.Client/Classes/OpenAPIs/Models/UserQRCodeScanResult.swift /Users/admin/builder/spi-builder-workspace/ZSGF.Client/Classes/OpenAPIs/Models/UserQRCodeScanResultApiResponse.swift /Users/admin/builder/spi-builder-workspace/ZSGF.Client/Classes/OpenAPIs/Models/VoucherDetail.swift /Users/admin/builder/spi-builder-workspace/ZSGF.Client/Classes/OpenAPIs/Models/WechatJSConfigResult.swift /Users/admin/builder/spi-builder-workspace/ZSGF.Client/Classes/OpenAPIs/Models/WechatJSConfigResultApiResponse.swift /Users/admin/builder/spi-builder-workspace/ZSGF.Client/Classes/OpenAPIs/OpenISO8601DateFormatter.swift /Users/admin/builder/spi-builder-workspace/ZSGF.Client/Classes/OpenAPIs/SynchronizedDictionary.swift /Users/admin/builder/spi-builder-workspace/ZSGF.Client/Classes/OpenAPIs/URLSessionImplementations.swift /Users/admin/builder/spi-builder-workspace/ZSGF.Client/Classes/OpenAPIs/Validation.swift (in target 'ZSGF.Client' from project 'ZSGF.Client')
SwiftDriverJobDiscovery normal arm64 Compiling AnyCodable.swift (in target 'AnyCodable' from project 'AnyCodable')
SwiftCompile normal arm64 Compiling\ APIHelper.swift,\ APIs.swift,\ AccessTokenAPI.swift,\ AlipayAPI.swift,\ AppAPI.swift,\ DingTalkAPI.swift,\ ExternalAccountAPI.swift,\ FileAPI.swift,\ OAuthAPI.swift,\ OrderAPI.swift,\ StorageAPI.swift,\ UserAPI.swift,\ UserCurrencyAPI.swift,\ UserFriendsAPI.swift,\ UserLocationAPI.swift,\ WechatAPI.swift /Users/admin/builder/spi-builder-workspace/ZSGF.Client/Classes/OpenAPIs/APIHelper.swift /Users/admin/builder/spi-builder-workspace/ZSGF.Client/Classes/OpenAPIs/APIs.swift /Users/admin/builder/spi-builder-workspace/ZSGF.Client/Classes/OpenAPIs/APIs/AccessTokenAPI.swift /Users/admin/builder/spi-builder-workspace/ZSGF.Client/Classes/OpenAPIs/APIs/AlipayAPI.swift /Users/admin/builder/spi-builder-workspace/ZSGF.Client/Classes/OpenAPIs/APIs/AppAPI.swift /Users/admin/builder/spi-builder-workspace/ZSGF.Client/Classes/OpenAPIs/APIs/DingTalkAPI.swift /Users/admin/builder/spi-builder-workspace/ZSGF.Client/Classes/OpenAPIs/APIs/ExternalAccountAPI.swift /Users/admin/builder/spi-builder-workspace/ZSGF.Client/Classes/OpenAPIs/APIs/FileAPI.swift /Users/admin/builder/spi-builder-workspace/ZSGF.Client/Classes/OpenAPIs/APIs/OAuthAPI.swift /Users/admin/builder/spi-builder-workspace/ZSGF.Client/Classes/OpenAPIs/APIs/OrderAPI.swift /Users/admin/builder/spi-builder-workspace/ZSGF.Client/Classes/OpenAPIs/APIs/StorageAPI.swift /Users/admin/builder/spi-builder-workspace/ZSGF.Client/Classes/OpenAPIs/APIs/UserAPI.swift /Users/admin/builder/spi-builder-workspace/ZSGF.Client/Classes/OpenAPIs/APIs/UserCurrencyAPI.swift /Users/admin/builder/spi-builder-workspace/ZSGF.Client/Classes/OpenAPIs/APIs/UserFriendsAPI.swift /Users/admin/builder/spi-builder-workspace/ZSGF.Client/Classes/OpenAPIs/APIs/UserLocationAPI.swift /Users/admin/builder/spi-builder-workspace/ZSGF.Client/Classes/OpenAPIs/APIs/WechatAPI.swift (in target 'ZSGF.Client' from project 'ZSGF.Client')
Command SwiftCompile failed with a nonzero exit code
** BUILD FAILED **
The following build commands failed:
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/ZSGF.Client/Classes/OpenAPIs/Models/AlipayTradeRefundResponseApiResponse.swift (in target 'ZSGF.Client' from project 'ZSGF.Client')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/ZSGF.Client/Classes/OpenAPIs/Models/AppInfoItem.swift (in target 'ZSGF.Client' from project 'ZSGF.Client')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/ZSGF.Client/Classes/OpenAPIs/Models/AppInfoResult.swift (in target 'ZSGF.Client' from project 'ZSGF.Client')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/ZSGF.Client/Classes/OpenAPIs/Models/AppInfoResultApiResponse.swift (in target 'ZSGF.Client' from project 'ZSGF.Client')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/ZSGF.Client/Classes/OpenAPIs/Models/AppProperty.swift (in target 'ZSGF.Client' from project 'ZSGF.Client')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/ZSGF.Client/Classes/OpenAPIs/Models/AppUserConsentModel.swift (in target 'ZSGF.Client' from project 'ZSGF.Client')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/ZSGF.Client/Classes/OpenAPIs/Models/AppUserConsentModelListApiResponse.swift (in target 'ZSGF.Client' from project 'ZSGF.Client')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/ZSGF.Client/Classes/OpenAPIs/Models/AppUserResetEmailRequest.swift (in target 'ZSGF.Client' from project 'ZSGF.Client')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/ZSGF.Client/Classes/OpenAPIs/Models/AppUserResetPhoneRequest.swift (in target 'ZSGF.Client' from project 'ZSGF.Client')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/ZSGF.Client/Classes/OpenAPIs/Models/AppUserResetPwdRequest.swift (in target 'ZSGF.Client' from project 'ZSGF.Client')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/ZSGF.Client/Classes/OpenAPIs/Models/AuthorizeResult.swift (in target 'ZSGF.Client' from project 'ZSGF.Client')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/ZSGF.Client/Classes/OpenAPIs/Models/AuthorizeResultApiResponse.swift (in target 'ZSGF.Client' from project 'ZSGF.Client')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/ZSGF.Client/Classes/OpenAPIs/Models/BkAgentRespInfo.swift (in target 'ZSGF.Client' from project 'ZSGF.Client')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/ZSGF.Client/Classes/OpenAPIs/Models/BooleanApiResponse.swift (in target 'ZSGF.Client' from project 'ZSGF.Client')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/ZSGF.Client/Classes/OpenAPIs/Models/ChargeInfo.swift (in target 'ZSGF.Client' from project 'ZSGF.Client')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/ZSGF.Client/Classes/OpenAPIs/Models/CommonFriendModel.swift (in target 'ZSGF.Client' from project 'ZSGF.Client')
SwiftCompile normal arm64 Compiling\ AlipayTradeRefundResponseApiResponse.swift,\ AppInfoItem.swift,\ AppInfoResult.swift,\ AppInfoResultApiResponse.swift,\ AppProperty.swift,\ AppUserConsentModel.swift,\ AppUserConsentModelListApiResponse.swift,\ AppUserResetEmailRequest.swift,\ AppUserResetPhoneRequest.swift,\ AppUserResetPwdRequest.swift,\ AuthorizeResult.swift,\ AuthorizeResultApiResponse.swift,\ BkAgentRespInfo.swift,\ BooleanApiResponse.swift,\ ChargeInfo.swift,\ CommonFriendModel.swift /Users/admin/builder/spi-builder-workspace/ZSGF.Client/Classes/OpenAPIs/Models/AlipayTradeRefundResponseApiResponse.swift /Users/admin/builder/spi-builder-workspace/ZSGF.Client/Classes/OpenAPIs/Models/AppInfoItem.swift /Users/admin/builder/spi-builder-workspace/ZSGF.Client/Classes/OpenAPIs/Models/AppInfoResult.swift /Users/admin/builder/spi-builder-workspace/ZSGF.Client/Classes/OpenAPIs/Models/AppInfoResultApiResponse.swift /Users/admin/builder/spi-builder-workspace/ZSGF.Client/Classes/OpenAPIs/Models/AppProperty.swift /Users/admin/builder/spi-builder-workspace/ZSGF.Client/Classes/OpenAPIs/Models/AppUserConsentModel.swift /Users/admin/builder/spi-builder-workspace/ZSGF.Client/Classes/OpenAPIs/Models/AppUserConsentModelListApiResponse.swift /Users/admin/builder/spi-builder-workspace/ZSGF.Client/Classes/OpenAPIs/Models/AppUserResetEmailRequest.swift /Users/admin/builder/spi-builder-workspace/ZSGF.Client/Classes/OpenAPIs/Models/AppUserResetPhoneRequest.swift /Users/admin/builder/spi-builder-workspace/ZSGF.Client/Classes/OpenAPIs/Models/AppUserResetPwdRequest.swift /Users/admin/builder/spi-builder-workspace/ZSGF.Client/Classes/OpenAPIs/Models/AuthorizeResult.swift /Users/admin/builder/spi-builder-workspace/ZSGF.Client/Classes/OpenAPIs/Models/AuthorizeResultApiResponse.swift /Users/admin/builder/spi-builder-workspace/ZSGF.Client/Classes/OpenAPIs/Models/BkAgentRespInfo.swift /Users/admin/builder/spi-builder-workspace/ZSGF.Client/Classes/OpenAPIs/Models/BooleanApiResponse.swift /Users/admin/builder/spi-builder-workspace/ZSGF.Client/Classes/OpenAPIs/Models/ChargeInfo.swift /Users/admin/builder/spi-builder-workspace/ZSGF.Client/Classes/OpenAPIs/Models/CommonFriendModel.swift (in target 'ZSGF.Client' from project 'ZSGF.Client')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/ZSGF.Client/Classes/OpenAPIs/Models/FileListResultApiResponse.swift (in target 'ZSGF.Client' from project 'ZSGF.Client')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/ZSGF.Client/Classes/OpenAPIs/Models/FollowerModel.swift (in target 'ZSGF.Client' from project 'ZSGF.Client')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/ZSGF.Client/Classes/OpenAPIs/Models/FollowerPutModel.swift (in target 'ZSGF.Client' from project 'ZSGF.Client')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/ZSGF.Client/Classes/OpenAPIs/Models/FulfillmentDetail.swift (in target 'ZSGF.Client' from project 'ZSGF.Client')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/ZSGF.Client/Classes/OpenAPIs/Models/GeoLocation.swift (in target 'ZSGF.Client' from project 'ZSGF.Client')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/ZSGF.Client/Classes/OpenAPIs/Models/GeoLocationModel.swift (in target 'ZSGF.Client' from project 'ZSGF.Client')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/ZSGF.Client/Classes/OpenAPIs/Models/GeoLocationModelApiResponse.swift (in target 'ZSGF.Client' from project 'ZSGF.Client')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/ZSGF.Client/Classes/OpenAPIs/Models/GeoLocationResponseModel.swift (in target 'ZSGF.Client' from project 'ZSGF.Client')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/ZSGF.Client/Classes/OpenAPIs/Models/GetUserProfileResult.swift (in target 'ZSGF.Client' from project 'ZSGF.Client')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/ZSGF.Client/Classes/OpenAPIs/Models/GetUserProfileResultApiResponse.swift (in target 'ZSGF.Client' from project 'ZSGF.Client')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/ZSGF.Client/Classes/OpenAPIs/Models/GoodsDetail.swift (in target 'ZSGF.Client' from project 'ZSGF.Client')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/ZSGF.Client/Classes/OpenAPIs/Models/GrantRequest.swift (in target 'ZSGF.Client' from project 'ZSGF.Client')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/ZSGF.Client/Classes/OpenAPIs/Models/GrantResult.swift (in target 'ZSGF.Client' from project 'ZSGF.Client')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/ZSGF.Client/Classes/OpenAPIs/Models/GrantResultApiResponse.swift (in target 'ZSGF.Client' from project 'ZSGF.Client')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/ZSGF.Client/Classes/OpenAPIs/Models/HbFqPayInfo.swift (in target 'ZSGF.Client' from project 'ZSGF.Client')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/ZSGF.Client/Classes/OpenAPIs/Models/Int64ApiResponse.swift (in target 'ZSGF.Client' from project 'ZSGF.Client')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/ZSGF.Client/Classes/OpenAPIs/Models/IntactChargeInfo.swift (in target 'ZSGF.Client' from project 'ZSGF.Client')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/ZSGF.Client/Classes/OpenAPIs/Models/MySqlGeometry.swift (in target 'ZSGF.Client' from project 'ZSGF.Client')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/ZSGF.Client/Classes/OpenAPIs/Models/ObjectApiResponse.swift (in target 'ZSGF.Client' from project 'ZSGF.Client')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/ZSGF.Client/Classes/OpenAPIs/Models/ObjectListApiResponse.swift (in target 'ZSGF.Client' from project 'ZSGF.Client')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/ZSGF.Client/Classes/OpenAPIs/Models/Order.swift (in target 'ZSGF.Client' from project 'ZSGF.Client')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/ZSGF.Client/Classes/OpenAPIs/Models/OrderApiResponse.swift (in target 'ZSGF.Client' from project 'ZSGF.Client')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/ZSGF.Client/Classes/OpenAPIs/Models/OrderListResult.swift (in target 'ZSGF.Client' from project 'ZSGF.Client')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/ZSGF.Client/Classes/OpenAPIs/Models/OrderListResultApiResponse.swift (in target 'ZSGF.Client' from project 'ZSGF.Client')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/ZSGF.Client/Classes/OpenAPIs/Models/PaymentInfoWithId.swift (in target 'ZSGF.Client' from project 'ZSGF.Client')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/ZSGF.Client/Classes/OpenAPIs/Models/PhoneSignInRequest.swift (in target 'ZSGF.Client' from project 'ZSGF.Client')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/ZSGF.Client/Classes/OpenAPIs/Models/PhoneSignUpRequest.swift (in target 'ZSGF.Client' from project 'ZSGF.Client')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/ZSGF.Client/Classes/OpenAPIs/Models/PresetPayToolInfo.swift (in target 'ZSGF.Client' from project 'ZSGF.Client')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/ZSGF.Client/Classes/OpenAPIs/Models/ProfileResult.swift (in target 'ZSGF.Client' from project 'ZSGF.Client')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/ZSGF.Client/Classes/OpenAPIs/Models/ProfileResultApiResponse.swift (in target 'ZSGF.Client' from project 'ZSGF.Client')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/ZSGF.Client/Classes/OpenAPIs/Models/QRCodePreSignInRequest.swift (in target 'ZSGF.Client' from project 'ZSGF.Client')
SwiftCompile normal arm64 Compiling\ IntactChargeInfo.swift,\ MySqlGeometry.swift,\ ObjectApiResponse.swift,\ ObjectListApiResponse.swift,\ Order.swift,\ OrderApiResponse.swift,\ OrderListResult.swift,\ OrderListResultApiResponse.swift,\ PaymentInfoWithId.swift,\ PhoneSignInRequest.swift,\ PhoneSignUpRequest.swift,\ PresetPayToolInfo.swift,\ ProfileResult.swift,\ ProfileResultApiResponse.swift,\ QRCodePreSignInRequest.swift /Users/admin/builder/spi-builder-workspace/ZSGF.Client/Classes/OpenAPIs/Models/IntactChargeInfo.swift /Users/admin/builder/spi-builder-workspace/ZSGF.Client/Classes/OpenAPIs/Models/MySqlGeometry.swift /Users/admin/builder/spi-builder-workspace/ZSGF.Client/Classes/OpenAPIs/Models/ObjectApiResponse.swift /Users/admin/builder/spi-builder-workspace/ZSGF.Client/Classes/OpenAPIs/Models/ObjectListApiResponse.swift /Users/admin/builder/spi-builder-workspace/ZSGF.Client/Classes/OpenAPIs/Models/Order.swift /Users/admin/builder/spi-builder-workspace/ZSGF.Client/Classes/OpenAPIs/Models/OrderApiResponse.swift /Users/admin/builder/spi-builder-workspace/ZSGF.Client/Classes/OpenAPIs/Models/OrderListResult.swift /Users/admin/builder/spi-builder-workspace/ZSGF.Client/Classes/OpenAPIs/Models/OrderListResultApiResponse.swift /Users/admin/builder/spi-builder-workspace/ZSGF.Client/Classes/OpenAPIs/Models/PaymentInfoWithId.swift /Users/admin/builder/spi-builder-workspace/ZSGF.Client/Classes/OpenAPIs/Models/PhoneSignInRequest.swift /Users/admin/builder/spi-builder-workspace/ZSGF.Client/Classes/OpenAPIs/Models/PhoneSignUpRequest.swift /Users/admin/builder/spi-builder-workspace/ZSGF.Client/Classes/OpenAPIs/Models/PresetPayToolInfo.swift /Users/admin/builder/spi-builder-workspace/ZSGF.Client/Classes/OpenAPIs/Models/ProfileResult.swift /Users/admin/builder/spi-builder-workspace/ZSGF.Client/Classes/OpenAPIs/Models/ProfileResultApiResponse.swift /Users/admin/builder/spi-builder-workspace/ZSGF.Client/Classes/OpenAPIs/Models/QRCodePreSignInRequest.swift (in target 'ZSGF.Client' from project 'ZSGF.Client')
SwiftCompile normal arm64 Compiling\ CodableHelper.swift,\ Configuration.swift,\ Extensions.swift,\ JSONDataEncoding.swift,\ JSONEncodingHelper.swift,\ Models.swift,\ AccessTokenListResult.swift,\ AccessTokenListResultApiResponse.swift,\ AccessTokenPostRequest.swift,\ AccessTokenPutRequest.swift,\ AlipayCreateOrderPagePayRequest.swift,\ AlipayCreateOrderRequest.swift,\ AlipayCreateOrderWapPayRequest.swift,\ AlipayTradeQueryResponse.swift,\ AlipayTradeQueryResponseApiResponse.swift,\ AlipayTradeRefundResponse.swift /Users/admin/builder/spi-builder-workspace/ZSGF.Client/Classes/OpenAPIs/CodableHelper.swift /Users/admin/builder/spi-builder-workspace/ZSGF.Client/Classes/OpenAPIs/Configuration.swift /Users/admin/builder/spi-builder-workspace/ZSGF.Client/Classes/OpenAPIs/Extensions.swift /Users/admin/builder/spi-builder-workspace/ZSGF.Client/Classes/OpenAPIs/JSONDataEncoding.swift /Users/admin/builder/spi-builder-workspace/ZSGF.Client/Classes/OpenAPIs/JSONEncodingHelper.swift /Users/admin/builder/spi-builder-workspace/ZSGF.Client/Classes/OpenAPIs/Models.swift /Users/admin/builder/spi-builder-workspace/ZSGF.Client/Classes/OpenAPIs/Models/AccessTokenListResult.swift /Users/admin/builder/spi-builder-workspace/ZSGF.Client/Classes/OpenAPIs/Models/AccessTokenListResultApiResponse.swift /Users/admin/builder/spi-builder-workspace/ZSGF.Client/Classes/OpenAPIs/Models/AccessTokenPostRequest.swift /Users/admin/builder/spi-builder-workspace/ZSGF.Client/Classes/OpenAPIs/Models/AccessTokenPutRequest.swift /Users/admin/builder/spi-builder-workspace/ZSGF.Client/Classes/OpenAPIs/Models/AlipayCreateOrderPagePayRequest.swift /Users/admin/builder/spi-builder-workspace/ZSGF.Client/Classes/OpenAPIs/Models/AlipayCreateOrderRequest.swift /Users/admin/builder/spi-builder-workspace/ZSGF.Client/Classes/OpenAPIs/Models/AlipayCreateOrderWapPayRequest.swift /Users/admin/builder/spi-builder-workspace/ZSGF.Client/Classes/OpenAPIs/Models/AlipayTradeQueryResponse.swift /Users/admin/builder/spi-builder-workspace/ZSGF.Client/Classes/OpenAPIs/Models/AlipayTradeQueryResponseApiResponse.swift /Users/admin/builder/spi-builder-workspace/ZSGF.Client/Classes/OpenAPIs/Models/AlipayTradeRefundResponse.swift (in target 'ZSGF.Client' from project 'ZSGF.Client')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/ZSGF.Client/Classes/OpenAPIs/CodableHelper.swift (in target 'ZSGF.Client' from project 'ZSGF.Client')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/ZSGF.Client/Classes/OpenAPIs/Configuration.swift (in target 'ZSGF.Client' from project 'ZSGF.Client')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/ZSGF.Client/Classes/OpenAPIs/Extensions.swift (in target 'ZSGF.Client' from project 'ZSGF.Client')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/ZSGF.Client/Classes/OpenAPIs/JSONDataEncoding.swift (in target 'ZSGF.Client' from project 'ZSGF.Client')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/ZSGF.Client/Classes/OpenAPIs/JSONEncodingHelper.swift (in target 'ZSGF.Client' from project 'ZSGF.Client')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/ZSGF.Client/Classes/OpenAPIs/Models.swift (in target 'ZSGF.Client' from project 'ZSGF.Client')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/ZSGF.Client/Classes/OpenAPIs/Models/AccessTokenListResult.swift (in target 'ZSGF.Client' from project 'ZSGF.Client')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/ZSGF.Client/Classes/OpenAPIs/Models/AccessTokenListResultApiResponse.swift (in target 'ZSGF.Client' from project 'ZSGF.Client')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/ZSGF.Client/Classes/OpenAPIs/Models/AccessTokenPostRequest.swift (in target 'ZSGF.Client' from project 'ZSGF.Client')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/ZSGF.Client/Classes/OpenAPIs/Models/AccessTokenPutRequest.swift (in target 'ZSGF.Client' from project 'ZSGF.Client')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/ZSGF.Client/Classes/OpenAPIs/Models/AlipayCreateOrderPagePayRequest.swift (in target 'ZSGF.Client' from project 'ZSGF.Client')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/ZSGF.Client/Classes/OpenAPIs/Models/AlipayCreateOrderRequest.swift (in target 'ZSGF.Client' from project 'ZSGF.Client')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/ZSGF.Client/Classes/OpenAPIs/Models/AlipayCreateOrderWapPayRequest.swift (in target 'ZSGF.Client' from project 'ZSGF.Client')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/ZSGF.Client/Classes/OpenAPIs/Models/AlipayTradeQueryResponse.swift (in target 'ZSGF.Client' from project 'ZSGF.Client')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/ZSGF.Client/Classes/OpenAPIs/Models/AlipayTradeQueryResponseApiResponse.swift (in target 'ZSGF.Client' from project 'ZSGF.Client')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/ZSGF.Client/Classes/OpenAPIs/Models/AlipayTradeRefundResponse.swift (in target 'ZSGF.Client' from project 'ZSGF.Client')
SwiftCompile normal arm64 Compiling\ ContributeDetail.swift,\ CreateOrderRequest.swift,\ CreateOrderResult.swift,\ CreateOrderResultApiResponse.swift,\ CurrencyConsumeRequest.swift,\ CurrencyTransaction.swift,\ DirectoryItem.swift,\ EmailSignInRequest.swift,\ EmailSignUpRequest.swift,\ EnterprisePayInfo.swift,\ ExchangeCurrencyRequest.swift,\ ExternalAccountBindRequest.swift,\ ExternalAccountPutRequest.swift,\ ExternalAccountSignInRequest.swift,\ FileItem.swift,\ FileListResult.swift /Users/admin/builder/spi-builder-workspace/ZSGF.Client/Classes/OpenAPIs/Models/ContributeDetail.swift /Users/admin/builder/spi-builder-workspace/ZSGF.Client/Classes/OpenAPIs/Models/CreateOrderRequest.swift /Users/admin/builder/spi-builder-workspace/ZSGF.Client/Classes/OpenAPIs/Models/CreateOrderResult.swift /Users/admin/builder/spi-builder-workspace/ZSGF.Client/Classes/OpenAPIs/Models/CreateOrderResultApiResponse.swift /Users/admin/builder/spi-builder-workspace/ZSGF.Client/Classes/OpenAPIs/Models/CurrencyConsumeRequest.swift /Users/admin/builder/spi-builder-workspace/ZSGF.Client/Classes/OpenAPIs/Models/CurrencyTransaction.swift /Users/admin/builder/spi-builder-workspace/ZSGF.Client/Classes/OpenAPIs/Models/DirectoryItem.swift /Users/admin/builder/spi-builder-workspace/ZSGF.Client/Classes/OpenAPIs/Models/EmailSignInRequest.swift /Users/admin/builder/spi-builder-workspace/ZSGF.Client/Classes/OpenAPIs/Models/EmailSignUpRequest.swift /Users/admin/builder/spi-builder-workspace/ZSGF.Client/Classes/OpenAPIs/Models/EnterprisePayInfo.swift /Users/admin/builder/spi-builder-workspace/ZSGF.Client/Classes/OpenAPIs/Models/ExchangeCurrencyRequest.swift /Users/admin/builder/spi-builder-workspace/ZSGF.Client/Classes/OpenAPIs/Models/ExternalAccountBindRequest.swift /Users/admin/builder/spi-builder-workspace/ZSGF.Client/Classes/OpenAPIs/Models/ExternalAccountPutRequest.swift /Users/admin/builder/spi-builder-workspace/ZSGF.Client/Classes/OpenAPIs/Models/ExternalAccountSignInRequest.swift /Users/admin/builder/spi-builder-workspace/ZSGF.Client/Classes/OpenAPIs/Models/FileItem.swift /Users/admin/builder/spi-builder-workspace/ZSGF.Client/Classes/OpenAPIs/Models/FileListResult.swift (in target 'ZSGF.Client' from project 'ZSGF.Client')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/ZSGF.Client/Classes/OpenAPIs/Models/ContributeDetail.swift (in target 'ZSGF.Client' from project 'ZSGF.Client')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/ZSGF.Client/Classes/OpenAPIs/Models/CreateOrderRequest.swift (in target 'ZSGF.Client' from project 'ZSGF.Client')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/ZSGF.Client/Classes/OpenAPIs/Models/CreateOrderResult.swift (in target 'ZSGF.Client' from project 'ZSGF.Client')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/ZSGF.Client/Classes/OpenAPIs/Models/CreateOrderResultApiResponse.swift (in target 'ZSGF.Client' from project 'ZSGF.Client')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/ZSGF.Client/Classes/OpenAPIs/Models/CurrencyConsumeRequest.swift (in target 'ZSGF.Client' from project 'ZSGF.Client')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/ZSGF.Client/Classes/OpenAPIs/Models/CurrencyTransaction.swift (in target 'ZSGF.Client' from project 'ZSGF.Client')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/ZSGF.Client/Classes/OpenAPIs/Models/DirectoryItem.swift (in target 'ZSGF.Client' from project 'ZSGF.Client')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/ZSGF.Client/Classes/OpenAPIs/Models/EmailSignInRequest.swift (in target 'ZSGF.Client' from project 'ZSGF.Client')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/ZSGF.Client/Classes/OpenAPIs/Models/EmailSignUpRequest.swift (in target 'ZSGF.Client' from project 'ZSGF.Client')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/ZSGF.Client/Classes/OpenAPIs/Models/EnterprisePayInfo.swift (in target 'ZSGF.Client' from project 'ZSGF.Client')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/ZSGF.Client/Classes/OpenAPIs/Models/ExchangeCurrencyRequest.swift (in target 'ZSGF.Client' from project 'ZSGF.Client')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/ZSGF.Client/Classes/OpenAPIs/Models/ExternalAccountBindRequest.swift (in target 'ZSGF.Client' from project 'ZSGF.Client')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/ZSGF.Client/Classes/OpenAPIs/Models/ExternalAccountPutRequest.swift (in target 'ZSGF.Client' from project 'ZSGF.Client')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/ZSGF.Client/Classes/OpenAPIs/Models/ExternalAccountSignInRequest.swift (in target 'ZSGF.Client' from project 'ZSGF.Client')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/ZSGF.Client/Classes/OpenAPIs/Models/FileItem.swift (in target 'ZSGF.Client' from project 'ZSGF.Client')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/ZSGF.Client/Classes/OpenAPIs/Models/FileListResult.swift (in target 'ZSGF.Client' from project 'ZSGF.Client')
SwiftCompile normal arm64 Compiling\ QRCodeScanRequest.swift,\ QRCodeSignInRequest.swift,\ QRCodeSignUpRequest.swift,\ RechargePointRequest.swift,\ RecommendFriend.swift,\ RefundChargeInfo.swift,\ RefundSubFee.swift,\ ReturnPageNotifyRequest.swift,\ SendEmailCodeRequest.swift,\ SendSMSCodeRequest.swift,\ SetupCode.swift,\ SetupCodeApiResponse.swift,\ SignInRequest.swift,\ SignUpRequest.swift,\ StorageListResult.swift /Users/admin/builder/spi-builder-workspace/ZSGF.Client/Classes/OpenAPIs/Models/QRCodeScanRequest.swift /Users/admin/builder/spi-builder-workspace/ZSGF.Client/Classes/OpenAPIs/Models/QRCodeSignInRequest.swift /Users/admin/builder/spi-builder-workspace/ZSGF.Client/Classes/OpenAPIs/Models/QRCodeSignUpRequest.swift /Users/admin/builder/spi-builder-workspace/ZSGF.Client/Classes/OpenAPIs/Models/RechargePointRequest.swift /Users/admin/builder/spi-builder-workspace/ZSGF.Client/Classes/OpenAPIs/Models/RecommendFriend.swift /Users/admin/builder/spi-builder-workspace/ZSGF.Client/Classes/OpenAPIs/Models/RefundChargeInfo.swift /Users/admin/builder/spi-builder-workspace/ZSGF.Client/Classes/OpenAPIs/Models/RefundSubFee.swift /Users/admin/builder/spi-builder-workspace/ZSGF.Client/Classes/OpenAPIs/Models/ReturnPageNotifyRequest.swift /Users/admin/builder/spi-builder-workspace/ZSGF.Client/Classes/OpenAPIs/Models/SendEmailCodeRequest.swift /Users/admin/builder/spi-builder-workspace/ZSGF.Client/Classes/OpenAPIs/Models/SendSMSCodeRequest.swift /Users/admin/builder/spi-builder-workspace/ZSGF.Client/Classes/OpenAPIs/Models/SetupCode.swift /Users/admin/builder/spi-builder-workspace/ZSGF.Client/Classes/OpenAPIs/Models/SetupCodeApiResponse.swift /Users/admin/builder/spi-builder-workspace/ZSGF.Client/Classes/OpenAPIs/Models/SignInRequest.swift /Users/admin/builder/spi-builder-workspace/ZSGF.Client/Classes/OpenAPIs/Models/SignUpRequest.swift /Users/admin/builder/spi-builder-workspace/ZSGF.Client/Classes/OpenAPIs/Models/StorageListResult.swift (in target 'ZSGF.Client' from project 'ZSGF.Client')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/ZSGF.Client/Classes/OpenAPIs/Models/QRCodeScanRequest.swift (in target 'ZSGF.Client' from project 'ZSGF.Client')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/ZSGF.Client/Classes/OpenAPIs/Models/QRCodeSignInRequest.swift (in target 'ZSGF.Client' from project 'ZSGF.Client')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/ZSGF.Client/Classes/OpenAPIs/Models/QRCodeSignUpRequest.swift (in target 'ZSGF.Client' from project 'ZSGF.Client')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/ZSGF.Client/Classes/OpenAPIs/Models/RechargePointRequest.swift (in target 'ZSGF.Client' from project 'ZSGF.Client')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/ZSGF.Client/Classes/OpenAPIs/Models/RecommendFriend.swift (in target 'ZSGF.Client' from project 'ZSGF.Client')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/ZSGF.Client/Classes/OpenAPIs/Models/RefundChargeInfo.swift (in target 'ZSGF.Client' from project 'ZSGF.Client')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/ZSGF.Client/Classes/OpenAPIs/Models/RefundSubFee.swift (in target 'ZSGF.Client' from project 'ZSGF.Client')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/ZSGF.Client/Classes/OpenAPIs/Models/ReturnPageNotifyRequest.swift (in target 'ZSGF.Client' from project 'ZSGF.Client')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/ZSGF.Client/Classes/OpenAPIs/Models/SendEmailCodeRequest.swift (in target 'ZSGF.Client' from project 'ZSGF.Client')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/ZSGF.Client/Classes/OpenAPIs/Models/SendSMSCodeRequest.swift (in target 'ZSGF.Client' from project 'ZSGF.Client')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/ZSGF.Client/Classes/OpenAPIs/Models/SetupCode.swift (in target 'ZSGF.Client' from project 'ZSGF.Client')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/ZSGF.Client/Classes/OpenAPIs/Models/SetupCodeApiResponse.swift (in target 'ZSGF.Client' from project 'ZSGF.Client')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/ZSGF.Client/Classes/OpenAPIs/Models/SignInRequest.swift (in target 'ZSGF.Client' from project 'ZSGF.Client')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/ZSGF.Client/Classes/OpenAPIs/Models/SignUpRequest.swift (in target 'ZSGF.Client' from project 'ZSGF.Client')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/ZSGF.Client/Classes/OpenAPIs/Models/StorageListResult.swift (in target 'ZSGF.Client' from project 'ZSGF.Client')
SwiftCompile normal arm64 Compiling\ StorageListResultApiResponse.swift,\ StringApiResponse.swift,\ SubFee.swift,\ TapPayInfo.swift,\ TokenModel.swift,\ TokenModelApiResponse.swift,\ TradeFundBill.swift,\ TradeSettleDetail.swift,\ TradeSettleInfo.swift,\ UnionIDSignInRequest.swift,\ UnionIDSignUpRequest.swift,\ UpdateProfileRequest.swift,\ User.swift,\ UserAccessToken.swift,\ UserCommonInterestsResult.swift /Users/admin/builder/spi-builder-workspace/ZSGF.Client/Classes/OpenAPIs/Models/StorageListResultApiResponse.swift /Users/admin/builder/spi-builder-workspace/ZSGF.Client/Classes/OpenAPIs/Models/StringApiResponse.swift /Users/admin/builder/spi-builder-workspace/ZSGF.Client/Classes/OpenAPIs/Models/SubFee.swift /Users/admin/builder/spi-builder-workspace/ZSGF.Client/Classes/OpenAPIs/Models/TapPayInfo.swift /Users/admin/builder/spi-builder-workspace/ZSGF.Client/Classes/OpenAPIs/Models/TokenModel.swift /Users/admin/builder/spi-builder-workspace/ZSGF.Client/Classes/OpenAPIs/Models/TokenModelApiResponse.swift /Users/admin/builder/spi-builder-workspace/ZSGF.Client/Classes/OpenAPIs/Models/TradeFundBill.swift /Users/admin/builder/spi-builder-workspace/ZSGF.Client/Classes/OpenAPIs/Models/TradeSettleDetail.swift /Users/admin/builder/spi-builder-workspace/ZSGF.Client/Classes/OpenAPIs/Models/TradeSettleInfo.swift /Users/admin/builder/spi-builder-workspace/ZSGF.Client/Classes/OpenAPIs/Models/UnionIDSignInRequest.swift /Users/admin/builder/spi-builder-workspace/ZSGF.Client/Classes/OpenAPIs/Models/UnionIDSignUpRequest.swift /Users/admin/builder/spi-builder-workspace/ZSGF.Client/Classes/OpenAPIs/Models/UpdateProfileRequest.swift /Users/admin/builder/spi-builder-workspace/ZSGF.Client/Classes/OpenAPIs/Models/User.swift /Users/admin/builder/spi-builder-workspace/ZSGF.Client/Classes/OpenAPIs/Models/UserAccessToken.swift /Users/admin/builder/spi-builder-workspace/ZSGF.Client/Classes/OpenAPIs/Models/UserCommonInterestsResult.swift (in target 'ZSGF.Client' from project 'ZSGF.Client')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/ZSGF.Client/Classes/OpenAPIs/Models/StorageListResultApiResponse.swift (in target 'ZSGF.Client' from project 'ZSGF.Client')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/ZSGF.Client/Classes/OpenAPIs/Models/StringApiResponse.swift (in target 'ZSGF.Client' from project 'ZSGF.Client')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/ZSGF.Client/Classes/OpenAPIs/Models/SubFee.swift (in target 'ZSGF.Client' from project 'ZSGF.Client')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/ZSGF.Client/Classes/OpenAPIs/Models/TapPayInfo.swift (in target 'ZSGF.Client' from project 'ZSGF.Client')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/ZSGF.Client/Classes/OpenAPIs/Models/TokenModel.swift (in target 'ZSGF.Client' from project 'ZSGF.Client')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/ZSGF.Client/Classes/OpenAPIs/Models/TokenModelApiResponse.swift (in target 'ZSGF.Client' from project 'ZSGF.Client')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/ZSGF.Client/Classes/OpenAPIs/Models/TradeFundBill.swift (in target 'ZSGF.Client' from project 'ZSGF.Client')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/ZSGF.Client/Classes/OpenAPIs/Models/TradeSettleDetail.swift (in target 'ZSGF.Client' from project 'ZSGF.Client')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/ZSGF.Client/Classes/OpenAPIs/Models/TradeSettleInfo.swift (in target 'ZSGF.Client' from project 'ZSGF.Client')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/ZSGF.Client/Classes/OpenAPIs/Models/UnionIDSignInRequest.swift (in target 'ZSGF.Client' from project 'ZSGF.Client')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/ZSGF.Client/Classes/OpenAPIs/Models/UnionIDSignUpRequest.swift (in target 'ZSGF.Client' from project 'ZSGF.Client')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/ZSGF.Client/Classes/OpenAPIs/Models/UpdateProfileRequest.swift (in target 'ZSGF.Client' from project 'ZSGF.Client')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/ZSGF.Client/Classes/OpenAPIs/Models/User.swift (in target 'ZSGF.Client' from project 'ZSGF.Client')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/ZSGF.Client/Classes/OpenAPIs/Models/UserAccessToken.swift (in target 'ZSGF.Client' from project 'ZSGF.Client')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/ZSGF.Client/Classes/OpenAPIs/Models/UserCommonInterestsResult.swift (in target 'ZSGF.Client' from project 'ZSGF.Client')
SwiftCompile normal arm64 Compiling\ APIHelper.swift,\ APIs.swift,\ AccessTokenAPI.swift,\ AlipayAPI.swift,\ AppAPI.swift,\ DingTalkAPI.swift,\ ExternalAccountAPI.swift,\ FileAPI.swift,\ OAuthAPI.swift,\ OrderAPI.swift,\ StorageAPI.swift,\ UserAPI.swift,\ UserCurrencyAPI.swift,\ UserFriendsAPI.swift,\ UserLocationAPI.swift,\ WechatAPI.swift /Users/admin/builder/spi-builder-workspace/ZSGF.Client/Classes/OpenAPIs/APIHelper.swift /Users/admin/builder/spi-builder-workspace/ZSGF.Client/Classes/OpenAPIs/APIs.swift /Users/admin/builder/spi-builder-workspace/ZSGF.Client/Classes/OpenAPIs/APIs/AccessTokenAPI.swift /Users/admin/builder/spi-builder-workspace/ZSGF.Client/Classes/OpenAPIs/APIs/AlipayAPI.swift /Users/admin/builder/spi-builder-workspace/ZSGF.Client/Classes/OpenAPIs/APIs/AppAPI.swift /Users/admin/builder/spi-builder-workspace/ZSGF.Client/Classes/OpenAPIs/APIs/DingTalkAPI.swift /Users/admin/builder/spi-builder-workspace/ZSGF.Client/Classes/OpenAPIs/APIs/ExternalAccountAPI.swift /Users/admin/builder/spi-builder-workspace/ZSGF.Client/Classes/OpenAPIs/APIs/FileAPI.swift /Users/admin/builder/spi-builder-workspace/ZSGF.Client/Classes/OpenAPIs/APIs/OAuthAPI.swift /Users/admin/builder/spi-builder-workspace/ZSGF.Client/Classes/OpenAPIs/APIs/OrderAPI.swift /Users/admin/builder/spi-builder-workspace/ZSGF.Client/Classes/OpenAPIs/APIs/StorageAPI.swift /Users/admin/builder/spi-builder-workspace/ZSGF.Client/Classes/OpenAPIs/APIs/UserAPI.swift /Users/admin/builder/spi-builder-workspace/ZSGF.Client/Classes/OpenAPIs/APIs/UserCurrencyAPI.swift /Users/admin/builder/spi-builder-workspace/ZSGF.Client/Classes/OpenAPIs/APIs/UserFriendsAPI.swift /Users/admin/builder/spi-builder-workspace/ZSGF.Client/Classes/OpenAPIs/APIs/UserLocationAPI.swift /Users/admin/builder/spi-builder-workspace/ZSGF.Client/Classes/OpenAPIs/APIs/WechatAPI.swift (in target 'ZSGF.Client' from project 'ZSGF.Client')
Building workspace spi-builder-workspace with scheme ZSGF.Client
(117 failures)
Command line invocation:
/Applications/Xcode-16.3.0.app/Contents/Developer/usr/bin/xcodebuild -IDEClonedSourcePackagesDirPathOverride=/Users/admin/builder/spi-builder-workspace/.dependencies -resolvePackageDependencies
Resolve Package Graph
Resolved source packages:
AnyCodable: https://github.com/Flight-School/AnyCodable @ 0.6.7
ZSGF.Client: /Users/admin/builder/spi-builder-workspace
resolved source packages: AnyCodable, ZSGF.Client
{
"dependencies" : [
{
"identity" : "anycodable",
"requirement" : {
"range" : [
{
"lower_bound" : "0.6.1",
"upper_bound" : "1.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/Flight-School/AnyCodable"
}
],
"manifest_display_name" : "ZSGF.Client",
"name" : "ZSGF.Client",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "ios",
"version" : "11.0"
},
{
"name" : "macos",
"version" : "10.13"
},
{
"name" : "tvos",
"version" : "11.0"
},
{
"name" : "watchos",
"version" : "4.0"
}
],
"products" : [
{
"name" : "ZSGF.Client",
"targets" : [
"ZSGF.Client"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "ZSGF_Client",
"module_type" : "SwiftTarget",
"name" : "ZSGF.Client",
"path" : "ZSGF.Client/Classes",
"product_dependencies" : [
"AnyCodable"
],
"product_memberships" : [
"ZSGF.Client"
],
"sources" : [
"OpenAPIs/APIHelper.swift",
"OpenAPIs/APIs.swift",
"OpenAPIs/APIs/AccessTokenAPI.swift",
"OpenAPIs/APIs/AlipayAPI.swift",
"OpenAPIs/APIs/AppAPI.swift",
"OpenAPIs/APIs/DingTalkAPI.swift",
"OpenAPIs/APIs/ExternalAccountAPI.swift",
"OpenAPIs/APIs/FileAPI.swift",
"OpenAPIs/APIs/OAuthAPI.swift",
"OpenAPIs/APIs/OrderAPI.swift",
"OpenAPIs/APIs/StorageAPI.swift",
"OpenAPIs/APIs/UserAPI.swift",
"OpenAPIs/APIs/UserCurrencyAPI.swift",
"OpenAPIs/APIs/UserFriendsAPI.swift",
"OpenAPIs/APIs/UserLocationAPI.swift",
"OpenAPIs/APIs/WechatAPI.swift",
"OpenAPIs/CodableHelper.swift",
"OpenAPIs/Configuration.swift",
"OpenAPIs/Extensions.swift",
"OpenAPIs/JSONDataEncoding.swift",
"OpenAPIs/JSONEncodingHelper.swift",
"OpenAPIs/Models.swift",
"OpenAPIs/Models/AccessTokenListResult.swift",
"OpenAPIs/Models/AccessTokenListResultApiResponse.swift",
"OpenAPIs/Models/AccessTokenPostRequest.swift",
"OpenAPIs/Models/AccessTokenPutRequest.swift",
"OpenAPIs/Models/AlipayCreateOrderPagePayRequest.swift",
"OpenAPIs/Models/AlipayCreateOrderRequest.swift",
"OpenAPIs/Models/AlipayCreateOrderWapPayRequest.swift",
"OpenAPIs/Models/AlipayTradeQueryResponse.swift",
"OpenAPIs/Models/AlipayTradeQueryResponseApiResponse.swift",
"OpenAPIs/Models/AlipayTradeRefundResponse.swift",
"OpenAPIs/Models/AlipayTradeRefundResponseApiResponse.swift",
"OpenAPIs/Models/AppInfoItem.swift",
"OpenAPIs/Models/AppInfoResult.swift",
"OpenAPIs/Models/AppInfoResultApiResponse.swift",
"OpenAPIs/Models/AppProperty.swift",
"OpenAPIs/Models/AppUserConsentModel.swift",
"OpenAPIs/Models/AppUserConsentModelListApiResponse.swift",
"OpenAPIs/Models/AppUserResetEmailRequest.swift",
"OpenAPIs/Models/AppUserResetPhoneRequest.swift",
"OpenAPIs/Models/AppUserResetPwdRequest.swift",
"OpenAPIs/Models/AuthorizeResult.swift",
"OpenAPIs/Models/AuthorizeResultApiResponse.swift",
"OpenAPIs/Models/BkAgentRespInfo.swift",
"OpenAPIs/Models/BooleanApiResponse.swift",
"OpenAPIs/Models/ChargeInfo.swift",
"OpenAPIs/Models/CommonFriendModel.swift",
"OpenAPIs/Models/ContributeDetail.swift",
"OpenAPIs/Models/CreateOrderRequest.swift",
"OpenAPIs/Models/CreateOrderResult.swift",
"OpenAPIs/Models/CreateOrderResultApiResponse.swift",
"OpenAPIs/Models/CurrencyConsumeRequest.swift",
"OpenAPIs/Models/CurrencyTransaction.swift",
"OpenAPIs/Models/DirectoryItem.swift",
"OpenAPIs/Models/EmailSignInRequest.swift",
"OpenAPIs/Models/EmailSignUpRequest.swift",
"OpenAPIs/Models/EnterprisePayInfo.swift",
"OpenAPIs/Models/ExchangeCurrencyRequest.swift",
"OpenAPIs/Models/ExternalAccountBindRequest.swift",
"OpenAPIs/Models/ExternalAccountPutRequest.swift",
"OpenAPIs/Models/ExternalAccountSignInRequest.swift",
"OpenAPIs/Models/FileItem.swift",
"OpenAPIs/Models/FileListResult.swift",
"OpenAPIs/Models/FileListResultApiResponse.swift",
"OpenAPIs/Models/FollowerModel.swift",
"OpenAPIs/Models/FollowerPutModel.swift",
"OpenAPIs/Models/FulfillmentDetail.swift",
"OpenAPIs/Models/GeoLocation.swift",
"OpenAPIs/Models/GeoLocationModel.swift",
"OpenAPIs/Models/GeoLocationModelApiResponse.swift",
"OpenAPIs/Models/GeoLocationResponseModel.swift",
"OpenAPIs/Models/GetUserProfileResult.swift",
"OpenAPIs/Models/GetUserProfileResultApiResponse.swift",
"OpenAPIs/Models/GoodsDetail.swift",
"OpenAPIs/Models/GrantRequest.swift",
"OpenAPIs/Models/GrantResult.swift",
"OpenAPIs/Models/GrantResultApiResponse.swift",
"OpenAPIs/Models/HbFqPayInfo.swift",
"OpenAPIs/Models/Int64ApiResponse.swift",
"OpenAPIs/Models/IntactChargeInfo.swift",
"OpenAPIs/Models/MySqlGeometry.swift",
"OpenAPIs/Models/ObjectApiResponse.swift",
"OpenAPIs/Models/ObjectListApiResponse.swift",
"OpenAPIs/Models/Order.swift",
"OpenAPIs/Models/OrderApiResponse.swift",
"OpenAPIs/Models/OrderListResult.swift",
"OpenAPIs/Models/OrderListResultApiResponse.swift",
"OpenAPIs/Models/PaymentInfoWithId.swift",
"OpenAPIs/Models/PhoneSignInRequest.swift",
"OpenAPIs/Models/PhoneSignUpRequest.swift",
"OpenAPIs/Models/PresetPayToolInfo.swift",
"OpenAPIs/Models/ProfileResult.swift",
"OpenAPIs/Models/ProfileResultApiResponse.swift",
"OpenAPIs/Models/QRCodePreSignInRequest.swift",
"OpenAPIs/Models/QRCodeScanRequest.swift",
"OpenAPIs/Models/QRCodeSignInRequest.swift",
"OpenAPIs/Models/QRCodeSignUpRequest.swift",
"OpenAPIs/Models/RechargePointRequest.swift",
"OpenAPIs/Models/RecommendFriend.swift",
"OpenAPIs/Models/RefundChargeInfo.swift",
"OpenAPIs/Models/RefundSubFee.swift",
"OpenAPIs/Models/ReturnPageNotifyRequest.swift",
"OpenAPIs/Models/SendEmailCodeRequest.swift",
"OpenAPIs/Models/SendSMSCodeRequest.swift",
"OpenAPIs/Models/SetupCode.swift",
"OpenAPIs/Models/SetupCodeApiResponse.swift",
"OpenAPIs/Models/SignInRequest.swift",
"OpenAPIs/Models/SignUpRequest.swift",
"OpenAPIs/Models/StorageListResult.swift",
"OpenAPIs/Models/StorageListResultApiResponse.swift",
"OpenAPIs/Models/StringApiResponse.swift",
"OpenAPIs/Models/SubFee.swift",
"OpenAPIs/Models/TapPayInfo.swift",
"OpenAPIs/Models/TokenModel.swift",
"OpenAPIs/Models/TokenModelApiResponse.swift",
"OpenAPIs/Models/TradeFundBill.swift",
"OpenAPIs/Models/TradeSettleDetail.swift",
"OpenAPIs/Models/TradeSettleInfo.swift",
"OpenAPIs/Models/UnionIDSignInRequest.swift",
"OpenAPIs/Models/UnionIDSignUpRequest.swift",
"OpenAPIs/Models/UpdateProfileRequest.swift",
"OpenAPIs/Models/User.swift",
"OpenAPIs/Models/UserAccessToken.swift",
"OpenAPIs/Models/UserCommonInterestsResult.swift",
"OpenAPIs/Models/UserCommonInterestsResultApiResponse.swift",
"OpenAPIs/Models/UserCurrency.swift",
"OpenAPIs/Models/UserCurrencyCurrencyTransResult.swift",
"OpenAPIs/Models/UserCurrencyCurrencyTransResultApiResponse.swift",
"OpenAPIs/Models/UserCurrencyListApiResponse.swift",
"OpenAPIs/Models/UserFollowersResult.swift",
"OpenAPIs/Models/UserFollowersResultApiResponse.swift",
"OpenAPIs/Models/UserFriendsNearByResult.swift",
"OpenAPIs/Models/UserFriendsNearByResultApiResponse.swift",
"OpenAPIs/Models/UserLocationPostResult.swift",
"OpenAPIs/Models/UserLocationPostResultApiResponse.swift",
"OpenAPIs/Models/UserLocationsResult.swift",
"OpenAPIs/Models/UserLocationsResultApiResponse.swift",
"OpenAPIs/Models/UserLogins.swift",
"OpenAPIs/Models/UserLoginsListApiResponse.swift",
"OpenAPIs/Models/UserMutualFollowersResult.swift",
"OpenAPIs/Models/UserMutualFollowersResultApiResponse.swift",
"OpenAPIs/Models/UserMutualFollowingsResult.swift",
"OpenAPIs/Models/UserMutualFollowingsResultApiResponse.swift",
"OpenAPIs/Models/UserProfileResult.swift",
"OpenAPIs/Models/UserProfileResultApiResponse.swift",
"OpenAPIs/Models/UserQRCodeScanResult.swift",
"OpenAPIs/Models/UserQRCodeScanResultApiResponse.swift",
"OpenAPIs/Models/VoucherDetail.swift",
"OpenAPIs/Models/WechatJSConfigResult.swift",
"OpenAPIs/Models/WechatJSConfigResultApiResponse.swift",
"OpenAPIs/OpenISO8601DateFormatter.swift",
"OpenAPIs/SynchronizedDictionary.swift",
"OpenAPIs/URLSessionImplementations.swift",
"OpenAPIs/Validation.swift"
],
"type" : "library"
}
],
"tools_version" : "5.1"
}
{
"workspace" : {
"name" : "spi-builder-workspace",
"schemes" : [
"ZSGF.Client"
]
}
}
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme ZSGF.Client -destination generic/platform=tvOS
Command line invocation:
/Applications/Xcode-16.3.0.app/Contents/Developer/usr/bin/xcodebuild -IDEClonedSourcePackagesDirPathOverride=/Users/admin/builder/spi-builder-workspace/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath /Users/admin/builder/spi-builder-workspace/.derivedData build -scheme ZSGF.Client -destination generic/platform=tvOS
Resolve Package Graph
Resolved source packages:
AnyCodable: https://github.com/Flight-School/AnyCodable @ 0.6.7
ZSGF.Client: /Users/admin/builder/spi-builder-workspace
ComputePackagePrebuildTargetDependencyGraph
Prepare packages
CreateBuildRequest
SendProjectDescription
CreateBuildOperation
ComputeTargetDependencyGraph
note: Building targets in dependency order
note: Target dependency graph (4 targets)
Target 'ZSGF.Client' in project 'ZSGF.Client'
➜ Explicit dependency on target 'ZSGF.Client' in project 'ZSGF.Client'
➜ Explicit dependency on target 'AnyCodable' in project 'AnyCodable'
Target 'ZSGF.Client' in project 'ZSGF.Client'
➜ Explicit dependency on target 'AnyCodable' in project 'AnyCodable'
Target 'AnyCodable' in project 'AnyCodable'
➜ Explicit dependency on target 'AnyCodable' in project 'AnyCodable'
Target 'AnyCodable' in project 'AnyCodable' (no dependencies)
GatherProvisioningInputs
CreateBuildDescription
ExecuteExternalTool /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc --version
ExecuteExternalTool /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -isysroot /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.4.sdk -x c -c /dev/null
ExecuteExternalTool /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld -version_details
Build description signature: a69c6679aa12e3703b1d1bd189a7b0f6
Build description path: /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCBuildData/a69c6679aa12e3703b1d1bd189a7b0f6.xcbuilddata
ClangStatCache /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang-stat-cache /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.4.sdk /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/appletvos18.4-22L251-271d326055c85f9856fa135c41255102.sdkstatcache
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
/Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang-stat-cache /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.4.sdk -o /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/appletvos18.4-22L251-271d326055c85f9856fa135c41255102.sdkstatcache
SwiftDriver AnyCodable normal arm64 com.apple.xcode.tools.swift.compiler (in target 'AnyCodable' from project 'AnyCodable')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
builtin-SwiftDriver -- /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name AnyCodable -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AnyCodable.build/Debug-appletvos/AnyCodable.build/Objects-normal/arm64/AnyCodable.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -DXcode -plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.4.sdk -target arm64-apple-tvos12.0 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -enable-testing -suppress-warnings -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -swift-version 5 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos -I /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.4.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/appletvos18.4-22L251-271d326055c85f9856fa135c41255102.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AnyCodable.build/Debug-appletvos/AnyCodable.build/Objects-normal/arm64/AnyCodable-OutputFileMap.json -use-frontend-parseable-output -save-temps -no-color-diagnostics -serialize-diagnostics -emit-dependencies -emit-module -emit-module-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AnyCodable.build/Debug-appletvos/AnyCodable.build/Objects-normal/arm64/AnyCodable.swiftmodule -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AnyCodable.build/Debug-appletvos/AnyCodable.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AnyCodable.build/Debug-appletvos/AnyCodable.build/Objects-normal/arm64/AnyCodable_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AnyCodable.build/Debug-appletvos/AnyCodable.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AnyCodable.build/Debug-appletvos/AnyCodable.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AnyCodable.build/Debug-appletvos/AnyCodable.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -emit-objc-header -emit-objc-header-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AnyCodable.build/Debug-appletvos/AnyCodable.build/Objects-normal/arm64/AnyCodable-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
SwiftCompile normal arm64 Compiling\ AnyDecodable.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/AnyCodable/Sources/AnyCodable/AnyDecodable.swift (in target 'AnyCodable' from project 'AnyCodable')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/AnyCodable/Sources/AnyCodable/AnyDecodable.swift (in target 'AnyCodable' from project 'AnyCodable')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 Compiling\ AnyCodable.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/AnyCodable/Sources/AnyCodable/AnyCodable.swift (in target 'AnyCodable' from project 'AnyCodable')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/AnyCodable/Sources/AnyCodable/AnyCodable.swift (in target 'AnyCodable' from project 'AnyCodable')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 Compiling\ AnyEncodable.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/AnyCodable/Sources/AnyCodable/AnyEncodable.swift (in target 'AnyCodable' from project 'AnyCodable')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/AnyCodable/Sources/AnyCodable/AnyEncodable.swift (in target 'AnyCodable' from project 'AnyCodable')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftEmitModule normal arm64 Emitting\ module\ for\ AnyCodable (in target 'AnyCodable' from project 'AnyCodable')
EmitSwiftModule normal arm64 (in target 'AnyCodable' from project 'AnyCodable')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftDriverJobDiscovery normal arm64 Emitting module for AnyCodable (in target 'AnyCodable' from project 'AnyCodable')
SwiftDriver\ Compilation\ Requirements AnyCodable normal arm64 com.apple.xcode.tools.swift.compiler (in target 'AnyCodable' from project 'AnyCodable')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
builtin-Swift-Compilation-Requirements -- /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name AnyCodable -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AnyCodable.build/Debug-appletvos/AnyCodable.build/Objects-normal/arm64/AnyCodable.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -DXcode -plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.4.sdk -target arm64-apple-tvos12.0 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -enable-testing -suppress-warnings -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -swift-version 5 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos -I /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.4.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/appletvos18.4-22L251-271d326055c85f9856fa135c41255102.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AnyCodable.build/Debug-appletvos/AnyCodable.build/Objects-normal/arm64/AnyCodable-OutputFileMap.json -use-frontend-parseable-output -save-temps -no-color-diagnostics -serialize-diagnostics -emit-dependencies -emit-module -emit-module-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AnyCodable.build/Debug-appletvos/AnyCodable.build/Objects-normal/arm64/AnyCodable.swiftmodule -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AnyCodable.build/Debug-appletvos/AnyCodable.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AnyCodable.build/Debug-appletvos/AnyCodable.build/Objects-normal/arm64/AnyCodable_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AnyCodable.build/Debug-appletvos/AnyCodable.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AnyCodable.build/Debug-appletvos/AnyCodable.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AnyCodable.build/Debug-appletvos/AnyCodable.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -emit-objc-header -emit-objc-header-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AnyCodable.build/Debug-appletvos/AnyCodable.build/Objects-normal/arm64/AnyCodable-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/AnyCodable.swiftmodule/arm64-apple-tvos.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AnyCodable.build/Debug-appletvos/AnyCodable.build/Objects-normal/arm64/AnyCodable.abi.json (in target 'AnyCodable' from project 'AnyCodable')
cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/AnyCodable
builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks -rename /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AnyCodable.build/Debug-appletvos/AnyCodable.build/Objects-normal/arm64/AnyCodable.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/AnyCodable.swiftmodule/arm64-apple-tvos.abi.json
SwiftDriver ZSGF.Client normal arm64 com.apple.xcode.tools.swift.compiler (in target 'ZSGF.Client' from project 'ZSGF.Client')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
builtin-SwiftDriver -- /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name ZSGF_Client -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ZSGF.Client.build/Debug-appletvos/ZSGF.Client.build/Objects-normal/arm64/ZSGF.Client.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -DXcode -plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.4.sdk -target arm64-apple-tvos12.0 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -enable-testing -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -swift-version 5 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos -I /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.4.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/appletvos18.4-22L251-271d326055c85f9856fa135c41255102.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ZSGF.Client.build/Debug-appletvos/ZSGF.Client.build/Objects-normal/arm64/ZSGF.Client-OutputFileMap.json -use-frontend-parseable-output -save-temps -no-color-diagnostics -serialize-diagnostics -emit-dependencies -emit-module -emit-module-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ZSGF.Client.build/Debug-appletvos/ZSGF.Client.build/Objects-normal/arm64/ZSGF_Client.swiftmodule -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ZSGF.Client.build/Debug-appletvos/ZSGF.Client.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ZSGF.Client.build/Debug-appletvos/ZSGF.Client.build/Objects-normal/arm64/ZSGF.Client_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ZSGF.Client.build/Debug-appletvos/ZSGF.Client.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ZSGF.Client.build/Debug-appletvos/ZSGF.Client.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ZSGF.Client.build/Debug-appletvos/ZSGF.Client.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -emit-objc-header -emit-objc-header-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ZSGF.Client.build/Debug-appletvos/ZSGF.Client.build/Objects-normal/arm64/ZSGF.Client-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
SwiftDriverJobDiscovery normal arm64 Compiling AnyDecodable.swift (in target 'AnyCodable' from project 'AnyCodable')
SwiftDriverJobDiscovery normal arm64 Compiling AnyCodable.swift (in target 'AnyCodable' from project 'AnyCodable')
SwiftCompile normal arm64 Compiling\ APIHelper.swift,\ APIs.swift,\ AccessTokenAPI.swift,\ AlipayAPI.swift,\ AppAPI.swift,\ DingTalkAPI.swift,\ ExternalAccountAPI.swift,\ FileAPI.swift,\ OAuthAPI.swift,\ OrderAPI.swift,\ StorageAPI.swift,\ UserAPI.swift,\ UserCurrencyAPI.swift,\ UserFriendsAPI.swift,\ UserLocationAPI.swift,\ WechatAPI.swift /Users/admin/builder/spi-builder-workspace/ZSGF.Client/Classes/OpenAPIs/APIHelper.swift /Users/admin/builder/spi-builder-workspace/ZSGF.Client/Classes/OpenAPIs/APIs.swift /Users/admin/builder/spi-builder-workspace/ZSGF.Client/Classes/OpenAPIs/APIs/AccessTokenAPI.swift /Users/admin/builder/spi-builder-workspace/ZSGF.Client/Classes/OpenAPIs/APIs/AlipayAPI.swift /Users/admin/builder/spi-builder-workspace/ZSGF.Client/Classes/OpenAPIs/APIs/AppAPI.swift /Users/admin/builder/spi-builder-workspace/ZSGF.Client/Classes/OpenAPIs/APIs/DingTalkAPI.swift /Users/admin/builder/spi-builder-workspace/ZSGF.Client/Classes/OpenAPIs/APIs/ExternalAccountAPI.swift /Users/admin/builder/spi-builder-workspace/ZSGF.Client/Classes/OpenAPIs/APIs/FileAPI.swift /Users/admin/builder/spi-builder-workspace/ZSGF.Client/Classes/OpenAPIs/APIs/OAuthAPI.swift /Users/admin/builder/spi-builder-workspace/ZSGF.Client/Classes/OpenAPIs/APIs/OrderAPI.swift /Users/admin/builder/spi-builder-workspace/ZSGF.Client/Classes/OpenAPIs/APIs/StorageAPI.swift /Users/admin/builder/spi-builder-workspace/ZSGF.Client/Classes/OpenAPIs/APIs/UserAPI.swift /Users/admin/builder/spi-builder-workspace/ZSGF.Client/Classes/OpenAPIs/APIs/UserCurrencyAPI.swift /Users/admin/builder/spi-builder-workspace/ZSGF.Client/Classes/OpenAPIs/APIs/UserFriendsAPI.swift /Users/admin/builder/spi-builder-workspace/ZSGF.Client/Classes/OpenAPIs/APIs/UserLocationAPI.swift /Users/admin/builder/spi-builder-workspace/ZSGF.Client/Classes/OpenAPIs/APIs/WechatAPI.swift (in target 'ZSGF.Client' from project 'ZSGF.Client')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/ZSGF.Client/Classes/OpenAPIs/APIHelper.swift (in target 'ZSGF.Client' from project 'ZSGF.Client')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/ZSGF.Client/Classes/OpenAPIs/APIs.swift (in target 'ZSGF.Client' from project 'ZSGF.Client')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/ZSGF.Client/Classes/OpenAPIs/APIs/AccessTokenAPI.swift (in target 'ZSGF.Client' from project 'ZSGF.Client')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/ZSGF.Client/Classes/OpenAPIs/APIs/AlipayAPI.swift (in target 'ZSGF.Client' from project 'ZSGF.Client')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/ZSGF.Client/Classes/OpenAPIs/APIs/AppAPI.swift (in target 'ZSGF.Client' from project 'ZSGF.Client')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/ZSGF.Client/Classes/OpenAPIs/APIs/DingTalkAPI.swift (in target 'ZSGF.Client' from project 'ZSGF.Client')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/ZSGF.Client/Classes/OpenAPIs/APIs/ExternalAccountAPI.swift (in target 'ZSGF.Client' from project 'ZSGF.Client')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/ZSGF.Client/Classes/OpenAPIs/APIs/FileAPI.swift (in target 'ZSGF.Client' from project 'ZSGF.Client')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/ZSGF.Client/Classes/OpenAPIs/APIs/OAuthAPI.swift (in target 'ZSGF.Client' from project 'ZSGF.Client')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/ZSGF.Client/Classes/OpenAPIs/APIs/OrderAPI.swift (in target 'ZSGF.Client' from project 'ZSGF.Client')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/ZSGF.Client/Classes/OpenAPIs/APIs/StorageAPI.swift (in target 'ZSGF.Client' from project 'ZSGF.Client')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/ZSGF.Client/Classes/OpenAPIs/APIs/UserAPI.swift (in target 'ZSGF.Client' from project 'ZSGF.Client')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/ZSGF.Client/Classes/OpenAPIs/APIs/UserCurrencyAPI.swift (in target 'ZSGF.Client' from project 'ZSGF.Client')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/ZSGF.Client/Classes/OpenAPIs/APIs/UserFriendsAPI.swift (in target 'ZSGF.Client' from project 'ZSGF.Client')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/ZSGF.Client/Classes/OpenAPIs/APIs/UserLocationAPI.swift (in target 'ZSGF.Client' from project 'ZSGF.Client')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/ZSGF.Client/Classes/OpenAPIs/APIs/WechatAPI.swift (in target 'ZSGF.Client' from project 'ZSGF.Client')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 Compiling\ CodableHelper.swift,\ Configuration.swift,\ Extensions.swift,\ JSONDataEncoding.swift,\ JSONEncodingHelper.swift,\ Models.swift,\ AccessTokenListResult.swift,\ AccessTokenListResultApiResponse.swift,\ AccessTokenPostRequest.swift,\ AccessTokenPutRequest.swift,\ AlipayCreateOrderPagePayRequest.swift,\ AlipayCreateOrderRequest.swift,\ AlipayCreateOrderWapPayRequest.swift,\ AlipayTradeQueryResponse.swift,\ AlipayTradeQueryResponseApiResponse.swift,\ AlipayTradeRefundResponse.swift /Users/admin/builder/spi-builder-workspace/ZSGF.Client/Classes/OpenAPIs/CodableHelper.swift /Users/admin/builder/spi-builder-workspace/ZSGF.Client/Classes/OpenAPIs/Configuration.swift /Users/admin/builder/spi-builder-workspace/ZSGF.Client/Classes/OpenAPIs/Extensions.swift /Users/admin/builder/spi-builder-workspace/ZSGF.Client/Classes/OpenAPIs/JSONDataEncoding.swift /Users/admin/builder/spi-builder-workspace/ZSGF.Client/Classes/OpenAPIs/JSONEncodingHelper.swift /Users/admin/builder/spi-builder-workspace/ZSGF.Client/Classes/OpenAPIs/Models.swift /Users/admin/builder/spi-builder-workspace/ZSGF.Client/Classes/OpenAPIs/Models/AccessTokenListResult.swift /Users/admin/builder/spi-builder-workspace/ZSGF.Client/Classes/OpenAPIs/Models/AccessTokenListResultApiResponse.swift /Users/admin/builder/spi-builder-workspace/ZSGF.Client/Classes/OpenAPIs/Models/AccessTokenPostRequest.swift /Users/admin/builder/spi-builder-workspace/ZSGF.Client/Classes/OpenAPIs/Models/AccessTokenPutRequest.swift /Users/admin/builder/spi-builder-workspace/ZSGF.Client/Classes/OpenAPIs/Models/AlipayCreateOrderPagePayRequest.swift /Users/admin/builder/spi-builder-workspace/ZSGF.Client/Classes/OpenAPIs/Models/AlipayCreateOrderRequest.swift /Users/admin/builder/spi-builder-workspace/ZSGF.Client/Classes/OpenAPIs/Models/AlipayCreateOrderWapPayRequest.swift /Users/admin/builder/spi-builder-workspace/ZSGF.Client/Classes/OpenAPIs/Models/AlipayTradeQueryResponse.swift /Users/admin/builder/spi-builder-workspace/ZSGF.Client/Classes/OpenAPIs/Models/AlipayTradeQueryResponseApiResponse.swift /Users/admin/builder/spi-builder-workspace/ZSGF.Client/Classes/OpenAPIs/Models/AlipayTradeRefundResponse.swift (in target 'ZSGF.Client' from project 'ZSGF.Client')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/ZSGF.Client/Classes/OpenAPIs/CodableHelper.swift (in target 'ZSGF.Client' from project 'ZSGF.Client')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/ZSGF.Client/Classes/OpenAPIs/Configuration.swift (in target 'ZSGF.Client' from project 'ZSGF.Client')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/ZSGF.Client/Classes/OpenAPIs/Extensions.swift (in target 'ZSGF.Client' from project 'ZSGF.Client')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/ZSGF.Client/Classes/OpenAPIs/JSONDataEncoding.swift (in target 'ZSGF.Client' from project 'ZSGF.Client')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/ZSGF.Client/Classes/OpenAPIs/JSONEncodingHelper.swift (in target 'ZSGF.Client' from project 'ZSGF.Client')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/ZSGF.Client/Classes/OpenAPIs/Models.swift (in target 'ZSGF.Client' from project 'ZSGF.Client')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/ZSGF.Client/Classes/OpenAPIs/Models/AccessTokenListResult.swift (in target 'ZSGF.Client' from project 'ZSGF.Client')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/ZSGF.Client/Classes/OpenAPIs/Models/AccessTokenListResultApiResponse.swift (in target 'ZSGF.Client' from project 'ZSGF.Client')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/ZSGF.Client/Classes/OpenAPIs/Models/AccessTokenPostRequest.swift (in target 'ZSGF.Client' from project 'ZSGF.Client')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/ZSGF.Client/Classes/OpenAPIs/Models/AccessTokenPutRequest.swift (in target 'ZSGF.Client' from project 'ZSGF.Client')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/ZSGF.Client/Classes/OpenAPIs/Models/AlipayCreateOrderPagePayRequest.swift (in target 'ZSGF.Client' from project 'ZSGF.Client')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/ZSGF.Client/Classes/OpenAPIs/Models/AlipayCreateOrderRequest.swift (in target 'ZSGF.Client' from project 'ZSGF.Client')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/ZSGF.Client/Classes/OpenAPIs/Models/AlipayCreateOrderWapPayRequest.swift (in target 'ZSGF.Client' from project 'ZSGF.Client')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/ZSGF.Client/Classes/OpenAPIs/Models/AlipayTradeQueryResponse.swift (in target 'ZSGF.Client' from project 'ZSGF.Client')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/ZSGF.Client/Classes/OpenAPIs/Models/AlipayTradeQueryResponseApiResponse.swift (in target 'ZSGF.Client' from project 'ZSGF.Client')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/ZSGF.Client/Classes/OpenAPIs/Models/AlipayTradeRefundResponse.swift (in target 'ZSGF.Client' from project 'ZSGF.Client')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 Compiling\ StorageListResultApiResponse.swift,\ StringApiResponse.swift,\ SubFee.swift,\ TapPayInfo.swift,\ TokenModel.swift,\ TokenModelApiResponse.swift,\ TradeFundBill.swift,\ TradeSettleDetail.swift,\ TradeSettleInfo.swift,\ UnionIDSignInRequest.swift,\ UnionIDSignUpRequest.swift,\ UpdateProfileRequest.swift,\ User.swift,\ UserAccessToken.swift,\ UserCommonInterestsResult.swift /Users/admin/builder/spi-builder-workspace/ZSGF.Client/Classes/OpenAPIs/Models/StorageListResultApiResponse.swift /Users/admin/builder/spi-builder-workspace/ZSGF.Client/Classes/OpenAPIs/Models/StringApiResponse.swift /Users/admin/builder/spi-builder-workspace/ZSGF.Client/Classes/OpenAPIs/Models/SubFee.swift /Users/admin/builder/spi-builder-workspace/ZSGF.Client/Classes/OpenAPIs/Models/TapPayInfo.swift /Users/admin/builder/spi-builder-workspace/ZSGF.Client/Classes/OpenAPIs/Models/TokenModel.swift /Users/admin/builder/spi-builder-workspace/ZSGF.Client/Classes/OpenAPIs/Models/TokenModelApiResponse.swift /Users/admin/builder/spi-builder-workspace/ZSGF.Client/Classes/OpenAPIs/Models/TradeFundBill.swift /Users/admin/builder/spi-builder-workspace/ZSGF.Client/Classes/OpenAPIs/Models/TradeSettleDetail.swift /Users/admin/builder/spi-builder-workspace/ZSGF.Client/Classes/OpenAPIs/Models/TradeSettleInfo.swift /Users/admin/builder/spi-builder-workspace/ZSGF.Client/Classes/OpenAPIs/Models/UnionIDSignInRequest.swift /Users/admin/builder/spi-builder-workspace/ZSGF.Client/Classes/OpenAPIs/Models/UnionIDSignUpRequest.swift /Users/admin/builder/spi-builder-workspace/ZSGF.Client/Classes/OpenAPIs/Models/UpdateProfileRequest.swift /Users/admin/builder/spi-builder-workspace/ZSGF.Client/Classes/OpenAPIs/Models/User.swift /Users/admin/builder/spi-builder-workspace/ZSGF.Client/Classes/OpenAPIs/Models/UserAccessToken.swift /Users/admin/builder/spi-builder-workspace/ZSGF.Client/Classes/OpenAPIs/Models/UserCommonInterestsResult.swift (in target 'ZSGF.Client' from project 'ZSGF.Client')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/ZSGF.Client/Classes/OpenAPIs/Models/StorageListResultApiResponse.swift (in target 'ZSGF.Client' from project 'ZSGF.Client')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/ZSGF.Client/Classes/OpenAPIs/Models/StringApiResponse.swift (in target 'ZSGF.Client' from project 'ZSGF.Client')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/ZSGF.Client/Classes/OpenAPIs/Models/SubFee.swift (in target 'ZSGF.Client' from project 'ZSGF.Client')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/ZSGF.Client/Classes/OpenAPIs/Models/TapPayInfo.swift (in target 'ZSGF.Client' from project 'ZSGF.Client')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/ZSGF.Client/Classes/OpenAPIs/Models/TokenModel.swift (in target 'ZSGF.Client' from project 'ZSGF.Client')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/ZSGF.Client/Classes/OpenAPIs/Models/TokenModelApiResponse.swift (in target 'ZSGF.Client' from project 'ZSGF.Client')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/ZSGF.Client/Classes/OpenAPIs/Models/TradeFundBill.swift (in target 'ZSGF.Client' from project 'ZSGF.Client')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/ZSGF.Client/Classes/OpenAPIs/Models/TradeSettleDetail.swift (in target 'ZSGF.Client' from project 'ZSGF.Client')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/ZSGF.Client/Classes/OpenAPIs/Models/TradeSettleInfo.swift (in target 'ZSGF.Client' from project 'ZSGF.Client')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/ZSGF.Client/Classes/OpenAPIs/Models/UnionIDSignInRequest.swift (in target 'ZSGF.Client' from project 'ZSGF.Client')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/ZSGF.Client/Classes/OpenAPIs/Models/UnionIDSignUpRequest.swift (in target 'ZSGF.Client' from project 'ZSGF.Client')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/ZSGF.Client/Classes/OpenAPIs/Models/UpdateProfileRequest.swift (in target 'ZSGF.Client' from project 'ZSGF.Client')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/ZSGF.Client/Classes/OpenAPIs/Models/User.swift (in target 'ZSGF.Client' from project 'ZSGF.Client')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/ZSGF.Client/Classes/OpenAPIs/Models/UserAccessToken.swift (in target 'ZSGF.Client' from project 'ZSGF.Client')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/ZSGF.Client/Classes/OpenAPIs/Models/UserCommonInterestsResult.swift (in target 'ZSGF.Client' from project 'ZSGF.Client')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 Compiling\ UserCommonInterestsResultApiResponse.swift,\ UserCurrency.swift,\ UserCurrencyCurrencyTransResult.swift,\ UserCurrencyCurrencyTransResultApiResponse.swift,\ UserCurrencyListApiResponse.swift,\ UserFollowersResult.swift,\ UserFollowersResultApiResponse.swift,\ UserFriendsNearByResult.swift,\ UserFriendsNearByResultApiResponse.swift,\ UserLocationPostResult.swift,\ UserLocationPostResultApiResponse.swift,\ UserLocationsResult.swift,\ UserLocationsResultApiResponse.swift,\ UserLogins.swift,\ UserLoginsListApiResponse.swift /Users/admin/builder/spi-builder-workspace/ZSGF.Client/Classes/OpenAPIs/Models/UserCommonInterestsResultApiResponse.swift /Users/admin/builder/spi-builder-workspace/ZSGF.Client/Classes/OpenAPIs/Models/UserCurrency.swift /Users/admin/builder/spi-builder-workspace/ZSGF.Client/Classes/OpenAPIs/Models/UserCurrencyCurrencyTransResult.swift /Users/admin/builder/spi-builder-workspace/ZSGF.Client/Classes/OpenAPIs/Models/UserCurrencyCurrencyTransResultApiResponse.swift /Users/admin/builder/spi-builder-workspace/ZSGF.Client/Classes/OpenAPIs/Models/UserCurrencyListApiResponse.swift /Users/admin/builder/spi-builder-workspace/ZSGF.Client/Classes/OpenAPIs/Models/UserFollowersResult.swift /Users/admin/builder/spi-builder-workspace/ZSGF.Client/Classes/OpenAPIs/Models/UserFollowersResultApiResponse.swift /Users/admin/builder/spi-builder-workspace/ZSGF.Client/Classes/OpenAPIs/Models/UserFriendsNearByResult.swift /Users/admin/builder/spi-builder-workspace/ZSGF.Client/Classes/OpenAPIs/Models/UserFriendsNearByResultApiResponse.swift /Users/admin/builder/spi-builder-workspace/ZSGF.Client/Classes/OpenAPIs/Models/UserLocationPostResult.swift /Users/admin/builder/spi-builder-workspace/ZSGF.Client/Classes/OpenAPIs/Models/UserLocationPostResultApiResponse.swift /Users/admin/builder/spi-builder-workspace/ZSGF.Client/Classes/OpenAPIs/Models/UserLocationsResult.swift /Users/admin/builder/spi-builder-workspace/ZSGF.Client/Classes/OpenAPIs/Models/UserLocationsResultApiResponse.swift /Users/admin/builder/spi-builder-workspace/ZSGF.Client/Classes/OpenAPIs/Models/UserLogins.swift /Users/admin/builder/spi-builder-workspace/ZSGF.Client/Classes/OpenAPIs/Models/UserLoginsListApiResponse.swift (in target 'ZSGF.Client' from project 'ZSGF.Client')
Failed frontend command:
/Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift-frontend -frontend -c -filelist /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ZSGF.Client.build/Debug-appletvos/ZSGF.Client.build/Objects-normal/arm64/sources-1 -primary-file /Users/admin/builder/spi-builder-workspace/ZSGF.Client/Classes/OpenAPIs/Models/UserCommonInterestsResultApiResponse.swift -primary-file /Users/admin/builder/spi-builder-workspace/ZSGF.Client/Classes/OpenAPIs/Models/UserCurrency.swift -primary-file /Users/admin/builder/spi-builder-workspace/ZSGF.Client/Classes/OpenAPIs/Models/UserCurrencyCurrencyTransResult.swift -primary-file /Users/admin/builder/spi-builder-workspace/ZSGF.Client/Classes/OpenAPIs/Models/UserCurrencyCurrencyTransResultApiResponse.swift -primary-file /Users/admin/builder/spi-builder-workspace/ZSGF.Client/Classes/OpenAPIs/Models/UserCurrencyListApiResponse.swift -primary-file /Users/admin/builder/spi-builder-workspace/ZSGF.Client/Classes/OpenAPIs/Models/UserFollowersResult.swift -primary-file /Users/admin/builder/spi-builder-workspace/ZSGF.Client/Classes/OpenAPIs/Models/UserFollowersResultApiResponse.swift -primary-file /Users/admin/builder/spi-builder-workspace/ZSGF.Client/Classes/OpenAPIs/Models/UserFriendsNearByResult.swift -primary-file /Users/admin/builder/spi-builder-workspace/ZSGF.Client/Classes/OpenAPIs/Models/UserFriendsNearByResultApiResponse.swift -primary-file /Users/admin/builder/spi-builder-workspace/ZSGF.Client/Classes/OpenAPIs/Models/UserLocationPostResult.swift -primary-file /Users/admin/builder/spi-builder-workspace/ZSGF.Client/Classes/OpenAPIs/Models/UserLocationPostResultApiResponse.swift -primary-file /Users/admin/builder/spi-builder-workspace/ZSGF.Client/Classes/OpenAPIs/Models/UserLocationsResult.swift -primary-file /Users/admin/builder/spi-builder-workspace/ZSGF.Client/Classes/OpenAPIs/Models/UserLocationsResultApiResponse.swift -primary-file /Users/admin/builder/spi-builder-workspace/ZSGF.Client/Classes/OpenAPIs/Models/UserLogins.swift -primary-file /Users/admin/builder/spi-builder-workspace/ZSGF.Client/Classes/OpenAPIs/Models/UserLoginsListApiResponse.swift -supplementary-output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ZSGF.Client.build/Debug-appletvos/ZSGF.Client.build/Objects-normal/arm64/supplementaryOutputs-9 -target arm64-apple-tvos12.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -sdk /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.4.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos -I /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.4.sdk/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -debug-info-format\=dwarf -dwarf-version\=4 -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -swift-version 5 -enforce-exclusivity\=checked -Onone -D SWIFT_PACKAGE -D DEBUG -D Xcode -serialize-debugging-options -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ZSGF.Client.build/Debug-appletvos/ZSGF.Client.build/Objects-normal/arm64/ZSGF.Client_const_extract_protocols.json -enable-experimental-feature DebugDescriptionMacro -empty-abi-descriptor -plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -resource-dir /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -file-compilation-dir /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/appletvos18.4-22L251-271d326055c85f9856fa135c41255102.sdkstatcache -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ZSGF.Client.build/Debug-appletvos/ZSGF.Client.build/swift-overrides.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ZSGF.Client.build/Debug-appletvos/ZSGF.Client.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ZSGF.Client.build/Debug-appletvos/ZSGF.Client.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ZSGF.Client.build/Debug-appletvos/ZSGF.Client.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name ZSGF_Client -frontend-parseable-output -disable-clang-spi -target-sdk-version 18.4 -target-sdk-name appletvos18.4 -external-plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/bin/swift-plugin-server -in-process-plugin-server-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/libSwiftInProcPluginServer.dylib -plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/local/lib/swift/host/plugins -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ZSGF.Client.build/Debug-appletvos/ZSGF.Client.build/Objects-normal/arm64/UserCommonInterestsResultApiResponse.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ZSGF.Client.build/Debug-appletvos/ZSGF.Client.build/Objects-normal/arm64/UserCurrency.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ZSGF.Client.build/Debug-appletvos/ZSGF.Client.build/Objects-normal/arm64/UserCurrencyCurrencyTransResult.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ZSGF.Client.build/Debug-appletvos/ZSGF.Client.build/Objects-normal/arm64/UserCurrencyCurrencyTransResultApiResponse.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ZSGF.Client.build/Debug-appletvos/ZSGF.Client.build/Objects-normal/arm64/UserCurrencyListApiResponse.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ZSGF.Client.build/Debug-appletvos/ZSGF.Client.build/Objects-normal/arm64/UserFollowersResult.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ZSGF.Client.build/Debug-appletvos/ZSGF.Client.build/Objects-normal/arm64/UserFollowersResultApiResponse.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ZSGF.Client.build/Debug-appletvos/ZSGF.Client.build/Objects-normal/arm64/UserFriendsNearByResult.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ZSGF.Client.build/Debug-appletvos/ZSGF.Client.build/Objects-normal/arm64/UserFriendsNearByResultApiResponse.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ZSGF.Client.build/Debug-appletvos/ZSGF.Client.build/Objects-normal/arm64/UserLocationPostResult.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ZSGF.Client.build/Debug-appletvos/ZSGF.Client.build/Objects-normal/arm64/UserLocationPostResultApiResponse.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ZSGF.Client.build/Debug-appletvos/ZSGF.Client.build/Objects-normal/arm64/UserLocationsResult.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ZSGF.Client.build/Debug-appletvos/ZSGF.Client.build/Objects-normal/arm64/UserLocationsResultApiResponse.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ZSGF.Client.build/Debug-appletvos/ZSGF.Client.build/Objects-normal/arm64/UserLogins.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ZSGF.Client.build/Debug-appletvos/ZSGF.Client.build/Objects-normal/arm64/UserLoginsListApiResponse.o -index-unit-output-path /ZSGF.Client.build/Debug-appletvos/ZSGF.Client.build/Objects-normal/arm64/UserCommonInterestsResultApiResponse.o -index-unit-output-path /ZSGF.Client.build/Debug-appletvos/ZSGF.Client.build/Objects-normal/arm64/UserCurrency.o -index-unit-output-path /ZSGF.Client.build/Debug-appletvos/ZSGF.Client.build/Objects-normal/arm64/UserCurrencyCurrencyTransResult.o -index-unit-output-path /ZSGF.Client.build/Debug-appletvos/ZSGF.Client.build/Objects-normal/arm64/UserCurrencyCurrencyTransResultApiResponse.o -index-unit-output-path /ZSGF.Client.build/Debug-appletvos/ZSGF.Client.build/Objects-normal/arm64/UserCurrencyListApiResponse.o -index-unit-output-path /ZSGF.Client.build/Debug-appletvos/ZSGF.Client.build/Objects-normal/arm64/UserFollowersResult.o -index-unit-output-path /ZSGF.Client.build/Debug-appletvos/ZSGF.Client.build/Objects-normal/arm64/UserFollowersResultApiResponse.o -index-unit-output-path /ZSGF.Client.build/Debug-appletvos/ZSGF.Client.build/Objects-normal/arm64/UserFriendsNearByResult.o -index-unit-output-path /ZSGF.Client.build/Debug-appletvos/ZSGF.Client.build/Objects-normal/arm64/UserFriendsNearByResultApiResponse.o -index-unit-output-path /ZSGF.Client.build/Debug-appletvos/ZSGF.Client.build/Objects-normal/arm64/UserLocationPostResult.o -index-unit-output-path /ZSGF.Client.build/Debug-appletvos/ZSGF.Client.build/Objects-normal/arm64/UserLocationPostResultApiResponse.o -index-unit-output-path /ZSGF.Client.build/Debug-appletvos/ZSGF.Client.build/Objects-normal/arm64/UserLocationsResult.o -index-unit-output-path /ZSGF.Client.build/Debug-appletvos/ZSGF.Client.build/Objects-normal/arm64/UserLocationsResultApiResponse.o -index-unit-output-path /ZSGF.Client.build/Debug-appletvos/ZSGF.Client.build/Objects-normal/arm64/UserLogins.o -index-unit-output-path /ZSGF.Client.build/Debug-appletvos/ZSGF.Client.build/Objects-normal/arm64/UserLoginsListApiResponse.o -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/ZSGF.Client/Classes/OpenAPIs/Models/UserCommonInterestsResultApiResponse.swift (in target 'ZSGF.Client' from project 'ZSGF.Client')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
/Users/admin/builder/spi-builder-workspace/ZSGF.Client/Classes/OpenAPIs/APIs.swift:11:16: error: expected '{' in class
open class ZSGF.ClientAPI {
^
/Users/admin/builder/spi-builder-workspace/ZSGF.Client/Classes/OpenAPIs/URLSessionImplementations.swift:53:22: error: expected '=' in type alias declaration
public typealias ZSGF.ClientAPIChallengeHandler = ((URLSession, URLSessionTask, URLAuthenticationChallenge) -> (URLSession.AuthChallengeDisposition, URLCredential?))
^
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/ZSGF.Client/Classes/OpenAPIs/Models/UserCurrency.swift (in target 'ZSGF.Client' from project 'ZSGF.Client')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
/Users/admin/builder/spi-builder-workspace/ZSGF.Client/Classes/OpenAPIs/APIs.swift:11:16: error: expected '{' in class
open class ZSGF.ClientAPI {
^
/Users/admin/builder/spi-builder-workspace/ZSGF.Client/Classes/OpenAPIs/URLSessionImplementations.swift:53:22: error: expected '=' in type alias declaration
public typealias ZSGF.ClientAPIChallengeHandler = ((URLSession, URLSessionTask, URLAuthenticationChallenge) -> (URLSession.AuthChallengeDisposition, URLCredential?))
^
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/ZSGF.Client/Classes/OpenAPIs/Models/UserCurrencyCurrencyTransResult.swift (in target 'ZSGF.Client' from project 'ZSGF.Client')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
/Users/admin/builder/spi-builder-workspace/ZSGF.Client/Classes/OpenAPIs/APIs.swift:11:16: error: expected '{' in class
open class ZSGF.ClientAPI {
^
/Users/admin/builder/spi-builder-workspace/ZSGF.Client/Classes/OpenAPIs/URLSessionImplementations.swift:53:22: error: expected '=' in type alias declaration
public typealias ZSGF.ClientAPIChallengeHandler = ((URLSession, URLSessionTask, URLAuthenticationChallenge) -> (URLSession.AuthChallengeDisposition, URLCredential?))
^
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/ZSGF.Client/Classes/OpenAPIs/Models/UserCurrencyCurrencyTransResultApiResponse.swift (in target 'ZSGF.Client' from project 'ZSGF.Client')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
/Users/admin/builder/spi-builder-workspace/ZSGF.Client/Classes/OpenAPIs/APIs.swift:11:16: error: expected '{' in class
open class ZSGF.ClientAPI {
^
/Users/admin/builder/spi-builder-workspace/ZSGF.Client/Classes/OpenAPIs/URLSessionImplementations.swift:53:22: error: expected '=' in type alias declaration
public typealias ZSGF.ClientAPIChallengeHandler = ((URLSession, URLSessionTask, URLAuthenticationChallenge) -> (URLSession.AuthChallengeDisposition, URLCredential?))
^
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/ZSGF.Client/Classes/OpenAPIs/Models/UserCurrencyListApiResponse.swift (in target 'ZSGF.Client' from project 'ZSGF.Client')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
/Users/admin/builder/spi-builder-workspace/ZSGF.Client/Classes/OpenAPIs/APIs.swift:11:16: error: expected '{' in class
open class ZSGF.ClientAPI {
^
/Users/admin/builder/spi-builder-workspace/ZSGF.Client/Classes/OpenAPIs/URLSessionImplementations.swift:53:22: error: expected '=' in type alias declaration
public typealias ZSGF.ClientAPIChallengeHandler = ((URLSession, URLSessionTask, URLAuthenticationChallenge) -> (URLSession.AuthChallengeDisposition, URLCredential?))
^
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/ZSGF.Client/Classes/OpenAPIs/Models/UserFollowersResult.swift (in target 'ZSGF.Client' from project 'ZSGF.Client')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
/Users/admin/builder/spi-builder-workspace/ZSGF.Client/Classes/OpenAPIs/APIs.swift:11:16: error: expected '{' in class
open class ZSGF.ClientAPI {
^
/Users/admin/builder/spi-builder-workspace/ZSGF.Client/Classes/OpenAPIs/URLSessionImplementations.swift:53:22: error: expected '=' in type alias declaration
public typealias ZSGF.ClientAPIChallengeHandler = ((URLSession, URLSessionTask, URLAuthenticationChallenge) -> (URLSession.AuthChallengeDisposition, URLCredential?))
^
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/ZSGF.Client/Classes/OpenAPIs/Models/UserFollowersResultApiResponse.swift (in target 'ZSGF.Client' from project 'ZSGF.Client')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
/Users/admin/builder/spi-builder-workspace/ZSGF.Client/Classes/OpenAPIs/APIs.swift:11:16: error: expected '{' in class
open class ZSGF.ClientAPI {
^
/Users/admin/builder/spi-builder-workspace/ZSGF.Client/Classes/OpenAPIs/URLSessionImplementations.swift:53:22: error: expected '=' in type alias declaration
public typealias ZSGF.ClientAPIChallengeHandler = ((URLSession, URLSessionTask, URLAuthenticationChallenge) -> (URLSession.AuthChallengeDisposition, URLCredential?))
^
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/ZSGF.Client/Classes/OpenAPIs/Models/UserFriendsNearByResult.swift (in target 'ZSGF.Client' from project 'ZSGF.Client')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
/Users/admin/builder/spi-builder-workspace/ZSGF.Client/Classes/OpenAPIs/APIs.swift:11:16: error: expected '{' in class
open class ZSGF.ClientAPI {
^
/Users/admin/builder/spi-builder-workspace/ZSGF.Client/Classes/OpenAPIs/URLSessionImplementations.swift:53:22: error: expected '=' in type alias declaration
public typealias ZSGF.ClientAPIChallengeHandler = ((URLSession, URLSessionTask, URLAuthenticationChallenge) -> (URLSession.AuthChallengeDisposition, URLCredential?))
^
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/ZSGF.Client/Classes/OpenAPIs/Models/UserFriendsNearByResultApiResponse.swift (in target 'ZSGF.Client' from project 'ZSGF.Client')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
/Users/admin/builder/spi-builder-workspace/ZSGF.Client/Classes/OpenAPIs/APIs.swift:11:16: error: expected '{' in class
open class ZSGF.ClientAPI {
^
/Users/admin/builder/spi-builder-workspace/ZSGF.Client/Classes/OpenAPIs/URLSessionImplementations.swift:53:22: error: expected '=' in type alias declaration
public typealias ZSGF.ClientAPIChallengeHandler = ((URLSession, URLSessionTask, URLAuthenticationChallenge) -> (URLSession.AuthChallengeDisposition, URLCredential?))
^
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/ZSGF.Client/Classes/OpenAPIs/Models/UserLocationPostResult.swift (in target 'ZSGF.Client' from project 'ZSGF.Client')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
/Users/admin/builder/spi-builder-workspace/ZSGF.Client/Classes/OpenAPIs/APIs.swift:11:16: error: expected '{' in class
open class ZSGF.ClientAPI {
^
/Users/admin/builder/spi-builder-workspace/ZSGF.Client/Classes/OpenAPIs/URLSessionImplementations.swift:53:22: error: expected '=' in type alias declaration
public typealias ZSGF.ClientAPIChallengeHandler = ((URLSession, URLSessionTask, URLAuthenticationChallenge) -> (URLSession.AuthChallengeDisposition, URLCredential?))
^
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/ZSGF.Client/Classes/OpenAPIs/Models/UserLocationPostResultApiResponse.swift (in target 'ZSGF.Client' from project 'ZSGF.Client')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
/Users/admin/builder/spi-builder-workspace/ZSGF.Client/Classes/OpenAPIs/APIs.swift:11:16: error: expected '{' in class
open class ZSGF.ClientAPI {
^
/Users/admin/builder/spi-builder-workspace/ZSGF.Client/Classes/OpenAPIs/URLSessionImplementations.swift:53:22: error: expected '=' in type alias declaration
public typealias ZSGF.ClientAPIChallengeHandler = ((URLSession, URLSessionTask, URLAuthenticationChallenge) -> (URLSession.AuthChallengeDisposition, URLCredential?))
^
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/ZSGF.Client/Classes/OpenAPIs/Models/UserLocationsResult.swift (in target 'ZSGF.Client' from project 'ZSGF.Client')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
/Users/admin/builder/spi-builder-workspace/ZSGF.Client/Classes/OpenAPIs/APIs.swift:11:16: error: expected '{' in class
open class ZSGF.ClientAPI {
^
/Users/admin/builder/spi-builder-workspace/ZSGF.Client/Classes/OpenAPIs/URLSessionImplementations.swift:53:22: error: expected '=' in type alias declaration
public typealias ZSGF.ClientAPIChallengeHandler = ((URLSession, URLSessionTask, URLAuthenticationChallenge) -> (URLSession.AuthChallengeDisposition, URLCredential?))
^
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/ZSGF.Client/Classes/OpenAPIs/Models/UserLocationsResultApiResponse.swift (in target 'ZSGF.Client' from project 'ZSGF.Client')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
/Users/admin/builder/spi-builder-workspace/ZSGF.Client/Classes/OpenAPIs/APIs.swift:11:16: error: expected '{' in class
open class ZSGF.ClientAPI {
^
/Users/admin/builder/spi-builder-workspace/ZSGF.Client/Classes/OpenAPIs/URLSessionImplementations.swift:53:22: error: expected '=' in type alias declaration
public typealias ZSGF.ClientAPIChallengeHandler = ((URLSession, URLSessionTask, URLAuthenticationChallenge) -> (URLSession.AuthChallengeDisposition, URLCredential?))
^
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/ZSGF.Client/Classes/OpenAPIs/Models/UserLogins.swift (in target 'ZSGF.Client' from project 'ZSGF.Client')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
/Users/admin/builder/spi-builder-workspace/ZSGF.Client/Classes/OpenAPIs/APIs.swift:11:16: error: expected '{' in class
open class ZSGF.ClientAPI {
^
/Users/admin/builder/spi-builder-workspace/ZSGF.Client/Classes/OpenAPIs/URLSessionImplementations.swift:53:22: error: expected '=' in type alias declaration
public typealias ZSGF.ClientAPIChallengeHandler = ((URLSession, URLSessionTask, URLAuthenticationChallenge) -> (URLSession.AuthChallengeDisposition, URLCredential?))
^
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/ZSGF.Client/Classes/OpenAPIs/Models/UserLoginsListApiResponse.swift (in target 'ZSGF.Client' from project 'ZSGF.Client')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
/Users/admin/builder/spi-builder-workspace/ZSGF.Client/Classes/OpenAPIs/APIs.swift:11:16: error: expected '{' in class
open class ZSGF.ClientAPI {
^
/Users/admin/builder/spi-builder-workspace/ZSGF.Client/Classes/OpenAPIs/URLSessionImplementations.swift:53:22: error: expected '=' in type alias declaration
public typealias ZSGF.ClientAPIChallengeHandler = ((URLSession, URLSessionTask, URLAuthenticationChallenge) -> (URLSession.AuthChallengeDisposition, URLCredential?))
^
SwiftCompile normal arm64 Compiling\ AlipayTradeRefundResponseApiResponse.swift,\ AppInfoItem.swift,\ AppInfoResult.swift,\ AppInfoResultApiResponse.swift,\ AppProperty.swift,\ AppUserConsentModel.swift,\ AppUserConsentModelListApiResponse.swift,\ AppUserResetEmailRequest.swift,\ AppUserResetPhoneRequest.swift,\ AppUserResetPwdRequest.swift,\ AuthorizeResult.swift,\ AuthorizeResultApiResponse.swift,\ BkAgentRespInfo.swift,\ BooleanApiResponse.swift,\ ChargeInfo.swift,\ CommonFriendModel.swift /Users/admin/builder/spi-builder-workspace/ZSGF.Client/Classes/OpenAPIs/Models/AlipayTradeRefundResponseApiResponse.swift /Users/admin/builder/spi-builder-workspace/ZSGF.Client/Classes/OpenAPIs/Models/AppInfoItem.swift /Users/admin/builder/spi-builder-workspace/ZSGF.Client/Classes/OpenAPIs/Models/AppInfoResult.swift /Users/admin/builder/spi-builder-workspace/ZSGF.Client/Classes/OpenAPIs/Models/AppInfoResultApiResponse.swift /Users/admin/builder/spi-builder-workspace/ZSGF.Client/Classes/OpenAPIs/Models/AppProperty.swift /Users/admin/builder/spi-builder-workspace/ZSGF.Client/Classes/OpenAPIs/Models/AppUserConsentModel.swift /Users/admin/builder/spi-builder-workspace/ZSGF.Client/Classes/OpenAPIs/Models/AppUserConsentModelListApiResponse.swift /Users/admin/builder/spi-builder-workspace/ZSGF.Client/Classes/OpenAPIs/Models/AppUserResetEmailRequest.swift /Users/admin/builder/spi-builder-workspace/ZSGF.Client/Classes/OpenAPIs/Models/AppUserResetPhoneRequest.swift /Users/admin/builder/spi-builder-workspace/ZSGF.Client/Classes/OpenAPIs/Models/AppUserResetPwdRequest.swift /Users/admin/builder/spi-builder-workspace/ZSGF.Client/Classes/OpenAPIs/Models/AuthorizeResult.swift /Users/admin/builder/spi-builder-workspace/ZSGF.Client/Classes/OpenAPIs/Models/AuthorizeResultApiResponse.swift /Users/admin/builder/spi-builder-workspace/ZSGF.Client/Classes/OpenAPIs/Models/BkAgentRespInfo.swift /Users/admin/builder/spi-builder-workspace/ZSGF.Client/Classes/OpenAPIs/Models/BooleanApiResponse.swift /Users/admin/builder/spi-builder-workspace/ZSGF.Client/Classes/OpenAPIs/Models/ChargeInfo.swift /Users/admin/builder/spi-builder-workspace/ZSGF.Client/Classes/OpenAPIs/Models/CommonFriendModel.swift (in target 'ZSGF.Client' from project 'ZSGF.Client')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/ZSGF.Client/Classes/OpenAPIs/Models/AlipayTradeRefundResponseApiResponse.swift (in target 'ZSGF.Client' from project 'ZSGF.Client')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/ZSGF.Client/Classes/OpenAPIs/Models/AppInfoItem.swift (in target 'ZSGF.Client' from project 'ZSGF.Client')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/ZSGF.Client/Classes/OpenAPIs/Models/AppInfoResult.swift (in target 'ZSGF.Client' from project 'ZSGF.Client')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/ZSGF.Client/Classes/OpenAPIs/Models/AppInfoResultApiResponse.swift (in target 'ZSGF.Client' from project 'ZSGF.Client')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/ZSGF.Client/Classes/OpenAPIs/Models/AppProperty.swift (in target 'ZSGF.Client' from project 'ZSGF.Client')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/ZSGF.Client/Classes/OpenAPIs/Models/AppUserConsentModel.swift (in target 'ZSGF.Client' from project 'ZSGF.Client')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/ZSGF.Client/Classes/OpenAPIs/Models/AppUserConsentModelListApiResponse.swift (in target 'ZSGF.Client' from project 'ZSGF.Client')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/ZSGF.Client/Classes/OpenAPIs/Models/AppUserResetEmailRequest.swift (in target 'ZSGF.Client' from project 'ZSGF.Client')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/ZSGF.Client/Classes/OpenAPIs/Models/AppUserResetPhoneRequest.swift (in target 'ZSGF.Client' from project 'ZSGF.Client')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/ZSGF.Client/Classes/OpenAPIs/Models/AppUserResetPwdRequest.swift (in target 'ZSGF.Client' from project 'ZSGF.Client')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/ZSGF.Client/Classes/OpenAPIs/Models/AuthorizeResult.swift (in target 'ZSGF.Client' from project 'ZSGF.Client')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/ZSGF.Client/Classes/OpenAPIs/Models/AuthorizeResultApiResponse.swift (in target 'ZSGF.Client' from project 'ZSGF.Client')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/ZSGF.Client/Classes/OpenAPIs/Models/BkAgentRespInfo.swift (in target 'ZSGF.Client' from project 'ZSGF.Client')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/ZSGF.Client/Classes/OpenAPIs/Models/BooleanApiResponse.swift (in target 'ZSGF.Client' from project 'ZSGF.Client')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/ZSGF.Client/Classes/OpenAPIs/Models/ChargeInfo.swift (in target 'ZSGF.Client' from project 'ZSGF.Client')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/ZSGF.Client/Classes/OpenAPIs/Models/CommonFriendModel.swift (in target 'ZSGF.Client' from project 'ZSGF.Client')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 Compiling\ IntactChargeInfo.swift,\ MySqlGeometry.swift,\ ObjectApiResponse.swift,\ ObjectListApiResponse.swift,\ Order.swift,\ OrderApiResponse.swift,\ OrderListResult.swift,\ OrderListResultApiResponse.swift,\ PaymentInfoWithId.swift,\ PhoneSignInRequest.swift,\ PhoneSignUpRequest.swift,\ PresetPayToolInfo.swift,\ ProfileResult.swift,\ ProfileResultApiResponse.swift,\ QRCodePreSignInRequest.swift /Users/admin/builder/spi-builder-workspace/ZSGF.Client/Classes/OpenAPIs/Models/IntactChargeInfo.swift /Users/admin/builder/spi-builder-workspace/ZSGF.Client/Classes/OpenAPIs/Models/MySqlGeometry.swift /Users/admin/builder/spi-builder-workspace/ZSGF.Client/Classes/OpenAPIs/Models/ObjectApiResponse.swift /Users/admin/builder/spi-builder-workspace/ZSGF.Client/Classes/OpenAPIs/Models/ObjectListApiResponse.swift /Users/admin/builder/spi-builder-workspace/ZSGF.Client/Classes/OpenAPIs/Models/Order.swift /Users/admin/builder/spi-builder-workspace/ZSGF.Client/Classes/OpenAPIs/Models/OrderApiResponse.swift /Users/admin/builder/spi-builder-workspace/ZSGF.Client/Classes/OpenAPIs/Models/OrderListResult.swift /Users/admin/builder/spi-builder-workspace/ZSGF.Client/Classes/OpenAPIs/Models/OrderListResultApiResponse.swift /Users/admin/builder/spi-builder-workspace/ZSGF.Client/Classes/OpenAPIs/Models/PaymentInfoWithId.swift /Users/admin/builder/spi-builder-workspace/ZSGF.Client/Classes/OpenAPIs/Models/PhoneSignInRequest.swift /Users/admin/builder/spi-builder-workspace/ZSGF.Client/Classes/OpenAPIs/Models/PhoneSignUpRequest.swift /Users/admin/builder/spi-builder-workspace/ZSGF.Client/Classes/OpenAPIs/Models/PresetPayToolInfo.swift /Users/admin/builder/spi-builder-workspace/ZSGF.Client/Classes/OpenAPIs/Models/ProfileResult.swift /Users/admin/builder/spi-builder-workspace/ZSGF.Client/Classes/OpenAPIs/Models/ProfileResultApiResponse.swift /Users/admin/builder/spi-builder-workspace/ZSGF.Client/Classes/OpenAPIs/Models/QRCodePreSignInRequest.swift (in target 'ZSGF.Client' from project 'ZSGF.Client')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/ZSGF.Client/Classes/OpenAPIs/Models/IntactChargeInfo.swift (in target 'ZSGF.Client' from project 'ZSGF.Client')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/ZSGF.Client/Classes/OpenAPIs/Models/MySqlGeometry.swift (in target 'ZSGF.Client' from project 'ZSGF.Client')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/ZSGF.Client/Classes/OpenAPIs/Models/ObjectApiResponse.swift (in target 'ZSGF.Client' from project 'ZSGF.Client')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/ZSGF.Client/Classes/OpenAPIs/Models/ObjectListApiResponse.swift (in target 'ZSGF.Client' from project 'ZSGF.Client')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/ZSGF.Client/Classes/OpenAPIs/Models/Order.swift (in target 'ZSGF.Client' from project 'ZSGF.Client')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/ZSGF.Client/Classes/OpenAPIs/Models/OrderApiResponse.swift (in target 'ZSGF.Client' from project 'ZSGF.Client')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/ZSGF.Client/Classes/OpenAPIs/Models/OrderListResult.swift (in target 'ZSGF.Client' from project 'ZSGF.Client')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/ZSGF.Client/Classes/OpenAPIs/Models/OrderListResultApiResponse.swift (in target 'ZSGF.Client' from project 'ZSGF.Client')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/ZSGF.Client/Classes/OpenAPIs/Models/PaymentInfoWithId.swift (in target 'ZSGF.Client' from project 'ZSGF.Client')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/ZSGF.Client/Classes/OpenAPIs/Models/PhoneSignInRequest.swift (in target 'ZSGF.Client' from project 'ZSGF.Client')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/ZSGF.Client/Classes/OpenAPIs/Models/PhoneSignUpRequest.swift (in target 'ZSGF.Client' from project 'ZSGF.Client')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/ZSGF.Client/Classes/OpenAPIs/Models/PresetPayToolInfo.swift (in target 'ZSGF.Client' from project 'ZSGF.Client')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/ZSGF.Client/Classes/OpenAPIs/Models/ProfileResult.swift (in target 'ZSGF.Client' from project 'ZSGF.Client')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/ZSGF.Client/Classes/OpenAPIs/Models/ProfileResultApiResponse.swift (in target 'ZSGF.Client' from project 'ZSGF.Client')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/ZSGF.Client/Classes/OpenAPIs/Models/QRCodePreSignInRequest.swift (in target 'ZSGF.Client' from project 'ZSGF.Client')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 Compiling\ UserMutualFollowersResult.swift,\ UserMutualFollowersResultApiResponse.swift,\ UserMutualFollowingsResult.swift,\ UserMutualFollowingsResultApiResponse.swift,\ UserProfileResult.swift,\ UserProfileResultApiResponse.swift,\ UserQRCodeScanResult.swift,\ UserQRCodeScanResultApiResponse.swift,\ VoucherDetail.swift,\ WechatJSConfigResult.swift,\ WechatJSConfigResultApiResponse.swift,\ OpenISO8601DateFormatter.swift,\ SynchronizedDictionary.swift,\ URLSessionImplementations.swift,\ Validation.swift /Users/admin/builder/spi-builder-workspace/ZSGF.Client/Classes/OpenAPIs/Models/UserMutualFollowersResult.swift /Users/admin/builder/spi-builder-workspace/ZSGF.Client/Classes/OpenAPIs/Models/UserMutualFollowersResultApiResponse.swift /Users/admin/builder/spi-builder-workspace/ZSGF.Client/Classes/OpenAPIs/Models/UserMutualFollowingsResult.swift /Users/admin/builder/spi-builder-workspace/ZSGF.Client/Classes/OpenAPIs/Models/UserMutualFollowingsResultApiResponse.swift /Users/admin/builder/spi-builder-workspace/ZSGF.Client/Classes/OpenAPIs/Models/UserProfileResult.swift /Users/admin/builder/spi-builder-workspace/ZSGF.Client/Classes/OpenAPIs/Models/UserProfileResultApiResponse.swift /Users/admin/builder/spi-builder-workspace/ZSGF.Client/Classes/OpenAPIs/Models/UserQRCodeScanResult.swift /Users/admin/builder/spi-builder-workspace/ZSGF.Client/Classes/OpenAPIs/Models/UserQRCodeScanResultApiResponse.swift /Users/admin/builder/spi-builder-workspace/ZSGF.Client/Classes/OpenAPIs/Models/VoucherDetail.swift /Users/admin/builder/spi-builder-workspace/ZSGF.Client/Classes/OpenAPIs/Models/WechatJSConfigResult.swift /Users/admin/builder/spi-builder-workspace/ZSGF.Client/Classes/OpenAPIs/Models/WechatJSConfigResultApiResponse.swift /Users/admin/builder/spi-builder-workspace/ZSGF.Client/Classes/OpenAPIs/OpenISO8601DateFormatter.swift /Users/admin/builder/spi-builder-workspace/ZSGF.Client/Classes/OpenAPIs/SynchronizedDictionary.swift /Users/admin/builder/spi-builder-workspace/ZSGF.Client/Classes/OpenAPIs/URLSessionImplementations.swift /Users/admin/builder/spi-builder-workspace/ZSGF.Client/Classes/OpenAPIs/Validation.swift (in target 'ZSGF.Client' from project 'ZSGF.Client')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/ZSGF.Client/Classes/OpenAPIs/Models/UserMutualFollowersResult.swift (in target 'ZSGF.Client' from project 'ZSGF.Client')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/ZSGF.Client/Classes/OpenAPIs/Models/UserMutualFollowersResultApiResponse.swift (in target 'ZSGF.Client' from project 'ZSGF.Client')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/ZSGF.Client/Classes/OpenAPIs/Models/UserMutualFollowingsResult.swift (in target 'ZSGF.Client' from project 'ZSGF.Client')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/ZSGF.Client/Classes/OpenAPIs/Models/UserMutualFollowingsResultApiResponse.swift (in target 'ZSGF.Client' from project 'ZSGF.Client')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/ZSGF.Client/Classes/OpenAPIs/Models/UserProfileResult.swift (in target 'ZSGF.Client' from project 'ZSGF.Client')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/ZSGF.Client/Classes/OpenAPIs/Models/UserProfileResultApiResponse.swift (in target 'ZSGF.Client' from project 'ZSGF.Client')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/ZSGF.Client/Classes/OpenAPIs/Models/UserQRCodeScanResult.swift (in target 'ZSGF.Client' from project 'ZSGF.Client')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/ZSGF.Client/Classes/OpenAPIs/Models/UserQRCodeScanResultApiResponse.swift (in target 'ZSGF.Client' from project 'ZSGF.Client')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/ZSGF.Client/Classes/OpenAPIs/Models/VoucherDetail.swift (in target 'ZSGF.Client' from project 'ZSGF.Client')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/ZSGF.Client/Classes/OpenAPIs/Models/WechatJSConfigResult.swift (in target 'ZSGF.Client' from project 'ZSGF.Client')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/ZSGF.Client/Classes/OpenAPIs/Models/WechatJSConfigResultApiResponse.swift (in target 'ZSGF.Client' from project 'ZSGF.Client')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/ZSGF.Client/Classes/OpenAPIs/OpenISO8601DateFormatter.swift (in target 'ZSGF.Client' from project 'ZSGF.Client')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/ZSGF.Client/Classes/OpenAPIs/SynchronizedDictionary.swift (in target 'ZSGF.Client' from project 'ZSGF.Client')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/ZSGF.Client/Classes/OpenAPIs/URLSessionImplementations.swift (in target 'ZSGF.Client' from project 'ZSGF.Client')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/ZSGF.Client/Classes/OpenAPIs/Validation.swift (in target 'ZSGF.Client' from project 'ZSGF.Client')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 Compiling\ ContributeDetail.swift,\ CreateOrderRequest.swift,\ CreateOrderResult.swift,\ CreateOrderResultApiResponse.swift,\ CurrencyConsumeRequest.swift,\ CurrencyTransaction.swift,\ DirectoryItem.swift,\ EmailSignInRequest.swift,\ EmailSignUpRequest.swift,\ EnterprisePayInfo.swift,\ ExchangeCurrencyRequest.swift,\ ExternalAccountBindRequest.swift,\ ExternalAccountPutRequest.swift,\ ExternalAccountSignInRequest.swift,\ FileItem.swift,\ FileListResult.swift /Users/admin/builder/spi-builder-workspace/ZSGF.Client/Classes/OpenAPIs/Models/ContributeDetail.swift /Users/admin/builder/spi-builder-workspace/ZSGF.Client/Classes/OpenAPIs/Models/CreateOrderRequest.swift /Users/admin/builder/spi-builder-workspace/ZSGF.Client/Classes/OpenAPIs/Models/CreateOrderResult.swift /Users/admin/builder/spi-builder-workspace/ZSGF.Client/Classes/OpenAPIs/Models/CreateOrderResultApiResponse.swift /Users/admin/builder/spi-builder-workspace/ZSGF.Client/Classes/OpenAPIs/Models/CurrencyConsumeRequest.swift /Users/admin/builder/spi-builder-workspace/ZSGF.Client/Classes/OpenAPIs/Models/CurrencyTransaction.swift /Users/admin/builder/spi-builder-workspace/ZSGF.Client/Classes/OpenAPIs/Models/DirectoryItem.swift /Users/admin/builder/spi-builder-workspace/ZSGF.Client/Classes/OpenAPIs/Models/EmailSignInRequest.swift /Users/admin/builder/spi-builder-workspace/ZSGF.Client/Classes/OpenAPIs/Models/EmailSignUpRequest.swift /Users/admin/builder/spi-builder-workspace/ZSGF.Client/Classes/OpenAPIs/Models/EnterprisePayInfo.swift /Users/admin/builder/spi-builder-workspace/ZSGF.Client/Classes/OpenAPIs/Models/ExchangeCurrencyRequest.swift /Users/admin/builder/spi-builder-workspace/ZSGF.Client/Classes/OpenAPIs/Models/ExternalAccountBindRequest.swift /Users/admin/builder/spi-builder-workspace/ZSGF.Client/Classes/OpenAPIs/Models/ExternalAccountPutRequest.swift /Users/admin/builder/spi-builder-workspace/ZSGF.Client/Classes/OpenAPIs/Models/ExternalAccountSignInRequest.swift /Users/admin/builder/spi-builder-workspace/ZSGF.Client/Classes/OpenAPIs/Models/FileItem.swift /Users/admin/builder/spi-builder-workspace/ZSGF.Client/Classes/OpenAPIs/Models/FileListResult.swift (in target 'ZSGF.Client' from project 'ZSGF.Client')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/ZSGF.Client/Classes/OpenAPIs/Models/ContributeDetail.swift (in target 'ZSGF.Client' from project 'ZSGF.Client')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/ZSGF.Client/Classes/OpenAPIs/Models/CreateOrderRequest.swift (in target 'ZSGF.Client' from project 'ZSGF.Client')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/ZSGF.Client/Classes/OpenAPIs/Models/CreateOrderResult.swift (in target 'ZSGF.Client' from project 'ZSGF.Client')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/ZSGF.Client/Classes/OpenAPIs/Models/CreateOrderResultApiResponse.swift (in target 'ZSGF.Client' from project 'ZSGF.Client')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/ZSGF.Client/Classes/OpenAPIs/Models/CurrencyConsumeRequest.swift (in target 'ZSGF.Client' from project 'ZSGF.Client')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/ZSGF.Client/Classes/OpenAPIs/Models/CurrencyTransaction.swift (in target 'ZSGF.Client' from project 'ZSGF.Client')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/ZSGF.Client/Classes/OpenAPIs/Models/DirectoryItem.swift (in target 'ZSGF.Client' from project 'ZSGF.Client')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/ZSGF.Client/Classes/OpenAPIs/Models/EmailSignInRequest.swift (in target 'ZSGF.Client' from project 'ZSGF.Client')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/ZSGF.Client/Classes/OpenAPIs/Models/EmailSignUpRequest.swift (in target 'ZSGF.Client' from project 'ZSGF.Client')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/ZSGF.Client/Classes/OpenAPIs/Models/EnterprisePayInfo.swift (in target 'ZSGF.Client' from project 'ZSGF.Client')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/ZSGF.Client/Classes/OpenAPIs/Models/ExchangeCurrencyRequest.swift (in target 'ZSGF.Client' from project 'ZSGF.Client')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/ZSGF.Client/Classes/OpenAPIs/Models/ExternalAccountBindRequest.swift (in target 'ZSGF.Client' from project 'ZSGF.Client')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/ZSGF.Client/Classes/OpenAPIs/Models/ExternalAccountPutRequest.swift (in target 'ZSGF.Client' from project 'ZSGF.Client')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/ZSGF.Client/Classes/OpenAPIs/Models/ExternalAccountSignInRequest.swift (in target 'ZSGF.Client' from project 'ZSGF.Client')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/ZSGF.Client/Classes/OpenAPIs/Models/FileItem.swift (in target 'ZSGF.Client' from project 'ZSGF.Client')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/ZSGF.Client/Classes/OpenAPIs/Models/FileListResult.swift (in target 'ZSGF.Client' from project 'ZSGF.Client')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 Compiling\ FileListResultApiResponse.swift,\ FollowerModel.swift,\ FollowerPutModel.swift,\ FulfillmentDetail.swift,\ GeoLocation.swift,\ GeoLocationModel.swift,\ GeoLocationModelApiResponse.swift,\ GeoLocationResponseModel.swift,\ GetUserProfileResult.swift,\ GetUserProfileResultApiResponse.swift,\ GoodsDetail.swift,\ GrantRequest.swift,\ GrantResult.swift,\ GrantResultApiResponse.swift,\ HbFqPayInfo.swift,\ Int64ApiResponse.swift /Users/admin/builder/spi-builder-workspace/ZSGF.Client/Classes/OpenAPIs/Models/FileListResultApiResponse.swift /Users/admin/builder/spi-builder-workspace/ZSGF.Client/Classes/OpenAPIs/Models/FollowerModel.swift /Users/admin/builder/spi-builder-workspace/ZSGF.Client/Classes/OpenAPIs/Models/FollowerPutModel.swift /Users/admin/builder/spi-builder-workspace/ZSGF.Client/Classes/OpenAPIs/Models/FulfillmentDetail.swift /Users/admin/builder/spi-builder-workspace/ZSGF.Client/Classes/OpenAPIs/Models/GeoLocation.swift /Users/admin/builder/spi-builder-workspace/ZSGF.Client/Classes/OpenAPIs/Models/GeoLocationModel.swift /Users/admin/builder/spi-builder-workspace/ZSGF.Client/Classes/OpenAPIs/Models/GeoLocationModelApiResponse.swift /Users/admin/builder/spi-builder-workspace/ZSGF.Client/Classes/OpenAPIs/Models/GeoLocationResponseModel.swift /Users/admin/builder/spi-builder-workspace/ZSGF.Client/Classes/OpenAPIs/Models/GetUserProfileResult.swift /Users/admin/builder/spi-builder-workspace/ZSGF.Client/Classes/OpenAPIs/Models/GetUserProfileResultApiResponse.swift /Users/admin/builder/spi-builder-workspace/ZSGF.Client/Classes/OpenAPIs/Models/GoodsDetail.swift /Users/admin/builder/spi-builder-workspace/ZSGF.Client/Classes/OpenAPIs/Models/GrantRequest.swift /Users/admin/builder/spi-builder-workspace/ZSGF.Client/Classes/OpenAPIs/Models/GrantResult.swift /Users/admin/builder/spi-builder-workspace/ZSGF.Client/Classes/OpenAPIs/Models/GrantResultApiResponse.swift /Users/admin/builder/spi-builder-workspace/ZSGF.Client/Classes/OpenAPIs/Models/HbFqPayInfo.swift /Users/admin/builder/spi-builder-workspace/ZSGF.Client/Classes/OpenAPIs/Models/Int64ApiResponse.swift (in target 'ZSGF.Client' from project 'ZSGF.Client')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/ZSGF.Client/Classes/OpenAPIs/Models/FileListResultApiResponse.swift (in target 'ZSGF.Client' from project 'ZSGF.Client')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/ZSGF.Client/Classes/OpenAPIs/Models/FollowerModel.swift (in target 'ZSGF.Client' from project 'ZSGF.Client')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/ZSGF.Client/Classes/OpenAPIs/Models/FollowerPutModel.swift (in target 'ZSGF.Client' from project 'ZSGF.Client')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/ZSGF.Client/Classes/OpenAPIs/Models/FulfillmentDetail.swift (in target 'ZSGF.Client' from project 'ZSGF.Client')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/ZSGF.Client/Classes/OpenAPIs/Models/GeoLocation.swift (in target 'ZSGF.Client' from project 'ZSGF.Client')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/ZSGF.Client/Classes/OpenAPIs/Models/GeoLocationModel.swift (in target 'ZSGF.Client' from project 'ZSGF.Client')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/ZSGF.Client/Classes/OpenAPIs/Models/GeoLocationModelApiResponse.swift (in target 'ZSGF.Client' from project 'ZSGF.Client')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/ZSGF.Client/Classes/OpenAPIs/Models/GeoLocationResponseModel.swift (in target 'ZSGF.Client' from project 'ZSGF.Client')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/ZSGF.Client/Classes/OpenAPIs/Models/GetUserProfileResult.swift (in target 'ZSGF.Client' from project 'ZSGF.Client')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/ZSGF.Client/Classes/OpenAPIs/Models/GetUserProfileResultApiResponse.swift (in target 'ZSGF.Client' from project 'ZSGF.Client')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/ZSGF.Client/Classes/OpenAPIs/Models/GoodsDetail.swift (in target 'ZSGF.Client' from project 'ZSGF.Client')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/ZSGF.Client/Classes/OpenAPIs/Models/GrantRequest.swift (in target 'ZSGF.Client' from project 'ZSGF.Client')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/ZSGF.Client/Classes/OpenAPIs/Models/GrantResult.swift (in target 'ZSGF.Client' from project 'ZSGF.Client')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/ZSGF.Client/Classes/OpenAPIs/Models/GrantResultApiResponse.swift (in target 'ZSGF.Client' from project 'ZSGF.Client')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/ZSGF.Client/Classes/OpenAPIs/Models/HbFqPayInfo.swift (in target 'ZSGF.Client' from project 'ZSGF.Client')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/ZSGF.Client/Classes/OpenAPIs/Models/Int64ApiResponse.swift (in target 'ZSGF.Client' from project 'ZSGF.Client')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftEmitModule normal arm64 Emitting\ module\ for\ ZSGF_Client (in target 'ZSGF.Client' from project 'ZSGF.Client')
EmitSwiftModule normal arm64 (in target 'ZSGF.Client' from project 'ZSGF.Client')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftDriverJobDiscovery normal arm64 Compiling AnyEncodable.swift (in target 'AnyCodable' from project 'AnyCodable')
SwiftCompile normal arm64 Compiling\ QRCodeScanRequest.swift,\ QRCodeSignInRequest.swift,\ QRCodeSignUpRequest.swift,\ RechargePointRequest.swift,\ RecommendFriend.swift,\ RefundChargeInfo.swift,\ RefundSubFee.swift,\ ReturnPageNotifyRequest.swift,\ SendEmailCodeRequest.swift,\ SendSMSCodeRequest.swift,\ SetupCode.swift,\ SetupCodeApiResponse.swift,\ SignInRequest.swift,\ SignUpRequest.swift,\ StorageListResult.swift /Users/admin/builder/spi-builder-workspace/ZSGF.Client/Classes/OpenAPIs/Models/QRCodeScanRequest.swift /Users/admin/builder/spi-builder-workspace/ZSGF.Client/Classes/OpenAPIs/Models/QRCodeSignInRequest.swift /Users/admin/builder/spi-builder-workspace/ZSGF.Client/Classes/OpenAPIs/Models/QRCodeSignUpRequest.swift /Users/admin/builder/spi-builder-workspace/ZSGF.Client/Classes/OpenAPIs/Models/RechargePointRequest.swift /Users/admin/builder/spi-builder-workspace/ZSGF.Client/Classes/OpenAPIs/Models/RecommendFriend.swift /Users/admin/builder/spi-builder-workspace/ZSGF.Client/Classes/OpenAPIs/Models/RefundChargeInfo.swift /Users/admin/builder/spi-builder-workspace/ZSGF.Client/Classes/OpenAPIs/Models/RefundSubFee.swift /Users/admin/builder/spi-builder-workspace/ZSGF.Client/Classes/OpenAPIs/Models/ReturnPageNotifyRequest.swift /Users/admin/builder/spi-builder-workspace/ZSGF.Client/Classes/OpenAPIs/Models/SendEmailCodeRequest.swift /Users/admin/builder/spi-builder-workspace/ZSGF.Client/Classes/OpenAPIs/Models/SendSMSCodeRequest.swift /Users/admin/builder/spi-builder-workspace/ZSGF.Client/Classes/OpenAPIs/Models/SetupCode.swift /Users/admin/builder/spi-builder-workspace/ZSGF.Client/Classes/OpenAPIs/Models/SetupCodeApiResponse.swift /Users/admin/builder/spi-builder-workspace/ZSGF.Client/Classes/OpenAPIs/Models/SignInRequest.swift /Users/admin/builder/spi-builder-workspace/ZSGF.Client/Classes/OpenAPIs/Models/SignUpRequest.swift /Users/admin/builder/spi-builder-workspace/ZSGF.Client/Classes/OpenAPIs/Models/StorageListResult.swift (in target 'ZSGF.Client' from project 'ZSGF.Client')
Command SwiftCompile failed with a nonzero exit code
** BUILD FAILED **
The following build commands failed:
SwiftCompile normal arm64 Compiling\ UserCommonInterestsResultApiResponse.swift,\ UserCurrency.swift,\ UserCurrencyCurrencyTransResult.swift,\ UserCurrencyCurrencyTransResultApiResponse.swift,\ UserCurrencyListApiResponse.swift,\ UserFollowersResult.swift,\ UserFollowersResultApiResponse.swift,\ UserFriendsNearByResult.swift,\ UserFriendsNearByResultApiResponse.swift,\ UserLocationPostResult.swift,\ UserLocationPostResultApiResponse.swift,\ UserLocationsResult.swift,\ UserLocationsResultApiResponse.swift,\ UserLogins.swift,\ UserLoginsListApiResponse.swift /Users/admin/builder/spi-builder-workspace/ZSGF.Client/Classes/OpenAPIs/Models/UserCommonInterestsResultApiResponse.swift /Users/admin/builder/spi-builder-workspace/ZSGF.Client/Classes/OpenAPIs/Models/UserCurrency.swift /Users/admin/builder/spi-builder-workspace/ZSGF.Client/Classes/OpenAPIs/Models/UserCurrencyCurrencyTransResult.swift /Users/admin/builder/spi-builder-workspace/ZSGF.Client/Classes/OpenAPIs/Models/UserCurrencyCurrencyTransResultApiResponse.swift /Users/admin/builder/spi-builder-workspace/ZSGF.Client/Classes/OpenAPIs/Models/UserCurrencyListApiResponse.swift /Users/admin/builder/spi-builder-workspace/ZSGF.Client/Classes/OpenAPIs/Models/UserFollowersResult.swift /Users/admin/builder/spi-builder-workspace/ZSGF.Client/Classes/OpenAPIs/Models/UserFollowersResultApiResponse.swift /Users/admin/builder/spi-builder-workspace/ZSGF.Client/Classes/OpenAPIs/Models/UserFriendsNearByResult.swift /Users/admin/builder/spi-builder-workspace/ZSGF.Client/Classes/OpenAPIs/Models/UserFriendsNearByResultApiResponse.swift /Users/admin/builder/spi-builder-workspace/ZSGF.Client/Classes/OpenAPIs/Models/UserLocationPostResult.swift /Users/admin/builder/spi-builder-workspace/ZSGF.Client/Classes/OpenAPIs/Models/UserLocationPostResultApiResponse.swift /Users/admin/builder/spi-builder-workspace/ZSGF.Client/Classes/OpenAPIs/Models/UserLocationsResult.swift /Users/admin/builder/spi-builder-workspace/ZSGF.Client/Classes/OpenAPIs/Models/UserLocationsResultApiResponse.swift /Users/admin/builder/spi-builder-workspace/ZSGF.Client/Classes/OpenAPIs/Models/UserLogins.swift /Users/admin/builder/spi-builder-workspace/ZSGF.Client/Classes/OpenAPIs/Models/UserLoginsListApiResponse.swift (in target 'ZSGF.Client' from project 'ZSGF.Client')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/ZSGF.Client/Classes/OpenAPIs/Models/UserCommonInterestsResultApiResponse.swift (in target 'ZSGF.Client' from project 'ZSGF.Client')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/ZSGF.Client/Classes/OpenAPIs/Models/UserCurrency.swift (in target 'ZSGF.Client' from project 'ZSGF.Client')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/ZSGF.Client/Classes/OpenAPIs/Models/UserCurrencyCurrencyTransResult.swift (in target 'ZSGF.Client' from project 'ZSGF.Client')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/ZSGF.Client/Classes/OpenAPIs/Models/UserCurrencyCurrencyTransResultApiResponse.swift (in target 'ZSGF.Client' from project 'ZSGF.Client')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/ZSGF.Client/Classes/OpenAPIs/Models/UserCurrencyListApiResponse.swift (in target 'ZSGF.Client' from project 'ZSGF.Client')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/ZSGF.Client/Classes/OpenAPIs/Models/UserFollowersResult.swift (in target 'ZSGF.Client' from project 'ZSGF.Client')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/ZSGF.Client/Classes/OpenAPIs/Models/UserFollowersResultApiResponse.swift (in target 'ZSGF.Client' from project 'ZSGF.Client')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/ZSGF.Client/Classes/OpenAPIs/Models/UserFriendsNearByResult.swift (in target 'ZSGF.Client' from project 'ZSGF.Client')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/ZSGF.Client/Classes/OpenAPIs/Models/UserFriendsNearByResultApiResponse.swift (in target 'ZSGF.Client' from project 'ZSGF.Client')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/ZSGF.Client/Classes/OpenAPIs/Models/UserLocationPostResult.swift (in target 'ZSGF.Client' from project 'ZSGF.Client')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/ZSGF.Client/Classes/OpenAPIs/Models/UserLocationPostResultApiResponse.swift (in target 'ZSGF.Client' from project 'ZSGF.Client')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/ZSGF.Client/Classes/OpenAPIs/Models/UserLocationsResult.swift (in target 'ZSGF.Client' from project 'ZSGF.Client')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/ZSGF.Client/Classes/OpenAPIs/Models/UserLocationsResultApiResponse.swift (in target 'ZSGF.Client' from project 'ZSGF.Client')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/ZSGF.Client/Classes/OpenAPIs/Models/UserLogins.swift (in target 'ZSGF.Client' from project 'ZSGF.Client')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/ZSGF.Client/Classes/OpenAPIs/Models/UserLoginsListApiResponse.swift (in target 'ZSGF.Client' from project 'ZSGF.Client')
SwiftCompile normal arm64 Compiling\ QRCodeScanRequest.swift,\ QRCodeSignInRequest.swift,\ QRCodeSignUpRequest.swift,\ RechargePointRequest.swift,\ RecommendFriend.swift,\ RefundChargeInfo.swift,\ RefundSubFee.swift,\ ReturnPageNotifyRequest.swift,\ SendEmailCodeRequest.swift,\ SendSMSCodeRequest.swift,\ SetupCode.swift,\ SetupCodeApiResponse.swift,\ SignInRequest.swift,\ SignUpRequest.swift,\ StorageListResult.swift /Users/admin/builder/spi-builder-workspace/ZSGF.Client/Classes/OpenAPIs/Models/QRCodeScanRequest.swift /Users/admin/builder/spi-builder-workspace/ZSGF.Client/Classes/OpenAPIs/Models/QRCodeSignInRequest.swift /Users/admin/builder/spi-builder-workspace/ZSGF.Client/Classes/OpenAPIs/Models/QRCodeSignUpRequest.swift /Users/admin/builder/spi-builder-workspace/ZSGF.Client/Classes/OpenAPIs/Models/RechargePointRequest.swift /Users/admin/builder/spi-builder-workspace/ZSGF.Client/Classes/OpenAPIs/Models/RecommendFriend.swift /Users/admin/builder/spi-builder-workspace/ZSGF.Client/Classes/OpenAPIs/Models/RefundChargeInfo.swift /Users/admin/builder/spi-builder-workspace/ZSGF.Client/Classes/OpenAPIs/Models/RefundSubFee.swift /Users/admin/builder/spi-builder-workspace/ZSGF.Client/Classes/OpenAPIs/Models/ReturnPageNotifyRequest.swift /Users/admin/builder/spi-builder-workspace/ZSGF.Client/Classes/OpenAPIs/Models/SendEmailCodeRequest.swift /Users/admin/builder/spi-builder-workspace/ZSGF.Client/Classes/OpenAPIs/Models/SendSMSCodeRequest.swift /Users/admin/builder/spi-builder-workspace/ZSGF.Client/Classes/OpenAPIs/Models/SetupCode.swift /Users/admin/builder/spi-builder-workspace/ZSGF.Client/Classes/OpenAPIs/Models/SetupCodeApiResponse.swift /Users/admin/builder/spi-builder-workspace/ZSGF.Client/Classes/OpenAPIs/Models/SignInRequest.swift /Users/admin/builder/spi-builder-workspace/ZSGF.Client/Classes/OpenAPIs/Models/SignUpRequest.swift /Users/admin/builder/spi-builder-workspace/ZSGF.Client/Classes/OpenAPIs/Models/StorageListResult.swift (in target 'ZSGF.Client' from project 'ZSGF.Client')
Building workspace spi-builder-workspace with scheme ZSGF.Client
(18 failures)
BUILD FAILURE 6.1 tvOS