Build Information
Failed to build mysql-swift, reference 0.9.5 (74f32e
), with Swift 6.1 for Linux on 26 Apr 2025 21:43:37 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.61.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/novi/mysql-swift.git
Reference: 0.9.5
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/novi/mysql-swift
* tag 0.9.5 -> FETCH_HEAD
HEAD is now at 74f32e3 Update to Swift 5.2 manifesto (#105)
Cloned https://github.com/novi/mysql-swift.git
Revision (git rev-parse @):
74f32e3004e305024afded0c0540eafd822e149b
SUCCESS checkout https://github.com/novi/mysql-swift.git at 0.9.5
========================================
Build
========================================
Selected platform: linux
Swift version: 6.1
Building package at path: $PWD
https://github.com/novi/mysql-swift.git
https://github.com/novi/mysql-swift.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
"dependencies" : [
],
"manifest_display_name" : "mysql-swift",
"name" : "mysql-swift",
"path" : "/host/spi-builder-workspace",
"platforms" : [
],
"products" : [
{
"name" : "MySQL",
"targets" : [
"MySQL"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "SQLFormatterTests",
"module_type" : "SwiftTarget",
"name" : "SQLFormatterTests",
"path" : "Tests/SQLFormatterTests",
"sources" : [
"SQLFormatterTests.swift",
"XCTestManifests.swift"
],
"target_dependencies" : [
"MySQL"
],
"type" : "test"
},
{
"c99name" : "SQLFormatter",
"module_type" : "SwiftTarget",
"name" : "SQLFormatter",
"path" : "Sources/SQLFormatter",
"product_memberships" : [
"MySQL"
],
"sources" : [
"Error.swift",
"QueryFormatter.swift"
],
"type" : "library"
},
{
"c99name" : "MySQLTests",
"module_type" : "SwiftTarget",
"name" : "MySQLTests",
"path" : "Tests/MySQLTests",
"sources" : [
"BlobTests.swift",
"ConnectionPoolTests.swift",
"ConnectionTests.swift",
"DateTests.swift",
"EscapeTests.swift",
"Model.swift",
"MySQLConnection.swift",
"QueryDecimalTypeTests.swift",
"QueryFormatterTests.swift",
"QueryParameterTests.swift",
"QueryTests.swift",
"QueryURLTypeTests.swift",
"XCTestManifests.swift"
],
"target_dependencies" : [
"MySQL"
],
"type" : "test"
},
{
"c99name" : "MySQL",
"module_type" : "SwiftTarget",
"name" : "MySQL",
"path" : "Sources/MySQL",
"product_memberships" : [
"MySQL"
],
"sources" : [
"AutoincrementID.swift",
"Blob.swift",
"Connection.swift",
"ConnectionPool.swift",
"Date.swift",
"Error.swift",
"IDType.swift",
"Query.swift",
"QueryParameter-Data.swift",
"QueryParameterType.swift",
"RawRepresentableParameter.swift",
"Result-SQLRawStringDecodable.swift",
"Result.swift",
"Sync.swift",
"Transaction.swift"
],
"target_dependencies" : [
"CMySQL",
"SQLFormatter"
],
"type" : "library"
},
{
"c99name" : "CMySQL",
"module_type" : "SystemLibraryTarget",
"name" : "CMySQL",
"path" : "Sources/cmysql",
"product_memberships" : [
"MySQL"
],
"sources" : [
],
"type" : "system-target"
}
],
"tools_version" : "5.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 -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
warning: you may be able to install cmysql using your system-packager:
apt-get install libmysqlclient-dev
warning: you may be able to install cmysql using your system-packager:
apt-get install libmysqlclient-dev
Building for debugging...
[0/3] Write sources
[2/3] Write swift-version-24593BA9C3E375BF.txt
[4/6] Emitting module SQLFormatter
[5/6] Compiling SQLFormatter Error.swift
[6/6] Compiling SQLFormatter QueryFormatter.swift
[8/22] Compiling MySQL RawRepresentableParameter.swift
<module-includes>:1:10: note: in file included from <module-includes>:1:
1 | #include "shim.h"
| `- note: in file included from <module-includes>:1:
2 |
/host/spi-builder-workspace/Sources/cmysql/shim.h:4:10: error: 'mysql/mysql.h' file not found
2 | #define __CMYSQL_SHIM_H__
3 |
4 | #include <mysql/mysql.h>
| `- error: 'mysql/mysql.h' file not found
5 |
6 | #if LIBMYSQL_VERSION_ID >= 80000
/host/spi-builder-workspace/Sources/MySQL/Connection.swift:9:8: error: could not build C module 'CMySQL'
7 | //
8 |
9 | import CMySQL
| `- error: could not build C module 'CMySQL'
10 | import CoreFoundation
11 | import Foundation
[9/22] Compiling MySQL Result-SQLRawStringDecodable.swift
<module-includes>:1:10: note: in file included from <module-includes>:1:
1 | #include "shim.h"
| `- note: in file included from <module-includes>:1:
2 |
/host/spi-builder-workspace/Sources/cmysql/shim.h:4:10: error: 'mysql/mysql.h' file not found
2 | #define __CMYSQL_SHIM_H__
3 |
4 | #include <mysql/mysql.h>
| `- error: 'mysql/mysql.h' file not found
5 |
6 | #if LIBMYSQL_VERSION_ID >= 80000
/host/spi-builder-workspace/Sources/MySQL/Connection.swift:9:8: error: could not build C module 'CMySQL'
7 | //
8 |
9 | import CMySQL
| `- error: could not build C module 'CMySQL'
10 | import CoreFoundation
11 | import Foundation
[10/22] Compiling MySQL Result.swift
<module-includes>:1:10: note: in file included from <module-includes>:1:
1 | #include "shim.h"
| `- note: in file included from <module-includes>:1:
2 |
/host/spi-builder-workspace/Sources/cmysql/shim.h:4:10: error: 'mysql/mysql.h' file not found
2 | #define __CMYSQL_SHIM_H__
3 |
4 | #include <mysql/mysql.h>
| `- error: 'mysql/mysql.h' file not found
5 |
6 | #if LIBMYSQL_VERSION_ID >= 80000
/host/spi-builder-workspace/Sources/MySQL/Connection.swift:9:8: error: could not build C module 'CMySQL'
7 | //
8 |
9 | import CMySQL
| `- error: could not build C module 'CMySQL'
10 | import CoreFoundation
11 | import Foundation
[11/22] Compiling MySQL Sync.swift
<module-includes>:1:10: note: in file included from <module-includes>:1:
1 | #include "shim.h"
| `- note: in file included from <module-includes>:1:
2 |
/host/spi-builder-workspace/Sources/cmysql/shim.h:4:10: error: 'mysql/mysql.h' file not found
2 | #define __CMYSQL_SHIM_H__
3 |
4 | #include <mysql/mysql.h>
| `- error: 'mysql/mysql.h' file not found
5 |
6 | #if LIBMYSQL_VERSION_ID >= 80000
/host/spi-builder-workspace/Sources/MySQL/Connection.swift:9:8: error: could not build C module 'CMySQL'
7 | //
8 |
9 | import CMySQL
| `- error: could not build C module 'CMySQL'
10 | import CoreFoundation
11 | import Foundation
[12/23] Compiling MySQL QueryParameter-Data.swift
<module-includes>:1:10: note: in file included from <module-includes>:1:
1 | #include "shim.h"
| `- note: in file included from <module-includes>:1:
2 |
/host/spi-builder-workspace/Sources/cmysql/shim.h:4:10: error: 'mysql/mysql.h' file not found
2 | #define __CMYSQL_SHIM_H__
3 |
4 | #include <mysql/mysql.h>
| `- error: 'mysql/mysql.h' file not found
5 |
6 | #if LIBMYSQL_VERSION_ID >= 80000
/host/spi-builder-workspace/Sources/MySQL/Connection.swift:9:8: error: could not build C module 'CMySQL'
7 | //
8 |
9 | import CMySQL
| `- error: could not build C module 'CMySQL'
10 | import CoreFoundation
11 | import Foundation
[13/23] Compiling MySQL QueryParameterType.swift
<module-includes>:1:10: note: in file included from <module-includes>:1:
1 | #include "shim.h"
| `- note: in file included from <module-includes>:1:
2 |
/host/spi-builder-workspace/Sources/cmysql/shim.h:4:10: error: 'mysql/mysql.h' file not found
2 | #define __CMYSQL_SHIM_H__
3 |
4 | #include <mysql/mysql.h>
| `- error: 'mysql/mysql.h' file not found
5 |
6 | #if LIBMYSQL_VERSION_ID >= 80000
/host/spi-builder-workspace/Sources/MySQL/Connection.swift:9:8: error: could not build C module 'CMySQL'
7 | //
8 |
9 | import CMySQL
| `- error: could not build C module 'CMySQL'
10 | import CoreFoundation
11 | import Foundation
[14/23] Compiling MySQL Transaction.swift
<module-includes>:1:10: note: in file included from <module-includes>:1:
1 | #include "shim.h"
| `- note: in file included from <module-includes>:1:
2 |
/host/spi-builder-workspace/Sources/cmysql/shim.h:4:10: error: 'mysql/mysql.h' file not found
2 | #define __CMYSQL_SHIM_H__
3 |
4 | #include <mysql/mysql.h>
| `- error: 'mysql/mysql.h' file not found
5 |
6 | #if LIBMYSQL_VERSION_ID >= 80000
/host/spi-builder-workspace/Sources/MySQL/Connection.swift:9:8: error: could not build C module 'CMySQL'
7 | //
8 |
9 | import CMySQL
| `- error: could not build C module 'CMySQL'
10 | import CoreFoundation
11 | import Foundation
[15/23] Compiling MySQL Date.swift
<module-includes>:1:10: note: in file included from <module-includes>:1:
1 | #include "shim.h"
| `- note: in file included from <module-includes>:1:
2 |
/host/spi-builder-workspace/Sources/cmysql/shim.h:4:10: error: 'mysql/mysql.h' file not found
2 | #define __CMYSQL_SHIM_H__
3 |
4 | #include <mysql/mysql.h>
| `- error: 'mysql/mysql.h' file not found
5 |
6 | #if LIBMYSQL_VERSION_ID >= 80000
/host/spi-builder-workspace/Sources/MySQL/Connection.swift:9:8: error: could not build C module 'CMySQL'
7 | //
8 |
9 | import CMySQL
| `- error: could not build C module 'CMySQL'
10 | import CoreFoundation
11 | import Foundation
[16/23] Compiling MySQL Error.swift
<module-includes>:1:10: note: in file included from <module-includes>:1:
1 | #include "shim.h"
| `- note: in file included from <module-includes>:1:
2 |
/host/spi-builder-workspace/Sources/cmysql/shim.h:4:10: error: 'mysql/mysql.h' file not found
2 | #define __CMYSQL_SHIM_H__
3 |
4 | #include <mysql/mysql.h>
| `- error: 'mysql/mysql.h' file not found
5 |
6 | #if LIBMYSQL_VERSION_ID >= 80000
/host/spi-builder-workspace/Sources/MySQL/Connection.swift:9:8: error: could not build C module 'CMySQL'
7 | //
8 |
9 | import CMySQL
| `- error: could not build C module 'CMySQL'
10 | import CoreFoundation
11 | import Foundation
[17/23] Compiling MySQL IDType.swift
<module-includes>:1:10: note: in file included from <module-includes>:1:
1 | #include "shim.h"
| `- note: in file included from <module-includes>:1:
2 |
/host/spi-builder-workspace/Sources/cmysql/shim.h:4:10: error: 'mysql/mysql.h' file not found
2 | #define __CMYSQL_SHIM_H__
3 |
4 | #include <mysql/mysql.h>
| `- error: 'mysql/mysql.h' file not found
5 |
6 | #if LIBMYSQL_VERSION_ID >= 80000
/host/spi-builder-workspace/Sources/MySQL/Connection.swift:9:8: error: could not build C module 'CMySQL'
7 | //
8 |
9 | import CMySQL
| `- error: could not build C module 'CMySQL'
10 | import CoreFoundation
11 | import Foundation
[18/23] Compiling MySQL Query.swift
<module-includes>:1:10: note: in file included from <module-includes>:1:
1 | #include "shim.h"
| `- note: in file included from <module-includes>:1:
2 |
/host/spi-builder-workspace/Sources/cmysql/shim.h:4:10: error: 'mysql/mysql.h' file not found
2 | #define __CMYSQL_SHIM_H__
3 |
4 | #include <mysql/mysql.h>
| `- error: 'mysql/mysql.h' file not found
5 |
6 | #if LIBMYSQL_VERSION_ID >= 80000
/host/spi-builder-workspace/Sources/MySQL/Connection.swift:9:8: error: could not build C module 'CMySQL'
7 | //
8 |
9 | import CMySQL
| `- error: could not build C module 'CMySQL'
10 | import CoreFoundation
11 | import Foundation
error: emit-module command failed with exit code 1 (use -v to see invocation)
[19/23] Emitting module MySQL
<module-includes>:1:10: note: in file included from <module-includes>:1:
1 | #include "shim.h"
| `- note: in file included from <module-includes>:1:
2 |
/host/spi-builder-workspace/Sources/cmysql/shim.h:4:10: error: 'mysql/mysql.h' file not found
2 | #define __CMYSQL_SHIM_H__
3 |
4 | #include <mysql/mysql.h>
| `- error: 'mysql/mysql.h' file not found
5 |
6 | #if LIBMYSQL_VERSION_ID >= 80000
/host/spi-builder-workspace/Sources/MySQL/Connection.swift:9:8: error: could not build C module 'CMySQL'
7 | //
8 |
9 | import CMySQL
| `- error: could not build C module 'CMySQL'
10 | import CoreFoundation
11 | import Foundation
[20/23] Compiling MySQL AutoincrementID.swift
<module-includes>:1:10: note: in file included from <module-includes>:1:
1 | #include "shim.h"
| `- note: in file included from <module-includes>:1:
2 |
/host/spi-builder-workspace/Sources/cmysql/shim.h:4:10: error: 'mysql/mysql.h' file not found
2 | #define __CMYSQL_SHIM_H__
3 |
4 | #include <mysql/mysql.h>
| `- error: 'mysql/mysql.h' file not found
5 |
6 | #if LIBMYSQL_VERSION_ID >= 80000
/host/spi-builder-workspace/Sources/MySQL/Connection.swift:9:8: error: could not build C module 'CMySQL'
7 | //
8 |
9 | import CMySQL
| `- error: could not build C module 'CMySQL'
10 | import CoreFoundation
11 | import Foundation
[21/23] Compiling MySQL Blob.swift
<module-includes>:1:10: note: in file included from <module-includes>:1:
1 | #include "shim.h"
| `- note: in file included from <module-includes>:1:
2 |
/host/spi-builder-workspace/Sources/cmysql/shim.h:4:10: error: 'mysql/mysql.h' file not found
2 | #define __CMYSQL_SHIM_H__
3 |
4 | #include <mysql/mysql.h>
| `- error: 'mysql/mysql.h' file not found
5 |
6 | #if LIBMYSQL_VERSION_ID >= 80000
/host/spi-builder-workspace/Sources/MySQL/Connection.swift:9:8: error: could not build C module 'CMySQL'
7 | //
8 |
9 | import CMySQL
| `- error: could not build C module 'CMySQL'
10 | import CoreFoundation
11 | import Foundation
[22/23] Compiling MySQL Connection.swift
<module-includes>:1:10: note: in file included from <module-includes>:1:
1 | #include "shim.h"
| `- note: in file included from <module-includes>:1:
2 |
/host/spi-builder-workspace/Sources/cmysql/shim.h:4:10: error: 'mysql/mysql.h' file not found
2 | #define __CMYSQL_SHIM_H__
3 |
4 | #include <mysql/mysql.h>
| `- error: 'mysql/mysql.h' file not found
5 |
6 | #if LIBMYSQL_VERSION_ID >= 80000
/host/spi-builder-workspace/Sources/MySQL/Connection.swift:9:8: error: could not build C module 'CMySQL'
7 | //
8 |
9 | import CMySQL
| `- error: could not build C module 'CMySQL'
10 | import CoreFoundation
11 | import Foundation
[23/23] Compiling MySQL ConnectionPool.swift
<module-includes>:1:10: note: in file included from <module-includes>:1:
1 | #include "shim.h"
| `- note: in file included from <module-includes>:1:
2 |
/host/spi-builder-workspace/Sources/cmysql/shim.h:4:10: error: 'mysql/mysql.h' file not found
2 | #define __CMYSQL_SHIM_H__
3 |
4 | #include <mysql/mysql.h>
| `- error: 'mysql/mysql.h' file not found
5 |
6 | #if LIBMYSQL_VERSION_ID >= 80000
/host/spi-builder-workspace/Sources/MySQL/Connection.swift:9:8: error: could not build C module 'CMySQL'
7 | //
8 |
9 | import CMySQL
| `- error: could not build C module 'CMySQL'
10 | import CoreFoundation
11 | import Foundation
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:3bdcac04179f4ed3e5b8e9dbd6e74bbf5ebc0f4fde48bbaad7d1e5c757e65bcb
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.1-latest
warning: you may be able to install cmysql using your system-packager:
apt-get install libmysqlclient-dev
warning: you may be able to install cmysql using your system-packager:
apt-get install libmysqlclient-dev
[0/1] Planning build
Building for debugging...
[0/1] Write swift-version-24593BA9C3E375BF.txt
[2/4] Emitting module SQLFormatter
[3/4] Compiling SQLFormatter Error.swift
[4/4] Compiling SQLFormatter QueryFormatter.swift
[6/20] Compiling MySQL RawRepresentableParameter.swift
<module-includes>:1:10: note: in file included from <module-includes>:1:
1 | #include "shim.h"
| `- note: in file included from <module-includes>:1:
2 |
/host/spi-builder-workspace/Sources/cmysql/shim.h:4:10: error: 'mysql/mysql.h' file not found
2 | #define __CMYSQL_SHIM_H__
3 |
4 | #include <mysql/mysql.h>
| `- error: 'mysql/mysql.h' file not found
5 |
6 | #if LIBMYSQL_VERSION_ID >= 80000
/host/spi-builder-workspace/Sources/MySQL/Connection.swift:9:8: error: could not build C module 'CMySQL'
7 | //
8 |
9 | import CMySQL
| `- error: could not build C module 'CMySQL'
10 | import CoreFoundation
11 | import Foundation
[7/20] Compiling MySQL Result-SQLRawStringDecodable.swift
<module-includes>:1:10: note: in file included from <module-includes>:1:
1 | #include "shim.h"
| `- note: in file included from <module-includes>:1:
2 |
/host/spi-builder-workspace/Sources/cmysql/shim.h:4:10: error: 'mysql/mysql.h' file not found
2 | #define __CMYSQL_SHIM_H__
3 |
4 | #include <mysql/mysql.h>
| `- error: 'mysql/mysql.h' file not found
5 |
6 | #if LIBMYSQL_VERSION_ID >= 80000
/host/spi-builder-workspace/Sources/MySQL/Connection.swift:9:8: error: could not build C module 'CMySQL'
7 | //
8 |
9 | import CMySQL
| `- error: could not build C module 'CMySQL'
10 | import CoreFoundation
11 | import Foundation
[8/20] Compiling MySQL Result.swift
<module-includes>:1:10: note: in file included from <module-includes>:1:
1 | #include "shim.h"
| `- note: in file included from <module-includes>:1:
2 |
/host/spi-builder-workspace/Sources/cmysql/shim.h:4:10: error: 'mysql/mysql.h' file not found
2 | #define __CMYSQL_SHIM_H__
3 |
4 | #include <mysql/mysql.h>
| `- error: 'mysql/mysql.h' file not found
5 |
6 | #if LIBMYSQL_VERSION_ID >= 80000
/host/spi-builder-workspace/Sources/MySQL/Connection.swift:9:8: error: could not build C module 'CMySQL'
7 | //
8 |
9 | import CMySQL
| `- error: could not build C module 'CMySQL'
10 | import CoreFoundation
11 | import Foundation
[9/20] Compiling MySQL Sync.swift
<module-includes>:1:10: note: in file included from <module-includes>:1:
1 | #include "shim.h"
| `- note: in file included from <module-includes>:1:
2 |
/host/spi-builder-workspace/Sources/cmysql/shim.h:4:10: error: 'mysql/mysql.h' file not found
2 | #define __CMYSQL_SHIM_H__
3 |
4 | #include <mysql/mysql.h>
| `- error: 'mysql/mysql.h' file not found
5 |
6 | #if LIBMYSQL_VERSION_ID >= 80000
/host/spi-builder-workspace/Sources/MySQL/Connection.swift:9:8: error: could not build C module 'CMySQL'
7 | //
8 |
9 | import CMySQL
| `- error: could not build C module 'CMySQL'
10 | import CoreFoundation
11 | import Foundation
[10/21] Compiling MySQL QueryParameter-Data.swift
<module-includes>:1:10: note: in file included from <module-includes>:1:
1 | #include "shim.h"
| `- note: in file included from <module-includes>:1:
2 |
/host/spi-builder-workspace/Sources/cmysql/shim.h:4:10: error: 'mysql/mysql.h' file not found
2 | #define __CMYSQL_SHIM_H__
3 |
4 | #include <mysql/mysql.h>
| `- error: 'mysql/mysql.h' file not found
5 |
6 | #if LIBMYSQL_VERSION_ID >= 80000
/host/spi-builder-workspace/Sources/MySQL/Connection.swift:9:8: error: could not build C module 'CMySQL'
7 | //
8 |
9 | import CMySQL
| `- error: could not build C module 'CMySQL'
10 | import CoreFoundation
11 | import Foundation
[11/21] Compiling MySQL QueryParameterType.swift
<module-includes>:1:10: note: in file included from <module-includes>:1:
1 | #include "shim.h"
| `- note: in file included from <module-includes>:1:
2 |
/host/spi-builder-workspace/Sources/cmysql/shim.h:4:10: error: 'mysql/mysql.h' file not found
2 | #define __CMYSQL_SHIM_H__
3 |
4 | #include <mysql/mysql.h>
| `- error: 'mysql/mysql.h' file not found
5 |
6 | #if LIBMYSQL_VERSION_ID >= 80000
/host/spi-builder-workspace/Sources/MySQL/Connection.swift:9:8: error: could not build C module 'CMySQL'
7 | //
8 |
9 | import CMySQL
| `- error: could not build C module 'CMySQL'
10 | import CoreFoundation
11 | import Foundation
[12/21] Compiling MySQL Transaction.swift
<module-includes>:1:10: note: in file included from <module-includes>:1:
1 | #include "shim.h"
| `- note: in file included from <module-includes>:1:
2 |
/host/spi-builder-workspace/Sources/cmysql/shim.h:4:10: error: 'mysql/mysql.h' file not found
2 | #define __CMYSQL_SHIM_H__
3 |
4 | #include <mysql/mysql.h>
| `- error: 'mysql/mysql.h' file not found
5 |
6 | #if LIBMYSQL_VERSION_ID >= 80000
/host/spi-builder-workspace/Sources/MySQL/Connection.swift:9:8: error: could not build C module 'CMySQL'
7 | //
8 |
9 | import CMySQL
| `- error: could not build C module 'CMySQL'
10 | import CoreFoundation
11 | import Foundation
error: emit-module command failed with exit code 1 (use -v to see invocation)
[13/21] Emitting module MySQL
<module-includes>:1:10: note: in file included from <module-includes>:1:
1 | #include "shim.h"
| `- note: in file included from <module-includes>:1:
2 |
/host/spi-builder-workspace/Sources/cmysql/shim.h:4:10: error: 'mysql/mysql.h' file not found
2 | #define __CMYSQL_SHIM_H__
3 |
4 | #include <mysql/mysql.h>
| `- error: 'mysql/mysql.h' file not found
5 |
6 | #if LIBMYSQL_VERSION_ID >= 80000
/host/spi-builder-workspace/Sources/MySQL/Connection.swift:9:8: error: could not build C module 'CMySQL'
7 | //
8 |
9 | import CMySQL
| `- error: could not build C module 'CMySQL'
10 | import CoreFoundation
11 | import Foundation
[14/21] Compiling MySQL Date.swift
<module-includes>:1:10: note: in file included from <module-includes>:1:
1 | #include "shim.h"
| `- note: in file included from <module-includes>:1:
2 |
/host/spi-builder-workspace/Sources/cmysql/shim.h:4:10: error: 'mysql/mysql.h' file not found
2 | #define __CMYSQL_SHIM_H__
3 |
4 | #include <mysql/mysql.h>
| `- error: 'mysql/mysql.h' file not found
5 |
6 | #if LIBMYSQL_VERSION_ID >= 80000
/host/spi-builder-workspace/Sources/MySQL/Connection.swift:9:8: error: could not build C module 'CMySQL'
7 | //
8 |
9 | import CMySQL
| `- error: could not build C module 'CMySQL'
10 | import CoreFoundation
11 | import Foundation
[15/21] Compiling MySQL Error.swift
<module-includes>:1:10: note: in file included from <module-includes>:1:
1 | #include "shim.h"
| `- note: in file included from <module-includes>:1:
2 |
/host/spi-builder-workspace/Sources/cmysql/shim.h:4:10: error: 'mysql/mysql.h' file not found
2 | #define __CMYSQL_SHIM_H__
3 |
4 | #include <mysql/mysql.h>
| `- error: 'mysql/mysql.h' file not found
5 |
6 | #if LIBMYSQL_VERSION_ID >= 80000
/host/spi-builder-workspace/Sources/MySQL/Connection.swift:9:8: error: could not build C module 'CMySQL'
7 | //
8 |
9 | import CMySQL
| `- error: could not build C module 'CMySQL'
10 | import CoreFoundation
11 | import Foundation
[16/21] Compiling MySQL Connection.swift
<module-includes>:1:10: note: in file included from <module-includes>:1:
1 | #include "shim.h"
| `- note: in file included from <module-includes>:1:
2 |
/host/spi-builder-workspace/Sources/cmysql/shim.h:4:10: error: 'mysql/mysql.h' file not found
2 | #define __CMYSQL_SHIM_H__
3 |
4 | #include <mysql/mysql.h>
| `- error: 'mysql/mysql.h' file not found
5 |
6 | #if LIBMYSQL_VERSION_ID >= 80000
/host/spi-builder-workspace/Sources/MySQL/Connection.swift:9:8: error: could not build C module 'CMySQL'
7 | //
8 |
9 | import CMySQL
| `- error: could not build C module 'CMySQL'
10 | import CoreFoundation
11 | import Foundation
[17/21] Compiling MySQL ConnectionPool.swift
<module-includes>:1:10: note: in file included from <module-includes>:1:
1 | #include "shim.h"
| `- note: in file included from <module-includes>:1:
2 |
/host/spi-builder-workspace/Sources/cmysql/shim.h:4:10: error: 'mysql/mysql.h' file not found
2 | #define __CMYSQL_SHIM_H__
3 |
4 | #include <mysql/mysql.h>
| `- error: 'mysql/mysql.h' file not found
5 |
6 | #if LIBMYSQL_VERSION_ID >= 80000
/host/spi-builder-workspace/Sources/MySQL/Connection.swift:9:8: error: could not build C module 'CMySQL'
7 | //
8 |
9 | import CMySQL
| `- error: could not build C module 'CMySQL'
10 | import CoreFoundation
11 | import Foundation
[18/21] Compiling MySQL IDType.swift
<module-includes>:1:10: note: in file included from <module-includes>:1:
1 | #include "shim.h"
| `- note: in file included from <module-includes>:1:
2 |
/host/spi-builder-workspace/Sources/cmysql/shim.h:4:10: error: 'mysql/mysql.h' file not found
2 | #define __CMYSQL_SHIM_H__
3 |
4 | #include <mysql/mysql.h>
| `- error: 'mysql/mysql.h' file not found
5 |
6 | #if LIBMYSQL_VERSION_ID >= 80000
/host/spi-builder-workspace/Sources/MySQL/Connection.swift:9:8: error: could not build C module 'CMySQL'
7 | //
8 |
9 | import CMySQL
| `- error: could not build C module 'CMySQL'
10 | import CoreFoundation
11 | import Foundation
[19/21] Compiling MySQL Query.swift
<module-includes>:1:10: note: in file included from <module-includes>:1:
1 | #include "shim.h"
| `- note: in file included from <module-includes>:1:
2 |
/host/spi-builder-workspace/Sources/cmysql/shim.h:4:10: error: 'mysql/mysql.h' file not found
2 | #define __CMYSQL_SHIM_H__
3 |
4 | #include <mysql/mysql.h>
| `- error: 'mysql/mysql.h' file not found
5 |
6 | #if LIBMYSQL_VERSION_ID >= 80000
/host/spi-builder-workspace/Sources/MySQL/Connection.swift:9:8: error: could not build C module 'CMySQL'
7 | //
8 |
9 | import CMySQL
| `- error: could not build C module 'CMySQL'
10 | import CoreFoundation
11 | import Foundation
[20/21] Compiling MySQL AutoincrementID.swift
<module-includes>:1:10: note: in file included from <module-includes>:1:
1 | #include "shim.h"
| `- note: in file included from <module-includes>:1:
2 |
/host/spi-builder-workspace/Sources/cmysql/shim.h:4:10: error: 'mysql/mysql.h' file not found
2 | #define __CMYSQL_SHIM_H__
3 |
4 | #include <mysql/mysql.h>
| `- error: 'mysql/mysql.h' file not found
5 |
6 | #if LIBMYSQL_VERSION_ID >= 80000
/host/spi-builder-workspace/Sources/MySQL/Connection.swift:9:8: error: could not build C module 'CMySQL'
7 | //
8 |
9 | import CMySQL
| `- error: could not build C module 'CMySQL'
10 | import CoreFoundation
11 | import Foundation
[21/21] Compiling MySQL Blob.swift
<module-includes>:1:10: note: in file included from <module-includes>:1:
1 | #include "shim.h"
| `- note: in file included from <module-includes>:1:
2 |
/host/spi-builder-workspace/Sources/cmysql/shim.h:4:10: error: 'mysql/mysql.h' file not found
2 | #define __CMYSQL_SHIM_H__
3 |
4 | #include <mysql/mysql.h>
| `- error: 'mysql/mysql.h' file not found
5 |
6 | #if LIBMYSQL_VERSION_ID >= 80000
/host/spi-builder-workspace/Sources/MySQL/Connection.swift:9:8: error: could not build C module 'CMySQL'
7 | //
8 |
9 | import CMySQL
| `- error: could not build C module 'CMySQL'
10 | import CoreFoundation
11 | import Foundation
BUILD FAILURE 6.1 linux