Build Information
Failed to build WWSignInWith3rd_LINE, reference main (4cb6c4), with Swift 6.1 for Wasm on 29 May 2025 05:45:18 UTC.
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4609320-0":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest swift build --swift-sdk wasm32-unknown-wasi 2>&1Build Log
========================================
RunAll
========================================
Builder version: 4.63.1
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: wasm
Swift version: 6.1
Building package at path: $PWD
https://github.com/William-Weng/WWSignInWith3rd_LINE.git
https://github.com/William-Weng/WWSignInWith3rd_LINE.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
"dependencies" : [
{
"identity" : "wwsigninwith3rd_apple",
"requirement" : {
"range" : [
{
"lower_bound" : "1.1.0",
"upper_bound" : "1.2.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/William-Weng/WWSignInWith3rd_Apple"
},
{
"identity" : "line-sdk-ios-swift",
"requirement" : {
"range" : [
{
"lower_bound" : "5.11.0",
"upper_bound" : "6.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/line/line-sdk-ios-swift"
}
],
"manifest_display_name" : "WWSignInWith3rd_LINE",
"name" : "WWSignInWith3rd_LINE",
"path" : "/host/spi-builder-workspace",
"platforms" : [
{
"name" : "ios",
"version" : "14.0"
}
],
"products" : [
{
"name" : "WWSignInWith3rd_LINE",
"targets" : [
"WWSignInWith3rd_LINE"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"swift_languages_versions" : [
"5"
],
"targets" : [
{
"c99name" : "WWSignInWith3rd_LINE",
"module_type" : "SwiftTarget",
"name" : "WWSignInWith3rd_LINE",
"path" : "Sources/WWSignInWith3rd_LINE",
"product_dependencies" : [
"WWSignInWith3rd_Apple",
"LineSDK"
],
"product_memberships" : [
"WWSignInWith3rd_LINE"
],
"resources" : [
{
"path" : "/host/spi-builder-workspace/Sources/WWSignInWith3rd_LINE/Privacy",
"rule" : {
"copy" : {
}
}
}
],
"sources" : [
"WWSignInWith3rd_LINE.swift"
],
"type" : "library"
}
],
"tools_version" : "5.6"
}
warning: 'spi-builder-workspace': /host/spi-builder-workspace/Package.swift:17:10: warning: 'package(name:url:from:)' is deprecated: use package(url:from:) instead
15 | dependencies: [
16 | .package(url: "https://github.com/William-Weng/WWSignInWith3rd_Apple", .upToNextMinor(from: "1.1.0")),
17 | .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
18 | ],
19 | targets: [
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-0":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest swift build --swift-sdk wasm32-unknown-wasi -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures 2>&1
wasm-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:7e37457820e5f17452a98118754f345f2619722c485f2db0d8b666940a83afd2
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:wasm-6.1-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
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
17 | ],
18 | targets: [
Fetching https://github.com/line/line-sdk-ios-swift
Fetching https://github.com/William-Weng/WWSignInWith3rd_Apple
[1/12597] Fetching line-sdk-ios-swift
[631/12772] Fetching line-sdk-ios-swift, wwsigninwith3rd_apple
Fetched https://github.com/William-Weng/WWSignInWith3rd_Apple from cache (0.65s)
[11212/12597] Fetching line-sdk-ios-swift
Fetched https://github.com/line/line-sdk-ios-swift from cache (1.16s)
Computing version for https://github.com/line/line-sdk-ios-swift
Computed https://github.com/line/line-sdk-ios-swift at 5.12.0 (2.21s)
Computing version for https://github.com/William-Weng/WWSignInWith3rd_Apple
Computed https://github.com/William-Weng/WWSignInWith3rd_Apple at 1.1.4 (1.55s)
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.12.0
Building for debugging...
[0/9] Write sources
[0/9] Copying Info.plist
[4/9] Copying Privacy
[6/9] Copying Resource.bundle
[6/9] Copying Assets.xcassets
[8/9] Write swift-version-24593BA9C3E375BF.txt
error: emit-module command failed with exit code 1 (use -v to see invocation)
[10/151] 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/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)
[12/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)
[13/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)
[14/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)
[15/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)
error: emit-module command failed with exit code 1 (use -v to see invocation)
[16/170] 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)
[17/170] 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)
[18/170] Compiling LineSDK GetOpenChatRoomMembershipStateRequest.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/170] Compiling LineSDK GetOpenChatRoomStatusRequest.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/170] Compiling LineSDK GetOpenChatTermAgreementStatusRequest.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/170] Compiling LineSDK PostOpenChatCreateRequest.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/170] Compiling LineSDK PostOpenChatRoomJoinRequest.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/170] Compiling LineSDK CallbackQueue.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/170] Compiling LineSDK Colors.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/170] Compiling LineSDK Constant.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/170] Compiling LineSDK Delegate.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/170] Compiling LineSDK Helpers.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/170] Compiling LineSDK KeyboardObservable.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/170] Compiling LineSDK KeychainStore.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/170] Compiling LineSDK LoadingIndicator.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/170] Compiling LineSDK NotificationToken.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/170] Compiling LineSDK ResultUtils.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/170] Compiling LineSDK String.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/170] Compiling LineSDK URLs.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/170] Compiling LineSDK UserDefaultsValue.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/170] Compiling LineSDK resource_bundle_accessor.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/170] 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.
[38/170] 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.
[39/170] 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.
[40/170] 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.
[41/170] 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.
[42/170] 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.
[43/170] 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.
[44/170] 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.
[45/170] 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.
[46/170] 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.
[47/170] 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.
[48/170] 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.
[49/170] 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.
[50/170] 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.
[51/170] 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.
[52/170] 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.
[53/170] 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.
[54/170] 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.
[55/170] 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.
[56/170] 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.
[57/170] 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.
[58/170] 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.
[59/170] 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.
[60/170] 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.
[61/170] 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.
[62/170] 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.
[63/170] 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.
[64/170] 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.
[65/170] 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.
[66/170] 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.
[67/170] 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.
[68/170] 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.
[69/170] 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.
[70/170] 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.
[71/170] 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.
[72/170] 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.
[73/170] 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.
[74/170] 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.
[75/170] 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.
[76/170] 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.
[77/170] 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.
[78/170] 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.
[79/170] 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.
[80/170] 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.
[81/170] 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.
[82/170] 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.
[83/170] 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.
[84/170] 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.
[85/170] 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.
[86/170] 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.
[87/170] 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.
[88/170] 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.
[89/170] 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.
[90/170] 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.
[91/170] 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.
[92/170] 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.
[93/170] 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.
[94/170] 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.
[95/170] 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.
[96/170] 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.
[97/170] 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.
[98/170] 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.
[99/170] 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.
[100/170] 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.
[101/170] 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.
[102/170] 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.
[103/170] 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.
[104/170] 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.
[105/170] 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.
[106/170] 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.
[107/170] 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.
[108/170] 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.
[109/170] 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.
[110/170] 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.
[111/170] 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.
[112/170] 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.
[113/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.
[114/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.
[115/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.
[116/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.
[117/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.
[118/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.
[119/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.
[120/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.
[121/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.
[122/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.
[123/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.
[124/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.
[125/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.
[126/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.
[127/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.
[128/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.
[129/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.
[130/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.
[131/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.
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-0":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest swift build --swift-sdk wasm32-unknown-wasi 2>&1
wasm-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:7e37457820e5f17452a98118754f345f2619722c485f2db0d8b666940a83afd2
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:wasm-6.1-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
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
17 | ],
18 | targets: [
[0/1] Planning build
Building for debugging...
[0/1] Write swift-version-24593BA9C3E375BF.txt
[2/9] 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)
[3/9] 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)
error: emit-module command failed with exit code 1 (use -v to see invocation)
[4/9] 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)
[5/24] 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)
[6/24] 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)
[7/24] 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)
[8/24] 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)
BUILD FAILURE 6.1 wasm