The Swift Package Index logo.Swift Package Index

Build Information

Failed to build QuickLMDB, reference 15.0.0 (2204a1), with Swift 6.1 for Wasm on 21 Oct 2025 01:31:39 UTC.

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4609320-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:wasm-6.1-latest swift build --swift-sdk wasm32-unknown-wasi 2>&1

Build Log

========================================
RunAll
========================================
Builder version: 4.68.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/tannerdsilva/QuickLMDB.git
Reference: 15.0.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/tannerdsilva/QuickLMDB
 * tag               15.0.0     -> FETCH_HEAD
HEAD is now at 2204a12 v15.0.0 revised protocol requirements
Cloned https://github.com/tannerdsilva/QuickLMDB.git
Revision (git rev-parse @):
2204a1252f01b0a60657ea21cd6142b564fe562d
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/tannerdsilva/QuickLMDB.git at 15.0.0
========================================
Build
========================================
Selected platform:         wasm
Swift version:             6.1
Building package at path:  $PWD
https://github.com/tannerdsilva/QuickLMDB.git
https://github.com/tannerdsilva/QuickLMDB.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
  "dependencies" : [
    {
      "identity" : "clmdb",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.9.26",
            "upper_bound" : "0.9.31"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/tannerdsilva/CLMDB.git"
    },
    {
      "identity" : "rawdog",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "20.0.0",
            "upper_bound" : "21.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/tannerdsilva/rawdog.git"
    },
    {
      "identity" : "swift-system",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.0.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-system.git"
    },
    {
      "identity" : "swift-syntax",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "602.0.0",
            "upper_bound" : "603.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-syntax.git"
    },
    {
      "identity" : "swift-log",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.0.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-log.git"
    }
  ],
  "manifest_display_name" : "QuickLMDB",
  "name" : "QuickLMDB",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "15.0"
    }
  ],
  "products" : [
    {
      "name" : "QuickLMDB",
      "targets" : [
        "QuickLMDB"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "QuickLMDBMacros",
      "targets" : [
        "QuickLMDBMacros"
      ],
      "type" : {
        "macro" : null
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "QuickLMDBTests",
      "module_type" : "SwiftTarget",
      "name" : "QuickLMDBTests",
      "path" : "Tests/QuickLMDBTests",
      "sources" : [
        "QuickLMDBTests.swift"
      ],
      "target_dependencies" : [
        "QuickLMDB"
      ],
      "type" : "test"
    },
    {
      "c99name" : "QuickLMDBMacros",
      "module_type" : "SwiftTarget",
      "name" : "QuickLMDBMacros",
      "path" : "Sources/QuickLMDBMacros",
      "product_dependencies" : [
        "SwiftSyntax",
        "SwiftSyntaxMacros",
        "SwiftOperators",
        "SwiftParser",
        "SwiftParserDiagnostics",
        "SwiftCompilerPlugin",
        "Logging"
      ],
      "product_memberships" : [
        "QuickLMDB",
        "QuickLMDBMacros"
      ],
      "sources" : [
        "MDB_comparable.swift",
        "Plugin.swift",
        "_QUICKLMDB_INTERNAL_cursor_dupfixed_impl.swift",
        "_QUICKLMDB_INTERNAL_cursor_dupsort_impl.swift",
        "_QUICKLMDB_INTERNAL_cursor_encodable_impl.swift",
        "_QUICKLMDB_INTERNAL_cursor_init_basics.swift",
        "_QUICKLMDB_INTERNAL_database_strict_impl.swift"
      ],
      "type" : "macro"
    },
    {
      "c99name" : "QuickLMDB",
      "module_type" : "SwiftTarget",
      "name" : "QuickLMDB",
      "path" : "Sources/QuickLMDB",
      "product_dependencies" : [
        "CLMDB",
        "SystemPackage",
        "RAW"
      ],
      "product_memberships" : [
        "QuickLMDB"
      ],
      "sources" : [
        "Cursor/Cursor.swift",
        "Cursor/CursorProtocols.swift",
        "Cursor/CursorStaticImpl.swift",
        "Cursor/MDB_convertible/MDB_convertible_cursorBasics.swift",
        "Cursor/MDB_val/MDB_val_cursorBasics.swift",
        "Cursor/MDB_val/MDB_val_cursorFirsts.swift",
        "Cursor/MDB_val/MDB_val_cursorGets.swift",
        "Cursor/MDB_val/MDB_val_cursorLasts.swift",
        "Cursor/MDB_val/MDB_val_cursorNexts.swift",
        "Cursor/MDB_val/MDB_val_cursorPrevious.swift",
        "Cursor/MDB_val/MDB_val_cursorSets.swift",
        "Database/DBProtocolExtensions.swift",
        "Database/DBProtocols.swift",
        "Database/DBStaticImpl.swift",
        "Database/Database.swift",
        "Environment.swift",
        "Extensions/MDB_val.swift",
        "Extensions/UnsafeMutableRawBufferPointer.swift",
        "LMDBError.swift",
        "Macros.swift",
        "Protocols/MDB_comparable.swift",
        "Protocols/MDB_convertible.swift",
        "QuickLMDB.swift",
        "Transaction.swift"
      ],
      "target_dependencies" : [
        "QuickLMDBMacros"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "6.2"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-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:wasm-6.1-latest swift build --swift-sdk wasm32-unknown-wasi -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
wasm-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:062e4aaff76454b333ce7957a8e87c3beb342f1dedb64399abb81cdea021b526
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:wasm-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.0
error: 'spi-builder-workspace': package 'spi-builder-workspace' is using Swift tools version 6.2.0 but the installed version is 6.1.0
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-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:wasm-6.1-latest swift build --swift-sdk wasm32-unknown-wasi 2>&1
wasm-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:062e4aaff76454b333ce7957a8e87c3beb342f1dedb64399abb81cdea021b526
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:wasm-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.0
error: 'spi-builder-workspace': package 'spi-builder-workspace' is using Swift tools version 6.2.0 but the installed version is 6.1.0
BUILD FAILURE 6.1 wasm