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 mysql-swift, reference master (075743), with Swift 6.1 for macOS (SPM) on 26 Apr 2025 21:48:58 UTC.

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.61.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/novi/mysql-swift.git
Reference: master
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/novi/mysql-swift
 * branch            master     -> FETCH_HEAD
 * [new branch]      master     -> origin/master
HEAD is now at 0757437 obsolete notice
Cloned https://github.com/novi/mysql-swift.git
Revision (git rev-parse @):
07574370c94c534857af2bac0695a722b76fd184
SUCCESS checkout https://github.com/novi/mysql-swift.git at master
========================================
ResolveProductDependencies
========================================
Resolving dependencies ...
{
  "identity": ".resolve-product-dependencies",
  "name": "resolve-dependencies",
  "url": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies",
  "version": "unspecified",
  "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies",
  "dependencies": [
    {
      "identity": "mysql-swift",
      "name": "mysql-swift",
      "url": "https://github.com/novi/mysql-swift.git",
      "version": "unspecified",
      "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/mysql-swift",
      "dependencies": [
      ]
    }
  ]
}
Fetching https://github.com/novi/mysql-swift.git
[1/3033] Fetching mysql-swift
Fetched https://github.com/novi/mysql-swift.git from cache (1.10s)
Creating working copy for https://github.com/novi/mysql-swift.git
Working copy of https://github.com/novi/mysql-swift.git resolved at master (0757437)
warning: '.resolve-product-dependencies': dependency 'mysql-swift' is not used by any target
Found 0 product dependencies
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.1
Building package at path:  $PWD
https://github.com/novi/mysql-swift.git
https://github.com/novi/mysql-swift.git
{
  "dependencies" : [
  ],
  "manifest_display_name" : "mysql-swift",
  "name" : "mysql-swift",
  "path" : "/Users/admin/builder/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 ...
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun swift build --arch arm64 -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
Building for debugging...
[0/3] Write sources
[2/3] Write swift-version-2F0A5646E1D333AE.txt
[4/6] Compiling SQLFormatter Error.swift
[5/6] Compiling SQLFormatter QueryFormatter.swift
[6/6] Emitting module SQLFormatter
[7/21] Compiling MySQL Sync.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: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
/Users/admin/builder/spi-builder-workspace/Sources/MySQL/Connection.swift:9:8: error: could not build Objective-C module 'CMySQL'
  7 | //
  8 |
  9 | import CMySQL
    |        `- error: could not build Objective-C module 'CMySQL'
 10 | import CoreFoundation
 11 | import Foundation
[8/21] Compiling MySQL Result-SQLRawStringDecodable.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: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
/Users/admin/builder/spi-builder-workspace/Sources/MySQL/Connection.swift:9:8: error: could not build Objective-C module 'CMySQL'
  7 | //
  8 |
  9 | import CMySQL
    |        `- error: could not build Objective-C module 'CMySQL'
 10 | import CoreFoundation
 11 | import Foundation
[9/22] Compiling MySQL Result.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: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
/Users/admin/builder/spi-builder-workspace/Sources/MySQL/Connection.swift:9:8: error: could not build Objective-C module 'CMySQL'
  7 | //
  8 |
  9 | import CMySQL
    |        `- error: could not build Objective-C module 'CMySQL'
 10 | import CoreFoundation
 11 | import Foundation
[10/22] Compiling MySQL RawRepresentableParameter.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: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
/Users/admin/builder/spi-builder-workspace/Sources/MySQL/Connection.swift:9:8: error: could not build Objective-C module 'CMySQL'
  7 | //
  8 |
  9 | import CMySQL
    |        `- error: could not build Objective-C module 'CMySQL'
 10 | import CoreFoundation
 11 | import Foundation
[11/22] Compiling MySQL QueryParameter-Data.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: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
/Users/admin/builder/spi-builder-workspace/Sources/MySQL/Connection.swift:9:8: error: could not build Objective-C module 'CMySQL'
  7 | //
  8 |
  9 | import CMySQL
    |        `- error: could not build Objective-C module 'CMySQL'
 10 | import CoreFoundation
 11 | import Foundation
[12/22] Compiling MySQL QueryParameterType.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: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
/Users/admin/builder/spi-builder-workspace/Sources/MySQL/Connection.swift:9:8: error: could not build Objective-C module 'CMySQL'
  7 | //
  8 |
  9 | import CMySQL
    |        `- error: could not build Objective-C module 'CMySQL'
 10 | import CoreFoundation
 11 | import Foundation
[13/22] Compiling MySQL IDType.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: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
/Users/admin/builder/spi-builder-workspace/Sources/MySQL/Connection.swift:9:8: error: could not build Objective-C module 'CMySQL'
  7 | //
  8 |
  9 | import CMySQL
    |        `- error: could not build Objective-C module 'CMySQL'
 10 | import CoreFoundation
 11 | import Foundation
[14/22] Compiling MySQL Query.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: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
/Users/admin/builder/spi-builder-workspace/Sources/MySQL/Connection.swift:9:8: error: could not build Objective-C module 'CMySQL'
  7 | //
  8 |
  9 | import CMySQL
    |        `- error: could not build Objective-C module 'CMySQL'
 10 | import CoreFoundation
 11 | import Foundation
[15/22] Compiling MySQL Date.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: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
/Users/admin/builder/spi-builder-workspace/Sources/MySQL/Connection.swift:9:8: error: could not build Objective-C module 'CMySQL'
  7 | //
  8 |
  9 | import CMySQL
    |        `- error: could not build Objective-C module 'CMySQL'
 10 | import CoreFoundation
 11 | import Foundation
[16/22] Compiling MySQL Error.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: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
/Users/admin/builder/spi-builder-workspace/Sources/MySQL/Connection.swift:9:8: error: could not build Objective-C module 'CMySQL'
  7 | //
  8 |
  9 | import CMySQL
    |        `- error: could not build Objective-C module 'CMySQL'
 10 | import CoreFoundation
 11 | import Foundation
[17/22] Compiling MySQL Transaction.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: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
/Users/admin/builder/spi-builder-workspace/Sources/MySQL/Connection.swift:9:8: error: could not build Objective-C module 'CMySQL'
  7 | //
  8 |
  9 | import CMySQL
    |        `- error: could not build Objective-C module 'CMySQL'
 10 | import CoreFoundation
 11 | import Foundation
error: emit-module command failed with exit code 1 (use -v to see invocation)
[18/22] Emitting module MySQL
<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: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
/Users/admin/builder/spi-builder-workspace/Sources/MySQL/Connection.swift:9:8: error: could not build Objective-C module 'CMySQL'
  7 | //
  8 |
  9 | import CMySQL
    |        `- error: could not build Objective-C module 'CMySQL'
 10 | import CoreFoundation
 11 | import Foundation
[19/22] Compiling MySQL AutoincrementID.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: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
/Users/admin/builder/spi-builder-workspace/Sources/MySQL/Connection.swift:9:8: error: could not build Objective-C module 'CMySQL'
  7 | //
  8 |
  9 | import CMySQL
    |        `- error: could not build Objective-C module 'CMySQL'
 10 | import CoreFoundation
 11 | import Foundation
[20/22] Compiling MySQL Blob.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: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
/Users/admin/builder/spi-builder-workspace/Sources/MySQL/Connection.swift:9:8: error: could not build Objective-C module 'CMySQL'
  7 | //
  8 |
  9 | import CMySQL
    |        `- error: could not build Objective-C module 'CMySQL'
 10 | import CoreFoundation
 11 | import Foundation
[21/22] Compiling MySQL Connection.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: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
/Users/admin/builder/spi-builder-workspace/Sources/MySQL/Connection.swift:9:8: error: could not build Objective-C module 'CMySQL'
  7 | //
  8 |
  9 | import CMySQL
    |        `- error: could not build Objective-C module 'CMySQL'
 10 | import CoreFoundation
 11 | import Foundation
[22/22] Compiling MySQL ConnectionPool.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: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
/Users/admin/builder/spi-builder-workspace/Sources/MySQL/Connection.swift:9:8: error: could not build Objective-C module 'CMySQL'
  7 | //
  8 |
  9 | import CMySQL
    |        `- error: could not build Objective-C module 'CMySQL'
 10 | import CoreFoundation
 11 | import Foundation
warning: failed to retrieve search paths with pkg-config; maybe pkg-config is not installed
warning: you may be able to install cmysql using your system-packager:
    brew install cmysql
warning: you may be able to install cmysql using your system-packager:
    brew install cmysql
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun swift build --arch arm64
[0/1] Planning build
Building for debugging...
[0/1] Write swift-version-2F0A5646E1D333AE.txt
[2/4] Compiling SQLFormatter Error.swift
[3/4] Emitting module SQLFormatter
[4/4] Compiling SQLFormatter QueryFormatter.swift
[5/19] Compiling MySQL Result.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: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
/Users/admin/builder/spi-builder-workspace/Sources/MySQL/Connection.swift:9:8: error: could not build Objective-C module 'CMySQL'
  7 | //
  8 |
  9 | import CMySQL
    |        `- error: could not build Objective-C module 'CMySQL'
 10 | import CoreFoundation
 11 | import Foundation
[6/19] Compiling MySQL RawRepresentableParameter.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: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
/Users/admin/builder/spi-builder-workspace/Sources/MySQL/Connection.swift:9:8: error: could not build Objective-C module 'CMySQL'
  7 | //
  8 |
  9 | import CMySQL
    |        `- error: could not build Objective-C module 'CMySQL'
 10 | import CoreFoundation
 11 | import Foundation
[7/19] Compiling MySQL Sync.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: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
/Users/admin/builder/spi-builder-workspace/Sources/MySQL/Connection.swift:9:8: error: could not build Objective-C module 'CMySQL'
  7 | //
  8 |
  9 | import CMySQL
    |        `- error: could not build Objective-C module 'CMySQL'
 10 | import CoreFoundation
 11 | import Foundation
[8/20] Compiling MySQL Result-SQLRawStringDecodable.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: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
/Users/admin/builder/spi-builder-workspace/Sources/MySQL/Connection.swift:9:8: error: could not build Objective-C module 'CMySQL'
  7 | //
  8 |
  9 | import CMySQL
    |        `- error: could not build Objective-C module 'CMySQL'
 10 | import CoreFoundation
 11 | import Foundation
[9/20] Compiling MySQL QueryParameter-Data.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: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
/Users/admin/builder/spi-builder-workspace/Sources/MySQL/Connection.swift:9:8: error: could not build Objective-C module 'CMySQL'
  7 | //
  8 |
  9 | import CMySQL
    |        `- error: could not build Objective-C module 'CMySQL'
 10 | import CoreFoundation
 11 | import Foundation
[10/20] Compiling MySQL QueryParameterType.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: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
/Users/admin/builder/spi-builder-workspace/Sources/MySQL/Connection.swift:9:8: error: could not build Objective-C module 'CMySQL'
  7 | //
  8 |
  9 | import CMySQL
    |        `- error: could not build Objective-C module 'CMySQL'
 10 | import CoreFoundation
 11 | import Foundation
[11/20] Compiling MySQL Transaction.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: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
/Users/admin/builder/spi-builder-workspace/Sources/MySQL/Connection.swift:9:8: error: could not build Objective-C module 'CMySQL'
  7 | //
  8 |
  9 | import CMySQL
    |        `- error: could not build Objective-C module 'CMySQL'
 10 | import CoreFoundation
 11 | import Foundation
error: emit-module command failed with exit code 1 (use -v to see invocation)
[12/20] Emitting module MySQL
<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: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
/Users/admin/builder/spi-builder-workspace/Sources/MySQL/Connection.swift:9:8: error: could not build Objective-C module 'CMySQL'
  7 | //
  8 |
  9 | import CMySQL
    |        `- error: could not build Objective-C module 'CMySQL'
 10 | import CoreFoundation
 11 | import Foundation
[13/20] Compiling MySQL Connection.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: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
/Users/admin/builder/spi-builder-workspace/Sources/MySQL/Connection.swift:9:8: error: could not build Objective-C module 'CMySQL'
  7 | //
  8 |
  9 | import CMySQL
    |        `- error: could not build Objective-C module 'CMySQL'
 10 | import CoreFoundation
 11 | import Foundation
[14/20] Compiling MySQL ConnectionPool.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: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
/Users/admin/builder/spi-builder-workspace/Sources/MySQL/Connection.swift:9:8: error: could not build Objective-C module 'CMySQL'
  7 | //
  8 |
  9 | import CMySQL
    |        `- error: could not build Objective-C module 'CMySQL'
 10 | import CoreFoundation
 11 | import Foundation
[15/20] Compiling MySQL Date.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: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
/Users/admin/builder/spi-builder-workspace/Sources/MySQL/Connection.swift:9:8: error: could not build Objective-C module 'CMySQL'
  7 | //
  8 |
  9 | import CMySQL
    |        `- error: could not build Objective-C module 'CMySQL'
 10 | import CoreFoundation
 11 | import Foundation
[16/20] Compiling MySQL Error.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: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
/Users/admin/builder/spi-builder-workspace/Sources/MySQL/Connection.swift:9:8: error: could not build Objective-C module 'CMySQL'
  7 | //
  8 |
  9 | import CMySQL
    |        `- error: could not build Objective-C module 'CMySQL'
 10 | import CoreFoundation
 11 | import Foundation
[17/20] Compiling MySQL AutoincrementID.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: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
/Users/admin/builder/spi-builder-workspace/Sources/MySQL/Connection.swift:9:8: error: could not build Objective-C module 'CMySQL'
  7 | //
  8 |
  9 | import CMySQL
    |        `- error: could not build Objective-C module 'CMySQL'
 10 | import CoreFoundation
 11 | import Foundation
[18/20] Compiling MySQL Blob.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: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
/Users/admin/builder/spi-builder-workspace/Sources/MySQL/Connection.swift:9:8: error: could not build Objective-C module 'CMySQL'
  7 | //
  8 |
  9 | import CMySQL
    |        `- error: could not build Objective-C module 'CMySQL'
 10 | import CoreFoundation
 11 | import Foundation
[19/20] Compiling MySQL IDType.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: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
/Users/admin/builder/spi-builder-workspace/Sources/MySQL/Connection.swift:9:8: error: could not build Objective-C module 'CMySQL'
  7 | //
  8 |
  9 | import CMySQL
    |        `- error: could not build Objective-C module 'CMySQL'
 10 | import CoreFoundation
 11 | import Foundation
[20/20] Compiling MySQL Query.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: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
/Users/admin/builder/spi-builder-workspace/Sources/MySQL/Connection.swift:9:8: error: could not build Objective-C module 'CMySQL'
  7 | //
  8 |
  9 | import CMySQL
    |        `- error: could not build Objective-C module 'CMySQL'
 10 | import CoreFoundation
 11 | import Foundation
warning: failed to retrieve search paths with pkg-config; maybe pkg-config is not installed
warning: you may be able to install cmysql using your system-packager:
    brew install cmysql
warning: you may be able to install cmysql using your system-packager:
    brew install cmysql
BUILD FAILURE 6.1 macosSpm