Build Information
Successful build of ZeeQL3, reference develop (c0ed95
), with Swift 6.0 for Linux on 15 May 2025 22:11:05 UTC.
Swift 6 data race errors: 0
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4606859-2":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.0-latest swift build --triple x86_64-unknown-linux-gnu 2>&1
Build Log
========================================
RunAll
========================================
Builder version: 4.61.4
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/ZeeQL/ZeeQL3.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/ZeeQL3
* branch develop -> FETCH_HEAD
* [new branch] develop -> origin/develop
HEAD is now at c0ed95f Minor cleanups
Cloned https://github.com/ZeeQL/ZeeQL3.git
Revision (git rev-parse @):
c0ed95f726497dd585c3b3aaedf3f9d06dc5c618
SUCCESS checkout https://github.com/ZeeQL/ZeeQL3.git at develop
========================================
Build
========================================
Selected platform: linux
Swift version: 6.0
Building package at path: $PWD
https://github.com/ZeeQL/ZeeQL3.git
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-2":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.0-latest swift build --triple x86_64-unknown-linux-gnu 2>&1
basic-6.0-latest: Pulling from finestructure/spi-images
Digest: sha256:9029076bb687edc160a3d5201c89e92dd9fa7309f33f090c4234365c83366c31
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.0-latest
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 (2.89s)
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/2] Write sources
[1/2] Write swift-version-24593BA9C3E375BF.txt
[3/93] Compiling ZeeQL NotQualifier.swift
[4/93] Compiling ZeeQL ObjectStore.swift
[5/93] Compiling ZeeQL ObjectTrackingContext.swift
[6/93] Compiling ZeeQL Qualifier.swift
[7/93] Compiling ZeeQL QualifierEvaluation.swift
[8/93] Compiling ZeeQL QualifierParser.swift
[9/93] Compiling ZeeQL QualifierVariable.swift
[10/93] Compiling ZeeQL SQLQualifier.swift
[11/93] Compiling ZeeQL SortOrdering.swift
[12/93] Compiling ZeeQL StoreKeyValueCoding.swift
[13/93] Compiling ZeeQL AnyOptional.swift
[14/93] Compiling ZeeQL Dictionary+Extensions.swift
[15/105] Compiling ZeeQL SQLExpressionFactory.swift
[16/105] Compiling ZeeQL SQLForeignKey.swift
[17/105] Compiling ZeeQL SQLTableGroups.swift
[18/105] Compiling ZeeQL SchemaGeneration.swift
[19/105] Compiling ZeeQL SchemaSynchronization.swift
[20/105] Compiling ZeeQL SchemaSynchronizationFactory.swift
[21/105] Compiling ZeeQL TypedDatabaseChannel.swift
[22/105] Compiling ZeeQL TypedFetchSpecification.swift
[23/105] Compiling ZeeQL ZeeQLTypes.swift
[24/105] Compiling ZeeQL ArrayDataSource.swift
[25/105] Compiling ZeeQL BooleanQualifier.swift
[26/105] Compiling ZeeQL ComparisonOperation.swift
[27/105] Compiling ZeeQL CompoundQualifier.swift
[28/105] Compiling ZeeQL Constant.swift
[29/105] Compiling ZeeQL DataSource.swift
[30/105] Compiling ZeeQL EntityType+Builder.swift
[31/105] Compiling ZeeQL EntityType.swift
[32/105] Compiling ZeeQL Expression.swift
[33/105] Compiling ZeeQL ExpressionEvaluation.swift
[34/105] Compiling ZeeQL FetchSpecification+Builder.swift
[35/105] Compiling ZeeQL FetchSpecification.swift
[36/105] Compiling ZeeQL GlobalID.swift
[37/105] Compiling ZeeQL Key.swift
[38/105] Compiling ZeeQL KeyComparisonQualifier.swift
[39/105] Compiling ZeeQL KeyValueQualifier.swift
[40/105] Compiling ZeeQL ModelFetchSpecification.swift
[41/105] Emitting module ZeeQL
[42/105] Compiling ZeeQL AccessDataSource.swift
[43/105] Compiling ZeeQL AccessDataSourceError.swift
[44/105] Compiling ZeeQL AccessDataSourceFinders.swift
[45/105] Compiling ZeeQL ActiveDataSource.swift
[46/105] Compiling ZeeQL ActiveRecord.swift
[47/105] Compiling ZeeQL ActiveRecordType.swift
[48/105] Compiling ZeeQL Adaptor.swift
[49/105] Compiling ZeeQL AdaptorChannel.swift
[50/105] Compiling ZeeQL AdaptorChannelPool.swift
[51/105] Compiling ZeeQL AdaptorDataSource.swift
[52/105] Compiling ZeeQL AdaptorError.swift
[53/105] Compiling ZeeQL AdaptorModelFetch.swift
[54/105] Compiling ZeeQL AdaptorOperation.swift
[55/105] Compiling ZeeQL AdaptorQueryColumnRepresentable.swift
[56/105] Compiling ZeeQL AdaptorQueryType.swift
[57/105] Compiling ZeeQL AdaptorRecord.swift
[58/105] Compiling ZeeQL AdaptorRecordSchema.swift
[59/105] Compiling ZeeQL Attribute.swift
[60/105] Compiling ZeeQL AttributeKey.swift
[61/105] Compiling ZeeQL AttributeValue.swift
[62/105] Compiling ZeeQL AdaptorRecordDecoder.swift
[63/105] Compiling ZeeQL CodableEntity.swift
[64/105] Compiling ZeeQL CodableModel.swift
[65/105] Compiling ZeeQL CodableModelDecoder.swift
[66/105] Compiling ZeeQL CodableModelEntityDecoder.swift
[67/105] Compiling ZeeQL CodableModelPostProcessor.swift
[68/105] Compiling ZeeQL DatabaseOperation.swift
[69/105] Compiling ZeeQL Entity.swift
[70/105] Compiling ZeeQL FancyModelMaker.swift
[71/105] Compiling ZeeQL Join.swift
[72/105] Compiling ZeeQL MirrorHelpers.swift
[73/105] Compiling ZeeQL Model.swift
[74/105] Compiling ZeeQL ModelLoader.swift
[75/105] Compiling ZeeQL ModelPattern.swift
[76/105] Compiling ZeeQL ModelSQLizer.swift
[77/105] Compiling ZeeQL Property.swift
[78/105] Compiling ZeeQL Relationship.swift
[79/105] Compiling ZeeQL SQLAttributeChange.swift
[80/105] Compiling ZeeQL SQLExpression.swift
[81/105] Compiling ZeeQL CodableRelationship.swift
[82/105] Compiling ZeeQL EntityPropertyReflectionContainer.swift
[83/105] Compiling ZeeQL CodeAttribute.swift
[84/105] Compiling ZeeQL CodeEntity.swift
[85/105] Compiling ZeeQL CodeRelationship.swift
[86/105] Compiling ZeeQL CodeValueAttribute.swift
[87/105] Compiling ZeeQL Database.swift
[88/105] Compiling ZeeQL DatabaseChannel.swift
[89/105] Compiling ZeeQL DatabaseChannelBase.swift
[90/105] Compiling ZeeQL DatabaseChannelFetchHelper.swift
[91/105] Compiling ZeeQL DatabaseContext.swift
[92/105] Compiling ZeeQL DatabaseDataSource.swift
[93/105] Compiling ZeeQL DatabaseObject.swift
[94/105] Compiling ZeeQL EquatableType.swift
[95/105] Compiling ZeeQL KeyValueStringFormatter.swift
[96/105] Compiling ZeeQL Logger.swift
[97/105] Compiling ZeeQL Pluralize.swift
[98/105] Compiling ZeeQL SimpleKVC.swift
[99/105] Compiling ZeeQL SmartDescription.swift
[100/105] Compiling ZeeQL TimeRange.swift
[101/105] Compiling ZeeQL SQLite3Adaptor.swift
[102/105] Compiling ZeeQL SQLite3AdaptorChannel.swift
[103/105] Compiling ZeeQL SQLite3Expression.swift
[104/105] Compiling ZeeQL SQLite3ModelFetch.swift
[105/105] Compiling ZeeQL SQLite3SchemaSynchronizationFactory.swift
Build complete! (28.09s)
Build complete.
{
"dependencies" : [
{
"identity" : "csqlite3",
"requirement" : {
"range" : [
{
"lower_bound" : "2.0.3",
"upper_bound" : "3.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/ZeeQL/CSQLite3.git"
}
],
"manifest_display_name" : "ZeeQL3",
"name" : "ZeeQL3",
"path" : "/host/spi-builder-workspace",
"platforms" : [
],
"products" : [
{
"name" : "ZeeQL",
"targets" : [
"ZeeQL"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "ZeeQLTests",
"module_type" : "SwiftTarget",
"name" : "ZeeQLTests",
"path" : "Tests/ZeeQLTests",
"sources" : [
"AdaptorActiveRecordTestCase.swift",
"AdaptorOGoTestCase.swift",
"CodableModelTests.swift",
"CodeEntityModelTests.swift",
"CodeObjectModelTests.swift",
"ContactsDBModel.swift",
"EquatableTypeTests.swift",
"FakeAdaptor.swift",
"FormatterTests.swift",
"ModelLoaderTests.swift",
"ModelTests.swift",
"QualifierEvaluationTests.swift",
"QualifierParserTests.swift",
"SQLExpressionTests.swift",
"SQLite3ActiveRecordTests.swift",
"SQLite3AdaptorTests.swift",
"SQLite3CodableTests.swift",
"SQLite3ExpressionTests.swift",
"SQLite3ModelTests.swift",
"SQLite3OGoAdaptorTests.swift",
"SchemaGenerationTests.swift",
"SchemaSyncTests.swift"
],
"target_dependencies" : [
"ZeeQL"
],
"type" : "test"
},
{
"c99name" : "ZeeQL",
"module_type" : "SwiftTarget",
"name" : "ZeeQL",
"path" : "Sources/ZeeQL",
"product_dependencies" : [
"CSQLite3"
],
"product_memberships" : [
"ZeeQL"
],
"sources" : [
"Access/AccessDataSource.swift",
"Access/AccessDataSourceError.swift",
"Access/AccessDataSourceFinders.swift",
"Access/ActiveDataSource.swift",
"Access/ActiveRecord.swift",
"Access/ActiveRecordType.swift",
"Access/Adaptor.swift",
"Access/AdaptorChannel.swift",
"Access/AdaptorChannelPool.swift",
"Access/AdaptorDataSource.swift",
"Access/AdaptorError.swift",
"Access/AdaptorModelFetch.swift",
"Access/AdaptorOperation.swift",
"Access/AdaptorQueryColumnRepresentable.swift",
"Access/AdaptorQueryType.swift",
"Access/AdaptorRecord.swift",
"Access/AdaptorRecordSchema.swift",
"Access/Attribute.swift",
"Access/AttributeKey.swift",
"Access/AttributeValue.swift",
"Access/Codable/AdaptorRecordDecoder.swift",
"Access/Codable/CodableEntity.swift",
"Access/Codable/CodableModel.swift",
"Access/Codable/CodableModelDecoder.swift",
"Access/Codable/CodableModelEntityDecoder.swift",
"Access/Codable/CodableModelPostProcessor.swift",
"Access/Codable/CodableRelationship.swift",
"Access/Codable/EntityPropertyReflectionContainer.swift",
"Access/CodeAttribute.swift",
"Access/CodeEntity.swift",
"Access/CodeRelationship.swift",
"Access/CodeValueAttribute.swift",
"Access/Database.swift",
"Access/DatabaseChannel.swift",
"Access/DatabaseChannelBase.swift",
"Access/DatabaseChannelFetchHelper.swift",
"Access/DatabaseContext.swift",
"Access/DatabaseDataSource.swift",
"Access/DatabaseObject.swift",
"Access/DatabaseOperation.swift",
"Access/Entity.swift",
"Access/FancyModelMaker.swift",
"Access/Join.swift",
"Access/MirrorHelpers.swift",
"Access/Model.swift",
"Access/ModelLoader.swift",
"Access/ModelPattern.swift",
"Access/ModelSQLizer.swift",
"Access/Property.swift",
"Access/Relationship.swift",
"Access/SQLAttributeChange.swift",
"Access/SQLExpression.swift",
"Access/SQLExpressionFactory.swift",
"Access/SQLForeignKey.swift",
"Access/SQLTableGroups.swift",
"Access/SchemaGeneration.swift",
"Access/SchemaSynchronization.swift",
"Access/SchemaSynchronizationFactory.swift",
"Access/TypedDatabaseChannel.swift",
"Access/TypedFetchSpecification.swift",
"Access/ZeeQLTypes.swift",
"Control/ArrayDataSource.swift",
"Control/BooleanQualifier.swift",
"Control/ComparisonOperation.swift",
"Control/CompoundQualifier.swift",
"Control/Constant.swift",
"Control/DataSource.swift",
"Control/EntityType+Builder.swift",
"Control/EntityType.swift",
"Control/Expression.swift",
"Control/ExpressionEvaluation.swift",
"Control/FetchSpecification+Builder.swift",
"Control/FetchSpecification.swift",
"Control/GlobalID.swift",
"Control/Key.swift",
"Control/KeyComparisonQualifier.swift",
"Control/KeyValueQualifier.swift",
"Control/ModelFetchSpecification.swift",
"Control/NotQualifier.swift",
"Control/ObjectStore.swift",
"Control/ObjectTrackingContext.swift",
"Control/Qualifier.swift",
"Control/QualifierEvaluation.swift",
"Control/QualifierParser.swift",
"Control/QualifierVariable.swift",
"Control/SQLQualifier.swift",
"Control/SortOrdering.swift",
"Control/StoreKeyValueCoding.swift",
"Foundation/AnyOptional.swift",
"Foundation/Dictionary+Extensions.swift",
"Foundation/EquatableType.swift",
"Foundation/KeyValueStringFormatter.swift",
"Foundation/Logger.swift",
"Foundation/Pluralize.swift",
"Foundation/SimpleKVC.swift",
"Foundation/SmartDescription.swift",
"Foundation/TimeRange.swift",
"SQLite3Adaptor/SQLite3Adaptor.swift",
"SQLite3Adaptor/SQLite3AdaptorChannel.swift",
"SQLite3Adaptor/SQLite3Expression.swift",
"SQLite3Adaptor/SQLite3ModelFetch.swift",
"SQLite3Adaptor/SQLite3SchemaSynchronizationFactory.swift"
],
"type" : "library"
}
],
"tools_version" : "5.0"
}
basic-6.0-latest: Pulling from finestructure/spi-images
Digest: sha256:9029076bb687edc160a3d5201c89e92dd9fa7309f33f090c4234365c83366c31
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.0-latest
Done.