The Swift Package Index logo.Swift Package Index

Build Information

Failed to build ZeeQL3Apache with Swift 5.10 for Linux.

Build Command

bash -c docker run --rm -v "checkouts-4606859-1":/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/ZeeQL3Apache.git
Reference: 0.6.1
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/ZeeQL3Apache
 * tag               0.6.1      -> FETCH_HEAD
HEAD is now at 75fc4a3 Null/not-null flip
Cloned https://github.com/ZeeQL/ZeeQL3Apache.git
Revision (git rev-parse @):
75fc4a37f08729cc4dd82ba3f9b51a3e7be1dfd2
SUCCESS checkout https://github.com/ZeeQL/ZeeQL3Apache.git at 0.6.1
========================================
Build
========================================
Selected platform:         linux
Swift version:             5.10
Building package at path:  $workDir
https://github.com/ZeeQL/ZeeQL3Apache.git
Running build ...
bash -c docker run --rm -v "checkouts-4606859-1":/host -w "$workDir" registry.gitlab.com/finestructure/spi-images:basic-5.10-latest swift build 2>&1
Fetching https://github.com/ZeeQL/ZeeQL3.git
Fetching https://github.com/modswift/CApache.git
[1/49] Fetching capache
[50/2500] Fetching capache, zeeql3
Fetched https://github.com/modswift/CApache.git from cache (0.27s)
Fetched https://github.com/ZeeQL/ZeeQL3.git from cache (0.27s)
Computing version for https://github.com/modswift/CApache.git
Computed https://github.com/modswift/CApache.git at 2.0.2 (0.39s)
Computing version for https://github.com/ZeeQL/ZeeQL3.git
Computed https://github.com/ZeeQL/ZeeQL3.git at 0.9.5 (0.39s)
Fetching https://github.com/ZeeQL/CSQLite3.git
[1/41] Fetching csqlite3
Fetched https://github.com/ZeeQL/CSQLite3.git from cache (0.22s)
Computing version for https://github.com/ZeeQL/CSQLite3.git
Computed https://github.com/ZeeQL/CSQLite3.git at 2.0.3 (1.05s)
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
Creating working copy for https://github.com/modswift/CApache.git
Working copy of https://github.com/modswift/CApache.git resolved at 2.0.2
warning: you may be able to install mod_swift using your system-packager:
    apt-get install apache2-dev
