Build Information
Failed to build GrowthBook-IOS, reference 1.1.5 (212ec5), with Swift 6.1 for Wasm on 30 Apr 2026 09:27:27 UTC.
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4609320-3":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/swiftpackageindex/spi-images:wasm-6.1-latest swift build --swift-sdk wasm32-unknown-wasi 2>&1Build Log
========================================
RunAll
========================================
Builder version: 4.70.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/growthbook/growthbook-swift.git
Reference: 1.1.5
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/growthbook/growthbook-swift
* tag 1.1.5 -> FETCH_HEAD
HEAD is now at 212ec59 fix: restore savedGroups from cache on app restart (#156)
Cloned https://github.com/growthbook/growthbook-swift.git
Revision (git rev-parse @):
212ec59a0274623070eeaad766dcc6457be9b438
SUCCESS checkout https://github.com/growthbook/growthbook-swift.git at 1.1.5
========================================
Build
========================================
Selected platform: wasm
Swift version: 6.1
Building package at path: $PWD
https://github.com/growthbook/growthbook-swift.git
https://github.com/growthbook/growthbook-swift.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-3":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/swiftpackageindex/spi-images:wasm-6.1-latest swift build --swift-sdk wasm32-unknown-wasi -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures 2>&1
wasm-6.1-latest: Pulling from swiftpackageindex/spi-images
Digest: sha256:276d66a16377d3ee059b2e3429cbc1154d9f01e42871e5d702fd5d8b9044d93d
Status: Image is up to date for registry.gitlab.com/swiftpackageindex/spi-images:wasm-6.1-latest
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version-24593BA9C3E375BF.txt
error: emit-module command failed with exit code 1 (use -v to see invocation)
[3/36] Emitting module GrowthBook
/host/spi-builder-workspace/Sources/CommonMain/Caching/CachingManager.swift:2:8: error: no such module 'CommonCrypto'
1 | import Foundation
2 | import CommonCrypto
| `- error: no such module 'CommonCrypto'
3 |
4 | /// Interface for Caching Layer
[4/40] Compiling GrowthBook GlobalContext.swift
/host/spi-builder-workspace/Sources/CommonMain/Caching/CachingManager.swift:2:8: error: no such module 'CommonCrypto'
1 | import Foundation
2 | import CommonCrypto
| `- error: no such module 'CommonCrypto'
3 |
4 | /// Interface for Caching Layer
[5/40] Compiling GrowthBook RemoteEvalModel.swift
/host/spi-builder-workspace/Sources/CommonMain/Caching/CachingManager.swift:2:8: error: no such module 'CommonCrypto'
1 | import Foundation
2 | import CommonCrypto
| `- error: no such module 'CommonCrypto'
3 |
4 | /// Interface for Caching Layer
[6/40] Compiling GrowthBook StickyAssignmentsDocument.swift
/host/spi-builder-workspace/Sources/CommonMain/Caching/CachingManager.swift:2:8: error: no such module 'CommonCrypto'
1 | import Foundation
2 | import CommonCrypto
| `- error: no such module 'CommonCrypto'
3 |
4 | /// Interface for Caching Layer
[7/40] Compiling GrowthBook EventHandler.swift
/host/spi-builder-workspace/Sources/CommonMain/Caching/CachingManager.swift:2:8: error: no such module 'CommonCrypto'
1 | import Foundation
2 | import CommonCrypto
| `- error: no such module 'CommonCrypto'
3 |
4 | /// Interface for Caching Layer
[8/40] Compiling GrowthBook EventModel.swift
/host/spi-builder-workspace/Sources/CommonMain/Caching/CachingManager.swift:2:8: error: no such module 'CommonCrypto'
1 | import Foundation
2 | import CommonCrypto
| `- error: no such module 'CommonCrypto'
3 |
4 | /// Interface for Caching Layer
[9/40] Compiling GrowthBook LruETagCache.swift
/host/spi-builder-workspace/Sources/CommonMain/Caching/CachingManager.swift:2:8: error: no such module 'CommonCrypto'
1 | import Foundation
2 | import CommonCrypto
| `- error: no such module 'CommonCrypto'
3 |
4 | /// Interface for Caching Layer
[10/40] Compiling GrowthBook NetworkClient.swift
/host/spi-builder-workspace/Sources/CommonMain/Caching/CachingManager.swift:2:8: error: no such module 'CommonCrypto'
1 | import Foundation
2 | import CommonCrypto
| `- error: no such module 'CommonCrypto'
3 |
4 | /// Interface for Caching Layer
[11/40] Compiling GrowthBook NetworkRetryHandler.swift
/host/spi-builder-workspace/Sources/CommonMain/Caching/CachingManager.swift:2:8: error: no such module 'CommonCrypto'
1 | import Foundation
2 | import CommonCrypto
| `- error: no such module 'CommonCrypto'
3 |
4 | /// Interface for Caching Layer
[12/40] Compiling GrowthBook SSEHandler.swift
/host/spi-builder-workspace/Sources/CommonMain/Caching/CachingManager.swift:2:8: error: no such module 'CommonCrypto'
1 | import Foundation
2 | import CommonCrypto
| `- error: no such module 'CommonCrypto'
3 |
4 | /// Interface for Caching Layer
[13/40] Compiling GrowthBook DecryptionUtils.swift
/host/spi-builder-workspace/Sources/CommonMain/Caching/CachingManager.swift:2:8: error: no such module 'CommonCrypto'
1 | import Foundation
2 | import CommonCrypto
| `- error: no such module 'CommonCrypto'
3 |
4 | /// Interface for Caching Layer
[14/40] Compiling GrowthBook Extensions.swift
/host/spi-builder-workspace/Sources/CommonMain/Caching/CachingManager.swift:2:8: error: no such module 'CommonCrypto'
1 | import Foundation
2 | import CommonCrypto
| `- error: no such module 'CommonCrypto'
3 |
4 | /// Interface for Caching Layer
[15/40] Compiling GrowthBook Logger.swift
/host/spi-builder-workspace/Sources/CommonMain/Caching/CachingManager.swift:2:8: error: no such module 'CommonCrypto'
1 | import Foundation
2 | import CommonCrypto
| `- error: no such module 'CommonCrypto'
3 |
4 | /// Interface for Caching Layer
[16/40] Compiling GrowthBook Utils.swift
/host/spi-builder-workspace/Sources/CommonMain/Caching/CachingManager.swift:2:8: error: no such module 'CommonCrypto'
1 | import Foundation
2 | import CommonCrypto
| `- error: no such module 'CommonCrypto'
3 |
4 | /// Interface for Caching Layer
[17/40] Compiling GrowthBook FeatureEvaluator.swift
/host/spi-builder-workspace/Sources/CommonMain/Caching/CachingManager.swift:2:8: error: no such module 'CommonCrypto'
1 | import Foundation
2 | import CommonCrypto
| `- error: no such module 'CommonCrypto'
3 |
4 | /// Interface for Caching Layer
[18/40] Compiling GrowthBook FeaturesDataModel.swift
/host/spi-builder-workspace/Sources/CommonMain/Caching/CachingManager.swift:2:8: error: no such module 'CommonCrypto'
1 | import Foundation
2 | import CommonCrypto
| `- error: no such module 'CommonCrypto'
3 |
4 | /// Interface for Caching Layer
[19/40] Compiling GrowthBook FeaturesDataSource.swift
/host/spi-builder-workspace/Sources/CommonMain/Caching/CachingManager.swift:2:8: error: no such module 'CommonCrypto'
1 | import Foundation
2 | import CommonCrypto
| `- error: no such module 'CommonCrypto'
3 |
4 | /// Interface for Caching Layer
[20/40] Compiling GrowthBook FeaturesViewModel.swift
/host/spi-builder-workspace/Sources/CommonMain/Caching/CachingManager.swift:2:8: error: no such module 'CommonCrypto'
1 | import Foundation
2 | import CommonCrypto
| `- error: no such module 'CommonCrypto'
3 |
4 | /// Interface for Caching Layer
[21/40] Compiling GrowthBook GrowthBookModel.swift
/host/spi-builder-workspace/Sources/CommonMain/Caching/CachingManager.swift:2:8: error: no such module 'CommonCrypto'
1 | import Foundation
2 | import CommonCrypto
| `- error: no such module 'CommonCrypto'
3 |
4 | /// Interface for Caching Layer
[22/40] Compiling GrowthBook GrowthBookSDK.swift
/host/spi-builder-workspace/Sources/CommonMain/Caching/CachingManager.swift:2:8: error: no such module 'CommonCrypto'
1 | import Foundation
2 | import CommonCrypto
| `- error: no such module 'CommonCrypto'
3 |
4 | /// Interface for Caching Layer
[23/40] Compiling GrowthBook JsonManager.swift
/host/spi-builder-workspace/Sources/CommonMain/Caching/CachingManager.swift:2:8: error: no such module 'CommonCrypto'
1 | import Foundation
2 | import CommonCrypto
| `- error: no such module 'CommonCrypto'
3 |
4 | /// Interface for Caching Layer
[24/40] Compiling GrowthBook Formatter.swift
/host/spi-builder-workspace/Sources/CommonMain/Caching/CachingManager.swift:2:8: error: no such module 'CommonCrypto'
1 | import Foundation
2 | import CommonCrypto
| `- error: no such module 'CommonCrypto'
3 |
4 | /// Interface for Caching Layer
[25/40] Compiling GrowthBook LoggingManager.swift
/host/spi-builder-workspace/Sources/CommonMain/Caching/CachingManager.swift:2:8: error: no such module 'CommonCrypto'
1 | import Foundation
2 | import CommonCrypto
| `- error: no such module 'CommonCrypto'
3 |
4 | /// Interface for Caching Layer
[26/40] Compiling GrowthBook Theme.swift
/host/spi-builder-workspace/Sources/CommonMain/Caching/CachingManager.swift:2:8: error: no such module 'CommonCrypto'
1 | import Foundation
2 | import CommonCrypto
| `- error: no such module 'CommonCrypto'
3 |
4 | /// Interface for Caching Layer
[27/40] Compiling GrowthBook Context.swift
/host/spi-builder-workspace/Sources/CommonMain/Caching/CachingManager.swift:2:8: error: no such module 'CommonCrypto'
1 | import Foundation
2 | import CommonCrypto
| `- error: no such module 'CommonCrypto'
3 |
4 | /// Interface for Caching Layer
[28/40] Compiling GrowthBook EvaluationData.swift
/host/spi-builder-workspace/Sources/CommonMain/Caching/CachingManager.swift:2:8: error: no such module 'CommonCrypto'
1 | import Foundation
2 | import CommonCrypto
| `- error: no such module 'CommonCrypto'
3 |
4 | /// Interface for Caching Layer
[29/40] Compiling GrowthBook Experiment.swift
/host/spi-builder-workspace/Sources/CommonMain/Caching/CachingManager.swift:2:8: error: no such module 'CommonCrypto'
1 | import Foundation
2 | import CommonCrypto
| `- error: no such module 'CommonCrypto'
3 |
4 | /// Interface for Caching Layer
[30/40] Compiling GrowthBook Feature.swift
/host/spi-builder-workspace/Sources/CommonMain/Caching/CachingManager.swift:2:8: error: no such module 'CommonCrypto'
1 | import Foundation
2 | import CommonCrypto
| `- error: no such module 'CommonCrypto'
3 |
4 | /// Interface for Caching Layer
[31/40] Compiling GrowthBook GlobalConfig.swift
/host/spi-builder-workspace/Sources/CommonMain/Caching/CachingManager.swift:2:8: error: no such module 'CommonCrypto'
1 | import Foundation
2 | import CommonCrypto
| `- error: no such module 'CommonCrypto'
3 |
4 | /// Interface for Caching Layer
[32/40] Compiling GrowthBook StickyBucketService.swift
/host/spi-builder-workspace/Sources/CommonMain/Caching/CachingManager.swift:2:8: error: no such module 'CommonCrypto'
1 | import Foundation
2 | import CommonCrypto
| `- error: no such module 'CommonCrypto'
3 |
4 | /// Interface for Caching Layer
[33/40] Compiling GrowthBook Common.swift
/host/spi-builder-workspace/Sources/CommonMain/Caching/CachingManager.swift:2:8: error: no such module 'CommonCrypto'
1 | import Foundation
2 | import CommonCrypto
| `- error: no such module 'CommonCrypto'
3 |
4 | /// Interface for Caching Layer
[34/40] Compiling GrowthBook Constants.swift
/host/spi-builder-workspace/Sources/CommonMain/Caching/CachingManager.swift:2:8: error: no such module 'CommonCrypto'
1 | import Foundation
2 | import CommonCrypto
| `- error: no such module 'CommonCrypto'
3 |
4 | /// Interface for Caching Layer
[35/40] Compiling GrowthBook Crypto.swift
/host/spi-builder-workspace/Sources/CommonMain/Caching/CachingManager.swift:2:8: error: no such module 'CommonCrypto'
1 | import Foundation
2 | import CommonCrypto
| `- error: no such module 'CommonCrypto'
3 |
4 | /// Interface for Caching Layer
[36/40] Compiling GrowthBook CachingManager.swift
/host/spi-builder-workspace/Sources/CommonMain/Caching/CachingManager.swift:2:8: error: no such module 'CommonCrypto'
1 | import Foundation
2 | import CommonCrypto
| `- error: no such module 'CommonCrypto'
3 |
4 | /// Interface for Caching Layer
[37/40] Compiling GrowthBook ContextManager.swift
/host/spi-builder-workspace/Sources/CommonMain/Caching/CachingManager.swift:2:8: error: no such module 'CommonCrypto'
1 | import Foundation
2 | import CommonCrypto
| `- error: no such module 'CommonCrypto'
3 |
4 | /// Interface for Caching Layer
[38/40] Compiling GrowthBook ConditionEvaluator.swift
/host/spi-builder-workspace/Sources/CommonMain/Caching/CachingManager.swift:2:8: error: no such module 'CommonCrypto'
1 | import Foundation
2 | import CommonCrypto
| `- error: no such module 'CommonCrypto'
3 |
4 | /// Interface for Caching Layer
[39/40] Compiling GrowthBook ExperimentEvaluator.swift
/host/spi-builder-workspace/Sources/CommonMain/Caching/CachingManager.swift:2:8: error: no such module 'CommonCrypto'
1 | import Foundation
2 | import CommonCrypto
| `- error: no such module 'CommonCrypto'
3 |
4 | /// Interface for Caching Layer
[40/40] Compiling GrowthBook ExperimentHelper.swift
/host/spi-builder-workspace/Sources/CommonMain/Caching/CachingManager.swift:2:8: error: no such module 'CommonCrypto'
1 | import Foundation
2 | import CommonCrypto
| `- error: no such module 'CommonCrypto'
3 |
4 | /// Interface for Caching Layer
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-3":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/swiftpackageindex/spi-images:wasm-6.1-latest swift build --swift-sdk wasm32-unknown-wasi 2>&1
wasm-6.1-latest: Pulling from swiftpackageindex/spi-images
Digest: sha256:276d66a16377d3ee059b2e3429cbc1154d9f01e42871e5d702fd5d8b9044d93d
Status: Image is up to date for registry.gitlab.com/swiftpackageindex/spi-images:wasm-6.1-latest
[0/1] Planning build
Building for debugging...
[0/1] Write swift-version-24593BA9C3E375BF.txt
[2/35] Compiling GrowthBook LruETagCache.swift
/host/spi-builder-workspace/Sources/CommonMain/Caching/CachingManager.swift:2:8: error: no such module 'CommonCrypto'
1 | import Foundation
2 | import CommonCrypto
| `- error: no such module 'CommonCrypto'
3 |
4 | /// Interface for Caching Layer
[3/35] Compiling GrowthBook NetworkClient.swift
/host/spi-builder-workspace/Sources/CommonMain/Caching/CachingManager.swift:2:8: error: no such module 'CommonCrypto'
1 | import Foundation
2 | import CommonCrypto
| `- error: no such module 'CommonCrypto'
3 |
4 | /// Interface for Caching Layer
[4/35] Compiling GrowthBook NetworkRetryHandler.swift
/host/spi-builder-workspace/Sources/CommonMain/Caching/CachingManager.swift:2:8: error: no such module 'CommonCrypto'
1 | import Foundation
2 | import CommonCrypto
| `- error: no such module 'CommonCrypto'
3 |
4 | /// Interface for Caching Layer
[5/35] Compiling GrowthBook SSEHandler.swift
/host/spi-builder-workspace/Sources/CommonMain/Caching/CachingManager.swift:2:8: error: no such module 'CommonCrypto'
1 | import Foundation
2 | import CommonCrypto
| `- error: no such module 'CommonCrypto'
3 |
4 | /// Interface for Caching Layer
[6/39] Compiling GrowthBook Context.swift
/host/spi-builder-workspace/Sources/CommonMain/Caching/CachingManager.swift:2:8: error: no such module 'CommonCrypto'
1 | import Foundation
2 | import CommonCrypto
| `- error: no such module 'CommonCrypto'
3 |
4 | /// Interface for Caching Layer
[7/39] Compiling GrowthBook EvaluationData.swift
/host/spi-builder-workspace/Sources/CommonMain/Caching/CachingManager.swift:2:8: error: no such module 'CommonCrypto'
1 | import Foundation
2 | import CommonCrypto
| `- error: no such module 'CommonCrypto'
3 |
4 | /// Interface for Caching Layer
[8/39] Compiling GrowthBook Experiment.swift
/host/spi-builder-workspace/Sources/CommonMain/Caching/CachingManager.swift:2:8: error: no such module 'CommonCrypto'
1 | import Foundation
2 | import CommonCrypto
| `- error: no such module 'CommonCrypto'
3 |
4 | /// Interface for Caching Layer
[9/39] Compiling GrowthBook Feature.swift
/host/spi-builder-workspace/Sources/CommonMain/Caching/CachingManager.swift:2:8: error: no such module 'CommonCrypto'
1 | import Foundation
2 | import CommonCrypto
| `- error: no such module 'CommonCrypto'
3 |
4 | /// Interface for Caching Layer
[10/39] Compiling GrowthBook GlobalConfig.swift
/host/spi-builder-workspace/Sources/CommonMain/Caching/CachingManager.swift:2:8: error: no such module 'CommonCrypto'
1 | import Foundation
2 | import CommonCrypto
| `- error: no such module 'CommonCrypto'
3 |
4 | /// Interface for Caching Layer
error: emit-module command failed with exit code 1 (use -v to see invocation)
[11/39] Emitting module GrowthBook
/host/spi-builder-workspace/Sources/CommonMain/Caching/CachingManager.swift:2:8: error: no such module 'CommonCrypto'
1 | import Foundation
2 | import CommonCrypto
| `- error: no such module 'CommonCrypto'
3 |
4 | /// Interface for Caching Layer
[12/39] Compiling GrowthBook GlobalContext.swift
/host/spi-builder-workspace/Sources/CommonMain/Caching/CachingManager.swift:2:8: error: no such module 'CommonCrypto'
1 | import Foundation
2 | import CommonCrypto
| `- error: no such module 'CommonCrypto'
3 |
4 | /// Interface for Caching Layer
[13/39] Compiling GrowthBook RemoteEvalModel.swift
/host/spi-builder-workspace/Sources/CommonMain/Caching/CachingManager.swift:2:8: error: no such module 'CommonCrypto'
1 | import Foundation
2 | import CommonCrypto
| `- error: no such module 'CommonCrypto'
3 |
4 | /// Interface for Caching Layer
[14/39] Compiling GrowthBook StickyAssignmentsDocument.swift
/host/spi-builder-workspace/Sources/CommonMain/Caching/CachingManager.swift:2:8: error: no such module 'CommonCrypto'
1 | import Foundation
2 | import CommonCrypto
| `- error: no such module 'CommonCrypto'
3 |
4 | /// Interface for Caching Layer
[15/39] Compiling GrowthBook EventHandler.swift
/host/spi-builder-workspace/Sources/CommonMain/Caching/CachingManager.swift:2:8: error: no such module 'CommonCrypto'
1 | import Foundation
2 | import CommonCrypto
| `- error: no such module 'CommonCrypto'
3 |
4 | /// Interface for Caching Layer
[16/39] Compiling GrowthBook EventModel.swift
/host/spi-builder-workspace/Sources/CommonMain/Caching/CachingManager.swift:2:8: error: no such module 'CommonCrypto'
1 | import Foundation
2 | import CommonCrypto
| `- error: no such module 'CommonCrypto'
3 |
4 | /// Interface for Caching Layer
[17/39] Compiling GrowthBook FeatureEvaluator.swift
/host/spi-builder-workspace/Sources/CommonMain/Caching/CachingManager.swift:2:8: error: no such module 'CommonCrypto'
1 | import Foundation
2 | import CommonCrypto
| `- error: no such module 'CommonCrypto'
3 |
4 | /// Interface for Caching Layer
[18/39] Compiling GrowthBook FeaturesDataModel.swift
/host/spi-builder-workspace/Sources/CommonMain/Caching/CachingManager.swift:2:8: error: no such module 'CommonCrypto'
1 | import Foundation
2 | import CommonCrypto
| `- error: no such module 'CommonCrypto'
3 |
4 | /// Interface for Caching Layer
[19/39] Compiling GrowthBook FeaturesDataSource.swift
/host/spi-builder-workspace/Sources/CommonMain/Caching/CachingManager.swift:2:8: error: no such module 'CommonCrypto'
1 | import Foundation
2 | import CommonCrypto
| `- error: no such module 'CommonCrypto'
3 |
4 | /// Interface for Caching Layer
[20/39] Compiling GrowthBook FeaturesViewModel.swift
/host/spi-builder-workspace/Sources/CommonMain/Caching/CachingManager.swift:2:8: error: no such module 'CommonCrypto'
1 | import Foundation
2 | import CommonCrypto
| `- error: no such module 'CommonCrypto'
3 |
4 | /// Interface for Caching Layer
[21/39] Compiling GrowthBook GrowthBookModel.swift
/host/spi-builder-workspace/Sources/CommonMain/Caching/CachingManager.swift:2:8: error: no such module 'CommonCrypto'
1 | import Foundation
2 | import CommonCrypto
| `- error: no such module 'CommonCrypto'
3 |
4 | /// Interface for Caching Layer
[22/39] Compiling GrowthBook StickyBucketService.swift
/host/spi-builder-workspace/Sources/CommonMain/Caching/CachingManager.swift:2:8: error: no such module 'CommonCrypto'
1 | import Foundation
2 | import CommonCrypto
| `- error: no such module 'CommonCrypto'
3 |
4 | /// Interface for Caching Layer
[23/39] Compiling GrowthBook Common.swift
/host/spi-builder-workspace/Sources/CommonMain/Caching/CachingManager.swift:2:8: error: no such module 'CommonCrypto'
1 | import Foundation
2 | import CommonCrypto
| `- error: no such module 'CommonCrypto'
3 |
4 | /// Interface for Caching Layer
[24/39] Compiling GrowthBook Constants.swift
/host/spi-builder-workspace/Sources/CommonMain/Caching/CachingManager.swift:2:8: error: no such module 'CommonCrypto'
1 | import Foundation
2 | import CommonCrypto
| `- error: no such module 'CommonCrypto'
3 |
4 | /// Interface for Caching Layer
[25/39] Compiling GrowthBook Crypto.swift
/host/spi-builder-workspace/Sources/CommonMain/Caching/CachingManager.swift:2:8: error: no such module 'CommonCrypto'
1 | import Foundation
2 | import CommonCrypto
| `- error: no such module 'CommonCrypto'
3 |
4 | /// Interface for Caching Layer
[26/39] Compiling GrowthBook CachingManager.swift
/host/spi-builder-workspace/Sources/CommonMain/Caching/CachingManager.swift:2:8: error: no such module 'CommonCrypto'
1 | import Foundation
2 | import CommonCrypto
| `- error: no such module 'CommonCrypto'
3 |
4 | /// Interface for Caching Layer
[27/39] Compiling GrowthBook ContextManager.swift
/host/spi-builder-workspace/Sources/CommonMain/Caching/CachingManager.swift:2:8: error: no such module 'CommonCrypto'
1 | import Foundation
2 | import CommonCrypto
| `- error: no such module 'CommonCrypto'
3 |
4 | /// Interface for Caching Layer
[28/39] Compiling GrowthBook ConditionEvaluator.swift
/host/spi-builder-workspace/Sources/CommonMain/Caching/CachingManager.swift:2:8: error: no such module 'CommonCrypto'
1 | import Foundation
2 | import CommonCrypto
| `- error: no such module 'CommonCrypto'
3 |
4 | /// Interface for Caching Layer
[29/39] Compiling GrowthBook ExperimentEvaluator.swift
/host/spi-builder-workspace/Sources/CommonMain/Caching/CachingManager.swift:2:8: error: no such module 'CommonCrypto'
1 | import Foundation
2 | import CommonCrypto
| `- error: no such module 'CommonCrypto'
3 |
4 | /// Interface for Caching Layer
[30/39] Compiling GrowthBook ExperimentHelper.swift
/host/spi-builder-workspace/Sources/CommonMain/Caching/CachingManager.swift:2:8: error: no such module 'CommonCrypto'
1 | import Foundation
2 | import CommonCrypto
| `- error: no such module 'CommonCrypto'
3 |
4 | /// Interface for Caching Layer
[31/39] Compiling GrowthBook DecryptionUtils.swift
/host/spi-builder-workspace/Sources/CommonMain/Caching/CachingManager.swift:2:8: error: no such module 'CommonCrypto'
1 | import Foundation
2 | import CommonCrypto
| `- error: no such module 'CommonCrypto'
3 |
4 | /// Interface for Caching Layer
[32/39] Compiling GrowthBook Extensions.swift
/host/spi-builder-workspace/Sources/CommonMain/Caching/CachingManager.swift:2:8: error: no such module 'CommonCrypto'
1 | import Foundation
2 | import CommonCrypto
| `- error: no such module 'CommonCrypto'
3 |
4 | /// Interface for Caching Layer
[33/39] Compiling GrowthBook Logger.swift
/host/spi-builder-workspace/Sources/CommonMain/Caching/CachingManager.swift:2:8: error: no such module 'CommonCrypto'
1 | import Foundation
2 | import CommonCrypto
| `- error: no such module 'CommonCrypto'
3 |
4 | /// Interface for Caching Layer
[34/39] Compiling GrowthBook Utils.swift
/host/spi-builder-workspace/Sources/CommonMain/Caching/CachingManager.swift:2:8: error: no such module 'CommonCrypto'
1 | import Foundation
2 | import CommonCrypto
| `- error: no such module 'CommonCrypto'
3 |
4 | /// Interface for Caching Layer
[35/39] Compiling GrowthBook GrowthBookSDK.swift
/host/spi-builder-workspace/Sources/CommonMain/Caching/CachingManager.swift:2:8: error: no such module 'CommonCrypto'
1 | import Foundation
2 | import CommonCrypto
| `- error: no such module 'CommonCrypto'
3 |
4 | /// Interface for Caching Layer
[36/39] Compiling GrowthBook JsonManager.swift
/host/spi-builder-workspace/Sources/CommonMain/Caching/CachingManager.swift:2:8: error: no such module 'CommonCrypto'
1 | import Foundation
2 | import CommonCrypto
| `- error: no such module 'CommonCrypto'
3 |
4 | /// Interface for Caching Layer
[37/39] Compiling GrowthBook Formatter.swift
/host/spi-builder-workspace/Sources/CommonMain/Caching/CachingManager.swift:2:8: error: no such module 'CommonCrypto'
1 | import Foundation
2 | import CommonCrypto
| `- error: no such module 'CommonCrypto'
3 |
4 | /// Interface for Caching Layer
[38/39] Compiling GrowthBook LoggingManager.swift
/host/spi-builder-workspace/Sources/CommonMain/Caching/CachingManager.swift:2:8: error: no such module 'CommonCrypto'
1 | import Foundation
2 | import CommonCrypto
| `- error: no such module 'CommonCrypto'
3 |
4 | /// Interface for Caching Layer
[39/39] Compiling GrowthBook Theme.swift
/host/spi-builder-workspace/Sources/CommonMain/Caching/CachingManager.swift:2:8: error: no such module 'CommonCrypto'
1 | import Foundation
2 | import CommonCrypto
| `- error: no such module 'CommonCrypto'
3 |
4 | /// Interface for Caching Layer
BUILD FAILURE 6.1 wasm