The Swift Package Index logo.Swift Package Index

Build Information

Failed to build Brotli, reference 1.2.0 (66b204), with Swift 6.1 for Linux on 27 Mar 2026 06:22:03 UTC.

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4606859-3":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/swiftpackageindex/spi-images:basic-6.1-latest swift build --triple x86_64-unknown-linux-gnu 2>&1

Build Log

========================================
RunAll
========================================
Builder version: 4.69.2
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/EvgenijLutz/Brotli.git
Reference: 1.2.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/EvgenijLutz/Brotli
 * tag               1.2.0      -> FETCH_HEAD
HEAD is now at 66b2040 Re-sign the frameworks
Cloned https://github.com/EvgenijLutz/Brotli.git
Revision (git rev-parse @):
66b204011861bebb3c066b9e892f95aec2b773ce
SUCCESS checkout https://github.com/EvgenijLutz/Brotli.git at 1.2.0
========================================
Build
========================================
Selected platform:         linux
Swift version:             6.1
Building package at path:  $PWD
https://github.com/EvgenijLutz/Brotli.git
https://github.com/EvgenijLutz/Brotli.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
  "c_language_standard" : "c17",
  "cxx_language_standard" : "c++20",
  "dependencies" : [
  ],
  "manifest_display_name" : "Brotli",
  "name" : "Brotli",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "10.13"
    },
    {
      "name" : "ios",
      "version" : "12.0"
    },
    {
      "name" : "tvos",
      "version" : "12.0"
    },
    {
      "name" : "watchos",
      "version" : "8.0"
    },
    {
      "name" : "visionos",
      "version" : "1.0"
    },
    {
      "name" : "Android",
      "version" : "5.0"
    }
  ],
  "products" : [
    {
      "name" : "libbrotlicommon",
      "targets" : [
        "libbrotlicommon"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "libbrotlienc",
      "targets" : [
        "libbrotlienc"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "libbrotlidec",
      "targets" : [
        "libbrotlidec"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "BrotliCommon",
      "targets" : [
        "BrotliCommon"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "BrotliEncodeC",
      "targets" : [
        "BrotliEncodeC"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "BrotliDecodeC",
      "targets" : [
        "BrotliDecodeC"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "BrotliC",
      "targets" : [
        "BrotliC"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "Brotli",
      "targets" : [
        "Brotli"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "libbrotlienc",
      "module_type" : "BinaryTarget",
      "name" : "libbrotlienc",
      "path" : "Binaries/libbrotlienc.artifactbundle",
      "product_memberships" : [
        "libbrotlienc",
        "BrotliEncodeC",
        "BrotliC",
        "Brotli"
      ],
      "sources" : [
      ],
      "type" : "binary"
    },
    {
      "c99name" : "libbrotlidec",
      "module_type" : "BinaryTarget",
      "name" : "libbrotlidec",
      "path" : "Binaries/libbrotlidec.artifactbundle",
      "product_memberships" : [
        "libbrotlidec",
        "BrotliDecodeC",
        "BrotliC",
        "Brotli"
      ],
      "sources" : [
      ],
      "type" : "binary"
    },
    {
      "c99name" : "libbrotlicommon",
      "module_type" : "BinaryTarget",
      "name" : "libbrotlicommon",
      "path" : "Binaries/libbrotlicommon.artifactbundle",
      "product_memberships" : [
        "libbrotlicommon",
        "BrotliCommon",
        "BrotliEncodeC",
        "BrotliDecodeC",
        "BrotliC",
        "Brotli"
      ],
      "sources" : [
      ],
      "type" : "binary"
    },
    {
      "c99name" : "BrotliEncodeC",
      "module_type" : "ClangTarget",
      "name" : "BrotliEncodeC",
      "path" : "Sources/BrotliEncodeC",
      "product_memberships" : [
        "BrotliEncodeC",
        "BrotliC",
        "Brotli"
      ],
      "sources" : [
        "BrotliCompressor.cpp",
        "BrotliEncoderC.cpp"
      ],
      "target_dependencies" : [
        "BrotliCommon",
        "libbrotlienc"
      ],
      "type" : "library"
    },
    {
      "c99name" : "BrotliDecodeC",
      "module_type" : "ClangTarget",
      "name" : "BrotliDecodeC",
      "path" : "Sources/BrotliDecodeC",
      "product_memberships" : [
        "BrotliDecodeC",
        "BrotliC",
        "Brotli"
      ],
      "sources" : [
        "BrotliDecodeC.cpp"
      ],
      "target_dependencies" : [
        "BrotliCommon",
        "libbrotlidec"
      ],
      "type" : "library"
    },
    {
      "c99name" : "BrotliCommon",
      "module_type" : "ClangTarget",
      "name" : "BrotliCommon",
      "path" : "Sources/BrotliCommon",
      "product_memberships" : [
        "BrotliCommon",
        "BrotliEncodeC",
        "BrotliDecodeC",
        "BrotliC",
        "Brotli"
      ],
      "sources" : [
        "BrotliCommon.cpp"
      ],
      "target_dependencies" : [
        "libbrotlicommon"
      ],
      "type" : "library"
    },
    {
      "c99name" : "BrotliC",
      "module_type" : "ClangTarget",
      "name" : "BrotliC",
      "path" : "Sources/BrotliC",
      "product_memberships" : [
        "BrotliC",
        "Brotli"
      ],
      "sources" : [
        "BrotliC.cpp"
      ],
      "target_dependencies" : [
        "BrotliCommon",
        "BrotliEncodeC",
        "BrotliDecodeC"
      ],
      "type" : "library"
    },
    {
      "c99name" : "Brotli",
      "module_type" : "SwiftTarget",
      "name" : "Brotli",
      "path" : "Sources/Brotli",
      "product_memberships" : [
        "Brotli"
      ],
      "sources" : [
        "Brotli.swift"
      ],
      "target_dependencies" : [
        "BrotliC"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "6.2"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-3":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/swiftpackageindex/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 swiftpackageindex/spi-images
Digest: sha256:108e10880bce35e9496fba26782956e40a8e91a2a227f9b90af7e4cd93d2c183
Status: Image is up to date for registry.gitlab.com/swiftpackageindex/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.3
error: 'spi-builder-workspace': package 'spi-builder-workspace' is using Swift tools version 6.2.0 but the installed version is 6.1.3
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-3":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/swiftpackageindex/spi-images:basic-6.1-latest swift build --triple x86_64-unknown-linux-gnu 2>&1
basic-6.1-latest: Pulling from swiftpackageindex/spi-images
Digest: sha256:108e10880bce35e9496fba26782956e40a8e91a2a227f9b90af7e4cd93d2c183
Status: Image is up to date for registry.gitlab.com/swiftpackageindex/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.3
error: 'spi-builder-workspace': package 'spi-builder-workspace' is using Swift tools version 6.2.0 but the installed version is 6.1.3
BUILD FAILURE 6.1 linux