Building for debugging...
[0/4] Write sources
[3/4] Write swift-version-24593BA9C3E375BF.txt
[5/89] Emitting module ZeeQL
[6/101] Compiling ZeeQL AdaptorOperation.swift
[7/101] Compiling ZeeQL AdaptorQueryColumnRepresentable.swift
[8/101] Compiling ZeeQL AdaptorQueryType.swift
[9/101] Compiling ZeeQL AdaptorRecord.swift
[10/101] Compiling ZeeQL AdaptorRecordSchema.swift
[11/101] Compiling ZeeQL Attribute.swift
[12/101] Compiling ZeeQL AttributeKey.swift
[13/101] Compiling ZeeQL AttributeValue.swift
[14/101] Compiling ZeeQL AdaptorRecordDecoder.swift
[15/101] Compiling ZeeQL CodableEntity.swift
[16/101] Compiling ZeeQL CodableModel.swift
[17/101] Compiling ZeeQL CodableModelDecoder.swift
[18/101] Compiling ZeeQL AccessDataSource.swift
[19/101] Compiling ZeeQL AccessDataSourceError.swift
[20/101] Compiling ZeeQL AccessDataSourceFinders.swift
[21/101] Compiling ZeeQL ActiveDataSource.swift
[22/101] Compiling ZeeQL ActiveRecord.swift
[23/101] Compiling ZeeQL ActiveRecordType.swift
[24/101] Compiling ZeeQL Adaptor.swift
[25/101] Compiling ZeeQL AdaptorChannel.swift
[26/101] Compiling ZeeQL AdaptorChannelPool.swift
[27/101] Compiling ZeeQL AdaptorDataSource.swift
[28/101] Compiling ZeeQL AdaptorError.swift
[29/101] Compiling ZeeQL AdaptorModelFetch.swift
[30/101] Compiling ZeeQL EquatableType.swift
[31/101] Compiling ZeeQL KeyValueStringFormatter.swift
[32/101] Compiling ZeeQL Logger.swift
[33/101] Compiling ZeeQL Pluralize.swift
[34/101] Compiling ZeeQL SimpleKVC.swift
[35/101] Compiling ZeeQL SmartDescription.swift
[36/101] Compiling ZeeQL TimeRange.swift
[37/101] Compiling ZeeQL SQLite3Adaptor.swift
[38/101] Compiling ZeeQL SQLite3AdaptorChannel.swift
[39/101] Compiling ZeeQL SQLite3Expression.swift
[40/101] Compiling ZeeQL SQLite3ModelFetch.swift
[41/101] Compiling ZeeQL SQLite3SchemaSynchronizationFactory.swift
[42/101] Compiling ZeeQL CodableModelEntityDecoder.swift
[43/101] Compiling ZeeQL CodableModelPostProcessor.swift
[44/101] Compiling ZeeQL CodableRelationship.swift
[45/101] Compiling ZeeQL EntityPropertyReflectionContainer.swift
[46/101] Compiling ZeeQL CodeAttribute.swift
[47/101] Compiling ZeeQL CodeEntity.swift
[48/101] Compiling ZeeQL CodeFetchSpecification.swift
[49/101] Compiling ZeeQL CodeRelationship.swift
[50/101] Compiling ZeeQL CodeValueAttribute.swift
[51/101] Compiling ZeeQL Database.swift
[52/101] Compiling ZeeQL DatabaseChannel.swift
[53/101] Compiling ZeeQL DatabaseContext.swift
[54/101] Compiling ZeeQL ComparisonOperation.swift
[55/101] Compiling ZeeQL CompoundQualifier.swift
[56/101] Compiling ZeeQL Constant.swift
[57/101] Compiling ZeeQL DataSource.swift
[58/101] Compiling ZeeQL EntityType.swift
[59/101] Compiling ZeeQL Expression.swift
[60/101] Compiling ZeeQL ExpressionEvaluation.swift
[61/101] Compiling ZeeQL FetchSpecification.swift
[62/101] Compiling ZeeQL GlobalID.swift
[63/101] Compiling ZeeQL Key.swift
[64/101] Compiling ZeeQL KeyComparisonQualifier.swift
[65/101] Compiling ZeeQL KeyValueQualifier.swift
[66/101] Compiling ZeeQL SQLAttributeChange.swift
[67/101] Compiling ZeeQL SQLExpression.swift
[68/101] Compiling ZeeQL SQLExpressionFactory.swift
[69/101] Compiling ZeeQL SQLForeignKey.swift
[70/101] Compiling ZeeQL SQLTableGroups.swift
[71/101] Compiling ZeeQL SchemaGeneration.swift
[72/101] Compiling ZeeQL SchemaSynchronization.swift
[73/101] Compiling ZeeQL SchemaSynchronizationFactory.swift
[74/101] Compiling ZeeQL TypedFetchSpecification.swift
[75/101] Compiling ZeeQL ZeeQLTypes.swift
[76/101] Compiling ZeeQL ArrayDataSource.swift
[77/101] Compiling ZeeQL BooleanQualifier.swift
[78/101] Compiling ZeeQL DatabaseDataSource.swift
[79/101] Compiling ZeeQL DatabaseObject.swift
[80/101] Compiling ZeeQL DatabaseOperation.swift
[81/101] Compiling ZeeQL Entity.swift
[82/101] Compiling ZeeQL FancyModelMaker.swift
[83/101] Compiling ZeeQL Join.swift
[84/101] Compiling ZeeQL MirrorHelpers.swift
[85/101] Compiling ZeeQL Model.swift
[86/101] Compiling ZeeQL ModelLoader.swift
[87/101] Compiling ZeeQL ModelSQLizer.swift
[88/101] Compiling ZeeQL Property.swift
[89/101] Compiling ZeeQL Relationship.swift
[90/101] Compiling ZeeQL ModelFetchSpecification.swift
[91/101] Compiling ZeeQL NotQualifier.swift
[92/101] Compiling ZeeQL ObjectStore.swift
[93/101] Compiling ZeeQL ObjectTrackingContext.swift
[94/101] Compiling ZeeQL Qualifier.swift
[95/101] Compiling ZeeQL QualifierEvaluation.swift
[96/101] Compiling ZeeQL QualifierParser.swift
[97/101] Compiling ZeeQL QualifierVariable.swift
[98/101] Compiling ZeeQL QueryBuilder.swift
[99/101] Compiling ZeeQL SQLQualifier.swift
[100/101] Compiling ZeeQL SortOrdering.swift
[101/101] Compiling ZeeQL StoreKeyValueCoding.swift
[103/110] Compiling APRAdaptor APRError.swift
<module-includes>:1:10: note: in file included from <module-includes>:1:
#include "CAPRShim.h"
         ^
