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 ZeeQL3PG, reference develop (173cae), with Swift 5.9 for Linux on 11 Jun 2025 22:24:12 UTC.

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4606859-0":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-5.9-latest swift build --triple x86_64-unknown-linux-gnu 2>&1

Build Log

========================================
RunAll
========================================
Builder version: 4.63.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/ZeeQL/ZeeQL3PG.git
Reference: develop
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/ZeeQL/ZeeQL3PG
 * branch            develop    -> FETCH_HEAD
 * [new branch]      develop    -> origin/develop
HEAD is now at 173caef Tests: Adjust for new `ActiveRecordBase`
Cloned https://github.com/ZeeQL/ZeeQL3PG.git
Revision (git rev-parse @):
173caefb9194bfbe263bd5be557aefc52dd402c5
SUCCESS checkout https://github.com/ZeeQL/ZeeQL3PG.git at develop
========================================
Build
========================================
Selected platform:         linux
Swift version:             5.9
Building package at path:  $PWD
https://github.com/ZeeQL/ZeeQL3PG.git
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-0":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-5.9-latest swift build --triple x86_64-unknown-linux-gnu 2>&1
basic-5.9-latest: Pulling from finestructure/spi-images
Digest: sha256:943c57f5f023c04804daf623375860c13f93d33d0cb4f0a89054871e5f11529c
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-5.9-latest
Fetching https://github.com/ZeeQL/ZeeQL3.git
Fetching https://github.com/ZeeQL/CLibPQ.git
[1/45] Fetching clibpq
[46/3455] Fetching clibpq, zeeql3
Fetched https://github.com/ZeeQL/CLibPQ.git (1.01s)
Fetched https://github.com/ZeeQL/ZeeQL3.git (1.01s)
Computing version for https://github.com/ZeeQL/CLibPQ.git
Computed https://github.com/ZeeQL/CLibPQ.git at 2.0.5 (1.16s)
Computing version for https://github.com/ZeeQL/ZeeQL3.git
Computed https://github.com/ZeeQL/ZeeQL3.git at 0.9.22 (0.48s)
Fetching https://github.com/ZeeQL/CSQLite3.git
[1/41] Fetching csqlite3
Fetched https://github.com/ZeeQL/CSQLite3.git (0.27s)
Computing version for https://github.com/ZeeQL/CSQLite3.git
Computed https://github.com/ZeeQL/CSQLite3.git at 2.0.3 (0.41s)
Creating working copy for https://github.com/ZeeQL/CLibPQ.git
Working copy of https://github.com/ZeeQL/CLibPQ.git resolved at 2.0.5
Creating working copy for https://github.com/ZeeQL/ZeeQL3.git
Working copy of https://github.com/ZeeQL/ZeeQL3.git resolved at 0.9.22
Creating working copy for https://github.com/ZeeQL/CSQLite3.git
Working copy of https://github.com/ZeeQL/CSQLite3.git resolved at 2.0.3
warning: you may be able to install libpq using your system-packager:
    apt-get install libpq-dev
