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 ZeeQL3PG, reference 0.9.2 (c31b78), with Swift 5.9 for Linux on 2 Dec 2024 18:46:48 UTC.

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4609320-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.58.3
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/ZeeQL/ZeeQL3PG.git
Reference: 0.9.2
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
 * tag               0.9.2      -> FETCH_HEAD
HEAD is now at c31b785 Merge branch 'develop'
Cloned https://github.com/ZeeQL/ZeeQL3PG.git
Revision (git rev-parse @):
c31b78543226d2afebf6f0df478a9459b087911a
SUCCESS checkout https://github.com/ZeeQL/ZeeQL3PG.git at 0.9.2
========================================
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-4609320-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:a06db64ee3297a5f3491915d7662e6a86c0024d45425be3d593d7649696fef17
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/3051] Fetching clibpq, zeeql3
Fetched https://github.com/ZeeQL/CLibPQ.git (0.29s)
Fetched https://github.com/ZeeQL/ZeeQL3.git (0.29s)
Computing version for https://github.com/ZeeQL/CLibPQ.git
Computed https://github.com/ZeeQL/CLibPQ.git at 2.0.5 (1.33s)
Computing version for https://github.com/ZeeQL/ZeeQL3.git
Computed https://github.com/ZeeQL/ZeeQL3.git at 0.9.13 (0.59s)
Fetching https://github.com/ZeeQL/CSQLite3.git
[1/41] Fetching csqlite3
Fetched https://github.com/ZeeQL/CSQLite3.git (0.30s)
Computing version for https://github.com/ZeeQL/CSQLite3.git
Computed https://github.com/ZeeQL/CSQLite3.git at 2.0.3 (0.58s)
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/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.13
warning: you may be able to install libpq using your system-packager:
    apt-get install libpq-dev