/host/spi-builder-workspace/.build/checkouts/CApache/Sources/CApache/CAPRShim.h:4:10: error: 'APRShim.h' file not found
#include "APRShim.h"
         ^
/host/spi-builder-workspace/Sources/APRAdaptor/APRAdaptor.swift:10:8: error: could not build C module 'CAPR'
import CAPR
       ^
[104/110] Compiling APRAdaptor APRPostgreSQLAdaptor.swift
<module-includes>:1:10: note: in file included from <module-includes>:1:
#include "CAPRShim.h"
         ^
/host/spi-builder-workspace/.build/checkouts/CApache/Sources/CApache/CAPRShim.h:4:10: error: 'APRShim.h' file not found
#include "APRShim.h"
         ^
/host/spi-builder-workspace/Sources/APRAdaptor/APRAdaptor.swift:10:8: error: could not build C module 'CAPR'
import CAPR
       ^
error: emit-module command failed with exit code 1 (use -v to see invocation)
[105/110] Emitting module APRAdaptor
<module-includes>:1:10: note: in file included from <module-includes>:1:
#include "CAPRShim.h"
         ^
/host/spi-builder-workspace/.build/checkouts/CApache/Sources/CApache/CAPRShim.h:4:10: error: 'APRShim.h' file not found
#include "APRShim.h"
         ^
/host/spi-builder-workspace/Sources/APRAdaptor/APRAdaptor.swift:10:8: error: could not build C module 'CAPR'
import CAPR
       ^
[106/110] Compiling APRAdaptor APRAdaptor.swift
<module-includes>:1:10: note: in file included from <module-includes>:1:
#include "CAPRShim.h"
         ^
/host/spi-builder-workspace/.build/checkouts/CApache/Sources/CApache/CAPRShim.h:4:10: error: 'APRShim.h' file not found
#include "APRShim.h"
         ^
/host/spi-builder-workspace/Sources/APRAdaptor/APRAdaptor.swift:10:8: error: could not build C module 'CAPR'
import CAPR
       ^
[107/110] Compiling APRAdaptor APRAdaptorChannel.swift
<module-includes>:1:10: note: in file included from <module-includes>:1:
#include "CAPRShim.h"
         ^
/host/spi-builder-workspace/.build/checkouts/CApache/Sources/CApache/CAPRShim.h:4:10: error: 'APRShim.h' file not found
#include "APRShim.h"
         ^
/host/spi-builder-workspace/Sources/APRAdaptor/APRAdaptor.swift:10:8: error: could not build C module 'CAPR'
import CAPR
       ^
[108/110] Compiling APRAdaptor APRSQLite3Adaptor.swift
<module-includes>:1:10: note: in file included from <module-includes>:1:
#include "CAPRShim.h"
         ^
/host/spi-builder-workspace/.build/checkouts/CApache/Sources/CApache/CAPRShim.h:4:10: error: 'APRShim.h' file not found
#include "APRShim.h"
         ^
/host/spi-builder-workspace/Sources/APRAdaptor/APRAdaptor.swift:10:8: error: could not build C module 'CAPR'
import CAPR
       ^
[109/110] Compiling APRAdaptor APRSQLExpression.swift
<module-includes>:1:10: note: in file included from <module-includes>:1:
#include "CAPRShim.h"
         ^
/host/spi-builder-workspace/.build/checkouts/CApache/Sources/CApache/CAPRShim.h:4:10: error: 'APRShim.h' file not found
#include "APRShim.h"
         ^
/host/spi-builder-workspace/Sources/APRAdaptor/APRAdaptor.swift:10:8: error: could not build C module 'CAPR'
import CAPR
       ^
[110/110] Compiling APRAdaptor PostgreSQLModelFetch.swift
<module-includes>:1:10: note: in file included from <module-includes>:1:
#include "CAPRShim.h"
         ^
/host/spi-builder-workspace/.build/checkouts/CApache/Sources/CApache/CAPRShim.h:4:10: error: 'APRShim.h' file not found
#include "APRShim.h"
         ^
/host/spi-builder-workspace/Sources/APRAdaptor/APRAdaptor.swift:10:8: error: could not build C module 'CAPR'
import CAPR
       ^
error: fatalError
warning: you may be able to install mod_swift using your system-packager:
    apt-get install apache2-dev
