Build Information
Failed to build Red5WebRTCKit, reference 1.0.0 (0ad947), with Swift 6.0 for Linux on 1 May 2026 13:23:57 UTC.
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4606859-1":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/swiftpackageindex/spi-images:basic-6.0-latest swift build --triple x86_64-unknown-linux-gnu 2>&1Build Log
========================================
RunAll
========================================
Builder version: 4.70.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/red5pro/red5pro-ios-sdk.git
Reference: 1.0.0
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/red5pro/red5pro-ios-sdk
* tag 1.0.0 -> FETCH_HEAD
HEAD is now at 0ad9474 Release: 1.0.0
Cloned https://github.com/red5pro/red5pro-ios-sdk.git
Revision (git rev-parse @):
0ad947403ca77ce2c3cb89c479590e26031c7ebe
SUCCESS checkout https://github.com/red5pro/red5pro-ios-sdk.git at 1.0.0
========================================
Build
========================================
Selected platform: linux
Swift version: 6.0
Building package at path: $PWD
https://github.com/red5pro/red5pro-ios-sdk.git
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-1":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/swiftpackageindex/spi-images:basic-6.0-latest swift build --triple x86_64-unknown-linux-gnu 2>&1
basic-6.0-latest: Pulling from swiftpackageindex/spi-images
Digest: sha256:6ccbc5e7995f6c524368c1828f9c677d1727c16390a603fc668217aec5f5123a
Status: Image is up to date for registry.gitlab.com/swiftpackageindex/spi-images:basic-6.0-latest
Fetching https://github.com/stasel/WebRTC.git
[1/807] Fetching webrtc
Fetching https://github.com/pubnub/swift.git
Fetched https://github.com/stasel/WebRTC.git from cache (0.55s)
[1/14637] Fetching swift
Fetched https://github.com/pubnub/swift.git from cache (2.46s)
Computing version for https://github.com/stasel/WebRTC.git
Computed https://github.com/stasel/WebRTC.git at 140.0.0 (11.31s)
Computing version for https://github.com/pubnub/swift.git
Computed https://github.com/pubnub/swift.git at 10.1.5 (1.37s)
Creating working copy for https://github.com/pubnub/swift.git
Working copy of https://github.com/pubnub/swift.git resolved at 10.1.5
Creating working copy for https://github.com/stasel/WebRTC.git
Working copy of https://github.com/stasel/WebRTC.git resolved at 140.0.0
[836/2617000] Downloading https://github.com/red5pro/red5pro-ios-sdk/releases/download/1.0.0/Red5WebRTCKit-1.0.0-release.b7.red5cloud.xcframework.zip
[337507/44091976] Downloading https://github.com/red5pro/red5pro-ios-sdk/releases/download/1.0.0/Red5WebRTCKit-1.0.0-release.b7.red5cloud.xcframework.zip, https://github.com/stasel/WebRTC/releases/download/140.0.0/WebRTC-M140.xcframework.zip
Downloading binary artifact https://github.com/red5pro/red5pro-ios-sdk/releases/download/1.0.0/Red5WebRTCKit-1.0.0-release.b7.red5cloud.xcframework.zip
Downloaded https://github.com/red5pro/red5pro-ios-sdk/releases/download/1.0.0/Red5WebRTCKit-1.0.0-release.b7.red5cloud.xcframework.zip (1.43s)
[27129829/41474976] Downloading https://github.com/stasel/WebRTC/releases/download/140.0.0/WebRTC-M140.xcframework.zip
Downloading binary artifact https://github.com/stasel/WebRTC/releases/download/140.0.0/WebRTC-M140.xcframework.zip
Downloaded https://github.com/stasel/WebRTC/releases/download/140.0.0/WebRTC-M140.xcframework.zip (6.03s)
warning: 'spi-builder-workspace': dependency 'webrtc' is not used by any target
warning: 'swift': found 1 file(s) which are unhandled; explicitly declare them as resources or exclude from the target
/host/spi-builder-workspace/.build/checkouts/swift/Sources/PubNub/PubNub_Info.plist
Building for debugging...
[0/4] Write sources
[0/4] Copying PrivacyInfo.xcprivacy
[0/4] Write sources
[3/4] Write swift-version-24593BA9C3E375BF.txt
error: emit-module command failed with exit code 1 (use -v to see invocation)
[5/176] Emitting module PubNubSDK
/host/spi-builder-workspace/.build/checkouts/swift/Sources/PubNub/Helpers/Crypto/Crypto.swift:11:8: error: no such module 'CommonCrypto'
9 | //
10 |
11 | import CommonCrypto
| `- error: no such module 'CommonCrypto'
12 | import Foundation
13 |
[6/200] Compiling PubNubSDK PubNub.swift
/host/spi-builder-workspace/.build/checkouts/swift/Sources/PubNub/Helpers/Crypto/Crypto.swift:11:8: error: no such module 'CommonCrypto'
9 | //
10 |
11 | import CommonCrypto
| `- error: no such module 'CommonCrypto'
12 | import Foundation
13 |
[7/200] Compiling PubNubSDK PubNubConfiguration.swift
/host/spi-builder-workspace/.build/checkouts/swift/Sources/PubNub/Helpers/Crypto/Crypto.swift:11:8: error: no such module 'CommonCrypto'
9 | //
10 |
11 | import CommonCrypto
| `- error: no such module 'CommonCrypto'
12 | import Foundation
13 |
[8/200] Compiling PubNubSDK EntityCreator.swift
/host/spi-builder-workspace/.build/checkouts/swift/Sources/PubNub/Helpers/Crypto/Crypto.swift:11:8: error: no such module 'CommonCrypto'
9 | //
10 |
11 | import CommonCrypto
| `- error: no such module 'CommonCrypto'
12 | import Foundation
13 |
[9/200] Compiling PubNubSDK EntitySubscribable.swift
/host/spi-builder-workspace/.build/checkouts/swift/Sources/PubNub/Helpers/Crypto/Crypto.swift:11:8: error: no such module 'CommonCrypto'
9 | //
10 |
11 | import CommonCrypto
| `- error: no such module 'CommonCrypto'
12 | import Foundation
13 |
[10/200] Compiling PubNubSDK EventListener.swift
/host/spi-builder-workspace/.build/checkouts/swift/Sources/PubNub/Helpers/Crypto/Crypto.swift:11:8: error: no such module 'CommonCrypto'
9 | //
10 |
11 | import CommonCrypto
| `- error: no such module 'CommonCrypto'
12 | import Foundation
13 |
[11/200] Compiling PubNubSDK PubNubEvent.swift
/host/spi-builder-workspace/.build/checkouts/swift/Sources/PubNub/Helpers/Crypto/Crypto.swift:11:8: error: no such module 'CommonCrypto'
9 | //
10 |
11 | import CommonCrypto
| `- error: no such module 'CommonCrypto'
12 | import Foundation
13 |
[12/200] Compiling PubNubSDK Subscribable.swift
/host/spi-builder-workspace/.build/checkouts/swift/Sources/PubNub/Helpers/Crypto/Crypto.swift:11:8: error: no such module 'CommonCrypto'
9 | //
10 |
11 | import CommonCrypto
| `- error: no such module 'CommonCrypto'
12 | import Foundation
13 |
[13/200] Compiling PubNubSDK Subscription.swift
/host/spi-builder-workspace/.build/checkouts/swift/Sources/PubNub/Helpers/Crypto/Crypto.swift:11:8: error: no such module 'CommonCrypto'
9 | //
10 |
11 | import CommonCrypto
| `- error: no such module 'CommonCrypto'
12 | import Foundation
13 |
[14/200] Compiling PubNubSDK SubscriptionListenersContainer.swift
/host/spi-builder-workspace/.build/checkouts/swift/Sources/PubNub/Helpers/Crypto/Crypto.swift:11:8: error: no such module 'CommonCrypto'
9 | //
10 |
11 | import CommonCrypto
| `- error: no such module 'CommonCrypto'
12 | import Foundation
13 |
[15/200] Compiling PubNubSDK SubscriptionOptions.swift
/host/spi-builder-workspace/.build/checkouts/swift/Sources/PubNub/Helpers/Crypto/Crypto.swift:11:8: error: no such module 'CommonCrypto'
9 | //
10 |
11 | import CommonCrypto
| `- error: no such module 'CommonCrypto'
12 | import Foundation
13 |
[16/200] Compiling PubNubSDK SubscriptionSet.swift
/host/spi-builder-workspace/.build/checkouts/swift/Sources/PubNub/Helpers/Crypto/Crypto.swift:11:8: error: no such module 'CommonCrypto'
9 | //
10 |
11 | import CommonCrypto
| `- error: no such module 'CommonCrypto'
12 | import Foundation
13 |
[17/200] Compiling PubNubSDK ConnectionStatus.swift
/host/spi-builder-workspace/.build/checkouts/swift/Sources/PubNub/Helpers/Crypto/Crypto.swift:11:8: error: no such module 'CommonCrypto'
9 | //
10 |
11 | import CommonCrypto
| `- error: no such module 'CommonCrypto'
12 | import Foundation
13 |
[18/200] Compiling PubNubSDK EventEngineSubscriptionSessionStrategy.swift
/host/spi-builder-workspace/.build/checkouts/swift/Sources/PubNub/Helpers/Crypto/Crypto.swift:11:8: error: no such module 'CommonCrypto'
9 | //
10 |
11 | import CommonCrypto
| `- error: no such module 'CommonCrypto'
12 | import Foundation
13 |
[19/200] Compiling PubNubSDK PubNubChannel.swift
/host/spi-builder-workspace/.build/checkouts/swift/Sources/PubNub/Helpers/Crypto/Crypto.swift:11:8: error: no such module 'CommonCrypto'
9 | //
10 |
11 | import CommonCrypto
| `- error: no such module 'CommonCrypto'
12 | import Foundation
13 |
[20/200] Compiling PubNubSDK SubscriptionSession.swift
/host/spi-builder-workspace/.build/checkouts/swift/Sources/PubNub/Helpers/Crypto/Crypto.swift:11:8: error: no such module 'CommonCrypto'
9 | //
10 |
11 | import CommonCrypto
| `- error: no such module 'CommonCrypto'
12 | import Foundation
13 |
[21/200] Compiling PubNubSDK SubscriptionSessionStrategy.swift
/host/spi-builder-workspace/.build/checkouts/swift/Sources/PubNub/Helpers/Crypto/Crypto.swift:11:8: error: no such module 'CommonCrypto'
9 | //
10 |
11 | import CommonCrypto
| `- error: no such module 'CommonCrypto'
12 | import Foundation
13 |
[22/200] Compiling PubNubSDK EventStream.swift
/host/spi-builder-workspace/.build/checkouts/swift/Sources/PubNub/Helpers/Crypto/Crypto.swift:11:8: error: no such module 'CommonCrypto'
9 | //
10 |
11 | import CommonCrypto
| `- error: no such module 'CommonCrypto'
12 | import Foundation
13 |
[23/200] Compiling PubNubSDK LegacySubscriptionSessionStrategy+Presence.swift
/host/spi-builder-workspace/.build/checkouts/swift/Sources/PubNub/Helpers/Crypto/Crypto.swift:11:8: error: no such module 'CommonCrypto'
9 | //
10 |
11 | import CommonCrypto
| `- error: no such module 'CommonCrypto'
12 | import Foundation
13 |
[24/200] Compiling PubNubSDK LegacySubscriptionSessionStrategy.swift
/host/spi-builder-workspace/.build/checkouts/swift/Sources/PubNub/Helpers/Crypto/Crypto.swift:11:8: error: no such module 'CommonCrypto'
9 | //
10 |
11 | import CommonCrypto
| `- error: no such module 'CommonCrypto'
12 | import Foundation
13 |
[25/200] Compiling PubNubSDK PubNubEntityEvent.swift
/host/spi-builder-workspace/.build/checkouts/swift/Sources/PubNub/Helpers/Crypto/Crypto.swift:11:8: error: no such module 'CommonCrypto'
9 | //
10 |
11 | import CommonCrypto
| `- error: no such module 'CommonCrypto'
12 | import Foundation
13 |
[26/200] Compiling PubNubSDK SubscriptionState.swift
/host/spi-builder-workspace/.build/checkouts/swift/Sources/PubNub/Helpers/Crypto/Crypto.swift:11:8: error: no such module 'CommonCrypto'
9 | //
10 |
11 | import CommonCrypto
| `- error: no such module 'CommonCrypto'
12 | import Foundation
13 |
[27/200] Compiling PubNubSDK SubscriptionStream.swift
/host/spi-builder-workspace/.build/checkouts/swift/Sources/PubNub/Helpers/Crypto/Crypto.swift:11:8: error: no such module 'CommonCrypto'
9 | //
10 |
11 | import CommonCrypto
| `- error: no such module 'CommonCrypto'
12 | import Foundation
13 |
[28/200] Compiling PubNubSDK SubscribeMessagePayload+PubNubEvent.swift
/host/spi-builder-workspace/.build/checkouts/swift/Sources/PubNub/Helpers/Crypto/Crypto.swift:11:8: error: no such module 'CommonCrypto'
9 | //
10 |
11 | import CommonCrypto
| `- error: no such module 'CommonCrypto'
12 | import Foundation
13 |
[29/200] Compiling PubNubSDK resource_bundle_accessor.swift
/host/spi-builder-workspace/.build/checkouts/swift/Sources/PubNub/Helpers/Crypto/Crypto.swift:11:8: error: no such module 'CommonCrypto'
9 | //
10 |
11 | import CommonCrypto
| `- error: no such module 'CommonCrypto'
12 | import Foundation
13 |
[30/200] Compiling PubNubSDK KMPPubNub+Push.swift
/host/spi-builder-workspace/.build/checkouts/swift/Sources/PubNub/Helpers/Crypto/Crypto.swift:11:8: error: no such module 'CommonCrypto'
9 | //
10 |
11 | import CommonCrypto
| `- error: no such module 'CommonCrypto'
12 | import Foundation
13 |
[31/200] Compiling PubNubSDK KMPPubNub+Subscribe.swift
/host/spi-builder-workspace/.build/checkouts/swift/Sources/PubNub/Helpers/Crypto/Crypto.swift:11:8: error: no such module 'CommonCrypto'
9 | //
10 |
11 | import CommonCrypto
| `- error: no such module 'CommonCrypto'
12 | import Foundation
13 |
[32/200] Compiling PubNubSDK KMPPubNub+Time.swift
/host/spi-builder-workspace/.build/checkouts/swift/Sources/PubNub/Helpers/Crypto/Crypto.swift:11:8: error: no such module 'CommonCrypto'
9 | //
10 |
11 | import CommonCrypto
| `- error: no such module 'CommonCrypto'
12 | import Foundation
13 |
[33/200] Compiling PubNubSDK KMPPubNub.swift
/host/spi-builder-workspace/.build/checkouts/swift/Sources/PubNub/Helpers/Crypto/Crypto.swift:11:8: error: no such module 'CommonCrypto'
9 | //
10 |
11 | import CommonCrypto
| `- error: no such module 'CommonCrypto'
12 | import Foundation
13 |
[34/200] Compiling PubNubSDK KMPAnyJSON.swift
/host/spi-builder-workspace/.build/checkouts/swift/Sources/PubNub/Helpers/Crypto/Crypto.swift:11:8: error: no such module 'CommonCrypto'
9 | //
10 |
11 | import CommonCrypto
| `- error: no such module 'CommonCrypto'
12 | import Foundation
13 |
[35/200] Compiling PubNubSDK KMPAppContextEventResult.swift
/host/spi-builder-workspace/.build/checkouts/swift/Sources/PubNub/Helpers/Crypto/Crypto.swift:11:8: error: no such module 'CommonCrypto'
9 | //
10 |
11 | import CommonCrypto
| `- error: no such module 'CommonCrypto'
12 | import Foundation
13 |
[36/200] Compiling PubNubSDK KMPAppContextIncludeFields.swift
/host/spi-builder-workspace/.build/checkouts/swift/Sources/PubNub/Helpers/Crypto/Crypto.swift:11:8: error: no such module 'CommonCrypto'
9 | //
10 |
11 | import CommonCrypto
| `- error: no such module 'CommonCrypto'
12 | import Foundation
13 |
[37/200] Compiling PubNubSDK KMPEntity.swift
/host/spi-builder-workspace/.build/checkouts/swift/Sources/PubNub/Helpers/Crypto/Crypto.swift:11:8: error: no such module 'CommonCrypto'
9 | //
10 |
11 | import CommonCrypto
| `- error: no such module 'CommonCrypto'
12 | import Foundation
13 |
[38/200] Compiling PubNubSDK KMPError.swift
/host/spi-builder-workspace/.build/checkouts/swift/Sources/PubNub/Helpers/Crypto/Crypto.swift:11:8: error: no such module 'CommonCrypto'
9 | //
10 |
11 | import CommonCrypto
| `- error: no such module 'CommonCrypto'
12 | import Foundation
13 |
[39/200] Compiling PubNubSDK KMPEventListener.swift
/host/spi-builder-workspace/.build/checkouts/swift/Sources/PubNub/Helpers/Crypto/Crypto.swift:11:8: error: no such module 'CommonCrypto'
9 | //
10 |
11 | import CommonCrypto
| `- error: no such module 'CommonCrypto'
12 | import Foundation
13 |
[40/200] Compiling PubNubSDK KMPFetchMessagesResult.swift
/host/spi-builder-workspace/.build/checkouts/swift/Sources/PubNub/Helpers/Crypto/Crypto.swift:11:8: error: no such module 'CommonCrypto'
9 | //
10 |
11 | import CommonCrypto
| `- error: no such module 'CommonCrypto'
12 | import Foundation
13 |
[41/200] Compiling PubNubSDK KMPFileChangeEvent.swift
/host/spi-builder-workspace/.build/checkouts/swift/Sources/PubNub/Helpers/Crypto/Crypto.swift:11:8: error: no such module 'CommonCrypto'
9 | //
10 |
11 | import CommonCrypto
| `- error: no such module 'CommonCrypto'
12 | import Foundation
13 |
[42/200] Compiling PubNubSDK KMPHashedPage.swift
/host/spi-builder-workspace/.build/checkouts/swift/Sources/PubNub/Helpers/Crypto/Crypto.swift:11:8: error: no such module 'CommonCrypto'
9 | //
10 |
11 | import CommonCrypto
| `- error: no such module 'CommonCrypto'
12 | import Foundation
13 |
[43/200] Compiling PubNubSDK KMPHereNowResult.swift
/host/spi-builder-workspace/.build/checkouts/swift/Sources/PubNub/Helpers/Crypto/Crypto.swift:11:8: error: no such module 'CommonCrypto'
9 | //
10 |
11 | import CommonCrypto
| `- error: no such module 'CommonCrypto'
12 | import Foundation
13 |
[44/200] Compiling PubNubSDK KMPLogLevel.swift
/host/spi-builder-workspace/.build/checkouts/swift/Sources/PubNub/Helpers/Crypto/Crypto.swift:11:8: error: no such module 'CommonCrypto'
9 | //
10 |
11 | import CommonCrypto
| `- error: no such module 'CommonCrypto'
12 | import Foundation
13 |
[45/200] Compiling PubNubSDK KMPMessage.swift
/host/spi-builder-workspace/.build/checkouts/swift/Sources/PubNub/Helpers/Crypto/Crypto.swift:11:8: error: no such module 'CommonCrypto'
9 | //
10 |
11 | import CommonCrypto
| `- error: no such module 'CommonCrypto'
12 | import Foundation
13 |
[46/200] Compiling PubNubSDK KMPMessageAction.swift
/host/spi-builder-workspace/.build/checkouts/swift/Sources/PubNub/Helpers/Crypto/Crypto.swift:11:8: error: no such module 'CommonCrypto'
9 | //
10 |
11 | import CommonCrypto
| `- error: no such module 'CommonCrypto'
12 | import Foundation
13 |
[47/200] Compiling PubNubSDK KMPPAMToken.swift
/host/spi-builder-workspace/.build/checkouts/swift/Sources/PubNub/Helpers/Crypto/Crypto.swift:11:8: error: no such module 'CommonCrypto'
9 | //
10 |
11 | import CommonCrypto
| `- error: no such module 'CommonCrypto'
12 | import Foundation
13 |
[48/200] Compiling PubNubSDK KMPPresenceChange.swift
/host/spi-builder-workspace/.build/checkouts/swift/Sources/PubNub/Helpers/Crypto/Crypto.swift:11:8: error: no such module 'CommonCrypto'
9 | //
10 |
11 | import CommonCrypto
| `- error: no such module 'CommonCrypto'
12 | import Foundation
13 |
[49/200] Compiling PubNubSDK KMPStatusListener.swift
/host/spi-builder-workspace/.build/checkouts/swift/Sources/PubNub/Helpers/Crypto/Crypto.swift:11:8: error: no such module 'CommonCrypto'
9 | //
10 |
11 | import CommonCrypto
| `- error: no such module 'CommonCrypto'
12 | import Foundation
13 |
[50/200] Compiling PubNubSDK KMPSubscription.swift
/host/spi-builder-workspace/.build/checkouts/swift/Sources/PubNub/Helpers/Crypto/Crypto.swift:11:8: error: no such module 'CommonCrypto'
9 | //
10 |
11 | import CommonCrypto
| `- error: no such module 'CommonCrypto'
12 | import Foundation
13 |
[51/200] Compiling PubNubSDK KMPUploadable.swift
/host/spi-builder-workspace/.build/checkouts/swift/Sources/PubNub/Helpers/Crypto/Crypto.swift:11:8: error: no such module 'CommonCrypto'
9 | //
10 |
11 | import CommonCrypto
| `- error: no such module 'CommonCrypto'
12 | import Foundation
13 |
[52/200] Compiling PubNubSDK LogMessage.swift
/host/spi-builder-workspace/.build/checkouts/swift/Sources/PubNub/Helpers/Crypto/Crypto.swift:11:8: error: no such module 'CommonCrypto'
9 | //
10 |
11 | import CommonCrypto
| `- error: no such module 'CommonCrypto'
12 | import Foundation
13 |
[53/200] Compiling PubNubSDK LogMessageConvertible.swift
/host/spi-builder-workspace/.build/checkouts/swift/Sources/PubNub/Helpers/Crypto/Crypto.swift:11:8: error: no such module 'CommonCrypto'
9 | //
10 |
11 | import CommonCrypto
| `- error: no such module 'CommonCrypto'
12 | import Foundation
13 |
[54/200] Compiling PubNubSDK LogWriter.swift
/host/spi-builder-workspace/.build/checkouts/swift/Sources/PubNub/Helpers/Crypto/Crypto.swift:11:8: error: no such module 'CommonCrypto'
9 | //
10 |
11 | import CommonCrypto
| `- error: no such module 'CommonCrypto'
12 | import Foundation
13 |
[55/200] Compiling PubNubSDK OSLogger+PubNub.swift
/host/spi-builder-workspace/.build/checkouts/swift/Sources/PubNub/Helpers/Crypto/Crypto.swift:11:8: error: no such module 'CommonCrypto'
9 | //
10 |
11 | import CommonCrypto
| `- error: no such module 'CommonCrypto'
12 | import Foundation
13 |
[56/200] Compiling PubNubSDK PubNubLogger.swift
/host/spi-builder-workspace/.build/checkouts/swift/Sources/PubNub/Helpers/Crypto/Crypto.swift:11:8: error: no such module 'CommonCrypto'
9 | //
10 |
11 | import CommonCrypto
| `- error: no such module 'CommonCrypto'
12 | import Foundation
13 |
[57/200] Compiling PubNubSDK PubNubAPNSPayload.swift
/host/spi-builder-workspace/.build/checkouts/swift/Sources/PubNub/Helpers/Crypto/Crypto.swift:11:8: error: no such module 'CommonCrypto'
9 | //
10 |
11 | import CommonCrypto
| `- error: no such module 'CommonCrypto'
12 | import Foundation
13 |
[58/200] Compiling PubNubSDK PubNubChannelMetadata.swift
/host/spi-builder-workspace/.build/checkouts/swift/Sources/PubNub/Helpers/Crypto/Crypto.swift:11:8: error: no such module 'CommonCrypto'
9 | //
10 |
11 | import CommonCrypto
| `- error: no such module 'CommonCrypto'
12 | import Foundation
13 |
[59/200] Compiling PubNubSDK FCMAndroidPayload.swift
/host/spi-builder-workspace/.build/checkouts/swift/Sources/PubNub/Helpers/Crypto/Crypto.swift:11:8: error: no such module 'CommonCrypto'
9 | //
10 |
11 | import CommonCrypto
| `- error: no such module 'CommonCrypto'
12 | import Foundation
13 |
[60/200] Compiling PubNubSDK FCMWebpushPayload.swift
/host/spi-builder-workspace/.build/checkouts/swift/Sources/PubNub/Helpers/Crypto/Crypto.swift:11:8: error: no such module 'CommonCrypto'
9 | //
10 |
11 | import CommonCrypto
| `- error: no such module 'CommonCrypto'
12 | import Foundation
13 |
[61/200] Compiling PubNubSDK PubNubFCMPayload.swift
/host/spi-builder-workspace/.build/checkouts/swift/Sources/PubNub/Helpers/Crypto/Crypto.swift:11:8: error: no such module 'CommonCrypto'
9 | //
10 |
11 | import CommonCrypto
| `- error: no such module 'CommonCrypto'
12 | import Foundation
13 |
[62/200] Compiling PubNubSDK PubNubFile.swift
/host/spi-builder-workspace/.build/checkouts/swift/Sources/PubNub/Helpers/Crypto/Crypto.swift:11:8: error: no such module 'CommonCrypto'
9 | //
10 |
11 | import CommonCrypto
| `- error: no such module 'CommonCrypto'
12 | import Foundation
13 |
[63/200] Compiling PubNubSDK PubNubMembershipMetadata.swift
/host/spi-builder-workspace/.build/checkouts/swift/Sources/PubNub/Helpers/Crypto/Crypto.swift:11:8: error: no such module 'CommonCrypto'
9 | //
10 |
11 | import CommonCrypto
| `- error: no such module 'CommonCrypto'
12 | import Foundation
13 |
[64/200] Compiling PubNubSDK PubNubMessage.swift
/host/spi-builder-workspace/.build/checkouts/swift/Sources/PubNub/Helpers/Crypto/Crypto.swift:11:8: error: no such module 'CommonCrypto'
9 | //
10 |
11 | import CommonCrypto
| `- error: no such module 'CommonCrypto'
12 | import Foundation
13 |
[65/200] Compiling PubNubSDK PubNubMessageAction.swift
/host/spi-builder-workspace/.build/checkouts/swift/Sources/PubNub/Helpers/Crypto/Crypto.swift:11:8: error: no such module 'CommonCrypto'
9 | //
10 |
11 | import CommonCrypto
| `- error: no such module 'CommonCrypto'
12 | import Foundation
13 |
[66/200] Compiling PubNubSDK PubNubObjectMetadataPatcher.swift
/host/spi-builder-workspace/.build/checkouts/swift/Sources/PubNub/Helpers/Crypto/Crypto.swift:11:8: error: no such module 'CommonCrypto'
9 | //
10 |
11 | import CommonCrypto
| `- error: no such module 'CommonCrypto'
12 | import Foundation
13 |
[67/200] Compiling PubNubSDK PubNubPage.swift
/host/spi-builder-workspace/.build/checkouts/swift/Sources/PubNub/Helpers/Crypto/Crypto.swift:11:8: error: no such module 'CommonCrypto'
9 | //
10 |
11 | import CommonCrypto
| `- error: no such module 'CommonCrypto'
12 | import Foundation
13 |
[68/200] Compiling PubNubSDK PubNubPresence.swift
/host/spi-builder-workspace/.build/checkouts/swift/Sources/PubNub/Helpers/Crypto/Crypto.swift:11:8: error: no such module 'CommonCrypto'
9 | //
10 |
11 | import CommonCrypto
| `- error: no such module 'CommonCrypto'
12 | import Foundation
13 |
[69/200] Compiling PubNubSDK PubNubPushMessage.swift
/host/spi-builder-workspace/.build/checkouts/swift/Sources/PubNub/Helpers/Crypto/Crypto.swift:11:8: error: no such module 'CommonCrypto'
9 | //
10 |
11 | import CommonCrypto
| `- error: no such module 'CommonCrypto'
12 | import Foundation
13 |
[70/200] Compiling PubNubSDK PubNubUserMetadata.swift
/host/spi-builder-workspace/.build/checkouts/swift/Sources/PubNub/Helpers/Crypto/Crypto.swift:11:8: error: no such module 'CommonCrypto'
9 | //
10 |
11 | import CommonCrypto
| `- error: no such module 'CommonCrypto'
12 | import Foundation
13 |
[71/200] Compiling PubNubSDK Convertibles+PubNub.swift
/host/spi-builder-workspace/.build/checkouts/swift/Sources/PubNub/Helpers/Crypto/Crypto.swift:11:8: error: no such module 'CommonCrypto'
9 | //
10 |
11 | import CommonCrypto
| `- error: no such module 'CommonCrypto'
12 | import Foundation
13 |
[72/200] Compiling PubNubSDK HTTPFileTask.swift
/host/spi-builder-workspace/.build/checkouts/swift/Sources/PubNub/Helpers/Crypto/Crypto.swift:11:8: error: no such module 'CommonCrypto'
9 | //
10 |
11 | import CommonCrypto
| `- error: no such module 'CommonCrypto'
12 | import Foundation
13 |
[73/200] Compiling PubNubSDK HTTPRouter.swift
/host/spi-builder-workspace/.build/checkouts/swift/Sources/PubNub/Helpers/Crypto/Crypto.swift:11:8: error: no such module 'CommonCrypto'
9 | //
10 |
11 | import CommonCrypto
| `- error: no such module 'CommonCrypto'
12 | import Foundation
13 |
[74/200] Compiling PubNubSDK HTTPSession.swift
/host/spi-builder-workspace/.build/checkouts/swift/Sources/PubNub/Helpers/Crypto/Crypto.swift:11:8: error: no such module 'CommonCrypto'
9 | //
10 |
11 | import CommonCrypto
| `- error: no such module 'CommonCrypto'
12 | import Foundation
13 |
[75/200] Compiling PubNubSDK HTTPSessionDelegate.swift
/host/spi-builder-workspace/.build/checkouts/swift/Sources/PubNub/Helpers/Crypto/Crypto.swift:11:8: error: no such module 'CommonCrypto'
9 | //
10 |
11 | import CommonCrypto
| `- error: no such module 'CommonCrypto'
12 | import Foundation
13 |
[76/200] Compiling PubNubSDK Replaceables+PubNub.swift
/host/spi-builder-workspace/.build/checkouts/swift/Sources/PubNub/Helpers/Crypto/Crypto.swift:11:8: error: no such module 'CommonCrypto'
9 | //
10 |
11 | import CommonCrypto
| `- error: no such module 'CommonCrypto'
12 | import Foundation
13 |
[77/200] Compiling PubNubSDK AutomaticRetry.swift
/host/spi-builder-workspace/.build/checkouts/swift/Sources/PubNub/Helpers/Crypto/Crypto.swift:11:8: error: no such module 'CommonCrypto'
9 | //
10 |
11 | import CommonCrypto
| `- error: no such module 'CommonCrypto'
12 | import Foundation
13 |
[78/200] Compiling PubNubSDK ChannelGroups+PubNub.swift
/host/spi-builder-workspace/.build/checkouts/swift/Sources/PubNub/Helpers/Crypto/Crypto.swift:11:8: error: no such module 'CommonCrypto'
9 | //
10 |
11 | import CommonCrypto
| `- error: no such module 'CommonCrypto'
12 | import Foundation
13 |
[79/200] Compiling PubNubSDK Crypto+PubNub.swift
/host/spi-builder-workspace/.build/checkouts/swift/Sources/PubNub/Helpers/Crypto/Crypto.swift:11:8: error: no such module 'CommonCrypto'
9 | //
10 |
11 | import CommonCrypto
| `- error: no such module 'CommonCrypto'
12 | import Foundation
13 |
[80/200] Compiling PubNubSDK File+PubNub.swift
/host/spi-builder-workspace/.build/checkouts/swift/Sources/PubNub/Helpers/Crypto/Crypto.swift:11:8: error: no such module 'CommonCrypto'
9 | //
10 |
11 | import CommonCrypto
| `- error: no such module 'CommonCrypto'
12 | import Foundation
13 |
[81/200] Compiling PubNubSDK History+PubNub.swift
/host/spi-builder-workspace/.build/checkouts/swift/Sources/PubNub/Helpers/Crypto/Crypto.swift:11:8: error: no such module 'CommonCrypto'
9 | //
10 |
11 | import CommonCrypto
| `- error: no such module 'CommonCrypto'
12 | import Foundation
13 |
[82/200] Compiling PubNubSDK MessageActions+PubNub.swift
/host/spi-builder-workspace/.build/checkouts/swift/Sources/PubNub/Helpers/Crypto/Crypto.swift:11:8: error: no such module 'CommonCrypto'
9 | //
10 |
11 | import CommonCrypto
| `- error: no such module 'CommonCrypto'
12 | import Foundation
13 |
[83/200] Compiling PubNubSDK Objects+PubNub.swift
/host/spi-builder-workspace/.build/checkouts/swift/Sources/PubNub/Helpers/Crypto/Crypto.swift:11:8: error: no such module 'CommonCrypto'
9 | //
10 |
11 | import CommonCrypto
| `- error: no such module 'CommonCrypto'
12 | import Foundation
13 |
[84/200] Compiling PubNubSDK PAM+PubNub.swift
/host/spi-builder-workspace/.build/checkouts/swift/Sources/PubNub/Helpers/Crypto/Crypto.swift:11:8: error: no such module 'CommonCrypto'
9 | //
10 |
11 | import CommonCrypto
| `- error: no such module 'CommonCrypto'
12 | import Foundation
13 |
[85/200] Compiling PubNubSDK Presence+PubNub.swift
/host/spi-builder-workspace/.build/checkouts/swift/Sources/PubNub/Helpers/Crypto/Crypto.swift:11:8: error: no such module 'CommonCrypto'
9 | //
10 |
11 | import CommonCrypto
| `- error: no such module 'CommonCrypto'
12 | import Foundation
13 |
[86/200] Compiling PubNubSDK Publish+PubNub.swift
/host/spi-builder-workspace/.build/checkouts/swift/Sources/PubNub/Helpers/Crypto/Crypto.swift:11:8: error: no such module 'CommonCrypto'
9 | //
10 |
11 | import CommonCrypto
| `- error: no such module 'CommonCrypto'
12 | import Foundation
13 |
[87/200] Compiling PubNubSDK Push+PubNub.swift
/host/spi-builder-workspace/.build/checkouts/swift/Sources/PubNub/Helpers/Crypto/Crypto.swift:11:8: error: no such module 'CommonCrypto'
9 | //
10 |
11 | import CommonCrypto
| `- error: no such module 'CommonCrypto'
12 | import Foundation
13 |
[88/200] Compiling PubNubSDK Time+PubNub.swift
/host/spi-builder-workspace/.build/checkouts/swift/Sources/PubNub/Helpers/Crypto/Crypto.swift:11:8: error: no such module 'CommonCrypto'
9 | //
10 |
11 | import CommonCrypto
| `- error: no such module 'CommonCrypto'
12 | import Foundation
13 |
[89/200] Compiling PubNubSDK DependencyContainer.swift
/host/spi-builder-workspace/.build/checkouts/swift/Sources/PubNub/Helpers/Crypto/Crypto.swift:11:8: error: no such module 'CommonCrypto'
9 | //
10 |
11 | import CommonCrypto
| `- error: no such module 'CommonCrypto'
12 | import Foundation
13 |
[90/200] Compiling PubNubSDK ErrorDescription.swift
/host/spi-builder-workspace/.build/checkouts/swift/Sources/PubNub/Helpers/Crypto/Crypto.swift:11:8: error: no such module 'CommonCrypto'
9 | //
10 |
11 | import CommonCrypto
| `- error: no such module 'CommonCrypto'
12 | import Foundation
13 |
[91/200] Compiling PubNubSDK PubNubError.swift
/host/spi-builder-workspace/.build/checkouts/swift/Sources/PubNub/Helpers/Crypto/Crypto.swift:11:8: error: no such module 'CommonCrypto'
9 | //
10 |
11 | import CommonCrypto
| `- error: no such module 'CommonCrypto'
12 | import Foundation
13 |
[92/200] Compiling PubNubSDK Dispatcher.swift
/host/spi-builder-workspace/.build/checkouts/swift/Sources/PubNub/Helpers/Crypto/Crypto.swift:11:8: error: no such module 'CommonCrypto'
9 | //
10 |
11 | import CommonCrypto
| `- error: no such module 'CommonCrypto'
12 | import Foundation
13 |
[93/200] Compiling PubNubSDK EffectHandler.swift
/host/spi-builder-workspace/.build/checkouts/swift/Sources/PubNub/Helpers/Crypto/Crypto.swift:11:8: error: no such module 'CommonCrypto'
9 | //
10 |
11 | import CommonCrypto
| `- error: no such module 'CommonCrypto'
12 | import Foundation
13 |
[94/200] Compiling PubNubSDK EventEngine.swift
/host/spi-builder-workspace/.build/checkouts/swift/Sources/PubNub/Helpers/Crypto/Crypto.swift:11:8: error: no such module 'CommonCrypto'
9 | //
10 |
11 | import CommonCrypto
| `- error: no such module 'CommonCrypto'
12 | import Foundation
13 |
[95/200] Compiling PubNubSDK TransitionProtocol.swift
/host/spi-builder-workspace/.build/checkouts/swift/Sources/PubNub/Helpers/Crypto/Crypto.swift:11:8: error: no such module 'CommonCrypto'
9 | //
10 |
11 | import CommonCrypto
| `- error: no such module 'CommonCrypto'
12 | import Foundation
13 |
[96/200] Compiling PubNubSDK HeartbeatEffect.swift
/host/spi-builder-workspace/.build/checkouts/swift/Sources/PubNub/Helpers/Crypto/Crypto.swift:11:8: error: no such module 'CommonCrypto'
9 | //
10 |
11 | import CommonCrypto
| `- error: no such module 'CommonCrypto'
12 | import Foundation
13 |
[97/200] Compiling PubNubSDK LeaveEffect.swift
/host/spi-builder-workspace/.build/checkouts/swift/Sources/PubNub/Helpers/Crypto/Crypto.swift:11:8: error: no such module 'CommonCrypto'
9 | //
10 |
11 | import CommonCrypto
| `- error: no such module 'CommonCrypto'
12 | import Foundation
13 |
[98/200] Compiling PubNubSDK PresenceEffectFactory.swift
/host/spi-builder-workspace/.build/checkouts/swift/Sources/PubNub/Helpers/Crypto/Crypto.swift:11:8: error: no such module 'CommonCrypto'
9 | //
10 |
11 | import CommonCrypto
| `- error: no such module 'CommonCrypto'
12 | import Foundation
13 |
[99/200] Compiling PubNubSDK WaitEffect.swift
/host/spi-builder-workspace/.build/checkouts/swift/Sources/PubNub/Helpers/Crypto/Crypto.swift:11:8: error: no such module 'CommonCrypto'
9 | //
10 |
11 | import CommonCrypto
| `- error: no such module 'CommonCrypto'
12 | import Foundation
13 |
[100/200] Compiling PubNubSDK PresenceHeartbeatRequest.swift
/host/spi-builder-workspace/.build/checkouts/swift/Sources/PubNub/Helpers/Crypto/Crypto.swift:11:8: error: no such module 'CommonCrypto'
9 | //
10 |
11 | import CommonCrypto
| `- error: no such module 'CommonCrypto'
12 | import Foundation
13 |
[101/200] Compiling PubNubSDK PresenceInput.swift
/host/spi-builder-workspace/.build/checkouts/swift/Sources/PubNub/Helpers/Crypto/Crypto.swift:11:8: error: no such module 'CommonCrypto'
9 | //
10 |
11 | import CommonCrypto
| `- error: no such module 'CommonCrypto'
12 | import Foundation
13 |
[102/200] Compiling PubNubSDK PresenceLeaveRequest.swift
/host/spi-builder-workspace/.build/checkouts/swift/Sources/PubNub/Helpers/Crypto/Crypto.swift:11:8: error: no such module 'CommonCrypto'
9 | //
10 |
11 | import CommonCrypto
| `- error: no such module 'CommonCrypto'
12 | import Foundation
13 |
[103/200] Compiling PubNubSDK Presence.swift
/host/spi-builder-workspace/.build/checkouts/swift/Sources/PubNub/Helpers/Crypto/Crypto.swift:11:8: error: no such module 'CommonCrypto'
9 | //
10 |
11 | import CommonCrypto
| `- error: no such module 'CommonCrypto'
12 | import Foundation
13 |
[104/200] Compiling PubNubSDK PresenceTransition.swift
/host/spi-builder-workspace/.build/checkouts/swift/Sources/PubNub/Helpers/Crypto/Crypto.swift:11:8: error: no such module 'CommonCrypto'
9 | //
10 |
11 | import CommonCrypto
| `- error: no such module 'CommonCrypto'
12 | import Foundation
13 |
[105/200] Compiling PubNubSDK PubNubPresenceStateContainer.swift
/host/spi-builder-workspace/.build/checkouts/swift/Sources/PubNub/Helpers/Crypto/Crypto.swift:11:8: error: no such module 'CommonCrypto'
9 | //
10 |
11 | import CommonCrypto
| `- error: no such module 'CommonCrypto'
12 | import Foundation
13 |
[106/200] Compiling PubNubSDK EmitMessagesEffect.swift
/host/spi-builder-workspace/.build/checkouts/swift/Sources/PubNub/Helpers/Crypto/Crypto.swift:11:8: error: no such module 'CommonCrypto'
9 | //
10 |
11 | import CommonCrypto
| `- error: no such module 'CommonCrypto'
12 | import Foundation
13 |
[107/200] Compiling PubNubSDK EmitStatusEffect.swift
/host/spi-builder-workspace/.build/checkouts/swift/Sources/PubNub/Helpers/Crypto/Crypto.swift:11:8: error: no such module 'CommonCrypto'
9 | //
10 |
11 | import CommonCrypto
| `- error: no such module 'CommonCrypto'
12 | import Foundation
13 |
[108/200] Compiling PubNubSDK SubscribeEffectFactory.swift
/host/spi-builder-workspace/.build/checkouts/swift/Sources/PubNub/Helpers/Crypto/Crypto.swift:11:8: error: no such module 'CommonCrypto'
9 | //
10 |
11 | import CommonCrypto
| `- error: no such module 'CommonCrypto'
12 | import Foundation
13 |
[109/200] Compiling PubNubSDK SubscribeEffects.swift
/host/spi-builder-workspace/.build/checkouts/swift/Sources/PubNub/Helpers/Crypto/Crypto.swift:11:8: error: no such module 'CommonCrypto'
9 | //
10 |
11 | import CommonCrypto
| `- error: no such module 'CommonCrypto'
12 | import Foundation
13 |
[110/200] Compiling PubNubSDK SubscribeInput.swift
/host/spi-builder-workspace/.build/checkouts/swift/Sources/PubNub/Helpers/Crypto/Crypto.swift:11:8: error: no such module 'CommonCrypto'
9 | //
10 |
11 | import CommonCrypto
| `- error: no such module 'CommonCrypto'
12 | import Foundation
13 |
[111/200] Compiling PubNubSDK SubscribeRequest.swift
/host/spi-builder-workspace/.build/checkouts/swift/Sources/PubNub/Helpers/Crypto/Crypto.swift:11:8: error: no such module 'CommonCrypto'
9 | //
10 |
11 | import CommonCrypto
| `- error: no such module 'CommonCrypto'
12 | import Foundation
13 |
[112/200] Compiling PubNubSDK Subscribe.swift
/host/spi-builder-workspace/.build/checkouts/swift/Sources/PubNub/Helpers/Crypto/Crypto.swift:11:8: error: no such module 'CommonCrypto'
9 | //
10 |
11 | import CommonCrypto
| `- error: no such module 'CommonCrypto'
12 | import Foundation
13 |
[113/200] Compiling PubNubSDK SubscribeTransition.swift
/host/spi-builder-workspace/.build/checkouts/swift/Sources/PubNub/Helpers/Crypto/Crypto.swift:11:8: error: no such module 'CommonCrypto'
9 | //
10 |
11 | import CommonCrypto
| `- error: no such module 'CommonCrypto'
12 | import Foundation
13 |
[114/200] Compiling PubNubSDK Bool+PubNub.swift
/host/spi-builder-workspace/.build/checkouts/swift/Sources/PubNub/Helpers/Crypto/Crypto.swift:11:8: error: no such module 'CommonCrypto'
9 | //
10 |
11 | import CommonCrypto
| `- error: no such module 'CommonCrypto'
12 | import Foundation
13 |
[115/200] Compiling PubNubSDK Collection+PubNub.swift
/host/spi-builder-workspace/.build/checkouts/swift/Sources/PubNub/Helpers/Crypto/Crypto.swift:11:8: error: no such module 'CommonCrypto'
9 | //
10 |
11 | import CommonCrypto
| `- error: no such module 'CommonCrypto'
12 | import Foundation
13 |
[116/200] Compiling PubNubSDK Data+PubNub.swift
/host/spi-builder-workspace/.build/checkouts/swift/Sources/PubNub/Helpers/Crypto/Crypto.swift:11:8: error: no such module 'CommonCrypto'
9 | //
10 |
11 | import CommonCrypto
| `- error: no such module 'CommonCrypto'
12 | import Foundation
13 |
[117/200] Compiling PubNubSDK DateFormatter+PubNub.swift
/host/spi-builder-workspace/.build/checkouts/swift/Sources/PubNub/Helpers/Crypto/Crypto.swift:11:8: error: no such module 'CommonCrypto'
9 | //
10 |
11 | import CommonCrypto
| `- error: no such module 'CommonCrypto'
12 | import Foundation
13 |
[118/200] Compiling PubNubSDK DecodingError+PubNub.swift
/host/spi-builder-workspace/.build/checkouts/swift/Sources/PubNub/Helpers/Crypto/Crypto.swift:11:8: error: no such module 'CommonCrypto'
9 | //
10 |
11 | import CommonCrypto
| `- error: no such module 'CommonCrypto'
12 | import Foundation
13 |
[119/200] Compiling PubNubSDK DispatchQueue+PubNub.swift
/host/spi-builder-workspace/.build/checkouts/swift/Sources/PubNub/Helpers/Crypto/Crypto.swift:11:8: error: no such module 'CommonCrypto'
9 | //
10 |
11 | import CommonCrypto
| `- error: no such module 'CommonCrypto'
12 | import Foundation
13 |
[120/200] Compiling PubNubSDK Encodable+PubNub.swift
/host/spi-builder-workspace/.build/checkouts/swift/Sources/PubNub/Helpers/Crypto/Crypto.swift:11:8: error: no such module 'CommonCrypto'
9 | //
10 |
11 | import CommonCrypto
| `- error: no such module 'CommonCrypto'
12 | import Foundation
13 |
[121/200] Compiling PubNubSDK Error+PubNub.swift
/host/spi-builder-workspace/.build/checkouts/swift/Sources/PubNub/Helpers/Crypto/Crypto.swift:11:8: error: no such module 'CommonCrypto'
9 | //
10 |
11 | import CommonCrypto
| `- error: no such module 'CommonCrypto'
12 | import Foundation
13 |
[122/200] Compiling PubNubSDK FileManager+PubNub.swift
/host/spi-builder-workspace/.build/checkouts/swift/Sources/PubNub/Helpers/Crypto/Crypto.swift:11:8: error: no such module 'CommonCrypto'
9 | //
10 |
11 | import CommonCrypto
| `- error: no such module 'CommonCrypto'
12 | import Foundation
13 |
[123/200] Compiling PubNubSDK Float32+PubNub.swift
/host/spi-builder-workspace/.build/checkouts/swift/Sources/PubNub/Helpers/Crypto/Crypto.swift:11:8: error: no such module 'CommonCrypto'
9 | //
10 |
11 | import CommonCrypto
| `- error: no such module 'CommonCrypto'
12 | import Foundation
13 |
[124/200] Compiling PubNubSDK HTTPURLResponse+PubNub.swift
/host/spi-builder-workspace/.build/checkouts/swift/Sources/PubNub/Helpers/Crypto/Crypto.swift:11:8: error: no such module 'CommonCrypto'
9 | //
10 |
11 | import CommonCrypto
| `- error: no such module 'CommonCrypto'
12 | import Foundation
13 |
[125/200] Compiling PubNubSDK InputStream+PubNub.swift
/host/spi-builder-workspace/.build/checkouts/swift/Sources/PubNub/Helpers/Crypto/Crypto.swift:11:8: error: no such module 'CommonCrypto'
9 | //
10 |
11 | import CommonCrypto
| `- error: no such module 'CommonCrypto'
12 | import Foundation
13 |
[126/200] Compiling PubNubSDK Int+PubNub.swift
/host/spi-builder-workspace/.build/checkouts/swift/Sources/PubNub/Helpers/Crypto/Crypto.swift:11:8: error: no such module 'CommonCrypto'
9 | //
10 |
11 | import CommonCrypto
| `- error: no such module 'CommonCrypto'
12 | import Foundation
13 |
[127/200] Compiling PubNubSDK NSLocking+PubNub.swift
/host/spi-builder-workspace/.build/checkouts/swift/Sources/PubNub/Helpers/Crypto/Crypto.swift:11:8: error: no such module 'CommonCrypto'
9 | //
10 |
11 | import CommonCrypto
| `- error: no such module 'CommonCrypto'
12 | import Foundation
13 |
[128/200] Compiling PubNubSDK NSNumber+PubNub.swift
/host/spi-builder-workspace/.build/checkouts/swift/Sources/PubNub/Helpers/Crypto/Crypto.swift:11:8: error: no such module 'CommonCrypto'
9 | //
10 |
11 | import CommonCrypto
| `- error: no such module 'CommonCrypto'
12 | import Foundation
13 |
[129/200] Compiling PubNubSDK OperationQueue+PubNub.swift
/host/spi-builder-workspace/.build/checkouts/swift/Sources/PubNub/Helpers/Crypto/Crypto.swift:11:8: error: no such module 'CommonCrypto'
9 | //
10 |
11 | import CommonCrypto
| `- error: no such module 'CommonCrypto'
12 | import Foundation
13 |
[130/200] Compiling PubNubSDK Set+PubNub.swift
/host/spi-builder-workspace/.build/checkouts/swift/Sources/PubNub/Helpers/Crypto/Crypto.swift:11:8: error: no such module 'CommonCrypto'
9 | //
10 |
11 | import CommonCrypto
| `- error: no such module 'CommonCrypto'
12 | import Foundation
13 |
[131/200] Compiling PubNubSDK String+PubNub.swift
/host/spi-builder-workspace/.build/checkouts/swift/Sources/PubNub/Helpers/Crypto/Crypto.swift:11:8: error: no such module 'CommonCrypto'
9 | //
10 |
11 | import CommonCrypto
| `- error: no such module 'CommonCrypto'
12 | import Foundation
13 |
[132/200] Compiling PubNubSDK Thread+PubNub.swift
/host/spi-builder-workspace/.build/checkouts/swift/Sources/PubNub/Helpers/Crypto/Crypto.swift:11:8: error: no such module 'CommonCrypto'
9 | //
10 |
11 | import CommonCrypto
| `- error: no such module 'CommonCrypto'
12 | import Foundation
13 |
[133/200] Compiling PubNubSDK URL+PubNub.swift
/host/spi-builder-workspace/.build/checkouts/swift/Sources/PubNub/Helpers/Crypto/Crypto.swift:11:8: error: no such module 'CommonCrypto'
9 | //
10 |
11 | import CommonCrypto
| `- error: no such module 'CommonCrypto'
12 | import Foundation
13 |
[134/200] Compiling PubNubSDK URLQueryItem+PubNub.swift
/host/spi-builder-workspace/.build/checkouts/swift/Sources/PubNub/Helpers/Crypto/Crypto.swift:11:8: error: no such module 'CommonCrypto'
9 | //
10 |
11 | import CommonCrypto
| `- error: no such module 'CommonCrypto'
12 | import Foundation
13 |
[135/200] Compiling PubNubSDK URLRequest+PubNub.swift
/host/spi-builder-workspace/.build/checkouts/swift/Sources/PubNub/Helpers/Crypto/Crypto.swift:11:8: error: no such module 'CommonCrypto'
9 | //
10 |
11 | import CommonCrypto
| `- error: no such module 'CommonCrypto'
12 | import Foundation
13 |
[136/200] Compiling PubNubSDK URLSessionConfiguration+PubNub.swift
/host/spi-builder-workspace/.build/checkouts/swift/Sources/PubNub/Helpers/Crypto/Crypto.swift:11:8: error: no such module 'CommonCrypto'
9 | //
10 |
11 | import CommonCrypto
| `- error: no such module 'CommonCrypto'
12 | import Foundation
13 |
[137/200] Compiling PubNubSDK Atomic.swift
/host/spi-builder-workspace/.build/checkouts/swift/Sources/PubNub/Helpers/Crypto/Crypto.swift:11:8: error: no such module 'CommonCrypto'
9 | //
10 |
11 | import CommonCrypto
| `- error: no such module 'CommonCrypto'
12 | import Foundation
13 |
[138/200] Compiling PubNubSDK CBORDecoder.swift
/host/spi-builder-workspace/.build/checkouts/swift/Sources/PubNub/Helpers/Crypto/Crypto.swift:11:8: error: no such module 'CommonCrypto'
9 | //
10 |
11 | import CommonCrypto
| `- error: no such module 'CommonCrypto'
12 | import Foundation
13 |
[139/200] Compiling PubNubSDK CBORSerialization.swift
/host/spi-builder-workspace/.build/checkouts/swift/Sources/PubNub/Helpers/Crypto/Crypto.swift:11:8: error: no such module 'CommonCrypto'
9 | //
10 |
11 | import CommonCrypto
| `- error: no such module 'CommonCrypto'
12 | import Foundation
13 |
[140/200] Compiling PubNubSDK CaseAccessible.swift
/host/spi-builder-workspace/.build/checkouts/swift/Sources/PubNub/Helpers/Crypto/Crypto.swift:11:8: error: no such module 'CommonCrypto'
9 | //
10 |
11 | import CommonCrypto
| `- error: no such module 'CommonCrypto'
12 | import Foundation
13 |
[141/200] Compiling PubNubSDK Constants.swift
/host/spi-builder-workspace/.build/checkouts/swift/Sources/PubNub/Helpers/Crypto/Crypto.swift:11:8: error: no such module 'CommonCrypto'
9 | //
10 |
11 | import CommonCrypto
| `- error: no such module 'CommonCrypto'
12 | import Foundation
13 |
[142/200] Compiling PubNubSDK Crypto.swift
/host/spi-builder-workspace/.build/checkouts/swift/Sources/PubNub/Helpers/Crypto/Crypto.swift:11:8: error: no such module 'CommonCrypto'
9 | //
10 |
11 | import CommonCrypto
| `- error: no such module 'CommonCrypto'
12 | import Foundation
13 |
[143/200] Compiling PubNubSDK CryptoModule.swift
/host/spi-builder-workspace/.build/checkouts/swift/Sources/PubNub/Helpers/Crypto/Crypto.swift:11:8: error: no such module 'CommonCrypto'
9 | //
10 |
11 | import CommonCrypto
| `- error: no such module 'CommonCrypto'
12 | import Foundation
13 |
[144/200] Compiling PubNubSDK AESCBCCryptor.swift
/host/spi-builder-workspace/.build/checkouts/swift/Sources/PubNub/Helpers/Crypto/Crypto.swift:11:8: error: no such module 'CommonCrypto'
9 | //
10 |
11 | import CommonCrypto
| `- error: no such module 'CommonCrypto'
12 | import Foundation
13 |
[145/200] Compiling PubNubSDK Cryptor.swift
/host/spi-builder-workspace/.build/checkouts/swift/Sources/PubNub/Helpers/Crypto/Crypto.swift:11:8: error: no such module 'CommonCrypto'
9 | //
10 |
11 | import CommonCrypto
| `- error: no such module 'CommonCrypto'
12 | import Foundation
13 |
[146/200] Compiling PubNubSDK LegacyCryptor.swift
/host/spi-builder-workspace/.build/checkouts/swift/Sources/PubNub/Helpers/Crypto/Crypto.swift:11:8: error: no such module 'CommonCrypto'
9 | //
10 |
11 | import CommonCrypto
| `- error: no such module 'CommonCrypto'
12 | import Foundation
13 |
[147/200] Compiling PubNubSDK CryptorHeader.swift
/host/spi-builder-workspace/.build/checkouts/swift/Sources/PubNub/Helpers/Crypto/Crypto.swift:11:8: error: no such module 'CommonCrypto'
9 | //
10 |
11 | import CommonCrypto
| `- error: no such module 'CommonCrypto'
12 | import Foundation
13 |
[148/200] Compiling PubNubSDK CryptorHeaderWithinStreamFinder.swift
/host/spi-builder-workspace/.build/checkouts/swift/Sources/PubNub/Helpers/Crypto/Crypto.swift:11:8: error: no such module 'CommonCrypto'
9 | //
10 |
11 | import CommonCrypto
| `- error: no such module 'CommonCrypto'
12 | import Foundation
13 |
[149/200] Compiling PubNubSDK CryptoInputStream.swift
/host/spi-builder-workspace/.build/checkouts/swift/Sources/PubNub/Helpers/Crypto/Crypto.swift:11:8: error: no such module 'CommonCrypto'
9 | //
10 |
11 | import CommonCrypto
| `- error: no such module 'CommonCrypto'
12 | import Foundation
13 |
[150/200] Compiling PubNubSDK CryptoStream.swift
/host/spi-builder-workspace/.build/checkouts/swift/Sources/PubNub/Helpers/Crypto/Crypto.swift:11:8: error: no such module 'CommonCrypto'
9 | //
10 |
11 | import CommonCrypto
| `- error: no such module 'CommonCrypto'
12 | import Foundation
13 |
[151/200] Compiling PubNubSDK CryptorUtils.swift
/host/spi-builder-workspace/.build/checkouts/swift/Sources/PubNub/Helpers/Crypto/Crypto.swift:11:8: error: no such module 'CommonCrypto'
9 | //
10 |
11 | import CommonCrypto
| `- error: no such module 'CommonCrypto'
12 | import Foundation
13 |
[152/200] Compiling PubNubSDK CryptorVector.swift
/host/spi-builder-workspace/.build/checkouts/swift/Sources/PubNub/Helpers/Crypto/Crypto.swift:11:8: error: no such module 'CommonCrypto'
9 | //
10 |
11 | import CommonCrypto
| `- error: no such module 'CommonCrypto'
12 | import Foundation
13 |
[153/200] Compiling PubNubSDK Data+CommonCrypto.swift
/host/spi-builder-workspace/.build/checkouts/swift/Sources/PubNub/Helpers/Crypto/Crypto.swift:11:8: error: no such module 'CommonCrypto'
9 | //
10 |
11 | import CommonCrypto
| `- error: no such module 'CommonCrypto'
12 | import Foundation
13 |
[154/200] Compiling PubNubSDK OptionalChange.swift
/host/spi-builder-workspace/.build/checkouts/swift/Sources/PubNub/Helpers/Crypto/Crypto.swift:11:8: error: no such module 'CommonCrypto'
9 | //
10 |
11 | import CommonCrypto
| `- error: no such module 'CommonCrypto'
12 | import Foundation
13 |
[155/200] Compiling PubNubSDK PAMToken.swift
/host/spi-builder-workspace/.build/checkouts/swift/Sources/PubNub/Helpers/Crypto/Crypto.swift:11:8: error: no such module 'CommonCrypto'
9 | //
10 |
11 | import CommonCrypto
| `- error: no such module 'CommonCrypto'
12 | import Foundation
13 |
[156/200] Compiling PubNubSDK MultipartInputStream.swift
/host/spi-builder-workspace/.build/checkouts/swift/Sources/PubNub/Helpers/Crypto/Crypto.swift:11:8: error: no such module 'CommonCrypto'
9 | //
10 |
11 | import CommonCrypto
| `- error: no such module 'CommonCrypto'
12 | import Foundation
13 |
[157/200] Compiling PubNubSDK Typealias+PubNub.swift
/host/spi-builder-workspace/.build/checkouts/swift/Sources/PubNub/Helpers/Crypto/Crypto.swift:11:8: error: no such module 'CommonCrypto'
9 | //
10 |
11 | import CommonCrypto
| `- error: no such module 'CommonCrypto'
12 | import Foundation
13 |
[158/200] Compiling PubNubSDK Validated.swift
/host/spi-builder-workspace/.build/checkouts/swift/Sources/PubNub/Helpers/Crypto/Crypto.swift:11:8: error: no such module 'CommonCrypto'
9 | //
10 |
11 | import CommonCrypto
| `- error: no such module 'CommonCrypto'
12 | import Foundation
13 |
[159/200] Compiling PubNubSDK WeakBox.swift
/host/spi-builder-workspace/.build/checkouts/swift/Sources/PubNub/Helpers/Crypto/Crypto.swift:11:8: error: no such module 'CommonCrypto'
9 | //
10 |
11 | import CommonCrypto
| `- error: no such module 'CommonCrypto'
12 | import Foundation
13 |
[160/200] Compiling PubNubSDK XMLDecoder.swift
/host/spi-builder-workspace/.build/checkouts/swift/Sources/PubNub/Helpers/Crypto/Crypto.swift:11:8: error: no such module 'CommonCrypto'
9 | //
10 |
11 | import CommonCrypto
| `- error: no such module 'CommonCrypto'
12 | import Foundation
13 |
[161/200] Compiling PubNubSDK XMLSerialization.swift
/host/spi-builder-workspace/.build/checkouts/swift/Sources/PubNub/Helpers/Crypto/Crypto.swift:11:8: error: no such module 'CommonCrypto'
9 | //
10 |
11 | import CommonCrypto
| `- error: no such module 'CommonCrypto'
12 | import Foundation
13 |
[162/200] Compiling PubNubSDK AnyJSON.swift
/host/spi-builder-workspace/.build/checkouts/swift/Sources/PubNub/Helpers/Crypto/Crypto.swift:11:8: error: no such module 'CommonCrypto'
9 | //
10 |
11 | import CommonCrypto
| `- error: no such module 'CommonCrypto'
12 | import Foundation
13 |
[163/200] Compiling PubNubSDK AnyJSONType.swift
/host/spi-builder-workspace/.build/checkouts/swift/Sources/PubNub/Helpers/Crypto/Crypto.swift:11:8: error: no such module 'CommonCrypto'
9 | //
10 |
11 | import CommonCrypto
| `- error: no such module 'CommonCrypto'
12 | import Foundation
13 |
[164/200] Compiling PubNubSDK FlatJSONCodable.swift
/host/spi-builder-workspace/.build/checkouts/swift/Sources/PubNub/Helpers/Crypto/Crypto.swift:11:8: error: no such module 'CommonCrypto'
9 | //
10 |
11 | import CommonCrypto
| `- error: no such module 'CommonCrypto'
12 | import Foundation
13 |
[165/200] Compiling PubNubSDK JSONCodable.swift
/host/spi-builder-workspace/.build/checkouts/swift/Sources/PubNub/Helpers/Crypto/Crypto.swift:11:8: error: no such module 'CommonCrypto'
9 | //
10 |
11 | import CommonCrypto
| `- error: no such module 'CommonCrypto'
12 | import Foundation
13 |
[166/200] Compiling PubNubSDK Dictionary+ObjCRepresentable.swift
/host/spi-builder-workspace/.build/checkouts/swift/Sources/PubNub/Helpers/Crypto/Crypto.swift:11:8: error: no such module 'CommonCrypto'
9 | //
10 |
11 | import CommonCrypto
| `- error: no such module 'CommonCrypto'
12 | import Foundation
13 |
[167/200] Compiling PubNubSDK Int+NSNumber.swift
/host/spi-builder-workspace/.build/checkouts/swift/Sources/PubNub/Helpers/Crypto/Crypto.swift:11:8: error: no such module 'CommonCrypto'
9 | //
10 |
11 | import CommonCrypto
| `- error: no such module 'CommonCrypto'
12 | import Foundation
13 |
[168/200] Compiling PubNubSDK PubNub+URL.swift
/host/spi-builder-workspace/.build/checkouts/swift/Sources/PubNub/Helpers/Crypto/Crypto.swift:11:8: error: no such module 'CommonCrypto'
9 | //
10 |
11 | import CommonCrypto
| `- error: no such module 'CommonCrypto'
12 | import Foundation
13 |
[169/200] Compiling PubNubSDK KMPPubNub+AppContext.swift
/host/spi-builder-workspace/.build/checkouts/swift/Sources/PubNub/Helpers/Crypto/Crypto.swift:11:8: error: no such module 'CommonCrypto'
9 | //
10 |
11 | import CommonCrypto
| `- error: no such module 'CommonCrypto'
12 | import Foundation
13 |
[170/200] Compiling PubNubSDK KMPPubNub+ChannelGroups.swift
/host/spi-builder-workspace/.build/checkouts/swift/Sources/PubNub/Helpers/Crypto/Crypto.swift:11:8: error: no such module 'CommonCrypto'
9 | //
10 |
11 | import CommonCrypto
| `- error: no such module 'CommonCrypto'
12 | import Foundation
13 |
[171/200] Compiling PubNubSDK KMPPubNub+Files.swift
/host/spi-builder-workspace/.build/checkouts/swift/Sources/PubNub/Helpers/Crypto/Crypto.swift:11:8: error: no such module 'CommonCrypto'
9 | //
10 |
11 | import CommonCrypto
| `- error: no such module 'CommonCrypto'
12 | import Foundation
13 |
[172/200] Compiling PubNubSDK KMPPubNub+History.swift
/host/spi-builder-workspace/.build/checkouts/swift/Sources/PubNub/Helpers/Crypto/Crypto.swift:11:8: error: no such module 'CommonCrypto'
9 | //
10 |
11 | import CommonCrypto
| `- error: no such module 'CommonCrypto'
12 | import Foundation
13 |
[173/200] Compiling PubNubSDK KMPPubNub+Listeners.swift
/host/spi-builder-workspace/.build/checkouts/swift/Sources/PubNub/Helpers/Crypto/Crypto.swift:11:8: error: no such module 'CommonCrypto'
9 | //
10 |
11 | import CommonCrypto
| `- error: no such module 'CommonCrypto'
12 | import Foundation
13 |
[174/200] Compiling PubNubSDK KMPPubNub+MessageActions.swift
/host/spi-builder-workspace/.build/checkouts/swift/Sources/PubNub/Helpers/Crypto/Crypto.swift:11:8: error: no such module 'CommonCrypto'
9 | //
10 |
11 | import CommonCrypto
| `- error: no such module 'CommonCrypto'
12 | import Foundation
13 |
[175/200] Compiling PubNubSDK KMPPubNub+Presence.swift
/host/spi-builder-workspace/.build/checkouts/swift/Sources/PubNub/Helpers/Crypto/Crypto.swift:11:8: error: no such module 'CommonCrypto'
9 | //
10 |
11 | import CommonCrypto
| `- error: no such module 'CommonCrypto'
12 | import Foundation
13 |
[176/200] Compiling PubNubSDK KMPPubNub+Publish.swift
/host/spi-builder-workspace/.build/checkouts/swift/Sources/PubNub/Helpers/Crypto/Crypto.swift:11:8: error: no such module 'CommonCrypto'
9 | //
10 |
11 | import CommonCrypto
| `- error: no such module 'CommonCrypto'
12 | import Foundation
13 |
[177/200] Compiling PubNubSDK InstanceIdOperator.swift
/host/spi-builder-workspace/.build/checkouts/swift/Sources/PubNub/Helpers/Crypto/Crypto.swift:11:8: error: no such module 'CommonCrypto'
9 | //
10 |
11 | import CommonCrypto
| `- error: no such module 'CommonCrypto'
12 | import Foundation
13 |
[178/200] Compiling PubNubSDK RequestIdOperator.swift
/host/spi-builder-workspace/.build/checkouts/swift/Sources/PubNub/Helpers/Crypto/Crypto.swift:11:8: error: no such module 'CommonCrypto'
9 | //
10 |
11 | import CommonCrypto
| `- error: no such module 'CommonCrypto'
12 | import Foundation
13 |
[179/200] Compiling PubNubSDK Request.swift
/host/spi-builder-workspace/.build/checkouts/swift/Sources/PubNub/Helpers/Crypto/Crypto.swift:11:8: error: no such module 'CommonCrypto'
9 | //
10 |
11 | import CommonCrypto
| `- error: no such module 'CommonCrypto'
12 | import Foundation
13 |
[180/200] Compiling PubNubSDK RequestOperator.swift
/host/spi-builder-workspace/.build/checkouts/swift/Sources/PubNub/Helpers/Crypto/Crypto.swift:11:8: error: no such module 'CommonCrypto'
9 | //
10 |
11 | import CommonCrypto
| `- error: no such module 'CommonCrypto'
12 | import Foundation
13 |
[181/200] Compiling PubNubSDK EndpointResponse.swift
/host/spi-builder-workspace/.build/checkouts/swift/Sources/PubNub/Helpers/Crypto/Crypto.swift:11:8: error: no such module 'CommonCrypto'
9 | //
10 |
11 | import CommonCrypto
| `- error: no such module 'CommonCrypto'
12 | import Foundation
13 |
[182/200] Compiling PubNubSDK GenericServicePayloadResponse.swift
/host/spi-builder-workspace/.build/checkouts/swift/Sources/PubNub/Helpers/Crypto/Crypto.swift:11:8: error: no such module 'CommonCrypto'
9 | //
10 |
11 | import CommonCrypto
| `- error: no such module 'CommonCrypto'
12 | import Foundation
13 |
[183/200] Compiling PubNubSDK ResponseOperator.swift
/host/spi-builder-workspace/.build/checkouts/swift/Sources/PubNub/Helpers/Crypto/Crypto.swift:11:8: error: no such module 'CommonCrypto'
9 | //
10 |
11 | import CommonCrypto
| `- error: no such module 'CommonCrypto'
12 | import Foundation
13 |
[184/200] Compiling PubNubSDK ChannelGroupsRouter.swift
/host/spi-builder-workspace/.build/checkouts/swift/Sources/PubNub/Helpers/Crypto/Crypto.swift:11:8: error: no such module 'CommonCrypto'
9 | //
10 |
11 | import CommonCrypto
| `- error: no such module 'CommonCrypto'
12 | import Foundation
13 |
[185/200] Compiling PubNubSDK FileManagementRouter.swift
/host/spi-builder-workspace/.build/checkouts/swift/Sources/PubNub/Helpers/Crypto/Crypto.swift:11:8: error: no such module 'CommonCrypto'
9 | //
10 |
11 | import CommonCrypto
| `- error: no such module 'CommonCrypto'
12 | import Foundation
13 |
[186/200] Compiling PubNubSDK HistoryRouter.swift
/host/spi-builder-workspace/.build/checkouts/swift/Sources/PubNub/Helpers/Crypto/Crypto.swift:11:8: error: no such module 'CommonCrypto'
9 | //
10 |
11 | import CommonCrypto
| `- error: no such module 'CommonCrypto'
12 | import Foundation
13 |
[187/200] Compiling PubNubSDK MessageActionsRouter.swift
/host/spi-builder-workspace/.build/checkouts/swift/Sources/PubNub/Helpers/Crypto/Crypto.swift:11:8: error: no such module 'CommonCrypto'
9 | //
10 |
11 | import CommonCrypto
| `- error: no such module 'CommonCrypto'
12 | import Foundation
13 |
[188/200] Compiling PubNubSDK ObjectsChannelRouter.swift
/host/spi-builder-workspace/.build/checkouts/swift/Sources/PubNub/Helpers/Crypto/Crypto.swift:11:8: error: no such module 'CommonCrypto'
9 | //
10 |
11 | import CommonCrypto
| `- error: no such module 'CommonCrypto'
12 | import Foundation
13 |
[189/200] Compiling PubNubSDK ObjectsMembershipsRouter.swift
/host/spi-builder-workspace/.build/checkouts/swift/Sources/PubNub/Helpers/Crypto/Crypto.swift:11:8: error: no such module 'CommonCrypto'
9 | //
10 |
11 | import CommonCrypto
| `- error: no such module 'CommonCrypto'
12 | import Foundation
13 |
[190/200] Compiling PubNubSDK ObjectsUserRouter.swift
/host/spi-builder-workspace/.build/checkouts/swift/Sources/PubNub/Helpers/Crypto/Crypto.swift:11:8: error: no such module 'CommonCrypto'
9 | //
10 |
11 | import CommonCrypto
| `- error: no such module 'CommonCrypto'
12 | import Foundation
13 |
[191/200] Compiling PubNubSDK PresenceRouter.swift
/host/spi-builder-workspace/.build/checkouts/swift/Sources/PubNub/Helpers/Crypto/Crypto.swift:11:8: error: no such module 'CommonCrypto'
9 | //
10 |
11 | import CommonCrypto
| `- error: no such module 'CommonCrypto'
12 | import Foundation
13 |
[192/200] Compiling PubNubSDK PublishRouter.swift
/host/spi-builder-workspace/.build/checkouts/swift/Sources/PubNub/Helpers/Crypto/Crypto.swift:11:8: error: no such module 'CommonCrypto'
9 | //
10 |
11 | import CommonCrypto
| `- error: no such module 'CommonCrypto'
12 | import Foundation
13 |
[193/200] Compiling PubNubSDK PushRouter.swift
/host/spi-builder-workspace/.build/checkouts/swift/Sources/PubNub/Helpers/Crypto/Crypto.swift:11:8: error: no such module 'CommonCrypto'
9 | //
10 |
11 | import CommonCrypto
| `- error: no such module 'CommonCrypto'
12 | import Foundation
13 |
[194/200] Compiling PubNubSDK SubscribeMessageActionPayload.swift
/host/spi-builder-workspace/.build/checkouts/swift/Sources/PubNub/Helpers/Crypto/Crypto.swift:11:8: error: no such module 'CommonCrypto'
9 | //
10 |
11 | import CommonCrypto
| `- error: no such module 'CommonCrypto'
12 | import Foundation
13 |
[195/200] Compiling PubNubSDK SubscribeObjectPayload.swift
/host/spi-builder-workspace/.build/checkouts/swift/Sources/PubNub/Helpers/Crypto/Crypto.swift:11:8: error: no such module 'CommonCrypto'
9 | //
10 |
11 | import CommonCrypto
| `- error: no such module 'CommonCrypto'
12 | import Foundation
13 |
[196/200] Compiling PubNubSDK SubscribePresencePayload.swift
/host/spi-builder-workspace/.build/checkouts/swift/Sources/PubNub/Helpers/Crypto/Crypto.swift:11:8: error: no such module 'CommonCrypto'
9 | //
10 |
11 | import CommonCrypto
| `- error: no such module 'CommonCrypto'
12 | import Foundation
13 |
[197/200] Compiling PubNubSDK SubscribeRouter.swift
/host/spi-builder-workspace/.build/checkouts/swift/Sources/PubNub/Helpers/Crypto/Crypto.swift:11:8: error: no such module 'CommonCrypto'
9 | //
10 |
11 | import CommonCrypto
| `- error: no such module 'CommonCrypto'
12 | import Foundation
13 |
[198/200] Compiling PubNubSDK TimeRouter.swift
/host/spi-builder-workspace/.build/checkouts/swift/Sources/PubNub/Helpers/Crypto/Crypto.swift:11:8: error: no such module 'CommonCrypto'
9 | //
10 |
11 | import CommonCrypto
| `- error: no such module 'CommonCrypto'
12 | import Foundation
13 |
[199/200] Compiling PubNubSDK SessionStream.swift
/host/spi-builder-workspace/.build/checkouts/swift/Sources/PubNub/Helpers/Crypto/Crypto.swift:11:8: error: no such module 'CommonCrypto'
9 | //
10 |
11 | import CommonCrypto
| `- error: no such module 'CommonCrypto'
12 | import Foundation
13 |
[200/200] Compiling PubNubSDK BoundedValue.swift
/host/spi-builder-workspace/.build/checkouts/swift/Sources/PubNub/Helpers/Crypto/Crypto.swift:11:8: error: no such module 'CommonCrypto'
9 | //
10 |
11 | import CommonCrypto
| `- error: no such module 'CommonCrypto'
12 | import Foundation
13 |
BUILD FAILURE 6.0 linux