This is a staging environment. For live and up-to-date package information, visit swiftpackageindex.com.

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 with Swift 6.0 for iOS using Xcode 16.0.

Swift 6 data race errors: 147

Build Command

env DEVELOPER_DIR=/Applications/Xcode-15.3.0.app xcrun --toolchain org.swift.600202405261a xcodebuild -IDEClonedSourcePackagesDirPathOverride=$workDir/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $workDir/.derivedData build -scheme LineSDK-Package -destination generic/platform=ios OTHER_SWIFT_FLAGS=-stats-output-dir .stats -strict-concurrency=complete

Build Log

    public static let botPromptAggressive = LoginManagerOptions(rawValue: 1 << 2)
                      ^
/Users/admin/builder/spi-builder-workspace/LineSDK/LineSDK/Login/LoginManagerOptions.swift:28:15: note: consider making struct 'LoginManagerOptions' conform to the 'Sendable' protocol
public struct LoginManagerOptions: OptionSet {
              ^
/Users/admin/builder/spi-builder-workspace/LineSDK/LineSDK/Login/LoginManagerOptions.swift:59:23: note: annotate 'botPromptAggressive' with '@MainActor' if property should only be accessed from the main actor
    public static let botPromptAggressive = LoginManagerOptions(rawValue: 1 << 2)
                      ^
/Users/admin/builder/spi-builder-workspace/LineSDK/LineSDK/Login/LoginManagerOptions.swift:59:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let botPromptAggressive = LoginManagerOptions(rawValue: 1 << 2)
                      ^
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
    /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/bin/swift-frontend -c /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 -primary-file /Users/admin/builder/spi-builder-workspace/LineSDK/LineSDKObjC/LineSDKUI/OpenChatUI/LineSDKOpenChatRoomInfo.swift -primary-file /Users/admin/builder/spi-builder-workspace/LineSDK/LineSDKObjC/LineSDKUI/SharingUI/LineSDKMessageShareTargetType.swift -primary-file /Users/admin/builder/spi-builder-workspace/LineSDK/LineSDKObjC/LineSDKUI/SharingUI/LineSDKShareTarget.swift -primary-file /Users/admin/builder/spi-builder-workspace/LineSDK/LineSDKObjC/LineSDKUI/SharingUI/LineSDKShareViewController.swift -primary-file /Users/admin/builder/spi-builder-workspace/LineSDK/LineSDKObjC/LineSDKUI/SharingUI/LineSDKShareViewControllerDelegate.swift -primary-file /Users/admin/builder/spi-builder-workspace/LineSDK/LineSDKObjC/Login/LineSDKLoginManager.swift -primary-file /Users/admin/builder/spi-builder-workspace/LineSDK/LineSDKObjC/Login/LineSDKLoginManagerOptions.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 /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 /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 /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 /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 /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 /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 /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 -supplementary-output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LineSDK.build/Debug-iphoneos/LineSDKObjC.build/Objects-normal/arm64/supplementaryOutputs-22 -target arm64-apple-ios13.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -sdk /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.4.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -I /Applications/Xcode-15.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-15.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.4.sdk/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -swift-version 5 -enforce-exclusivity\=checked -stats-output-dir /Users/admin/builder/spi-builder-workspace/.stats -Onone -D SWIFT_PACKAGE -D DEBUG -serialize-debugging-options -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LineSDK.build/Debug-iphoneos/LineSDKObjC.build/Objects-normal/arm64/LineSDKObjC_const_extract_protocols.json -strict-concurrency\=complete -empty-abi-descriptor -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/admin/builder/spi-builder-workspace -resource-dir /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LineSDK.build/Debug-iphoneos/LineSDKObjC.build/swift-overrides.hmap -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 -module-name LineSDKObjC -frontend-parseable-output -disable-clang-spi -target-sdk-version 17.4 -target-sdk-name iphoneos17.4 -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.4.sdk/usr/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.4.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.4.sdk/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.4.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/local/lib/swift/host/plugins -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LineSDK.build/Debug-iphoneos/LineSDKObjC.build/Objects-normal/arm64/LineSDKOpenChatRoomInfo.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LineSDK.build/Debug-iphoneos/LineSDKObjC.build/Objects-normal/arm64/LineSDKMessageShareTargetType.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LineSDK.build/Debug-iphoneos/LineSDKObjC.build/Objects-normal/arm64/LineSDKShareTarget.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LineSDK.build/Debug-iphoneos/LineSDKObjC.build/Objects-normal/arm64/LineSDKShareViewController.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LineSDK.build/Debug-iphoneos/LineSDKObjC.build/Objects-normal/arm64/LineSDKShareViewControllerDelegate.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LineSDK.build/Debug-iphoneos/LineSDKObjC.build/Objects-normal/arm64/LineSDKLoginManager.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LineSDK.build/Debug-iphoneos/LineSDKObjC.build/Objects-normal/arm64/LineSDKLoginManagerOptions.o -index-unit-output-path /LineSDK.build/Debug-iphoneos/LineSDKObjC.build/Objects-normal/arm64/LineSDKOpenChatRoomInfo.o -index-unit-output-path /LineSDK.build/Debug-iphoneos/LineSDKObjC.build/Objects-normal/arm64/LineSDKMessageShareTargetType.o -index-unit-output-path /LineSDK.build/Debug-iphoneos/LineSDKObjC.build/Objects-normal/arm64/LineSDKShareTarget.o -index-unit-output-path /LineSDK.build/Debug-iphoneos/LineSDKObjC.build/Objects-normal/arm64/LineSDKShareViewController.o -index-unit-output-path /LineSDK.build/Debug-iphoneos/LineSDKObjC.build/Objects-normal/arm64/LineSDKShareViewControllerDelegate.o -index-unit-output-path /LineSDK.build/Debug-iphoneos/LineSDKObjC.build/Objects-normal/arm64/LineSDKLoginManager.o -index-unit-output-path /LineSDK.build/Debug-iphoneos/LineSDKObjC.build/Objects-normal/arm64/LineSDKLoginManagerOptions.o -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
/Users/admin/builder/spi-builder-workspace/LineSDK/LineSDK/Login/LoginManager.swift:32:23: warning: class property 'shared' is not concurrency-safe because non-'Sendable' type 'LoginManager' may have shared mutable state; this is an error in the Swift 6 language mode
    public static let shared = LoginManager()
                      ^
/Users/admin/builder/spi-builder-workspace/LineSDK/LineSDK/Login/LoginManager.swift:26:14: note: class 'LoginManager' does not conform to the 'Sendable' protocol
public class LoginManager {
             ^
/Users/admin/builder/spi-builder-workspace/LineSDK/LineSDK/Login/LoginManager.swift:32:23: note: annotate 'shared' with '@MainActor' if property should only be accessed from the main actor
    public static let shared = LoginManager()
                      ^
/Users/admin/builder/spi-builder-workspace/LineSDK/LineSDK/Login/LoginManager.swift:32:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let shared = LoginManager()
                      ^
/Users/admin/builder/spi-builder-workspace/LineSDK/LineSDK/Login/LoginManagerOptions.swift:44:23: warning: static property 'onlyWebLogin' is not concurrency-safe because non-'Sendable' type 'LoginManagerOptions' may have shared mutable state; this is an error in the Swift 6 language mode
    public static let onlyWebLogin = LoginManagerOptions(rawValue: 1 << 0)
                      ^
/Users/admin/builder/spi-builder-workspace/LineSDK/LineSDK/Login/LoginManagerOptions.swift:28:15: note: consider making struct 'LoginManagerOptions' conform to the 'Sendable' protocol
public struct LoginManagerOptions: OptionSet {
              ^
/Users/admin/builder/spi-builder-workspace/LineSDK/LineSDK/Login/LoginManagerOptions.swift:44:23: note: annotate 'onlyWebLogin' with '@MainActor' if property should only be accessed from the main actor
    public static let onlyWebLogin = LoginManagerOptions(rawValue: 1 << 0)
                      ^
/Users/admin/builder/spi-builder-workspace/LineSDK/LineSDK/Login/LoginManagerOptions.swift:44:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let onlyWebLogin = LoginManagerOptions(rawValue: 1 << 0)
                      ^
/Users/admin/builder/spi-builder-workspace/LineSDK/LineSDK/Login/LoginManagerOptions.swift:51:23: warning: static property 'botPromptNormal' is not concurrency-safe because non-'Sendable' type 'LoginManagerOptions' may have shared mutable state; this is an error in the Swift 6 language mode
    public static let botPromptNormal = LoginManagerOptions(rawValue: 1 << 1)
                      ^
/Users/admin/builder/spi-builder-workspace/LineSDK/LineSDK/Login/LoginManagerOptions.swift:28:15: note: consider making struct 'LoginManagerOptions' conform to the 'Sendable' protocol
public struct LoginManagerOptions: OptionSet {
              ^
/Users/admin/builder/spi-builder-workspace/LineSDK/LineSDK/Login/LoginManagerOptions.swift:51:23: note: annotate 'botPromptNormal' with '@MainActor' if property should only be accessed from the main actor
    public static let botPromptNormal = LoginManagerOptions(rawValue: 1 << 1)
                      ^
/Users/admin/builder/spi-builder-workspace/LineSDK/LineSDK/Login/LoginManagerOptions.swift:51:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let botPromptNormal = LoginManagerOptions(rawValue: 1 << 1)
                      ^
/Users/admin/builder/spi-builder-workspace/LineSDK/LineSDK/Login/LoginManagerOptions.swift:59:23: warning: static property 'botPromptAggressive' is not concurrency-safe because non-'Sendable' type 'LoginManagerOptions' may have shared mutable state; this is an error in the Swift 6 language mode
    public static let botPromptAggressive = LoginManagerOptions(rawValue: 1 << 2)
                      ^
/Users/admin/builder/spi-builder-workspace/LineSDK/LineSDK/Login/LoginManagerOptions.swift:28:15: note: consider making struct 'LoginManagerOptions' conform to the 'Sendable' protocol
public struct LoginManagerOptions: OptionSet {
              ^
/Users/admin/builder/spi-builder-workspace/LineSDK/LineSDK/Login/LoginManagerOptions.swift:59:23: note: annotate 'botPromptAggressive' with '@MainActor' if property should only be accessed from the main actor
    public static let botPromptAggressive = LoginManagerOptions(rawValue: 1 << 2)
                      ^
/Users/admin/builder/spi-builder-workspace/LineSDK/LineSDK/Login/LoginManagerOptions.swift:59:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let botPromptAggressive = LoginManagerOptions(rawValue: 1 << 2)
                      ^
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
    /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/bin/swift-frontend -c /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 -primary-file /Users/admin/builder/spi-builder-workspace/LineSDK/LineSDKObjC/LineSDKUI/OpenChatUI/LineSDKOpenChatRoomInfo.swift -primary-file /Users/admin/builder/spi-builder-workspace/LineSDK/LineSDKObjC/LineSDKUI/SharingUI/LineSDKMessageShareTargetType.swift -primary-file /Users/admin/builder/spi-builder-workspace/LineSDK/LineSDKObjC/LineSDKUI/SharingUI/LineSDKShareTarget.swift -primary-file /Users/admin/builder/spi-builder-workspace/LineSDK/LineSDKObjC/LineSDKUI/SharingUI/LineSDKShareViewController.swift -primary-file /Users/admin/builder/spi-builder-workspace/LineSDK/LineSDKObjC/LineSDKUI/SharingUI/LineSDKShareViewControllerDelegate.swift -primary-file /Users/admin/builder/spi-builder-workspace/LineSDK/LineSDKObjC/Login/LineSDKLoginManager.swift -primary-file /Users/admin/builder/spi-builder-workspace/LineSDK/LineSDKObjC/Login/LineSDKLoginManagerOptions.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 /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 /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 /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 /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 /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 /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 /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 -supplementary-output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LineSDK.build/Debug-iphoneos/LineSDKObjC.build/Objects-normal/arm64/supplementaryOutputs-22 -target arm64-apple-ios13.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -sdk /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.4.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -I /Applications/Xcode-15.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-15.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.4.sdk/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -swift-version 5 -enforce-exclusivity\=checked -stats-output-dir /Users/admin/builder/spi-builder-workspace/.stats -Onone -D SWIFT_PACKAGE -D DEBUG -serialize-debugging-options -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LineSDK.build/Debug-iphoneos/LineSDKObjC.build/Objects-normal/arm64/LineSDKObjC_const_extract_protocols.json -strict-concurrency\=complete -empty-abi-descriptor -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/admin/builder/spi-builder-workspace -resource-dir /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LineSDK.build/Debug-iphoneos/LineSDKObjC.build/swift-overrides.hmap -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 -module-name LineSDKObjC -frontend-parseable-output -disable-clang-spi -target-sdk-version 17.4 -target-sdk-name iphoneos17.4 -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.4.sdk/usr/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.4.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.4.sdk/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.4.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/local/lib/swift/host/plugins -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LineSDK.build/Debug-iphoneos/LineSDKObjC.build/Objects-normal/arm64/LineSDKOpenChatRoomInfo.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LineSDK.build/Debug-iphoneos/LineSDKObjC.build/Objects-normal/arm64/LineSDKMessageShareTargetType.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LineSDK.build/Debug-iphoneos/LineSDKObjC.build/Objects-normal/arm64/LineSDKShareTarget.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LineSDK.build/Debug-iphoneos/LineSDKObjC.build/Objects-normal/arm64/LineSDKShareViewController.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LineSDK.build/Debug-iphoneos/LineSDKObjC.build/Objects-normal/arm64/LineSDKShareViewControllerDelegate.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LineSDK.build/Debug-iphoneos/LineSDKObjC.build/Objects-normal/arm64/LineSDKLoginManager.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LineSDK.build/Debug-iphoneos/LineSDKObjC.build/Objects-normal/arm64/LineSDKLoginManagerOptions.o -index-unit-output-path /LineSDK.build/Debug-iphoneos/LineSDKObjC.build/Objects-normal/arm64/LineSDKOpenChatRoomInfo.o -index-unit-output-path /LineSDK.build/Debug-iphoneos/LineSDKObjC.build/Objects-normal/arm64/LineSDKMessageShareTargetType.o -index-unit-output-path /LineSDK.build/Debug-iphoneos/LineSDKObjC.build/Objects-normal/arm64/LineSDKShareTarget.o -index-unit-output-path /LineSDK.build/Debug-iphoneos/LineSDKObjC.build/Objects-normal/arm64/LineSDKShareViewController.o -index-unit-output-path /LineSDK.build/Debug-iphoneos/LineSDKObjC.build/Objects-normal/arm64/LineSDKShareViewControllerDelegate.o -index-unit-output-path /LineSDK.build/Debug-iphoneos/LineSDKObjC.build/Objects-normal/arm64/LineSDKLoginManager.o -index-unit-output-path /LineSDK.build/Debug-iphoneos/LineSDKObjC.build/Objects-normal/arm64/LineSDKLoginManagerOptions.o -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
/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: annotate 'sharedManager' with '@MainActor' if property should only be accessed from the main actor
    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/LineSDK/Login/LoginManager.swift:32:23: warning: class property 'shared' is not concurrency-safe because non-'Sendable' type 'LoginManager' may have shared mutable state; this is an error in the Swift 6 language mode
    public static let shared = LoginManager()
                      ^
/Users/admin/builder/spi-builder-workspace/LineSDK/LineSDK/Login/LoginManager.swift:26:14: note: class 'LoginManager' does not conform to the 'Sendable' protocol
public class LoginManager {
             ^
/Users/admin/builder/spi-builder-workspace/LineSDK/LineSDK/Login/LoginManager.swift:32:23: note: annotate 'shared' with '@MainActor' if property should only be accessed from the main actor
    public static let shared = LoginManager()
                      ^
/Users/admin/builder/spi-builder-workspace/LineSDK/LineSDK/Login/LoginManager.swift:32:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let shared = LoginManager()
                      ^
/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: annotate 'profile' with '@MainActor' if property should only be accessed from the main actor
    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/LineSDK/Login/LoginManagerOptions.swift:44:23: warning: static property 'onlyWebLogin' is not concurrency-safe because non-'Sendable' type 'LoginManagerOptions' may have shared mutable state; this is an error in the Swift 6 language mode
    public static let onlyWebLogin = LoginManagerOptions(rawValue: 1 << 0)
                      ^
/Users/admin/builder/spi-builder-workspace/LineSDK/LineSDK/Login/LoginManagerOptions.swift:28:15: note: consider making struct 'LoginManagerOptions' conform to the 'Sendable' protocol
public struct LoginManagerOptions: OptionSet {
              ^
/Users/admin/builder/spi-builder-workspace/LineSDK/LineSDK/Login/LoginManagerOptions.swift:44:23: note: annotate 'onlyWebLogin' with '@MainActor' if property should only be accessed from the main actor
    public static let onlyWebLogin = LoginManagerOptions(rawValue: 1 << 0)
                      ^
/Users/admin/builder/spi-builder-workspace/LineSDK/LineSDK/Login/LoginManagerOptions.swift:44:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let onlyWebLogin = LoginManagerOptions(rawValue: 1 << 0)
                      ^
/Users/admin/builder/spi-builder-workspace/LineSDK/LineSDK/Login/LoginManagerOptions.swift:51:23: warning: static property 'botPromptNormal' is not concurrency-safe because non-'Sendable' type 'LoginManagerOptions' may have shared mutable state; this is an error in the Swift 6 language mode
    public static let botPromptNormal = LoginManagerOptions(rawValue: 1 << 1)
                      ^
/Users/admin/builder/spi-builder-workspace/LineSDK/LineSDK/Login/LoginManagerOptions.swift:28:15: note: consider making struct 'LoginManagerOptions' conform to the 'Sendable' protocol
public struct LoginManagerOptions: OptionSet {
              ^
/Users/admin/builder/spi-builder-workspace/LineSDK/LineSDK/Login/LoginManagerOptions.swift:51:23: note: annotate 'botPromptNormal' with '@MainActor' if property should only be accessed from the main actor
    public static let botPromptNormal = LoginManagerOptions(rawValue: 1 << 1)
                      ^
/Users/admin/builder/spi-builder-workspace/LineSDK/LineSDK/Login/LoginManagerOptions.swift:51:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let botPromptNormal = LoginManagerOptions(rawValue: 1 << 1)
                      ^
/Users/admin/builder/spi-builder-workspace/LineSDK/LineSDK/Login/LoginManagerOptions.swift:59:23: warning: static property 'botPromptAggressive' is not concurrency-safe because non-'Sendable' type 'LoginManagerOptions' may have shared mutable state; this is an error in the Swift 6 language mode
    public static let botPromptAggressive = LoginManagerOptions(rawValue: 1 << 2)
                      ^
/Users/admin/builder/spi-builder-workspace/LineSDK/LineSDK/Login/LoginManagerOptions.swift:28:15: note: consider making struct 'LoginManagerOptions' conform to the 'Sendable' protocol
public struct LoginManagerOptions: OptionSet {
              ^
/Users/admin/builder/spi-builder-workspace/LineSDK/LineSDK/Login/LoginManagerOptions.swift:59:23: note: annotate 'botPromptAggressive' with '@MainActor' if property should only be accessed from the main actor
    public static let botPromptAggressive = LoginManagerOptions(rawValue: 1 << 2)
                      ^
/Users/admin/builder/spi-builder-workspace/LineSDK/LineSDK/Login/LoginManagerOptions.swift:59:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let botPromptAggressive = LoginManagerOptions(rawValue: 1 << 2)
                      ^
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
    /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/bin/swift-frontend -c /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 -primary-file /Users/admin/builder/spi-builder-workspace/LineSDK/LineSDKObjC/LineSDKUI/OpenChatUI/LineSDKOpenChatRoomInfo.swift -primary-file /Users/admin/builder/spi-builder-workspace/LineSDK/LineSDKObjC/LineSDKUI/SharingUI/LineSDKMessageShareTargetType.swift -primary-file /Users/admin/builder/spi-builder-workspace/LineSDK/LineSDKObjC/LineSDKUI/SharingUI/LineSDKShareTarget.swift -primary-file /Users/admin/builder/spi-builder-workspace/LineSDK/LineSDKObjC/LineSDKUI/SharingUI/LineSDKShareViewController.swift -primary-file /Users/admin/builder/spi-builder-workspace/LineSDK/LineSDKObjC/LineSDKUI/SharingUI/LineSDKShareViewControllerDelegate.swift -primary-file /Users/admin/builder/spi-builder-workspace/LineSDK/LineSDKObjC/Login/LineSDKLoginManager.swift -primary-file /Users/admin/builder/spi-builder-workspace/LineSDK/LineSDKObjC/Login/LineSDKLoginManagerOptions.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 /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 /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 /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 /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 /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 /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 /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 -supplementary-output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LineSDK.build/Debug-iphoneos/LineSDKObjC.build/Objects-normal/arm64/supplementaryOutputs-22 -target arm64-apple-ios13.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -sdk /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.4.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -I /Applications/Xcode-15.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-15.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.4.sdk/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -swift-version 5 -enforce-exclusivity\=checked -stats-output-dir /Users/admin/builder/spi-builder-workspace/.stats -Onone -D SWIFT_PACKAGE -D DEBUG -serialize-debugging-options -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LineSDK.build/Debug-iphoneos/LineSDKObjC.build/Objects-normal/arm64/LineSDKObjC_const_extract_protocols.json -strict-concurrency\=complete -empty-abi-descriptor -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/admin/builder/spi-builder-workspace -resource-dir /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LineSDK.build/Debug-iphoneos/LineSDKObjC.build/swift-overrides.hmap -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 -module-name LineSDKObjC -frontend-parseable-output -disable-clang-spi -target-sdk-version 17.4 -target-sdk-name iphoneos17.4 -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.4.sdk/usr/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.4.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.4.sdk/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.4.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/local/lib/swift/host/plugins -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LineSDK.build/Debug-iphoneos/LineSDKObjC.build/Objects-normal/arm64/LineSDKOpenChatRoomInfo.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LineSDK.build/Debug-iphoneos/LineSDKObjC.build/Objects-normal/arm64/LineSDKMessageShareTargetType.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LineSDK.build/Debug-iphoneos/LineSDKObjC.build/Objects-normal/arm64/LineSDKShareTarget.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LineSDK.build/Debug-iphoneos/LineSDKObjC.build/Objects-normal/arm64/LineSDKShareViewController.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LineSDK.build/Debug-iphoneos/LineSDKObjC.build/Objects-normal/arm64/LineSDKShareViewControllerDelegate.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LineSDK.build/Debug-iphoneos/LineSDKObjC.build/Objects-normal/arm64/LineSDKLoginManager.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LineSDK.build/Debug-iphoneos/LineSDKObjC.build/Objects-normal/arm64/LineSDKLoginManagerOptions.o -index-unit-output-path /LineSDK.build/Debug-iphoneos/LineSDKObjC.build/Objects-normal/arm64/LineSDKOpenChatRoomInfo.o -index-unit-output-path /LineSDK.build/Debug-iphoneos/LineSDKObjC.build/Objects-normal/arm64/LineSDKMessageShareTargetType.o -index-unit-output-path /LineSDK.build/Debug-iphoneos/LineSDKObjC.build/Objects-normal/arm64/LineSDKShareTarget.o -index-unit-output-path /LineSDK.build/Debug-iphoneos/LineSDKObjC.build/Objects-normal/arm64/LineSDKShareViewController.o -index-unit-output-path /LineSDK.build/Debug-iphoneos/LineSDKObjC.build/Objects-normal/arm64/LineSDKShareViewControllerDelegate.o -index-unit-output-path /LineSDK.build/Debug-iphoneos/LineSDKObjC.build/Objects-normal/arm64/LineSDKLoginManager.o -index-unit-output-path /LineSDK.build/Debug-iphoneos/LineSDKObjC.build/Objects-normal/arm64/LineSDKLoginManagerOptions.o -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
/Users/admin/builder/spi-builder-workspace/LineSDK/LineSDK/Login/LoginManager.swift:32:23: warning: class property 'shared' is not concurrency-safe because non-'Sendable' type 'LoginManager' may have shared mutable state; this is an error in the Swift 6 language mode
    public static let shared = LoginManager()
                      ^
/Users/admin/builder/spi-builder-workspace/LineSDK/LineSDK/Login/LoginManager.swift:26:14: note: class 'LoginManager' does not conform to the 'Sendable' protocol
public class LoginManager {
             ^
/Users/admin/builder/spi-builder-workspace/LineSDK/LineSDK/Login/LoginManager.swift:32:23: note: annotate 'shared' with '@MainActor' if property should only be accessed from the main actor
    public static let shared = LoginManager()
                      ^
/Users/admin/builder/spi-builder-workspace/LineSDK/LineSDK/Login/LoginManager.swift:32:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let shared = LoginManager()
                      ^
/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: annotate 'onlyWebLogin' with '@MainActor' if property should only be accessed from the main actor
    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/LineSDK/Login/LoginManagerOptions.swift:44:23: warning: static property 'onlyWebLogin' is not concurrency-safe because non-'Sendable' type 'LoginManagerOptions' may have shared mutable state; this is an error in the Swift 6 language mode
    public static let onlyWebLogin = LoginManagerOptions(rawValue: 1 << 0)
                      ^
/Users/admin/builder/spi-builder-workspace/LineSDK/LineSDK/Login/LoginManagerOptions.swift:28:15: note: consider making struct 'LoginManagerOptions' conform to the 'Sendable' protocol
public struct LoginManagerOptions: OptionSet {
              ^
/Users/admin/builder/spi-builder-workspace/LineSDK/LineSDK/Login/LoginManagerOptions.swift:44:23: note: annotate 'onlyWebLogin' with '@MainActor' if property should only be accessed from the main actor
    public static let onlyWebLogin = LoginManagerOptions(rawValue: 1 << 0)
                      ^
/Users/admin/builder/spi-builder-workspace/LineSDK/LineSDK/Login/LoginManagerOptions.swift:44:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let onlyWebLogin = LoginManagerOptions(rawValue: 1 << 0)
                      ^
/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: annotate 'botPromptNormal' with '@MainActor' if property should only be accessed from the main actor
    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/LineSDK/Login/LoginManagerOptions.swift:51:23: warning: static property 'botPromptNormal' is not concurrency-safe because non-'Sendable' type 'LoginManagerOptions' may have shared mutable state; this is an error in the Swift 6 language mode
    public static let botPromptNormal = LoginManagerOptions(rawValue: 1 << 1)
                      ^
/Users/admin/builder/spi-builder-workspace/LineSDK/LineSDK/Login/LoginManagerOptions.swift:28:15: note: consider making struct 'LoginManagerOptions' conform to the 'Sendable' protocol
public struct LoginManagerOptions: OptionSet {
              ^
/Users/admin/builder/spi-builder-workspace/LineSDK/LineSDK/Login/LoginManagerOptions.swift:51:23: note: annotate 'botPromptNormal' with '@MainActor' if property should only be accessed from the main actor
    public static let botPromptNormal = LoginManagerOptions(rawValue: 1 << 1)
                      ^
/Users/admin/builder/spi-builder-workspace/LineSDK/LineSDK/Login/LoginManagerOptions.swift:51:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let botPromptNormal = LoginManagerOptions(rawValue: 1 << 1)
                      ^
/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: annotate 'botPromptAggressive' with '@MainActor' if property should only be accessed from the main actor
    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/LineSDK/Login/LoginManagerOptions.swift:59:23: warning: static property 'botPromptAggressive' is not concurrency-safe because non-'Sendable' type 'LoginManagerOptions' may have shared mutable state; this is an error in the Swift 6 language mode
    public static let botPromptAggressive = LoginManagerOptions(rawValue: 1 << 2)
                      ^
/Users/admin/builder/spi-builder-workspace/LineSDK/LineSDK/Login/LoginManagerOptions.swift:28:15: note: consider making struct 'LoginManagerOptions' conform to the 'Sendable' protocol
public struct LoginManagerOptions: OptionSet {
              ^
/Users/admin/builder/spi-builder-workspace/LineSDK/LineSDK/Login/LoginManagerOptions.swift:59:23: note: annotate 'botPromptAggressive' with '@MainActor' if property should only be accessed from the main actor
    public static let botPromptAggressive = LoginManagerOptions(rawValue: 1 << 2)
                      ^
/Users/admin/builder/spi-builder-workspace/LineSDK/LineSDK/Login/LoginManagerOptions.swift:59:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let botPromptAggressive = LoginManagerOptions(rawValue: 1 << 2)
                      ^
SwiftDriverJobDiscovery normal arm64 Compiling LineSDKJWT.swift, LineSDKUserProfile.swift, LineSDKMessageAction.swift, LineSDKFlexBoxComponent.swift, LineSDKFlexButtonComponent.swift, LineSDKFlexFillerComponent.swift, LineSDKFlexIconComponent.swift (in target 'LineSDKObjC' 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')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-swiftTaskExecution -- /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/bin/swift-frontend -frontend -c /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 /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 /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 /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 /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 -primary-file /Users/admin/builder/spi-builder-workspace/LineSDK/LineSDKObjC/Messaging/Flex/LineSDKFlexMessageContainer.swift -primary-file /Users/admin/builder/spi-builder-workspace/LineSDK/LineSDKObjC/Messaging/LineSDKAudioMessage.swift -primary-file /Users/admin/builder/spi-builder-workspace/LineSDK/LineSDKObjC/Messaging/LineSDKFlexMessage.swift -primary-file /Users/admin/builder/spi-builder-workspace/LineSDK/LineSDKObjC/Messaging/LineSDKImageMessage.swift -primary-file /Users/admin/builder/spi-builder-workspace/LineSDK/LineSDKObjC/Messaging/LineSDKLocationMessage.swift -primary-file /Users/admin/builder/spi-builder-workspace/LineSDK/LineSDKObjC/Messaging/LineSDKMessage.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 /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 /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 /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 -supplementary-output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LineSDK.build/Debug-iphoneos/LineSDKObjC.build/Objects-normal/arm64/supplementaryOutputs-26 -target arm64-apple-ios13.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -sdk /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.4.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -I /Applications/Xcode-15.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-15.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.4.sdk/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -swift-version 5 -enforce-exclusivity\=checked -stats-output-dir /Users/admin/builder/spi-builder-workspace/.stats -Onone -D SWIFT_PACKAGE -D DEBUG -serialize-debugging-options -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LineSDK.build/Debug-iphoneos/LineSDKObjC.build/Objects-normal/arm64/LineSDKObjC_const_extract_protocols.json -strict-concurrency\=complete -empty-abi-descriptor -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/admin/builder/spi-builder-workspace -resource-dir /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LineSDK.build/Debug-iphoneos/LineSDKObjC.build/swift-overrides.hmap -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 -module-name LineSDKObjC -frontend-parseable-output -disable-clang-spi -target-sdk-version 17.4 -target-sdk-name iphoneos17.4 -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.4.sdk/usr/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.4.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.4.sdk/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.4.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/local/lib/swift/host/plugins -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LineSDK.build/Debug-iphoneos/LineSDKObjC.build/Objects-normal/arm64/LineSDKFlexMessageContainer.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LineSDK.build/Debug-iphoneos/LineSDKObjC.build/Objects-normal/arm64/LineSDKAudioMessage.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LineSDK.build/Debug-iphoneos/LineSDKObjC.build/Objects-normal/arm64/LineSDKFlexMessage.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LineSDK.build/Debug-iphoneos/LineSDKObjC.build/Objects-normal/arm64/LineSDKImageMessage.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LineSDK.build/Debug-iphoneos/LineSDKObjC.build/Objects-normal/arm64/LineSDKLocationMessage.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LineSDK.build/Debug-iphoneos/LineSDKObjC.build/Objects-normal/arm64/LineSDKMessage.o -index-unit-output-path /LineSDK.build/Debug-iphoneos/LineSDKObjC.build/Objects-normal/arm64/LineSDKFlexMessageContainer.o -index-unit-output-path /LineSDK.build/Debug-iphoneos/LineSDKObjC.build/Objects-normal/arm64/LineSDKAudioMessage.o -index-unit-output-path /LineSDK.build/Debug-iphoneos/LineSDKObjC.build/Objects-normal/arm64/LineSDKFlexMessage.o -index-unit-output-path /LineSDK.build/Debug-iphoneos/LineSDKObjC.build/Objects-normal/arm64/LineSDKImageMessage.o -index-unit-output-path /LineSDK.build/Debug-iphoneos/LineSDKObjC.build/Objects-normal/arm64/LineSDKLocationMessage.o -index-unit-output-path /LineSDK.build/Debug-iphoneos/LineSDKObjC.build/Objects-normal/arm64/LineSDKMessage.o -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/LineSDK/LineSDKObjC/Messaging/Flex/LineSDKFlexMessageContainer.swift (in target 'LineSDKObjC' from project 'LineSDK')
    cd /Users/admin/builder/spi-builder-workspace
    /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/bin/swift-frontend -c /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 /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 /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 /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 /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 -primary-file /Users/admin/builder/spi-builder-workspace/LineSDK/LineSDKObjC/Messaging/Flex/LineSDKFlexMessageContainer.swift -primary-file /Users/admin/builder/spi-builder-workspace/LineSDK/LineSDKObjC/Messaging/LineSDKAudioMessage.swift -primary-file /Users/admin/builder/spi-builder-workspace/LineSDK/LineSDKObjC/Messaging/LineSDKFlexMessage.swift -primary-file /Users/admin/builder/spi-builder-workspace/LineSDK/LineSDKObjC/Messaging/LineSDKImageMessage.swift -primary-file /Users/admin/builder/spi-builder-workspace/LineSDK/LineSDKObjC/Messaging/LineSDKLocationMessage.swift -primary-file /Users/admin/builder/spi-builder-workspace/LineSDK/LineSDKObjC/Messaging/LineSDKMessage.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 /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 /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 /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 -supplementary-output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LineSDK.build/Debug-iphoneos/LineSDKObjC.build/Objects-normal/arm64/supplementaryOutputs-26 -target arm64-apple-ios13.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -sdk /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.4.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -I /Applications/Xcode-15.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-15.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.4.sdk/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -swift-version 5 -enforce-exclusivity\=checked -stats-output-dir /Users/admin/builder/spi-builder-workspace/.stats -Onone -D SWIFT_PACKAGE -D DEBUG -serialize-debugging-options -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LineSDK.build/Debug-iphoneos/LineSDKObjC.build/Objects-normal/arm64/LineSDKObjC_const_extract_protocols.json -strict-concurrency\=complete -empty-abi-descriptor -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/admin/builder/spi-builder-workspace -resource-dir /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LineSDK.build/Debug-iphoneos/LineSDKObjC.build/swift-overrides.hmap -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 -module-name LineSDKObjC -frontend-parseable-output -disable-clang-spi -target-sdk-version 17.4 -target-sdk-name iphoneos17.4 -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.4.sdk/usr/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.4.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.4.sdk/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.4.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/local/lib/swift/host/plugins -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LineSDK.build/Debug-iphoneos/LineSDKObjC.build/Objects-normal/arm64/LineSDKFlexMessageContainer.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LineSDK.build/Debug-iphoneos/LineSDKObjC.build/Objects-normal/arm64/LineSDKAudioMessage.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LineSDK.build/Debug-iphoneos/LineSDKObjC.build/Objects-normal/arm64/LineSDKFlexMessage.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LineSDK.build/Debug-iphoneos/LineSDKObjC.build/Objects-normal/arm64/LineSDKImageMessage.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LineSDK.build/Debug-iphoneos/LineSDKObjC.build/Objects-normal/arm64/LineSDKLocationMessage.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LineSDK.build/Debug-iphoneos/LineSDKObjC.build/Objects-normal/arm64/LineSDKMessage.o -index-unit-output-path /LineSDK.build/Debug-iphoneos/LineSDKObjC.build/Objects-normal/arm64/LineSDKFlexMessageContainer.o -index-unit-output-path /LineSDK.build/Debug-iphoneos/LineSDKObjC.build/Objects-normal/arm64/LineSDKAudioMessage.o -index-unit-output-path /LineSDK.build/Debug-iphoneos/LineSDKObjC.build/Objects-normal/arm64/LineSDKFlexMessage.o -index-unit-output-path /LineSDK.build/Debug-iphoneos/LineSDKObjC.build/Objects-normal/arm64/LineSDKImageMessage.o -index-unit-output-path /LineSDK.build/Debug-iphoneos/LineSDKObjC.build/Objects-normal/arm64/LineSDKLocationMessage.o -index-unit-output-path /LineSDK.build/Debug-iphoneos/LineSDKObjC.build/Objects-normal/arm64/LineSDKMessage.o -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/LineSDK/LineSDKObjC/Messaging/LineSDKAudioMessage.swift (in target 'LineSDKObjC' from project 'LineSDK')
    cd /Users/admin/builder/spi-builder-workspace
    /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/bin/swift-frontend -c /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 /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 /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 /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 /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 -primary-file /Users/admin/builder/spi-builder-workspace/LineSDK/LineSDKObjC/Messaging/Flex/LineSDKFlexMessageContainer.swift -primary-file /Users/admin/builder/spi-builder-workspace/LineSDK/LineSDKObjC/Messaging/LineSDKAudioMessage.swift -primary-file /Users/admin/builder/spi-builder-workspace/LineSDK/LineSDKObjC/Messaging/LineSDKFlexMessage.swift -primary-file /Users/admin/builder/spi-builder-workspace/LineSDK/LineSDKObjC/Messaging/LineSDKImageMessage.swift -primary-file /Users/admin/builder/spi-builder-workspace/LineSDK/LineSDKObjC/Messaging/LineSDKLocationMessage.swift -primary-file /Users/admin/builder/spi-builder-workspace/LineSDK/LineSDKObjC/Messaging/LineSDKMessage.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 /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 /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 /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 -supplementary-output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LineSDK.build/Debug-iphoneos/LineSDKObjC.build/Objects-normal/arm64/supplementaryOutputs-26 -target arm64-apple-ios13.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -sdk /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.4.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -I /Applications/Xcode-15.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-15.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.4.sdk/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -swift-version 5 -enforce-exclusivity\=checked -stats-output-dir /Users/admin/builder/spi-builder-workspace/.stats -Onone -D SWIFT_PACKAGE -D DEBUG -serialize-debugging-options -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LineSDK.build/Debug-iphoneos/LineSDKObjC.build/Objects-normal/arm64/LineSDKObjC_const_extract_protocols.json -strict-concurrency\=complete -empty-abi-descriptor -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/admin/builder/spi-builder-workspace -resource-dir /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LineSDK.build/Debug-iphoneos/LineSDKObjC.build/swift-overrides.hmap -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 -module-name LineSDKObjC -frontend-parseable-output -disable-clang-spi -target-sdk-version 17.4 -target-sdk-name iphoneos17.4 -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.4.sdk/usr/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.4.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.4.sdk/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.4.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/local/lib/swift/host/plugins -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LineSDK.build/Debug-iphoneos/LineSDKObjC.build/Objects-normal/arm64/LineSDKFlexMessageContainer.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LineSDK.build/Debug-iphoneos/LineSDKObjC.build/Objects-normal/arm64/LineSDKAudioMessage.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LineSDK.build/Debug-iphoneos/LineSDKObjC.build/Objects-normal/arm64/LineSDKFlexMessage.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LineSDK.build/Debug-iphoneos/LineSDKObjC.build/Objects-normal/arm64/LineSDKImageMessage.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LineSDK.build/Debug-iphoneos/LineSDKObjC.build/Objects-normal/arm64/LineSDKLocationMessage.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LineSDK.build/Debug-iphoneos/LineSDKObjC.build/Objects-normal/arm64/LineSDKMessage.o -index-unit-output-path /LineSDK.build/Debug-iphoneos/LineSDKObjC.build/Objects-normal/arm64/LineSDKFlexMessageContainer.o -index-unit-output-path /LineSDK.build/Debug-iphoneos/LineSDKObjC.build/Objects-normal/arm64/LineSDKAudioMessage.o -index-unit-output-path /LineSDK.build/Debug-iphoneos/LineSDKObjC.build/Objects-normal/arm64/LineSDKFlexMessage.o -index-unit-output-path /LineSDK.build/Debug-iphoneos/LineSDKObjC.build/Objects-normal/arm64/LineSDKImageMessage.o -index-unit-output-path /LineSDK.build/Debug-iphoneos/LineSDKObjC.build/Objects-normal/arm64/LineSDKLocationMessage.o -index-unit-output-path /LineSDK.build/Debug-iphoneos/LineSDKObjC.build/Objects-normal/arm64/LineSDKMessage.o -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/LineSDK/LineSDKObjC/Messaging/LineSDKFlexMessage.swift (in target 'LineSDKObjC' from project 'LineSDK')
    cd /Users/admin/builder/spi-builder-workspace
    /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/bin/swift-frontend -c /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 /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 /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 /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 /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 -primary-file /Users/admin/builder/spi-builder-workspace/LineSDK/LineSDKObjC/Messaging/Flex/LineSDKFlexMessageContainer.swift -primary-file /Users/admin/builder/spi-builder-workspace/LineSDK/LineSDKObjC/Messaging/LineSDKAudioMessage.swift -primary-file /Users/admin/builder/spi-builder-workspace/LineSDK/LineSDKObjC/Messaging/LineSDKFlexMessage.swift -primary-file /Users/admin/builder/spi-builder-workspace/LineSDK/LineSDKObjC/Messaging/LineSDKImageMessage.swift -primary-file /Users/admin/builder/spi-builder-workspace/LineSDK/LineSDKObjC/Messaging/LineSDKLocationMessage.swift -primary-file /Users/admin/builder/spi-builder-workspace/LineSDK/LineSDKObjC/Messaging/LineSDKMessage.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 /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 /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 /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 -supplementary-output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LineSDK.build/Debug-iphoneos/LineSDKObjC.build/Objects-normal/arm64/supplementaryOutputs-26 -target arm64-apple-ios13.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -sdk /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.4.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -I /Applications/Xcode-15.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-15.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.4.sdk/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -swift-version 5 -enforce-exclusivity\=checked -stats-output-dir /Users/admin/builder/spi-builder-workspace/.stats -Onone -D SWIFT_PACKAGE -D DEBUG -serialize-debugging-options -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LineSDK.build/Debug-iphoneos/LineSDKObjC.build/Objects-normal/arm64/LineSDKObjC_const_extract_protocols.json -strict-concurrency\=complete -empty-abi-descriptor -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/admin/builder/spi-builder-workspace -resource-dir /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LineSDK.build/Debug-iphoneos/LineSDKObjC.build/swift-overrides.hmap -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 -module-name LineSDKObjC -frontend-parseable-output -disable-clang-spi -target-sdk-version 17.4 -target-sdk-name iphoneos17.4 -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.4.sdk/usr/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.4.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.4.sdk/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.4.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/local/lib/swift/host/plugins -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LineSDK.build/Debug-iphoneos/LineSDKObjC.build/Objects-normal/arm64/LineSDKFlexMessageContainer.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LineSDK.build/Debug-iphoneos/LineSDKObjC.build/Objects-normal/arm64/LineSDKAudioMessage.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LineSDK.build/Debug-iphoneos/LineSDKObjC.build/Objects-normal/arm64/LineSDKFlexMessage.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LineSDK.build/Debug-iphoneos/LineSDKObjC.build/Objects-normal/arm64/LineSDKImageMessage.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LineSDK.build/Debug-iphoneos/LineSDKObjC.build/Objects-normal/arm64/LineSDKLocationMessage.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LineSDK.build/Debug-iphoneos/LineSDKObjC.build/Objects-normal/arm64/LineSDKMessage.o -index-unit-output-path /LineSDK.build/Debug-iphoneos/LineSDKObjC.build/Objects-normal/arm64/LineSDKFlexMessageContainer.o -index-unit-output-path /LineSDK.build/Debug-iphoneos/LineSDKObjC.build/Objects-normal/arm64/LineSDKAudioMessage.o -index-unit-output-path /LineSDK.build/Debug-iphoneos/LineSDKObjC.build/Objects-normal/arm64/LineSDKFlexMessage.o -index-unit-output-path /LineSDK.build/Debug-iphoneos/LineSDKObjC.build/Objects-normal/arm64/LineSDKImageMessage.o -index-unit-output-path /LineSDK.build/Debug-iphoneos/LineSDKObjC.build/Objects-normal/arm64/LineSDKLocationMessage.o -index-unit-output-path /LineSDK.build/Debug-iphoneos/LineSDKObjC.build/Objects-normal/arm64/LineSDKMessage.o -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/LineSDK/LineSDKObjC/Messaging/LineSDKImageMessage.swift (in target 'LineSDKObjC' from project 'LineSDK')
    cd /Users/admin/builder/spi-builder-workspace
    /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/bin/swift-frontend -c /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 /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 /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 /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 /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 -primary-file /Users/admin/builder/spi-builder-workspace/LineSDK/LineSDKObjC/Messaging/Flex/LineSDKFlexMessageContainer.swift -primary-file /Users/admin/builder/spi-builder-workspace/LineSDK/LineSDKObjC/Messaging/LineSDKAudioMessage.swift -primary-file /Users/admin/builder/spi-builder-workspace/LineSDK/LineSDKObjC/Messaging/LineSDKFlexMessage.swift -primary-file /Users/admin/builder/spi-builder-workspace/LineSDK/LineSDKObjC/Messaging/LineSDKImageMessage.swift -primary-file /Users/admin/builder/spi-builder-workspace/LineSDK/LineSDKObjC/Messaging/LineSDKLocationMessage.swift -primary-file /Users/admin/builder/spi-builder-workspace/LineSDK/LineSDKObjC/Messaging/LineSDKMessage.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 /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 /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 /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 -supplementary-output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LineSDK.build/Debug-iphoneos/LineSDKObjC.build/Objects-normal/arm64/supplementaryOutputs-26 -target arm64-apple-ios13.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -sdk /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.4.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -I /Applications/Xcode-15.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-15.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.4.sdk/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -swift-version 5 -enforce-exclusivity\=checked -stats-output-dir /Users/admin/builder/spi-builder-workspace/.stats -Onone -D SWIFT_PACKAGE -D DEBUG -serialize-debugging-options -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LineSDK.build/Debug-iphoneos/LineSDKObjC.build/Objects-normal/arm64/LineSDKObjC_const_extract_protocols.json -strict-concurrency\=complete -empty-abi-descriptor -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/admin/builder/spi-builder-workspace -resource-dir /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LineSDK.build/Debug-iphoneos/LineSDKObjC.build/swift-overrides.hmap -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 -module-name LineSDKObjC -frontend-parseable-output -disable-clang-spi -target-sdk-version 17.4 -target-sdk-name iphoneos17.4 -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.4.sdk/usr/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.4.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.4.sdk/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.4.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/local/lib/swift/host/plugins -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LineSDK.build/Debug-iphoneos/LineSDKObjC.build/Objects-normal/arm64/LineSDKFlexMessageContainer.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LineSDK.build/Debug-iphoneos/LineSDKObjC.build/Objects-normal/arm64/LineSDKAudioMessage.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LineSDK.build/Debug-iphoneos/LineSDKObjC.build/Objects-normal/arm64/LineSDKFlexMessage.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LineSDK.build/Debug-iphoneos/LineSDKObjC.build/Objects-normal/arm64/LineSDKImageMessage.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LineSDK.build/Debug-iphoneos/LineSDKObjC.build/Objects-normal/arm64/LineSDKLocationMessage.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LineSDK.build/Debug-iphoneos/LineSDKObjC.build/Objects-normal/arm64/LineSDKMessage.o -index-unit-output-path /LineSDK.build/Debug-iphoneos/LineSDKObjC.build/Objects-normal/arm64/LineSDKFlexMessageContainer.o -index-unit-output-path /LineSDK.build/Debug-iphoneos/LineSDKObjC.build/Objects-normal/arm64/LineSDKAudioMessage.o -index-unit-output-path /LineSDK.build/Debug-iphoneos/LineSDKObjC.build/Objects-normal/arm64/LineSDKFlexMessage.o -index-unit-output-path /LineSDK.build/Debug-iphoneos/LineSDKObjC.build/Objects-normal/arm64/LineSDKImageMessage.o -index-unit-output-path /LineSDK.build/Debug-iphoneos/LineSDKObjC.build/Objects-normal/arm64/LineSDKLocationMessage.o -index-unit-output-path /LineSDK.build/Debug-iphoneos/LineSDKObjC.build/Objects-normal/arm64/LineSDKMessage.o -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/LineSDK/LineSDKObjC/Messaging/LineSDKLocationMessage.swift (in target 'LineSDKObjC' from project 'LineSDK')
    cd /Users/admin/builder/spi-builder-workspace
    /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/bin/swift-frontend -c /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 /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 /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 /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 /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 -primary-file /Users/admin/builder/spi-builder-workspace/LineSDK/LineSDKObjC/Messaging/Flex/LineSDKFlexMessageContainer.swift -primary-file /Users/admin/builder/spi-builder-workspace/LineSDK/LineSDKObjC/Messaging/LineSDKAudioMessage.swift -primary-file /Users/admin/builder/spi-builder-workspace/LineSDK/LineSDKObjC/Messaging/LineSDKFlexMessage.swift -primary-file /Users/admin/builder/spi-builder-workspace/LineSDK/LineSDKObjC/Messaging/LineSDKImageMessage.swift -primary-file /Users/admin/builder/spi-builder-workspace/LineSDK/LineSDKObjC/Messaging/LineSDKLocationMessage.swift -primary-file /Users/admin/builder/spi-builder-workspace/LineSDK/LineSDKObjC/Messaging/LineSDKMessage.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 /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 /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 /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 -supplementary-output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LineSDK.build/Debug-iphoneos/LineSDKObjC.build/Objects-normal/arm64/supplementaryOutputs-26 -target arm64-apple-ios13.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -sdk /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.4.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -I /Applications/Xcode-15.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-15.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.4.sdk/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -swift-version 5 -enforce-exclusivity\=checked -stats-output-dir /Users/admin/builder/spi-builder-workspace/.stats -Onone -D SWIFT_PACKAGE -D DEBUG -serialize-debugging-options -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LineSDK.build/Debug-iphoneos/LineSDKObjC.build/Objects-normal/arm64/LineSDKObjC_const_extract_protocols.json -strict-concurrency\=complete -empty-abi-descriptor -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/admin/builder/spi-builder-workspace -resource-dir /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LineSDK.build/Debug-iphoneos/LineSDKObjC.build/swift-overrides.hmap -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 -module-name LineSDKObjC -frontend-parseable-output -disable-clang-spi -target-sdk-version 17.4 -target-sdk-name iphoneos17.4 -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.4.sdk/usr/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.4.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.4.sdk/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.4.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/local/lib/swift/host/plugins -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LineSDK.build/Debug-iphoneos/LineSDKObjC.build/Objects-normal/arm64/LineSDKFlexMessageContainer.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LineSDK.build/Debug-iphoneos/LineSDKObjC.build/Objects-normal/arm64/LineSDKAudioMessage.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LineSDK.build/Debug-iphoneos/LineSDKObjC.build/Objects-normal/arm64/LineSDKFlexMessage.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LineSDK.build/Debug-iphoneos/LineSDKObjC.build/Objects-normal/arm64/LineSDKImageMessage.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LineSDK.build/Debug-iphoneos/LineSDKObjC.build/Objects-normal/arm64/LineSDKLocationMessage.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LineSDK.build/Debug-iphoneos/LineSDKObjC.build/Objects-normal/arm64/LineSDKMessage.o -index-unit-output-path /LineSDK.build/Debug-iphoneos/LineSDKObjC.build/Objects-normal/arm64/LineSDKFlexMessageContainer.o -index-unit-output-path /LineSDK.build/Debug-iphoneos/LineSDKObjC.build/Objects-normal/arm64/LineSDKAudioMessage.o -index-unit-output-path /LineSDK.build/Debug-iphoneos/LineSDKObjC.build/Objects-normal/arm64/LineSDKFlexMessage.o -index-unit-output-path /LineSDK.build/Debug-iphoneos/LineSDKObjC.build/Objects-normal/arm64/LineSDKImageMessage.o -index-unit-output-path /LineSDK.build/Debug-iphoneos/LineSDKObjC.build/Objects-normal/arm64/LineSDKLocationMessage.o -index-unit-output-path /LineSDK.build/Debug-iphoneos/LineSDKObjC.build/Objects-normal/arm64/LineSDKMessage.o -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/LineSDK/LineSDKObjC/Messaging/LineSDKMessage.swift (in target 'LineSDKObjC' from project 'LineSDK')
    cd /Users/admin/builder/spi-builder-workspace
    /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/bin/swift-frontend -c /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 /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 /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 /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 /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 -primary-file /Users/admin/builder/spi-builder-workspace/LineSDK/LineSDKObjC/Messaging/Flex/LineSDKFlexMessageContainer.swift -primary-file /Users/admin/builder/spi-builder-workspace/LineSDK/LineSDKObjC/Messaging/LineSDKAudioMessage.swift -primary-file /Users/admin/builder/spi-builder-workspace/LineSDK/LineSDKObjC/Messaging/LineSDKFlexMessage.swift -primary-file /Users/admin/builder/spi-builder-workspace/LineSDK/LineSDKObjC/Messaging/LineSDKImageMessage.swift -primary-file /Users/admin/builder/spi-builder-workspace/LineSDK/LineSDKObjC/Messaging/LineSDKLocationMessage.swift -primary-file /Users/admin/builder/spi-builder-workspace/LineSDK/LineSDKObjC/Messaging/LineSDKMessage.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 /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 /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 /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 -supplementary-output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LineSDK.build/Debug-iphoneos/LineSDKObjC.build/Objects-normal/arm64/supplementaryOutputs-26 -target arm64-apple-ios13.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -sdk /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.4.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -I /Applications/Xcode-15.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-15.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.4.sdk/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -swift-version 5 -enforce-exclusivity\=checked -stats-output-dir /Users/admin/builder/spi-builder-workspace/.stats -Onone -D SWIFT_PACKAGE -D DEBUG -serialize-debugging-options -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LineSDK.build/Debug-iphoneos/LineSDKObjC.build/Objects-normal/arm64/LineSDKObjC_const_extract_protocols.json -strict-concurrency\=complete -empty-abi-descriptor -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/admin/builder/spi-builder-workspace -resource-dir /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LineSDK.build/Debug-iphoneos/LineSDKObjC.build/swift-overrides.hmap -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 -module-name LineSDKObjC -frontend-parseable-output -disable-clang-spi -target-sdk-version 17.4 -target-sdk-name iphoneos17.4 -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.4.sdk/usr/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.4.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.4.sdk/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.4.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/local/lib/swift/host/plugins -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LineSDK.build/Debug-iphoneos/LineSDKObjC.build/Objects-normal/arm64/LineSDKFlexMessageContainer.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LineSDK.build/Debug-iphoneos/LineSDKObjC.build/Objects-normal/arm64/LineSDKAudioMessage.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LineSDK.build/Debug-iphoneos/LineSDKObjC.build/Objects-normal/arm64/LineSDKFlexMessage.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LineSDK.build/Debug-iphoneos/LineSDKObjC.build/Objects-normal/arm64/LineSDKImageMessage.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LineSDK.build/Debug-iphoneos/LineSDKObjC.build/Objects-normal/arm64/LineSDKLocationMessage.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LineSDK.build/Debug-iphoneos/LineSDKObjC.build/Objects-normal/arm64/LineSDKMessage.o -index-unit-output-path /LineSDK.build/Debug-iphoneos/LineSDKObjC.build/Objects-normal/arm64/LineSDKFlexMessageContainer.o -index-unit-output-path /LineSDK.build/Debug-iphoneos/LineSDKObjC.build/Objects-normal/arm64/LineSDKAudioMessage.o -index-unit-output-path /LineSDK.build/Debug-iphoneos/LineSDKObjC.build/Objects-normal/arm64/LineSDKFlexMessage.o -index-unit-output-path /LineSDK.build/Debug-iphoneos/LineSDKObjC.build/Objects-normal/arm64/LineSDKImageMessage.o -index-unit-output-path /LineSDK.build/Debug-iphoneos/LineSDKObjC.build/Objects-normal/arm64/LineSDKLocationMessage.o -index-unit-output-path /LineSDK.build/Debug-iphoneos/LineSDKObjC.build/Objects-normal/arm64/LineSDKMessage.o -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
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 LineSDKGetBotFriendshipStatusResponse.swift, LineSDKErrorConstant.swift, LineSDKAuthorizationStatus.swift, LineSDKLoginButton.swift, LineSDKOpenChatCreatingController.swift, LineSDKOpenChatCreatingControllerDelegate.swift, LineSDKOpenChatRoomCreatingItem.swift (in target 'LineSDKObjC' from project 'LineSDK')
SwiftDriverJobDiscovery normal arm64 Compiling LineSDKFlexImageComponent.swift, LineSDKFlexMessageComponent.swift, LineSDKFlexSeparatorComponent.swift, LineSDKFlexTextComponent.swift, LineSDKSpacerComponent.swift, LineSDKFlexBubbleContainer.swift, LineSDKFlexCarouselContainer.swift (in target 'LineSDKObjC' from project 'LineSDK')
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
    builtin-Swift-Compilation-Requirements -- /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.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 -sdk /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.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-15.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-15.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.4.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -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 -experimental-emit-module-separately -disable-cmo
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
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.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/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/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
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 LineSDKFlexMessageContainer.swift, LineSDKAudioMessage.swift, LineSDKFlexMessage.swift, LineSDKImageMessage.swift, LineSDKLocationMessage.swift, LineSDKMessage.swift (in target 'LineSDKObjC' from project 'LineSDK')
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 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')
SwiftDriverJobDiscovery normal arm64 Compiling LineSDKOpenChatRoomInfo.swift, LineSDKMessageShareTargetType.swift, LineSDKShareTarget.swift, LineSDKShareViewController.swift, LineSDKShareViewControllerDelegate.swift, LineSDKLoginManager.swift, LineSDKLoginManagerOptions.swift (in target 'LineSDKObjC' 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
    builtin-Swift-Compilation -- /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.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 -sdk /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.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-15.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-15.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.4.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -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 -experimental-emit-module-separately -disable-cmo
SwiftDriver\ Compilation LineSDKObjC normal arm64 com.apple.xcode.tools.swift.compiler (in target 'LineSDKObjC' from project 'LineSDK')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-Swift-Compilation -- /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.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 -sdk /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.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-15.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-15.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.4.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -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 -experimental-emit-module-separately -disable-cmo
ProcessInfoPlistFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/LineSDK_LineSDK.bundle/Info.plist /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LineSDK.build/Debug-iphoneos/LineSDK_LineSDK.build/empty-LineSDK_LineSDK.plist (in target 'LineSDK_LineSDK' from project 'LineSDK')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-infoPlistUtility /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LineSDK.build/Debug-iphoneos/LineSDK_LineSDK.build/empty-LineSDK_LineSDK.plist -producttype com.apple.product-type.bundle -expandbuildsettings -format binary -platform iphoneos -additionalcontentfile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LineSDK.build/Debug-iphoneos/LineSDK_LineSDK.build/assetcatalog_generated_info.plist -requiredArchitecture arm64 -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/LineSDK_LineSDK.bundle/Info.plist
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
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LineSDK.build/Debug-iphoneos/LineSDK.build/Objects-normal/arm64/LineSDK.LinkFileList (in target 'LineSDK' from project 'LineSDK')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LineSDK.build/Debug-iphoneos/LineSDK.build/Objects-normal/arm64/LineSDK.LinkFileList
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
    /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/bin/clang -Xlinker -reproducible -target arm64-apple-ios13.0 -r -isysroot /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.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-15.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-15.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/Frameworks -iframework /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.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 -Xlinker -export_dynamic -Xlinker -no_deduplicate -fobjc-link-runtime -L/Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.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 -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 -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/LineSDK.o
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
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LineSDK.build/Debug-iphoneos/LineSDKObjC.build/Objects-normal/arm64/LineSDKObjC.LinkFileList (in target 'LineSDKObjC' from project 'LineSDK')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LineSDK.build/Debug-iphoneos/LineSDKObjC.build/Objects-normal/arm64/LineSDKObjC.LinkFileList
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
    /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/bin/clang -Xlinker -reproducible -target arm64-apple-ios13.0 -r -isysroot /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.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-15.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-15.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/Frameworks -iframework /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.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 -Xlinker -export_dynamic -Xlinker -no_deduplicate -fobjc-link-runtime -L/Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.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 -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 -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/LineSDKObjC.o
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
note: Using global toolchain override 'Swift 6.0 Development Snapshot 2024-05-26 (a)'. (in target 'LineSDK' from project 'LineSDK')
note: Using global toolchain override 'Swift 6.0 Development Snapshot 2024-05-26 (a)'. (in target 'LineSDKObjC' from project 'LineSDK')
note: Using global toolchain override 'Swift 6.0 Development Snapshot 2024-05-26 (a)'. (in target 'LineSDKObjC' from project 'LineSDK')
** 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/Resource.bundle",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/LineSDK/LineSDK/Assets.xcassets",
          "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.
This is a staging environment. For live and up-to-date package information, visit swiftpackageindex.com.