This is a staging environment. For live and up-to-date package information, visit swiftpackageindex.com.

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 with Swift 6.0 (beta) for Linux.

Build Command

bash -c docker run --rm -v "checkouts-4606859-0":/host -w "$workDir" registry.gitlab.com/finestructure/spi-images:basic-6.0-latest swift build --triple x86_64-unknown-linux-gnu -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete 2>&1

Build Log

========================================
RunAll
========================================
Builder version: 4.40.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:             6.0
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-6.0-latest swift build --triple x86_64-unknown-linux-gnu -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete 2>&1
Fetching https://github.com/ZeeQL/ZeeQL3.git
Fetching https://github.com/ZeeQL/CLibPQ.git
[1/2451] Fetching zeeql3
[2/2471] Fetching zeeql3, clibpq
Fetched https://github.com/ZeeQL/CLibPQ.git from cache (0.26s)
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.41s)
Computing version for https://github.com/ZeeQL/ZeeQL3.git
Computed https://github.com/ZeeQL/ZeeQL3.git at 0.9.5 (1.06s)
Fetching https://github.com/ZeeQL/CSQLite3.git
[1/41] Fetching csqlite3
Fetched https://github.com/ZeeQL/CSQLite3.git from cache (0.20s)
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.1
Creating working copy for https://github.com/ZeeQL/ZeeQL3.git
Working copy of https://github.com/ZeeQL/ZeeQL3.git resolved at 0.9.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
Building for debugging...
[0/3] Write sources
[2/3] Write swift-version-24593BA9C3E375BF.txt
[4/88] Emitting module ZeeQL
[5/100] Compiling ZeeQL ComparisonOperation.swift
[6/100] Compiling ZeeQL CompoundQualifier.swift
[7/100] Compiling ZeeQL Constant.swift
[8/100] Compiling ZeeQL DataSource.swift
[9/100] Compiling ZeeQL EntityType.swift
[10/100] Compiling ZeeQL Expression.swift
[11/100] Compiling ZeeQL ExpressionEvaluation.swift
[12/100] Compiling ZeeQL FetchSpecification.swift
[13/100] Compiling ZeeQL GlobalID.swift
[14/100] Compiling ZeeQL Key.swift
[15/100] Compiling ZeeQL KeyComparisonQualifier.swift
[16/100] Compiling ZeeQL KeyValueQualifier.swift
[17/100] Compiling ZeeQL ModelFetchSpecification.swift
[18/100] Compiling ZeeQL NotQualifier.swift
[19/100] Compiling ZeeQL ObjectStore.swift
[20/100] Compiling ZeeQL ObjectTrackingContext.swift
[21/100] Compiling ZeeQL Qualifier.swift
[22/100] Compiling ZeeQL QualifierEvaluation.swift
[23/100] Compiling ZeeQL QualifierParser.swift
[24/100] Compiling ZeeQL QualifierVariable.swift
[25/100] Compiling ZeeQL QueryBuilder.swift
[26/100] Compiling ZeeQL SQLQualifier.swift
[27/100] Compiling ZeeQL SortOrdering.swift
[28/100] Compiling ZeeQL StoreKeyValueCoding.swift
[29/100] Compiling ZeeQL AccessDataSource.swift
[30/100] Compiling ZeeQL AccessDataSourceError.swift
[31/100] Compiling ZeeQL AccessDataSourceFinders.swift
[32/100] Compiling ZeeQL ActiveDataSource.swift
[33/100] Compiling ZeeQL ActiveRecord.swift
[34/100] Compiling ZeeQL ActiveRecordType.swift
[35/100] Compiling ZeeQL Adaptor.swift
[36/100] Compiling ZeeQL AdaptorChannel.swift
[37/100] Compiling ZeeQL AdaptorChannelPool.swift
[38/100] Compiling ZeeQL AdaptorDataSource.swift
[39/100] Compiling ZeeQL AdaptorError.swift
[40/100] Compiling ZeeQL AdaptorModelFetch.swift
[41/100] Compiling ZeeQL DatabaseDataSource.swift
[42/100] Compiling ZeeQL DatabaseObject.swift
[43/100] Compiling ZeeQL DatabaseOperation.swift
[44/100] Compiling ZeeQL Entity.swift
[45/100] Compiling ZeeQL FancyModelMaker.swift
[46/100] Compiling ZeeQL Join.swift
[47/100] Compiling ZeeQL MirrorHelpers.swift
[48/100] Compiling ZeeQL Model.swift
[49/100] Compiling ZeeQL ModelLoader.swift
[50/100] Compiling ZeeQL ModelSQLizer.swift
[51/100] Compiling ZeeQL Property.swift
[52/100] Compiling ZeeQL Relationship.swift
[53/100] Compiling ZeeQL SQLAttributeChange.swift
[54/100] Compiling ZeeQL SQLExpression.swift
[55/100] Compiling ZeeQL SQLExpressionFactory.swift
[56/100] Compiling ZeeQL SQLForeignKey.swift
[57/100] Compiling ZeeQL SQLTableGroups.swift
[58/100] Compiling ZeeQL SchemaGeneration.swift
[59/100] Compiling ZeeQL SchemaSynchronization.swift
[60/100] Compiling ZeeQL SchemaSynchronizationFactory.swift
[61/100] Compiling ZeeQL TypedFetchSpecification.swift
[62/100] Compiling ZeeQL ZeeQLTypes.swift
[63/100] Compiling ZeeQL ArrayDataSource.swift
[64/100] Compiling ZeeQL BooleanQualifier.swift
[65/100] Compiling ZeeQL AdaptorOperation.swift
[66/100] Compiling ZeeQL AdaptorQueryColumnRepresentable.swift
[67/100] Compiling ZeeQL AdaptorQueryType.swift
[68/100] Compiling ZeeQL AdaptorRecord.swift
[69/100] Compiling ZeeQL AdaptorRecordSchema.swift
[70/100] Compiling ZeeQL Attribute.swift
[71/100] Compiling ZeeQL AttributeKey.swift
[72/100] Compiling ZeeQL AttributeValue.swift
[73/100] Compiling ZeeQL AdaptorRecordDecoder.swift
[74/100] Compiling ZeeQL CodableEntity.swift
[75/100] Compiling ZeeQL CodableModel.swift
[76/100] Compiling ZeeQL CodableModelDecoder.swift
[77/100] Compiling ZeeQL EquatableType.swift
[78/100] Compiling ZeeQL KeyValueStringFormatter.swift
[79/100] Compiling ZeeQL Logger.swift
[80/100] Compiling ZeeQL Pluralize.swift
[81/100] Compiling ZeeQL SimpleKVC.swift
[82/100] Compiling ZeeQL SmartDescription.swift
[83/100] Compiling ZeeQL TimeRange.swift
[84/100] Compiling ZeeQL SQLite3Adaptor.swift
[85/100] Compiling ZeeQL SQLite3AdaptorChannel.swift
[86/100] Compiling ZeeQL SQLite3Expression.swift
[87/100] Compiling ZeeQL SQLite3ModelFetch.swift
[88/100] Compiling ZeeQL SQLite3SchemaSynchronizationFactory.swift
[89/100] Compiling ZeeQL CodableModelEntityDecoder.swift
[90/100] Compiling ZeeQL CodableModelPostProcessor.swift
[91/100] Compiling ZeeQL CodableRelationship.swift
[92/100] Compiling ZeeQL EntityPropertyReflectionContainer.swift
[93/100] Compiling ZeeQL CodeAttribute.swift
[94/100] Compiling ZeeQL CodeEntity.swift
[95/100] Compiling ZeeQL CodeFetchSpecification.swift
[96/100] Compiling ZeeQL CodeRelationship.swift
[97/100] Compiling ZeeQL CodeValueAttribute.swift
[98/100] Compiling ZeeQL Database.swift
[99/100] Compiling ZeeQL DatabaseChannel.swift
[100/100] Compiling ZeeQL DatabaseContext.swift
[102/107] Compiling PostgreSQLAdaptor PostgreSQLOIDs.swift
<module-includes>:1:10: note: in file included from <module-includes>:1:
1 | #include "CLibPQShim.h"
  |          `- note: in file included from <module-includes>:1:
2 |
/host/spi-builder-workspace/.build/checkouts/CLibPQ/Sources/CLibPQ/CLibPQShim.h:11:14: error: '/usr/include/postgresql/libpq-fe.h' file not found
 9 | #    include "/usr/local/opt/libpq/include/libpq-fe.h"
10 | #  else
11 | #    include "/usr/include/postgresql/libpq-fe.h"
   |              `- error: '/usr/include/postgresql/libpq-fe.h' file not found
