The Swift Package Index logo.Swift Package Index

Track the adoption of Swift 6 strict concurrency checks for data race safety. How many packages are Ready for Swift 6?

Build Information

Successful build of LineSDK, reference 5.12.0 (a30edd), with Swift 6.1 for iOS using Xcode 16.3 on 30 Apr 2025 05:24:47 UTC.

Swift 6 data race errors: 123

Build Command

env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme LineSDK-Package -destination generic/platform=iOS OTHER_SWIFT_FLAGS=-stats-output-dir .stats -strict-concurrency=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures

Build Log

    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/LineSDK/LineSDK/Crypto/Algorithms/RSA.swift (in target 'LineSDK' from project 'LineSDK')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/LineSDK/LineSDK/Crypto/CryptoAlgorithm.swift (in target 'LineSDK' from project 'LineSDK')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/LineSDK/LineSDK/Crypto/CryptoData.swift (in target 'LineSDK' from project 'LineSDK')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/LineSDK/LineSDK/Crypto/CryptoError.swift (in target 'LineSDK' from project 'LineSDK')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

/Users/admin/builder/spi-builder-workspace/LineSDK/LineSDK/Crypto/CryptoError.swift:139:10: warning: associated value 'algorithmsFailed(reason:)' of 'Sendable'-conforming enum 'CryptoError' has non-sendable type 'CryptoError.AlgorithmsErrorReason'; this is an error in the Swift 6 language mode
    case algorithmsFailed(reason: AlgorithmsErrorReason)
         ^