[0/1] Planning build
Building for debugging...
[0/1] Write swift-version-24593BA9C3E375BF.txt
[2/9] Compiling APRAdaptor APRError.swift
<module-includes>:1:10: note: in file included from <module-includes>:1:
#include "CAPRShim.h"
         ^
/host/spi-builder-workspace/.build/checkouts/CApache/Sources/CApache/CAPRShim.h:4:10: error: 'APRShim.h' file not found
#include "APRShim.h"
         ^
/host/spi-builder-workspace/Sources/APRAdaptor/APRAdaptor.swift:10:8: error: could not build C module 'CAPR'
import CAPR
       ^
[3/9] Compiling APRAdaptor APRPostgreSQLAdaptor.swift
<module-includes>:1:10: note: in file included from <module-includes>:1:
#include "CAPRShim.h"
         ^
/host/spi-builder-workspace/.build/checkouts/CApache/Sources/CApache/CAPRShim.h:4:10: error: 'APRShim.h' file not found
#include "APRShim.h"
         ^
/host/spi-builder-workspace/Sources/APRAdaptor/APRAdaptor.swift:10:8: error: could not build C module 'CAPR'
import CAPR
       ^
[4/9] Compiling APRAdaptor APRSQLite3Adaptor.swift
<module-includes>:1:10: note: in file included from <module-includes>:1:
#include "CAPRShim.h"
         ^
/host/spi-builder-workspace/.build/checkouts/CApache/Sources/CApache/CAPRShim.h:4:10: error: 'APRShim.h' file not found
#include "APRShim.h"
         ^
/host/spi-builder-workspace/Sources/APRAdaptor/APRAdaptor.swift:10:8: error: could not build C module 'CAPR'
import CAPR
       ^
[5/9] Compiling APRAdaptor APRSQLExpression.swift
<module-includes>:1:10: note: in file included from <module-includes>:1:
#include "CAPRShim.h"
         ^
/host/spi-builder-workspace/.build/checkouts/CApache/Sources/CApache/CAPRShim.h:4:10: error: 'APRShim.h' file not found
#include "APRShim.h"
         ^
/host/spi-builder-workspace/Sources/APRAdaptor/APRAdaptor.swift:10:8: error: could not build C module 'CAPR'
import CAPR
       ^
[6/9] Compiling APRAdaptor PostgreSQLModelFetch.swift
<module-includes>:1:10: note: in file included from <module-includes>:1:
#include "CAPRShim.h"
         ^
/host/spi-builder-workspace/.build/checkouts/CApache/Sources/CApache/CAPRShim.h:4:10: error: 'APRShim.h' file not found
#include "APRShim.h"
         ^
/host/spi-builder-workspace/Sources/APRAdaptor/APRAdaptor.swift:10:8: error: could not build C module 'CAPR'
import CAPR
       ^
error: emit-module command failed with exit code 1 (use -v to see invocation)
[7/9] Emitting module APRAdaptor
<module-includes>:1:10: note: in file included from <module-includes>:1:
#include "CAPRShim.h"
         ^
/host/spi-builder-workspace/.build/checkouts/CApache/Sources/CApache/CAPRShim.h:4:10: error: 'APRShim.h' file not found
#include "APRShim.h"
         ^
/host/spi-builder-workspace/Sources/APRAdaptor/APRAdaptor.swift:10:8: error: could not build C module 'CAPR'
import CAPR
       ^
[8/9] Compiling APRAdaptor APRAdaptorChannel.swift
<module-includes>:1:10: note: in file included from <module-includes>:1:
#include "CAPRShim.h"
         ^
/host/spi-builder-workspace/.build/checkouts/CApache/Sources/CApache/CAPRShim.h:4:10: error: 'APRShim.h' file not found
#include "APRShim.h"
         ^
/host/spi-builder-workspace/Sources/APRAdaptor/APRAdaptor.swift:10:8: error: could not build C module 'CAPR'
import CAPR
       ^
[9/9] Compiling APRAdaptor APRAdaptor.swift
<module-includes>:1:10: note: in file included from <module-includes>:1:
#include "CAPRShim.h"
         ^
/host/spi-builder-workspace/.build/checkouts/CApache/Sources/CApache/CAPRShim.h:4:10: error: 'APRShim.h' file not found
#include "APRShim.h"
         ^
/host/spi-builder-workspace/Sources/APRAdaptor/APRAdaptor.swift:10:8: error: could not build C module 'CAPR'
import CAPR
       ^
error: fatalError
BUILD FAILURE 5.10 linux

Build Machine: Linux 1