Build Information
Failed to build DitheringEngine, reference 1.10.0 (0197a1), with Swift 6.1 for Linux on 11 Nov 2025 12:21:51 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.1-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/Eskils/DitheringEngine.git
Reference: 1.10.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/Eskils/DitheringEngine
* tag 1.10.0 -> FETCH_HEAD
HEAD is now at 0197a14 Merge pull request #15 from Eskils/develop
Cloned https://github.com/Eskils/DitheringEngine.git
Revision (git rev-parse @):
0197a146b3f62fa9003f55129ec610043e109390
SUCCESS checkout https://github.com/Eskils/DitheringEngine.git at 1.10.0
========================================
Build
========================================
Selected platform: linux
Swift version: 6.1
Building package at path: $PWD
https://github.com/Eskils/DitheringEngine.git
https://github.com/Eskils/DitheringEngine.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
"dependencies" : [
],
"manifest_display_name" : "DitheringEngine",
"name" : "DitheringEngine",
"path" : "/host/spi-builder-workspace",
"platforms" : [
{
"name" : "ios",
"version" : "13.0"
},
{
"name" : "maccatalyst",
"version" : "13.0"
},
{
"name" : "macos",
"version" : "10.15"
}
],
"products" : [
{
"name" : "DitheringEngine",
"targets" : [
"DitheringEngine"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "DitheringEngineTests",
"module_type" : "SwiftTarget",
"name" : "DitheringEngineTests",
"path" : "Tests/DitheringEngineTests",
"sources" : [
"DitheringEngineTests.swift",
"SettingsCodableTests.swift",
"TestingHelpers.swift",
"TestsError.swift"
],
"target_dependencies" : [
"DitheringEngine"
],
"type" : "test"
},
{
"c99name" : "DitheringEngine",
"module_type" : "SwiftTarget",
"name" : "DitheringEngine",
"path" : "Sources/DitheringEngine",
"product_memberships" : [
"DitheringEngine"
],
"resources" : [
{
"path" : "/host/spi-builder-workspace/Sources/DitheringEngine/PrivacyInfo.xcprivacy",
"rule" : {
"process" : {
}
}
}
],
"sources" : [
"CustomPaletteSettings.swift",
"DitherMehtod.swift",
"DitherMethods/Dither-Atkinson.swift",
"DitherMethods/Dither-Bayer.swift",
"DitherMethods/Dither-CleanThreshold.swift",
"DitherMethods/Dither-ErrorDiffusion.swift",
"DitherMethods/Dither-FloydSteinberg.swift",
"DitherMethods/Dither-JarvisJudiceNinke.swift",
"DitherMethods/Dither-Noise.swift",
"DitherMethods/Dither-None.swift",
"DitherMethods/Dither-Ordered.swift",
"DitherMethods/Dither-WhiteNoise.swift",
"DitherMethods/DitherMethods.swift",
"DitheringEngine.swift",
"ErrorDiffusionDitheringCustomization.swift",
"Extensions/AnyPublisher+Extension.swift",
"Extensions/Array+Extension.swift",
"Extensions/Numeric+Extension.swift",
"Extensions/SIMD3+Extension.swift",
"Helpers/CGImageDataTransformer.swift",
"Helpers/WhiteNoiseGenerator.swift",
"Helpers/clamp.swift",
"Helpers/convertColorspace.swift",
"Helpers/equallySpacedColors.swift",
"ImageColor.swift",
"ImageDescription.swift",
"ImageDescriptionFormat.swift",
"LUT.swift",
"LUTCollection.swift",
"LUTPalette.swift",
"Metal/MetalOrderedDithering.swift",
"Nameable.swift",
"OrderedDitheringThresholdConfiguration.swift",
"Palette.swift",
"Palettes/Palette-Apple2.swift",
"Palettes/Palette-BlackAndWhite.swift",
"Palettes/Palette-CGA.swift",
"Palettes/Palette-GameBoy.swift",
"Palettes/Palette-Grayscale.swift",
"Palettes/Palette-Intellivision.swift",
"Palettes/Palette-Quantized.swift",
"Palettes/Palettes.swift",
"SettingsConfiguration.swift",
"SettingsConfigurations/Apple2SettingsConfiguration.swift",
"SettingsConfigurations/BayerSettingsConfiguration.swift",
"SettingsConfigurations/CGASettingsConfiguration.swift",
"SettingsConfigurations/CustomPaletteSettingsConfiguration.swift",
"SettingsConfigurations/DitherMethodSettingsConfiguration.swift",
"SettingsConfigurations/EmptySettingsConfiguration.swift",
"SettingsConfigurations/FloydSteinbergSettingsConfiguration.swift",
"SettingsConfigurations/NoiseDitheringSettingsConfiguration.swift",
"SettingsConfigurations/PaletteSelectionSettingsConfiguration.swift",
"SettingsConfigurations/QuantizedColorSettingsConfiguration.swift",
"SettingsConfigurations/WhiteNoiseSettingsConfiguration.swift",
"ThresholdMap.swift",
"Video/VideoAssembler.swift",
"Video/VideoDescription.swift",
"Video/VideoDitheringEngine.swift"
],
"type" : "library"
}
],
"tools_version" : "5.8"
}
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.1-latest swift build --triple x86_64-unknown-linux-gnu -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures 2>&1
basic-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:808cb2b2a6cec76654a3acbd283c6c2205bc60d2b29562c95b9f5147612f6d32
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.1-latest
warning: 'spi-builder-workspace': found 1 file(s) which are unhandled; explicitly declare them as resources or exclude from the target
/host/spi-builder-workspace/Sources/DitheringEngine/Metal/OrderedDithering.metal
Building for debugging...
[0/3] Copying PrivacyInfo.xcprivacy
[0/3] Write sources
[2/3] Write swift-version-24593BA9C3E375BF.txt
[4/56] Compiling DitheringEngine Nameable.swift
/host/spi-builder-workspace/Sources/DitheringEngine/DitherMethods/Dither-ErrorDiffusion.swift:8:8: error: no such module 'simd'
6 | //
7 |
8 | import simd
| `- error: no such module 'simd'
9 |
10 | extension DitherMethods {
[5/56] Compiling DitheringEngine OrderedDitheringThresholdConfiguration.swift
/host/spi-builder-workspace/Sources/DitheringEngine/DitherMethods/Dither-ErrorDiffusion.swift:8:8: error: no such module 'simd'
6 | //
7 |
8 | import simd
| `- error: no such module 'simd'
9 |
10 | extension DitherMethods {
[6/56] Compiling DitheringEngine Palette.swift
/host/spi-builder-workspace/Sources/DitheringEngine/DitherMethods/Dither-ErrorDiffusion.swift:8:8: error: no such module 'simd'
6 | //
7 |
8 | import simd
| `- error: no such module 'simd'
9 |
10 | extension DitherMethods {
[7/56] Compiling DitheringEngine Palette-Apple2.swift
/host/spi-builder-workspace/Sources/DitheringEngine/DitherMethods/Dither-ErrorDiffusion.swift:8:8: error: no such module 'simd'
6 | //
7 |
8 | import simd
| `- error: no such module 'simd'
9 |
10 | extension DitherMethods {
[8/56] Compiling DitheringEngine Palette-BlackAndWhite.swift
/host/spi-builder-workspace/Sources/DitheringEngine/DitherMethods/Dither-ErrorDiffusion.swift:8:8: error: no such module 'simd'
6 | //
7 |
8 | import simd
| `- error: no such module 'simd'
9 |
10 | extension DitherMethods {
[9/56] Compiling DitheringEngine Palette-CGA.swift
/host/spi-builder-workspace/Sources/DitheringEngine/DitherMethods/Dither-ErrorDiffusion.swift:8:8: error: no such module 'simd'
6 | //
7 |
8 | import simd
| `- error: no such module 'simd'
9 |
10 | extension DitherMethods {
[10/56] Compiling DitheringEngine Palette-GameBoy.swift
/host/spi-builder-workspace/Sources/DitheringEngine/DitherMethods/Dither-ErrorDiffusion.swift:8:8: error: no such module 'simd'
6 | //
7 |
8 | import simd
| `- error: no such module 'simd'
9 |
10 | extension DitherMethods {
[11/63] Compiling DitheringEngine Dither-Noise.swift
/host/spi-builder-workspace/Sources/DitheringEngine/DitherMethods/Dither-ErrorDiffusion.swift:8:8: error: no such module 'simd'
6 | //
7 |
8 | import simd
| `- error: no such module 'simd'
9 |
10 | extension DitherMethods {
[12/63] Compiling DitheringEngine Dither-None.swift
/host/spi-builder-workspace/Sources/DitheringEngine/DitherMethods/Dither-ErrorDiffusion.swift:8:8: error: no such module 'simd'
6 | //
7 |
8 | import simd
| `- error: no such module 'simd'
9 |
10 | extension DitherMethods {
[13/63] Compiling DitheringEngine Dither-Ordered.swift
/host/spi-builder-workspace/Sources/DitheringEngine/DitherMethods/Dither-ErrorDiffusion.swift:8:8: error: no such module 'simd'
6 | //
7 |
8 | import simd
| `- error: no such module 'simd'
9 |
10 | extension DitherMethods {
[14/63] Compiling DitheringEngine Dither-WhiteNoise.swift
/host/spi-builder-workspace/Sources/DitheringEngine/DitherMethods/Dither-ErrorDiffusion.swift:8:8: error: no such module 'simd'
6 | //
7 |
8 | import simd
| `- error: no such module 'simd'
9 |
10 | extension DitherMethods {
[15/63] Compiling DitheringEngine DitherMethods.swift
/host/spi-builder-workspace/Sources/DitheringEngine/DitherMethods/Dither-ErrorDiffusion.swift:8:8: error: no such module 'simd'
6 | //
7 |
8 | import simd
| `- error: no such module 'simd'
9 |
10 | extension DitherMethods {
[16/63] Compiling DitheringEngine DitheringEngine.swift
/host/spi-builder-workspace/Sources/DitheringEngine/DitherMethods/Dither-ErrorDiffusion.swift:8:8: error: no such module 'simd'
6 | //
7 |
8 | import simd
| `- error: no such module 'simd'
9 |
10 | extension DitherMethods {
[17/63] Compiling DitheringEngine ErrorDiffusionDitheringCustomization.swift
/host/spi-builder-workspace/Sources/DitheringEngine/DitherMethods/Dither-ErrorDiffusion.swift:8:8: error: no such module 'simd'
6 | //
7 |
8 | import simd
| `- error: no such module 'simd'
9 |
10 | extension DitherMethods {
[18/63] Compiling DitheringEngine AnyPublisher+Extension.swift
/host/spi-builder-workspace/Sources/DitheringEngine/DitherMethods/Dither-ErrorDiffusion.swift:8:8: error: no such module 'simd'
6 | //
7 |
8 | import simd
| `- error: no such module 'simd'
9 |
10 | extension DitherMethods {
[19/63] Compiling DitheringEngine CGASettingsConfiguration.swift
/host/spi-builder-workspace/Sources/DitheringEngine/DitherMethods/Dither-ErrorDiffusion.swift:8:8: error: no such module 'simd'
6 | //
7 |
8 | import simd
| `- error: no such module 'simd'
9 |
10 | extension DitherMethods {
[20/63] Compiling DitheringEngine CustomPaletteSettingsConfiguration.swift
/host/spi-builder-workspace/Sources/DitheringEngine/DitherMethods/Dither-ErrorDiffusion.swift:8:8: error: no such module 'simd'
6 | //
7 |
8 | import simd
| `- error: no such module 'simd'
9 |
10 | extension DitherMethods {
[21/63] Compiling DitheringEngine DitherMethodSettingsConfiguration.swift
/host/spi-builder-workspace/Sources/DitheringEngine/DitherMethods/Dither-ErrorDiffusion.swift:8:8: error: no such module 'simd'
6 | //
7 |
8 | import simd
| `- error: no such module 'simd'
9 |
10 | extension DitherMethods {
[22/63] Compiling DitheringEngine EmptySettingsConfiguration.swift
/host/spi-builder-workspace/Sources/DitheringEngine/DitherMethods/Dither-ErrorDiffusion.swift:8:8: error: no such module 'simd'
6 | //
7 |
8 | import simd
| `- error: no such module 'simd'
9 |
10 | extension DitherMethods {
[23/63] Compiling DitheringEngine FloydSteinbergSettingsConfiguration.swift
/host/spi-builder-workspace/Sources/DitheringEngine/DitherMethods/Dither-ErrorDiffusion.swift:8:8: error: no such module 'simd'
6 | //
7 |
8 | import simd
| `- error: no such module 'simd'
9 |
10 | extension DitherMethods {
[24/63] Compiling DitheringEngine NoiseDitheringSettingsConfiguration.swift
/host/spi-builder-workspace/Sources/DitheringEngine/DitherMethods/Dither-ErrorDiffusion.swift:8:8: error: no such module 'simd'
6 | //
7 |
8 | import simd
| `- error: no such module 'simd'
9 |
10 | extension DitherMethods {
[25/63] Compiling DitheringEngine PaletteSelectionSettingsConfiguration.swift
/host/spi-builder-workspace/Sources/DitheringEngine/DitherMethods/Dither-ErrorDiffusion.swift:8:8: error: no such module 'simd'
6 | //
7 |
8 | import simd
| `- error: no such module 'simd'
9 |
10 | extension DitherMethods {
[26/63] Compiling DitheringEngine Palette-Grayscale.swift
/host/spi-builder-workspace/Sources/DitheringEngine/DitherMethods/Dither-ErrorDiffusion.swift:8:8: error: no such module 'simd'
6 | //
7 |
8 | import simd
| `- error: no such module 'simd'
9 |
10 | extension DitherMethods {
[27/63] Compiling DitheringEngine Palette-Intellivision.swift
/host/spi-builder-workspace/Sources/DitheringEngine/DitherMethods/Dither-ErrorDiffusion.swift:8:8: error: no such module 'simd'
6 | //
7 |
8 | import simd
| `- error: no such module 'simd'
9 |
10 | extension DitherMethods {
[28/63] Compiling DitheringEngine Palette-Quantized.swift
/host/spi-builder-workspace/Sources/DitheringEngine/DitherMethods/Dither-ErrorDiffusion.swift:8:8: error: no such module 'simd'
6 | //
7 |
8 | import simd
| `- error: no such module 'simd'
9 |
10 | extension DitherMethods {
[29/63] Compiling DitheringEngine Palettes.swift
/host/spi-builder-workspace/Sources/DitheringEngine/DitherMethods/Dither-ErrorDiffusion.swift:8:8: error: no such module 'simd'
6 | //
7 |
8 | import simd
| `- error: no such module 'simd'
9 |
10 | extension DitherMethods {
[30/63] Compiling DitheringEngine SettingsConfiguration.swift
/host/spi-builder-workspace/Sources/DitheringEngine/DitherMethods/Dither-ErrorDiffusion.swift:8:8: error: no such module 'simd'
6 | //
7 |
8 | import simd
| `- error: no such module 'simd'
9 |
10 | extension DitherMethods {
[31/63] Compiling DitheringEngine Apple2SettingsConfiguration.swift
/host/spi-builder-workspace/Sources/DitheringEngine/DitherMethods/Dither-ErrorDiffusion.swift:8:8: error: no such module 'simd'
6 | //
7 |
8 | import simd
| `- error: no such module 'simd'
9 |
10 | extension DitherMethods {
[32/63] Compiling DitheringEngine BayerSettingsConfiguration.swift
/host/spi-builder-workspace/Sources/DitheringEngine/DitherMethods/Dither-ErrorDiffusion.swift:8:8: error: no such module 'simd'
6 | //
7 |
8 | import simd
| `- error: no such module 'simd'
9 |
10 | extension DitherMethods {
[33/63] Compiling DitheringEngine QuantizedColorSettingsConfiguration.swift
/host/spi-builder-workspace/Sources/DitheringEngine/DitherMethods/Dither-ErrorDiffusion.swift:8:8: error: no such module 'simd'
6 | //
7 |
8 | import simd
| `- error: no such module 'simd'
9 |
10 | extension DitherMethods {
[34/63] Compiling DitheringEngine WhiteNoiseSettingsConfiguration.swift
/host/spi-builder-workspace/Sources/DitheringEngine/DitherMethods/Dither-ErrorDiffusion.swift:8:8: error: no such module 'simd'
6 | //
7 |
8 | import simd
| `- error: no such module 'simd'
9 |
10 | extension DitherMethods {
[35/63] Compiling DitheringEngine ThresholdMap.swift
/host/spi-builder-workspace/Sources/DitheringEngine/DitherMethods/Dither-ErrorDiffusion.swift:8:8: error: no such module 'simd'
6 | //
7 |
8 | import simd
| `- error: no such module 'simd'
9 |
10 | extension DitherMethods {
[36/63] Compiling DitheringEngine VideoAssembler.swift
/host/spi-builder-workspace/Sources/DitheringEngine/DitherMethods/Dither-ErrorDiffusion.swift:8:8: error: no such module 'simd'
6 | //
7 |
8 | import simd
| `- error: no such module 'simd'
9 |
10 | extension DitherMethods {
[37/63] Compiling DitheringEngine VideoDescription.swift
/host/spi-builder-workspace/Sources/DitheringEngine/DitherMethods/Dither-ErrorDiffusion.swift:8:8: error: no such module 'simd'
6 | //
7 |
8 | import simd
| `- error: no such module 'simd'
9 |
10 | extension DitherMethods {
[38/63] Compiling DitheringEngine VideoDitheringEngine.swift
/host/spi-builder-workspace/Sources/DitheringEngine/DitherMethods/Dither-ErrorDiffusion.swift:8:8: error: no such module 'simd'
6 | //
7 |
8 | import simd
| `- error: no such module 'simd'
9 |
10 | extension DitherMethods {
[39/63] Compiling DitheringEngine resource_bundle_accessor.swift
/host/spi-builder-workspace/Sources/DitheringEngine/DitherMethods/Dither-ErrorDiffusion.swift:8:8: error: no such module 'simd'
6 | //
7 |
8 | import simd
| `- error: no such module 'simd'
9 |
10 | extension DitherMethods {
[40/63] Compiling DitheringEngine ImageColor.swift
/host/spi-builder-workspace/Sources/DitheringEngine/DitherMethods/Dither-ErrorDiffusion.swift:8:8: error: no such module 'simd'
6 | //
7 |
8 | import simd
| `- error: no such module 'simd'
9 |
10 | extension DitherMethods {
[41/63] Compiling DitheringEngine ImageDescription.swift
/host/spi-builder-workspace/Sources/DitheringEngine/DitherMethods/Dither-ErrorDiffusion.swift:8:8: error: no such module 'simd'
6 | //
7 |
8 | import simd
| `- error: no such module 'simd'
9 |
10 | extension DitherMethods {
[42/63] Compiling DitheringEngine ImageDescriptionFormat.swift
/host/spi-builder-workspace/Sources/DitheringEngine/DitherMethods/Dither-ErrorDiffusion.swift:8:8: error: no such module 'simd'
6 | //
7 |
8 | import simd
| `- error: no such module 'simd'
9 |
10 | extension DitherMethods {
[43/63] Compiling DitheringEngine LUT.swift
/host/spi-builder-workspace/Sources/DitheringEngine/DitherMethods/Dither-ErrorDiffusion.swift:8:8: error: no such module 'simd'
6 | //
7 |
8 | import simd
| `- error: no such module 'simd'
9 |
10 | extension DitherMethods {
[44/63] Compiling DitheringEngine LUTCollection.swift
/host/spi-builder-workspace/Sources/DitheringEngine/DitherMethods/Dither-ErrorDiffusion.swift:8:8: error: no such module 'simd'
6 | //
7 |
8 | import simd
| `- error: no such module 'simd'
9 |
10 | extension DitherMethods {
[45/63] Compiling DitheringEngine LUTPalette.swift
/host/spi-builder-workspace/Sources/DitheringEngine/DitherMethods/Dither-ErrorDiffusion.swift:8:8: error: no such module 'simd'
6 | //
7 |
8 | import simd
| `- error: no such module 'simd'
9 |
10 | extension DitherMethods {
[46/63] Compiling DitheringEngine MetalOrderedDithering.swift
/host/spi-builder-workspace/Sources/DitheringEngine/DitherMethods/Dither-ErrorDiffusion.swift:8:8: error: no such module 'simd'
6 | //
7 |
8 | import simd
| `- error: no such module 'simd'
9 |
10 | extension DitherMethods {
error: emit-module command failed with exit code 1 (use -v to see invocation)
[47/63] Emitting module DitheringEngine
/host/spi-builder-workspace/Sources/DitheringEngine/DitherMethods/Dither-ErrorDiffusion.swift:8:8: error: no such module 'simd'
6 | //
7 |
8 | import simd
| `- error: no such module 'simd'
9 |
10 | extension DitherMethods {
[48/63] Compiling DitheringEngine CustomPaletteSettings.swift
/host/spi-builder-workspace/Sources/DitheringEngine/DitherMethods/Dither-ErrorDiffusion.swift:8:8: error: no such module 'simd'
6 | //
7 |
8 | import simd
| `- error: no such module 'simd'
9 |
10 | extension DitherMethods {
[49/63] Compiling DitheringEngine DitherMehtod.swift
/host/spi-builder-workspace/Sources/DitheringEngine/DitherMethods/Dither-ErrorDiffusion.swift:8:8: error: no such module 'simd'
6 | //
7 |
8 | import simd
| `- error: no such module 'simd'
9 |
10 | extension DitherMethods {
[50/63] Compiling DitheringEngine Dither-Atkinson.swift
/host/spi-builder-workspace/Sources/DitheringEngine/DitherMethods/Dither-ErrorDiffusion.swift:8:8: error: no such module 'simd'
6 | //
7 |
8 | import simd
| `- error: no such module 'simd'
9 |
10 | extension DitherMethods {
[51/63] Compiling DitheringEngine Dither-Bayer.swift
/host/spi-builder-workspace/Sources/DitheringEngine/DitherMethods/Dither-ErrorDiffusion.swift:8:8: error: no such module 'simd'
6 | //
7 |
8 | import simd
| `- error: no such module 'simd'
9 |
10 | extension DitherMethods {
[52/63] Compiling DitheringEngine Dither-CleanThreshold.swift
/host/spi-builder-workspace/Sources/DitheringEngine/DitherMethods/Dither-ErrorDiffusion.swift:8:8: error: no such module 'simd'
6 | //
7 |
8 | import simd
| `- error: no such module 'simd'
9 |
10 | extension DitherMethods {
[53/63] Compiling DitheringEngine Dither-ErrorDiffusion.swift
/host/spi-builder-workspace/Sources/DitheringEngine/DitherMethods/Dither-ErrorDiffusion.swift:8:8: error: no such module 'simd'
6 | //
7 |
8 | import simd
| `- error: no such module 'simd'
9 |
10 | extension DitherMethods {
[54/63] Compiling DitheringEngine Dither-FloydSteinberg.swift
/host/spi-builder-workspace/Sources/DitheringEngine/DitherMethods/Dither-ErrorDiffusion.swift:8:8: error: no such module 'simd'
6 | //
7 |
8 | import simd
| `- error: no such module 'simd'
9 |
10 | extension DitherMethods {
[55/63] Compiling DitheringEngine Dither-JarvisJudiceNinke.swift
/host/spi-builder-workspace/Sources/DitheringEngine/DitherMethods/Dither-ErrorDiffusion.swift:8:8: error: no such module 'simd'
6 | //
7 |
8 | import simd
| `- error: no such module 'simd'
9 |
10 | extension DitherMethods {
[56/63] Compiling DitheringEngine Array+Extension.swift
/host/spi-builder-workspace/Sources/DitheringEngine/DitherMethods/Dither-ErrorDiffusion.swift:8:8: error: no such module 'simd'
6 | //
7 |
8 | import simd
| `- error: no such module 'simd'
9 |
10 | extension DitherMethods {
[57/63] Compiling DitheringEngine Numeric+Extension.swift
/host/spi-builder-workspace/Sources/DitheringEngine/DitherMethods/Dither-ErrorDiffusion.swift:8:8: error: no such module 'simd'
6 | //
7 |
8 | import simd
| `- error: no such module 'simd'
9 |
10 | extension DitherMethods {
[58/63] Compiling DitheringEngine SIMD3+Extension.swift
/host/spi-builder-workspace/Sources/DitheringEngine/DitherMethods/Dither-ErrorDiffusion.swift:8:8: error: no such module 'simd'
6 | //
7 |
8 | import simd
| `- error: no such module 'simd'
9 |
10 | extension DitherMethods {
[59/63] Compiling DitheringEngine CGImageDataTransformer.swift
/host/spi-builder-workspace/Sources/DitheringEngine/DitherMethods/Dither-ErrorDiffusion.swift:8:8: error: no such module 'simd'
6 | //
7 |
8 | import simd
| `- error: no such module 'simd'
9 |
10 | extension DitherMethods {
[60/63] Compiling DitheringEngine WhiteNoiseGenerator.swift
/host/spi-builder-workspace/Sources/DitheringEngine/DitherMethods/Dither-ErrorDiffusion.swift:8:8: error: no such module 'simd'
6 | //
7 |
8 | import simd
| `- error: no such module 'simd'
9 |
10 | extension DitherMethods {
[61/63] Compiling DitheringEngine clamp.swift
/host/spi-builder-workspace/Sources/DitheringEngine/DitherMethods/Dither-ErrorDiffusion.swift:8:8: error: no such module 'simd'
6 | //
7 |
8 | import simd
| `- error: no such module 'simd'
9 |
10 | extension DitherMethods {
[62/63] Compiling DitheringEngine convertColorspace.swift
/host/spi-builder-workspace/Sources/DitheringEngine/DitherMethods/Dither-ErrorDiffusion.swift:8:8: error: no such module 'simd'
6 | //
7 |
8 | import simd
| `- error: no such module 'simd'
9 |
10 | extension DitherMethods {
[63/63] Compiling DitheringEngine equallySpacedColors.swift
/host/spi-builder-workspace/Sources/DitheringEngine/DitherMethods/Dither-ErrorDiffusion.swift:8:8: error: no such module 'simd'
6 | //
7 |
8 | import simd
| `- error: no such module 'simd'
9 |
10 | extension DitherMethods {
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.1-latest swift build --triple x86_64-unknown-linux-gnu 2>&1
basic-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:808cb2b2a6cec76654a3acbd283c6c2205bc60d2b29562c95b9f5147612f6d32
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.1-latest
warning: 'spi-builder-workspace': found 6 file(s) which are unhandled; explicitly declare them as resources or exclude from the target
/host/spi-builder-workspace/Tests/DitheringEngineTests/InputImages/transparent-gradient-star.png
/host/spi-builder-workspace/Tests/DitheringEngineTests/ProducedOutputImages/transparent-gradient-start+cga-fs.png
/host/spi-builder-workspace/Tests/DitheringEngineTests/ExpectedOutputImages/transparent-monochrome-gradient+apple2-bayer.png
/host/spi-builder-workspace/Tests/DitheringEngineTests/ExpectedOutputImages/transparent-gradient-start+cga-fs.png
/host/spi-builder-workspace/Tests/DitheringEngineTests/InputImages/transparent-monochrome-gradient.png
/host/spi-builder-workspace/Tests/DitheringEngineTests/ProducedOutputImages/transparent-monochrome-gradient+apple2-bayer.png
warning: 'spi-builder-workspace': found 1 file(s) which are unhandled; explicitly declare them as resources or exclude from the target
/host/spi-builder-workspace/Sources/DitheringEngine/Metal/OrderedDithering.metal
[0/1] Planning build
Building for debugging...
[0/1] Write swift-version-24593BA9C3E375BF.txt
[2/54] Compiling DitheringEngine Array+Extension.swift
/host/spi-builder-workspace/Sources/DitheringEngine/DitherMethods/Dither-ErrorDiffusion.swift:8:8: error: no such module 'simd'
6 | //
7 |
8 | import simd
| `- error: no such module 'simd'
9 |
10 | extension DitherMethods {
[3/54] Compiling DitheringEngine Numeric+Extension.swift
/host/spi-builder-workspace/Sources/DitheringEngine/DitherMethods/Dither-ErrorDiffusion.swift:8:8: error: no such module 'simd'
6 | //
7 |
8 | import simd
| `- error: no such module 'simd'
9 |
10 | extension DitherMethods {
[4/54] Compiling DitheringEngine SIMD3+Extension.swift
/host/spi-builder-workspace/Sources/DitheringEngine/DitherMethods/Dither-ErrorDiffusion.swift:8:8: error: no such module 'simd'
6 | //
7 |
8 | import simd
| `- error: no such module 'simd'
9 |
10 | extension DitherMethods {
[5/54] Compiling DitheringEngine CGImageDataTransformer.swift
/host/spi-builder-workspace/Sources/DitheringEngine/DitherMethods/Dither-ErrorDiffusion.swift:8:8: error: no such module 'simd'
6 | //
7 |
8 | import simd
| `- error: no such module 'simd'
9 |
10 | extension DitherMethods {
[6/54] Compiling DitheringEngine WhiteNoiseGenerator.swift
/host/spi-builder-workspace/Sources/DitheringEngine/DitherMethods/Dither-ErrorDiffusion.swift:8:8: error: no such module 'simd'
6 | //
7 |
8 | import simd
| `- error: no such module 'simd'
9 |
10 | extension DitherMethods {
[7/54] Compiling DitheringEngine clamp.swift
/host/spi-builder-workspace/Sources/DitheringEngine/DitherMethods/Dither-ErrorDiffusion.swift:8:8: error: no such module 'simd'
6 | //
7 |
8 | import simd
| `- error: no such module 'simd'
9 |
10 | extension DitherMethods {
[8/54] Compiling DitheringEngine convertColorspace.swift
/host/spi-builder-workspace/Sources/DitheringEngine/DitherMethods/Dither-ErrorDiffusion.swift:8:8: error: no such module 'simd'
6 | //
7 |
8 | import simd
| `- error: no such module 'simd'
9 |
10 | extension DitherMethods {
[9/54] Compiling DitheringEngine equallySpacedColors.swift
/host/spi-builder-workspace/Sources/DitheringEngine/DitherMethods/Dither-ErrorDiffusion.swift:8:8: error: no such module 'simd'
6 | //
7 |
8 | import simd
| `- error: no such module 'simd'
9 |
10 | extension DitherMethods {
[10/61] Compiling DitheringEngine Dither-Noise.swift
/host/spi-builder-workspace/Sources/DitheringEngine/DitherMethods/Dither-ErrorDiffusion.swift:8:8: error: no such module 'simd'
6 | //
7 |
8 | import simd
| `- error: no such module 'simd'
9 |
10 | extension DitherMethods {
[11/61] Compiling DitheringEngine Dither-None.swift
/host/spi-builder-workspace/Sources/DitheringEngine/DitherMethods/Dither-ErrorDiffusion.swift:8:8: error: no such module 'simd'
6 | //
7 |
8 | import simd
| `- error: no such module 'simd'
9 |
10 | extension DitherMethods {
[12/61] Compiling DitheringEngine Dither-Ordered.swift
/host/spi-builder-workspace/Sources/DitheringEngine/DitherMethods/Dither-ErrorDiffusion.swift:8:8: error: no such module 'simd'
6 | //
7 |
8 | import simd
| `- error: no such module 'simd'
9 |
10 | extension DitherMethods {
[13/61] Compiling DitheringEngine Dither-WhiteNoise.swift
/host/spi-builder-workspace/Sources/DitheringEngine/DitherMethods/Dither-ErrorDiffusion.swift:8:8: error: no such module 'simd'
6 | //
7 |
8 | import simd
| `- error: no such module 'simd'
9 |
10 | extension DitherMethods {
[14/61] Compiling DitheringEngine DitherMethods.swift
/host/spi-builder-workspace/Sources/DitheringEngine/DitherMethods/Dither-ErrorDiffusion.swift:8:8: error: no such module 'simd'
6 | //
7 |
8 | import simd
| `- error: no such module 'simd'
9 |
10 | extension DitherMethods {
[15/61] Compiling DitheringEngine DitheringEngine.swift
/host/spi-builder-workspace/Sources/DitheringEngine/DitherMethods/Dither-ErrorDiffusion.swift:8:8: error: no such module 'simd'
6 | //
7 |
8 | import simd
| `- error: no such module 'simd'
9 |
10 | extension DitherMethods {
[16/61] Compiling DitheringEngine ErrorDiffusionDitheringCustomization.swift
/host/spi-builder-workspace/Sources/DitheringEngine/DitherMethods/Dither-ErrorDiffusion.swift:8:8: error: no such module 'simd'
6 | //
7 |
8 | import simd
| `- error: no such module 'simd'
9 |
10 | extension DitherMethods {
[17/61] Compiling DitheringEngine AnyPublisher+Extension.swift
/host/spi-builder-workspace/Sources/DitheringEngine/DitherMethods/Dither-ErrorDiffusion.swift:8:8: error: no such module 'simd'
6 | //
7 |
8 | import simd
| `- error: no such module 'simd'
9 |
10 | extension DitherMethods {
[18/61] Compiling DitheringEngine Palette-Grayscale.swift
/host/spi-builder-workspace/Sources/DitheringEngine/DitherMethods/Dither-ErrorDiffusion.swift:8:8: error: no such module 'simd'
6 | //
7 |
8 | import simd
| `- error: no such module 'simd'
9 |
10 | extension DitherMethods {
[19/61] Compiling DitheringEngine Palette-Intellivision.swift
/host/spi-builder-workspace/Sources/DitheringEngine/DitherMethods/Dither-ErrorDiffusion.swift:8:8: error: no such module 'simd'
6 | //
7 |
8 | import simd
| `- error: no such module 'simd'
9 |
10 | extension DitherMethods {
[20/61] Compiling DitheringEngine Palette-Quantized.swift
/host/spi-builder-workspace/Sources/DitheringEngine/DitherMethods/Dither-ErrorDiffusion.swift:8:8: error: no such module 'simd'
6 | //
7 |
8 | import simd
| `- error: no such module 'simd'
9 |
10 | extension DitherMethods {
[21/61] Compiling DitheringEngine Palettes.swift
/host/spi-builder-workspace/Sources/DitheringEngine/DitherMethods/Dither-ErrorDiffusion.swift:8:8: error: no such module 'simd'
6 | //
7 |
8 | import simd
| `- error: no such module 'simd'
9 |
10 | extension DitherMethods {
[22/61] Compiling DitheringEngine SettingsConfiguration.swift
/host/spi-builder-workspace/Sources/DitheringEngine/DitherMethods/Dither-ErrorDiffusion.swift:8:8: error: no such module 'simd'
6 | //
7 |
8 | import simd
| `- error: no such module 'simd'
9 |
10 | extension DitherMethods {
[23/61] Compiling DitheringEngine Apple2SettingsConfiguration.swift
/host/spi-builder-workspace/Sources/DitheringEngine/DitherMethods/Dither-ErrorDiffusion.swift:8:8: error: no such module 'simd'
6 | //
7 |
8 | import simd
| `- error: no such module 'simd'
9 |
10 | extension DitherMethods {
[24/61] Compiling DitheringEngine BayerSettingsConfiguration.swift
/host/spi-builder-workspace/Sources/DitheringEngine/DitherMethods/Dither-ErrorDiffusion.swift:8:8: error: no such module 'simd'
6 | //
7 |
8 | import simd
| `- error: no such module 'simd'
9 |
10 | extension DitherMethods {
[25/61] Compiling DitheringEngine CGASettingsConfiguration.swift
/host/spi-builder-workspace/Sources/DitheringEngine/DitherMethods/Dither-ErrorDiffusion.swift:8:8: error: no such module 'simd'
6 | //
7 |
8 | import simd
| `- error: no such module 'simd'
9 |
10 | extension DitherMethods {
[26/61] Compiling DitheringEngine CustomPaletteSettingsConfiguration.swift
/host/spi-builder-workspace/Sources/DitheringEngine/DitherMethods/Dither-ErrorDiffusion.swift:8:8: error: no such module 'simd'
6 | //
7 |
8 | import simd
| `- error: no such module 'simd'
9 |
10 | extension DitherMethods {
[27/61] Compiling DitheringEngine DitherMethodSettingsConfiguration.swift
/host/spi-builder-workspace/Sources/DitheringEngine/DitherMethods/Dither-ErrorDiffusion.swift:8:8: error: no such module 'simd'
6 | //
7 |
8 | import simd
| `- error: no such module 'simd'
9 |
10 | extension DitherMethods {
[28/61] Compiling DitheringEngine EmptySettingsConfiguration.swift
/host/spi-builder-workspace/Sources/DitheringEngine/DitherMethods/Dither-ErrorDiffusion.swift:8:8: error: no such module 'simd'
6 | //
7 |
8 | import simd
| `- error: no such module 'simd'
9 |
10 | extension DitherMethods {
[29/61] Compiling DitheringEngine FloydSteinbergSettingsConfiguration.swift
/host/spi-builder-workspace/Sources/DitheringEngine/DitherMethods/Dither-ErrorDiffusion.swift:8:8: error: no such module 'simd'
6 | //
7 |
8 | import simd
| `- error: no such module 'simd'
9 |
10 | extension DitherMethods {
[30/61] Compiling DitheringEngine NoiseDitheringSettingsConfiguration.swift
/host/spi-builder-workspace/Sources/DitheringEngine/DitherMethods/Dither-ErrorDiffusion.swift:8:8: error: no such module 'simd'
6 | //
7 |
8 | import simd
| `- error: no such module 'simd'
9 |
10 | extension DitherMethods {
[31/61] Compiling DitheringEngine PaletteSelectionSettingsConfiguration.swift
/host/spi-builder-workspace/Sources/DitheringEngine/DitherMethods/Dither-ErrorDiffusion.swift:8:8: error: no such module 'simd'
6 | //
7 |
8 | import simd
| `- error: no such module 'simd'
9 |
10 | extension DitherMethods {
error: emit-module command failed with exit code 1 (use -v to see invocation)
[32/61] Emitting module DitheringEngine
/host/spi-builder-workspace/Sources/DitheringEngine/DitherMethods/Dither-ErrorDiffusion.swift:8:8: error: no such module 'simd'
6 | //
7 |
8 | import simd
| `- error: no such module 'simd'
9 |
10 | extension DitherMethods {
[33/61] Compiling DitheringEngine CustomPaletteSettings.swift
/host/spi-builder-workspace/Sources/DitheringEngine/DitherMethods/Dither-ErrorDiffusion.swift:8:8: error: no such module 'simd'
6 | //
7 |
8 | import simd
| `- error: no such module 'simd'
9 |
10 | extension DitherMethods {
[34/61] Compiling DitheringEngine DitherMehtod.swift
/host/spi-builder-workspace/Sources/DitheringEngine/DitherMethods/Dither-ErrorDiffusion.swift:8:8: error: no such module 'simd'
6 | //
7 |
8 | import simd
| `- error: no such module 'simd'
9 |
10 | extension DitherMethods {
[35/61] Compiling DitheringEngine Dither-Atkinson.swift
/host/spi-builder-workspace/Sources/DitheringEngine/DitherMethods/Dither-ErrorDiffusion.swift:8:8: error: no such module 'simd'
6 | //
7 |
8 | import simd
| `- error: no such module 'simd'
9 |
10 | extension DitherMethods {
[36/61] Compiling DitheringEngine Dither-Bayer.swift
/host/spi-builder-workspace/Sources/DitheringEngine/DitherMethods/Dither-ErrorDiffusion.swift:8:8: error: no such module 'simd'
6 | //
7 |
8 | import simd
| `- error: no such module 'simd'
9 |
10 | extension DitherMethods {
[37/61] Compiling DitheringEngine Dither-CleanThreshold.swift
/host/spi-builder-workspace/Sources/DitheringEngine/DitherMethods/Dither-ErrorDiffusion.swift:8:8: error: no such module 'simd'
6 | //
7 |
8 | import simd
| `- error: no such module 'simd'
9 |
10 | extension DitherMethods {
[38/61] Compiling DitheringEngine Dither-ErrorDiffusion.swift
/host/spi-builder-workspace/Sources/DitheringEngine/DitherMethods/Dither-ErrorDiffusion.swift:8:8: error: no such module 'simd'
6 | //
7 |
8 | import simd
| `- error: no such module 'simd'
9 |
10 | extension DitherMethods {
[39/61] Compiling DitheringEngine Dither-FloydSteinberg.swift
/host/spi-builder-workspace/Sources/DitheringEngine/DitherMethods/Dither-ErrorDiffusion.swift:8:8: error: no such module 'simd'
6 | //
7 |
8 | import simd
| `- error: no such module 'simd'
9 |
10 | extension DitherMethods {
[40/61] Compiling DitheringEngine Dither-JarvisJudiceNinke.swift
/host/spi-builder-workspace/Sources/DitheringEngine/DitherMethods/Dither-ErrorDiffusion.swift:8:8: error: no such module 'simd'
6 | //
7 |
8 | import simd
| `- error: no such module 'simd'
9 |
10 | extension DitherMethods {
[41/61] Compiling DitheringEngine ImageColor.swift
/host/spi-builder-workspace/Sources/DitheringEngine/DitherMethods/Dither-ErrorDiffusion.swift:8:8: error: no such module 'simd'
6 | //
7 |
8 | import simd
| `- error: no such module 'simd'
9 |
10 | extension DitherMethods {
[42/61] Compiling DitheringEngine ImageDescription.swift
/host/spi-builder-workspace/Sources/DitheringEngine/DitherMethods/Dither-ErrorDiffusion.swift:8:8: error: no such module 'simd'
6 | //
7 |
8 | import simd
| `- error: no such module 'simd'
9 |
10 | extension DitherMethods {
[43/61] Compiling DitheringEngine ImageDescriptionFormat.swift
/host/spi-builder-workspace/Sources/DitheringEngine/DitherMethods/Dither-ErrorDiffusion.swift:8:8: error: no such module 'simd'
6 | //
7 |
8 | import simd
| `- error: no such module 'simd'
9 |
10 | extension DitherMethods {
[44/61] Compiling DitheringEngine LUT.swift
/host/spi-builder-workspace/Sources/DitheringEngine/DitherMethods/Dither-ErrorDiffusion.swift:8:8: error: no such module 'simd'
6 | //
7 |
8 | import simd
| `- error: no such module 'simd'
9 |
10 | extension DitherMethods {
[45/61] Compiling DitheringEngine LUTCollection.swift
/host/spi-builder-workspace/Sources/DitheringEngine/DitherMethods/Dither-ErrorDiffusion.swift:8:8: error: no such module 'simd'
6 | //
7 |
8 | import simd
| `- error: no such module 'simd'
9 |
10 | extension DitherMethods {
[46/61] Compiling DitheringEngine LUTPalette.swift
/host/spi-builder-workspace/Sources/DitheringEngine/DitherMethods/Dither-ErrorDiffusion.swift:8:8: error: no such module 'simd'
6 | //
7 |
8 | import simd
| `- error: no such module 'simd'
9 |
10 | extension DitherMethods {
[47/61] Compiling DitheringEngine MetalOrderedDithering.swift
/host/spi-builder-workspace/Sources/DitheringEngine/DitherMethods/Dither-ErrorDiffusion.swift:8:8: error: no such module 'simd'
6 | //
7 |
8 | import simd
| `- error: no such module 'simd'
9 |
10 | extension DitherMethods {
[48/61] Compiling DitheringEngine Nameable.swift
/host/spi-builder-workspace/Sources/DitheringEngine/DitherMethods/Dither-ErrorDiffusion.swift:8:8: error: no such module 'simd'
6 | //
7 |
8 | import simd
| `- error: no such module 'simd'
9 |
10 | extension DitherMethods {
[49/61] Compiling DitheringEngine OrderedDitheringThresholdConfiguration.swift
/host/spi-builder-workspace/Sources/DitheringEngine/DitherMethods/Dither-ErrorDiffusion.swift:8:8: error: no such module 'simd'
6 | //
7 |
8 | import simd
| `- error: no such module 'simd'
9 |
10 | extension DitherMethods {
[50/61] Compiling DitheringEngine Palette.swift
/host/spi-builder-workspace/Sources/DitheringEngine/DitherMethods/Dither-ErrorDiffusion.swift:8:8: error: no such module 'simd'
6 | //
7 |
8 | import simd
| `- error: no such module 'simd'
9 |
10 | extension DitherMethods {
[51/61] Compiling DitheringEngine Palette-Apple2.swift
/host/spi-builder-workspace/Sources/DitheringEngine/DitherMethods/Dither-ErrorDiffusion.swift:8:8: error: no such module 'simd'
6 | //
7 |
8 | import simd
| `- error: no such module 'simd'
9 |
10 | extension DitherMethods {
[52/61] Compiling DitheringEngine Palette-BlackAndWhite.swift
/host/spi-builder-workspace/Sources/DitheringEngine/DitherMethods/Dither-ErrorDiffusion.swift:8:8: error: no such module 'simd'
6 | //
7 |
8 | import simd
| `- error: no such module 'simd'
9 |
10 | extension DitherMethods {
[53/61] Compiling DitheringEngine Palette-CGA.swift
/host/spi-builder-workspace/Sources/DitheringEngine/DitherMethods/Dither-ErrorDiffusion.swift:8:8: error: no such module 'simd'
6 | //
7 |
8 | import simd
| `- error: no such module 'simd'
9 |
10 | extension DitherMethods {
[54/61] Compiling DitheringEngine Palette-GameBoy.swift
/host/spi-builder-workspace/Sources/DitheringEngine/DitherMethods/Dither-ErrorDiffusion.swift:8:8: error: no such module 'simd'
6 | //
7 |
8 | import simd
| `- error: no such module 'simd'
9 |
10 | extension DitherMethods {
[55/61] Compiling DitheringEngine QuantizedColorSettingsConfiguration.swift
/host/spi-builder-workspace/Sources/DitheringEngine/DitherMethods/Dither-ErrorDiffusion.swift:8:8: error: no such module 'simd'
6 | //
7 |
8 | import simd
| `- error: no such module 'simd'
9 |
10 | extension DitherMethods {
[56/61] Compiling DitheringEngine WhiteNoiseSettingsConfiguration.swift
/host/spi-builder-workspace/Sources/DitheringEngine/DitherMethods/Dither-ErrorDiffusion.swift:8:8: error: no such module 'simd'
6 | //
7 |
8 | import simd
| `- error: no such module 'simd'
9 |
10 | extension DitherMethods {
[57/61] Compiling DitheringEngine ThresholdMap.swift
/host/spi-builder-workspace/Sources/DitheringEngine/DitherMethods/Dither-ErrorDiffusion.swift:8:8: error: no such module 'simd'
6 | //
7 |
8 | import simd
| `- error: no such module 'simd'
9 |
10 | extension DitherMethods {
[58/61] Compiling DitheringEngine VideoAssembler.swift
/host/spi-builder-workspace/Sources/DitheringEngine/DitherMethods/Dither-ErrorDiffusion.swift:8:8: error: no such module 'simd'
6 | //
7 |
8 | import simd
| `- error: no such module 'simd'
9 |
10 | extension DitherMethods {
[59/61] Compiling DitheringEngine VideoDescription.swift
/host/spi-builder-workspace/Sources/DitheringEngine/DitherMethods/Dither-ErrorDiffusion.swift:8:8: error: no such module 'simd'
6 | //
7 |
8 | import simd
| `- error: no such module 'simd'
9 |
10 | extension DitherMethods {
[60/61] Compiling DitheringEngine VideoDitheringEngine.swift
/host/spi-builder-workspace/Sources/DitheringEngine/DitherMethods/Dither-ErrorDiffusion.swift:8:8: error: no such module 'simd'
6 | //
7 |
8 | import simd
| `- error: no such module 'simd'
9 |
10 | extension DitherMethods {
[61/61] Compiling DitheringEngine resource_bundle_accessor.swift
/host/spi-builder-workspace/Sources/DitheringEngine/DitherMethods/Dither-ErrorDiffusion.swift:8:8: error: no such module 'simd'
6 | //
7 |
8 | import simd
| `- error: no such module 'simd'
9 |
10 | extension DitherMethods {
BUILD FAILURE 6.1 linux