The Swift Package Index logo.Swift Package Index

Build Information

Failed to build ZeeQL3PG with Swift 5.10 for Linux.

Build Command

bash -c docker run --rm -v "checkouts-4606859-0":/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/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 585d24d Goodbuy Travis, welcome GH Actions
Cloned https://github.com/ZeeQL/ZeeQL3PG.git
Revision (git rev-parse @):
585d24d2194c0647a9a556c05d076ec4308a704a
SUCCESS checkout https://github.com/ZeeQL/ZeeQL3PG.git at develop
========================================
Build
========================================
Selected platform:         linux
Swift version:             5.10
Building package at path:  $workDir
https://github.com/ZeeQL/ZeeQL3PG.git
Running build ...
bash -c docker run --rm -v "checkouts-4606859-0":/host -w "$workDir" registry.gitlab.com/finestructure/spi-images:basic-5.10-latest swift build 2>&1
Fetching https://github.com/ZeeQL/CLibPQ.git
Fetching https://github.com/ZeeQL/ZeeQL3.git
[1/20] Fetching clibpq
[21/2471] Fetching clibpq, zeeql3
Fetched https://github.com/ZeeQL/CLibPQ.git from cache (0.25s)
Fetched https://github.com/ZeeQL/ZeeQL3.git from cache (0.26s)
Computing version for https://github.com/ZeeQL/CLibPQ.git
Computed https://github.com/ZeeQL/CLibPQ.git at 2.0.1 (0.44s)
Computing version for https://github.com/ZeeQL/ZeeQL3.git
Computed https://github.com/ZeeQL/ZeeQL3.git at 0.9.5 (1.74s)
Fetching https://github.com/ZeeQL/CSQLite3.git
[1/41] Fetching csqlite3
Fetched https://github.com/ZeeQL/CSQLite3.git from cache (0.31s)
Computing version for https://github.com/ZeeQL/CSQLite3.git
Computed https://github.com/ZeeQL/CSQLite3.git at 2.0.3 (0.59s)
Creating working copy for https://github.com/ZeeQL/CLibPQ.git
Working copy of https://github.com/ZeeQL/CLibPQ.git resolved at 2.0.1
Creating working copy for https://github.com/ZeeQL/CSQLite3.git
Working copy of https://github.com/ZeeQL/CSQLite3.git resolved at 2.0.3
Creating working copy for https://github.com/ZeeQL/ZeeQL3.git
Working copy of https://github.com/ZeeQL/ZeeQL3.git resolved at 0.9.5
Building for debugging...
[0/3] Write sources
[2/3] Write swift-version-24593BA9C3E375BF.txt
[4/88] Emitting module ZeeQL
[5/100] Compiling ZeeQL ModelFetchSpecification.swift
[6/100] Compiling ZeeQL NotQualifier.swift
[7/100] Compiling ZeeQL ObjectStore.swift
[8/100] Compiling ZeeQL ObjectTrackingContext.swift
[9/100] Compiling ZeeQL Qualifier.swift
[10/100] Compiling ZeeQL QualifierEvaluation.swift
[11/100] Compiling ZeeQL QualifierParser.swift
[12/100] Compiling ZeeQL QualifierVariable.swift
[13/100] Compiling ZeeQL QueryBuilder.swift
[14/100] Compiling ZeeQL SQLQualifier.swift
[15/100] Compiling ZeeQL SortOrdering.swift
[16/100] Compiling ZeeQL StoreKeyValueCoding.swift
[17/100] Compiling ZeeQL ComparisonOperation.swift
[18/100] Compiling ZeeQL CompoundQualifier.swift
[19/100] Compiling ZeeQL Constant.swift
[20/100] Compiling ZeeQL DataSource.swift
[21/100] Compiling ZeeQL EntityType.swift
[22/100] Compiling ZeeQL Expression.swift
[23/100] Compiling ZeeQL ExpressionEvaluation.swift
[24/100] Compiling ZeeQL FetchSpecification.swift
[25/100] Compiling ZeeQL GlobalID.swift
[26/100] Compiling ZeeQL Key.swift
[27/100] Compiling ZeeQL KeyComparisonQualifier.swift
[28/100] Compiling ZeeQL KeyValueQualifier.swift
[29/100] Compiling ZeeQL AdaptorOperation.swift
[30/100] Compiling ZeeQL AdaptorQueryColumnRepresentable.swift
[31/100] Compiling ZeeQL AdaptorQueryType.swift
[32/100] Compiling ZeeQL AdaptorRecord.swift
[33/100] Compiling ZeeQL AdaptorRecordSchema.swift
[34/100] Compiling ZeeQL Attribute.swift
[35/100] Compiling ZeeQL AttributeKey.swift
[36/100] Compiling ZeeQL AttributeValue.swift
[37/100] Compiling ZeeQL AdaptorRecordDecoder.swift
[38/100] Compiling ZeeQL CodableEntity.swift
[39/100] Compiling ZeeQL CodableModel.swift
[40/100] Compiling ZeeQL CodableModelDecoder.swift
[41/100] Compiling ZeeQL SQLAttributeChange.swift
[42/100] Compiling ZeeQL SQLExpression.swift
[43/100] Compiling ZeeQL SQLExpressionFactory.swift
[44/100] Compiling ZeeQL SQLForeignKey.swift
[45/100] Compiling ZeeQL SQLTableGroups.swift
[46/100] Compiling ZeeQL SchemaGeneration.swift
[47/100] Compiling ZeeQL SchemaSynchronization.swift
[48/100] Compiling ZeeQL SchemaSynchronizationFactory.swift
[49/100] Compiling ZeeQL TypedFetchSpecification.swift
[50/100] Compiling ZeeQL ZeeQLTypes.swift
[51/100] Compiling ZeeQL ArrayDataSource.swift
[52/100] Compiling ZeeQL BooleanQualifier.swift
[53/100] Compiling ZeeQL CodableModelEntityDecoder.swift
[54/100] Compiling ZeeQL CodableModelPostProcessor.swift
[55/100] Compiling ZeeQL CodableRelationship.swift
[56/100] Compiling ZeeQL EntityPropertyReflectionContainer.swift
[57/100] Compiling ZeeQL CodeAttribute.swift
[58/100] Compiling ZeeQL CodeEntity.swift
[59/100] Compiling ZeeQL CodeFetchSpecification.swift
[60/100] Compiling ZeeQL CodeRelationship.swift
[61/100] Compiling ZeeQL CodeValueAttribute.swift
[62/100] Compiling ZeeQL Database.swift
[63/100] Compiling ZeeQL DatabaseChannel.swift
[64/100] Compiling ZeeQL DatabaseContext.swift
[65/100] Compiling ZeeQL EquatableType.swift
[66/100] Compiling ZeeQL KeyValueStringFormatter.swift
[67/100] Compiling ZeeQL Logger.swift
[68/100] Compiling ZeeQL Pluralize.swift
[69/100] Compiling ZeeQL SimpleKVC.swift
[70/100] Compiling ZeeQL SmartDescription.swift
[71/100] Compiling ZeeQL TimeRange.swift
[72/100] Compiling ZeeQL SQLite3Adaptor.swift
[73/100] Compiling ZeeQL SQLite3AdaptorChannel.swift
[74/100] Compiling ZeeQL SQLite3Expression.swift
[75/100] Compiling ZeeQL SQLite3ModelFetch.swift
[76/100] Compiling ZeeQL SQLite3SchemaSynchronizationFactory.swift
[77/100] Compiling ZeeQL DatabaseDataSource.swift
[78/100] Compiling ZeeQL DatabaseObject.swift
[79/100] Compiling ZeeQL DatabaseOperation.swift
[80/100] Compiling ZeeQL Entity.swift
[81/100] Compiling ZeeQL FancyModelMaker.swift
[82/100] Compiling ZeeQL Join.swift
[83/100] Compiling ZeeQL MirrorHelpers.swift
[84/100] Compiling ZeeQL Model.swift
[85/100] Compiling ZeeQL ModelLoader.swift
[86/100] Compiling ZeeQL ModelSQLizer.swift
[87/100] Compiling ZeeQL Property.swift
[88/100] Compiling ZeeQL Relationship.swift
[89/100] Compiling ZeeQL AccessDataSource.swift
[90/100] Compiling ZeeQL AccessDataSourceError.swift
[91/100] Compiling ZeeQL AccessDataSourceFinders.swift
[92/100] Compiling ZeeQL ActiveDataSource.swift
[93/100] Compiling ZeeQL ActiveRecord.swift
[94/100] Compiling ZeeQL ActiveRecordType.swift
[95/100] Compiling ZeeQL Adaptor.swift
[96/100] Compiling ZeeQL AdaptorChannel.swift
[97/100] Compiling ZeeQL AdaptorChannelPool.swift
[98/100] Compiling ZeeQL AdaptorDataSource.swift
[99/100] Compiling ZeeQL AdaptorError.swift
[100/100] Compiling ZeeQL AdaptorModelFetch.swift
[102/107] 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
       ^
error: emit-module command failed with exit code 1 (use -v to see invocation)
[103/107] 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
       ^
[104/107] 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
       ^
[105/107] 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
       ^
[106/107] 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
       ^
[107/107] 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
[0/1] Planning build
Building for debugging...
[0/1] Write swift-version-24593BA9C3E375BF.txt
[2/7] 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
       ^
error: emit-module command failed with exit code 1 (use -v to see invocation)
[3/7] 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
       ^
[4/7] 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
       ^
[5/7] 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
       ^
[6/7] 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
       ^
[7/7] 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
       ^
error: fatalError
BUILD FAILURE 5.10 linux

Build Machine: Linux 1