The Swift Package Index logo.Swift Package Index

Build Information

Failed to build swift-vips, reference 0.1.0 (540343), with Swift 6.1 for Linux on 16 Dec 2025 17:29:27 UTC.

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4609320-0":/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

Build Log

========================================
RunAll
========================================
Builder version: 4.68.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/t089/swift-vips.git
Reference: 0.1.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/t089/swift-vips
 * tag               0.1.0      -> FETCH_HEAD
HEAD is now at 540343c update example
Cloned https://github.com/t089/swift-vips.git
Revision (git rev-parse @):
540343cfefc0e451cb5cbb8f305158c9070d3d52
SUCCESS checkout https://github.com/t089/swift-vips.git at 0.1.0
========================================
Build
========================================
Selected platform:         linux
Swift version:             6.1
Building package at path:  $PWD
https://github.com/t089/swift-vips.git
https://github.com/t089/swift-vips.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
  "dependencies" : [
    {
      "identity" : "swift-log",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.6.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-log.git"
    },
    {
      "identity" : "swift-subprocess",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.2.1",
            "upper_bound" : "1.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/swiftlang/swift-subprocess.git"
    }
  ],
  "manifest_display_name" : "swift-vips",
  "name" : "swift-vips",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "14.0"
    }
  ],
  "products" : [
    {
      "name" : "VIPS",
      "targets" : [
        "VIPS"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "VIPSIntrospection",
      "targets" : [
        "VIPSIntrospection"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "vips-generator",
      "targets" : [
        "vips-generator"
      ],
      "type" : {
        "executable" : null
      }
    },
    {
      "name" : "vips-tool",
      "targets" : [
        "vips-tool"
      ],
      "type" : {
        "executable" : null
      }
    }
  ],
  "swift_languages_versions" : [
    "6"
  ],
  "targets" : [
    {
      "c99name" : "vips_tool",
      "module_type" : "SwiftTarget",
      "name" : "vips-tool",
      "path" : "Sources/vips-tool",
      "product_memberships" : [
        "vips-tool"
      ],
      "sources" : [
        "main.swift"
      ],
      "target_dependencies" : [
        "VIPS",
        "Cvips"
      ],
      "type" : "executable"
    },
    {
      "c99name" : "vips_generator",
      "module_type" : "SwiftTarget",
      "name" : "vips-generator",
      "path" : "Sources/VIPSGenerator",
      "product_dependencies" : [
        "Subprocess"
      ],
      "product_memberships" : [
        "VIPS",
        "vips-generator",
        "vips-tool"
      ],
      "sources" : [
        "CodeGenerator.swift",
        "FileWriter.swift",
        "OperationAnalysis.swift",
        "OperationCategory.swift",
        "OverloadGenerators.swift",
        "StringUtils.swift",
        "SwiftKeywords.swift",
        "TypeMapping.swift",
        "VersionRequirements.swift",
        "main.swift"
      ],
      "target_dependencies" : [
        "VIPSIntrospection"
      ],
      "type" : "executable"
    },
    {
      "c99name" : "VIPSTests",
      "module_type" : "SwiftTarget",
      "name" : "VIPSTests",
      "path" : "Tests/VIPSTests",
      "resources" : [
        {
          "path" : "/host/spi-builder-workspace/Tests/VIPSTests/data",
          "rule" : {
            "copy" : {
            }
          }
        }
      ],
      "sources" : [
        "ArithmeticOperationsTests.swift",
        "ArithmeticTests.swift",
        "ConversionTests.swift",
        "ConvolutionTests.swift",
        "CoreTests.swift",
        "CreateTests.swift",
        "ForeignTests.swift",
        "HistogramTests.swift",
        "ResampleTests.swift",
        "TestHelpers.swift",
        "TestSetup.swift",
        "VIPSBlobTests.swift",
        "VIPSSourceCustomTests.swift",
        "VIPSTargetCustomTests.swift",
        "VIPSTests.swift"
      ],
      "target_dependencies" : [
        "VIPS"
      ],
      "type" : "test"
    },
    {
      "c99name" : "VIPSIntrospection",
      "module_type" : "SwiftTarget",
      "name" : "VIPSIntrospection",
      "path" : "Sources/VIPSIntrospection",
      "product_memberships" : [
        "VIPS",
        "VIPSIntrospection",
        "vips-generator",
        "vips-tool"
      ],
      "sources" : [
        "VIPSIntrospection.swift"
      ],
      "target_dependencies" : [
        "Cvips",
        "CvipsShim"
      ],
      "type" : "library"
    },
    {
      "c99name" : "VIPSGeneratorPlugin",
      "module_type" : "PluginTarget",
      "name" : "VIPSGeneratorPlugin",
      "path" : "Plugins/VIPSGeneratorPlugin",
      "plugin_capability" : {
        "type" : "buildTool"
      },
      "product_memberships" : [
        "VIPS",
        "vips-tool"
      ],
      "sources" : [
        "plugin.swift"
      ],
      "target_dependencies" : [
        "vips-generator"
      ],
      "type" : "plugin"
    },
    {
      "c99name" : "VIPS",
      "module_type" : "SwiftTarget",
      "name" : "VIPS",
      "path" : "Sources/VIPS",
      "product_dependencies" : [
        "Logging"
      ],
      "product_memberships" : [
        "VIPS",
        "vips-tool"
      ],
      "sources" : [
        "Arithmetic/Enums/VipsOperationBoolean.swift",
        "Arithmetic/Enums/VipsOperationComplex.swift",
        "Arithmetic/Enums/VipsOperationComplex2.swift",
        "Arithmetic/Enums/VipsOperationComplexget.swift",
        "Arithmetic/Enums/VipsOperationMath.swift",
        "Arithmetic/Enums/VipsOperationMath2.swift",
        "Arithmetic/Enums/VipsOperationRelational.swift",
        "Arithmetic/Enums/VipsOperationRound.swift",
        "Arithmetic/arithmetic.swift",
        "Arithmetic/operators.swift",
        "Colour/Enums/VipsIntent.swift",
        "Colour/Enums/VipsPCS.swift",
        "Conversion/Enums/VipsAlign.swift",
        "Conversion/Enums/VipsAngle.swift",
        "Conversion/Enums/VipsAngle45.swift",
        "Conversion/Enums/VipsCompassDirection.swift",
        "Conversion/Enums/VipsDirection.swift",
        "Conversion/Enums/VipsExtend.swift",
        "Conversion/conversion.swift",
        "Convolution/Enums/VipsCombine.swift",
        "Convolution/Enums/VipsPrecision.swift",
        "Core/Enums/VipsAccess.swift",
        "Core/Enums/VipsArgumentFlags.swift",
        "Core/Enums/VipsBandFormat.swift",
        "Core/Enums/VipsCoding.swift",
        "Core/Enums/VipsDemandStyle.swift",
        "Core/Enums/VipsImageType.swift",
        "Core/Enums/VipsInterpretation.swift",
        "Core/Enums/VipsOperationFlags.swift",
        "Core/GConnectFlags.swift",
        "Core/VIPS.swift",
        "Core/VIPSBlob.swift",
        "Core/VIPSError.swift",
        "Core/VIPSImage+Export.swift",
        "Core/VIPSImage+Extensions.swift",
        "Core/VIPSImage+Operations.swift",
        "Core/VIPSImage.swift",
        "Core/VIPSInterpolate.swift",
        "Core/VIPSLogging.swift",
        "Core/VIPSObject.swift",
        "Core/VIPSOperation.swift",
        "Core/VIPSOption.swift",
        "Core/VIPSSource.swift",
        "Core/VIPSTarget.swift",
        "Core/VIPSUtilities.swift",
        "Create/Enums/VipsSdfShape.swift",
        "Create/Enums/VipsTextWrap.swift",
        "Draw/Enums/VipsBlendMode.swift",
        "Draw/Enums/VipsCombineMode.swift",
        "Foreign/Enums/DeepZoom/VipsForeignDzContainer.swift",
        "Foreign/Enums/DeepZoom/VipsForeignDzDepth.swift",
        "Foreign/Enums/DeepZoom/VipsForeignDzLayout.swift",
        "Foreign/Enums/HEIF/VipsForeignHeifCompression.swift",
        "Foreign/Enums/HEIF/VipsForeignHeifEncoder.swift",
        "Foreign/Enums/PNG/VipsForeignPngFilter.swift",
        "Foreign/Enums/PPM/VipsForeignPpmFormat.swift",
        "Foreign/Enums/TIFF/VipsForeignTiffCompression.swift",
        "Foreign/Enums/TIFF/VipsForeignTiffPredictor.swift",
        "Foreign/Enums/TIFF/VipsForeignTiffResunit.swift",
        "Foreign/Enums/VipsFailOn.swift",
        "Foreign/Enums/VipsForeignFlags.swift",
        "Foreign/Enums/VipsForeignKeep.swift",
        "Foreign/Enums/VipsForeignSubsample.swift",
        "Foreign/Enums/VipsInteresting.swift",
        "Foreign/Enums/WebP/VipsForeignWebpPreset.swift",
        "Histogram/histogram.swift",
        "Morphology/Enums/VipsOperationMorphology.swift",
        "Resample/Enums/VipsKernel.swift",
        "Resample/Enums/VipsRegionShrink.swift",
        "Resample/Enums/VipsSize.swift"
      ],
      "target_dependencies" : [
        "Cvips",
        "CvipsShim",
        "VIPSGeneratorPlugin"
      ],
      "type" : "library"
    },
    {
      "c99name" : "CvipsShim",
      "module_type" : "ClangTarget",
      "name" : "CvipsShim",
      "path" : "Sources/CvipsShim",
      "product_memberships" : [
        "VIPS",
        "VIPSIntrospection",
        "vips-generator",
        "vips-tool"
      ],
      "sources" : [
        "CvipsShim.c"
      ],
      "target_dependencies" : [
        "Cvips"
      ],
      "type" : "library"
    },
    {
      "c99name" : "Cvips",
      "module_type" : "SystemLibraryTarget",
      "name" : "Cvips",
      "path" : "Sources/Cvips",
      "product_memberships" : [
        "VIPS",
        "VIPSIntrospection",
        "vips-generator",
        "vips-tool"
      ],
      "sources" : [
      ],
      "type" : "system-target"
    }
  ],
  "tools_version" : "6.2"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-0":/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 2>&1
basic-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:7a52ddccc7ba366c24bb516637054305dd0c5fa0b57dff9877b95decd3e21586
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.1-latest
error: 'spi-builder-workspace': package 'spi-builder-workspace' is using Swift tools version 6.2.0 but the installed version is 6.1.1
error: 'spi-builder-workspace': package 'spi-builder-workspace' is using Swift tools version 6.2.0 but the installed version is 6.1.1
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-0":/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:7a52ddccc7ba366c24bb516637054305dd0c5fa0b57dff9877b95decd3e21586
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.1-latest
error: 'spi-builder-workspace': package 'spi-builder-workspace' is using Swift tools version 6.2.0 but the installed version is 6.1.1
error: 'spi-builder-workspace': package 'spi-builder-workspace' is using Swift tools version 6.2.0 but the installed version is 6.1.1
BUILD FAILURE 6.1 linux