Build Information
Failed to build WWSignInWith3rd_LINE, reference main (4cb6c4), with Swift 6.3 for Linux on 14 Apr 2026 08:38:39 UTC.
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4609320-3":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/swiftpackageindex/spi-images:basic-6.3-latest swift build --triple x86_64-unknown-linux-gnu 2>&1Build Log
========================================
RunAll
========================================
Builder version: 4.70.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/William-Weng/WWSignInWith3rd_LINE.git
Reference: main
Initialized empty Git repository in /host/spi-builder-workspace/.git/
hint: Using 'master' as the name for the initial branch. This default branch name
hint: is subject to change. To configure the initial branch name to use in all
hint: of your new repositories, which will suppress this warning, call:
hint:
hint: git config --global init.defaultBranch <name>
hint:
hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
hint: 'development'. The just-created branch can be renamed via this command:
hint:
hint: git branch -m <name>
From https://github.com/William-Weng/WWSignInWith3rd_LINE
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
HEAD is now at 4cb6c4d - 加上PrivacyInfo.xcprivacy - 更新ReadMe - 將WWSignInWith3rd+LINE改成WWSignInWith3rd_LINE
Cloned https://github.com/William-Weng/WWSignInWith3rd_LINE.git
Revision (git rev-parse @):
4cb6c4dc79c1f676230199d867a1137b28e439d8
SUCCESS checkout https://github.com/William-Weng/WWSignInWith3rd_LINE.git at main
========================================
Build
========================================
Selected platform: linux
Swift version: 6.3
Building package at path: $PWD
https://github.com/William-Weng/WWSignInWith3rd_LINE.git
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-3":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/swiftpackageindex/spi-images:basic-6.3-latest swift build --triple x86_64-unknown-linux-gnu 2>&1
basic-6.3-latest: Pulling from swiftpackageindex/spi-images
Digest: sha256:5a7d791d2ead8a924b1292cb31bf3288eabcfe8880e0b005b00b45b71a5bc36a
Status: Image is up to date for registry.gitlab.com/swiftpackageindex/spi-images:basic-6.3-latest
warning: 'spi-builder-workspace': /host/spi-builder-workspace/Package.swift:16:10: warning: 'package(name:url:from:)' is deprecated: use package(url:from:) instead [#DeprecatedDeclaration]
14 | dependencies: [
15 | .package(url: "https://github.com/William-Weng/WWSignInWith3rd_Apple", .upToNextMinor(from: "1.1.0")),
16 | .package(name: "LineSDK", url: "https://github.com/line/line-sdk-ios-swift", from: "5.11.0"),
| `- warning: 'package(name:url:from:)' is deprecated: use package(url:from:) instead [#DeprecatedDeclaration]
17 | ],
18 | targets: [
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
Fetching https://github.com/William-Weng/WWSignInWith3rd_Apple
[1/175] Fetching wwsigninwith3rd_apple
Fetching https://github.com/line/line-sdk-ios-swift
Fetched https://github.com/William-Weng/WWSignInWith3rd_Apple from cache (0.54s)
[1/13851] Fetching line-sdk-ios-swift
Fetched https://github.com/line/line-sdk-ios-swift from cache (1.14s)
Computing version for https://github.com/William-Weng/WWSignInWith3rd_Apple
Computed https://github.com/William-Weng/WWSignInWith3rd_Apple at 1.1.4 (2.52s)
Computing version for https://github.com/line/line-sdk-ios-swift
Computed https://github.com/line/line-sdk-ios-swift at 5.16.0 (0.92s)
Creating working copy for https://github.com/William-Weng/WWSignInWith3rd_Apple
Working copy of https://github.com/William-Weng/WWSignInWith3rd_Apple resolved at 1.1.4
Creating working copy for https://github.com/line/line-sdk-ios-swift
Working copy of https://github.com/line/line-sdk-ios-swift resolved at 5.16.0
Building for debugging...
[0/9] Copying Info.plist
[1/9] Copying Privacy
[3/9] Write sources
[6/9] Copying Assets.xcassets
[6/9] Copying Resource.bundle
[8/9] Write swift-version-24593BA9C3E375BF.txt
error: emit-module command failed with exit code 1 (use -v to see invocation)
[10/152] Emitting module LineSDK
/host/spi-builder-workspace/.build/checkouts/line-sdk-ios-swift/LineSDK/LineSDK/Crypto/Algorithms/ECDSA.swift:23:8: error: no such module 'CommonCrypto'
21 |
22 | import Foundation
23 | import CommonCrypto
| `- error: no such module 'CommonCrypto'
24 |
25 | /// Namespace for ECDSA related things.
[11/171] Compiling WWSignInWith3rd_Apple Extension.swift
/host/spi-builder-workspace/.build/checkouts/WWSignInWith3rd_Apple/Sources/WWSignInWith3rd_Apple/Utility/Extension+Apple.swift:8:8: error: no such module 'AuthenticationServices'
6 | //
7 |
8 | import AuthenticationServices
| `- error: no such module 'AuthenticationServices'
9 |
10 | // MARK: - ASAuthorizationController (static function)
[12/171] Compiling WWSignInWith3rd_Apple WWSignInWith3rd_Apple.swift
/host/spi-builder-workspace/.build/checkouts/WWSignInWith3rd_Apple/Sources/WWSignInWith3rd_Apple/Utility/Extension+Apple.swift:8:8: error: no such module 'AuthenticationServices'
6 | //
7 |
8 | import AuthenticationServices
| `- error: no such module 'AuthenticationServices'
9 |
10 | // MARK: - ASAuthorizationController (static function)
[13/171] Compiling LineSDK ECDSA.swift
/host/spi-builder-workspace/.build/checkouts/line-sdk-ios-swift/LineSDK/LineSDK/Crypto/Algorithms/ECDSA.swift:23:8: error: no such module 'CommonCrypto'
21 |
22 | import Foundation
23 | import CommonCrypto
| `- error: no such module 'CommonCrypto'
24 |
25 | /// Namespace for ECDSA related things.
[14/171] Compiling LineSDK RSA.swift
/host/spi-builder-workspace/.build/checkouts/line-sdk-ios-swift/LineSDK/LineSDK/Crypto/Algorithms/ECDSA.swift:23:8: error: no such module 'CommonCrypto'
21 |
22 | import Foundation
23 | import CommonCrypto
| `- error: no such module 'CommonCrypto'
24 |
25 | /// Namespace for ECDSA related things.
[15/171] Compiling LineSDK CryptoAlgorithm.swift
/host/spi-builder-workspace/.build/checkouts/line-sdk-ios-swift/LineSDK/LineSDK/Crypto/Algorithms/ECDSA.swift:23:8: error: no such module 'CommonCrypto'
21 |
22 | import Foundation
23 | import CommonCrypto
| `- error: no such module 'CommonCrypto'
24 |
25 | /// Namespace for ECDSA related things.
[16/171] Compiling LineSDK CryptoData.swift
/host/spi-builder-workspace/.build/checkouts/line-sdk-ios-swift/LineSDK/LineSDK/Crypto/Algorithms/ECDSA.swift:23:8: error: no such module 'CommonCrypto'
21 |
22 | import Foundation
23 | import CommonCrypto
| `- error: no such module 'CommonCrypto'
24 |
25 | /// Namespace for ECDSA related things.
[17/171] Compiling LineSDK CryptoError.swift
/host/spi-builder-workspace/.build/checkouts/line-sdk-ios-swift/LineSDK/LineSDK/Crypto/Algorithms/ECDSA.swift:23:8: error: no such module 'CommonCrypto'
21 |
22 | import Foundation
23 | import CommonCrypto
| `- error: no such module 'CommonCrypto'
24 |
25 | /// Namespace for ECDSA related things.
[18/171] Compiling LineSDK CryptoHelpers.swift
/host/spi-builder-workspace/.build/checkouts/line-sdk-ios-swift/LineSDK/LineSDK/Crypto/Algorithms/ECDSA.swift:23:8: error: no such module 'CommonCrypto'
21 |
22 | import Foundation
23 | import CommonCrypto
| `- error: no such module 'CommonCrypto'
24 |
25 | /// Namespace for ECDSA related things.
[19/171] Compiling LineSDK CryptoKey.swift
/host/spi-builder-workspace/.build/checkouts/line-sdk-ios-swift/LineSDK/LineSDK/Crypto/Algorithms/ECDSA.swift:23:8: error: no such module 'CommonCrypto'
21 |
22 | import Foundation
23 | import CommonCrypto
| `- error: no such module 'CommonCrypto'
24 |
25 | /// Namespace for ECDSA related things.
[20/171] Compiling LineSDK GetDiscoveryDocumentRequest.swift
/host/spi-builder-workspace/.build/checkouts/line-sdk-ios-swift/LineSDK/LineSDK/Crypto/Algorithms/ECDSA.swift:23:8: error: no such module 'CommonCrypto'
21 |
22 | import Foundation
23 | import CommonCrypto
| `- error: no such module 'CommonCrypto'
24 |
25 | /// Namespace for ECDSA related things.
[21/171] Compiling LineSDK GetJWKSetRequest.swift
/host/spi-builder-workspace/.build/checkouts/line-sdk-ios-swift/LineSDK/LineSDK/Crypto/Algorithms/ECDSA.swift:23:8: error: no such module 'CommonCrypto'
21 |
22 | import Foundation
23 | import CommonCrypto
| `- error: no such module 'CommonCrypto'
24 |
25 | /// Namespace for ECDSA related things.
[22/171] Compiling LineSDK JWA.swift
/host/spi-builder-workspace/.build/checkouts/line-sdk-ios-swift/LineSDK/LineSDK/Crypto/Algorithms/ECDSA.swift:23:8: error: no such module 'CommonCrypto'
21 |
22 | import Foundation
23 | import CommonCrypto
| `- error: no such module 'CommonCrypto'
24 |
25 | /// Namespace for ECDSA related things.
[23/171] Compiling LineSDK JWK.swift
/host/spi-builder-workspace/.build/checkouts/line-sdk-ios-swift/LineSDK/LineSDK/Crypto/Algorithms/ECDSA.swift:23:8: error: no such module 'CommonCrypto'
21 |
22 | import Foundation
23 | import CommonCrypto
| `- error: no such module 'CommonCrypto'
24 |
25 | /// Namespace for ECDSA related things.
[24/171] Compiling LineSDK JWKSet.swift
/host/spi-builder-workspace/.build/checkouts/line-sdk-ios-swift/LineSDK/LineSDK/Crypto/Algorithms/ECDSA.swift:23:8: error: no such module 'CommonCrypto'
21 |
22 | import Foundation
23 | import CommonCrypto
| `- error: no such module 'CommonCrypto'
24 |
25 | /// Namespace for ECDSA related things.
[25/171] Compiling LineSDK JWT.swift
/host/spi-builder-workspace/.build/checkouts/line-sdk-ios-swift/LineSDK/LineSDK/Crypto/Algorithms/ECDSA.swift:23:8: error: no such module 'CommonCrypto'
21 |
22 | import Foundation
23 | import CommonCrypto
| `- error: no such module 'CommonCrypto'
24 |
25 | /// Namespace for ECDSA related things.
[26/171] Compiling LineSDK JWTCoder.swift
/host/spi-builder-workspace/.build/checkouts/line-sdk-ios-swift/LineSDK/LineSDK/Crypto/Algorithms/ECDSA.swift:23:8: error: no such module 'CommonCrypto'
21 |
22 | import Foundation
23 | import CommonCrypto
| `- error: no such module 'CommonCrypto'
24 |
25 | /// Namespace for ECDSA related things.
[27/171] Compiling LineSDK JWTHelpers.swift
/host/spi-builder-workspace/.build/checkouts/line-sdk-ios-swift/LineSDK/LineSDK/Crypto/Algorithms/ECDSA.swift:23:8: error: no such module 'CommonCrypto'
21 |
22 | import Foundation
23 | import CommonCrypto
| `- error: no such module 'CommonCrypto'
24 |
25 | /// Namespace for ECDSA related things.
[28/171] Compiling LineSDK GetBotFriendshipStatus.swift
/host/spi-builder-workspace/.build/checkouts/line-sdk-ios-swift/LineSDK/LineSDK/Crypto/Algorithms/ECDSA.swift:23:8: error: no such module 'CommonCrypto'
21 |
22 | import Foundation
23 | import CommonCrypto
| `- error: no such module 'CommonCrypto'
24 |
25 | /// Namespace for ECDSA related things.
[29/171] Compiling LineSDK LineSDKError.swift
/host/spi-builder-workspace/.build/checkouts/line-sdk-ios-swift/LineSDK/LineSDK/Crypto/Algorithms/ECDSA.swift:23:8: error: no such module 'CommonCrypto'
21 |
22 | import Foundation
23 | import CommonCrypto
| `- error: no such module 'CommonCrypto'
24 |
25 | /// Namespace for ECDSA related things.
[30/171] Compiling LineSDK Group.swift
/host/spi-builder-workspace/.build/checkouts/line-sdk-ios-swift/LineSDK/LineSDK/Crypto/Algorithms/ECDSA.swift:23:8: error: no such module 'CommonCrypto'
21 |
22 | import Foundation
23 | import CommonCrypto
| `- error: no such module 'CommonCrypto'
24 |
25 | /// Namespace for ECDSA related things.
[31/171] Compiling LineSDK User.swift
/host/spi-builder-workspace/.build/checkouts/line-sdk-ios-swift/LineSDK/LineSDK/Crypto/Algorithms/ECDSA.swift:23:8: error: no such module 'CommonCrypto'
21 |
22 | import Foundation
23 | import CommonCrypto
| `- error: no such module 'CommonCrypto'
24 |
25 | /// Namespace for ECDSA related things.
[32/171] Compiling LineSDK GetApproversInFriendsRequest.swift
/host/spi-builder-workspace/.build/checkouts/line-sdk-ios-swift/LineSDK/LineSDK/Crypto/Algorithms/ECDSA.swift:23:8: error: no such module 'CommonCrypto'
21 |
22 | import Foundation
23 | import CommonCrypto
| `- error: no such module 'CommonCrypto'
24 |
25 | /// Namespace for ECDSA related things.
error: emit-module command failed with exit code 1 (use -v to see invocation)
[33/171] Emitting module WWSignInWith3rd_Apple
/host/spi-builder-workspace/.build/checkouts/WWSignInWith3rd_Apple/Sources/WWSignInWith3rd_Apple/Utility/Extension+Apple.swift:8:8: error: no such module 'AuthenticationServices'
6 | //
7 |
8 | import AuthenticationServices
| `- error: no such module 'AuthenticationServices'
9 |
10 | // MARK: - ASAuthorizationController (static function)
[34/171] Compiling WWSignInWith3rd_Apple Constant.swift
/host/spi-builder-workspace/.build/checkouts/WWSignInWith3rd_Apple/Sources/WWSignInWith3rd_Apple/Utility/Extension+Apple.swift:8:8: error: no such module 'AuthenticationServices'
6 | //
7 |
8 | import AuthenticationServices
| `- error: no such module 'AuthenticationServices'
9 |
10 | // MARK: - ASAuthorizationController (static function)
[35/171] Compiling WWSignInWith3rd_Apple Extension+Apple.swift
/host/spi-builder-workspace/.build/checkouts/WWSignInWith3rd_Apple/Sources/WWSignInWith3rd_Apple/Utility/Extension+Apple.swift:8:8: error: no such module 'AuthenticationServices'
6 | //
7 |
8 | import AuthenticationServices
| `- error: no such module 'AuthenticationServices'
9 |
10 | // MARK: - ASAuthorizationController (static function)
[36/171] Compiling WWSignInWith3rd_Apple resource_bundle_accessor.swift
/host/spi-builder-workspace/.build/checkouts/WWSignInWith3rd_Apple/Sources/WWSignInWith3rd_Apple/Utility/Extension+Apple.swift:8:8: error: no such module 'AuthenticationServices'
6 | //
7 |
8 | import AuthenticationServices
| `- error: no such module 'AuthenticationServices'
9 |
10 | // MARK: - ASAuthorizationController (static function)
[37/171] Compiling LineSDK PostRevokeTokenRequest.swift
/host/spi-builder-workspace/.build/checkouts/line-sdk-ios-swift/LineSDK/LineSDK/Crypto/Algorithms/ECDSA.swift:23:8: error: no such module 'CommonCrypto'
21 |
22 | import Foundation
23 | import CommonCrypto
| `- error: no such module 'CommonCrypto'
24 |
25 | /// Namespace for ECDSA related things.
[38/171] Compiling LineSDK MessageAction.swift
/host/spi-builder-workspace/.build/checkouts/line-sdk-ios-swift/LineSDK/LineSDK/Crypto/Algorithms/ECDSA.swift:23:8: error: no such module 'CommonCrypto'
21 |
22 | import Foundation
23 | import CommonCrypto
| `- error: no such module 'CommonCrypto'
24 |
25 | /// Namespace for ECDSA related things.
[39/171] Compiling LineSDK AudioMessage.swift
/host/spi-builder-workspace/.build/checkouts/line-sdk-ios-swift/LineSDK/LineSDK/Crypto/Algorithms/ECDSA.swift:23:8: error: no such module 'CommonCrypto'
21 |
22 | import Foundation
23 | import CommonCrypto
| `- error: no such module 'CommonCrypto'
24 |
25 | /// Namespace for ECDSA related things.
[40/171] Compiling LineSDK FlexBoxComponent.swift
/host/spi-builder-workspace/.build/checkouts/line-sdk-ios-swift/LineSDK/LineSDK/Crypto/Algorithms/ECDSA.swift:23:8: error: no such module 'CommonCrypto'
21 |
22 | import Foundation
23 | import CommonCrypto
| `- error: no such module 'CommonCrypto'
24 |
25 | /// Namespace for ECDSA related things.
[41/171] Compiling LineSDK FlexButtonComponent.swift
/host/spi-builder-workspace/.build/checkouts/line-sdk-ios-swift/LineSDK/LineSDK/Crypto/Algorithms/ECDSA.swift:23:8: error: no such module 'CommonCrypto'
21 |
22 | import Foundation
23 | import CommonCrypto
| `- error: no such module 'CommonCrypto'
24 |
25 | /// Namespace for ECDSA related things.
[42/171] Compiling LineSDK FlexFillerComponent.swift
/host/spi-builder-workspace/.build/checkouts/line-sdk-ios-swift/LineSDK/LineSDK/Crypto/Algorithms/ECDSA.swift:23:8: error: no such module 'CommonCrypto'
21 |
22 | import Foundation
23 | import CommonCrypto
| `- error: no such module 'CommonCrypto'
24 |
25 | /// Namespace for ECDSA related things.
[43/171] Compiling LineSDK FlexIconComponent.swift
/host/spi-builder-workspace/.build/checkouts/line-sdk-ios-swift/LineSDK/LineSDK/Crypto/Algorithms/ECDSA.swift:23:8: error: no such module 'CommonCrypto'
21 |
22 | import Foundation
23 | import CommonCrypto
| `- error: no such module 'CommonCrypto'
24 |
25 | /// Namespace for ECDSA related things.
[44/171] Compiling LineSDK FlexImageComponent.swift
/host/spi-builder-workspace/.build/checkouts/line-sdk-ios-swift/LineSDK/LineSDK/Crypto/Algorithms/ECDSA.swift:23:8: error: no such module 'CommonCrypto'
21 |
22 | import Foundation
23 | import CommonCrypto
| `- error: no such module 'CommonCrypto'
24 |
25 | /// Namespace for ECDSA related things.
[45/171] Compiling LineSDK FlexMessageComponent.swift
/host/spi-builder-workspace/.build/checkouts/line-sdk-ios-swift/LineSDK/LineSDK/Crypto/Algorithms/ECDSA.swift:23:8: error: no such module 'CommonCrypto'
21 |
22 | import Foundation
23 | import CommonCrypto
| `- error: no such module 'CommonCrypto'
24 |
25 | /// Namespace for ECDSA related things.
[46/171] Compiling LineSDK FlexMessageProperties.swift
/host/spi-builder-workspace/.build/checkouts/line-sdk-ios-swift/LineSDK/LineSDK/Crypto/Algorithms/ECDSA.swift:23:8: error: no such module 'CommonCrypto'
21 |
22 | import Foundation
23 | import CommonCrypto
| `- error: no such module 'CommonCrypto'
24 |
25 | /// Namespace for ECDSA related things.
[47/171] Compiling LineSDK FlexSeparatorComponent.swift
/host/spi-builder-workspace/.build/checkouts/line-sdk-ios-swift/LineSDK/LineSDK/Crypto/Algorithms/ECDSA.swift:23:8: error: no such module 'CommonCrypto'
21 |
22 | import Foundation
23 | import CommonCrypto
| `- error: no such module 'CommonCrypto'
24 |
25 | /// Namespace for ECDSA related things.
[48/171] Compiling LineSDK FlexSpacerComponent.swift
/host/spi-builder-workspace/.build/checkouts/line-sdk-ios-swift/LineSDK/LineSDK/Crypto/Algorithms/ECDSA.swift:23:8: error: no such module 'CommonCrypto'
21 |
22 | import Foundation
23 | import CommonCrypto
| `- error: no such module 'CommonCrypto'
24 |
25 | /// Namespace for ECDSA related things.
[49/171] Compiling LineSDK FlexTextComponent.swift
/host/spi-builder-workspace/.build/checkouts/line-sdk-ios-swift/LineSDK/LineSDK/Crypto/Algorithms/ECDSA.swift:23:8: error: no such module 'CommonCrypto'
21 |
22 | import Foundation
23 | import CommonCrypto
| `- error: no such module 'CommonCrypto'
24 |
25 | /// Namespace for ECDSA related things.
[50/171] Compiling LineSDK FlexBubbleContainer.swift
/host/spi-builder-workspace/.build/checkouts/line-sdk-ios-swift/LineSDK/LineSDK/Crypto/Algorithms/ECDSA.swift:23:8: error: no such module 'CommonCrypto'
21 |
22 | import Foundation
23 | import CommonCrypto
| `- error: no such module 'CommonCrypto'
24 |
25 | /// Namespace for ECDSA related things.
[51/171] Compiling LineSDK FlexCarouselContainer.swift
/host/spi-builder-workspace/.build/checkouts/line-sdk-ios-swift/LineSDK/LineSDK/Crypto/Algorithms/ECDSA.swift:23:8: error: no such module 'CommonCrypto'
21 |
22 | import Foundation
23 | import CommonCrypto
| `- error: no such module 'CommonCrypto'
24 |
25 | /// Namespace for ECDSA related things.
[52/171] Compiling LineSDK FlexMessageContainer.swift
/host/spi-builder-workspace/.build/checkouts/line-sdk-ios-swift/LineSDK/LineSDK/Crypto/Algorithms/ECDSA.swift:23:8: error: no such module 'CommonCrypto'
21 |
22 | import Foundation
23 | import CommonCrypto
| `- error: no such module 'CommonCrypto'
24 |
25 | /// Namespace for ECDSA related things.
[53/171] Compiling LineSDK FlexBlockStyle.swift
/host/spi-builder-workspace/.build/checkouts/line-sdk-ios-swift/LineSDK/LineSDK/Crypto/Algorithms/ECDSA.swift:23:8: error: no such module 'CommonCrypto'
21 |
22 | import Foundation
23 | import CommonCrypto
| `- error: no such module 'CommonCrypto'
24 |
25 | /// Namespace for ECDSA related things.
[54/171] Compiling LineSDK FlexMessage.swift
/host/spi-builder-workspace/.build/checkouts/line-sdk-ios-swift/LineSDK/LineSDK/Crypto/Algorithms/ECDSA.swift:23:8: error: no such module 'CommonCrypto'
21 |
22 | import Foundation
23 | import CommonCrypto
| `- error: no such module 'CommonCrypto'
24 |
25 | /// Namespace for ECDSA related things.
[55/171] Compiling LineSDK ImageMessage.swift
/host/spi-builder-workspace/.build/checkouts/line-sdk-ios-swift/LineSDK/LineSDK/Crypto/Algorithms/ECDSA.swift:23:8: error: no such module 'CommonCrypto'
21 |
22 | import Foundation
23 | import CommonCrypto
| `- error: no such module 'CommonCrypto'
24 |
25 | /// Namespace for ECDSA related things.
[56/171] Compiling WWSignInWith3rd_Apple WWSignInWith3rd.swift
/host/spi-builder-workspace/.build/checkouts/WWSignInWith3rd_Apple/Sources/WWSignInWith3rd_Apple/Utility/Extension+Apple.swift:8:8: error: no such module 'AuthenticationServices'
6 | //
7 |
8 | import AuthenticationServices
| `- error: no such module 'AuthenticationServices'
9 |
10 | // MARK: - ASAuthorizationController (static function)
[57/171] Compiling LineSDK GetApproversInGroupRequest.swift
/host/spi-builder-workspace/.build/checkouts/line-sdk-ios-swift/LineSDK/LineSDK/Crypto/Algorithms/ECDSA.swift:23:8: error: no such module 'CommonCrypto'
21 |
22 | import Foundation
23 | import CommonCrypto
| `- error: no such module 'CommonCrypto'
24 |
25 | /// Namespace for ECDSA related things.
[58/171] Compiling LineSDK GetFriendsRequest.swift
/host/spi-builder-workspace/.build/checkouts/line-sdk-ios-swift/LineSDK/LineSDK/Crypto/Algorithms/ECDSA.swift:23:8: error: no such module 'CommonCrypto'
21 |
22 | import Foundation
23 | import CommonCrypto
| `- error: no such module 'CommonCrypto'
24 |
25 | /// Namespace for ECDSA related things.
[59/171] Compiling LineSDK GetGroupsRequest.swift
/host/spi-builder-workspace/.build/checkouts/line-sdk-ios-swift/LineSDK/LineSDK/Crypto/Algorithms/ECDSA.swift:23:8: error: no such module 'CommonCrypto'
21 |
22 | import Foundation
23 | import CommonCrypto
| `- error: no such module 'CommonCrypto'
24 |
25 | /// Namespace for ECDSA related things.
[60/171] Compiling LineSDK GetShareFriendsRequest.swift
/host/spi-builder-workspace/.build/checkouts/line-sdk-ios-swift/LineSDK/LineSDK/Crypto/Algorithms/ECDSA.swift:23:8: error: no such module 'CommonCrypto'
21 |
22 | import Foundation
23 | import CommonCrypto
| `- error: no such module 'CommonCrypto'
24 |
25 | /// Namespace for ECDSA related things.
[61/171] Compiling LineSDK GetShareGroupsRequest.swift
/host/spi-builder-workspace/.build/checkouts/line-sdk-ios-swift/LineSDK/LineSDK/Crypto/Algorithms/ECDSA.swift:23:8: error: no such module 'CommonCrypto'
21 |
22 | import Foundation
23 | import CommonCrypto
| `- error: no such module 'CommonCrypto'
24 |
25 | /// Namespace for ECDSA related things.
[62/171] Compiling LineSDK AuthorizationStatus.swift
/host/spi-builder-workspace/.build/checkouts/line-sdk-ios-swift/LineSDK/LineSDK/Crypto/Algorithms/ECDSA.swift:23:8: error: no such module 'CommonCrypto'
21 |
22 | import Foundation
23 | import CommonCrypto
| `- error: no such module 'CommonCrypto'
24 |
25 | /// Namespace for ECDSA related things.
[63/171] Compiling LineSDK StyleNavigationController.swift
/host/spi-builder-workspace/.build/checkouts/line-sdk-ios-swift/LineSDK/LineSDK/Crypto/Algorithms/ECDSA.swift:23:8: error: no such module 'CommonCrypto'
21 |
22 | import Foundation
23 | import CommonCrypto
| `- error: no such module 'CommonCrypto'
24 |
25 | /// Namespace for ECDSA related things.
[64/171] Compiling LineSDK LoginButton.swift
/host/spi-builder-workspace/.build/checkouts/line-sdk-ios-swift/LineSDK/LineSDK/Crypto/Algorithms/ECDSA.swift:23:8: error: no such module 'CommonCrypto'
21 |
22 | import Foundation
23 | import CommonCrypto
| `- error: no such module 'CommonCrypto'
24 |
25 | /// Namespace for ECDSA related things.
[65/171] Compiling LineSDK FormEntry.swift
/host/spi-builder-workspace/.build/checkouts/line-sdk-ios-swift/LineSDK/LineSDK/Crypto/Algorithms/ECDSA.swift:23:8: error: no such module 'CommonCrypto'
21 |
22 | import Foundation
23 | import CommonCrypto
| `- error: no such module 'CommonCrypto'
24 |
25 | /// Namespace for ECDSA related things.
[66/171] Compiling LineSDK FormSection.swift
/host/spi-builder-workspace/.build/checkouts/line-sdk-ios-swift/LineSDK/LineSDK/Crypto/Algorithms/ECDSA.swift:23:8: error: no such module 'CommonCrypto'
21 |
22 | import Foundation
23 | import CommonCrypto
| `- error: no such module 'CommonCrypto'
24 |
25 | /// Namespace for ECDSA related things.
[67/171] Compiling LineSDK OpenChatCategoryExtensions.swift
/host/spi-builder-workspace/.build/checkouts/line-sdk-ios-swift/LineSDK/LineSDK/Crypto/Algorithms/ECDSA.swift:23:8: error: no such module 'CommonCrypto'
21 |
22 | import Foundation
23 | import CommonCrypto
| `- error: no such module 'CommonCrypto'
24 |
25 | /// Namespace for ECDSA related things.
[68/171] Compiling LineSDK OpenChatCreatingController.swift
/host/spi-builder-workspace/.build/checkouts/line-sdk-ios-swift/LineSDK/LineSDK/Crypto/Algorithms/ECDSA.swift:23:8: error: no such module 'CommonCrypto'
21 |
22 | import Foundation
23 | import CommonCrypto
| `- error: no such module 'CommonCrypto'
24 |
25 | /// Namespace for ECDSA related things.
[69/171] Compiling LineSDK OpenChatCreatingControllerDelegate.swift
/host/spi-builder-workspace/.build/checkouts/line-sdk-ios-swift/LineSDK/LineSDK/Crypto/Algorithms/ECDSA.swift:23:8: error: no such module 'CommonCrypto'
21 |
22 | import Foundation
23 | import CommonCrypto
| `- error: no such module 'CommonCrypto'
24 |
25 | /// Namespace for ECDSA related things.
[70/171] Compiling LineSDK CountLimitedTextView.swift
/host/spi-builder-workspace/.build/checkouts/line-sdk-ios-swift/LineSDK/LineSDK/Crypto/Algorithms/ECDSA.swift:23:8: error: no such module 'CommonCrypto'
21 |
22 | import Foundation
23 | import CommonCrypto
| `- error: no such module 'CommonCrypto'
24 |
25 | /// Namespace for ECDSA related things.
[71/171] Compiling LineSDK OpenChatRoomDescriptionTableViewCell.swift
/host/spi-builder-workspace/.build/checkouts/line-sdk-ios-swift/LineSDK/LineSDK/Crypto/Algorithms/ECDSA.swift:23:8: error: no such module 'CommonCrypto'
21 |
22 | import Foundation
23 | import CommonCrypto
| `- error: no such module 'CommonCrypto'
24 |
25 | /// Namespace for ECDSA related things.
[72/171] Compiling LineSDK OpenChatRoomNameTableViewCell.swift
/host/spi-builder-workspace/.build/checkouts/line-sdk-ios-swift/LineSDK/LineSDK/Crypto/Algorithms/ECDSA.swift:23:8: error: no such module 'CommonCrypto'
21 |
22 | import Foundation
23 | import CommonCrypto
| `- error: no such module 'CommonCrypto'
24 |
25 | /// Namespace for ECDSA related things.
[73/171] Compiling LineSDK ToastView.swift
/host/spi-builder-workspace/.build/checkouts/line-sdk-ios-swift/LineSDK/LineSDK/Crypto/Algorithms/ECDSA.swift:23:8: error: no such module 'CommonCrypto'
21 |
22 | import Foundation
23 | import CommonCrypto
| `- error: no such module 'CommonCrypto'
24 |
25 | /// Namespace for ECDSA related things.
[74/171] Compiling LineSDK VerticallyCenteredTextView.swift
/host/spi-builder-workspace/.build/checkouts/line-sdk-ios-swift/LineSDK/LineSDK/Crypto/Algorithms/ECDSA.swift:23:8: error: no such module 'CommonCrypto'
21 |
22 | import Foundation
23 | import CommonCrypto
| `- error: no such module 'CommonCrypto'
24 |
25 | /// Namespace for ECDSA related things.
[75/171] Compiling LineSDK OpenChatCreatingNavigationController.swift
/host/spi-builder-workspace/.build/checkouts/line-sdk-ios-swift/LineSDK/LineSDK/Crypto/Algorithms/ECDSA.swift:23:8: error: no such module 'CommonCrypto'
21 |
22 | import Foundation
23 | import CommonCrypto
| `- error: no such module 'CommonCrypto'
24 |
25 | /// Namespace for ECDSA related things.
[76/171] Compiling LineSDK OpenChatRoomInfoViewController.swift
/host/spi-builder-workspace/.build/checkouts/line-sdk-ios-swift/LineSDK/LineSDK/Crypto/Algorithms/ECDSA.swift:23:8: error: no such module 'CommonCrypto'
21 |
22 | import Foundation
23 | import CommonCrypto
| `- error: no such module 'CommonCrypto'
24 |
25 | /// Namespace for ECDSA related things.
[77/171] Compiling LineSDK ShareTargetTableViewStyling.swift
/host/spi-builder-workspace/.build/checkouts/line-sdk-ios-swift/LineSDK/LineSDK/Crypto/Algorithms/ECDSA.swift:23:8: error: no such module 'CommonCrypto'
21 |
22 | import Foundation
23 | import CommonCrypto
| `- error: no such module 'CommonCrypto'
24 |
25 | /// Namespace for ECDSA related things.
[78/171] Compiling LineSDK LoginConfiguration.swift
/host/spi-builder-workspace/.build/checkouts/line-sdk-ios-swift/LineSDK/LineSDK/Crypto/Algorithms/ECDSA.swift:23:8: error: no such module 'CommonCrypto'
21 |
22 | import Foundation
23 | import CommonCrypto
| `- error: no such module 'CommonCrypto'
24 |
25 | /// Namespace for ECDSA related things.
[79/171] Compiling LineSDK LoginFlowFactory.swift
/host/spi-builder-workspace/.build/checkouts/line-sdk-ios-swift/LineSDK/LineSDK/Crypto/Algorithms/ECDSA.swift:23:8: error: no such module 'CommonCrypto'
21 |
22 | import Foundation
23 | import CommonCrypto
| `- error: no such module 'CommonCrypto'
24 |
25 | /// Namespace for ECDSA related things.
[80/171] Compiling LineSDK LoginManager.swift
/host/spi-builder-workspace/.build/checkouts/line-sdk-ios-swift/LineSDK/LineSDK/Crypto/Algorithms/ECDSA.swift:23:8: error: no such module 'CommonCrypto'
21 |
22 | import Foundation
23 | import CommonCrypto
| `- error: no such module 'CommonCrypto'
24 |
25 | /// Namespace for ECDSA related things.
[81/171] Compiling LineSDK LoginManagerOptions.swift
/host/spi-builder-workspace/.build/checkouts/line-sdk-ios-swift/LineSDK/LineSDK/Crypto/Algorithms/ECDSA.swift:23:8: error: no such module 'CommonCrypto'
21 |
22 | import Foundation
23 | import CommonCrypto
| `- error: no such module 'CommonCrypto'
24 |
25 | /// Namespace for ECDSA related things.
[82/171] Compiling LineSDK LoginManagerParameters.swift
/host/spi-builder-workspace/.build/checkouts/line-sdk-ios-swift/LineSDK/LineSDK/Crypto/Algorithms/ECDSA.swift:23:8: error: no such module 'CommonCrypto'
21 |
22 | import Foundation
23 | import CommonCrypto
| `- error: no such module 'CommonCrypto'
24 |
25 | /// Namespace for ECDSA related things.
[83/171] Compiling LineSDK LoginPermission.swift
/host/spi-builder-workspace/.build/checkouts/line-sdk-ios-swift/LineSDK/LineSDK/Crypto/Algorithms/ECDSA.swift:23:8: error: no such module 'CommonCrypto'
21 |
22 | import Foundation
23 | import CommonCrypto
| `- error: no such module 'CommonCrypto'
24 |
25 | /// Namespace for ECDSA related things.
[84/171] Compiling LineSDK LoginProcess.swift
/host/spi-builder-workspace/.build/checkouts/line-sdk-ios-swift/LineSDK/LineSDK/Crypto/Algorithms/ECDSA.swift:23:8: error: no such module 'CommonCrypto'
21 |
22 | import Foundation
23 | import CommonCrypto
| `- error: no such module 'CommonCrypto'
24 |
25 | /// Namespace for ECDSA related things.
[85/171] Compiling LineSDK LoginProcessURLResponse.swift
/host/spi-builder-workspace/.build/checkouts/line-sdk-ios-swift/LineSDK/LineSDK/Crypto/Algorithms/ECDSA.swift:23:8: error: no such module 'CommonCrypto'
21 |
22 | import Foundation
23 | import CommonCrypto
| `- error: no such module 'CommonCrypto'
24 |
25 | /// Namespace for ECDSA related things.
[86/171] Compiling LineSDK LoginResult.swift
/host/spi-builder-workspace/.build/checkouts/line-sdk-ios-swift/LineSDK/LineSDK/Crypto/Algorithms/ECDSA.swift:23:8: error: no such module 'CommonCrypto'
21 |
22 | import Foundation
23 | import CommonCrypto
| `- error: no such module 'CommonCrypto'
24 |
25 | /// Namespace for ECDSA related things.
[87/171] Compiling LineSDK AccessToken.swift
/host/spi-builder-workspace/.build/checkouts/line-sdk-ios-swift/LineSDK/LineSDK/Crypto/Algorithms/ECDSA.swift:23:8: error: no such module 'CommonCrypto'
21 |
22 | import Foundation
23 | import CommonCrypto
| `- error: no such module 'CommonCrypto'
24 |
25 | /// Namespace for ECDSA related things.
[88/171] Compiling LineSDK AccessTokenStore.swift
/host/spi-builder-workspace/.build/checkouts/line-sdk-ios-swift/LineSDK/LineSDK/Crypto/Algorithms/ECDSA.swift:23:8: error: no such module 'CommonCrypto'
21 |
22 | import Foundation
23 | import CommonCrypto
| `- error: no such module 'CommonCrypto'
24 |
25 | /// Namespace for ECDSA related things.
[89/171] Compiling LineSDK AccessTokenVerifyResult.swift
/host/spi-builder-workspace/.build/checkouts/line-sdk-ios-swift/LineSDK/LineSDK/Crypto/Algorithms/ECDSA.swift:23:8: error: no such module 'CommonCrypto'
21 |
22 | import Foundation
23 | import CommonCrypto
| `- error: no such module 'CommonCrypto'
24 |
25 | /// Namespace for ECDSA related things.
[90/171] Compiling LineSDK UserProfile.swift
/host/spi-builder-workspace/.build/checkouts/line-sdk-ios-swift/LineSDK/LineSDK/Crypto/Algorithms/ECDSA.swift:23:8: error: no such module 'CommonCrypto'
21 |
22 | import Foundation
23 | import CommonCrypto
| `- error: no such module 'CommonCrypto'
24 |
25 | /// Namespace for ECDSA related things.
[91/171] Compiling LineSDK PKCE.swift
/host/spi-builder-workspace/.build/checkouts/line-sdk-ios-swift/LineSDK/LineSDK/Crypto/Algorithms/ECDSA.swift:23:8: error: no such module 'CommonCrypto'
21 |
22 | import Foundation
23 | import CommonCrypto
| `- error: no such module 'CommonCrypto'
24 |
25 | /// Namespace for ECDSA related things.
[92/171] Compiling LineSDK GetUserProfileRequest.swift
/host/spi-builder-workspace/.build/checkouts/line-sdk-ios-swift/LineSDK/LineSDK/Crypto/Algorithms/ECDSA.swift:23:8: error: no such module 'CommonCrypto'
21 |
22 | import Foundation
23 | import CommonCrypto
| `- error: no such module 'CommonCrypto'
24 |
25 | /// Namespace for ECDSA related things.
[93/171] Compiling LineSDK GetVerifyTokenRequest.swift
/host/spi-builder-workspace/.build/checkouts/line-sdk-ios-swift/LineSDK/LineSDK/Crypto/Algorithms/ECDSA.swift:23:8: error: no such module 'CommonCrypto'
21 |
22 | import Foundation
23 | import CommonCrypto
| `- error: no such module 'CommonCrypto'
24 |
25 | /// Namespace for ECDSA related things.
[94/171] Compiling LineSDK PostExchangeTokenRequest.swift
/host/spi-builder-workspace/.build/checkouts/line-sdk-ios-swift/LineSDK/LineSDK/Crypto/Algorithms/ECDSA.swift:23:8: error: no such module 'CommonCrypto'
21 |
22 | import Foundation
23 | import CommonCrypto
| `- error: no such module 'CommonCrypto'
24 |
25 | /// Namespace for ECDSA related things.
[95/171] Compiling LineSDK PostRefreshTokenRequest.swift
/host/spi-builder-workspace/.build/checkouts/line-sdk-ios-swift/LineSDK/LineSDK/Crypto/Algorithms/ECDSA.swift:23:8: error: no such module 'CommonCrypto'
21 |
22 | import Foundation
23 | import CommonCrypto
| `- error: no such module 'CommonCrypto'
24 |
25 | /// Namespace for ECDSA related things.
[96/171] Compiling LineSDK OpenChatUserProfileViewController.swift
/host/spi-builder-workspace/.build/checkouts/line-sdk-ios-swift/LineSDK/LineSDK/Crypto/Algorithms/ECDSA.swift:23:8: error: no such module 'CommonCrypto'
21 |
22 | import Foundation
23 | import CommonCrypto
| `- error: no such module 'CommonCrypto'
24 |
25 | /// Namespace for ECDSA related things.
[97/171] Compiling LineSDK OptionSelectingViewController.swift
/host/spi-builder-workspace/.build/checkouts/line-sdk-ios-swift/LineSDK/LineSDK/Crypto/Algorithms/ECDSA.swift:23:8: error: no such module 'CommonCrypto'
21 |
22 | import Foundation
23 | import CommonCrypto
| `- error: no such module 'CommonCrypto'
24 |
25 | /// Namespace for ECDSA related things.
[98/171] Compiling LineSDK ResourceLoading.swift
/host/spi-builder-workspace/.build/checkouts/line-sdk-ios-swift/LineSDK/LineSDK/Crypto/Algorithms/ECDSA.swift:23:8: error: no such module 'CommonCrypto'
21 |
22 | import Foundation
23 | import CommonCrypto
| `- error: no such module 'CommonCrypto'
24 |
25 | /// Namespace for ECDSA related things.
[99/171] Compiling LineSDK ColumnDataStore.swift
/host/spi-builder-workspace/.build/checkouts/line-sdk-ios-swift/LineSDK/LineSDK/Crypto/Algorithms/ECDSA.swift:23:8: error: no such module 'CommonCrypto'
21 |
22 | import Foundation
23 | import CommonCrypto
| `- error: no such module 'CommonCrypto'
24 |
25 | /// Namespace for ECDSA related things.
[100/171] Compiling LineSDK PageTabView.swift
/host/spi-builder-workspace/.build/checkouts/line-sdk-ios-swift/LineSDK/LineSDK/Crypto/Algorithms/ECDSA.swift:23:8: error: no such module 'CommonCrypto'
21 |
22 | import Foundation
23 | import CommonCrypto
| `- error: no such module 'CommonCrypto'
24 |
25 | /// Namespace for ECDSA related things.
[101/171] Compiling LineSDK PageViewController.swift
/host/spi-builder-workspace/.build/checkouts/line-sdk-ios-swift/LineSDK/LineSDK/Crypto/Algorithms/ECDSA.swift:23:8: error: no such module 'CommonCrypto'
21 |
22 | import Foundation
23 | import CommonCrypto
| `- error: no such module 'CommonCrypto'
24 |
25 | /// Namespace for ECDSA related things.
[102/171] Compiling LineSDK MessageShareTargetType.swift
/host/spi-builder-workspace/.build/checkouts/line-sdk-ios-swift/LineSDK/LineSDK/Crypto/Algorithms/ECDSA.swift:23:8: error: no such module 'CommonCrypto'
21 |
22 | import Foundation
23 | import CommonCrypto
| `- error: no such module 'CommonCrypto'
24 |
25 | /// Namespace for ECDSA related things.
[103/171] Compiling LineSDK ShareTarget.swift
/host/spi-builder-workspace/.build/checkouts/line-sdk-ios-swift/LineSDK/LineSDK/Crypto/Algorithms/ECDSA.swift:23:8: error: no such module 'CommonCrypto'
21 |
22 | import Foundation
23 | import CommonCrypto
| `- error: no such module 'CommonCrypto'
24 |
25 | /// Namespace for ECDSA related things.
[104/171] Compiling LineSDK ShareViewController.swift
/host/spi-builder-workspace/.build/checkouts/line-sdk-ios-swift/LineSDK/LineSDK/Crypto/Algorithms/ECDSA.swift:23:8: error: no such module 'CommonCrypto'
21 |
22 | import Foundation
23 | import CommonCrypto
| `- error: no such module 'CommonCrypto'
24 |
25 | /// Namespace for ECDSA related things.
[105/171] Compiling LineSDK ShareViewControllerDelegate.swift
/host/spi-builder-workspace/.build/checkouts/line-sdk-ios-swift/LineSDK/LineSDK/Crypto/Algorithms/ECDSA.swift:23:8: error: no such module 'CommonCrypto'
21 |
22 | import Foundation
23 | import CommonCrypto
| `- error: no such module 'CommonCrypto'
24 |
25 | /// Namespace for ECDSA related things.
[106/171] Compiling LineSDK SelectedTargetPanelCell.swift
/host/spi-builder-workspace/.build/checkouts/line-sdk-ios-swift/LineSDK/LineSDK/Crypto/Algorithms/ECDSA.swift:23:8: error: no such module 'CommonCrypto'
21 |
22 | import Foundation
23 | import CommonCrypto
| `- error: no such module 'CommonCrypto'
24 |
25 | /// Namespace for ECDSA related things.
[107/171] Compiling LineSDK SelectedTargetPanelViewController.swift
/host/spi-builder-workspace/.build/checkouts/line-sdk-ios-swift/LineSDK/LineSDK/Crypto/Algorithms/ECDSA.swift:23:8: error: no such module 'CommonCrypto'
21 |
22 | import Foundation
23 | import CommonCrypto
| `- error: no such module 'CommonCrypto'
24 |
25 | /// Namespace for ECDSA related things.
[108/171] Compiling LineSDK ShareTargetSearchResultTableViewController.swift
/host/spi-builder-workspace/.build/checkouts/line-sdk-ios-swift/LineSDK/LineSDK/Crypto/Algorithms/ECDSA.swift:23:8: error: no such module 'CommonCrypto'
21 |
22 | import Foundation
23 | import CommonCrypto
| `- error: no such module 'CommonCrypto'
24 |
25 | /// Namespace for ECDSA related things.
[109/171] Compiling LineSDK ShareTargetSearchResultViewController.swift
/host/spi-builder-workspace/.build/checkouts/line-sdk-ios-swift/LineSDK/LineSDK/Crypto/Algorithms/ECDSA.swift:23:8: error: no such module 'CommonCrypto'
21 |
22 | import Foundation
23 | import CommonCrypto
| `- error: no such module 'CommonCrypto'
24 |
25 | /// Namespace for ECDSA related things.
[110/171] Compiling LineSDK ShareTargetSelectingSectionHeaderView.swift
/host/spi-builder-workspace/.build/checkouts/line-sdk-ios-swift/LineSDK/LineSDK/Crypto/Algorithms/ECDSA.swift:23:8: error: no such module 'CommonCrypto'
21 |
22 | import Foundation
23 | import CommonCrypto
| `- error: no such module 'CommonCrypto'
24 |
25 | /// Namespace for ECDSA related things.
[111/171] Compiling LineSDK ShareRootViewController.swift
/host/spi-builder-workspace/.build/checkouts/line-sdk-ios-swift/LineSDK/LineSDK/Crypto/Algorithms/ECDSA.swift:23:8: error: no such module 'CommonCrypto'
21 |
22 | import Foundation
23 | import CommonCrypto
| `- error: no such module 'CommonCrypto'
24 |
25 | /// Namespace for ECDSA related things.
[112/171] Compiling LineSDK ShareTargetSearchController.swift
/host/spi-builder-workspace/.build/checkouts/line-sdk-ios-swift/LineSDK/LineSDK/Crypto/Algorithms/ECDSA.swift:23:8: error: no such module 'CommonCrypto'
21 |
22 | import Foundation
23 | import CommonCrypto
| `- error: no such module 'CommonCrypto'
24 |
25 | /// Namespace for ECDSA related things.
[113/171] Compiling LineSDK ShareTargetSelectingTableCell.swift
/host/spi-builder-workspace/.build/checkouts/line-sdk-ios-swift/LineSDK/LineSDK/Crypto/Algorithms/ECDSA.swift:23:8: error: no such module 'CommonCrypto'
21 |
22 | import Foundation
23 | import CommonCrypto
| `- error: no such module 'CommonCrypto'
24 |
25 | /// Namespace for ECDSA related things.
[114/171] Compiling LineSDK ShareTargetSelectingViewController.swift
/host/spi-builder-workspace/.build/checkouts/line-sdk-ios-swift/LineSDK/LineSDK/Crypto/Algorithms/ECDSA.swift:23:8: error: no such module 'CommonCrypto'
21 |
22 | import Foundation
23 | import CommonCrypto
| `- error: no such module 'CommonCrypto'
24 |
25 | /// Namespace for ECDSA related things.
/host/spi-builder-workspace/.build/checkouts/line-sdk-ios-swift/LineSDK/LineSDK/Crypto/Algorithms/ECDSA.swift:23:8: error: no such module 'CommonCrypto'
21 |
22 | import Foundation
23 | import CommonCrypto
| `- error: no such module 'CommonCrypto'
24 |
25 | /// Namespace for ECDSA related things.
BUILD FAILURE 6.3 linux