The Swift Package Index logo.Swift Package Index

Build Information

Failed to build ZSGF.Client, reference v2.1.4 (217c51), with Swift 6.1 for watchOS using Xcode 16.3 on 10 Nov 2025 13:37:15 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=watchOS

Build Log

    public static let nickNameRule = StringRule(minLength: 4, maxLength: 32, 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/UnionIDSignUpRequest.swift:19:23: note: add '@MainActor' to make static property 'nickNameRule' part of global actor 'MainActor'
    public static let nickNameRule = StringRule(minLength: 4, maxLength: 32, pattern: nil)
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/ZSGF.Client/Classes/OpenAPIs/Models/UnionIDSignUpRequest.swift:19:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let nickNameRule = StringRule(minLength: 4, maxLength: 32, pattern: nil)
                      ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/ZSGF.Client/Classes/OpenAPIs/Models/UnionIDSignUpRequest.swift:20: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: 999, 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/UnionIDSignUpRequest.swift:20:23: note: add '@MainActor' to make static property 'avatarRule' part of global actor 'MainActor'
    public static let avatarRule = StringRule(minLength: nil, maxLength: 999, pattern: nil)
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/ZSGF.Client/Classes/OpenAPIs/Models/UnionIDSignUpRequest.swift:20:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let avatarRule = StringRule(minLength: nil, maxLength: 999, pattern: nil)
                      ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/ZSGF.Client/Classes/OpenAPIs/Models/UnionIDSignUpRequest.swift:21:23: warning: static property 'dataRule' 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 dataRule = StringRule(minLength: nil, maxLength: 9999, 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/UnionIDSignUpRequest.swift:21:23: note: add '@MainActor' to make static property 'dataRule' part of global actor 'MainActor'
    public static let dataRule = StringRule(minLength: nil, maxLength: 9999, pattern: nil)
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/ZSGF.Client/Classes/OpenAPIs/Models/UnionIDSignUpRequest.swift:21:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let dataRule = StringRule(minLength: nil, maxLength: 9999, pattern: nil)
                      ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/ZSGF.Client/Classes/OpenAPIs/Models/UnionIDSignUpRequest.swift:22:23: warning: static property 'emailCodeRule' 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 emailCodeRule = StringRule(minLength: nil, maxLength: nil, pattern: "/\\d{4,8}$/")
                      ^
/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/UnionIDSignUpRequest.swift:22:23: note: add '@MainActor' to make static property 'emailCodeRule' part of global actor 'MainActor'
    public static let emailCodeRule = StringRule(minLength: nil, maxLength: nil, pattern: "/\\d{4,8}$/")
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/ZSGF.Client/Classes/OpenAPIs/Models/UnionIDSignUpRequest.swift:22:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let emailCodeRule = StringRule(minLength: nil, maxLength: nil, pattern: "/\\d{4,8}$/")
                      ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/ZSGF.Client/Classes/OpenAPIs/Models/UnionIDSignUpRequest.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: nil, pattern: "/^(\\d{11})?$/")
                      ^
/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/UnionIDSignUpRequest.swift:23:23: note: add '@MainActor' to make static property 'phoneRule' part of global actor 'MainActor'
    public static let phoneRule = StringRule(minLength: nil, maxLength: nil, pattern: "/^(\\d{11})?$/")
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/ZSGF.Client/Classes/OpenAPIs/Models/UnionIDSignUpRequest.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: nil, pattern: "/^(\\d{11})?$/")
                      ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/ZSGF.Client/Classes/OpenAPIs/Models/UnionIDSignUpRequest.swift:24:23: warning: static property 'phoneCodeRule' 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 phoneCodeRule = StringRule(minLength: nil, maxLength: nil, pattern: "/\\d{4,8}$/")
                      ^
/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/UnionIDSignUpRequest.swift:24:23: note: add '@MainActor' to make static property 'phoneCodeRule' part of global actor 'MainActor'
    public static let phoneCodeRule = StringRule(minLength: nil, maxLength: nil, pattern: "/\\d{4,8}$/")
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/ZSGF.Client/Classes/OpenAPIs/Models/UnionIDSignUpRequest.swift:24:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let phoneCodeRule = StringRule(minLength: nil, maxLength: nil, pattern: "/\\d{4,8}$/")
                      ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/ZSGF.Client/Classes/OpenAPIs/Models/UpdateProfileRequest.swift:15: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/UpdateProfileRequest.swift:15: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/UpdateProfileRequest.swift:15: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/UpdateProfileRequest.swift:16: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: 4, maxLength: 32, 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:16:23: note: add '@MainActor' to make static property 'nickNameRule' part of global actor 'MainActor'
    public static let nickNameRule = StringRule(minLength: 4, maxLength: 32, pattern: nil)
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/ZSGF.Client/Classes/OpenAPIs/Models/UpdateProfileRequest.swift:16:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let nickNameRule = StringRule(minLength: 4, maxLength: 32, pattern: nil)
                      ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/ZSGF.Client/Classes/OpenAPIs/Models/UpdateProfileRequest.swift:17: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/UpdateProfileRequest.swift:17: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/UpdateProfileRequest.swift:17: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/UpdateProfileRequest.swift:18: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/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)
/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)
/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)
/Users/admin/builder/spi-builder-workspace/ZSGF.Client/Classes/OpenAPIs/Models/UserCurrency.swift:16:23: warning: static property 'currencyCodeRule' 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 currencyCodeRule = 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/UserCurrency.swift:16:23: note: add '@MainActor' to make static property 'currencyCodeRule' part of global actor 'MainActor'
    public static let currencyCodeRule = StringRule(minLength: nil, maxLength: 50, pattern: nil)
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/ZSGF.Client/Classes/OpenAPIs/Models/UserCurrency.swift:16:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let currencyCodeRule = StringRule(minLength: nil, maxLength: 50, pattern: nil)
                      ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/ZSGF.Client/Classes/OpenAPIs/Models/UserLogins.swift:16:23: warning: static property 'platformNameRule' 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 platformNameRule = 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/UserLogins.swift:16:23: note: add '@MainActor' to make static property 'platformNameRule' part of global actor 'MainActor'
    public static let platformNameRule = StringRule(minLength: nil, maxLength: 50, pattern: nil)
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/ZSGF.Client/Classes/OpenAPIs/Models/UserLogins.swift:16:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let platformNameRule = StringRule(minLength: nil, maxLength: 50, pattern: nil)
                      ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/ZSGF.Client/Classes/OpenAPIs/Models/UserLogins.swift:17: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/UserLogins.swift:17: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/UserLogins.swift:17: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/UserLogins.swift:18: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/UserLogins.swift:18: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/UserLogins.swift:18: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/UserLogins.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/UserLogins.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/UserLogins.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/OpenISO8601DateFormatter.swift:11:14: warning: class 'OpenISO8601DateFormatter' must restate inherited '@unchecked Sendable' conformance
