The Swift Package Index logo.Swift Package Index

Build Information

Failed to build Toggles with Swift 5.9 for Linux.

Build Command

bash -c docker run --rm -v "checkouts-4609320-0":/host -w "$workDir" registry.gitlab.com/finestructure/spi-images:basic-5.9-latest swift build --triple x86_64-unknown-linux-gnu 2>&1

Build Log

========================================
RunAll
========================================
Builder version: 4.38.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/TogglesPlatform/Toggles.git
Reference: 0.12.0
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.12.0     -> FETCH_HEAD
HEAD is now at ba9d0a9 Merge pull request #45 from antoniostrijdom/swift-6-support
Cloned https://github.com/TogglesPlatform/Toggles.git
Revision (git rev-parse @):
ba9d0a93f3f7b1da6d184d5532961d9d3b79c158
SPI manifest file found: $workDir/.spi.yml
SUCCESS checkout https://github.com/TogglesPlatform/Toggles.git at 0.12.0
========================================
Build
========================================
Selected platform:         linux
Swift version:             5.9
Building package at path:  $workDir
https://github.com/TogglesPlatform/Toggles.git
Running build ...
bash -c docker run --rm -v "checkouts-4609320-0":/host -w "$workDir" registry.gitlab.com/finestructure/spi-images:basic-5.9-latest swift build --triple x86_64-unknown-linux-gnu 2>&1
Fetching https://github.com/apple/swift-docc-plugin
[1/1458] Fetching swift-docc-plugin
Fetched https://github.com/apple/swift-docc-plugin (0.41s)
Computing version for https://github.com/apple/swift-docc-plugin
Computed https://github.com/apple/swift-docc-plugin at 1.0.0 (1.12s)
Creating working copy for https://github.com/apple/swift-docc-plugin
Working copy of https://github.com/apple/swift-docc-plugin resolved at 1.0.0
/host/spi-builder-workspace/.build/checkouts/swift-docc-plugin/Plugins/Swift-DocC Convert/Symbolic Links/SharedPackagePluginExtensions/PackageExtensions.swift:31:17: warning: switch covers known cases, but 'TargetDependency' may have additional unknown values
                switch dependency {
                ^
/host/spi-builder-workspace/.build/checkouts/swift-docc-plugin/Plugins/Swift-DocC Convert/Symbolic Links/SharedPackagePluginExtensions/PackageExtensions.swift:31:17: note: handle unknown values using "@unknown default"
                switch dependency {
                ^
[1/1] Compiling plugin Swift-DocC
/host/spi-builder-workspace/.build/checkouts/swift-docc-plugin/Plugins/Swift-DocC Preview/Symbolic Links/SharedPackagePluginExtensions/PackageExtensions.swift:31:17: warning: switch covers known cases, but 'TargetDependency' may have additional unknown values
                switch dependency {
                ^
/host/spi-builder-workspace/.build/checkouts/swift-docc-plugin/Plugins/Swift-DocC Preview/Symbolic Links/SharedPackagePluginExtensions/PackageExtensions.swift:31:17: note: handle unknown values using "@unknown default"
                switch dependency {
                ^
[2/2] Compiling plugin Swift-DocC Preview
Building for debugging...
[2/3] Copying PreviewDatasource.json
error: emit-module command failed with exit code 1 (use -v to see invocation)
[4/53] Emitting module Toggles
/host/spi-builder-workspace/Sources/Ciphers/ChaCha20Poly1305.swift:4:8: error: no such module 'CryptoKit'
import CryptoKit
       ^
[5/60] Compiling Toggles InputValidationHelper.swift
/host/spi-builder-workspace/Sources/Ciphers/ChaCha20Poly1305.swift:4:8: error: no such module 'CryptoKit'
import CryptoKit
       ^
[6/60] Compiling Toggles SearchFilter.swift
/host/spi-builder-workspace/Sources/Ciphers/ChaCha20Poly1305.swift:4:8: error: no such module 'CryptoKit'
import CryptoKit
       ^
[7/60] Compiling Toggles TogglesValidator.swift
/host/spi-builder-workspace/Sources/Ciphers/ChaCha20Poly1305.swift:4:8: error: no such module 'CryptoKit'
import CryptoKit
       ^
[8/60] Compiling Toggles ValueCache.swift
/host/spi-builder-workspace/Sources/Ciphers/ChaCha20Poly1305.swift:4:8: error: no such module 'CryptoKit'
import CryptoKit
       ^
[9/60] Compiling Toggles ToggleDetailView.swift
/host/spi-builder-workspace/Sources/Ciphers/ChaCha20Poly1305.swift:4:8: error: no such module 'CryptoKit'
import CryptoKit
       ^
[10/60] Compiling Toggles TogglesView.swift
/host/spi-builder-workspace/Sources/Ciphers/ChaCha20Poly1305.swift:4:8: error: no such module 'CryptoKit'
import CryptoKit
       ^
[11/60] Compiling Toggles resource_bundle_accessor.swift
/host/spi-builder-workspace/Sources/Ciphers/ChaCha20Poly1305.swift:4:8: error: no such module 'CryptoKit'
import CryptoKit
       ^
[12/60] Compiling Toggles DefaultValueProvider.swift
/host/spi-builder-workspace/Sources/Ciphers/ChaCha20Poly1305.swift:4:8: error: no such module 'CryptoKit'
import CryptoKit
       ^
[13/60] Compiling Toggles InMemoryValueProvider.swift
/host/spi-builder-workspace/Sources/Ciphers/ChaCha20Poly1305.swift:4:8: error: no such module 'CryptoKit'
import CryptoKit
       ^
[14/60] Compiling Toggles LocalValueProvider.swift
/host/spi-builder-workspace/Sources/Ciphers/ChaCha20Poly1305.swift:4:8: error: no such module 'CryptoKit'
import CryptoKit
       ^
[15/60] Compiling Toggles PersistentValueProvider.swift
/host/spi-builder-workspace/Sources/Ciphers/ChaCha20Poly1305.swift:4:8: error: no such module 'CryptoKit'
import CryptoKit
       ^
[16/60] Compiling Toggles ToggleManager+Caching.swift
/host/spi-builder-workspace/Sources/Ciphers/ChaCha20Poly1305.swift:4:8: error: no such module 'CryptoKit'
import CryptoKit
       ^
[17/60] Compiling Toggles ToggleManager+Ciphering.swift
/host/spi-builder-workspace/Sources/Ciphers/ChaCha20Poly1305.swift:4:8: error: no such module 'CryptoKit'
import CryptoKit
       ^
[18/60] Compiling Toggles ToggleManager+Logging.swift
/host/spi-builder-workspace/Sources/Ciphers/ChaCha20Poly1305.swift:4:8: error: no such module 'CryptoKit'
import CryptoKit
       ^
[19/60] Compiling Toggles ToggleObservable.swift
/host/spi-builder-workspace/Sources/Ciphers/ChaCha20Poly1305.swift:4:8: error: no such module 'CryptoKit'
import CryptoKit
       ^
[20/60] Compiling Toggles Ciphering.swift
/host/spi-builder-workspace/Sources/Ciphers/ChaCha20Poly1305.swift:4:8: error: no such module 'CryptoKit'
import CryptoKit
       ^
[21/60] Compiling Toggles Logger.swift
/host/spi-builder-workspace/Sources/Ciphers/ChaCha20Poly1305.swift:4:8: error: no such module 'CryptoKit'
import CryptoKit
       ^
[22/60] Compiling Toggles MutableValueProvider.swift
/host/spi-builder-workspace/Sources/Ciphers/ChaCha20Poly1305.swift:4:8: error: no such module 'CryptoKit'
import CryptoKit
       ^
[23/60] Compiling Toggles Publishing.swift
/host/spi-builder-workspace/Sources/Ciphers/ChaCha20Poly1305.swift:4:8: error: no such module 'CryptoKit'
import CryptoKit
       ^
[24/60] Compiling Toggles Reacting.swift
/host/spi-builder-workspace/Sources/Ciphers/ChaCha20Poly1305.swift:4:8: error: no such module 'CryptoKit'
import CryptoKit
       ^
[25/60] Compiling Toggles ValueProvider.swift
/host/spi-builder-workspace/Sources/Ciphers/ChaCha20Poly1305.swift:4:8: error: no such module 'CryptoKit'
import CryptoKit
       ^
[26/60] Compiling Toggles ChaCha20Poly1305.swift
/host/spi-builder-workspace/Sources/Ciphers/ChaCha20Poly1305.swift:4:8: error: no such module 'CryptoKit'
import CryptoKit
       ^
[27/60] Compiling Toggles Dictionary+Toggles.swift
/host/spi-builder-workspace/Sources/Ciphers/ChaCha20Poly1305.swift:4:8: error: no such module 'CryptoKit'
import CryptoKit
       ^
[28/60] Compiling Toggles Group+Identifiable.swift
/host/spi-builder-workspace/Sources/Ciphers/ChaCha20Poly1305.swift:4:8: error: no such module 'CryptoKit'
import CryptoKit
       ^
[29/60] Compiling Toggles Group+Utilities.swift
/host/spi-builder-workspace/Sources/Ciphers/ChaCha20Poly1305.swift:4:8: error: no such module 'CryptoKit'
import CryptoKit
       ^
[30/60] Compiling Toggles Object+Codable.swift
/host/spi-builder-workspace/Sources/Ciphers/ChaCha20Poly1305.swift:4:8: error: no such module 'CryptoKit'
import CryptoKit
       ^
[31/60] Compiling Toggles Object+Equatable.swift
/host/spi-builder-workspace/Sources/Ciphers/ChaCha20Poly1305.swift:4:8: error: no such module 'CryptoKit'
import CryptoKit
       ^
[32/60] Compiling Toggles ObjectSupportedType+Accessors.swift
/host/spi-builder-workspace/Sources/Ciphers/ChaCha20Poly1305.swift:4:8: error: no such module 'CryptoKit'
import CryptoKit
       ^
[33/60] Compiling Toggles ToggleManager+Overrides.swift
/host/spi-builder-workspace/Sources/Ciphers/ChaCha20Poly1305.swift:4:8: error: no such module 'CryptoKit'
import CryptoKit
       ^
[34/60] Compiling Toggles ToggleManager+Publishing.swift
/host/spi-builder-workspace/Sources/Ciphers/ChaCha20Poly1305.swift:4:8: error: no such module 'CryptoKit'
import CryptoKit
       ^
[35/60] Compiling Toggles ToggleManager+Reacting.swift
/host/spi-builder-workspace/Sources/Ciphers/ChaCha20Poly1305.swift:4:8: error: no such module 'CryptoKit'
import CryptoKit
       ^
[36/60] Compiling Toggles ToggleManager+Trace.swift
/host/spi-builder-workspace/Sources/Ciphers/ChaCha20Poly1305.swift:4:8: error: no such module 'CryptoKit'
import CryptoKit
       ^
[37/60] Compiling Toggles ToggleManager.swift
/host/spi-builder-workspace/Sources/Ciphers/ChaCha20Poly1305.swift:4:8: error: no such module 'CryptoKit'
import CryptoKit
       ^
[38/60] Compiling Toggles CipherConfiguration.swift
/host/spi-builder-workspace/Sources/Ciphers/ChaCha20Poly1305.swift:4:8: error: no such module 'CryptoKit'
import CryptoKit
       ^
[39/60] Compiling Toggles GroupLoader.swift
/host/spi-builder-workspace/Sources/Ciphers/ChaCha20Poly1305.swift:4:8: error: no such module 'CryptoKit'
import CryptoKit
       ^
[40/60] Compiling Toggles Toggle+Comparable.swift
/host/spi-builder-workspace/Sources/Ciphers/ChaCha20Poly1305.swift:4:8: error: no such module 'CryptoKit'
import CryptoKit
       ^
[41/60] Compiling Toggles Toggle+Identifiable.swift
/host/spi-builder-workspace/Sources/Ciphers/ChaCha20Poly1305.swift:4:8: error: no such module 'CryptoKit'
import CryptoKit
       ^
[42/60] Compiling Toggles Toggle+Utilities.swift
/host/spi-builder-workspace/Sources/Ciphers/ChaCha20Poly1305.swift:4:8: error: no such module 'CryptoKit'
import CryptoKit
       ^
[43/60] Compiling Toggles Value+Accessors.swift
/host/spi-builder-workspace/Sources/Ciphers/ChaCha20Poly1305.swift:4:8: error: no such module 'CryptoKit'
import CryptoKit
       ^
[44/60] Compiling Toggles Value+Semi-Equatable.swift
/host/spi-builder-workspace/Sources/Ciphers/ChaCha20Poly1305.swift:4:8: error: no such module 'CryptoKit'
import CryptoKit
       ^
[45/60] Compiling Toggles Value+Utilities.swift
/host/spi-builder-workspace/Sources/Ciphers/ChaCha20Poly1305.swift:4:8: error: no such module 'CryptoKit'
import CryptoKit
       ^
[46/60] Compiling Toggles Datasource.swift
/host/spi-builder-workspace/Sources/Ciphers/ChaCha20Poly1305.swift:4:8: error: no such module 'CryptoKit'
import CryptoKit
       ^
[47/60] Compiling Toggles ObjectSupportedType+Codable.swift
/host/spi-builder-workspace/Sources/Ciphers/ChaCha20Poly1305.swift:4:8: error: no such module 'CryptoKit'
import CryptoKit
       ^
[48/60] Compiling Toggles ObjectSupportedType+Equatable.swift
/host/spi-builder-workspace/Sources/Ciphers/ChaCha20Poly1305.swift:4:8: error: no such module 'CryptoKit'
import CryptoKit
       ^
[49/60] Compiling Toggles ObjectSupportedType+Utilities.swift
/host/spi-builder-workspace/Sources/Ciphers/ChaCha20Poly1305.swift:4:8: error: no such module 'CryptoKit'
import CryptoKit
       ^
[50/60] Compiling Toggles String+Object.swift
/host/spi-builder-workspace/Sources/Ciphers/ChaCha20Poly1305.swift:4:8: error: no such module 'CryptoKit'
import CryptoKit
       ^
[51/60] Compiling Toggles String+Bool.swift
/host/spi-builder-workspace/Sources/Ciphers/ChaCha20Poly1305.swift:4:8: error: no such module 'CryptoKit'
import CryptoKit
       ^
[52/60] Compiling Toggles String+ValidJSON.swift
/host/spi-builder-workspace/Sources/Ciphers/ChaCha20Poly1305.swift:4:8: error: no such module 'CryptoKit'
import CryptoKit
       ^
[53/60] Compiling Toggles Toggle+Codable.swift
/host/spi-builder-workspace/Sources/Ciphers/ChaCha20Poly1305.swift:4:8: error: no such module 'CryptoKit'
import CryptoKit
       ^
[54/60] Compiling Toggles Group.swift
/host/spi-builder-workspace/Sources/Ciphers/ChaCha20Poly1305.swift:4:8: error: no such module 'CryptoKit'
import CryptoKit
       ^
[55/60] Compiling Toggles Metadata.swift
/host/spi-builder-workspace/Sources/Ciphers/ChaCha20Poly1305.swift:4:8: error: no such module 'CryptoKit'
import CryptoKit
       ^
[56/60] Compiling Toggles Object.swift
/host/spi-builder-workspace/Sources/Ciphers/ChaCha20Poly1305.swift:4:8: error: no such module 'CryptoKit'
import CryptoKit
       ^
[57/60] Compiling Toggles ObjectSupportedType.swift
/host/spi-builder-workspace/Sources/Ciphers/ChaCha20Poly1305.swift:4:8: error: no such module 'CryptoKit'
import CryptoKit
       ^
[58/60] Compiling Toggles Toggle.swift
/host/spi-builder-workspace/Sources/Ciphers/ChaCha20Poly1305.swift:4:8: error: no such module 'CryptoKit'
import CryptoKit
       ^
[59/60] Compiling Toggles Value.swift
/host/spi-builder-workspace/Sources/Ciphers/ChaCha20Poly1305.swift:4:8: error: no such module 'CryptoKit'
import CryptoKit
       ^
[60/60] Compiling Toggles Variable.swift
/host/spi-builder-workspace/Sources/Ciphers/ChaCha20Poly1305.swift:4:8: error: no such module 'CryptoKit'
import CryptoKit
       ^
error: fatalError
[0/1] Planning build
/host/spi-builder-workspace/.build/checkouts/swift-docc-plugin/Plugins/Swift-DocC Convert/Symbolic Links/SharedPackagePluginExtensions/PackageExtensions.swift:31:17: warning: switch covers known cases, but 'TargetDependency' may have additional unknown values
                switch dependency {
                ^
/host/spi-builder-workspace/.build/checkouts/swift-docc-plugin/Plugins/Swift-DocC Convert/Symbolic Links/SharedPackagePluginExtensions/PackageExtensions.swift:31:17: note: handle unknown values using "@unknown default"
                switch dependency {
                ^
[1/1] Compiling plugin Swift-DocC
/host/spi-builder-workspace/.build/checkouts/swift-docc-plugin/Plugins/Swift-DocC Preview/Symbolic Links/SharedPackagePluginExtensions/PackageExtensions.swift:31:17: warning: switch covers known cases, but 'TargetDependency' may have additional unknown values
                switch dependency {
                ^
/host/spi-builder-workspace/.build/checkouts/swift-docc-plugin/Plugins/Swift-DocC Preview/Symbolic Links/SharedPackagePluginExtensions/PackageExtensions.swift:31:17: note: handle unknown values using "@unknown default"
                switch dependency {
                ^
[2/2] Compiling plugin Swift-DocC Preview
Building for debugging...
[3/52] Compiling Toggles Toggle+Comparable.swift
/host/spi-builder-workspace/Sources/Ciphers/ChaCha20Poly1305.swift:4:8: error: no such module 'CryptoKit'
import CryptoKit
       ^
[4/52] Compiling Toggles Toggle+Identifiable.swift
/host/spi-builder-workspace/Sources/Ciphers/ChaCha20Poly1305.swift:4:8: error: no such module 'CryptoKit'
import CryptoKit
       ^
[5/52] Compiling Toggles Toggle+Utilities.swift
/host/spi-builder-workspace/Sources/Ciphers/ChaCha20Poly1305.swift:4:8: error: no such module 'CryptoKit'
import CryptoKit
       ^
[6/52] Compiling Toggles Value+Accessors.swift
/host/spi-builder-workspace/Sources/Ciphers/ChaCha20Poly1305.swift:4:8: error: no such module 'CryptoKit'
import CryptoKit
       ^
[7/52] Compiling Toggles Value+Semi-Equatable.swift
/host/spi-builder-workspace/Sources/Ciphers/ChaCha20Poly1305.swift:4:8: error: no such module 'CryptoKit'
import CryptoKit
       ^
[8/52] Compiling Toggles Value+Utilities.swift
/host/spi-builder-workspace/Sources/Ciphers/ChaCha20Poly1305.swift:4:8: error: no such module 'CryptoKit'
import CryptoKit
       ^
[9/52] Compiling Toggles Datasource.swift
/host/spi-builder-workspace/Sources/Ciphers/ChaCha20Poly1305.swift:4:8: error: no such module 'CryptoKit'
import CryptoKit
       ^
[10/59] Compiling Toggles ObjectSupportedType+Codable.swift
/host/spi-builder-workspace/Sources/Ciphers/ChaCha20Poly1305.swift:4:8: error: no such module 'CryptoKit'
import CryptoKit
       ^
[11/59] Compiling Toggles ObjectSupportedType+Equatable.swift
/host/spi-builder-workspace/Sources/Ciphers/ChaCha20Poly1305.swift:4:8: error: no such module 'CryptoKit'
import CryptoKit
       ^
[12/59] Compiling Toggles ObjectSupportedType+Utilities.swift
/host/spi-builder-workspace/Sources/Ciphers/ChaCha20Poly1305.swift:4:8: error: no such module 'CryptoKit'
import CryptoKit
       ^
[13/59] Compiling Toggles String+Object.swift
/host/spi-builder-workspace/Sources/Ciphers/ChaCha20Poly1305.swift:4:8: error: no such module 'CryptoKit'
import CryptoKit
       ^
[14/59] Compiling Toggles String+Bool.swift
/host/spi-builder-workspace/Sources/Ciphers/ChaCha20Poly1305.swift:4:8: error: no such module 'CryptoKit'
import CryptoKit
       ^
[15/59] Compiling Toggles String+ValidJSON.swift
/host/spi-builder-workspace/Sources/Ciphers/ChaCha20Poly1305.swift:4:8: error: no such module 'CryptoKit'
import CryptoKit
       ^
[16/59] Compiling Toggles Toggle+Codable.swift
/host/spi-builder-workspace/Sources/Ciphers/ChaCha20Poly1305.swift:4:8: error: no such module 'CryptoKit'
import CryptoKit
       ^
[17/59] Compiling Toggles ChaCha20Poly1305.swift
/host/spi-builder-workspace/Sources/Ciphers/ChaCha20Poly1305.swift:4:8: error: no such module 'CryptoKit'
import CryptoKit
       ^
error: emit-module command failed with exit code 1 (use -v to see invocation)
[18/59] Compiling Toggles Dictionary+Toggles.swift
/host/spi-builder-workspace/Sources/Ciphers/ChaCha20Poly1305.swift:4:8: error: no such module 'CryptoKit'
import CryptoKit
       ^
[19/59] Compiling Toggles Group+Identifiable.swift
/host/spi-builder-workspace/Sources/Ciphers/ChaCha20Poly1305.swift:4:8: error: no such module 'CryptoKit'
import CryptoKit
       ^
[20/59] Compiling Toggles Group+Utilities.swift
/host/spi-builder-workspace/Sources/Ciphers/ChaCha20Poly1305.swift:4:8: error: no such module 'CryptoKit'
import CryptoKit
       ^
[21/59] Compiling Toggles Object+Codable.swift
/host/spi-builder-workspace/Sources/Ciphers/ChaCha20Poly1305.swift:4:8: error: no such module 'CryptoKit'
import CryptoKit
       ^
[22/59] Compiling Toggles Object+Equatable.swift
/host/spi-builder-workspace/Sources/Ciphers/ChaCha20Poly1305.swift:4:8: error: no such module 'CryptoKit'
import CryptoKit
       ^
[23/59] Compiling Toggles ObjectSupportedType+Accessors.swift
/host/spi-builder-workspace/Sources/Ciphers/ChaCha20Poly1305.swift:4:8: error: no such module 'CryptoKit'
import CryptoKit
       ^
[24/59] Emitting module Toggles
/host/spi-builder-workspace/Sources/Ciphers/ChaCha20Poly1305.swift:4:8: error: no such module 'CryptoKit'
import CryptoKit
       ^
[25/59] Compiling Toggles Group.swift
/host/spi-builder-workspace/Sources/Ciphers/ChaCha20Poly1305.swift:4:8: error: no such module 'CryptoKit'
import CryptoKit
       ^
[26/59] Compiling Toggles Metadata.swift
/host/spi-builder-workspace/Sources/Ciphers/ChaCha20Poly1305.swift:4:8: error: no such module 'CryptoKit'
import CryptoKit
       ^
[27/59] Compiling Toggles Object.swift
/host/spi-builder-workspace/Sources/Ciphers/ChaCha20Poly1305.swift:4:8: error: no such module 'CryptoKit'
import CryptoKit
       ^
[28/59] Compiling Toggles ObjectSupportedType.swift
/host/spi-builder-workspace/Sources/Ciphers/ChaCha20Poly1305.swift:4:8: error: no such module 'CryptoKit'
import CryptoKit
       ^
[29/59] Compiling Toggles Toggle.swift
/host/spi-builder-workspace/Sources/Ciphers/ChaCha20Poly1305.swift:4:8: error: no such module 'CryptoKit'
import CryptoKit
       ^
[30/59] Compiling Toggles Value.swift
/host/spi-builder-workspace/Sources/Ciphers/ChaCha20Poly1305.swift:4:8: error: no such module 'CryptoKit'
import CryptoKit
       ^
[31/59] Compiling Toggles Variable.swift
/host/spi-builder-workspace/Sources/Ciphers/ChaCha20Poly1305.swift:4:8: error: no such module 'CryptoKit'
import CryptoKit
       ^
[32/59] Compiling Toggles ToggleManager+Overrides.swift
/host/spi-builder-workspace/Sources/Ciphers/ChaCha20Poly1305.swift:4:8: error: no such module 'CryptoKit'
import CryptoKit
       ^
[33/59] Compiling Toggles ToggleManager+Publishing.swift
/host/spi-builder-workspace/Sources/Ciphers/ChaCha20Poly1305.swift:4:8: error: no such module 'CryptoKit'
import CryptoKit
       ^
[34/59] Compiling Toggles ToggleManager+Reacting.swift
/host/spi-builder-workspace/Sources/Ciphers/ChaCha20Poly1305.swift:4:8: error: no such module 'CryptoKit'
import CryptoKit
       ^
[35/59] Compiling Toggles ToggleManager+Trace.swift
/host/spi-builder-workspace/Sources/Ciphers/ChaCha20Poly1305.swift:4:8: error: no such module 'CryptoKit'
import CryptoKit
       ^
[36/59] Compiling Toggles ToggleManager.swift
/host/spi-builder-workspace/Sources/Ciphers/ChaCha20Poly1305.swift:4:8: error: no such module 'CryptoKit'
import CryptoKit
       ^
[37/59] Compiling Toggles CipherConfiguration.swift
/host/spi-builder-workspace/Sources/Ciphers/ChaCha20Poly1305.swift:4:8: error: no such module 'CryptoKit'
import CryptoKit
       ^
[38/59] Compiling Toggles GroupLoader.swift
/host/spi-builder-workspace/Sources/Ciphers/ChaCha20Poly1305.swift:4:8: error: no such module 'CryptoKit'
import CryptoKit
       ^
[39/59] Compiling Toggles ToggleObservable.swift
/host/spi-builder-workspace/Sources/Ciphers/ChaCha20Poly1305.swift:4:8: error: no such module 'CryptoKit'
import CryptoKit
       ^
[40/59] Compiling Toggles Ciphering.swift
/host/spi-builder-workspace/Sources/Ciphers/ChaCha20Poly1305.swift:4:8: error: no such module 'CryptoKit'
import CryptoKit
       ^
[41/59] Compiling Toggles Logger.swift
/host/spi-builder-workspace/Sources/Ciphers/ChaCha20Poly1305.swift:4:8: error: no such module 'CryptoKit'
import CryptoKit
       ^
[42/59] Compiling Toggles MutableValueProvider.swift
/host/spi-builder-workspace/Sources/Ciphers/ChaCha20Poly1305.swift:4:8: error: no such module 'CryptoKit'
import CryptoKit
       ^
[43/59] Compiling Toggles Publishing.swift
/host/spi-builder-workspace/Sources/Ciphers/ChaCha20Poly1305.swift:4:8: error: no such module 'CryptoKit'
import CryptoKit
       ^
[44/59] Compiling Toggles Reacting.swift
/host/spi-builder-workspace/Sources/Ciphers/ChaCha20Poly1305.swift:4:8: error: no such module 'CryptoKit'
import CryptoKit
       ^
[45/59] Compiling Toggles ValueProvider.swift
/host/spi-builder-workspace/Sources/Ciphers/ChaCha20Poly1305.swift:4:8: error: no such module 'CryptoKit'
import CryptoKit
       ^
[46/59] Compiling Toggles DefaultValueProvider.swift
/host/spi-builder-workspace/Sources/Ciphers/ChaCha20Poly1305.swift:4:8: error: no such module 'CryptoKit'
import CryptoKit
       ^
[47/59] Compiling Toggles InMemoryValueProvider.swift
/host/spi-builder-workspace/Sources/Ciphers/ChaCha20Poly1305.swift:4:8: error: no such module 'CryptoKit'
import CryptoKit
       ^
[48/59] Compiling Toggles LocalValueProvider.swift
/host/spi-builder-workspace/Sources/Ciphers/ChaCha20Poly1305.swift:4:8: error: no such module 'CryptoKit'
import CryptoKit
       ^
[49/59] Compiling Toggles PersistentValueProvider.swift
/host/spi-builder-workspace/Sources/Ciphers/ChaCha20Poly1305.swift:4:8: error: no such module 'CryptoKit'
import CryptoKit
       ^
[50/59] Compiling Toggles ToggleManager+Caching.swift
/host/spi-builder-workspace/Sources/Ciphers/ChaCha20Poly1305.swift:4:8: error: no such module 'CryptoKit'
import CryptoKit
       ^
[51/59] Compiling Toggles ToggleManager+Ciphering.swift
/host/spi-builder-workspace/Sources/Ciphers/ChaCha20Poly1305.swift:4:8: error: no such module 'CryptoKit'
import CryptoKit
       ^
[52/59] Compiling Toggles ToggleManager+Logging.swift
/host/spi-builder-workspace/Sources/Ciphers/ChaCha20Poly1305.swift:4:8: error: no such module 'CryptoKit'
import CryptoKit
       ^
[53/59] Compiling Toggles InputValidationHelper.swift
/host/spi-builder-workspace/Sources/Ciphers/ChaCha20Poly1305.swift:4:8: error: no such module 'CryptoKit'
import CryptoKit
       ^
[54/59] Compiling Toggles SearchFilter.swift
/host/spi-builder-workspace/Sources/Ciphers/ChaCha20Poly1305.swift:4:8: error: no such module 'CryptoKit'
import CryptoKit
       ^
[55/59] Compiling Toggles TogglesValidator.swift
/host/spi-builder-workspace/Sources/Ciphers/ChaCha20Poly1305.swift:4:8: error: no such module 'CryptoKit'
import CryptoKit
       ^
[56/59] Compiling Toggles ValueCache.swift
/host/spi-builder-workspace/Sources/Ciphers/ChaCha20Poly1305.swift:4:8: error: no such module 'CryptoKit'
import CryptoKit
       ^
[57/59] Compiling Toggles ToggleDetailView.swift
/host/spi-builder-workspace/Sources/Ciphers/ChaCha20Poly1305.swift:4:8: error: no such module 'CryptoKit'
import CryptoKit
       ^
[58/59] Compiling Toggles TogglesView.swift
/host/spi-builder-workspace/Sources/Ciphers/ChaCha20Poly1305.swift:4:8: error: no such module 'CryptoKit'
import CryptoKit
       ^
[59/59] Compiling Toggles resource_bundle_accessor.swift
/host/spi-builder-workspace/Sources/Ciphers/ChaCha20Poly1305.swift:4:8: error: no such module 'CryptoKit'
import CryptoKit
       ^
error: fatalError
BUILD FAILURE 5.9 linux

Build Machine: Linux 2