The Swift Package Index logo.Swift Package Index

Has it really been five years since Swift Package Index launched? Read our anniversary blog post!

Build Information

Failed to build Parra, reference main (a3e14e), with Swift 6.2 (beta) for Android on 24 Jun 2025 14:30:10 UTC.

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4606859-2":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:android-6.2-latest swift build --swift-sdk aarch64-unknown-linux-android28 2>&1

Build Log

========================================
RunAll
========================================
Builder version: 4.64.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/Parra-Inc/parra-mobile-sdks.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/Parra-Inc/parra-mobile-sdks
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at a3e14e9 Released version 0.33.8 [skip ci]
Cloned https://github.com/Parra-Inc/parra-mobile-sdks.git
Revision (git rev-parse @):
a3e14e98af29456076df99ab68dc7328e5856162
SUCCESS checkout https://github.com/Parra-Inc/parra-mobile-sdks.git at main
========================================
Build
========================================
Selected platform:         android
Swift version:             6.2
Building package at path:  $PWD
https://github.com/Parra-Inc/parra-mobile-sdks.git
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-2":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:android-6.2-latest swift build --swift-sdk aarch64-unknown-linux-android28 2>&1
android-6.2-latest: Pulling from finestructure/spi-images
Digest: sha256:b7c4a6b4153ff40ef9277e2157e708f835b8eb011095d53bd8db4594eb2b7798
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:android-6.2-latest
Fetching https://github.com/Shopify/mobile-buy-sdk-ios
Fetching https://github.com/scinfu/SwiftSoup.git
Fetching https://github.com/SvenTiigi/YouTubePlayerKit.git
Fetching https://github.com/Shopify/checkout-sheet-kit-swift
[1/2644] Fetching youtubeplayerkit
[2645/11112] Fetching youtubeplayerkit, checkout-sheet-kit-swift
[3154/15028] Fetching youtubeplayerkit, checkout-sheet-kit-swift, swiftsoup
[3742/44610] Fetching youtubeplayerkit, checkout-sheet-kit-swift, swiftsoup, mobile-buy-sdk-ios
Fetched https://github.com/SvenTiigi/YouTubePlayerKit.git from cache (0.56s)
[11530/41966] Fetching checkout-sheet-kit-swift, swiftsoup, mobile-buy-sdk-ios
Fetched https://github.com/scinfu/SwiftSoup.git from cache (0.83s)
[20597/38050] Fetching checkout-sheet-kit-swift, mobile-buy-sdk-ios
Fetched https://github.com/Shopify/checkout-sheet-kit-swift from cache (0.83s)
[12721/29582] Fetching mobile-buy-sdk-ios
Fetched https://github.com/Shopify/mobile-buy-sdk-ios from cache (1.94s)
Computing version for https://github.com/SvenTiigi/YouTubePlayerKit.git
Computed https://github.com/SvenTiigi/YouTubePlayerKit.git at 2.0.0 (2.45s)
Computing version for https://github.com/Shopify/mobile-buy-sdk-ios
Computed https://github.com/Shopify/mobile-buy-sdk-ios at 13.1.1 (3.56s)
Computing version for https://github.com/Shopify/checkout-sheet-kit-swift
Computed https://github.com/Shopify/checkout-sheet-kit-swift at 3.2.0 (0.61s)
Computing version for https://github.com/scinfu/SwiftSoup.git
Computed https://github.com/scinfu/SwiftSoup.git at 2.8.8 (0.41s)
Creating working copy for https://github.com/Shopify/mobile-buy-sdk-ios
Working copy of https://github.com/Shopify/mobile-buy-sdk-ios resolved at 13.1.1
Creating working copy for https://github.com/Shopify/checkout-sheet-kit-swift
Working copy of https://github.com/Shopify/checkout-sheet-kit-swift resolved at 3.2.0
Creating working copy for https://github.com/SvenTiigi/YouTubePlayerKit.git
Working copy of https://github.com/SvenTiigi/YouTubePlayerKit.git resolved at 2.0.0
Creating working copy for https://github.com/scinfu/SwiftSoup.git
Working copy of https://github.com/scinfu/SwiftSoup.git resolved at 2.8.8
warning: 'spi-builder-workspace': found 1 file(s) which are unhandled; explicitly declare them as resources or exclude from the target
    /host/spi-builder-workspace/ios/Sources/Parra/Resources/ParraAssets.xcassets
warning: 'checkout-sheet-kit-swift': found 1 file(s) which are unhandled; explicitly declare them as resources or exclude from the target
    /host/spi-builder-workspace/.build/checkouts/checkout-sheet-kit-swift/Sources/ShopifyCheckoutSheetKit/Assets.xcassets