public class OpenISO8601DateFormatter: DateFormatter {
             ^
                                                    , @unchecked Sendable
/Users/admin/builder/spi-builder-workspace/ZSGF.Client/Classes/OpenAPIs/URLSessionImplementations.swift:62:70: error: 'ClientAPIChallengeHandler' is not a member type of class 'ZSGF_Client.ZSGF'
private var challengeHandlerStore = SynchronizedDictionary<Int, ZSGF.ClientAPIChallengeHandler>()
                                                                ~~~~ ^
/Users/admin/builder/spi-builder-workspace/ZSGF.Client/Classes/OpenAPIs/APIs.swift:11:12: note: 'ZSGF' declared here
open class ZSGF.ClientAPI {
           ^
/Users/admin/builder/spi-builder-workspace/ZSGF.Client/Classes/OpenAPIs/URLSessionImplementations.swift:62:13: warning: var 'challengeHandlerStore' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
private var challengeHandlerStore = SynchronizedDictionary<Int, ZSGF.ClientAPIChallengeHandler>()
            ^
/Users/admin/builder/spi-builder-workspace/ZSGF.Client/Classes/OpenAPIs/URLSessionImplementations.swift:62:13: note: convert 'challengeHandlerStore' to a 'let' constant to make 'Sendable' shared state immutable
private var challengeHandlerStore = SynchronizedDictionary<Int, ZSGF.ClientAPIChallengeHandler>()
        ~~~ ^
        let
/Users/admin/builder/spi-builder-workspace/ZSGF.Client/Classes/OpenAPIs/URLSessionImplementations.swift:62:13: note: add '@MainActor' to make var 'challengeHandlerStore' part of global actor 'MainActor'
private var challengeHandlerStore = SynchronizedDictionary<Int, ZSGF.ClientAPIChallengeHandler>()
            ^
@MainActor
/Users/admin/builder/spi-builder-workspace/ZSGF.Client/Classes/OpenAPIs/URLSessionImplementations.swift:62:13: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
private var challengeHandlerStore = SynchronizedDictionary<Int, ZSGF.ClientAPIChallengeHandler>()
            ^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/ZSGF.Client/Classes/OpenAPIs/URLSessionImplementations.swift:65:13: warning: var 'credentialStore' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
private var credentialStore = SynchronizedDictionary<Int, URLCredential>()
            ^
/Users/admin/builder/spi-builder-workspace/ZSGF.Client/Classes/OpenAPIs/URLSessionImplementations.swift:65:13: note: convert 'credentialStore' to a 'let' constant to make 'Sendable' shared state immutable
private var credentialStore = SynchronizedDictionary<Int, URLCredential>()
        ~~~ ^
        let
/Users/admin/builder/spi-builder-workspace/ZSGF.Client/Classes/OpenAPIs/URLSessionImplementations.swift:65:13: note: add '@MainActor' to make var 'credentialStore' part of global actor 'MainActor'
private var credentialStore = SynchronizedDictionary<Int, URLCredential>()
            ^
@MainActor
/Users/admin/builder/spi-builder-workspace/ZSGF.Client/Classes/OpenAPIs/URLSessionImplementations.swift:65:13: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
private var credentialStore = SynchronizedDictionary<Int, URLCredential>()
            ^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/ZSGF.Client/Classes/OpenAPIs/URLSessionImplementations.swift:72:46: error: 'ClientAPIChallengeHandler' is not a member type of class 'ZSGF_Client.ZSGF'
    public var taskDidReceiveChallenge: ZSGF.ClientAPIChallengeHandler?
                                        ~~~~ ^
/Users/admin/builder/spi-builder-workspace/ZSGF.Client/Classes/OpenAPIs/APIs.swift:11:12: note: 'ZSGF' declared here
open class ZSGF.ClientAPI {
           ^
/Users/admin/builder/spi-builder-workspace/ZSGF.Client/Classes/OpenAPIs/URLSessionImplementations.swift:121:73: error: type 'ZSGF' has no member 'ClientAPI'
    override open func execute(_ apiResponseQueue: DispatchQueue = ZSGF.ClientAPI.apiResponseQueue, _ completion: @escaping (_ result: Swift.Result<Response<T>, ErrorResponse>) -> Void) -> RequestTask {
                                                                   ~~~~ ^~~~~~~~~
/Users/admin/builder/spi-builder-workspace/ZSGF.Client/Classes/OpenAPIs/URLSessionImplementations.swift:371:15: warning: non-final class 'SessionDelegate' cannot conform to 'Sendable'; use '@unchecked Sendable'; this is an error in the Swift 6 language mode
private class SessionDelegate: NSObject, URLSessionTaskDelegate {
              ^
SwiftEmitModule normal arm64_32 Emitting\ module\ for\ ZSGF_Client (in target 'ZSGF.Client' from project 'ZSGF.Client')
Command SwiftEmitModule failed with a nonzero exit code
** BUILD FAILED **
The following build commands failed:
	SwiftEmitModule normal armv7k Emitting\ module\ for\ ZSGF_Client (in target 'ZSGF.Client' from project 'ZSGF.Client')
	EmitSwiftModule normal armv7k (in target 'ZSGF.Client' from project 'ZSGF.Client')
	SwiftEmitModule normal arm64_32 Emitting\ module\ for\ ZSGF_Client (in target 'ZSGF.Client' from project 'ZSGF.Client')
	Building workspace spi-builder-workspace with scheme ZSGF.Client
(4 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=watchOS
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=watchOS
Resolve Package Graph
Resolved source packages:
  ZSGF.Client: /Users/admin/builder/spi-builder-workspace
  AnyCodable: https://github.com/Flight-School/AnyCodable @ 0.6.7
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/WatchOS.platform/Developer/SDKs/WatchOS11.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: 291c03c1e989697837fc95995901ae8c
Build description path: /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCBuildData/291c03c1e989697837fc95995901ae8c.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/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos11.4-22T246-43efb940ff07ba2497b70ec94253f576.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/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk -o /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos11.4-22T246-43efb940ff07ba2497b70ec94253f576.sdkstatcache
SwiftDriver AnyCodable normal arm64_32 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-watchos/AnyCodable.build/Objects-normal/arm64_32/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/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk -target arm64_32-apple-watchos4.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-watchos -I /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos11.4-22T246-43efb940ff07ba2497b70ec94253f576.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AnyCodable.build/Debug-watchos/AnyCodable.build/Objects-normal/arm64_32/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-watchos/AnyCodable.build/Objects-normal/arm64_32/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-watchos/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-watchos/AnyCodable.build/Objects-normal/arm64_32/AnyCodable_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AnyCodable.build/Debug-watchos/AnyCodable.build/DerivedSources-normal/arm64_32 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AnyCodable.build/Debug-watchos/AnyCodable.build/DerivedSources/arm64_32 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AnyCodable.build/Debug-watchos/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-watchos/AnyCodable.build/Objects-normal/arm64_32/AnyCodable-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
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-watchos/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/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk -target arm64-apple-watchos4.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-watchos -I /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos11.4-22T246-43efb940ff07ba2497b70ec94253f576.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AnyCodable.build/Debug-watchos/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-watchos/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-watchos/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-watchos/AnyCodable.build/Objects-normal/arm64/AnyCodable_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AnyCodable.build/Debug-watchos/AnyCodable.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AnyCodable.build/Debug-watchos/AnyCodable.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AnyCodable.build/Debug-watchos/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-watchos/AnyCodable.build/Objects-normal/arm64/AnyCodable-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
SwiftDriver AnyCodable normal armv7k 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-watchos/AnyCodable.build/Objects-normal/armv7k/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/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk -target armv7k-apple-watchos4.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-watchos -I /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos11.4-22T246-43efb940ff07ba2497b70ec94253f576.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AnyCodable.build/Debug-watchos/AnyCodable.build/Objects-normal/armv7k/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-watchos/AnyCodable.build/Objects-normal/armv7k/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-watchos/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-watchos/AnyCodable.build/Objects-normal/armv7k/AnyCodable_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AnyCodable.build/Debug-watchos/AnyCodable.build/DerivedSources-normal/armv7k -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AnyCodable.build/Debug-watchos/AnyCodable.build/DerivedSources/armv7k -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AnyCodable.build/Debug-watchos/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-watchos/AnyCodable.build/Objects-normal/armv7k/AnyCodable-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
SwiftCompile normal arm64_32 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_32 /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_32 Emitting\ module\ for\ AnyCodable (in target 'AnyCodable' from project 'AnyCodable')
EmitSwiftModule normal arm64_32 (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 armv7k Emitting\ module\ for\ AnyCodable (in target 'AnyCodable' from project 'AnyCodable')
EmitSwiftModule normal armv7k (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

SwiftCompile normal armv7k Compiling\ AnyEncodable.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/AnyCodable/Sources/AnyCodable/AnyEncodable.swift (in target 'AnyCodable' from project 'AnyCodable')
SwiftCompile normal armv7k /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

SwiftCompile normal armv7k Compiling\ AnyCodable.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/AnyCodable/Sources/AnyCodable/AnyCodable.swift (in target 'AnyCodable' from project 'AnyCodable')
SwiftCompile normal armv7k /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_32 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_32 /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_32 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_32 /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\ 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 armv7k Compiling\ AnyDecodable.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/AnyCodable/Sources/AnyCodable/AnyDecodable.swift (in target 'AnyCodable' from project 'AnyCodable')
SwiftCompile normal armv7k /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

SwiftDriverJobDiscovery normal arm64_32 Emitting module for AnyCodable (in target 'AnyCodable' from project 'AnyCodable')
SwiftDriverJobDiscovery normal arm64 Emitting module for AnyCodable (in target 'AnyCodable' from project 'AnyCodable')
SwiftDriver\ Compilation\ Requirements AnyCodable normal arm64_32 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-watchos/AnyCodable.build/Objects-normal/arm64_32/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/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk -target arm64_32-apple-watchos4.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-watchos -I /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos11.4-22T246-43efb940ff07ba2497b70ec94253f576.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AnyCodable.build/Debug-watchos/AnyCodable.build/Objects-normal/arm64_32/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-watchos/AnyCodable.build/Objects-normal/arm64_32/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-watchos/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-watchos/AnyCodable.build/Objects-normal/arm64_32/AnyCodable_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AnyCodable.build/Debug-watchos/AnyCodable.build/DerivedSources-normal/arm64_32 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AnyCodable.build/Debug-watchos/AnyCodable.build/DerivedSources/arm64_32 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AnyCodable.build/Debug-watchos/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-watchos/AnyCodable.build/Objects-normal/arm64_32/AnyCodable-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
SwiftDriverJobDiscovery normal armv7k Emitting module for AnyCodable (in target 'AnyCodable' from project 'AnyCodable')
SwiftDriver\ Compilation\ Requirements AnyCodable normal armv7k 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-watchos/AnyCodable.build/Objects-normal/armv7k/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/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk -target armv7k-apple-watchos4.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-watchos -I /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos11.4-22T246-43efb940ff07ba2497b70ec94253f576.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AnyCodable.build/Debug-watchos/AnyCodable.build/Objects-normal/armv7k/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-watchos/AnyCodable.build/Objects-normal/armv7k/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-watchos/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-watchos/AnyCodable.build/Objects-normal/armv7k/AnyCodable_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AnyCodable.build/Debug-watchos/AnyCodable.build/DerivedSources-normal/armv7k -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AnyCodable.build/Debug-watchos/AnyCodable.build/DerivedSources/armv7k -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AnyCodable.build/Debug-watchos/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-watchos/AnyCodable.build/Objects-normal/armv7k/AnyCodable-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
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-watchos/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/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk -target arm64-apple-watchos4.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-watchos -I /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos11.4-22T246-43efb940ff07ba2497b70ec94253f576.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AnyCodable.build/Debug-watchos/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-watchos/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-watchos/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-watchos/AnyCodable.build/Objects-normal/arm64/AnyCodable_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AnyCodable.build/Debug-watchos/AnyCodable.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AnyCodable.build/Debug-watchos/AnyCodable.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AnyCodable.build/Debug-watchos/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-watchos/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-watchos/AnyCodable.swiftmodule/arm64_32-apple-watchos.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AnyCodable.build/Debug-watchos/AnyCodable.build/Objects-normal/arm64_32/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-watchos/AnyCodable.build/Objects-normal/arm64_32/AnyCodable.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/AnyCodable.swiftmodule/arm64_32-apple-watchos.abi.json
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/AnyCodable.swiftmodule/armv7k-apple-watchos.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AnyCodable.build/Debug-watchos/AnyCodable.build/Objects-normal/armv7k/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-watchos/AnyCodable.build/Objects-normal/armv7k/AnyCodable.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/AnyCodable.swiftmodule/armv7k-apple-watchos.abi.json
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/AnyCodable.swiftmodule/arm64-apple-watchos.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AnyCodable.build/Debug-watchos/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-watchos/AnyCodable.build/Objects-normal/arm64/AnyCodable.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/AnyCodable.swiftmodule/arm64-apple-watchos.abi.json
SwiftDriver ZSGF.Client normal arm64_32 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-watchos/ZSGF.Client.build/Objects-normal/arm64_32/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/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk -target arm64_32-apple-watchos4.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-watchos -I /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos11.4-22T246-43efb940ff07ba2497b70ec94253f576.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ZSGF.Client.build/Debug-watchos/ZSGF.Client.build/Objects-normal/arm64_32/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-watchos/ZSGF.Client.build/Objects-normal/arm64_32/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-watchos/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-watchos/ZSGF.Client.build/Objects-normal/arm64_32/ZSGF.Client_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ZSGF.Client.build/Debug-watchos/ZSGF.Client.build/DerivedSources-normal/arm64_32 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ZSGF.Client.build/Debug-watchos/ZSGF.Client.build/DerivedSources/arm64_32 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ZSGF.Client.build/Debug-watchos/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-watchos/ZSGF.Client.build/Objects-normal/arm64_32/ZSGF.Client-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
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-watchos/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/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk -target arm64-apple-watchos4.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-watchos -I /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos11.4-22T246-43efb940ff07ba2497b70ec94253f576.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ZSGF.Client.build/Debug-watchos/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-watchos/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-watchos/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-watchos/ZSGF.Client.build/Objects-normal/arm64/ZSGF.Client_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ZSGF.Client.build/Debug-watchos/ZSGF.Client.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ZSGF.Client.build/Debug-watchos/ZSGF.Client.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ZSGF.Client.build/Debug-watchos/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-watchos/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
SwiftEmitModule normal arm64_32 Emitting\ module\ for\ ZSGF_Client (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 -emit-module -experimental-skip-non-inlinable-function-bodies-without-types /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 /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 /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 /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 /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 /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 /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 /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 /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 /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 -target arm64_32-apple-watchos4.0 -enable-objc-interop -sdk /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -I /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.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-watchos/ZSGF.Client.build/Objects-normal/arm64_32/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/watchos11.4-22T246-43efb940ff07ba2497b70ec94253f576.sdkstatcache -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ZSGF.Client.build/Debug-watchos/ZSGF.Client.build/swift-overrides.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ZSGF.Client.build/Debug-watchos/ZSGF.Client.build/DerivedSources-normal/arm64_32 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ZSGF.Client.build/Debug-watchos/ZSGF.Client.build/DerivedSources/arm64_32 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ZSGF.Client.build/Debug-watchos/ZSGF.Client.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name ZSGF_Client -frontend-parseable-output -disable-clang-spi -target-sdk-version 11.4 -target-sdk-name watchos11.4 -external-plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.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 -emit-module-doc-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ZSGF.Client.build/Debug-watchos/ZSGF.Client.build/Objects-normal/arm64_32/ZSGF_Client.swiftdoc -emit-module-source-info-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ZSGF.Client.build/Debug-watchos/ZSGF.Client.build/Objects-normal/arm64_32/ZSGF_Client.swiftsourceinfo -emit-objc-header-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ZSGF.Client.build/Debug-watchos/ZSGF.Client.build/Objects-normal/arm64_32/ZSGF.Client-Swift.h -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ZSGF.Client.build/Debug-watchos/ZSGF.Client.build/Objects-normal/arm64_32/ZSGF.Client-master-emit-module.dia -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ZSGF.Client.build/Debug-watchos/ZSGF.Client.build/Objects-normal/arm64_32/ZSGF.Client-master-emit-module.d -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ZSGF.Client.build/Debug-watchos/ZSGF.Client.build/Objects-normal/arm64_32/ZSGF_Client.swiftmodule -emit-abi-descriptor-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ZSGF.Client.build/Debug-watchos/ZSGF.Client.build/Objects-normal/arm64_32/ZSGF_Client.abi.json
EmitSwiftModule normal arm64_32 (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/APIs.swift:49:64: error: type 'ZSGF' has no member 'ClientAPI'
    open func execute(_ apiResponseQueue: DispatchQueue = ZSGF.ClientAPI.apiResponseQueue, _ completion: @escaping (_ result: Swift.Result<Response<T>, ErrorResponse>) -> Void) -> RequestTask {
                                                          ~~~~ ^~~~~~~~~
/Users/admin/builder/spi-builder-workspace/ZSGF.Client/Classes/OpenAPIs/APIs/AccessTokenAPI.swift:25:128: error: type 'ZSGF' has no member 'ClientAPI'
    open class func accessTokenDelete(id: Int64, appKey: String, userId: String? = nil, apiResponseQueue: DispatchQueue = ZSGF.ClientAPI.apiResponseQueue, completion: @escaping ((_ data: BooleanApiResponse?, _ error: Error?) -> Void)) -> RequestTask {
                                                                                                                          ~~~~ ^~~~~~~~~
/Users/admin/builder/spi-builder-workspace/ZSGF.Client/Classes/OpenAPIs/APIs/AccessTokenAPI.swift:85:170: error: type 'ZSGF' has no member 'ClientAPI'
    open class func accessTokenPost(appKey: String, userId: String? = nil, accessTokenPostRequest: AccessTokenPostRequest? = nil, apiResponseQueue: DispatchQueue = ZSGF.ClientAPI.apiResponseQueue, completion: @escaping ((_ data: TokenModelApiResponse?, _ error: Error?) -> Void)) -> RequestTask {
                                                                                                                                                                    ~~~~ ^~~~~~~~~
/Users/admin/builder/spi-builder-workspace/ZSGF.Client/Classes/OpenAPIs/APIs/AccessTokenAPI.swift:143:178: error: type 'ZSGF' has no member 'ClientAPI'
    open class func accessTokenPut(id: Int64, appKey: String, userId: String? = nil, accessTokenPutRequest: AccessTokenPutRequest? = nil, apiResponseQueue: DispatchQueue = ZSGF.ClientAPI.apiResponseQueue, completion: @escaping ((_ data: BooleanApiResponse?, _ error: Error?) -> Void)) -> RequestTask {
                                                                                                                                                                            ~~~~ ^~~~~~~~~
/Users/admin/builder/spi-builder-workspace/ZSGF.Client/Classes/OpenAPIs/APIs/AccessTokenAPI.swift:205:148: error: type 'ZSGF' has no member 'ClientAPI'
    open class func accessTokens(appKey: String, skip: Int? = nil, take: Int? = nil, userId: String? = nil, apiResponseQueue: DispatchQueue = ZSGF.ClientAPI.apiResponseQueue, completion: @escaping ((_ data: AccessTokenListResultApiResponse?, _ error: Error?) -> Void)) -> RequestTask {
                                                                                                                                              ~~~~ ^~~~~~~~~
/Users/admin/builder/spi-builder-workspace/ZSGF.Client/Classes/OpenAPIs/APIs/AlipayAPI.swift:24:153: error: type 'ZSGF' has no member 'ClientAPI'
    open class func alipayCreateOrder(appKey: String, alipayCreateOrderRequest: AlipayCreateOrderRequest? = nil, apiResponseQueue: DispatchQueue = ZSGF.ClientAPI.apiResponseQueue, completion: @escaping ((_ data: StringApiResponse?, _ error: Error?) -> Void)) -> RequestTask {
                                                                                                                                                   ~~~~ ^~~~~~~~~
/Users/admin/builder/spi-builder-workspace/ZSGF.Client/Classes/OpenAPIs/APIs/AlipayAPI.swift:76:174: error: type 'ZSGF' has no member 'ClientAPI'
    open class func alipayCreateOrderPagePay(appKey: String, alipayCreateOrderPagePayRequest: AlipayCreateOrderPagePayRequest? = nil, apiResponseQueue: DispatchQueue = ZSGF.ClientAPI.apiResponseQueue, completion: @escaping ((_ data: StringApiResponse?, _ error: Error?) -> Void)) -> RequestTask {
                                                                                                                                                                        ~~~~ ^~~~~~~~~
/Users/admin/builder/spi-builder-workspace/ZSGF.Client/Classes/OpenAPIs/APIs/AlipayAPI.swift:128:171: error: type 'ZSGF' has no member 'ClientAPI'
    open class func alipayCreateOrderWapPay(appKey: String, alipayCreateOrderWapPayRequest: AlipayCreateOrderWapPayRequest? = nil, apiResponseQueue: DispatchQueue = ZSGF.ClientAPI.apiResponseQueue, completion: @escaping ((_ data: StringApiResponse?, _ error: Error?) -> Void)) -> RequestTask {
                                                                                                                                                                     ~~~~ ^~~~~~~~~
/Users/admin/builder/spi-builder-workspace/ZSGF.Client/Classes/OpenAPIs/APIs/AlipayAPI.swift:180:118: error: type 'ZSGF' has no member 'ClientAPI'
    open class func alipayOrderDetail(appKey: String, orderNo: String? = nil, apiResponseQueue: DispatchQueue = ZSGF.ClientAPI.apiResponseQueue, completion: @escaping ((_ data: AlipayTradeQueryResponseApiResponse?, _ error: Error?) -> Void)) -> RequestTask {
                                                                                                                ~~~~ ^~~~~~~~~
/Users/admin/builder/spi-builder-workspace/ZSGF.Client/Classes/OpenAPIs/APIs/AlipayAPI.swift:236:141: error: type 'ZSGF' has no member 'ClientAPI'
    open class func alipayOrderRefund(appKey: String, amount: String? = nil, orderNo: String? = nil, apiResponseQueue: DispatchQueue = ZSGF.ClientAPI.apiResponseQueue, completion: @escaping ((_ data: AlipayTradeRefundResponseApiResponse?, _ error: Error?) -> Void)) -> RequestTask {
                                                                                                                                       ~~~~ ^~~~~~~~~
/Users/admin/builder/spi-builder-workspace/ZSGF.Client/Classes/OpenAPIs/APIs/AlipayAPI.swift:293:156: error: type 'ZSGF' has no member 'ClientAPI'
    open class func alipayReturnPageNotify(appKey: String, returnPageNotifyRequest: ReturnPageNotifyRequest? = nil, apiResponseQueue: DispatchQueue = ZSGF.ClientAPI.apiResponseQueue, completion: @escaping ((_ data: BooleanApiResponse?, _ error: Error?) -> Void)) -> RequestTask {
                                                                                                                                                      ~~~~ ^~~~~~~~~
/Users/admin/builder/spi-builder-workspace/ZSGF.Client/Classes/OpenAPIs/APIs/AppAPI.swift:24:109: error: type 'ZSGF' has no member 'ClientAPI'
    open class func appInfo(appKey: String, propCode: String? = nil, apiResponseQueue: DispatchQueue = ZSGF.ClientAPI.apiResponseQueue, completion: @escaping ((_ data: AppInfoResultApiResponse?, _ error: Error?) -> Void)) -> RequestTask {
                                                                                                       ~~~~ ^~~~~~~~~
/Users/admin/builder/spi-builder-workspace/ZSGF.Client/Classes/OpenAPIs/APIs/DingTalkAPI.swift:24:114: error: type 'ZSGF' has no member 'ClientAPI'
    open class func dingTalkUserInfo(appKey: String, code: String? = nil, apiResponseQueue: DispatchQueue = ZSGF.ClientAPI.apiResponseQueue, completion: @escaping ((_ data: StringApiResponse?, _ error: Error?) -> Void)) -> RequestTask {
                                                                                                            ~~~~ ^~~~~~~~~
/Users/admin/builder/spi-builder-workspace/ZSGF.Client/Classes/OpenAPIs/APIs/ExternalAccountAPI.swift:25:188: error: type 'ZSGF' has no member 'ClientAPI'
    open class func externalAccountSignIn(appKey: String, userId: String? = nil, externalAccountSignInRequest: ExternalAccountSignInRequest? = nil, apiResponseQueue: DispatchQueue = ZSGF.ClientAPI.apiResponseQueue, completion: @escaping ((_ data: TokenModelApiResponse?, _ error: Error?) -> Void)) -> RequestTask {
                                                                                                                                                                                      ~~~~ ^~~~~~~~~
/Users/admin/builder/spi-builder-workspace/ZSGF.Client/Classes/OpenAPIs/APIs/ExternalAccountAPI.swift:82:186: error: type 'ZSGF' has no member 'ClientAPI'
    open class func userExternalAccountBind(appKey: String, userId: String? = nil, externalAccountBindRequest: ExternalAccountBindRequest? = nil, apiResponseQueue: DispatchQueue = ZSGF.ClientAPI.apiResponseQueue, completion: @escaping ((_ data: BooleanApiResponse?, _ error: Error?) -> Void)) -> RequestTask {
                                                                                                                                                                                    ~~~~ ^~~~~~~~~
/Users/admin/builder/spi-builder-workspace/ZSGF.Client/Classes/OpenAPIs/APIs/ExternalAccountAPI.swift:138:117: error: type 'ZSGF' has no member 'ClientAPI'
    open class func userOAuthAccounts(appKey: String, userId: String? = nil, apiResponseQueue: DispatchQueue = ZSGF.ClientAPI.apiResponseQueue, completion: @escaping ((_ data: UserLoginsListApiResponse?, _ error: Error?) -> Void)) -> RequestTask {
                                                                                                               ~~~~ ^~~~~~~~~
/Users/admin/builder/spi-builder-workspace/ZSGF.Client/Classes/OpenAPIs/APIs/ExternalAccountAPI.swift:195:196: error: type 'ZSGF' has no member 'ClientAPI'
    open class func userOAuthAccountsPutBind(id: Int64, appKey: String, userId: String? = nil, externalAccountPutRequest: ExternalAccountPutRequest? = nil, apiResponseQueue: DispatchQueue = ZSGF.ClientAPI.apiResponseQueue, completion: @escaping ((_ data: BooleanApiResponse?, _ error: Error?) -> Void)) -> RequestTask {
                                                                                                                                                                                              ~~~~ ^~~~~~~~~
/Users/admin/builder/spi-builder-workspace/ZSGF.Client/Classes/OpenAPIs/APIs/ExternalAccountAPI.swift:256:134: error: type 'ZSGF' has no member 'ClientAPI'
    open class func userOAuthAccountsUnBind(id: Int64, appKey: String, userId: String? = nil, apiResponseQueue: DispatchQueue = ZSGF.ClientAPI.apiResponseQueue, completion: @escaping ((_ data: BooleanApiResponse?, _ error: Error?) -> Void)) -> RequestTask {
                                                                                                                                ~~~~ ^~~~~~~~~
/Users/admin/builder/spi-builder-workspace/ZSGF.Client/Classes/OpenAPIs/APIs/FileAPI.swift:24:114: error: type 'ZSGF' has no member 'ClientAPI'
    open class func fileCreateFolder(appKey: String, path: String? = nil, apiResponseQueue: DispatchQueue = ZSGF.ClientAPI.apiResponseQueue, completion: @escaping ((_ data: BooleanApiResponse?, _ error: Error?) -> Void)) -> RequestTask {
                                                                                                            ~~~~ ^~~~~~~~~
/Users/admin/builder/spi-builder-workspace/ZSGF.Client/Classes/OpenAPIs/APIs/FileAPI.swift:79:108: error: type 'ZSGF' has no member 'ClientAPI'
    open class func fileDelete(appKey: String, path: String? = nil, apiResponseQueue: DispatchQueue = ZSGF.ClientAPI.apiResponseQueue, completion: @escaping ((_ data: BooleanApiResponse?, _ error: Error?) -> Void)) -> RequestTask {
                                                                                                      ~~~~ ^~~~~~~~~
/Users/admin/builder/spi-builder-workspace/ZSGF.Client/Classes/OpenAPIs/APIs/FileAPI.swift:135:139: error: type 'ZSGF' has no member 'ClientAPI'
    open class func fileRename(appKey: String, sourceName: String? = nil, destName: String? = nil, apiResponseQueue: DispatchQueue = ZSGF.ClientAPI.apiResponseQueue, completion: @escaping ((_ data: BooleanApiResponse?, _ error: Error?) -> Void)) -> RequestTask {
                                                                                                                                     ~~~~ ^~~~~~~~~
/Users/admin/builder/spi-builder-workspace/ZSGF.Client/Classes/OpenAPIs/APIs/FileAPI.swift:193:126: error: type 'ZSGF' has no member 'ClientAPI'
    open class func fileUpload(appKey: String, path: String? = nil, file: URL? = nil, apiResponseQueue: DispatchQueue = ZSGF.ClientAPI.apiResponseQueue, completion: @escaping ((_ data: StringApiResponse?, _ error: Error?) -> Void)) -> RequestTask {
                                                                                                                        ~~~~ ^~~~~~~~~
/Users/admin/builder/spi-builder-workspace/ZSGF.Client/Classes/OpenAPIs/APIs/FileAPI.swift:256:139: error: type 'ZSGF' has no member 'ClientAPI'
    open class func files(appKey: String, path: String? = nil, skip: Int? = nil, take: Int? = nil, apiResponseQueue: DispatchQueue = ZSGF.ClientAPI.apiResponseQueue, completion: @escaping ((_ data: FileListResultApiResponse?, _ error: Error?) -> Void)) -> RequestTask {
                                                                                                                                     ~~~~ ^~~~~~~~~
/Users/admin/builder/spi-builder-workspace/ZSGF.Client/Classes/OpenAPIs/APIs/OAuthAPI.swift:25:135: error: type 'ZSGF' has no member 'ClientAPI'
    open class func oAuthAuthorize(appKey: String, scheme: String? = nil, code: String? = nil, apiResponseQueue: DispatchQueue = ZSGF.ClientAPI.apiResponseQueue, completion: @escaping ((_ data: AuthorizeResultApiResponse?, _ error: Error?) -> Void)) -> RequestTask {
                                                                                                                                 ~~~~ ^~~~~~~~~
/Users/admin/builder/spi-builder-workspace/ZSGF.Client/Classes/OpenAPIs/APIs/OAuthAPI.swift:80:90: error: type 'ZSGF' has no member 'ClientAPI'
    open class func oAuthConsents(appKey: String, apiResponseQueue: DispatchQueue = ZSGF.ClientAPI.apiResponseQueue, completion: @escaping ((_ data: AppUserConsentModelListApiResponse?, _ error: Error?) -> Void)) -> RequestTask {
                                                                                    ~~~~ ^~~~~~~~~
/Users/admin/builder/spi-builder-workspace/ZSGF.Client/Classes/OpenAPIs/APIs/OAuthAPI.swift:130:106: error: type 'ZSGF' has no member 'ClientAPI'
    open class func oAuthDeleteConsent(id: Int64, appKey: String, apiResponseQueue: DispatchQueue = ZSGF.ClientAPI.apiResponseQueue, completion: @escaping ((_ data: BooleanApiResponse?, _ error: Error?) -> Void)) -> RequestTask {
                                                                                                    ~~~~ ^~~~~~~~~
/Users/admin/builder/spi-builder-workspace/ZSGF.Client/Classes/OpenAPIs/APIs/OAuthAPI.swift:185:149: error: type 'ZSGF' has no member 'ClientAPI'
    open class func oAuthGrantCode(appKey: String, scheme: String? = nil, grantRequest: GrantRequest? = nil, apiResponseQueue: DispatchQueue = ZSGF.ClientAPI.apiResponseQueue, completion: @escaping ((_ data: GrantResultApiResponse?, _ error: Error?) -> Void)) -> RequestTask {
                                                                                                                                               ~~~~ ^~~~~~~~~
/Users/admin/builder/spi-builder-workspace/ZSGF.Client/Classes/OpenAPIs/APIs/OAuthAPI.swift:239:89: error: type 'ZSGF' has no member 'ClientAPI'
    open class func oAuthProfile(appKey: String, apiResponseQueue: DispatchQueue = ZSGF.ClientAPI.apiResponseQueue, completion: @escaping ((_ data: ProfileResultApiResponse?, _ error: Error?) -> Void)) -> RequestTask {
                                                                                   ~~~~ ^~~~~~~~~
/Users/admin/builder/spi-builder-workspace/ZSGF.Client/Classes/OpenAPIs/APIs/OrderAPI.swift:24:93: error: type 'ZSGF' has no member 'ClientAPI'
    open class func order(id: Int64, appKey: String, apiResponseQueue: DispatchQueue = ZSGF.ClientAPI.apiResponseQueue, completion: @escaping ((_ data: OrderApiResponse?, _ error: Error?) -> Void)) -> RequestTask {
                                                                                       ~~~~ ^~~~~~~~~
/Users/admin/builder/spi-builder-workspace/ZSGF.Client/Classes/OpenAPIs/APIs/OrderAPI.swift:79:135: error: type 'ZSGF' has no member 'ClientAPI'
    open class func orderCreate(appKey: String, createOrderRequest: CreateOrderRequest? = nil, apiResponseQueue: DispatchQueue = ZSGF.ClientAPI.apiResponseQueue, completion: @escaping ((_ data: CreateOrderResultApiResponse?, _ error: Error?) -> Void)) -> RequestTask {
                                                                                                                                 ~~~~ ^~~~~~~~~
/Users/admin/builder/spi-builder-workspace/ZSGF.Client/Classes/OpenAPIs/APIs/OrderAPI.swift:139:282: error: type 'ZSGF' has no member 'ClientAPI'
    open class func orders(appKey: String, status: String? = nil, orderNo: String? = nil, tradeNo: String? = nil, userId: Int64? = nil, pctType: String? = nil, pctId: String? = nil, pctName: String? = nil, skip: Int? = nil, take: Int? = nil, apiResponseQueue: DispatchQueue = ZSGF.ClientAPI.apiResponseQueue, completion: @escaping ((_ data: OrderListResultApiResponse?, _ error: Error?) -> Void)) -> RequestTask {
                                                                                                                                                                                                                                                                                    ~~~~ ^~~~~~~~~
/Users/admin/builder/spi-builder-workspace/ZSGF.Client/Classes/OpenAPIs/APIs/StorageAPI.swift:25:133: error: type 'ZSGF' has no member 'ClientAPI'
    open class func storageAggregate(table: String, appKey: String, pipeline: String? = nil, apiResponseQueue: DispatchQueue = ZSGF.ClientAPI.apiResponseQueue, completion: @escaping ((_ data: ObjectListApiResponse?, _ error: Error?) -> Void)) -> RequestTask {
                                                                                                                               ~~~~ ^~~~~~~~~
/Users/admin/builder/spi-builder-workspace/ZSGF.Client/Classes/OpenAPIs/APIs/StorageAPI.swift:85:117: error: type 'ZSGF' has no member 'ClientAPI'
    open class func storageDelete(table: String, id: String, appKey: String, apiResponseQueue: DispatchQueue = ZSGF.ClientAPI.apiResponseQueue, completion: @escaping ((_ data: BooleanApiResponse?, _ error: Error?) -> Void)) -> RequestTask {
                                                                                                               ~~~~ ^~~~~~~~~
/Users/admin/builder/spi-builder-workspace/ZSGF.Client/Classes/OpenAPIs/APIs/StorageAPI.swift:146:141: error: type 'ZSGF' has no member 'ClientAPI'
    open class func storageDetail(table: String, id: String, appKey: String, project: String? = nil, apiResponseQueue: DispatchQueue = ZSGF.ClientAPI.apiResponseQueue, completion: @escaping ((_ data: ObjectApiResponse?, _ error: Error?) -> Void)) -> RequestTask {
                                                                                                                                       ~~~~ ^~~~~~~~~
/Users/admin/builder/spi-builder-workspace/ZSGF.Client/Classes/OpenAPIs/APIs/StorageAPI.swift:217:275: error: type 'ZSGF' has no member 'ClientAPI'
    open class func storageList(table: String, appKey: String, filter: String? = nil, project: String? = nil, sort: String? = nil, startTime: Date? = nil, endTime: Date? = nil, explain: Bool? = nil, take: Int? = nil, skip: Int? = nil, apiResponseQueue: DispatchQueue = ZSGF.ClientAPI.apiResponseQueue, completion: @escaping ((_ data: StorageListResultApiResponse?, _ error: Error?) -> Void)) -> RequestTask {
                                                                                                                                                                                                                                                                             ~~~~ ^~~~~~~~~
/Users/admin/builder/spi-builder-workspace/ZSGF.Client/Classes/OpenAPIs/APIs/StorageAPI.swift:291:130: error: type 'ZSGF' has no member 'ClientAPI'
    open class func storagePost(table: String, appKey: String, requestBody: [AnyCodable], apiResponseQueue: DispatchQueue = ZSGF.ClientAPI.apiResponseQueue, completion: @escaping ((_ data: StringApiResponse?, _ error: Error?) -> Void)) -> RequestTask {
                                                                                                                            ~~~~ ^~~~~~~~~
/Users/admin/builder/spi-builder-workspace/ZSGF.Client/Classes/OpenAPIs/APIs/StorageAPI.swift:350:163: error: type 'ZSGF' has no member 'ClientAPI'
    open class func storagePut(table: String, id: String, appKey: String, requestBody: [AnyCodable], replace: Bool? = nil, apiResponseQueue: DispatchQueue = ZSGF.ClientAPI.apiResponseQueue, completion: @escaping ((_ data: BooleanApiResponse?, _ error: Error?) -> Void)) -> RequestTask {
                                                                                                                                                             ~~~~ ^~~~~~~~~
/Users/admin/builder/spi-builder-workspace/ZSGF.Client/Classes/OpenAPIs/APIs/UserAPI.swift:23:95: error: type 'ZSGF' has no member 'ClientAPI'
    open class func userDeactivateHard(appKey: String, apiResponseQueue: DispatchQueue = ZSGF.ClientAPI.apiResponseQueue, completion: @escaping ((_ data: BooleanApiResponse?, _ error: Error?) -> Void)) -> RequestTask {
                                                                                         ~~~~ ^~~~~~~~~
/Users/admin/builder/spi-builder-workspace/ZSGF.Client/Classes/OpenAPIs/APIs/UserAPI.swift:74:139: error: type 'ZSGF' has no member 'ClientAPI'
    open class func userEmailSignIn(appKey: String, emailSignInRequest: EmailSignInRequest? = nil, apiResponseQueue: DispatchQueue = ZSGF.ClientAPI.apiResponseQueue, completion: @escaping ((_ data: TokenModelApiResponse?, _ error: Error?) -> Void)) -> RequestTask {
                                                                                                                                     ~~~~ ^~~~~~~~~
/Users/admin/builder/spi-builder-workspace/ZSGF.Client/Classes/OpenAPIs/APIs/UserAPI.swift:126:139: error: type 'ZSGF' has no member 'ClientAPI'
    open class func userEmailSignUp(appKey: String, emailSignUpRequest: EmailSignUpRequest? = nil, apiResponseQueue: DispatchQueue = ZSGF.ClientAPI.apiResponseQueue, completion: @escaping ((_ data: TokenModelApiResponse?, _ error: Error?) -> Void)) -> RequestTask {
                                                                                                                                     ~~~~ ^~~~~~~~~
/Users/admin/builder/spi-builder-workspace/ZSGF.Client/Classes/OpenAPIs/APIs/UserAPI.swift:178:139: error: type 'ZSGF' has no member 'ClientAPI'
    open class func userPhoneSignIn(appKey: String, phoneSignInRequest: PhoneSignInRequest? = nil, apiResponseQueue: DispatchQueue = ZSGF.ClientAPI.apiResponseQueue, completion: @escaping ((_ data: TokenModelApiResponse?, _ error: Error?) -> Void)) -> RequestTask {
                                                                                                                                     ~~~~ ^~~~~~~~~
/Users/admin/builder/spi-builder-workspace/ZSGF.Client/Classes/OpenAPIs/APIs/UserAPI.swift:230:139: error: type 'ZSGF' has no member 'ClientAPI'
    open class func userPhoneSignUp(appKey: String, phoneSignUpRequest: PhoneSignUpRequest? = nil, apiResponseQueue: DispatchQueue = ZSGF.ClientAPI.apiResponseQueue, completion: @escaping ((_ data: TokenModelApiResponse?, _ error: Error?) -> Void)) -> RequestTask {
                                                                                                                                     ~~~~ ^~~~~~~~~
/Users/admin/builder/spi-builder-workspace/ZSGF.Client/Classes/OpenAPIs/APIs/UserAPI.swift:281:88: error: type 'ZSGF' has no member 'ClientAPI'
    open class func userProfile(appKey: String, apiResponseQueue: DispatchQueue = ZSGF.ClientAPI.apiResponseQueue, completion: @escaping ((_ data: UserProfileResultApiResponse?, _ error: Error?) -> Void)) -> RequestTask {
                                                                                  ~~~~ ^~~~~~~~~
/Users/admin/builder/spi-builder-workspace/ZSGF.Client/Classes/OpenAPIs/APIs/UserAPI.swift:332:150: error: type 'ZSGF' has no member 'ClientAPI'
    open class func userResetEmail(appKey: String, appUserResetEmailRequest: AppUserResetEmailRequest? = nil, apiResponseQueue: DispatchQueue = ZSGF.ClientAPI.apiResponseQueue, completion: @escaping ((_ data: BooleanApiResponse?, _ error: Error?) -> Void)) -> RequestTask {
                                                                                                                                                ~~~~ ^~~~~~~~~
/Users/admin/builder/spi-builder-workspace/ZSGF.Client/Classes/OpenAPIs/APIs/UserAPI.swift:384:150: error: type 'ZSGF' has no member 'ClientAPI'
    open class func userResetPhone(appKey: String, appUserResetPhoneRequest: AppUserResetPhoneRequest? = nil, apiResponseQueue: DispatchQueue = ZSGF.ClientAPI.apiResponseQueue, completion: @escaping ((_ data: BooleanApiResponse?, _ error: Error?) -> Void)) -> RequestTask {
                                                                                                                                                ~~~~ ^~~~~~~~~
/Users/admin/builder/spi-builder-workspace/ZSGF.Client/Classes/OpenAPIs/APIs/UserAPI.swift:436:144: error: type 'ZSGF' has no member 'ClientAPI'
    open class func userResetPwd(appKey: String, appUserResetPwdRequest: AppUserResetPwdRequest? = nil, apiResponseQueue: DispatchQueue = ZSGF.ClientAPI.apiResponseQueue, completion: @escaping ((_ data: BooleanApiResponse?, _ error: Error?) -> Void)) -> RequestTask {
                                                                                                                                          ~~~~ ^~~~~~~~~
/Users/admin/builder/spi-builder-workspace/ZSGF.Client/Classes/OpenAPIs/APIs/UserAPI.swift:488:145: error: type 'ZSGF' has no member 'ClientAPI'
    open class func userSendEmailCode(appKey: String, sendEmailCodeRequest: SendEmailCodeRequest? = nil, apiResponseQueue: DispatchQueue = ZSGF.ClientAPI.apiResponseQueue, completion: @escaping ((_ data: BooleanApiResponse?, _ error: Error?) -> Void)) -> RequestTask {
                                                                                                                                           ~~~~ ^~~~~~~~~
/Users/admin/builder/spi-builder-workspace/ZSGF.Client/Classes/OpenAPIs/APIs/UserAPI.swift:540:139: error: type 'ZSGF' has no member 'ClientAPI'
    open class func userSendSMSCode(appKey: String, sendSMSCodeRequest: SendSMSCodeRequest? = nil, apiResponseQueue: DispatchQueue = ZSGF.ClientAPI.apiResponseQueue, completion: @escaping ((_ data: BooleanApiResponse?, _ error: Error?) -> Void)) -> RequestTask {
                                                                                                                                     ~~~~ ^~~~~~~~~
/Users/admin/builder/spi-builder-workspace/ZSGF.Client/Classes/OpenAPIs/APIs/UserAPI.swift:592:124: error: type 'ZSGF' has no member 'ClientAPI'
    open class func userSignIn(appKey: String, signInRequest: SignInRequest? = nil, apiResponseQueue: DispatchQueue = ZSGF.ClientAPI.apiResponseQueue, completion: @escaping ((_ data: TokenModelApiResponse?, _ error: Error?) -> Void)) -> RequestTask {
                                                                                                                      ~~~~ ^~~~~~~~~
/Users/admin/builder/spi-builder-workspace/ZSGF.Client/Classes/OpenAPIs/APIs/UserAPI.swift:644:124: error: type 'ZSGF' has no member 'ClientAPI'
    open class func userSignUp(appKey: String, signUpRequest: SignUpRequest? = nil, apiResponseQueue: DispatchQueue = ZSGF.ClientAPI.apiResponseQueue, completion: @escaping ((_ data: TokenModelApiResponse?, _ error: Error?) -> Void)) -> RequestTask {
                                                                                                                      ~~~~ ^~~~~~~~~
/Users/admin/builder/spi-builder-workspace/ZSGF.Client/Classes/OpenAPIs/APIs/UserAPI.swift:695:94: error: type 'ZSGF' has no member 'ClientAPI'
    open class func userTwoFactorAuth(appKey: String, apiResponseQueue: DispatchQueue = ZSGF.ClientAPI.apiResponseQueue, completion: @escaping ((_ data: SetupCodeApiResponse?, _ error: Error?) -> Void)) -> RequestTask {
                                                                                        ~~~~ ^~~~~~~~~
/Users/admin/builder/spi-builder-workspace/ZSGF.Client/Classes/OpenAPIs/APIs/UserAPI.swift:746:145: error: type 'ZSGF' has no member 'ClientAPI'
    open class func userUnionIDSignIn(appKey: String, unionIDSignInRequest: UnionIDSignInRequest? = nil, apiResponseQueue: DispatchQueue = ZSGF.ClientAPI.apiResponseQueue, completion: @escaping ((_ data: TokenModelApiResponse?, _ error: Error?) -> Void)) -> RequestTask {
                                                                                                                                           ~~~~ ^~~~~~~~~
/Users/admin/builder/spi-builder-workspace/ZSGF.Client/Classes/OpenAPIs/APIs/UserAPI.swift:798:145: error: type 'ZSGF' has no member 'ClientAPI'
    open class func userUnionIDSignUp(appKey: String, unionIDSignUpRequest: UnionIDSignUpRequest? = nil, apiResponseQueue: DispatchQueue = ZSGF.ClientAPI.apiResponseQueue, completion: @escaping ((_ data: TokenModelApiResponse?, _ error: Error?) -> Void)) -> RequestTask {
                                                                                                                                           ~~~~ ^~~~~~~~~
/Users/admin/builder/spi-builder-workspace/ZSGF.Client/Classes/OpenAPIs/APIs/UserAPI.swift:850:145: error: type 'ZSGF' has no member 'ClientAPI'
    open class func userUpdateProfile(appKey: String, updateProfileRequest: UpdateProfileRequest? = nil, apiResponseQueue: DispatchQueue = ZSGF.ClientAPI.apiResponseQueue, completion: @escaping ((_ data: BooleanApiResponse?, _ error: Error?) -> Void)) -> RequestTask {
                                                                                                                                           ~~~~ ^~~~~~~~~
/Users/admin/builder/spi-builder-workspace/ZSGF.Client/Classes/OpenAPIs/APIs/UserCurrencyAPI.swift:25:126: error: type 'ZSGF' has no member 'ClientAPI'
    open class func userCurrencies(appKey: String, id: String, userId: String? = nil, apiResponseQueue: DispatchQueue = ZSGF.ClientAPI.apiResponseQueue, completion: @escaping ((_ data: UserCurrencyListApiResponse?, _ error: Error?) -> Void)) -> RequestTask {
                                                                                                                        ~~~~ ^~~~~~~~~
/Users/admin/builder/spi-builder-workspace/ZSGF.Client/Classes/OpenAPIs/APIs/UserCurrencyAPI.swift:88:226: error: type 'ZSGF' has no member 'ClientAPI'
    open class func userCurrencyConsume(nonce: String, timestamp: Int64, signature: String, appKey: String, userId: String? = nil, currencyConsumeRequest: CurrencyConsumeRequest? = nil, apiResponseQueue: DispatchQueue = ZSGF.ClientAPI.apiResponseQueue, completion: @escaping ((_ data: BooleanApiResponse?, _ error: Error?) -> Void)) -> RequestTask {
                                                                                                                                                                                                                            ~~~~ ^~~~~~~~~
/Users/admin/builder/spi-builder-workspace/ZSGF.Client/Classes/OpenAPIs/APIs/UserCurrencyAPI.swift:154:229: error: type 'ZSGF' has no member 'ClientAPI'
    open class func userCurrencyExchange(nonce: String, timestamp: Int64, signature: String, appKey: String, userId: String? = nil, exchangeCurrencyRequest: ExchangeCurrencyRequest? = nil, apiResponseQueue: DispatchQueue = ZSGF.ClientAPI.apiResponseQueue, completion: @escaping ((_ data: BooleanApiResponse?, _ error: Error?) -> Void)) -> RequestTask {
                                                                                                                                                                                                                               ~~~~ ^~~~~~~~~
/Users/admin/builder/spi-builder-workspace/ZSGF.Client/Classes/OpenAPIs/APIs/UserCurrencyAPI.swift:220:223: error: type 'ZSGF' has no member 'ClientAPI'
    open class func userCurrencyRecharge(nonce: String, timestamp: Int64, signature: String, appKey: String, userId: String? = nil, rechargePointRequest: RechargePointRequest? = nil, apiResponseQueue: DispatchQueue = ZSGF.ClientAPI.apiResponseQueue, completion: @escaping ((_ data: BooleanApiResponse?, _ error: Error?) -> Void)) -> RequestTask {
                                                                                                                                                                                                                         ~~~~ ^~~~~~~~~
/Users/admin/builder/spi-builder-workspace/ZSGF.Client/Classes/OpenAPIs/APIs/UserCurrencyAPI.swift:288:256: error: type 'ZSGF' has no member 'ClientAPI'
    open class func userCurrencyTransactions(appKey: String, transType: String? = nil, curCode: String? = nil, startTime: Date? = nil, endTime: Date? = nil, skip: Int? = nil, take: Int? = nil, userId: String? = nil, apiResponseQueue: DispatchQueue = ZSGF.ClientAPI.apiResponseQueue, completion: @escaping ((_ data: UserCurrencyCurrencyTransResultApiResponse?, _ error: Error?) -> Void)) -> RequestTask {
                                                                                                                                                                                                                                                          ~~~~ ^~~~~~~~~
/Users/admin/builder/spi-builder-workspace/ZSGF.Client/Classes/OpenAPIs/APIs/UserFriendsAPI.swift:27:175: error: type 'ZSGF' has no member 'ClientAPI'
    open class func userCommonInterests(appKey: String, tag: String? = nil, skip: Int? = nil, take: Int? = nil, userId: String? = nil, apiResponseQueue: DispatchQueue = ZSGF.ClientAPI.apiResponseQueue, completion: @escaping ((_ data: UserCommonInterestsResultApiResponse?, _ error: Error?) -> Void)) -> RequestTask {
                                                                                                                                                                         ~~~~ ^~~~~~~~~
/Users/admin/builder/spi-builder-workspace/ZSGF.Client/Classes/OpenAPIs/APIs/UserFriendsAPI.swift:89:133: error: type 'ZSGF' has no member 'ClientAPI'
    open class func userFollowUser(userId: Int64, appKey: String, fromUserId: String? = nil, apiResponseQueue: DispatchQueue = ZSGF.ClientAPI.apiResponseQueue, completion: @escaping ((_ data: BooleanApiResponse?, _ error: Error?) -> Void)) -> RequestTask {
                                                                                                                               ~~~~ ^~~~~~~~~
/Users/admin/builder/spi-builder-workspace/ZSGF.Client/Classes/OpenAPIs/APIs/UserFriendsAPI.swift:149:146: error: type 'ZSGF' has no member 'ClientAPI'
    open class func userFollowerPut(id: Int64, appKey: String, followerPutModel: FollowerPutModel? = nil, apiResponseQueue: DispatchQueue = ZSGF.ClientAPI.apiResponseQueue, completion: @escaping ((_ data: BooleanApiResponse?, _ error: Error?) -> Void)) -> RequestTask {
                                                                                                                                            ~~~~ ^~~~~~~~~
/Users/admin/builder/spi-builder-workspace/ZSGF.Client/Classes/OpenAPIs/APIs/UserFriendsAPI.swift:210:220: error: type 'ZSGF' has no member 'ClientAPI'
    open class func userFollowers(appKey: String, tag: String? = nil, status: String? = nil, targetUserId: Int64? = nil, skip: Int? = nil, take: Int? = nil, userId: String? = nil, apiResponseQueue: DispatchQueue = ZSGF.ClientAPI.apiResponseQueue, completion: @escaping ((_ data: UserFollowersResultApiResponse?, _ error: Error?) -> Void)) -> RequestTask {
                                                                                                                                                                                                                      ~~~~ ^~~~~~~~~
/Users/admin/builder/spi-builder-workspace/ZSGF.Client/Classes/OpenAPIs/APIs/UserFriendsAPI.swift:282:269: error: type 'ZSGF' has no member 'ClientAPI'
    open class func userFollowing(appKey: String, tag: String? = nil, status: String? = nil, targetUserId: Int64? = nil, skip: Int? = nil, take: Int? = nil, checkUserId: Int64? = nil, onlyIDs: Bool? = nil, userId: String? = nil, apiResponseQueue: DispatchQueue = ZSGF.ClientAPI.apiResponseQueue, completion: @escaping ((_ data: BooleanApiResponse?, _ error: Error?) -> Void)) -> RequestTask {
                                                                                                                                                                                                                                                                       ~~~~ ^~~~~~~~~
/Users/admin/builder/spi-builder-workspace/ZSGF.Client/Classes/OpenAPIs/APIs/UserFriendsAPI.swift:364:385: error: type 'ZSGF' has no member 'ClientAPI'
    open class func userFriendsNearBy(longitude: Double, latitude: Double, appKey: String, country: String? = nil, state: String? = nil, city: String? = nil, district: String? = nil, gender: String? = nil, ageS: Int? = nil, ageE: Int? = nil, tag: String? = nil, distance: Int64? = nil, skip: Int? = nil, take: Int? = nil, userId: String? = nil, apiResponseQueue: DispatchQueue = ZSGF.ClientAPI.apiResponseQueue, completion: @escaping ((_ data: UserFriendsNearByResultApiResponse?, _ error: Error?) -> Void)) -> RequestTask {
                                                                                                                                                                                                                                                                                                                                                                                           ~~~~ ^~~~~~~~~
/Users/admin/builder/spi-builder-workspace/ZSGF.Client/Classes/OpenAPIs/APIs/UserFriendsAPI.swift:447:155: error: type 'ZSGF' has no member 'ClientAPI'
    open class func userMutualFollowers(appKey: String, skip: Int? = nil, take: Int? = nil, userId: String? = nil, apiResponseQueue: DispatchQueue = ZSGF.ClientAPI.apiResponseQueue, completion: @escaping ((_ data: UserMutualFollowersResultApiResponse?, _ error: Error?) -> Void)) -> RequestTask {
                                                                                                                                                     ~~~~ ^~~~~~~~~
/Users/admin/builder/spi-builder-workspace/ZSGF.Client/Classes/OpenAPIs/APIs/UserFriendsAPI.swift:508:156: error: type 'ZSGF' has no member 'ClientAPI'
    open class func userMutualFollowings(appKey: String, skip: Int? = nil, take: Int? = nil, userId: String? = nil, apiResponseQueue: DispatchQueue = ZSGF.ClientAPI.apiResponseQueue, completion: @escaping ((_ data: UserMutualFollowingsResultApiResponse?, _ error: Error?) -> Void)) -> RequestTask {
                                                                                                                                                      ~~~~ ^~~~~~~~~
/Users/admin/builder/spi-builder-workspace/ZSGF.Client/Classes/OpenAPIs/APIs/UserFriendsAPI.swift:567:107: error: type 'ZSGF' has no member 'ClientAPI'
    open class func userProfileById(userId: Int64, appKey: String, apiResponseQueue: DispatchQueue = ZSGF.ClientAPI.apiResponseQueue, completion: @escaping ((_ data: GetUserProfileResultApiResponse?, _ error: Error?) -> Void)) -> RequestTask {
                                                                                                     ~~~~ ^~~~~~~~~
/Users/admin/builder/spi-builder-workspace/ZSGF.Client/Classes/OpenAPIs/APIs/UserFriendsAPI.swift:623:135: error: type 'ZSGF' has no member 'ClientAPI'
    open class func userUnfollowUser(userId: Int64, appKey: String, fromUserId: String? = nil, apiResponseQueue: DispatchQueue = ZSGF.ClientAPI.apiResponseQueue, completion: @escaping ((_ data: BooleanApiResponse?, _ error: Error?) -> Void)) -> RequestTask {
                                                                                                                                 ~~~~ ^~~~~~~~~
/Users/admin/builder/spi-builder-workspace/ZSGF.Client/Classes/OpenAPIs/APIs/UserLocationAPI.swift:25:123: error: type 'ZSGF' has no member 'ClientAPI'
    open class func userLocation(id: Int64, appKey: String, userId: String? = nil, apiResponseQueue: DispatchQueue = ZSGF.ClientAPI.apiResponseQueue, completion: @escaping ((_ data: GeoLocationModelApiResponse?, _ error: Error?) -> Void)) -> RequestTask {
                                                                                                                     ~~~~ ^~~~~~~~~
/Users/admin/builder/spi-builder-workspace/ZSGF.Client/Classes/OpenAPIs/APIs/UserLocationAPI.swift:85:129: error: type 'ZSGF' has no member 'ClientAPI'
    open class func userLocationDelete(id: Int64, appKey: String, userId: String? = nil, apiResponseQueue: DispatchQueue = ZSGF.ClientAPI.apiResponseQueue, completion: @escaping ((_ data: BooleanApiResponse?, _ error: Error?) -> Void)) -> RequestTask {
                                                                                                                           ~~~~ ^~~~~~~~~
/Users/admin/builder/spi-builder-workspace/ZSGF.Client/Classes/OpenAPIs/APIs/UserLocationAPI.swift:145:159: error: type 'ZSGF' has no member 'ClientAPI'
    open class func userLocationPost(appKey: String, userId: String? = nil, geoLocationModel: GeoLocationModel? = nil, apiResponseQueue: DispatchQueue = ZSGF.ClientAPI.apiResponseQueue, completion: @escaping ((_ data: UserLocationPostResultApiResponse?, _ error: Error?) -> Void)) -> RequestTask {
                                                                                                                                                         ~~~~ ^~~~~~~~~
/Users/admin/builder/spi-builder-workspace/ZSGF.Client/Classes/OpenAPIs/APIs/UserLocationAPI.swift:203:169: error: type 'ZSGF' has no member 'ClientAPI'
    open class func userLocationPut(id: Int64, appKey: String, userId: String? = nil, geoLocationModel: GeoLocationModel? = nil, apiResponseQueue: DispatchQueue = ZSGF.ClientAPI.apiResponseQueue, completion: @escaping ((_ data: BooleanApiResponse?, _ error: Error?) -> Void)) -> RequestTask {
                                                                                                                                                                   ~~~~ ^~~~~~~~~
/Users/admin/builder/spi-builder-workspace/ZSGF.Client/Classes/OpenAPIs/APIs/UserLocationAPI.swift:270:248: error: type 'ZSGF' has no member 'ClientAPI'
    open class func userLocations(appKey: String, tag: String? = nil, type: String? = nil, x: Double? = nil, y: Double? = nil, sphere: Int64? = nil, skip: Int? = nil, take: Int? = nil, userId: String? = nil, apiResponseQueue: DispatchQueue = ZSGF.ClientAPI.apiResponseQueue, completion: @escaping ((_ data: UserLocationsResultApiResponse?, _ error: Error?) -> Void)) -> RequestTask {
                                                                                                                                                                                                                                                  ~~~~ ^~~~~~~~~
/Users/admin/builder/spi-builder-workspace/ZSGF.Client/Classes/OpenAPIs/APIs/WechatAPI.swift:24:144: error: type 'ZSGF' has no member 'ClientAPI'
    open class func confirmQRCodeLogin(appKey: String, qRCodeSignInRequest: QRCodeSignInRequest? = nil, apiResponseQueue: DispatchQueue = ZSGF.ClientAPI.apiResponseQueue, completion: @escaping ((_ data: TokenModelApiResponse?, _ error: Error?) -> Void)) -> RequestTask {
                                                                                                                                          ~~~~ ^~~~~~~~~
/Users/admin/builder/spi-builder-workspace/ZSGF.Client/Classes/OpenAPIs/APIs/WechatAPI.swift:76:151: error: type 'ZSGF' has no member 'ClientAPI'
    open class func confirmQRCodeRegistration(appKey: String, qRCodeSignUpRequest: QRCodeSignUpRequest? = nil, apiResponseQueue: DispatchQueue = ZSGF.ClientAPI.apiResponseQueue, completion: @escaping ((_ data: TokenModelApiResponse?, _ error: Error?) -> Void)) -> RequestTask {
                                                                                                                                                 ~~~~ ^~~~~~~~~
/Users/admin/builder/spi-builder-workspace/ZSGF.Client/Classes/OpenAPIs/APIs/WechatAPI.swift:128:153: error: type 'ZSGF' has no member 'ClientAPI'
    open class func initiateQRAuthSession(appKey: String, qRCodePreSignInRequest: QRCodePreSignInRequest? = nil, apiResponseQueue: DispatchQueue = ZSGF.ClientAPI.apiResponseQueue, completion: @escaping ((_ data: Int64ApiResponse?, _ error: Error?) -> Void)) -> RequestTask {
                                                                                                                                                   ~~~~ ^~~~~~~~~
/Users/admin/builder/spi-builder-workspace/ZSGF.Client/Classes/OpenAPIs/APIs/WechatAPI.swift:180:139: error: type 'ZSGF' has no member 'ClientAPI'
    open class func scanQRCodeForAuth(appKey: String, qRCodeScanRequest: QRCodeScanRequest? = nil, apiResponseQueue: DispatchQueue = ZSGF.ClientAPI.apiResponseQueue, completion: @escaping ((_ data: UserQRCodeScanResultApiResponse?, _ error: Error?) -> Void)) -> RequestTask {
                                                                                                                                     ~~~~ ^~~~~~~~~
/Users/admin/builder/spi-builder-workspace/ZSGF.Client/Classes/OpenAPIs/APIs/WechatAPI.swift:234:166: error: type 'ZSGF' has no member 'ClientAPI'
    open class func wechatDecrypt(appKey: String, encryptedData: String? = nil, iv: String? = nil, sessionKey: String? = nil, apiResponseQueue: DispatchQueue = ZSGF.ClientAPI.apiResponseQueue, completion: @escaping ((_ data: StringApiResponse?, _ error: Error?) -> Void)) -> RequestTask {
                                                                                                                                                                ~~~~ ^~~~~~~~~
/Users/admin/builder/spi-builder-workspace/ZSGF.Client/Classes/OpenAPIs/APIs/WechatAPI.swift:293:131: error: type 'ZSGF' has no member 'ClientAPI'
    open class func wechatGenerateScheme(appKey: String, requestBody: [AnyCodable]? = nil, apiResponseQueue: DispatchQueue = ZSGF.ClientAPI.apiResponseQueue, completion: @escaping ((_ data: StringApiResponse?, _ error: Error?) -> Void)) -> RequestTask {
                                                                                                                             ~~~~ ^~~~~~~~~
/Users/admin/builder/spi-builder-workspace/ZSGF.Client/Classes/OpenAPIs/APIs/WechatAPI.swift:345:120: error: type 'ZSGF' has no member 'ClientAPI'
    open class func wechatJSCode2Session(appKey: String, jsCode: String? = nil, apiResponseQueue: DispatchQueue = ZSGF.ClientAPI.apiResponseQueue, completion: @escaping ((_ data: StringApiResponse?, _ error: Error?) -> Void)) -> RequestTask {
                                                                                                                  ~~~~ ^~~~~~~~~
/Users/admin/builder/spi-builder-workspace/ZSGF.Client/Classes/OpenAPIs/APIs/WechatAPI.swift:400:111: error: type 'ZSGF' has no member 'ClientAPI'
    open class func wechatJSConfig(appKey: String, url: String? = nil, apiResponseQueue: DispatchQueue = ZSGF.ClientAPI.apiResponseQueue, completion: @escaping ((_ data: WechatJSConfigResultApiResponse?, _ error: Error?) -> Void)) -> RequestTask {
                                                                                                         ~~~~ ^~~~~~~~~
/Users/admin/builder/spi-builder-workspace/ZSGF.Client/Classes/OpenAPIs/APIs/WechatAPI.swift:455:128: error: type 'ZSGF' has no member 'ClientAPI'
    open class func wechatMsgSecCheck(appKey: String, requestBody: [AnyCodable]? = nil, apiResponseQueue: DispatchQueue = ZSGF.ClientAPI.apiResponseQueue, completion: @escaping ((_ data: AnyCodable?, _ error: Error?) -> Void)) -> RequestTask {
                                                                                                                          ~~~~ ^~~~~~~~~
/Users/admin/builder/spi-builder-workspace/ZSGF.Client/Classes/OpenAPIs/APIs/WechatAPI.swift:507:129: error: type 'ZSGF' has no member 'ClientAPI'
    open class func wechatSubscribeMSG(appKey: String, requestBody: [AnyCodable]? = nil, apiResponseQueue: DispatchQueue = ZSGF.ClientAPI.apiResponseQueue, completion: @escaping ((_ data: StringApiResponse?, _ error: Error?) -> Void)) -> RequestTask {
                                                                                                                           ~~~~ ^~~~~~~~~
/Users/admin/builder/spi-builder-workspace/ZSGF.Client/Classes/OpenAPIs/APIs/WechatAPI.swift:559:130: error: type 'ZSGF' has no member 'ClientAPI'
    open class func wechatSubscribeSend(appKey: String, requestBody: [AnyCodable]? = nil, apiResponseQueue: DispatchQueue = ZSGF.ClientAPI.apiResponseQueue, completion: @escaping ((_ data: StringApiResponse?, _ error: Error?) -> Void)) -> RequestTask {
                                                                                                                            ~~~~ ^~~~~~~~~
/Users/admin/builder/spi-builder-workspace/ZSGF.Client/Classes/OpenAPIs/APIs/WechatAPI.swift:611:132: error: type 'ZSGF' has no member 'ClientAPI'
    open class func wechatUrlLinkGenerate(appKey: String, requestBody: [AnyCodable]? = nil, apiResponseQueue: DispatchQueue = ZSGF.ClientAPI.apiResponseQueue, completion: @escaping ((_ data: StringApiResponse?, _ error: Error?) -> Void)) -> RequestTask {
                                                                                                                              ~~~~ ^~~~~~~~~
/Users/admin/builder/spi-builder-workspace/ZSGF.Client/Classes/OpenAPIs/APIs/WechatAPI.swift:663:114: error: type 'ZSGF' has no member 'ClientAPI'
    open class func wechatUserInfo(appKey: String, openid: String? = nil, apiResponseQueue: DispatchQueue = ZSGF.ClientAPI.apiResponseQueue, completion: @escaping ((_ data: StringApiResponse?, _ error: Error?) -> Void)) -> RequestTask {
                                                                                                            ~~~~ ^~~~~~~~~
/Users/admin/builder/spi-builder-workspace/ZSGF.Client/Classes/OpenAPIs/APIs/WechatAPI.swift:718:127: error: type 'ZSGF' has no member 'ClientAPI'
    open class func wechatWXACodeGet(appKey: String, requestBody: [AnyCodable]? = nil, apiResponseQueue: DispatchQueue = ZSGF.ClientAPI.apiResponseQueue, completion: @escaping ((_ data: URL?, _ error: Error?) -> Void)) -> RequestTask {
                                                                                                                         ~~~~ ^~~~~~~~~
/Users/admin/builder/spi-builder-workspace/ZSGF.Client/Classes/OpenAPIs/APIs/WechatAPI.swift:770:136: error: type 'ZSGF' has no member 'ClientAPI'
    open class func wechatWXACodeGetUnlimited(appKey: String, requestBody: [AnyCodable]? = nil, apiResponseQueue: DispatchQueue = ZSGF.ClientAPI.apiResponseQueue, completion: @escaping ((_ data: URL?, _ error: Error?) -> Void)) -> RequestTask {
                                                                                                                                  ~~~~ ^~~~~~~~~
/Users/admin/builder/spi-builder-workspace/ZSGF.Client/Classes/OpenAPIs/Extensions.swift:110:1: warning: extension declares a conformance of imported type 'String' to imported protocol 'CodingKey'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
extension String: CodingKey {
^
/Users/admin/builder/spi-builder-workspace/ZSGF.Client/Classes/OpenAPIs/Extensions.swift:110:1: note: add '@retroactive' to silence this warning
extension String: CodingKey {
^                 ~~~~~~~~~
                  @retroactive CodingKey
/Users/admin/builder/spi-builder-workspace/ZSGF.Client/Classes/OpenAPIs/OpenISO8601DateFormatter.swift:11:14: warning: class 'OpenISO8601DateFormatter' must restate inherited '@unchecked Sendable' conformance
public class OpenISO8601DateFormatter: DateFormatter {
             ^
                                                    , @unchecked Sendable
/Users/admin/builder/spi-builder-workspace/ZSGF.Client/Classes/OpenAPIs/URLSessionImplementations.swift:62:70: error: 'ClientAPIChallengeHandler' is not a member type of class 'ZSGF_Client.ZSGF'
private var challengeHandlerStore = SynchronizedDictionary<Int, ZSGF.ClientAPIChallengeHandler>()
                                                                ~~~~ ^
/Users/admin/builder/spi-builder-workspace/ZSGF.Client/Classes/OpenAPIs/APIs.swift:11:12: note: 'ZSGF' declared here
open class ZSGF.ClientAPI {
           ^
/Users/admin/builder/spi-builder-workspace/ZSGF.Client/Classes/OpenAPIs/URLSessionImplementations.swift:72:46: error: 'ClientAPIChallengeHandler' is not a member type of class 'ZSGF_Client.ZSGF'
    public var taskDidReceiveChallenge: ZSGF.ClientAPIChallengeHandler?
                                        ~~~~ ^
/Users/admin/builder/spi-builder-workspace/ZSGF.Client/Classes/OpenAPIs/APIs.swift:11:12: note: 'ZSGF' declared here
open class ZSGF.ClientAPI {
           ^
/Users/admin/builder/spi-builder-workspace/ZSGF.Client/Classes/OpenAPIs/URLSessionImplementations.swift:121:73: error: type 'ZSGF' has no member 'ClientAPI'
    override open func execute(_ apiResponseQueue: DispatchQueue = ZSGF.ClientAPI.apiResponseQueue, _ completion: @escaping (_ result: Swift.Result<Response<T>, ErrorResponse>) -> Void) -> RequestTask {
                                                                   ~~~~ ^~~~~~~~~
SwiftEmitModule normal arm64 Emitting\ module\ for\ ZSGF_Client (in target 'ZSGF.Client' from project 'ZSGF.Client')
Command SwiftEmitModule failed with a nonzero exit code
** BUILD FAILED **
The following build commands failed:
	SwiftEmitModule normal arm64_32 Emitting\ module\ for\ ZSGF_Client (in target 'ZSGF.Client' from project 'ZSGF.Client')
	EmitSwiftModule normal arm64_32 (in target 'ZSGF.Client' from project 'ZSGF.Client')
	SwiftEmitModule normal arm64 Emitting\ module\ for\ ZSGF_Client (in target 'ZSGF.Client' from project 'ZSGF.Client')
	Building workspace spi-builder-workspace with scheme ZSGF.Client
(4 failures)
BUILD FAILURE 6.1 watchOS