Build Information
Failed to build GrowthBook-IOS, reference 1.1.5 (212ec5), with Swift 6.0 for Linux on 30 Apr 2026 09:26:17 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/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: linux
Swift version: 6.0
Building package at path: $PWD
https://github.com/growthbook/growthbook-swift.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
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version-24593BA9C3E375BF.txt
[3/36] 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
[4/36] 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
[5/36] 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
[6/36] 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
[7/36] 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
[8/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
[9/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
[10/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
[11/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
error: emit-module command failed with exit code 1 (use -v to see invocation)
[12/40] 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
[13/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
[14/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
[15/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
[16/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
[17/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
[18/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
[19/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
[20/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
[21/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
[22/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
[23/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
[24/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
[25/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
[26/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
[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 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
[33/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
[34/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
[35/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
[36/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
[37/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
[38/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
[39/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
[40/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
BUILD FAILURE 6.0 linux