The Swift Package Index logo.Swift Package Index

Build Information

Failed to build PerfectMySQL with Swift 5.10 for Linux.

Build Command

bash -c docker run --rm -v "checkouts-4606859-1":/host -w "$workDir" registry.gitlab.com/finestructure/spi-images:basic-5.10-latest swift build 2>&1

Build Log

========================================
RunAll
========================================
Builder version: 4.29.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/perfectlysoft/perfect-mysql.git
Reference: 3.5.1
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/perfectlysoft/perfect-mysql
 * tag               3.5.1      -> FETCH_HEAD
HEAD is now at fe63085 tabs yo
Cloned https://github.com/perfectlysoft/perfect-mysql.git
Revision (git rev-parse @):
fe63085fe4639944657bf2f33b775e8036974eef
SUCCESS checkout https://github.com/perfectlysoft/perfect-mysql.git at 3.5.1
========================================
Build
========================================
Selected platform:         linux
Swift version:             5.10
Building package at path:  $workDir
https://github.com/perfectlysoft/perfect-mysql.git
Running build ...
bash -c docker run --rm -v "checkouts-4606859-1":/host -w "$workDir" registry.gitlab.com/finestructure/spi-images:basic-5.10-latest swift build 2>&1
Fetching https://github.com/PerfectlySoft/Perfect-CRUD.git
Fetching https://github.com/PerfectlySoft/Perfect-mysqlclient-Linux.git
[1/1190] Fetching perfect-crud
[1191/1235] Fetching perfect-crud, perfect-mysqlclient-linux
Fetched https://github.com/PerfectlySoft/Perfect-mysqlclient-Linux.git from cache (0.59s)
Fetched https://github.com/PerfectlySoft/Perfect-CRUD.git from cache (0.59s)
Computing version for https://github.com/PerfectlySoft/Perfect-CRUD.git
Computed https://github.com/PerfectlySoft/Perfect-CRUD.git at 1.2.3 (0.40s)
Computing version for https://github.com/PerfectlySoft/Perfect-mysqlclient-Linux.git
Computed https://github.com/PerfectlySoft/Perfect-mysqlclient-Linux.git at 2.1.0 (0.41s)
Creating working copy for https://github.com/PerfectlySoft/Perfect-CRUD.git
Working copy of https://github.com/PerfectlySoft/Perfect-CRUD.git resolved at 1.2.3
Creating working copy for https://github.com/PerfectlySoft/Perfect-mysqlclient-Linux.git
Working copy of https://github.com/PerfectlySoft/Perfect-mysqlclient-Linux.git resolved at 2.1.0
warning: 'perfect-mysqlclient-linux': ignoring declared target(s) 'mysqlclient' in the system package
warning: 'spi-builder-workspace': dependency 'perfect-mysqlclient-linux' is not used by any target
warning: you may be able to install mysqlclient using your system-packager:
    apt-get install libmysqlclient-dev
Building for debugging...
[0/3] Write sources
[2/3] Write swift-version-24593BA9C3E375BF.txt
[4/27] Emitting module PerfectCRUD
[5/30] Compiling PerfectCRUD Table.swift
[6/30] Compiling PerfectCRUD Update.swift
[7/30] Compiling PerfectCRUD Where.swift
[8/30] Compiling PerfectCRUD CodingNames.swift
[9/30] Compiling PerfectCRUD CodingRows.swift
[10/30] Compiling PerfectCRUD Create.swift
[11/30] Compiling PerfectCRUD Database.swift
[12/30] Compiling PerfectCRUD Equality.swift
[13/30] Compiling PerfectCRUD EqualityInts.swift
[14/30] Compiling PerfectCRUD Expression.swift
[15/30] Compiling PerfectCRUD Coding.swift
[16/30] Compiling PerfectCRUD CodingBindings.swift
[17/30] Compiling PerfectCRUD CodingJoins.swift
[18/30] Compiling PerfectCRUD CodingKeyPaths.swift
[19/30] Compiling PerfectCRUD Logical.swift
[20/30] Compiling PerfectCRUD Insert.swift
[21/30] Compiling PerfectCRUD Join.swift
[22/30] Compiling PerfectCRUD Delete.swift
[23/30] Compiling PerfectCRUD Comparison.swift
[24/30] Compiling PerfectCRUD ComparisonInts.swift
[25/30] Compiling PerfectCRUD Logging.swift
[26/30] Compiling PerfectCRUD PerfectCRUD.swift
[27/30] Compiling PerfectCRUD Select.swift
[28/30] Compiling PerfectCRUD In.swift
[29/30] Compiling PerfectCRUD InInts.swift
[30/30] Compiling PerfectCRUD Like.swift
[32/36] Compiling PerfectMySQL PerfectMySQL.swift
/host/spi-builder-workspace/.build/checkouts/Perfect-mysqlclient-Linux/module.modulemap:2:12: error: header '/usr/include/mysql/mysql.h' not found
    header "/usr/include/mysql/mysql.h"
           ^