Building for debugging...
[1/87] Emitting module ZeeQL
[2/99] Compiling ZeeQL CompoundQualifier.swift
[3/99] Compiling ZeeQL Constant.swift
[4/99] Compiling ZeeQL DataSource.swift
[5/99] Compiling ZeeQL EntityType.swift
[6/99] Compiling ZeeQL Expression.swift
[7/99] Compiling ZeeQL ExpressionEvaluation.swift
[8/99] Compiling ZeeQL FetchSpecification.swift
[9/99] Compiling ZeeQL GlobalID.swift
[10/99] Compiling ZeeQL Key.swift
[11/99] Compiling ZeeQL KeyComparisonQualifier.swift
[12/99] Compiling ZeeQL KeyValueQualifier.swift
[13/99] Compiling ZeeQL ModelFetchSpecification.swift
[14/99] Compiling ZeeQL CodableRelationship.swift
[15/99] Compiling ZeeQL EntityPropertyReflectionContainer.swift
[16/99] Compiling ZeeQL CodeAttribute.swift
[17/99] Compiling ZeeQL CodeEntity.swift
[18/99] Compiling ZeeQL CodeFetchSpecification.swift
[19/99] Compiling ZeeQL CodeRelationship.swift
[20/99] Compiling ZeeQL CodeValueAttribute.swift
[21/99] Compiling ZeeQL Database.swift
[22/99] Compiling ZeeQL DatabaseChannel.swift
[23/99] Compiling ZeeQL DatabaseContext.swift
[24/99] Compiling ZeeQL DatabaseDataSource.swift
[25/99] Compiling ZeeQL DatabaseObject.swift
[26/99] Compiling ZeeQL AdaptorQueryColumnRepresentable.swift
[27/99] Compiling ZeeQL AdaptorQueryType.swift
[28/99] Compiling ZeeQL AdaptorRecord.swift
[29/99] Compiling ZeeQL AdaptorRecordSchema.swift
[30/99] Compiling ZeeQL Attribute.swift
[31/99] Compiling ZeeQL AttributeKey.swift
[32/99] Compiling ZeeQL AttributeValue.swift
[33/99] Compiling ZeeQL AdaptorRecordDecoder.swift
[34/99] Compiling ZeeQL CodableEntity.swift
[35/99] Compiling ZeeQL CodableModel.swift
[36/99] Compiling ZeeQL CodableModelDecoder.swift
[37/99] Compiling ZeeQL CodableModelEntityDecoder.swift
[38/99] Compiling ZeeQL CodableModelPostProcessor.swift
[39/99] Compiling ZeeQL SQLExpression.swift
[40/99] Compiling ZeeQL SQLExpressionFactory.swift
[41/99] Compiling ZeeQL SQLForeignKey.swift
[42/99] Compiling ZeeQL SQLTableGroups.swift
[43/99] Compiling ZeeQL SchemaGeneration.swift
[44/99] Compiling ZeeQL SchemaSynchronization.swift
[45/99] Compiling ZeeQL SchemaSynchronizationFactory.swift
[46/99] Compiling ZeeQL TypedFetchSpecification.swift
[47/99] Compiling ZeeQL ZeeQLTypes.swift
[48/99] Compiling ZeeQL ArrayDataSource.swift
[49/99] Compiling ZeeQL BooleanQualifier.swift
[50/99] Compiling ZeeQL ComparisonOperation.swift
[51/99] Compiling ZeeQL NotQualifier.swift
[52/99] Compiling ZeeQL ObjectStore.swift
[53/99] Compiling ZeeQL ObjectTrackingContext.swift
[54/99] Compiling ZeeQL Qualifier.swift
[55/99] Compiling ZeeQL QualifierEvaluation.swift
[56/99] Compiling ZeeQL QualifierParser.swift
[57/99] Compiling ZeeQL QualifierVariable.swift
[58/99] Compiling ZeeQL QueryBuilder.swift
[59/99] Compiling ZeeQL SQLQualifier.swift
[60/99] Compiling ZeeQL SortOrdering.swift
[61/99] Compiling ZeeQL StoreKeyValueCoding.swift
[62/99] Compiling ZeeQL Dictionary+Extensions.swift
[63/99] Compiling ZeeQL AccessDataSource.swift
[64/99] Compiling ZeeQL AccessDataSourceError.swift
[65/99] Compiling ZeeQL AccessDataSourceFinders.swift
[66/99] Compiling ZeeQL ActiveDataSource.swift
[67/99] Compiling ZeeQL ActiveRecord.swift
[68/99] Compiling ZeeQL ActiveRecordType.swift
[69/99] Compiling ZeeQL Adaptor.swift
[70/99] Compiling ZeeQL AdaptorChannel.swift
[71/99] Compiling ZeeQL AdaptorChannelPool.swift
[72/99] Compiling ZeeQL AdaptorDataSource.swift
[73/99] Compiling ZeeQL AdaptorError.swift
[74/99] Compiling ZeeQL AdaptorModelFetch.swift
[75/99] Compiling ZeeQL AdaptorOperation.swift
[76/99] Compiling ZeeQL DatabaseOperation.swift
[77/99] Compiling ZeeQL Entity.swift
[78/99] Compiling ZeeQL FancyModelMaker.swift
[79/99] Compiling ZeeQL Join.swift
[80/99] Compiling ZeeQL MirrorHelpers.swift
[81/99] Compiling ZeeQL Model.swift
[82/99] Compiling ZeeQL ModelLoader.swift
[83/99] Compiling ZeeQL ModelPattern.swift
[84/99] Compiling ZeeQL ModelSQLizer.swift
[85/99] Compiling ZeeQL Property.swift
[86/99] Compiling ZeeQL Relationship.swift
[87/99] Compiling ZeeQL SQLAttributeChange.swift
[88/99] Compiling ZeeQL EquatableType.swift
[89/99] Compiling ZeeQL KeyValueStringFormatter.swift
[90/99] Compiling ZeeQL Logger.swift
[91/99] Compiling ZeeQL Pluralize.swift
[92/99] Compiling ZeeQL SimpleKVC.swift
[93/99] Compiling ZeeQL SmartDescription.swift
[94/99] Compiling ZeeQL TimeRange.swift
[95/99] Compiling ZeeQL SQLite3Adaptor.swift
[96/99] Compiling ZeeQL SQLite3AdaptorChannel.swift
[97/99] Compiling ZeeQL SQLite3Expression.swift
[98/99] Compiling ZeeQL SQLite3ModelFetch.swift
[99/99] Compiling ZeeQL SQLite3SchemaSynchronizationFactory.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
       ^
[103/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
       ^
[104/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
       ^
[105/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: emit-module command failed with exit code 1 (use -v to see invocation)
[106/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
       ^
[107/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
       ^
error: fatalError
BUILD FAILURE 5.9 linux