Building for debugging...
[0/11] Write sources
[3/11] Copying PrivacyInfo.xcprivacy
[3/11] Copying Info.plist
[3/11] Copying PrivacyInfo.xcprivacy
[3/11] Copying Info.plist
[4/11] Write sources
[10/11] Write swift-version-8C5A4AE7A8CE2BA.txt
[12/300] Compiling Buy DigitalWallet.swift
/host/spi-builder-workspace/.build/checkouts/mobile-buy-sdk-ios/Buy/Crypto/SHA256.swift:28:8: error: no such module 'CommonCrypto'
 26 |
 27 | import Foundation
 28 | import CommonCrypto
    |        `- error: no such module 'CommonCrypto'
 29 |
 30 | enum SHA256 {
[13/300] Compiling Buy DiscountAllocation.swift
/host/spi-builder-workspace/.build/checkouts/mobile-buy-sdk-ios/Buy/Crypto/SHA256.swift:28:8: error: no such module 'CommonCrypto'
 26 |
 27 | import Foundation
 28 | import CommonCrypto
    |        `- error: no such module 'CommonCrypto'
 29 |
 30 | enum SHA256 {
[14/300] Compiling Buy DiscountApplication.swift
/host/spi-builder-workspace/.build/checkouts/mobile-buy-sdk-ios/Buy/Crypto/SHA256.swift:28:8: error: no such module 'CommonCrypto'
 26 |
 27 | import Foundation
 28 | import CommonCrypto
    |        `- error: no such module 'CommonCrypto'
 29 |
 30 | enum SHA256 {
[15/300] Compiling Buy DiscountApplicationAllocationMethod.swift
/host/spi-builder-workspace/.build/checkouts/mobile-buy-sdk-ios/Buy/Crypto/SHA256.swift:28:8: error: no such module 'CommonCrypto'
 26 |
 27 | import Foundation
 28 | import CommonCrypto
    |        `- error: no such module 'CommonCrypto'
 29 |
 30 | enum SHA256 {
[16/300] Compiling Buy DiscountApplicationConnection.swift
/host/spi-builder-workspace/.build/checkouts/mobile-buy-sdk-ios/Buy/Crypto/SHA256.swift:28:8: error: no such module 'CommonCrypto'
 26 |
 27 | import Foundation
 28 | import CommonCrypto
    |        `- error: no such module 'CommonCrypto'
 29 |
 30 | enum SHA256 {
[17/300] Compiling Buy DiscountApplicationEdge.swift
/host/spi-builder-workspace/.build/checkouts/mobile-buy-sdk-ios/Buy/Crypto/SHA256.swift:28:8: error: no such module 'CommonCrypto'
 26 |
 27 | import Foundation
 28 | import CommonCrypto
    |        `- error: no such module 'CommonCrypto'
 29 |
 30 | enum SHA256 {
[18/300] Compiling Buy DiscountApplicationTargetSelection.swift
/host/spi-builder-workspace/.build/checkouts/mobile-buy-sdk-ios/Buy/Crypto/SHA256.swift:28:8: error: no such module 'CommonCrypto'
 26 |
 27 | import Foundation
 28 | import CommonCrypto
    |        `- error: no such module 'CommonCrypto'
 29 |
 30 | enum SHA256 {
[19/300] Compiling Buy DiscountApplicationTargetType.swift
/host/spi-builder-workspace/.build/checkouts/mobile-buy-sdk-ios/Buy/Crypto/SHA256.swift:28:8: error: no such module 'CommonCrypto'
 26 |
 27 | import Foundation
 28 | import CommonCrypto
    |        `- error: no such module 'CommonCrypto'
 29 |
 30 | enum SHA256 {
[20/300] Compiling Buy DiscountCodeApplication.swift
/host/spi-builder-workspace/.build/checkouts/mobile-buy-sdk-ios/Buy/Crypto/SHA256.swift:28:8: error: no such module 'CommonCrypto'
 26 |
 27 | import Foundation
 28 | import CommonCrypto
    |        `- error: no such module 'CommonCrypto'
 29 |
 30 | enum SHA256 {
[21/300] Compiling Buy DisplayableError.swift
/host/spi-builder-workspace/.build/checkouts/mobile-buy-sdk-ios/Buy/Crypto/SHA256.swift:28:8: error: no such module 'CommonCrypto'
 26 |
 27 | import Foundation
 28 | import CommonCrypto
    |        `- error: no such module 'CommonCrypto'
 29 |
 30 | enum SHA256 {
[22/300] Compiling Buy Domain.swift
/host/spi-builder-workspace/.build/checkouts/mobile-buy-sdk-ios/Buy/Crypto/SHA256.swift:28:8: error: no such module 'CommonCrypto'
 26 |
 27 | import Foundation
 28 | import CommonCrypto
    |        `- error: no such module 'CommonCrypto'
 29 |
 30 | enum SHA256 {
[23/300] Compiling Buy ExternalVideo.swift
/host/spi-builder-workspace/.build/checkouts/mobile-buy-sdk-ios/Buy/Crypto/SHA256.swift:28:8: error: no such module 'CommonCrypto'
 26 |
 27 | import Foundation
 28 | import CommonCrypto
    |        `- error: no such module 'CommonCrypto'
 29 |
 30 | enum SHA256 {
[24/300] Compiling Buy Filter.swift
/host/spi-builder-workspace/.build/checkouts/mobile-buy-sdk-ios/Buy/Crypto/SHA256.swift:28:8: error: no such module 'CommonCrypto'
 26 |
 27 | import Foundation
 28 | import CommonCrypto
    |        `- error: no such module 'CommonCrypto'
 29 |
 30 | enum SHA256 {
[25/300] Compiling Buy FilterPresentation.swift
/host/spi-builder-workspace/.build/checkouts/mobile-buy-sdk-ios/Buy/Crypto/SHA256.swift:28:8: error: no such module 'CommonCrypto'
 26 |
 27 | import Foundation
 28 | import CommonCrypto
    |        `- error: no such module 'CommonCrypto'
 29 |
 30 | enum SHA256 {
[26/300] Compiling Buy FilterType.swift
/host/spi-builder-workspace/.build/checkouts/mobile-buy-sdk-ios/Buy/Crypto/SHA256.swift:28:8: error: no such module 'CommonCrypto'
 26 |
 27 | import Foundation
 28 | import CommonCrypto
    |        `- error: no such module 'CommonCrypto'
 29 |
 30 | enum SHA256 {
[27/300] Compiling Buy FilterValue.swift
/host/spi-builder-workspace/.build/checkouts/mobile-buy-sdk-ios/Buy/Crypto/SHA256.swift:28:8: error: no such module 'CommonCrypto'
 26 |
 27 | import Foundation
 28 | import CommonCrypto
    |        `- error: no such module 'CommonCrypto'
 29 |
 30 | enum SHA256 {
[28/300] Compiling Buy Fulfillment.swift
/host/spi-builder-workspace/.build/checkouts/mobile-buy-sdk-ios/Buy/Crypto/SHA256.swift:28:8: error: no such module 'CommonCrypto'
 26 |
 27 | import Foundation
 28 | import CommonCrypto
    |        `- error: no such module 'CommonCrypto'
 29 |
 30 | enum SHA256 {
[29/300] Compiling Buy FulfillmentLineItem.swift
/host/spi-builder-workspace/.build/checkouts/mobile-buy-sdk-ios/Buy/Crypto/SHA256.swift:28:8: error: no such module 'CommonCrypto'
 26 |
 27 | import Foundation
 28 | import CommonCrypto
    |        `- error: no such module 'CommonCrypto'
 29 |
 30 | enum SHA256 {
[30/300] Compiling Buy FulfillmentLineItemConnection.swift
/host/spi-builder-workspace/.build/checkouts/mobile-buy-sdk-ios/Buy/Crypto/SHA256.swift:28:8: error: no such module 'CommonCrypto'
 26 |
 27 | import Foundation
 28 | import CommonCrypto
    |        `- error: no such module 'CommonCrypto'
 29 |
 30 | enum SHA256 {
[31/300] Compiling Buy FulfillmentLineItemEdge.swift
/host/spi-builder-workspace/.build/checkouts/mobile-buy-sdk-ios/Buy/Crypto/SHA256.swift:28:8: error: no such module 'CommonCrypto'
 26 |
 27 | import Foundation
 28 | import CommonCrypto
    |        `- error: no such module 'CommonCrypto'
 29 |
 30 | enum SHA256 {
[32/300] Compiling Buy FulfillmentTrackingInfo.swift
/host/spi-builder-workspace/.build/checkouts/mobile-buy-sdk-ios/Buy/Crypto/SHA256.swift:28:8: error: no such module 'CommonCrypto'
 26 |
 27 | import Foundation
 28 | import CommonCrypto
    |        `- error: no such module 'CommonCrypto'
 29 |
 30 | enum SHA256 {
[33/300] Compiling Buy GenericFile.swift
/host/spi-builder-workspace/.build/checkouts/mobile-buy-sdk-ios/Buy/Crypto/SHA256.swift:28:8: error: no such module 'CommonCrypto'
 26 |
 27 | import Foundation
 28 | import CommonCrypto
    |        `- error: no such module 'CommonCrypto'
 29 |
 30 | enum SHA256 {
[34/300] Compiling Buy GeoCoordinateInput.swift
/host/spi-builder-workspace/.build/checkouts/mobile-buy-sdk-ios/Buy/Crypto/SHA256.swift:28:8: error: no such module 'CommonCrypto'
 26 |
 27 | import Foundation
 28 | import CommonCrypto
    |        `- error: no such module 'CommonCrypto'
 29 |
 30 | enum SHA256 {
[35/300] Compiling Buy HasMetafields.swift
/host/spi-builder-workspace/.build/checkouts/mobile-buy-sdk-ios/Buy/Crypto/SHA256.swift:28:8: error: no such module 'CommonCrypto'
 26 |
 27 | import Foundation
 28 | import CommonCrypto
    |        `- error: no such module 'CommonCrypto'
 29 |
 30 | enum SHA256 {
[36/324] Compiling Buy Storefront.Schema.swift
/host/spi-builder-workspace/.build/checkouts/checkout-sheet-kit-swift/Sources/ShopifyCheckoutSheetKit/CheckoutBridge.swift:24:8: error: no such module 'WebKit'
 22 | */
 23 |
 24 | import WebKit
    |        `- error: no such module 'WebKit'
 25 |
 26 | enum BridgeError: Swift.Error {
[37/324] Compiling Buy Storefront.swift
/host/spi-builder-workspace/.build/checkouts/checkout-sheet-kit-swift/Sources/ShopifyCheckoutSheetKit/CheckoutBridge.swift:24:8: error: no such module 'WebKit'
 22 | */
 23 |
 24 | import WebKit
    |        `- error: no such module 'WebKit'
 25 |
 26 | enum BridgeError: Swift.Error {
[38/326] Compiling Buy CommentConnection.swift
/host/spi-builder-workspace/.build/checkouts/YouTubePlayerKit/Sources/API/YouTubePlayer+API.swift:1:8: error: no such module 'Combine'
  1 | import Combine
    |        `- error: no such module 'Combine'
  2 | import Foundation
  3 | import OSLog
[39/326] Compiling Buy CommentEdge.swift
/host/spi-builder-workspace/.build/checkouts/YouTubePlayerKit/Sources/API/YouTubePlayer+API.swift:1:8: error: no such module 'Combine'
  1 | import Combine
    |        `- error: no such module 'Combine'
  2 | import Foundation
  3 | import OSLog
[40/326] Compiling Buy Company.swift
/host/spi-builder-workspace/.build/checkouts/YouTubePlayerKit/Sources/API/YouTubePlayer+API.swift:1:8: error: no such module 'Combine'
  1 | import Combine
    |        `- error: no such module 'Combine'
  2 | import Foundation
  3 | import OSLog
[41/326] Compiling Buy CompanyContact.swift
/host/spi-builder-workspace/.build/checkouts/YouTubePlayerKit/Sources/API/YouTubePlayer+API.swift:1:8: error: no such module 'Combine'
  1 | import Combine
    |        `- error: no such module 'Combine'
  2 | import Foundation
  3 | import OSLog
[42/326] Compiling Buy CompanyLocation.swift
/host/spi-builder-workspace/.build/checkouts/YouTubePlayerKit/Sources/API/YouTubePlayer+API.swift:1:8: error: no such module 'Combine'
  1 | import Combine
    |        `- error: no such module 'Combine'
  2 | import Foundation
  3 | import OSLog
[43/326] Compiling Buy CompletePaymentChallenge.swift
/host/spi-builder-workspace/.build/checkouts/YouTubePlayerKit/Sources/API/YouTubePlayer+API.swift:1:8: error: no such module 'Combine'
  1 | import Combine
    |        `- error: no such module 'Combine'
  2 | import Foundation
  3 | import OSLog
[44/326] Compiling Buy AutomaticDiscountApplication.swift
/host/spi-builder-workspace/.build/checkouts/YouTubePlayerKit/Sources/API/YouTubePlayer+API.swift:1:8: error: no such module 'Combine'
  1 | import Combine
    |        `- error: no such module 'Combine'
  2 | import Foundation
  3 | import OSLog
[45/326] Compiling Buy CollectionConnection.swift
/host/spi-builder-workspace/.build/checkouts/YouTubePlayerKit/Sources/API/YouTubePlayer+API.swift:1:8: error: no such module 'Combine'
  1 | import Combine
    |        `- error: no such module 'Combine'
  2 | import Foundation
  3 | import OSLog
[46/326] Compiling Buy CollectionEdge.swift
/host/spi-builder-workspace/.build/checkouts/YouTubePlayerKit/Sources/API/YouTubePlayer+API.swift:1:8: error: no such module 'Combine'
  1 | import Combine
    |        `- error: no such module 'Combine'
  2 | import Foundation
  3 | import OSLog
[47/326] Compiling Buy CollectionSortKeys.swift
/host/spi-builder-workspace/.build/checkouts/YouTubePlayerKit/Sources/API/YouTubePlayer+API.swift:1:8: error: no such module 'Combine'
  1 | import Combine
    |        `- error: no such module 'Combine'
  2 | import Foundation
  3 | import OSLog
[48/326] Compiling Buy Comment.swift
/host/spi-builder-workspace/.build/checkouts/YouTubePlayerKit/Sources/API/YouTubePlayer+API.swift:1:8: error: no such module 'Combine'
  1 | import Combine
    |        `- error: no such module 'Combine'
  2 | import Foundation
  3 | import OSLog
[49/326] Compiling Buy CommentAuthor.swift
/host/spi-builder-workspace/.build/checkouts/YouTubePlayerKit/Sources/API/YouTubePlayer+API.swift:1:8: error: no such module 'Combine'
  1 | import Combine
    |        `- error: no such module 'Combine'
  2 | import Foundation
  3 | import OSLog
[50/332] Compiling Buy Graph.Client.swift
/host/spi-builder-workspace/.build/checkouts/checkout-sheet-kit-swift/Sources/ShopifyCheckoutSheetKit/CheckoutBridge.swift:24:8: error: no such module 'WebKit'
 22 | */
 23 |
 24 | import WebKit
    |        `- error: no such module 'WebKit'
 25 |
 26 | enum BridgeError: Swift.Error {
[51/332] Compiling Buy Graph.QueryError.swift
/host/spi-builder-workspace/.build/checkouts/checkout-sheet-kit-swift/Sources/ShopifyCheckoutSheetKit/CheckoutBridge.swift:24:8: error: no such module 'WebKit'
 22 | */
 23 |
 24 | import WebKit
    |        `- error: no such module 'WebKit'
 25 |
 26 | enum BridgeError: Swift.Error {
[52/332] Compiling Buy Graph.RetryHandler.swift
/host/spi-builder-workspace/.build/checkouts/checkout-sheet-kit-swift/Sources/ShopifyCheckoutSheetKit/CheckoutBridge.swift:24:8: error: no such module 'WebKit'
 22 | */
 23 |
 24 | import WebKit
    |        `- error: no such module 'WebKit'
 25 |
 26 | enum BridgeError: Swift.Error {
[53/332] Compiling Buy Graph.Task.swift
/host/spi-builder-workspace/.build/checkouts/checkout-sheet-kit-swift/Sources/ShopifyCheckoutSheetKit/CheckoutBridge.swift:24:8: error: no such module 'WebKit'
 22 | */
 23 |
 24 | import WebKit
    |        `- error: no such module 'WebKit'
 25 |
 26 | enum BridgeError: Swift.Error {
[54/332] Compiling Buy Graph.swift
/host/spi-builder-workspace/.build/checkouts/checkout-sheet-kit-swift/Sources/ShopifyCheckoutSheetKit/CheckoutBridge.swift:24:8: error: no such module 'WebKit'
 22 | */
 23 |
 24 | import WebKit
    |        `- error: no such module 'WebKit'
 25 |
 26 | enum BridgeError: Swift.Error {
[55/332] Compiling Buy SHA256.swift
/host/spi-builder-workspace/.build/checkouts/checkout-sheet-kit-swift/Sources/ShopifyCheckoutSheetKit/CheckoutBridge.swift:24:8: error: no such module 'WebKit'
 22 | */
 23 |
 24 | import WebKit
    |        `- error: no such module 'WebKit'
 25 |
 26 | enum BridgeError: Swift.Error {
error: emit-module command failed with exit code 1 (use -v to see invocation)
[56/332] Emitting module Buy
/host/spi-builder-workspace/.build/checkouts/mobile-buy-sdk-ios/Buy/Crypto/SHA256.swift:28:8: error: no such module 'CommonCrypto'
 26 |
 27 | import Foundation
 28 | import CommonCrypto
    |        `- error: no such module 'CommonCrypto'
 29 |
 30 | enum SHA256 {
[57/332] Compiling Buy Graph.Cache.swift
/host/spi-builder-workspace/.build/checkouts/mobile-buy-sdk-ios/Buy/Crypto/SHA256.swift:28:8: error: no such module 'CommonCrypto'
 26 |
 27 | import Foundation
 28 | import CommonCrypto
    |        `- error: no such module 'CommonCrypto'
 29 |
 30 | enum SHA256 {
[58/332] Compiling Buy ApplePayWalletHeaderInput.swift
/host/spi-builder-workspace/.build/checkouts/checkout-sheet-kit-swift/Sources/ShopifyCheckoutSheetKit/CheckoutBridge.swift:24:8: error: no such module 'WebKit'
 22 | */
 23 |
 24 | import WebKit
    |        `- error: no such module 'WebKit'
 25 |
 26 | enum BridgeError: Swift.Error {
[59/332] Compiling Buy AppliedGiftCard.swift
/host/spi-builder-workspace/.build/checkouts/checkout-sheet-kit-swift/Sources/ShopifyCheckoutSheetKit/CheckoutBridge.swift:24:8: error: no such module 'WebKit'
 22 | */
 23 |
 24 | import WebKit
    |        `- error: no such module 'WebKit'
 25 |
 26 | enum BridgeError: Swift.Error {
[60/332] Compiling Buy GraphQL+ScalarSupport.swift
/host/spi-builder-workspace/.build/checkouts/checkout-sheet-kit-swift/Sources/ShopifyCheckoutSheetKit/CheckoutBridge.swift:24:8: error: no such module 'WebKit'
 22 | */
 23 |
 24 | import WebKit
    |        `- error: no such module 'WebKit'
 25 |
 26 | enum BridgeError: Swift.Error {
[61/332] Compiling Buy Optional+Input.swift
/host/spi-builder-workspace/.build/checkouts/checkout-sheet-kit-swift/Sources/ShopifyCheckoutSheetKit/CheckoutBridge.swift:24:8: error: no such module 'WebKit'
 22 | */
 23 |
 24 | import WebKit
    |        `- error: no such module 'WebKit'
 25 |
 26 | enum BridgeError: Swift.Error {
[62/332] Compiling Buy ApiVersion.swift
/host/spi-builder-workspace/.build/checkouts/checkout-sheet-kit-swift/Sources/ShopifyCheckoutSheetKit/CheckoutBridge.swift:24:8: error: no such module 'WebKit'
 22 | */
 23 |
 24 | import WebKit
    |        `- error: no such module 'WebKit'
 25 |
 26 | enum BridgeError: Swift.Error {
[63/332] Compiling Buy ApplePayWalletContentInput.swift
/host/spi-builder-workspace/.build/checkouts/checkout-sheet-kit-swift/Sources/ShopifyCheckoutSheetKit/CheckoutBridge.swift:24:8: error: no such module 'WebKit'
 22 | */
 23 |
 24 | import WebKit
    |        `- error: no such module 'WebKit'
 25 |
 26 | enum BridgeError: Swift.Error {
[64/332] Compiling Buy Graph.CacheItem.swift
/host/spi-builder-workspace/.build/checkouts/mobile-buy-sdk-ios/Buy/Crypto/SHA256.swift:28:8: error: no such module 'CommonCrypto'
 26 |
 27 | import Foundation
 28 | import CommonCrypto
    |        `- error: no such module 'CommonCrypto'
 29 |
 30 | enum SHA256 {
[65/332] Compiling Buy Graph.CachePolicy.swift
/host/spi-builder-workspace/.build/checkouts/mobile-buy-sdk-ios/Buy/Crypto/SHA256.swift:28:8: error: no such module 'CommonCrypto'
 26 |
 27 | import Foundation
 28 | import CommonCrypto
    |        `- error: no such module 'CommonCrypto'
 29 |
 30 | enum SHA256 {
/host/spi-builder-workspace/.build/checkouts/mobile-buy-sdk-ios/Buy/Crypto/SHA256.swift:28:8: error: no such module 'CommonCrypto'
 26 |
 27 | import Foundation
 28 | import CommonCrypto
    |        `- error: no such module 'CommonCrypto'
 29 |
 30 | enum SHA256 {
/host/spi-builder-workspace/.build/checkouts/mobile-buy-sdk-ios/Buy/Crypto/SHA256.swift:28:8: error: no such module 'CommonCrypto'
 26 |
 27 | import Foundation
 28 | import CommonCrypto
    |        `- error: no such module 'CommonCrypto'
 29 |
 30 | enum SHA256 {
/host/spi-builder-workspace/.build/checkouts/mobile-buy-sdk-ios/Buy/Crypto/SHA256.swift:28:8: error: no such module 'CommonCrypto'
 26 |
 27 | import Foundation
 28 | import CommonCrypto
    |        `- error: no such module 'CommonCrypto'
 29 |
 30 | enum SHA256 {
/host/spi-builder-workspace/.build/checkouts/mobile-buy-sdk-ios/Buy/Crypto/SHA256.swift:28:8: error: no such module 'CommonCrypto'
 26 |
 27 | import Foundation
 28 | import CommonCrypto
    |        `- error: no such module 'CommonCrypto'
 29 |
 30 | enum SHA256 {
/host/spi-builder-workspace/.build/checkouts/mobile-buy-sdk-ios/Buy/Crypto/SHA256.swift:28:8: error: no such module 'CommonCrypto'
 26 |
 27 | import Foundation
 28 | import CommonCrypto
    |        `- error: no such module 'CommonCrypto'
 29 |
 30 | enum SHA256 {
/host/spi-builder-workspace/.build/checkouts/mobile-buy-sdk-ios/Buy/Crypto/SHA256.swift:28:8: error: no such module 'CommonCrypto'
 26 |
 27 | import Foundation
 28 | import CommonCrypto
    |        `- error: no such module 'CommonCrypto'
 29 |
 30 | enum SHA256 {
/host/spi-builder-workspace/.build/checkouts/mobile-buy-sdk-ios/Buy/Crypto/SHA256.swift:28:8: error: no such module 'CommonCrypto'
 26 |
 27 | import Foundation
 28 | import CommonCrypto
    |        `- error: no such module 'CommonCrypto'
 29 |
 30 | enum SHA256 {
/host/spi-builder-workspace/.build/checkouts/mobile-buy-sdk-ios/Buy/Crypto/SHA256.swift:28:8: error: no such module 'CommonCrypto'
 26 |
 27 | import Foundation
 28 | import CommonCrypto
    |        `- error: no such module 'CommonCrypto'
 29 |
 30 | enum SHA256 {
/host/spi-builder-workspace/.build/checkouts/mobile-buy-sdk-ios/Buy/Crypto/SHA256.swift:28:8: error: no such module 'CommonCrypto'
 26 |
 27 | import Foundation
 28 | import CommonCrypto
    |        `- error: no such module 'CommonCrypto'
 29 |
 30 | enum SHA256 {
/host/spi-builder-workspace/.build/checkouts/mobile-buy-sdk-ios/Buy/Crypto/SHA256.swift:28:8: error: no such module 'CommonCrypto'
 26 |
 27 | import Foundation
 28 | import CommonCrypto
    |        `- error: no such module 'CommonCrypto'
 29 |
 30 | enum SHA256 {
/host/spi-builder-workspace/.build/checkouts/mobile-buy-sdk-ios/Buy/Crypto/SHA256.swift:28:8: error: no such module 'CommonCrypto'
 26 |
 27 | import Foundation
 28 | import CommonCrypto
    |        `- error: no such module 'CommonCrypto'
 29 |
 30 | enum SHA256 {
/host/spi-builder-workspace/.build/checkouts/mobile-buy-sdk-ios/Buy/Crypto/SHA256.swift:28:8: error: no such module 'CommonCrypto'
 26 |
 27 | import Foundation
 28 | import CommonCrypto
    |        `- error: no such module 'CommonCrypto'
 29 |
 30 | enum SHA256 {
/host/spi-builder-workspace/.build/checkouts/mobile-buy-sdk-ios/Buy/Crypto/SHA256.swift:28:8: error: no such module 'CommonCrypto'
 26 |
 27 | import Foundation
 28 | import CommonCrypto
    |        `- error: no such module 'CommonCrypto'
 29 |
 30 | enum SHA256 {
/host/spi-builder-workspace/.build/checkouts/mobile-buy-sdk-ios/Buy/Crypto/SHA256.swift:28:8: error: no such module 'CommonCrypto'
 26 |
 27 | import Foundation
 28 | import CommonCrypto
    |        `- error: no such module 'CommonCrypto'
 29 |
 30 | enum SHA256 {
[80/332] Compiling ShopifyCheckoutSheetKit ShopifyCheckoutSheetKit.swift
/host/spi-builder-workspace/.build/checkouts/mobile-buy-sdk-ios/Buy/Crypto/SHA256.swift:28:8: error: no such module 'CommonCrypto'
 26 |
 27 | import Foundation
 28 | import CommonCrypto
    |        `- error: no such module 'CommonCrypto'
 29 |
 30 | enum SHA256 {
[81/332] Compiling ShopifyCheckoutSheetKit WebPixelsEventDecoder.swift
/host/spi-builder-workspace/.build/checkouts/mobile-buy-sdk-ios/Buy/Crypto/SHA256.swift:28:8: error: no such module 'CommonCrypto'
 26 |
 27 | import Foundation
 28 | import CommonCrypto
    |        `- error: no such module 'CommonCrypto'
 29 |
 30 | enum SHA256 {
[82/332] Compiling Buy ArticleConnection.swift
/host/spi-builder-workspace/.build/checkouts/mobile-buy-sdk-ios/Buy/Crypto/SHA256.swift:28:8: error: no such module 'CommonCrypto'
 26 |
 27 | import Foundation
 28 | import CommonCrypto
    |        `- error: no such module 'CommonCrypto'
 29 |
 30 | enum SHA256 {
[83/332] Compiling Buy ArticleEdge.swift
/host/spi-builder-workspace/.build/checkouts/mobile-buy-sdk-ios/Buy/Crypto/SHA256.swift:28:8: error: no such module 'CommonCrypto'
 26 |
 27 | import Foundation
 28 | import CommonCrypto
    |        `- error: no such module 'CommonCrypto'
 29 |
 30 | enum SHA256 {
[84/332] Compiling Buy ArticleSortKeys.swift
/host/spi-builder-workspace/.build/checkouts/mobile-buy-sdk-ios/Buy/Crypto/SHA256.swift:28:8: error: no such module 'CommonCrypto'
 26 |
 27 | import Foundation
 28 | import CommonCrypto
    |        `- error: no such module 'CommonCrypto'
 29 |
 30 | enum SHA256 {
[85/332] Compiling Buy Attribute.swift
/host/spi-builder-workspace/.build/checkouts/mobile-buy-sdk-ios/Buy/Crypto/SHA256.swift:28:8: error: no such module 'CommonCrypto'
 26 |
 27 | import Foundation
 28 | import CommonCrypto
    |        `- error: no such module 'CommonCrypto'
 29 |
 30 | enum SHA256 {
[86/332] Compiling Buy AttributeInput.swift
/host/spi-builder-workspace/.build/checkouts/mobile-buy-sdk-ios/Buy/Crypto/SHA256.swift:28:8: error: no such module 'CommonCrypto'
 26 |
 27 | import Foundation
 28 | import CommonCrypto
    |        `- error: no such module 'CommonCrypto'
 29 |
 30 | enum SHA256 {
/host/spi-builder-workspace/.build/checkouts/mobile-buy-sdk-ios/Buy/Crypto/SHA256.swift:28:8: error: no such module 'CommonCrypto'
 26 |
 27 | import Foundation
 28 | import CommonCrypto
    |        `- error: no such module 'CommonCrypto'
 29 |
 30 | enum SHA256 {
[88/342] Compiling Buy CompletionError.swift
/host/spi-builder-workspace/.build/checkouts/YouTubePlayerKit/Sources/API/YouTubePlayer+API.swift:1:8: error: no such module 'Combine'
  1 | import Combine
    |        `- error: no such module 'Combine'
  2 | import Foundation
  3 | import OSLog
[89/342] Compiling Buy CompletionErrorCode.swift
/host/spi-builder-workspace/.build/checkouts/YouTubePlayerKit/Sources/API/YouTubePlayer+API.swift:1:8: error: no such module 'Combine'
  1 | import Combine
    |        `- error: no such module 'Combine'
  2 | import Foundation
  3 | import OSLog
[90/342] Compiling Buy ComponentizableCartLine.swift
/host/spi-builder-workspace/.build/checkouts/YouTubePlayerKit/Sources/API/YouTubePlayer+API.swift:1:8: error: no such module 'Combine'
  1 | import Combine
    |        `- error: no such module 'Combine'
  2 | import Foundation
  3 | import OSLog
[91/342] Compiling Buy Count.swift
/host/spi-builder-workspace/.build/checkouts/YouTubePlayerKit/Sources/API/YouTubePlayer+API.swift:1:8: error: no such module 'Combine'
  1 | import Combine
    |        `- error: no such module 'Combine'
  2 | import Foundation
  3 | import OSLog
[92/342] Compiling Buy CountPrecision.swift
/host/spi-builder-workspace/.build/checkouts/YouTubePlayerKit/Sources/API/YouTubePlayer+API.swift:1:8: error: no such module 'Combine'
  1 | import Combine
    |        `- error: no such module 'Combine'
  2 | import Foundation
  3 | import OSLog
[93/342] Compiling Buy Country.swift
/host/spi-builder-workspace/.build/checkouts/YouTubePlayerKit/Sources/API/YouTubePlayer+API.swift:1:8: error: no such module 'Combine'
  1 | import Combine
    |        `- error: no such module 'Combine'
  2 | import Foundation
  3 | import OSLog
/host/spi-builder-workspace/.build/checkouts/YouTubePlayerKit/Sources/API/YouTubePlayer+API.swift:1:8: error: no such module 'Combine'
  1 | import Combine
    |        `- error: no such module 'Combine'
  2 | import Foundation
  3 | import OSLog
/host/spi-builder-workspace/.build/checkouts/YouTubePlayerKit/Sources/API/YouTubePlayer+API.swift:1:8: error: no such module 'Combine'
  1 | import Combine
    |        `- error: no such module 'Combine'
  2 | import Foundation
  3 | import OSLog
/host/spi-builder-workspace/.build/checkouts/YouTubePlayerKit/Sources/API/YouTubePlayer+API.swift:1:8: error: no such module 'Combine'
  1 | import Combine
    |        `- error: no such module 'Combine'
  2 | import Foundation
  3 | import OSLog
/host/spi-builder-workspace/.build/checkouts/YouTubePlayerKit/Sources/API/YouTubePlayer+API.swift:1:8: error: no such module 'Combine'
  1 | import Combine
    |        `- error: no such module 'Combine'
  2 | import Foundation
  3 | import OSLog
/host/spi-builder-workspace/.build/checkouts/YouTubePlayerKit/Sources/API/YouTubePlayer+API.swift:1:8: error: no such module 'Combine'
  1 | import Combine
    |        `- error: no such module 'Combine'
  2 | import Foundation
  3 | import OSLog
/host/spi-builder-workspace/.build/checkouts/YouTubePlayerKit/Sources/API/YouTubePlayer+API.swift:1:8: error: no such module 'Combine'
  1 | import Combine
    |        `- error: no such module 'Combine'
  2 | import Foundation
  3 | import OSLog
error: emit-module command failed with exit code 1 (use -v to see invocation)
[100/366] Emitting module YouTubePlayerKit
/host/spi-builder-workspace/.build/checkouts/YouTubePlayerKit/Sources/API/YouTubePlayer+API.swift:1:8: error: no such module 'Combine'
  1 | import Combine
    |        `- error: no such module 'Combine'
  2 | import Foundation
  3 | import OSLog
/host/spi-builder-workspace/.build/checkouts/YouTubePlayerKit/Sources/API/YouTubePlayer+API.swift:1:8: error: no such module 'Combine'
  1 | import Combine
    |        `- error: no such module 'Combine'
  2 | import Foundation
  3 | import OSLog
/host/spi-builder-workspace/.build/checkouts/YouTubePlayerKit/Sources/API/YouTubePlayer+API.swift:1:8: error: no such module 'Combine'
  1 | import Combine
    |        `- error: no such module 'Combine'
  2 | import Foundation
  3 | import OSLog
/host/spi-builder-workspace/.build/checkouts/YouTubePlayerKit/Sources/API/YouTubePlayer+API.swift:1:8: error: no such module 'Combine'
  1 | import Combine
    |        `- error: no such module 'Combine'
  2 | import Foundation
  3 | import OSLog
/host/spi-builder-workspace/.build/checkouts/YouTubePlayerKit/Sources/API/YouTubePlayer+API.swift:1:8: error: no such module 'Combine'
  1 | import Combine
    |        `- error: no such module 'Combine'
  2 | import Foundation
  3 | import OSLog
/host/spi-builder-workspace/.build/checkouts/YouTubePlayerKit/Sources/API/YouTubePlayer+API.swift:1:8: error: no such module 'Combine'
  1 | import Combine
    |        `- error: no such module 'Combine'
  2 | import Foundation
  3 | import OSLog
/host/spi-builder-workspace/.build/checkouts/YouTubePlayerKit/Sources/API/YouTubePlayer+API.swift:1:8: error: no such module 'Combine'
  1 | import Combine
    |        `- error: no such module 'Combine'
  2 | import Foundation
  3 | import OSLog
/host/spi-builder-workspace/.build/checkouts/YouTubePlayerKit/Sources/API/YouTubePlayer+API.swift:1:8: error: no such module 'Combine'
  1 | import Combine
    |        `- error: no such module 'Combine'
  2 | import Foundation
  3 | import OSLog
/host/spi-builder-workspace/.build/checkouts/YouTubePlayerKit/Sources/API/YouTubePlayer+API.swift:1:8: error: no such module 'Combine'
  1 | import Combine
    |        `- error: no such module 'Combine'
  2 | import Foundation
  3 | import OSLog
/host/spi-builder-workspace/.build/checkouts/YouTubePlayerKit/Sources/API/YouTubePlayer+API.swift:1:8: error: no such module 'Combine'
  1 | import Combine
    |        `- error: no such module 'Combine'
  2 | import Foundation
  3 | import OSLog
/host/spi-builder-workspace/.build/checkouts/YouTubePlayerKit/Sources/API/YouTubePlayer+API.swift:1:8: error: no such module 'Combine'
  1 | import Combine
    |        `- error: no such module 'Combine'
  2 | import Foundation
  3 | import OSLog
/host/spi-builder-workspace/.build/checkouts/YouTubePlayerKit/Sources/API/YouTubePlayer+API.swift:1:8: error: no such module 'Combine'
  1 | import Combine
    |        `- error: no such module 'Combine'
  2 | import Foundation
  3 | import OSLog
/host/spi-builder-workspace/.build/checkouts/YouTubePlayerKit/Sources/API/YouTubePlayer+API.swift:1:8: error: no such module 'Combine'
  1 | import Combine
    |        `- error: no such module 'Combine'
  2 | import Foundation
  3 | import OSLog
/host/spi-builder-workspace/.build/checkouts/YouTubePlayerKit/Sources/API/YouTubePlayer+API.swift:1:8: error: no such module 'Combine'
  1 | import Combine
    |        `- error: no such module 'Combine'
  2 | import Foundation
  3 | import OSLog
/host/spi-builder-workspace/.build/checkouts/YouTubePlayerKit/Sources/API/YouTubePlayer+API.swift:1:8: error: no such module 'Combine'
  1 | import Combine
    |        `- error: no such module 'Combine'
  2 | import Foundation
  3 | import OSLog
/host/spi-builder-workspace/.build/checkouts/YouTubePlayerKit/Sources/API/YouTubePlayer+API.swift:1:8: error: no such module 'Combine'
  1 | import Combine
    |        `- error: no such module 'Combine'
  2 | import Foundation
  3 | import OSLog
/host/spi-builder-workspace/.build/checkouts/YouTubePlayerKit/Sources/API/YouTubePlayer+API.swift:1:8: error: no such module 'Combine'
  1 | import Combine
    |        `- error: no such module 'Combine'
  2 | import Foundation
  3 | import OSLog
/host/spi-builder-workspace/.build/checkouts/YouTubePlayerKit/Sources/API/YouTubePlayer+API.swift:1:8: error: no such module 'Combine'
  1 | import Combine
    |        `- error: no such module 'Combine'
  2 | import Foundation
  3 | import OSLog
/host/spi-builder-workspace/.build/checkouts/YouTubePlayerKit/Sources/API/YouTubePlayer+API.swift:1:8: error: no such module 'Combine'
  1 | import Combine
    |        `- error: no such module 'Combine'
  2 | import Foundation
  3 | import OSLog
[142/387] Compiling Buy CartCompletionProcessing.swift
/host/spi-builder-workspace/.build/checkouts/mobile-buy-sdk-ios/Buy/Crypto/SHA256.swift:28:8: error: no such module 'CommonCrypto'
 26 |
 27 | import Foundation
 28 | import CommonCrypto
    |        `- error: no such module 'CommonCrypto'
 29 |
 30 | enum SHA256 {
[143/387] Compiling Buy CartCompletionSuccess.swift
/host/spi-builder-workspace/.build/checkouts/mobile-buy-sdk-ios/Buy/Crypto/SHA256.swift:28:8: error: no such module 'CommonCrypto'
 26 |
 27 | import Foundation
 28 | import CommonCrypto
    |        `- error: no such module 'CommonCrypto'
 29 |
 30 | enum SHA256 {
[144/387] Compiling Buy CartCost.swift
/host/spi-builder-workspace/.build/checkouts/mobile-buy-sdk-ios/Buy/Crypto/SHA256.swift:28:8: error: no such module 'CommonCrypto'
 26 |
 27 | import Foundation
 28 | import CommonCrypto
    |        `- error: no such module 'CommonCrypto'
 29 |
 30 | enum SHA256 {
[145/387] Compiling Buy CartCreatePayload.swift
/host/spi-builder-workspace/.build/checkouts/mobile-buy-sdk-ios/Buy/Crypto/SHA256.swift:28:8: error: no such module 'CommonCrypto'
 26 |
 27 | import Foundation
 28 | import CommonCrypto
    |        `- error: no such module 'CommonCrypto'
 29 |
 30 | enum SHA256 {
[146/387] Compiling Buy CartCustomDiscountAllocation.swift
/host/spi-builder-workspace/.build/checkouts/mobile-buy-sdk-ios/Buy/Crypto/SHA256.swift:28:8: error: no such module 'CommonCrypto'
 26 |
 27 | import Foundation
 28 | import CommonCrypto
    |        `- error: no such module 'CommonCrypto'
 29 |
 30 | enum SHA256 {
[147/387] Compiling Buy CartDeliveryCoordinatesPreference.swift
/host/spi-builder-workspace/.build/checkouts/mobile-buy-sdk-ios/Buy/Crypto/SHA256.swift:28:8: error: no such module 'CommonCrypto'
 26 |
 27 | import Foundation
 28 | import CommonCrypto
    |        `- error: no such module 'CommonCrypto'
 29 |
 30 | enum SHA256 {
[148/387] Compiling Buy CartDeliveryCoordinatesPreferenceInput.swift
/host/spi-builder-workspace/.build/checkouts/mobile-buy-sdk-ios/Buy/Crypto/SHA256.swift:28:8: error: no such module 'CommonCrypto'
 26 |
 27 | import Foundation
 28 | import CommonCrypto
    |        `- error: no such module 'CommonCrypto'
 29 |
 30 | enum SHA256 {
[149/387] Compiling Buy CartDeliveryGroup.swift
/host/spi-builder-workspace/.build/checkouts/mobile-buy-sdk-ios/Buy/Crypto/SHA256.swift:28:8: error: no such module 'CommonCrypto'
 26 |
 27 | import Foundation
 28 | import CommonCrypto
    |        `- error: no such module 'CommonCrypto'
 29 |
 30 | enum SHA256 {
[150/387] Compiling Buy CartDeliveryGroupConnection.swift
/host/spi-builder-workspace/.build/checkouts/mobile-buy-sdk-ios/Buy/Crypto/SHA256.swift:28:8: error: no such module 'CommonCrypto'
 26 |
 27 | import Foundation
 28 | import CommonCrypto
    |        `- error: no such module 'CommonCrypto'
 29 |
 30 | enum SHA256 {
[151/387] Compiling Buy CartDeliveryGroupEdge.swift
/host/spi-builder-workspace/.build/checkouts/mobile-buy-sdk-ios/Buy/Crypto/SHA256.swift:28:8: error: no such module 'CommonCrypto'
 26 |
 27 | import Foundation
 28 | import CommonCrypto
    |        `- error: no such module 'CommonCrypto'
 29 |
 30 | enum SHA256 {
[152/387] Compiling Buy CartDeliveryGroupType.swift
/host/spi-builder-workspace/.build/checkouts/mobile-buy-sdk-ios/Buy/Crypto/SHA256.swift:28:8: error: no such module 'CommonCrypto'
 26 |
 27 | import Foundation
 28 | import CommonCrypto
    |        `- error: no such module 'CommonCrypto'
 29 |
 30 | enum SHA256 {
[153/387] Compiling Buy CartDeliveryOption.swift
/host/spi-builder-workspace/.build/checkouts/mobile-buy-sdk-ios/Buy/Crypto/SHA256.swift:28:8: error: no such module 'CommonCrypto'
 26 |
 27 | import Foundation
 28 | import CommonCrypto
    |        `- error: no such module 'CommonCrypto'
 29 |
 30 | enum SHA256 {
[154/387] Compiling Buy CartDeliveryPreference.swift
/host/spi-builder-workspace/.build/checkouts/mobile-buy-sdk-ios/Buy/Crypto/SHA256.swift:28:8: error: no such module 'CommonCrypto'
 26 |
 27 | import Foundation
 28 | import CommonCrypto
    |        `- error: no such module 'CommonCrypto'
 29 |
 30 | enum SHA256 {
[155/387] Compiling Buy CartDeliveryPreferenceInput.swift
/host/spi-builder-workspace/.build/checkouts/mobile-buy-sdk-ios/Buy/Crypto/SHA256.swift:28:8: error: no such module 'CommonCrypto'
 26 |
 27 | import Foundation
 28 | import CommonCrypto
    |        `- error: no such module 'CommonCrypto'
 29 |
 30 | enum SHA256 {
[156/387] Compiling Buy CartDirectPaymentMethodInput.swift
/host/spi-builder-workspace/.build/checkouts/mobile-buy-sdk-ios/Buy/Crypto/SHA256.swift:28:8: error: no such module 'CommonCrypto'
 26 |
 27 | import Foundation
 28 | import CommonCrypto
    |        `- error: no such module 'CommonCrypto'
 29 |
 30 | enum SHA256 {
[157/387] Compiling Buy CartDiscountAllocation.swift
/host/spi-builder-workspace/.build/checkouts/mobile-buy-sdk-ios/Buy/Crypto/SHA256.swift:28:8: error: no such module 'CommonCrypto'
 26 |
 27 | import Foundation
 28 | import CommonCrypto
    |        `- error: no such module 'CommonCrypto'
 29 |
 30 | enum SHA256 {
[158/387] Compiling Buy CartDiscountCode.swift
/host/spi-builder-workspace/.build/checkouts/mobile-buy-sdk-ios/Buy/Crypto/SHA256.swift:28:8: error: no such module 'CommonCrypto'
 26 |
 27 | import Foundation
 28 | import CommonCrypto
    |        `- error: no such module 'CommonCrypto'
 29 |
 30 | enum SHA256 {
[159/387] Compiling Buy CartDiscountCodesUpdatePayload.swift
/host/spi-builder-workspace/.build/checkouts/mobile-buy-sdk-ios/Buy/Crypto/SHA256.swift:28:8: error: no such module 'CommonCrypto'
 26 |
 27 | import Foundation
 28 | import CommonCrypto
    |        `- error: no such module 'CommonCrypto'
 29 |
 30 | enum SHA256 {
[160/387] Compiling Buy CartErrorCode.swift
/host/spi-builder-workspace/.build/checkouts/mobile-buy-sdk-ios/Buy/Crypto/SHA256.swift:28:8: error: no such module 'CommonCrypto'
 26 |
 27 | import Foundation
 28 | import CommonCrypto
    |        `- error: no such module 'CommonCrypto'
 29 |
 30 | enum SHA256 {
[161/387] Compiling Buy CartEstimatedCost.swift
/host/spi-builder-workspace/.build/checkouts/mobile-buy-sdk-ios/Buy/Crypto/SHA256.swift:28:8: error: no such module 'CommonCrypto'
 26 |
 27 | import Foundation
 28 | import CommonCrypto
    |        `- error: no such module 'CommonCrypto'
 29 |
 30 | enum SHA256 {
[162/387] Compiling Buy CartFreePaymentMethodInput.swift
/host/spi-builder-workspace/.build/checkouts/mobile-buy-sdk-ios/Buy/Crypto/SHA256.swift:28:8: error: no such module 'CommonCrypto'
 26 |
 27 | import Foundation
 28 | import CommonCrypto
    |        `- error: no such module 'CommonCrypto'
 29 |
 30 | enum SHA256 {
[163/387] Compiling Buy CartGiftCardCodesUpdatePayload.swift
/host/spi-builder-workspace/.build/checkouts/mobile-buy-sdk-ios/Buy/Crypto/SHA256.swift:28:8: error: no such module 'CommonCrypto'
 26 |
 27 | import Foundation
 28 | import CommonCrypto
    |        `- error: no such module 'CommonCrypto'
 29 |
 30 | enum SHA256 {
[164/387] Compiling Buy CartInput.swift
/host/spi-builder-workspace/.build/checkouts/mobile-buy-sdk-ios/Buy/Crypto/SHA256.swift:28:8: error: no such module 'CommonCrypto'
 26 |
 27 | import Foundation
 28 | import CommonCrypto
    |        `- error: no such module 'CommonCrypto'
 29 |
 30 | enum SHA256 {
[165/387] Compiling Buy CartInputMetafieldInput.swift
/host/spi-builder-workspace/.build/checkouts/mobile-buy-sdk-ios/Buy/Crypto/SHA256.swift:28:8: error: no such module 'CommonCrypto'
 26 |
 27 | import Foundation
 28 | import CommonCrypto
    |        `- error: no such module 'CommonCrypto'
 29 |
 30 | enum SHA256 {
[166/387] Compiling Buy CartLine.swift
/host/spi-builder-workspace/.build/checkouts/mobile-buy-sdk-ios/Buy/Crypto/SHA256.swift:28:8: error: no such module 'CommonCrypto'
 26 |
 27 | import Foundation
 28 | import CommonCrypto
    |        `- error: no such module 'CommonCrypto'
 29 |
 30 | enum SHA256 {
error: emit-module command failed with exit code 1 (use -v to see invocation)
[167/387] Emitting module ShopifyCheckoutSheetKit
/host/spi-builder-workspace/.build/checkouts/checkout-sheet-kit-swift/Sources/ShopifyCheckoutSheetKit/CheckoutBridge.swift:24:8: error: no such module 'WebKit'
 22 | */
 23 |
 24 | import WebKit
    |        `- error: no such module 'WebKit'
 25 |
 26 | enum BridgeError: Swift.Error {
/host/spi-builder-workspace/.build/checkouts/checkout-sheet-kit-swift/Sources/ShopifyCheckoutSheetKit/CheckoutBridge.swift:24:8: error: no such module 'WebKit'
 22 | */
 23 |
 24 | import WebKit
    |        `- error: no such module 'WebKit'
 25 |
 26 | enum BridgeError: Swift.Error {
/host/spi-builder-workspace/.build/checkouts/checkout-sheet-kit-swift/Sources/ShopifyCheckoutSheetKit/CheckoutBridge.swift:24:8: error: no such module 'WebKit'
 22 | */
 23 |
 24 | import WebKit
    |        `- error: no such module 'WebKit'
 25 |
 26 | enum BridgeError: Swift.Error {
/host/spi-builder-workspace/.build/checkouts/checkout-sheet-kit-swift/Sources/ShopifyCheckoutSheetKit/CheckoutBridge.swift:24:8: error: no such module 'WebKit'
 22 | */
 23 |
 24 | import WebKit
    |        `- error: no such module 'WebKit'
 25 |
 26 | enum BridgeError: Swift.Error {
/host/spi-builder-workspace/.build/checkouts/mobile-buy-sdk-ios/Buy/Crypto/SHA256.swift:28:8: error: no such module 'CommonCrypto'
 26 |
 27 | import Foundation
 28 | import CommonCrypto
    |        `- error: no such module 'CommonCrypto'
 29 |
 30 | enum SHA256 {
/host/spi-builder-workspace/.build/checkouts/mobile-buy-sdk-ios/Buy/Crypto/SHA256.swift:28:8: error: no such module 'CommonCrypto'
 26 |
 27 | import Foundation
 28 | import CommonCrypto
    |        `- error: no such module 'CommonCrypto'
 29 |
 30 | enum SHA256 {
/host/spi-builder-workspace/.build/checkouts/mobile-buy-sdk-ios/Buy/Crypto/SHA256.swift:28:8: error: no such module 'CommonCrypto'
 26 |
 27 | import Foundation
 28 | import CommonCrypto
    |        `- error: no such module 'CommonCrypto'
 29 |
 30 | enum SHA256 {
/host/spi-builder-workspace/.build/checkouts/mobile-buy-sdk-ios/Buy/Crypto/SHA256.swift:28:8: error: no such module 'CommonCrypto'
 26 |
 27 | import Foundation
 28 | import CommonCrypto
    |        `- error: no such module 'CommonCrypto'
 29 |
 30 | enum SHA256 {
/host/spi-builder-workspace/.build/checkouts/mobile-buy-sdk-ios/Buy/Crypto/SHA256.swift:28:8: error: no such module 'CommonCrypto'
 26 |
 27 | import Foundation
 28 | import CommonCrypto
    |        `- error: no such module 'CommonCrypto'
 29 |
 30 | enum SHA256 {
/host/spi-builder-workspace/.build/checkouts/mobile-buy-sdk-ios/Buy/Crypto/SHA256.swift:28:8: error: no such module 'CommonCrypto'
 26 |
 27 | import Foundation
 28 | import CommonCrypto
    |        `- error: no such module 'CommonCrypto'
 29 |
 30 | enum SHA256 {
/host/spi-builder-workspace/.build/checkouts/mobile-buy-sdk-ios/Buy/Crypto/SHA256.swift:28:8: error: no such module 'CommonCrypto'
 26 |
 27 | import Foundation
 28 | import CommonCrypto
    |        `- error: no such module 'CommonCrypto'
 29 |
 30 | enum SHA256 {
/host/spi-builder-workspace/.build/checkouts/mobile-buy-sdk-ios/Buy/Crypto/SHA256.swift:28:8: error: no such module 'CommonCrypto'
 26 |
 27 | import Foundation
 28 | import CommonCrypto
    |        `- error: no such module 'CommonCrypto'
 29 |
 30 | enum SHA256 {
/host/spi-builder-workspace/.build/checkouts/mobile-buy-sdk-ios/Buy/Crypto/SHA256.swift:28:8: error: no such module 'CommonCrypto'
 26 |
 27 | import Foundation
 28 | import CommonCrypto
    |        `- error: no such module 'CommonCrypto'
 29 |
 30 | enum SHA256 {
/host/spi-builder-workspace/.build/checkouts/mobile-buy-sdk-ios/Buy/Crypto/SHA256.swift:28:8: error: no such module 'CommonCrypto'
 26 |
 27 | import Foundation
 28 | import CommonCrypto
    |        `- error: no such module 'CommonCrypto'
 29 |
 30 | enum SHA256 {
/host/spi-builder-workspace/.build/checkouts/mobile-buy-sdk-ios/Buy/Crypto/SHA256.swift:28:8: error: no such module 'CommonCrypto'
 26 |
 27 | import Foundation
 28 | import CommonCrypto
    |        `- error: no such module 'CommonCrypto'
 29 |
 30 | enum SHA256 {
/host/spi-builder-workspace/.build/checkouts/mobile-buy-sdk-ios/Buy/Crypto/SHA256.swift:28:8: error: no such module 'CommonCrypto'
 26 |
 27 | import Foundation
 28 | import CommonCrypto
    |        `- error: no such module 'CommonCrypto'
 29 |
 30 | enum SHA256 {
/host/spi-builder-workspace/.build/checkouts/mobile-buy-sdk-ios/Buy/Crypto/SHA256.swift:28:8: error: no such module 'CommonCrypto'
 26 |
 27 | import Foundation
 28 | import CommonCrypto
    |        `- error: no such module 'CommonCrypto'
 29 |
 30 | enum SHA256 {
/host/spi-builder-workspace/.build/checkouts/mobile-buy-sdk-ios/Buy/Crypto/SHA256.swift:28:8: error: no such module 'CommonCrypto'
 26 |
 27 | import Foundation
 28 | import CommonCrypto
    |        `- error: no such module 'CommonCrypto'
 29 |
 30 | enum SHA256 {
/host/spi-builder-workspace/.build/checkouts/mobile-buy-sdk-ios/Buy/Crypto/SHA256.swift:28:8: error: no such module 'CommonCrypto'
 26 |
 27 | import Foundation
 28 | import CommonCrypto
    |        `- error: no such module 'CommonCrypto'
 29 |
 30 | enum SHA256 {
/host/spi-builder-workspace/.build/checkouts/mobile-buy-sdk-ios/Buy/Crypto/SHA256.swift:28:8: error: no such module 'CommonCrypto'
 26 |
 27 | import Foundation
 28 | import CommonCrypto
    |        `- error: no such module 'CommonCrypto'
 29 |
 30 | enum SHA256 {
/host/spi-builder-workspace/.build/checkouts/mobile-buy-sdk-ios/Buy/Crypto/SHA256.swift:28:8: error: no such module 'CommonCrypto'
 26 |
 27 | import Foundation
 28 | import CommonCrypto
    |        `- error: no such module 'CommonCrypto'
 29 |
 30 | enum SHA256 {
[188/387] Compiling YouTubePlayerKit YouTubePlayerWebView+Evaluate.swift
/host/spi-builder-workspace/.build/checkouts/mobile-buy-sdk-ios/Buy/Crypto/SHA256.swift:28:8: error: no such module 'CommonCrypto'
 26 |
 27 | import Foundation
 28 | import CommonCrypto
    |        `- error: no such module 'CommonCrypto'
 29 |
 30 | enum SHA256 {
[189/387] Compiling YouTubePlayerKit YouTubePlayerWebView+Event.swift
/host/spi-builder-workspace/.build/checkouts/mobile-buy-sdk-ios/Buy/Crypto/SHA256.swift:28:8: error: no such module 'CommonCrypto'
 26 |
 27 | import Foundation
 28 | import CommonCrypto
    |        `- error: no such module 'CommonCrypto'
 29 |
 30 | enum SHA256 {
[190/387] Compiling YouTubePlayerKit YouTubePlayerWebView+WKNavigationDelegate.swift
/host/spi-builder-workspace/.build/checkouts/mobile-buy-sdk-ios/Buy/Crypto/SHA256.swift:28:8: error: no such module 'CommonCrypto'
 26 |
 27 | import Foundation
 28 | import CommonCrypto
    |        `- error: no such module 'CommonCrypto'
 29 |
 30 | enum SHA256 {
[191/387] Compiling YouTubePlayerKit YouTubePlayerWebView+WKUIDelegate.swift
/host/spi-builder-workspace/.build/checkouts/mobile-buy-sdk-ios/Buy/Crypto/SHA256.swift:28:8: error: no such module 'CommonCrypto'
 26 |
 27 | import Foundation
 28 | import CommonCrypto
    |        `- error: no such module 'CommonCrypto'
 29 |
 30 | enum SHA256 {
[192/387] Compiling YouTubePlayerKit YouTubePlayerWebView.swift
/host/spi-builder-workspace/.build/checkouts/mobile-buy-sdk-ios/Buy/Crypto/SHA256.swift:28:8: error: no such module 'CommonCrypto'
 26 |
 27 | import Foundation
 28 | import CommonCrypto
    |        `- error: no such module 'CommonCrypto'
 29 |
 30 | enum SHA256 {
[193/387] Compiling YouTubePlayerKit YouTubePlayer.swift
/host/spi-builder-workspace/.build/checkouts/mobile-buy-sdk-ios/Buy/Crypto/SHA256.swift:28:8: error: no such module 'CommonCrypto'
 26 |
 27 | import Foundation
 28 | import CommonCrypto
    |        `- error: no such module 'CommonCrypto'
 29 |
 30 | enum SHA256 {
[194/387] Compiling Buy CustomerAccessTokenCreateInput.swift
/host/spi-builder-workspace/.build/checkouts/mobile-buy-sdk-ios/Buy/Crypto/SHA256.swift:28:8: error: no such module 'CommonCrypto'
 26 |
 27 | import Foundation
 28 | import CommonCrypto
    |        `- error: no such module 'CommonCrypto'
 29 |
 30 | enum SHA256 {
[195/387] Compiling Buy CustomerAccessTokenCreatePayload.swift
/host/spi-builder-workspace/.build/checkouts/mobile-buy-sdk-ios/Buy/Crypto/SHA256.swift:28:8: error: no such module 'CommonCrypto'
 26 |
 27 | import Foundation
 28 | import CommonCrypto
    |        `- error: no such module 'CommonCrypto'
 29 |
 30 | enum SHA256 {
[196/393] Emitting module SwiftSoup
[197/435] Compiling Buy BaseCartLine.swift
/host/spi-builder-workspace/.build/checkouts/mobile-buy-sdk-ios/Buy/Crypto/SHA256.swift:28:8: error: no such module 'CommonCrypto'
 26 |
 27 | import Foundation
 28 | import CommonCrypto
    |        `- error: no such module 'CommonCrypto'
 29 |
 30 | enum SHA256 {
[198/435] Compiling Buy BaseCartLineConnection.swift
/host/spi-builder-workspace/.build/checkouts/mobile-buy-sdk-ios/Buy/Crypto/SHA256.swift:28:8: error: no such module 'CommonCrypto'
 26 |
 27 | import Foundation
 28 | import CommonCrypto
    |        `- error: no such module 'CommonCrypto'
 29 |
 30 | enum SHA256 {
[199/435] Compiling Buy BaseCartLineEdge.swift
/host/spi-builder-workspace/.build/checkouts/mobile-buy-sdk-ios/Buy/Crypto/SHA256.swift:28:8: error: no such module 'CommonCrypto'
 26 |
 27 | import Foundation
 28 | import CommonCrypto
    |        `- error: no such module 'CommonCrypto'
 29 |
 30 | enum SHA256 {
[200/435] Compiling SwiftSoup UTF8Arrays.swift
/host/spi-builder-workspace/.build/checkouts/mobile-buy-sdk-ios/Buy/Crypto/SHA256.swift:28:8: error: no such module 'CommonCrypto'
 26 |
 27 | import Foundation
 28 | import CommonCrypto
    |        `- error: no such module 'CommonCrypto'
 29 |
 30 | enum SHA256 {
[201/435] Compiling SwiftSoup UnfairLock.swift
/host/spi-builder-workspace/.build/checkouts/mobile-buy-sdk-ios/Buy/Crypto/SHA256.swift:28:8: error: no such module 'CommonCrypto'
 26 |
 27 | import Foundation
 28 | import CommonCrypto
    |        `- error: no such module 'CommonCrypto'
 29 |
 30 | enum SHA256 {
[202/435] Compiling SwiftSoup UnicodeScalar.swift
/host/spi-builder-workspace/.build/checkouts/mobile-buy-sdk-ios/Buy/Crypto/SHA256.swift:28:8: error: no such module 'CommonCrypto'
 26 |
 27 | import Foundation
 28 | import CommonCrypto
    |        `- error: no such module 'CommonCrypto'
 29 |
 30 | enum SHA256 {
[203/435] Compiling SwiftSoup Validate.swift
/host/spi-builder-workspace/.build/checkouts/mobile-buy-sdk-ios/Buy/Crypto/SHA256.swift:28:8: error: no such module 'CommonCrypto'
 26 |
 27 | import Foundation
 28 | import CommonCrypto
    |        `- error: no such module 'CommonCrypto'
 29 |
 30 | enum SHA256 {
[204/435] Compiling SwiftSoup Whitelist.swift
/host/spi-builder-workspace/.build/checkouts/mobile-buy-sdk-ios/Buy/Crypto/SHA256.swift:28:8: error: no such module 'CommonCrypto'
 26 |
 27 | import Foundation
 28 | import CommonCrypto
    |        `- error: no such module 'CommonCrypto'
 29 |
 30 | enum SHA256 {
[205/435] Compiling SwiftSoup XmlDeclaration.swift
/host/spi-builder-workspace/.build/checkouts/mobile-buy-sdk-ios/Buy/Crypto/SHA256.swift:28:8: error: no such module 'CommonCrypto'
 26 |
 27 | import Foundation
 28 | import CommonCrypto
    |        `- error: no such module 'CommonCrypto'
 29 |
 30 | enum SHA256 {
[206/435] Compiling SwiftSoup XmlTreeBuilder.swift
/host/spi-builder-workspace/.build/checkouts/mobile-buy-sdk-ios/Buy/Crypto/SHA256.swift:28:8: error: no such module 'CommonCrypto'
 26 |
 27 | import Foundation
 28 | import CommonCrypto
    |        `- error: no such module 'CommonCrypto'
 29 |
 30 | enum SHA256 {
[207/435] Compiling Buy BuyerInput.swift
/host/spi-builder-workspace/.build/checkouts/mobile-buy-sdk-ios/Buy/Crypto/SHA256.swift:28:8: error: no such module 'CommonCrypto'
 26 |
 27 | import Foundation
 28 | import CommonCrypto
    |        `- error: no such module 'CommonCrypto'
 29 |
 30 | enum SHA256 {
[208/435] Compiling Buy CardBrand.swift
/host/spi-builder-workspace/.build/checkouts/mobile-buy-sdk-ios/Buy/Crypto/SHA256.swift:28:8: error: no such module 'CommonCrypto'
 26 |
 27 | import Foundation
 28 | import CommonCrypto
    |        `- error: no such module 'CommonCrypto'
 29 |
 30 | enum SHA256 {
[209/435] Compiling Buy Cart.swift
/host/spi-builder-workspace/.build/checkouts/mobile-buy-sdk-ios/Buy/Crypto/SHA256.swift:28:8: error: no such module 'CommonCrypto'
 26 |
 27 | import Foundation
 28 | import CommonCrypto
    |        `- error: no such module 'CommonCrypto'
 29 |
 30 | enum SHA256 {
[210/435] Compiling Buy CartAttributesUpdatePayload.swift
/host/spi-builder-workspace/.build/checkouts/mobile-buy-sdk-ios/Buy/Crypto/SHA256.swift:28:8: error: no such module 'CommonCrypto'
 26 |
 27 | import Foundation
 28 | import CommonCrypto
    |        `- error: no such module 'CommonCrypto'
 29 |
 30 | enum SHA256 {
[211/435] Compiling Buy CartAutomaticDiscountAllocation.swift
/host/spi-builder-workspace/.build/checkouts/mobile-buy-sdk-ios/Buy/Crypto/SHA256.swift:28:8: error: no such module 'CommonCrypto'
 26 |
 27 | import Foundation
 28 | import CommonCrypto
    |        `- error: no such module 'CommonCrypto'
 29 |
 30 | enum SHA256 {
[212/435] Compiling Buy CartBillingAddressUpdatePayload.swift
/host/spi-builder-workspace/.build/checkouts/mobile-buy-sdk-ios/Buy/Crypto/SHA256.swift:28:8: error: no such module 'CommonCrypto'
 26 |
 27 | import Foundation
 28 | import CommonCrypto
    |        `- error: no such module 'CommonCrypto'
 29 |
 30 | enum SHA256 {
[213/435] Compiling Buy CartBuyerIdentity.swift
/host/spi-builder-workspace/.build/checkouts/mobile-buy-sdk-ios/Buy/Crypto/SHA256.swift:28:8: error: no such module 'CommonCrypto'
 26 |
 27 | import Foundation
 28 | import CommonCrypto
    |        `- error: no such module 'CommonCrypto'
 29 |
 30 | enum SHA256 {
[214/435] Compiling Buy CartBuyerIdentityInput.swift
/host/spi-builder-workspace/.build/checkouts/mobile-buy-sdk-ios/Buy/Crypto/SHA256.swift:28:8: error: no such module 'CommonCrypto'
 26 |
 27 | import Foundation
 28 | import CommonCrypto
    |        `- error: no such module 'CommonCrypto'
 29 |
 30 | enum SHA256 {
[215/435] Compiling Buy CartBuyerIdentityUpdatePayload.swift
/host/spi-builder-workspace/.build/checkouts/mobile-buy-sdk-ios/Buy/Crypto/SHA256.swift:28:8: error: no such module 'CommonCrypto'
 26 |
 27 | import Foundation
 28 | import CommonCrypto
    |        `- error: no such module 'CommonCrypto'
 29 |
 30 | enum SHA256 {
[216/435] Compiling Buy CartCardSource.swift
/host/spi-builder-workspace/.build/checkouts/mobile-buy-sdk-ios/Buy/Crypto/SHA256.swift:28:8: error: no such module 'CommonCrypto'
 26 |
 27 | import Foundation
 28 | import CommonCrypto
    |        `- error: no such module 'CommonCrypto'
 29 |
 30 | enum SHA256 {
[217/435] Compiling Buy CartCodeDiscountAllocation.swift
/host/spi-builder-workspace/.build/checkouts/mobile-buy-sdk-ios/Buy/Crypto/SHA256.swift:28:8: error: no such module 'CommonCrypto'
 26 |
 27 | import Foundation
 28 | import CommonCrypto
    |        `- error: no such module 'CommonCrypto'
 29 |
 30 | enum SHA256 {
[218/435] Compiling Buy CartCompletionAction.swift
/host/spi-builder-workspace/.build/checkouts/mobile-buy-sdk-ios/Buy/Crypto/SHA256.swift:28:8: error: no such module 'CommonCrypto'
 26 |
 27 | import Foundation
 28 | import CommonCrypto
    |        `- error: no such module 'CommonCrypto'
 29 |
 30 | enum SHA256 {
[219/435] Compiling Buy CartCompletionActionRequired.swift
/host/spi-builder-workspace/.build/checkouts/mobile-buy-sdk-ios/Buy/Crypto/SHA256.swift:28:8: error: no such module 'CommonCrypto'
 26 |
 27 | import Foundation
 28 | import CommonCrypto
    |        `- error: no such module 'CommonCrypto'
 29 |
 30 | enum SHA256 {
[220/435] Compiling Buy CartCompletionAttemptResult.swift
/host/spi-builder-workspace/.build/checkouts/mobile-buy-sdk-ios/Buy/Crypto/SHA256.swift:28:8: error: no such module 'CommonCrypto'
 26 |
 27 | import Foundation
 28 | import CommonCrypto
    |        `- error: no such module 'CommonCrypto'
 29 |
 30 | enum SHA256 {
[221/435] Compiling Buy CartCompletionFailed.swift
/host/spi-builder-workspace/.build/checkouts/mobile-buy-sdk-ios/Buy/Crypto/SHA256.swift:28:8: error: no such module 'CommonCrypto'
 26 |
 27 | import Foundation
 28 | import CommonCrypto
    |        `- error: no such module 'CommonCrypto'
 29 |
 30 | enum SHA256 {
[222/435] Compiling Buy CartLineCost.swift
/host/spi-builder-workspace/.build/checkouts/mobile-buy-sdk-ios/Buy/Crypto/SHA256.swift:28:8: error: no such module 'CommonCrypto'
 26 |
 27 | import Foundation
 28 | import CommonCrypto
    |        `- error: no such module 'CommonCrypto'
 29 |
 30 | enum SHA256 {
[223/435] Compiling Buy CartLineEstimatedCost.swift
/host/spi-builder-workspace/.build/checkouts/mobile-buy-sdk-ios/Buy/Crypto/SHA256.swift:28:8: error: no such module 'CommonCrypto'
 26 |
 27 | import Foundation
 28 | import CommonCrypto
    |        `- error: no such module 'CommonCrypto'
 29 |
 30 | enum SHA256 {
[224/435] Compiling Buy CartLineInput.swift
/host/spi-builder-workspace/.build/checkouts/mobile-buy-sdk-ios/Buy/Crypto/SHA256.swift:28:8: error: no such module 'CommonCrypto'
 26 |
 27 | import Foundation
 28 | import CommonCrypto
    |        `- error: no such module 'CommonCrypto'
 29 |
 30 | enum SHA256 {
[225/435] Compiling Buy CartLineUpdateInput.swift
/host/spi-builder-workspace/.build/checkouts/mobile-buy-sdk-ios/Buy/Crypto/SHA256.swift:28:8: error: no such module 'CommonCrypto'
 26 |
 27 | import Foundation
 28 | import CommonCrypto
    |        `- error: no such module 'CommonCrypto'
 29 |
 30 | enum SHA256 {
[226/435] Compiling Buy CartLinesAddPayload.swift
/host/spi-builder-workspace/.build/checkouts/mobile-buy-sdk-ios/Buy/Crypto/SHA256.swift:28:8: error: no such module 'CommonCrypto'
 26 |
 27 | import Foundation
 28 | import CommonCrypto
    |        `- error: no such module 'CommonCrypto'
 29 |
 30 | enum SHA256 {
[227/435] Compiling Buy CartLinesRemovePayload.swift
/host/spi-builder-workspace/.build/checkouts/mobile-buy-sdk-ios/Buy/Crypto/SHA256.swift:28:8: error: no such module 'CommonCrypto'
 26 |
 27 | import Foundation
 28 | import CommonCrypto
    |        `- error: no such module 'CommonCrypto'
 29 |
 30 | enum SHA256 {
[228/435] Compiling Buy CartLinesUpdatePayload.swift
/host/spi-builder-workspace/.build/checkouts/mobile-buy-sdk-ios/Buy/Crypto/SHA256.swift:28:8: error: no such module 'CommonCrypto'
 26 |
 27 | import Foundation
 28 | import CommonCrypto
    |        `- error: no such module 'CommonCrypto'
 29 |
 30 | enum SHA256 {
[229/435] Compiling Buy CartMetafieldDeleteInput.swift
/host/spi-builder-workspace/.build/checkouts/mobile-buy-sdk-ios/Buy/Crypto/SHA256.swift:28:8: error: no such module 'CommonCrypto'
 26 |
 27 | import Foundation
 28 | import CommonCrypto
    |        `- error: no such module 'CommonCrypto'
 29 |
 30 | enum SHA256 {
[230/435] Compiling Buy CartMetafieldDeletePayload.swift
/host/spi-builder-workspace/.build/checkouts/mobile-buy-sdk-ios/Buy/Crypto/SHA256.swift:28:8: error: no such module 'CommonCrypto'
 26 |
 27 | import Foundation
 28 | import CommonCrypto
    |        `- error: no such module 'CommonCrypto'
 29 |
 30 | enum SHA256 {
[231/435] Compiling Buy CartMetafieldsSetInput.swift
/host/spi-builder-workspace/.build/checkouts/mobile-buy-sdk-ios/Buy/Crypto/SHA256.swift:28:8: error: no such module 'CommonCrypto'
 26 |
 27 | import Foundation
 28 | import CommonCrypto
    |        `- error: no such module 'CommonCrypto'
 29 |
 30 | enum SHA256 {
[232/435] Compiling Buy CartMetafieldsSetPayload.swift
/host/spi-builder-workspace/.build/checkouts/mobile-buy-sdk-ios/Buy/Crypto/SHA256.swift:28:8: error: no such module 'CommonCrypto'
 26 |
 27 | import Foundation
 28 | import CommonCrypto
    |        `- error: no such module 'CommonCrypto'
 29 |
 30 | enum SHA256 {
[233/435] Compiling Buy CartNoteUpdatePayload.swift
/host/spi-builder-workspace/.build/checkouts/mobile-buy-sdk-ios/Buy/Crypto/SHA256.swift:28:8: error: no such module 'CommonCrypto'
 26 |
 27 | import Foundation
 28 | import CommonCrypto
    |        `- error: no such module 'CommonCrypto'
 29 |
 30 | enum SHA256 {
[234/435] Compiling Buy CartPaymentInput.swift
/host/spi-builder-workspace/.build/checkouts/mobile-buy-sdk-ios/Buy/Crypto/SHA256.swift:28:8: error: no such module 'CommonCrypto'
 26 |
 27 | import Foundation
 28 | import CommonCrypto
    |        `- error: no such module 'CommonCrypto'
 29 |
 30 | enum SHA256 {
[235/435] Compiling Buy CartPaymentUpdatePayload.swift
/host/spi-builder-workspace/.build/checkouts/mobile-buy-sdk-ios/Buy/Crypto/SHA256.swift:28:8: error: no such module 'CommonCrypto'
 26 |
 27 | import Foundation
 28 | import CommonCrypto
    |        `- error: no such module 'CommonCrypto'
 29 |
 30 | enum SHA256 {
[236/435] Compiling Buy CartPreferences.swift
/host/spi-builder-workspace/.build/checkouts/mobile-buy-sdk-ios/Buy/Crypto/SHA256.swift:28:8: error: no such module 'CommonCrypto'
 26 |
 27 | import Foundation
 28 | import CommonCrypto
    |        `- error: no such module 'CommonCrypto'
 29 |
 30 | enum SHA256 {
[237/435] Compiling Buy CartPreferencesInput.swift
/host/spi-builder-workspace/.build/checkouts/mobile-buy-sdk-ios/Buy/Crypto/SHA256.swift:28:8: error: no such module 'CommonCrypto'
 26 |
 27 | import Foundation
 28 | import CommonCrypto
    |        `- error: no such module 'CommonCrypto'
 29 |
 30 | enum SHA256 {
[238/435] Compiling Buy CartSelectedDeliveryOptionInput.swift
/host/spi-builder-workspace/.build/checkouts/mobile-buy-sdk-ios/Buy/Crypto/SHA256.swift:28:8: error: no such module 'CommonCrypto'
 26 |
 27 | import Foundation
 28 | import CommonCrypto
    |        `- error: no such module 'CommonCrypto'
 29 |
 30 | enum SHA256 {
[239/435] Compiling Buy CartSelectedDeliveryOptionsUpdatePayload.swift
/host/spi-builder-workspace/.build/checkouts/mobile-buy-sdk-ios/Buy/Crypto/SHA256.swift:28:8: error: no such module 'CommonCrypto'
 26 |
 27 | import Foundation
 28 | import CommonCrypto
    |        `- error: no such module 'CommonCrypto'
 29 |
 30 | enum SHA256 {
[240/435] Compiling Buy CartSubmitForCompletionPayload.swift
/host/spi-builder-workspace/.build/checkouts/mobile-buy-sdk-ios/Buy/Crypto/SHA256.swift:28:8: error: no such module 'CommonCrypto'
 26 |
 27 | import Foundation
 28 | import CommonCrypto
    |        `- error: no such module 'CommonCrypto'
 29 |
 30 | enum SHA256 {
[241/435] Compiling Buy CartSubmitForCompletionResult.swift
/host/spi-builder-workspace/.build/checkouts/mobile-buy-sdk-ios/Buy/Crypto/SHA256.swift:28:8: error: no such module 'CommonCrypto'
 26 |
 27 | import Foundation
 28 | import CommonCrypto
    |        `- error: no such module 'CommonCrypto'
 29 |
 30 | enum SHA256 {
[242/435] Compiling Buy CartUserError.swift
/host/spi-builder-workspace/.build/checkouts/mobile-buy-sdk-ios/Buy/Crypto/SHA256.swift:28:8: error: no such module 'CommonCrypto'
 26 |
 27 | import Foundation
 28 | import CommonCrypto
    |        `- error: no such module 'CommonCrypto'
 29 |
 30 | enum SHA256 {
[243/435] Compiling Buy CartWalletPaymentMethodInput.swift
/host/spi-builder-workspace/.build/checkouts/mobile-buy-sdk-ios/Buy/Crypto/SHA256.swift:28:8: error: no such module 'CommonCrypto'
 26 |
 27 | import Foundation
 28 | import CommonCrypto
    |        `- error: no such module 'CommonCrypto'
 29 |
 30 | enum SHA256 {
[244/435] Compiling Buy CartWarning.swift
/host/spi-builder-workspace/.build/checkouts/mobile-buy-sdk-ios/Buy/Crypto/SHA256.swift:28:8: error: no such module 'CommonCrypto'
 26 |
 27 | import Foundation
 28 | import CommonCrypto
    |        `- error: no such module 'CommonCrypto'
 29 |
 30 | enum SHA256 {
[245/435] Compiling Buy CartWarningCode.swift
/host/spi-builder-workspace/.build/checkouts/mobile-buy-sdk-ios/Buy/Crypto/SHA256.swift:28:8: error: no such module 'CommonCrypto'
 26 |
 27 | import Foundation
 28 | import CommonCrypto
    |        `- error: no such module 'CommonCrypto'
 29 |
 30 | enum SHA256 {
[246/435] Compiling Buy Collection.swift
/host/spi-builder-workspace/.build/checkouts/mobile-buy-sdk-ios/Buy/Crypto/SHA256.swift:28:8: error: no such module 'CommonCrypto'
 26 |
 27 | import Foundation
 28 | import CommonCrypto
    |        `- error: no such module 'CommonCrypto'
 29 |
 30 | enum SHA256 {
/host/spi-builder-workspace/.build/checkouts/checkout-sheet-kit-swift/Sources/ShopifyCheckoutSheetKit/CheckoutBridge.swift:24:8: error: no such module 'WebKit'
 22 | */
 23 |
 24 | import WebKit
    |        `- error: no such module 'WebKit'
 25 |
 26 | enum BridgeError: Swift.Error {
/host/spi-builder-workspace/.build/checkouts/checkout-sheet-kit-swift/Sources/ShopifyCheckoutSheetKit/CheckoutBridge.swift:24:8: error: no such module 'WebKit'
 22 | */
 23 |
 24 | import WebKit
    |        `- error: no such module 'WebKit'
 25 |
 26 | enum BridgeError: Swift.Error {
[257/459] Compiling Buy CustomerAccessTokenCreateWithMultipassPayload.swift
/host/spi-builder-workspace/.build/checkouts/mobile-buy-sdk-ios/Buy/Crypto/SHA256.swift:28:8: error: no such module 'CommonCrypto'
 26 |
 27 | import Foundation
 28 | import CommonCrypto
    |        `- error: no such module 'CommonCrypto'
 29 |
 30 | enum SHA256 {
[258/459] Compiling Buy CustomerAccessTokenDeletePayload.swift
/host/spi-builder-workspace/.build/checkouts/mobile-buy-sdk-ios/Buy/Crypto/SHA256.swift:28:8: error: no such module 'CommonCrypto'
 26 |
 27 | import Foundation
 28 | import CommonCrypto
    |        `- error: no such module 'CommonCrypto'
 29 |
 30 | enum SHA256 {
[259/459] Compiling Buy CustomerAccessTokenRenewPayload.swift
/host/spi-builder-workspace/.build/checkouts/mobile-buy-sdk-ios/Buy/Crypto/SHA256.swift:28:8: error: no such module 'CommonCrypto'
 26 |
 27 | import Foundation
 28 | import CommonCrypto
    |        `- error: no such module 'CommonCrypto'
 29 |
 30 | enum SHA256 {
[260/459] Compiling Buy CustomerActivateByUrlPayload.swift
/host/spi-builder-workspace/.build/checkouts/mobile-buy-sdk-ios/Buy/Crypto/SHA256.swift:28:8: error: no such module 'CommonCrypto'
 26 |
 27 | import Foundation
 28 | import CommonCrypto
    |        `- error: no such module 'CommonCrypto'
 29 |
 30 | enum SHA256 {
[261/459] Compiling Buy CustomerActivateInput.swift
/host/spi-builder-workspace/.build/checkouts/mobile-buy-sdk-ios/Buy/Crypto/SHA256.swift:28:8: error: no such module 'CommonCrypto'
 26 |
 27 | import Foundation
 28 | import CommonCrypto
    |        `- error: no such module 'CommonCrypto'
 29 |
 30 | enum SHA256 {
[262/459] Compiling Buy CustomerActivatePayload.swift
/host/spi-builder-workspace/.build/checkouts/mobile-buy-sdk-ios/Buy/Crypto/SHA256.swift:28:8: error: no such module 'CommonCrypto'
 26 |
 27 | import Foundation
 28 | import CommonCrypto
    |        `- error: no such module 'CommonCrypto'
 29 |
 30 | enum SHA256 {
[263/459] Compiling Buy CustomerAddressCreatePayload.swift
/host/spi-builder-workspace/.build/checkouts/mobile-buy-sdk-ios/Buy/Crypto/SHA256.swift:28:8: error: no such module 'CommonCrypto'
 26 |
 27 | import Foundation
 28 | import CommonCrypto
    |        `- error: no such module 'CommonCrypto'
 29 |
 30 | enum SHA256 {
[264/459] Compiling Buy CustomerAddressDeletePayload.swift
/host/spi-builder-workspace/.build/checkouts/mobile-buy-sdk-ios/Buy/Crypto/SHA256.swift:28:8: error: no such module 'CommonCrypto'
 26 |
 27 | import Foundation
 28 | import CommonCrypto
    |        `- error: no such module 'CommonCrypto'
 29 |
 30 | enum SHA256 {
[265/459] Compiling Buy CustomerAddressUpdatePayload.swift
/host/spi-builder-workspace/.build/checkouts/mobile-buy-sdk-ios/Buy/Crypto/SHA256.swift:28:8: error: no such module 'CommonCrypto'
 26 |
 27 | import Foundation
 28 | import CommonCrypto
    |        `- error: no such module 'CommonCrypto'
 29 |
 30 | enum SHA256 {
[266/459] Compiling Buy CustomerCreateInput.swift
/host/spi-builder-workspace/.build/checkouts/mobile-buy-sdk-ios/Buy/Crypto/SHA256.swift:28:8: error: no such module 'CommonCrypto'
 26 |
 27 | import Foundation
 28 | import CommonCrypto
    |        `- error: no such module 'CommonCrypto'
 29 |
 30 | enum SHA256 {
[267/459] Compiling Buy CustomerCreatePayload.swift
/host/spi-builder-workspace/.build/checkouts/mobile-buy-sdk-ios/Buy/Crypto/SHA256.swift:28:8: error: no such module 'CommonCrypto'
 26 |
 27 | import Foundation
 28 | import CommonCrypto
    |        `- error: no such module 'CommonCrypto'
 29 |
 30 | enum SHA256 {
[268/459] Compiling Buy CustomerDefaultAddressUpdatePayload.swift
/host/spi-builder-workspace/.build/checkouts/mobile-buy-sdk-ios/Buy/Crypto/SHA256.swift:28:8: error: no such module 'CommonCrypto'
 26 |
 27 | import Foundation
 28 | import CommonCrypto
    |        `- error: no such module 'CommonCrypto'
 29 |
 30 | enum SHA256 {
[269/459] Compiling Buy CustomerErrorCode.swift
/host/spi-builder-workspace/.build/checkouts/mobile-buy-sdk-ios/Buy/Crypto/SHA256.swift:28:8: error: no such module 'CommonCrypto'
 26 |
 27 | import Foundation
 28 | import CommonCrypto
    |        `- error: no such module 'CommonCrypto'
 29 |
 30 | enum SHA256 {
[270/459] Compiling Buy CustomerRecoverPayload.swift
/host/spi-builder-workspace/.build/checkouts/mobile-buy-sdk-ios/Buy/Crypto/SHA256.swift:28:8: error: no such module 'CommonCrypto'
 26 |
 27 | import Foundation
 28 | import CommonCrypto
    |        `- error: no such module 'CommonCrypto'
 29 |
 30 | enum SHA256 {
[271/459] Compiling Buy CustomerResetByUrlPayload.swift
/host/spi-builder-workspace/.build/checkouts/mobile-buy-sdk-ios/Buy/Crypto/SHA256.swift:28:8: error: no such module 'CommonCrypto'
 26 |
 27 | import Foundation
 28 | import CommonCrypto
    |        `- error: no such module 'CommonCrypto'
 29 |
 30 | enum SHA256 {
[272/459] Compiling Buy CustomerResetInput.swift
/host/spi-builder-workspace/.build/checkouts/mobile-buy-sdk-ios/Buy/Crypto/SHA256.swift:28:8: error: no such module 'CommonCrypto'
 26 |
 27 | import Foundation
 28 | import CommonCrypto
    |        `- error: no such module 'CommonCrypto'
 29 |
 30 | enum SHA256 {
[273/459] Compiling Buy CustomerResetPayload.swift
/host/spi-builder-workspace/.build/checkouts/mobile-buy-sdk-ios/Buy/Crypto/SHA256.swift:28:8: error: no such module 'CommonCrypto'
 26 |
 27 | import Foundation
 28 | import CommonCrypto
    |        `- error: no such module 'CommonCrypto'
 29 |
 30 | enum SHA256 {
[274/459] Compiling Buy CustomerUpdateInput.swift
/host/spi-builder-workspace/.build/checkouts/mobile-buy-sdk-ios/Buy/Crypto/SHA256.swift:28:8: error: no such module 'CommonCrypto'
 26 |
 27 | import Foundation
 28 | import CommonCrypto
    |        `- error: no such module 'CommonCrypto'
 29 |
 30 | enum SHA256 {
[275/459] Compiling Buy CustomerUpdatePayload.swift
/host/spi-builder-workspace/.build/checkouts/mobile-buy-sdk-ios/Buy/Crypto/SHA256.swift:28:8: error: no such module 'CommonCrypto'
 26 |
 27 | import Foundation
 28 | import CommonCrypto
    |        `- error: no such module 'CommonCrypto'
 29 |
 30 | enum SHA256 {
[276/459] Compiling Buy CustomerUserError.swift
/host/spi-builder-workspace/.build/checkouts/mobile-buy-sdk-ios/Buy/Crypto/SHA256.swift:28:8: error: no such module 'CommonCrypto'
 26 |
 27 | import Foundation
 28 | import CommonCrypto
    |        `- error: no such module 'CommonCrypto'
 29 |
 30 | enum SHA256 {
[277/459] Compiling Buy DeliveryAddress.swift
/host/spi-builder-workspace/.build/checkouts/mobile-buy-sdk-ios/Buy/Crypto/SHA256.swift:28:8: error: no such module 'CommonCrypto'
 26 |
 27 | import Foundation
 28 | import CommonCrypto
    |        `- error: no such module 'CommonCrypto'
 29 |
 30 | enum SHA256 {
[278/459] Compiling Buy DeliveryAddressInput.swift
/host/spi-builder-workspace/.build/checkouts/mobile-buy-sdk-ios/Buy/Crypto/SHA256.swift:28:8: error: no such module 'CommonCrypto'
 26 |
 27 | import Foundation
 28 | import CommonCrypto
    |        `- error: no such module 'CommonCrypto'
 29 |
 30 | enum SHA256 {
[279/459] Compiling Buy DeliveryAddressValidationStrategy.swift
/host/spi-builder-workspace/.build/checkouts/mobile-buy-sdk-ios/Buy/Crypto/SHA256.swift:28:8: error: no such module 'CommonCrypto'
 26 |
 27 | import Foundation
 28 | import CommonCrypto
    |        `- error: no such module 'CommonCrypto'
 29 |
 30 | enum SHA256 {
[280/459] Compiling Buy DeliveryMethodType.swift
/host/spi-builder-workspace/.build/checkouts/mobile-buy-sdk-ios/Buy/Crypto/SHA256.swift:28:8: error: no such module 'CommonCrypto'
 26 |
 27 | import Foundation
 28 | import CommonCrypto
    |        `- error: no such module 'CommonCrypto'
 29 |
 30 | enum SHA256 {
BUILD FAILURE 6.2 android