/Users/admin/builder/spi-builder-workspace/LineSDK/LineSDK/Crypto/CryptoError.swift:54:17: note: consider making enum 'AlgorithmsErrorReason' conform to the 'Sendable' protocol
    public enum AlgorithmsErrorReason {
                ^
                                      : Sendable
/Users/admin/builder/spi-builder-workspace/LineSDK/LineSDK/Crypto/CryptoError.swift:142:10: warning: associated value 'JWTFailed(reason:)' of 'Sendable'-conforming enum 'CryptoError' has non-sendable type 'CryptoError.JWTErrorReason'; this is an error in the Swift 6 language mode
    case JWTFailed(reason: JWTErrorReason)
         ^
/Users/admin/builder/spi-builder-workspace/LineSDK/LineSDK/Crypto/CryptoError.swift:90:17: note: consider making enum 'JWTErrorReason' conform to the 'Sendable' protocol
    public enum JWTErrorReason {
                ^
                               : Sendable
/Users/admin/builder/spi-builder-workspace/LineSDK/LineSDK/Crypto/CryptoError.swift:145:10: warning: associated value 'JWKFailed(reason:)' of 'Sendable'-conforming enum 'CryptoError' has non-sendable type 'CryptoError.JWKErrorReason'; this is an error in the Swift 6 language mode
    case JWKFailed(reason: JWKErrorReason)
         ^
/Users/admin/builder/spi-builder-workspace/LineSDK/LineSDK/Crypto/CryptoError.swift:105:17: note: consider making enum 'JWKErrorReason' conform to the 'Sendable' protocol
    public enum JWKErrorReason {
                ^
                               : Sendable
/Users/admin/builder/spi-builder-workspace/LineSDK/LineSDK/Crypto/CryptoError.swift:148:10: warning: associated value 'generalError(reason:)' of 'Sendable'-conforming enum 'CryptoError' has non-sendable type 'CryptoError.GeneralErrorReason'; this is an error in the Swift 6 language mode
    case generalError(reason: GeneralErrorReason)
         ^
/Users/admin/builder/spi-builder-workspace/LineSDK/LineSDK/Crypto/CryptoError.swift:120:17: note: consider making enum 'GeneralErrorReason' conform to the 'Sendable' protocol
    public enum GeneralErrorReason {
                ^
                                   : Sendable
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/LineSDK/LineSDK/Crypto/CryptoHelpers.swift (in target 'LineSDK' from project 'LineSDK')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/LineSDK/LineSDK/Crypto/CryptoKey.swift (in target 'LineSDK' from project 'LineSDK')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/LineSDK/LineSDK/Crypto/GetDiscoveryDocumentRequest.swift (in target 'LineSDK' from project 'LineSDK')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/LineSDK/LineSDK/Crypto/GetJWKSetRequest.swift (in target 'LineSDK' from project 'LineSDK')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/LineSDK/LineSDK/Crypto/JWK/JWA.swift (in target 'LineSDK' from project 'LineSDK')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/LineSDK/LineSDK/Crypto/JWK/JWK.swift (in target 'LineSDK' from project 'LineSDK')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/LineSDK/LineSDK/Crypto/JWK/JWKSet.swift (in target 'LineSDK' from project 'LineSDK')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/LineSDK/LineSDK/Crypto/JWT/JWT.swift (in target 'LineSDK' from project 'LineSDK')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/LineSDK/LineSDK/Crypto/JWT/JWTCoder.swift (in target 'LineSDK' from project 'LineSDK')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/LineSDK/LineSDK/Crypto/JWT/JWTHelpers.swift (in target 'LineSDK' from project 'LineSDK')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftDriverJobDiscovery normal arm64 Compiling FlexBlockStyle.swift, FlexMessage.swift, ImageMessage.swift, LocationMessage.swift, Message.swift, MessageProtocols.swift, MessageSender.swift, TemplateButtonsPayload.swift, TemplateCarouselPayload.swift, TemplateConfirmPayload.swift, TemplateImageCarouselPayload.swift, TemplateMessagePayload.swift, TemplateMessageProperties.swift, TemplateMessage.swift, TextMessage.swift (in target 'LineSDK' from project 'LineSDK')
SwiftDriverJobDiscovery normal arm64 Compiling MessageAction.swift, AudioMessage.swift, FlexBoxComponent.swift, FlexButtonComponent.swift, FlexFillerComponent.swift, FlexIconComponent.swift, FlexImageComponent.swift, FlexMessageComponent.swift, FlexMessageProperties.swift, FlexSeparatorComponent.swift, FlexSpacerComponent.swift, FlexTextComponent.swift, FlexBubbleContainer.swift, FlexCarouselContainer.swift, FlexMessageContainer.swift (in target 'LineSDK' from project 'LineSDK')
SwiftDriver LineSDKObjC normal arm64 com.apple.xcode.tools.swift.compiler (in target 'LineSDKObjC' from project 'LineSDK')
    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 LineSDKObjC -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LineSDK.build/Debug-iphoneos/LineSDKObjC.build/Objects-normal/arm64/LineSDKObjC.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -stats-output-dir .stats -strict-concurrency\=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures -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/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk -target arm64-apple-ios13.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-iphoneos -I /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/Developer/Library/Frameworks -emit-localized-strings -emit-localized-strings-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LineSDK.build/Debug-iphoneos/LineSDKObjC.build/Objects-normal/arm64 -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/iphoneos18.4-22E235-339d34bc69d7fc736c3220795c36f340.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LineSDK.build/Debug-iphoneos/LineSDKObjC.build/Objects-normal/arm64/LineSDKObjC-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/LineSDK.build/Debug-iphoneos/LineSDKObjC.build/Objects-normal/arm64/LineSDKObjC.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/LineSDK.build/Debug-iphoneos/LineSDKObjC.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LineSDK.build/Debug-iphoneos/LineSDKObjC.build/Objects-normal/arm64/LineSDKObjC_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LineSDK.build/Debug-iphoneos/LineSDKObjC.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LineSDK.build/Debug-iphoneos/LineSDKObjC.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LineSDK.build/Debug-iphoneos/LineSDKObjC.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/LineSDK.build/Debug-iphoneos/LineSDKObjC.build/Objects-normal/arm64/LineSDKObjC-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/LineSDK_LineSDK.bundle (in target 'LineSDK_LineSDK' from project 'LineSDK')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/LineSDK_LineSDK.bundle
Touch /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/LineSDK_LineSDK.bundle (in target 'LineSDK_LineSDK' from project 'LineSDK')
    cd /Users/admin/builder/spi-builder-workspace
    /usr/bin/touch -c /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/LineSDK_LineSDK.bundle
SwiftEmitModule normal arm64 Emitting\ module\ for\ LineSDKObjC (in target 'LineSDKObjC' from project 'LineSDK')
EmitSwiftModule normal arm64 (in target 'LineSDKObjC' from project 'LineSDK')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

/Users/admin/builder/spi-builder-workspace/LineSDK/LineSDKObjC/LineSDKUI/LineSDKAuthorizationStatus.swift:27:23: warning: static property 'authorized' is not concurrency-safe because non-'Sendable' type 'LineSDKAuthorizationStatus' may have shared mutable state; this is an error in the Swift 6 language mode
    public static let authorized        = LineSDKAuthorizationStatus(rawValue: 1 << 0)
                      ^
/Users/admin/builder/spi-builder-workspace/LineSDK/LineSDKObjC/LineSDKUI/LineSDKAuthorizationStatus.swift:23:20: note: class 'LineSDKAuthorizationStatus' does not conform to the 'Sendable' protocol
public final class LineSDKAuthorizationStatus: NSObject {
                   ^
/Users/admin/builder/spi-builder-workspace/LineSDK/LineSDKObjC/LineSDKUI/LineSDKAuthorizationStatus.swift:27:23: note: add '@MainActor' to make static property 'authorized' part of global actor 'MainActor'
    public static let authorized        = LineSDKAuthorizationStatus(rawValue: 1 << 0)
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/LineSDK/LineSDKObjC/LineSDKUI/LineSDKAuthorizationStatus.swift:27:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let authorized        = LineSDKAuthorizationStatus(rawValue: 1 << 0)
                      ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/LineSDK/LineSDKObjC/LineSDKUI/LineSDKAuthorizationStatus.swift:28:23: warning: static property 'lackOfToken' is not concurrency-safe because non-'Sendable' type 'LineSDKAuthorizationStatus' may have shared mutable state; this is an error in the Swift 6 language mode
    public static let lackOfToken       = LineSDKAuthorizationStatus(rawValue: 1 << 1)
                      ^
/Users/admin/builder/spi-builder-workspace/LineSDK/LineSDKObjC/LineSDKUI/LineSDKAuthorizationStatus.swift:23:20: note: class 'LineSDKAuthorizationStatus' does not conform to the 'Sendable' protocol
public final class LineSDKAuthorizationStatus: NSObject {
                   ^
/Users/admin/builder/spi-builder-workspace/LineSDK/LineSDKObjC/LineSDKUI/LineSDKAuthorizationStatus.swift:28:23: note: add '@MainActor' to make static property 'lackOfToken' part of global actor 'MainActor'
    public static let lackOfToken       = LineSDKAuthorizationStatus(rawValue: 1 << 1)
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/LineSDK/LineSDKObjC/LineSDKUI/LineSDKAuthorizationStatus.swift:28:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let lackOfToken       = LineSDKAuthorizationStatus(rawValue: 1 << 1)
                      ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/LineSDK/LineSDKObjC/LineSDKUI/LineSDKAuthorizationStatus.swift:29:23: warning: static property 'lackOfPermissions' is not concurrency-safe because non-'Sendable' type 'LineSDKAuthorizationStatus' may have shared mutable state; this is an error in the Swift 6 language mode
    public static let lackOfPermissions = LineSDKAuthorizationStatus(rawValue: 1 << 2)
                      ^
/Users/admin/builder/spi-builder-workspace/LineSDK/LineSDKObjC/LineSDKUI/LineSDKAuthorizationStatus.swift:23:20: note: class 'LineSDKAuthorizationStatus' does not conform to the 'Sendable' protocol
public final class LineSDKAuthorizationStatus: NSObject {
                   ^
/Users/admin/builder/spi-builder-workspace/LineSDK/LineSDKObjC/LineSDKUI/LineSDKAuthorizationStatus.swift:29:23: note: add '@MainActor' to make static property 'lackOfPermissions' part of global actor 'MainActor'
    public static let lackOfPermissions = LineSDKAuthorizationStatus(rawValue: 1 << 2)
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/LineSDK/LineSDKObjC/LineSDKUI/LineSDKAuthorizationStatus.swift:29:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let lackOfPermissions = LineSDKAuthorizationStatus(rawValue: 1 << 2)
                      ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/LineSDK/LineSDKObjC/Login/LineSDKLoginManager.swift:27:23: warning: static property 'sharedManager' is not concurrency-safe because non-'Sendable' type 'LineSDKLoginManager' may have shared mutable state; this is an error in the Swift 6 language mode
    public static let sharedManager = LineSDKLoginManager(.shared)
                      ^
/Users/admin/builder/spi-builder-workspace/LineSDK/LineSDKObjC/Login/LineSDKLoginManager.swift:23:14: note: class 'LineSDKLoginManager' does not conform to the 'Sendable' protocol
public class LineSDKLoginManager: NSObject {
             ^
/Users/admin/builder/spi-builder-workspace/LineSDK/LineSDKObjC/Login/LineSDKLoginManager.swift:27:23: note: add '@MainActor' to make static property 'sharedManager' part of global actor 'MainActor'
    public static let sharedManager = LineSDKLoginManager(.shared)
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/LineSDK/LineSDKObjC/Login/LineSDKLoginManager.swift:27:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let sharedManager = LineSDKLoginManager(.shared)
                      ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/LineSDK/LineSDKObjC/Login/LineSDKLoginManagerOptions.swift:35:23: warning: static property 'onlyWebLogin' is not concurrency-safe because non-'Sendable' type 'LineSDKLoginManagerOptions' may have shared mutable state; this is an error in the Swift 6 language mode
    public static let onlyWebLogin = LineSDKLoginManagerOptions(.onlyWebLogin)
                      ^
/Users/admin/builder/spi-builder-workspace/LineSDK/LineSDKObjC/Login/LineSDKLoginManagerOptions.swift:24:14: note: class 'LineSDKLoginManagerOptions' does not conform to the 'Sendable' protocol
public class LineSDKLoginManagerOptions: NSObject {
             ^
/Users/admin/builder/spi-builder-workspace/LineSDK/LineSDKObjC/Login/LineSDKLoginManagerOptions.swift:35:23: note: add '@MainActor' to make static property 'onlyWebLogin' part of global actor 'MainActor'
    public static let onlyWebLogin = LineSDKLoginManagerOptions(.onlyWebLogin)
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/LineSDK/LineSDKObjC/Login/LineSDKLoginManagerOptions.swift:35:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let onlyWebLogin = LineSDKLoginManagerOptions(.onlyWebLogin)
                      ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/LineSDK/LineSDKObjC/Login/LineSDKLoginManagerOptions.swift:36:23: warning: static property 'botPromptNormal' is not concurrency-safe because non-'Sendable' type 'LineSDKLoginManagerOptions' may have shared mutable state; this is an error in the Swift 6 language mode
    public static let botPromptNormal = LineSDKLoginManagerOptions(.botPromptNormal)
                      ^
/Users/admin/builder/spi-builder-workspace/LineSDK/LineSDKObjC/Login/LineSDKLoginManagerOptions.swift:24:14: note: class 'LineSDKLoginManagerOptions' does not conform to the 'Sendable' protocol
public class LineSDKLoginManagerOptions: NSObject {
             ^
/Users/admin/builder/spi-builder-workspace/LineSDK/LineSDKObjC/Login/LineSDKLoginManagerOptions.swift:36:23: note: add '@MainActor' to make static property 'botPromptNormal' part of global actor 'MainActor'
    public static let botPromptNormal = LineSDKLoginManagerOptions(.botPromptNormal)
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/LineSDK/LineSDKObjC/Login/LineSDKLoginManagerOptions.swift:36:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let botPromptNormal = LineSDKLoginManagerOptions(.botPromptNormal)
                      ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/LineSDK/LineSDKObjC/Login/LineSDKLoginManagerOptions.swift:37:23: warning: static property 'botPromptAggressive' is not concurrency-safe because non-'Sendable' type 'LineSDKLoginManagerOptions' may have shared mutable state; this is an error in the Swift 6 language mode
    public static let botPromptAggressive = LineSDKLoginManagerOptions(.botPromptAggressive)
                      ^
/Users/admin/builder/spi-builder-workspace/LineSDK/LineSDKObjC/Login/LineSDKLoginManagerOptions.swift:24:14: note: class 'LineSDKLoginManagerOptions' does not conform to the 'Sendable' protocol
public class LineSDKLoginManagerOptions: NSObject {
             ^
/Users/admin/builder/spi-builder-workspace/LineSDK/LineSDKObjC/Login/LineSDKLoginManagerOptions.swift:37:23: note: add '@MainActor' to make static property 'botPromptAggressive' part of global actor 'MainActor'
    public static let botPromptAggressive = LineSDKLoginManagerOptions(.botPromptAggressive)
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/LineSDK/LineSDKObjC/Login/LineSDKLoginManagerOptions.swift:37:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let botPromptAggressive = LineSDKLoginManagerOptions(.botPromptAggressive)
                      ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/LineSDK/LineSDKObjC/Login/LineSDKLoginManagerParameters.swift:70:23: warning: static property 'normal' is not concurrency-safe because non-'Sendable' type 'LineSDKLoginManagerBotPrompt' may have shared mutable state; this is an error in the Swift 6 language mode
    public static let normal = LineSDKLoginManagerBotPrompt(.normal)
                      ^
/Users/admin/builder/spi-builder-workspace/LineSDK/LineSDKObjC/Login/LineSDKLoginManagerParameters.swift:65:14: note: class 'LineSDKLoginManagerBotPrompt' does not conform to the 'Sendable' protocol
public class LineSDKLoginManagerBotPrompt: NSObject {
             ^
/Users/admin/builder/spi-builder-workspace/LineSDK/LineSDKObjC/Login/LineSDKLoginManagerParameters.swift:70:23: note: add '@MainActor' to make static property 'normal' part of global actor 'MainActor'
    public static let normal = LineSDKLoginManagerBotPrompt(.normal)
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/LineSDK/LineSDKObjC/Login/LineSDKLoginManagerParameters.swift:70:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let normal = LineSDKLoginManagerBotPrompt(.normal)
                      ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/LineSDK/LineSDKObjC/Login/LineSDKLoginManagerParameters.swift:71:23: warning: static property 'aggressive' is not concurrency-safe because non-'Sendable' type 'LineSDKLoginManagerBotPrompt' may have shared mutable state; this is an error in the Swift 6 language mode
    public static let aggressive = LineSDKLoginManagerBotPrompt(.aggressive)
                      ^
/Users/admin/builder/spi-builder-workspace/LineSDK/LineSDKObjC/Login/LineSDKLoginManagerParameters.swift:65:14: note: class 'LineSDKLoginManagerBotPrompt' does not conform to the 'Sendable' protocol
public class LineSDKLoginManagerBotPrompt: NSObject {
             ^
/Users/admin/builder/spi-builder-workspace/LineSDK/LineSDKObjC/Login/LineSDKLoginManagerParameters.swift:71:23: note: add '@MainActor' to make static property 'aggressive' part of global actor 'MainActor'
    public static let aggressive = LineSDKLoginManagerBotPrompt(.aggressive)
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/LineSDK/LineSDKObjC/Login/LineSDKLoginManagerParameters.swift:71:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let aggressive = LineSDKLoginManagerBotPrompt(.aggressive)
                      ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/LineSDK/LineSDKObjC/Login/LineSDKLoginManagerParameters.swift:82:23: warning: static property 'email' is not concurrency-safe because non-'Sendable' type 'LineSDKLoginManagerWebAuthenticationMethod' may have shared mutable state; this is an error in the Swift 6 language mode
    public static let email = LineSDKLoginManagerWebAuthenticationMethod(.email)
                      ^
/Users/admin/builder/spi-builder-workspace/LineSDK/LineSDKObjC/Login/LineSDKLoginManagerParameters.swift:77:14: note: class 'LineSDKLoginManagerWebAuthenticationMethod' does not conform to the 'Sendable' protocol
public class LineSDKLoginManagerWebAuthenticationMethod: NSObject {
             ^
/Users/admin/builder/spi-builder-workspace/LineSDK/LineSDKObjC/Login/LineSDKLoginManagerParameters.swift:82:23: note: add '@MainActor' to make static property 'email' part of global actor 'MainActor'
    public static let email = LineSDKLoginManagerWebAuthenticationMethod(.email)
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/LineSDK/LineSDKObjC/Login/LineSDKLoginManagerParameters.swift:82:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let email = LineSDKLoginManagerWebAuthenticationMethod(.email)
                      ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/LineSDK/LineSDKObjC/Login/LineSDKLoginManagerParameters.swift:83:23: warning: static property 'qrCode' is not concurrency-safe because non-'Sendable' type 'LineSDKLoginManagerWebAuthenticationMethod' may have shared mutable state; this is an error in the Swift 6 language mode
    public static let qrCode = LineSDKLoginManagerWebAuthenticationMethod(.qrCode)
                      ^
/Users/admin/builder/spi-builder-workspace/LineSDK/LineSDKObjC/Login/LineSDKLoginManagerParameters.swift:77:14: note: class 'LineSDKLoginManagerWebAuthenticationMethod' does not conform to the 'Sendable' protocol
public class LineSDKLoginManagerWebAuthenticationMethod: NSObject {
             ^
/Users/admin/builder/spi-builder-workspace/LineSDK/LineSDKObjC/Login/LineSDKLoginManagerParameters.swift:83:23: note: add '@MainActor' to make static property 'qrCode' part of global actor 'MainActor'
    public static let qrCode = LineSDKLoginManagerWebAuthenticationMethod(.qrCode)
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/LineSDK/LineSDKObjC/Login/LineSDKLoginManagerParameters.swift:83:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let qrCode = LineSDKLoginManagerWebAuthenticationMethod(.qrCode)
                      ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/LineSDK/LineSDKObjC/Login/LineSDKLoginPermission.swift:37:23: warning: static property 'openID' is not concurrency-safe because non-'Sendable' type 'LineSDKLoginPermission' may have shared mutable state; this is an error in the Swift 6 language mode
    public static let openID                          = LineSDKLoginPermission(.openID)
                      ^
/Users/admin/builder/spi-builder-workspace/LineSDK/LineSDKObjC/Login/LineSDKLoginPermission.swift:23:14: note: class 'LineSDKLoginPermission' does not conform to the 'Sendable' protocol
public class LineSDKLoginPermission: NSObject {
             ^
/Users/admin/builder/spi-builder-workspace/LineSDK/LineSDKObjC/Login/LineSDKLoginPermission.swift:37:23: note: add '@MainActor' to make static property 'openID' part of global actor 'MainActor'
    public static let openID                          = LineSDKLoginPermission(.openID)
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/LineSDK/LineSDKObjC/Login/LineSDKLoginPermission.swift:37:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let openID                          = LineSDKLoginPermission(.openID)
                      ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/LineSDK/LineSDKObjC/Login/LineSDKLoginPermission.swift:38:23: warning: static property 'profile' is not concurrency-safe because non-'Sendable' type 'LineSDKLoginPermission' may have shared mutable state; this is an error in the Swift 6 language mode
    public static let profile                         = LineSDKLoginPermission(.profile)
                      ^
/Users/admin/builder/spi-builder-workspace/LineSDK/LineSDKObjC/Login/LineSDKLoginPermission.swift:23:14: note: class 'LineSDKLoginPermission' does not conform to the 'Sendable' protocol
public class LineSDKLoginPermission: NSObject {
             ^
/Users/admin/builder/spi-builder-workspace/LineSDK/LineSDKObjC/Login/LineSDKLoginPermission.swift:38:23: note: add '@MainActor' to make static property 'profile' part of global actor 'MainActor'
    public static let profile                         = LineSDKLoginPermission(.profile)
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/LineSDK/LineSDKObjC/Login/LineSDKLoginPermission.swift:38:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let profile                         = LineSDKLoginPermission(.profile)
                      ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/LineSDK/LineSDKObjC/Login/LineSDKLoginPermission.swift:39:23: warning: static property 'friends' is not concurrency-safe because non-'Sendable' type 'LineSDKLoginPermission' may have shared mutable state; this is an error in the Swift 6 language mode
    public static let friends                         = LineSDKLoginPermission(.friends)
                      ^
/Users/admin/builder/spi-builder-workspace/LineSDK/LineSDKObjC/Login/LineSDKLoginPermission.swift:23:14: note: class 'LineSDKLoginPermission' does not conform to the 'Sendable' protocol
public class LineSDKLoginPermission: NSObject {
             ^
/Users/admin/builder/spi-builder-workspace/LineSDK/LineSDKObjC/Login/LineSDKLoginPermission.swift:39:23: note: add '@MainActor' to make static property 'friends' part of global actor 'MainActor'
    public static let friends                         = LineSDKLoginPermission(.friends)
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/LineSDK/LineSDKObjC/Login/LineSDKLoginPermission.swift:39:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let friends                         = LineSDKLoginPermission(.friends)
                      ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/LineSDK/LineSDKObjC/Login/LineSDKLoginPermission.swift:40:23: warning: static property 'groups' is not concurrency-safe because non-'Sendable' type 'LineSDKLoginPermission' may have shared mutable state; this is an error in the Swift 6 language mode
    public static let groups                          = LineSDKLoginPermission(.groups)
                      ^
/Users/admin/builder/spi-builder-workspace/LineSDK/LineSDKObjC/Login/LineSDKLoginPermission.swift:23:14: note: class 'LineSDKLoginPermission' does not conform to the 'Sendable' protocol
public class LineSDKLoginPermission: NSObject {
             ^
/Users/admin/builder/spi-builder-workspace/LineSDK/LineSDKObjC/Login/LineSDKLoginPermission.swift:40:23: note: add '@MainActor' to make static property 'groups' part of global actor 'MainActor'
    public static let groups                          = LineSDKLoginPermission(.groups)
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/LineSDK/LineSDKObjC/Login/LineSDKLoginPermission.swift:40:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let groups                          = LineSDKLoginPermission(.groups)
                      ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/LineSDK/LineSDKObjC/Login/LineSDKLoginPermission.swift:41:23: warning: static property 'oneTimeShare' is not concurrency-safe because non-'Sendable' type 'LineSDKLoginPermission' may have shared mutable state; this is an error in the Swift 6 language mode
    public static let oneTimeShare                    = LineSDKLoginPermission(.oneTimeShare)
                      ^
/Users/admin/builder/spi-builder-workspace/LineSDK/LineSDKObjC/Login/LineSDKLoginPermission.swift:23:14: note: class 'LineSDKLoginPermission' does not conform to the 'Sendable' protocol
public class LineSDKLoginPermission: NSObject {
             ^
/Users/admin/builder/spi-builder-workspace/LineSDK/LineSDKObjC/Login/LineSDKLoginPermission.swift:41:23: note: add '@MainActor' to make static property 'oneTimeShare' part of global actor 'MainActor'
    public static let oneTimeShare                    = LineSDKLoginPermission(.oneTimeShare)
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/LineSDK/LineSDKObjC/Login/LineSDKLoginPermission.swift:41:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let oneTimeShare                    = LineSDKLoginPermission(.oneTimeShare)
                      ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/LineSDK/LineSDKObjC/Login/LineSDKLoginPermission.swift:42:23: warning: static property 'messageWrite' is not concurrency-safe because non-'Sendable' type 'LineSDKLoginPermission' may have shared mutable state; this is an error in the Swift 6 language mode
    public static let messageWrite                    = LineSDKLoginPermission(.messageWrite)
                      ^
/Users/admin/builder/spi-builder-workspace/LineSDK/LineSDKObjC/Login/LineSDKLoginPermission.swift:23:14: note: class 'LineSDKLoginPermission' does not conform to the 'Sendable' protocol
public class LineSDKLoginPermission: NSObject {
             ^
/Users/admin/builder/spi-builder-workspace/LineSDK/LineSDKObjC/Login/LineSDKLoginPermission.swift:42:23: note: add '@MainActor' to make static property 'messageWrite' part of global actor 'MainActor'
    public static let messageWrite                    = LineSDKLoginPermission(.messageWrite)
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/LineSDK/LineSDKObjC/Login/LineSDKLoginPermission.swift:42:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let messageWrite                    = LineSDKLoginPermission(.messageWrite)
                      ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/LineSDK/LineSDKObjC/Login/LineSDKLoginPermission.swift:44:23: warning: static property 'email' is not concurrency-safe because non-'Sendable' type 'LineSDKLoginPermission' may have shared mutable state; this is an error in the Swift 6 language mode
    public static let email                           = LineSDKLoginPermission(.email)
                      ^
/Users/admin/builder/spi-builder-workspace/LineSDK/LineSDKObjC/Login/LineSDKLoginPermission.swift:23:14: note: class 'LineSDKLoginPermission' does not conform to the 'Sendable' protocol
public class LineSDKLoginPermission: NSObject {
             ^
/Users/admin/builder/spi-builder-workspace/LineSDK/LineSDKObjC/Login/LineSDKLoginPermission.swift:44:23: note: add '@MainActor' to make static property 'email' part of global actor 'MainActor'
    public static let email                           = LineSDKLoginPermission(.email)
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/LineSDK/LineSDKObjC/Login/LineSDKLoginPermission.swift:44:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let email                           = LineSDKLoginPermission(.email)
                      ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/LineSDK/LineSDKObjC/Login/LineSDKLoginPermission.swift:45:23: warning: static property 'phone' is not concurrency-safe because non-'Sendable' type 'LineSDKLoginPermission' may have shared mutable state; this is an error in the Swift 6 language mode
    public static let phone                           = LineSDKLoginPermission(.phone)
                      ^
/Users/admin/builder/spi-builder-workspace/LineSDK/LineSDKObjC/Login/LineSDKLoginPermission.swift:23:14: note: class 'LineSDKLoginPermission' does not conform to the 'Sendable' protocol
public class LineSDKLoginPermission: NSObject {
             ^
/Users/admin/builder/spi-builder-workspace/LineSDK/LineSDKObjC/Login/LineSDKLoginPermission.swift:45:23: note: add '@MainActor' to make static property 'phone' part of global actor 'MainActor'
    public static let phone                           = LineSDKLoginPermission(.phone)
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/LineSDK/LineSDKObjC/Login/LineSDKLoginPermission.swift:45:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let phone                           = LineSDKLoginPermission(.phone)
                      ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/LineSDK/LineSDKObjC/Login/LineSDKLoginPermission.swift:46:23: warning: static property 'gender' is not concurrency-safe because non-'Sendable' type 'LineSDKLoginPermission' may have shared mutable state; this is an error in the Swift 6 language mode
    public static let gender                          = LineSDKLoginPermission(.gender)
                      ^
/Users/admin/builder/spi-builder-workspace/LineSDK/LineSDKObjC/Login/LineSDKLoginPermission.swift:23:14: note: class 'LineSDKLoginPermission' does not conform to the 'Sendable' protocol
public class LineSDKLoginPermission: NSObject {
             ^
/Users/admin/builder/spi-builder-workspace/LineSDK/LineSDKObjC/Login/LineSDKLoginPermission.swift:46:23: note: add '@MainActor' to make static property 'gender' part of global actor 'MainActor'
    public static let gender                          = LineSDKLoginPermission(.gender)
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/LineSDK/LineSDKObjC/Login/LineSDKLoginPermission.swift:46:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let gender                          = LineSDKLoginPermission(.gender)
                      ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/LineSDK/LineSDKObjC/Login/LineSDKLoginPermission.swift:47:23: warning: static property 'birthdate' is not concurrency-safe because non-'Sendable' type 'LineSDKLoginPermission' may have shared mutable state; this is an error in the Swift 6 language mode
    public static let birthdate                       = LineSDKLoginPermission(.birthdate)
                      ^
/Users/admin/builder/spi-builder-workspace/LineSDK/LineSDKObjC/Login/LineSDKLoginPermission.swift:23:14: note: class 'LineSDKLoginPermission' does not conform to the 'Sendable' protocol
public class LineSDKLoginPermission: NSObject {
             ^
/Users/admin/builder/spi-builder-workspace/LineSDK/LineSDKObjC/Login/LineSDKLoginPermission.swift:47:23: note: add '@MainActor' to make static property 'birthdate' part of global actor 'MainActor'
    public static let birthdate                       = LineSDKLoginPermission(.birthdate)
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/LineSDK/LineSDKObjC/Login/LineSDKLoginPermission.swift:47:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let birthdate                       = LineSDKLoginPermission(.birthdate)
                      ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/LineSDK/LineSDKObjC/Login/LineSDKLoginPermission.swift:48:23: warning: static property 'address' is not concurrency-safe because non-'Sendable' type 'LineSDKLoginPermission' may have shared mutable state; this is an error in the Swift 6 language mode
    public static let address                         = LineSDKLoginPermission(.address)
                      ^
/Users/admin/builder/spi-builder-workspace/LineSDK/LineSDKObjC/Login/LineSDKLoginPermission.swift:23:14: note: class 'LineSDKLoginPermission' does not conform to the 'Sendable' protocol
public class LineSDKLoginPermission: NSObject {
             ^
/Users/admin/builder/spi-builder-workspace/LineSDK/LineSDKObjC/Login/LineSDKLoginPermission.swift:48:23: note: add '@MainActor' to make static property 'address' part of global actor 'MainActor'
    public static let address                         = LineSDKLoginPermission(.address)
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/LineSDK/LineSDKObjC/Login/LineSDKLoginPermission.swift:48:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let address                         = LineSDKLoginPermission(.address)
                      ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/LineSDK/LineSDKObjC/Login/LineSDKLoginPermission.swift:49:23: warning: static property 'realName' is not concurrency-safe because non-'Sendable' type 'LineSDKLoginPermission' may have shared mutable state; this is an error in the Swift 6 language mode
    public static let realName                        = LineSDKLoginPermission(.realName)
                      ^
/Users/admin/builder/spi-builder-workspace/LineSDK/LineSDKObjC/Login/LineSDKLoginPermission.swift:23:14: note: class 'LineSDKLoginPermission' does not conform to the 'Sendable' protocol
public class LineSDKLoginPermission: NSObject {
             ^
/Users/admin/builder/spi-builder-workspace/LineSDK/LineSDKObjC/Login/LineSDKLoginPermission.swift:49:23: note: add '@MainActor' to make static property 'realName' part of global actor 'MainActor'
    public static let realName                        = LineSDKLoginPermission(.realName)
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/LineSDK/LineSDKObjC/Login/LineSDKLoginPermission.swift:49:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let realName                        = LineSDKLoginPermission(.realName)
                      ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/LineSDK/LineSDKObjC/Login/LineSDKLoginPermission.swift:51:23: warning: static property 'openChatTermStatus' is not concurrency-safe because non-'Sendable' type 'LineSDKLoginPermission' may have shared mutable state; this is an error in the Swift 6 language mode
    public static let openChatTermStatus              = LineSDKLoginPermission(.openChatTermStatus)
                      ^
/Users/admin/builder/spi-builder-workspace/LineSDK/LineSDKObjC/Login/LineSDKLoginPermission.swift:23:14: note: class 'LineSDKLoginPermission' does not conform to the 'Sendable' protocol
public class LineSDKLoginPermission: NSObject {
             ^
/Users/admin/builder/spi-builder-workspace/LineSDK/LineSDKObjC/Login/LineSDKLoginPermission.swift:51:23: note: add '@MainActor' to make static property 'openChatTermStatus' part of global actor 'MainActor'
    public static let openChatTermStatus              = LineSDKLoginPermission(.openChatTermStatus)
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/LineSDK/LineSDKObjC/Login/LineSDKLoginPermission.swift:51:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let openChatTermStatus              = LineSDKLoginPermission(.openChatTermStatus)
                      ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/LineSDK/LineSDKObjC/Login/LineSDKLoginPermission.swift:52:23: warning: static property 'openChatRoomCreateAndJoin' is not concurrency-safe because non-'Sendable' type 'LineSDKLoginPermission' may have shared mutable state; this is an error in the Swift 6 language mode
    public static let openChatRoomCreateAndJoin       = LineSDKLoginPermission(.openChatRoomCreateAndJoin)
                      ^
/Users/admin/builder/spi-builder-workspace/LineSDK/LineSDKObjC/Login/LineSDKLoginPermission.swift:23:14: note: class 'LineSDKLoginPermission' does not conform to the 'Sendable' protocol
public class LineSDKLoginPermission: NSObject {
             ^
/Users/admin/builder/spi-builder-workspace/LineSDK/LineSDKObjC/Login/LineSDKLoginPermission.swift:52:23: note: add '@MainActor' to make static property 'openChatRoomCreateAndJoin' part of global actor 'MainActor'
    public static let openChatRoomCreateAndJoin       = LineSDKLoginPermission(.openChatRoomCreateAndJoin)
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/LineSDK/LineSDKObjC/Login/LineSDKLoginPermission.swift:52:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let openChatRoomCreateAndJoin       = LineSDKLoginPermission(.openChatRoomCreateAndJoin)
                      ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/LineSDK/LineSDKObjC/Login/LineSDKLoginPermission.swift:53:23: warning: static property 'openChatInfo' is not concurrency-safe because non-'Sendable' type 'LineSDKLoginPermission' may have shared mutable state; this is an error in the Swift 6 language mode
    public static let openChatInfo                    = LineSDKLoginPermission(.openChatInfo)
                      ^
/Users/admin/builder/spi-builder-workspace/LineSDK/LineSDKObjC/Login/LineSDKLoginPermission.swift:23:14: note: class 'LineSDKLoginPermission' does not conform to the 'Sendable' protocol
public class LineSDKLoginPermission: NSObject {
             ^
/Users/admin/builder/spi-builder-workspace/LineSDK/LineSDKObjC/Login/LineSDKLoginPermission.swift:53:23: note: add '@MainActor' to make static property 'openChatInfo' part of global actor 'MainActor'
    public static let openChatInfo                    = LineSDKLoginPermission(.openChatInfo)
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/LineSDK/LineSDKObjC/Login/LineSDKLoginPermission.swift:53:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let openChatInfo                    = LineSDKLoginPermission(.openChatInfo)
                      ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/LineSDK/LineSDKObjC/Login/LineSDKLoginPermission.swift:55:23: warning: static property 'openChatPlugManagement' is not concurrency-safe because non-'Sendable' type 'LineSDKLoginPermission' may have shared mutable state; this is an error in the Swift 6 language mode
    public static let openChatPlugManagement          = LineSDKLoginPermission(.openChatPlugManagement)
                      ^
/Users/admin/builder/spi-builder-workspace/LineSDK/LineSDKObjC/Login/LineSDKLoginPermission.swift:23:14: note: class 'LineSDKLoginPermission' does not conform to the 'Sendable' protocol
public class LineSDKLoginPermission: NSObject {
             ^
/Users/admin/builder/spi-builder-workspace/LineSDK/LineSDKObjC/Login/LineSDKLoginPermission.swift:55:23: note: add '@MainActor' to make static property 'openChatPlugManagement' part of global actor 'MainActor'
    public static let openChatPlugManagement          = LineSDKLoginPermission(.openChatPlugManagement)
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/LineSDK/LineSDKObjC/Login/LineSDKLoginPermission.swift:55:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let openChatPlugManagement          = LineSDKLoginPermission(.openChatPlugManagement)
                      ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/LineSDK/LineSDKObjC/Login/LineSDKLoginPermission.swift:56:23: warning: static property 'openChatPlugInfo' is not concurrency-safe because non-'Sendable' type 'LineSDKLoginPermission' may have shared mutable state; this is an error in the Swift 6 language mode
    public static let openChatPlugInfo                = LineSDKLoginPermission(.openChatPlugInfo)
                      ^
/Users/admin/builder/spi-builder-workspace/LineSDK/LineSDKObjC/Login/LineSDKLoginPermission.swift:23:14: note: class 'LineSDKLoginPermission' does not conform to the 'Sendable' protocol
public class LineSDKLoginPermission: NSObject {
             ^
/Users/admin/builder/spi-builder-workspace/LineSDK/LineSDKObjC/Login/LineSDKLoginPermission.swift:56:23: note: add '@MainActor' to make static property 'openChatPlugInfo' part of global actor 'MainActor'
    public static let openChatPlugInfo                = LineSDKLoginPermission(.openChatPlugInfo)
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/LineSDK/LineSDKObjC/Login/LineSDKLoginPermission.swift:56:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let openChatPlugInfo                = LineSDKLoginPermission(.openChatPlugInfo)
                      ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/LineSDK/LineSDKObjC/Login/LineSDKLoginPermission.swift:57:23: warning: static property 'openChatPlugProfile' is not concurrency-safe because non-'Sendable' type 'LineSDKLoginPermission' may have shared mutable state; this is an error in the Swift 6 language mode
    public static let openChatPlugProfile             = LineSDKLoginPermission(.openChatPlugProfile)
                      ^
/Users/admin/builder/spi-builder-workspace/LineSDK/LineSDKObjC/Login/LineSDKLoginPermission.swift:23:14: note: class 'LineSDKLoginPermission' does not conform to the 'Sendable' protocol
public class LineSDKLoginPermission: NSObject {
             ^
/Users/admin/builder/spi-builder-workspace/LineSDK/LineSDKObjC/Login/LineSDKLoginPermission.swift:57:23: note: add '@MainActor' to make static property 'openChatPlugProfile' part of global actor 'MainActor'
    public static let openChatPlugProfile             = LineSDKLoginPermission(.openChatPlugProfile)
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/LineSDK/LineSDKObjC/Login/LineSDKLoginPermission.swift:57:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let openChatPlugProfile             = LineSDKLoginPermission(.openChatPlugProfile)
                      ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/LineSDK/LineSDKObjC/Login/LineSDKLoginPermission.swift:58:23: warning: static property 'openChatPlugSendMessage' is not concurrency-safe because non-'Sendable' type 'LineSDKLoginPermission' may have shared mutable state; this is an error in the Swift 6 language mode
    public static let openChatPlugSendMessage         = LineSDKLoginPermission(.openChatPlugSendMessage)
                      ^
/Users/admin/builder/spi-builder-workspace/LineSDK/LineSDKObjC/Login/LineSDKLoginPermission.swift:23:14: note: class 'LineSDKLoginPermission' does not conform to the 'Sendable' protocol
public class LineSDKLoginPermission: NSObject {
             ^
/Users/admin/builder/spi-builder-workspace/LineSDK/LineSDKObjC/Login/LineSDKLoginPermission.swift:58:23: note: add '@MainActor' to make static property 'openChatPlugSendMessage' part of global actor 'MainActor'
    public static let openChatPlugSendMessage         = LineSDKLoginPermission(.openChatPlugSendMessage)
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/LineSDK/LineSDKObjC/Login/LineSDKLoginPermission.swift:58:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let openChatPlugSendMessage         = LineSDKLoginPermission(.openChatPlugSendMessage)
                      ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/LineSDK/LineSDKObjC/Login/LineSDKLoginPermission.swift:59:23: warning: static property 'openChatPlugReceiveMessageEvent' is not concurrency-safe because non-'Sendable' type 'LineSDKLoginPermission' may have shared mutable state; this is an error in the Swift 6 language mode
    public static let openChatPlugReceiveMessageEvent = LineSDKLoginPermission(.openChatPlugReceiveMessageEvent)
                      ^
/Users/admin/builder/spi-builder-workspace/LineSDK/LineSDKObjC/Login/LineSDKLoginPermission.swift:23:14: note: class 'LineSDKLoginPermission' does not conform to the 'Sendable' protocol
public class LineSDKLoginPermission: NSObject {
             ^
/Users/admin/builder/spi-builder-workspace/LineSDK/LineSDKObjC/Login/LineSDKLoginPermission.swift:59:23: note: add '@MainActor' to make static property 'openChatPlugReceiveMessageEvent' part of global actor 'MainActor'
    public static let openChatPlugReceiveMessageEvent = LineSDKLoginPermission(.openChatPlugReceiveMessageEvent)
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/LineSDK/LineSDKObjC/Login/LineSDKLoginPermission.swift:59:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let openChatPlugReceiveMessageEvent = LineSDKLoginPermission(.openChatPlugReceiveMessageEvent)
                      ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/LineSDK/LineSDKObjC/Login/Model/LineSDKAccessTokenStore.swift:38:23: warning: static property 'sharedStore' is not concurrency-safe because non-'Sendable' type 'LineSDKAccessTokenStore' may have shared mutable state; this is an error in the Swift 6 language mode
    public static let sharedStore = LineSDKAccessTokenStore(AccessTokenStore.shared)
                      ^
/Users/admin/builder/spi-builder-workspace/LineSDK/LineSDKObjC/Login/Model/LineSDKAccessTokenStore.swift:33:14: note: class 'LineSDKAccessTokenStore' does not conform to the 'Sendable' protocol
public class LineSDKAccessTokenStore: NSObject {
             ^
/Users/admin/builder/spi-builder-workspace/LineSDK/LineSDKObjC/Login/Model/LineSDKAccessTokenStore.swift:38:23: note: add '@MainActor' to make static property 'sharedStore' part of global actor 'MainActor'
    public static let sharedStore = LineSDKAccessTokenStore(AccessTokenStore.shared)
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/LineSDK/LineSDKObjC/Login/Model/LineSDKAccessTokenStore.swift:38:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let sharedStore = LineSDKAccessTokenStore(AccessTokenStore.shared)
                      ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/LineSDK/LineSDKObjC/Messaging/LineSDKMessagingResponse.swift:27:23: warning: static property 'statusOK' is not concurrency-safe because non-'Sendable' type 'LineSDKMessageSendingStatus' may have shared mutable state; this is an error in the Swift 6 language mode
    public static let statusOK = LineSDKMessageSendingStatus(.ok)
                      ^
/Users/admin/builder/spi-builder-workspace/LineSDK/LineSDKObjC/Messaging/LineSDKMessagingResponse.swift:23:14: note: class 'LineSDKMessageSendingStatus' does not conform to the 'Sendable' protocol
public class LineSDKMessageSendingStatus: NSObject {
             ^
/Users/admin/builder/spi-builder-workspace/LineSDK/LineSDKObjC/Messaging/LineSDKMessagingResponse.swift:27:23: note: add '@MainActor' to make static property 'statusOK' part of global actor 'MainActor'
    public static let statusOK = LineSDKMessageSendingStatus(.ok)
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/LineSDK/LineSDKObjC/Messaging/LineSDKMessagingResponse.swift:27:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let statusOK = LineSDKMessageSendingStatus(.ok)
                      ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/LineSDK/LineSDKObjC/Messaging/LineSDKMessagingResponse.swift:28:23: warning: static property 'statusDiscarded' is not concurrency-safe because non-'Sendable' type 'LineSDKMessageSendingStatus' may have shared mutable state; this is an error in the Swift 6 language mode
    public static let statusDiscarded = LineSDKMessageSendingStatus(.discarded)
                      ^
/Users/admin/builder/spi-builder-workspace/LineSDK/LineSDKObjC/Messaging/LineSDKMessagingResponse.swift:23:14: note: class 'LineSDKMessageSendingStatus' does not conform to the 'Sendable' protocol
public class LineSDKMessageSendingStatus: NSObject {
             ^
/Users/admin/builder/spi-builder-workspace/LineSDK/LineSDKObjC/Messaging/LineSDKMessagingResponse.swift:28:23: note: add '@MainActor' to make static property 'statusDiscarded' part of global actor 'MainActor'
    public static let statusDiscarded = LineSDKMessageSendingStatus(.discarded)
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/LineSDK/LineSDKObjC/Messaging/LineSDKMessagingResponse.swift:28:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let statusDiscarded = LineSDKMessageSendingStatus(.discarded)
                      ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/LineSDK/LineSDKObjC/Utils/LinsSDKCallbackQueue.swift:29:23: warning: static property 'asyncMain' is not concurrency-safe because non-'Sendable' type 'LineSDKCallbackQueue' may have shared mutable state; this is an error in the Swift 6 language mode
    public static let asyncMain = LineSDKCallbackQueue(.asyncMain)
                      ^
/Users/admin/builder/spi-builder-workspace/LineSDK/LineSDKObjC/Utils/LinsSDKCallbackQueue.swift:23:14: note: class 'LineSDKCallbackQueue' does not conform to the 'Sendable' protocol
public class LineSDKCallbackQueue: NSObject {
             ^
/Users/admin/builder/spi-builder-workspace/LineSDK/LineSDKObjC/Utils/LinsSDKCallbackQueue.swift:29:23: note: add '@MainActor' to make static property 'asyncMain' part of global actor 'MainActor'
    public static let asyncMain = LineSDKCallbackQueue(.asyncMain)
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/LineSDK/LineSDKObjC/Utils/LinsSDKCallbackQueue.swift:29:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let asyncMain = LineSDKCallbackQueue(.asyncMain)
                      ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/LineSDK/LineSDKObjC/Utils/LinsSDKCallbackQueue.swift:30:23: warning: static property 'currentMainOrAsync' is not concurrency-safe because non-'Sendable' type 'LineSDKCallbackQueue' may have shared mutable state; this is an error in the Swift 6 language mode
    public static let currentMainOrAsync = LineSDKCallbackQueue(.currentMainOrAsync)
                      ^
/Users/admin/builder/spi-builder-workspace/LineSDK/LineSDKObjC/Utils/LinsSDKCallbackQueue.swift:23:14: note: class 'LineSDKCallbackQueue' does not conform to the 'Sendable' protocol
public class LineSDKCallbackQueue: NSObject {
             ^
/Users/admin/builder/spi-builder-workspace/LineSDK/LineSDKObjC/Utils/LinsSDKCallbackQueue.swift:30:23: note: add '@MainActor' to make static property 'currentMainOrAsync' part of global actor 'MainActor'
    public static let currentMainOrAsync = LineSDKCallbackQueue(.currentMainOrAsync)
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/LineSDK/LineSDKObjC/Utils/LinsSDKCallbackQueue.swift:30:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let currentMainOrAsync = LineSDKCallbackQueue(.currentMainOrAsync)
                      ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/LineSDK/LineSDKObjC/Utils/LinsSDKCallbackQueue.swift:31:23: warning: static property 'untouch' is not concurrency-safe because non-'Sendable' type 'LineSDKCallbackQueue' may have shared mutable state; this is an error in the Swift 6 language mode
    public static let untouch = LineSDKCallbackQueue(.untouch)
                      ^
/Users/admin/builder/spi-builder-workspace/LineSDK/LineSDKObjC/Utils/LinsSDKCallbackQueue.swift:23:14: note: class 'LineSDKCallbackQueue' does not conform to the 'Sendable' protocol
public class LineSDKCallbackQueue: NSObject {
             ^
/Users/admin/builder/spi-builder-workspace/LineSDK/LineSDKObjC/Utils/LinsSDKCallbackQueue.swift:31:23: note: add '@MainActor' to make static property 'untouch' part of global actor 'MainActor'
    public static let untouch = LineSDKCallbackQueue(.untouch)
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/LineSDK/LineSDKObjC/Utils/LinsSDKCallbackQueue.swift:31:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let untouch = LineSDKCallbackQueue(.untouch)
                      ^
    nonisolated(unsafe)
SwiftCompile normal arm64 Compiling\ LineSDKFlexImageComponent.swift,\ LineSDKFlexMessageComponent.swift,\ LineSDKFlexSeparatorComponent.swift,\ LineSDKFlexTextComponent.swift,\ LineSDKSpacerComponent.swift,\ LineSDKFlexBubbleContainer.swift,\ LineSDKFlexCarouselContainer.swift /Users/admin/builder/spi-builder-workspace/LineSDK/LineSDKObjC/Messaging/Flex/Component/LineSDKFlexImageComponent.swift /Users/admin/builder/spi-builder-workspace/LineSDK/LineSDKObjC/Messaging/Flex/Component/LineSDKFlexMessageComponent.swift /Users/admin/builder/spi-builder-workspace/LineSDK/LineSDKObjC/Messaging/Flex/Component/LineSDKFlexSeparatorComponent.swift /Users/admin/builder/spi-builder-workspace/LineSDK/LineSDKObjC/Messaging/Flex/Component/LineSDKFlexTextComponent.swift /Users/admin/builder/spi-builder-workspace/LineSDK/LineSDKObjC/Messaging/Flex/Component/LineSDKSpacerComponent.swift /Users/admin/builder/spi-builder-workspace/LineSDK/LineSDKObjC/Messaging/Flex/LineSDKFlexBubbleContainer.swift /Users/admin/builder/spi-builder-workspace/LineSDK/LineSDKObjC/Messaging/Flex/LineSDKFlexCarouselContainer.swift (in target 'LineSDKObjC' from project 'LineSDK')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/LineSDK/LineSDKObjC/Messaging/Flex/Component/LineSDKFlexImageComponent.swift (in target 'LineSDKObjC' from project 'LineSDK')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/LineSDK/LineSDKObjC/Messaging/Flex/Component/LineSDKFlexMessageComponent.swift (in target 'LineSDKObjC' from project 'LineSDK')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/LineSDK/LineSDKObjC/Messaging/Flex/Component/LineSDKFlexSeparatorComponent.swift (in target 'LineSDKObjC' from project 'LineSDK')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/LineSDK/LineSDKObjC/Messaging/Flex/Component/LineSDKFlexTextComponent.swift (in target 'LineSDKObjC' from project 'LineSDK')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/LineSDK/LineSDKObjC/Messaging/Flex/Component/LineSDKSpacerComponent.swift (in target 'LineSDKObjC' from project 'LineSDK')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/LineSDK/LineSDKObjC/Messaging/Flex/LineSDKFlexBubbleContainer.swift (in target 'LineSDKObjC' from project 'LineSDK')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/LineSDK/LineSDKObjC/Messaging/Flex/LineSDKFlexCarouselContainer.swift (in target 'LineSDKObjC' from project 'LineSDK')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 Compiling\ LineSDKJWT.swift,\ LineSDKUserProfile.swift,\ LineSDKMessageAction.swift,\ LineSDKFlexBoxComponent.swift,\ LineSDKFlexButtonComponent.swift,\ LineSDKFlexFillerComponent.swift,\ LineSDKFlexIconComponent.swift /Users/admin/builder/spi-builder-workspace/LineSDK/LineSDKObjC/Login/Model/LineSDKJWT.swift /Users/admin/builder/spi-builder-workspace/LineSDK/LineSDKObjC/Login/Model/LineSDKUserProfile.swift /Users/admin/builder/spi-builder-workspace/LineSDK/LineSDKObjC/Messaging/Actions/LineSDKMessageAction.swift /Users/admin/builder/spi-builder-workspace/LineSDK/LineSDKObjC/Messaging/Flex/Component/LineSDKFlexBoxComponent.swift /Users/admin/builder/spi-builder-workspace/LineSDK/LineSDKObjC/Messaging/Flex/Component/LineSDKFlexButtonComponent.swift /Users/admin/builder/spi-builder-workspace/LineSDK/LineSDKObjC/Messaging/Flex/Component/LineSDKFlexFillerComponent.swift /Users/admin/builder/spi-builder-workspace/LineSDK/LineSDKObjC/Messaging/Flex/Component/LineSDKFlexIconComponent.swift (in target 'LineSDKObjC' from project 'LineSDK')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/LineSDK/LineSDKObjC/Login/Model/LineSDKJWT.swift (in target 'LineSDKObjC' from project 'LineSDK')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/LineSDK/LineSDKObjC/Login/Model/LineSDKUserProfile.swift (in target 'LineSDKObjC' from project 'LineSDK')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/LineSDK/LineSDKObjC/Messaging/Actions/LineSDKMessageAction.swift (in target 'LineSDKObjC' from project 'LineSDK')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/LineSDK/LineSDKObjC/Messaging/Flex/Component/LineSDKFlexBoxComponent.swift (in target 'LineSDKObjC' from project 'LineSDK')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/LineSDK/LineSDKObjC/Messaging/Flex/Component/LineSDKFlexButtonComponent.swift (in target 'LineSDKObjC' from project 'LineSDK')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/LineSDK/LineSDKObjC/Messaging/Flex/Component/LineSDKFlexFillerComponent.swift (in target 'LineSDKObjC' from project 'LineSDK')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/LineSDK/LineSDKObjC/Messaging/Flex/Component/LineSDKFlexIconComponent.swift (in target 'LineSDKObjC' from project 'LineSDK')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftDriverJobDiscovery normal arm64 Emitting module for LineSDKObjC (in target 'LineSDKObjC' from project 'LineSDK')
SwiftDriver\ Compilation\ Requirements LineSDKObjC normal arm64 com.apple.xcode.tools.swift.compiler (in target 'LineSDKObjC' from project 'LineSDK')
    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 LineSDKObjC -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LineSDK.build/Debug-iphoneos/LineSDKObjC.build/Objects-normal/arm64/LineSDKObjC.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -stats-output-dir .stats -strict-concurrency\=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures -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/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk -target arm64-apple-ios13.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-iphoneos -I /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/Developer/Library/Frameworks -emit-localized-strings -emit-localized-strings-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LineSDK.build/Debug-iphoneos/LineSDKObjC.build/Objects-normal/arm64 -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/iphoneos18.4-22E235-339d34bc69d7fc736c3220795c36f340.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LineSDK.build/Debug-iphoneos/LineSDKObjC.build/Objects-normal/arm64/LineSDKObjC-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/LineSDK.build/Debug-iphoneos/LineSDKObjC.build/Objects-normal/arm64/LineSDKObjC.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/LineSDK.build/Debug-iphoneos/LineSDKObjC.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LineSDK.build/Debug-iphoneos/LineSDKObjC.build/Objects-normal/arm64/LineSDKObjC_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LineSDK.build/Debug-iphoneos/LineSDKObjC.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LineSDK.build/Debug-iphoneos/LineSDKObjC.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LineSDK.build/Debug-iphoneos/LineSDKObjC.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/LineSDK.build/Debug-iphoneos/LineSDKObjC.build/Objects-normal/arm64/LineSDKObjC-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
SwiftDriverJobDiscovery normal arm64 Compiling VideoMessage.swift, PostMessageSendingTokenIssueRequest.swift, PostMultisendMessagesRequest.swift, PostMultisendMessagesWithTokenRequest.swift, PostSendMessagesRequest.swift, API+Auth.swift, API+Deprecated.swift, API+Internal.swift, API.swift, ChainedPaginatedRequest.swift, ParametersAdapter.swift, Request.swift, RequestAdapter.swift, ResponsePipeline.swift, Session.swift (in target 'LineSDK' from project 'LineSDK')
SwiftCompile normal arm64 Compiling\ LineSDKOpenChatRoomInfo.swift,\ LineSDKMessageShareTargetType.swift,\ LineSDKShareTarget.swift,\ LineSDKShareViewController.swift,\ LineSDKShareViewControllerDelegate.swift,\ LineSDKLoginManager.swift,\ LineSDKLoginManagerOptions.swift /Users/admin/builder/spi-builder-workspace/LineSDK/LineSDKObjC/LineSDKUI/OpenChatUI/LineSDKOpenChatRoomInfo.swift /Users/admin/builder/spi-builder-workspace/LineSDK/LineSDKObjC/LineSDKUI/SharingUI/LineSDKMessageShareTargetType.swift /Users/admin/builder/spi-builder-workspace/LineSDK/LineSDKObjC/LineSDKUI/SharingUI/LineSDKShareTarget.swift /Users/admin/builder/spi-builder-workspace/LineSDK/LineSDKObjC/LineSDKUI/SharingUI/LineSDKShareViewController.swift /Users/admin/builder/spi-builder-workspace/LineSDK/LineSDKObjC/LineSDKUI/SharingUI/LineSDKShareViewControllerDelegate.swift /Users/admin/builder/spi-builder-workspace/LineSDK/LineSDKObjC/Login/LineSDKLoginManager.swift /Users/admin/builder/spi-builder-workspace/LineSDK/LineSDKObjC/Login/LineSDKLoginManagerOptions.swift (in target 'LineSDKObjC' from project 'LineSDK')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/LineSDK/LineSDKObjC/LineSDKUI/OpenChatUI/LineSDKOpenChatRoomInfo.swift (in target 'LineSDKObjC' from project 'LineSDK')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/LineSDK/LineSDKObjC/LineSDKUI/SharingUI/LineSDKMessageShareTargetType.swift (in target 'LineSDKObjC' from project 'LineSDK')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/LineSDK/LineSDKObjC/LineSDKUI/SharingUI/LineSDKShareTarget.swift (in target 'LineSDKObjC' from project 'LineSDK')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/LineSDK/LineSDKObjC/LineSDKUI/SharingUI/LineSDKShareViewController.swift (in target 'LineSDKObjC' from project 'LineSDK')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

/Users/admin/builder/spi-builder-workspace/LineSDK/LineSDKObjC/LineSDKUI/SharingUI/LineSDKShareViewController.swift:33:54: warning: main actor-isolated property 'navigationBarTintColor' can not be referenced from a nonisolated context; this is an error in the Swift 6 language mode
        get { return _binaryCompatibleViewController.navigationBarTintColor }
                                                     ^
/Users/admin/builder/spi-builder-workspace/LineSDK/LineSDK/LineSDKUI/Base/StyleNavigationController.swift:34:16: note: property declared here
    public var navigationBarTintColor = Design.navigationBarTintColor {
               ^
/Users/admin/builder/spi-builder-workspace/LineSDK/LineSDKObjC/LineSDKUI/SharingUI/LineSDKShareViewController.swift:34:47: warning: main actor-isolated property 'navigationBarTintColor' can not be mutated from a nonisolated context; this is an error in the Swift 6 language mode
        set { _binaryCompatibleViewController.navigationBarTintColor = newValue }
                                              ^
/Users/admin/builder/spi-builder-workspace/LineSDK/LineSDK/LineSDKUI/Base/StyleNavigationController.swift:34:16: note: mutation of this property is only permitted within the actor
    public var navigationBarTintColor = Design.navigationBarTintColor {
               ^
/Users/admin/builder/spi-builder-workspace/LineSDK/LineSDKObjC/LineSDKUI/SharingUI/LineSDKShareViewController.swift:38:54: warning: main actor-isolated property 'navigationBarTextColor' can not be referenced from a nonisolated context; this is an error in the Swift 6 language mode
        get { return _binaryCompatibleViewController.navigationBarTextColor }
                                                     ^
/Users/admin/builder/spi-builder-workspace/LineSDK/LineSDK/LineSDKUI/Base/StyleNavigationController.swift:39:16: note: property declared here
    public var navigationBarTextColor = Design.navigationBarTextColor {
               ^
/Users/admin/builder/spi-builder-workspace/LineSDK/LineSDKObjC/LineSDKUI/SharingUI/LineSDKShareViewController.swift:39:47: warning: main actor-isolated property 'navigationBarTextColor' can not be mutated from a nonisolated context; this is an error in the Swift 6 language mode
        set { _binaryCompatibleViewController.navigationBarTextColor = newValue }
                                              ^
/Users/admin/builder/spi-builder-workspace/LineSDK/LineSDK/LineSDKUI/Base/StyleNavigationController.swift:39:16: note: mutation of this property is only permitted within the actor
    public var navigationBarTextColor = Design.navigationBarTextColor {
               ^
/Users/admin/builder/spi-builder-workspace/LineSDK/LineSDKObjC/LineSDKUI/SharingUI/LineSDKShareViewController.swift:43:54: warning: main actor-isolated property 'statusBarStyle' can not be referenced from a nonisolated context; this is an error in the Swift 6 language mode
        get { return _binaryCompatibleViewController.statusBarStyle }
                                                     ^
/Users/admin/builder/spi-builder-workspace/LineSDK/LineSDK/LineSDKUI/Base/StyleNavigationController.swift:44:16: note: property declared here
    public var statusBarStyle = Design.preferredStatusBarStyle {
               ^
/Users/admin/builder/spi-builder-workspace/LineSDK/LineSDKObjC/LineSDKUI/SharingUI/LineSDKShareViewController.swift:44:47: warning: main actor-isolated property 'statusBarStyle' can not be mutated from a nonisolated context; this is an error in the Swift 6 language mode
        set { _binaryCompatibleViewController.statusBarStyle = newValue }
                                              ^
/Users/admin/builder/spi-builder-workspace/LineSDK/LineSDK/LineSDKUI/Base/StyleNavigationController.swift:44:16: note: mutation of this property is only permitted within the actor
    public var statusBarStyle = Design.preferredStatusBarStyle {
               ^
/Users/admin/builder/spi-builder-workspace/LineSDK/LineSDKObjC/LineSDKUI/SharingUI/LineSDKShareViewController.swift:49:52: warning: main actor-isolated property 'messages' can not be referenced from a nonisolated context; this is an error in the Swift 6 language mode
            return _binaryCompatibleViewController.messages?.compactMap { .message(with: $0) }
                                                   ^
/Users/admin/builder/spi-builder-workspace/LineSDK/LineSDK/LineSDKUI/SharingUI/Public/ShareViewController.swift:93:16: note: property declared here
    public var messages: [MessageConvertible]? {
               ^
/Users/admin/builder/spi-builder-workspace/LineSDK/LineSDKObjC/LineSDKUI/SharingUI/LineSDKShareViewController.swift:52:45: warning: main actor-isolated property 'messages' can not be mutated from a nonisolated context; this is an error in the Swift 6 language mode
            _binaryCompatibleViewController.messages = newValue?.compactMap { $0.unwrapped }
                                            ^
/Users/admin/builder/spi-builder-workspace/LineSDK/LineSDK/LineSDKUI/SharingUI/Public/ShareViewController.swift:93:16: note: mutation of this property is only permitted within the actor
    public var messages: [MessageConvertible]? {
               ^
/Users/admin/builder/spi-builder-workspace/LineSDK/LineSDKObjC/LineSDKUI/SharingUI/LineSDKShareViewController.swift:60:45: warning: main actor-isolated property 'shareDelegate' can not be mutated from a nonisolated context; this is an error in the Swift 6 language mode
            _binaryCompatibleViewController.shareDelegate = delegateProxy
                                            ^
/Users/admin/builder/spi-builder-workspace/LineSDK/LineSDK/LineSDKUI/SharingUI/Public/ShareViewController.swift:79:21: note: mutation of this property is only permitted within the actor
    public weak var shareDelegate: ShareViewControllerDelegate?
                    ^
/Users/admin/builder/spi-builder-workspace/LineSDK/LineSDKObjC/LineSDKUI/SharingUI/LineSDKShareViewController.swift:65:43: warning: call to main actor-isolated initializer 'init()' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
        _binaryCompatibleViewController = ShareViewController()
                                          ^
/Users/admin/builder/spi-builder-workspace/LineSDK/LineSDK/LineSDKUI/SharingUI/Public/ShareViewController.swift:104:12: note: calls to initializer 'init()' from outside of its actor context are implicitly asynchronous
    public init() {
           ^
/Users/admin/builder/spi-builder-workspace/LineSDK/LineSDKObjC/LineSDKUI/SharingUI/LineSDKShareViewController.swift:72:39: warning: call to main actor-isolated static method 'localAuthorizationStatusForSendingMessage()' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
            from: ShareViewController.localAuthorizationStatusForSendingMessage()
                                      ^
/Users/admin/builder/spi-builder-workspace/LineSDK/LineSDK/LineSDKUI/SharingUI/Public/ShareViewController.swift:211:24: note: calls to static method 'localAuthorizationStatusForSendingMessage()' from outside of its actor context are implicitly asynchronous
    public static func localAuthorizationStatusForSendingMessage()
                       ^
/Users/admin/builder/spi-builder-workspace/LineSDK/LineSDKObjC/LineSDKUI/SharingUI/LineSDKShareViewController.swift:68:30: note: add '@MainActor' to make static method 'localAuthorizationStatusForSendingMessage()' part of global actor 'MainActor'
    @objc public static func localAuthorizationStatusForSendingMessage()
                             ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/LineSDK/LineSDKObjC/LineSDKUI/SharingUI/LineSDKShareViewController.swift:97:87: warning: call to main actor-isolated instance method 'dismiss(animated:completion:)' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
            proxy.shareViewControllerDidCancelSharing?(owner) ?? owner.viewController.dismiss(animated: true)
                                                                                      ^
UIKit.UIViewController.dismiss:3:24: note: calls to instance method 'dismiss(animated:completion:)' from outside of its actor context are implicitly asynchronous
  @MainActor open func dismiss(animated flag: Bool, completion: (() -> Void)? = nil)}
                       ^
/Users/admin/builder/spi-builder-workspace/LineSDK/LineSDKObjC/LineSDKUI/SharingUI/LineSDKShareViewController.swift:99:34: warning: call to main actor-isolated instance method 'dismiss(animated:completion:)' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
            owner.viewController.dismiss(animated: true)
                                 ^
UIKit.UIViewController.dismiss:3:24: note: calls to instance method 'dismiss(animated:completion:)' from outside of its actor context are implicitly asynchronous
  @MainActor open func dismiss(animated flag: Bool, completion: (() -> Void)? = nil)}
                       ^
/Users/admin/builder/spi-builder-workspace/LineSDK/LineSDKObjC/LineSDKUI/SharingUI/LineSDKShareViewController.swift:95:10: note: add '@MainActor' to make instance method 'shareViewControllerDidCancelSharing' part of global actor 'MainActor'
    func shareViewControllerDidCancelSharing(_ controller: ShareViewController) {
         ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/LineSDK/LineSDKObjC/LineSDKUI/SharingUI/LineSDKShareViewController.swift:132:41: warning: main actor-isolated property 'messages' can not be referenced from a nonisolated context; this is an error in the Swift 6 language mode
        guard let messages = controller.messages else {
                                        ^
/Users/admin/builder/spi-builder-workspace/LineSDK/LineSDK/LineSDKUI/SharingUI/Public/ShareViewController.swift:93:16: note: property declared here
    public var messages: [MessageConvertible]? {
               ^
/Users/admin/builder/spi-builder-workspace/LineSDK/LineSDKObjC/LineSDKUI/SharingUI/LineSDKShareViewController.swift:128:10: note: add '@MainActor' to make instance method 'shareViewController(_:messagesForSendingToTargets:)' part of global actor 'MainActor'
    func shareViewController(
         ^
    @MainActor
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/LineSDK/LineSDKObjC/LineSDKUI/SharingUI/LineSDKShareViewControllerDelegate.swift (in target 'LineSDKObjC' from project 'LineSDK')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/LineSDK/LineSDKObjC/Login/LineSDKLoginManager.swift (in target 'LineSDKObjC' from project 'LineSDK')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

/Users/admin/builder/spi-builder-workspace/LineSDK/LineSDKObjC/Login/LineSDKLoginManager.swift:27:23: warning: static property 'sharedManager' is not concurrency-safe because non-'Sendable' type 'LineSDKLoginManager' may have shared mutable state; this is an error in the Swift 6 language mode
    public static let sharedManager = LineSDKLoginManager(.shared)
                      ^
/Users/admin/builder/spi-builder-workspace/LineSDK/LineSDKObjC/Login/LineSDKLoginManager.swift:23:14: note: class 'LineSDKLoginManager' does not conform to the 'Sendable' protocol
public class LineSDKLoginManager: NSObject {
             ^
/Users/admin/builder/spi-builder-workspace/LineSDK/LineSDKObjC/Login/LineSDKLoginManager.swift:27:23: note: add '@MainActor' to make static property 'sharedManager' part of global actor 'MainActor'
    public static let sharedManager = LineSDKLoginManager(.shared)
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/LineSDK/LineSDKObjC/Login/LineSDKLoginManager.swift:27:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let sharedManager = LineSDKLoginManager(.shared)
                      ^
    nonisolated(unsafe)
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/LineSDK/LineSDKObjC/Login/LineSDKLoginManagerOptions.swift (in target 'LineSDKObjC' from project 'LineSDK')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

/Users/admin/builder/spi-builder-workspace/LineSDK/LineSDKObjC/Login/LineSDKLoginManagerOptions.swift:35:23: warning: static property 'onlyWebLogin' is not concurrency-safe because non-'Sendable' type 'LineSDKLoginManagerOptions' may have shared mutable state; this is an error in the Swift 6 language mode
    public static let onlyWebLogin = LineSDKLoginManagerOptions(.onlyWebLogin)
                      ^
/Users/admin/builder/spi-builder-workspace/LineSDK/LineSDKObjC/Login/LineSDKLoginManagerOptions.swift:24:14: note: class 'LineSDKLoginManagerOptions' does not conform to the 'Sendable' protocol
public class LineSDKLoginManagerOptions: NSObject {
             ^
/Users/admin/builder/spi-builder-workspace/LineSDK/LineSDKObjC/Login/LineSDKLoginManagerOptions.swift:35:23: note: add '@MainActor' to make static property 'onlyWebLogin' part of global actor 'MainActor'
    public static let onlyWebLogin = LineSDKLoginManagerOptions(.onlyWebLogin)
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/LineSDK/LineSDKObjC/Login/LineSDKLoginManagerOptions.swift:35:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let onlyWebLogin = LineSDKLoginManagerOptions(.onlyWebLogin)
                      ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/LineSDK/LineSDKObjC/Login/LineSDKLoginManagerOptions.swift:36:23: warning: static property 'botPromptNormal' is not concurrency-safe because non-'Sendable' type 'LineSDKLoginManagerOptions' may have shared mutable state; this is an error in the Swift 6 language mode
    public static let botPromptNormal = LineSDKLoginManagerOptions(.botPromptNormal)
                      ^
/Users/admin/builder/spi-builder-workspace/LineSDK/LineSDKObjC/Login/LineSDKLoginManagerOptions.swift:24:14: note: class 'LineSDKLoginManagerOptions' does not conform to the 'Sendable' protocol
public class LineSDKLoginManagerOptions: NSObject {
             ^
/Users/admin/builder/spi-builder-workspace/LineSDK/LineSDKObjC/Login/LineSDKLoginManagerOptions.swift:36:23: note: add '@MainActor' to make static property 'botPromptNormal' part of global actor 'MainActor'
    public static let botPromptNormal = LineSDKLoginManagerOptions(.botPromptNormal)
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/LineSDK/LineSDKObjC/Login/LineSDKLoginManagerOptions.swift:36:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let botPromptNormal = LineSDKLoginManagerOptions(.botPromptNormal)
                      ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/LineSDK/LineSDKObjC/Login/LineSDKLoginManagerOptions.swift:37:23: warning: static property 'botPromptAggressive' is not concurrency-safe because non-'Sendable' type 'LineSDKLoginManagerOptions' may have shared mutable state; this is an error in the Swift 6 language mode
    public static let botPromptAggressive = LineSDKLoginManagerOptions(.botPromptAggressive)
                      ^
/Users/admin/builder/spi-builder-workspace/LineSDK/LineSDKObjC/Login/LineSDKLoginManagerOptions.swift:24:14: note: class 'LineSDKLoginManagerOptions' does not conform to the 'Sendable' protocol
public class LineSDKLoginManagerOptions: NSObject {
             ^
/Users/admin/builder/spi-builder-workspace/LineSDK/LineSDKObjC/Login/LineSDKLoginManagerOptions.swift:37:23: note: add '@MainActor' to make static property 'botPromptAggressive' part of global actor 'MainActor'
    public static let botPromptAggressive = LineSDKLoginManagerOptions(.botPromptAggressive)
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/LineSDK/LineSDKObjC/Login/LineSDKLoginManagerOptions.swift:37:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let botPromptAggressive = LineSDKLoginManagerOptions(.botPromptAggressive)
                      ^
    nonisolated(unsafe)
SwiftCompile normal arm64 Compiling\ LineSDKTemplateConfirmPayload.swift,\ LineSDKTemplateImageCarouselPayload.swift,\ LineSDKHexColor.swift,\ LineSDKAPI.swift,\ LineSDKAPIError.swift,\ LineSDKAuthAPI.swift /Users/admin/builder/spi-builder-workspace/LineSDK/LineSDKObjC/Messaging/Template/LineSDKTemplateConfirmPayload.swift /Users/admin/builder/spi-builder-workspace/LineSDK/LineSDKObjC/Messaging/Template/LineSDKTemplateImageCarouselPayload.swift /Users/admin/builder/spi-builder-workspace/LineSDK/LineSDKObjC/Networking/CustomizeCoding/LineSDKHexColor.swift /Users/admin/builder/spi-builder-workspace/LineSDK/LineSDKObjC/Networking/LineSDKAPI.swift /Users/admin/builder/spi-builder-workspace/LineSDK/LineSDKObjC/Networking/LineSDKAPIError.swift /Users/admin/builder/spi-builder-workspace/LineSDK/LineSDKObjC/Networking/LineSDKAuthAPI.swift (in target 'LineSDKObjC' from project 'LineSDK')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/LineSDK/LineSDKObjC/Messaging/Template/LineSDKTemplateConfirmPayload.swift (in target 'LineSDKObjC' from project 'LineSDK')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/LineSDK/LineSDKObjC/Messaging/Template/LineSDKTemplateImageCarouselPayload.swift (in target 'LineSDKObjC' from project 'LineSDK')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/LineSDK/LineSDKObjC/Networking/CustomizeCoding/LineSDKHexColor.swift (in target 'LineSDKObjC' from project 'LineSDK')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/LineSDK/LineSDKObjC/Networking/LineSDKAPI.swift (in target 'LineSDKObjC' from project 'LineSDK')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/LineSDK/LineSDKObjC/Networking/LineSDKAPIError.swift (in target 'LineSDKObjC' from project 'LineSDK')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/LineSDK/LineSDKObjC/Networking/LineSDKAuthAPI.swift (in target 'LineSDKObjC' from project 'LineSDK')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftDriverJobDiscovery normal arm64 Compiling DownloadableImageView.swift, ImageDownloader.swift, ImageManager.swift, APIError.swift, CodingExtension.swift, HexColor.swift, Unit.swift, OpenChatCategory.swift, OpenChatCreatingFormItem.swift, OpenChatRoomCreatingItem.swift, GetOpenChatRoomJoinTypeRequest.swift, GetOpenChatRoomMembershipStateRequest.swift, GetOpenChatRoomStatusRequest.swift, GetOpenChatTermAgreementStatusRequest.swift, PostOpenChatCreateRequest.swift (in target 'LineSDK' from project 'LineSDK')
SwiftMergeGeneratedHeaders /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-iphoneos/LineSDKObjC-Swift.h /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LineSDK.build/Debug-iphoneos/LineSDKObjC.build/Objects-normal/arm64/LineSDKObjC-Swift.h (in target 'LineSDKObjC' from project 'LineSDK')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-swiftHeaderTool -arch arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LineSDK.build/Debug-iphoneos/LineSDKObjC.build/Objects-normal/arm64/LineSDKObjC-Swift.h -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-iphoneos/LineSDKObjC-Swift.h
SwiftDriverJobDiscovery normal arm64 Compiling GetBotFriendshipStatus.swift, LineSDKError.swift, Group.swift, User.swift, GetApproversInFriendsRequest.swift, GetApproversInGroupRequest.swift, GetFriendsRequest.swift, GetGroupsRequest.swift, GetShareFriendsRequest.swift, GetShareGroupsRequest.swift, AuthorizationStatus.swift, StyleNavigationController.swift, LoginButton.swift, FormEntry.swift, FormSection.swift, OpenChatCategoryExtensions.swift (in target 'LineSDK' from project 'LineSDK')
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/LineSDKObjC.swiftmodule/arm64-apple-ios.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LineSDK.build/Debug-iphoneos/LineSDKObjC.build/Objects-normal/arm64/LineSDKObjC.swiftmodule (in target 'LineSDKObjC' from project 'LineSDK')
    cd /Users/admin/builder/spi-builder-workspace
    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/LineSDK.build/Debug-iphoneos/LineSDKObjC.build/Objects-normal/arm64/LineSDKObjC.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/LineSDKObjC.swiftmodule/arm64-apple-ios.swiftmodule
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/LineSDKObjC.swiftmodule/arm64-apple-ios.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LineSDK.build/Debug-iphoneos/LineSDKObjC.build/Objects-normal/arm64/LineSDKObjC.swiftdoc (in target 'LineSDKObjC' from project 'LineSDK')
    cd /Users/admin/builder/spi-builder-workspace
    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/LineSDK.build/Debug-iphoneos/LineSDKObjC.build/Objects-normal/arm64/LineSDKObjC.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/LineSDKObjC.swiftmodule/arm64-apple-ios.swiftdoc
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/LineSDKObjC.swiftmodule/arm64-apple-ios.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LineSDK.build/Debug-iphoneos/LineSDKObjC.build/Objects-normal/arm64/LineSDKObjC.abi.json (in target 'LineSDKObjC' from project 'LineSDK')
    cd /Users/admin/builder/spi-builder-workspace
    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/LineSDK.build/Debug-iphoneos/LineSDKObjC.build/Objects-normal/arm64/LineSDKObjC.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/LineSDKObjC.swiftmodule/arm64-apple-ios.abi.json
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/LineSDKObjC.swiftmodule/Project/arm64-apple-ios.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LineSDK.build/Debug-iphoneos/LineSDKObjC.build/Objects-normal/arm64/LineSDKObjC.swiftsourceinfo (in target 'LineSDKObjC' from project 'LineSDK')
    cd /Users/admin/builder/spi-builder-workspace
    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/LineSDK.build/Debug-iphoneos/LineSDKObjC.build/Objects-normal/arm64/LineSDKObjC.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/LineSDKObjC.swiftmodule/Project/arm64-apple-ios.swiftsourceinfo
SwiftCompile normal arm64 Compiling\ LineSDKGetBotFriendshipStatusResponse.swift,\ LineSDKErrorConstant.swift,\ LineSDKAuthorizationStatus.swift,\ LineSDKLoginButton.swift,\ LineSDKOpenChatCreatingController.swift,\ LineSDKOpenChatCreatingControllerDelegate.swift,\ LineSDKOpenChatRoomCreatingItem.swift /Users/admin/builder/spi-builder-workspace/LineSDK/LineSDKObjC/Friendship/LineSDKGetBotFriendshipStatusResponse.swift /Users/admin/builder/spi-builder-workspace/LineSDK/LineSDKObjC/General/LineSDKErrorConstant.swift /Users/admin/builder/spi-builder-workspace/LineSDK/LineSDKObjC/LineSDKUI/LineSDKAuthorizationStatus.swift /Users/admin/builder/spi-builder-workspace/LineSDK/LineSDKObjC/LineSDKUI/LineSDKLoginButton.swift /Users/admin/builder/spi-builder-workspace/LineSDK/LineSDKObjC/LineSDKUI/OpenChatUI/LineSDKOpenChatCreatingController.swift /Users/admin/builder/spi-builder-workspace/LineSDK/LineSDKObjC/LineSDKUI/OpenChatUI/LineSDKOpenChatCreatingControllerDelegate.swift /Users/admin/builder/spi-builder-workspace/LineSDK/LineSDKObjC/LineSDKUI/OpenChatUI/LineSDKOpenChatRoomCreatingItem.swift (in target 'LineSDKObjC' from project 'LineSDK')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/LineSDK/LineSDKObjC/Friendship/LineSDKGetBotFriendshipStatusResponse.swift (in target 'LineSDKObjC' from project 'LineSDK')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/LineSDK/LineSDKObjC/General/LineSDKErrorConstant.swift (in target 'LineSDKObjC' from project 'LineSDK')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/LineSDK/LineSDKObjC/LineSDKUI/LineSDKAuthorizationStatus.swift (in target 'LineSDKObjC' from project 'LineSDK')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

/Users/admin/builder/spi-builder-workspace/LineSDK/LineSDKObjC/LineSDKUI/LineSDKAuthorizationStatus.swift:27:23: warning: static property 'authorized' is not concurrency-safe because non-'Sendable' type 'LineSDKAuthorizationStatus' may have shared mutable state; this is an error in the Swift 6 language mode
    public static let authorized        = LineSDKAuthorizationStatus(rawValue: 1 << 0)
                      ^
/Users/admin/builder/spi-builder-workspace/LineSDK/LineSDKObjC/LineSDKUI/LineSDKAuthorizationStatus.swift:23:20: note: class 'LineSDKAuthorizationStatus' does not conform to the 'Sendable' protocol
public final class LineSDKAuthorizationStatus: NSObject {
                   ^
/Users/admin/builder/spi-builder-workspace/LineSDK/LineSDKObjC/LineSDKUI/LineSDKAuthorizationStatus.swift:27:23: note: add '@MainActor' to make static property 'authorized' part of global actor 'MainActor'
    public static let authorized        = LineSDKAuthorizationStatus(rawValue: 1 << 0)
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/LineSDK/LineSDKObjC/LineSDKUI/LineSDKAuthorizationStatus.swift:27:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let authorized        = LineSDKAuthorizationStatus(rawValue: 1 << 0)
                      ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/LineSDK/LineSDKObjC/LineSDKUI/LineSDKAuthorizationStatus.swift:28:23: warning: static property 'lackOfToken' is not concurrency-safe because non-'Sendable' type 'LineSDKAuthorizationStatus' may have shared mutable state; this is an error in the Swift 6 language mode
    public static let lackOfToken       = LineSDKAuthorizationStatus(rawValue: 1 << 1)
                      ^
/Users/admin/builder/spi-builder-workspace/LineSDK/LineSDKObjC/LineSDKUI/LineSDKAuthorizationStatus.swift:23:20: note: class 'LineSDKAuthorizationStatus' does not conform to the 'Sendable' protocol
public final class LineSDKAuthorizationStatus: NSObject {
                   ^
/Users/admin/builder/spi-builder-workspace/LineSDK/LineSDKObjC/LineSDKUI/LineSDKAuthorizationStatus.swift:28:23: note: add '@MainActor' to make static property 'lackOfToken' part of global actor 'MainActor'
    public static let lackOfToken       = LineSDKAuthorizationStatus(rawValue: 1 << 1)
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/LineSDK/LineSDKObjC/LineSDKUI/LineSDKAuthorizationStatus.swift:28:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let lackOfToken       = LineSDKAuthorizationStatus(rawValue: 1 << 1)
                      ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/LineSDK/LineSDKObjC/LineSDKUI/LineSDKAuthorizationStatus.swift:29:23: warning: static property 'lackOfPermissions' is not concurrency-safe because non-'Sendable' type 'LineSDKAuthorizationStatus' may have shared mutable state; this is an error in the Swift 6 language mode
    public static let lackOfPermissions = LineSDKAuthorizationStatus(rawValue: 1 << 2)
                      ^
/Users/admin/builder/spi-builder-workspace/LineSDK/LineSDKObjC/LineSDKUI/LineSDKAuthorizationStatus.swift:23:20: note: class 'LineSDKAuthorizationStatus' does not conform to the 'Sendable' protocol
public final class LineSDKAuthorizationStatus: NSObject {
                   ^
/Users/admin/builder/spi-builder-workspace/LineSDK/LineSDKObjC/LineSDKUI/LineSDKAuthorizationStatus.swift:29:23: note: add '@MainActor' to make static property 'lackOfPermissions' part of global actor 'MainActor'
    public static let lackOfPermissions = LineSDKAuthorizationStatus(rawValue: 1 << 2)
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/LineSDK/LineSDKObjC/LineSDKUI/LineSDKAuthorizationStatus.swift:29:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let lackOfPermissions = LineSDKAuthorizationStatus(rawValue: 1 << 2)
                      ^
    nonisolated(unsafe)
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/LineSDK/LineSDKObjC/LineSDKUI/LineSDKLoginButton.swift (in target 'LineSDKObjC' from project 'LineSDK')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

/Users/admin/builder/spi-builder-workspace/LineSDK/LineSDKObjC/LineSDKUI/LineSDKLoginButton.swift:62:37: warning: main actor-isolated property 'buttonSize' can not be mutated from a nonisolated context; this is an error in the Swift 6 language mode
            _binaryCompatibleButton.buttonSize = newValue.unwrapped
                                    ^
/Users/admin/builder/spi-builder-workspace/LineSDK/LineSDK/LineSDKUI/LoginButton.swift:141:16: note: mutation of this property is only permitted within the actor
    public var buttonSize: ButtonSize = .normal {
               ^
/Users/admin/builder/spi-builder-workspace/LineSDK/LineSDKObjC/LineSDKUI/LineSDKLoginButton.swift:65:67: warning: main actor-isolated property 'buttonSize' can not be referenced from a nonisolated context; this is an error in the Swift 6 language mode
            return LineSDKLoginButtonSize(_binaryCompatibleButton.buttonSize)
                                                                  ^
/Users/admin/builder/spi-builder-workspace/LineSDK/LineSDK/LineSDKUI/LoginButton.swift:141:16: note: property declared here
    public var buttonSize: ButtonSize = .normal {
               ^
/Users/admin/builder/spi-builder-workspace/LineSDK/LineSDKObjC/LineSDKUI/LineSDKLoginButton.swift:71:37: warning: main actor-isolated property 'buttonText' can not be mutated from a nonisolated context; this is an error in the Swift 6 language mode
            _binaryCompatibleButton.buttonText = newValue
                                    ^
/Users/admin/builder/spi-builder-workspace/LineSDK/LineSDK/LineSDKUI/LoginButton.swift:151:16: note: mutation of this property is only permitted within the actor
    public var buttonText: String? {
               ^
/Users/admin/builder/spi-builder-workspace/LineSDK/LineSDKObjC/LineSDKUI/LineSDKLoginButton.swift:74:44: warning: main actor-isolated property 'buttonText' can not be referenced from a nonisolated context; this is an error in the Swift 6 language mode
            return _binaryCompatibleButton.buttonText
                                           ^
/Users/admin/builder/spi-builder-workspace/LineSDK/LineSDK/LineSDKUI/LoginButton.swift:151:16: note: property declared here
    public var buttonText: String? {
               ^
/Users/admin/builder/spi-builder-workspace/LineSDK/LineSDKObjC/LineSDKUI/LineSDKLoginButton.swift:79:35: warning: call to main actor-isolated initializer 'init()' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
        _binaryCompatibleButton = LoginButton()
                                  ^
/Users/admin/builder/spi-builder-workspace/LineSDK/LineSDK/LineSDKUI/LoginButton.swift:159:12: note: calls to initializer 'init()' from outside of its actor context are implicitly asynchronous
    public init() {
           ^
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/LineSDK/LineSDKObjC/LineSDKUI/OpenChatUI/LineSDKOpenChatCreatingController.swift (in target 'LineSDKObjC' from project 'LineSDK')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/LineSDK/LineSDKObjC/LineSDKUI/OpenChatUI/LineSDKOpenChatCreatingControllerDelegate.swift (in target 'LineSDKObjC' from project 'LineSDK')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/LineSDK/LineSDKObjC/LineSDKUI/OpenChatUI/LineSDKOpenChatRoomCreatingItem.swift (in target 'LineSDKObjC' from project 'LineSDK')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 Compiling\ LineSDKMessagingResponse.swift,\ LineSDKTemplateMessage.swift,\ LineSDKTextMessage.swift,\ LineSDKVideoMessage.swift,\ LineSDKTemplateButtonsPayload.swift,\ LineSDKTemplateCarouselPayload.swift /Users/admin/builder/spi-builder-workspace/LineSDK/LineSDKObjC/Messaging/LineSDKMessagingResponse.swift /Users/admin/builder/spi-builder-workspace/LineSDK/LineSDKObjC/Messaging/LineSDKTemplateMessage.swift /Users/admin/builder/spi-builder-workspace/LineSDK/LineSDKObjC/Messaging/LineSDKTextMessage.swift /Users/admin/builder/spi-builder-workspace/LineSDK/LineSDKObjC/Messaging/LineSDKVideoMessage.swift /Users/admin/builder/spi-builder-workspace/LineSDK/LineSDKObjC/Messaging/Template/LineSDKTemplateButtonsPayload.swift /Users/admin/builder/spi-builder-workspace/LineSDK/LineSDKObjC/Messaging/Template/LineSDKTemplateCarouselPayload.swift (in target 'LineSDKObjC' from project 'LineSDK')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/LineSDK/LineSDKObjC/Messaging/LineSDKMessagingResponse.swift (in target 'LineSDKObjC' from project 'LineSDK')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

/Users/admin/builder/spi-builder-workspace/LineSDK/LineSDKObjC/Messaging/LineSDKMessagingResponse.swift:27:23: warning: static property 'statusOK' is not concurrency-safe because non-'Sendable' type 'LineSDKMessageSendingStatus' may have shared mutable state; this is an error in the Swift 6 language mode
    public static let statusOK = LineSDKMessageSendingStatus(.ok)
                      ^
/Users/admin/builder/spi-builder-workspace/LineSDK/LineSDKObjC/Messaging/LineSDKMessagingResponse.swift:23:14: note: class 'LineSDKMessageSendingStatus' does not conform to the 'Sendable' protocol
public class LineSDKMessageSendingStatus: NSObject {
             ^
/Users/admin/builder/spi-builder-workspace/LineSDK/LineSDKObjC/Messaging/LineSDKMessagingResponse.swift:27:23: note: add '@MainActor' to make static property 'statusOK' part of global actor 'MainActor'
    public static let statusOK = LineSDKMessageSendingStatus(.ok)
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/LineSDK/LineSDKObjC/Messaging/LineSDKMessagingResponse.swift:27:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let statusOK = LineSDKMessageSendingStatus(.ok)
                      ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/LineSDK/LineSDKObjC/Messaging/LineSDKMessagingResponse.swift:28:23: warning: static property 'statusDiscarded' is not concurrency-safe because non-'Sendable' type 'LineSDKMessageSendingStatus' may have shared mutable state; this is an error in the Swift 6 language mode
    public static let statusDiscarded = LineSDKMessageSendingStatus(.discarded)
                      ^
/Users/admin/builder/spi-builder-workspace/LineSDK/LineSDKObjC/Messaging/LineSDKMessagingResponse.swift:23:14: note: class 'LineSDKMessageSendingStatus' does not conform to the 'Sendable' protocol
public class LineSDKMessageSendingStatus: NSObject {
             ^
/Users/admin/builder/spi-builder-workspace/LineSDK/LineSDKObjC/Messaging/LineSDKMessagingResponse.swift:28:23: note: add '@MainActor' to make static property 'statusDiscarded' part of global actor 'MainActor'
    public static let statusDiscarded = LineSDKMessageSendingStatus(.discarded)
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/LineSDK/LineSDKObjC/Messaging/LineSDKMessagingResponse.swift:28:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let statusDiscarded = LineSDKMessageSendingStatus(.discarded)
                      ^
    nonisolated(unsafe)
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/LineSDK/LineSDKObjC/Messaging/LineSDKTemplateMessage.swift (in target 'LineSDKObjC' from project 'LineSDK')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/LineSDK/LineSDKObjC/Messaging/LineSDKTextMessage.swift (in target 'LineSDKObjC' from project 'LineSDK')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/LineSDK/LineSDKObjC/Messaging/LineSDKVideoMessage.swift (in target 'LineSDKObjC' from project 'LineSDK')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/LineSDK/LineSDKObjC/Messaging/Template/LineSDKTemplateButtonsPayload.swift (in target 'LineSDKObjC' from project 'LineSDK')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/LineSDK/LineSDKObjC/Messaging/Template/LineSDKTemplateCarouselPayload.swift (in target 'LineSDKObjC' from project 'LineSDK')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftDriverJobDiscovery normal arm64 Compiling LoginManagerParameters.swift, LoginPermission.swift, LoginProcess.swift, LoginProcessURLResponse.swift, LoginResult.swift, AccessToken.swift, AccessTokenStore.swift, AccessTokenVerifyResult.swift, UserProfile.swift, PKCE.swift, GetUserProfileRequest.swift, GetVerifyTokenRequest.swift, PostExchangeTokenRequest.swift, PostRefreshTokenRequest.swift, PostRevokeTokenRequest.swift (in target 'LineSDK' from project 'LineSDK')
SwiftCompile normal arm64 Compiling\ LineSDKLoginManagerParameters.swift,\ LineSDKLoginPermission.swift,\ LineSDKLoginProcess.swift,\ LineSDKLoginResult.swift,\ LineSDKAccessToken.swift,\ LineSDKAccessTokenStore.swift,\ LineSDKAccessTokenVerifyResult.swift /Users/admin/builder/spi-builder-workspace/LineSDK/LineSDKObjC/Login/LineSDKLoginManagerParameters.swift /Users/admin/builder/spi-builder-workspace/LineSDK/LineSDKObjC/Login/LineSDKLoginPermission.swift /Users/admin/builder/spi-builder-workspace/LineSDK/LineSDKObjC/Login/LineSDKLoginProcess.swift /Users/admin/builder/spi-builder-workspace/LineSDK/LineSDKObjC/Login/LineSDKLoginResult.swift /Users/admin/builder/spi-builder-workspace/LineSDK/LineSDKObjC/Login/Model/LineSDKAccessToken.swift /Users/admin/builder/spi-builder-workspace/LineSDK/LineSDKObjC/Login/Model/LineSDKAccessTokenStore.swift /Users/admin/builder/spi-builder-workspace/LineSDK/LineSDKObjC/Login/Model/LineSDKAccessTokenVerifyResult.swift (in target 'LineSDKObjC' from project 'LineSDK')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/LineSDK/LineSDKObjC/Login/LineSDKLoginManagerParameters.swift (in target 'LineSDKObjC' from project 'LineSDK')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

/Users/admin/builder/spi-builder-workspace/LineSDK/LineSDKObjC/Login/LineSDKLoginManagerParameters.swift:70:23: warning: static property 'normal' is not concurrency-safe because non-'Sendable' type 'LineSDKLoginManagerBotPrompt' may have shared mutable state; this is an error in the Swift 6 language mode
    public static let normal = LineSDKLoginManagerBotPrompt(.normal)
                      ^
/Users/admin/builder/spi-builder-workspace/LineSDK/LineSDKObjC/Login/LineSDKLoginManagerParameters.swift:65:14: note: class 'LineSDKLoginManagerBotPrompt' does not conform to the 'Sendable' protocol
public class LineSDKLoginManagerBotPrompt: NSObject {
             ^
/Users/admin/builder/spi-builder-workspace/LineSDK/LineSDKObjC/Login/LineSDKLoginManagerParameters.swift:70:23: note: add '@MainActor' to make static property 'normal' part of global actor 'MainActor'
    public static let normal = LineSDKLoginManagerBotPrompt(.normal)
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/LineSDK/LineSDKObjC/Login/LineSDKLoginManagerParameters.swift:70:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let normal = LineSDKLoginManagerBotPrompt(.normal)
                      ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/LineSDK/LineSDKObjC/Login/LineSDKLoginManagerParameters.swift:71:23: warning: static property 'aggressive' is not concurrency-safe because non-'Sendable' type 'LineSDKLoginManagerBotPrompt' may have shared mutable state; this is an error in the Swift 6 language mode
    public static let aggressive = LineSDKLoginManagerBotPrompt(.aggressive)
                      ^
/Users/admin/builder/spi-builder-workspace/LineSDK/LineSDKObjC/Login/LineSDKLoginManagerParameters.swift:65:14: note: class 'LineSDKLoginManagerBotPrompt' does not conform to the 'Sendable' protocol
public class LineSDKLoginManagerBotPrompt: NSObject {
             ^
/Users/admin/builder/spi-builder-workspace/LineSDK/LineSDKObjC/Login/LineSDKLoginManagerParameters.swift:71:23: note: add '@MainActor' to make static property 'aggressive' part of global actor 'MainActor'
    public static let aggressive = LineSDKLoginManagerBotPrompt(.aggressive)
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/LineSDK/LineSDKObjC/Login/LineSDKLoginManagerParameters.swift:71:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let aggressive = LineSDKLoginManagerBotPrompt(.aggressive)
                      ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/LineSDK/LineSDKObjC/Login/LineSDKLoginManagerParameters.swift:82:23: warning: static property 'email' is not concurrency-safe because non-'Sendable' type 'LineSDKLoginManagerWebAuthenticationMethod' may have shared mutable state; this is an error in the Swift 6 language mode
    public static let email = LineSDKLoginManagerWebAuthenticationMethod(.email)
                      ^
/Users/admin/builder/spi-builder-workspace/LineSDK/LineSDKObjC/Login/LineSDKLoginManagerParameters.swift:77:14: note: class 'LineSDKLoginManagerWebAuthenticationMethod' does not conform to the 'Sendable' protocol
public class LineSDKLoginManagerWebAuthenticationMethod: NSObject {
             ^
/Users/admin/builder/spi-builder-workspace/LineSDK/LineSDKObjC/Login/LineSDKLoginManagerParameters.swift:82:23: note: add '@MainActor' to make static property 'email' part of global actor 'MainActor'
    public static let email = LineSDKLoginManagerWebAuthenticationMethod(.email)
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/LineSDK/LineSDKObjC/Login/LineSDKLoginManagerParameters.swift:82:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let email = LineSDKLoginManagerWebAuthenticationMethod(.email)
                      ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/LineSDK/LineSDKObjC/Login/LineSDKLoginManagerParameters.swift:83:23: warning: static property 'qrCode' is not concurrency-safe because non-'Sendable' type 'LineSDKLoginManagerWebAuthenticationMethod' may have shared mutable state; this is an error in the Swift 6 language mode
    public static let qrCode = LineSDKLoginManagerWebAuthenticationMethod(.qrCode)
                      ^
/Users/admin/builder/spi-builder-workspace/LineSDK/LineSDKObjC/Login/LineSDKLoginManagerParameters.swift:77:14: note: class 'LineSDKLoginManagerWebAuthenticationMethod' does not conform to the 'Sendable' protocol
public class LineSDKLoginManagerWebAuthenticationMethod: NSObject {
             ^
/Users/admin/builder/spi-builder-workspace/LineSDK/LineSDKObjC/Login/LineSDKLoginManagerParameters.swift:83:23: note: add '@MainActor' to make static property 'qrCode' part of global actor 'MainActor'
    public static let qrCode = LineSDKLoginManagerWebAuthenticationMethod(.qrCode)
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/LineSDK/LineSDKObjC/Login/LineSDKLoginManagerParameters.swift:83:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let qrCode = LineSDKLoginManagerWebAuthenticationMethod(.qrCode)
                      ^
    nonisolated(unsafe)
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/LineSDK/LineSDKObjC/Login/LineSDKLoginPermission.swift (in target 'LineSDKObjC' from project 'LineSDK')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

/Users/admin/builder/spi-builder-workspace/LineSDK/LineSDKObjC/Login/LineSDKLoginPermission.swift:37:23: warning: static property 'openID' is not concurrency-safe because non-'Sendable' type 'LineSDKLoginPermission' may have shared mutable state; this is an error in the Swift 6 language mode
    public static let openID                          = LineSDKLoginPermission(.openID)
                      ^
/Users/admin/builder/spi-builder-workspace/LineSDK/LineSDKObjC/Login/LineSDKLoginPermission.swift:23:14: note: class 'LineSDKLoginPermission' does not conform to the 'Sendable' protocol
public class LineSDKLoginPermission: NSObject {
             ^
/Users/admin/builder/spi-builder-workspace/LineSDK/LineSDKObjC/Login/LineSDKLoginPermission.swift:37:23: note: add '@MainActor' to make static property 'openID' part of global actor 'MainActor'
    public static let openID                          = LineSDKLoginPermission(.openID)
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/LineSDK/LineSDKObjC/Login/LineSDKLoginPermission.swift:37:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let openID                          = LineSDKLoginPermission(.openID)
                      ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/LineSDK/LineSDKObjC/Login/LineSDKLoginPermission.swift:38:23: warning: static property 'profile' is not concurrency-safe because non-'Sendable' type 'LineSDKLoginPermission' may have shared mutable state; this is an error in the Swift 6 language mode
    public static let profile                         = LineSDKLoginPermission(.profile)
                      ^
/Users/admin/builder/spi-builder-workspace/LineSDK/LineSDKObjC/Login/LineSDKLoginPermission.swift:23:14: note: class 'LineSDKLoginPermission' does not conform to the 'Sendable' protocol
public class LineSDKLoginPermission: NSObject {
             ^
/Users/admin/builder/spi-builder-workspace/LineSDK/LineSDKObjC/Login/LineSDKLoginPermission.swift:38:23: note: add '@MainActor' to make static property 'profile' part of global actor 'MainActor'
    public static let profile                         = LineSDKLoginPermission(.profile)
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/LineSDK/LineSDKObjC/Login/LineSDKLoginPermission.swift:38:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let profile                         = LineSDKLoginPermission(.profile)
                      ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/LineSDK/LineSDKObjC/Login/LineSDKLoginPermission.swift:39:23: warning: static property 'friends' is not concurrency-safe because non-'Sendable' type 'LineSDKLoginPermission' may have shared mutable state; this is an error in the Swift 6 language mode
    public static let friends                         = LineSDKLoginPermission(.friends)
                      ^
/Users/admin/builder/spi-builder-workspace/LineSDK/LineSDKObjC/Login/LineSDKLoginPermission.swift:23:14: note: class 'LineSDKLoginPermission' does not conform to the 'Sendable' protocol
public class LineSDKLoginPermission: NSObject {
             ^
/Users/admin/builder/spi-builder-workspace/LineSDK/LineSDKObjC/Login/LineSDKLoginPermission.swift:39:23: note: add '@MainActor' to make static property 'friends' part of global actor 'MainActor'
    public static let friends                         = LineSDKLoginPermission(.friends)
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/LineSDK/LineSDKObjC/Login/LineSDKLoginPermission.swift:39:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let friends                         = LineSDKLoginPermission(.friends)
                      ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/LineSDK/LineSDKObjC/Login/LineSDKLoginPermission.swift:40:23: warning: static property 'groups' is not concurrency-safe because non-'Sendable' type 'LineSDKLoginPermission' may have shared mutable state; this is an error in the Swift 6 language mode
    public static let groups                          = LineSDKLoginPermission(.groups)
                      ^
/Users/admin/builder/spi-builder-workspace/LineSDK/LineSDKObjC/Login/LineSDKLoginPermission.swift:23:14: note: class 'LineSDKLoginPermission' does not conform to the 'Sendable' protocol
public class LineSDKLoginPermission: NSObject {
             ^
/Users/admin/builder/spi-builder-workspace/LineSDK/LineSDKObjC/Login/LineSDKLoginPermission.swift:40:23: note: add '@MainActor' to make static property 'groups' part of global actor 'MainActor'
    public static let groups                          = LineSDKLoginPermission(.groups)
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/LineSDK/LineSDKObjC/Login/LineSDKLoginPermission.swift:40:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let groups                          = LineSDKLoginPermission(.groups)
                      ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/LineSDK/LineSDKObjC/Login/LineSDKLoginPermission.swift:41:23: warning: static property 'oneTimeShare' is not concurrency-safe because non-'Sendable' type 'LineSDKLoginPermission' may have shared mutable state; this is an error in the Swift 6 language mode
    public static let oneTimeShare                    = LineSDKLoginPermission(.oneTimeShare)
                      ^
/Users/admin/builder/spi-builder-workspace/LineSDK/LineSDKObjC/Login/LineSDKLoginPermission.swift:23:14: note: class 'LineSDKLoginPermission' does not conform to the 'Sendable' protocol
public class LineSDKLoginPermission: NSObject {
             ^
/Users/admin/builder/spi-builder-workspace/LineSDK/LineSDKObjC/Login/LineSDKLoginPermission.swift:41:23: note: add '@MainActor' to make static property 'oneTimeShare' part of global actor 'MainActor'
    public static let oneTimeShare                    = LineSDKLoginPermission(.oneTimeShare)
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/LineSDK/LineSDKObjC/Login/LineSDKLoginPermission.swift:41:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let oneTimeShare                    = LineSDKLoginPermission(.oneTimeShare)
                      ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/LineSDK/LineSDKObjC/Login/LineSDKLoginPermission.swift:42:23: warning: static property 'messageWrite' is not concurrency-safe because non-'Sendable' type 'LineSDKLoginPermission' may have shared mutable state; this is an error in the Swift 6 language mode
    public static let messageWrite                    = LineSDKLoginPermission(.messageWrite)
                      ^
/Users/admin/builder/spi-builder-workspace/LineSDK/LineSDKObjC/Login/LineSDKLoginPermission.swift:23:14: note: class 'LineSDKLoginPermission' does not conform to the 'Sendable' protocol
public class LineSDKLoginPermission: NSObject {
             ^
/Users/admin/builder/spi-builder-workspace/LineSDK/LineSDKObjC/Login/LineSDKLoginPermission.swift:42:23: note: add '@MainActor' to make static property 'messageWrite' part of global actor 'MainActor'
    public static let messageWrite                    = LineSDKLoginPermission(.messageWrite)
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/LineSDK/LineSDKObjC/Login/LineSDKLoginPermission.swift:42:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let messageWrite                    = LineSDKLoginPermission(.messageWrite)
                      ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/LineSDK/LineSDKObjC/Login/LineSDKLoginPermission.swift:44:23: warning: static property 'email' is not concurrency-safe because non-'Sendable' type 'LineSDKLoginPermission' may have shared mutable state; this is an error in the Swift 6 language mode
    public static let email                           = LineSDKLoginPermission(.email)
                      ^
/Users/admin/builder/spi-builder-workspace/LineSDK/LineSDKObjC/Login/LineSDKLoginPermission.swift:23:14: note: class 'LineSDKLoginPermission' does not conform to the 'Sendable' protocol
public class LineSDKLoginPermission: NSObject {
             ^
/Users/admin/builder/spi-builder-workspace/LineSDK/LineSDKObjC/Login/LineSDKLoginPermission.swift:44:23: note: add '@MainActor' to make static property 'email' part of global actor 'MainActor'
    public static let email                           = LineSDKLoginPermission(.email)
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/LineSDK/LineSDKObjC/Login/LineSDKLoginPermission.swift:44:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let email                           = LineSDKLoginPermission(.email)
                      ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/LineSDK/LineSDKObjC/Login/LineSDKLoginPermission.swift:45:23: warning: static property 'phone' is not concurrency-safe because non-'Sendable' type 'LineSDKLoginPermission' may have shared mutable state; this is an error in the Swift 6 language mode
    public static let phone                           = LineSDKLoginPermission(.phone)
                      ^
/Users/admin/builder/spi-builder-workspace/LineSDK/LineSDKObjC/Login/LineSDKLoginPermission.swift:23:14: note: class 'LineSDKLoginPermission' does not conform to the 'Sendable' protocol
public class LineSDKLoginPermission: NSObject {
             ^
/Users/admin/builder/spi-builder-workspace/LineSDK/LineSDKObjC/Login/LineSDKLoginPermission.swift:45:23: note: add '@MainActor' to make static property 'phone' part of global actor 'MainActor'
    public static let phone                           = LineSDKLoginPermission(.phone)
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/LineSDK/LineSDKObjC/Login/LineSDKLoginPermission.swift:45:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let phone                           = LineSDKLoginPermission(.phone)
                      ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/LineSDK/LineSDKObjC/Login/LineSDKLoginPermission.swift:46:23: warning: static property 'gender' is not concurrency-safe because non-'Sendable' type 'LineSDKLoginPermission' may have shared mutable state; this is an error in the Swift 6 language mode
    public static let gender                          = LineSDKLoginPermission(.gender)
                      ^
/Users/admin/builder/spi-builder-workspace/LineSDK/LineSDKObjC/Login/LineSDKLoginPermission.swift:23:14: note: class 'LineSDKLoginPermission' does not conform to the 'Sendable' protocol
public class LineSDKLoginPermission: NSObject {
             ^
/Users/admin/builder/spi-builder-workspace/LineSDK/LineSDKObjC/Login/LineSDKLoginPermission.swift:46:23: note: add '@MainActor' to make static property 'gender' part of global actor 'MainActor'
    public static let gender                          = LineSDKLoginPermission(.gender)
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/LineSDK/LineSDKObjC/Login/LineSDKLoginPermission.swift:46:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let gender                          = LineSDKLoginPermission(.gender)
                      ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/LineSDK/LineSDKObjC/Login/LineSDKLoginPermission.swift:47:23: warning: static property 'birthdate' is not concurrency-safe because non-'Sendable' type 'LineSDKLoginPermission' may have shared mutable state; this is an error in the Swift 6 language mode
    public static let birthdate                       = LineSDKLoginPermission(.birthdate)
                      ^
/Users/admin/builder/spi-builder-workspace/LineSDK/LineSDKObjC/Login/LineSDKLoginPermission.swift:23:14: note: class 'LineSDKLoginPermission' does not conform to the 'Sendable' protocol
public class LineSDKLoginPermission: NSObject {
             ^
/Users/admin/builder/spi-builder-workspace/LineSDK/LineSDKObjC/Login/LineSDKLoginPermission.swift:47:23: note: add '@MainActor' to make static property 'birthdate' part of global actor 'MainActor'
    public static let birthdate                       = LineSDKLoginPermission(.birthdate)
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/LineSDK/LineSDKObjC/Login/LineSDKLoginPermission.swift:47:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let birthdate                       = LineSDKLoginPermission(.birthdate)
                      ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/LineSDK/LineSDKObjC/Login/LineSDKLoginPermission.swift:48:23: warning: static property 'address' is not concurrency-safe because non-'Sendable' type 'LineSDKLoginPermission' may have shared mutable state; this is an error in the Swift 6 language mode
    public static let address                         = LineSDKLoginPermission(.address)
                      ^
/Users/admin/builder/spi-builder-workspace/LineSDK/LineSDKObjC/Login/LineSDKLoginPermission.swift:23:14: note: class 'LineSDKLoginPermission' does not conform to the 'Sendable' protocol
public class LineSDKLoginPermission: NSObject {
             ^
/Users/admin/builder/spi-builder-workspace/LineSDK/LineSDKObjC/Login/LineSDKLoginPermission.swift:48:23: note: add '@MainActor' to make static property 'address' part of global actor 'MainActor'
    public static let address                         = LineSDKLoginPermission(.address)
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/LineSDK/LineSDKObjC/Login/LineSDKLoginPermission.swift:48:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let address                         = LineSDKLoginPermission(.address)
                      ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/LineSDK/LineSDKObjC/Login/LineSDKLoginPermission.swift:49:23: warning: static property 'realName' is not concurrency-safe because non-'Sendable' type 'LineSDKLoginPermission' may have shared mutable state; this is an error in the Swift 6 language mode
    public static let realName                        = LineSDKLoginPermission(.realName)
                      ^
/Users/admin/builder/spi-builder-workspace/LineSDK/LineSDKObjC/Login/LineSDKLoginPermission.swift:23:14: note: class 'LineSDKLoginPermission' does not conform to the 'Sendable' protocol
public class LineSDKLoginPermission: NSObject {
             ^
/Users/admin/builder/spi-builder-workspace/LineSDK/LineSDKObjC/Login/LineSDKLoginPermission.swift:49:23: note: add '@MainActor' to make static property 'realName' part of global actor 'MainActor'
    public static let realName                        = LineSDKLoginPermission(.realName)
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/LineSDK/LineSDKObjC/Login/LineSDKLoginPermission.swift:49:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let realName                        = LineSDKLoginPermission(.realName)
                      ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/LineSDK/LineSDKObjC/Login/LineSDKLoginPermission.swift:51:23: warning: static property 'openChatTermStatus' is not concurrency-safe because non-'Sendable' type 'LineSDKLoginPermission' may have shared mutable state; this is an error in the Swift 6 language mode
    public static let openChatTermStatus              = LineSDKLoginPermission(.openChatTermStatus)
                      ^
/Users/admin/builder/spi-builder-workspace/LineSDK/LineSDKObjC/Login/LineSDKLoginPermission.swift:23:14: note: class 'LineSDKLoginPermission' does not conform to the 'Sendable' protocol
public class LineSDKLoginPermission: NSObject {
             ^
/Users/admin/builder/spi-builder-workspace/LineSDK/LineSDKObjC/Login/LineSDKLoginPermission.swift:51:23: note: add '@MainActor' to make static property 'openChatTermStatus' part of global actor 'MainActor'
    public static let openChatTermStatus              = LineSDKLoginPermission(.openChatTermStatus)
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/LineSDK/LineSDKObjC/Login/LineSDKLoginPermission.swift:51:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let openChatTermStatus              = LineSDKLoginPermission(.openChatTermStatus)
                      ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/LineSDK/LineSDKObjC/Login/LineSDKLoginPermission.swift:52:23: warning: static property 'openChatRoomCreateAndJoin' is not concurrency-safe because non-'Sendable' type 'LineSDKLoginPermission' may have shared mutable state; this is an error in the Swift 6 language mode
    public static let openChatRoomCreateAndJoin       = LineSDKLoginPermission(.openChatRoomCreateAndJoin)
                      ^
/Users/admin/builder/spi-builder-workspace/LineSDK/LineSDKObjC/Login/LineSDKLoginPermission.swift:23:14: note: class 'LineSDKLoginPermission' does not conform to the 'Sendable' protocol
public class LineSDKLoginPermission: NSObject {
             ^
/Users/admin/builder/spi-builder-workspace/LineSDK/LineSDKObjC/Login/LineSDKLoginPermission.swift:52:23: note: add '@MainActor' to make static property 'openChatRoomCreateAndJoin' part of global actor 'MainActor'
    public static let openChatRoomCreateAndJoin       = LineSDKLoginPermission(.openChatRoomCreateAndJoin)
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/LineSDK/LineSDKObjC/Login/LineSDKLoginPermission.swift:52:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let openChatRoomCreateAndJoin       = LineSDKLoginPermission(.openChatRoomCreateAndJoin)
                      ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/LineSDK/LineSDKObjC/Login/LineSDKLoginPermission.swift:53:23: warning: static property 'openChatInfo' is not concurrency-safe because non-'Sendable' type 'LineSDKLoginPermission' may have shared mutable state; this is an error in the Swift 6 language mode
    public static let openChatInfo                    = LineSDKLoginPermission(.openChatInfo)
                      ^
/Users/admin/builder/spi-builder-workspace/LineSDK/LineSDKObjC/Login/LineSDKLoginPermission.swift:23:14: note: class 'LineSDKLoginPermission' does not conform to the 'Sendable' protocol
public class LineSDKLoginPermission: NSObject {
             ^
/Users/admin/builder/spi-builder-workspace/LineSDK/LineSDKObjC/Login/LineSDKLoginPermission.swift:53:23: note: add '@MainActor' to make static property 'openChatInfo' part of global actor 'MainActor'
    public static let openChatInfo                    = LineSDKLoginPermission(.openChatInfo)
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/LineSDK/LineSDKObjC/Login/LineSDKLoginPermission.swift:53:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let openChatInfo                    = LineSDKLoginPermission(.openChatInfo)
                      ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/LineSDK/LineSDKObjC/Login/LineSDKLoginPermission.swift:55:23: warning: static property 'openChatPlugManagement' is not concurrency-safe because non-'Sendable' type 'LineSDKLoginPermission' may have shared mutable state; this is an error in the Swift 6 language mode
    public static let openChatPlugManagement          = LineSDKLoginPermission(.openChatPlugManagement)
                      ^
/Users/admin/builder/spi-builder-workspace/LineSDK/LineSDKObjC/Login/LineSDKLoginPermission.swift:23:14: note: class 'LineSDKLoginPermission' does not conform to the 'Sendable' protocol
public class LineSDKLoginPermission: NSObject {
             ^
/Users/admin/builder/spi-builder-workspace/LineSDK/LineSDKObjC/Login/LineSDKLoginPermission.swift:55:23: note: add '@MainActor' to make static property 'openChatPlugManagement' part of global actor 'MainActor'
    public static let openChatPlugManagement          = LineSDKLoginPermission(.openChatPlugManagement)
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/LineSDK/LineSDKObjC/Login/LineSDKLoginPermission.swift:55:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let openChatPlugManagement          = LineSDKLoginPermission(.openChatPlugManagement)
                      ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/LineSDK/LineSDKObjC/Login/LineSDKLoginPermission.swift:56:23: warning: static property 'openChatPlugInfo' is not concurrency-safe because non-'Sendable' type 'LineSDKLoginPermission' may have shared mutable state; this is an error in the Swift 6 language mode
    public static let openChatPlugInfo                = LineSDKLoginPermission(.openChatPlugInfo)
                      ^
/Users/admin/builder/spi-builder-workspace/LineSDK/LineSDKObjC/Login/LineSDKLoginPermission.swift:23:14: note: class 'LineSDKLoginPermission' does not conform to the 'Sendable' protocol
public class LineSDKLoginPermission: NSObject {
             ^
/Users/admin/builder/spi-builder-workspace/LineSDK/LineSDKObjC/Login/LineSDKLoginPermission.swift:56:23: note: add '@MainActor' to make static property 'openChatPlugInfo' part of global actor 'MainActor'
    public static let openChatPlugInfo                = LineSDKLoginPermission(.openChatPlugInfo)
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/LineSDK/LineSDKObjC/Login/LineSDKLoginPermission.swift:56:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let openChatPlugInfo                = LineSDKLoginPermission(.openChatPlugInfo)
                      ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/LineSDK/LineSDKObjC/Login/LineSDKLoginPermission.swift:57:23: warning: static property 'openChatPlugProfile' is not concurrency-safe because non-'Sendable' type 'LineSDKLoginPermission' may have shared mutable state; this is an error in the Swift 6 language mode
    public static let openChatPlugProfile             = LineSDKLoginPermission(.openChatPlugProfile)
                      ^
/Users/admin/builder/spi-builder-workspace/LineSDK/LineSDKObjC/Login/LineSDKLoginPermission.swift:23:14: note: class 'LineSDKLoginPermission' does not conform to the 'Sendable' protocol
public class LineSDKLoginPermission: NSObject {
             ^
/Users/admin/builder/spi-builder-workspace/LineSDK/LineSDKObjC/Login/LineSDKLoginPermission.swift:57:23: note: add '@MainActor' to make static property 'openChatPlugProfile' part of global actor 'MainActor'
    public static let openChatPlugProfile             = LineSDKLoginPermission(.openChatPlugProfile)
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/LineSDK/LineSDKObjC/Login/LineSDKLoginPermission.swift:57:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let openChatPlugProfile             = LineSDKLoginPermission(.openChatPlugProfile)
                      ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/LineSDK/LineSDKObjC/Login/LineSDKLoginPermission.swift:58:23: warning: static property 'openChatPlugSendMessage' is not concurrency-safe because non-'Sendable' type 'LineSDKLoginPermission' may have shared mutable state; this is an error in the Swift 6 language mode
    public static let openChatPlugSendMessage         = LineSDKLoginPermission(.openChatPlugSendMessage)
                      ^
/Users/admin/builder/spi-builder-workspace/LineSDK/LineSDKObjC/Login/LineSDKLoginPermission.swift:23:14: note: class 'LineSDKLoginPermission' does not conform to the 'Sendable' protocol
public class LineSDKLoginPermission: NSObject {
             ^
/Users/admin/builder/spi-builder-workspace/LineSDK/LineSDKObjC/Login/LineSDKLoginPermission.swift:58:23: note: add '@MainActor' to make static property 'openChatPlugSendMessage' part of global actor 'MainActor'
    public static let openChatPlugSendMessage         = LineSDKLoginPermission(.openChatPlugSendMessage)
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/LineSDK/LineSDKObjC/Login/LineSDKLoginPermission.swift:58:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let openChatPlugSendMessage         = LineSDKLoginPermission(.openChatPlugSendMessage)
                      ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/LineSDK/LineSDKObjC/Login/LineSDKLoginPermission.swift:59:23: warning: static property 'openChatPlugReceiveMessageEvent' is not concurrency-safe because non-'Sendable' type 'LineSDKLoginPermission' may have shared mutable state; this is an error in the Swift 6 language mode
    public static let openChatPlugReceiveMessageEvent = LineSDKLoginPermission(.openChatPlugReceiveMessageEvent)
                      ^
/Users/admin/builder/spi-builder-workspace/LineSDK/LineSDKObjC/Login/LineSDKLoginPermission.swift:23:14: note: class 'LineSDKLoginPermission' does not conform to the 'Sendable' protocol
public class LineSDKLoginPermission: NSObject {
             ^
/Users/admin/builder/spi-builder-workspace/LineSDK/LineSDKObjC/Login/LineSDKLoginPermission.swift:59:23: note: add '@MainActor' to make static property 'openChatPlugReceiveMessageEvent' part of global actor 'MainActor'
    public static let openChatPlugReceiveMessageEvent = LineSDKLoginPermission(.openChatPlugReceiveMessageEvent)
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/LineSDK/LineSDKObjC/Login/LineSDKLoginPermission.swift:59:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let openChatPlugReceiveMessageEvent = LineSDKLoginPermission(.openChatPlugReceiveMessageEvent)
                      ^
    nonisolated(unsafe)
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/LineSDK/LineSDKObjC/Login/LineSDKLoginProcess.swift (in target 'LineSDKObjC' from project 'LineSDK')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/LineSDK/LineSDKObjC/Login/LineSDKLoginResult.swift (in target 'LineSDKObjC' from project 'LineSDK')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/LineSDK/LineSDKObjC/Login/Model/LineSDKAccessToken.swift (in target 'LineSDKObjC' from project 'LineSDK')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/LineSDK/LineSDKObjC/Login/Model/LineSDKAccessTokenStore.swift (in target 'LineSDKObjC' from project 'LineSDK')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

/Users/admin/builder/spi-builder-workspace/LineSDK/LineSDKObjC/Login/Model/LineSDKAccessTokenStore.swift:38:23: warning: static property 'sharedStore' is not concurrency-safe because non-'Sendable' type 'LineSDKAccessTokenStore' may have shared mutable state; this is an error in the Swift 6 language mode
    public static let sharedStore = LineSDKAccessTokenStore(AccessTokenStore.shared)
                      ^
/Users/admin/builder/spi-builder-workspace/LineSDK/LineSDKObjC/Login/Model/LineSDKAccessTokenStore.swift:33:14: note: class 'LineSDKAccessTokenStore' does not conform to the 'Sendable' protocol
public class LineSDKAccessTokenStore: NSObject {
             ^
/Users/admin/builder/spi-builder-workspace/LineSDK/LineSDKObjC/Login/Model/LineSDKAccessTokenStore.swift:38:23: note: add '@MainActor' to make static property 'sharedStore' part of global actor 'MainActor'
    public static let sharedStore = LineSDKAccessTokenStore(AccessTokenStore.shared)
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/LineSDK/LineSDKObjC/Login/Model/LineSDKAccessTokenStore.swift:38:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let sharedStore = LineSDKAccessTokenStore(AccessTokenStore.shared)
                      ^
    nonisolated(unsafe)
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/LineSDK/LineSDKObjC/Login/Model/LineSDKAccessTokenVerifyResult.swift (in target 'LineSDKObjC' from project 'LineSDK')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftDriverJobDiscovery normal arm64 Compiling LineSDKFlexImageComponent.swift, LineSDKFlexMessageComponent.swift, LineSDKFlexSeparatorComponent.swift, LineSDKFlexTextComponent.swift, LineSDKSpacerComponent.swift, LineSDKFlexBubbleContainer.swift, LineSDKFlexCarouselContainer.swift (in target 'LineSDKObjC' from project 'LineSDK')
SwiftCompile normal arm64 Compiling\ LineSDKOpenChatRoomJoinType.swift,\ LineSDKOpenChatRoomMembershipState.swift,\ LineSDKOpenChatRoomStatus.swift,\ LineSDKMessageSendingToken.swift,\ LineSDKGraphResponse.swift,\ LineSDKGroup.swift /Users/admin/builder/spi-builder-workspace/LineSDK/LineSDKObjC/OpenChat/LineSDKOpenChatRoomJoinType.swift /Users/admin/builder/spi-builder-workspace/LineSDK/LineSDKObjC/OpenChat/LineSDKOpenChatRoomMembershipState.swift /Users/admin/builder/spi-builder-workspace/LineSDK/LineSDKObjC/OpenChat/LineSDKOpenChatRoomStatus.swift /Users/admin/builder/spi-builder-workspace/LineSDK/LineSDKObjC/Sharing/LineSDKMessageSendingToken.swift /Users/admin/builder/spi-builder-workspace/LineSDK/LineSDKObjC/Social/LineSDKGraphResponse.swift /Users/admin/builder/spi-builder-workspace/LineSDK/LineSDKObjC/Social/LineSDKGroup.swift (in target 'LineSDKObjC' from project 'LineSDK')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/LineSDK/LineSDKObjC/OpenChat/LineSDKOpenChatRoomJoinType.swift (in target 'LineSDKObjC' from project 'LineSDK')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/LineSDK/LineSDKObjC/OpenChat/LineSDKOpenChatRoomMembershipState.swift (in target 'LineSDKObjC' from project 'LineSDK')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/LineSDK/LineSDKObjC/OpenChat/LineSDKOpenChatRoomStatus.swift (in target 'LineSDKObjC' from project 'LineSDK')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/LineSDK/LineSDKObjC/Sharing/LineSDKMessageSendingToken.swift (in target 'LineSDKObjC' from project 'LineSDK')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/LineSDK/LineSDKObjC/Social/LineSDKGraphResponse.swift (in target 'LineSDKObjC' from project 'LineSDK')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/LineSDK/LineSDKObjC/Social/LineSDKGroup.swift (in target 'LineSDKObjC' from project 'LineSDK')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftDriverJobDiscovery normal arm64 Compiling resource_bundle_accessor.swift, ECDSA.swift, RSA.swift, CryptoAlgorithm.swift, CryptoData.swift, CryptoError.swift, CryptoHelpers.swift, CryptoKey.swift, GetDiscoveryDocumentRequest.swift, GetJWKSetRequest.swift, JWA.swift, JWK.swift, JWKSet.swift, JWT.swift, JWTCoder.swift, JWTHelpers.swift (in target 'LineSDK' from project 'LineSDK')
SwiftCompile normal arm64 Compiling\ LineSDKUser.swift,\ JSONConverter.swift,\ LineSDKConstant.swift,\ LinsSDKCallbackQueue.swift,\ Log.swift,\ ResultExtensions.swift /Users/admin/builder/spi-builder-workspace/LineSDK/LineSDKObjC/Social/LineSDKUser.swift /Users/admin/builder/spi-builder-workspace/LineSDK/LineSDKObjC/Utils/JSONConverter.swift /Users/admin/builder/spi-builder-workspace/LineSDK/LineSDKObjC/Utils/LineSDKConstant.swift /Users/admin/builder/spi-builder-workspace/LineSDK/LineSDKObjC/Utils/LinsSDKCallbackQueue.swift /Users/admin/builder/spi-builder-workspace/LineSDK/LineSDKObjC/Utils/Log.swift /Users/admin/builder/spi-builder-workspace/LineSDK/LineSDKObjC/Utils/ResultExtensions.swift (in target 'LineSDKObjC' from project 'LineSDK')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/LineSDK/LineSDKObjC/Social/LineSDKUser.swift (in target 'LineSDKObjC' from project 'LineSDK')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/LineSDK/LineSDKObjC/Utils/JSONConverter.swift (in target 'LineSDKObjC' from project 'LineSDK')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/LineSDK/LineSDKObjC/Utils/LineSDKConstant.swift (in target 'LineSDKObjC' from project 'LineSDK')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/LineSDK/LineSDKObjC/Utils/LinsSDKCallbackQueue.swift (in target 'LineSDKObjC' from project 'LineSDK')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

/Users/admin/builder/spi-builder-workspace/LineSDK/LineSDKObjC/Utils/LinsSDKCallbackQueue.swift:29:23: warning: static property 'asyncMain' is not concurrency-safe because non-'Sendable' type 'LineSDKCallbackQueue' may have shared mutable state; this is an error in the Swift 6 language mode
    public static let asyncMain = LineSDKCallbackQueue(.asyncMain)
                      ^
/Users/admin/builder/spi-builder-workspace/LineSDK/LineSDKObjC/Utils/LinsSDKCallbackQueue.swift:23:14: note: class 'LineSDKCallbackQueue' does not conform to the 'Sendable' protocol
public class LineSDKCallbackQueue: NSObject {
             ^
/Users/admin/builder/spi-builder-workspace/LineSDK/LineSDKObjC/Utils/LinsSDKCallbackQueue.swift:29:23: note: add '@MainActor' to make static property 'asyncMain' part of global actor 'MainActor'
    public static let asyncMain = LineSDKCallbackQueue(.asyncMain)
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/LineSDK/LineSDKObjC/Utils/LinsSDKCallbackQueue.swift:29:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let asyncMain = LineSDKCallbackQueue(.asyncMain)
                      ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/LineSDK/LineSDKObjC/Utils/LinsSDKCallbackQueue.swift:30:23: warning: static property 'currentMainOrAsync' is not concurrency-safe because non-'Sendable' type 'LineSDKCallbackQueue' may have shared mutable state; this is an error in the Swift 6 language mode
    public static let currentMainOrAsync = LineSDKCallbackQueue(.currentMainOrAsync)
                      ^
/Users/admin/builder/spi-builder-workspace/LineSDK/LineSDKObjC/Utils/LinsSDKCallbackQueue.swift:23:14: note: class 'LineSDKCallbackQueue' does not conform to the 'Sendable' protocol
public class LineSDKCallbackQueue: NSObject {
             ^
/Users/admin/builder/spi-builder-workspace/LineSDK/LineSDKObjC/Utils/LinsSDKCallbackQueue.swift:30:23: note: add '@MainActor' to make static property 'currentMainOrAsync' part of global actor 'MainActor'
    public static let currentMainOrAsync = LineSDKCallbackQueue(.currentMainOrAsync)
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/LineSDK/LineSDKObjC/Utils/LinsSDKCallbackQueue.swift:30:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let currentMainOrAsync = LineSDKCallbackQueue(.currentMainOrAsync)
                      ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/LineSDK/LineSDKObjC/Utils/LinsSDKCallbackQueue.swift:31:23: warning: static property 'untouch' is not concurrency-safe because non-'Sendable' type 'LineSDKCallbackQueue' may have shared mutable state; this is an error in the Swift 6 language mode
    public static let untouch = LineSDKCallbackQueue(.untouch)
                      ^
/Users/admin/builder/spi-builder-workspace/LineSDK/LineSDKObjC/Utils/LinsSDKCallbackQueue.swift:23:14: note: class 'LineSDKCallbackQueue' does not conform to the 'Sendable' protocol
public class LineSDKCallbackQueue: NSObject {
             ^
/Users/admin/builder/spi-builder-workspace/LineSDK/LineSDKObjC/Utils/LinsSDKCallbackQueue.swift:31:23: note: add '@MainActor' to make static property 'untouch' part of global actor 'MainActor'
    public static let untouch = LineSDKCallbackQueue(.untouch)
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/LineSDK/LineSDKObjC/Utils/LinsSDKCallbackQueue.swift:31:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let untouch = LineSDKCallbackQueue(.untouch)
                      ^
    nonisolated(unsafe)
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/LineSDK/LineSDKObjC/Utils/Log.swift (in target 'LineSDKObjC' from project 'LineSDK')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/LineSDK/LineSDKObjC/Utils/ResultExtensions.swift (in target 'LineSDKObjC' from project 'LineSDK')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftDriverJobDiscovery normal arm64 Compiling ShareTarget.swift, ShareViewController.swift, ShareViewControllerDelegate.swift, SelectedTargetPanelCell.swift, SelectedTargetPanelViewController.swift, ShareTargetSearchResultTableViewController.swift, ShareTargetSearchResultViewController.swift, ShareTargetSelectingSectionHeaderView.swift, ShareRootViewController.swift, ShareTargetSearchController.swift, ShareTargetSelectingTableCell.swift, ShareTargetSelectingViewController.swift, ShareTargetTableViewStyling.swift, LoginConfiguration.swift, LoginManager.swift, LoginManagerOptions.swift (in target 'LineSDK' from project 'LineSDK')
SwiftCompile normal arm64 Compiling\ LineSDKFlexMessageContainer.swift,\ LineSDKAudioMessage.swift,\ LineSDKFlexMessage.swift,\ LineSDKImageMessage.swift,\ LineSDKLocationMessage.swift,\ LineSDKMessage.swift /Users/admin/builder/spi-builder-workspace/LineSDK/LineSDKObjC/Messaging/Flex/LineSDKFlexMessageContainer.swift /Users/admin/builder/spi-builder-workspace/LineSDK/LineSDKObjC/Messaging/LineSDKAudioMessage.swift /Users/admin/builder/spi-builder-workspace/LineSDK/LineSDKObjC/Messaging/LineSDKFlexMessage.swift /Users/admin/builder/spi-builder-workspace/LineSDK/LineSDKObjC/Messaging/LineSDKImageMessage.swift /Users/admin/builder/spi-builder-workspace/LineSDK/LineSDKObjC/Messaging/LineSDKLocationMessage.swift /Users/admin/builder/spi-builder-workspace/LineSDK/LineSDKObjC/Messaging/LineSDKMessage.swift (in target 'LineSDKObjC' from project 'LineSDK')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/LineSDK/LineSDKObjC/Messaging/Flex/LineSDKFlexMessageContainer.swift (in target 'LineSDKObjC' from project 'LineSDK')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/LineSDK/LineSDKObjC/Messaging/LineSDKAudioMessage.swift (in target 'LineSDKObjC' from project 'LineSDK')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/LineSDK/LineSDKObjC/Messaging/LineSDKFlexMessage.swift (in target 'LineSDKObjC' from project 'LineSDK')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/LineSDK/LineSDKObjC/Messaging/LineSDKImageMessage.swift (in target 'LineSDKObjC' from project 'LineSDK')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/LineSDK/LineSDKObjC/Messaging/LineSDKLocationMessage.swift (in target 'LineSDKObjC' from project 'LineSDK')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/LineSDK/LineSDKObjC/Messaging/LineSDKMessage.swift (in target 'LineSDKObjC' from project 'LineSDK')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftDriverJobDiscovery normal arm64 Compiling OpenChatCreatingController.swift, OpenChatCreatingControllerDelegate.swift, CountLimitedTextView.swift, OpenChatRoomDescriptionTableViewCell.swift, OpenChatRoomNameTableViewCell.swift, ToastView.swift, VerticallyCenteredTextView.swift, OpenChatCreatingNavigationController.swift, OpenChatRoomInfoViewController.swift, OpenChatUserProfileViewController.swift, OptionSelectingViewController.swift, ResourceLoading.swift, ColumnDataStore.swift, PageTabView.swift, PageViewController.swift, MessageShareTargetType.swift (in target 'LineSDK' from project 'LineSDK')
SwiftDriverJobDiscovery normal arm64 Compiling LineSDKJWT.swift, LineSDKUserProfile.swift, LineSDKMessageAction.swift, LineSDKFlexBoxComponent.swift, LineSDKFlexButtonComponent.swift, LineSDKFlexFillerComponent.swift, LineSDKFlexIconComponent.swift (in target 'LineSDKObjC' from project 'LineSDK')
SwiftDriverJobDiscovery normal arm64 Compiling LineSDKUser.swift, JSONConverter.swift, LineSDKConstant.swift, LinsSDKCallbackQueue.swift, Log.swift, ResultExtensions.swift (in target 'LineSDKObjC' from project 'LineSDK')
SwiftDriverJobDiscovery normal arm64 Compiling LineSDKOpenChatRoomJoinType.swift, LineSDKOpenChatRoomMembershipState.swift, LineSDKOpenChatRoomStatus.swift, LineSDKMessageSendingToken.swift, LineSDKGraphResponse.swift, LineSDKGroup.swift (in target 'LineSDKObjC' from project 'LineSDK')
SwiftDriverJobDiscovery normal arm64 Compiling LineSDKOpenChatRoomInfo.swift, LineSDKMessageShareTargetType.swift, LineSDKShareTarget.swift, LineSDKShareViewController.swift, LineSDKShareViewControllerDelegate.swift, LineSDKLoginManager.swift, LineSDKLoginManagerOptions.swift (in target 'LineSDKObjC' from project 'LineSDK')
SwiftDriverJobDiscovery normal arm64 Compiling LineSDKGetBotFriendshipStatusResponse.swift, LineSDKErrorConstant.swift, LineSDKAuthorizationStatus.swift, LineSDKLoginButton.swift, LineSDKOpenChatCreatingController.swift, LineSDKOpenChatCreatingControllerDelegate.swift, LineSDKOpenChatRoomCreatingItem.swift (in target 'LineSDKObjC' from project 'LineSDK')
SwiftDriverJobDiscovery normal arm64 Compiling LineSDKLoginManagerParameters.swift, LineSDKLoginPermission.swift, LineSDKLoginProcess.swift, LineSDKLoginResult.swift, LineSDKAccessToken.swift, LineSDKAccessTokenStore.swift, LineSDKAccessTokenVerifyResult.swift (in target 'LineSDKObjC' from project 'LineSDK')
SwiftDriverJobDiscovery normal arm64 Compiling LineSDKTemplateConfirmPayload.swift, LineSDKTemplateImageCarouselPayload.swift, LineSDKHexColor.swift, LineSDKAPI.swift, LineSDKAPIError.swift, LineSDKAuthAPI.swift (in target 'LineSDKObjC' from project 'LineSDK')
SwiftDriverJobDiscovery normal arm64 Compiling LineSDKMessagingResponse.swift, LineSDKTemplateMessage.swift, LineSDKTextMessage.swift, LineSDKVideoMessage.swift, LineSDKTemplateButtonsPayload.swift, LineSDKTemplateCarouselPayload.swift (in target 'LineSDKObjC' from project 'LineSDK')
SwiftDriverJobDiscovery normal arm64 Compiling LineSDKFlexMessageContainer.swift, LineSDKAudioMessage.swift, LineSDKFlexMessage.swift, LineSDKImageMessage.swift, LineSDKLocationMessage.swift, LineSDKMessage.swift (in target 'LineSDKObjC' from project 'LineSDK')
SwiftDriver\ Compilation LineSDKObjC normal arm64 com.apple.xcode.tools.swift.compiler (in target 'LineSDKObjC' from project 'LineSDK')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-Swift-Compilation -- /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name LineSDKObjC -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LineSDK.build/Debug-iphoneos/LineSDKObjC.build/Objects-normal/arm64/LineSDKObjC.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -stats-output-dir .stats -strict-concurrency\=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures -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/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk -target arm64-apple-ios13.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-iphoneos -I /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/Developer/Library/Frameworks -emit-localized-strings -emit-localized-strings-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LineSDK.build/Debug-iphoneos/LineSDKObjC.build/Objects-normal/arm64 -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/iphoneos18.4-22E235-339d34bc69d7fc736c3220795c36f340.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LineSDK.build/Debug-iphoneos/LineSDKObjC.build/Objects-normal/arm64/LineSDKObjC-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/LineSDK.build/Debug-iphoneos/LineSDKObjC.build/Objects-normal/arm64/LineSDKObjC.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/LineSDK.build/Debug-iphoneos/LineSDKObjC.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LineSDK.build/Debug-iphoneos/LineSDKObjC.build/Objects-normal/arm64/LineSDKObjC_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LineSDK.build/Debug-iphoneos/LineSDKObjC.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LineSDK.build/Debug-iphoneos/LineSDKObjC.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LineSDK.build/Debug-iphoneos/LineSDKObjC.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/LineSDK.build/Debug-iphoneos/LineSDKObjC.build/Objects-normal/arm64/LineSDKObjC-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
SwiftDriverJobDiscovery normal arm64 Compiling PostOpenChatRoomJoinRequest.swift, CallbackQueue.swift, Colors.swift, Constant.swift, Delegate.swift, Helpers.swift, KeyboardObservable.swift, KeychainStore.swift, LoadingIndicator.swift, NotificationToken.swift, ResultUtils.swift, String.swift, URLs.swift, UserDefaultsValue.swift, GeneratedAssetSymbols.swift (in target 'LineSDK' from project 'LineSDK')
SwiftDriver\ Compilation LineSDK normal arm64 com.apple.xcode.tools.swift.compiler (in target 'LineSDK' from project 'LineSDK')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-Swift-Compilation -- /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name LineSDK -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LineSDK.build/Debug-iphoneos/LineSDK.build/Objects-normal/arm64/LineSDK.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -stats-output-dir .stats -strict-concurrency\=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures -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/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk -target arm64-apple-ios13.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-iphoneos -I /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/Developer/Library/Frameworks -emit-localized-strings -emit-localized-strings-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LineSDK.build/Debug-iphoneos/LineSDK.build/Objects-normal/arm64 -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/iphoneos18.4-22E235-339d34bc69d7fc736c3220795c36f340.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LineSDK.build/Debug-iphoneos/LineSDK.build/Objects-normal/arm64/LineSDK-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/LineSDK.build/Debug-iphoneos/LineSDK.build/Objects-normal/arm64/LineSDK.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/LineSDK.build/Debug-iphoneos/LineSDK.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LineSDK.build/Debug-iphoneos/LineSDK.build/Objects-normal/arm64/LineSDK_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LineSDK.build/Debug-iphoneos/LineSDK.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LineSDK.build/Debug-iphoneos/LineSDK.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LineSDK.build/Debug-iphoneos/LineSDK.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/LineSDK.build/Debug-iphoneos/LineSDK.build/Objects-normal/arm64/LineSDK-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
Ld /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/LineSDK.o normal (in target 'LineSDK' from project 'LineSDK')
    cd /Users/admin/builder/spi-builder-workspace
    /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -Xlinker -reproducible -target arm64-apple-ios13.0 -r -isysroot /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk -O0 -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-iphoneos -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -L/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/lib -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-iphoneos -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -iframework /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/Frameworks -iframework /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/Developer/Library/Frameworks -filelist /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LineSDK.build/Debug-iphoneos/LineSDK.build/Objects-normal/arm64/LineSDK.LinkFileList -nostdlib -Xlinker -object_path_lto -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LineSDK.build/Debug-iphoneos/LineSDK.build/Objects-normal/arm64/LineSDK_lto.o -rdynamic -Xlinker -no_deduplicate -Xlinker -dependency_info -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LineSDK.build/Debug-iphoneos/LineSDK.build/Objects-normal/arm64/LineSDK_dependency_info.dat -fobjc-link-runtime -L/Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphoneos -L/usr/lib/swift -Xlinker -add_ast_path -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LineSDK.build/Debug-iphoneos/LineSDK.build/Objects-normal/arm64/LineSDK.swiftmodule -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/LineSDK.o
ExtractAppIntentsMetadata (in target 'LineSDK' from project 'LineSDK')
    cd /Users/admin/builder/spi-builder-workspace
    /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/appintentsmetadataprocessor --toolchain-dir /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain --module-name LineSDK --sdk-root /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk --xcode-version 16E140 --platform-family iOS --deployment-target 13.0 --bundle-identifier spi-builder-workspace.LineSDK --output /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/LineSDK.appintents --target-triple arm64-apple-ios13.0 --binary-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/LineSDK.o --dependency-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LineSDK.build/Debug-iphoneos/LineSDK.build/Objects-normal/arm64/LineSDK_dependency_info.dat --stringsdata-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LineSDK.build/Debug-iphoneos/LineSDK.build/Objects-normal/arm64/ExtractedAppShortcutsMetadata.stringsdata --source-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LineSDK.build/Debug-iphoneos/LineSDK.build/Objects-normal/arm64/LineSDK.SwiftFileList --metadata-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LineSDK.build/Debug-iphoneos/LineSDK.build/LineSDK.DependencyMetadataFileList --static-metadata-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LineSDK.build/Debug-iphoneos/LineSDK.build/LineSDK.DependencyStaticMetadataFileList --swift-const-vals-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LineSDK.build/Debug-iphoneos/LineSDK.build/Objects-normal/arm64/LineSDK.SwiftConstValuesFileList --force --compile-time-extraction --deployment-aware-processing --validate-assistant-intents --no-app-shortcuts-localization
2025-04-29 22:24:46.861 appintentsmetadataprocessor[742:4440] Starting appintentsmetadataprocessor export
2025-04-29 22:24:46.898 appintentsmetadataprocessor[742:4440] Extracted no relevant App Intents symbols, skipping writing output
RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/LineSDK.o (in target 'LineSDK' from project 'LineSDK')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/LineSDK.o
Ld /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/LineSDKObjC.o normal (in target 'LineSDKObjC' from project 'LineSDK')
    cd /Users/admin/builder/spi-builder-workspace
    /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -Xlinker -reproducible -target arm64-apple-ios13.0 -r -isysroot /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk -O0 -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-iphoneos -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -L/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/lib -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-iphoneos -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/PackageFrameworks -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -iframework /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/Frameworks -iframework /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/Developer/Library/Frameworks -filelist /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LineSDK.build/Debug-iphoneos/LineSDKObjC.build/Objects-normal/arm64/LineSDKObjC.LinkFileList -nostdlib -Xlinker -object_path_lto -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LineSDK.build/Debug-iphoneos/LineSDKObjC.build/Objects-normal/arm64/LineSDKObjC_lto.o -rdynamic -Xlinker -no_deduplicate -Xlinker -dependency_info -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LineSDK.build/Debug-iphoneos/LineSDKObjC.build/Objects-normal/arm64/LineSDKObjC_dependency_info.dat -fobjc-link-runtime -L/Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphoneos -L/usr/lib/swift -Xlinker -add_ast_path -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LineSDK.build/Debug-iphoneos/LineSDKObjC.build/Objects-normal/arm64/LineSDKObjC.swiftmodule -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/LineSDKObjC.o
ExtractAppIntentsMetadata (in target 'LineSDKObjC' from project 'LineSDK')
    cd /Users/admin/builder/spi-builder-workspace
    /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/appintentsmetadataprocessor --toolchain-dir /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain --module-name LineSDKObjC --sdk-root /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk --xcode-version 16E140 --platform-family iOS --deployment-target 13.0 --bundle-identifier spi-builder-workspace.LineSDKObjC --output /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/LineSDKObjC.appintents --target-triple arm64-apple-ios13.0 --binary-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/LineSDKObjC.o --dependency-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LineSDK.build/Debug-iphoneos/LineSDKObjC.build/Objects-normal/arm64/LineSDKObjC_dependency_info.dat --stringsdata-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LineSDK.build/Debug-iphoneos/LineSDKObjC.build/Objects-normal/arm64/ExtractedAppShortcutsMetadata.stringsdata --source-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LineSDK.build/Debug-iphoneos/LineSDKObjC.build/Objects-normal/arm64/LineSDKObjC.SwiftFileList --metadata-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LineSDK.build/Debug-iphoneos/LineSDKObjC.build/LineSDKObjC.DependencyMetadataFileList --static-metadata-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LineSDK.build/Debug-iphoneos/LineSDKObjC.build/LineSDKObjC.DependencyStaticMetadataFileList --swift-const-vals-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LineSDK.build/Debug-iphoneos/LineSDKObjC.build/Objects-normal/arm64/LineSDKObjC.SwiftConstValuesFileList --force --compile-time-extraction --deployment-aware-processing --validate-assistant-intents --no-app-shortcuts-localization
2025-04-29 22:24:46.957 appintentsmetadataprocessor[745:4460] Starting appintentsmetadataprocessor export
2025-04-29 22:24:46.988 appintentsmetadataprocessor[745:4460] Extracted no relevant App Intents symbols, skipping writing output
RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/LineSDKObjC.o (in target 'LineSDKObjC' from project 'LineSDK')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/LineSDKObjC.o
** BUILD SUCCEEDED **
Build complete.
{
  "default_localization" : "en",
  "dependencies" : [
  ],
  "manifest_display_name" : "LineSDK",
  "name" : "LineSDK",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "13.0"
    }
  ],
  "products" : [
    {
      "name" : "LineSDK",
      "targets" : [
        "LineSDK"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "LineSDKObjC",
      "targets" : [
        "LineSDKObjC"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "LineSDKObjC",
      "module_type" : "SwiftTarget",
      "name" : "LineSDKObjC",
      "path" : "LineSDK/LineSDKObjC",
      "product_memberships" : [
        "LineSDKObjC"
      ],
      "sources" : [
        "Friendship/LineSDKGetBotFriendshipStatusResponse.swift",
        "General/LineSDKErrorConstant.swift",
        "LineSDKUI/LineSDKAuthorizationStatus.swift",
        "LineSDKUI/LineSDKLoginButton.swift",
        "LineSDKUI/OpenChatUI/LineSDKOpenChatCreatingController.swift",
        "LineSDKUI/OpenChatUI/LineSDKOpenChatCreatingControllerDelegate.swift",
        "LineSDKUI/OpenChatUI/LineSDKOpenChatRoomCreatingItem.swift",
        "LineSDKUI/OpenChatUI/LineSDKOpenChatRoomInfo.swift",
        "LineSDKUI/SharingUI/LineSDKMessageShareTargetType.swift",
        "LineSDKUI/SharingUI/LineSDKShareTarget.swift",
        "LineSDKUI/SharingUI/LineSDKShareViewController.swift",
        "LineSDKUI/SharingUI/LineSDKShareViewControllerDelegate.swift",
        "Login/LineSDKLoginManager.swift",
        "Login/LineSDKLoginManagerOptions.swift",
        "Login/LineSDKLoginManagerParameters.swift",
        "Login/LineSDKLoginPermission.swift",
        "Login/LineSDKLoginProcess.swift",
        "Login/LineSDKLoginResult.swift",
        "Login/Model/LineSDKAccessToken.swift",
        "Login/Model/LineSDKAccessTokenStore.swift",
        "Login/Model/LineSDKAccessTokenVerifyResult.swift",
        "Login/Model/LineSDKJWT.swift",
        "Login/Model/LineSDKUserProfile.swift",
        "Messaging/Actions/LineSDKMessageAction.swift",
        "Messaging/Flex/Component/LineSDKFlexBoxComponent.swift",
        "Messaging/Flex/Component/LineSDKFlexButtonComponent.swift",
        "Messaging/Flex/Component/LineSDKFlexFillerComponent.swift",
        "Messaging/Flex/Component/LineSDKFlexIconComponent.swift",
        "Messaging/Flex/Component/LineSDKFlexImageComponent.swift",
        "Messaging/Flex/Component/LineSDKFlexMessageComponent.swift",
        "Messaging/Flex/Component/LineSDKFlexSeparatorComponent.swift",
        "Messaging/Flex/Component/LineSDKFlexTextComponent.swift",
        "Messaging/Flex/Component/LineSDKSpacerComponent.swift",
        "Messaging/Flex/LineSDKFlexBubbleContainer.swift",
        "Messaging/Flex/LineSDKFlexCarouselContainer.swift",
        "Messaging/Flex/LineSDKFlexMessageContainer.swift",
        "Messaging/LineSDKAudioMessage.swift",
        "Messaging/LineSDKFlexMessage.swift",
        "Messaging/LineSDKImageMessage.swift",
        "Messaging/LineSDKLocationMessage.swift",
        "Messaging/LineSDKMessage.swift",
        "Messaging/LineSDKMessagingResponse.swift",
        "Messaging/LineSDKTemplateMessage.swift",
        "Messaging/LineSDKTextMessage.swift",
        "Messaging/LineSDKVideoMessage.swift",
        "Messaging/Template/LineSDKTemplateButtonsPayload.swift",
        "Messaging/Template/LineSDKTemplateCarouselPayload.swift",
        "Messaging/Template/LineSDKTemplateConfirmPayload.swift",
        "Messaging/Template/LineSDKTemplateImageCarouselPayload.swift",
        "Networking/CustomizeCoding/LineSDKHexColor.swift",
        "Networking/LineSDKAPI.swift",
        "Networking/LineSDKAPIError.swift",
        "Networking/LineSDKAuthAPI.swift",
        "OpenChat/LineSDKOpenChatRoomJoinType.swift",
        "OpenChat/LineSDKOpenChatRoomMembershipState.swift",
        "OpenChat/LineSDKOpenChatRoomStatus.swift",
        "Sharing/LineSDKMessageSendingToken.swift",
        "Social/LineSDKGraphResponse.swift",
        "Social/LineSDKGroup.swift",
        "Social/LineSDKUser.swift",
        "Utils/JSONConverter.swift",
        "Utils/LineSDKConstant.swift",
        "Utils/LinsSDKCallbackQueue.swift",
        "Utils/Log.swift",
        "Utils/ResultExtensions.swift"
      ],
      "target_dependencies" : [
        "LineSDK"
      ],
      "type" : "library"
    },
    {
      "c99name" : "LineSDK",
      "module_type" : "SwiftTarget",
      "name" : "LineSDK",
      "path" : "LineSDK/LineSDK",
      "product_memberships" : [
        "LineSDK",
        "LineSDKObjC"
      ],
      "resources" : [
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/LineSDK/LineSDK/Assets.xcassets",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/LineSDK/LineSDK/Resource.bundle",
          "rule" : {
            "process" : {
            }
          }
        }
      ],
      "sources" : [
        "Crypto/Algorithms/ECDSA.swift",
        "Crypto/Algorithms/RSA.swift",
        "Crypto/CryptoAlgorithm.swift",
        "Crypto/CryptoData.swift",
        "Crypto/CryptoError.swift",
        "Crypto/CryptoHelpers.swift",
        "Crypto/CryptoKey.swift",
        "Crypto/GetDiscoveryDocumentRequest.swift",
        "Crypto/GetJWKSetRequest.swift",
        "Crypto/JWK/JWA.swift",
        "Crypto/JWK/JWK.swift",
        "Crypto/JWK/JWKSet.swift",
        "Crypto/JWT/JWT.swift",
        "Crypto/JWT/JWTCoder.swift",
        "Crypto/JWT/JWTHelpers.swift",
        "Friendship/Request/GetBotFriendshipStatus.swift",
        "General/LineSDKError.swift",
        "Graph/Model/Group.swift",
        "Graph/Model/User.swift",
        "Graph/Request/GetApproversInFriendsRequest.swift",
        "Graph/Request/GetApproversInGroupRequest.swift",
        "Graph/Request/GetFriendsRequest.swift",
        "Graph/Request/GetGroupsRequest.swift",
        "Graph/Request/GetShareFriendsRequest.swift",
        "Graph/Request/GetShareGroupsRequest.swift",
        "LineSDKUI/AuthorizationStatus.swift",
        "LineSDKUI/Base/StyleNavigationController.swift",
        "LineSDKUI/LoginButton.swift",
        "LineSDKUI/OpenChatUI/Model/FormEntry.swift",
        "LineSDKUI/OpenChatUI/Model/FormSection.swift",
        "LineSDKUI/OpenChatUI/Model/OpenChatCategoryExtensions.swift",
        "LineSDKUI/OpenChatUI/Public/OpenChatCreatingController.swift",
        "LineSDKUI/OpenChatUI/Public/OpenChatCreatingControllerDelegate.swift",
        "LineSDKUI/OpenChatUI/View/CountLimitedTextView.swift",
        "LineSDKUI/OpenChatUI/View/OpenChatRoomDescriptionTableViewCell.swift",
        "LineSDKUI/OpenChatUI/View/OpenChatRoomNameTableViewCell.swift",
        "LineSDKUI/OpenChatUI/View/ToastView.swift",
        "LineSDKUI/OpenChatUI/View/VerticallyCenteredTextView.swift",
        "LineSDKUI/OpenChatUI/ViewControllers/OpenChatCreatingNavigationController.swift",
        "LineSDKUI/OpenChatUI/ViewControllers/OpenChatRoomInfoViewController.swift",
        "LineSDKUI/OpenChatUI/ViewControllers/OpenChatUserProfileViewController.swift",
        "LineSDKUI/OpenChatUI/ViewControllers/OptionSelectingViewController.swift",
        "LineSDKUI/ResourceLoading.swift",
        "LineSDKUI/SharingUI/Model/ColumnDataStore.swift",
        "LineSDKUI/SharingUI/PageViewController/PageTabView.swift",
        "LineSDKUI/SharingUI/PageViewController/PageViewController.swift",
        "LineSDKUI/SharingUI/Public/MessageShareTargetType.swift",
        "LineSDKUI/SharingUI/Public/ShareTarget.swift",
        "LineSDKUI/SharingUI/Public/ShareViewController.swift",
        "LineSDKUI/SharingUI/Public/ShareViewControllerDelegate.swift",
        "LineSDKUI/SharingUI/SelectedPanel/SelectedTargetPanelCell.swift",
        "LineSDKUI/SharingUI/SelectedPanel/SelectedTargetPanelViewController.swift",
        "LineSDKUI/SharingUI/TargetSearch/ShareTargetSearchResultTableViewController.swift",
        "LineSDKUI/SharingUI/TargetSearch/ShareTargetSearchResultViewController.swift",
        "LineSDKUI/SharingUI/TargetSearch/ShareTargetSelectingSectionHeaderView.swift",
        "LineSDKUI/SharingUI/TargetSelecting/ShareRootViewController.swift",
        "LineSDKUI/SharingUI/TargetSelecting/ShareTargetSearchController.swift",
        "LineSDKUI/SharingUI/TargetSelecting/ShareTargetSelectingTableCell.swift",
        "LineSDKUI/SharingUI/TargetSelecting/ShareTargetSelectingViewController.swift",
        "LineSDKUI/SharingUI/TargetSelecting/ShareTargetTableViewStyling.swift",
        "Login/LoginConfiguration.swift",
        "Login/LoginManager.swift",
        "Login/LoginManagerOptions.swift",
        "Login/LoginManagerParameters.swift",
        "Login/LoginPermission.swift",
        "Login/LoginProcess.swift",
        "Login/LoginProcessURLResponse.swift",
        "Login/LoginResult.swift",
        "Login/Model/AccessToken.swift",
        "Login/Model/AccessTokenStore.swift",
        "Login/Model/AccessTokenVerifyResult.swift",
        "Login/Model/UserProfile.swift",
        "Login/PKCE/PKCE.swift",
        "Login/Request/GetUserProfileRequest.swift",
        "Login/Request/GetVerifyTokenRequest.swift",
        "Login/Request/PostExchangeTokenRequest.swift",
        "Login/Request/PostRefreshTokenRequest.swift",
        "Login/Request/PostRevokeTokenRequest.swift",
        "Messaging/Model/Actions/MessageAction.swift",
        "Messaging/Model/AudioMessage.swift",
        "Messaging/Model/Flex/Component/FlexBoxComponent.swift",
        "Messaging/Model/Flex/Component/FlexButtonComponent.swift",
        "Messaging/Model/Flex/Component/FlexFillerComponent.swift",
        "Messaging/Model/Flex/Component/FlexIconComponent.swift",
        "Messaging/Model/Flex/Component/FlexImageComponent.swift",
        "Messaging/Model/Flex/Component/FlexMessageComponent.swift",
        "Messaging/Model/Flex/Component/FlexMessageProperties.swift",
        "Messaging/Model/Flex/Component/FlexSeparatorComponent.swift",
        "Messaging/Model/Flex/Component/FlexSpacerComponent.swift",
        "Messaging/Model/Flex/Component/FlexTextComponent.swift",
        "Messaging/Model/Flex/Container/FlexBubbleContainer.swift",
        "Messaging/Model/Flex/Container/FlexCarouselContainer.swift",
        "Messaging/Model/Flex/Container/FlexMessageContainer.swift",
        "Messaging/Model/Flex/Style/FlexBlockStyle.swift",
        "Messaging/Model/FlexMessage.swift",
        "Messaging/Model/ImageMessage.swift",
        "Messaging/Model/LocationMessage.swift",
        "Messaging/Model/Message.swift",
        "Messaging/Model/MessageProtocols.swift",
        "Messaging/Model/MessageSender.swift",
        "Messaging/Model/Template/Payloads/TemplateButtonsPayload.swift",
        "Messaging/Model/Template/Payloads/TemplateCarouselPayload.swift",
        "Messaging/Model/Template/Payloads/TemplateConfirmPayload.swift",
        "Messaging/Model/Template/Payloads/TemplateImageCarouselPayload.swift",
        "Messaging/Model/Template/Payloads/TemplateMessagePayload.swift",
        "Messaging/Model/Template/Payloads/TemplateMessageProperties.swift",
        "Messaging/Model/TemplateMessage.swift",
        "Messaging/Model/TextMessage.swift",
        "Messaging/Model/VideoMessage.swift",
        "Messaging/Request/PostMessageSendingTokenIssueRequest.swift",
        "Messaging/Request/PostMultisendMessagesRequest.swift",
        "Messaging/Request/PostMultisendMessagesWithTokenRequest.swift",
        "Messaging/Request/PostSendMessagesRequest.swift",
        "Networking/API/API+Auth.swift",
        "Networking/API/API+Deprecated.swift",
        "Networking/API/API+Internal.swift",
        "Networking/API/API.swift",
        "Networking/Client/ChainedPaginatedRequest.swift",
        "Networking/Client/ParametersAdapter.swift",
        "Networking/Client/Request.swift",
        "Networking/Client/RequestAdapter.swift",
        "Networking/Client/ResponsePipeline.swift",
        "Networking/Client/Session.swift",
        "Networking/Images/DownloadableImageView.swift",
        "Networking/Images/ImageDownloader.swift",
        "Networking/Images/ImageManager.swift",
        "Networking/Model/APIError.swift",
        "Networking/Model/CustomizeCoding/CodingExtension.swift",
        "Networking/Model/CustomizeCoding/HexColor.swift",
        "Networking/Model/Unit.swift",
        "OpenChat/Model/OpenChatCategory.swift",
        "OpenChat/Model/OpenChatCreatingFormItem.swift",
        "OpenChat/Model/OpenChatRoomCreatingItem.swift",
        "OpenChat/Request/GetOpenChatRoomJoinTypeRequest.swift",
        "OpenChat/Request/GetOpenChatRoomMembershipStateRequest.swift",
        "OpenChat/Request/GetOpenChatRoomStatusRequest.swift",
        "OpenChat/Request/GetOpenChatTermAgreementStatusRequest.swift",
        "OpenChat/Request/PostOpenChatCreateRequest.swift",
        "OpenChat/Request/PostOpenChatRoomJoinRequest.swift",
        "Utils/CallbackQueue.swift",
        "Utils/Colors.swift",
        "Utils/Constant.swift",
        "Utils/Delegate.swift",
        "Utils/Helpers.swift",
        "Utils/KeyboardObservable.swift",
        "Utils/KeychainStore.swift",
        "Utils/LoadingIndicator.swift",
        "Utils/NotificationToken.swift",
        "Utils/ResultUtils.swift",
        "Utils/String.swift",
        "Utils/URLs.swift",
        "Utils/UserDefaultsValue.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.3"
}
Done.