The Swift Package Index logo.Swift Package Index

Has it really been five years since Swift Package Index launched? Read our anniversary blog post!

Build Information

Successful build of ZeeQL3, reference develop (c0ed95), with Swift 5.9 for Linux on 15 May 2025 22:08:49 UTC.

Swift 6 data race errors: 0

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.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:             5.9
Building package at path:  $PWD
https://github.com/ZeeQL/ZeeQL3.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:93fe18f778ec94e026baa8cc68b2ae87de241b204c49ca7a3a12cf55897227aa
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-5.9-latest
Fetching https://github.com/ZeeQL/CSQLite3.git
[1/41] Fetching csqlite3
Fetched https://github.com/ZeeQL/CSQLite3.git (0.23s)
Computing version for https://github.com/ZeeQL/CSQLite3.git
Computed https://github.com/ZeeQL/CSQLite3.git at 2.0.3 (0.90s)
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...
[1/91] Emitting module ZeeQL
[2/103] Compiling ZeeQL AccessDataSource.swift
[3/103] Compiling ZeeQL AccessDataSourceError.swift
[4/103] Compiling ZeeQL AccessDataSourceFinders.swift
[5/103] Compiling ZeeQL ActiveDataSource.swift
[6/103] Compiling ZeeQL ActiveRecord.swift
[7/103] Compiling ZeeQL ActiveRecordType.swift
[8/103] Compiling ZeeQL Adaptor.swift
[9/103] Compiling ZeeQL AdaptorChannel.swift
[10/103] Compiling ZeeQL AdaptorChannelPool.swift
[11/103] Compiling ZeeQL AdaptorDataSource.swift
[12/103] Compiling ZeeQL AdaptorError.swift
[13/103] Compiling ZeeQL AdaptorModelFetch.swift
[14/103] Compiling ZeeQL AdaptorOperation.swift
[15/103] Compiling ZeeQL CodableRelationship.swift
[16/103] Compiling ZeeQL EntityPropertyReflectionContainer.swift
[17/103] Compiling ZeeQL CodeAttribute.swift
[18/103] Compiling ZeeQL CodeEntity.swift
[19/103] Compiling ZeeQL CodeRelationship.swift
[20/103] Compiling ZeeQL CodeValueAttribute.swift
[21/103] Compiling ZeeQL Database.swift
[22/103] Compiling ZeeQL DatabaseChannel.swift
[23/103] Compiling ZeeQL DatabaseChannelBase.swift
[24/103] Compiling ZeeQL DatabaseChannelFetchHelper.swift
[25/103] Compiling ZeeQL DatabaseContext.swift
[26/103] Compiling ZeeQL DatabaseDataSource.swift
[27/103] Compiling ZeeQL DatabaseObject.swift
[28/103] Compiling ZeeQL SQLExpressionFactory.swift
[29/103] Compiling ZeeQL SQLForeignKey.swift
[30/103] Compiling ZeeQL SQLTableGroups.swift
[31/103] Compiling ZeeQL SchemaGeneration.swift
[32/103] Compiling ZeeQL SchemaSynchronization.swift
[33/103] Compiling ZeeQL SchemaSynchronizationFactory.swift
[34/103] Compiling ZeeQL TypedDatabaseChannel.swift
[35/103] Compiling ZeeQL TypedFetchSpecification.swift
[36/103] Compiling ZeeQL ZeeQLTypes.swift
[37/103] Compiling ZeeQL ArrayDataSource.swift
[38/103] Compiling ZeeQL BooleanQualifier.swift
[39/103] Compiling ZeeQL ComparisonOperation.swift
[40/103] Compiling ZeeQL CompoundQualifier.swift
[41/103] Compiling ZeeQL AdaptorQueryColumnRepresentable.swift
[42/103] Compiling ZeeQL AdaptorQueryType.swift
[43/103] Compiling ZeeQL AdaptorRecord.swift
[44/103] Compiling ZeeQL AdaptorRecordSchema.swift
[45/103] Compiling ZeeQL Attribute.swift
[46/103] Compiling ZeeQL AttributeKey.swift
[47/103] Compiling ZeeQL AttributeValue.swift
[48/103] Compiling ZeeQL AdaptorRecordDecoder.swift
[49/103] Compiling ZeeQL CodableEntity.swift
[50/103] Compiling ZeeQL CodableModel.swift
[51/103] Compiling ZeeQL CodableModelDecoder.swift
[52/103] Compiling ZeeQL CodableModelEntityDecoder.swift
[53/103] Compiling ZeeQL CodableModelPostProcessor.swift
[54/103] Compiling ZeeQL Constant.swift
[55/103] Compiling ZeeQL DataSource.swift
[56/103] Compiling ZeeQL EntityType+Builder.swift
[57/103] Compiling ZeeQL EntityType.swift
[58/103] Compiling ZeeQL Expression.swift
[59/103] Compiling ZeeQL ExpressionEvaluation.swift
[60/103] Compiling ZeeQL FetchSpecification+Builder.swift
[61/103] Compiling ZeeQL FetchSpecification.swift
[62/103] Compiling ZeeQL GlobalID.swift
[63/103] Compiling ZeeQL Key.swift
[64/103] Compiling ZeeQL KeyComparisonQualifier.swift
[65/103] Compiling ZeeQL KeyValueQualifier.swift
[66/103] Compiling ZeeQL ModelFetchSpecification.swift
[67/103] Compiling ZeeQL NotQualifier.swift
[68/103] Compiling ZeeQL ObjectStore.swift
[69/103] Compiling ZeeQL ObjectTrackingContext.swift
[70/103] Compiling ZeeQL Qualifier.swift
[71/103] Compiling ZeeQL QualifierEvaluation.swift
[72/103] Compiling ZeeQL QualifierParser.swift
[73/103] Compiling ZeeQL QualifierVariable.swift
[74/103] Compiling ZeeQL SQLQualifier.swift
[75/103] Compiling ZeeQL SortOrdering.swift
[76/103] Compiling ZeeQL StoreKeyValueCoding.swift
[77/103] Compiling ZeeQL AnyOptional.swift
[78/103] Compiling ZeeQL Dictionary+Extensions.swift
[79/103] Compiling ZeeQL DatabaseOperation.swift
[80/103] Compiling ZeeQL Entity.swift
[81/103] Compiling ZeeQL FancyModelMaker.swift
[82/103] Compiling ZeeQL Join.swift
[83/103] Compiling ZeeQL MirrorHelpers.swift
[84/103] Compiling ZeeQL Model.swift
[85/103] Compiling ZeeQL ModelLoader.swift
[86/103] Compiling ZeeQL ModelPattern.swift
[87/103] Compiling ZeeQL ModelSQLizer.swift
[88/103] Compiling ZeeQL Property.swift
[89/103] Compiling ZeeQL Relationship.swift
[90/103] Compiling ZeeQL SQLAttributeChange.swift
[91/103] Compiling ZeeQL SQLExpression.swift
[92/103] Compiling ZeeQL EquatableType.swift
[93/103] Compiling ZeeQL KeyValueStringFormatter.swift
[94/103] Compiling ZeeQL Logger.swift
[95/103] Compiling ZeeQL Pluralize.swift
[96/103] Compiling ZeeQL SimpleKVC.swift
[97/103] Compiling ZeeQL SmartDescription.swift
[98/103] Compiling ZeeQL TimeRange.swift
[99/103] Compiling ZeeQL SQLite3Adaptor.swift
[100/103] Compiling ZeeQL SQLite3AdaptorChannel.swift
[101/103] Compiling ZeeQL SQLite3Expression.swift
[102/103] Compiling ZeeQL SQLite3ModelFetch.swift
[103/103] Compiling ZeeQL SQLite3SchemaSynchronizationFactory.swift
Build complete! (9.74s)
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-5.9-latest: Pulling from finestructure/spi-images
Digest: sha256:93fe18f778ec94e026baa8cc68b2ae87de241b204c49ca7a3a12cf55897227aa
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-5.9-latest
Done.