/host/spi-builder-workspace/Sources/PerfectMySQL/MySQL.swift:13:8: error: could not build C module 'mysqlclient'
import mysqlclient
       ^
[33/36] Compiling PerfectMySQL MySQLCRUD.swift
/host/spi-builder-workspace/.build/checkouts/Perfect-mysqlclient-Linux/module.modulemap:2:12: error: header '/usr/include/mysql/mysql.h' not found
    header "/usr/include/mysql/mysql.h"
           ^
/host/spi-builder-workspace/Sources/PerfectMySQL/MySQL.swift:13:8: error: could not build C module 'mysqlclient'
import mysqlclient
       ^
[34/36] Compiling PerfectMySQL MySQL.swift
/host/spi-builder-workspace/.build/checkouts/Perfect-mysqlclient-Linux/module.modulemap:2:12: error: header '/usr/include/mysql/mysql.h' not found
    header "/usr/include/mysql/mysql.h"
           ^
/host/spi-builder-workspace/Sources/PerfectMySQL/MySQL.swift:13:8: error: could not build C module 'mysqlclient'
import mysqlclient
       ^
[35/36] Compiling PerfectMySQL MySQLStmt.swift
/host/spi-builder-workspace/.build/checkouts/Perfect-mysqlclient-Linux/module.modulemap:2:12: error: header '/usr/include/mysql/mysql.h' not found
    header "/usr/include/mysql/mysql.h"
           ^
/host/spi-builder-workspace/Sources/PerfectMySQL/MySQL.swift:13:8: error: could not build C module 'mysqlclient'
import mysqlclient
       ^
error: emit-module command failed with exit code 1 (use -v to see invocation)
[36/36] Emitting module PerfectMySQL
/host/spi-builder-workspace/.build/checkouts/Perfect-mysqlclient-Linux/module.modulemap:2:12: error: header '/usr/include/mysql/mysql.h' not found
    header "/usr/include/mysql/mysql.h"
           ^
/host/spi-builder-workspace/Sources/PerfectMySQL/MySQL.swift:13:8: error: could not build C module 'mysqlclient'
import mysqlclient
       ^
error: fatalError
warning: 'perfect-mysqlclient-linux': ignoring declared target(s) 'mysqlclient' in the system package
warning: 'spi-builder-workspace': dependency 'perfect-mysqlclient-linux' is not used by any target
warning: you may be able to install mysqlclient using your system-packager:
    apt-get install libmysqlclient-dev
[0/1] Planning build
Building for debugging...
[0/1] Write swift-version-24593BA9C3E375BF.txt
[2/6] Compiling PerfectMySQL PerfectMySQL.swift
/host/spi-builder-workspace/.build/checkouts/Perfect-mysqlclient-Linux/module.modulemap:2:12: error: header '/usr/include/mysql/mysql.h' not found
    header "/usr/include/mysql/mysql.h"
           ^
/host/spi-builder-workspace/Sources/PerfectMySQL/MySQL.swift:13:8: error: could not build C module 'mysqlclient'
import mysqlclient
       ^
error: emit-module command failed with exit code 1 (use -v to see invocation)
[3/6] Emitting module PerfectMySQL
/host/spi-builder-workspace/.build/checkouts/Perfect-mysqlclient-Linux/module.modulemap:2:12: error: header '/usr/include/mysql/mysql.h' not found
    header "/usr/include/mysql/mysql.h"
           ^
/host/spi-builder-workspace/Sources/PerfectMySQL/MySQL.swift:13:8: error: could not build C module 'mysqlclient'
import mysqlclient
       ^
[4/6] Compiling PerfectMySQL MySQL.swift
/host/spi-builder-workspace/.build/checkouts/Perfect-mysqlclient-Linux/module.modulemap:2:12: error: header '/usr/include/mysql/mysql.h' not found
    header "/usr/include/mysql/mysql.h"
           ^
/host/spi-builder-workspace/Sources/PerfectMySQL/MySQL.swift:13:8: error: could not build C module 'mysqlclient'
import mysqlclient
       ^
[5/6] Compiling PerfectMySQL MySQLCRUD.swift
/host/spi-builder-workspace/.build/checkouts/Perfect-mysqlclient-Linux/module.modulemap:2:12: error: header '/usr/include/mysql/mysql.h' not found
    header "/usr/include/mysql/mysql.h"
           ^
/host/spi-builder-workspace/Sources/PerfectMySQL/MySQL.swift:13:8: error: could not build C module 'mysqlclient'
import mysqlclient
       ^
[6/6] Compiling PerfectMySQL MySQLStmt.swift
/host/spi-builder-workspace/.build/checkouts/Perfect-mysqlclient-Linux/module.modulemap:2:12: error: header '/usr/include/mysql/mysql.h' not found
    header "/usr/include/mysql/mysql.h"
           ^
/host/spi-builder-workspace/Sources/PerfectMySQL/MySQL.swift:13:8: error: could not build C module 'mysqlclient'
import mysqlclient
       ^
error: fatalError
BUILD FAILURE 5.10 linux

Build Machine: Linux 1