The Swift Package Index logo.Swift Package Index

Build Information

Failed to build SpellSPM, reference main (37d97c), with Swift 6.1 for Linux on 7 Jun 2025 17:59:58 UTC.

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4609320-0":/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.63.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/tridiak/SpellSPM.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/tridiak/SpellSPM
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at 37d97c4 Merge branch 'main' of https://github.com/tridiak/SpellSPM
Cloned https://github.com/tridiak/SpellSPM.git
Revision (git rev-parse @):
37d97c46a4e8a183cec4f15d822f1b909df1878a
SUCCESS checkout https://github.com/tridiak/SpellSPM.git at main
========================================
Build
========================================
Selected platform:         linux
Swift version:             6.1
Building package at path:  $PWD
https://github.com/tridiak/SpellSPM.git
https://github.com/tridiak/SpellSPM.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
  "dependencies" : [
  ],
  "manifest_display_name" : "SpellSPM",
  "name" : "SpellSPM",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "16.0"
    },
    {
      "name" : "macos",
      "version" : "13.0"
    },
    {
      "name" : "tvos",
      "version" : "16.0"
    }
  ],
  "products" : [
    {
      "name" : "SpellSPM",
      "targets" : [
        "SpellSPM"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "SpellSPMTests",
      "module_type" : "SwiftTarget",
      "name" : "SpellSPMTests",
      "path" : "Tests/SpellSPMTests",
      "sources" : [
        "SpellSPMTests.swift",
        "StringTests.swift"
      ],
      "target_dependencies" : [
        "SpellSPM"
      ],
      "type" : "test"
    },
    {
      "c99name" : "SpellSPM",
      "module_type" : "SwiftTarget",
      "name" : "SpellSPM",
      "path" : "Sources/SpellSPM",
      "product_memberships" : [
        "SpellSPM"
      ],
      "resources" : [
        {
          "path" : "/host/spi-builder-workspace/Sources/SpellSPM/Resources/SQLiteTable.txt",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/host/spi-builder-workspace/Sources/SpellSPM/Resources/spellDBv3.db",
          "rule" : {
            "process" : {
            }
          }
        }
      ],
      "sources" : [
        "CharClass.swift",
        "DBAccessProtocol.swift",
        "Enums.swift",
        "SpellDBAccess.swift",
        "SpellDBFields.swift",
        "SpellObject.swift",
        "SpellSPM.swift",
        "SpellsEx.swift",
        "SpellsTableStruct.swift",
        "StringStuff.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "6.0"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-0":/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 2>&1
basic-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:2b296aa7156f49efc57252cdf9ed4bb21d0f92fc98d88800e255491ba2db3116
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.1-latest
Building for debugging...
[0/4] Copying SQLiteTable.txt
[0/4] Write sources
[2/4] Copying spellDBv3.db
[3/4] Write swift-version-24593BA9C3E375BF.txt
[5/15] Compiling SpellSPM SpellsEx.swift
/host/spi-builder-workspace/Sources/SpellSPM/SpellDBAccess.swift:9:8: error: no such module 'SQLite3'
  7 |
  8 | import Foundation
  9 | import SQLite3
    |        `- error: no such module 'SQLite3'
 10 |
 11 | public actor SpellDBAccess : DBAccess {
[6/15] Compiling SpellSPM SpellSPM.swift
/host/spi-builder-workspace/Sources/SpellSPM/SpellDBAccess.swift:9:8: error: no such module 'SQLite3'
  7 |
  8 | import Foundation
  9 | import SQLite3
    |        `- error: no such module 'SQLite3'
 10 |
 11 | public actor SpellDBAccess : DBAccess {
[7/16] Compiling SpellSPM SpellDBFields.swift
/host/spi-builder-workspace/Sources/SpellSPM/SpellDBAccess.swift:9:8: error: no such module 'SQLite3'
  7 |
  8 | import Foundation
  9 | import SQLite3
    |        `- error: no such module 'SQLite3'
 10 |
 11 | public actor SpellDBAccess : DBAccess {
[8/16] Compiling SpellSPM SpellObject.swift
/host/spi-builder-workspace/Sources/SpellSPM/SpellDBAccess.swift:9:8: error: no such module 'SQLite3'
  7 |
  8 | import Foundation
  9 | import SQLite3
    |        `- error: no such module 'SQLite3'
 10 |
 11 | public actor SpellDBAccess : DBAccess {
error: emit-module command failed with exit code 1 (use -v to see invocation)
[9/16] Emitting module SpellSPM
/host/spi-builder-workspace/Sources/SpellSPM/SpellDBAccess.swift:9:8: error: no such module 'SQLite3'
  7 |
  8 | import Foundation
  9 | import SQLite3
    |        `- error: no such module 'SQLite3'
 10 |
 11 | public actor SpellDBAccess : DBAccess {
[10/16] Compiling SpellSPM CharClass.swift
/host/spi-builder-workspace/Sources/SpellSPM/SpellDBAccess.swift:9:8: error: no such module 'SQLite3'
  7 |
  8 | import Foundation
  9 | import SQLite3
    |        `- error: no such module 'SQLite3'
 10 |
 11 | public actor SpellDBAccess : DBAccess {
[11/16] Compiling SpellSPM DBAccessProtocol.swift
/host/spi-builder-workspace/Sources/SpellSPM/SpellDBAccess.swift:9:8: error: no such module 'SQLite3'
  7 |
  8 | import Foundation
  9 | import SQLite3
    |        `- error: no such module 'SQLite3'
 10 |
 11 | public actor SpellDBAccess : DBAccess {
[12/16] Compiling SpellSPM Enums.swift
/host/spi-builder-workspace/Sources/SpellSPM/SpellDBAccess.swift:9:8: error: no such module 'SQLite3'
  7 |
  8 | import Foundation
  9 | import SQLite3
    |        `- error: no such module 'SQLite3'
 10 |
 11 | public actor SpellDBAccess : DBAccess {
[13/16] Compiling SpellSPM SpellDBAccess.swift
/host/spi-builder-workspace/Sources/SpellSPM/SpellDBAccess.swift:9:8: error: no such module 'SQLite3'
  7 |
  8 | import Foundation
  9 | import SQLite3
    |        `- error: no such module 'SQLite3'
 10 |
 11 | public actor SpellDBAccess : DBAccess {
[14/16] Compiling SpellSPM SpellsTableStruct.swift
/host/spi-builder-workspace/Sources/SpellSPM/SpellDBAccess.swift:9:8: error: no such module 'SQLite3'
  7 |
  8 | import Foundation
  9 | import SQLite3
    |        `- error: no such module 'SQLite3'
 10 |
 11 | public actor SpellDBAccess : DBAccess {
[15/16] Compiling SpellSPM StringStuff.swift
/host/spi-builder-workspace/Sources/SpellSPM/SpellDBAccess.swift:9:8: error: no such module 'SQLite3'
  7 |
  8 | import Foundation
  9 | import SQLite3
    |        `- error: no such module 'SQLite3'
 10 |
 11 | public actor SpellDBAccess : DBAccess {
[16/16] Compiling SpellSPM resource_bundle_accessor.swift
/host/spi-builder-workspace/Sources/SpellSPM/SpellDBAccess.swift:9:8: error: no such module 'SQLite3'
  7 |
  8 | import Foundation
  9 | import SQLite3
    |        `- error: no such module 'SQLite3'
 10 |
 11 | public actor SpellDBAccess : DBAccess {
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-0":/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:2b296aa7156f49efc57252cdf9ed4bb21d0f92fc98d88800e255491ba2db3116
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.1-latest
[0/1] Planning build
Building for debugging...
[0/1] Write swift-version-24593BA9C3E375BF.txt
[2/12] Compiling SpellSPM SpellSPM.swift
/host/spi-builder-workspace/Sources/SpellSPM/SpellDBAccess.swift:9:8: error: no such module 'SQLite3'
  7 |
  8 | import Foundation
  9 | import SQLite3
    |        `- error: no such module 'SQLite3'
 10 |
 11 | public actor SpellDBAccess : DBAccess {
[3/13] Compiling SpellSPM resource_bundle_accessor.swift
/host/spi-builder-workspace/Sources/SpellSPM/SpellDBAccess.swift:9:8: error: no such module 'SQLite3'
  7 |
  8 | import Foundation
  9 | import SQLite3
    |        `- error: no such module 'SQLite3'
 10 |
 11 | public actor SpellDBAccess : DBAccess {
[4/13] Compiling SpellSPM SpellDBFields.swift
/host/spi-builder-workspace/Sources/SpellSPM/SpellDBAccess.swift:9:8: error: no such module 'SQLite3'
  7 |
  8 | import Foundation
  9 | import SQLite3
    |        `- error: no such module 'SQLite3'
 10 |
 11 | public actor SpellDBAccess : DBAccess {
[5/13] Compiling SpellSPM SpellObject.swift
/host/spi-builder-workspace/Sources/SpellSPM/SpellDBAccess.swift:9:8: error: no such module 'SQLite3'
  7 |
  8 | import Foundation
  9 | import SQLite3
    |        `- error: no such module 'SQLite3'
 10 |
 11 | public actor SpellDBAccess : DBAccess {
error: emit-module command failed with exit code 1 (use -v to see invocation)
[6/13] Emitting module SpellSPM
/host/spi-builder-workspace/Sources/SpellSPM/SpellDBAccess.swift:9:8: error: no such module 'SQLite3'
  7 |
  8 | import Foundation
  9 | import SQLite3
    |        `- error: no such module 'SQLite3'
 10 |
 11 | public actor SpellDBAccess : DBAccess {
[7/13] Compiling SpellSPM CharClass.swift
/host/spi-builder-workspace/Sources/SpellSPM/SpellDBAccess.swift:9:8: error: no such module 'SQLite3'
  7 |
  8 | import Foundation
  9 | import SQLite3
    |        `- error: no such module 'SQLite3'
 10 |
 11 | public actor SpellDBAccess : DBAccess {
[8/13] Compiling SpellSPM DBAccessProtocol.swift
/host/spi-builder-workspace/Sources/SpellSPM/SpellDBAccess.swift:9:8: error: no such module 'SQLite3'
  7 |
  8 | import Foundation
  9 | import SQLite3
    |        `- error: no such module 'SQLite3'
 10 |
 11 | public actor SpellDBAccess : DBAccess {
[9/13] Compiling SpellSPM Enums.swift
/host/spi-builder-workspace/Sources/SpellSPM/SpellDBAccess.swift:9:8: error: no such module 'SQLite3'
  7 |
  8 | import Foundation
  9 | import SQLite3
    |        `- error: no such module 'SQLite3'
 10 |
 11 | public actor SpellDBAccess : DBAccess {
[10/13] Compiling SpellSPM SpellDBAccess.swift
/host/spi-builder-workspace/Sources/SpellSPM/SpellDBAccess.swift:9:8: error: no such module 'SQLite3'
  7 |
  8 | import Foundation
  9 | import SQLite3
    |        `- error: no such module 'SQLite3'
 10 |
 11 | public actor SpellDBAccess : DBAccess {
[11/13] Compiling SpellSPM StringStuff.swift
/host/spi-builder-workspace/Sources/SpellSPM/SpellDBAccess.swift:9:8: error: no such module 'SQLite3'
  7 |
  8 | import Foundation
  9 | import SQLite3
    |        `- error: no such module 'SQLite3'
 10 |
 11 | public actor SpellDBAccess : DBAccess {
[12/13] Compiling SpellSPM SpellsTableStruct.swift
/host/spi-builder-workspace/Sources/SpellSPM/SpellDBAccess.swift:9:8: error: no such module 'SQLite3'
  7 |
  8 | import Foundation
  9 | import SQLite3
    |        `- error: no such module 'SQLite3'
 10 |
 11 | public actor SpellDBAccess : DBAccess {
[13/13] Compiling SpellSPM SpellsEx.swift
/host/spi-builder-workspace/Sources/SpellSPM/SpellDBAccess.swift:9:8: error: no such module 'SQLite3'
  7 |
  8 | import Foundation
  9 | import SQLite3
    |        `- error: no such module 'SQLite3'
 10 |
 11 | public actor SpellDBAccess : DBAccess {
BUILD FAILURE 6.1 linux