Build Information
Failed to build Toggles, reference main (d556ff), with Swift 6.2 for Linux on 5 Dec 2025 23:25:44 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/finestructure/spi-images:basic-6.2-latest swift build --triple x86_64-unknown-linux-gnu 2>&1Build Log
========================================
RunAll
========================================
Builder version: 4.68.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/TogglesPlatform/Toggles.git
Reference: main
Initialized empty Git repository in /host/spi-builder-workspace/.git/
hint: Using 'master' as the name for the initial branch. This default branch name
hint: is subject to change. To configure the initial branch name to use in all
hint: of your new repositories, which will suppress this warning, call:
hint:
hint: git config --global init.defaultBranch <name>
hint:
hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
hint: 'development'. The just-created branch can be renamed via this command:
hint:
hint: git branch -m <name>
From https://github.com/TogglesPlatform/Toggles
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
HEAD is now at d556ffc Merge pull request #54 from victor-sarda/feature/vs/toggles-view-refactoring
Cloned https://github.com/TogglesPlatform/Toggles.git
Revision (git rev-parse @):
d556ffc851e51b453784a8f3d1ff2688b70dc7d3
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/TogglesPlatform/Toggles.git at main
========================================
Build
========================================
Selected platform: linux
Swift version: 6.2
Building package at path: $PWD
https://github.com/TogglesPlatform/Toggles.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/finestructure/spi-images:basic-6.2-latest swift build --triple x86_64-unknown-linux-gnu 2>&1
basic-6.2-latest: Pulling from finestructure/spi-images
Digest: sha256:36dcf51aceebb7518dd97346bbe30fd556b23ffe7a4d72d70473700580e8e541
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.2-latest
Fetching https://github.com/apple/swift-docc-plugin
[1/2158] Fetching swift-docc-plugin
Fetched https://github.com/apple/swift-docc-plugin from cache (0.76s)
Computing version for https://github.com/apple/swift-docc-plugin
Computed https://github.com/apple/swift-docc-plugin at 1.4.5 (3.56s)
Fetching https://github.com/swiftlang/swift-docc-symbolkit
[1/3590] Fetching swift-docc-symbolkit
Fetched https://github.com/swiftlang/swift-docc-symbolkit from cache (0.74s)
Computing version for https://github.com/swiftlang/swift-docc-symbolkit
Computed https://github.com/swiftlang/swift-docc-symbolkit at 1.0.0 (1.21s)
Creating working copy for https://github.com/apple/swift-docc-plugin
Working copy of https://github.com/apple/swift-docc-plugin resolved at 1.4.5
Creating working copy for https://github.com/swiftlang/swift-docc-symbolkit
Working copy of https://github.com/swiftlang/swift-docc-symbolkit resolved at 1.0.0
[1/1] Compiling plugin Swift-DocC Preview
[2/2] Compiling plugin Swift-DocC
Building for debugging...
[2/5] Copying PreviewDatasource.json
[2/5] Write sources
[4/5] Write swift-version-24593BA9C3E375BF.txt
error: emit-module command failed with exit code 1 (use -v to see invocation)
[6/62] Emitting module Toggles
/host/spi-builder-workspace/Sources/Ciphers/ChaCha20Poly1305.swift:4:8: error: no such module 'CryptoKit'
2 |
3 | import Foundation
4 | import CryptoKit
| `- error: no such module 'CryptoKit'
5 |
6 | struct ChaCha20Poly1305: Ciphering {
[7/70] Compiling Toggles ObjectSupportedType+Equatable.swift
/host/spi-builder-workspace/Sources/Ciphers/ChaCha20Poly1305.swift:4:8: error: no such module 'CryptoKit'
2 |
3 | import Foundation
4 | import CryptoKit
| `- error: no such module 'CryptoKit'
5 |
6 | struct ChaCha20Poly1305: Ciphering {
[8/70] Compiling Toggles ObjectSupportedType+Utilities.swift
/host/spi-builder-workspace/Sources/Ciphers/ChaCha20Poly1305.swift:4:8: error: no such module 'CryptoKit'
2 |
3 | import Foundation
4 | import CryptoKit
| `- error: no such module 'CryptoKit'
5 |
6 | struct ChaCha20Poly1305: Ciphering {
[9/70] Compiling Toggles String+Object.swift
/host/spi-builder-workspace/Sources/Ciphers/ChaCha20Poly1305.swift:4:8: error: no such module 'CryptoKit'
2 |
3 | import Foundation
4 | import CryptoKit
| `- error: no such module 'CryptoKit'
5 |
6 | struct ChaCha20Poly1305: Ciphering {
[10/70] Compiling Toggles String+Bool.swift
/host/spi-builder-workspace/Sources/Ciphers/ChaCha20Poly1305.swift:4:8: error: no such module 'CryptoKit'
2 |
3 | import Foundation
4 | import CryptoKit
| `- error: no such module 'CryptoKit'
5 |
6 | struct ChaCha20Poly1305: Ciphering {
[11/70] Compiling Toggles String+ValidJSON.swift
/host/spi-builder-workspace/Sources/Ciphers/ChaCha20Poly1305.swift:4:8: error: no such module 'CryptoKit'
2 |
3 | import Foundation
4 | import CryptoKit
| `- error: no such module 'CryptoKit'
5 |
6 | struct ChaCha20Poly1305: Ciphering {
[12/70] Compiling Toggles Toggle+Codable.swift
/host/spi-builder-workspace/Sources/Ciphers/ChaCha20Poly1305.swift:4:8: error: no such module 'CryptoKit'
2 |
3 | import Foundation
4 | import CryptoKit
| `- error: no such module 'CryptoKit'
5 |
6 | struct ChaCha20Poly1305: Ciphering {
[13/70] Compiling Toggles Toggle+Comparable.swift
/host/spi-builder-workspace/Sources/Ciphers/ChaCha20Poly1305.swift:4:8: error: no such module 'CryptoKit'
2 |
3 | import Foundation
4 | import CryptoKit
| `- error: no such module 'CryptoKit'
5 |
6 | struct ChaCha20Poly1305: Ciphering {
[14/70] Compiling Toggles Toggle+Identifiable.swift
/host/spi-builder-workspace/Sources/Ciphers/ChaCha20Poly1305.swift:4:8: error: no such module 'CryptoKit'
2 |
3 | import Foundation
4 | import CryptoKit
| `- error: no such module 'CryptoKit'
5 |
6 | struct ChaCha20Poly1305: Ciphering {
[15/70] Compiling Toggles Toggle+Utilities.swift
/host/spi-builder-workspace/Sources/Ciphers/ChaCha20Poly1305.swift:4:8: error: no such module 'CryptoKit'
2 |
3 | import Foundation
4 | import CryptoKit
| `- error: no such module 'CryptoKit'
5 |
6 | struct ChaCha20Poly1305: Ciphering {
[16/70] Compiling Toggles Value+Accessors.swift
/host/spi-builder-workspace/Sources/Ciphers/ChaCha20Poly1305.swift:4:8: error: no such module 'CryptoKit'
2 |
3 | import Foundation
4 | import CryptoKit
| `- error: no such module 'CryptoKit'
5 |
6 | struct ChaCha20Poly1305: Ciphering {
[17/70] Compiling Toggles Value+Semi-Equatable.swift
/host/spi-builder-workspace/Sources/Ciphers/ChaCha20Poly1305.swift:4:8: error: no such module 'CryptoKit'
2 |
3 | import Foundation
4 | import CryptoKit
| `- error: no such module 'CryptoKit'
5 |
6 | struct ChaCha20Poly1305: Ciphering {
[18/70] Compiling Toggles Value+Utilities.swift
/host/spi-builder-workspace/Sources/Ciphers/ChaCha20Poly1305.swift:4:8: error: no such module 'CryptoKit'
2 |
3 | import Foundation
4 | import CryptoKit
| `- error: no such module 'CryptoKit'
5 |
6 | struct ChaCha20Poly1305: Ciphering {
[19/70] Compiling Toggles Datasource.swift
/host/spi-builder-workspace/Sources/Ciphers/ChaCha20Poly1305.swift:4:8: error: no such module 'CryptoKit'
2 |
3 | import Foundation
4 | import CryptoKit
| `- error: no such module 'CryptoKit'
5 |
6 | struct ChaCha20Poly1305: Ciphering {
[20/70] Compiling Toggles Group.swift
/host/spi-builder-workspace/Sources/Ciphers/ChaCha20Poly1305.swift:4:8: error: no such module 'CryptoKit'
2 |
3 | import Foundation
4 | import CryptoKit
| `- error: no such module 'CryptoKit'
5 |
6 | struct ChaCha20Poly1305: Ciphering {
[21/70] Compiling Toggles Metadata.swift
/host/spi-builder-workspace/Sources/Ciphers/ChaCha20Poly1305.swift:4:8: error: no such module 'CryptoKit'
2 |
3 | import Foundation
4 | import CryptoKit
| `- error: no such module 'CryptoKit'
5 |
6 | struct ChaCha20Poly1305: Ciphering {
[22/70] Compiling Toggles Object.swift
/host/spi-builder-workspace/Sources/Ciphers/ChaCha20Poly1305.swift:4:8: error: no such module 'CryptoKit'
2 |
3 | import Foundation
4 | import CryptoKit
| `- error: no such module 'CryptoKit'
5 |
6 | struct ChaCha20Poly1305: Ciphering {
[23/70] Compiling Toggles MetadataSection.swift
/host/spi-builder-workspace/Sources/Ciphers/ChaCha20Poly1305.swift:4:8: error: no such module 'CryptoKit'
2 |
3 | import Foundation
4 | import CryptoKit
| `- error: no such module 'CryptoKit'
5 |
6 | struct ChaCha20Poly1305: Ciphering {
[24/70] Compiling Toggles OverrideSection.swift
/host/spi-builder-workspace/Sources/Ciphers/ChaCha20Poly1305.swift:4:8: error: no such module 'CryptoKit'
2 |
3 | import Foundation
4 | import CryptoKit
| `- error: no such module 'CryptoKit'
5 |
6 | struct ChaCha20Poly1305: Ciphering {
[25/70] Compiling Toggles ProviderStackSection.swift
/host/spi-builder-workspace/Sources/Ciphers/ChaCha20Poly1305.swift:4:8: error: no such module 'CryptoKit'
2 |
3 | import Foundation
4 | import CryptoKit
| `- error: no such module 'CryptoKit'
5 |
6 | struct ChaCha20Poly1305: Ciphering {
[26/70] Compiling Toggles TextOverrideControl.swift
/host/spi-builder-workspace/Sources/Ciphers/ChaCha20Poly1305.swift:4:8: error: no such module 'CryptoKit'
2 |
3 | import Foundation
4 | import CryptoKit
| `- error: no such module 'CryptoKit'
5 |
6 | struct ChaCha20Poly1305: Ciphering {
[27/70] Compiling Toggles ToggleDetailView.swift
/host/spi-builder-workspace/Sources/Ciphers/ChaCha20Poly1305.swift:4:8: error: no such module 'CryptoKit'
2 |
3 | import Foundation
4 | import CryptoKit
| `- error: no such module 'CryptoKit'
5 |
6 | struct ChaCha20Poly1305: Ciphering {
[28/70] Compiling Toggles ToggleRow.swift
/host/spi-builder-workspace/Sources/Ciphers/ChaCha20Poly1305.swift:4:8: error: no such module 'CryptoKit'
2 |
3 | import Foundation
4 | import CryptoKit
| `- error: no such module 'CryptoKit'
5 |
6 | struct ChaCha20Poly1305: Ciphering {
[29/70] Compiling Toggles TogglesView.swift
/host/spi-builder-workspace/Sources/Ciphers/ChaCha20Poly1305.swift:4:8: error: no such module 'CryptoKit'
2 |
3 | import Foundation
4 | import CryptoKit
| `- error: no such module 'CryptoKit'
5 |
6 | struct ChaCha20Poly1305: Ciphering {
[30/70] Compiling Toggles resource_bundle_accessor.swift
/host/spi-builder-workspace/Sources/Ciphers/ChaCha20Poly1305.swift:4:8: error: no such module 'CryptoKit'
2 |
3 | import Foundation
4 | import CryptoKit
| `- error: no such module 'CryptoKit'
5 |
6 | struct ChaCha20Poly1305: Ciphering {
[31/70] Compiling Toggles Publishing.swift
/host/spi-builder-workspace/Sources/Ciphers/ChaCha20Poly1305.swift:4:8: error: no such module 'CryptoKit'
2 |
3 | import Foundation
4 | import CryptoKit
| `- error: no such module 'CryptoKit'
5 |
6 | struct ChaCha20Poly1305: Ciphering {
[32/70] Compiling Toggles Reacting.swift
/host/spi-builder-workspace/Sources/Ciphers/ChaCha20Poly1305.swift:4:8: error: no such module 'CryptoKit'
2 |
3 | import Foundation
4 | import CryptoKit
| `- error: no such module 'CryptoKit'
5 |
6 | struct ChaCha20Poly1305: Ciphering {
[33/70] Compiling Toggles ValueProvider.swift
/host/spi-builder-workspace/Sources/Ciphers/ChaCha20Poly1305.swift:4:8: error: no such module 'CryptoKit'
2 |
3 | import Foundation
4 | import CryptoKit
| `- error: no such module 'CryptoKit'
5 |
6 | struct ChaCha20Poly1305: Ciphering {
[34/70] Compiling Toggles DefaultValueProvider.swift
/host/spi-builder-workspace/Sources/Ciphers/ChaCha20Poly1305.swift:4:8: error: no such module 'CryptoKit'
2 |
3 | import Foundation
4 | import CryptoKit
| `- error: no such module 'CryptoKit'
5 |
6 | struct ChaCha20Poly1305: Ciphering {
[35/70] Compiling Toggles InMemoryValueProvider.swift
/host/spi-builder-workspace/Sources/Ciphers/ChaCha20Poly1305.swift:4:8: error: no such module 'CryptoKit'
2 |
3 | import Foundation
4 | import CryptoKit
| `- error: no such module 'CryptoKit'
5 |
6 | struct ChaCha20Poly1305: Ciphering {
[36/70] Compiling Toggles LocalValueProvider.swift
/host/spi-builder-workspace/Sources/Ciphers/ChaCha20Poly1305.swift:4:8: error: no such module 'CryptoKit'
2 |
3 | import Foundation
4 | import CryptoKit
| `- error: no such module 'CryptoKit'
5 |
6 | struct ChaCha20Poly1305: Ciphering {
[37/70] Compiling Toggles PersistentValueProvider.swift
/host/spi-builder-workspace/Sources/Ciphers/ChaCha20Poly1305.swift:4:8: error: no such module 'CryptoKit'
2 |
3 | import Foundation
4 | import CryptoKit
| `- error: no such module 'CryptoKit'
5 |
6 | struct ChaCha20Poly1305: Ciphering {
[38/70] Compiling Toggles ToggleManager+Caching.swift
/host/spi-builder-workspace/Sources/Ciphers/ChaCha20Poly1305.swift:4:8: error: no such module 'CryptoKit'
2 |
3 | import Foundation
4 | import CryptoKit
| `- error: no such module 'CryptoKit'
5 |
6 | struct ChaCha20Poly1305: Ciphering {
[39/70] Compiling Toggles GroupLoader.swift
/host/spi-builder-workspace/Sources/Ciphers/ChaCha20Poly1305.swift:4:8: error: no such module 'CryptoKit'
2 |
3 | import Foundation
4 | import CryptoKit
| `- error: no such module 'CryptoKit'
5 |
6 | struct ChaCha20Poly1305: Ciphering {
[40/70] Compiling Toggles InputValidationHelper.swift
/host/spi-builder-workspace/Sources/Ciphers/ChaCha20Poly1305.swift:4:8: error: no such module 'CryptoKit'
2 |
3 | import Foundation
4 | import CryptoKit
| `- error: no such module 'CryptoKit'
5 |
6 | struct ChaCha20Poly1305: Ciphering {
[41/70] Compiling Toggles SearchFilter.swift
/host/spi-builder-workspace/Sources/Ciphers/ChaCha20Poly1305.swift:4:8: error: no such module 'CryptoKit'
2 |
3 | import Foundation
4 | import CryptoKit
| `- error: no such module 'CryptoKit'
5 |
6 | struct ChaCha20Poly1305: Ciphering {
[42/70] Compiling Toggles TogglesValidator.swift
/host/spi-builder-workspace/Sources/Ciphers/ChaCha20Poly1305.swift:4:8: error: no such module 'CryptoKit'
2 |
3 | import Foundation
4 | import CryptoKit
| `- error: no such module 'CryptoKit'
5 |
6 | struct ChaCha20Poly1305: Ciphering {
[43/70] Compiling Toggles ValueCache.swift
/host/spi-builder-workspace/Sources/Ciphers/ChaCha20Poly1305.swift:4:8: error: no such module 'CryptoKit'
2 |
3 | import Foundation
4 | import CryptoKit
| `- error: no such module 'CryptoKit'
5 |
6 | struct ChaCha20Poly1305: Ciphering {
[44/70] Compiling Toggles BooleanOverrideControl.swift
/host/spi-builder-workspace/Sources/Ciphers/ChaCha20Poly1305.swift:4:8: error: no such module 'CryptoKit'
2 |
3 | import Foundation
4 | import CryptoKit
| `- error: no such module 'CryptoKit'
5 |
6 | struct ChaCha20Poly1305: Ciphering {
[45/70] Compiling Toggles ExpandedValueView.swift
/host/spi-builder-workspace/Sources/Ciphers/ChaCha20Poly1305.swift:4:8: error: no such module 'CryptoKit'
2 |
3 | import Foundation
4 | import CryptoKit
| `- error: no such module 'CryptoKit'
5 |
6 | struct ChaCha20Poly1305: Ciphering {
[46/70] Compiling Toggles LiveValueSection.swift
/host/spi-builder-workspace/Sources/Ciphers/ChaCha20Poly1305.swift:4:8: error: no such module 'CryptoKit'
2 |
3 | import Foundation
4 | import CryptoKit
| `- error: no such module 'CryptoKit'
5 |
6 | struct ChaCha20Poly1305: Ciphering {
[47/70] Compiling Toggles ObjectSupportedType.swift
/host/spi-builder-workspace/Sources/Ciphers/ChaCha20Poly1305.swift:4:8: error: no such module 'CryptoKit'
2 |
3 | import Foundation
4 | import CryptoKit
| `- error: no such module 'CryptoKit'
5 |
6 | struct ChaCha20Poly1305: Ciphering {
[48/70] Compiling Toggles Toggle.swift
/host/spi-builder-workspace/Sources/Ciphers/ChaCha20Poly1305.swift:4:8: error: no such module 'CryptoKit'
2 |
3 | import Foundation
4 | import CryptoKit
| `- error: no such module 'CryptoKit'
5 |
6 | struct ChaCha20Poly1305: Ciphering {
[49/70] Compiling Toggles Value.swift
/host/spi-builder-workspace/Sources/Ciphers/ChaCha20Poly1305.swift:4:8: error: no such module 'CryptoKit'
2 |
3 | import Foundation
4 | import CryptoKit
| `- error: no such module 'CryptoKit'
5 |
6 | struct ChaCha20Poly1305: Ciphering {
[50/70] Compiling Toggles Variable.swift
/host/spi-builder-workspace/Sources/Ciphers/ChaCha20Poly1305.swift:4:8: error: no such module 'CryptoKit'
2 |
3 | import Foundation
4 | import CryptoKit
| `- error: no such module 'CryptoKit'
5 |
6 | struct ChaCha20Poly1305: Ciphering {
[51/70] Compiling Toggles ToggleObservable.swift
/host/spi-builder-workspace/Sources/Ciphers/ChaCha20Poly1305.swift:4:8: error: no such module 'CryptoKit'
2 |
3 | import Foundation
4 | import CryptoKit
| `- error: no such module 'CryptoKit'
5 |
6 | struct ChaCha20Poly1305: Ciphering {
[52/70] Compiling Toggles Ciphering.swift
/host/spi-builder-workspace/Sources/Ciphers/ChaCha20Poly1305.swift:4:8: error: no such module 'CryptoKit'
2 |
3 | import Foundation
4 | import CryptoKit
| `- error: no such module 'CryptoKit'
5 |
6 | struct ChaCha20Poly1305: Ciphering {
[53/70] Compiling Toggles Logger.swift
/host/spi-builder-workspace/Sources/Ciphers/ChaCha20Poly1305.swift:4:8: error: no such module 'CryptoKit'
2 |
3 | import Foundation
4 | import CryptoKit
| `- error: no such module 'CryptoKit'
5 |
6 | struct ChaCha20Poly1305: Ciphering {
[54/70] Compiling Toggles MutableValueProvider.swift
/host/spi-builder-workspace/Sources/Ciphers/ChaCha20Poly1305.swift:4:8: error: no such module 'CryptoKit'
2 |
3 | import Foundation
4 | import CryptoKit
| `- error: no such module 'CryptoKit'
5 |
6 | struct ChaCha20Poly1305: Ciphering {
[55/70] Compiling Toggles ChaCha20Poly1305.swift
/host/spi-builder-workspace/Sources/Ciphers/ChaCha20Poly1305.swift:4:8: error: no such module 'CryptoKit'
2 |
3 | import Foundation
4 | import CryptoKit
| `- error: no such module 'CryptoKit'
5 |
6 | struct ChaCha20Poly1305: Ciphering {
[56/70] Compiling Toggles Dictionary+Toggles.swift
/host/spi-builder-workspace/Sources/Ciphers/ChaCha20Poly1305.swift:4:8: error: no such module 'CryptoKit'
2 |
3 | import Foundation
4 | import CryptoKit
| `- error: no such module 'CryptoKit'
5 |
6 | struct ChaCha20Poly1305: Ciphering {
[57/70] Compiling Toggles Group+Identifiable.swift
/host/spi-builder-workspace/Sources/Ciphers/ChaCha20Poly1305.swift:4:8: error: no such module 'CryptoKit'
2 |
3 | import Foundation
4 | import CryptoKit
| `- error: no such module 'CryptoKit'
5 |
6 | struct ChaCha20Poly1305: Ciphering {
[58/70] Compiling Toggles Group+Utilities.swift
/host/spi-builder-workspace/Sources/Ciphers/ChaCha20Poly1305.swift:4:8: error: no such module 'CryptoKit'
2 |
3 | import Foundation
4 | import CryptoKit
| `- error: no such module 'CryptoKit'
5 |
6 | struct ChaCha20Poly1305: Ciphering {
[59/70] Compiling Toggles Object+Codable.swift
/host/spi-builder-workspace/Sources/Ciphers/ChaCha20Poly1305.swift:4:8: error: no such module 'CryptoKit'
2 |
3 | import Foundation
4 | import CryptoKit
| `- error: no such module 'CryptoKit'
5 |
6 | struct ChaCha20Poly1305: Ciphering {
[60/70] Compiling Toggles Object+Equatable.swift
/host/spi-builder-workspace/Sources/Ciphers/ChaCha20Poly1305.swift:4:8: error: no such module 'CryptoKit'
2 |
3 | import Foundation
4 | import CryptoKit
| `- error: no such module 'CryptoKit'
5 |
6 | struct ChaCha20Poly1305: Ciphering {
[61/70] Compiling Toggles ObjectSupportedType+Accessors.swift
/host/spi-builder-workspace/Sources/Ciphers/ChaCha20Poly1305.swift:4:8: error: no such module 'CryptoKit'
2 |
3 | import Foundation
4 | import CryptoKit
| `- error: no such module 'CryptoKit'
5 |
6 | struct ChaCha20Poly1305: Ciphering {
[62/70] Compiling Toggles ObjectSupportedType+Codable.swift
/host/spi-builder-workspace/Sources/Ciphers/ChaCha20Poly1305.swift:4:8: error: no such module 'CryptoKit'
2 |
3 | import Foundation
4 | import CryptoKit
| `- error: no such module 'CryptoKit'
5 |
6 | struct ChaCha20Poly1305: Ciphering {
[63/70] Compiling Toggles ToggleManager+Ciphering.swift
/host/spi-builder-workspace/Sources/Ciphers/ChaCha20Poly1305.swift:4:8: error: no such module 'CryptoKit'
2 |
3 | import Foundation
4 | import CryptoKit
| `- error: no such module 'CryptoKit'
5 |
6 | struct ChaCha20Poly1305: Ciphering {
[64/70] Compiling Toggles ToggleManager+Logging.swift
/host/spi-builder-workspace/Sources/Ciphers/ChaCha20Poly1305.swift:4:8: error: no such module 'CryptoKit'
2 |
3 | import Foundation
4 | import CryptoKit
| `- error: no such module 'CryptoKit'
5 |
6 | struct ChaCha20Poly1305: Ciphering {
[65/70] Compiling Toggles ToggleManager+Overrides.swift
/host/spi-builder-workspace/Sources/Ciphers/ChaCha20Poly1305.swift:4:8: error: no such module 'CryptoKit'
2 |
3 | import Foundation
4 | import CryptoKit
| `- error: no such module 'CryptoKit'
5 |
6 | struct ChaCha20Poly1305: Ciphering {
[66/70] Compiling Toggles ToggleManager+Publishing.swift
/host/spi-builder-workspace/Sources/Ciphers/ChaCha20Poly1305.swift:4:8: error: no such module 'CryptoKit'
2 |
3 | import Foundation
4 | import CryptoKit
| `- error: no such module 'CryptoKit'
5 |
6 | struct ChaCha20Poly1305: Ciphering {
[67/70] Compiling Toggles ToggleManager+Reacting.swift
/host/spi-builder-workspace/Sources/Ciphers/ChaCha20Poly1305.swift:4:8: error: no such module 'CryptoKit'
2 |
3 | import Foundation
4 | import CryptoKit
| `- error: no such module 'CryptoKit'
5 |
6 | struct ChaCha20Poly1305: Ciphering {
[68/70] Compiling Toggles ToggleManager+Trace.swift
/host/spi-builder-workspace/Sources/Ciphers/ChaCha20Poly1305.swift:4:8: error: no such module 'CryptoKit'
2 |
3 | import Foundation
4 | import CryptoKit
| `- error: no such module 'CryptoKit'
5 |
6 | struct ChaCha20Poly1305: Ciphering {
[69/70] Compiling Toggles ToggleManager.swift
/host/spi-builder-workspace/Sources/Ciphers/ChaCha20Poly1305.swift:4:8: error: no such module 'CryptoKit'
2 |
3 | import Foundation
4 | import CryptoKit
| `- error: no such module 'CryptoKit'
5 |
6 | struct ChaCha20Poly1305: Ciphering {
[70/70] Compiling Toggles CipherConfiguration.swift
/host/spi-builder-workspace/Sources/Ciphers/ChaCha20Poly1305.swift:4:8: error: no such module 'CryptoKit'
2 |
3 | import Foundation
4 | import CryptoKit
| `- error: no such module 'CryptoKit'
5 |
6 | struct ChaCha20Poly1305: Ciphering {
BUILD FAILURE 6.2 linux