The Swift Package Index logo.Swift Package Index

Build Information

Failed to build BibTeXKit, reference 1.0.2 (316655), with Swift 6.1 for Linux on 1 Jan 2026 00:05:43 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/ezefranca/BibTeXKit.git
Reference: 1.0.2
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/ezefranca/BibTeXKit
 * tag               1.0.2      -> FETCH_HEAD
HEAD is now at 3166553 Merge pull request #2 from ezefranca/fix/fix_tokenizer_logic
Cloned https://github.com/ezefranca/BibTeXKit.git
Revision (git rev-parse @):
3166553f98c89150c216ff38137ef94f56475181
SUCCESS checkout https://github.com/ezefranca/BibTeXKit.git at 1.0.2
========================================
Build
========================================
Selected platform:         linux
Swift version:             6.1
Building package at path:  $PWD
https://github.com/ezefranca/BibTeXKit.git
https://github.com/ezefranca/BibTeXKit.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
  "dependencies" : [
  ],
  "manifest_display_name" : "BibTeXKit",
  "name" : "BibTeXKit",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "17.0"
    },
    {
      "name" : "macos",
      "version" : "14.0"
    },
    {
      "name" : "tvos",
      "version" : "17.0"
    },
    {
      "name" : "watchos",
      "version" : "10.0"
    },
    {
      "name" : "visionos",
      "version" : "1.0"
    }
  ],
  "products" : [
    {
      "name" : "BibTeXKit",
      "targets" : [
        "BibTeXKit"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "BibTeXKitTests",
      "module_type" : "SwiftTarget",
      "name" : "BibTeXKitTests",
      "path" : "Tests/BibTeXKitTests",
      "sources" : [
        "BibTeXEntryTests.swift",
        "BibTeXEntryTypeTests.swift",
        "BibTeXHighlighterTests.swift",
        "BibTeXParserTests.swift",
        "BibTeXThemeTests.swift",
        "BibTeXTokenizerTests.swift",
        "BibTeXViewConfigurationTests.swift",
        "DOIDetectorTests.swift",
        "LaTeXConverterTests.swift"
      ],
      "target_dependencies" : [
        "BibTeXKit"
      ],
      "type" : "test"
    },
    {
      "c99name" : "BibTeXKit",
      "module_type" : "SwiftTarget",
      "name" : "BibTeXKit",
      "path" : "Sources/BibTeXKit",
      "product_memberships" : [
        "BibTeXKit"
      ],
      "sources" : [
        "BibTeXKit.swift",
        "Highlighting/BibTeXHighlighter.swift",
        "Highlighting/BibTeXTheme.swift",
        "Models/BibTeXEntry.swift",
        "Models/BibTeXEntryType.swift",
        "Parsing/BibTeXParser.swift",
        "Parsing/BibTeXToken.swift",
        "Parsing/BibTeXTokenizer.swift",
        "Parsing/DOIDetector.swift",
        "Parsing/LaTeXConverter.swift",
        "Views/BibTeXText.swift",
        "Views/BibTeXView.swift",
        "Views/BibTeXViewConfiguration.swift"
      ],
      "type" : "library"
    }
  ],
  "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 -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: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