Build Information
Failed to build Toggles, reference 0.13.1 (fb8747
), with Swift 6.0 for Linux on 27 Feb 2025 10:15:16 UTC.
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4606859-0":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.0-latest swift build --triple x86_64-unknown-linux-gnu 2>&1
Build Log
========================================
RunAll
========================================
Builder version: 4.60.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/TogglesPlatform/Toggles.git
Reference: 0.13.1
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
* tag 0.13.1 -> FETCH_HEAD
HEAD is now at fb87473 Merge pull request #51 from akuzminskyi/feature/replaced-experimental-to-upcomming
Cloned https://github.com/TogglesPlatform/Toggles.git
Revision (git rev-parse @):
fb874737964646cacb9782bf9ee4560163262bef
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/TogglesPlatform/Toggles.git at 0.13.1
========================================
Build
========================================
Selected platform: linux
Swift version: 6.0
Building package at path: $PWD
https://github.com/TogglesPlatform/Toggles.git
https://github.com/TogglesPlatform/Toggles.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
"dependencies" : [
{
"identity" : "swift-docc-plugin",
"requirement" : {
"range" : [
{
"lower_bound" : "1.4.3",
"upper_bound" : "1.5.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-docc-plugin"
}
],
"manifest_display_name" : "Toggles",
"name" : "Toggles",
"path" : "/host/spi-builder-workspace",
"platforms" : [
{
"name" : "ios",
"version" : "15.0"
},
{
"name" : "macos",
"version" : "12.0"
},
{
"name" : "watchos",
"version" : "7.0"
},
{
"name" : "tvos",
"version" : "15.0"
}
],
"products" : [
{
"name" : "Toggles",
"targets" : [
"Toggles"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "TogglesTests",
"module_type" : "SwiftTarget",
"name" : "TogglesTests",
"path" : "Tests",
"resources" : [
{
"path" : "/host/spi-builder-workspace/Tests/Resources/TestDatasource.json",
"rule" : {
"process" : {
}
}
},
{
"path" : "/host/spi-builder-workspace/Tests/Resources/TestDatasourceWithDuplicateVariables.json",
"rule" : {
"process" : {
}
}
},
{
"path" : "/host/spi-builder-workspace/Tests/Resources/TestDatasourceWithNoMetadata.json",
"rule" : {
"process" : {
}
}
}
],
"sources" : [
"Extensions/Bundle+Tests.swift",
"Suites/Ciphers/ChaCha20Poly1305Tests.swift",
"Suites/Extensions/Dictionary+TogglesTests.swift",
"Suites/Extensions/Group+IdentifiableTests.swift",
"Suites/Extensions/Group+UtilitiesTests.swift",
"Suites/Extensions/String+BoolTests.swift",
"Suites/Extensions/Toggle+CodableTests.swift",
"Suites/Extensions/Toggle+ComparableTests.swift",
"Suites/Extensions/Toggle+IdentifiableTests.swift",
"Suites/Extensions/Toggle+UtilitiesTests.swift",
"Suites/Extensions/Value+AccessorsTests.swift",
"Suites/Extensions/Value+UtilitiesTests.swift",
"Suites/Models/ObjectTests.swift",
"Suites/ObservableObjects/ToggleObservableTests.swift",
"Suites/Providers/DefaultValueProviderTests.swift",
"Suites/Providers/InMemoryValueProviderTests.swift",
"Suites/Providers/LocalValueProviderTests.swift",
"Suites/Providers/PersistentValueProviderTests.swift",
"Suites/ToggleManager/ToggleManager+CachingTests.swift",
"Suites/ToggleManager/ToggleManager+CipheringTests.swift",
"Suites/ToggleManager/ToggleManager+ErrorLoggingTests.swift",
"Suites/ToggleManager/ToggleManager+OverridesTests.swift",
"Suites/ToggleManager/ToggleManager+PublishingTests.swift",
"Suites/ToggleManager/ToggleManager+ReactingTests.swift",
"Suites/ToggleManager/ToggleManager+SkipOptionsTests.swift",
"Suites/ToggleManager/ToggleManager+TraceTests.swift",
"Suites/ToggleManager/ToggleManagerTests.swift",
"Suites/Utilities/GroupLoaderTests.swift",
"Suites/Utilities/InputValidationHelperTests.swift",
"Suites/Utilities/SearchFilterTests.swift",
"Suites/Utilities/TogglesValidatorTests.swift",
"Suites/Utilities/ValueCacheTests.swift",
"Utilities/CipherConfiguration+Defaults.swift",
"Utilities/MockRemoteValueProvider.swift",
"Utilities/SingleValueMockProvider.swift",
"Utilities/ToggleFactory.swift"
],
"target_dependencies" : [
"Toggles"
],
"type" : "test"
},
{
"c99name" : "Toggles",
"module_type" : "SwiftTarget",
"name" : "Toggles",
"path" : "Sources",
"product_memberships" : [
"Toggles"
],
"resources" : [
{
"path" : "/host/spi-builder-workspace/Sources/Resources/PreviewDatasource.json",
"rule" : {
"process" : {
}
}
}
],
"sources" : [
"Ciphers/ChaCha20Poly1305.swift",
"Extensions/Dictionary+Toggles.swift",
"Extensions/Group+Identifiable.swift",
"Extensions/Group+Utilities.swift",
"Extensions/Object/Object+Codable.swift",
"Extensions/Object/Object+Equatable.swift",
"Extensions/Object/ObjectSupportedType+Accessors.swift",
"Extensions/Object/ObjectSupportedType+Codable.swift",
"Extensions/Object/ObjectSupportedType+Equatable.swift",
"Extensions/Object/ObjectSupportedType+Utilities.swift",
"Extensions/Object/String+Object.swift",
"Extensions/String+Bool.swift",
"Extensions/String+ValidJSON.swift",
"Extensions/Toggle+Codable.swift",
"Extensions/Toggle+Comparable.swift",
"Extensions/Toggle+Identifiable.swift",
"Extensions/Toggle+Utilities.swift",
"Extensions/Value+Accessors.swift",
"Extensions/Value+Semi-Equatable.swift",
"Extensions/Value+Utilities.swift",
"Models/Datasource.swift",
"Models/Group.swift",
"Models/Metadata.swift",
"Models/Object.swift",
"Models/ObjectSupportedType.swift",
"Models/Toggle.swift",
"Models/Value.swift",
"Models/Variable.swift",
"ObservableObjects/ToggleObservable.swift",
"Protocols/Ciphering.swift",
"Protocols/Logger.swift",
"Protocols/MutableValueProvider.swift",
"Protocols/Publishing.swift",
"Protocols/Reacting.swift",
"Protocols/ValueProvider.swift",
"Providers/DefaultValueProvider.swift",
"Providers/InMemoryValueProvider.swift",
"Providers/LocalValueProvider.swift",
"Providers/PersistentValueProvider.swift",
"ToggleManager/ToggleManager+Caching.swift",
"ToggleManager/ToggleManager+Ciphering.swift",
"ToggleManager/ToggleManager+Logging.swift",
"ToggleManager/ToggleManager+Overrides.swift",
"ToggleManager/ToggleManager+Publishing.swift",
"ToggleManager/ToggleManager+Reacting.swift",
"ToggleManager/ToggleManager+Trace.swift",
"ToggleManager/ToggleManager.swift",
"Utilities/CipherConfiguration.swift",
"Utilities/GroupLoader.swift",
"Utilities/InputValidationHelper.swift",
"Utilities/SearchFilter.swift",
"Utilities/TogglesValidator.swift",
"Utilities/ValueCache.swift",
"Views/ToggleDetailView.swift",
"Views/TogglesView.swift"
],
"type" : "library"
}
],
"tools_version" : "6.0"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-0":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.0-latest swift build --triple x86_64-unknown-linux-gnu -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats 2>&1
basic-6.0-latest: Pulling from finestructure/spi-images
Digest: sha256:081dcf4fb829aea9d08447f4790431afbdfbcc335bfeed728ca69c6f181ae2aa
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.0-latest
Fetching https://github.com/apple/swift-docc-plugin
[1/2050] Fetching swift-docc-plugin
Fetched https://github.com/apple/swift-docc-plugin from cache (0.35s)
Computing version for https://github.com/apple/swift-docc-plugin
Computed https://github.com/apple/swift-docc-plugin at 1.4.3 (2.63s)
Fetching https://github.com/swiftlang/swift-docc-symbolkit
[1/3315] Fetching swift-docc-symbolkit
Fetched https://github.com/swiftlang/swift-docc-symbolkit from cache (0.35s)
Computing version for https://github.com/swiftlang/swift-docc-symbolkit
Computed https://github.com/swiftlang/swift-docc-symbolkit at 1.0.0 (0.76s)
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.3
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
[2/2] Compiling plugin Swift-DocC Preview
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/55] 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/62] 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 {
[8/62] 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 {
[9/62] 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 {
[10/62] 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 {
[11/62] 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 {
[12/62] 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 {
[13/62] 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 {
[14/62] 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 {
[15/62] 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 {
[16/62] 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 {
[17/62] 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 {
[18/62] 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 {
[19/62] 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 {
[20/62] 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 {
[21/62] 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 {
[22/62] 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 {
[23/62] 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 {
[24/62] 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 {
[25/62] 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 {
[26/62] 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 {
[27/62] 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 {
[28/62] 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 {
[29/62] 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 {
[30/62] 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 {
[31/62] 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 {
[32/62] 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 {
[33/62] 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 {
[34/62] 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 {
[35/62] 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 {
[36/62] 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 {
[37/62] 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 {
[38/62] 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 {
[39/62] 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 {
[40/62] 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 {
[41/62] 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 {
[42/62] 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 {
[43/62] 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 {
[44/62] 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 {
[45/62] 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 {
[46/62] 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 {
[47/62] 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 {
[48/62] 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 {
[49/62] 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 {
[50/62] 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 {
[51/62] 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 {
[52/62] 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 {
[53/62] 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 {
[54/62] 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 {
[55/62] 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 {
[56/62] 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 {
[57/62] 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 {
[58/62] 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 {
[59/62] 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 {
[60/62] 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 {
[61/62] 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 {
[62/62] 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 {
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-0":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.0-latest swift build --triple x86_64-unknown-linux-gnu 2>&1
basic-6.0-latest: Pulling from finestructure/spi-images
Digest: sha256:081dcf4fb829aea9d08447f4790431afbdfbcc335bfeed728ca69c6f181ae2aa
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.0-latest
[0/1] Planning build
[1/1] Compiling plugin Swift-DocC
[2/2] Compiling plugin Swift-DocC Preview
Building for debugging...
[2/3] Write swift-version-24593BA9C3E375BF.txt
[4/53] 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 {
[5/53] 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 {
[6/53] 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 {
[7/53] 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 {
[8/53] 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 {
[9/53] 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 {
[10/53] 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 {
[11/60] 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 {
[12/60] 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 {
[13/60] 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 {
[14/60] 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 {
[15/60] 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 {
[16/60] 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 {
[17/60] 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 {
[18/60] 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 {
[19/60] 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 {
[20/60] 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 {
[21/60] 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 {
[22/60] 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 {
[23/60] 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 {
[24/60] 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 {
error: emit-module command failed with exit code 1 (use -v to see invocation)
[25/60] 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 {
[26/60] 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 {
[27/60] 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 {
[28/60] 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 {
[29/60] 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 {
[30/60] 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 {
[31/60] 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 {
[32/60] 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 {
[33/60] 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 {
[34/60] 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 {
[35/60] 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 {
[36/60] 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 {
[37/60] 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 {
[38/60] 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 {
[39/60] 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 {
[40/60] 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 {
[41/60] 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 {
[42/60] 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 {
[43/60] 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 {
[44/60] 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 {
[45/60] 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 {
[46/60] 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 {
[47/60] 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 {
[48/60] 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 {
[49/60] 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 {
[50/60] 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 {
[51/60] 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 {
[52/60] 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 {
[53/60] 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 {
[54/60] 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 {
[55/60] 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 {
[56/60] 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 {
[57/60] 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 {
[58/60] 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 {
[59/60] 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 {
[60/60] 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 {
BUILD FAILURE 6.0 linux