Building for debugging...
[1/91] Emitting module ZeeQL
[2/103] Compiling ZeeQL AdaptorQueryColumnRepresentable.swift
[3/103] Compiling ZeeQL AdaptorQueryType.swift
[4/103] Compiling ZeeQL AdaptorRecord.swift
[5/103] Compiling ZeeQL AdaptorRecordSchema.swift
[6/103] Compiling ZeeQL Attribute.swift
[7/103] Compiling ZeeQL AttributeKey.swift
[8/103] Compiling ZeeQL AttributeValue.swift
[9/103] Compiling ZeeQL AdaptorRecordDecoder.swift
[10/103] Compiling ZeeQL CodableEntity.swift
[11/103] Compiling ZeeQL CodableModel.swift
[12/103] Compiling ZeeQL CodableModelDecoder.swift
[13/103] Compiling ZeeQL CodableModelEntityDecoder.swift
[14/103] Compiling ZeeQL CodableModelPostProcessor.swift
[15/103] Compiling ZeeQL SQLExpressionFactory.swift
[16/103] Compiling ZeeQL SQLForeignKey.swift
[17/103] Compiling ZeeQL SQLTableGroups.swift
[18/103] Compiling ZeeQL SchemaGeneration.swift
[19/103] Compiling ZeeQL SchemaSynchronization.swift
[20/103] Compiling ZeeQL SchemaSynchronizationFactory.swift
[21/103] Compiling ZeeQL TypedDatabaseChannel.swift
[22/103] Compiling ZeeQL TypedFetchSpecification.swift
[23/103] Compiling ZeeQL ZeeQLTypes.swift
[24/103] Compiling ZeeQL ArrayDataSource.swift
[25/103] Compiling ZeeQL BooleanQualifier.swift
[26/103] Compiling ZeeQL ComparisonOperation.swift
[27/103] Compiling ZeeQL CompoundQualifier.swift
[28/103] Compiling ZeeQL NotQualifier.swift
[29/103] Compiling ZeeQL ObjectStore.swift
[30/103] Compiling ZeeQL ObjectTrackingContext.swift
[31/103] Compiling ZeeQL Qualifier.swift
[32/103] Compiling ZeeQL QualifierEvaluation.swift
[33/103] Compiling ZeeQL QualifierParser.swift
[34/103] Compiling ZeeQL QualifierVariable.swift
[35/103] Compiling ZeeQL SQLQualifier.swift
[36/103] Compiling ZeeQL SortOrdering.swift
[37/103] Compiling ZeeQL StoreKeyValueCoding.swift
[38/103] Compiling ZeeQL AnyOptional.swift
[39/103] Compiling ZeeQL Dictionary+Extensions.swift
[40/103] Compiling ZeeQL Constant.swift
[41/103] Compiling ZeeQL DataSource.swift
[42/103] Compiling ZeeQL EntityType+Builder.swift
[43/103] Compiling ZeeQL EntityType.swift
[44/103] Compiling ZeeQL Expression.swift
[45/103] Compiling ZeeQL ExpressionEvaluation.swift
[46/103] Compiling ZeeQL FetchSpecification+Builder.swift
[47/103] Compiling ZeeQL FetchSpecification.swift
[48/103] Compiling ZeeQL GlobalID.swift
[49/103] Compiling ZeeQL Key.swift
[50/103] Compiling ZeeQL KeyComparisonQualifier.swift
[51/103] Compiling ZeeQL KeyValueQualifier.swift
[52/103] Compiling ZeeQL ModelFetchSpecification.swift
[53/103] Compiling ZeeQL CodableRelationship.swift
[54/103] Compiling ZeeQL EntityPropertyReflectionContainer.swift
[55/103] Compiling ZeeQL CodeAttribute.swift
[56/103] Compiling ZeeQL CodeEntity.swift
[57/103] Compiling ZeeQL CodeRelationship.swift
[58/103] Compiling ZeeQL CodeValueAttribute.swift
[59/103] Compiling ZeeQL Database.swift
[60/103] Compiling ZeeQL DatabaseChannel.swift
[61/103] Compiling ZeeQL DatabaseChannelBase.swift
[62/103] Compiling ZeeQL DatabaseChannelFetchHelper.swift
[63/103] Compiling ZeeQL DatabaseContext.swift
[64/103] Compiling ZeeQL DatabaseDataSource.swift
[65/103] Compiling ZeeQL DatabaseObject.swift
[66/103] Compiling ZeeQL AccessDataSource.swift
[67/103] Compiling ZeeQL AccessDataSourceError.swift
[68/103] Compiling ZeeQL AccessDataSourceFinders.swift
[69/103] Compiling ZeeQL ActiveDataSource.swift
[70/103] Compiling ZeeQL ActiveRecord.swift
[71/103] Compiling ZeeQL ActiveRecordType.swift
[72/103] Compiling ZeeQL Adaptor.swift
[73/103] Compiling ZeeQL AdaptorChannel.swift
[74/103] Compiling ZeeQL AdaptorChannelPool.swift
[75/103] Compiling ZeeQL AdaptorDataSource.swift
[76/103] Compiling ZeeQL AdaptorError.swift
[77/103] Compiling ZeeQL AdaptorModelFetch.swift
[78/103] Compiling ZeeQL AdaptorOperation.swift
[79/103] Compiling ZeeQL DatabaseOperation.swift
[80/103] Compiling ZeeQL Entity.swift
[81/103] Compiling ZeeQL FancyModelMaker.swift
[82/103] Compiling ZeeQL Join.swift
[83/103] Compiling ZeeQL MirrorHelpers.swift
[84/103] Compiling ZeeQL Model.swift
[85/103] Compiling ZeeQL ModelLoader.swift
[86/103] Compiling ZeeQL ModelPattern.swift
[87/103] Compiling ZeeQL ModelSQLizer.swift
[88/103] Compiling ZeeQL Property.swift
[89/103] Compiling ZeeQL Relationship.swift
[90/103] Compiling ZeeQL SQLAttributeChange.swift
[91/103] Compiling ZeeQL SQLExpression.swift
[92/103] Compiling ZeeQL EquatableType.swift
[93/103] Compiling ZeeQL KeyValueStringFormatter.swift
[94/103] Compiling ZeeQL Logger.swift
[95/103] Compiling ZeeQL Pluralize.swift
[96/103] Compiling ZeeQL SimpleKVC.swift
[97/103] Compiling ZeeQL SmartDescription.swift
[98/103] Compiling ZeeQL TimeRange.swift
[99/103] Compiling ZeeQL SQLite3Adaptor.swift
[100/103] Compiling ZeeQL SQLite3AdaptorChannel.swift
[101/103] Compiling ZeeQL SQLite3Expression.swift
[102/103] Compiling ZeeQL SQLite3ModelFetch.swift
[103/103] Compiling ZeeQL SQLite3SchemaSynchronizationFactory.swift
[106/111] Compiling PostgreSQLAdaptor PostgreSQLOIDs.swift
<module-includes>:1:10: note: in file included from <module-includes>:1:
#include "CLibPQShim.h"
         ^
