The Swift Package Index logo.Swift Package Index

Build Information

Failed to build GrowthBook-IOS, reference 1.1.5 (212ec5), with Swift 6.2 for Wasm on 30 Apr 2026 09:30:30 UTC.

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4609320-2":/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.2-latest swift build --swift-sdk swift-6.2-RELEASE_wasm 2>&1

Build 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.2
Building package at path:  $PWD
https://github.com/growthbook/growthbook-swift.git
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-2":/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.2-latest swift build --swift-sdk swift-6.2-RELEASE_wasm 2>&1
wasm-6.2-latest: Pulling from swiftpackageindex/spi-images
Digest: sha256:2a8b2d9e022a9894c61e0736af7cdaa1ee64c002dbb133a55c0d7e8980b3ad16
Status: Image is up to date for registry.gitlab.com/swiftpackageindex/spi-images:wasm-6.2-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 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
[10/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
[11/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
[12/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
[13/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
[14/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
[15/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
[16/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
[17/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
[18/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
[19/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
[20/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
[21/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
[22/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
[23/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
[24/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
[25/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
[26/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
[27/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
[28/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
[29/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
[30/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
[31/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
[32/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
[33/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
[34/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
[35/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
[36/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
[37/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
[38/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
[39/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
[40/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
BUILD FAILURE 6.2 wasm