Build Information
Failed to build DitheringEngine, reference main (897dbf
), with Swift 6.1 for Linux on 1 May 2025 12:11:45 UTC.
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4609320-1":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.1-latest swift build --triple x86_64-unknown-linux-gnu 2>&1
Build Log
========================================
RunAll
========================================
Builder version: 4.61.3
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/Eskils/DitheringEngine.git
Reference: main
Initialized empty Git repository in /host/spi-builder-workspace/.git/
hint: Using 'master' as the name for the initial branch. This default branch name
hint: is subject to change. To configure the initial branch name to use in all
hint: of your new repositories, which will suppress this warning, call:
hint:
hint: git config --global init.defaultBranch <name>
hint:
hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
hint: 'development'. The just-created branch can be renamed via this command:
hint:
hint: git branch -m <name>
From https://github.com/Eskils/DitheringEngine
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
HEAD is now at 897dbfe [#14] Dithering Engine 1.9.0
Cloned https://github.com/Eskils/DitheringEngine.git
Revision (git rev-parse @):
897dbfed946ca23ad9c467fdadf8de8260557572
SUCCESS checkout https://github.com/Eskils/DitheringEngine.git at main
========================================
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" : [
"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",
"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-4609320-1":/host -w "$PWD" 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:3bdcac04179f4ed3e5b8e9dbd6e74bbf5ebc0f4fde48bbaad7d1e5c757e65bcb
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] Write sources
[0/3] Copying PrivacyInfo.xcprivacy
[2/3] Write swift-version-24593BA9C3E375BF.txt
error: emit-module command failed with exit code 1 (use -v to see invocation)
[4/54] 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 {
[5/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 {
[6/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 {
[7/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 {
[8/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 {
[9/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 {
[10/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 {
[11/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 {
[12/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 {
[13/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 {
[14/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 {
[15/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 {
[16/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 {
[17/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 {
[18/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 {
[19/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 {
[20/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 {
[21/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 {
[22/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 {
[23/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 {
[24/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 {
[25/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 {
[26/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 {
[27/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 {
[28/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 {
[29/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 {
[30/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 {
[31/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 {
[32/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 {
[33/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 {
[34/61] 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 {
[35/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 {
[36/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 {
[37/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 {
[38/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 {
[39/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 {
[40/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 {
[41/61] 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 {
[42/61] 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 {
[43/61] 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 {
[44/61] 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 {
[45/61] 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 {
[46/61] 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 {
[47/61] 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 {
[48/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 {
[49/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 {
[50/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 {
[51/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 {
[52/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 {
[53/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 {
[54/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 {
[55/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 {
[56/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 {
[57/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 {
[58/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 {
[59/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 {
[60/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 {
[61/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 {
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-1":/host -w "$PWD" 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:3bdcac04179f4ed3e5b8e9dbd6e74bbf5ebc0f4fde48bbaad7d1e5c757e65bcb
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/InputImages/transparent-monochrome-gradient.png
/host/spi-builder-workspace/Tests/DitheringEngineTests/ProducedOutputImages/transparent-gradient-start+cga-fs.png
/host/spi-builder-workspace/Tests/DitheringEngineTests/ExpectedOutputImages/transparent-gradient-start+cga-fs.png
/host/spi-builder-workspace/Tests/DitheringEngineTests/ProducedOutputImages/transparent-monochrome-gradient+apple2-bayer.png
/host/spi-builder-workspace/Tests/DitheringEngineTests/ExpectedOutputImages/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/52] 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 {
[3/52] 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 {
[4/52] 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 {
[5/52] 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 {
[6/52] 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 {
[7/52] 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 {
[8/52] 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 {
[9/59] 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 {
[10/59] 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 {
[11/59] 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 {
[12/59] 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 {
[13/59] 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 {
[14/59] 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 {
[15/59] 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 {
[16/59] 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 {
[17/59] 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 {
[18/59] 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 {
[19/59] 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 {
[20/59] 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 {
[21/59] 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 {
[22/59] 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 {
[23/59] 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 {
error: emit-module command failed with exit code 1 (use -v to see invocation)
[24/59] 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 {
[25/59] 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 {
[26/59] 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 {
[27/59] 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 {
[28/59] 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 {
[29/59] 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 {
[30/59] 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 {
[31/59] 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 {
[32/59] 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 {
[33/59] 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 {
[34/59] 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 {
[35/59] 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 {
[36/59] 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 {
[37/59] 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 {
[38/59] 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 {
[39/59] 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 {
[40/59] 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 {
[41/59] 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 {
[42/59] 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 {
[43/59] 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 {
[44/59] 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 {
[45/59] 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 {
[46/59] 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 {
[47/59] 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 {
[48/59] 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 {
[49/59] 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 {
[50/59] 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 {
[51/59] 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 {
[52/59] 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 {
[53/59] 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 {
[54/59] 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 {
[55/59] 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 {
[56/59] 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 {
[57/59] 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 {
[58/59] 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 {
[59/59] 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