The Swift Package Index logo.Swift Package Index

Has it really been five years since Swift Package Index launched? Read our anniversary blog post!

Build Information

Failed to build SwiftKueryMySQL, reference 2.0.200 (ad6355), with Swift 6.2 (beta) for macOS (SPM) on 18 Jun 2025 17:50:21 UTC.

Build Command

env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun swift build --arch arm64

Build Log

========================================
RunAll
========================================
Builder version: 4.64.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/Kitura/SwiftKueryMySQL.git
Reference: 2.0.200
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/Kitura/SwiftKueryMySQL
 * tag               2.0.200    -> FETCH_HEAD
HEAD is now at ad6355e Update package reference to community versions (#69)
Cloned https://github.com/Kitura/SwiftKueryMySQL.git
Revision (git rev-parse @):
ad6355e6fe75149efc5dc270f726edf8af867944
SUCCESS checkout https://github.com/Kitura/SwiftKueryMySQL.git at 2.0.200
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.2
Building package at path:  $PWD
https://github.com/Kitura/SwiftKueryMySQL.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun swift build --arch arm64
Building for debugging...
[0/5] Write sources
[4/5] Write swift-version-1EA4D86E10B52AF.txt
[6/10] Compiling Logging MetadataProvider.swift
[7/10] Compiling Logging LogHandler.swift
[8/10] Compiling Logging Locks.swift
[9/10] Compiling Logging Logging.swift
[10/10] Emitting module Logging
[11/12] Compiling LoggerAPI Logger.swift
[12/12] Emitting module LoggerAPI
[13/58] Compiling SwiftKuery RawField.swift
[14/58] Compiling SwiftKuery ResultFetcher.swift
[15/58] Compiling SwiftKuery ResultSet.swift
[16/58] Compiling SwiftKuery SQLDataType.swift
[17/58] Compiling SwiftKuery ScalarColumnExpression.swift
[18/58] Emitting module SwiftKuery
[19/62] Compiling SwiftKuery ConnectionPoolConnection.swift
[20/62] Compiling SwiftKuery ConnectionPoolOptions.swift
[21/62] Compiling SwiftKuery Delete.swift
[22/62] Compiling SwiftKuery Field.swift
[23/62] Compiling SwiftKuery Filter.swift
[24/62] Compiling SwiftKuery AggregateColumnExpression.swift
[25/62] Compiling SwiftKuery AuxiliaryTable.swift
[26/62] Compiling SwiftKuery Buildable.swift
[27/62] Compiling SwiftKuery Column.swift
[28/62] Compiling SwiftKuery ColumnAndExpressions_Extensions.swift
[29/62] Compiling SwiftKuery Union.swift
[30/62] Compiling SwiftKuery Update.swift
[31/62] Compiling SwiftKuery Utils.swift
[32/62] Compiling SwiftKuery With.swift
[33/62] Compiling SwiftKuery FilterAndHaving_Extensions.swift
[34/62] Compiling SwiftKuery FilterAndHaving_GlobalFunctions.swift
[35/62] Compiling SwiftKuery ForeignKey.swift
[36/62] Compiling SwiftKuery Having.swift
[37/62] Compiling SwiftKuery Index.swift
[38/62] Compiling SwiftKuery ColumnCreator.swift
[39/62] Compiling SwiftKuery Condition.swift
[40/62] Compiling SwiftKuery ConditionalClause.swift
[41/62] Compiling SwiftKuery Connection.swift
[42/62] Compiling SwiftKuery ConnectionPool.swift
[43/62] Compiling SwiftKuery QueryBuilder.swift
[44/62] Compiling SwiftKuery QueryError.swift
[45/62] Compiling SwiftKuery QueryResult.swift
[46/62] Compiling SwiftKuery QuerySuffixProtocol.swift
[47/62] Compiling SwiftKuery Raw.swift
[48/62] Compiling SwiftKuery IndexColumn.swift
[49/62] Compiling SwiftKuery IndexColumnOrdered.swift
[50/62] Compiling SwiftKuery Insert.swift
[51/62] Compiling SwiftKuery Join.swift
[52/62] Compiling SwiftKuery Migration.swift
[53/62] Compiling SwiftKuery Select.swift
[54/62] Compiling SwiftKuery SpecialOperators_Extensions.swift
[55/62] Compiling SwiftKuery String+Buildable.swift
[56/62] Compiling SwiftKuery Subqueries_GlobalFunctionsAndExtensions.swift
[57/62] Compiling SwiftKuery Table.swift
[58/62] Compiling SwiftKuery OrderBy.swift
[59/62] Compiling SwiftKuery Parameter.swift
[60/62] Compiling SwiftKuery Predicate.swift
[61/62] Compiling SwiftKuery PreparedStatement.swift
[62/62] Compiling SwiftKuery Query.swift
[63/66] Compiling SwiftKueryMySQL MySQLResultFetcher.swift
<module-includes>:1:9: note: in file included from <module-includes>:1:
1 | #import "shim.h"
  |         `- note: in file included from <module-includes>:1:
2 |
/Users/admin/builder/spi-builder-workspace/Sources/CMySQL/shim.h:3:10: error: 'mysql.h' file not found
 1 | #ifndef __CMYSQL_SHIM_H__
 2 | #define __CMYSQL_SHIM_H__
 3 | #include <mysql.h>
   |          `- error: 'mysql.h' file not found
 4 | #include <errmsg.h>
 5 |
/Users/admin/builder/spi-builder-workspace/Sources/SwiftKueryMySQL/MySQLConnection.swift:21:8: error: could not build Objective-C module 'CMySQL'
 19 | import Dispatch
 20 |
 21 | import CMySQL
    |        `- error: could not build Objective-C module 'CMySQL'
 22 |
 23 | /// An implementation of `SwiftKuery.Connection` protocol for MySQL.
[64/66] Compiling SwiftKueryMySQL MySQLPreparedStatement.swift
<module-includes>:1:9: note: in file included from <module-includes>:1:
1 | #import "shim.h"
  |         `- note: in file included from <module-includes>:1:
2 |
/Users/admin/builder/spi-builder-workspace/Sources/CMySQL/shim.h:3:10: error: 'mysql.h' file not found
 1 | #ifndef __CMYSQL_SHIM_H__
 2 | #define __CMYSQL_SHIM_H__
 3 | #include <mysql.h>
   |          `- error: 'mysql.h' file not found
 4 | #include <errmsg.h>
 5 |
/Users/admin/builder/spi-builder-workspace/Sources/SwiftKueryMySQL/MySQLConnection.swift:21:8: error: could not build Objective-C module 'CMySQL'
 19 | import Dispatch
 20 |
 21 | import CMySQL
    |        `- error: could not build Objective-C module 'CMySQL'
 22 |
 23 | /// An implementation of `SwiftKuery.Connection` protocol for MySQL.
error: emit-module command failed with exit code 1 (use -v to see invocation)
[65/66] Emitting module SwiftKueryMySQL
<module-includes>:1:9: note: in file included from <module-includes>:1:
1 | #import "shim.h"
  |         `- note: in file included from <module-includes>:1:
2 |
/Users/admin/builder/spi-builder-workspace/Sources/CMySQL/shim.h:3:10: error: 'mysql.h' file not found
 1 | #ifndef __CMYSQL_SHIM_H__
 2 | #define __CMYSQL_SHIM_H__
 3 | #include <mysql.h>
   |          `- error: 'mysql.h' file not found
 4 | #include <errmsg.h>
 5 |
/Users/admin/builder/spi-builder-workspace/Sources/SwiftKueryMySQL/MySQLConnection.swift:21:8: error: could not build Objective-C module 'CMySQL'
 19 | import Dispatch
 20 |
 21 | import CMySQL
    |        `- error: could not build Objective-C module 'CMySQL'
 22 |
 23 | /// An implementation of `SwiftKuery.Connection` protocol for MySQL.
[66/66] Compiling SwiftKueryMySQL MySQLConnection.swift
<module-includes>:1:9: note: in file included from <module-includes>:1:
1 | #import "shim.h"
  |         `- note: in file included from <module-includes>:1:
2 |
/Users/admin/builder/spi-builder-workspace/Sources/CMySQL/shim.h:3:10: error: 'mysql.h' file not found
 1 | #ifndef __CMYSQL_SHIM_H__
 2 | #define __CMYSQL_SHIM_H__
 3 | #include <mysql.h>
   |          `- error: 'mysql.h' file not found
 4 | #include <errmsg.h>
 5 |
/Users/admin/builder/spi-builder-workspace/Sources/SwiftKueryMySQL/MySQLConnection.swift:21:8: error: could not build Objective-C module 'CMySQL'
 19 | import Dispatch
 20 |
 21 | import CMySQL
    |        `- error: could not build Objective-C module 'CMySQL'
 22 |
 23 | /// An implementation of `SwiftKuery.Connection` protocol for MySQL.
Fetching https://github.com/IBM-Swift/Swift-Kuery.git
[1/5661] Fetching swift-kuery
Fetched https://github.com/IBM-Swift/Swift-Kuery.git from cache (1.46s)
Fetching https://github.com/Kitura/LoggerAPI.git
[1/771] Fetching loggerapi
Fetched https://github.com/Kitura/LoggerAPI.git from cache (0.93s)
Computing version for https://github.com/Kitura/LoggerAPI.git
Computed https://github.com/Kitura/LoggerAPI.git at 1.9.200 (1.45s)
Fetching https://github.com/apple/swift-log.git
[1/3836] Fetching swift-log
Fetched https://github.com/apple/swift-log.git from cache (1.10s)
Computing version for https://github.com/apple/swift-log.git
Computed https://github.com/apple/swift-log.git at 1.6.3 (1.52s)
Creating working copy for https://github.com/apple/swift-log.git
Working copy of https://github.com/apple/swift-log.git resolved at 1.6.3
Creating working copy for https://github.com/Kitura/LoggerAPI.git
Working copy of https://github.com/Kitura/LoggerAPI.git resolved at 1.9.200
Creating working copy for https://github.com/IBM-Swift/Swift-Kuery.git
Working copy of https://github.com/IBM-Swift/Swift-Kuery.git resolved at master (b9f5355)
warning: failed to retrieve search paths with pkg-config; maybe pkg-config is not installed
warning: you may be able to install mysqlclient using your system-packager:
    brew install mysql
warning: you may be able to install mysqlclient using your system-packager:
    brew install mysql
BUILD FAILURE 6.2 macosSpm