Build Information
Failed to build WWSignInWith3rd_LINE, reference main (4cb6c4), with Swift 6.2 for Linux on 21 Jun 2025 06:16:35 UTC.
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4609320-3":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.2-latest swift build --triple x86_64-unknown-linux-gnu 2>&1Build Log
========================================
RunAll
========================================
Builder version: 4.64.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.2
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" registry.gitlab.com/finestructure/spi-images:basic-6.2-latest swift build --triple x86_64-unknown-linux-gnu 2>&1
basic-6.2-latest: Pulling from finestructure/spi-images
Digest: sha256:f81a7bd7aa87a0f81848d48c5bcc03f5f78deebd37fa5f9be9913077205d3687
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.2-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/line/line-sdk-ios-swift
Fetching https://github.com/William-Weng/WWSignInWith3rd_Apple
[1/175] Fetching wwsigninwith3rd_apple
[98/13271] Fetching wwsigninwith3rd_apple, line-sdk-ios-swift
Fetched https://github.com/William-Weng/WWSignInWith3rd_Apple from cache (1.55s)
Fetched https://github.com/line/line-sdk-ios-swift from cache (1.55s)
Computing version for https://github.com/line/line-sdk-ios-swift
Computed https://github.com/line/line-sdk-ios-swift at 5.13.0 (1.95s)
Computing version for https://github.com/William-Weng/WWSignInWith3rd_Apple
Computed https://github.com/William-Weng/WWSignInWith3rd_Apple at 1.1.4 (0.47s)
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.13.0
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
Building for debugging...
[0/9] Write sources
[0/9] Copying Info.plist
[3/9] Write sources
[4/9] Copying Privacy
[6/9] Copying Resource.bundle
[7/9] Copying Assets.xcassets
[8/9] Write swift-version-24593BA9C3E375BF.txt
[10/151] 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)
error: emit-module command failed with exit code 1 (use -v to see invocation)
[11/151] 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)
[12/151] Compiling LineSDK LocationMessage.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.
[13/151] Compiling LineSDK Message.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/151] Compiling LineSDK MessageProtocols.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/151] Compiling LineSDK MessageSender.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/151] Compiling LineSDK TemplateButtonsPayload.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/151] Compiling LineSDK TemplateCarouselPayload.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/151] Compiling LineSDK TemplateConfirmPayload.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/151] Compiling LineSDK TemplateImageCarouselPayload.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/151] Compiling LineSDK TemplateMessagePayload.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/151] Compiling LineSDK TemplateMessageProperties.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/151] Compiling LineSDK TemplateMessage.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/151] Compiling LineSDK TextMessage.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/151] Compiling LineSDK VideoMessage.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/151] Compiling LineSDK PostMessageSendingTokenIssueRequest.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/151] Compiling LineSDK PostMultisendMessagesRequest.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/151] Compiling LineSDK PostMultisendMessagesWithTokenRequest.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/151] Compiling LineSDK PostSendMessagesRequest.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/151] Compiling LineSDK API+Auth.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/151] Compiling LineSDK API+Deprecated.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/151] Compiling LineSDK API+Internal.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/151] Compiling LineSDK API.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.
[33/151] Compiling LineSDK ChainedPaginatedRequest.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.
[34/151] Compiling LineSDK ParametersAdapter.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.
[35/151] Compiling LineSDK Request.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.
[36/151] Compiling LineSDK RequestAdapter.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.
[37/151] Compiling LineSDK ResponsePipeline.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/151] Compiling LineSDK Session.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/151] Compiling LineSDK DownloadableImageView.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/151] Compiling LineSDK ImageDownloader.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/151] Compiling LineSDK ImageManager.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/151] Compiling LineSDK APIError.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/151] Compiling LineSDK CodingExtension.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/151] Compiling LineSDK HexColor.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/151] Compiling LineSDK Unit.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/151] Compiling LineSDK OpenChatCategory.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/151] Compiling LineSDK OpenChatCreatingFormItem.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/151] Compiling LineSDK OpenChatRoomCreatingItem.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/151] Compiling LineSDK GetOpenChatRoomJoinTypeRequest.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/170] 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)
[51/170] 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)
[52/170] 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)
error: emit-module command failed with exit code 1 (use -v to see invocation)
[53/170] 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.
[54/170] 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.
[55/170] 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.
[56/170] 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.
[57/170] 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.
[58/170] 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.
[59/170] 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.
[60/170] 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.
[61/170] 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.
[62/170] 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.
[63/170] 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.
[64/170] 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.
[65/170] 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.
[66/170] 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.
[67/170] 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.
[68/170] 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.
[69/170] 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.
[70/170] 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.
[71/170] 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.
[72/170] 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.
[73/170] 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.
[74/170] 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.
[75/170] 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.
[76/170] 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.
[77/170] 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.
[78/170] 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.
[79/170] 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.
[80/170] 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.
[81/170] 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.
[82/170] 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.
[83/170] 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.
[84/170] 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.
[85/170] 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.
[86/170] 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.
[87/170] 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.
[88/170] 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.
[89/170] 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.
[90/170] 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.
[91/170] 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.
[92/170] 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.
[93/170] 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)
[94/170] 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)
BUILD FAILURE 6.2 linux