The Swift Package Index logo.Swift Package Index

Track the adoption of Swift 6 strict concurrency checks for data race safety. How many packages are Ready for Swift 6?

Build Information

Failed to build SwiftSQLite, reference master (7a6057), with Swift 6.1 for Linux on 30 Apr 2025 01:42:47 UTC.

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4609320-1":/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.61.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/moshegottlieb/SwiftSQLite.git
Reference: master
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/moshegottlieb/SwiftSQLite
 * branch            master     -> FETCH_HEAD
 * [new branch]      master     -> origin/master
HEAD is now at 7a60571 This test is for macOS only
Cloned https://github.com/moshegottlieb/SwiftSQLite.git
Revision (git rev-parse @):
7a60571977de2afdaa82b10ba977c562fe9e9944
SUCCESS checkout https://github.com/moshegottlieb/SwiftSQLite.git at master
========================================
Build
========================================
Selected platform:         linux
Swift version:             6.1
Building package at path:  $PWD
https://github.com/moshegottlieb/SwiftSQLite.git
https://github.com/moshegottlieb/SwiftSQLite.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
  "dependencies" : [
  ],
  "manifest_display_name" : "SwiftSQLite",
  "name" : "SwiftSQLite",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
  ],
  "products" : [
    {
      "name" : "SwiftSQLite",
      "targets" : [
        "SwiftSQLite"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "SwiftSQLCipher",
      "targets" : [
        "SwiftSQLCipher"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "SwiftSQLCipherTest",
      "targets" : [
        "SwiftSQLCipherTest"
      ],
      "type" : {
        "executable" : null
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "SwiftSQLiteTests",
      "module_type" : "SwiftTarget",
      "name" : "SwiftSQLiteTests",
      "path" : "Tests/SwiftSQLiteTests",
      "sources" : [
        "SwiftSQLiteTests.swift"
      ],
      "target_dependencies" : [
        "SwiftSQLite"
      ],
      "type" : "test"
    },
    {
      "c99name" : "SwiftSQLite",
      "module_type" : "SwiftTarget",
      "name" : "SwiftSQLite",
      "path" : "Sources/SwiftSQLite",
      "product_memberships" : [
        "SwiftSQLite"
      ],
      "sources" : [
        "Database+Cipher.swift",
        "Database+Function.swift",
        "Database+Keychain.swift",
        "Database.swift",
        "DatabaseError.swift",
        "Date+SQL.swift",
        "Log.swift",
        "SQLResult.swift",
        "SQLValue.swift",
        "Statement.swift"
      ],
      "target_dependencies" : [
        "SQLite3"
      ],
      "type" : "library"
    },
    {
      "c99name" : "SwiftSQLCipherTests",
      "module_type" : "SwiftTarget",
      "name" : "SwiftSQLCipherTests",
      "path" : "Tests/SwiftSQLCipherTests",
      "sources" : [
        "SwiftSQLiteTests.swift"
      ],
      "target_dependencies" : [
        "SwiftSQLCipher"
      ],
      "type" : "test"
    },
    {
      "c99name" : "SwiftSQLCipherTest",
      "module_type" : "SwiftTarget",
      "name" : "SwiftSQLCipherTest",
      "path" : "Sources/SwiftSQLCipherTest",
      "product_memberships" : [
        "SwiftSQLCipherTest"
      ],
      "sources" : [
        "main.swift"
      ],
      "target_dependencies" : [
        "SwiftSQLCipher"
      ],
      "type" : "executable"
    },
    {
      "c99name" : "SwiftSQLCipher",
      "module_type" : "SwiftTarget",
      "name" : "SwiftSQLCipher",
      "path" : "Sources/SwiftSQLCipher",
      "product_memberships" : [
        "SwiftSQLCipher",
        "SwiftSQLCipherTest"
      ],
      "sources" : [
        "Database+Cipher.swift",
        "Database+Function.swift",
        "Database+Keychain.swift",
        "Database.swift",
        "DatabaseError.swift",
        "Date+SQL.swift",
        "Log.swift",
        "SQLResult.swift",
        "SQLValue.swift",
        "Statement.swift"
      ],
      "target_dependencies" : [
        "CSQLCipherLinux"
      ],
      "type" : "library"
    },
    {
      "c99name" : "SQLite3",
      "module_type" : "SystemLibraryTarget",
      "name" : "SQLite3",
      "path" : "Sources/SQLite3",
      "product_memberships" : [
        "SwiftSQLite"
      ],
      "sources" : [
      ],
      "type" : "system-target"
    },
    {
      "c99name" : "CSQLCipherLinux",
      "module_type" : "SystemLibraryTarget",
      "name" : "CSQLCipherLinux",
      "path" : "Sources/CSQLCipherLinux",
      "product_memberships" : [
        "SwiftSQLCipher",
        "SwiftSQLCipherTest"
      ],
      "sources" : [
      ],
      "type" : "system-target"
    }
  ],
  "tools_version" : "5.5"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-1":/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 -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:3bdcac04179f4ed3e5b8e9dbd6e74bbf5ebc0f4fde48bbaad7d1e5c757e65bcb
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.1-latest
Building for debugging...
[0/8] Write sources
[3/8] Write swift-version-24593BA9C3E375BF.txt
[5/28] Compiling SwiftSQLite Date+SQL.swift
[6/29] Compiling SwiftSQLite SQLResult.swift
[7/29] Compiling SwiftSQLCipher SQLResult.swift
/host/spi-builder-workspace/Sources/CSQLCipherLinux/module.modulemap:3:12: error: header '/usr/include/sqlcipher/sqlite3.h' not found
1 |
2 | module CSQLCipherLinux [system] {
3 |     header "/usr/include/sqlcipher/sqlite3.h"
  |            `- error: header '/usr/include/sqlcipher/sqlite3.h' not found
4 |     link "sqlcipher"
5 |     export *
/host/spi-builder-workspace/Sources/SwiftSQLCipher/Database+Cipher.swift:12:8: error: could not build C module 'CSQLCipherLinux'
 10 | #if SWIFT_SQLITE_CIPHER
 11 |     #if os(Linux)
 12 | import CSQLCipherLinux
    |        `- error: could not build C module 'CSQLCipherLinux'
 13 |     #else
 14 | import CSQLCipher
[8/29] Compiling SwiftSQLite SQLValue.swift
[9/29] Compiling SwiftSQLCipher SQLValue.swift
/host/spi-builder-workspace/Sources/CSQLCipherLinux/module.modulemap:3:12: error: header '/usr/include/sqlcipher/sqlite3.h' not found
1 |
2 | module CSQLCipherLinux [system] {
3 |     header "/usr/include/sqlcipher/sqlite3.h"
  |            `- error: header '/usr/include/sqlcipher/sqlite3.h' not found
4 |     link "sqlcipher"
5 |     export *
/host/spi-builder-workspace/Sources/SwiftSQLCipher/Database+Cipher.swift:12:8: error: could not build C module 'CSQLCipherLinux'
 10 | #if SWIFT_SQLITE_CIPHER
 11 |     #if os(Linux)
 12 | import CSQLCipherLinux
    |        `- error: could not build C module 'CSQLCipherLinux'
 13 |     #else
 14 | import CSQLCipher
[10/30] Compiling SwiftSQLite Database+Cipher.swift
/host/spi-builder-workspace/Sources/CSQLCipherLinux/module.modulemap:3:12: error: header '/usr/include/sqlcipher/sqlite3.h' not found
1 |
2 | module CSQLCipherLinux [system] {
3 |     header "/usr/include/sqlcipher/sqlite3.h"
  |            `- error: header '/usr/include/sqlcipher/sqlite3.h' not found
4 |     link "sqlcipher"
5 |     export *
/host/spi-builder-workspace/Sources/SwiftSQLCipher/Database+Cipher.swift:12:8: error: could not build C module 'CSQLCipherLinux'
 10 | #if SWIFT_SQLITE_CIPHER
 11 |     #if os(Linux)
 12 | import CSQLCipherLinux
    |        `- error: could not build C module 'CSQLCipherLinux'
 13 |     #else
 14 | import CSQLCipher
[11/30] Compiling SwiftSQLite Database+Function.swift
/host/spi-builder-workspace/Sources/CSQLCipherLinux/module.modulemap:3:12: error: header '/usr/include/sqlcipher/sqlite3.h' not found
1 |
2 | module CSQLCipherLinux [system] {
3 |     header "/usr/include/sqlcipher/sqlite3.h"
  |            `- error: header '/usr/include/sqlcipher/sqlite3.h' not found
4 |     link "sqlcipher"
5 |     export *
/host/spi-builder-workspace/Sources/SwiftSQLCipher/Database+Cipher.swift:12:8: error: could not build C module 'CSQLCipherLinux'
 10 | #if SWIFT_SQLITE_CIPHER
 11 |     #if os(Linux)
 12 | import CSQLCipherLinux
    |        `- error: could not build C module 'CSQLCipherLinux'
 13 |     #else
 14 | import CSQLCipher
[14/30] Emitting module SwiftSQLite
/host/spi-builder-workspace/Sources/SwiftSQLite/Database.swift:25:23: warning: static property 'logger' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
 23 |
 24 |     /// Set a default logger
 25 |     public static var logger: Log?
    |                       |- warning: static property 'logger' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    |                       |- note: convert 'logger' to a 'let' constant to make 'Sendable' shared state immutable
    |                       |- note: add '@MainActor' to make static property 'logger' part of global actor 'MainActor'
    |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 26 |
 27 |     /// Open mode
/host/spi-builder-workspace/Sources/SwiftSQLite/Database.swift:36:27: warning: static property 'readOnly' is not concurrency-safe because non-'Sendable' type 'Database.OpenMode' may have shared mutable state; this is an error in the Swift 6 language mode
 26 |
 27 |     /// Open mode
 28 |     public struct OpenMode : OptionSet {
    |                   `- note: consider making struct 'OpenMode' conform to the 'Sendable' protocol
 29 |         public init(rawValue:Int32){
 30 |             self.rawValue = rawValue
    :
 34 |
 35 |         /// The database is opened in read-only mode. If the database does not already exist, an error is returned.
 36 |         public static let readOnly = OpenMode(rawValue: SQLITE_OPEN_READONLY)
    |                           |- warning: static property 'readOnly' is not concurrency-safe because non-'Sendable' type 'Database.OpenMode' may have shared mutable state; this is an error in the Swift 6 language mode
    |                           |- note: add '@MainActor' to make static property 'readOnly' part of global actor 'MainActor'
    |                           `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 37 |         /// The database is opened for reading and writing if possible, or reading only if the file is write protected by the operating system. In either case the database must already exist, otherwise an error is returned.
 38 |         public static let readWrite = OpenMode(rawValue: SQLITE_OPEN_READWRITE)
/host/spi-builder-workspace/Sources/SwiftSQLite/Database.swift:38:27: warning: static property 'readWrite' is not concurrency-safe because non-'Sendable' type 'Database.OpenMode' may have shared mutable state; this is an error in the Swift 6 language mode
 26 |
 27 |     /// Open mode
 28 |     public struct OpenMode : OptionSet {
    |                   `- note: consider making struct 'OpenMode' conform to the 'Sendable' protocol
 29 |         public init(rawValue:Int32){
 30 |             self.rawValue = rawValue
    :
 36 |         public static let readOnly = OpenMode(rawValue: SQLITE_OPEN_READONLY)
 37 |         /// The database is opened for reading and writing if possible, or reading only if the file is write protected by the operating system. In either case the database must already exist, otherwise an error is returned.
 38 |         public static let readWrite = OpenMode(rawValue: SQLITE_OPEN_READWRITE)
    |                           |- warning: static property 'readWrite' is not concurrency-safe because non-'Sendable' type 'Database.OpenMode' may have shared mutable state; this is an error in the Swift 6 language mode
    |                           |- note: add '@MainActor' to make static property 'readWrite' part of global actor 'MainActor'
    |                           `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 39 |         /// The database is opened for reading and writing, and is created if it does not already exist.
 40 |         public static let create = OpenMode(rawValue: SQLITE_OPEN_CREATE | SQLITE_OPEN_READWRITE)
/host/spi-builder-workspace/Sources/SwiftSQLite/Database.swift:40:27: warning: static property 'create' is not concurrency-safe because non-'Sendable' type 'Database.OpenMode' may have shared mutable state; this is an error in the Swift 6 language mode
 26 |
 27 |     /// Open mode
 28 |     public struct OpenMode : OptionSet {
    |                   `- note: consider making struct 'OpenMode' conform to the 'Sendable' protocol
 29 |         public init(rawValue:Int32){
 30 |             self.rawValue = rawValue
    :
 38 |         public static let readWrite = OpenMode(rawValue: SQLITE_OPEN_READWRITE)
 39 |         /// The database is opened for reading and writing, and is created if it does not already exist.
 40 |         public static let create = OpenMode(rawValue: SQLITE_OPEN_CREATE | SQLITE_OPEN_READWRITE)
    |                           |- warning: static property 'create' is not concurrency-safe because non-'Sendable' type 'Database.OpenMode' may have shared mutable state; this is an error in the Swift 6 language mode
    |                           |- note: add '@MainActor' to make static property 'create' part of global actor 'MainActor'
    |                           `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 41 |     }
 42 |
[15/30] Compiling SwiftSQLite DatabaseError.swift
[16/30] Compiling SwiftSQLite Log.swift
[17/30] Compiling SwiftSQLite Database+Keychain.swift
/host/spi-builder-workspace/Sources/SwiftSQLite/Database.swift:25:23: warning: static property 'logger' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
 23 |
 24 |     /// Set a default logger
 25 |     public static var logger: Log?
    |                       |- warning: static property 'logger' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    |                       |- note: convert 'logger' to a 'let' constant to make 'Sendable' shared state immutable
    |                       |- note: add '@MainActor' to make static property 'logger' part of global actor 'MainActor'
    |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 26 |
 27 |     /// Open mode
/host/spi-builder-workspace/Sources/SwiftSQLite/Database.swift:36:27: warning: static property 'readOnly' is not concurrency-safe because non-'Sendable' type 'Database.OpenMode' may have shared mutable state; this is an error in the Swift 6 language mode
 26 |
 27 |     /// Open mode
 28 |     public struct OpenMode : OptionSet {
    |                   `- note: consider making struct 'OpenMode' conform to the 'Sendable' protocol
 29 |         public init(rawValue:Int32){
 30 |             self.rawValue = rawValue
    :
 34 |
 35 |         /// The database is opened in read-only mode. If the database does not already exist, an error is returned.
 36 |         public static let readOnly = OpenMode(rawValue: SQLITE_OPEN_READONLY)
    |                           |- warning: static property 'readOnly' is not concurrency-safe because non-'Sendable' type 'Database.OpenMode' may have shared mutable state; this is an error in the Swift 6 language mode
    |                           |- note: add '@MainActor' to make static property 'readOnly' part of global actor 'MainActor'
    |                           `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 37 |         /// The database is opened for reading and writing if possible, or reading only if the file is write protected by the operating system. In either case the database must already exist, otherwise an error is returned.
 38 |         public static let readWrite = OpenMode(rawValue: SQLITE_OPEN_READWRITE)
/host/spi-builder-workspace/Sources/SwiftSQLite/Database.swift:38:27: warning: static property 'readWrite' is not concurrency-safe because non-'Sendable' type 'Database.OpenMode' may have shared mutable state; this is an error in the Swift 6 language mode
 26 |
 27 |     /// Open mode
 28 |     public struct OpenMode : OptionSet {
    |                   `- note: consider making struct 'OpenMode' conform to the 'Sendable' protocol
 29 |         public init(rawValue:Int32){
 30 |             self.rawValue = rawValue
    :
 36 |         public static let readOnly = OpenMode(rawValue: SQLITE_OPEN_READONLY)
 37 |         /// The database is opened for reading and writing if possible, or reading only if the file is write protected by the operating system. In either case the database must already exist, otherwise an error is returned.
 38 |         public static let readWrite = OpenMode(rawValue: SQLITE_OPEN_READWRITE)
    |                           |- warning: static property 'readWrite' is not concurrency-safe because non-'Sendable' type 'Database.OpenMode' may have shared mutable state; this is an error in the Swift 6 language mode
    |                           |- note: add '@MainActor' to make static property 'readWrite' part of global actor 'MainActor'
    |                           `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 39 |         /// The database is opened for reading and writing, and is created if it does not already exist.
 40 |         public static let create = OpenMode(rawValue: SQLITE_OPEN_CREATE | SQLITE_OPEN_READWRITE)
/host/spi-builder-workspace/Sources/SwiftSQLite/Database.swift:40:27: warning: static property 'create' is not concurrency-safe because non-'Sendable' type 'Database.OpenMode' may have shared mutable state; this is an error in the Swift 6 language mode
 26 |
 27 |     /// Open mode
 28 |     public struct OpenMode : OptionSet {
    |                   `- note: consider making struct 'OpenMode' conform to the 'Sendable' protocol
 29 |         public init(rawValue:Int32){
 30 |             self.rawValue = rawValue
    :
 38 |         public static let readWrite = OpenMode(rawValue: SQLITE_OPEN_READWRITE)
 39 |         /// The database is opened for reading and writing, and is created if it does not already exist.
 40 |         public static let create = OpenMode(rawValue: SQLITE_OPEN_CREATE | SQLITE_OPEN_READWRITE)
    |                           |- warning: static property 'create' is not concurrency-safe because non-'Sendable' type 'Database.OpenMode' may have shared mutable state; this is an error in the Swift 6 language mode
    |                           |- note: add '@MainActor' to make static property 'create' part of global actor 'MainActor'
    |                           `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 41 |     }
 42 |
[18/30] Compiling SwiftSQLite Database.swift
/host/spi-builder-workspace/Sources/SwiftSQLite/Database.swift:25:23: warning: static property 'logger' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
 23 |
 24 |     /// Set a default logger
 25 |     public static var logger: Log?
    |                       |- warning: static property 'logger' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    |                       |- note: convert 'logger' to a 'let' constant to make 'Sendable' shared state immutable
    |                       |- note: add '@MainActor' to make static property 'logger' part of global actor 'MainActor'
    |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 26 |
 27 |     /// Open mode
/host/spi-builder-workspace/Sources/SwiftSQLite/Database.swift:36:27: warning: static property 'readOnly' is not concurrency-safe because non-'Sendable' type 'Database.OpenMode' may have shared mutable state; this is an error in the Swift 6 language mode
 26 |
 27 |     /// Open mode
 28 |     public struct OpenMode : OptionSet {
    |                   `- note: consider making struct 'OpenMode' conform to the 'Sendable' protocol
 29 |         public init(rawValue:Int32){
 30 |             self.rawValue = rawValue
    :
 34 |
 35 |         /// The database is opened in read-only mode. If the database does not already exist, an error is returned.
 36 |         public static let readOnly = OpenMode(rawValue: SQLITE_OPEN_READONLY)
    |                           |- warning: static property 'readOnly' is not concurrency-safe because non-'Sendable' type 'Database.OpenMode' may have shared mutable state; this is an error in the Swift 6 language mode
    |                           |- note: add '@MainActor' to make static property 'readOnly' part of global actor 'MainActor'
    |                           `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 37 |         /// The database is opened for reading and writing if possible, or reading only if the file is write protected by the operating system. In either case the database must already exist, otherwise an error is returned.
 38 |         public static let readWrite = OpenMode(rawValue: SQLITE_OPEN_READWRITE)
/host/spi-builder-workspace/Sources/SwiftSQLite/Database.swift:38:27: warning: static property 'readWrite' is not concurrency-safe because non-'Sendable' type 'Database.OpenMode' may have shared mutable state; this is an error in the Swift 6 language mode
 26 |
 27 |     /// Open mode
 28 |     public struct OpenMode : OptionSet {
    |                   `- note: consider making struct 'OpenMode' conform to the 'Sendable' protocol
 29 |         public init(rawValue:Int32){
 30 |             self.rawValue = rawValue
    :
 36 |         public static let readOnly = OpenMode(rawValue: SQLITE_OPEN_READONLY)
 37 |         /// The database is opened for reading and writing if possible, or reading only if the file is write protected by the operating system. In either case the database must already exist, otherwise an error is returned.
 38 |         public static let readWrite = OpenMode(rawValue: SQLITE_OPEN_READWRITE)
    |                           |- warning: static property 'readWrite' is not concurrency-safe because non-'Sendable' type 'Database.OpenMode' may have shared mutable state; this is an error in the Swift 6 language mode
    |                           |- note: add '@MainActor' to make static property 'readWrite' part of global actor 'MainActor'
    |                           `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 39 |         /// The database is opened for reading and writing, and is created if it does not already exist.
 40 |         public static let create = OpenMode(rawValue: SQLITE_OPEN_CREATE | SQLITE_OPEN_READWRITE)
/host/spi-builder-workspace/Sources/SwiftSQLite/Database.swift:40:27: warning: static property 'create' is not concurrency-safe because non-'Sendable' type 'Database.OpenMode' may have shared mutable state; this is an error in the Swift 6 language mode
 26 |
 27 |     /// Open mode
 28 |     public struct OpenMode : OptionSet {
    |                   `- note: consider making struct 'OpenMode' conform to the 'Sendable' protocol
 29 |         public init(rawValue:Int32){
 30 |             self.rawValue = rawValue
    :
 38 |         public static let readWrite = OpenMode(rawValue: SQLITE_OPEN_READWRITE)
 39 |         /// The database is opened for reading and writing, and is created if it does not already exist.
 40 |         public static let create = OpenMode(rawValue: SQLITE_OPEN_CREATE | SQLITE_OPEN_READWRITE)
    |                           |- warning: static property 'create' is not concurrency-safe because non-'Sendable' type 'Database.OpenMode' may have shared mutable state; this is an error in the Swift 6 language mode
    |                           |- note: add '@MainActor' to make static property 'create' part of global actor 'MainActor'
    |                           `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 41 |     }
 42 |
[19/30] Compiling SwiftSQLCipher Date+SQL.swift
/host/spi-builder-workspace/Sources/CSQLCipherLinux/module.modulemap:3:12: error: header '/usr/include/sqlcipher/sqlite3.h' not found
1 |
2 | module CSQLCipherLinux [system] {
3 |     header "/usr/include/sqlcipher/sqlite3.h"
  |            `- error: header '/usr/include/sqlcipher/sqlite3.h' not found
4 |     link "sqlcipher"
5 |     export *
/host/spi-builder-workspace/Sources/SwiftSQLCipher/Database+Cipher.swift:12:8: error: could not build C module 'CSQLCipherLinux'
 10 | #if SWIFT_SQLITE_CIPHER
 11 |     #if os(Linux)
 12 | import CSQLCipherLinux
    |        `- error: could not build C module 'CSQLCipherLinux'
 13 |     #else
 14 | import CSQLCipher
[20/30] Compiling SwiftSQLCipher Log.swift
/host/spi-builder-workspace/Sources/CSQLCipherLinux/module.modulemap:3:12: error: header '/usr/include/sqlcipher/sqlite3.h' not found
1 |
2 | module CSQLCipherLinux [system] {
3 |     header "/usr/include/sqlcipher/sqlite3.h"
  |            `- error: header '/usr/include/sqlcipher/sqlite3.h' not found
4 |     link "sqlcipher"
5 |     export *
/host/spi-builder-workspace/Sources/SwiftSQLCipher/Database+Cipher.swift:12:8: error: could not build C module 'CSQLCipherLinux'
 10 | #if SWIFT_SQLITE_CIPHER
 11 |     #if os(Linux)
 12 | import CSQLCipherLinux
    |        `- error: could not build C module 'CSQLCipherLinux'
 13 |     #else
 14 | import CSQLCipher
[21/30] Compiling SwiftSQLCipher Statement.swift
/host/spi-builder-workspace/Sources/CSQLCipherLinux/module.modulemap:3:12: error: header '/usr/include/sqlcipher/sqlite3.h' not found
1 |
2 | module CSQLCipherLinux [system] {
3 |     header "/usr/include/sqlcipher/sqlite3.h"
  |            `- error: header '/usr/include/sqlcipher/sqlite3.h' not found
4 |     link "sqlcipher"
5 |     export *
/host/spi-builder-workspace/Sources/SwiftSQLCipher/Database+Cipher.swift:12:8: error: could not build C module 'CSQLCipherLinux'
 10 | #if SWIFT_SQLITE_CIPHER
 11 |     #if os(Linux)
 12 | import CSQLCipherLinux
    |        `- error: could not build C module 'CSQLCipherLinux'
 13 |     #else
 14 | import CSQLCipher
[22/30] Compiling SwiftSQLite Statement.swift
error: emit-module command failed with exit code 1 (use -v to see invocation)
[24/31] Compiling SwiftSQLCipher DatabaseError.swift
/host/spi-builder-workspace/Sources/CSQLCipherLinux/module.modulemap:3:12: error: header '/usr/include/sqlcipher/sqlite3.h' not found
1 |
2 | module CSQLCipherLinux [system] {
3 |     header "/usr/include/sqlcipher/sqlite3.h"
  |            `- error: header '/usr/include/sqlcipher/sqlite3.h' not found
4 |     link "sqlcipher"
5 |     export *
/host/spi-builder-workspace/Sources/SwiftSQLCipher/Database+Cipher.swift:12:8: error: could not build C module 'CSQLCipherLinux'
 10 | #if SWIFT_SQLITE_CIPHER
 11 |     #if os(Linux)
 12 | import CSQLCipherLinux
    |        `- error: could not build C module 'CSQLCipherLinux'
 13 |     #else
 14 | import CSQLCipher
/host/spi-builder-workspace/Sources/CSQLCipherLinux/module.modulemap:3:12: error: header '/usr/include/sqlcipher/sqlite3.h' not found
1 |
2 | module CSQLCipherLinux [system] {
3 |     header "/usr/include/sqlcipher/sqlite3.h"
  |            `- error: header '/usr/include/sqlcipher/sqlite3.h' not found
4 |     link "sqlcipher"
5 |     export *
/host/spi-builder-workspace/Sources/SwiftSQLCipher/Database+Cipher.swift:12:8: error: could not build C module 'CSQLCipherLinux'
 10 | #if SWIFT_SQLITE_CIPHER
 11 |     #if os(Linux)
 12 | import CSQLCipherLinux
    |        `- error: could not build C module 'CSQLCipherLinux'
 13 |     #else
 14 | import CSQLCipher
/host/spi-builder-workspace/Sources/CSQLCipherLinux/module.modulemap:3:12: error: header '/usr/include/sqlcipher/sqlite3.h' not found
1 |
2 | module CSQLCipherLinux [system] {
3 |     header "/usr/include/sqlcipher/sqlite3.h"
  |            `- error: header '/usr/include/sqlcipher/sqlite3.h' not found
4 |     link "sqlcipher"
5 |     export *
/host/spi-builder-workspace/Sources/SwiftSQLCipher/Database+Cipher.swift:12:8: error: could not build C module 'CSQLCipherLinux'
 10 | #if SWIFT_SQLITE_CIPHER
 11 |     #if os(Linux)
 12 | import CSQLCipherLinux
    |        `- error: could not build C module 'CSQLCipherLinux'
 13 |     #else
 14 | import CSQLCipher
[27/31] Emitting module SwiftSQLCipher
/host/spi-builder-workspace/Sources/CSQLCipherLinux/module.modulemap:3:12: error: header '/usr/include/sqlcipher/sqlite3.h' not found
1 |
2 | module CSQLCipherLinux [system] {
3 |     header "/usr/include/sqlcipher/sqlite3.h"
  |            `- error: header '/usr/include/sqlcipher/sqlite3.h' not found
4 |     link "sqlcipher"
5 |     export *
/host/spi-builder-workspace/Sources/SwiftSQLCipher/Database+Cipher.swift:12:8: error: could not build C module 'CSQLCipherLinux'
 10 | #if SWIFT_SQLITE_CIPHER
 11 |     #if os(Linux)
 12 | import CSQLCipherLinux
    |        `- error: could not build C module 'CSQLCipherLinux'
 13 |     #else
 14 | import CSQLCipher
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-1":/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:3bdcac04179f4ed3e5b8e9dbd6e74bbf5ebc0f4fde48bbaad7d1e5c757e65bcb
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/5] Write swift-version-24593BA9C3E375BF.txt
[2/25] Compiling SwiftSQLCipher SQLValue.swift
/host/spi-builder-workspace/Sources/CSQLCipherLinux/module.modulemap:3:12: error: header '/usr/include/sqlcipher/sqlite3.h' not found
1 |
2 | module CSQLCipherLinux [system] {
3 |     header "/usr/include/sqlcipher/sqlite3.h"
  |            `- error: header '/usr/include/sqlcipher/sqlite3.h' not found
4 |     link "sqlcipher"
5 |     export *
/host/spi-builder-workspace/Sources/SwiftSQLCipher/Database+Cipher.swift:12:8: error: could not build C module 'CSQLCipherLinux'
 10 | #if SWIFT_SQLITE_CIPHER
 11 |     #if os(Linux)
 12 | import CSQLCipherLinux
    |        `- error: could not build C module 'CSQLCipherLinux'
 13 |     #else
 14 | import CSQLCipher
[3/26] Compiling SwiftSQLCipher SQLResult.swift
/host/spi-builder-workspace/Sources/CSQLCipherLinux/module.modulemap:3:12: error: header '/usr/include/sqlcipher/sqlite3.h' not found
1 |
2 | module CSQLCipherLinux [system] {
3 |     header "/usr/include/sqlcipher/sqlite3.h"
  |            `- error: header '/usr/include/sqlcipher/sqlite3.h' not found
4 |     link "sqlcipher"
5 |     export *
/host/spi-builder-workspace/Sources/SwiftSQLCipher/Database+Cipher.swift:12:8: error: could not build C module 'CSQLCipherLinux'
 10 | #if SWIFT_SQLITE_CIPHER
 11 |     #if os(Linux)
 12 | import CSQLCipherLinux
    |        `- error: could not build C module 'CSQLCipherLinux'
 13 |     #else
 14 | import CSQLCipher
[4/26] Compiling SwiftSQLCipher Log.swift
/host/spi-builder-workspace/Sources/CSQLCipherLinux/module.modulemap:3:12: error: header '/usr/include/sqlcipher/sqlite3.h' not found
1 |
2 | module CSQLCipherLinux [system] {
3 |     header "/usr/include/sqlcipher/sqlite3.h"
  |            `- error: header '/usr/include/sqlcipher/sqlite3.h' not found
4 |     link "sqlcipher"
5 |     export *
/host/spi-builder-workspace/Sources/SwiftSQLCipher/Database+Cipher.swift:12:8: error: could not build C module 'CSQLCipherLinux'
 10 | #if SWIFT_SQLITE_CIPHER
 11 |     #if os(Linux)
 12 | import CSQLCipherLinux
    |        `- error: could not build C module 'CSQLCipherLinux'
 13 |     #else
 14 | import CSQLCipher
[5/26] Compiling SwiftSQLite Log.swift
[6/26] Compiling SwiftSQLite SQLValue.swift
[7/27] Compiling SwiftSQLCipher Date+SQL.swift
/host/spi-builder-workspace/Sources/CSQLCipherLinux/module.modulemap:3:12: error: header '/usr/include/sqlcipher/sqlite3.h' not found
1 |
2 | module CSQLCipherLinux [system] {
3 |     header "/usr/include/sqlcipher/sqlite3.h"
  |            `- error: header '/usr/include/sqlcipher/sqlite3.h' not found
4 |     link "sqlcipher"
5 |     export *
/host/spi-builder-workspace/Sources/SwiftSQLCipher/Database+Cipher.swift:12:8: error: could not build C module 'CSQLCipherLinux'
 10 | #if SWIFT_SQLITE_CIPHER
 11 |     #if os(Linux)
 12 | import CSQLCipherLinux
    |        `- error: could not build C module 'CSQLCipherLinux'
 13 |     #else
 14 | import CSQLCipher
[8/27] Compiling SwiftSQLite SQLResult.swift
[9/27] Compiling SwiftSQLite DatabaseError.swift
[10/27] Compiling SwiftSQLite Date+SQL.swift
[11/27] Emitting module SwiftSQLite
[12/27] Compiling SwiftSQLCipher Statement.swift
/host/spi-builder-workspace/Sources/CSQLCipherLinux/module.modulemap:3:12: error: header '/usr/include/sqlcipher/sqlite3.h' not found
1 |
2 | module CSQLCipherLinux [system] {
3 |     header "/usr/include/sqlcipher/sqlite3.h"
  |            `- error: header '/usr/include/sqlcipher/sqlite3.h' not found
4 |     link "sqlcipher"
5 |     export *
/host/spi-builder-workspace/Sources/SwiftSQLCipher/Database+Cipher.swift:12:8: error: could not build C module 'CSQLCipherLinux'
 10 | #if SWIFT_SQLITE_CIPHER
 11 |     #if os(Linux)
 12 | import CSQLCipherLinux
    |        `- error: could not build C module 'CSQLCipherLinux'
 13 |     #else
 14 | import CSQLCipher
[13/27] Compiling SwiftSQLite Database+Cipher.swift
[14/27] Compiling SwiftSQLite Database+Function.swift
[15/27] Compiling SwiftSQLite Statement.swift
[16/27] Compiling SwiftSQLite Database+Keychain.swift
[17/27] Compiling SwiftSQLite Database.swift
error: emit-module command failed with exit code 1 (use -v to see invocation)
[19/28] Emitting module SwiftSQLCipher
/host/spi-builder-workspace/Sources/CSQLCipherLinux/module.modulemap:3:12: error: header '/usr/include/sqlcipher/sqlite3.h' not found
1 |
2 | module CSQLCipherLinux [system] {
3 |     header "/usr/include/sqlcipher/sqlite3.h"
  |            `- error: header '/usr/include/sqlcipher/sqlite3.h' not found
4 |     link "sqlcipher"
5 |     export *
/host/spi-builder-workspace/Sources/SwiftSQLCipher/Database+Cipher.swift:12:8: error: could not build C module 'CSQLCipherLinux'
 10 | #if SWIFT_SQLITE_CIPHER
 11 |     #if os(Linux)
 12 | import CSQLCipherLinux
    |        `- error: could not build C module 'CSQLCipherLinux'
 13 |     #else
 14 | import CSQLCipher
[20/28] Compiling SwiftSQLCipher DatabaseError.swift
/host/spi-builder-workspace/Sources/CSQLCipherLinux/module.modulemap:3:12: error: header '/usr/include/sqlcipher/sqlite3.h' not found
1 |
2 | module CSQLCipherLinux [system] {
3 |     header "/usr/include/sqlcipher/sqlite3.h"
  |            `- error: header '/usr/include/sqlcipher/sqlite3.h' not found
4 |     link "sqlcipher"
5 |     export *
/host/spi-builder-workspace/Sources/SwiftSQLCipher/Database+Cipher.swift:12:8: error: could not build C module 'CSQLCipherLinux'
 10 | #if SWIFT_SQLITE_CIPHER
 11 |     #if os(Linux)
 12 | import CSQLCipherLinux
    |        `- error: could not build C module 'CSQLCipherLinux'
 13 |     #else
 14 | import CSQLCipher
/host/spi-builder-workspace/Sources/CSQLCipherLinux/module.modulemap:3:12: error: header '/usr/include/sqlcipher/sqlite3.h' not found
1 |
2 | module CSQLCipherLinux [system] {
3 |     header "/usr/include/sqlcipher/sqlite3.h"
  |            `- error: header '/usr/include/sqlcipher/sqlite3.h' not found
4 |     link "sqlcipher"
5 |     export *
/host/spi-builder-workspace/Sources/SwiftSQLCipher/Database+Cipher.swift:12:8: error: could not build C module 'CSQLCipherLinux'
 10 | #if SWIFT_SQLITE_CIPHER
 11 |     #if os(Linux)
 12 | import CSQLCipherLinux
    |        `- error: could not build C module 'CSQLCipherLinux'
 13 |     #else
 14 | import CSQLCipher
/host/spi-builder-workspace/Sources/CSQLCipherLinux/module.modulemap:3:12: error: header '/usr/include/sqlcipher/sqlite3.h' not found
1 |
2 | module CSQLCipherLinux [system] {
3 |     header "/usr/include/sqlcipher/sqlite3.h"
  |            `- error: header '/usr/include/sqlcipher/sqlite3.h' not found
4 |     link "sqlcipher"
5 |     export *
/host/spi-builder-workspace/Sources/SwiftSQLCipher/Database+Cipher.swift:12:8: error: could not build C module 'CSQLCipherLinux'
 10 | #if SWIFT_SQLITE_CIPHER
 11 |     #if os(Linux)
 12 | import CSQLCipherLinux
    |        `- error: could not build C module 'CSQLCipherLinux'
 13 |     #else
 14 | import CSQLCipher
/host/spi-builder-workspace/Sources/CSQLCipherLinux/module.modulemap:3:12: error: header '/usr/include/sqlcipher/sqlite3.h' not found
1 |
2 | module CSQLCipherLinux [system] {
3 |     header "/usr/include/sqlcipher/sqlite3.h"
  |            `- error: header '/usr/include/sqlcipher/sqlite3.h' not found
4 |     link "sqlcipher"
5 |     export *
/host/spi-builder-workspace/Sources/SwiftSQLCipher/Database+Cipher.swift:12:8: error: could not build C module 'CSQLCipherLinux'
 10 | #if SWIFT_SQLITE_CIPHER
 11 |     #if os(Linux)
 12 | import CSQLCipherLinux
    |        `- error: could not build C module 'CSQLCipherLinux'
 13 |     #else
 14 | import CSQLCipher
/host/spi-builder-workspace/Sources/CSQLCipherLinux/module.modulemap:3:12: error: header '/usr/include/sqlcipher/sqlite3.h' not found
1 |
2 | module CSQLCipherLinux [system] {
3 |     header "/usr/include/sqlcipher/sqlite3.h"
  |            `- error: header '/usr/include/sqlcipher/sqlite3.h' not found
4 |     link "sqlcipher"
5 |     export *
/host/spi-builder-workspace/Sources/SwiftSQLCipher/Database+Cipher.swift:12:8: error: could not build C module 'CSQLCipherLinux'
 10 | #if SWIFT_SQLITE_CIPHER
 11 |     #if os(Linux)
 12 | import CSQLCipherLinux
    |        `- error: could not build C module 'CSQLCipherLinux'
 13 |     #else
 14 | import CSQLCipher
BUILD FAILURE 6.1 linux