/host/spi-builder-workspace/.build/checkouts/CLibPQ/Sources/CLibPQ/CLibPQShim.h:11:14: error: '/usr/include/postgresql/libpq-fe.h' file not found
#    include "/usr/include/postgresql/libpq-fe.h"
             ^
/host/spi-builder-workspace/Sources/PostgreSQLAdaptor/PostgreSQLAdaptor.swift:11:8: error: could not build C module 'CLibPQ'
import CLibPQ
       ^
[107/111] Compiling PostgreSQLAdaptor PostgreSQLExpression.swift
<module-includes>:1:10: note: in file included from <module-includes>:1:
#include "CLibPQShim.h"
         ^
/host/spi-builder-workspace/.build/checkouts/CLibPQ/Sources/CLibPQ/CLibPQShim.h:11:14: error: '/usr/include/postgresql/libpq-fe.h' file not found
#    include "/usr/include/postgresql/libpq-fe.h"
             ^
/host/spi-builder-workspace/Sources/PostgreSQLAdaptor/PostgreSQLAdaptor.swift:11:8: error: could not build C module 'CLibPQ'
import CLibPQ
       ^
[108/111] Compiling PostgreSQLAdaptor PostgreSQLModelFetch.swift
<module-includes>:1:10: note: in file included from <module-includes>:1:
#include "CLibPQShim.h"
         ^
/host/spi-builder-workspace/.build/checkouts/CLibPQ/Sources/CLibPQ/CLibPQShim.h:11:14: error: '/usr/include/postgresql/libpq-fe.h' file not found
#    include "/usr/include/postgresql/libpq-fe.h"
             ^
/host/spi-builder-workspace/Sources/PostgreSQLAdaptor/PostgreSQLAdaptor.swift:11:8: error: could not build C module 'CLibPQ'
import CLibPQ
       ^
error: emit-module command failed with exit code 1 (use -v to see invocation)
[109/111] Emitting module PostgreSQLAdaptor
<module-includes>:1:10: note: in file included from <module-includes>:1:
#include "CLibPQShim.h"
         ^
/host/spi-builder-workspace/.build/checkouts/CLibPQ/Sources/CLibPQ/CLibPQShim.h:11:14: error: '/usr/include/postgresql/libpq-fe.h' file not found
#    include "/usr/include/postgresql/libpq-fe.h"
             ^
/host/spi-builder-workspace/Sources/PostgreSQLAdaptor/PostgreSQLAdaptor.swift:11:8: error: could not build C module 'CLibPQ'
import CLibPQ
       ^
[110/111] Compiling PostgreSQLAdaptor PostgreSQLAdaptorChannel.swift
<module-includes>:1:10: note: in file included from <module-includes>:1:
#include "CLibPQShim.h"
         ^
/host/spi-builder-workspace/.build/checkouts/CLibPQ/Sources/CLibPQ/CLibPQShim.h:11:14: error: '/usr/include/postgresql/libpq-fe.h' file not found
#    include "/usr/include/postgresql/libpq-fe.h"
             ^
/host/spi-builder-workspace/Sources/PostgreSQLAdaptor/PostgreSQLAdaptor.swift:11:8: error: could not build C module 'CLibPQ'
import CLibPQ
       ^
[111/111] Compiling PostgreSQLAdaptor PostgreSQLAdaptor.swift
<module-includes>:1:10: note: in file included from <module-includes>:1:
#include "CLibPQShim.h"
         ^
/host/spi-builder-workspace/.build/checkouts/CLibPQ/Sources/CLibPQ/CLibPQShim.h:11:14: error: '/usr/include/postgresql/libpq-fe.h' file not found
#    include "/usr/include/postgresql/libpq-fe.h"
             ^
/host/spi-builder-workspace/Sources/PostgreSQLAdaptor/PostgreSQLAdaptor.swift:11:8: error: could not build C module 'CLibPQ'
import CLibPQ
       ^
error: fatalError
BUILD FAILURE 5.9 linux