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.0 for Linux on 5 Dec 2024 20:12:06 UTC.

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4606859-0":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.0-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

Build Log

========================================
RunAll
========================================
Builder version: 4.58.5
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.0
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-4606859-0":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.0-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.0-latest: Pulling from finestructure/spi-images
Digest: sha256:47d26c99ca4f1ac0a332c85fd5b13ff4390e72115219984a57a68fe9d1063a05
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.0-latest
Building for debugging...
[0/8] Write sources
[3/8] Write swift-version-24593BA9C3E375BF.txt
[5/28] 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: annotate 'logger' with '@MainActor' if property should only be accessed from the main actor
    |                       `- 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: annotate 'readOnly' with '@MainActor' if property should only be accessed from the main actor
    |                           `- 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: annotate 'readWrite' with '@MainActor' if property should only be accessed from the main actor
    |                           `- 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: annotate 'create' with '@MainActor' if property should only be accessed from the main actor
    |                           `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 41 |     }
 42 |
[6/29] Compiling SwiftSQLCipher Database+Cipher.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: annotate 'logger' with '@MainActor' if property should only be accessed from the main actor
    |                       `- 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: annotate 'readOnly' with '@MainActor' if property should only be accessed from the main actor
    |                           `- 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: annotate 'readWrite' with '@MainActor' if property should only be accessed from the main actor
    |                           `- 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: annotate 'create' with '@MainActor' if property should only be accessed from the main actor
    |                           `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 41 |     }
 42 |
[7/29] Compiling SwiftSQLCipher Database+Function.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: annotate 'logger' with '@MainActor' if property should only be accessed from the main actor
    |                       `- 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: annotate 'readOnly' with '@MainActor' if property should only be accessed from the main actor
    |                           `- 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: annotate 'readWrite' with '@MainActor' if property should only be accessed from the main actor
    |                           `- 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: annotate 'create' with '@MainActor' if property should only be accessed from the main actor
    |                           `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 41 |     }
 42 |
[8/29] Compiling SwiftSQLite SQLValue.swift
[9/29] Compiling SwiftSQLite DatabaseError.swift
[10/29] 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
[11/30] Compiling SwiftSQLite Statement.swift
[12/30] Compiling SwiftSQLite SQLResult.swift
[13/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
[14/30] 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
[15/30] Compiling SwiftSQLite Date+SQL.swift
[16/30] Compiling SwiftSQLCipher Database+Keychain.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
[17/30] Compiling SwiftSQLCipher Database.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
[18/30] Compiling SwiftSQLite Log.swift
[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 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
[24/31] 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
error: emit-module command failed with exit code 1 (use -v to see invocation)
[25/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
/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.0 linux