Build Information
Failed to build SwiftKueryMySQL with Swift 6.0 for macOS (SPM).
Build Command
env DEVELOPER_DIR=/Applications/Xcode-15.3.0.app xcrun --toolchain org.swift.600202405261a swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete
Build Log
========================================
RunAll
========================================
Builder version: 4.40.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/Kitura/SwiftKueryMySQL.git
Reference: master
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/Kitura/SwiftKueryMySQL
* branch master -> FETCH_HEAD
* [new branch] master -> origin/master
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 master
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.0
Building package at path: $workDir
https://github.com/Kitura/SwiftKueryMySQL.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-15.3.0.app xcrun --toolchain org.swift.600202405261a swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete
Building for debugging...
[0/5] Write sources
[4/5] Write swift-version-6F35C1178C84523A.txt
[6/10] Compiling Logging MetadataProvider.swift
[7/10] Compiling Logging Logging.swift
[8/10] Emitting module Logging
[9/10] Compiling Logging LogHandler.swift
[10/10] Compiling Logging Locks.swift
[11/12] Emitting module LoggerAPI
[12/12] Compiling LoggerAPI Logger.swift
[13/58] Compiling SwiftKuery OrderBy.swift
[14/58] Compiling SwiftKuery Parameter.swift
[15/58] Compiling SwiftKuery Predicate.swift
[16/58] Compiling SwiftKuery PreparedStatement.swift
[17/58] Compiling SwiftKuery Query.swift
[18/58] Compiling SwiftKuery RawField.swift
[19/58] Compiling SwiftKuery ResultFetcher.swift
[20/58] Compiling SwiftKuery ResultSet.swift
[21/58] Compiling SwiftKuery SQLDataType.swift
[22/58] Compiling SwiftKuery ScalarColumnExpression.swift
[23/62] Compiling SwiftKuery IndexColumn.swift
[24/62] Compiling SwiftKuery IndexColumnOrdered.swift
[25/62] Compiling SwiftKuery Insert.swift
[26/62] Compiling SwiftKuery Join.swift
[27/62] Compiling SwiftKuery Migration.swift
[28/62] Compiling SwiftKuery QueryBuilder.swift
[29/62] Compiling SwiftKuery QueryError.swift
[30/62] Compiling SwiftKuery QueryResult.swift
[31/62] Compiling SwiftKuery QuerySuffixProtocol.swift
[32/62] Compiling SwiftKuery Raw.swift
[33/62] Compiling SwiftKuery ColumnCreator.swift
[34/62] Compiling SwiftKuery Condition.swift
[35/62] Compiling SwiftKuery ConditionalClause.swift
[36/62] Compiling SwiftKuery Connection.swift
[37/62] Compiling SwiftKuery ConnectionPool.swift
[38/62] Emitting module SwiftKuery
[39/62] Compiling SwiftKuery AggregateColumnExpression.swift
[40/62] Compiling SwiftKuery AuxiliaryTable.swift
[41/62] Compiling SwiftKuery Buildable.swift
[42/62] Compiling SwiftKuery Column.swift
[43/62] Compiling SwiftKuery ColumnAndExpressions_Extensions.swift
[44/62] Compiling SwiftKuery Union.swift
[45/62] Compiling SwiftKuery Update.swift
[46/62] Compiling SwiftKuery Utils.swift
[47/62] Compiling SwiftKuery With.swift
[48/62] Compiling SwiftKuery ConnectionPoolConnection.swift
[49/62] Compiling SwiftKuery ConnectionPoolOptions.swift
[50/62] Compiling SwiftKuery Delete.swift
[51/62] Compiling SwiftKuery Field.swift
[52/62] Compiling SwiftKuery Filter.swift
[53/62] Compiling SwiftKuery FilterAndHaving_Extensions.swift
[54/62] Compiling SwiftKuery FilterAndHaving_GlobalFunctions.swift
[55/62] Compiling SwiftKuery ForeignKey.swift
[56/62] Compiling SwiftKuery Having.swift
[57/62] Compiling SwiftKuery Index.swift
[58/62] Compiling SwiftKuery Select.swift
[59/62] Compiling SwiftKuery SpecialOperators_Extensions.swift
[60/62] Compiling SwiftKuery String+Buildable.swift
[61/62] Compiling SwiftKuery Subqueries_GlobalFunctionsAndExtensions.swift
[62/62] Compiling SwiftKuery Table.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.
error: emit-module command failed with exit code 1 (use -v to see invocation)
[64/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.
[65/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.
[66/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.
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.91s)
Fetching https://github.com/Kitura/LoggerAPI.git
[1/771] Fetching loggerapi
Fetched https://github.com/Kitura/LoggerAPI.git from cache (1.06s)
Computing version for https://github.com/Kitura/LoggerAPI.git
Computed https://github.com/Kitura/LoggerAPI.git at 1.9.200 (0.67s)
Fetching https://github.com/apple/swift-log.git
[1/3361] Fetching swift-log
Fetched https://github.com/apple/swift-log.git from cache (1.15s)
Computing version for https://github.com/apple/swift-log.git
Computed https://github.com/apple/swift-log.git at 1.5.4 (0.66s)
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/apple/swift-log.git
Working copy of https://github.com/apple/swift-log.git resolved at 1.5.4
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
BUILD FAILURE 6.0 macosSpm