12 | #  endif
13 | #endif
/host/spi-builder-workspace/Sources/PostgreSQLAdaptor/PostgreSQLAdaptor.swift:11:8: error: could not build C module 'CLibPQ'
  9 | import Foundation
 10 | import ZeeQL
 11 | import CLibPQ
    |        `- error: could not build C module 'CLibPQ'
 12 |
 13 | open class PostgreSQLAdaptor : Adaptor, SmartDescription {
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:
1 | #include "CLibPQShim.h"
  |          `- note: in file included from <module-includes>:1:
2 |
/host/spi-builder-workspace/.build/checkouts/CLibPQ/Sources/CLibPQ/CLibPQShim.h:11:14: error: '/usr/include/postgresql/libpq-fe.h' file not found
 9 | #    include "/usr/local/opt/libpq/include/libpq-fe.h"
10 | #  else
11 | #    include "/usr/include/postgresql/libpq-fe.h"
   |              `- error: '/usr/include/postgresql/libpq-fe.h' file not found
12 | #  endif
13 | #endif
/host/spi-builder-workspace/Sources/PostgreSQLAdaptor/PostgreSQLAdaptor.swift:11:8: error: could not build C module 'CLibPQ'
  9 | import Foundation
 10 | import ZeeQL
 11 | import CLibPQ
    |        `- error: could not build C module 'CLibPQ'
 12 |
 13 | open class PostgreSQLAdaptor : Adaptor, SmartDescription {
[104/107] Compiling PostgreSQLAdaptor PostgreSQLAdaptor.swift
<module-includes>:1:10: note: in file included from <module-includes>:1:
1 | #include "CLibPQShim.h"
  |          `- note: in file included from <module-includes>:1:
2 |
/host/spi-builder-workspace/.build/checkouts/CLibPQ/Sources/CLibPQ/CLibPQShim.h:11:14: error: '/usr/include/postgresql/libpq-fe.h' file not found
 9 | #    include "/usr/local/opt/libpq/include/libpq-fe.h"
10 | #  else
11 | #    include "/usr/include/postgresql/libpq-fe.h"
   |              `- error: '/usr/include/postgresql/libpq-fe.h' file not found
12 | #  endif
13 | #endif
/host/spi-builder-workspace/Sources/PostgreSQLAdaptor/PostgreSQLAdaptor.swift:11:8: error: could not build C module 'CLibPQ'
  9 | import Foundation
 10 | import ZeeQL
 11 | import CLibPQ
    |        `- error: could not build C module 'CLibPQ'
 12 |
 13 | open class PostgreSQLAdaptor : Adaptor, SmartDescription {
[105/107] Compiling PostgreSQLAdaptor PostgreSQLAdaptorChannel.swift
<module-includes>:1:10: note: in file included from <module-includes>:1:
1 | #include "CLibPQShim.h"
  |          `- note: in file included from <module-includes>:1:
2 |
/host/spi-builder-workspace/.build/checkouts/CLibPQ/Sources/CLibPQ/CLibPQShim.h:11:14: error: '/usr/include/postgresql/libpq-fe.h' file not found
 9 | #    include "/usr/local/opt/libpq/include/libpq-fe.h"
10 | #  else
11 | #    include "/usr/include/postgresql/libpq-fe.h"
   |              `- error: '/usr/include/postgresql/libpq-fe.h' file not found
12 | #  endif
13 | #endif
/host/spi-builder-workspace/Sources/PostgreSQLAdaptor/PostgreSQLAdaptor.swift:11:8: error: could not build C module 'CLibPQ'
  9 | import Foundation
 10 | import ZeeQL
 11 | import CLibPQ
    |        `- error: could not build C module 'CLibPQ'
 12 |
 13 | open class PostgreSQLAdaptor : Adaptor, SmartDescription {
[106/107] Compiling PostgreSQLAdaptor PostgreSQLExpression.swift
<module-includes>:1:10: note: in file included from <module-includes>:1:
1 | #include "CLibPQShim.h"
  |          `- note: in file included from <module-includes>:1:
2 |
/host/spi-builder-workspace/.build/checkouts/CLibPQ/Sources/CLibPQ/CLibPQShim.h:11:14: error: '/usr/include/postgresql/libpq-fe.h' file not found
 9 | #    include "/usr/local/opt/libpq/include/libpq-fe.h"
10 | #  else
11 | #    include "/usr/include/postgresql/libpq-fe.h"
   |              `- error: '/usr/include/postgresql/libpq-fe.h' file not found
12 | #  endif
13 | #endif
/host/spi-builder-workspace/Sources/PostgreSQLAdaptor/PostgreSQLAdaptor.swift:11:8: error: could not build C module 'CLibPQ'
  9 | import Foundation
 10 | import ZeeQL
 11 | import CLibPQ
    |        `- error: could not build C module 'CLibPQ'
 12 |
 13 | open class PostgreSQLAdaptor : Adaptor, SmartDescription {
[107/107] Compiling PostgreSQLAdaptor PostgreSQLModelFetch.swift
<module-includes>:1:10: note: in file included from <module-includes>:1:
1 | #include "CLibPQShim.h"
  |          `- note: in file included from <module-includes>:1:
2 |
/host/spi-builder-workspace/.build/checkouts/CLibPQ/Sources/CLibPQ/CLibPQShim.h:11:14: error: '/usr/include/postgresql/libpq-fe.h' file not found
 9 | #    include "/usr/local/opt/libpq/include/libpq-fe.h"
10 | #  else
11 | #    include "/usr/include/postgresql/libpq-fe.h"
   |              `- error: '/usr/include/postgresql/libpq-fe.h' file not found
12 | #  endif
13 | #endif
/host/spi-builder-workspace/Sources/PostgreSQLAdaptor/PostgreSQLAdaptor.swift:11:8: error: could not build C module 'CLibPQ'
  9 | import Foundation
 10 | import ZeeQL
 11 | import CLibPQ
    |        `- error: could not build C module 'CLibPQ'
 12 |
 13 | open class PostgreSQLAdaptor : Adaptor, SmartDescription {
BUILD FAILURE 6.0 linux
This is a staging environment. For live and up-to-date package information, visit swiftpackageindex.com.